apehex commited on
Commit
81b4b35
1 Parent(s): 9c1e0c8

Include data in both binary and hex formats

Browse files
This view is limited to 50 files because it contains too many changes.   See raw diff
Files changed (50) hide show
  1. README.md +52 -24
  2. bin/ethereum/train/19493000_to_19493999.parquet +3 -0
  3. bin/ethereum/train/19494000_to_19494999.parquet +3 -0
  4. bin/ethereum/train/19495000_to_19495999.parquet +3 -0
  5. bin/ethereum/train/19496000_to_19496999.parquet +3 -0
  6. bin/ethereum/train/19497000_to_19497999.parquet +3 -0
  7. bin/ethereum/train/19498000_to_19498999.parquet +3 -0
  8. bin/ethereum/train/19499000_to_19499999.parquet +3 -0
  9. bin/ethereum/train/19500000_to_19500999.parquet +3 -0
  10. bin/ethereum/train/19501000_to_19501999.parquet +3 -0
  11. bin/ethereum/train/19502000_to_19502999.parquet +3 -0
  12. bin/ethereum/train/19503000_to_19503999.parquet +3 -0
  13. bin/ethereum/train/19504000_to_19504999.parquet +3 -0
  14. bin/ethereum/train/19505000_to_19505999.parquet +3 -0
  15. bin/ethereum/train/19506000_to_19506999.parquet +3 -0
  16. bin/ethereum/train/19507000_to_19507999.parquet +3 -0
  17. bin/ethereum/train/19508000_to_19508999.parquet +3 -0
  18. bin/ethereum/train/19510000_to_19510999.parquet +3 -0
  19. bin/ethereum/train/19511000_to_19511999.parquet +3 -0
  20. bin/ethereum/train/19512000_to_19512999.parquet +3 -0
  21. bin/ethereum/train/19513000_to_19513999.parquet +3 -0
  22. bin/ethereum/train/19514000_to_19514999.parquet +3 -0
  23. bin/ethereum/train/19515000_to_19515999.parquet +3 -0
  24. bin/ethereum/train/19516000_to_19516999.parquet +3 -0
  25. bin/ethereum/train/19517000_to_19517999.parquet +3 -0
  26. bin/ethereum/train/19518000_to_19518999.parquet +3 -0
  27. bin/ethereum/train/19519000_to_19519999.parquet +3 -0
  28. bin/ethereum/train/19520000_to_19520999.parquet +3 -0
  29. bin/ethereum/train/19521000_to_19521999.parquet +3 -0
  30. bin/ethereum/train/19522000_to_19522999.parquet +3 -0
  31. bin/ethereum/train/19523000_to_19523999.parquet +3 -0
  32. bin/ethereum/train/19524000_to_19524999.parquet +3 -0
  33. bin/ethereum/train/19525000_to_19525999.parquet +3 -0
  34. bin/ethereum/train/19526000_to_19526999.parquet +3 -0
  35. bin/ethereum/train/19527000_to_19527999.parquet +3 -0
  36. bin/ethereum/train/19528000_to_19528999.parquet +3 -0
  37. bin/ethereum/train/19529000_to_19529999.parquet +3 -0
  38. bin/ethereum/train/19530000_to_19530999.parquet +3 -0
  39. bin/ethereum/train/19531000_to_19531999.parquet +3 -0
  40. bin/ethereum/train/19532000_to_19532999.parquet +3 -0
  41. bin/ethereum/train/19533000_to_19533999.parquet +3 -0
  42. bin/ethereum/train/19534000_to_19534999.parquet +3 -0
  43. bin/ethereum/train/19535000_to_19535999.parquet +3 -0
  44. bin/ethereum/train/19536000_to_19536999.parquet +3 -0
  45. bin/ethereum/train/19537000_to_19537999.parquet +3 -0
  46. bin/ethereum/train/19539000_to_19539999.parquet +3 -0
  47. bin/ethereum/train/19540000_to_19540999.parquet +3 -0
  48. bin/ethereum/train/19542000_to_19542999.parquet +3 -0
  49. bin/ethereum/train/19543000_to_19543999.parquet +3 -0
  50. bin/ethereum/train/19544000_to_19544999.parquet +3 -0
README.md CHANGED
@@ -1,10 +1,14 @@
1
  ---
2
  license: agpl-3.0
3
  configs:
4
- - config_name: ethereum
5
  data_files:
6
  - split: train
7
- path: "data/ethereum/train/*.parquet"
 
 
 
 
8
  ---
