The getTimeRemaining() function incorrectly displays the remaining time.
getTimeRemaining() source code:
When block.timestamp==endTime is still allowed to play.
Some users may miss the chance to play due to incorrect display the remaining time.
Manual code review
Change block.timestamp >= endTime to block.timestamp > endTime in getTimeRemaining() 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.