using x=x+y is more gas efficient than x+=y
x += y/x -= y costs more gas than x = x + y/x = x - y for state variables .
save 20 gas unit per instance
gas saved = 20 * 10 = 200
manual review
use x=x+y instead of x+=y
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.