getContractValue
Developers > Yield Tranches > Methods > getContractValue
This method calculates the current total value locked (in
token
terms).Note 1:
unclaimedFees
are not included in the contract value.Note 2: fees that will be taken (in the next
_updateAccounting
call) are countedfunction getContractValue(
) external view returns (uint256)
Value | Description |
---|---|
_val | TVL (is the sum of unlent balance in the contract + the balance in lending - the reduction for harvested rewards - unclaimedFee) |
Unlent balance (
unlentPerc
) is currently set at 2% of the total funds. Last modified 1mo ago