31479 - [SC - High] alchemechNFT holder will get too little FLUX be...
Previous31478 - [SC - High] calculateBPT doesnt divide by basis points infl...Next31480 - [SC - High] Miscalculation of global bias
Last updated
Was this helpful?
Last updated
Was this helpful?
Was this helpful?
function test_InflatedAlchemicNFTClaim() external {
uint256 amount = 500_000;
uint256 bptCalculation = flux.getClaimableFlux(amount, alchemechNFT);
assertEq(bptCalculation, 1);
}