Skip to main content
Schema: axelar.core Table: fact_transfers Type: View Records of all transfers on Axelar

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 went through, “FALSE” if the transaction failed.
TRANSFER_TYPETEXTDetails on the type of transfer occurring during the transaction. “Transfer_In” = depositing tokens onto Axelar. “Transfer_out” = withdrawing tokens from Axelar. “Axelar” = wallet to wallet transfer on Axelar.
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 raw amount of currency as provided in the amount column by the decimal to get the actual amount in AXL or other currency.
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
MSG_INDEXNUMBER
FACT_TRANSFERS_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.