contract_read
Execute read-only smart contract calls (view/pure functions) on EVM chains without gas, signing, or billing. Pure RPC convenience for retrieving on-chain data.
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 |