Missing Minimum Balance Check in constructor which is not following the comments
The constructor initializes state variables and ensures that the verifier is not the zero address
In the constructor is the following comment, Owner should fund 100 ETH at deployment (10 treasures × 10 ETH). This is however not enforced.
Likelihood:
This occurs whenever the contract is being deployed
Impact:
The contact can be deployed with 0 ETH since there is no one stopping its deployment.
The impact is not very serious since claim() would revert
just to be safe and make this good for production, it might be good to add the check in the constructor
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.