contract_check
Check any EVM contract for verification status, proxy type, owner, and age to detect hidden admin keys or unverified bytecode before interacting.
Instructions
Smart contract verification for any EVM address. Returns verified (source published on Etherscan), is_proxy, proxy_type (transparent/uups/beacon/none), owner address, and deployment age. Use before interacting with an unknown contract to detect hidden admin keys, upgradeable proxies, or unverified bytecode.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| address | Yes | ||
| chain | No | eth |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||