Aderyn
Slither
If x is a boolean, use if(x) and if(!x) instead of if(x == true) or if(x == false).
x
if(x)
if(!x)
if(x == true)
if(x == false)
Found instances:
Found in src/LevelOne.sol Line: 109
Found in src/LevelOne.sol Line: 244
The contest is live. Earn rewards by submitting a finding.
Submissions are being carefully reviewed by our judges.
This is your time to appeal against judgements on your submissions.
Appeals are being carefully reviewed by our judges.
The contest is complete and the rewards are being distributed.
Support
Can't find an answer? Chat with us on Discord, Twitter or Linkedin.