Skip to main content
Schema: aurora.core Table: fact_logs Type: View This table contains log level data for the Aurora Blockchain. This table can be used to analyze trends at a log level, for example gas fees vs. total transactions over time. For more information, please see Aurora scan Resources.

Columns

Column NameData TypeDescription
BLOCK_NUMBERNUMBERAlso known as block height. The block number, which indicates the length of the blockchain, increases after the addition of each new block.
BLOCK_TIMESTAMPTIMESTAMP_NTZThe date and time at which the block was produced.
TX_HASHTEXTTransaction hash is a unique 66-character identifier that is generated when a transaction is executed.
ORIGIN_FUNCTION_SIGNATURETEXTThe function signature of this transaction.
ORIGIN_FROM_ADDRESSTEXTThe from address at the transaction level.
ORIGIN_TO_ADDRESSTEXTThe to address at the transaction level.
EVENT_INDEXNUMBEREvent number within a transaction.
CONTRACT_ADDRESSTEXTThe address interacted with for a given event.
TOPICSVARIANTThe un-decoded event input topics.
DATATEXTThe un-decoded event data.
EVENT_REMOVEDBOOLEANWhether the event has been removed from the transaction.
TX_STATUSTEXTStatus of the transaction.
Note: this may be null for the transactions that are reverted, as described in the docs landing page.
_LOG_IDTEXTThis is the primary key for this table. This is a concatenation of the transaction hash and the event index at which the event occurred.
FACT_LOGS_IDTEXTA uniquely generated identifier assigned by a surrogate key
INSERTED_TIMESTAMPTIMESTAMP_LTZThe timestamp at which the record was initially created and inserted into this table.
MODIFIED_TIMESTAMPTIMESTAMP_LTZThe timestamp at which this record was last modified by an internal process.