Christmas Dinner

First Flight #31
Beginner FriendlyFoundrySolidity
100 EXP
View results
Submission Details
Severity: low
Invalid

It is possible that deadline is never set

Description:

In some cases the Host can forget to set the deadline which can cause trouble for participants, as they do not know when will be the event at the time of signup.

Recommended Mitigation:

- constructor(address _WBTC, address _WETH, address _USDC) {
+ constructor(address _WBTC, address _WETH, address _USDC, uint256 _days) {
+ setDeadline(_days);
}
Updates

Lead Judging Commences

0xtimefliez Lead Judge 10 months ago
Submission Judgement Published
Invalidated
Reason: Design choice

Support

FAQs

Can't find an answer? Chat with us on Discord, Twitter or Linkedin.