stong commited on
Commit
ec61245
1 Parent(s): 40da0a3
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -18,7 +18,7 @@ Our aim is to provide a contract source code dataset that is readily available t
18
 
19
  ## Methodology
20
 
21
- First, we accumulated a list of all deployed contracts on Ethereum mainnet as of block 16860349. This does not include contracts that have been `SELFDESTRUCT`ed. We progressivelyh built up this index by performing a full sync from the genesis block using the modified Geth instance. Whenever a new contract was created, we added it to our index. When a contract `SELFDESTRUCT`ed, we removed it from the index. This list is available in this dataset as the file `address_bytecodehash_index`.
22
 
23
  Next, we collected contract source code from publicly available online sources. All data was obtained from publicly accessible resources.
24
 
 
18
 
19
  ## Methodology
20
 
21
+ First, we accumulated a list of all deployed contracts on Ethereum mainnet as of block 16860349. This does not include contracts that have been `SELFDESTRUCT`ed. We progressively built up this index by performing a full sync from the genesis block using the modified Geth instance. Whenever a new contract was created, we added it to our index. When a contract `SELFDESTRUCT`ed, we removed it from the index. This list is available in this dataset as the file `address_bytecodehash_index`.
22
 
23
  Next, we collected contract source code from publicly available online sources. All data was obtained from publicly accessible resources.
24