Table description

This table captures the output generated during the execution of smart contracts. They record key events and actions, such as token transfers or function calls, and are used for tracking, debugging, and monitoring contract activity. Logs help developers understand what happened during a transaction, making it easier to analyze and troubleshoot smart contract behavior.

Column Descriptions

ColumnDescriptionType
block_dateThe date of the block where the log entry was generated.date
block_heightThe block height at which the log entry was generated.bigint
block_timeThe time when the block containing the log entry was produced.timestamp(3) with time zone
execution_statusThe status of the execution outcome associated with the log.varchar
executor_account_idThe account that executed the transaction resulting in the log.varchar
receipt_idThe receipt ID associated with the log.varchar
index_in_execution_outcome_logsIndex of the log entry within the execution outcome, indicating ordering.integer
logThe actual log message from the execution outcome.varchar
eventEvent description generated during execution.varchar
processed_timeThe time when the log data was processed.timestamp(3) with time zone
updated_atThe time when the log record was last updated.timestamp(3) with time zone
ingested_atThe time when the log data was ingested.timestamp(3) with time zone

Table Sample