Eth call
Query parameters
argsstringOptional
same json format as the json rpc api.
gas_capstring · uint64Optional
the default gas cap to be used.
proposer_addressstringOptional
the proposer of the requested block.
Responses
200
A successful response.
application/json
default
An unexpected error response.
application/json
get
GET /ethermint/evm/v1/eth_call HTTP/1.1
Host: rest.origin.uptick.network
Accept: */*
{
"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"
}
Last updated