args uses the same json format as the json rpc api.
gas_cap defines the default gas cap to be used.
proposer_address of the requested block in hex format.
chain_id is the eip155 chain id parsed from the requested block header.
MsgEthereumTxResponse defines the Msg/EthereumTx response type.
GET /ethermint/evm/v1/eth_call HTTP/1.1 Host: zetachain.nownodes.io Accept: */*
A successful response.
{ "hash": "text", "logs": [ { "address": "text", "topics": [ "text" ], "data": "text", "block_number": "text", "tx_hash": "text", "tx_index": "text", "block_hash": "text", "index": "text", "removed": true } ], "ret": "text", "vm_error": "text", "gas_used": "text" }