_amount == 0
instead of _amount <= 0
saves gas
Using _amount == 0
instead of _amount <= 0
can save gas.
Unecessary gas consumption.
Manual review
Use _amount == 0
instead of _amount <= 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.