sei.nft Table: ez_nft_transfers Type: Base Table
This table contains all NFT transfer events for ERC-721 and ERC-1155 tokens on EVM blockchains. It
provides a comprehensive view of NFT movements including transfers, mints, and burns.
Columns
| Column Name | Data Type | Description |
|---|---|---|
| BLOCK_NUMBER | NUMBER | Also known as block height. The block number, which indicates the length of the blockchain, increases after the addition of each new block. |
| BLOCK_TIMESTAMP | TIMESTAMP_NTZ | The date and time at which the block was produced. |
| TX_HASH | TEXT | Transaction hash is a unique 66-character identifier that is generated when a transaction is executed. This will not be unique in this table as a transaction could include multiple transfer events. |
| EVENT_INDEX | NUMBER | Event number within a transaction. |
| INTRA_EVENT_INDEX | NUMBER | Position within a batch transfer event, primarily for ERC-1155. Always starts with 1 for single transfers. |