eth_call
Executes a new message call immediately without creating a transaction on the block chain.
Parameters
transaction*
Type: object { from: unknown, to: unknown, gas: unknown, maxFeePerGas: string,null, maxPriorityFeePerGas: string,null, value: unknown, input: unknown, data: unknown, nonce: unknown, chainId: unknown, accessList: unknown }
block*
Type: oneOf: Quantity (hex) | Tag
Enter a block hex (using "latest" by default)
Returns
string