20,000 USDC
View results
Submission Details
Severity: gas
Valid

[L-06] Some imported libraries are not used

Summary

The Errors and Structs libraries were imported but are not used in any implementation.

Impact

It is good practice to do this to keep your code clean and easy to read. This can help prevent bugs and make it easier to review and maintain the code in the future.

Tools Used

Manual code review

Recommendations

Delete these lines :

- import "./utils/Errors.sol";
- import "./utils/Structs.sol";

Support

FAQs

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