@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.
- package/dist/browser/sumer.min.js +6 -6
- package/dist/nodejs/constants/monadtest.d.ts +3 -0
- package/dist/nodejs/constants/monadtest.js +17 -2
- package/dist/nodejs/constants/monadtest.js.map +1 -1
- package/dist/nodejs/constants/sepolia.d.ts +3 -1
- package/dist/nodejs/constants/sepolia.js +5 -3
- package/dist/nodejs/constants/sepolia.js.map +1 -1
- package/dist/nodejs/typechain/@openzeppelin/contracts/proxy/beacon/index.d.ts +2 -0
- package/dist/nodejs/typechain/contracts/CToken/CAavePool.sol/CAavePool.d.ts +1060 -0
- package/dist/nodejs/typechain/contracts/CToken/CAavePool.sol/CAavePool.js +3 -0
- package/dist/nodejs/typechain/contracts/CToken/CAavePool.sol/CAavePool.js.map +1 -0
- package/dist/nodejs/typechain/contracts/InterestRateModel/JumpRateModelForAave.sol/IAaveV3Pool.d.ts +133 -0
- package/dist/nodejs/typechain/contracts/InterestRateModel/JumpRateModelForAave.sol/IAaveV3Pool.js +3 -0
- package/dist/nodejs/typechain/contracts/InterestRateModel/JumpRateModelForAave.sol/IAaveV3Pool.js.map +1 -0
- package/dist/nodejs/typechain/contracts/InterestRateModel/JumpRateModelForAave.sol/JumpRateModelForAave.d.ts +196 -0
- package/dist/nodejs/typechain/contracts/InterestRateModel/JumpRateModelForAave.sol/JumpRateModelForAave.js +3 -0
- package/dist/nodejs/typechain/contracts/InterestRateModel/JumpRateModelForAave.sol/JumpRateModelForAave.js.map +1 -0
- package/dist/nodejs/typechain/contracts/InterestRateModel/JumpRateModelForAave.sol/index.d.ts +2 -0
- package/dist/nodejs/typechain/contracts/InterestRateModel/JumpRateModelForAave.sol/index.js +3 -0
- package/dist/nodejs/typechain/contracts/InterestRateModel/JumpRateModelForAave.sol/index.js.map +1 -0
- package/dist/nodejs/typechain/contracts/Oracle/dualCoreAdapter.sol/ICoreVault.d.ts +25 -0
- package/dist/nodejs/typechain/contracts/Oracle/dualCoreAdapter.sol/ICoreVault.js +3 -0
- package/dist/nodejs/typechain/contracts/Oracle/dualCoreAdapter.sol/ICoreVault.js.map +1 -0
- package/dist/nodejs/typechain/contracts/Oracle/dualCoreAdapter.sol/index.d.ts +1 -0
- package/dist/nodejs/typechain/factories/@openzeppelin/contracts/proxy/beacon/index.d.ts +2 -0
- package/dist/nodejs/typechain/factories/@openzeppelin/contracts/proxy/beacon/index.js +5 -1
- package/dist/nodejs/typechain/factories/@openzeppelin/contracts/proxy/beacon/index.js.map +1 -1
- package/dist/nodejs/typechain/factories/contracts/CToken/CAavePool.sol/CAavePool__factory.d.ts +1733 -0
- package/dist/nodejs/typechain/factories/contracts/CToken/CAavePool.sol/CAavePool__factory.js +2223 -0
- package/dist/nodejs/typechain/factories/contracts/CToken/CAavePool.sol/CAavePool__factory.js.map +1 -0
- package/dist/nodejs/typechain/factories/contracts/InterestRateModel/JumpRateModelForAave.sol/IAaveV3Pool__factory.d.ts +145 -0
- package/dist/nodejs/typechain/factories/contracts/InterestRateModel/JumpRateModelForAave.sol/IAaveV3Pool__factory.js +199 -0
- package/dist/nodejs/typechain/factories/contracts/InterestRateModel/JumpRateModelForAave.sol/IAaveV3Pool__factory.js.map +1 -0
- package/dist/nodejs/typechain/factories/contracts/InterestRateModel/JumpRateModelForAave.sol/JumpRateModelForAave__factory.d.ts +299 -0
- package/dist/nodejs/typechain/factories/contracts/InterestRateModel/JumpRateModelForAave.sol/JumpRateModelForAave__factory.js +396 -0
- package/dist/nodejs/typechain/factories/contracts/InterestRateModel/JumpRateModelForAave.sol/JumpRateModelForAave__factory.js.map +1 -0
- package/dist/nodejs/typechain/factories/contracts/InterestRateModel/JumpRateModelForAave.sol/index.d.ts +2 -0
- package/dist/nodejs/typechain/factories/contracts/InterestRateModel/JumpRateModelForAave.sol/index.js +11 -0
- package/dist/nodejs/typechain/factories/contracts/InterestRateModel/JumpRateModelForAave.sol/index.js.map +1 -0
- package/dist/nodejs/typechain/factories/contracts/Oracle/dualCoreAdapter.sol/ICoreVault__factory.d.ts +21 -0
- package/dist/nodejs/typechain/factories/contracts/Oracle/dualCoreAdapter.sol/ICoreVault__factory.js +39 -0
- package/dist/nodejs/typechain/factories/contracts/Oracle/dualCoreAdapter.sol/ICoreVault__factory.js.map +1 -0
- package/dist/nodejs/typechain/factories/contracts/Oracle/dualCoreAdapter.sol/index.d.ts +1 -0
- package/dist/nodejs/typechain/factories/contracts/Oracle/dualCoreAdapter.sol/index.js +3 -1
- package/dist/nodejs/typechain/factories/contracts/Oracle/dualCoreAdapter.sol/index.js.map +1 -1
- package/dist/nodejs/typechain/hardhat.d.ts +54 -0
- package/dist/nodejs/typechain/index.d.ts +6 -0
- package/dist/nodejs/typechain/index.js +9 -3
- package/dist/nodejs/typechain/index.js.map +1 -1
- package/package.json +1 -1
|
@@ -0,0 +1,2223 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.CAavePool__factory = void 0;
|
|
4
|
+
/* Autogenerated file. Do not edit manually. */
|
|
5
|
+
/* tslint:disable */
|
|
6
|
+
/* eslint-disable */
|
|
7
|
+
const ethers_1 = require("ethers");
|
|
8
|
+
const _abi = [
|
|
9
|
+
{
|
|
10
|
+
inputs: [],
|
|
11
|
+
stateMutability: "nonpayable",
|
|
12
|
+
type: "constructor",
|
|
13
|
+
},
|
|
14
|
+
{
|
|
15
|
+
inputs: [],
|
|
16
|
+
name: "AddReservesMarketNotFresh",
|
|
17
|
+
type: "error",
|
|
18
|
+
},
|
|
19
|
+
{
|
|
20
|
+
inputs: [],
|
|
21
|
+
name: "AddReservesOverflow",
|
|
22
|
+
type: "error",
|
|
23
|
+
},
|
|
24
|
+
{
|
|
25
|
+
inputs: [],
|
|
26
|
+
name: "BorrowAndDepositBackFailed",
|
|
27
|
+
type: "error",
|
|
28
|
+
},
|
|
29
|
+
{
|
|
30
|
+
inputs: [],
|
|
31
|
+
name: "BorrowCapReached",
|
|
32
|
+
type: "error",
|
|
33
|
+
},
|
|
34
|
+
{
|
|
35
|
+
inputs: [],
|
|
36
|
+
name: "BorrowCashNotAvailable",
|
|
37
|
+
type: "error",
|
|
38
|
+
},
|
|
39
|
+
{
|
|
40
|
+
inputs: [],
|
|
41
|
+
name: "BorrowMarketNotFresh",
|
|
42
|
+
type: "error",
|
|
43
|
+
},
|
|
44
|
+
{
|
|
45
|
+
inputs: [],
|
|
46
|
+
name: "BorrowPaused",
|
|
47
|
+
type: "error",
|
|
48
|
+
},
|
|
49
|
+
{
|
|
50
|
+
inputs: [
|
|
51
|
+
{
|
|
52
|
+
internalType: "uint256",
|
|
53
|
+
name: "usdThreshold",
|
|
54
|
+
type: "uint256",
|
|
55
|
+
},
|
|
56
|
+
],
|
|
57
|
+
name: "BorrowValueMustBeLargerThanThreshold",
|
|
58
|
+
type: "error",
|
|
59
|
+
},
|
|
60
|
+
{
|
|
61
|
+
inputs: [],
|
|
62
|
+
name: "CantEnterPausedMarket",
|
|
63
|
+
type: "error",
|
|
64
|
+
},
|
|
65
|
+
{
|
|
66
|
+
inputs: [],
|
|
67
|
+
name: "CantExitMarketWithNonZeroBorrowBalance",
|
|
68
|
+
type: "error",
|
|
69
|
+
},
|
|
70
|
+
{
|
|
71
|
+
inputs: [],
|
|
72
|
+
name: "CantSweepUnderlying",
|
|
73
|
+
type: "error",
|
|
74
|
+
},
|
|
75
|
+
{
|
|
76
|
+
inputs: [],
|
|
77
|
+
name: "ComptrollerMismatch",
|
|
78
|
+
type: "error",
|
|
79
|
+
},
|
|
80
|
+
{
|
|
81
|
+
inputs: [],
|
|
82
|
+
name: "EitherAssetOrDebtMustBeZero",
|
|
83
|
+
type: "error",
|
|
84
|
+
},
|
|
85
|
+
{
|
|
86
|
+
inputs: [
|
|
87
|
+
{
|
|
88
|
+
internalType: "uint8",
|
|
89
|
+
name: "groupId",
|
|
90
|
+
type: "uint8",
|
|
91
|
+
},
|
|
92
|
+
{
|
|
93
|
+
internalType: "uint256",
|
|
94
|
+
name: "cDepositVal",
|
|
95
|
+
type: "uint256",
|
|
96
|
+
},
|
|
97
|
+
{
|
|
98
|
+
internalType: "uint256",
|
|
99
|
+
name: "suDepositVal",
|
|
100
|
+
type: "uint256",
|
|
101
|
+
},
|
|
102
|
+
{
|
|
103
|
+
internalType: "uint256",
|
|
104
|
+
name: "cBorrowVal",
|
|
105
|
+
type: "uint256",
|
|
106
|
+
},
|
|
107
|
+
{
|
|
108
|
+
internalType: "uint256",
|
|
109
|
+
name: "suBorrowVal",
|
|
110
|
+
type: "uint256",
|
|
111
|
+
},
|
|
112
|
+
],
|
|
113
|
+
name: "EitherAssetOrDebtMustBeZeroInGroup",
|
|
114
|
+
type: "error",
|
|
115
|
+
},
|
|
116
|
+
{
|
|
117
|
+
inputs: [],
|
|
118
|
+
name: "ExpiredSignature",
|
|
119
|
+
type: "error",
|
|
120
|
+
},
|
|
121
|
+
{
|
|
122
|
+
inputs: [],
|
|
123
|
+
name: "InsufficientCollateral",
|
|
124
|
+
type: "error",
|
|
125
|
+
},
|
|
126
|
+
{
|
|
127
|
+
inputs: [],
|
|
128
|
+
name: "InsufficientShortfall",
|
|
129
|
+
type: "error",
|
|
130
|
+
},
|
|
131
|
+
{
|
|
132
|
+
inputs: [],
|
|
133
|
+
name: "InterMintNotAllowed",
|
|
134
|
+
type: "error",
|
|
135
|
+
},
|
|
136
|
+
{
|
|
137
|
+
inputs: [],
|
|
138
|
+
name: "InvalidAddress",
|
|
139
|
+
type: "error",
|
|
140
|
+
},
|
|
141
|
+
{
|
|
142
|
+
inputs: [],
|
|
143
|
+
name: "InvalidAmount",
|
|
144
|
+
type: "error",
|
|
145
|
+
},
|
|
146
|
+
{
|
|
147
|
+
inputs: [],
|
|
148
|
+
name: "InvalidBlockNumber",
|
|
149
|
+
type: "error",
|
|
150
|
+
},
|
|
151
|
+
{
|
|
152
|
+
inputs: [],
|
|
153
|
+
name: "InvalidCToken",
|
|
154
|
+
type: "error",
|
|
155
|
+
},
|
|
156
|
+
{
|
|
157
|
+
inputs: [],
|
|
158
|
+
name: "InvalidCloseFactor",
|
|
159
|
+
type: "error",
|
|
160
|
+
},
|
|
161
|
+
{
|
|
162
|
+
inputs: [],
|
|
163
|
+
name: "InvalidComptroller",
|
|
164
|
+
type: "error",
|
|
165
|
+
},
|
|
166
|
+
{
|
|
167
|
+
inputs: [],
|
|
168
|
+
name: "InvalidDiscountRate",
|
|
169
|
+
type: "error",
|
|
170
|
+
},
|
|
171
|
+
{
|
|
172
|
+
inputs: [],
|
|
173
|
+
name: "InvalidExchangeRate",
|
|
174
|
+
type: "error",
|
|
175
|
+
},
|
|
176
|
+
{
|
|
177
|
+
inputs: [],
|
|
178
|
+
name: "InvalidGroupId",
|
|
179
|
+
type: "error",
|
|
180
|
+
},
|
|
181
|
+
{
|
|
182
|
+
inputs: [],
|
|
183
|
+
name: "InvalidInput",
|
|
184
|
+
type: "error",
|
|
185
|
+
},
|
|
186
|
+
{
|
|
187
|
+
inputs: [],
|
|
188
|
+
name: "InvalidInterestRateModel",
|
|
189
|
+
type: "error",
|
|
190
|
+
},
|
|
191
|
+
{
|
|
192
|
+
inputs: [],
|
|
193
|
+
name: "InvalidMinSuBorrowValue",
|
|
194
|
+
type: "error",
|
|
195
|
+
},
|
|
196
|
+
{
|
|
197
|
+
inputs: [],
|
|
198
|
+
name: "InvalidRedeem",
|
|
199
|
+
type: "error",
|
|
200
|
+
},
|
|
201
|
+
{
|
|
202
|
+
inputs: [],
|
|
203
|
+
name: "InvalidReduceAmount",
|
|
204
|
+
type: "error",
|
|
205
|
+
},
|
|
206
|
+
{
|
|
207
|
+
inputs: [],
|
|
208
|
+
name: "InvalidReserveFactor",
|
|
209
|
+
type: "error",
|
|
210
|
+
},
|
|
211
|
+
{
|
|
212
|
+
inputs: [],
|
|
213
|
+
name: "InvalidSignatureForRedeemFaceValue",
|
|
214
|
+
type: "error",
|
|
215
|
+
},
|
|
216
|
+
{
|
|
217
|
+
inputs: [],
|
|
218
|
+
name: "InvalidSignatureLength",
|
|
219
|
+
type: "error",
|
|
220
|
+
},
|
|
221
|
+
{
|
|
222
|
+
inputs: [],
|
|
223
|
+
name: "InvalidSuToken",
|
|
224
|
+
type: "error",
|
|
225
|
+
},
|
|
226
|
+
{
|
|
227
|
+
inputs: [],
|
|
228
|
+
name: "InvalidTimestamp",
|
|
229
|
+
type: "error",
|
|
230
|
+
},
|
|
231
|
+
{
|
|
232
|
+
inputs: [],
|
|
233
|
+
name: "LiquidateBorrow_LiquidatorIsBorrower",
|
|
234
|
+
type: "error",
|
|
235
|
+
},
|
|
236
|
+
{
|
|
237
|
+
inputs: [],
|
|
238
|
+
name: "LiquidateBorrow_RepayAmountIsMax",
|
|
239
|
+
type: "error",
|
|
240
|
+
},
|
|
241
|
+
{
|
|
242
|
+
inputs: [],
|
|
243
|
+
name: "LiquidateBorrow_RepayAmountIsZero",
|
|
244
|
+
type: "error",
|
|
245
|
+
},
|
|
246
|
+
{
|
|
247
|
+
inputs: [],
|
|
248
|
+
name: "LiquidateBorrow_SeizeTooMuch",
|
|
249
|
+
type: "error",
|
|
250
|
+
},
|
|
251
|
+
{
|
|
252
|
+
inputs: [],
|
|
253
|
+
name: "LiquidateCollateralMarketNotFresh",
|
|
254
|
+
type: "error",
|
|
255
|
+
},
|
|
256
|
+
{
|
|
257
|
+
inputs: [],
|
|
258
|
+
name: "LiquidateMarketNotFresh",
|
|
259
|
+
type: "error",
|
|
260
|
+
},
|
|
261
|
+
{
|
|
262
|
+
inputs: [],
|
|
263
|
+
name: "MarketAlreadyListed",
|
|
264
|
+
type: "error",
|
|
265
|
+
},
|
|
266
|
+
{
|
|
267
|
+
inputs: [],
|
|
268
|
+
name: "MarketAlreadyUnlisted",
|
|
269
|
+
type: "error",
|
|
270
|
+
},
|
|
271
|
+
{
|
|
272
|
+
inputs: [],
|
|
273
|
+
name: "MarketCanOnlyInitializeOnce",
|
|
274
|
+
type: "error",
|
|
275
|
+
},
|
|
276
|
+
{
|
|
277
|
+
inputs: [],
|
|
278
|
+
name: "MarketNotEmpty",
|
|
279
|
+
type: "error",
|
|
280
|
+
},
|
|
281
|
+
{
|
|
282
|
+
inputs: [],
|
|
283
|
+
name: "MarketNotListed",
|
|
284
|
+
type: "error",
|
|
285
|
+
},
|
|
286
|
+
{
|
|
287
|
+
inputs: [],
|
|
288
|
+
name: "MarketPaused",
|
|
289
|
+
type: "error",
|
|
290
|
+
},
|
|
291
|
+
{
|
|
292
|
+
inputs: [],
|
|
293
|
+
name: "MinDelayNotReached",
|
|
294
|
+
type: "error",
|
|
295
|
+
},
|
|
296
|
+
{
|
|
297
|
+
inputs: [],
|
|
298
|
+
name: "MintMarketNotFresh",
|
|
299
|
+
type: "error",
|
|
300
|
+
},
|
|
301
|
+
{
|
|
302
|
+
inputs: [],
|
|
303
|
+
name: "MintPaused",
|
|
304
|
+
type: "error",
|
|
305
|
+
},
|
|
306
|
+
{
|
|
307
|
+
inputs: [],
|
|
308
|
+
name: "MintTokensCantBeZero",
|
|
309
|
+
type: "error",
|
|
310
|
+
},
|
|
311
|
+
{
|
|
312
|
+
inputs: [],
|
|
313
|
+
name: "NoRedemptionProvider",
|
|
314
|
+
type: "error",
|
|
315
|
+
},
|
|
316
|
+
{
|
|
317
|
+
inputs: [],
|
|
318
|
+
name: "NotCToken",
|
|
319
|
+
type: "error",
|
|
320
|
+
},
|
|
321
|
+
{
|
|
322
|
+
inputs: [],
|
|
323
|
+
name: "NotEnoughForSeize",
|
|
324
|
+
type: "error",
|
|
325
|
+
},
|
|
326
|
+
{
|
|
327
|
+
inputs: [],
|
|
328
|
+
name: "NotEnoughRedeemAmount",
|
|
329
|
+
type: "error",
|
|
330
|
+
},
|
|
331
|
+
{
|
|
332
|
+
inputs: [],
|
|
333
|
+
name: "NotEnoughRedeemTokens",
|
|
334
|
+
type: "error",
|
|
335
|
+
},
|
|
336
|
+
{
|
|
337
|
+
inputs: [],
|
|
338
|
+
name: "NotEnoughUnderlyingAfterRedeem",
|
|
339
|
+
type: "error",
|
|
340
|
+
},
|
|
341
|
+
{
|
|
342
|
+
inputs: [],
|
|
343
|
+
name: "NotEnoughUnderlyingForMint",
|
|
344
|
+
type: "error",
|
|
345
|
+
},
|
|
346
|
+
{
|
|
347
|
+
inputs: [],
|
|
348
|
+
name: "NotLiquidatableYet",
|
|
349
|
+
type: "error",
|
|
350
|
+
},
|
|
351
|
+
{
|
|
352
|
+
inputs: [],
|
|
353
|
+
name: "NotSuToken",
|
|
354
|
+
type: "error",
|
|
355
|
+
},
|
|
356
|
+
{
|
|
357
|
+
inputs: [],
|
|
358
|
+
name: "OnlyAdmin",
|
|
359
|
+
type: "error",
|
|
360
|
+
},
|
|
361
|
+
{
|
|
362
|
+
inputs: [],
|
|
363
|
+
name: "OnlyAdminOrPauser",
|
|
364
|
+
type: "error",
|
|
365
|
+
},
|
|
366
|
+
{
|
|
367
|
+
inputs: [],
|
|
368
|
+
name: "OnlyCToken",
|
|
369
|
+
type: "error",
|
|
370
|
+
},
|
|
371
|
+
{
|
|
372
|
+
inputs: [],
|
|
373
|
+
name: "OnlyListedCToken",
|
|
374
|
+
type: "error",
|
|
375
|
+
},
|
|
376
|
+
{
|
|
377
|
+
inputs: [],
|
|
378
|
+
name: "OnlyPausedMarketCanBeUnlisted",
|
|
379
|
+
type: "error",
|
|
380
|
+
},
|
|
381
|
+
{
|
|
382
|
+
inputs: [],
|
|
383
|
+
name: "OnlyPendingAdmin",
|
|
384
|
+
type: "error",
|
|
385
|
+
},
|
|
386
|
+
{
|
|
387
|
+
inputs: [],
|
|
388
|
+
name: "OnlyRedemptionManager",
|
|
389
|
+
type: "error",
|
|
390
|
+
},
|
|
391
|
+
{
|
|
392
|
+
inputs: [],
|
|
393
|
+
name: "OverThreshold",
|
|
394
|
+
type: "error",
|
|
395
|
+
},
|
|
396
|
+
{
|
|
397
|
+
inputs: [],
|
|
398
|
+
name: "PriceError",
|
|
399
|
+
type: "error",
|
|
400
|
+
},
|
|
401
|
+
{
|
|
402
|
+
inputs: [],
|
|
403
|
+
name: "ProtectedMint_OnlyAllowAssetsInTheSameGroup",
|
|
404
|
+
type: "error",
|
|
405
|
+
},
|
|
406
|
+
{
|
|
407
|
+
inputs: [],
|
|
408
|
+
name: "RedeemMarketNotFresh",
|
|
409
|
+
type: "error",
|
|
410
|
+
},
|
|
411
|
+
{
|
|
412
|
+
inputs: [],
|
|
413
|
+
name: "RedeemTransferOutNotPossible",
|
|
414
|
+
type: "error",
|
|
415
|
+
},
|
|
416
|
+
{
|
|
417
|
+
inputs: [],
|
|
418
|
+
name: "RedemptionSeizeTooMuch",
|
|
419
|
+
type: "error",
|
|
420
|
+
},
|
|
421
|
+
{
|
|
422
|
+
inputs: [],
|
|
423
|
+
name: "RedemptionSignerNotInitialized",
|
|
424
|
+
type: "error",
|
|
425
|
+
},
|
|
426
|
+
{
|
|
427
|
+
inputs: [],
|
|
428
|
+
name: "ReduceReservesCashNotAvailable",
|
|
429
|
+
type: "error",
|
|
430
|
+
},
|
|
431
|
+
{
|
|
432
|
+
inputs: [],
|
|
433
|
+
name: "ReduceReservesMarketNotFresh",
|
|
434
|
+
type: "error",
|
|
435
|
+
},
|
|
436
|
+
{
|
|
437
|
+
inputs: [],
|
|
438
|
+
name: "Reentered",
|
|
439
|
+
type: "error",
|
|
440
|
+
},
|
|
441
|
+
{
|
|
442
|
+
inputs: [],
|
|
443
|
+
name: "RepayBorrowMarketNotFresh",
|
|
444
|
+
type: "error",
|
|
445
|
+
},
|
|
446
|
+
{
|
|
447
|
+
inputs: [],
|
|
448
|
+
name: "RepayTokenNotListed",
|
|
449
|
+
type: "error",
|
|
450
|
+
},
|
|
451
|
+
{
|
|
452
|
+
inputs: [],
|
|
453
|
+
name: "SeizePaused",
|
|
454
|
+
type: "error",
|
|
455
|
+
},
|
|
456
|
+
{
|
|
457
|
+
inputs: [],
|
|
458
|
+
name: "SeizeTokenNotListed",
|
|
459
|
+
type: "error",
|
|
460
|
+
},
|
|
461
|
+
{
|
|
462
|
+
inputs: [],
|
|
463
|
+
name: "Seize_LiquidatorIsBorrower",
|
|
464
|
+
type: "error",
|
|
465
|
+
},
|
|
466
|
+
{
|
|
467
|
+
inputs: [],
|
|
468
|
+
name: "SenderMustBeCToken",
|
|
469
|
+
type: "error",
|
|
470
|
+
},
|
|
471
|
+
{
|
|
472
|
+
inputs: [],
|
|
473
|
+
name: "SetInterestRateModelMarketNotFresh",
|
|
474
|
+
type: "error",
|
|
475
|
+
},
|
|
476
|
+
{
|
|
477
|
+
inputs: [],
|
|
478
|
+
name: "SetReservesFactorMarketNotFresh",
|
|
479
|
+
type: "error",
|
|
480
|
+
},
|
|
481
|
+
{
|
|
482
|
+
inputs: [],
|
|
483
|
+
name: "SupplyCapReached",
|
|
484
|
+
type: "error",
|
|
485
|
+
},
|
|
486
|
+
{
|
|
487
|
+
inputs: [],
|
|
488
|
+
name: "TokenInOrAmountInMustBeZero",
|
|
489
|
+
type: "error",
|
|
490
|
+
},
|
|
491
|
+
{
|
|
492
|
+
inputs: [],
|
|
493
|
+
name: "TokenTransferInFailed",
|
|
494
|
+
type: "error",
|
|
495
|
+
},
|
|
496
|
+
{
|
|
497
|
+
inputs: [],
|
|
498
|
+
name: "TokenTransferOutFailed",
|
|
499
|
+
type: "error",
|
|
500
|
+
},
|
|
501
|
+
{
|
|
502
|
+
inputs: [],
|
|
503
|
+
name: "TooMuchRepay",
|
|
504
|
+
type: "error",
|
|
505
|
+
},
|
|
506
|
+
{
|
|
507
|
+
inputs: [],
|
|
508
|
+
name: "TotalBorrowsNotZero",
|
|
509
|
+
type: "error",
|
|
510
|
+
},
|
|
511
|
+
{
|
|
512
|
+
inputs: [],
|
|
513
|
+
name: "TotalSupplyNotZero",
|
|
514
|
+
type: "error",
|
|
515
|
+
},
|
|
516
|
+
{
|
|
517
|
+
inputs: [],
|
|
518
|
+
name: "TransferNotAllowed",
|
|
519
|
+
type: "error",
|
|
520
|
+
},
|
|
521
|
+
{
|
|
522
|
+
inputs: [],
|
|
523
|
+
name: "TransferPaused",
|
|
524
|
+
type: "error",
|
|
525
|
+
},
|
|
526
|
+
{
|
|
527
|
+
inputs: [],
|
|
528
|
+
name: "UnderlyingBalanceError",
|
|
529
|
+
type: "error",
|
|
530
|
+
},
|
|
531
|
+
{
|
|
532
|
+
inputs: [],
|
|
533
|
+
name: "ZeroAddressNotAllowed",
|
|
534
|
+
type: "error",
|
|
535
|
+
},
|
|
536
|
+
{
|
|
537
|
+
anonymous: false,
|
|
538
|
+
inputs: [
|
|
539
|
+
{
|
|
540
|
+
indexed: false,
|
|
541
|
+
internalType: "uint256",
|
|
542
|
+
name: "cashPrior",
|
|
543
|
+
type: "uint256",
|
|
544
|
+
},
|
|
545
|
+
{
|
|
546
|
+
indexed: false,
|
|
547
|
+
internalType: "uint256",
|
|
548
|
+
name: "interestAccumulated",
|
|
549
|
+
type: "uint256",
|
|
550
|
+
},
|
|
551
|
+
{
|
|
552
|
+
indexed: false,
|
|
553
|
+
internalType: "uint256",
|
|
554
|
+
name: "borrowIndex",
|
|
555
|
+
type: "uint256",
|
|
556
|
+
},
|
|
557
|
+
{
|
|
558
|
+
indexed: false,
|
|
559
|
+
internalType: "uint256",
|
|
560
|
+
name: "totalBorrows",
|
|
561
|
+
type: "uint256",
|
|
562
|
+
},
|
|
563
|
+
],
|
|
564
|
+
name: "AccrueInterest",
|
|
565
|
+
type: "event",
|
|
566
|
+
},
|
|
567
|
+
{
|
|
568
|
+
anonymous: false,
|
|
569
|
+
inputs: [
|
|
570
|
+
{
|
|
571
|
+
indexed: false,
|
|
572
|
+
internalType: "uint256",
|
|
573
|
+
name: "amount",
|
|
574
|
+
type: "uint256",
|
|
575
|
+
},
|
|
576
|
+
{
|
|
577
|
+
indexed: false,
|
|
578
|
+
internalType: "uint256",
|
|
579
|
+
name: "liquidityIndex",
|
|
580
|
+
type: "uint256",
|
|
581
|
+
},
|
|
582
|
+
{
|
|
583
|
+
indexed: false,
|
|
584
|
+
internalType: "uint256",
|
|
585
|
+
name: "addScaledBalance",
|
|
586
|
+
type: "uint256",
|
|
587
|
+
},
|
|
588
|
+
{
|
|
589
|
+
indexed: false,
|
|
590
|
+
internalType: "uint256",
|
|
591
|
+
name: "scaledBalance",
|
|
592
|
+
type: "uint256",
|
|
593
|
+
},
|
|
594
|
+
],
|
|
595
|
+
name: "AddScaledBalance",
|
|
596
|
+
type: "event",
|
|
597
|
+
},
|
|
598
|
+
{
|
|
599
|
+
anonymous: false,
|
|
600
|
+
inputs: [
|
|
601
|
+
{
|
|
602
|
+
indexed: true,
|
|
603
|
+
internalType: "address",
|
|
604
|
+
name: "owner",
|
|
605
|
+
type: "address",
|
|
606
|
+
},
|
|
607
|
+
{
|
|
608
|
+
indexed: true,
|
|
609
|
+
internalType: "address",
|
|
610
|
+
name: "spender",
|
|
611
|
+
type: "address",
|
|
612
|
+
},
|
|
613
|
+
{
|
|
614
|
+
indexed: false,
|
|
615
|
+
internalType: "uint256",
|
|
616
|
+
name: "amount",
|
|
617
|
+
type: "uint256",
|
|
618
|
+
},
|
|
619
|
+
],
|
|
620
|
+
name: "Approval",
|
|
621
|
+
type: "event",
|
|
622
|
+
},
|
|
623
|
+
{
|
|
624
|
+
anonymous: false,
|
|
625
|
+
inputs: [
|
|
626
|
+
{
|
|
627
|
+
indexed: false,
|
|
628
|
+
internalType: "address",
|
|
629
|
+
name: "borrower",
|
|
630
|
+
type: "address",
|
|
631
|
+
},
|
|
632
|
+
{
|
|
633
|
+
indexed: false,
|
|
634
|
+
internalType: "uint256",
|
|
635
|
+
name: "borrowAmount",
|
|
636
|
+
type: "uint256",
|
|
637
|
+
},
|
|
638
|
+
{
|
|
639
|
+
indexed: false,
|
|
640
|
+
internalType: "uint256",
|
|
641
|
+
name: "accountBorrows",
|
|
642
|
+
type: "uint256",
|
|
643
|
+
},
|
|
644
|
+
{
|
|
645
|
+
indexed: false,
|
|
646
|
+
internalType: "uint256",
|
|
647
|
+
name: "totalBorrows",
|
|
648
|
+
type: "uint256",
|
|
649
|
+
},
|
|
650
|
+
],
|
|
651
|
+
name: "Borrow",
|
|
652
|
+
type: "event",
|
|
653
|
+
},
|
|
654
|
+
{
|
|
655
|
+
anonymous: false,
|
|
656
|
+
inputs: [
|
|
657
|
+
{
|
|
658
|
+
indexed: false,
|
|
659
|
+
internalType: "uint8",
|
|
660
|
+
name: "version",
|
|
661
|
+
type: "uint8",
|
|
662
|
+
},
|
|
663
|
+
],
|
|
664
|
+
name: "Initialized",
|
|
665
|
+
type: "event",
|
|
666
|
+
},
|
|
667
|
+
{
|
|
668
|
+
anonymous: false,
|
|
669
|
+
inputs: [
|
|
670
|
+
{
|
|
671
|
+
indexed: false,
|
|
672
|
+
internalType: "address",
|
|
673
|
+
name: "liquidator",
|
|
674
|
+
type: "address",
|
|
675
|
+
},
|
|
676
|
+
{
|
|
677
|
+
indexed: false,
|
|
678
|
+
internalType: "address",
|
|
679
|
+
name: "borrower",
|
|
680
|
+
type: "address",
|
|
681
|
+
},
|
|
682
|
+
{
|
|
683
|
+
indexed: false,
|
|
684
|
+
internalType: "uint256",
|
|
685
|
+
name: "repayAmount",
|
|
686
|
+
type: "uint256",
|
|
687
|
+
},
|
|
688
|
+
{
|
|
689
|
+
indexed: false,
|
|
690
|
+
internalType: "address",
|
|
691
|
+
name: "cTokenCollateral",
|
|
692
|
+
type: "address",
|
|
693
|
+
},
|
|
694
|
+
{
|
|
695
|
+
indexed: false,
|
|
696
|
+
internalType: "uint256",
|
|
697
|
+
name: "seizeTokens",
|
|
698
|
+
type: "uint256",
|
|
699
|
+
},
|
|
700
|
+
],
|
|
701
|
+
name: "LiquidateBorrow",
|
|
702
|
+
type: "event",
|
|
703
|
+
},
|
|
704
|
+
{
|
|
705
|
+
anonymous: false,
|
|
706
|
+
inputs: [
|
|
707
|
+
{
|
|
708
|
+
indexed: false,
|
|
709
|
+
internalType: "address",
|
|
710
|
+
name: "minter",
|
|
711
|
+
type: "address",
|
|
712
|
+
},
|
|
713
|
+
{
|
|
714
|
+
indexed: false,
|
|
715
|
+
internalType: "uint256",
|
|
716
|
+
name: "mintAmount",
|
|
717
|
+
type: "uint256",
|
|
718
|
+
},
|
|
719
|
+
{
|
|
720
|
+
indexed: false,
|
|
721
|
+
internalType: "uint256",
|
|
722
|
+
name: "mintTokens",
|
|
723
|
+
type: "uint256",
|
|
724
|
+
},
|
|
725
|
+
],
|
|
726
|
+
name: "Mint",
|
|
727
|
+
type: "event",
|
|
728
|
+
},
|
|
729
|
+
{
|
|
730
|
+
anonymous: false,
|
|
731
|
+
inputs: [
|
|
732
|
+
{
|
|
733
|
+
indexed: false,
|
|
734
|
+
internalType: "address",
|
|
735
|
+
name: "oldAdmin",
|
|
736
|
+
type: "address",
|
|
737
|
+
},
|
|
738
|
+
{
|
|
739
|
+
indexed: false,
|
|
740
|
+
internalType: "address",
|
|
741
|
+
name: "newAdmin",
|
|
742
|
+
type: "address",
|
|
743
|
+
},
|
|
744
|
+
],
|
|
745
|
+
name: "NewAdmin",
|
|
746
|
+
type: "event",
|
|
747
|
+
},
|
|
748
|
+
{
|
|
749
|
+
anonymous: false,
|
|
750
|
+
inputs: [
|
|
751
|
+
{
|
|
752
|
+
indexed: false,
|
|
753
|
+
internalType: "address",
|
|
754
|
+
name: "oldComptroller",
|
|
755
|
+
type: "address",
|
|
756
|
+
},
|
|
757
|
+
{
|
|
758
|
+
indexed: false,
|
|
759
|
+
internalType: "address",
|
|
760
|
+
name: "newComptroller",
|
|
761
|
+
type: "address",
|
|
762
|
+
},
|
|
763
|
+
],
|
|
764
|
+
name: "NewComptroller",
|
|
765
|
+
type: "event",
|
|
766
|
+
},
|
|
767
|
+
{
|
|
768
|
+
anonymous: false,
|
|
769
|
+
inputs: [
|
|
770
|
+
{
|
|
771
|
+
indexed: false,
|
|
772
|
+
internalType: "uint256",
|
|
773
|
+
name: "oldDiscountRateMantissa",
|
|
774
|
+
type: "uint256",
|
|
775
|
+
},
|
|
776
|
+
{
|
|
777
|
+
indexed: false,
|
|
778
|
+
internalType: "uint256",
|
|
779
|
+
name: "newDiscountRateMantissa",
|
|
780
|
+
type: "uint256",
|
|
781
|
+
},
|
|
782
|
+
],
|
|
783
|
+
name: "NewDiscountRate",
|
|
784
|
+
type: "event",
|
|
785
|
+
},
|
|
786
|
+
{
|
|
787
|
+
anonymous: false,
|
|
788
|
+
inputs: [
|
|
789
|
+
{
|
|
790
|
+
indexed: false,
|
|
791
|
+
internalType: "address",
|
|
792
|
+
name: "oldInterestRateModel",
|
|
793
|
+
type: "address",
|
|
794
|
+
},
|
|
795
|
+
{
|
|
796
|
+
indexed: false,
|
|
797
|
+
internalType: "address",
|
|
798
|
+
name: "newInterestRateModel",
|
|
799
|
+
type: "address",
|
|
800
|
+
},
|
|
801
|
+
],
|
|
802
|
+
name: "NewMarketInterestRateModel",
|
|
803
|
+
type: "event",
|
|
804
|
+
},
|
|
805
|
+
{
|
|
806
|
+
anonymous: false,
|
|
807
|
+
inputs: [
|
|
808
|
+
{
|
|
809
|
+
indexed: false,
|
|
810
|
+
internalType: "address",
|
|
811
|
+
name: "oldPendingAdmin",
|
|
812
|
+
type: "address",
|
|
813
|
+
},
|
|
814
|
+
{
|
|
815
|
+
indexed: false,
|
|
816
|
+
internalType: "address",
|
|
817
|
+
name: "newPendingAdmin",
|
|
818
|
+
type: "address",
|
|
819
|
+
},
|
|
820
|
+
],
|
|
821
|
+
name: "NewPendingAdmin",
|
|
822
|
+
type: "event",
|
|
823
|
+
},
|
|
824
|
+
{
|
|
825
|
+
anonymous: false,
|
|
826
|
+
inputs: [
|
|
827
|
+
{
|
|
828
|
+
indexed: false,
|
|
829
|
+
internalType: "uint256",
|
|
830
|
+
name: "oldReserveFactorMantissa",
|
|
831
|
+
type: "uint256",
|
|
832
|
+
},
|
|
833
|
+
{
|
|
834
|
+
indexed: false,
|
|
835
|
+
internalType: "uint256",
|
|
836
|
+
name: "newReserveFactorMantissa",
|
|
837
|
+
type: "uint256",
|
|
838
|
+
},
|
|
839
|
+
],
|
|
840
|
+
name: "NewReserveFactor",
|
|
841
|
+
type: "event",
|
|
842
|
+
},
|
|
843
|
+
{
|
|
844
|
+
anonymous: false,
|
|
845
|
+
inputs: [
|
|
846
|
+
{
|
|
847
|
+
indexed: false,
|
|
848
|
+
internalType: "address",
|
|
849
|
+
name: "redeemer",
|
|
850
|
+
type: "address",
|
|
851
|
+
},
|
|
852
|
+
{
|
|
853
|
+
indexed: false,
|
|
854
|
+
internalType: "uint256",
|
|
855
|
+
name: "redeemAmount",
|
|
856
|
+
type: "uint256",
|
|
857
|
+
},
|
|
858
|
+
{
|
|
859
|
+
indexed: false,
|
|
860
|
+
internalType: "uint256",
|
|
861
|
+
name: "redeemTokens",
|
|
862
|
+
type: "uint256",
|
|
863
|
+
},
|
|
864
|
+
],
|
|
865
|
+
name: "Redeem",
|
|
866
|
+
type: "event",
|
|
867
|
+
},
|
|
868
|
+
{
|
|
869
|
+
anonymous: false,
|
|
870
|
+
inputs: [
|
|
871
|
+
{
|
|
872
|
+
indexed: true,
|
|
873
|
+
internalType: "address",
|
|
874
|
+
name: "redeemer",
|
|
875
|
+
type: "address",
|
|
876
|
+
},
|
|
877
|
+
{
|
|
878
|
+
indexed: true,
|
|
879
|
+
internalType: "address",
|
|
880
|
+
name: "provider",
|
|
881
|
+
type: "address",
|
|
882
|
+
},
|
|
883
|
+
{
|
|
884
|
+
indexed: false,
|
|
885
|
+
internalType: "uint256",
|
|
886
|
+
name: "repayAmount",
|
|
887
|
+
type: "uint256",
|
|
888
|
+
},
|
|
889
|
+
{
|
|
890
|
+
indexed: false,
|
|
891
|
+
internalType: "address",
|
|
892
|
+
name: "seizeToken",
|
|
893
|
+
type: "address",
|
|
894
|
+
},
|
|
895
|
+
{
|
|
896
|
+
indexed: false,
|
|
897
|
+
internalType: "uint256",
|
|
898
|
+
name: "seizeAmount",
|
|
899
|
+
type: "uint256",
|
|
900
|
+
},
|
|
901
|
+
{
|
|
902
|
+
indexed: false,
|
|
903
|
+
internalType: "uint256",
|
|
904
|
+
name: "redemptionRateMantissa",
|
|
905
|
+
type: "uint256",
|
|
906
|
+
},
|
|
907
|
+
],
|
|
908
|
+
name: "RedeemFaceValue",
|
|
909
|
+
type: "event",
|
|
910
|
+
},
|
|
911
|
+
{
|
|
912
|
+
anonymous: false,
|
|
913
|
+
inputs: [
|
|
914
|
+
{
|
|
915
|
+
indexed: false,
|
|
916
|
+
internalType: "address",
|
|
917
|
+
name: "payer",
|
|
918
|
+
type: "address",
|
|
919
|
+
},
|
|
920
|
+
{
|
|
921
|
+
indexed: false,
|
|
922
|
+
internalType: "address",
|
|
923
|
+
name: "borrower",
|
|
924
|
+
type: "address",
|
|
925
|
+
},
|
|
926
|
+
{
|
|
927
|
+
indexed: false,
|
|
928
|
+
internalType: "uint256",
|
|
929
|
+
name: "repayAmount",
|
|
930
|
+
type: "uint256",
|
|
931
|
+
},
|
|
932
|
+
{
|
|
933
|
+
indexed: false,
|
|
934
|
+
internalType: "uint256",
|
|
935
|
+
name: "accountBorrows",
|
|
936
|
+
type: "uint256",
|
|
937
|
+
},
|
|
938
|
+
{
|
|
939
|
+
indexed: false,
|
|
940
|
+
internalType: "uint256",
|
|
941
|
+
name: "totalBorrows",
|
|
942
|
+
type: "uint256",
|
|
943
|
+
},
|
|
944
|
+
],
|
|
945
|
+
name: "RepayBorrow",
|
|
946
|
+
type: "event",
|
|
947
|
+
},
|
|
948
|
+
{
|
|
949
|
+
anonymous: false,
|
|
950
|
+
inputs: [
|
|
951
|
+
{
|
|
952
|
+
indexed: false,
|
|
953
|
+
internalType: "address",
|
|
954
|
+
name: "benefactor",
|
|
955
|
+
type: "address",
|
|
956
|
+
},
|
|
957
|
+
{
|
|
958
|
+
indexed: false,
|
|
959
|
+
internalType: "uint256",
|
|
960
|
+
name: "addAmount",
|
|
961
|
+
type: "uint256",
|
|
962
|
+
},
|
|
963
|
+
{
|
|
964
|
+
indexed: false,
|
|
965
|
+
internalType: "uint256",
|
|
966
|
+
name: "newTotalReserves",
|
|
967
|
+
type: "uint256",
|
|
968
|
+
},
|
|
969
|
+
],
|
|
970
|
+
name: "ReservesAdded",
|
|
971
|
+
type: "event",
|
|
972
|
+
},
|
|
973
|
+
{
|
|
974
|
+
anonymous: false,
|
|
975
|
+
inputs: [
|
|
976
|
+
{
|
|
977
|
+
indexed: false,
|
|
978
|
+
internalType: "address",
|
|
979
|
+
name: "admin",
|
|
980
|
+
type: "address",
|
|
981
|
+
},
|
|
982
|
+
{
|
|
983
|
+
indexed: false,
|
|
984
|
+
internalType: "uint256",
|
|
985
|
+
name: "reduceAmount",
|
|
986
|
+
type: "uint256",
|
|
987
|
+
},
|
|
988
|
+
{
|
|
989
|
+
indexed: false,
|
|
990
|
+
internalType: "uint256",
|
|
991
|
+
name: "newTotalReserves",
|
|
992
|
+
type: "uint256",
|
|
993
|
+
},
|
|
994
|
+
],
|
|
995
|
+
name: "ReservesReduced",
|
|
996
|
+
type: "event",
|
|
997
|
+
},
|
|
998
|
+
{
|
|
999
|
+
anonymous: false,
|
|
1000
|
+
inputs: [
|
|
1001
|
+
{
|
|
1002
|
+
indexed: false,
|
|
1003
|
+
internalType: "uint256",
|
|
1004
|
+
name: "amount",
|
|
1005
|
+
type: "uint256",
|
|
1006
|
+
},
|
|
1007
|
+
{
|
|
1008
|
+
indexed: false,
|
|
1009
|
+
internalType: "uint256",
|
|
1010
|
+
name: "liquidityIndex",
|
|
1011
|
+
type: "uint256",
|
|
1012
|
+
},
|
|
1013
|
+
{
|
|
1014
|
+
indexed: false,
|
|
1015
|
+
internalType: "uint256",
|
|
1016
|
+
name: "subScaledBalance",
|
|
1017
|
+
type: "uint256",
|
|
1018
|
+
},
|
|
1019
|
+
{
|
|
1020
|
+
indexed: false,
|
|
1021
|
+
internalType: "uint256",
|
|
1022
|
+
name: "scaledBalance",
|
|
1023
|
+
type: "uint256",
|
|
1024
|
+
},
|
|
1025
|
+
],
|
|
1026
|
+
name: "SubScaledBalance",
|
|
1027
|
+
type: "event",
|
|
1028
|
+
},
|
|
1029
|
+
{
|
|
1030
|
+
anonymous: false,
|
|
1031
|
+
inputs: [
|
|
1032
|
+
{
|
|
1033
|
+
indexed: true,
|
|
1034
|
+
internalType: "address",
|
|
1035
|
+
name: "from",
|
|
1036
|
+
type: "address",
|
|
1037
|
+
},
|
|
1038
|
+
{
|
|
1039
|
+
indexed: true,
|
|
1040
|
+
internalType: "address",
|
|
1041
|
+
name: "to",
|
|
1042
|
+
type: "address",
|
|
1043
|
+
},
|
|
1044
|
+
{
|
|
1045
|
+
indexed: false,
|
|
1046
|
+
internalType: "uint256",
|
|
1047
|
+
name: "amount",
|
|
1048
|
+
type: "uint256",
|
|
1049
|
+
},
|
|
1050
|
+
],
|
|
1051
|
+
name: "Transfer",
|
|
1052
|
+
type: "event",
|
|
1053
|
+
},
|
|
1054
|
+
{
|
|
1055
|
+
inputs: [],
|
|
1056
|
+
name: "_acceptAdmin",
|
|
1057
|
+
outputs: [],
|
|
1058
|
+
stateMutability: "nonpayable",
|
|
1059
|
+
type: "function",
|
|
1060
|
+
},
|
|
1061
|
+
{
|
|
1062
|
+
inputs: [
|
|
1063
|
+
{
|
|
1064
|
+
internalType: "uint256",
|
|
1065
|
+
name: "addAmount",
|
|
1066
|
+
type: "uint256",
|
|
1067
|
+
},
|
|
1068
|
+
],
|
|
1069
|
+
name: "_addReserves",
|
|
1070
|
+
outputs: [],
|
|
1071
|
+
stateMutability: "nonpayable",
|
|
1072
|
+
type: "function",
|
|
1073
|
+
},
|
|
1074
|
+
{
|
|
1075
|
+
inputs: [
|
|
1076
|
+
{
|
|
1077
|
+
internalType: "uint256",
|
|
1078
|
+
name: "reduceAmount",
|
|
1079
|
+
type: "uint256",
|
|
1080
|
+
},
|
|
1081
|
+
],
|
|
1082
|
+
name: "_reduceReserves",
|
|
1083
|
+
outputs: [],
|
|
1084
|
+
stateMutability: "nonpayable",
|
|
1085
|
+
type: "function",
|
|
1086
|
+
},
|
|
1087
|
+
{
|
|
1088
|
+
inputs: [
|
|
1089
|
+
{
|
|
1090
|
+
internalType: "address",
|
|
1091
|
+
name: "newComptroller",
|
|
1092
|
+
type: "address",
|
|
1093
|
+
},
|
|
1094
|
+
],
|
|
1095
|
+
name: "_setComptroller",
|
|
1096
|
+
outputs: [],
|
|
1097
|
+
stateMutability: "nonpayable",
|
|
1098
|
+
type: "function",
|
|
1099
|
+
},
|
|
1100
|
+
{
|
|
1101
|
+
inputs: [
|
|
1102
|
+
{
|
|
1103
|
+
internalType: "uint256",
|
|
1104
|
+
name: "discountRateMantissa_",
|
|
1105
|
+
type: "uint256",
|
|
1106
|
+
},
|
|
1107
|
+
],
|
|
1108
|
+
name: "_setDiscountRate",
|
|
1109
|
+
outputs: [
|
|
1110
|
+
{
|
|
1111
|
+
internalType: "uint256",
|
|
1112
|
+
name: "",
|
|
1113
|
+
type: "uint256",
|
|
1114
|
+
},
|
|
1115
|
+
],
|
|
1116
|
+
stateMutability: "nonpayable",
|
|
1117
|
+
type: "function",
|
|
1118
|
+
},
|
|
1119
|
+
{
|
|
1120
|
+
inputs: [
|
|
1121
|
+
{
|
|
1122
|
+
internalType: "address",
|
|
1123
|
+
name: "newInterestRateModel",
|
|
1124
|
+
type: "address",
|
|
1125
|
+
},
|
|
1126
|
+
],
|
|
1127
|
+
name: "_setInterestRateModel",
|
|
1128
|
+
outputs: [],
|
|
1129
|
+
stateMutability: "nonpayable",
|
|
1130
|
+
type: "function",
|
|
1131
|
+
},
|
|
1132
|
+
{
|
|
1133
|
+
inputs: [
|
|
1134
|
+
{
|
|
1135
|
+
internalType: "address payable",
|
|
1136
|
+
name: "newPendingAdmin",
|
|
1137
|
+
type: "address",
|
|
1138
|
+
},
|
|
1139
|
+
],
|
|
1140
|
+
name: "_setPendingAdmin",
|
|
1141
|
+
outputs: [],
|
|
1142
|
+
stateMutability: "nonpayable",
|
|
1143
|
+
type: "function",
|
|
1144
|
+
},
|
|
1145
|
+
{
|
|
1146
|
+
inputs: [
|
|
1147
|
+
{
|
|
1148
|
+
internalType: "uint256",
|
|
1149
|
+
name: "newReserveFactorMantissa",
|
|
1150
|
+
type: "uint256",
|
|
1151
|
+
},
|
|
1152
|
+
],
|
|
1153
|
+
name: "_setReserveFactor",
|
|
1154
|
+
outputs: [],
|
|
1155
|
+
stateMutability: "nonpayable",
|
|
1156
|
+
type: "function",
|
|
1157
|
+
},
|
|
1158
|
+
{
|
|
1159
|
+
inputs: [],
|
|
1160
|
+
name: "_syncUnderlyingBalance",
|
|
1161
|
+
outputs: [],
|
|
1162
|
+
stateMutability: "nonpayable",
|
|
1163
|
+
type: "function",
|
|
1164
|
+
},
|
|
1165
|
+
{
|
|
1166
|
+
inputs: [],
|
|
1167
|
+
name: "accrualBlockTimestamp",
|
|
1168
|
+
outputs: [
|
|
1169
|
+
{
|
|
1170
|
+
internalType: "uint256",
|
|
1171
|
+
name: "",
|
|
1172
|
+
type: "uint256",
|
|
1173
|
+
},
|
|
1174
|
+
],
|
|
1175
|
+
stateMutability: "view",
|
|
1176
|
+
type: "function",
|
|
1177
|
+
},
|
|
1178
|
+
{
|
|
1179
|
+
inputs: [],
|
|
1180
|
+
name: "accrueInterest",
|
|
1181
|
+
outputs: [],
|
|
1182
|
+
stateMutability: "nonpayable",
|
|
1183
|
+
type: "function",
|
|
1184
|
+
},
|
|
1185
|
+
{
|
|
1186
|
+
inputs: [],
|
|
1187
|
+
name: "admin",
|
|
1188
|
+
outputs: [
|
|
1189
|
+
{
|
|
1190
|
+
internalType: "address payable",
|
|
1191
|
+
name: "",
|
|
1192
|
+
type: "address",
|
|
1193
|
+
},
|
|
1194
|
+
],
|
|
1195
|
+
stateMutability: "view",
|
|
1196
|
+
type: "function",
|
|
1197
|
+
},
|
|
1198
|
+
{
|
|
1199
|
+
inputs: [
|
|
1200
|
+
{
|
|
1201
|
+
internalType: "address",
|
|
1202
|
+
name: "owner",
|
|
1203
|
+
type: "address",
|
|
1204
|
+
},
|
|
1205
|
+
{
|
|
1206
|
+
internalType: "address",
|
|
1207
|
+
name: "spender",
|
|
1208
|
+
type: "address",
|
|
1209
|
+
},
|
|
1210
|
+
],
|
|
1211
|
+
name: "allowance",
|
|
1212
|
+
outputs: [
|
|
1213
|
+
{
|
|
1214
|
+
internalType: "uint256",
|
|
1215
|
+
name: "",
|
|
1216
|
+
type: "uint256",
|
|
1217
|
+
},
|
|
1218
|
+
],
|
|
1219
|
+
stateMutability: "view",
|
|
1220
|
+
type: "function",
|
|
1221
|
+
},
|
|
1222
|
+
{
|
|
1223
|
+
inputs: [
|
|
1224
|
+
{
|
|
1225
|
+
internalType: "address",
|
|
1226
|
+
name: "spender",
|
|
1227
|
+
type: "address",
|
|
1228
|
+
},
|
|
1229
|
+
{
|
|
1230
|
+
internalType: "uint256",
|
|
1231
|
+
name: "amount",
|
|
1232
|
+
type: "uint256",
|
|
1233
|
+
},
|
|
1234
|
+
],
|
|
1235
|
+
name: "approve",
|
|
1236
|
+
outputs: [
|
|
1237
|
+
{
|
|
1238
|
+
internalType: "bool",
|
|
1239
|
+
name: "",
|
|
1240
|
+
type: "bool",
|
|
1241
|
+
},
|
|
1242
|
+
],
|
|
1243
|
+
stateMutability: "nonpayable",
|
|
1244
|
+
type: "function",
|
|
1245
|
+
},
|
|
1246
|
+
{
|
|
1247
|
+
inputs: [
|
|
1248
|
+
{
|
|
1249
|
+
internalType: "address",
|
|
1250
|
+
name: "owner",
|
|
1251
|
+
type: "address",
|
|
1252
|
+
},
|
|
1253
|
+
],
|
|
1254
|
+
name: "balanceOf",
|
|
1255
|
+
outputs: [
|
|
1256
|
+
{
|
|
1257
|
+
internalType: "uint256",
|
|
1258
|
+
name: "",
|
|
1259
|
+
type: "uint256",
|
|
1260
|
+
},
|
|
1261
|
+
],
|
|
1262
|
+
stateMutability: "view",
|
|
1263
|
+
type: "function",
|
|
1264
|
+
},
|
|
1265
|
+
{
|
|
1266
|
+
inputs: [
|
|
1267
|
+
{
|
|
1268
|
+
internalType: "address",
|
|
1269
|
+
name: "owner",
|
|
1270
|
+
type: "address",
|
|
1271
|
+
},
|
|
1272
|
+
],
|
|
1273
|
+
name: "balanceOfUnderlying",
|
|
1274
|
+
outputs: [
|
|
1275
|
+
{
|
|
1276
|
+
internalType: "uint256",
|
|
1277
|
+
name: "",
|
|
1278
|
+
type: "uint256",
|
|
1279
|
+
},
|
|
1280
|
+
],
|
|
1281
|
+
stateMutability: "nonpayable",
|
|
1282
|
+
type: "function",
|
|
1283
|
+
},
|
|
1284
|
+
{
|
|
1285
|
+
inputs: [
|
|
1286
|
+
{
|
|
1287
|
+
internalType: "uint256",
|
|
1288
|
+
name: "borrowAmount",
|
|
1289
|
+
type: "uint256",
|
|
1290
|
+
},
|
|
1291
|
+
],
|
|
1292
|
+
name: "borrow",
|
|
1293
|
+
outputs: [],
|
|
1294
|
+
stateMutability: "nonpayable",
|
|
1295
|
+
type: "function",
|
|
1296
|
+
},
|
|
1297
|
+
{
|
|
1298
|
+
inputs: [
|
|
1299
|
+
{
|
|
1300
|
+
internalType: "address",
|
|
1301
|
+
name: "borrower",
|
|
1302
|
+
type: "address",
|
|
1303
|
+
},
|
|
1304
|
+
{
|
|
1305
|
+
internalType: "uint256",
|
|
1306
|
+
name: "borrowAmount",
|
|
1307
|
+
type: "uint256",
|
|
1308
|
+
},
|
|
1309
|
+
],
|
|
1310
|
+
name: "borrowAndDepositBack",
|
|
1311
|
+
outputs: [],
|
|
1312
|
+
stateMutability: "nonpayable",
|
|
1313
|
+
type: "function",
|
|
1314
|
+
},
|
|
1315
|
+
{
|
|
1316
|
+
inputs: [
|
|
1317
|
+
{
|
|
1318
|
+
internalType: "address",
|
|
1319
|
+
name: "account",
|
|
1320
|
+
type: "address",
|
|
1321
|
+
},
|
|
1322
|
+
],
|
|
1323
|
+
name: "borrowBalanceCurrent",
|
|
1324
|
+
outputs: [
|
|
1325
|
+
{
|
|
1326
|
+
internalType: "uint256",
|
|
1327
|
+
name: "",
|
|
1328
|
+
type: "uint256",
|
|
1329
|
+
},
|
|
1330
|
+
],
|
|
1331
|
+
stateMutability: "nonpayable",
|
|
1332
|
+
type: "function",
|
|
1333
|
+
},
|
|
1334
|
+
{
|
|
1335
|
+
inputs: [
|
|
1336
|
+
{
|
|
1337
|
+
internalType: "address",
|
|
1338
|
+
name: "account",
|
|
1339
|
+
type: "address",
|
|
1340
|
+
},
|
|
1341
|
+
],
|
|
1342
|
+
name: "borrowBalanceStored",
|
|
1343
|
+
outputs: [
|
|
1344
|
+
{
|
|
1345
|
+
internalType: "uint256",
|
|
1346
|
+
name: "",
|
|
1347
|
+
type: "uint256",
|
|
1348
|
+
},
|
|
1349
|
+
],
|
|
1350
|
+
stateMutability: "view",
|
|
1351
|
+
type: "function",
|
|
1352
|
+
},
|
|
1353
|
+
{
|
|
1354
|
+
inputs: [],
|
|
1355
|
+
name: "borrowIndex",
|
|
1356
|
+
outputs: [
|
|
1357
|
+
{
|
|
1358
|
+
internalType: "uint256",
|
|
1359
|
+
name: "",
|
|
1360
|
+
type: "uint256",
|
|
1361
|
+
},
|
|
1362
|
+
],
|
|
1363
|
+
stateMutability: "view",
|
|
1364
|
+
type: "function",
|
|
1365
|
+
},
|
|
1366
|
+
{
|
|
1367
|
+
inputs: [],
|
|
1368
|
+
name: "borrowRatePerBlock",
|
|
1369
|
+
outputs: [
|
|
1370
|
+
{
|
|
1371
|
+
internalType: "uint256",
|
|
1372
|
+
name: "",
|
|
1373
|
+
type: "uint256",
|
|
1374
|
+
},
|
|
1375
|
+
],
|
|
1376
|
+
stateMutability: "view",
|
|
1377
|
+
type: "function",
|
|
1378
|
+
},
|
|
1379
|
+
{
|
|
1380
|
+
inputs: [],
|
|
1381
|
+
name: "comptroller",
|
|
1382
|
+
outputs: [
|
|
1383
|
+
{
|
|
1384
|
+
internalType: "address",
|
|
1385
|
+
name: "",
|
|
1386
|
+
type: "address",
|
|
1387
|
+
},
|
|
1388
|
+
],
|
|
1389
|
+
stateMutability: "view",
|
|
1390
|
+
type: "function",
|
|
1391
|
+
},
|
|
1392
|
+
{
|
|
1393
|
+
inputs: [],
|
|
1394
|
+
name: "decimals",
|
|
1395
|
+
outputs: [
|
|
1396
|
+
{
|
|
1397
|
+
internalType: "uint8",
|
|
1398
|
+
name: "",
|
|
1399
|
+
type: "uint8",
|
|
1400
|
+
},
|
|
1401
|
+
],
|
|
1402
|
+
stateMutability: "view",
|
|
1403
|
+
type: "function",
|
|
1404
|
+
},
|
|
1405
|
+
{
|
|
1406
|
+
inputs: [],
|
|
1407
|
+
name: "discountRateMantissa",
|
|
1408
|
+
outputs: [
|
|
1409
|
+
{
|
|
1410
|
+
internalType: "uint256",
|
|
1411
|
+
name: "",
|
|
1412
|
+
type: "uint256",
|
|
1413
|
+
},
|
|
1414
|
+
],
|
|
1415
|
+
stateMutability: "view",
|
|
1416
|
+
type: "function",
|
|
1417
|
+
},
|
|
1418
|
+
{
|
|
1419
|
+
inputs: [],
|
|
1420
|
+
name: "exchangeRateCurrent",
|
|
1421
|
+
outputs: [
|
|
1422
|
+
{
|
|
1423
|
+
internalType: "uint256",
|
|
1424
|
+
name: "",
|
|
1425
|
+
type: "uint256",
|
|
1426
|
+
},
|
|
1427
|
+
],
|
|
1428
|
+
stateMutability: "nonpayable",
|
|
1429
|
+
type: "function",
|
|
1430
|
+
},
|
|
1431
|
+
{
|
|
1432
|
+
inputs: [],
|
|
1433
|
+
name: "exchangeRateStored",
|
|
1434
|
+
outputs: [
|
|
1435
|
+
{
|
|
1436
|
+
internalType: "uint256",
|
|
1437
|
+
name: "",
|
|
1438
|
+
type: "uint256",
|
|
1439
|
+
},
|
|
1440
|
+
],
|
|
1441
|
+
stateMutability: "view",
|
|
1442
|
+
type: "function",
|
|
1443
|
+
},
|
|
1444
|
+
{
|
|
1445
|
+
inputs: [],
|
|
1446
|
+
name: "getAaveAPRs",
|
|
1447
|
+
outputs: [
|
|
1448
|
+
{
|
|
1449
|
+
internalType: "uint256",
|
|
1450
|
+
name: "depositAPR",
|
|
1451
|
+
type: "uint256",
|
|
1452
|
+
},
|
|
1453
|
+
{
|
|
1454
|
+
internalType: "uint256",
|
|
1455
|
+
name: "variableBorrowAPR",
|
|
1456
|
+
type: "uint256",
|
|
1457
|
+
},
|
|
1458
|
+
{
|
|
1459
|
+
internalType: "uint256",
|
|
1460
|
+
name: "stableBorrowAPR",
|
|
1461
|
+
type: "uint256",
|
|
1462
|
+
},
|
|
1463
|
+
],
|
|
1464
|
+
stateMutability: "view",
|
|
1465
|
+
type: "function",
|
|
1466
|
+
},
|
|
1467
|
+
{
|
|
1468
|
+
inputs: [
|
|
1469
|
+
{
|
|
1470
|
+
internalType: "address",
|
|
1471
|
+
name: "account",
|
|
1472
|
+
type: "address",
|
|
1473
|
+
},
|
|
1474
|
+
],
|
|
1475
|
+
name: "getAccountSnapshot",
|
|
1476
|
+
outputs: [
|
|
1477
|
+
{
|
|
1478
|
+
internalType: "uint256",
|
|
1479
|
+
name: "",
|
|
1480
|
+
type: "uint256",
|
|
1481
|
+
},
|
|
1482
|
+
{
|
|
1483
|
+
internalType: "uint256",
|
|
1484
|
+
name: "",
|
|
1485
|
+
type: "uint256",
|
|
1486
|
+
},
|
|
1487
|
+
{
|
|
1488
|
+
internalType: "uint256",
|
|
1489
|
+
name: "",
|
|
1490
|
+
type: "uint256",
|
|
1491
|
+
},
|
|
1492
|
+
{
|
|
1493
|
+
internalType: "uint256",
|
|
1494
|
+
name: "",
|
|
1495
|
+
type: "uint256",
|
|
1496
|
+
},
|
|
1497
|
+
],
|
|
1498
|
+
stateMutability: "view",
|
|
1499
|
+
type: "function",
|
|
1500
|
+
},
|
|
1501
|
+
{
|
|
1502
|
+
inputs: [],
|
|
1503
|
+
name: "getCash",
|
|
1504
|
+
outputs: [
|
|
1505
|
+
{
|
|
1506
|
+
internalType: "uint256",
|
|
1507
|
+
name: "",
|
|
1508
|
+
type: "uint256",
|
|
1509
|
+
},
|
|
1510
|
+
],
|
|
1511
|
+
stateMutability: "view",
|
|
1512
|
+
type: "function",
|
|
1513
|
+
},
|
|
1514
|
+
{
|
|
1515
|
+
inputs: [
|
|
1516
|
+
{
|
|
1517
|
+
internalType: "address",
|
|
1518
|
+
name: "underlying_",
|
|
1519
|
+
type: "address",
|
|
1520
|
+
},
|
|
1521
|
+
{
|
|
1522
|
+
internalType: "address",
|
|
1523
|
+
name: "comptroller_",
|
|
1524
|
+
type: "address",
|
|
1525
|
+
},
|
|
1526
|
+
{
|
|
1527
|
+
internalType: "address",
|
|
1528
|
+
name: "interestRateModel_",
|
|
1529
|
+
type: "address",
|
|
1530
|
+
},
|
|
1531
|
+
{
|
|
1532
|
+
internalType: "uint256",
|
|
1533
|
+
name: "initialExchangeRateMantissa_",
|
|
1534
|
+
type: "uint256",
|
|
1535
|
+
},
|
|
1536
|
+
{
|
|
1537
|
+
internalType: "string",
|
|
1538
|
+
name: "name_",
|
|
1539
|
+
type: "string",
|
|
1540
|
+
},
|
|
1541
|
+
{
|
|
1542
|
+
internalType: "string",
|
|
1543
|
+
name: "symbol_",
|
|
1544
|
+
type: "string",
|
|
1545
|
+
},
|
|
1546
|
+
{
|
|
1547
|
+
internalType: "uint8",
|
|
1548
|
+
name: "decimals_",
|
|
1549
|
+
type: "uint8",
|
|
1550
|
+
},
|
|
1551
|
+
{
|
|
1552
|
+
internalType: "address payable",
|
|
1553
|
+
name: "admin_",
|
|
1554
|
+
type: "address",
|
|
1555
|
+
},
|
|
1556
|
+
],
|
|
1557
|
+
name: "initialize",
|
|
1558
|
+
outputs: [],
|
|
1559
|
+
stateMutability: "nonpayable",
|
|
1560
|
+
type: "function",
|
|
1561
|
+
},
|
|
1562
|
+
{
|
|
1563
|
+
inputs: [
|
|
1564
|
+
{
|
|
1565
|
+
internalType: "address",
|
|
1566
|
+
name: "underlying_",
|
|
1567
|
+
type: "address",
|
|
1568
|
+
},
|
|
1569
|
+
{
|
|
1570
|
+
internalType: "address",
|
|
1571
|
+
name: "comptroller_",
|
|
1572
|
+
type: "address",
|
|
1573
|
+
},
|
|
1574
|
+
{
|
|
1575
|
+
internalType: "address",
|
|
1576
|
+
name: "interestRateModel_",
|
|
1577
|
+
type: "address",
|
|
1578
|
+
},
|
|
1579
|
+
{
|
|
1580
|
+
internalType: "uint256",
|
|
1581
|
+
name: "initialExchangeRateMantissa_",
|
|
1582
|
+
type: "uint256",
|
|
1583
|
+
},
|
|
1584
|
+
{
|
|
1585
|
+
internalType: "string",
|
|
1586
|
+
name: "name_",
|
|
1587
|
+
type: "string",
|
|
1588
|
+
},
|
|
1589
|
+
{
|
|
1590
|
+
internalType: "string",
|
|
1591
|
+
name: "symbol_",
|
|
1592
|
+
type: "string",
|
|
1593
|
+
},
|
|
1594
|
+
{
|
|
1595
|
+
internalType: "uint8",
|
|
1596
|
+
name: "decimals_",
|
|
1597
|
+
type: "uint8",
|
|
1598
|
+
},
|
|
1599
|
+
{
|
|
1600
|
+
internalType: "address payable",
|
|
1601
|
+
name: "admin_",
|
|
1602
|
+
type: "address",
|
|
1603
|
+
},
|
|
1604
|
+
{
|
|
1605
|
+
internalType: "address",
|
|
1606
|
+
name: "aaveV3Pool_",
|
|
1607
|
+
type: "address",
|
|
1608
|
+
},
|
|
1609
|
+
],
|
|
1610
|
+
name: "initialize",
|
|
1611
|
+
outputs: [],
|
|
1612
|
+
stateMutability: "nonpayable",
|
|
1613
|
+
type: "function",
|
|
1614
|
+
},
|
|
1615
|
+
{
|
|
1616
|
+
inputs: [],
|
|
1617
|
+
name: "interestRateModel",
|
|
1618
|
+
outputs: [
|
|
1619
|
+
{
|
|
1620
|
+
internalType: "address",
|
|
1621
|
+
name: "",
|
|
1622
|
+
type: "address",
|
|
1623
|
+
},
|
|
1624
|
+
],
|
|
1625
|
+
stateMutability: "view",
|
|
1626
|
+
type: "function",
|
|
1627
|
+
},
|
|
1628
|
+
{
|
|
1629
|
+
inputs: [],
|
|
1630
|
+
name: "isCEther",
|
|
1631
|
+
outputs: [
|
|
1632
|
+
{
|
|
1633
|
+
internalType: "bool",
|
|
1634
|
+
name: "",
|
|
1635
|
+
type: "bool",
|
|
1636
|
+
},
|
|
1637
|
+
],
|
|
1638
|
+
stateMutability: "pure",
|
|
1639
|
+
type: "function",
|
|
1640
|
+
},
|
|
1641
|
+
{
|
|
1642
|
+
inputs: [],
|
|
1643
|
+
name: "isCEtherDeprecated",
|
|
1644
|
+
outputs: [
|
|
1645
|
+
{
|
|
1646
|
+
internalType: "bool",
|
|
1647
|
+
name: "",
|
|
1648
|
+
type: "bool",
|
|
1649
|
+
},
|
|
1650
|
+
],
|
|
1651
|
+
stateMutability: "view",
|
|
1652
|
+
type: "function",
|
|
1653
|
+
},
|
|
1654
|
+
{
|
|
1655
|
+
inputs: [],
|
|
1656
|
+
name: "isCToken",
|
|
1657
|
+
outputs: [
|
|
1658
|
+
{
|
|
1659
|
+
internalType: "bool",
|
|
1660
|
+
name: "",
|
|
1661
|
+
type: "bool",
|
|
1662
|
+
},
|
|
1663
|
+
],
|
|
1664
|
+
stateMutability: "pure",
|
|
1665
|
+
type: "function",
|
|
1666
|
+
},
|
|
1667
|
+
{
|
|
1668
|
+
inputs: [],
|
|
1669
|
+
name: "isCTokenDeprecated",
|
|
1670
|
+
outputs: [
|
|
1671
|
+
{
|
|
1672
|
+
internalType: "bool",
|
|
1673
|
+
name: "",
|
|
1674
|
+
type: "bool",
|
|
1675
|
+
},
|
|
1676
|
+
],
|
|
1677
|
+
stateMutability: "view",
|
|
1678
|
+
type: "function",
|
|
1679
|
+
},
|
|
1680
|
+
{
|
|
1681
|
+
inputs: [
|
|
1682
|
+
{
|
|
1683
|
+
internalType: "address",
|
|
1684
|
+
name: "borrower",
|
|
1685
|
+
type: "address",
|
|
1686
|
+
},
|
|
1687
|
+
{
|
|
1688
|
+
internalType: "uint256",
|
|
1689
|
+
name: "repayAmount",
|
|
1690
|
+
type: "uint256",
|
|
1691
|
+
},
|
|
1692
|
+
{
|
|
1693
|
+
internalType: "address",
|
|
1694
|
+
name: "cTokenCollateral",
|
|
1695
|
+
type: "address",
|
|
1696
|
+
},
|
|
1697
|
+
],
|
|
1698
|
+
name: "liquidateBorrow",
|
|
1699
|
+
outputs: [],
|
|
1700
|
+
stateMutability: "nonpayable",
|
|
1701
|
+
type: "function",
|
|
1702
|
+
},
|
|
1703
|
+
{
|
|
1704
|
+
inputs: [
|
|
1705
|
+
{
|
|
1706
|
+
internalType: "address",
|
|
1707
|
+
name: "cTokenCollateral",
|
|
1708
|
+
type: "address",
|
|
1709
|
+
},
|
|
1710
|
+
{
|
|
1711
|
+
internalType: "uint256",
|
|
1712
|
+
name: "actualRepayAmount",
|
|
1713
|
+
type: "uint256",
|
|
1714
|
+
},
|
|
1715
|
+
],
|
|
1716
|
+
name: "liquidateCalculateSeizeTokens",
|
|
1717
|
+
outputs: [
|
|
1718
|
+
{
|
|
1719
|
+
internalType: "uint256",
|
|
1720
|
+
name: "",
|
|
1721
|
+
type: "uint256",
|
|
1722
|
+
},
|
|
1723
|
+
{
|
|
1724
|
+
internalType: "uint256",
|
|
1725
|
+
name: "",
|
|
1726
|
+
type: "uint256",
|
|
1727
|
+
},
|
|
1728
|
+
],
|
|
1729
|
+
stateMutability: "view",
|
|
1730
|
+
type: "function",
|
|
1731
|
+
},
|
|
1732
|
+
{
|
|
1733
|
+
inputs: [
|
|
1734
|
+
{
|
|
1735
|
+
internalType: "uint256",
|
|
1736
|
+
name: "mintAmount",
|
|
1737
|
+
type: "uint256",
|
|
1738
|
+
},
|
|
1739
|
+
],
|
|
1740
|
+
name: "mint",
|
|
1741
|
+
outputs: [],
|
|
1742
|
+
stateMutability: "nonpayable",
|
|
1743
|
+
type: "function",
|
|
1744
|
+
},
|
|
1745
|
+
{
|
|
1746
|
+
inputs: [
|
|
1747
|
+
{
|
|
1748
|
+
internalType: "uint256",
|
|
1749
|
+
name: "mintAmount",
|
|
1750
|
+
type: "uint256",
|
|
1751
|
+
},
|
|
1752
|
+
{
|
|
1753
|
+
internalType: "uint256",
|
|
1754
|
+
name: "deadline",
|
|
1755
|
+
type: "uint256",
|
|
1756
|
+
},
|
|
1757
|
+
{
|
|
1758
|
+
internalType: "bytes",
|
|
1759
|
+
name: "signature",
|
|
1760
|
+
type: "bytes",
|
|
1761
|
+
},
|
|
1762
|
+
],
|
|
1763
|
+
name: "mintWithPermit",
|
|
1764
|
+
outputs: [],
|
|
1765
|
+
stateMutability: "nonpayable",
|
|
1766
|
+
type: "function",
|
|
1767
|
+
},
|
|
1768
|
+
{
|
|
1769
|
+
inputs: [],
|
|
1770
|
+
name: "name",
|
|
1771
|
+
outputs: [
|
|
1772
|
+
{
|
|
1773
|
+
internalType: "string",
|
|
1774
|
+
name: "",
|
|
1775
|
+
type: "string",
|
|
1776
|
+
},
|
|
1777
|
+
],
|
|
1778
|
+
stateMutability: "view",
|
|
1779
|
+
type: "function",
|
|
1780
|
+
},
|
|
1781
|
+
{
|
|
1782
|
+
inputs: [],
|
|
1783
|
+
name: "pendingAdmin",
|
|
1784
|
+
outputs: [
|
|
1785
|
+
{
|
|
1786
|
+
internalType: "address payable",
|
|
1787
|
+
name: "",
|
|
1788
|
+
type: "address",
|
|
1789
|
+
},
|
|
1790
|
+
],
|
|
1791
|
+
stateMutability: "view",
|
|
1792
|
+
type: "function",
|
|
1793
|
+
},
|
|
1794
|
+
{
|
|
1795
|
+
inputs: [],
|
|
1796
|
+
name: "percentScale",
|
|
1797
|
+
outputs: [
|
|
1798
|
+
{
|
|
1799
|
+
internalType: "uint256",
|
|
1800
|
+
name: "",
|
|
1801
|
+
type: "uint256",
|
|
1802
|
+
},
|
|
1803
|
+
],
|
|
1804
|
+
stateMutability: "view",
|
|
1805
|
+
type: "function",
|
|
1806
|
+
},
|
|
1807
|
+
{
|
|
1808
|
+
inputs: [],
|
|
1809
|
+
name: "protocolSeizeShareMantissa",
|
|
1810
|
+
outputs: [
|
|
1811
|
+
{
|
|
1812
|
+
internalType: "uint256",
|
|
1813
|
+
name: "",
|
|
1814
|
+
type: "uint256",
|
|
1815
|
+
},
|
|
1816
|
+
],
|
|
1817
|
+
stateMutability: "view",
|
|
1818
|
+
type: "function",
|
|
1819
|
+
},
|
|
1820
|
+
{
|
|
1821
|
+
inputs: [
|
|
1822
|
+
{
|
|
1823
|
+
internalType: "uint256",
|
|
1824
|
+
name: "redeemTokens",
|
|
1825
|
+
type: "uint256",
|
|
1826
|
+
},
|
|
1827
|
+
],
|
|
1828
|
+
name: "redeem",
|
|
1829
|
+
outputs: [],
|
|
1830
|
+
stateMutability: "nonpayable",
|
|
1831
|
+
type: "function",
|
|
1832
|
+
},
|
|
1833
|
+
{
|
|
1834
|
+
inputs: [
|
|
1835
|
+
{
|
|
1836
|
+
internalType: "uint256",
|
|
1837
|
+
name: "redeemAmount",
|
|
1838
|
+
type: "uint256",
|
|
1839
|
+
},
|
|
1840
|
+
],
|
|
1841
|
+
name: "redeemUnderlying",
|
|
1842
|
+
outputs: [],
|
|
1843
|
+
stateMutability: "nonpayable",
|
|
1844
|
+
type: "function",
|
|
1845
|
+
},
|
|
1846
|
+
{
|
|
1847
|
+
inputs: [
|
|
1848
|
+
{
|
|
1849
|
+
internalType: "uint256",
|
|
1850
|
+
name: "repayAmount",
|
|
1851
|
+
type: "uint256",
|
|
1852
|
+
},
|
|
1853
|
+
],
|
|
1854
|
+
name: "repayBorrow",
|
|
1855
|
+
outputs: [],
|
|
1856
|
+
stateMutability: "nonpayable",
|
|
1857
|
+
type: "function",
|
|
1858
|
+
},
|
|
1859
|
+
{
|
|
1860
|
+
inputs: [
|
|
1861
|
+
{
|
|
1862
|
+
internalType: "address",
|
|
1863
|
+
name: "borrower",
|
|
1864
|
+
type: "address",
|
|
1865
|
+
},
|
|
1866
|
+
{
|
|
1867
|
+
internalType: "uint256",
|
|
1868
|
+
name: "repayAmount",
|
|
1869
|
+
type: "uint256",
|
|
1870
|
+
},
|
|
1871
|
+
],
|
|
1872
|
+
name: "repayBorrowBehalf",
|
|
1873
|
+
outputs: [],
|
|
1874
|
+
stateMutability: "nonpayable",
|
|
1875
|
+
type: "function",
|
|
1876
|
+
},
|
|
1877
|
+
{
|
|
1878
|
+
inputs: [
|
|
1879
|
+
{
|
|
1880
|
+
internalType: "uint256",
|
|
1881
|
+
name: "repayAmount",
|
|
1882
|
+
type: "uint256",
|
|
1883
|
+
},
|
|
1884
|
+
{
|
|
1885
|
+
internalType: "uint256",
|
|
1886
|
+
name: "deadline",
|
|
1887
|
+
type: "uint256",
|
|
1888
|
+
},
|
|
1889
|
+
{
|
|
1890
|
+
internalType: "bytes",
|
|
1891
|
+
name: "signature",
|
|
1892
|
+
type: "bytes",
|
|
1893
|
+
},
|
|
1894
|
+
],
|
|
1895
|
+
name: "repayBorrowWithPermit",
|
|
1896
|
+
outputs: [],
|
|
1897
|
+
stateMutability: "nonpayable",
|
|
1898
|
+
type: "function",
|
|
1899
|
+
},
|
|
1900
|
+
{
|
|
1901
|
+
inputs: [],
|
|
1902
|
+
name: "reserveFactorMantissa",
|
|
1903
|
+
outputs: [
|
|
1904
|
+
{
|
|
1905
|
+
internalType: "uint256",
|
|
1906
|
+
name: "",
|
|
1907
|
+
type: "uint256",
|
|
1908
|
+
},
|
|
1909
|
+
],
|
|
1910
|
+
stateMutability: "view",
|
|
1911
|
+
type: "function",
|
|
1912
|
+
},
|
|
1913
|
+
{
|
|
1914
|
+
inputs: [
|
|
1915
|
+
{
|
|
1916
|
+
internalType: "address",
|
|
1917
|
+
name: "addr",
|
|
1918
|
+
type: "address",
|
|
1919
|
+
},
|
|
1920
|
+
],
|
|
1921
|
+
name: "revokeWhitelist",
|
|
1922
|
+
outputs: [],
|
|
1923
|
+
stateMutability: "nonpayable",
|
|
1924
|
+
type: "function",
|
|
1925
|
+
},
|
|
1926
|
+
{
|
|
1927
|
+
inputs: [],
|
|
1928
|
+
name: "scaledBalance",
|
|
1929
|
+
outputs: [
|
|
1930
|
+
{
|
|
1931
|
+
internalType: "uint256",
|
|
1932
|
+
name: "",
|
|
1933
|
+
type: "uint256",
|
|
1934
|
+
},
|
|
1935
|
+
],
|
|
1936
|
+
stateMutability: "view",
|
|
1937
|
+
type: "function",
|
|
1938
|
+
},
|
|
1939
|
+
{
|
|
1940
|
+
inputs: [
|
|
1941
|
+
{
|
|
1942
|
+
internalType: "address",
|
|
1943
|
+
name: "liquidator",
|
|
1944
|
+
type: "address",
|
|
1945
|
+
},
|
|
1946
|
+
{
|
|
1947
|
+
internalType: "address",
|
|
1948
|
+
name: "borrower",
|
|
1949
|
+
type: "address",
|
|
1950
|
+
},
|
|
1951
|
+
{
|
|
1952
|
+
internalType: "uint256",
|
|
1953
|
+
name: "seizeTokens",
|
|
1954
|
+
type: "uint256",
|
|
1955
|
+
},
|
|
1956
|
+
{
|
|
1957
|
+
internalType: "uint256",
|
|
1958
|
+
name: "seizeProfitTokens",
|
|
1959
|
+
type: "uint256",
|
|
1960
|
+
},
|
|
1961
|
+
{
|
|
1962
|
+
internalType: "bool",
|
|
1963
|
+
name: "isRedemption",
|
|
1964
|
+
type: "bool",
|
|
1965
|
+
},
|
|
1966
|
+
{
|
|
1967
|
+
internalType: "uint256",
|
|
1968
|
+
name: "redemptionRateMantissa",
|
|
1969
|
+
type: "uint256",
|
|
1970
|
+
},
|
|
1971
|
+
],
|
|
1972
|
+
name: "seize",
|
|
1973
|
+
outputs: [],
|
|
1974
|
+
stateMutability: "nonpayable",
|
|
1975
|
+
type: "function",
|
|
1976
|
+
},
|
|
1977
|
+
{
|
|
1978
|
+
inputs: [],
|
|
1979
|
+
name: "supplyRatePerBlock",
|
|
1980
|
+
outputs: [
|
|
1981
|
+
{
|
|
1982
|
+
internalType: "uint256",
|
|
1983
|
+
name: "",
|
|
1984
|
+
type: "uint256",
|
|
1985
|
+
},
|
|
1986
|
+
],
|
|
1987
|
+
stateMutability: "view",
|
|
1988
|
+
type: "function",
|
|
1989
|
+
},
|
|
1990
|
+
{
|
|
1991
|
+
inputs: [
|
|
1992
|
+
{
|
|
1993
|
+
internalType: "contract ERC20",
|
|
1994
|
+
name: "token",
|
|
1995
|
+
type: "address",
|
|
1996
|
+
},
|
|
1997
|
+
],
|
|
1998
|
+
name: "sweepToken",
|
|
1999
|
+
outputs: [],
|
|
2000
|
+
stateMutability: "nonpayable",
|
|
2001
|
+
type: "function",
|
|
2002
|
+
},
|
|
2003
|
+
{
|
|
2004
|
+
inputs: [],
|
|
2005
|
+
name: "symbol",
|
|
2006
|
+
outputs: [
|
|
2007
|
+
{
|
|
2008
|
+
internalType: "string",
|
|
2009
|
+
name: "",
|
|
2010
|
+
type: "string",
|
|
2011
|
+
},
|
|
2012
|
+
],
|
|
2013
|
+
stateMutability: "view",
|
|
2014
|
+
type: "function",
|
|
2015
|
+
},
|
|
2016
|
+
{
|
|
2017
|
+
inputs: [],
|
|
2018
|
+
name: "tokenType",
|
|
2019
|
+
outputs: [
|
|
2020
|
+
{
|
|
2021
|
+
internalType: "enum CToken.CTokenType",
|
|
2022
|
+
name: "",
|
|
2023
|
+
type: "uint8",
|
|
2024
|
+
},
|
|
2025
|
+
],
|
|
2026
|
+
stateMutability: "pure",
|
|
2027
|
+
type: "function",
|
|
2028
|
+
},
|
|
2029
|
+
{
|
|
2030
|
+
inputs: [],
|
|
2031
|
+
name: "totalBorrows",
|
|
2032
|
+
outputs: [
|
|
2033
|
+
{
|
|
2034
|
+
internalType: "uint256",
|
|
2035
|
+
name: "",
|
|
2036
|
+
type: "uint256",
|
|
2037
|
+
},
|
|
2038
|
+
],
|
|
2039
|
+
stateMutability: "view",
|
|
2040
|
+
type: "function",
|
|
2041
|
+
},
|
|
2042
|
+
{
|
|
2043
|
+
inputs: [],
|
|
2044
|
+
name: "totalBorrowsCurrent",
|
|
2045
|
+
outputs: [
|
|
2046
|
+
{
|
|
2047
|
+
internalType: "uint256",
|
|
2048
|
+
name: "",
|
|
2049
|
+
type: "uint256",
|
|
2050
|
+
},
|
|
2051
|
+
],
|
|
2052
|
+
stateMutability: "nonpayable",
|
|
2053
|
+
type: "function",
|
|
2054
|
+
},
|
|
2055
|
+
{
|
|
2056
|
+
inputs: [],
|
|
2057
|
+
name: "totalReserves",
|
|
2058
|
+
outputs: [
|
|
2059
|
+
{
|
|
2060
|
+
internalType: "uint256",
|
|
2061
|
+
name: "",
|
|
2062
|
+
type: "uint256",
|
|
2063
|
+
},
|
|
2064
|
+
],
|
|
2065
|
+
stateMutability: "view",
|
|
2066
|
+
type: "function",
|
|
2067
|
+
},
|
|
2068
|
+
{
|
|
2069
|
+
inputs: [],
|
|
2070
|
+
name: "totalSupply",
|
|
2071
|
+
outputs: [
|
|
2072
|
+
{
|
|
2073
|
+
internalType: "uint256",
|
|
2074
|
+
name: "",
|
|
2075
|
+
type: "uint256",
|
|
2076
|
+
},
|
|
2077
|
+
],
|
|
2078
|
+
stateMutability: "view",
|
|
2079
|
+
type: "function",
|
|
2080
|
+
},
|
|
2081
|
+
{
|
|
2082
|
+
inputs: [
|
|
2083
|
+
{
|
|
2084
|
+
internalType: "address",
|
|
2085
|
+
name: "dst",
|
|
2086
|
+
type: "address",
|
|
2087
|
+
},
|
|
2088
|
+
{
|
|
2089
|
+
internalType: "uint256",
|
|
2090
|
+
name: "amount",
|
|
2091
|
+
type: "uint256",
|
|
2092
|
+
},
|
|
2093
|
+
],
|
|
2094
|
+
name: "transfer",
|
|
2095
|
+
outputs: [
|
|
2096
|
+
{
|
|
2097
|
+
internalType: "bool",
|
|
2098
|
+
name: "",
|
|
2099
|
+
type: "bool",
|
|
2100
|
+
},
|
|
2101
|
+
],
|
|
2102
|
+
stateMutability: "nonpayable",
|
|
2103
|
+
type: "function",
|
|
2104
|
+
},
|
|
2105
|
+
{
|
|
2106
|
+
inputs: [
|
|
2107
|
+
{
|
|
2108
|
+
internalType: "address",
|
|
2109
|
+
name: "src",
|
|
2110
|
+
type: "address",
|
|
2111
|
+
},
|
|
2112
|
+
{
|
|
2113
|
+
internalType: "address",
|
|
2114
|
+
name: "dst",
|
|
2115
|
+
type: "address",
|
|
2116
|
+
},
|
|
2117
|
+
{
|
|
2118
|
+
internalType: "uint256",
|
|
2119
|
+
name: "amount",
|
|
2120
|
+
type: "uint256",
|
|
2121
|
+
},
|
|
2122
|
+
],
|
|
2123
|
+
name: "transferFrom",
|
|
2124
|
+
outputs: [
|
|
2125
|
+
{
|
|
2126
|
+
internalType: "bool",
|
|
2127
|
+
name: "",
|
|
2128
|
+
type: "bool",
|
|
2129
|
+
},
|
|
2130
|
+
],
|
|
2131
|
+
stateMutability: "nonpayable",
|
|
2132
|
+
type: "function",
|
|
2133
|
+
},
|
|
2134
|
+
{
|
|
2135
|
+
inputs: [],
|
|
2136
|
+
name: "underlying",
|
|
2137
|
+
outputs: [
|
|
2138
|
+
{
|
|
2139
|
+
internalType: "address",
|
|
2140
|
+
name: "",
|
|
2141
|
+
type: "address",
|
|
2142
|
+
},
|
|
2143
|
+
],
|
|
2144
|
+
stateMutability: "view",
|
|
2145
|
+
type: "function",
|
|
2146
|
+
},
|
|
2147
|
+
{
|
|
2148
|
+
inputs: [],
|
|
2149
|
+
name: "underlyingBalance",
|
|
2150
|
+
outputs: [
|
|
2151
|
+
{
|
|
2152
|
+
internalType: "uint256",
|
|
2153
|
+
name: "",
|
|
2154
|
+
type: "uint256",
|
|
2155
|
+
},
|
|
2156
|
+
],
|
|
2157
|
+
stateMutability: "view",
|
|
2158
|
+
type: "function",
|
|
2159
|
+
},
|
|
2160
|
+
{
|
|
2161
|
+
inputs: [
|
|
2162
|
+
{
|
|
2163
|
+
internalType: "address",
|
|
2164
|
+
name: "addr",
|
|
2165
|
+
type: "address",
|
|
2166
|
+
},
|
|
2167
|
+
],
|
|
2168
|
+
name: "whitelist",
|
|
2169
|
+
outputs: [],
|
|
2170
|
+
stateMutability: "nonpayable",
|
|
2171
|
+
type: "function",
|
|
2172
|
+
},
|
|
2173
|
+
{
|
|
2174
|
+
inputs: [
|
|
2175
|
+
{
|
|
2176
|
+
internalType: "address",
|
|
2177
|
+
name: "",
|
|
2178
|
+
type: "address",
|
|
2179
|
+
},
|
|
2180
|
+
],
|
|
2181
|
+
name: "whitelisted",
|
|
2182
|
+
outputs: [
|
|
2183
|
+
{
|
|
2184
|
+
internalType: "bool",
|
|
2185
|
+
name: "",
|
|
2186
|
+
type: "bool",
|
|
2187
|
+
},
|
|
2188
|
+
],
|
|
2189
|
+
stateMutability: "view",
|
|
2190
|
+
type: "function",
|
|
2191
|
+
},
|
|
2192
|
+
];
|
|
2193
|
+
const _bytecode = "0x608060405234602f57670de0b6b3a7640000601155601a6034565b60206034565b60405161558690816100da8239f35b600080fd5b60475460ff8160081c1660845760ff80821610604d5750565b60ff90811916176047557f7f26b83ff96e1f2b6a682f133852f6798a09c465da95921460cefb3847402498602060405160ff8152a1565b60405162461bcd60e51b815260206004820152602760248201527f496e697469616c697a61626c653a20636f6e747261637420697320696e697469604482015266616c697a696e6760c81b6064820152608490fdfe6080604052600436101561001257600080fd5b60003560e01c806306fdde03146104575780630786f22314610452578063095ea7b31461044d5780630e752702146104485780630ed7fbfa14610443578063134131a21461043e578063173b99041461043957806317bfdfbc1461043457806318160ddd1461042f578063182df0f51461042a5780631be195601461042557806323b872dd146104205780632608f8181461041b57806326782247146104165780632826c1a1146104115780632d7183f61461040c57806330fa738c14610407578063313ce567146104025780633af9e669146103fd5780633b1d21a2146103f85780633e941010146103f35780634000fbad146103ee57806341e34006146103e957806342f3251a146103e457806344849cb8146103df5780634576b5db146103da57806347bd3718146103d557806359356c5c146103d05780635fe3b567146103cb578063601a0bf1146103c65780636752e702146103c15780636f307dc3146103bc57806370a08231146103b757806373acee98146103b2578063852a12e3146103ad5780638f840ddd146103a857806395d89b41146103a357806395dd91931461039e5780639b19251a146103995780639b1a5bf4146103945780639c7f33151461038f5780639e2116411461038a578063a0712d6814610385578063a6afed9514610380578063a9059cbb1461037b578063aa5af0fd14610376578063ac784ddc14610371578063ae9d70b01461036c578063b586638214610367578063b71d1a0c14610362578063bd6d894d1461035d578063c37f68e214610358578063c5ebeaec14610353578063cfa992011461034e578063d4af8de214610349578063d936547e14610344578063db006a751461033f578063dd62ed3e1461033a578063e31bc45414610335578063e9c714f214610330578063eac1fed01461032b578063f2b3abbd14610326578063f3fdb15a14610321578063f5e3c4621461031c578063f851a44014610317578063f8f9da2814610312578063fca7820b1461030d5763fe9c44ae1461030857600080fd5b6129dc565b612917565b6128b4565b612887565b6124a0565b612477565b61236e565b61234d565b612216565b612178565b612115565b6120d6565b612094565b611ffc565b611fab565b611dcc565b611d59565b611d3e565b611c8f565b611bf3565b611b4c565b611b30565b611b12565b611aca565b611ab1565b611a78565b6119f9565b6119a6565b611983565b61192d565b61190b565b611863565b611845565b61159d565b61154d565b611510565b6114e3565b6114c0565b6113a5565b61137c565b61135e565b611340565b61123a565b61121c565b6111fe565b6111c3565b611155565b61107b565b611060565b610ff6565b610fd5565b610fb9565b610f27565b610e68565b610d89565b610d2a565b610cb5565b610afd565b610ada565b610abc565b610a59565b610a3b565b610894565b610736565b610718565b610688565b610634565b610554565b600091031261046757565b600080fd5b90600182811c9216801561049c575b602083101461048657565b634e487b7160e01b600052602260045260246000fd5b91607f169161047b565b634e487b7160e01b600052604160045260246000fd5b6020810190811067ffffffffffffffff8211176104d857604052565b6104a6565b90601f8019910116810190811067ffffffffffffffff8211176104d857604052565b919082519283825260005b84811061052b575050826000602080949584010152601f8019910116010190565b8060208092840101518282860101520161050a565b9060206105519281815201906104ff565b90565b3461046757600036600319011261046757604051600154600090816105788261046c565b808552916001811690811561060d57506001146105b0575b6105ac846105a0818603826104dd565b60405191829182610540565b0390f35b600181527fb10e2d527612073b26eecdfd717e6a320cf44b4afac2b0732d9fcbe2b7fa0cf6939250905b8082106105f3575090915081016020016105a082610590565b9192600181602092548385880101520191019092916105da565b60ff191660208087019190915292151560051b850190920192506105a09150839050610590565b3461046757600036600319011261046757602060ff60005460081c166040519015158152f35b6001600160a01b0381160361046757565b604435906106788261065a565b565b61010435906106788261065a565b34610467576040366003190112610467576004356106a58161065a565b6024359033600052600f602052816106d38260406000209060018060a01b0316600052602052604060002090565b556040519182526001600160a01b03169033907f8c5be1e5ebec7d5bd14f71427d1e84f3dd0314c0f7b2291e5b200ac8c7c3b92590602090a360405160018152602090f35b3461046757602036600319011261046757610734600435613588565b005b34610467576000366003190112610467576049546107a7906101e09061076c906001600160a01b03165b6001600160a01b031690565b60005460181c6001600160a01b03166040516335ea6a7560e01b81526001600160a01b03909116600482015292839190829081906024820190565b03915afa90811561088f57600091610860575b506107f56107e36001600160801b036107dd60408501516001600160801b031690565b16612b96565b6b033b2e3c9fd0803ce8000000900490565b6105ac6108436107e361082f61082360a06108346107e361082f61082360808c01516001600160801b031690565b6001600160801b031690565b612b96565b9701516001600160801b031690565b604051938493846040919493926060820195825260208201520152565b61088291506101e03d8111610888575b61087a81836104dd565b810190612a56565b386107ba565b503d610870565b612b74565b34610467576040366003190112610467576004356108b18161065a565b60243560005460ff8160101c1615610a2a5762ff00001916600055604051637f4e225760e11b8152602081600481335afa90811561088f57600091610a0b575b506109fa5760055461090d90610760906001600160a01b031681565b604051637bca031760e11b8152336004820152602081602481855afa90811561088f576000916109db575b501561099b57604051637bca031760e11b815230600482015290602090829060249082905afa90811561088f576000916109ac575b501561099b57610985916001600160a01b03166135b4565b6107346201000062ff0000196000541617600055565b6334b04fe360e11b60005260046000fd5b6109ce915060203d6020116109d4575b6109c681836104dd565b810190612c0d565b3861096d565b503d6109bc565b6109f4915060203d6020116109d4576109c681836104dd565b38610938565b634a8af12d60e01b60005260046000fd5b610a24915060203d6020116109d4576109c681836104dd565b386108f1565b63b5dfd9e560e01b60005260046000fd5b34610467576000366003190112610467576020600854604051908152f35b3461046757602036600319011261046757600435610a768161065a565b6000549060ff8260101c1615610a2a57610aa09162ff00001916600055610a9b6130d3565b613f8b565b6000805462ff0000191662010000179055604051908152602090f35b34610467576000366003190112610467576020600d54604051908152f35b34610467576000366003190112610467576020610af56137b6565b604051908152f35b3461046757602036600319011261046757600435610b1a8161065a565b600354600881901c6001600160a01b03163303610ca4576000546001600160a01b038381169391610b519160189190911c16610760565b8314610c93576040516370a0823160e01b815230600482015291602083602481875afa92831561088f57600093610c72575b506040516370a0823160e01b815230600482015291602083602481885afa91821561088f57610bd093600093610c49575b50610bca9060081c6001600160a01b0316610760565b90613812565b6040516370a0823160e01b815230600482015291602090839060249082905afa91821561088f57600092610c18575b5003610c0757005b6346edcd5360e11b60005260046000fd5b610c3b91925060203d602011610c42575b610c3381836104dd565b810190612c22565b9038610bff565b503d610c29565b610bca919350610c6a6107609160203d602011610c4257610c3381836104dd565b939150610bb4565b610c8c91935060203d602011610c4257610c3381836104dd565b9138610b83565b632f028cfb60e01b60005260046000fd5b634755657960e01b60005260046000fd5b3461046757606036600319011261046757600435610cd28161065a565b602435610cde8161065a565b6044356000549160ff8360101c1615610a2a576105ac93610d089362ff00001916600055336138a4565b6000805462ff0000191662010000179055604051901581529081906020820190565b3461046757604036600319011261046757600435610d478161065a565b6024356000549160ff8360101c1615610a2a57610d759262ff00001916600055610d6f6130d3565b33614396565b506000805462ff0000191662010000179055005b34610467576000366003190112610467576004546040516001600160a01b039091168152602090f35b604051906106786101e0836104dd565b604051906106786020836104dd565b67ffffffffffffffff81116104d857601f01601f191660200190565b929192610df982610dd1565b91610e0760405193846104dd565b829481845281830111610467578281602093846000960137010152565b60606003198201126104675760043591602435916044359067ffffffffffffffff821161046757806023830112156104675781602461055193600401359101610ded565b3461046757610e7636610e24565b60005460181c6001600160a01b03169190823b1561046757610eb59260009283604051809681958294639fd5a6cf60e01b84528a303360048701612c31565b03925af1801561088f57610f03575b506000549060ff8260101c1615610a2a57610ef09162ff00001916600055610eea6130d3565b336145b4565b6000805462ff0000191662010000179055005b80610f10600080936104dd565b8003126104675738610ec4565b8015150361046757565b346104675760c036600319011261046757600435610f448161065a565b602435610f508161065a565b608435606435604435610f6283610f1d565b60a435936000549560ff8760101c1615610a2a57610ef09662ff000019166000558515610fb0575b670de0b6b3a76400008611610fa0575b33613caf565b670de0b6b3a76400009550610f9a565b60009550610f8a565b3461046757600036600319011261046757602060405160048152f35b3461046757600036600319011261046757602060ff60035416604051908152f35b34610467576020366003190112610467576020670de0b6b3a76400006110566004356110218161065a565b611029613241565b9060405191611037836104bc565b82526001600160a01b03166000908152600e8552604090205490613fcd565b5104604051908152f35b34610467576000366003190112610467576020610af5613e65565b346104675760203660031901126104675760043560005460ff8160101c1615610a2a5762ff000019166000556110af6130d3565b6014544203611144576110c29033614e72565b600c548181019081811161113f57811061112e57600c8190556040805133815260208101939093528201527fa91e67c5ea634cd43a12c5a482724b03de01e85ca68702a53d0c2f45cb7c1dc59080606081015b0390a16107346201000062ff0000196000541617600055565b6335c973c760e21b60005260046000fd5b612b80565b639d4e8c1b60e01b60005260046000fd5b34610467576020366003190112610467576003546004359060081c6001600160a01b03163303610ca457601180549082905560408051918252602082018390527f68e61dbc80efc8af787740901509a321d0fc29f4e432fae6c4e175867b96144391a1604051908152602090f35b34610467576040366003190112610467576111ec6004356111e38161065a565b60243590612d18565b60408051928352602083019190915290f35b34610467576000366003190112610467576020601154604051908152f35b34610467576000366003190112610467576020604854604051908152f35b34610467576020366003190112610467576004356112578161065a565b60035460081c6001600160a01b03163303610ca4576005546001600160a01b0316604051623f1ee960e11b81529091906020816004816001600160a01b0386165afa90811561088f57600091611321575b501561131057600580546001600160a01b0319166001600160a01b0383161790557f7ac369dbd14fa5ea3f473ed67cc9d598964a77501540ba6751eb0b3decf5870d915b604080516001600160a01b039283168152929091166020830152819081015b0390a1005b6383aebebd60e01b60005260046000fd5b61133a915060203d6020116109d4576109c681836104dd565b386112a8565b34610467576000366003190112610467576020600b54604051908152f35b34610467576000366003190112610467576020601254604051908152f35b34610467576000366003190112610467576005546040516001600160a01b039091168152602090f35b34610467576020366003190112610467576004356113c16130d3565b60035460081c6001600160a01b03163303610ca45760005460ff8160101c1615610a2a5762ff0000191660005560145442036114af5780611400613e65565b1061149e57600c549081811161148d5780820391821161113f57816114457f3bad0c59cf2f06e7314077049f48a93578cd16f5ef92329f1dab1420a99c177e93600c55565b60035461145f90839060081c6001600160a01b0316614cde565b6003546040805160089290921c6001600160a01b031682526020820193909352918201528060608101611115565b63152125f760e21b60005260046000fd5b633345e99960e01b60005260046000fd5b631747e30360e21b60005260046000fd5b34610467576000366003190112610467576020604051670429d069189e00008152f35b346104675760003660031901126104675760005460405160189190911c6001600160a01b03168152602090f35b346104675760203660031901126104675760043561152d8161065a565b60018060a01b0316600052600e6020526020604060002054604051908152f35b346104675760003660031901126104675760005460ff8160101c1615610a2a5762ff0000191660005561157e6130d3565b600b546000805462ff0000191662010000179055604051908152602090f35b346104675760203660031901126104675760043560005460ff8160101c1615610a2a5762ff000019166000556115d16130d3565b6115d96137b6565b906115e2610dc2565b9182526115ef8282615433565b336000908152600e6020526040902090929083905403611810575b60055461162190610760906001600160a01b031681565b905190803b15610467576040516317c4196b60e11b8152916000918391829084908290611654908a33306004860161458a565b03925af1801561088f576117fb575b5060145442036117ea5780611676613e65565b106117d95761168f61168a83600d546130c6565b600d55565b336000908152600e602052604090206116ab9083905b546130c6565b336000908152600e602052604090208190551515806117bd575b6117ac57336116d48282615311565b60405183815230919060008051602061553183398151915290602090a360408051338152602081018390529081018390527fe5b754fb1abb7f01b499791d0b820ae3b6af3424ac1c59768edb53f4ec31a92990606090a160055461174290610760906001600160a01b031681565b91823b156104675761177092600092836040518096819582946351dff98960e01b845233306004860161458a565b03925af1801561088f57611791576000805462ff0000191662010000179055005b806117a060006117a6936104dd565b8061045c565b38610ef0565b6330a46c4960e21b60005260046000fd5b50336000908152600e602052604090206103e8905411156116c5565b6391240a1b60e01b60005260046000fd5b63a17754ef60e01b60005260046000fd5b806117a0600061180a936104dd565b38611663565b6103e8831115611834576103e8821161160a57632005234160e01b60005260046000fd5b63d1b61f5160e01b60005260046000fd5b34610467576000366003190112610467576020600c54604051908152f35b3461046757600036600319011261046757604051600254600090816118878261046c565b808552916001811690811561060d57506001146118ae576105ac846105a0818603826104dd565b600281527f405787fa12a823e0f2b7631cc41b3ba8828b3321ca811111fa75cd3aa3bb5ace939250905b8082106118f1575090915081016020016105a082610590565b9192600181602092548385880101520191019092916118d8565b34610467576020366003190112610467576020610af5600435610a9b8161065a565b346104675760203660031901126104675760043561194a8161065a565b60035460081c6001600160a01b03163303610ca4576001600160a01b03166000908152601560205260409020805460ff19166001179055005b3461046757600036600319011261046757602060ff600054166040519015158152f35b34610467576020366003190112610467576004356119c38161065a565b60035460081c6001600160a01b03163303610ca4576001600160a01b03166000908152601560205260409020805460ff19169055005b3461046757611a0736610e24565b60005460181c6001600160a01b03169190823b1561046757611a469260009283604051809681958294639fd5a6cf60e01b84528a303360048701612c31565b03925af1801561088f57611a5e575b61073482613588565b80611a6b600080936104dd565b8003126104675738611a55565b34610467576020366003190112610467576004356000549060ff8260101c1615610a2a57610ef09162ff00001916600055610eea6130d3565b34610467576000366003190112610467576107346130d3565b3461046757604036600319011261046757600435611ae78161065a565b6024356000549060ff8260101c1615610a2a576105ac92610d089262ff0000191660005533336138a4565b34610467576000366003190112610467576020600a54604051908152f35b3461046757600036600319011261046757602060405160008152f35b34610467576000366003190112610467576006546001600160a01b03166020611b73613e65565b600b54600c54600854604051635c0b440b60e11b815260048101949094526024840192909252604483015260648201529182908180608481015b03915afa801561088f576105ac91600091611bd4575b506040519081529081906020820190565b611bed915060203d602011610c4257610c3381836104dd565b38611bc3565b346104675760003660031901126104675760035460081c6001600160a01b03163303610ca4576000546040516370a0823160e01b815230600482015290602090829060181c6001600160a01b031681806024810103915afa801561088f5761073491600091611c63575b50601255565b611c7c915060203d602011610c4257610c3381836104dd565b38611c5d565b60e435906106788261065a565b3461046757602036600319011261046757600435611cac8161065a565b60035460081c6001600160a01b03163303610ca4576004546001600160a01b03821691908215611d2d576001600160a01b03198116909217600455604080516001600160a01b0393841681529290911660208301527fca4f2f25d0898edd99413412fb94012f9e54ec8142f9b093e7720646a95b16a991908190810161130b565b63e6c4247b60e01b60005260046000fd5b34610467576000366003190112610467576020610af5613241565b3461046757602036600319011261046757600435611d768161065a565b6001600160a01b0381166000908152600e602052604090205490611d9990613f8b565b906105ac611da56137b6565b60115490604051948594859094939260609260808301968352602083015260408201520152565b346104675760203660031901126104675760043560005460ff8160101c1615610a2a5762ff00001916600055611e006130d3565b600554611e1790610760906001600160a01b031681565b803b156104675760405163368f515360e21b815230600482015233602482015260448101839052906000908290606490829084905af1801561088f57611f96575b506014544203611f855780611e6b613e65565b10611f74577f13ed6866d4e1ee6da46f845c46d7e54120883d75c5ea9a2dacc1c4ca8984ab8033611ea483611e9f83613f8b565b612d0b565b611eda84611eb481600b54612d0b565b336000908152601060205260409020848155600a54600190910155600b819055936151d3565b6040805133815260208101869052908101919091526060810191909152608090a1600554611f1290610760906001600160a01b031681565b803b1561046757604051631407e28160e01b815233600482015260248101839052906000908290604490829084905af1801561088f57611f5f576000805462ff0000191662010000179055005b806117a06000611f6e936104dd565b80610ef0565b6348c2588160e01b60005260046000fd5b630a42bc3960e41b60005260046000fd5b806117a06000611fa5936104dd565b38611e58565b34610467576000366003190112610467576020601454604051908152f35b9080601f830112156104675781602061055193359101610ded565b60ff81160361046757565b60c4359061067882611fe4565b34610467576101003660031901126104675760043561201a8161065a565b602435906120278261065a565b604435916120348361065a565b6064359260843567ffffffffffffffff811161046757612058903690600401611fc9565b60a4359467ffffffffffffffff86116104675761207c610734963690600401611fc9565b92612085611fef565b9461208e611c82565b966132e0565b34610467576020366003190112610467576004356120b18161065a565b60018060a01b03166000526015602052602060ff604060002054166040519015158152f35b34610467576020366003190112610467576004356000549060ff8260101c1615610a2a57610ef09162ff0000191660005561210f6130d3565b33614835565b3461046757604036600319011261046757602061216f6004356121378161065a565b602435906121448261065a565b60018060a01b0316600052600f835260406000209060018060a01b0316600052602052604060002090565b54604051908152f35b3461046757610120366003190112610467576004356121968161065a565b602435906121a38261065a565b6121ab61066b565b916064359260843567ffffffffffffffff8111610467576121d0903690600401611fc9565b9360a4359467ffffffffffffffff8611610467576121f5610734963690600401611fc9565b916121fe611fef565b93612207611c82565b9561221061067a565b97613407565b34610467576000366003190112610467576004546001600160a01b0381163314801590612345575b612334576003547fca4f2f25d0898edd99413412fb94012f9e54ec8142f9b093e7720646a95b16a991907ff9ffabca9c8276e99321725bcb43fb076a6c66a54b7f21c4e8146d8519b417dc906122b0906122a39060081c6001600160a01b0316610760565b926001600160a01b031690565b60038054610100600160a81b031916600883901b610100600160a81b03161790556001600160a01b031691600480546001600160a01b0319169055600354604080516001600160a01b03938416815260089290921c9092166020820152a1600454604080516001600160a01b0393841681529290911660208301528190810161130b565b63d1ec4b2360e01b60005260046000fd5b50331561223e565b34610467576000366003190112610467576020604051655af3107a40008152f35b346104675760203660031901126104675760043561238b8161065a565b60035460081c6001600160a01b03163303610ca4576123a86130d3565b6014544203612466576006546001600160a01b031690600460206123cb84610760565b6040516310c8fc9560e11b815292839182905afa90811561088f57600091612447575b501561243657600680546001600160a01b0319166001600160a01b0383161790557fedffc32e068c7c95dfd4bdfd5c4d939a084d6b11c4199eac8436ed234d72f926916112ec565b63ee39b72560e01b60005260046000fd5b612460915060203d6020116109d4576109c681836104dd565b386123ee565b637b964b3b60e01b60005260046000fd5b34610467576000366003190112610467576006546040516001600160a01b039091168152602090f35b34610467576000606036600319011261288457600435906124c08261065a565b6024356044356124cf8161065a565b825460ff8160101c16156128755762ff0000191683556124ed6130d3565b6001600160a01b03811691823b156128715760405163a6afed9560e01b8152848160048183885af1801561088f5761285d575b5060055461253890610760906001600160a01b031681565b803b1561272e57846040518092632fe3f38f60e11b82528180612562878c338b3060048701613a7a565b03915afa801561088f57612849575b50601454420361283a5760405163cfa9920160e01b815260208160048188885af190811561088f57859161281b575b50420361280c576001600160a01b03851633146127fd5780156127ee5760001981146127df576125d1908533614396565b906125dc8282612d18565b6040516370a0823160e01b81526001600160a01b03881660048201529096919490602081602481855afa801561088f57869188916127c0575b50106127b157859695949530821460001461273257612638915086833330613aac565b604080513381526001600160a01b0383811660208301529181018590529083166060820152608081018690527f298637f684da70674f26509b10f07ec2fbc77a335ab1e7d6215a4b2484d8bb529060a090a16005546126a190610760906001600160a01b031681565b91823b1561272e576040516347ef3b3b60e01b81523060048201526001600160a01b03918216602482015233604482015291166064820152608481019290925260a482019390935291829060c490829084905af1801561088f5761271a575b506127176201000062ff0000196000541617600055565b80f35b806117a083612728936104dd565b38612700565b8480fd5b813b156127ad576040516316b8c1fb60e11b81523360048201526001600160a01b038416602482015260448101889052606481019190915260006084820181905260a48201529490859060c490829084905af193841561088f578694612799575b50612638565b806117a0866127a7936104dd565b38612793565b8580fd5b630e7a24eb60e11b8652600486fd5b6127d9915060203d602011610c4257610c3381836104dd565b38612615565b63f72ef4e160e01b8452600484fd5b63b2f72f4760e01b8452600484fd5b63039f861b60e51b8452600484fd5b633e88627b60e11b8452600484fd5b612834915060203d602011610c4257610c3381836104dd565b386125a0565b63fbf3ea7960e01b8452600484fd5b806117a086612857936104dd565b38612571565b8461286a919592956104dd565b9238612520565b8380fd5b63b5dfd9e560e01b8452600484fd5b80fd5b346104675760003660031901126104675760035460405160089190911c6001600160a01b03168152602090f35b3461046757600036600319011261046757600654611bad906020906001600160a01b03166128e0613e65565b600b54600c546040516315f2405360e01b815260048101939093526024830191909152604482015292839190829081906064820190565b346104675760203660031901126104675760043560005460ff8160101c1615610a2a5762ff0000191660005560035460081c6001600160a01b03163303610ca4576129606130d3565b60145442036129cb57670de0b6b3a764000081116129ba5760088054908290556040805191825260208201929092527faaa68312e2ea9d50e16af5068410ab56e1a1fd06037b1a35664812c30f8214609181908101611115565b631b9bc96960e11b60005260046000fd5b637b452e8160e11b60005260046000fd5b3461046757600036600319011261046757602060405160018152f35b919082602091031261046757604051612a10816104bc565b91518252565b51906001600160801b038216820361046757565b519064ffffffffff8216820361046757565b519061ffff8216820361046757565b51906106788261065a565b6101e081830312610467576101c0612b6b91612a7a612a73610db2565b94826129f8565b8452612a8860208201612a16565b6020850152612a9960408201612a16565b6040850152612aaa60608201612a16565b6060850152612abb60808201612a16565b6080850152612acc60a08201612a16565b60a0850152612add60c08201612a2a565b60c0850152612aee60e08201612a3c565b60e0850152612b006101008201612a4b565b610100850152612b136101208201612a4b565b610120850152612b266101408201612a4b565b610140850152612b396101608201612a4b565b610160850152612b4c6101808201612a16565b610180850152612b5f6101a08201612a16565b6101a085015201612a16565b6101c082015290565b6040513d6000823e3d90fd5b634e487b7160e01b600052601160045260246000fd5b90670de0b6b3a7640000820291808304670de0b6b3a7640000149015171561113f57565b90655af3107a4000820291808304655af3107a4000149015171561113f57565b8181029291811591840414171561113f57565b8115612bf7570490565b634e487b7160e01b600052601260045260246000fd5b90816020910312610467575161055181610f1d565b90816020910312610467575190565b6001600160a01b039182168152911660208201526040810191909152606081019190915260a060808201819052610551929101906104ff565b90816060910312610467578051612c8081610f1d565b9160406020830151612c9181611fe4565b92015161055181610f1d565b9081606091031261046757604051906060820182811067ffffffffffffffff8211176104d857612cee916040918252612cd581612a3c565b8452612ce360208201612a3c565b602085015201612a3c565b604082015290565b90670de0b6b3a7640000820180921161113f57565b9190820180921161113f57565b600554909290612d3290610760906001600160a01b031681565b604051638e8f294b60e01b81523060048201529092606082602481875afa91821561088f576000906000936130a1575b501561309057604051638e8f294b60e01b81526001600160a01b038616600482015291606083602481885afa92831561088f5760009060009461305b575b501561304a5760405163231d97a560e21b815290606082600481895afa91821561088f57600092613019575b5060ff80612dee612de9612de2865161ffff1690565b61ffff1690565b612bba565b9516911614612f94575b506040516312bdd04160e31b815230600482015291602083602481885afa92831561088f57600093612f73575b506040516312bdd04160e31b81526001600160a01b038716600482015294602090869060249082905afa94851561088f57600095612f4e575b5060405163182df0f560e01b81529495939493602090859060049082906001600160a01b03165afa92831561088f5782612f0e612f2393612f08612f01612f1498612f14966105519b600092612f29575b50612ef890612edc612ec087612cf6565b612ec8610dc2565b908152612ed3610dc2565b90838252613f09565b95612ee5610dc2565b908152612ef0610dc2565b918252613f09565b9c612ee5610dc2565b8092613f42565b99613f42565b97613fcd565b670de0b6b3a764000090510490565b94613fcd565b612ef8919250612f479060203d602011610c4257610c3381836104dd565b9190612eaf565b6004949550612f6b602091823d8411610c4257610c3381836104dd565b959450612e5e565b612f8d91935060203d602011610c4257610c3381836104dd565b9138612e25565b604051637f4e225760e11b815291925090602081600481305afa90811561088f57600091612ffa575b50612fdf57612de9612de26040612fd793015161ffff1690565b905b38612df8565b612de9612de26020612ff493015161ffff1690565b90612fd9565b613013915060203d6020116109d4576109c681836104dd565b38612fbd565b61303c91925060603d606011613043575b61303481836104dd565b810190612c9d565b9038612dcc565b503d61302a565b6331c5793560e01b60005260046000fd5b905061308091935060603d606011613089575b61307881836104dd565b810190612c6a565b50929038612da0565b503d61306e565b630172c17b60e01b60005260046000fd5b90506130bd91925060603d6060116130895761307881836104dd565b50919038612d62565b9190820391821161113f57565b60145442811461323e576130e5613e65565b600b5490600c5492600a549261310861076061076060065460018060a01b031690565b6040516315f2405360e01b81526004810185905260248101839052604481018790529590602090879060649082905afa95861561088f576131d086611e9f612f146131be996131ca6131a17f4dec04e750ca11537cabcd8a9eab06494de08da3735bc8871cd41250e190bc049d6132149b6131f199600092613219575b5061319090426130c6565b90613199610dc2565b908152613fcd565b97611e9f612f146131b5612f148d8d613fcd565b9e8f9c8d612d0b565b9b600854613199610dc2565b96613fcd565b916131da42601455565b6131e383600a55565b6131ec84600b55565b600c55565b604051948594859094939260609260808301968352602083015260408201520152565b0390a1565b6131909192506132379060203d602011610c4257610c3381836104dd565b9190613185565b50565b60005460ff8160101c1615610a2a5762ff000019166000556132616130d3565b6132696137b6565b906201000062ff0000196000541617600055565b1561328457565b60405162461bcd60e51b815260206004820152602e60248201527f496e697469616c697a61626c653a20636f6e747261637420697320616c72656160448201526d191e481a5b9a5d1a585b1a5e995960921b6064820152608490fd5b969492909161332d9694926047549861331160ff8b60081c16151515809b816133af575b811561338f575b5061327d565b89613324600160ff196047541617604755565b613376576133bd565b61333357565b61334361ff001960475416604755565b604051600181527f7f26b83ff96e1f2b6a682f133852f6798a09c465da95921460cefb3847402498908060208101613214565b61338a61010061ff00196047541617604755565b6133bd565b303b159150816133a1575b503861330b565b60ff1660011490503861339a565b600160ff8216109150613304565b96949290916133cd9694926141ff565b6001600160a01b03811615611d2d57600080546301000000600160b81b03191660189290921b6301000000600160b81b0316919091179055565b9795939161332d979593916047549961343660ff8c60081c16151515809c816133af57811561338f575061327d565b8a613449600160ff196047541617604755565b156134625761346261010061ff00196047541617604755565b9796949290916134739694926141ff565b6001600160a01b03821615611d2d57600080546301000000600160b81b031916601884901b6301000000600160b81b0316179055613517916101e0916134d590604980546001600160a01b0319166001600160a01b0392909216919091179055565b6049546134ea906001600160a01b0316610760565b6040516335ea6a7560e01b81526001600160a01b0390921660048301529092839190829081906024820190565b03915afa90811561088f576107606101006106789361354793600091613569575b5001516001600160a01b031690565b60018060a01b03166bffffffffffffffffffffffff60a01b604a541617604a55565b61358291506101e03d81116108885761087a81836104dd565b38613538565b6000549060ff8260101c1615610a2a576132699162ff000019166000556135ad6130d3565b3333614396565b906135bd6130d3565b6005546000906135d790610760906001600160a01b031681565b803b156137b25760405163368f515360e21b81523060048201526001600160a01b0385166024820152604481018490529082908290606490829084905af1801561088f5761379e575b50601454420361378f5781613633613e65565b10613780576001600160a01b038316907f13ed6866d4e1ee6da46f845c46d7e54120883d75c5ea9a2dacc1c4ca8984ab809061367284611e9f85613f8b565b61367e85600b54612d0b565b918161369c8860018060a01b03166000526010602052604060002090565b55600a546001600160a01b0388166000908152601060205260409020600101556136c583600b55565b506136da6136d5866012546130c6565b601255565b604080516001600160a01b038816815260208101879052908101919091526060810191909152608090a160055461371b90610760906001600160a01b031681565b803b1561046757604051631407e28160e01b81526001600160a01b03949094166004850152602484018390526000908490604490829084905af192831561088f576106789361376b575b50614759565b806117a0600061377a936104dd565b38613765565b6348c2588160e01b8152600490fd5b630a42bc3960e41b8152600490fd5b806117a0836137ac936104dd565b38613620565b5080fd5b600d54806137c5575060075490565b6137cd613e65565b90600b54820180921161113f57600c54918281039281841161113f57670de0b6b3a76400008402938404670de0b6b3a7640000149114171561113f5761055191612bed565b60405163a9059cbb60e01b81526001600160a01b039092166004830152602482019290925260209060009060449082855af19081601f3d11600160005114161516613897575b501561386057565b60405162461bcd60e51b815260206004820152600f60248201526e1514905394d1915497d19052531151608a1b6044820152606490fd5b3b153d1715905038613858565b6005546138bb90610760906001600160a01b031681565b803b15610467576040516317b9b84b60e31b81523060048201526001600160a01b0384811660248301528516604482015260648101869052906000908290608490829084905af1801561088f57613a65575b506001600160a01b038381169490831693848614613a5457600080516020615531833981519152936139e4936001600160a01b0381168703613a2b576000195b61395785826130c6565b936139ca61397b876116a58760018060a01b0316600052600e602052604060002090565b916139a28861399c8360018060a01b0316600052600e602052604060002090565b54612d0b565b6001600160a01b038781166000908152600e6020526040808220969096559216825292902090565b55196139ec575b5050604051918252509081906020820190565b0390a3600090565b613a0b613a229260018060a01b0316600052600f602052604060002090565b9060018060a01b0316600052602052604060002090565b553880806139d1565b6001600160a01b0382166000908152600f60205260409020613a4e908290613a0b565b5461394d565b638cd22d1960e01b60005260046000fd5b806117a06000613a74936104dd565b3861390d565b6001600160a01b0391821681529181166020830152918216604082015291166060820152608081019190915260a00190565b9092939193600091613acb61076061076060055460018060a01b031690565b90813b156128715786839287868094613afb6040519788968795869463d02f735160e01b86523060048701613a7a565b03925af1801561088f57613c9b575b506001600160a01b038481169390861692838514613c8c5750613b4090613b2f610dc2565b90670429d069189e0000825261481c565b94858210613c7b57857fa91e67c5ea634cd43a12c5a482724b03de01e85ca68702a53d0c2f45cb7c1dc593613b7861067898856130c6565b96613b90612f1484613b886137b6565b613199610dc2565b93613bf5613bd9613ba387600c54612d0b565b97613bad89600c55565b613bbc61168a88600d546130c6565b6001600160a01b0384166000908152600e602052604090206116a5565b6001600160a01b039092166000908152600e6020526040902090565b55613c19613bd98961399c8460018060a01b0316600052600e602052604060002090565b55858160008051602061553183398151915260405180613c3e8c829190602083019252565b0390a3604051918252309160008051602061553183398151915290602090a3604080513081526020810192909252810191909152606090a1614ac5565b632c3508cb60e21b60005260046000fd5b637a2d3db360e01b8152600490fd5b806117a084613ca9936104dd565b38613b0a565b600554919594939291613ccc90610760906001600160a01b031681565b803b15610467578260009188838795613cfc6040519788968795869463d02f735160e01b86523060048701613a7a565b03925af1801561088f57613e50575b506001600160a01b038581169690821693848814613e3f578515613e2d5750613d3f90613d36610dc2565b9081528361481c565b808310613c7b577fa91e67c5ea634cd43a12c5a482724b03de01e85ca68702a53d0c2f45cb7c1dc593613d7282856130c6565b96613d82612f1484613b886137b6565b93613d95613bd9613ba387600c54612d0b565b55613db9613bd98961399c8460018060a01b0316600052600e602052604060002090565b55878160008051602061553183398151915260405180613dde8c829190602083019252565b0390a3604051918252309160008051602061553183398151915290602090a3604080513081526020810192909252810191909152606090a115613e245761067891614835565b61067891614ac5565b613e3a9150613b2f610dc2565b613d3f565b637a2d3db360e01b60005260046000fd5b806117a06000613e5f936104dd565b38613d0b565b60495460005460405163d15e005360e01b81526001600160a01b0360189290921c821660048201529160209183916024918391165afa90811561088f57600091613eea575b50604854816b019d971e4fe8401e74000000190481111582151715610467576b033b2e3c9fd0803ce800000091026b019d971e4fe8401e74000000010490565b613f03915060203d602011610c4257610c3381836104dd565b38613eaa565b670de0b6b3a764000091613f2f916000604051613f25816104bc565b5251905190612bda565b0460405190613f3d826104bc565b815290565b6000604051613f50816104bc565b5251670de0b6b3a7640000810290808204670de0b6b3a7640000149015171561113f57613f7e915190612bed565b60405190613f3d826104bc565b6001600160a01b031660009081526010602052604090208054908115613fc6576001613fbd61055193600a5490612bda565b91015490612bed565b5050600090565b90613f7e916000604051613fe0816104bc565b5251612bda565b601f8211613ff457505050565b6000526020600020906020601f840160051c8301931061402f575b601f0160051c01905b818110614023575050565b60008155600101614018565b909150819061400f565b90815167ffffffffffffffff81116104d8576140618161405a60015461046c565b6001613fe7565b602092601f82116001146140a35761409392938291600092614098575b50508160011b916000199060031b1c19161790565b600155565b01519050388061407e565b6001600052601f198216937fb10e2d527612073b26eecdfd717e6a320cf44b4afac2b0732d9fcbe2b7fa0cf69160005b86811061410a57508360019596106140f1575b505050811b01600155565b015160001960f88460031b161c191690553880806140e6565b919260206001819286850151815501940192016140d3565b90815167ffffffffffffffff81116104d85761414a8161414360025461046c565b6002613fe7565b602092601f82116001146141805761417b929382916000926140985750508160011b916000199060031b1c19161790565b600255565b6002600052601f198216937f405787fa12a823e0f2b7631cc41b3ba8828b3321ca811111fa75cd3aa3bb5ace9160005b8681106141e757508360019596106141ce575b505050811b01600255565b015160001960f88460031b161c191690553880806141c3565b919260206001819286850151815501940192016141b0565b60038054610100600160a81b03191660089890981b610100600160a81b0316979097179096559194919291906014541580159061438b575b61437a576007556007541561436957614353947fedffc32e068c7c95dfd4bdfd5c4d939a084d6b11c4199eac8436ed234d72f926614336614343957f7ac369dbd14fa5ea3f473ed67cc9d598964a77501540ba6751eb0b3decf5870d6142f961433e966142ab670de0b6b3a7640000601155565b6142bc67016345785d8a0000600855565b600580546001600160a01b0319166001600160a01b0383161790555b60408051600081526001600160a01b03909216602083015290918291820190565b0390a161430542601455565b614316670de0b6b3a7640000600a55565b600680546001600160a01b0319166001600160a01b0383161790556142d8565b0390a1614039565b614122565b60ff1660ff196003541617600355565b6106786201000062ff0000196000541617600055565b63a2ec3a5560e01b60005260046000fd5b634743547560e01b60005260046000fd5b50600a541515614237565b6005549091906143b090610760906001600160a01b031681565b803b1561046757604051631200453160e11b81523060048201526001600160a01b0384811660248301528316604482015260648101859052906000908290608490829084905af1801561088f57614575575b506014544203614564577f1a2a22cb034d26d1854bdc6666a5b91fe25efbbb5dcad3b0355478d6f5c362a161445361444c61444661443f85613f8b565b8097614e60565b85614e72565b80956130c6565b61445f85600b546130c6565b908061447d8560018060a01b03166000526010602052604060002090565b55600a546001600160a01b0385166000908152601060205260409020600101556144a682600b55565b604080516001600160a01b038781168252861660208201529081018790526060810191909152608081019190915260a090a16005546144ef90610760906001600160a01b031681565b91600a5492803b1561046757604051631ededc9160e01b81523060048201526001600160a01b039283166024820152919092166044820152606481018490526084810192909252600090829081838160a481015b03925af1801561088f57614555575090565b806117a06000610551936104dd565b63c714a2d560e01b60005260046000fd5b806117a06000614584936104dd565b38614402565b6001600160a01b039182168152911660208201526040810191909152606081019190915260800190565b906145bd6137b6565b906145c6610dc2565b8281526005549092906145e390610760906001600160a01b031681565b803b1561046757604051635bca9add60e01b815291600091839182908490829061461390898c306004860161458a565b03925af1801561088f57614744575b506014544203614733576146369083614e72565b906103e88211156147225761464b9082615433565b90811561471157817f4c209b5fc8ad50758f13e2e1088ba56a560dff690a1c6fef26394f4c03821c4f9161468461168a83600d54612d0b565b6001600160a01b0385166000908152600e602052604090206146a790839061399c565b6001600160a01b0386166000908152600e6020526040902055604080516001600160a01b0387168152602081019290925281019190915280606081010390a16040519081526001600160a01b039190911690309060008051602061553183398151915290602090a3565b634f87e6f560e01b60005260046000fd5b6310deaa5960e01b60005260046000fd5b633393b25760e01b60005260046000fd5b806117a06000614753936104dd565b38614622565b9060006147646137b6565b9061476d610dc2565b82815260055490929061478a90610760906001600160a01b031681565b90813b15614818576147b883928392604051948580948193635bca9add60e01b83528b8d306004860161458a565b03925af1801561088f57614804575b5060145442036147f557506147e16136d583601254612d0b565b6103e88211156147225761464b9082615433565b633393b25760e01b8152600490fd5b806117a083614812936104dd565b386147c7565b8280fd5b61483190670de0b6b3a7640000925190612bda565b0490565b811515918280614abd575b614aac5761484c6137b6565b614854610dc2565b9384918252600090600014614a9a575050614872612f148285613fcd565b925b6001600160a01b0383166000908152600e6020526040902082905403614a76575b6005546148ac90610760906001600160a01b031681565b905190803b15610467576040516317c4196b60e11b81529160009183918290849082906148df90898b306004860161458a565b03925af1801561088f57614a61575b5060145442036117ea5782614901613e65565b106117d95761491561168a82600d546130c6565b6001600160a01b0382166000908152600e602052604090206149389082906116a5565b6001600160a01b0383166000908152600e60205260409020819055151580614a3c575b6117ac576001600160a01b0382166149738482615311565b6040518281523091906000805160206155318339815191529080602081015b0390a3604080516001600160a01b0384168152602081018590529081018290527fe5b754fb1abb7f01b499791d0b820ae3b6af3424ac1c59768edb53f4ec31a92990606090a16005546149ef90610760906001600160a01b031681565b803b1561046757614a1c9360008094604051968795869485936351dff98960e01b8552306004860161458a565b03925af1801561088f57614a2d5750565b806117a06000610678936104dd565b506001600160a01b0382166000908152600e602052604090206103e89054111561495b565b806117a06000614a70936104dd565b386148ee565b6103e8821115611834576103e8841161489557632005234160e01b60005260046000fd5b614aa49250615433565b600092614874565b63431f269d60e01b60005260046000fd5b506000614840565b8115159160008380614cd7575b614cc857614ade6137b6565b93614ae7610dc2565b94855215614cb457614afc612f148386613fcd565b935b6001600160a01b0384166000908152600e6020526040902083905403614c83575b600554614b3690610760906001600160a01b031681565b9051813b1561481857614b65839283926040519485809481936317c4196b60e11b83528a8c306004860161458a565b03925af1801561088f57614c6f575b506014544203614c605783614b87613e65565b10614c5157614b9b61168a83600d546130c6565b6001600160a01b0383166000908152600e60205260409020614bbe9083906116a5565b6001600160a01b0384166000908152600e60205260409020819055151580614c2c575b614c1d5750614bf08383614cde565b60405181815230906001600160a01b03841690600080516020615531833981519152908060208101614992565b6330a46c4960e21b8152600490fd5b506001600160a01b0383166000908152600e602052604090206103e890541115614be1565b6391240a1b60e01b8152600490fd5b63a17754ef60e01b8152600490fd5b806117a083614c7d936104dd565b38614b74565b6103e8831115614ca5576103e88511614b1f57632005234160e01b8252600482fd5b63d1b61f5160e01b8252600482fd5b9050614cc08382615433565b908093614afe565b63431f269d60e01b8152600490fd5b5080614ad2565b604954614d37929190602090614cfc906001600160a01b0316610760565b60005460181c6001600160a01b031660405163d15e005360e01b81526001600160a01b03909116600482015294859190829081906024820190565b03915afa91821561088f577f698867766af6bfd4ca14a6f377d78399b18266501cea9a28386b2ad6ca7bd933602093614e1a95600091614e43575b50614d7d818461545f565b90614d92614d8d836048546130c6565b604855565b614dbc60485460405193849387859094939260609260808301968352602083015260408201520152565b0390a1604954614dd4906001600160a01b0316610760565b60008054604051631a4ca37b60e21b81526001600160a01b0360189290921c82166004820152602481019490945293909316604483015290938492839182906064820190565b03925af1801561088f57614e2b5750565b61323e9060203d602011610c4257610c3381836104dd565b614e5a9150853d8711610c4257610c3381836104dd565b38614d72565b9080821015614e6d575090565b905090565b600054614e8a9060181c6001600160a01b0316610760565b6040516370a0823160e01b81523060048201526001600160a01b038216939091602083602481885afa92831561088f57600093615125575b5081614ed491614f2794953091615490565b604954602090614eec906001600160a01b0316610760565b60005460181c6001600160a01b031660405163d15e005360e01b81526001600160a01b03909116600482015293849190829081906024820190565b03915afa90811561088f577f39c53dfc44042c11ed71c9529c9412950e689ce2e40f45e82698dbb1f2ed421e92600092615104575b50614fa0614f6a838361545f565b614f79614d8d82604854612d0b565b60485490604051948594859094939260609260808301968352602083015260408201520152565b0390a16040516370a0823160e01b815230600482015290602082602481865afa91821561088f576000926150e3575b508082106150d257614fe6602091615037936130c6565b60495490938491614fff906001600160a01b0316610760565b60405163095ea7b360e01b81526001600160a01b03909116600482015260248101929092529092839190829060009082906044820190565b03925af1801561088f576150b5575b5060495461505c906001600160a01b0316610760565b60005460181c6001600160a01b031690803b156104675760405163617ba03760e01b81526001600160a01b0390921660048301526024820183905230604483015260006064830181905290829081838160848101614543565b6150cd9060203d6020116109d4576109c681836104dd565b615046565b63065559c560e51b60005260046000fd5b6150fd91925060203d602011610c4257610c3381836104dd565b9038614fcf565b61511e91925060203d602011610c4257610c3381836104dd565b9038614f5c565b614f279350614ed491615147849260203d602011610c4257610c3381836104dd565b94509150614ec2565b9081602091031261046757516105518161065a565b3d15615190573d9061517682610dd1565b9161518460405193846104dd565b82523d6000602084013e565b606090565b919392606083019460028310156151bd576040928452602084015260018060a01b0316910152565b634e487b7160e01b600052602160045260246000fd5b60055460049291906020906151f290610760906001600160a01b031681565b6040516334cc866d60e21b815294859182905afa92831561088f576000936152e0575b506040516379befbd160e01b602082019081526024820184905260009182919061524c81604481015b03601f1981018352826104dd565b519082875af161525a615165565b5080156152b6575b1561527a5761067892506001600160a01b0316614cde565b614e1a926020926001600160a01b03909116906152978183614cde565b6000604051809681958294633033674760e11b84528460048501615195565b506001600160a01b03811660009081526015602052604090206152db905b5460ff1690565b615262565b61530391935060203d60201161530a575b6152fb81836104dd565b810190615150565b9138615215565b503d6152f1565b906004916000602061533061076061076060055460018060a01b031690565b6040516334cc866d60e21b815295869182905afa93841561088f578194615412575b506040516379befbd160e01b6020820190815260248201859052829182919061537e816044810161523e565b519082885af161538c615165565b5080156153eb575b156153ad575061067892506001600160a01b0316614cde565b614e1a936020936001600160a01b03909116916153ca8284614cde565b506000604051809681958294633033674760e11b8452600160048501615195565b506001600160a01b038216600090815260156020526040902061540d906152d4565b615394565b61542c91945060203d60201161530a576152fb81836104dd565b9238615352565b670de0b6b3a7640000810290808204670de0b6b3a7640000149015171561113f57610551915190612bed565b8160011c906b033b2e3c9fd0803ce80000008219048111831517610467576b033b2e3c9fd0803ce800000002010490565b6040516323b872dd60e01b81526001600160a01b039283166004820152929091166024830152604482019290925260209060009060649082855af19081601f3d11600160005114161516615523575b50156154e757565b60405162461bcd60e51b81526020600482015260146024820152731514905394d1915497d19493d357d1905253115160621b6044820152606490fd5b3b153d17159050386154df56feddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3efa2646970667358221220808fb4ae0f59164f7a2ad0ef25312bc5c65a7341d2d4203294958da33495e27c64736f6c634300081a0033";
|
|
2194
|
+
const isSuperArgs = (xs) => xs.length > 1;
|
|
2195
|
+
class CAavePool__factory extends ethers_1.ContractFactory {
|
|
2196
|
+
constructor(...args) {
|
|
2197
|
+
if (isSuperArgs(args)) {
|
|
2198
|
+
super(...args);
|
|
2199
|
+
}
|
|
2200
|
+
else {
|
|
2201
|
+
super(_abi, _bytecode, args[0]);
|
|
2202
|
+
}
|
|
2203
|
+
}
|
|
2204
|
+
getDeployTransaction(overrides) {
|
|
2205
|
+
return super.getDeployTransaction(overrides || {});
|
|
2206
|
+
}
|
|
2207
|
+
deploy(overrides) {
|
|
2208
|
+
return super.deploy(overrides || {});
|
|
2209
|
+
}
|
|
2210
|
+
connect(runner) {
|
|
2211
|
+
return super.connect(runner);
|
|
2212
|
+
}
|
|
2213
|
+
static createInterface() {
|
|
2214
|
+
return new ethers_1.Interface(_abi);
|
|
2215
|
+
}
|
|
2216
|
+
static connect(address, runner) {
|
|
2217
|
+
return new ethers_1.Contract(address, _abi, runner);
|
|
2218
|
+
}
|
|
2219
|
+
}
|
|
2220
|
+
exports.CAavePool__factory = CAavePool__factory;
|
|
2221
|
+
CAavePool__factory.bytecode = _bytecode;
|
|
2222
|
+
CAavePool__factory.abi = _abi;
|
|
2223
|
+
//# sourceMappingURL=CAavePool__factory.js.map
|