Datasets:
There isnt a single row of data with malicious = true
#1
by
ChristopherJabez
- opened
Ran this sql query:
SELECT
contract_address,
contract_name,
malicious,
notes AS reason_for_malicious
FROM
train
WHERE
malicious = true
LIMIT 5;
and it returned zero results.
It must be a joke that the dataset called malicious_smart_contract_dataset doesnt have a single data point where the flag malicious = true