Tracing API
The web3.tracing object exposes modules that enable you to interact with the JSON-RPC trace_ endpoints supported by Erigon and Nethermind.
The following methods are available on the web3.tracing namespace:
- web3.tracing.trace_replay_transaction()
- web3.tracing.trace_replay_block_transactions()
- web3.tracing.trace_filter()
- web3.tracing.trace_block()
- web3.tracing.trace_transaction()
- web3.tracing.trace_call()
- web3.tracing.trace_raw_transaction()