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

[I-05] - Always imports explicitly.

Details

It is recommended by the solidity docs that the contracts should always import explicitly because just import will import all of the things from the file.

And also sometimes is easy for the reader to understand where the contract or other things comming from.

here is the syntax;

import {contractName} from "./path";

Support

FAQs

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