Debug & Trace | Avalanche
Debug and Trace | Avalanche
Avalanche debug and trace API methods for inspecting smart contract execution, analyzing gas usage, and tracing transactions on Chainstack nodes.
This tracer looks for function signatures that are 4 bytes long during contract execution and gathers information about the method identifiers and the size of the provided data. This information can be helpful in matching a signature against the data size.
This tracer extracts information about all internal calls made by a transaction, providing visibility into how contracts interact with each other.
This tracer returns sufficient information about an account to create a local execution of the transaction. This procedure runs the given transaction again and monitors every aspect of the state that is modified or accessed during execution.
This tracer does nothing but respond with a blank object. This a no operations tracer for testing setup.
Last modified on April 15, 2026