Closed howlbot-integration[bot] closed 5 months ago
https://github.com/code-423n4/2024-05-munchables/blob/main/src/managers/LockManager.sol#L401-L427
Users can't withdraw all of their tokens.
You should add a function that allows users to withdraw their remaining tokens.
Token-Transfer
Lines of code
https://github.com/code-423n4/2024-05-munchables/blob/main/src/managers/LockManager.sol#L401-L427
Vulnerability details
Impact
Users can't withdraw all of their tokens.
Proof of Concept
https://github.com/code-423n4/2024-05-munchables/blob/main/src/managers/LockManager.sol#L401-L427
Recommended Mitigation Steps
You should add a function that allows users to withdraw their remaining tokens.
Assessed type
Token-Transfer