mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-08-20 10:52:25 +00:00
Update built-in-tracers.md
Co-authored-by: Sina M <1591639+s1na@users.noreply.github.com>
This commit is contained in:
parent
e6405fbca6
commit
4c172c8bc5
1 changed files with 1 additions and 1 deletions
|
|
@ -524,7 +524,7 @@ debug.traceCall({from: , to: , input: }, 'latest', {stateOverrides: {'0x...': {c
|
||||||
Similar to [State overrides](#state-overrides), it is also possible to override some of the block header's fields to simulate the effects of `eth_call` or `debug_traceCall`, we support the following block header fields to override:
|
Similar to [State overrides](#state-overrides), it is also possible to override some of the block header's fields to simulate the effects of `eth_call` or `debug_traceCall`, we support the following block header fields to override:
|
||||||
|
|
||||||
- `number`: `hexdecimal`. The block number.
|
- `number`: `hexdecimal`. The block number.
|
||||||
- `difficulty`: `hexdecimal`. The block hash.
|
- `difficulty`: `hexdecimal`. The block difficulty.
|
||||||
- `time`: `hexdecimal`. The block timestamp.
|
- `time`: `hexdecimal`. The block timestamp.
|
||||||
- `gasLimit`: `hexdecimal`. The block gas limit.
|
- `gasLimit`: `hexdecimal`. The block gas limit.
|
||||||
- `coinbase`: `common.Address`. The block coinbase.
|
- `coinbase`: `common.Address`. The block coinbase.
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue