@meterio/sumer-js 0.2.171 → 0.2.173

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