Skip to main content

Table of contents

The eth_mainnet.nft_transfers table provides indexed views of all transfers (mints, sends, and burns) for NFTs.

Columns

NameTypeDescription
idvarcharA unique, sequential identifier for the transfer event.
token_addressvarcharN/A
contract_typevarcharN/A
token_idvarcharThe token ID of the NFT.
block_hashvarcharN/A
block_numberintegerThe block number at which the transfer occurred.
block_timedateN/A
transaction_hashvarcharThe transaction hash at which the transfer occurred.
log_indexintegerThe log index at which the transfer occurred.
fromvarcharThe address of the sender.
tovarcharThe address of the receiver.
amountbigintN/A
operatorvarcharThe address of the operator that performed the transfer (only for ERC-1155 NFTs).
ymvarcharN/A