eth_call
Execute smart contract calls without creating blockchain transactions to read data, test functions, or simulate contract interactions on EVM networks.
Instructions
Executes a new message call immediately without creating a transaction
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| blockNumber | No | Block number or 'latest', 'earliest', 'pending' | latest |
| data | Yes | Data to send (hex string) | |
| from | No | From address (optional) | |
| gas | No | Gas limit (optional) | |
| gasPrice | No | Gas price (optional) | |
| to | Yes | Contract address | |
| value | No | Value in wei (optional) |