Skip to main content

Table Details

PropertyValue
Table Nameb3.nfts.transfers
Table StatusProduction-Ready
Unique Keytransaction_hash, unique_id

Table Columns

Column NameData TypeDescription
token_standardVARCHAR(7)The standard of the token, e.g., ERC721 or ERC1155.
from_addressVARCHAR(42)The address of the sender.
to_addressVARCHAR(42)The address of the recipient.
token_addressVARCHAR(42)The contract address of the token.
token_nameVARCHAR(16777216)The name of the token.
token_symbolVARCHAR(16777216)The symbol of the token.
token_idVARCHAR(16777216)The unique identifier of the token.
amountFLOATThe amount of tokens transferred.
transaction_from_addressVARCHAR(42)The address of the sender in the transaction.
transaction_to_addressVARCHAR(42)The address of the recipient in the transaction.
transaction_hashVARCHAR(66)The unique identifier of the transaction.
transaction_indexNUMBER(38,0)The position of the transaction within the block.
log_indexNUMBER(38,0)The position of the log within the block.
block_timestampTIMESTAMP_NTZ(9)The timestamp of the block containing the transaction.
block_numberNUMBER(38,0)The number of the block containing the transaction.
block_hashVARCHAR(66)The unique identifier of the block containing the transaction.
event_typeVARCHAR(16777216)The type of event, e.g., erc1155_transfer_single, erc721_transfer.
unique_idVARCHAR(16777216)A unique identifier for the transfer event.
_updated_atTIMESTAMP_NTZ(9)Timestamp of when the entry was last updated in the database.
_created_atTIMESTAMP_NTZ(9)Timestamp of when the entry was created in the database.
_helper_nft_tokens__updated_atTIMESTAMP_NTZ(9)The timestamp of the last update to the token information.