eth_call
Execute read-only smart contract calls across 23 EVM chains by providing contract address and ABI-encoded calldata to get raw results without broadcasting a transaction.
Instructions
Execute a read-only contract call (eth_call) and return the raw result.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| to | Yes | Contract address | |
| data | Yes | ABI-encoded calldata (0x…) | |
| from | No | Optional caller address | |
| chain | Yes | Chain slug, e.g. 'eth', 'base', 'robinhood' |