Table of contents
The eth_mainnet.nft_transfers
table provides indexed views of all transfers (mints, sends, and burns) for NFTs.
Columns
Name | Type | Description |
---|---|---|
id | varchar | A unique, sequential identifier for the transfer event. |
token_address | varchar | N/A |
contract_type | varchar | N/A |
token_id | varchar | The token ID of the NFT. |
block_hash | varchar | N/A |
block_number | integer | The block number at which the transfer occurred. |
block_time | date | N/A |
transaction_hash | varchar | The transaction hash at which the transfer occurred. |
log_index | integer | The log index at which the transfer occurred. |
from | varchar | The address of the sender. |
to | varchar | The address of the receiver. |
amount | bigint | N/A |
operator | varchar | The address of the operator that performed the transfer (only for ERC-1155 NFTs). |
ym | varchar | N/A |