Pragma has been set to 0.8.21
. The problem with compiling is that Arbitrum is NOT compatible with 0.8.20
and later.
The default behaviour of the compiler would be to use the specified version which will produce broken code.
Corrupted or non-functional contracts when deployed on Arbitrum.
Manual Review
Lock or Constrain pragma as follows: pragma solidity 0.8.19
or pragma solidity >=0.8.0 <=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.