Beginner FriendlyFoundryNFT
100 EXP
View results
Submission Details
Severity: low
Invalid

**Floating Pragma in multiple protocol contracts**

  • Floating Pragma in multiple protocol contracts

    • Description:

    • Contracts should use strict versions of solidity. Locking the version ensures that contracts are not deployed with a different version of solidity than they were tested with. An incorrect version could lead to unintended results.

    • https://swcregistry.io/docs/SWC-103/

      pragma solidity ^0.8.23;
    • Recommendation:

      - pragma solidity ^0.8.23;
      + pragma solidity 0.8.23;
      `
Updates

Lead Judging Commences

0xnevi Lead Judge over 1 year ago
Submission Judgement Published
Invalidated
Reason: Other

Support

FAQs

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