@meterio/sumer-js 0.2.132 → 0.2.133

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (146) hide show
  1. package/dist/browser/sumer.min.js +10 -10
  2. package/dist/nodejs/abi.d.ts +226 -0
  3. package/dist/nodejs/abi.js +5260 -45
  4. package/dist/nodejs/abi.js.map +1 -1
  5. package/dist/nodejs/constants/arbitrum.js +0 -11
  6. package/dist/nodejs/constants/arbitrum.js.map +1 -1
  7. package/dist/nodejs/constants/b2main.js +0 -11
  8. package/dist/nodejs/constants/b2main.js.map +1 -1
  9. package/dist/nodejs/constants/basemain.js +0 -11
  10. package/dist/nodejs/constants/basemain.js.map +1 -1
  11. package/dist/nodejs/constants/basetest.js +0 -11
  12. package/dist/nodejs/constants/basetest.js.map +1 -1
  13. package/dist/nodejs/constants/berabartio.js +0 -11
  14. package/dist/nodejs/constants/berabartio.js.map +1 -1
  15. package/dist/nodejs/constants/beramain.js +0 -11
  16. package/dist/nodejs/constants/beramain.js.map +1 -1
  17. package/dist/nodejs/constants/bsc.js +0 -11
  18. package/dist/nodejs/constants/bsc.js.map +1 -1
  19. package/dist/nodejs/constants/core.js +0 -11
  20. package/dist/nodejs/constants/core.js.map +1 -1
  21. package/dist/nodejs/constants/ethereum.js +0 -11
  22. package/dist/nodejs/constants/ethereum.js.map +1 -1
  23. package/dist/nodejs/constants/hemi.js +0 -11
  24. package/dist/nodejs/constants/hemi.js.map +1 -1
  25. package/dist/nodejs/constants/metertest.js +0 -11
  26. package/dist/nodejs/constants/metertest.js.map +1 -1
  27. package/dist/nodejs/constants/monadtest.js +0 -11
  28. package/dist/nodejs/constants/monadtest.js.map +1 -1
  29. package/dist/nodejs/constants/sepolia.d.ts +17 -2
  30. package/dist/nodejs/constants/sepolia.js +34 -30
  31. package/dist/nodejs/constants/sepolia.js.map +1 -1
  32. package/dist/nodejs/constants/zklink.js +0 -11
  33. package/dist/nodejs/constants/zklink.js.map +1 -1
  34. package/dist/nodejs/errorABIs.js +1044 -0
  35. package/dist/nodejs/errorABIs.js.map +1 -1
  36. package/dist/nodejs/index.d.ts +226 -0
  37. package/dist/nodejs/typechain/contracts/CToken/CAToken.sol/CAToken.d.ts +1002 -0
  38. package/dist/nodejs/typechain/contracts/{Oracle/dualCoreAdapter.sol/ICoreVault.js → CToken/CAToken.sol/CAToken.js} +1 -1
  39. package/dist/nodejs/typechain/contracts/CToken/CAToken.sol/CAToken.js.map +1 -0
  40. package/dist/nodejs/typechain/contracts/CToken/CAToken.sol/IAToken.d.ts +29 -0
  41. package/dist/nodejs/typechain/contracts/CToken/CAToken.sol/IAToken.js +3 -0
  42. package/dist/nodejs/typechain/contracts/CToken/CAToken.sol/IAToken.js.map +1 -0
  43. package/dist/nodejs/typechain/contracts/CToken/CAToken.sol/IAaveV3Pool.d.ts +133 -0
  44. package/dist/nodejs/typechain/contracts/CToken/CAToken.sol/IAaveV3Pool.js +3 -0
  45. package/dist/nodejs/typechain/contracts/CToken/CAToken.sol/IAaveV3Pool.js.map +1 -0
  46. package/dist/nodejs/typechain/contracts/CToken/CAToken.sol/index.d.ts +3 -0
  47. package/dist/nodejs/typechain/contracts/CToken/CAToken.sol/index.js +3 -0
  48. package/dist/nodejs/typechain/contracts/CToken/CAToken.sol/index.js.map +1 -0
  49. package/dist/nodejs/typechain/contracts/CToken/CAavePool.sol/IAToken.d.ts +37 -0
  50. package/dist/nodejs/typechain/contracts/CToken/CAavePool.sol/IAToken.js +3 -0
  51. package/dist/nodejs/typechain/contracts/CToken/CAavePool.sol/IAToken.js.map +1 -0
  52. package/dist/nodejs/typechain/contracts/CToken/CAavePool.sol/IAaveV3Pool.d.ts +133 -0
  53. package/dist/nodejs/typechain/contracts/CToken/CAavePool.sol/IAaveV3Pool.js +3 -0
  54. package/dist/nodejs/typechain/contracts/CToken/CAavePool.sol/IAaveV3Pool.js.map +1 -0
  55. package/dist/nodejs/typechain/contracts/CToken/CAavePool.sol/index.d.ts +3 -0
  56. package/dist/nodejs/typechain/contracts/CToken/CAavePool.sol/index.js +3 -0
  57. package/dist/nodejs/typechain/contracts/CToken/CAavePool.sol/index.js.map +1 -0
  58. package/dist/nodejs/typechain/contracts/CToken/CErc20.d.ts +17 -1
  59. package/dist/nodejs/typechain/contracts/CToken/CEther.d.ts +17 -1
  60. package/dist/nodejs/typechain/contracts/CToken/CToken.d.ts +17 -1
  61. package/dist/nodejs/typechain/contracts/CToken/CTokenStorage.d.ts +5 -1
  62. package/dist/nodejs/typechain/contracts/CToken/SuErc20.d.ts +17 -1
  63. package/dist/nodejs/typechain/contracts/CToken/index.d.ts +4 -0
  64. package/dist/nodejs/typechain/contracts/Infrared/CInfraredVault.sol/CInfraredVault.d.ts +17 -1
  65. package/dist/nodejs/typechain/contracts/InterestRateModel/index.d.ts +2 -0
  66. package/dist/nodejs/typechain/contracts/Oracle/{dualCoreAdapter.sol/ICoreVault.d.ts → aprMONAdapter.sol/AprMONAdapter.d.ts} +10 -10
  67. package/dist/nodejs/typechain/contracts/Oracle/aprMONAdapter.sol/AprMONAdapter.js +3 -0
  68. package/dist/nodejs/typechain/contracts/Oracle/aprMONAdapter.sol/AprMONAdapter.js.map +1 -0
  69. package/dist/nodejs/typechain/contracts/Oracle/aprMONAdapter.sol/IAprMon.d.ts +37 -0
  70. package/dist/nodejs/typechain/contracts/Oracle/aprMONAdapter.sol/IAprMon.js +3 -0
  71. package/dist/nodejs/typechain/contracts/Oracle/aprMONAdapter.sol/IAprMon.js.map +1 -0
  72. package/dist/nodejs/typechain/contracts/Oracle/aprMONAdapter.sol/index.d.ts +2 -0
  73. package/dist/nodejs/typechain/contracts/Oracle/aprMONAdapter.sol/index.js +3 -0
  74. package/dist/nodejs/typechain/contracts/Oracle/aprMONAdapter.sol/index.js.map +1 -0
  75. package/dist/nodejs/typechain/contracts/Oracle/dualCoreAdapter.sol/index.d.ts +0 -1
  76. package/dist/nodejs/typechain/contracts/Oracle/index.d.ts +2 -0
  77. package/dist/nodejs/typechain/factories/contracts/CToken/CAToken.sol/CAToken__factory.d.ts +1673 -0
  78. package/dist/nodejs/typechain/factories/contracts/CToken/CAToken.sol/CAToken__factory.js +2148 -0
  79. package/dist/nodejs/typechain/factories/contracts/CToken/CAToken.sol/CAToken__factory.js.map +1 -0
  80. package/dist/nodejs/typechain/factories/contracts/CToken/CAToken.sol/IAToken__factory.d.ts +31 -0
  81. package/dist/nodejs/typechain/factories/contracts/{Oracle/dualCoreAdapter.sol/ICoreVault__factory.js → CToken/CAToken.sol/IAToken__factory.js} +19 -6
  82. package/dist/nodejs/typechain/factories/contracts/CToken/CAToken.sol/IAToken__factory.js.map +1 -0
  83. package/dist/nodejs/typechain/factories/contracts/CToken/CAToken.sol/IAaveV3Pool__factory.d.ts +145 -0
  84. package/dist/nodejs/typechain/factories/contracts/CToken/CAToken.sol/IAaveV3Pool__factory.js +199 -0
  85. package/dist/nodejs/typechain/factories/contracts/CToken/CAToken.sol/IAaveV3Pool__factory.js.map +1 -0
  86. package/dist/nodejs/typechain/factories/contracts/CToken/CAToken.sol/index.d.ts +3 -0
  87. package/dist/nodejs/typechain/factories/contracts/CToken/CAToken.sol/index.js +13 -0
  88. package/dist/nodejs/typechain/factories/contracts/CToken/CAToken.sol/index.js.map +1 -0
  89. package/dist/nodejs/typechain/factories/contracts/CToken/CAavePool.sol/CAavePool__factory.d.ts +1 -1
  90. package/dist/nodejs/typechain/factories/contracts/CToken/CAavePool.sol/CAavePool__factory.js +1 -1
  91. package/dist/nodejs/typechain/factories/contracts/CToken/CAavePool.sol/IAToken__factory.d.ts +55 -0
  92. package/dist/nodejs/typechain/factories/contracts/CToken/CAavePool.sol/IAToken__factory.js +84 -0
  93. package/dist/nodejs/typechain/factories/contracts/CToken/CAavePool.sol/IAToken__factory.js.map +1 -0
  94. package/dist/nodejs/typechain/factories/contracts/CToken/CAavePool.sol/IAaveV3Pool__factory.d.ts +145 -0
  95. package/dist/nodejs/typechain/factories/contracts/CToken/CAavePool.sol/IAaveV3Pool__factory.js +199 -0
  96. package/dist/nodejs/typechain/factories/contracts/CToken/CAavePool.sol/IAaveV3Pool__factory.js.map +1 -0
  97. package/dist/nodejs/typechain/factories/contracts/CToken/CAavePool.sol/index.d.ts +3 -0
  98. package/dist/nodejs/typechain/factories/contracts/CToken/CAavePool.sol/index.js +13 -0
  99. package/dist/nodejs/typechain/factories/contracts/CToken/CAavePool.sol/index.js.map +1 -0
  100. package/dist/nodejs/typechain/factories/contracts/CToken/CErc20__factory.d.ts +35 -1
  101. package/dist/nodejs/typechain/factories/contracts/CToken/CErc20__factory.js +46 -1
  102. package/dist/nodejs/typechain/factories/contracts/CToken/CErc20__factory.js.map +1 -1
  103. package/dist/nodejs/typechain/factories/contracts/CToken/CEther__factory.d.ts +35 -1
  104. package/dist/nodejs/typechain/factories/contracts/CToken/CEther__factory.js +46 -1
  105. package/dist/nodejs/typechain/factories/contracts/CToken/CEther__factory.js.map +1 -1
  106. package/dist/nodejs/typechain/factories/contracts/CToken/CTokenStorage__factory.d.ts +14 -0
  107. package/dist/nodejs/typechain/factories/contracts/CToken/CTokenStorage__factory.js +19 -0
  108. package/dist/nodejs/typechain/factories/contracts/CToken/CTokenStorage__factory.js.map +1 -1
  109. package/dist/nodejs/typechain/factories/contracts/CToken/CToken__factory.d.ts +34 -0
  110. package/dist/nodejs/typechain/factories/contracts/CToken/CToken__factory.js +45 -0
  111. package/dist/nodejs/typechain/factories/contracts/CToken/CToken__factory.js.map +1 -1
  112. package/dist/nodejs/typechain/factories/contracts/CToken/SuErc20__factory.d.ts +35 -1
  113. package/dist/nodejs/typechain/factories/contracts/CToken/SuErc20__factory.js +46 -1
  114. package/dist/nodejs/typechain/factories/contracts/CToken/SuErc20__factory.js.map +1 -1
  115. package/dist/nodejs/typechain/factories/contracts/CToken/index.d.ts +2 -0
  116. package/dist/nodejs/typechain/factories/contracts/CToken/index.js +26 -1
  117. package/dist/nodejs/typechain/factories/contracts/CToken/index.js.map +1 -1
  118. package/dist/nodejs/typechain/factories/contracts/Infrared/CInfraredVault.sol/CInfraredVault__factory.d.ts +35 -1
  119. package/dist/nodejs/typechain/factories/contracts/Infrared/CInfraredVault.sol/CInfraredVault__factory.js +46 -1
  120. package/dist/nodejs/typechain/factories/contracts/Infrared/CInfraredVault.sol/CInfraredVault__factory.js.map +1 -1
  121. package/dist/nodejs/typechain/factories/contracts/InterestRateModel/index.d.ts +1 -0
  122. package/dist/nodejs/typechain/factories/contracts/InterestRateModel/index.js +25 -1
  123. package/dist/nodejs/typechain/factories/contracts/InterestRateModel/index.js.map +1 -1
  124. package/dist/nodejs/typechain/factories/contracts/Oracle/aprMONAdapter.sol/AprMONAdapter__factory.d.ts +44 -0
  125. package/dist/nodejs/typechain/factories/contracts/Oracle/aprMONAdapter.sol/AprMONAdapter__factory.js +69 -0
  126. package/dist/nodejs/typechain/factories/contracts/Oracle/aprMONAdapter.sol/AprMONAdapter__factory.js.map +1 -0
  127. package/dist/nodejs/typechain/factories/contracts/Oracle/aprMONAdapter.sol/IAprMon__factory.d.ts +35 -0
  128. package/dist/nodejs/typechain/factories/contracts/Oracle/aprMONAdapter.sol/IAprMon__factory.js +58 -0
  129. package/dist/nodejs/typechain/factories/contracts/Oracle/aprMONAdapter.sol/IAprMon__factory.js.map +1 -0
  130. package/dist/nodejs/typechain/factories/contracts/Oracle/aprMONAdapter.sol/index.d.ts +2 -0
  131. package/dist/nodejs/typechain/factories/contracts/Oracle/aprMONAdapter.sol/index.js +11 -0
  132. package/dist/nodejs/typechain/factories/contracts/Oracle/aprMONAdapter.sol/index.js.map +1 -0
  133. package/dist/nodejs/typechain/factories/contracts/Oracle/dualCoreAdapter.sol/index.d.ts +0 -1
  134. package/dist/nodejs/typechain/factories/contracts/Oracle/dualCoreAdapter.sol/index.js +1 -3
  135. package/dist/nodejs/typechain/factories/contracts/Oracle/dualCoreAdapter.sol/index.js.map +1 -1
  136. package/dist/nodejs/typechain/factories/contracts/Oracle/index.d.ts +1 -0
  137. package/dist/nodejs/typechain/factories/contracts/Oracle/index.js +2 -1
  138. package/dist/nodejs/typechain/factories/contracts/Oracle/index.js.map +1 -1
  139. package/dist/nodejs/typechain/hardhat.d.ts +178 -16
  140. package/dist/nodejs/typechain/index.d.ts +14 -2
  141. package/dist/nodejs/typechain/index.js +16 -4
  142. package/dist/nodejs/typechain/index.js.map +1 -1
  143. package/package.json +1 -1
  144. package/dist/nodejs/typechain/contracts/Oracle/dualCoreAdapter.sol/ICoreVault.js.map +0 -1
  145. package/dist/nodejs/typechain/factories/contracts/Oracle/dualCoreAdapter.sol/ICoreVault__factory.d.ts +0 -21
  146. package/dist/nodejs/typechain/factories/contracts/Oracle/dualCoreAdapter.sol/ICoreVault__factory.js.map +0 -1
