Call
Implements eth_call.
Params
(2)1. args (required)
The arguments for the message call.
Data
stringThe encoded bytecode of the message.
From
stringThe address from which the message must be called.
GasLimit
stringThe gas limit for the message.
GasPrice
stringThe gas price for the message.
Input
stringThe message input.
Seqno
integerThe sequence number of the message.
Value
integerThe message value.
2. blockNrOrHash (required)
The number/hash of the block.
BlockHash
string(Optional) The hash of the block. Either this or BlockNumber is required.
BlockNumber
integer(Optional) The number of the block. Either this or BlockHash is required.
RequireCanonical
booleanThe flag that determines whether the block must be a part of the canonical chain.
Result
(returnedValue)string
The returned value of the executed contract.