Skip to main content
Schema: osmosis.core Table: fact_transactions Type: View Records of all transactions that have occurred on Osmosis, dating back to the genesis block.

Columns

Column NameData TypeDescription
BLOCK_IDNUMBERThe block height the block was recorded at.
BLOCK_TIMESTAMPTIMESTAMP_NTZThe date and time at which the block began.
TX_IDTEXTA unique key that identifies a transaction. Called “TxHash” on block explorers.
TX_FROMTEXTThe wallet address of the individual who initiated the transaction
TX_SUCCEEDEDBOOLEANTransaction status is “TRUE” if the transaction was successful, “FALSE” if the transaction failed.
CODESPACETEXTNamespace for the code.
FEETEXTThe fee is paid by the initiator of the transaction. Fee = gas * gas price and is given in micro-OSMO.
GAS_USEDNUMBERThe amount of gas consumed by the transaction.
GAS_WANTEDNUMBERAmount of gas requested for a transaction. It is provided by users when the transaction is generated.
TX_CODENUMBERA number that corresponds to various error codes. When “0”, the transaction is successful. Non-zero numbers signify different types of transaction failures.
MSGSVARIANTThe underlying json from the messages or events within the transactions
FACT_TRANSACTIONS_IDTEXT
INSERTED_TIMESTAMPTIMESTAMP_NTZ
MODIFIED_TIMESTAMPTIMESTAMP_NTZ