Docs

debug_traceTransaction - Chiliz RPC Method

Trace a transaction execution on Chiliz. Requires archive node for debugging sports fan tokens (Socios.com), club voting rights, gamified fan experiences, and tokenized sports assets.

Traces a transaction execution on Chiliz 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 sports fan tokens (Socios.com), club voting rights, gamified fan experiences, and tokenized sports assets

Tracer Options

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

Code Examples