20,000 USDC
View results
Submission Details
Severity: gas

`Beedle.sol` incorrect import formatting

Summary

OpenZeppelin imports in Beedle.sol throw compiler error

Vulnerability Details

"openzeppelin-contracts/contracts/token/ERC20/ERC20.sol" is not a valid import path (3 instances of this issue on lines 5-7)

Impact

Beedle.sol may fail to compile.

Tools Used

Recommendations

Change the imports to file path imports or "@" formatted (external) imports.

Support

FAQs

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