contract_read
Query smart contract state with read-only view/pure functions via RPC – no signing, no gas, no billing.
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 |