This section documents Ethereum's trace API methods that provide detailed execution traces for transactions and blocks. These methods are instrumental for developers needing in-depth visibility into transaction execution, contract interactions, and state changes.
Trace methods allow developers to obtain comprehensive execution traces for transactions and blocks, providing visibility into the complete call hierarchy, state changes, and execution flow. These powerful tools enable advanced debugging, analytics, and monitoring capabilities essential for sophisticated Ethereum applications.
Appels de méthode | HTTP! | WS! |
---|---|---|
trace_block Renvoie les traces créées à un bloc donné | ||
trace_call Exécute un appel et renvoie les traces créées pendant l'exécution | ||
trace_replayBlockTransactions Rejoue toutes les transactions dans un bloc et renvoie leurs traces | ||
trace_replayTransaction Rejoue une transaction et renvoie sa trace | ||
trace_transaction Renvoie toutes les traces d'une transaction donnée | ||
The trace namespace provides methods for:
These methods are particularly valuable for:
Each trace method provides structured output detailing call hierarchies, executed opcodes, gas consumption, and state modifications at each step of execution.