verify_contract_source
Check if a smart contract's source code is verified on Etherscan, Basescan, and other explorers, then get verification details. Supports multiple networks.
Instructions
Check if a contract is verified on block explorers like Etherscan/Basescan and get verification details
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| apiKey | No | Block explorer API key (optional but recommended) | |
| network | No | Network name (e.g. 'bsc', 'opbnb', 'ethereum', 'base', etc.) or chain ID. Supports others main popular networks. Defaults to BSC mainnet. | bsc |
| contractAddress | Yes | Contract address to verify |