Description: The nonReentrant
modifier is only used once in the contract, which may not justify the gas cost of implementing it as a modifier.
Impact:
Increased deployment gas costs
Code complexity without proportional benefit
Reduced code maintainability
Recommended Mitigation: Either:
Incorporate the modifier logic directly into the function:
Or justify modifier usage by implementing it in multiple functions where reentrancy protection is needed.
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.