get_contract_abi
Retrieve the ABI (Application Binary Interface) of a smart contract using its chain ID and address. The ABI enables interpretation of contract data and formatting of function calls for blockchain interactions.
Instructions
Input Schema
Name | Required | Description | Default |
---|---|---|---|
address | Yes | Smart contract address | |
chain_id | Yes | The ID of the blockchain |