stong commited on
Commit
40da0a3
1 Parent(s): 2c94a09

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -22,7 +22,7 @@ First, we accumulated a list of all deployed contracts on Ethereum mainnet as of
22
 
23
  Next, we collected contract source code from publicly available online sources. All data was obtained from publicly accessible resources.
24
 
25
- Finally, we calculated all of the Keccak256 hashes of the deployed EVM bytecode of each contract. We deduplicated contract source code by bytecode hash. In other words, we organized the contract source code set by the bytecode hash of their corresponding verified contracts. For example, if source codes A and B are both verified against smart contracts X and Y with the same deployed EVM bytecode, we only include one of A or B in this dataset. Choosing among duplicates was arbitrarily.
26
 
27
  ## Dataset Statistics
28
 
 
22
 
23
  Next, we collected contract source code from publicly available online sources. All data was obtained from publicly accessible resources.
24
 
25
+ Finally, we calculated all of the Keccak256 hashes of the deployed runtime EVM bytecode of each contract. We deduplicated contract source code by bytecode hash. In other words, we organized the contract source code set by the bytecode hash of their corresponding verified contracts. For example, if source codes A and B are both verified against smart contracts X and Y with the same deployed EVM bytecode, we only include one of A or B in this dataset. Choosing among duplicates was arbitrarily.
26
 
27
  ## Dataset Statistics
28