@meterio/sumer-js 0.2.130 → 0.2.132

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