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.
Low
Slither
Remove the unused import. If the import is needed later, it can be added back.
The contest is live. Earn rewards by submitting a finding.
This is your time to appeal against judgements on your submissions.
Appeals are being carefully reviewed by our judges.