Retracer is a classic TVM transaction tracing tool for inspecting transaction execution step by step. Use it to:Documentation Index
Fetch the complete documentation index at: https://companyname-a7d5b98e-closes-1950-ai-ai-ai-ai-ai-ai-ai.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
- inspect complex transaction flows;
- debug smart contract execution;
- review gas usage and fees.
ton-blockchain/tvm-web-viewer on GitHub.
The screenshot shows the main parts of the Retracer interface:
- Transaction details show the sender, destination contract, transferred amounts, timestamp, logical time (LT), fees, and balances;
- C5 button displays the action list for the transaction;
- Logs button displays detailed execution logs;
- On the left, the instruction list shows the TVM instructions executed by the contract;
- On the right, the stack panel shows the stack state for the selected instruction.