It is cheaper to use != 0
than > 0
Using > 0
uses slightly more gas than using != 0
. Use != 0
when comparing uint
variables to zero, which cannot hold values below zero
Gas Consumption
Replace > 0
with != 0
to save gas.
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.