There are many instances in the code where direct access to state variables is done which costs a lot of gas (SSTORE/SLOAD = 100 gas each) compared to using memory variables (MSTORE/MLOAD = 3 gas each).
Consumes more gas during code execution in runtime.
Manual Review
Cache state variables to memory variable and access the memory variable.
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.