The `fundContest` function gets the address of the contest to fund from an array using an index passed as parameter.
However, there is no "out-of-bounds" check, which can lead to transactions reverting.
Likelihood:
When the input index is out of bounds
Impact:
Transaction revert
Add a require statement at the start of the `fundContest` function.
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.