| pretty_name: Function-Results-Ethereum-Cryptocurrency-Data | |
| tags: | |
| - ethereum | |
| - blockchain | |
| - parquet | |
| - blockdb | |
| # Function-Results-Ethereum-Cryptocurrency-Data | |
| Hive-partitioned Parquet export of BlockDB `function_results` (Ethereum). | |
| ## Load | |
| ```python | |
| from datasets import load_dataset | |
| ds = load_dataset("RBudzynski/Function-Results-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` | | |
| | `contract_id` | `string` | | |
| | `call_data` | `string` | | |
| | `signature_hash` | `string` | | |
| | `result` | `string?` | | |
| | `timestamp_utc` | `timestamp` | | |
| | `_tracing_id` | `string` | | |
| | `_created_at` | `timestamp` | | |
| | `_updated_at` | `timestamp` | | |