Skip to main content
Schema: sei.nft Table: ez_nft_sales Type: View A convenience model that combines fact nft sales with tokens and prices

Columns

Column NameData TypeDescription
BLOCK_TIMESTAMPTIMESTAMP_NTZThe block timestamp at which the NFT event occurred.
BLOCK_IDNUMBERThe block id at which the NFT event occurred.
TX_SUCCEEDEDBOOLEANTransaction status is TRUE if the transaction was successful, FALSE if the transaction failed.
TX_IDTEXTThe transaction id for the NFT event. This is not necessarily unique in this table as a transaction may contain multiple NFT events.
MSG_GROUPNUMBER
MSG_SUB_GROUPNUMBER
MSG_INDEXNUMBER
EVENT_TYPETEXT
BUYER_ADDRESSTEXTThe address of the buyer of the NFT in the transaction.
SELLER_ADDRESSTEXT
NFT_ADDRESSTEXT
TOKEN_IDTEXTThe token ID for this NFT contract.
PROJECT_NAMETEXTThe name of the NFT project. This field, along with metadata, will be filled in over time.
PLATFORM_ADDRESSTEXTThe address of the exchange used for the transaction.
PLATFORM_NAMETEXTThe name of the exchange used for the trade.
AMOUNTFLOAT
AMOUNT_USDFLOAT
CURRENCYTEXT
EZ_NFT_SALES_IDTEXT
INSERTED_TIMESTAMPTIMESTAMP_NTZThe utc timestamp at which the row was inserted into the table.
MODIFIED_TIMESTAMPTIMESTAMP_NTZThe utc timestamp at which the row was last modified.