Log Details

Click on a log to expand log details

Every single log includes a vast array of detailed information. Blocktorch log details provide information about

  • Log type

  • Transaction hash

  • Status

  • Decoded function signature - if the smart contract ABI is unknown the signature will be anonymous

  • Chain - you can click the chain name to get redirected to the chain detail page, which can be especially useful in case of roll-ups and local forks to e.g. understand if it is synced with the head of the chain

  • From address - if this is a contract added in your project the name will be displayed, and you can navigate to the contract details page by clicking it

  • To address - if this is a contract added in your project the name will be displayed, and you can navigate to the contract details page by clicking it

  • Timestamp - the format of the timestamp is the time zone of your browser/machine

  • Metrics - out of the box KPIs for this specific function call with a reference to which datapoint this specific transaction is

  • Transaction Data - the full decoded transaction data

  • Stack trace - the complete decoded stack trace including gas profiling

  • Interaction flow - the full decoded function invocation flow

  • L1/L2 tracing - available in the case of roll-up transactions the full trace across L2 and L1

  • Emitted Events - available in case events have been emitted in the transaction an array of emitted events

From the log details you can also navigate to the blocktorch transaction step debugger by clicking the button on the top right, to analyze and debug the specific transaction closely

Last updated