9
 
10
  # EVM Contracts
@@ -20,13 +24,14 @@ When available, the sources are also included.
20
 
21
  > the dataset is not yet complete!
22
 
23
- - homepage: [https://github.com/apehex/feedblocks][github-project]
24
  - version: 0.1.9
25
  - download size: 2.1 GB
26
 
27
- | Split | Samples | Blocks | Scraped sources |
28
- | ------------- | --------- | ------------------------- | --------------------------------- |
29
- | 'ethereum' | 1,294,247 | 19,493,000 - 20,292,000 | 19,493,000 - 19,959,999 (58%) |
 
30
 
31
  The transaction data is available for all records, in particular creation and runtime bytecodes are filled.
32
 
@@ -35,8 +40,31 @@ These have a small rate limit and it takes a long time.
35
 
36
  So the source code data has only been scraped for a portion of the records, as listed in the table above.
37
 
 
 
38
  ## Features
39
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
40
  ```python
41
  datasets.Features({
42
  "chain_id": datasets.features.Value(dtype='uint64'),
@@ -51,9 +79,9 @@ datasets.Features({
51
  'creation_sourcecode': datasets.features.Value(dtype='string'),})
52
  ```
53
 
54
- ### Block Number
55
 
56
- The block number is the only integer feature.
57
 
58
  ### Solidity Sources
59
 
@@ -64,7 +92,7 @@ The sources are formatted as [standard JSON input][solidity-docs-json] for the s
64
 
65
  The resulting JSON is then encoded using UTF-8 into a single string.
66
 
67
- ### HEX Data
68
 
69
  All the other features are HEX encoded into strings, **without** the `0x` prefix.
70
 
@@ -84,27 +112,27 @@ For example:
84
  'solidity_sourcecode': '',}
85
  ```
86
 
87
- ## Raw Data
88
 
89
- The original data is stored in parquet files, and typed as raw bytes:
90
 
91
  ```python
92
- pa.schema(fields=[
93
- pl.field('chain_id', pa.uint64()),
94
- pl.field('block_number', pa.uint32()),
95
- pl.field('block_hash', pa.large_binary()),
96
- pl.field('transaction_hash', pa.large_binary()),
97
- pl.field('deployer_address', pa.large_binary()),
98
- pl.field('factory_address', pa.large_binary()),
99
- pl.field('contract_address', pa.large_binary()),
100
- pl.field('creation_bytecode', pa.large_binary()),
101
- pl.field('runtime_bytecode', pa.large_binary()),
102
- pl.field('creation_sourcecode', pa.large_binary()),])
103
  ```
104
 
105
- This data is collected by the [scripts of a dedicated package, feedblocks][github-project].
106
 
107
  [etherscan-api]: https://docs.etherscan.io/api-endpoints/contracts
108
- [github-project]: https://github.com/apehex/feedblocks/
109
  [github-tfds]: https://github.com/apehex/feedblocks/tree/main/feedblocks/datasets/evmc
110
  [solidity-docs-json]: https://docs.soliditylang.org/en/v0.8.26/using-the-compiler.html#compiler-input-and-output-json-description
 
1
  ---
2
  license: agpl-3.0
3
  configs:
4
+ - config_name: hex/ethereum
5
  data_files:
6
  - split: train
7
+ path: "hex/ethereum/train/*.parquet"
8
+ - config_name: bin/ethereum
9
+ data_files:
10
+ - split: train
11
+ path: "bin/ethereum/train/*.parquet"
12
  ---
13
 
14
  # EVM Contracts
 
24
 
25
  > the dataset is not yet complete!
26
 
27
+ - homepage: [https://github.com/apehex/feedblocks][github-feedblocks]
28
  - version: 0.1.9
29
  - download size: 2.1 GB
30
 
31
+ | Split | Samples | Blocks | Scraped sources |
32
+ | ----------------- | --------- | ------------------------- | --------------------------------- |
33
+ | 'bin/ethereum' | 1,294,247 | 19,493,000 - 20,292,000 | 19,493,000 - 19,959,999 (58%) |
34
+ | 'hex/ethereum' | 1,294,247 | 19,493,000 - 20,292,000 | 19,493,000 - 19,959,999 (58%) |
35
 
36
  The transaction data is available for all records, in particular creation and runtime bytecodes are filled.
37
 
 
40
 
41
  So the source code data has only been scraped for a portion of the records, as listed in the table above.
42
 
43
+ This data was collected by the [scripts of a dedicated package, feedblocks][github-feedblocks].
44
+
45
  ## Features
46
 
47
+ The data comes in two flavors: binary and hexadecimal encodings.
48
+ The fields have the same names in both and the underlying data is also identical.
49
+
50
+ In binary form, the raw bytes are stored in most fields:
51
+
52
+ ```python
53
+ datasets.Features({
54
+ "chain_id": datasets.features.Value(dtype='uint64'),
55
+ "block_number": datasets.features.Value(dtype='uint32'),
56
+ 'block_hash': datasets.features.Value(dtype='large_binary'),
57
+ 'transaction_hash': datasets.features.Value(dtype='large_binary'),
58
+ 'deployer_address': datasets.features.Value(dtype='large_binary'),
59
+ 'factory_address': datasets.features.Value(dtype='large_binary'),
60
+ 'contract_address': datasets.features.Value(dtype='large_binary'),
61
+ 'creation_bytecode': datasets.features.Value(dtype='large_binary'),
62
+ 'runtime_bytecode': datasets.features.Value(dtype='large_binary'),
63
+ 'creation_sourcecode': datasets.features.Value(dtype='large_binary'),})
64
+ ```
65
+
66
+ While in hexadecimal format, the data is encoded into HEX strings:
67
+
68
  ```python
