Improper timestamps used in Dussehra::killRavana
which shortens or extends the time for not reverting the method in time ranges in which the method must behave differently.
The method Dussehra::killRavana
uses the following improper timestamps:
if (block.timestamp < 1728691069) {
which represents before Oct 12 2024 02:57:49 but it should represent Oct 12 2024 00:00:00 instead.
if (block.timestamp > 1728777669) {
which represents after Oct 13 2024 00:01:09 but it should represent Oct 13 2024 00:00:00 instead.
Makes the method reverting if called on in the time range Oct 12 2024 00:00:00 - Oct 12 2024 02:57:49
Makes the method not revert if called in the time range Oct 13 2024 00:00:00 - Oct 13 2024 00:01:09
Manual Review
Use proper timestamp periods and also inclusive operator:
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.