The owner should always be able to close pots once the claim period is over.
ContestManager inherits OpenZeppelin Ownable without overriding renounceOwnership. Every Pot is owned by ContestManager, and closing goes through ContestManager.closeContest, which is onlyOwner. If ownership is renounced, by mistake or when handing off the protocol, no one can ever call closeContest, and no pot can ever be closed.
Likelihood:
When the admin renounces ownership by mistake or while "decentralizing" the protocol.
When the admin key is lost, which has the same effect since there's no fallback.
Impact:
No Pot can ever be closed again, across every contest.
All unclaimed rewards and manager cuts in live pots are locked forever.
The contest is live. Earn rewards by submitting a finding.
Submissions are being reviewed by our AI judge. Results will be available in a few minutes.
View all submissionsThe contest is complete and the rewards are being distributed.