Skip to main content

Deployed Contracts

Lists contracts deployed by an address. Works with EOAs, factories, and Safes.

Returns

  • Deployed contract addresses and names
  • Deployment timestamps and tx hashes
  • Verification status
  • Paginated results (10 per page)

Example Queries

Parameters

Deployment Patterns Supported

Example Output

EOA Deployer

Factory Contract

Use Cases

Developer portfolio:
Factory analysis:
Scam investigation:

Combining with Other Tools

For complete deployer analysis:
  1. List deploymentsgetDeployedContractsTool
  2. Check deployer walletgetWalletOverviewTool
  3. Analyze specific contractcontractMetadataTool
  4. Search contract coderegexCodeAnalysisTool

Common Use Cases

“List all contracts deployed by this audit client’s wallet”
“What contracts make up the [Protocol] ecosystem?”
“What other tokens has this rug-puller deployed?”
“How actively is this factory being used?”

Tips

Check verification status—verified contracts are easier to analyze.
Look for patterns. Multiple similar deployments indicate factory or serial behavior.

Pagination

For deployers with many contracts:
You: “Show page 3 of contracts deployed by this factory”

Limitations

10 contracts per page. Use pagination for complete list.
Complex factory patterns. Some unusual factory patterns may not be fully captured.

Next Steps

Contract Metadata

Analyze a deployed contract

Wallet Overview

Learn more about the deployer