withdrawBB

Developers > Yield Tranches > Methods > withdrawBB

This method allows a user to burn a BB (Junior) tranche token and get the principal and interests back (if no emergency shutdown is in progress).

Function

function withdrawBB(
    uint256 _amount
) external returns (uint256)

Parameters

ParameterDescription

_amount

Amount of BB tranche tokens to burn

Return values

ValueDescription

_withdraw

Underlying tokens redeemed

Last updated