TheSavageTeddy commited on
Commit
70b585e
·
verified ·
1 Parent(s): e660e55

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +5 -1
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
+