get_abi
Retrieves the Application Binary Interface (ABI) for a specified smart contract on a given blockchain network, enabling interaction with contract functions and data.
Instructions
Gets the ABI for a given contract on a specific network
Input Schema
Name | Required | Description | Default |
---|---|---|---|
contract | Yes | The contract address | |
network | Yes | The blockchain network (e.g., "ethereum", "base") |