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

Unused function should be removed

Description: The function _authorizeUpgrade which is not used in the whole codebase should be removed.

function prepareForPaymaster(
function _authorizeUpgrade(address newImplementation) internal override {}

Impact: If the function is not used in the codebase then it should be removed so that the contract does not require more gas to deploy the contract.

Recommended Mitigation: Remove the function.

Updates

Lead Judging Commences

bube Lead Judge 12 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.