@@ -0,0 +1,1002 @@
1
+ import type { BaseContract, BigNumberish, BytesLike, FunctionFragment, Result, Interface, EventFragment, AddressLike, ContractRunner, ContractMethod, Listener } from "ethers";
2
+ import type { TypedContractEvent, TypedDeferredTopicFilter, TypedEventLog, TypedLogDescription, TypedListener, TypedContractMethod } from "../../../common";
3
+ export interface CATokenInterface extends Interface {
4
+ getFunction(nameOrSignature: "_acceptAdmin" | "_addReserves" | "_reduceReserves" | "_setComptroller" | "_setDiscountRate" | "_setInterestRateModel" | "_setPendingAdmin" | "_setReserveFactor" | "_syncUnderlyingBalance" | "accrualBlockTimestamp" | "accrueInterest" | "admin" | "allowance" | "approve" | "balanceOf" | "balanceOfUnderlying" | "borrow" | "borrowAndDepositBack" | "borrowBalanceCurrent" | "borrowBalanceStored" | "borrowIndex" | "borrowRatePerBlock" | "comptroller" | "decimals" | "discountRateMantissa" | "exchangeRateCurrent" | "exchangeRateStored" | "getAaveAPRs" | "getAccountSnapshot" | "getCash" | "initialize(address,address,address,uint256,string,string,uint8,address)" | "initialize(address,address,address,uint256,string,string,uint8,address,address)" | "interestRateModel" | "isCEther" | "isCEtherDeprecated" | "isCToken" | "isCTokenDeprecated" | "liquidateBorrow" | "liquidateCalculateSeizeTokens" | "mint" | "mintWithPermit" | "name" | "pendingAdmin" | "percentScale" | "protocolSeizeShareMantissa" | "redeem" | "redeemUnderlying" | "repayBorrow" | "repayBorrowBehalf" | "repayBorrowWithPermit" | "reserveFactorMantissa" | "revokeWhitelist" | "seize" | "supplyRatePerBlock" | "sweepToken" | "symbol" | "tokenType" | "totalBorrows" | "totalBorrowsCurrent" | "totalReserves" | "totalSupply" | "transfer" | "transferFrom" | "underlying" | "underlyingBalance" | "whitelist" | "whitelisted"): FunctionFragment;
5
+ getEvent(nameOrSignatureOrTopic: "AccrueInterest" | "Approval" | "Borrow" | "Initialized" | "LiquidateBorrow" | "Mint" | "NewAdmin" | "NewComptroller" | "NewDiscountRate" | "NewMarketInterestRateModel" | "NewPendingAdmin" | "NewReserveFactor" | "Redeem" | "RedeemFaceValue" | "RepayBorrow" | "ReservesAdded" | "ReservesReduced" | "Transfer"): EventFragment;
6
+ encodeFunctionData(functionFragment: "_acceptAdmin", values?: undefined): string;
7
+ encodeFunctionData(functionFragment: "_addReserves", values: [BigNumberish]): string;
8
+ encodeFunctionData(functionFragment: "_reduceReserves", values: [BigNumberish]): string;
9
+ encodeFunctionData(functionFragment: "_setComptroller", values: [AddressLike]): string;
10
+ encodeFunctionData(functionFragment: "_setDiscountRate", values: [BigNumberish]): string;
11
+ encodeFunctionData(functionFragment: "_setInterestRateModel", values: [AddressLike]): string;
12
+ encodeFunctionData(functionFragment: "_setPendingAdmin", values: [AddressLike]): string;
13
+ encodeFunctionData(functionFragment: "_setReserveFactor", values: [BigNumberish]): string;
14
+ encodeFunctionData(functionFragment: "_syncUnderlyingBalance", values?: undefined): string;
15
+ encodeFunctionData(functionFragment: "accrualBlockTimestamp", values?: undefined): string;
16
+ encodeFunctionData(functionFragment: "accrueInterest", values?: undefined): string;
17
+ encodeFunctionData(functionFragment: "admin", values?: undefined): string;
18
+ encodeFunctionData(functionFragment: "allowance", values: [AddressLike, AddressLike]): string;
19
+ encodeFunctionData(functionFragment: "approve", values: [AddressLike, BigNumberish]): string;
20
+ encodeFunctionData(functionFragment: "balanceOf", values: [AddressLike]): string;
21
+ encodeFunctionData(functionFragment: "balanceOfUnderlying", values: [AddressLike]): string;
22
+ encodeFunctionData(functionFragment: "borrow", values: [BigNumberish]): string;
23
+ encodeFunctionData(functionFragment: "borrowAndDepositBack", values: [AddressLike, BigNumberish]): string;
24
+ encodeFunctionData(functionFragment: "borrowBalanceCurrent", values: [AddressLike]): string;
25
+ encodeFunctionData(functionFragment: "borrowBalanceStored", values: [AddressLike]): string;
26
+ encodeFunctionData(functionFragment: "borrowIndex", values?: undefined): string;
27
+ encodeFunctionData(functionFragment: "borrowRatePerBlock", values?: undefined): string;
28
+ encodeFunctionData(functionFragment: "comptroller", values?: undefined): string;
29
+ encodeFunctionData(functionFragment: "decimals", values?: undefined): string;
30
+ encodeFunctionData(functionFragment: "discountRateMantissa", values?: undefined): string;
31
+ encodeFunctionData(functionFragment: "exchangeRateCurrent", values?: undefined): string;
32
+ encodeFunctionData(functionFragment: "exchangeRateStored", values?: undefined): string;
33
+ encodeFunctionData(functionFragment: "getAaveAPRs", values?: undefined): string;
34
+ encodeFunctionData(functionFragment: "getAccountSnapshot", values: [AddressLike]): string;
35
+ encodeFunctionData(functionFragment: "getCash", values?: undefined): string;
36
+ encodeFunctionData(functionFragment: "initialize(address,address,address,uint256,string,string,uint8,address)", values: [
37
+ AddressLike,
38
+ AddressLike,
39
+ AddressLike,
40
+ BigNumberish,
41
+ string,
42
+ string,
43
+ BigNumberish,
44
+ AddressLike
45
+ ]): string;
46
+ encodeFunctionData(functionFragment: "initialize(address,address,address,uint256,string,string,uint8,address,address)", values: [
47
+ AddressLike,
48
+ AddressLike,
49
+ AddressLike,
50
+ BigNumberish,
51
+ string,
52
+ string,
53
+ BigNumberish,
54
+ AddressLike,
55
+ AddressLike
56
+ ]): string;
57
+ encodeFunctionData(functionFragment: "interestRateModel", values?: undefined): string;
58
+ encodeFunctionData(functionFragment: "isCEther", values?: undefined): string;
59
+ encodeFunctionData(functionFragment: "isCEtherDeprecated", values?: undefined): string;
60
+ encodeFunctionData(functionFragment: "isCToken", values?: undefined): string;
61
+ encodeFunctionData(functionFragment: "isCTokenDeprecated", values?: undefined): string;
62
+ encodeFunctionData(functionFragment: "liquidateBorrow", values: [AddressLike, BigNumberish, AddressLike]): string;
63
+ encodeFunctionData(functionFragment: "liquidateCalculateSeizeTokens", values: [AddressLike, BigNumberish]): string;
64
+ encodeFunctionData(functionFragment: "mint", values: [BigNumberish]): string;
65
+ encodeFunctionData(functionFragment: "mintWithPermit", values: [BigNumberish, BigNumberish, BytesLike]): string;
66
+ encodeFunctionData(functionFragment: "name", values?: undefined): string;
67
+ encodeFunctionData(functionFragment: "pendingAdmin", values?: undefined): string;
68
+ encodeFunctionData(functionFragment: "percentScale", values?: undefined): string;
69
+ encodeFunctionData(functionFragment: "protocolSeizeShareMantissa", values?: undefined): string;
70
+ encodeFunctionData(functionFragment: "redeem", values: [BigNumberish]): string;
71
+ encodeFunctionData(functionFragment: "redeemUnderlying", values: [BigNumberish]): string;
72
+ encodeFunctionData(functionFragment: "repayBorrow", values: [BigNumberish]): string;
73
+ encodeFunctionData(functionFragment: "repayBorrowBehalf", values: [AddressLike, BigNumberish]): string;
74
+ encodeFunctionData(functionFragment: "repayBorrowWithPermit", values: [BigNumberish, BigNumberish, BytesLike]): string;
75
+ encodeFunctionData(functionFragment: "reserveFactorMantissa", values?: undefined): string;
76
+ encodeFunctionData(functionFragment: "revokeWhitelist", values: [AddressLike]): string;
77
+ encodeFunctionData(functionFragment: "seize", values: [
78
+ AddressLike,
79
+ AddressLike,
80
+ BigNumberish,
81
+ BigNumberish,
82
+ boolean,
83
+ BigNumberish
84
+ ]): string;
85
+ encodeFunctionData(functionFragment: "supplyRatePerBlock", values?: undefined): string;
86
+ encodeFunctionData(functionFragment: "sweepToken", values: [AddressLike]): string;
87
+ encodeFunctionData(functionFragment: "symbol", values?: undefined): string;
88
+ encodeFunctionData(functionFragment: "tokenType", values?: undefined): string;
89
+ encodeFunctionData(functionFragment: "totalBorrows", values?: undefined): string;
90
+ encodeFunctionData(functionFragment: "totalBorrowsCurrent", values?: undefined): string;
91
+ encodeFunctionData(functionFragment: "totalReserves", values?: undefined): string;
92
+ encodeFunctionData(functionFragment: "totalSupply", values?: undefined): string;
93
+ encodeFunctionData(functionFragment: "transfer", values: [AddressLike, BigNumberish]): string;
94
+ encodeFunctionData(functionFragment: "transferFrom", values: [AddressLike, AddressLike, BigNumberish]): string;
95
+ encodeFunctionData(functionFragment: "underlying", values?: undefined): string;
96
+ encodeFunctionData(functionFragment: "underlyingBalance", values?: undefined): string;
97
+ encodeFunctionData(functionFragment: "whitelist", values: [AddressLike]): string;
98
+ encodeFunctionData(functionFragment: "whitelisted", values: [AddressLike]): string;
99
+ decodeFunctionResult(functionFragment: "_acceptAdmin", data: BytesLike): Result;
100
+ decodeFunctionResult(functionFragment: "_addReserves", data: BytesLike): Result;
101
+ decodeFunctionResult(functionFragment: "_reduceReserves", data: BytesLike): Result;
102
+ decodeFunctionResult(functionFragment: "_setComptroller", data: BytesLike): Result;
103
+ decodeFunctionResult(functionFragment: "_setDiscountRate", data: BytesLike): Result;
104
+ decodeFunctionResult(functionFragment: "_setInterestRateModel", data: BytesLike): Result;
105
+ decodeFunctionResult(functionFragment: "_setPendingAdmin", data: BytesLike): Result;
106
+ decodeFunctionResult(functionFragment: "_setReserveFactor", data: BytesLike): Result;
107
+ decodeFunctionResult(functionFragment: "_syncUnderlyingBalance", data: BytesLike): Result;
108
+ decodeFunctionResult(functionFragment: "accrualBlockTimestamp", data: BytesLike): Result;
109
+ decodeFunctionResult(functionFragment: "accrueInterest", data: BytesLike): Result;
110
+ decodeFunctionResult(functionFragment: "admin", data: BytesLike): Result;
111
+ decodeFunctionResult(functionFragment: "allowance", data: BytesLike): Result;
112
+ decodeFunctionResult(functionFragment: "approve", data: BytesLike): Result;
113
+ decodeFunctionResult(functionFragment: "balanceOf", data: BytesLike): Result;
114
+ decodeFunctionResult(functionFragment: "balanceOfUnderlying", data: BytesLike): Result;
115
+ decodeFunctionResult(functionFragment: "borrow", data: BytesLike): Result;
116
+ decodeFunctionResult(functionFragment: "borrowAndDepositBack", data: BytesLike): Result;
117
+ decodeFunctionResult(functionFragment: "borrowBalanceCurrent", data: BytesLike): Result;
118
+ decodeFunctionResult(functionFragment: "borrowBalanceStored", data: BytesLike): Result;
119
+ decodeFunctionResult(functionFragment: "borrowIndex", data: BytesLike): Result;
120
+ decodeFunctionResult(functionFragment: "borrowRatePerBlock", data: BytesLike): Result;
121
+ decodeFunctionResult(functionFragment: "comptroller", data: BytesLike): Result;
122
+ decodeFunctionResult(functionFragment: "decimals", data: BytesLike): Result;
123
+ decodeFunctionResult(functionFragment: "discountRateMantissa", data: BytesLike): Result;
124
+ decodeFunctionResult(functionFragment: "exchangeRateCurrent", data: BytesLike): Result;
125
+ decodeFunctionResult(functionFragment: "exchangeRateStored", data: BytesLike): Result;
126
+ decodeFunctionResult(functionFragment: "getAaveAPRs", data: BytesLike): Result;
127
+ decodeFunctionResult(functionFragment: "getAccountSnapshot", data: BytesLike): Result;
128
+ decodeFunctionResult(functionFragment: "getCash", data: BytesLike): Result;
129
+ decodeFunctionResult(functionFragment: "initialize(address,address,address,uint256,string,string,uint8,address)", data: BytesLike): Result;
130
+ decodeFunctionResult(functionFragment: "initialize(address,address,address,uint256,string,string,uint8,address,address)", data: BytesLike): Result;
131
+ decodeFunctionResult(functionFragment: "interestRateModel", data: BytesLike): Result;
132
+ decodeFunctionResult(functionFragment: "isCEther", data: BytesLike): Result;
133
+ decodeFunctionResult(functionFragment: "isCEtherDeprecated", data: BytesLike): Result;
134
+ decodeFunctionResult(functionFragment: "isCToken", data: BytesLike): Result;
135
+ decodeFunctionResult(functionFragment: "isCTokenDeprecated", data: BytesLike): Result;
136
+ decodeFunctionResult(functionFragment: "liquidateBorrow", data: BytesLike): Result;
137
+ decodeFunctionResult(functionFragment: "liquidateCalculateSeizeTokens", data: BytesLike): Result;
138
+ decodeFunctionResult(functionFragment: "mint", data: BytesLike): Result;
139
+ decodeFunctionResult(functionFragment: "mintWithPermit", data: BytesLike): Result;
140
+ decodeFunctionResult(functionFragment: "name", data: BytesLike): Result;
141
+ decodeFunctionResult(functionFragment: "pendingAdmin", data: BytesLike): Result;
142
+ decodeFunctionResult(functionFragment: "percentScale", data: BytesLike): Result;
143
+ decodeFunctionResult(functionFragment: "protocolSeizeShareMantissa", data: BytesLike): Result;
144
+ decodeFunctionResult(functionFragment: "redeem", data: BytesLike): Result;
145
+ decodeFunctionResult(functionFragment: "redeemUnderlying", data: BytesLike): Result;
146
+ decodeFunctionResult(functionFragment: "repayBorrow", data: BytesLike): Result;
147
+ decodeFunctionResult(functionFragment: "repayBorrowBehalf", data: BytesLike): Result;
148
+ decodeFunctionResult(functionFragment: "repayBorrowWithPermit", data: BytesLike): Result;
149
+ decodeFunctionResult(functionFragment: "reserveFactorMantissa", data: BytesLike): Result;
150
+ decodeFunctionResult(functionFragment: "revokeWhitelist", data: BytesLike): Result;
151
+ decodeFunctionResult(functionFragment: "seize", data: BytesLike): Result;
152
+ decodeFunctionResult(functionFragment: "supplyRatePerBlock", data: BytesLike): Result;
153
+ decodeFunctionResult(functionFragment: "sweepToken", data: BytesLike): Result;
154
+ decodeFunctionResult(functionFragment: "symbol", data: BytesLike): Result;
155
+ decodeFunctionResult(functionFragment: "tokenType", data: BytesLike): Result;
156
+ decodeFunctionResult(functionFragment: "totalBorrows", data: BytesLike): Result;
157
+ decodeFunctionResult(functionFragment: "totalBorrowsCurrent", data: BytesLike): Result;
158
+ decodeFunctionResult(functionFragment: "totalReserves", data: BytesLike): Result;
159
+ decodeFunctionResult(functionFragment: "totalSupply", data: BytesLike): Result;
160
+ decodeFunctionResult(functionFragment: "transfer", data: BytesLike): Result;
161
+ decodeFunctionResult(functionFragment: "transferFrom", data: BytesLike): Result;
162
+ decodeFunctionResult(functionFragment: "underlying", data: BytesLike): Result;
163
+ decodeFunctionResult(functionFragment: "underlyingBalance", data: BytesLike): Result;
164
+ decodeFunctionResult(functionFragment: "whitelist", data: BytesLike): Result;
165
+ decodeFunctionResult(functionFragment: "whitelisted", data: BytesLike): Result;
166
+ }
167
+ export declare namespace AccrueInterestEvent {
168
+ type InputTuple = [
169
+ cashPrior: BigNumberish,
170
+ interestAccumulated: BigNumberish,
171
+ borrowIndex: BigNumberish,
172
+ totalBorrows: BigNumberish
173
+ ];
174
+ type OutputTuple = [
175
+ cashPrior: bigint,
176
+ interestAccumulated: bigint,
177
+ borrowIndex: bigint,
178
+ totalBorrows: bigint
179
+ ];
180
+ interface OutputObject {
181
+ cashPrior: bigint;
182
+ interestAccumulated: bigint;
183
+ borrowIndex: bigint;
184
+ totalBorrows: bigint;
185
+ }
186
+ type Event = TypedContractEvent<InputTuple, OutputTuple, OutputObject>;
187
+ type Filter = TypedDeferredTopicFilter<Event>;
188
+ type Log = TypedEventLog<Event>;
189
+ type LogDescription = TypedLogDescription<Event>;
190
+ }
191
+ export declare namespace ApprovalEvent {
192
+ type InputTuple = [
193
+ owner: AddressLike,
194
+ spender: AddressLike,
195
+ amount: BigNumberish
196
+ ];
197
+ type OutputTuple = [owner: string, spender: string, amount: bigint];
198
+ interface OutputObject {
199
+ owner: string;
200
+ spender: string;
201
+ amount: bigint;
202
+ }
203
+ type Event = TypedContractEvent<InputTuple, OutputTuple, OutputObject>;
204
+ type Filter = TypedDeferredTopicFilter<Event>;
205
+ type Log = TypedEventLog<Event>;
206
+ type LogDescription = TypedLogDescription<Event>;
207
+ }
208
+ export declare namespace BorrowEvent {
209
+ type InputTuple = [
210
+ borrower: AddressLike,
211
+ borrowAmount: BigNumberish,
212
+ accountBorrows: BigNumberish,
213
+ totalBorrows: BigNumberish
214
+ ];
215
+ type OutputTuple = [
216
+ borrower: string,
217
+ borrowAmount: bigint,
218
+ accountBorrows: bigint,
219
+ totalBorrows: bigint
220
+ ];
221
+ interface OutputObject {
222
+ borrower: string;
223
+ borrowAmount: bigint;
224
+ accountBorrows: bigint;
225
+ totalBorrows: bigint;
226
+ }
227
+ type Event = TypedContractEvent<InputTuple, OutputTuple, OutputObject>;
228
+ type Filter = TypedDeferredTopicFilter<Event>;
229
+ type Log = TypedEventLog<Event>;
230
+ type LogDescription = TypedLogDescription<Event>;
231
+ }
232
+ export declare namespace InitializedEvent {
233
+ type InputTuple = [version: BigNumberish];
234
+ type OutputTuple = [version: bigint];
235
+ interface OutputObject {
236
+ version: bigint;
237
+ }
238
+ type Event = TypedContractEvent<InputTuple, OutputTuple, OutputObject>;
239
+ type Filter = TypedDeferredTopicFilter<Event>;
240
+ type Log = TypedEventLog<Event>;
241
+ type LogDescription = TypedLogDescription<Event>;
242
+ }
243
+ export declare namespace LiquidateBorrowEvent {
244
+ type InputTuple = [
245
+ liquidator: AddressLike,
246
+ borrower: AddressLike,
247
+ repayAmount: BigNumberish,
248
+ cTokenCollateral: AddressLike,
249
+ seizeTokens: BigNumberish
250
+ ];
251
+ type OutputTuple = [
252
+ liquidator: string,
253
+ borrower: string,
254
+ repayAmount: bigint,
255
+ cTokenCollateral: string,
256
+ seizeTokens: bigint
257
+ ];
258
+ interface OutputObject {
259
+ liquidator: string;
260
+ borrower: string;
261
+ repayAmount: bigint;
262
+ cTokenCollateral: string;
263
+ seizeTokens: bigint;
264
+ }
265
+ type Event = TypedContractEvent<InputTuple, OutputTuple, OutputObject>;
266
+ type Filter = TypedDeferredTopicFilter<Event>;
267
+ type Log = TypedEventLog<Event>;
268
+ type LogDescription = TypedLogDescription<Event>;
269
+ }
270
+ export declare namespace MintEvent {
271
+ type InputTuple = [
272
+ minter: AddressLike,
273
+ mintAmount: BigNumberish,
274
+ mintTokens: BigNumberish
275
+ ];
276
+ type OutputTuple = [
277
+ minter: string,
278
+ mintAmount: bigint,
279
+ mintTokens: bigint
280
+ ];
281
+ interface OutputObject {
282
+ minter: string;
283
+ mintAmount: bigint;
284
+ mintTokens: bigint;
285
+ }
286
+ type Event = TypedContractEvent<InputTuple, OutputTuple, OutputObject>;
287
+ type Filter = TypedDeferredTopicFilter<Event>;
288
+ type Log = TypedEventLog<Event>;
289
+ type LogDescription = TypedLogDescription<Event>;
290
+ }
291
+ export declare namespace NewAdminEvent {
292
+ type InputTuple = [oldAdmin: AddressLike, newAdmin: AddressLike];
293
+ type OutputTuple = [oldAdmin: string, newAdmin: string];
294
+ interface OutputObject {
295
+ oldAdmin: string;
296
+ newAdmin: string;
297
+ }
298
+ type Event = TypedContractEvent<InputTuple, OutputTuple, OutputObject>;
299
+ type Filter = TypedDeferredTopicFilter<Event>;
300
+ type Log = TypedEventLog<Event>;
301
+ type LogDescription = TypedLogDescription<Event>;
302
+ }
303
+ export declare namespace NewComptrollerEvent {
304
+ type InputTuple = [
305
+ oldComptroller: AddressLike,
306
+ newComptroller: AddressLike
307
+ ];
308
+ type OutputTuple = [oldComptroller: string, newComptroller: string];
309
+ interface OutputObject {
310
+ oldComptroller: string;
311
+ newComptroller: string;
312
+ }
313
+ type Event = TypedContractEvent<InputTuple, OutputTuple, OutputObject>;
314
+ type Filter = TypedDeferredTopicFilter<Event>;
315
+ type Log = TypedEventLog<Event>;
316
+ type LogDescription = TypedLogDescription<Event>;
317
+ }
318
+ export declare namespace NewDiscountRateEvent {
319
+ type InputTuple = [
320
+ oldDiscountRateMantissa: BigNumberish,
321
+ newDiscountRateMantissa: BigNumberish
322
+ ];
323
+ type OutputTuple = [
324
+ oldDiscountRateMantissa: bigint,
325
+ newDiscountRateMantissa: bigint
326
+ ];
327
+ interface OutputObject {
328
+ oldDiscountRateMantissa: bigint;
329
+ newDiscountRateMantissa: bigint;
330
+ }
331
+ type Event = TypedContractEvent<InputTuple, OutputTuple, OutputObject>;
332
+ type Filter = TypedDeferredTopicFilter<Event>;
333
+ type Log = TypedEventLog<Event>;
334
+ type LogDescription = TypedLogDescription<Event>;
335
+ }
336
+ export declare namespace NewMarketInterestRateModelEvent {
337
+ type InputTuple = [
338
+ oldInterestRateModel: AddressLike,
339
+ newInterestRateModel: AddressLike
340
+ ];
341
+ type OutputTuple = [
342
+ oldInterestRateModel: string,
343
+ newInterestRateModel: string
344
+ ];
345
+ interface OutputObject {
346
+ oldInterestRateModel: string;
347
+ newInterestRateModel: string;
348
+ }
349
+ type Event = TypedContractEvent<InputTuple, OutputTuple, OutputObject>;
350
+ type Filter = TypedDeferredTopicFilter<Event>;
351
+ type Log = TypedEventLog<Event>;
352
+ type LogDescription = TypedLogDescription<Event>;
353
+ }
354
+ export declare namespace NewPendingAdminEvent {
355
+ type InputTuple = [
356
+ oldPendingAdmin: AddressLike,
357
+ newPendingAdmin: AddressLike
358
+ ];
359
+ type OutputTuple = [oldPendingAdmin: string, newPendingAdmin: string];
360
+ interface OutputObject {
361
+ oldPendingAdmin: string;
362
+ newPendingAdmin: string;
363
+ }
364
+ type Event = TypedContractEvent<InputTuple, OutputTuple, OutputObject>;
365
+ type Filter = TypedDeferredTopicFilter<Event>;
366
+ type Log = TypedEventLog<Event>;
367
+ type LogDescription = TypedLogDescription<Event>;
368
+ }
369
+ export declare namespace NewReserveFactorEvent {
370
+ type InputTuple = [
371
+ oldReserveFactorMantissa: BigNumberish,
372
+ newReserveFactorMantissa: BigNumberish
373
+ ];
374
+ type OutputTuple = [
375
+ oldReserveFactorMantissa: bigint,
376
+ newReserveFactorMantissa: bigint
377
+ ];
378
+ interface OutputObject {
379
+ oldReserveFactorMantissa: bigint;
380
+ newReserveFactorMantissa: bigint;
381
+ }
382
+ type Event = TypedContractEvent<InputTuple, OutputTuple, OutputObject>;
383
+ type Filter = TypedDeferredTopicFilter<Event>;
384
+ type Log = TypedEventLog<Event>;
385
+ type LogDescription = TypedLogDescription<Event>;
386
+ }
387
+ export declare namespace RedeemEvent {
388
+ type InputTuple = [
389
+ redeemer: AddressLike,
390
+ redeemAmount: BigNumberish,
391
+ redeemTokens: BigNumberish
392
+ ];
393
+ type OutputTuple = [
394
+ redeemer: string,
395
+ redeemAmount: bigint,
396
+ redeemTokens: bigint
397
+ ];
398
+ interface OutputObject {
399
+ redeemer: string;
400
+ redeemAmount: bigint;
401
+ redeemTokens: bigint;
402
+ }
403
+ type Event = TypedContractEvent<InputTuple, OutputTuple, OutputObject>;
404
+ type Filter = TypedDeferredTopicFilter<Event>;
405
+ type Log = TypedEventLog<Event>;
406
+ type LogDescription = TypedLogDescription<Event>;
407
+ }
408
+ export declare namespace RedeemFaceValueEvent {
409
+ type InputTuple = [
410
+ redeemer: AddressLike,
411
+ provider: AddressLike,
412
+ repayAmount: BigNumberish,
413
+ seizeToken: AddressLike,
414
+ seizeAmount: BigNumberish,
415
+ redemptionRateMantissa: BigNumberish
416
+ ];
417
+ type OutputTuple = [
418
+ redeemer: string,
419
+ provider: string,
420
+ repayAmount: bigint,
421
+ seizeToken: string,
422
+ seizeAmount: bigint,
423
+ redemptionRateMantissa: bigint
424
+ ];
425
+ interface OutputObject {
426
+ redeemer: string;
427
+ provider: string;
428
+ repayAmount: bigint;
429
+ seizeToken: string;
430
+ seizeAmount: bigint;
431
+ redemptionRateMantissa: bigint;
432
+ }
433
+ type Event = TypedContractEvent<InputTuple, OutputTuple, OutputObject>;
434
+ type Filter = TypedDeferredTopicFilter<Event>;
435
+ type Log = TypedEventLog<Event>;
436
+ type LogDescription = TypedLogDescription<Event>;
437
+ }
438
+ export declare namespace RepayBorrowEvent {
439
+ type InputTuple = [
440
+ payer: AddressLike,
441
+ borrower: AddressLike,
442
+ repayAmount: BigNumberish,
443
+ accountBorrows: BigNumberish,
444
+ totalBorrows: BigNumberish
445
+ ];
446
+ type OutputTuple = [
447
+ payer: string,
448
+ borrower: string,
449
+ repayAmount: bigint,
450
+ accountBorrows: bigint,
451
+ totalBorrows: bigint
452
+ ];
453
+ interface OutputObject {
454
+ payer: string;
455
+ borrower: string;
456
+ repayAmount: bigint;
457
+ accountBorrows: bigint;
458
+ totalBorrows: bigint;
459
+ }
460
+ type Event = TypedContractEvent<InputTuple, OutputTuple, OutputObject>;
461
+ type Filter = TypedDeferredTopicFilter<Event>;
462
+ type Log = TypedEventLog<Event>;
463
+ type LogDescription = TypedLogDescription<Event>;
464
+ }
465
+ export declare namespace ReservesAddedEvent {
466
+ type InputTuple = [
467
+ benefactor: AddressLike,
468
+ addAmount: BigNumberish,
469
+ newTotalReserves: BigNumberish
470
+ ];
471
+ type OutputTuple = [
472
+ benefactor: string,
473
+ addAmount: bigint,
474
+ newTotalReserves: bigint
475
+ ];
476
+ interface OutputObject {
477
+ benefactor: string;
478
+ addAmount: bigint;
479
+ newTotalReserves: bigint;
480
+ }
481
+ type Event = TypedContractEvent<InputTuple, OutputTuple, OutputObject>;
482
+ type Filter = TypedDeferredTopicFilter<Event>;
483
+ type Log = TypedEventLog<Event>;
484
+ type LogDescription = TypedLogDescription<Event>;
485
+ }
486
+ export declare namespace ReservesReducedEvent {
487
+ type InputTuple = [
488
+ admin: AddressLike,
489
+ reduceAmount: BigNumberish,
490
+ newTotalReserves: BigNumberish
491
+ ];
492
+ type OutputTuple = [
493
+ admin: string,
494
+ reduceAmount: bigint,
495
+ newTotalReserves: bigint
496
+ ];
497
+ interface OutputObject {
498
+ admin: string;
499
+ reduceAmount: bigint;
500
+ newTotalReserves: bigint;
501
+ }
502
+ type Event = TypedContractEvent<InputTuple, OutputTuple, OutputObject>;
503
+ type Filter = TypedDeferredTopicFilter<Event>;
504
+ type Log = TypedEventLog<Event>;
505
+ type LogDescription = TypedLogDescription<Event>;
506
+ }
507
+ export declare namespace TransferEvent {
508
+ type InputTuple = [
509
+ from: AddressLike,
510
+ to: AddressLike,
511
+ amount: BigNumberish
512
+ ];
513
+ type OutputTuple = [from: string, to: string, amount: bigint];
514
+ interface OutputObject {
515
+ from: string;
516
+ to: string;
517
+ amount: bigint;
518
+ }
519
+ type Event = TypedContractEvent<InputTuple, OutputTuple, OutputObject>;
520
+ type Filter = TypedDeferredTopicFilter<Event>;
521
+ type Log = TypedEventLog<Event>;
522
+ type LogDescription = TypedLogDescription<Event>;
523
+ }
524
+ export interface CAToken extends BaseContract {
525
+ connect(runner?: ContractRunner | null): CAToken;
526
+ waitForDeployment(): Promise<this>;
527
+ interface: CATokenInterface;
528
+ queryFilter<TCEvent extends TypedContractEvent>(event: TCEvent, fromBlockOrBlockhash?: string | number | undefined, toBlock?: string | number | undefined): Promise<Array<TypedEventLog<TCEvent>>>;
529
+ queryFilter<TCEvent extends TypedContractEvent>(filter: TypedDeferredTopicFilter<TCEvent>, fromBlockOrBlockhash?: string | number | undefined, toBlock?: string | number | undefined): Promise<Array<TypedEventLog<TCEvent>>>;
530
+ on<TCEvent extends TypedContractEvent>(event: TCEvent, listener: TypedListener<TCEvent>): Promise<this>;
531
+ on<TCEvent extends TypedContractEvent>(filter: TypedDeferredTopicFilter<TCEvent>, listener: TypedListener<TCEvent>): Promise<this>;
532
+ once<TCEvent extends TypedContractEvent>(event: TCEvent, listener: TypedListener<TCEvent>): Promise<this>;
533
+ once<TCEvent extends TypedContractEvent>(filter: TypedDeferredTopicFilter<TCEvent>, listener: TypedListener<TCEvent>): Promise<this>;
534
+ listeners<TCEvent extends TypedContractEvent>(event: TCEvent): Promise<Array<TypedListener<TCEvent>>>;
535
+ listeners(eventName?: string): Promise<Array<Listener>>;
536
+ removeAllListeners<TCEvent extends TypedContractEvent>(event?: TCEvent): Promise<this>;
537
+ _acceptAdmin: TypedContractMethod<[], [void], "nonpayable">;
538
+ _addReserves: TypedContractMethod<[
539
+ addAmount: BigNumberish
540
+ ], [
541
+ void
542
+ ], "nonpayable">;
543
+ _reduceReserves: TypedContractMethod<[
544
+ reduceAmount: BigNumberish
545
+ ], [
546
+ void
547
+ ], "nonpayable">;
548
+ _setComptroller: TypedContractMethod<[
549
+ newComptroller: AddressLike
550
+ ], [
551
+ void
552
+ ], "nonpayable">;
553
+ _setDiscountRate: TypedContractMethod<[
554
+ discountRateMantissa_: BigNumberish
555
+ ], [
556
+ bigint
557
+ ], "nonpayable">;
558
+ _setInterestRateModel: TypedContractMethod<[
559
+ newInterestRateModel: AddressLike
560
+ ], [
561
+ void
562
+ ], "nonpayable">;
563
+ _setPendingAdmin: TypedContractMethod<[
564
+ newPendingAdmin: AddressLike
565
+ ], [
566
+ void
567
+ ], "nonpayable">;
568
+ _setReserveFactor: TypedContractMethod<[
569
+ newReserveFactorMantissa: BigNumberish
570
+ ], [
571
+ void
572
+ ], "nonpayable">;
573
+ _syncUnderlyingBalance: TypedContractMethod<[], [void], "nonpayable">;
574
+ accrualBlockTimestamp: TypedContractMethod<[], [bigint], "view">;
575
+ accrueInterest: TypedContractMethod<[], [void], "nonpayable">;
576
+ admin: TypedContractMethod<[], [string], "view">;
577
+ allowance: TypedContractMethod<[
578
+ owner: AddressLike,
579
+ spender: AddressLike
580
+ ], [
581
+ bigint
582
+ ], "view">;
583
+ approve: TypedContractMethod<[
584
+ spender: AddressLike,
585
+ amount: BigNumberish
586
+ ], [
587
+ boolean
588
+ ], "nonpayable">;
589
+ balanceOf: TypedContractMethod<[owner: AddressLike], [bigint], "view">;
590
+ balanceOfUnderlying: TypedContractMethod<[
591
+ owner: AddressLike
592
+ ], [
593
+ bigint
594
+ ], "nonpayable">;
595
+ borrow: TypedContractMethod<[
596
+ borrowAmount: BigNumberish
597
+ ], [
598
+ void
599
+ ], "nonpayable">;
600
+ borrowAndDepositBack: TypedContractMethod<[
601
+ borrower: AddressLike,
602
+ borrowAmount: BigNumberish
603
+ ], [
604
+ void
605
+ ], "nonpayable">;
606
+ borrowBalanceCurrent: TypedContractMethod<[
607
+ account: AddressLike
608
+ ], [
609
+ bigint
610
+ ], "nonpayable">;
611
+ borrowBalanceStored: TypedContractMethod<[
612
+ account: AddressLike
613
+ ], [
614
+ bigint
615
+ ], "view">;
616
+ borrowIndex: TypedContractMethod<[], [bigint], "view">;
617
+ borrowRatePerBlock: TypedContractMethod<[], [bigint], "view">;
618
+ comptroller: TypedContractMethod<[], [string], "view">;
619
+ decimals: TypedContractMethod<[], [bigint], "view">;
620
+ discountRateMantissa: TypedContractMethod<[], [bigint], "view">;
621
+ exchangeRateCurrent: TypedContractMethod<[], [bigint], "nonpayable">;
622
+ exchangeRateStored: TypedContractMethod<[], [bigint], "view">;
623
+ getAaveAPRs: TypedContractMethod<[
624
+ ], [
625
+ [
626
+ bigint,
627
+ bigint,
628
+ bigint
629
+ ] & {
630
+ depositAPR: bigint;
631
+ variableBorrowAPR: bigint;
632
+ stableBorrowAPR: bigint;
633
+ }
634
+ ], "view">;
635
+ getAccountSnapshot: TypedContractMethod<[
636
+ account: AddressLike
637
+ ], [
638
+ [bigint, bigint, bigint, bigint]
639
+ ], "view">;
640
+ getCash: TypedContractMethod<[], [bigint], "view">;
641
+ "initialize(address,address,address,uint256,string,string,uint8,address)": TypedContractMethod<[
642
+ underlying_: AddressLike,
643
+ comptroller_: AddressLike,
644
+ interestRateModel_: AddressLike,
645
+ initialExchangeRateMantissa_: BigNumberish,
646
+ name_: string,
647
+ symbol_: string,
648
+ decimals_: BigNumberish,
649
+ admin_: AddressLike
650
+ ], [
651
+ void
652
+ ], "nonpayable">;
653
+ "initialize(address,address,address,uint256,string,string,uint8,address,address)": TypedContractMethod<[
654
+ underlying_: AddressLike,
655
+ comptroller_: AddressLike,
656
+ interestRateModel_: AddressLike,
657
+ initialExchangeRateMantissa_: BigNumberish,
658
+ name_: string,
659
+ symbol_: string,
660
+ decimals_: BigNumberish,
661
+ admin_: AddressLike,
662
+ aaveV3Pool_: AddressLike
663
+ ], [
664
+ void
665
+ ], "nonpayable">;
666
+ interestRateModel: TypedContractMethod<[], [string], "view">;
667
+ isCEther: TypedContractMethod<[], [boolean], "view">;
668
+ isCEtherDeprecated: TypedContractMethod<[], [boolean], "view">;
669
+ isCToken: TypedContractMethod<[], [boolean], "view">;
670
+ isCTokenDeprecated: TypedContractMethod<[], [boolean], "view">;
671
+ liquidateBorrow: TypedContractMethod<[
672
+ borrower: AddressLike,
673
+ repayAmount: BigNumberish,
674
+ cTokenCollateral: AddressLike
675
+ ], [
676
+ void
677
+ ], "nonpayable">;
678
+ liquidateCalculateSeizeTokens: TypedContractMethod<[
679
+ cTokenCollateral: AddressLike,
680
+ actualRepayAmount: BigNumberish
681
+ ], [
682
+ [bigint, bigint]
683
+ ], "view">;
684
+ mint: TypedContractMethod<[mintAmount: BigNumberish], [void], "nonpayable">;
685
+ mintWithPermit: TypedContractMethod<[
686
+ mintAmount: BigNumberish,
687
+ deadline: BigNumberish,
688
+ signature: BytesLike
689
+ ], [
690
+ void
691
+ ], "nonpayable">;
692
+ name: TypedContractMethod<[], [string], "view">;
693
+ pendingAdmin: TypedContractMethod<[], [string], "view">;
694
+ percentScale: TypedContractMethod<[], [bigint], "view">;
695
+ protocolSeizeShareMantissa: TypedContractMethod<[], [bigint], "view">;
696
+ redeem: TypedContractMethod<[
697
+ redeemTokens: BigNumberish
698
+ ], [
699
+ void
700
+ ], "nonpayable">;
701
+ redeemUnderlying: TypedContractMethod<[
702
+ redeemAmount: BigNumberish
703
+ ], [
704
+ void
705
+ ], "nonpayable">;
706
+ repayBorrow: TypedContractMethod<[
707
+ repayAmount: BigNumberish
708
+ ], [
709
+ void
710
+ ], "nonpayable">;
711
+ repayBorrowBehalf: TypedContractMethod<[
712
+ borrower: AddressLike,
713
+ repayAmount: BigNumberish
714
+ ], [
715
+ void
716
+ ], "nonpayable">;
717
+ repayBorrowWithPermit: TypedContractMethod<[
718
+ repayAmount: BigNumberish,
719
+ deadline: BigNumberish,
720
+ signature: BytesLike
721
+ ], [
722
+ void
723
+ ], "nonpayable">;
724
+ reserveFactorMantissa: TypedContractMethod<[], [bigint], "view">;
725
+ revokeWhitelist: TypedContractMethod<[
726
+ addr: AddressLike
727
+ ], [
728
+ void
729
+ ], "nonpayable">;
730
+ seize: TypedContractMethod<[
731
+ liquidator: AddressLike,
732
+ borrower: AddressLike,
733
+ seizeTokens: BigNumberish,
734
+ seizeProfitTokens: BigNumberish,
735
+ isRedemption: boolean,
736
+ redemptionRateMantissa: BigNumberish
737
+ ], [
738
+ void
739
+ ], "nonpayable">;
740
+ supplyRatePerBlock: TypedContractMethod<[], [bigint], "view">;
741
+ sweepToken: TypedContractMethod<[token: AddressLike], [void], "nonpayable">;
742
+ symbol: TypedContractMethod<[], [string], "view">;
743
+ tokenType: TypedContractMethod<[], [bigint], "view">;
744
+ totalBorrows: TypedContractMethod<[], [bigint], "view">;
745
+ totalBorrowsCurrent: TypedContractMethod<[], [bigint], "nonpayable">;
746
+ totalReserves: TypedContractMethod<[], [bigint], "view">;
747
+ totalSupply: TypedContractMethod<[], [bigint], "view">;
748
+ transfer: TypedContractMethod<[
749
+ dst: AddressLike,
750
+ amount: BigNumberish
751
+ ], [
752
+ boolean
753
+ ], "nonpayable">;
754
+ transferFrom: TypedContractMethod<[
755
+ src: AddressLike,
756
+ dst: AddressLike,
757
+ amount: BigNumberish
758
+ ], [
759
+ boolean
760
+ ], "nonpayable">;
761
+ underlying: TypedContractMethod<[], [string], "view">;
762
+ underlyingBalance: TypedContractMethod<[], [bigint], "view">;
763
+ whitelist: TypedContractMethod<[addr: AddressLike], [void], "nonpayable">;
764
+ whitelisted: TypedContractMethod<[arg0: AddressLike], [boolean], "view">;
765
+ getFunction<T extends ContractMethod = ContractMethod>(key: string | FunctionFragment): T;
766
+ getFunction(nameOrSignature: "_acceptAdmin"): TypedContractMethod<[], [void], "nonpayable">;
767
+ getFunction(nameOrSignature: "_addReserves"): TypedContractMethod<[addAmount: BigNumberish], [void], "nonpayable">;
768
+ getFunction(nameOrSignature: "_reduceReserves"): TypedContractMethod<[reduceAmount: BigNumberish], [void], "nonpayable">;
769
+ getFunction(nameOrSignature: "_setComptroller"): TypedContractMethod<[newComptroller: AddressLike], [void], "nonpayable">;
770
+ getFunction(nameOrSignature: "_setDiscountRate"): TypedContractMethod<[
771
+ discountRateMantissa_: BigNumberish
772
+ ], [
773
+ bigint
774
+ ], "nonpayable">;
775
+ getFunction(nameOrSignature: "_setInterestRateModel"): TypedContractMethod<[
776
+ newInterestRateModel: AddressLike
777
+ ], [
778
+ void
779
+ ], "nonpayable">;
780
+ getFunction(nameOrSignature: "_setPendingAdmin"): TypedContractMethod<[newPendingAdmin: AddressLike], [void], "nonpayable">;
781
+ getFunction(nameOrSignature: "_setReserveFactor"): TypedContractMethod<[
782
+ newReserveFactorMantissa: BigNumberish
783
+ ], [
784
+ void
785
+ ], "nonpayable">;
786
+ getFunction(nameOrSignature: "_syncUnderlyingBalance"): TypedContractMethod<[], [void], "nonpayable">;
787
+ getFunction(nameOrSignature: "accrualBlockTimestamp"): TypedContractMethod<[], [bigint], "view">;
788
+ getFunction(nameOrSignature: "accrueInterest"): TypedContractMethod<[], [void], "nonpayable">;
789
+ getFunction(nameOrSignature: "admin"): TypedContractMethod<[], [string], "view">;
790
+ getFunction(nameOrSignature: "allowance"): TypedContractMethod<[
791
+ owner: AddressLike,
792
+ spender: AddressLike
793
+ ], [
794
+ bigint
795
+ ], "view">;
796
+ getFunction(nameOrSignature: "approve"): TypedContractMethod<[
797
+ spender: AddressLike,
798
+ amount: BigNumberish
799
+ ], [
800
+ boolean
801
+ ], "nonpayable">;
802
+ getFunction(nameOrSignature: "balanceOf"): TypedContractMethod<[owner: AddressLike], [bigint], "view">;
803
+ getFunction(nameOrSignature: "balanceOfUnderlying"): TypedContractMethod<[owner: AddressLike], [bigint], "nonpayable">;
804
+ getFunction(nameOrSignature: "borrow"): TypedContractMethod<[borrowAmount: BigNumberish], [void], "nonpayable">;
805
+ getFunction(nameOrSignature: "borrowAndDepositBack"): TypedContractMethod<[
806
+ borrower: AddressLike,
807
+ borrowAmount: BigNumberish
808
+ ], [
809
+ void
810
+ ], "nonpayable">;
811
+ getFunction(nameOrSignature: "borrowBalanceCurrent"): TypedContractMethod<[account: AddressLike], [bigint], "nonpayable">;
812
+ getFunction(nameOrSignature: "borrowBalanceStored"): TypedContractMethod<[account: AddressLike], [bigint], "view">;
813
+ getFunction(nameOrSignature: "borrowIndex"): TypedContractMethod<[], [bigint], "view">;
814
+ getFunction(nameOrSignature: "borrowRatePerBlock"): TypedContractMethod<[], [bigint], "view">;
815
+ getFunction(nameOrSignature: "comptroller"): TypedContractMethod<[], [string], "view">;
816
+ getFunction(nameOrSignature: "decimals"): TypedContractMethod<[], [bigint], "view">;
817
+ getFunction(nameOrSignature: "discountRateMantissa"): TypedContractMethod<[], [bigint], "view">;
818
+ getFunction(nameOrSignature: "exchangeRateCurrent"): TypedContractMethod<[], [bigint], "nonpayable">;
819
+ getFunction(nameOrSignature: "exchangeRateStored"): TypedContractMethod<[], [bigint], "view">;
820
+ getFunction(nameOrSignature: "getAaveAPRs"): TypedContractMethod<[
821
+ ], [
822
+ [
823
+ bigint,
824
+ bigint,
825
+ bigint
826
+ ] & {
827
+ depositAPR: bigint;
828
+ variableBorrowAPR: bigint;
829
+ stableBorrowAPR: bigint;
830
+ }
831
+ ], "view">;
832
+ getFunction(nameOrSignature: "getAccountSnapshot"): TypedContractMethod<[
833
+ account: AddressLike
834
+ ], [
835
+ [bigint, bigint, bigint, bigint]
836
+ ], "view">;
837
+ getFunction(nameOrSignature: "getCash"): TypedContractMethod<[], [bigint], "view">;
838
+ getFunction(nameOrSignature: "initialize(address,address,address,uint256,string,string,uint8,address)"): TypedContractMethod<[
839
+ underlying_: AddressLike,
840
+ comptroller_: AddressLike,
841
+ interestRateModel_: AddressLike,
842
+ initialExchangeRateMantissa_: BigNumberish,
843
+ name_: string,
844
+ symbol_: string,
845
+ decimals_: BigNumberish,
846
+ admin_: AddressLike
847
+ ], [
848
+ void
849
+ ], "nonpayable">;
850
+ getFunction(nameOrSignature: "initialize(address,address,address,uint256,string,string,uint8,address,address)"): TypedContractMethod<[
851
+ underlying_: AddressLike,
852
+ comptroller_: AddressLike,
853
+ interestRateModel_: AddressLike,
854
+ initialExchangeRateMantissa_: BigNumberish,
855
+ name_: string,
856
+ symbol_: string,
857
+ decimals_: BigNumberish,
858
+ admin_: AddressLike,
859
+ aaveV3Pool_: AddressLike
860
+ ], [
861
+ void
862
+ ], "nonpayable">;
863
+ getFunction(nameOrSignature: "interestRateModel"): TypedContractMethod<[], [string], "view">;
864
+ getFunction(nameOrSignature: "isCEther"): TypedContractMethod<[], [boolean], "view">;
865
+ getFunction(nameOrSignature: "isCEtherDeprecated"): TypedContractMethod<[], [boolean], "view">;
866
+ getFunction(nameOrSignature: "isCToken"): TypedContractMethod<[], [boolean], "view">;
867
+ getFunction(nameOrSignature: "isCTokenDeprecated"): TypedContractMethod<[], [boolean], "view">;
868
+ getFunction(nameOrSignature: "liquidateBorrow"): TypedContractMethod<[
869
+ borrower: AddressLike,
870
+ repayAmount: BigNumberish,
871
+ cTokenCollateral: AddressLike
872
+ ], [
873
+ void
874
+ ], "nonpayable">;
875
+ getFunction(nameOrSignature: "liquidateCalculateSeizeTokens"): TypedContractMethod<[
876
+ cTokenCollateral: AddressLike,
877
+ actualRepayAmount: BigNumberish
878
+ ], [
879
+ [bigint, bigint]
880
+ ], "view">;
881
+ getFunction(nameOrSignature: "mint"): TypedContractMethod<[mintAmount: BigNumberish], [void], "nonpayable">;
882
+ getFunction(nameOrSignature: "mintWithPermit"): TypedContractMethod<[
883
+ mintAmount: BigNumberish,
884
+ deadline: BigNumberish,
885
+ signature: BytesLike
886
+ ], [
887
+ void
888
+ ], "nonpayable">;
889
+ getFunction(nameOrSignature: "name"): TypedContractMethod<[], [string], "view">;
890
+ getFunction(nameOrSignature: "pendingAdmin"): TypedContractMethod<[], [string], "view">;
891
+ getFunction(nameOrSignature: "percentScale"): TypedContractMethod<[], [bigint], "view">;
892
+ getFunction(nameOrSignature: "protocolSeizeShareMantissa"): TypedContractMethod<[], [bigint], "view">;
893
+ getFunction(nameOrSignature: "redeem"): TypedContractMethod<[redeemTokens: BigNumberish], [void], "nonpayable">;
894
+ getFunction(nameOrSignature: "redeemUnderlying"): TypedContractMethod<[redeemAmount: BigNumberish], [void], "nonpayable">;
895
+ getFunction(nameOrSignature: "repayBorrow"): TypedContractMethod<[repayAmount: BigNumberish], [void], "nonpayable">;
896
+ getFunction(nameOrSignature: "repayBorrowBehalf"): TypedContractMethod<[
897
+ borrower: AddressLike,
898
+ repayAmount: BigNumberish
899
+ ], [
900
+ void
901
+ ], "nonpayable">;
902
+ getFunction(nameOrSignature: "repayBorrowWithPermit"): TypedContractMethod<[
903
+ repayAmount: BigNumberish,
904
+ deadline: BigNumberish,
905
+ signature: BytesLike
906
+ ], [
907
+ void
908
+ ], "nonpayable">;
909
+ getFunction(nameOrSignature: "reserveFactorMantissa"): TypedContractMethod<[], [bigint], "view">;
910
+ getFunction(nameOrSignature: "revokeWhitelist"): TypedContractMethod<[addr: AddressLike], [void], "nonpayable">;
911
+ getFunction(nameOrSignature: "seize"): TypedContractMethod<[
912
+ liquidator: AddressLike,
913
+ borrower: AddressLike,
914
+ seizeTokens: BigNumberish,
915
+ seizeProfitTokens: BigNumberish,
916
+ isRedemption: boolean,
917
+ redemptionRateMantissa: BigNumberish
918
+ ], [
919
+ void
920
+ ], "nonpayable">;
921
+ getFunction(nameOrSignature: "supplyRatePerBlock"): TypedContractMethod<[], [bigint], "view">;
922
+ getFunction(nameOrSignature: "sweepToken"): TypedContractMethod<[token: AddressLike], [void], "nonpayable">;
923
+ getFunction(nameOrSignature: "symbol"): TypedContractMethod<[], [string], "view">;
924
+ getFunction(nameOrSignature: "tokenType"): TypedContractMethod<[], [bigint], "view">;
925
+ getFunction(nameOrSignature: "totalBorrows"): TypedContractMethod<[], [bigint], "view">;
926
+ getFunction(nameOrSignature: "totalBorrowsCurrent"): TypedContractMethod<[], [bigint], "nonpayable">;
927
+ getFunction(nameOrSignature: "totalReserves"): TypedContractMethod<[], [bigint], "view">;
928
+ getFunction(nameOrSignature: "totalSupply"): TypedContractMethod<[], [bigint], "view">;
929
+ getFunction(nameOrSignature: "transfer"): TypedContractMethod<[
930
+ dst: AddressLike,
931
+ amount: BigNumberish
932
+ ], [
933
+ boolean
934
+ ], "nonpayable">;
935
+ getFunction(nameOrSignature: "transferFrom"): TypedContractMethod<[
936
+ src: AddressLike,
937
+ dst: AddressLike,
938
+ amount: BigNumberish
939
+ ], [
940
+ boolean
941
+ ], "nonpayable">;
942
+ getFunction(nameOrSignature: "underlying"): TypedContractMethod<[], [string], "view">;
943
+ getFunction(nameOrSignature: "underlyingBalance"): TypedContractMethod<[], [bigint], "view">;
944
+ getFunction(nameOrSignature: "whitelist"): TypedContractMethod<[addr: AddressLike], [void], "nonpayable">;
945
+ getFunction(nameOrSignature: "whitelisted"): TypedContractMethod<[arg0: AddressLike], [boolean], "view">;
946
+ getEvent(key: "AccrueInterest"): TypedContractEvent<AccrueInterestEvent.InputTuple, AccrueInterestEvent.OutputTuple, AccrueInterestEvent.OutputObject>;
947
+ getEvent(key: "Approval"): TypedContractEvent<ApprovalEvent.InputTuple, ApprovalEvent.OutputTuple, ApprovalEvent.OutputObject>;
948
+ getEvent(key: "Borrow"): TypedContractEvent<BorrowEvent.InputTuple, BorrowEvent.OutputTuple, BorrowEvent.OutputObject>;
949
+ getEvent(key: "Initialized"): TypedContractEvent<InitializedEvent.InputTuple, InitializedEvent.OutputTuple, InitializedEvent.OutputObject>;
950
+ getEvent(key: "LiquidateBorrow"): TypedContractEvent<LiquidateBorrowEvent.InputTuple, LiquidateBorrowEvent.OutputTuple, LiquidateBorrowEvent.OutputObject>;
951
+ getEvent(key: "Mint"): TypedContractEvent<MintEvent.InputTuple, MintEvent.OutputTuple, MintEvent.OutputObject>;
952
+ getEvent(key: "NewAdmin"): TypedContractEvent<NewAdminEvent.InputTuple, NewAdminEvent.OutputTuple, NewAdminEvent.OutputObject>;
953
+ getEvent(key: "NewComptroller"): TypedContractEvent<NewComptrollerEvent.InputTuple, NewComptrollerEvent.OutputTuple, NewComptrollerEvent.OutputObject>;
954
+ getEvent(key: "NewDiscountRate"): TypedContractEvent<NewDiscountRateEvent.InputTuple, NewDiscountRateEvent.OutputTuple, NewDiscountRateEvent.OutputObject>;
955
+ getEvent(key: "NewMarketInterestRateModel"): TypedContractEvent<NewMarketInterestRateModelEvent.InputTuple, NewMarketInterestRateModelEvent.OutputTuple, NewMarketInterestRateModelEvent.OutputObject>;
956
+ getEvent(key: "NewPendingAdmin"): TypedContractEvent<NewPendingAdminEvent.InputTuple, NewPendingAdminEvent.OutputTuple, NewPendingAdminEvent.OutputObject>;
957
+ getEvent(key: "NewReserveFactor"): TypedContractEvent<NewReserveFactorEvent.InputTuple, NewReserveFactorEvent.OutputTuple, NewReserveFactorEvent.OutputObject>;
958
+ getEvent(key: "Redeem"): TypedContractEvent<RedeemEvent.InputTuple, RedeemEvent.OutputTuple, RedeemEvent.OutputObject>;
959
+ getEvent(key: "RedeemFaceValue"): TypedContractEvent<RedeemFaceValueEvent.InputTuple, RedeemFaceValueEvent.OutputTuple, RedeemFaceValueEvent.OutputObject>;
960
+ getEvent(key: "RepayBorrow"): TypedContractEvent<RepayBorrowEvent.InputTuple, RepayBorrowEvent.OutputTuple, RepayBorrowEvent.OutputObject>;
961
+ getEvent(key: "ReservesAdded"): TypedContractEvent<ReservesAddedEvent.InputTuple, ReservesAddedEvent.OutputTuple, ReservesAddedEvent.OutputObject>;
962
+ getEvent(key: "ReservesReduced"): TypedContractEvent<ReservesReducedEvent.InputTuple, ReservesReducedEvent.OutputTuple, ReservesReducedEvent.OutputObject>;
963
+ getEvent(key: "Transfer"): TypedContractEvent<TransferEvent.InputTuple, TransferEvent.OutputTuple, TransferEvent.OutputObject>;
964
+ filters: {
965
+ "AccrueInterest(uint256,uint256,uint256,uint256)": TypedContractEvent<AccrueInterestEvent.InputTuple, AccrueInterestEvent.OutputTuple, AccrueInterestEvent.OutputObject>;
966
+ AccrueInterest: TypedContractEvent<AccrueInterestEvent.InputTuple, AccrueInterestEvent.OutputTuple, AccrueInterestEvent.OutputObject>;
967
+ "Approval(address,address,uint256)": TypedContractEvent<ApprovalEvent.InputTuple, ApprovalEvent.OutputTuple, ApprovalEvent.OutputObject>;
968
+ Approval: TypedContractEvent<ApprovalEvent.InputTuple, ApprovalEvent.OutputTuple, ApprovalEvent.OutputObject>;
969
+ "Borrow(address,uint256,uint256,uint256)": TypedContractEvent<BorrowEvent.InputTuple, BorrowEvent.OutputTuple, BorrowEvent.OutputObject>;
970
+ Borrow: TypedContractEvent<BorrowEvent.InputTuple, BorrowEvent.OutputTuple, BorrowEvent.OutputObject>;
971
+ "Initialized(uint8)": TypedContractEvent<InitializedEvent.InputTuple, InitializedEvent.OutputTuple, InitializedEvent.OutputObject>;
972
+ Initialized: TypedContractEvent<InitializedEvent.InputTuple, InitializedEvent.OutputTuple, InitializedEvent.OutputObject>;
973
+ "LiquidateBorrow(address,address,uint256,address,uint256)": TypedContractEvent<LiquidateBorrowEvent.InputTuple, LiquidateBorrowEvent.OutputTuple, LiquidateBorrowEvent.OutputObject>;
974
+ LiquidateBorrow: TypedContractEvent<LiquidateBorrowEvent.InputTuple, LiquidateBorrowEvent.OutputTuple, LiquidateBorrowEvent.OutputObject>;
975
+ "Mint(address,uint256,uint256)": TypedContractEvent<MintEvent.InputTuple, MintEvent.OutputTuple, MintEvent.OutputObject>;
976
+ Mint: TypedContractEvent<MintEvent.InputTuple, MintEvent.OutputTuple, MintEvent.OutputObject>;
977
+ "NewAdmin(address,address)": TypedContractEvent<NewAdminEvent.InputTuple, NewAdminEvent.OutputTuple, NewAdminEvent.OutputObject>;
978
+ NewAdmin: TypedContractEvent<NewAdminEvent.InputTuple, NewAdminEvent.OutputTuple, NewAdminEvent.OutputObject>;
979
+ "NewComptroller(address,address)": TypedContractEvent<NewComptrollerEvent.InputTuple, NewComptrollerEvent.OutputTuple, NewComptrollerEvent.OutputObject>;
980
+ NewComptroller: TypedContractEvent<NewComptrollerEvent.InputTuple, NewComptrollerEvent.OutputTuple, NewComptrollerEvent.OutputObject>;
981
+ "NewDiscountRate(uint256,uint256)": TypedContractEvent<NewDiscountRateEvent.InputTuple, NewDiscountRateEvent.OutputTuple, NewDiscountRateEvent.OutputObject>;
982
+ NewDiscountRate: TypedContractEvent<NewDiscountRateEvent.InputTuple, NewDiscountRateEvent.OutputTuple, NewDiscountRateEvent.OutputObject>;
983
+ "NewMarketInterestRateModel(address,address)": TypedContractEvent<NewMarketInterestRateModelEvent.InputTuple, NewMarketInterestRateModelEvent.OutputTuple, NewMarketInterestRateModelEvent.OutputObject>;
984
+ NewMarketInterestRateModel: TypedContractEvent<NewMarketInterestRateModelEvent.InputTuple, NewMarketInterestRateModelEvent.OutputTuple, NewMarketInterestRateModelEvent.OutputObject>;
985
+ "NewPendingAdmin(address,address)": TypedContractEvent<NewPendingAdminEvent.InputTuple, NewPendingAdminEvent.OutputTuple, NewPendingAdminEvent.OutputObject>;
986
+ NewPendingAdmin: TypedContractEvent<NewPendingAdminEvent.InputTuple, NewPendingAdminEvent.OutputTuple, NewPendingAdminEvent.OutputObject>;
987
+ "NewReserveFactor(uint256,uint256)": TypedContractEvent<NewReserveFactorEvent.InputTuple, NewReserveFactorEvent.OutputTuple, NewReserveFactorEvent.OutputObject>;
988
+ NewReserveFactor: TypedContractEvent<NewReserveFactorEvent.InputTuple, NewReserveFactorEvent.OutputTuple, NewReserveFactorEvent.OutputObject>;
989
+ "Redeem(address,uint256,uint256)": TypedContractEvent<RedeemEvent.InputTuple, RedeemEvent.OutputTuple, RedeemEvent.OutputObject>;
990
+ Redeem: TypedContractEvent<RedeemEvent.InputTuple, RedeemEvent.OutputTuple, RedeemEvent.OutputObject>;
991
+ "RedeemFaceValue(address,address,uint256,address,uint256,uint256)": TypedContractEvent<RedeemFaceValueEvent.InputTuple, RedeemFaceValueEvent.OutputTuple, RedeemFaceValueEvent.OutputObject>;
992
+ RedeemFaceValue: TypedContractEvent<RedeemFaceValueEvent.InputTuple, RedeemFaceValueEvent.OutputTuple, RedeemFaceValueEvent.OutputObject>;
993
+ "RepayBorrow(address,address,uint256,uint256,uint256)": TypedContractEvent<RepayBorrowEvent.InputTuple, RepayBorrowEvent.OutputTuple, RepayBorrowEvent.OutputObject>;
994
+ RepayBorrow: TypedContractEvent<RepayBorrowEvent.InputTuple, RepayBorrowEvent.OutputTuple, RepayBorrowEvent.OutputObject>;
995
+ "ReservesAdded(address,uint256,uint256)": TypedContractEvent<ReservesAddedEvent.InputTuple, ReservesAddedEvent.OutputTuple, ReservesAddedEvent.OutputObject>;
996
+ ReservesAdded: TypedContractEvent<ReservesAddedEvent.InputTuple, ReservesAddedEvent.OutputTuple, ReservesAddedEvent.OutputObject>;
997
+ "ReservesReduced(address,uint256,uint256)": TypedContractEvent<ReservesReducedEvent.InputTuple, ReservesReducedEvent.OutputTuple, ReservesReducedEvent.OutputObject>;
998
+ ReservesReduced: TypedContractEvent<ReservesReducedEvent.InputTuple, ReservesReducedEvent.OutputTuple, ReservesReducedEvent.OutputObject>;
999
+ "Transfer(address,address,uint256)": TypedContractEvent<TransferEvent.InputTuple, TransferEvent.OutputTuple, TransferEvent.OutputObject>;
1000
+ Transfer: TypedContractEvent<TransferEvent.InputTuple, TransferEvent.OutputTuple, TransferEvent.OutputObject>;
1001
+ };
1002
+ }