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