withdrawAA

Developers > Yield Tranches > Methods > withdrawAA nonpayable

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

Function

function withdrawAA(
    uint256 _amount
) external returns (uint256)

Parameters

ParameterDescription

_amount

Amount of AA tranche tokens to burn

Return values

ValueDescription

_withdraw

Underlying tokens redeemed

Last updated