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
| Parameter | Required | Description |
|---|---|---|
deployerAddress | Yes | The deployer address to query |
blockchain | No | ethereum (default) or base |
page | No | Page number (default: 1) |
Deployment Patterns Supported
| Pattern | How It Works |
|---|---|
| Direct (EOA) | Wallet directly deploys via transaction |
| Factory | Contract creates other contracts |
| Safe | Multisig deploys via execution |
| CREATE2 | Deterministic address deployment |
Example Output
EOA Deployer
Factory Contract
Use Cases
Developer portfolio:Combining with Other Tools
For complete deployer analysis:- List deployments →
getDeployedContractsTool - Check deployer wallet →
getWalletOverviewTool - Analyze specific contract →
contractMetadataTool - Search contract code →
regexCodeAnalysisTool
Common Use Cases
Auditing a developer's work
Auditing a developer's work
“List all contracts deployed by this audit client’s wallet”
Finding protocol contracts
Finding protocol contracts
“What contracts make up the [Protocol] ecosystem?”
Scam investigation
Scam investigation
“What other tokens has this rug-puller deployed?”
Factory usage analysis
Factory usage analysis
“How actively is this factory being used?”

