API-Referenz
Ethereum API
Core API
Anleitungen
Ethereum/Trace API

Ethereum Trace Methods

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 Overview

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.

MethodenaufrufeHTTP!WS!
trace_block
Gibt Traces zurück, die bei einem bestimmten Block erstellt wurden
trace_call
Führt einen Aufruf aus und gibt die während der Ausführung erstellten Traces zurück
trace_replayBlockTransactions
Wiederholt alle Transaktionen in einem Block und gibt ihre Traces zurück
trace_replayTransaction
Wiederholt eine Transaktion und gibt ihren Trace zurück
trace_transaction
Gibt alle Traces einer bestimmten Transaktion zurück

The trace namespace provides methods for:

  • Obtaining detailed traces for individual transactions
  • Tracing all transactions within a block
  • Replaying transactions with different parameters
  • Filtering traces based on specific criteria
  • Executing trace calls without modifying state
  • Analyzing internal transactions and contract calls

These methods are particularly valuable for:

  • Smart contract debugging and validation
  • Transaction analysis tools
  • Monitoring contract interactions
  • Forensic blockchain analysis
  • Gas optimization research

Each trace method provides structured output detailing call hierarchies, executed opcodes, gas consumption, and state modifications at each step of execution.

See also

Helfen Sie uns, besser zu werden!
Teilen Sie diese Seite und helfen Sie uns, ein noch besseres Produkt für Sie zu erstellen.