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

`public` functions not used internally could be marked `external`

Vulnerability Details

Instead of marking a function as public, consider marking it as external if it is not used internally.

3 Found Instances

  • Found in src/InheritanceManager.sol Line: 198

    function getOwner() public view returns (address) {
  • Found in src/InheritanceManager.sol Line: 202

    function getIsInherited() public view returns (bool) {
  • Found in src/InheritanceManager.sol Line: 206

    function getTrustee() public view returns (address) {
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.