a += b Costs More Gas Than a = a + b for state variables.
In multiple places a += b pattern is used instead of a=a+b which is more gas efficient for state variables.
costs more gas
Manual review
a += b Costs More Gas than a = a + b for state variables.
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.