Docs

debug_traceTransaction - World Chain RPC Method

Trace a transaction execution on World Chain. Requires archive node for debugging human-verified DeFi, identity-gated applications, bot-resistant services.

Traces a transaction execution on World Chain by transaction hash.

Archive Node Required

This method requires an archive node. It is not available on full nodes.

Use Cases

  • Transaction debugging - Understand exactly what happened
  • Failure analysis - Find where and why a transaction reverted
  • Gas optimization - Analyze gas usage for human-verified DeFi, identity-gated applications, bot-resistant services

Tracer Options

  • {} - Default opcode tracer (verbose)
  • { tracer: "callTracer" } - Call tree tracer
  • { tracer: "prestateTracer" } - Pre-state tracer

Code Examples