MyCut

First Flight #23
Beginner FriendlyFoundry
100 EXP
View results
Submission Details
Severity: low
Invalid

useless function

Summary

useless function

Vulnerability Details

in ContestManager.sol , lines 44-46. there is no need for this function. contestToTotalRewards is already public , it can do the same thing by contestToTotalRewards(contest)

function getContestTotalRewards(address contest) public view returns (uint256) {
return contestToTotalRewards[contest];
}

Impact

Tools Used

Recommendations

delete it

Updates

Lead Judging Commences

equious Lead Judge about 1 year ago
Submission Judgement Published
Invalidated
Reason: Non-acceptable severity

Support

FAQs

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