The fund() function lacks a pause check while other admin functions (updateVerifier(), emergencyWithdraw()) require the contract to be paused. This inconsistency allows the owner to add funds while the hunt is active, potentially interfering with hunt economics at critical moments.
Likelihood:
Reason 1
Impact:
Owner behavior inconsistent across admin functions
Could fund contract at inappropriate times during active hunts
Minor inconsistency in protocol design
Add require(paused, "THE_CONTRACT_MUST_BE_PAUSED") to fund() for consistency:
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.
The contest is complete and the rewards are being distributed.