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