Users can enter the raffle after the end of the ruffle duration.
The contract defines RAFFLE_DURATION
as 86400 seconds or one day. However, the enter_raffle
function has no restriction regarding when users can enter the raffle, and users can still participate in the raffle after the RAFFLE_DURATION
is finished.
Medium
Manual analysis
Add require statement to limit the time users can participate in a raffle to the enter_raffle
function.
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.