15,000 USDC
View results
Submission Details
Severity: gas

Use latest version of solidity

[G-01] Reduce gas usage by moving to Solidity 0.8.19 or later

Upgrade to the latest solidity version 0.8.19 to get additional gas savings.

Number Of Instances: 2
https://github.com/Cyfrin/2023-07-foundry-defi-stablecoin/blob/d1c5501aa79320ca0aeaa73f47f0dbc88c7b77e2/src/DecentralizedStableCoin.sol#L24

pragma solidity ^0.8.18;

https://github.com/Cyfrin/2023-07-foundry-defi-stablecoin/blob/d1c5501aa79320ca0aeaa73f47f0dbc88c7b77e2/src/DSCEngine.sol#L24C1-L24C25

pragma solidity ^0.8.18;

Support

FAQs

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