Flow

Sablier
FoundryDeFi
20,000 USDC
View results
Submission Details
Severity: low
Invalid

Recent Solidity Versions May Not Be Supported By Layer 2 Systems

Summary

Using pragma solidity >=0.8.22; poses significant deployment risks as many Layer 2 networks and EVM-compatible chains have not yet implemented support for the latest Solidity version's features (like the PUSH0 opcode)

Vulnerability Details

Impact

Tools Used

Recommendations

For maximum cross-chain compatibility, security and to avoid potential contract failures, it's strongly recommended to use Solidity version pragma solidity ^0.8.19;, which are widely supported and thoroughly tested across the majority of EVM blockchains.

Updates

Lead Judging Commences

inallhonesty Lead Judge 9 months ago
Submission Judgement Published
Invalidated
Reason: Lack of quality
inallhonesty Lead Judge 9 months ago
Submission Judgement Published
Invalidated
Reason: Lack of quality

Support

FAQs

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