Beginner FriendlySolidity
100 EXP
View results
Submission Details
Severity: low
Invalid

[L-3] Missing event on `_setDeadline` in `InheritanceManager`

Description:

A best practice would be to emit an event when such state is changed in order to notify
external systems of the change.

Impact:

Low as there are no funds at risk.

Proof of Concept: N/A

Recommended Mitigation:

+ event DeadlineSet(uint256 deadline);
function _setDeadline() internal {
deadline = block.timestamp + TIMELOCK;
+ emit DeadlineSet(deadline);
}
Updates

Lead Judging Commences

0xtimefliez Lead Judge 6 months ago
Submission Judgement Published
Invalidated
Reason: Non-acceptable severity

Support

FAQs

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