DInterestLens
withdrawableAmountOfDeposit(contract DInterest pool, uint64 depositID, uint256 virtualTokenAmount) → uint256 withdrawableAmount, uint256 feeAmount (external)
accruedInterestOfFunding(contract DInterest pool, uint64 fundingID) → uint256 fundingInterestAmount (external)
fundingIsActive(contract DInterest pool, uint64 fundingID) → bool (external)
totalInterestOwedToFunders(contract DInterest pool) → uint256 interestOwed (public)
surplusOfDeposit(contract DInterest pool, uint64 depositID) → bool isNegative, uint256 surplusAmount (public)
_depositVirtualTokenToPrincipal(struct DInterest.Deposit depositEntry, uint256 virtualTokenAmount) → uint256 (internal)
rawSurplusOfDeposit(uint64 depositID) → bool isNegative, uint256 surplusAmount (public)
Last updated