Skip to main content

IIdleTrancheMinter

Functions

withdrawAA

function withdrawAA(
uint256 _amount
) external returns (uint256)

Parameters

NameTypeDescription
_amountuint256

token

function token() external returns (contract IERC20)

IdleTranchePCVRedeemer

Functions

constructor

function constructor(
address _target,
contract IIdleTrancheMinter _idleToken
) public

Parameters

NameTypeDescription
_targetaddress
_idleTokencontract IIdleTrancheMinter

redeem

function redeem(
uint256 amount
) external

redeem Idle Token shares

Parameters

NameTypeDescription
amountuint256asset amount to redeem

sweep

function sweep(
contract IERC20 token,
uint256 amount
) external

Parameters

NameTypeDescription
tokencontract IERC20
amountuint256