31380 - [SC - High] FluxTokencalculateBPT uses wrong algorithm caus...
Description
Brief/Intro
Vulnerability Details
///// https://github.com/alchemix-finance/alchemix-v2-dao/blob/f1007439ad3a32e412468c4c42f62f676822dc1f/src/FluxToken.sol#L215-L216
function getClaimableFlux(uint256 _amount, address _nft) public view returns (uint256 claimableFlux) {
uint256 bpt = calculateBPT(_amount);Impact Details
References
Proof of concept
Previous31377 - [SC - Critical] Stucked yield tokens upon withdrawal of votes f...Next31381 - [SC - Low] Alchemix Incorrect Initialisation of struct in...
Last updated
Was this helpful?