The function createPool
checks if the payout start time is valid or not with the check require(pool_.payoutStart > block.timestamp)
, but this can be bypassed through the editPool
function.
Manual Review
Enforce the following check in editPool function:
require(pool_.payoutStart > block.timestamp, "DS: invalid payout start value");
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.