get_contract_abi
Retrieve the ABI (Application Binary Interface) of a smart contract using its address and chain ID to format function calls and interpret contract data effectively.
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 |
---|---|---|---|
address | Yes | Smart contract address | |
chain_id | Yes | The ID of the blockchain |