| 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 sale event. |
| BUYER_ADDRESS | TEXT | The buyer’s address. |
| SELLER_ADDRESS | TEXT | The seller’s address. |
| NFT_ADDRESS | TEXT | The NFT collection address. |
| TOKEN_VERSION | NUMBER | The version of the token standard. |
| PLATFORM_ADDRESS | TEXT | The marketplace platform address. |
| PROJECT_NAME | TEXT | The NFT project name. |
| PLATFORM_NAME | TEXT | The marketplace platform name. |
| PLATFORM_EXCHANGE_VERSION | TEXT | The version of the platform exchange. |
| TOTAL_PRICE_RAW | NUMBER | The raw total sale price. |
| FACT_NFT_SALES_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. |