Skip to content
Request an audit

‹ Findings database

LoopedVault::maxMint() and LoopedVault::maxRedeem() are not overriden

Low/InfoYieldoor LoopedVault Update audit·by 0xSimao·Leveraged yield farming·23rd June 2025L-6

Description:

LoopedVault::maxMint() is not overriden and does not comply with ERC4626 as there is a deposit cap. LoopedVault::maxRedeem() is also not overriden, though this functionality has been removed and is now 2 step, which means that it has no impact.

Recommended Mitigation:

Consider overriding maxMint().

0xSimao:

Fixed in #2a378db.