The contracts are using Solidity version 0.8.20 with its default Shanghai EVM version. The Shanghai fork introduced the
PUSH0 opcode and was only supported on certain chains
The contracts use solidity version 0.8.20, which can generate PUSH0 opcode. This opcode is not supported in all chains, and can cause the contracts to fail on deployment.
Manual review
Consider changing the EVM version from Shanghai to a widely supported version.
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.