1s_contract_info_live
Identify smart contract type and supported interfaces (ERC20, ERC721, ERC1155, ERC165) by querying onchain code and ERC165 support for any Ethereum address across multiple networks.
Instructions
Detect contract type and supported interfaces via eth_getCode and ERC165 supportsInterface. Returns detected standards (ERC20, ERC721, ERC1155, ERC165).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| address | Yes | Ethereum address (0x...) | |
| network | No | Blockchain network: "ethereum" (default), "sepolia", "avax" |