Datasets:
Update README.md
Browse files
README.md
CHANGED
|
@@ -1,3 +1,7 @@
|
|
| 1 |
# All ethereum contracts
|
| 2 |
|
| 3 |
-
This dataset contains all deployed Ethereum contracts as of block `21637596` (around mid-January, 2025)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
# All ethereum contracts
|
| 2 |
|
| 3 |
+
This dataset contains all deployed Ethereum contracts as of block `21637596` (around mid-January, 2025), bytecodes of the contracts, and the block numbers the contracts were deployed.
|
| 4 |
+
|
| 5 |
+
Contract bytecodes are stored as a hash of the bytecode, and another dataset is provided mapping bytecode hashes to bytecodes. This is to...
|
| 6 |
+
|
| 7 |
+
|