contract_read
Execute read-only smart contract view and pure functions on EVM chains without signing or gas fees by providing an ABI fragment, function name, and arguments.
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 |