eth_estimate_gas
Estimate gas required for a transaction on Ethereum mainnet. Returns gas estimate as hex string.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| to | Yes | Destination address | |
| data | No | ABI-encoded call data | |
| from | No | Sender address | |
| value | No | Value to send in wei (hex) |