Typo
Browse files
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
|
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 |
|