AAStaking

Developers > Yield Tranches > Methods > AAstaking

This method returns the address of the StakingRewards contract for AA (Senior) tranche staking.

Function

function AAStaking(
) external view returns(address);

Return values

ValueDescription

address _val

Address of the StakingRewards contract for AA tranche staking (can be address(0) which means that staking is disabled for AA)

Last updated