Idle
App
GitHub
Twitter
Discord
Search
⌃K
Links
📥
Introduction
🌀
Products
Introduction
Best Yield
Yield Tranches
Fee structure
Integration Partners program
💻
Developers
Introduction
Networks and codebase
Best Yield
Yield Tranches
Architecture
Deployed contracts
Interface
Methods
AAStaking
BBStaking
AATranche
BBTranche
depositAA
depositAARef
depositBB
depositBBRef
fee
getApr
getContractValue
getCurrentAARatio
getIncentiveTokens
lastNAVAA
lastNAVBB
strategy
strategyToken
token
trancheAPRSplitRatio
tranchePrice
virtualPrice
withdrawAA
withdrawBB
Integration example
Edge cases
Security management policy
Subgraph
Gauges
Security
🏛
Governance
Introduction
Idle DAO
$IDLE token
$IDLE staking
Idle Grants program
🗂
Other
Brand assets
Guides
FAQs
Glossary
Resources
Archive
Powered By
GitBook
BBTranche
Developers > Yield Tranches > Methods > BBTranche
This method returns the address of the BB (Junior) tranche token contract (ERC20).
Function
function
BBTranche
(
)
external
view
returns
(
address
);
Return values
Value
Description
address _val
Address of the BB Tranche token contract (ERC-20)
Previous
AATranche
Next
depositAA
Last modified
1mo ago