Unnecessary internal functions used for reverting in modifiers. The internal functions _onlyVault
and _onlyKeeper
are only used in the modifiers onlyVault
and onlyKeeper
. These functions only consist of is
statement and revert
. This logic can be in the modifiers without the internal functions.
Manual Review
Consider removing the internal functions and moving the logic to the modifiers.
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.