eth_call
eth_call
Executes a new message call immediately without creating a transaction on the blockchain.
Request
This endpoint expects an object.
transaction
Call object describing the contract call.
block
Block number or tag used as the execution context.
Response
Hex-encoded return data from the call.