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

no checks for deadline 90 days '`withdrawInheritedFunds'

Summary

The 'withdrawInheritedFunds' function doesnt contains checks for deadline after 90 days

Vulnerability Details

In Docs `After the 90 days only the beneficiaries get access to the funds` but it isnt checking After the 90 days it should be checked if isInherited is True the function can be called same Before The 90 days

Impact

function withdrawInheritedFunds(address _asset) external {
if (!isInherited) {
revert NotYetInherited();
}
...

Tools Used

Manual Review ^^

Recommendations

Consider adding a checks for deadline after The 90 days

Updates

Lead Judging Commences

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

Support

FAQs

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