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

Old version of Solidity is used

Summary

You should consider using latest version of Solidity if you do not depend on old libraries.
Current stable version is 0.8.22.

Vulnerability Details

Solidity recently released the 0.8.x version that introduced a lot of breaking changes.
You might want to switch to this version especially if this is a new project and you want to follow the best practices.

Impact

Your code might be affected by many vulnerabilities in previous version.

Tools Used

Manual code analysis.

Recommendations

- pragma solidity ^0.7.6;
+ pragma solidity ^0.8.22;
Updates

Lead Judging Commences

Hamiltonite Lead Judge almost 2 years ago
Submission Judgement Published
Invalidated
Reason: Non-acceptable severity

Support

FAQs

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