Trace block
custom javascript tracer.
overrides the default timeout of 5 seconds for JavaScript-based tracing calls.
number of blocks the tracer is willing to go back.
disable stack capture.
disable storage capture.
print output during capture end.
maximum length of output, but zero means unlimited.
Homestead switch block (nil no fork, 0 = already homestead).
TheDAO hard-fork switch block (nil no fork).
Whether the nodes supports or opposes the DAO hard-fork.
EIP150 implements the Gas price changes (https://github.com/ethereum/EIPs/issues/150) EIP150 HF block (nil no fork).
EIP150 HF hash (needed for header only clients as only gas pricing changed).
EIP155Block HF block.
EIP158 HF block.
Byzantium switch block (nil no fork, 0 = already on byzantium).
Constantinople switch block (nil no fork, 0 = already activated).
Petersburg switch block (nil same as Constantinople).
Istanbul switch block (nil no fork, 0 = already on istanbul).
Eip-2384 (bomb delay) switch block (nil no fork, 0 = already activated).
Berlin switch block (nil = no fork, 0 = already on berlin).
London switch block (nil = no fork, 0 = already on london).
Eip-4345 (bomb delay) switch block (nil = no fork, 0 = already activated).
EIP-5133 (bomb delay) switch block (nil = no fork, 0 = already activated).
Virtual fork after The Merge to use as a network splitter.
enable memory capture.
enable return data capture.
tracer config.
block number.
block hex hash.
block time.
the proposer of the requested block.
A successful response.
An unexpected error response.
GET /ethermint/evm/v1/trace_block HTTP/1.1
Host: rest.origin.uptick.network
Accept: */*
{
"data": "text"
}
Last updated