Call contract
rpc_call_contractExecute read-only smart contract calls on any EVM chain by sending pre-encoded calldata, returning data without modifying state.
Instructions
Execute a read-only contract call via eth_call using pre-encoded calldata.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| to | Yes | ||
| gas | No | ||
| data | Yes | ||
| from | No | ||
| value | No | ||
| chainId | Yes | EVM chain ID (for example 1 for Ethereum mainnet) | |
| blockTag | No | latest | |
| gasPrice | No |