Using floating pragmas in the contracts may lead to security vulnerabilities in application implementations.
Instances (9):
Files
src/interfaces/IERC20.sol
src/interfaces/ISwapRouter.sol
src/utils/Errors.sol
src/utils/Ownable.sol
src/utils/Structs.sol
src/Beedle.sol
src/Fees.sol
src/Lender.sol
src/Staking.sol
Using an unspecific compiler version pragma can introduce potential issues in the codebase. It is advisable to avoid this practice to ensure code reliability and consistency.
Manual Review
Use a concrete compiler version. pragma solidity 0.8.19;
The contest is live. Earn rewards by submitting a finding.
This is your time to appeal against judgements on your submissions.
Appeals are being carefully reviewed by our judges.