🎯
Focusing
Full Stack, DevOps, Jack of All Trades SWE
- ATX
-
23:58
(UTC -06:00) - in/swezey-matt
Highlights
- Pro
Pinned Loading
-
-
BountyOne Contract Review
BountyOne Contract Review 1// endTime is already in day units from the 1st line, making the 2nd `* 1 days' incorrect in the 2nd require() statement
2// endTime should be checked for > 0
3// the 2nd require() statment is not logical. now + N (N being an unint > 0) will always be > now
4uint endTime = _endTimeInDays * 1 days;
5require(endTime < maxAuditDuration);
-
-
Pactum/airdropr.app
Pactum/airdropr.app PublicOpen Sourced AirDropr Dapp for Blockchains - by Pactum IO
JavaScript 1
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.