--- pretty_name: Contracts-Ethereum-Cryptocurrency-Data tags: - ethereum - blockchain - parquet - blockdb --- # Contracts-Ethereum-Cryptocurrency-Data Hive-partitioned Parquet export of BlockDB `contracts` (Ethereum). ## Load ```python from datasets import load_dataset ds = load_dataset("RBudzynski/Contracts-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` | | `trace_address` | `string` | | `contract_id` | `string` | | `contract_address` | `string` | | `creator_address` | `string` | | `creation_call_type` | `string` | | `_tracing_id` | `string` | | `_created_at` | `timestamp` | | `_updated_at` | `timestamp` |