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.
विधि कॉल | HTTP! | WS! |
---|---|---|
trace_block दिए गए ब्लॉक पर बनाए गए ट्रेस वापस करता है | ||
trace_call एक कॉल निष्पादित करता है और निष्पादन के दौरान बनाए गए ट्रेस वापस करता है | ||
trace_replayBlockTransactions ब्लॉक में सभी लेनदेन को दोबारा चलाता है और उनके ट्रेस वापस करता है | ||
trace_replayTransaction एक लेनदेन को दोबारा चलाता है और उसके ट्रेस वापस करता है | ||
trace_transaction दिए गए लेनदेन के सभी ट्रेस वापस करता है | ||
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.