Skip to content

Instantly share code, notes, and snippets.

@Karkunow
Last active September 5, 2024 15:36
Show Gist options
  • Select an option

  • Save Karkunow/3a9cb49605176e5ced9364e5546233e4 to your computer and use it in GitHub Desktop.

Select an option

Save Karkunow/3a9cb49605176e5ced9364e5546233e4 to your computer and use it in GitHub Desktop.
Request
{
"id": 2001611439002,
"jsonrpc": "2.0",
"method": "eth_estimateGas",
"params": [
{
"data": "0xa9059cbb000000000000000000000000e5acd26a443d2d62f6b3379c0a5b2c7ac65d945400000000000000000000000000000000000000000000000006f05b59d3b20000",
"from": "0x627e6b4af9b796650528961dc9634564660a75e4",
"gas": "0x1e666666666665",
"gasPrice": "0x42c1d80",
"to": "0x69ce5229dF6680DE5788a260aE92934fe3810F69",
"value": "0x0"
}
]
}
Response
{
"id": 2001611439002,
"jsonrpc": "2.0",
"result": "0x9dce"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment