get_contract_abi
Retrieve smart contract ABIs to format function calls and interpret blockchain data, enabling interaction with contracts on supported chains.
Instructions
Get smart contract ABI (Application Binary Interface). An ABI defines all functions, events, their parameters, and return types. The ABI is required to format function calls or interpret contract data.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| chain_id | Yes | The ID of the blockchain | |
| address | Yes | Smart contract address |