MorpheusAI

MorpheusAI
Foundry
22,500 USDC
View results
Submission Details
Severity: low
Invalid

Incorrect solidity verison used.

Summary

Version 0.8.20 of Solidity uses the PUSH0 Opcode, which is not available on every chains that the project wants to deploy.

Vulnerability Details

As stated in the docs , the protocol is expected to deploy all the smart contracts on the arbitrum chain which does not support PUSH0 opcode. This will result in an EVM error at deployment time.

Impact

Contracts will revert on Deployment on Arbitrum chain.

Tools Used

VS code.

Recommendations

Use an old version of Solidity for eg. 0.8.19

Updates

Lead Judging Commences

inallhonesty Lead Judge
over 1 year ago
inallhonesty Lead Judge over 1 year ago
Submission Judgement Published
Invalidated
Reason: Known issue

Support

FAQs

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