CallTrace Tree

CallTrace Tree is a tool for understanding the behavior of smart contracts and the flow of execution within Tx. It represents the sequence of function calls and their respective outputs, and helps users better understand the Tx on smart contract level.

CallTrace Tree

Under CallTrace Tree, we further divide the Tx into two categories: "Nodes with transfer" and "All Nodes"

For "Nodes with transfer", only actions that involve token transfer will be recorded. As users click through each step, the corresponding token flow chart will show on the right.

"Nodes with transfer"

"All Nodes" records every step in the Tx. Therefore, the token flow chart can go blank as some steps within the Tx do not involve token transfer.

"All Nodes"

Last updated