Skip to main content
Schema: sei.nft Table: fact_nft_sales Type: View This table contains NFT sale events from pallet and dagora

Columns

Column NameData TypeDescription
BLOCK_IDNUMBERThe block id at which the NFT event occurred.
BLOCK_TIMESTAMPTIMESTAMP_NTZThe block timestamp 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
NFT_ADDRESSTEXT
TOKEN_IDTEXTThe token ID for this NFT contract.
BUYER_ADDRESSTEXTThe address of the buyer of the NFT in the transaction.
SELLER_ADDRESSTEXT
AMOUNT_RAWNUMBER
CURRENCYTEXT
PLATFORM_ADDRESSTEXTThe address of the exchange used for the transaction.
PLATFORM_NAMETEXTThe name of the exchange used for the trade.
FACT_NFT_SALES_IDTEXTThe unique identifier for each row in the table.
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.