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

Missing checks for `address(0)` when assigning values to address state variables

Vulnerability Details

Check for address(0) when assigning values to address state variables.

  • 4 Found Instances

  • Found in src/InheritanceManager.sol Line: 146

    assetToPay = _asset;
  • Found in src/InheritanceManager.sol Line: 284

    trustee = _trustee;
  • Found in src/NFTFactory.sol Line: 15

    inheritanceManager = _inheritanceManager;
  • Found in src/modules/Trustee.sol Line: 25

    assetToPay = _asset;
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.