@meterio/sumer-js 0.2.170 → 0.2.172

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