Get Contract Abi
get_contract_abiVerified contract ABI as JSON (if the contract is verified on Etherscan).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| chain | No | Chain slug or chain ID (default ethereum) | |
| address | Yes | Contract address |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| abi | Yes | Parsed ABI array or string, null if unverified | |
| address | Yes | The queried contract address | |
| chain_id | Yes | Numeric chain ID | |
| verified | Yes | Whether contract is verified on Etherscan |