Skip to main content
Schema: osmosis.core Table: fact_transfers Type: View Records of all transfers on Osmosis, including IBC transfers as on- and off-ramps to Osmosis and wallet to wallet transfers.

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_SUCCEEDEDBOOLEANTransaction status is “TRUE” if the transaction was successful, “FALSE” if the transaction failed.
TRANSFER_TYPETEXTDetails on the type of transfer occurring during the transaction. “IBC_Transfer_In” = depositing tokens onto Osmosis. “IBC_transfer_out” = withdrawing tokens from Osmosis. “Osmosis” = wallet to wallet transfer on Osmosis.
SENDERTEXTThe wallet address of the individual sent tokens in the transfer.
AMOUNTNUMBERThe amount that was used in the transaction message.
CURRENCYTEXTThe currency that was used in the transaction message.
DECIMALNUMBERDivide the amount by POW(10, decimal) to get the amount used in the transaction. This value can be NULL, as decimals are hand curated from an outside source and not found on-chain.
RECEIVERTEXTThe wallet address of the individual received tokens in the transfer.
FOREIGN_ADDRESSTEXTThe foreign address of the transfer if exists. This can be an IBC address or other non-IBC address
FOREIGN_CHAINTEXTThe name of the foreign chain transfer if exists
FACT_TRANSFERS_IDTEXT
INSERTED_TIMESTAMPTIMESTAMP_NTZ
MODIFIED_TIMESTAMPTIMESTAMP_NTZ