69
  datasets.Features({
70
  "chain_id": datasets.features.Value(dtype='uint64'),
 
79
  'creation_sourcecode': datasets.features.Value(dtype='string'),})
80
  ```
81
 
82
+ ### Chain And Block Numbers
83
 
84
+ Both ids are stored as unsigned integers.
85
 
86
  ### Solidity Sources
87
 
 
92
 
93
  The resulting JSON is then encoded using UTF-8 into a single string.
94
 
95
+ ### HEX Dataset
96
 
97
  All the other features are HEX encoded into strings, **without** the `0x` prefix.
98
 
 
112
  'solidity_sourcecode': '',}
113
  ```
114
 
115
+ ## BIN Dataset
116
 
117
+ All the other features are stored in binary format:
118
 
119
  ```python
120
+ {
121
+ 'chain_id': 1,
122
+ 'block_number': 20155815,
123
+ 'block_hash': b'\xfc\xdd\xf3;\x1bZr\x8a@X\x8e\xda`&&9 \x1a\xc0\xd3\xf6\x11\xf0\x82\x86\xa9\xe2\xefeWa\x11',
124
+ 'transaction_hash': b'\xec7#\xff\xb8\xa3\xbb\xb8\xb8;%H\x1fa\xcb\xfcF8?\xc8\x8f\xf8\xeb6A\x86\xb5:\xa2&\xe4\xbf',
125
+ 'deployer_address': b'\xbaW\xab\xe3u\x9088\xb5\xc1\x97\t\xe9m\xae\x12\x19\x1f\xa3~',
126
+ 'factory_address': b'\x00\x00\x00\x00\x00\xb3\xf8y\xcb0\xfe$;M\xfe\xe48i\x1c\x04',
127
+ 'contract_address': b'\xc7%\xbc1\xcb\xa2LS\xe5\xc0\xc2\xe2\x06]K@\xf5#Fx',
128
+ 'creation_bytecode': b'un\xb3\xf8y\xcb0\xfe$;M\xfe\xe48i\x1c\x043\x18XW3\xff`\x00R`\x16`\n\xf3',
129
+ 'runtime_bytecode': b'n\xb3\xf8y\xcb0\xfe$;M\xfe\xe48i\x1c\x043\x18XW3\xff',
130
+ 'creation_sourcecode': b''}
131
  ```
132
 
133
+ This saves disk space and may actually be more practical for further processing.
134
 
135
  [etherscan-api]: https://docs.etherscan.io/api-endpoints/contracts
136
+ [github-feedblocks]: https://github.com/apehex/feedblocks/
137
  [github-tfds]: https://github.com/apehex/feedblocks/tree/main/feedblocks/datasets/evmc
138
  [solidity-docs-json]: https://docs.soliditylang.org/en/v0.8.26/using-the-compiler.html#compiler-input-and-output-json-description
bin/ethereum/train/19493000_to_19493999.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:87ab48911ae1cb6491456bb6b82ba299df523f5ddbefb1f1f7c07e67b98b7b2b
3
+ size 1931215
bin/ethereum/train/19494000_to_19494999.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:007bb9ac7f1ce576e201f1415c93d8485bde3a054ff01b5f40185c4ccda4b7aa
3
+ size 1181815
bin/ethereum/train/19495000_to_19495999.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a222b5f4e69a906fa7991bca8be9669ad83db7c94f86deb03590a5289350e606
3
+ size 1348753
bin/ethereum/train/19496000_to_19496999.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:22159407211e46ceeb97716ae2abe483dc526983d075b6dc1c284c5973f0d8c7
3
+ size 1257572
bin/ethereum/train/19497000_to_19497999.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6b3346baf4c7df1b982b75149f4af735f17fa9d7155d8141c7fd14f2c19f2768
3
+ size 1791946
bin/ethereum/train/19498000_to_19498999.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:45e3d5b9384c7490c90d86b485d591a4417fa2d160d4fa730864708670b57c26
3
+ size 2010712
bin/ethereum/train/19499000_to_19499999.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e1a02ce9aac534098a130ea456e61234695b034b2086f814a7983cb6f459f479
3
+ size 3845459
bin/ethereum/train/19500000_to_19500999.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:794b3145359bf1204fe7f4edee39cd09f82eec2e995da02f07d9d79e1808e717
3
+ size 1084280
bin/ethereum/train/19501000_to_19501999.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3f5af610003eefd919837a9ca5f85583bd6606c0419cbd09c0b522ac697ea31d
3
+ size 1340960
bin/ethereum/train/19502000_to_19502999.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d0db402b190f29226c83ccc23686d84045242e30b1f1d59e94901a6ccddc9b1d
3
+ size 1575354
bin/ethereum/train/19503000_to_19503999.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:44071c415406910eeb348ab080e212e5b45c17dd2a0ee32ddee9919496c3ca27
3
+ size 1263852
bin/ethereum/train/19504000_to_19504999.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:32c3582a28c92413c3297ddd2cb33e893dc42ab5d6f8f6cd647b0ea27afed0a8
3
+ size 1672200
bin/ethereum/train/19505000_to_19505999.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9657de16a1d168d90685a178d093f174e73b4af769c64d938c43708745537c8a
3
+ size 1179620
bin/ethereum/train/19506000_to_19506999.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:925fcfde9b8a64cb6bfef97cb77d6fbe57d8381626660c12b6e07cfc343a63db
3
+ size 1337274
bin/ethereum/train/19507000_to_19507999.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4a7c25ea38d3869e4b77261c339b82b0eec1a8763e9dcac973089a66b82e9980
3
+ size 3539516
bin/ethereum/train/19508000_to_19508999.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:10549f390af351d8e7c2b0b4a37e1ac90839539ec2c68bcff5894cdfd3b858db
3
+ size 1332897
bin/ethereum/train/19510000_to_19510999.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:dcc81e53cf0ae97ef38a830125cb6e5deeb12584683781e2afa2e66b6aae004c
3
+ size 4647918
bin/ethereum/train/19511000_to_19511999.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d2f6fc838a75eef09b3e810e38c9ec336d2290e43568549b12acc20aab3f8358
3
+ size 1708132
bin/ethereum/train/19512000_to_19512999.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b4d3437b5e48f6f6848e651a9627128082537c0e00024ff23bd608f807076aa8
3
+ size 2495472
bin/ethereum/train/19513000_to_19513999.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2e684e38170704c7212cb0cd32ed0989dc3054584fda03a9cfb5b6f9bca46482
3
+ size 1960432
bin/ethereum/train/19514000_to_19514999.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d50e3a66414339839d7139f000c00341748df4dda553a80d9dfa43b1f7b21604
3
+ size 2078449
bin/ethereum/train/19515000_to_19515999.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7c471487d89ec7d390dcd24058b9352b9db4c88bdc8c348bfe427d89df93feba
3
+ size 2061882
bin/ethereum/train/19516000_to_19516999.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:238605343af77de50f886bda37bcd5f89b795cd3565e848ed771f66be777190c
3
+ size 2706541
bin/ethereum/train/19517000_to_19517999.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:fdf835d6c362cf87aed6dee22b2b98d1ae1eb2f0be1e38c8f6426f3ae2053958
3
+ size 3504406
bin/ethereum/train/19518000_to_19518999.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:116920674fb0e2924aba3ac0baa174429e7b8cae92c69df8eebe4a874f473ff8
3
+ size 2135849
bin/ethereum/train/19519000_to_19519999.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:fef97d87a3f012624db97f812c805aa092a49f69b55aa7f39671f7119768da27
3
+ size 2843449
bin/ethereum/train/19520000_to_19520999.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:bfefc5abb62487e870b24115cea1bad098b4c8c4d8a98972f7314b64959a28cd
3
+ size 2883557
bin/ethereum/train/19521000_to_19521999.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1c50e9d95c7c7ca3202b0554d9988517a6c181f281a72ce3fa14da66dcc94b2e
3
+ size 1090222
bin/ethereum/train/19522000_to_19522999.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:92115ac1b586538fa89d5b4d8b22318ac17e7ea6c7947897bae5a8f4bfacaa64
3
+ size 2354610
bin/ethereum/train/19523000_to_19523999.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9266a9388e944fb7246b3f500921b3e346985518477b6d0e26a52f4fa3b25b91
3
+ size 2632849
bin/ethereum/train/19524000_to_19524999.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9745e68b55a8d5fae93c2f8c711d08ff71f1673b4bf55e54a73305582b3de6c0
3
+ size 3151831
bin/ethereum/train/19525000_to_19525999.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3a437073fc370e26ec8a9df78f4471df39d8a43574ac7d6e3c77e651e96b0c0f
3
+ size 1489582
bin/ethereum/train/19526000_to_19526999.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5686f28ed94532a285b1518887c5fbdb77fddbdcd50f1a92012c56af074fc6ab
3
+ size 1530476
bin/ethereum/train/19527000_to_19527999.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8bc7fb53aa1c4ee145d23e9b16f88a04c8f80b921e25725b6d50d947862063bf
3
+ size 2210535
bin/ethereum/train/19528000_to_19528999.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c57ff20a6471fe6da3a5d17cf7ffec1458df7ed19ca0a515655a36c553a2fdeb
3
+ size 2034088
bin/ethereum/train/19529000_to_19529999.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a82cc2dfb29f9bec9b3f15aea61fd00edcf4ea40b8c1755db3598cdecc1e9b37
3
+ size 2925509
bin/ethereum/train/19530000_to_19530999.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:edc37a44d74cd23ece0f695bf1d4d7084a0759f9f396efd84f37ac04d1c48d4a
3
+ size 1827411
bin/ethereum/train/19531000_to_19531999.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a36bb9497a3179a109482321b202bb7fb3d750d9b3ce3b41f5dd01fa00a02d34
3
+ size 2398039
bin/ethereum/train/19532000_to_19532999.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1494d3ee8ea01428aa7f31e25fd4b674ed03e7bba70288f3d01c31cc8ff18031
3
+ size 1455534
bin/ethereum/train/19533000_to_19533999.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:046e4ec65cc2974bbe32997ea89d6bb60227ca8d0a95880a164234b4e8ab7994
3
+ size 1338479
bin/ethereum/train/19534000_to_19534999.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ac24a94c4373324da0ff400a947cd57c88ccbde2fe64904a15a5064da6fc569d
3
+ size 1458439
bin/ethereum/train/19535000_to_19535999.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:56b45febd4ec3c8b76fec4227f18eec44b4a2e354cef9c226d9cb259f323ae8b
3
+ size 1855385
bin/ethereum/train/19536000_to_19536999.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2a4d14a701ae4df1069b66a9bd7bed3969004b8d3b384ed4a7271ba9b80a2edd
3
+ size 1527238
bin/ethereum/train/19537000_to_19537999.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:352b14b20c0039f88b71246a7de3b92c13e932a571608162f9493d887dfccb27
3
+ size 1697467
bin/ethereum/train/19539000_to_19539999.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f17363445dbb49640483222ffe317cb0c2285a7fcae232f009163e93bcf6612b
3
+ size 1587910
bin/ethereum/train/19540000_to_19540999.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6e03a96265777f1be9c403bdfe08a9fa4388573fa7f53c52607ca687fc6cf2e6
3
+ size 2010058
bin/ethereum/train/19542000_to_19542999.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:07b2c5a7802c6edf9aea22aa8aa40dc230d6ff5af6b326a8aa44dc65e6bcd31c
3
+ size 2097623
bin/ethereum/train/19543000_to_19543999.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0b2a9e4c376d70538d57250698c120fd73260c84b749c9f7e49087f5356ed1ed
3
+ size 1460813
bin/ethereum/train/19544000_to_19544999.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4b3fca8e3ae28cae6877a0572da3c9b9dba7126b82a686f2b0b6f981f48a05d7
3
+ size 1377556