eth_call
1.
Here's the table in markdown format, applying the specified rules:
Item Name | Data Type | Description |
---|---|---|
from | DATA, 20 Bytes | Caller address. Hex format address, remove the prefix "41" |
to | DATA, 20 Bytes | Contract address. Hex format address, remove the prefix "41" |
gas | QUANTITY | Not supported. The value is 0x0 |
gasPrice | QUANTITY | Not supported. The value is 0x0 |
value | QUANTITY | Not supported. The value is 0x0 |
data | DATA | Hash of the method signature and encoded parameters. |
2.
cURL
JSON
{"jsonrpc":"2.0","id":1,"result":"0x"}