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

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +13 -3
README.md CHANGED
@@ -1,7 +1,17 @@
 
 
 
 
 
 
 
 
 
 
 
 
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
-
 
1
+ ---
2
+ language:
3
+ - en
4
+ tags:
5
+ - blockchain
6
+ - Ethereum
7
+ - smart-contract
8
+ - smart-contracts
9
+ pretty_name: Zellic All Ethereum Contracts And Bytecodes
10
+ size_categories:
11
+ - 10M<n<100M
12
+ ---
13
  # All ethereum contracts
14
 
15
  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.
16
 
17
+ Contract bytecodes are stored as a hash of the bytecode, and another dataset is provided mapping bytecode hashes to bytecodes. This is to...