eth_call - TRON
Example code for the eth_call json-rpc method. Сomplete guide on how to use eth_call json-rpc in GetBlock.io Web3 documentation.
Parameters
object
- object
The transaction call object, the items in it as below: - from - DATA, 20 bytes - Caller address - to - DATA, 20 bytes - Contract address - 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.
QUANTITY|TAG
- string
currently, only "latest" is available.
Request
Response
Last updated