tranchePrice
Developers > Yield Tranches > Methods > tranchePrice
Last updated
Was this helpful?
Developers > Yield Tranches > Methods > tranchePrice
This method returns the last tranche price saved on the last smart contract interaction (it may not include interest earned since the last update. For an up-to-date price, check the virtualPrice method).
function tranchePrice(
address _tranche
) external view returns (uint256)_tranche
Tranche address
_tranchePrice
Last saved tranche price.
This price gets updated right before each deposit and redeems call in order to split the interest accrued since the last interaction.
Last updated
Was this helpful?
Was this helpful?
