monperrus commited on
Commit
2d5770a
1 Parent(s): c49c310

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -2
README.md CHANGED
@@ -26,10 +26,9 @@ The DISL dataset features a collection of 514506 unique Solidity files that have
26
 
27
  ## Content
28
 
29
- It contains two subset:
30
-
31
  * the *raw* subset has full contracts source code and it's not deduplicated, it has 3,298,271 smart contracts
32
  * the *decomposed* subset contains Solidity files, it is derived from raw, it is deduplicated using Jaccard similarity with a threshold of 0.9, it has 514,506 Solidity files
 
33
 
34
  If you use DISL, please cite the following tech report:
35
 
 
26
 
27
  ## Content
28
 
 
 
29
  * the *raw* subset has full contracts source code and it's not deduplicated, it has 3,298,271 smart contracts
30
  * the *decomposed* subset contains Solidity files, it is derived from raw, it is deduplicated using Jaccard similarity with a threshold of 0.9, it has 514,506 Solidity files
31
+ * the cuttoff date is January 15, 2024, approx at block [19010000](https://etherscan.io/block/19010000)
32
 
33
  If you use DISL, please cite the following tech report:
34