CoolFace
Datasetpublic

BlockDB/ERC721-Tokens-Ethereum-Cryptocurrency-Data

ERC721-Tokens-Ethereum-Cryptocurrency-Data Hive-partitioned Parquet export of BlockDB erc721_tokens (Ethereum). Load from datasets import load_dataset ds = load_dataset("BlockDB/ERC721-Tokens-Ethereum-Cryptocurrency-Data", split="train") Files live under data/year=YYYY/month=MM/part-NNNN.parquet. Range: 2023-08 .. 2026-06 (UTC calendar months). Schema column type block_timestamp timestamp block_number int64 tx_index int32… See the full description on the dataset page: https://huggingface.co/datasets/BlockDB/ERC721-Tokens-Ethereum-Cryptocurrency-Data.

sourceHugging Faceupdated 26d agoView on Hugging Face
0likes482downloads
Dataset Card

ERC721-Tokens-Ethereum-Cryptocurrency-Data

Hive-partitioned Parquet export of BlockDB erc721_tokens (Ethereum).

Load

python
from datasets import load_dataset
ds = load_dataset("BlockDB/ERC721-Tokens-Ethereum-Cryptocurrency-Data", split="train")

Files live under data/year=YYYY/month=MM/part-NNNN.parquet.

Range: 2023-08 .. 2026-06 (UTC calendar months).

Schema

columntype
block_timestamptimestamp
block_numberint64
tx_indexint32
contract_idstring
contract_addressstring
namestring?
symbolstring?
token_uristring?
supports_metadatabool?
supports_enumerablebool?
_tracing_idstring
_parent_tracing_idsstring
_created_attimestamp
_updated_attimestamp