Beginner FriendlyDeFiFoundry
100 EXP
View results
Submission Details
Severity: high
Invalid

Missing a `deposit` function in `weaponShelf` contract

Summary

In the Laundrette.sol contract a deposit function that does not exist in the contract called weaponShelf is called

Vulnerability Details

function putGunsInTheSuspendedCeiling(address account, uint256 amount) external isGodFather {
weaponShelf.deposit(account, amount);
}

Impact

The Godfather cannot use that function for the organization.

Tools Used

Manual review

Recommendations

Write a deposit function in the weaponShelf contract

Updates

Lead Judging Commences

n0kto Lead Judge about 1 year ago
Submission Judgement Published
Invalidated
Reason: Incorrect statement

Support

FAQs

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