15,000 USDC
View results
Submission Details
Severity: gas
Valid

Multiple `address` mappings can be combined into a single `mapping` of an `address` to a `struct`, where appropriate

Summary

File: src/DSCEngine.sol
78: mapping(address user => mapping(address token => uint256 amount)) private s_collateralDeposited;
79: mapping(address user => uint256 amountDscMinted) private s_DSCMinted;

Support

FAQs

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