explorer_get_contract_abi
Fetch the ABI for a source-verified smart contract using its chain ID and contract address, enabling direct interaction.
Instructions
Fetch the ABI for a verified smart contract. Works only for source-verified contracts.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| chainId | Yes | Chain ID for the target network (required — no default for indexed data) | |
| contractAddress | Yes | Contract address (0x-prefixed) |