Skip to main content
Schema: aleo.core Table: fact_transactions Type: Base Table Fact table containing information about all transactions on the network.

Columns

Column NameData TypeDescription
BLOCK_IDNUMBERThe block height the block was recorded at.
BLOCK_TIMESTAMPTIMESTAMP_NTZThe timestamp at which the block began.
TX_IDTEXTThe unique identifier for the transaction.
INDEXNUMBERThe index of the transaction within the block
TX_SUCCEEDEDBOOLEAN
TX_TYPETEXTThe type of the transaction (e.g., ‘execute’, ‘deploy’, ‘fee’.)
FEE_MSGVARIANT
EXECUTION_MSGVARIANTThe execution message data associated with the transaction.
DEPLOYMENT_MSGVARIANTThe deployment message data associated with the transaction.
OWNER_MSGVARIANTThe owner message data associated with the transaction.
FINALIZE_MSGVARIANTThe finalize message data associated with the transaction.
REJECTED_MSGVARIANTThe rejected message data associated with the transaction.
TRANSITION_COUNTNUMBERThe number of transitions in the transaction.
FEE_RAWNUMBERThe raw fee value from the transaction.
FEEFLOATThe native-unit fee value from the transaction.
FACT_TRANSACTIONS_IDTEXTThe unique identifier for each row in the table.
INSERTED_TIMESTAMPTIMESTAMP_NTZThe utc timestamp at which the row was inserted into the table.
MODIFIED_TIMESTAMPTIMESTAMP_NTZThe utc timestamp at which the row was last modified.
_INVOCATION_IDTEXT
FEE_PAYERTEXTThe account that paid the fee for the transaction.