56462 sc insight unused mapping causes unnecessary storage gas consumption
Description
Summary:
AlchemistV3.sol:Line140
mapping(uint256 => RedemptionInfo) private _redemptions;
IAlchemistV3.sol:Line64
struct RedemptionInfo {
uint256 earmarked;
uint256 debt;
uint256 earmarkWeight;
}Impact
Recommendation
Proof of Concept
Proof of Concept
Previous57692 sc high alchemistv3 liquidation fee loss vulnerabilityNext57122 sc critical mismatch between capped fee and returned fee in resolverepaymentfee
Was this helpful?