| BLOCK_TIMESTAMP | TIMESTAMP_NTZ | The timestamp of the block. |
| BLOCK_NUMBER | NUMBER | The block number. |
| VERSION | NUMBER | The transaction version number. |
| TX_HASH | TEXT | The transaction hash. |
| EVENT_INDEX | NUMBER | The index of the event within the transaction. |
| EVENT_TYPE | TEXT | The type of mint event. |
| NFT_FROM_ADDRESS | TEXT | The address minting from (usually null for mints). |
| NFT_TO_ADDRESS | TEXT | The address receiving the minted NFT. |
| NFT_ADDRESS | TEXT | The NFT collection address. |
| TOKEN_VERSION | NUMBER | The version of the token standard. |
| PROJECT_NAME | TEXT | The NFT project name. |
| TOKENID | TEXT | The unique token ID. |
| NFT_COUNT | NUMBER | The number of NFTs minted. |
| TOTAL_PRICE_RAW | NUMBER | The raw total price paid. |
| CURRENCY_ADDRESS | TEXT | The currency used for payment. |
| FACT_NFT_MINTS_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. |