axelar.core Table: fact_transfers Type: View
Records of all transfers on Axelar
Columns
| Column Name | Data Type | Description |
|---|---|---|
| BLOCK_ID | NUMBER | The block height the block was recorded at. |
| BLOCK_TIMESTAMP | TIMESTAMP_NTZ | The date and time at which the block began. |
| TX_ID | TEXT | A unique key that identifies a transaction. Called âTxHashâ on block explorers. |
| TX_SUCCEEDED | BOOLEAN | Transaction status is âTRUEâ if the transaction went through, âFALSEâ if the transaction failed. |
| TRANSFER_TYPE | TEXT | Details 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. |
| SENDER | TEXT | The wallet address of the individual sent tokens in the transfer. |
| AMOUNT | NUMBER | The amount that was used in the transaction message. |
| CURRENCY | TEXT | The currency that was used in the transaction message. |
| DECIMAL | NUMBER | Divide the raw amount of currency as provided in the amount column by the decimal to get the actual amount in AXL or other currency. |
| RECEIVER | TEXT | The wallet address of the individual received tokens in the transfer. |
| FOREIGN_ADDRESS | TEXT | The foreign address of the transfer if exists. This can be an IBC address or other non-IBC address |
| FOREIGN_CHAIN | TEXT | The name of the foreign chain transfer if exists |
| MSG_INDEX | NUMBER | |
| FACT_TRANSFERS_ID | TEXT | The unique identifier for each row in the table. |
| INSERTED_TIMESTAMP | TIMESTAMP_NTZ | The utc timestamp at which the row was inserted into the table. |
| MODIFIED_TIMESTAMP | TIMESTAMP_NTZ | The utc timestamp at which the row was last modified. |