Users can deposit without calling joinEvent() function
After eventStartDateThey cannot cancel, and cannot use custom withdraw() (requires joining and winning). These funds are permanently stuck, effectively donated to the winners.
Likelihood:
When the user uses the deposit() function to deposit the funds, but does not utilize the joinEvent() function and the event starts.
Impact:
User A deposits 100 before eventStartDate but doesn't call joinEvent().
After eventStartDate the user cannot cancel (revert eventStarted()) or withdraw the deposited amount.
Combine the deposit and join into one function (e.g., depositAndJoin(uint256 assets, uint256 countryId)).
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.