AAStaking
Developers > Yield Tranches > Methods > AAstaking
This method returns the address of the StakingRewards contract for AA (Senior) tranche staking.
function AAStaking(
) external view returns(address);
Value | Description |
---|---|
address _val | Address of the StakingRewards contract for AA tranche staking (can be address(0) which means that staking is disabled for AA) |
Last modified 1mo ago