| BLOCK_NUMBER | NUMBER | The block number of the transfer. |
| BLOCK_TIMESTAMP | TIMESTAMP_NTZ | The timestamp of the block. |
| TX_HASH | TEXT | The transaction hash. |
| VERSION | NUMBER | The transaction version number. |
| SUCCESS | BOOLEAN | Whether the transaction succeeded. |
| TRANSFER_EVENT | TEXT | The type of transfer event. |
| ACCOUNT_ADDRESS | TEXT | The account address involved in the transfer. |
| AMOUNT | NUMBER | The transfer amount. |
| IS_FUNGIBLE | BOOLEAN | Whether the token is fungible. |
| TOKEN_ADDRESS | TEXT | The token contract address. |
| STORE_ADDRESS | TEXT | The store address for the token. |
| EZ_TRANSFERS_ID | TEXT | Unique identifier for the row. |
| INSERTED_TIMESTAMP | TIMESTAMP_NTZ | Timestamp when the record was inserted. |
| MODIFIED_TIMESTAMP | TIMESTAMP_NTZ | Timestamp when the record was last modified. |