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
trancheAPRSplitRatio
Developers > Yield Tranches > Methods > trancheAPRSplitRatio
This method returns the set interest split ratio between the Senior and Junior holders.
Function
function
trancheAPRSplitRatio
(
)
external
view
returns
(
uint256
);
Return values
Value
Description
_val
Percentage of interest that will go to AA tranche holders (where 100% is
100000
)
Previous
token
Next
tranchePrice
Last modified
1mo ago