| platform | VARCHAR(134217728) | Minting platform if relevant. Currently includes: fair.xyz, zora, opensea. Mints not associated with a platform will be null. |
| minting_protocol | VARCHAR(134217728) | Minting protocol used (if relevant). Currently includes standard_mint protocol(s) from opensea, zora and fair.xyz |
| order_match_type | VARCHAR(134217728) | MINT order type. |
| trade_type | VARCHAR(134217728) | SINGLE_TRADE or BUNDLE_TRADE |
| total_mint_quantity | NUMBER(38,0) | Number of NFTs minted. This is transaction level aggregated value. |
| token_to_address | VARCHAR(42) | Recipient address of the NFTs minted. |
| event_type | VARCHAR(134217728) | Type of event transferred involved in the mint. erc1155_transfer_single, erc1155_transfer_batch, erc721_transfer |
| token_standard | VARCHAR(134217728) | Token standard e.g. erc721 or erc1155 |
| token_address | VARCHAR(42) | Address of the NFT collection. |
| token_name | VARCHAR(134217728) | Name of the NFT collection. |
| token_symbol | VARCHAR(134217728) | Symbol of the NFT collection. |
| token_id | VARCHAR(134217728) | Token ID of the NFT minted. |
| item_quantity | VARCHAR(134217728) | Number of NFTs bought. |
| currency_address | VARCHAR(42) | Address of the currency used in the mint. |
| currency_symbol | VARCHAR(134217728) | Symbol of the currency used in the mint. |
| raw_price | VARCHAR(134217728) | The price of the NFT in the currency used to mint (not divided by the number of decimals) |
| price | FLOAT | βraw_priceβ divided by the number of decimals of the currency. |
| usd_price | FLOAT | USD price paid for the NFTs in this mint. The USD value of the mint is calculated by multiplying the hourly exchange rate of the currency . |
| aggregator_name | VARCHAR(134217728) | Name of the aggregator used for the mint (if applicable) |
| aggregator_address | VARCHAR(42) | Contract address of the aggregator used for the mint (if applicable) |
| transaction_hash | VARCHAR(66) | Transaction hash of where this mint occurred. |
| log_index | NUMBER(38,0) | Log index of this mint. |
| block_timestamp | TIMESTAMP_NTZ(9) | Block timestamp of the mint. |
| block_number | NUMBER(38,0) | Block number of the mint. |
| block_hash | VARCHAR(66) | Block hash of the mint. |
| unique_id | VARCHAR(134217728) | Unique ID of this mint. |
| _created_at | TIMESTAMP_NTZ(9) | Timestamp of the entry creation. |
| _updated_at | TIMESTAMP_NTZ(9) | Timestamp of the entry update. |
| _helper_nft_tokens__updated_at | TIMESTAMP_NTZ(9) | Token info last update. |
| _changed_since_full_refresh | BOOLEAN | Whether this row has changed since the last full refresh. |
| _preference | NUMBER(38,0) | Internal ordering preference for source deduplication. |