get_contract_abi
Get the ABI of a verified smart contract to decode transaction input data or call contract methods, with a summary of all functions and events.
Instructions
Fetch the ABI for a verified smart contract. Returns a summary: function count, event count, and a list of all functions with their signatures and state mutability. Includes a truncated raw ABI (2000 chars). The ABI is required for calling contract methods or decoding transactions. Use get_transaction to see raw input data first.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| address | Yes | Verified contract address (0x...) to fetch the ABI for |