Redundant Status Check Leading to Inefficiency
The current implementation redundantly checks if both checkedOnce
and checkedTwice
statuses are set to NICE
or EXTRA_NICE
. This redundancy is unnecessary as the checkedTwice
function already performs this check.
This repeated checking results in gas inefficiency.
Foundry
Eliminate the check for the checkedOnce
status. Retaining only the checkedTwice
check is sufficient and more efficient.
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.