contract_read
Execute read-only smart contract calls on Base mainnet or Base Sepolia. Query view/pure functions without gas or signing, retrieving data via RPC.
Instructions
Read-only smart-contract call (view/pure functions). No signing, no gas, no billing — pure RPC convenience.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| args | Yes | Function arguments | |
| chain | Yes | EVM chain | |
| abi_fragment | Yes | ABI fragment containing the view/pure function | |
| function_name | Yes | Function name | |
| contract_address | Yes | 0x-prefixed contract address |