sei.nft Table: ez_nft_sales Type: View
A convenience model that combines fact nft sales with tokens and prices
Columns
| Column Name | Data Type | Description |
|---|---|---|
| BLOCK_TIMESTAMP | TIMESTAMP_NTZ | The block timestamp at which the NFT event occurred. |
| BLOCK_ID | NUMBER | The block id at which the NFT event occurred. |
| TX_SUCCEEDED | BOOLEAN | Transaction status is TRUE if the transaction was successful, FALSE if the transaction failed. |
| TX_ID | TEXT | The transaction id for the NFT event. This is not necessarily unique in this table as a transaction may contain multiple NFT events. |
| MSG_GROUP | NUMBER | |
| MSG_SUB_GROUP | NUMBER | |
| MSG_INDEX | NUMBER | |
| EVENT_TYPE | TEXT | |
| BUYER_ADDRESS | TEXT | The address of the buyer of the NFT in the transaction. |
| SELLER_ADDRESS | TEXT | |
| NFT_ADDRESS | TEXT | |
| TOKEN_ID | TEXT | The token ID for this NFT contract. |
| PROJECT_NAME | TEXT | The name of the NFT project. This field, along with metadata, will be filled in over time. |
| PLATFORM_ADDRESS | TEXT | The address of the exchange used for the transaction. |
| PLATFORM_NAME | TEXT | The name of the exchange used for the trade. |
| AMOUNT | FLOAT | |
| AMOUNT_USD | FLOAT | |
| CURRENCY | TEXT | |
| EZ_NFT_SALES_ID | TEXT | |
| 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. |