Compiler version =0.4.22 <0.9.0 does not satisfy the ^0.5.8 semver requirement. This version mismatch occurs because your current compiler range (>=0.4.22 <0.9.0
) doesnt include version 0.5.8, which is required by one of your dependencies.
Prevents successful compilation and prevents use of required dependencies. Your current range starts too low (0.4.22
)
Development blcking, potential security implications from outdated compiler features.
Manual review
Immediate fix (pragma solidity ^0.5.8;)
Keep your version constraints specific enough to maintain compatibility.
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.