Assessment reportsPublic findings
Back to Zellic site
↗
Assessment reports>Origami Finance>Threat Model>checkpointDebtorsInterest
GeneralOverview
Findings
Low (3)
DiscussionPossible share-price inflationLack of validationExemplary codebasePotential price arbitrage
Threat ModelWhat are threat models?LinearWithKinkInterestRateModel.solMintableToken.solOrigamiAaveV3IdleStrategy.solOrigamiAbstractLovTokenManager.solOrigamiCircuitBreakerAllUsersPerPeriod.solOrigamiCircuitBreakerProxy.solOrigamiCrossRateOracle.sol
OrigamiDebtToken.solburnburnAllcheckpointDebtorsInterestmintrecoverTokensetInterestRatetransfertransferFrom
OrigamiElevatedAccessBase.solOrigamiIdleStrategyManager.solOrigamiInvestmentVault.solOrigamiLendingClerk.solOrigamiLendingRewardsMinter.solOrigamiLendingSupplyManager.solOrigamiLovToken.solOrigamiLovTokenErc4626Manager.solOrigamiOToken.solRepricingToken.solTokenPrices.sol
Audit ResultsSummary

Function: checkpointDebtorsInterest(address[] _debtors)

Updates the current interest for _debtors accounts. The interestCheckpoint will be updated only for debtors for whom time has passed since the last timeCheckpoint. Also, global estimatedTotalInterest will be increased by total interest.

Zellic © 2025Back to top ↑