Snowman Merkle Airdrop

AI First Flight #10
Beginner FriendlyFoundrySolidityNFT
EXP
View results
Submission Details
Impact: low
Likelihood: low
Invalid

float pragma

float pragma leads to error with new pragma.

Description

  • not ^ pragma

  • float pragma leads to error with new pragma every compiler update dont guarante absolutely safety pragma must be such on wich was tested.

// SPDX-License-Identifier: MIT
@> pragma solidity ^0.8.24;

Risk

Likelihood:

  • when solidity compiler will be updated risk is low but not zero

Impact:

  • all contract can be stop

Proof of Concept

Recommended Mitigation

- pragma solidity ^0.8.24;
+ pragma solidity 0.8.24;
Updates

Lead Judging Commences

ai-first-flight-judge Lead Judge about 2 hours ago
Submission Judgement Published
Invalidated
Reason: Incorrect statement

Support

FAQs

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

Give us feedback!