uint
comparison with zero can be cheaper
Checking for != 0 is cheaper than > 0 for unsigned integers.
Cost more gas to execute.
manually
Consider using != 0 instead of > 0
The contest is live. Earn rewards by submitting a finding.
This is your time to appeal against judgements on your submissions.
Appeals are being carefully reviewed by our judges.