Skip to main content

Overview

  • Dataset ID: 0202
  • Table: blockdb0202_erc721_tokens_v1
  • Description: Catalog of ERC-721 token contracts.
  • Primary Key: contract_address

Columns

ColumnTypeDescription
contract_addressBYTEAAddress of the ERC-721 token contract (20 bytes).
tracing_idBYTEACanonical lineage identifier for the NFT metadata record.
parent_tracing_idsBYTEAArray of upstream tracing IDs that describe parent dependencies.
genesis_tracing_idsBYTEAArray of tracing IDs pointing to the genesis artifacts for the record.
block_numberBIGINTBlock of the log we attribute as the genesis/recognition point.
block_timetimestamptzUTC timestamp for the block that produced this record.
tx_indexINTEGERTransaction index within the block.
log_indexINTEGERLog index within the block.
nameTEXTName of the ERC-721 token.
symbolTEXTSymbol/ticker of the ERC-721 token.
base_token_uriTEXTBase URI for token metadata, if any.
_tracing_idBYTEATracing ID of this ERC-721 token record.
_genesis_tracing_idsBYTEA[]Tracing IDs of the genesis records leading to this ERC-721 token record.
_parent_tracing_idsBYTEA[]Tracing IDs of the parent records leading to this ERC-721 token record.
_created_atTIMESTAMPTZRecord creation timestamp.
_updated_atTIMESTAMPTZRecord last update timestamp.

Use Cases

  • Canonical token registry for normalization across DeFi datasets
  • Symbol, name, decimals lookups for accurate unit scaling in analytics
  • Cross-chain asset identity resolution
  • Foundation for NFT, LP token, and vault datasets
  • Integration layer for pricing engines, wallets, and indexers