Token-0x

First Flight #54
Beginner FriendlyDeFi
100 EXP
View results
Submission Details
Impact: low
Likelihood: low
Invalid

Unspecific Solidity Pragma

L-1: Unspecific Solidity Pragma

Consider using a specific version of Solidity in your contracts instead of a wide version. For example, instead of pragma solidity ^0.8.0;, use pragma solidity 0.8.0;

4 Found Instances
  • Found in src/ERC20.sol Line: 2

    pragma solidity ^0.8.24;
  • Found in src/IERC20.sol Line: 3

    pragma solidity ^0.8.0;
  • Found in src/helpers/ERC20Internals.sol Line: 2

    pragma solidity ^0.8.24;
  • Found in src/helpers/IERC20Errors.sol Line: 2

    pragma solidity ^0.8.24;
Updates

Lead Judging Commences

gaurangbrdv Lead Judge 18 days ago
Submission Judgement Published
Invalidated
Reason: Lack of quality

Support

FAQs

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

Give us feedback!