Tadle

Tadle
DeFiFoundry
27,750 USDC
View results
Submission Details
Severity: low
Invalid

Unused Imports

Vulnerability Details

The following unused import(s) in src/core/PreMarkets.sol should be removed:
-import {IWrappedNativeToken} from "../interfaces/IWrappedNativeToken.sol"; (src/core/PreMarkets.sol#13)
-import {IERC20} from "@openzeppelin/contracts/token/ERC20/IERC20.sol"; (src/core/PreMarkets.sol#4)
The following unused import(s) in src/storage/PerMarketsStorage.sol should be removed:
-import {OfferStatus} from "./OfferStatus.sol"; (src/storage/PerMarketsStorage.sol#6)
The following unused import(s) in src/factory/TadleFactory.sol should be removed:
-import {ProxyAdmin} from "@openzeppelin/contracts/proxy/transparent/ProxyAdmin.sol"; (src/factory/TadleFactory.sol#6)
-import {Address} from "../libraries/Address.sol"; (src/factory/TadleFactory.sol#9)
The following unused import(s) in src/proxy/UpgradeableProxy.sol should be removed:

Importing a file that is not used in the contract likely indicates a mistake. The import should be removed until it is needed.

Impact

Low

Tools Used

Slither

Recommendations

Remove the unused import. If the import is needed later, it can be added back.

Updates

Lead Judging Commences

0xnevi Lead Judge
about 1 year ago
0xnevi Lead Judge about 1 year ago
Submission Judgement Published
Invalidated
Reason: Known issue

Support

FAQs

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