CoolFace
Datasetpublic

BlockDB/ERC1155-Tokens-Ethereum-Cryptocurrency-Data

ERC1155-Tokens-Ethereum-Cryptocurrency-Data Hive-partitioned Parquet export of BlockDB erc1155_tokens (Ethereum). Load from datasets import load_dataset ds = load_dataset("BlockDB/ERC1155-Tokens-Ethereum-Cryptocurrency-Data", split="train") Files live under data/year=YYYY/month=MM/part-NNNN.parquet. Range: 2015-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/ERC1155-Tokens-Ethereum-Cryptocurrency-Data.

sourceHugging Faceupdated 27d agoView on Hugging Face
0likes462downloads
Dataset Card

ERC1155-Tokens-Ethereum-Cryptocurrency-Data

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

Load

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

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

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

Schema

columntype
block_timestamptimestamp
block_numberint64
tx_indexint32
contract_idstring
contract_addressstring
namestring?
symbolstring?
decimalsint16?
uristring?
supports_metadata_uribool?
_tracing_idstring
_parent_tracing_idsstring
_created_attimestamp
_updated_attimestamp