| CREATED_AT_TIMESTAMP | TIMESTAMP_NTZ | The timestamp when the transaction was created. |
| TX_HASH | TEXT | The unique transaction hash that identifies the transaction on the blockchain. |
| CHAIN | TEXT | The blockchain network on which the transaction occurred. |
| STATUS | TEXT | The status of the transaction, indicating whether it was successful, pending, or failed. |
| FROM_ADDRESS | TEXT | The blockchain address from which the transaction was initiated. |
| TO_ADDRESS | TEXT | The blockchain address to which the transaction was directed. |
| TOKEN_AMOUNT | FLOAT | The amount of tokens involved in the transaction. |
| TOKEN_SYMBOL | TEXT | The symbol of the token involved in the transaction. |
| TOKEN_VALUE | FLOAT | The value of the tokens involved in the transaction, typically denominated in a stable currency or fiat equivalent. |
| 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. |
| FACT_PURCHASES_ID | TEXT | The unique identifier for each row in the table. |