Skip to main content
Debugging and tracing on the Robinhood Chain blockchain can be done using the following methods:

debug_traceTransaction

debug_traceBlockByNumber

debug_traceBlockByHash

debug_traceCall

debug_getRawBlock

debug_getRawHeader

debug_getRawReceipts

debug_getRawTransaction

debug_getBadBlocks

debug_accountRange

debug_storageRangeAt

debug_getModifiedAccountsByNumber

debug_getModifiedAccountsByHash

debug_dumpBlock

debug_intermediateRoots

debug_printBlock

debug_preimage

debug_getAccessibleState

debug_chaindbProperty

debug_traceBadBlock

This information can be used for:
  • Transaction debugging — analyze transaction execution in detail
  • Smart contract analysis — trace contract calls and state changes
  • Error investigation — identify and fix transaction failures
  • Performance optimization — analyze gas usage and execution paths
Last modified on July 18, 2026