DeFiFoundry
60,000 USDC
View results
Submission Details
Severity: low
Invalid

[L-5] Unused imports should be removed. It can be found in `UpgradeBranch::EnumerableSet` and `UpgradeBranch::Address`

Summary: The imports in UpgradeBranch::EnumerableSet and UpgradeBranch::Address are not in use and can be removed.

Impact: Imports in a contract should be removed unless it is needed.

import { EnumerableSet } from "@openzeppelin/contracts/utils/structs/EnumerableSet.sol";
import { Address } from "@openzeppelin/contracts/utils/Address.sol";

Tools Used: Slither.

Recommendations

Updates

Lead Judging Commences

inallhonesty Lead Judge about 1 year ago
Submission Judgement Published
Invalidated
Reason: Lack of quality

Support

FAQs

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