BBStaking

Developers > Yield Tranches > Methods > BBStaking

This method returns the address of the StakingRewards contract for BB (Junior) tranche staking.

Function

function BBStaking(
) external view returns(address);

Return values

ValueDescription

address _val

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

Last updated