RBudzynski's picture
Update dataset card for internal_transactions
33256d4 verified
|
Raw
History Blame Contribute Delete
959 Bytes
---
pretty_name: Internal-Transactions-Ethereum-Cryptocurrency-Data
tags:
- ethereum
- blockchain
- parquet
- blockdb
---
# Internal-Transactions-Ethereum-Cryptocurrency-Data
Hive-partitioned Parquet export of BlockDB `internal_transactions` (Ethereum).
## Load
```python
from datasets import load_dataset
ds = load_dataset("RBudzynski/Internal-Transactions-Ethereum-Cryptocurrency-Data", split="train")
```
Files live under `data/year=YYYY/month=MM/part-NNNN.parquet`.
Range: `2026-07` .. `2026-07` (UTC calendar months).
## Schema
| column | type |
| --- | --- |
| `block_timestamp` | `timestamp` |
| `block_number` | `int64` |
| `tx_index` | `int32` |
| `trace_address` | `string` |
| `call_type` | `string` |
| `from_address` | `string` |
| `to_address` | `string?` |
| `value_wei` | `string` |
| `error` | `string?` |
| `tx_success` | `bool` |
| `_tracing_id` | `string` |
| `_created_at` | `timestamp` |
| `_updated_at` | `timestamp` |