Skip to main content
Schema: aurora.core Table: fact_transactions Type: View This table contains transaction level data for the Aurora. Please note, Aurora contains pre-history and only launched as a public blockchain with block 37,157,757. Early blocks contain incomplete data, such as 0x0 as the block timestamp and no transactions.

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_HASHTEXTBlock hash is a unique 66-character identifier that is generate when a block is produced.
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.
NONCENUMBERThe number of transactions sent from a given address.
POSITIONNUMBERThe position of the transaction within the block.
ORIGIN_FUNCTION_SIGNATURETEXTThe function signature of the contract call.
FROM_ADDRESSTEXTAddress from where the transaction was sent
TO_ADDRESSTEXTTo address is a unique 42-character identifier that is generated when a transaction is produced.
VALUEFLOATValue of the transaction.
TX_FEEFLOATThe transaction fee.
Note: this may be null for the transactions that are reverted, as described in the docs landing page.
GAS_PRICEFLOATCost per unit of gas in Gwei.
GAS_LIMITNUMBERTotal gas limit provided by all transactions in the block.
GAS_USEDNUMBERGas used by the transaction.
CUMULATIVE_GAS_USEDNUMBERThe total amount of gas used when this transaction was executed in the block.
Note: this may be null for the transactions that are reverted, as described in the docs landing page.
INPUT_DATATEXTThis column contains additional data for this transaction, and is commonly used as part of a contract interaction or as a message to the recipient.
STATUSTEXTStatus of the transaction.
Note: this may be null for the transactions that are reverted, as described in the docs landing page.
MAX_FEE_PER_GASFLOATThe maximum fee per gas of the transaction, in wei.
MAX_PRIORITY_FEE_PER_GASFLOATThe maximum priority fee per gas of the transaction, in wei.
RTEXT
STEXT
VTEXT
TX_TYPENUMBERThe type of transaction as introducced in EIP-2718.
Note: this may be null for the transactions that are reverted, as described in the docs landing page.
FACT_TRANSACTIONS_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.