@meterio/sumer-js 0.2.125 → 0.2.127

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (80) hide show
  1. package/dist/browser/sumer.min.js +10 -10
  2. package/dist/nodejs/abi.d.ts +141 -0
  3. package/dist/nodejs/abi.js +2341 -0
  4. package/dist/nodejs/abi.js.map +1 -1
  5. package/dist/nodejs/constants/monadtest.d.ts +1 -0
  6. package/dist/nodejs/constants/monadtest.js +2 -1
  7. package/dist/nodejs/constants/monadtest.js.map +1 -1
  8. package/dist/nodejs/constants/sepolia.d.ts +16 -0
  9. package/dist/nodejs/constants/sepolia.js +17 -1
  10. package/dist/nodejs/constants/sepolia.js.map +1 -1
  11. package/dist/nodejs/errorABIs.js +522 -0
  12. package/dist/nodejs/errorABIs.js.map +1 -1
  13. package/dist/nodejs/index.d.ts +141 -0
  14. package/dist/nodejs/typechain/@openzeppelin/contracts/proxy/beacon/index.d.ts +2 -0
  15. package/dist/nodejs/typechain/contracts/CToken/CAavePool.sol/CAavePool.d.ts +960 -0
  16. package/dist/nodejs/typechain/contracts/CToken/CAavePool.sol/CAavePool.js +3 -0
  17. package/dist/nodejs/typechain/contracts/CToken/CAavePool.sol/CAavePool.js.map +1 -0
  18. package/dist/nodejs/typechain/contracts/CToken/CAavePool.sol/IAToken.d.ts +37 -0
  19. package/dist/nodejs/typechain/contracts/CToken/CAavePool.sol/IAToken.js +3 -0
  20. package/dist/nodejs/typechain/contracts/CToken/CAavePool.sol/IAToken.js.map +1 -0
  21. package/dist/nodejs/typechain/contracts/CToken/CAavePool.sol/IAaveV3Pool.d.ts +125 -0
  22. package/dist/nodejs/typechain/contracts/CToken/CAavePool.sol/IAaveV3Pool.js +3 -0
  23. package/dist/nodejs/typechain/contracts/CToken/CAavePool.sol/IAaveV3Pool.js.map +1 -0
  24. package/dist/nodejs/typechain/contracts/CToken/CAavePool.sol/index.d.ts +3 -0
  25. package/dist/nodejs/typechain/contracts/CToken/CAavePool.sol/index.js +3 -0
  26. package/dist/nodejs/typechain/contracts/CToken/CAavePool.sol/index.js.map +1 -0
  27. package/dist/nodejs/typechain/contracts/CToken/index.d.ts +2 -0
  28. package/dist/nodejs/typechain/contracts/Oracle/aprMONAdapter.sol/AprMONAdapter.d.ts +25 -0
  29. package/dist/nodejs/typechain/contracts/Oracle/aprMONAdapter.sol/AprMONAdapter.js +3 -0
  30. package/dist/nodejs/typechain/contracts/Oracle/aprMONAdapter.sol/AprMONAdapter.js.map +1 -0
  31. package/dist/nodejs/typechain/contracts/Oracle/aprMONAdapter.sol/IAprMon.d.ts +37 -0
  32. package/dist/nodejs/typechain/contracts/Oracle/aprMONAdapter.sol/IAprMon.js +3 -0
  33. package/dist/nodejs/typechain/contracts/Oracle/aprMONAdapter.sol/IAprMon.js.map +1 -0
  34. package/dist/nodejs/typechain/contracts/Oracle/aprMONAdapter.sol/index.d.ts +2 -0
  35. package/dist/nodejs/typechain/contracts/Oracle/aprMONAdapter.sol/index.js +3 -0
  36. package/dist/nodejs/typechain/contracts/Oracle/aprMONAdapter.sol/index.js.map +1 -0
  37. package/dist/nodejs/typechain/contracts/Oracle/index.d.ts +2 -0
  38. package/dist/nodejs/typechain/factories/@openzeppelin/contracts/proxy/beacon/index.d.ts +2 -0
  39. package/dist/nodejs/typechain/factories/@openzeppelin/contracts/proxy/beacon/index.js +5 -1
  40. package/dist/nodejs/typechain/factories/@openzeppelin/contracts/proxy/beacon/index.js.map +1 -1
  41. package/dist/nodejs/typechain/factories/contracts/CToken/CAavePool.sol/CAavePool__factory.d.ts +1621 -0
  42. package/dist/nodejs/typechain/factories/contracts/CToken/CAavePool.sol/CAavePool__factory.js +2080 -0
  43. package/dist/nodejs/typechain/factories/contracts/CToken/CAavePool.sol/CAavePool__factory.js.map +1 -0
  44. package/dist/nodejs/typechain/factories/contracts/CToken/CAavePool.sol/IAToken__factory.d.ts +55 -0
  45. package/dist/nodejs/typechain/factories/contracts/CToken/CAavePool.sol/IAToken__factory.js +84 -0
  46. package/dist/nodejs/typechain/factories/contracts/CToken/CAavePool.sol/IAToken__factory.js.map +1 -0
  47. package/dist/nodejs/typechain/factories/contracts/CToken/CAavePool.sol/IAaveV3Pool__factory.d.ts +131 -0
  48. package/dist/nodejs/typechain/factories/contracts/CToken/CAavePool.sol/IAaveV3Pool__factory.js +180 -0
  49. package/dist/nodejs/typechain/factories/contracts/CToken/CAavePool.sol/IAaveV3Pool__factory.js.map +1 -0
  50. package/dist/nodejs/typechain/factories/contracts/CToken/CAavePool.sol/index.d.ts +3 -0
  51. package/dist/nodejs/typechain/factories/contracts/CToken/CAavePool.sol/index.js +13 -0
  52. package/dist/nodejs/typechain/factories/contracts/CToken/CAavePool.sol/index.js.map +1 -0
  53. package/dist/nodejs/typechain/factories/contracts/CToken/CErc20__factory.d.ts +1 -1
  54. package/dist/nodejs/typechain/factories/contracts/CToken/CErc20__factory.js +1 -1
  55. package/dist/nodejs/typechain/factories/contracts/CToken/CEther__factory.d.ts +1 -1
  56. package/dist/nodejs/typechain/factories/contracts/CToken/CEther__factory.js +1 -1
  57. package/dist/nodejs/typechain/factories/contracts/CToken/SuErc20__factory.d.ts +1 -1
  58. package/dist/nodejs/typechain/factories/contracts/CToken/SuErc20__factory.js +1 -1
  59. package/dist/nodejs/typechain/factories/contracts/CToken/index.d.ts +1 -0
  60. package/dist/nodejs/typechain/factories/contracts/CToken/index.js +25 -1
  61. package/dist/nodejs/typechain/factories/contracts/CToken/index.js.map +1 -1
  62. package/dist/nodejs/typechain/factories/contracts/Infrared/CInfraredVault.sol/CInfraredVault__factory.d.ts +1 -1
  63. package/dist/nodejs/typechain/factories/contracts/Infrared/CInfraredVault.sol/CInfraredVault__factory.js +1 -1
  64. package/dist/nodejs/typechain/factories/contracts/Oracle/aprMONAdapter.sol/AprMONAdapter__factory.d.ts +44 -0
  65. package/dist/nodejs/typechain/factories/contracts/Oracle/aprMONAdapter.sol/AprMONAdapter__factory.js +69 -0
  66. package/dist/nodejs/typechain/factories/contracts/Oracle/aprMONAdapter.sol/AprMONAdapter__factory.js.map +1 -0
  67. package/dist/nodejs/typechain/factories/contracts/Oracle/aprMONAdapter.sol/IAprMon__factory.d.ts +35 -0
  68. package/dist/nodejs/typechain/factories/contracts/Oracle/aprMONAdapter.sol/IAprMon__factory.js +58 -0
  69. package/dist/nodejs/typechain/factories/contracts/Oracle/aprMONAdapter.sol/IAprMon__factory.js.map +1 -0
  70. package/dist/nodejs/typechain/factories/contracts/Oracle/aprMONAdapter.sol/index.d.ts +2 -0
  71. package/dist/nodejs/typechain/factories/contracts/Oracle/aprMONAdapter.sol/index.js +11 -0
  72. package/dist/nodejs/typechain/factories/contracts/Oracle/aprMONAdapter.sol/index.js.map +1 -0
  73. package/dist/nodejs/typechain/factories/contracts/Oracle/index.d.ts +1 -0
  74. package/dist/nodejs/typechain/factories/contracts/Oracle/index.js +2 -1
  75. package/dist/nodejs/typechain/factories/contracts/Oracle/index.js.map +1 -1
  76. package/dist/nodejs/typechain/hardhat.d.ts +126 -0
  77. package/dist/nodejs/typechain/index.d.ts +14 -0
  78. package/dist/nodejs/typechain/index.js +17 -3
  79. package/dist/nodejs/typechain/index.js.map +1 -1
  80. package/package.json +1 -1
@@ -0,0 +1,2080 @@
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: true,
572
+ internalType: "address",
573
+ name: "owner",
574
+ type: "address",
575
+ },
576
+ {
577
+ indexed: true,
578
+ internalType: "address",
579
+ name: "spender",
580
+ type: "address",
581
+ },
582
+ {
583
+ indexed: false,
584
+ internalType: "uint256",
585
+ name: "amount",
586
+ type: "uint256",
587
+ },
588
+ ],
589
+ name: "Approval",
590
+ type: "event",
591
+ },
592
+ {
593
+ anonymous: false,
594
+ inputs: [
595
+ {
596
+ indexed: false,
597
+ internalType: "address",
598
+ name: "borrower",
599
+ type: "address",
600
+ },
601
+ {
602
+ indexed: false,
603
+ internalType: "uint256",
604
+ name: "borrowAmount",
605
+ type: "uint256",
606
+ },
607
+ {
608
+ indexed: false,
609
+ internalType: "uint256",
610
+ name: "accountBorrows",
611
+ type: "uint256",
612
+ },
613
+ {
614
+ indexed: false,
615
+ internalType: "uint256",
616
+ name: "totalBorrows",
617
+ type: "uint256",
618
+ },
619
+ ],
620
+ name: "Borrow",
621
+ type: "event",
622
+ },
623
+ {
624
+ anonymous: false,
625
+ inputs: [
626
+ {
627
+ indexed: false,
628
+ internalType: "uint8",
629
+ name: "version",
630
+ type: "uint8",
631
+ },
632
+ ],
633
+ name: "Initialized",
634
+ type: "event",
635
+ },
636
+ {
637
+ anonymous: false,
638
+ inputs: [
639
+ {
640
+ indexed: false,
641
+ internalType: "address",
642
+ name: "liquidator",
643
+ type: "address",
644
+ },
645
+ {
646
+ indexed: false,
647
+ internalType: "address",
648
+ name: "borrower",
649
+ type: "address",
650
+ },
651
+ {
652
+ indexed: false,
653
+ internalType: "uint256",
654
+ name: "repayAmount",
655
+ type: "uint256",
656
+ },
657
+ {
658
+ indexed: false,
659
+ internalType: "address",
660
+ name: "cTokenCollateral",
661
+ type: "address",
662
+ },
663
+ {
664
+ indexed: false,
665
+ internalType: "uint256",
666
+ name: "seizeTokens",
667
+ type: "uint256",
668
+ },
669
+ ],
670
+ name: "LiquidateBorrow",
671
+ type: "event",
672
+ },
673
+ {
674
+ anonymous: false,
675
+ inputs: [
676
+ {
677
+ indexed: false,
678
+ internalType: "address",
679
+ name: "minter",
680
+ type: "address",
681
+ },
682
+ {
683
+ indexed: false,
684
+ internalType: "uint256",
685
+ name: "mintAmount",
686
+ type: "uint256",
687
+ },
688
+ {
689
+ indexed: false,
690
+ internalType: "uint256",
691
+ name: "mintTokens",
692
+ type: "uint256",
693
+ },
694
+ ],
695
+ name: "Mint",
696
+ type: "event",
697
+ },
698
+ {
699
+ anonymous: false,
700
+ inputs: [
701
+ {
702
+ indexed: false,
703
+ internalType: "address",
704
+ name: "oldAdmin",
705
+ type: "address",
706
+ },
707
+ {
708
+ indexed: false,
709
+ internalType: "address",
710
+ name: "newAdmin",
711
+ type: "address",
712
+ },
713
+ ],
714
+ name: "NewAdmin",
715
+ type: "event",
716
+ },
717
+ {
718
+ anonymous: false,
719
+ inputs: [
720
+ {
721
+ indexed: false,
722
+ internalType: "address",
723
+ name: "oldComptroller",
724
+ type: "address",
725
+ },
726
+ {
727
+ indexed: false,
728
+ internalType: "address",
729
+ name: "newComptroller",
730
+ type: "address",
731
+ },
732
+ ],
733
+ name: "NewComptroller",
734
+ type: "event",
735
+ },
736
+ {
737
+ anonymous: false,
738
+ inputs: [
739
+ {
740
+ indexed: false,
741
+ internalType: "uint256",
742
+ name: "oldDiscountRateMantissa",
743
+ type: "uint256",
744
+ },
745
+ {
746
+ indexed: false,
747
+ internalType: "uint256",
748
+ name: "newDiscountRateMantissa",
749
+ type: "uint256",
750
+ },
751
+ ],
752
+ name: "NewDiscountRate",
753
+ type: "event",
754
+ },
755
+ {
756
+ anonymous: false,
757
+ inputs: [
758
+ {
759
+ indexed: false,
760
+ internalType: "address",
761
+ name: "oldInterestRateModel",
762
+ type: "address",
763
+ },
764
+ {
765
+ indexed: false,
766
+ internalType: "address",
767
+ name: "newInterestRateModel",
768
+ type: "address",
769
+ },
770
+ ],
771
+ name: "NewMarketInterestRateModel",
772
+ type: "event",
773
+ },
774
+ {
775
+ anonymous: false,
776
+ inputs: [
777
+ {
778
+ indexed: false,
779
+ internalType: "address",
780
+ name: "oldPendingAdmin",
781
+ type: "address",
782
+ },
783
+ {
784
+ indexed: false,
785
+ internalType: "address",
786
+ name: "newPendingAdmin",
787
+ type: "address",
788
+ },
789
+ ],
790
+ name: "NewPendingAdmin",
791
+ type: "event",
792
+ },
793
+ {
794
+ anonymous: false,
795
+ inputs: [
796
+ {
797
+ indexed: false,
798
+ internalType: "uint256",
799
+ name: "oldReserveFactorMantissa",
800
+ type: "uint256",
801
+ },
802
+ {
803
+ indexed: false,
804
+ internalType: "uint256",
805
+ name: "newReserveFactorMantissa",
806
+ type: "uint256",
807
+ },
808
+ ],
809
+ name: "NewReserveFactor",
810
+ type: "event",
811
+ },
812
+ {
813
+ anonymous: false,
814
+ inputs: [
815
+ {
816
+ indexed: false,
817
+ internalType: "address",
818
+ name: "redeemer",
819
+ type: "address",
820
+ },
821
+ {
822
+ indexed: false,
823
+ internalType: "uint256",
824
+ name: "redeemAmount",
825
+ type: "uint256",
826
+ },
827
+ {
828
+ indexed: false,
829
+ internalType: "uint256",
830
+ name: "redeemTokens",
831
+ type: "uint256",
832
+ },
833
+ ],
834
+ name: "Redeem",
835
+ type: "event",
836
+ },
837
+ {
838
+ anonymous: false,
839
+ inputs: [
840
+ {
841
+ indexed: true,
842
+ internalType: "address",
843
+ name: "redeemer",
844
+ type: "address",
845
+ },
846
+ {
847
+ indexed: true,
848
+ internalType: "address",
849
+ name: "provider",
850
+ type: "address",
851
+ },
852
+ {
853
+ indexed: false,
854
+ internalType: "uint256",
855
+ name: "repayAmount",
856
+ type: "uint256",
857
+ },
858
+ {
859
+ indexed: false,
860
+ internalType: "address",
861
+ name: "seizeToken",
862
+ type: "address",
863
+ },
864
+ {
865
+ indexed: false,
866
+ internalType: "uint256",
867
+ name: "seizeAmount",
868
+ type: "uint256",
869
+ },
870
+ {
871
+ indexed: false,
872
+ internalType: "uint256",
873
+ name: "redemptionRateMantissa",
874
+ type: "uint256",
875
+ },
876
+ ],
877
+ name: "RedeemFaceValue",
878
+ type: "event",
879
+ },
880
+ {
881
+ anonymous: false,
882
+ inputs: [
883
+ {
884
+ indexed: false,
885
+ internalType: "address",
886
+ name: "payer",
887
+ type: "address",
888
+ },
889
+ {
890
+ indexed: false,
891
+ internalType: "address",
892
+ name: "borrower",
893
+ type: "address",
894
+ },
895
+ {
896
+ indexed: false,
897
+ internalType: "uint256",
898
+ name: "repayAmount",
899
+ type: "uint256",
900
+ },
901
+ {
902
+ indexed: false,
903
+ internalType: "uint256",
904
+ name: "accountBorrows",
905
+ type: "uint256",
906
+ },
907
+ {
908
+ indexed: false,
909
+ internalType: "uint256",
910
+ name: "totalBorrows",
911
+ type: "uint256",
912
+ },
913
+ ],
914
+ name: "RepayBorrow",
915
+ type: "event",
916
+ },
917
+ {
918
+ anonymous: false,
919
+ inputs: [
920
+ {
921
+ indexed: false,
922
+ internalType: "address",
923
+ name: "benefactor",
924
+ type: "address",
925
+ },
926
+ {
927
+ indexed: false,
928
+ internalType: "uint256",
929
+ name: "addAmount",
930
+ type: "uint256",
931
+ },
932
+ {
933
+ indexed: false,
934
+ internalType: "uint256",
935
+ name: "newTotalReserves",
936
+ type: "uint256",
937
+ },
938
+ ],
939
+ name: "ReservesAdded",
940
+ type: "event",
941
+ },
942
+ {
943
+ anonymous: false,
944
+ inputs: [
945
+ {
946
+ indexed: false,
947
+ internalType: "address",
948
+ name: "admin",
949
+ type: "address",
950
+ },
951
+ {
952
+ indexed: false,
953
+ internalType: "uint256",
954
+ name: "reduceAmount",
955
+ type: "uint256",
956
+ },
957
+ {
958
+ indexed: false,
959
+ internalType: "uint256",
960
+ name: "newTotalReserves",
961
+ type: "uint256",
962
+ },
963
+ ],
964
+ name: "ReservesReduced",
965
+ type: "event",
966
+ },
967
+ {
968
+ anonymous: false,
969
+ inputs: [
970
+ {
971
+ indexed: true,
972
+ internalType: "address",
973
+ name: "from",
974
+ type: "address",
975
+ },
976
+ {
977
+ indexed: true,
978
+ internalType: "address",
979
+ name: "to",
980
+ type: "address",
981
+ },
982
+ {
983
+ indexed: false,
984
+ internalType: "uint256",
985
+ name: "amount",
986
+ type: "uint256",
987
+ },
988
+ ],
989
+ name: "Transfer",
990
+ type: "event",
991
+ },
992
+ {
993
+ inputs: [],
994
+ name: "_acceptAdmin",
995
+ outputs: [],
996
+ stateMutability: "nonpayable",
997
+ type: "function",
998
+ },
999
+ {
1000
+ inputs: [
1001
+ {
1002
+ internalType: "uint256",
1003
+ name: "addAmount",
1004
+ type: "uint256",
1005
+ },
1006
+ ],
1007
+ name: "_addReserves",
1008
+ outputs: [],
1009
+ stateMutability: "nonpayable",
1010
+ type: "function",
1011
+ },
1012
+ {
1013
+ inputs: [
1014
+ {
1015
+ internalType: "uint256",
1016
+ name: "reduceAmount",
1017
+ type: "uint256",
1018
+ },
1019
+ ],
1020
+ name: "_reduceReserves",
1021
+ outputs: [],
1022
+ stateMutability: "nonpayable",
1023
+ type: "function",
1024
+ },
1025
+ {
1026
+ inputs: [
1027
+ {
1028
+ internalType: "address",
1029
+ name: "newComptroller",
1030
+ type: "address",
1031
+ },
1032
+ ],
1033
+ name: "_setComptroller",
1034
+ outputs: [],
1035
+ stateMutability: "nonpayable",
1036
+ type: "function",
1037
+ },
1038
+ {
1039
+ inputs: [
1040
+ {
1041
+ internalType: "uint256",
1042
+ name: "discountRateMantissa_",
1043
+ type: "uint256",
1044
+ },
1045
+ ],
1046
+ name: "_setDiscountRate",
1047
+ outputs: [
1048
+ {
1049
+ internalType: "uint256",
1050
+ name: "",
1051
+ type: "uint256",
1052
+ },
1053
+ ],
1054
+ stateMutability: "nonpayable",
1055
+ type: "function",
1056
+ },
1057
+ {
1058
+ inputs: [
1059
+ {
1060
+ internalType: "address",
1061
+ name: "newInterestRateModel",
1062
+ type: "address",
1063
+ },
1064
+ ],
1065
+ name: "_setInterestRateModel",
1066
+ outputs: [],
1067
+ stateMutability: "nonpayable",
1068
+ type: "function",
1069
+ },
1070
+ {
1071
+ inputs: [
1072
+ {
1073
+ internalType: "address payable",
1074
+ name: "newPendingAdmin",
1075
+ type: "address",
1076
+ },
1077
+ ],
1078
+ name: "_setPendingAdmin",
1079
+ outputs: [],
1080
+ stateMutability: "nonpayable",
1081
+ type: "function",
1082
+ },
1083
+ {
1084
+ inputs: [
1085
+ {
1086
+ internalType: "uint256",
1087
+ name: "newReserveFactorMantissa",
1088
+ type: "uint256",
1089
+ },
1090
+ ],
1091
+ name: "_setReserveFactor",
1092
+ outputs: [],
1093
+ stateMutability: "nonpayable",
1094
+ type: "function",
1095
+ },
1096
+ {
1097
+ inputs: [],
1098
+ name: "_syncUnderlyingBalance",
1099
+ outputs: [],
1100
+ stateMutability: "nonpayable",
1101
+ type: "function",
1102
+ },
1103
+ {
1104
+ inputs: [],
1105
+ name: "accrualBlockTimestamp",
1106
+ outputs: [
1107
+ {
1108
+ internalType: "uint256",
1109
+ name: "",
1110
+ type: "uint256",
1111
+ },
1112
+ ],
1113
+ stateMutability: "view",
1114
+ type: "function",
1115
+ },
1116
+ {
1117
+ inputs: [],
1118
+ name: "accrueInterest",
1119
+ outputs: [],
1120
+ stateMutability: "nonpayable",
1121
+ type: "function",
1122
+ },
1123
+ {
1124
+ inputs: [],
1125
+ name: "admin",
1126
+ outputs: [
1127
+ {
1128
+ internalType: "address payable",
1129
+ name: "",
1130
+ type: "address",
1131
+ },
1132
+ ],
1133
+ stateMutability: "view",
1134
+ type: "function",
1135
+ },
1136
+ {
1137
+ inputs: [
1138
+ {
1139
+ internalType: "address",
1140
+ name: "owner",
1141
+ type: "address",
1142
+ },
1143
+ {
1144
+ internalType: "address",
1145
+ name: "spender",
1146
+ type: "address",
1147
+ },
1148
+ ],
1149
+ name: "allowance",
1150
+ outputs: [
1151
+ {
1152
+ internalType: "uint256",
1153
+ name: "",
1154
+ type: "uint256",
1155
+ },
1156
+ ],
1157
+ stateMutability: "view",
1158
+ type: "function",
1159
+ },
1160
+ {
1161
+ inputs: [
1162
+ {
1163
+ internalType: "address",
1164
+ name: "spender",
1165
+ type: "address",
1166
+ },
1167
+ {
1168
+ internalType: "uint256",
1169
+ name: "amount",
1170
+ type: "uint256",
1171
+ },
1172
+ ],
1173
+ name: "approve",
1174
+ outputs: [
1175
+ {
1176
+ internalType: "bool",
1177
+ name: "",
1178
+ type: "bool",
1179
+ },
1180
+ ],
1181
+ stateMutability: "nonpayable",
1182
+ type: "function",
1183
+ },
1184
+ {
1185
+ inputs: [
1186
+ {
1187
+ internalType: "address",
1188
+ name: "owner",
1189
+ type: "address",
1190
+ },
1191
+ ],
1192
+ name: "balanceOf",
1193
+ outputs: [
1194
+ {
1195
+ internalType: "uint256",
1196
+ name: "",
1197
+ type: "uint256",
1198
+ },
1199
+ ],
1200
+ stateMutability: "view",
1201
+ type: "function",
1202
+ },
1203
+ {
1204
+ inputs: [
1205
+ {
1206
+ internalType: "address",
1207
+ name: "owner",
1208
+ type: "address",
1209
+ },
1210
+ ],
1211
+ name: "balanceOfUnderlying",
1212
+ outputs: [
1213
+ {
1214
+ internalType: "uint256",
1215
+ name: "",
1216
+ type: "uint256",
1217
+ },
1218
+ ],
1219
+ stateMutability: "nonpayable",
1220
+ type: "function",
1221
+ },
1222
+ {
1223
+ inputs: [
1224
+ {
1225
+ internalType: "uint256",
1226
+ name: "borrowAmount",
1227
+ type: "uint256",
1228
+ },
1229
+ ],
1230
+ name: "borrow",
1231
+ outputs: [],
1232
+ stateMutability: "nonpayable",
1233
+ type: "function",
1234
+ },
1235
+ {
1236
+ inputs: [
1237
+ {
1238
+ internalType: "address",
1239
+ name: "borrower",
1240
+ type: "address",
1241
+ },
1242
+ {
1243
+ internalType: "uint256",
1244
+ name: "borrowAmount",
1245
+ type: "uint256",
1246
+ },
1247
+ ],
1248
+ name: "borrowAndDepositBack",
1249
+ outputs: [],
1250
+ stateMutability: "nonpayable",
1251
+ type: "function",
1252
+ },
1253
+ {
1254
+ inputs: [
1255
+ {
1256
+ internalType: "address",
1257
+ name: "account",
1258
+ type: "address",
1259
+ },
1260
+ ],
1261
+ name: "borrowBalanceCurrent",
1262
+ outputs: [
1263
+ {
1264
+ internalType: "uint256",
1265
+ name: "",
1266
+ type: "uint256",
1267
+ },
1268
+ ],
1269
+ stateMutability: "nonpayable",
1270
+ type: "function",
1271
+ },
1272
+ {
1273
+ inputs: [
1274
+ {
1275
+ internalType: "address",
1276
+ name: "account",
1277
+ type: "address",
1278
+ },
1279
+ ],
1280
+ name: "borrowBalanceStored",
1281
+ outputs: [
1282
+ {
1283
+ internalType: "uint256",
1284
+ name: "",
1285
+ type: "uint256",
1286
+ },
1287
+ ],
1288
+ stateMutability: "view",
1289
+ type: "function",
1290
+ },
1291
+ {
1292
+ inputs: [],
1293
+ name: "borrowIndex",
1294
+ outputs: [
1295
+ {
1296
+ internalType: "uint256",
1297
+ name: "",
1298
+ type: "uint256",
1299
+ },
1300
+ ],
1301
+ stateMutability: "view",
1302
+ type: "function",
1303
+ },
1304
+ {
1305
+ inputs: [],
1306
+ name: "borrowRatePerBlock",
1307
+ outputs: [
1308
+ {
1309
+ internalType: "uint256",
1310
+ name: "",
1311
+ type: "uint256",
1312
+ },
1313
+ ],
1314
+ stateMutability: "view",
1315
+ type: "function",
1316
+ },
1317
+ {
1318
+ inputs: [],
1319
+ name: "comptroller",
1320
+ outputs: [
1321
+ {
1322
+ internalType: "address",
1323
+ name: "",
1324
+ type: "address",
1325
+ },
1326
+ ],
1327
+ stateMutability: "view",
1328
+ type: "function",
1329
+ },
1330
+ {
1331
+ inputs: [],
1332
+ name: "decimals",
1333
+ outputs: [
1334
+ {
1335
+ internalType: "uint8",
1336
+ name: "",
1337
+ type: "uint8",
1338
+ },
1339
+ ],
1340
+ stateMutability: "view",
1341
+ type: "function",
1342
+ },
1343
+ {
1344
+ inputs: [],
1345
+ name: "discountRateMantissa",
1346
+ outputs: [
1347
+ {
1348
+ internalType: "uint256",
1349
+ name: "",
1350
+ type: "uint256",
1351
+ },
1352
+ ],
1353
+ stateMutability: "view",
1354
+ type: "function",
1355
+ },
1356
+ {
1357
+ inputs: [],
1358
+ name: "exchangeRateCurrent",
1359
+ outputs: [
1360
+ {
1361
+ internalType: "uint256",
1362
+ name: "",
1363
+ type: "uint256",
1364
+ },
1365
+ ],
1366
+ stateMutability: "nonpayable",
1367
+ type: "function",
1368
+ },
1369
+ {
1370
+ inputs: [],
1371
+ name: "exchangeRateStored",
1372
+ outputs: [
1373
+ {
1374
+ internalType: "uint256",
1375
+ name: "",
1376
+ type: "uint256",
1377
+ },
1378
+ ],
1379
+ stateMutability: "view",
1380
+ type: "function",
1381
+ },
1382
+ {
1383
+ inputs: [
1384
+ {
1385
+ internalType: "address",
1386
+ name: "account",
1387
+ type: "address",
1388
+ },
1389
+ ],
1390
+ name: "getAccountSnapshot",
1391
+ outputs: [
1392
+ {
1393
+ internalType: "uint256",
1394
+ name: "",
1395
+ type: "uint256",
1396
+ },
1397
+ {
1398
+ internalType: "uint256",
1399
+ name: "",
1400
+ type: "uint256",
1401
+ },
1402
+ {
1403
+ internalType: "uint256",
1404
+ name: "",
1405
+ type: "uint256",
1406
+ },
1407
+ {
1408
+ internalType: "uint256",
1409
+ name: "",
1410
+ type: "uint256",
1411
+ },
1412
+ ],
1413
+ stateMutability: "view",
1414
+ type: "function",
1415
+ },
1416
+ {
1417
+ inputs: [],
1418
+ name: "getCash",
1419
+ outputs: [
1420
+ {
1421
+ internalType: "uint256",
1422
+ name: "",
1423
+ type: "uint256",
1424
+ },
1425
+ ],
1426
+ stateMutability: "view",
1427
+ type: "function",
1428
+ },
1429
+ {
1430
+ inputs: [
1431
+ {
1432
+ internalType: "address",
1433
+ name: "underlying_",
1434
+ type: "address",
1435
+ },
1436
+ {
1437
+ internalType: "address",
1438
+ name: "comptroller_",
1439
+ type: "address",
1440
+ },
1441
+ {
1442
+ internalType: "address",
1443
+ name: "interestRateModel_",
1444
+ type: "address",
1445
+ },
1446
+ {
1447
+ internalType: "uint256",
1448
+ name: "initialExchangeRateMantissa_",
1449
+ type: "uint256",
1450
+ },
1451
+ {
1452
+ internalType: "string",
1453
+ name: "name_",
1454
+ type: "string",
1455
+ },
1456
+ {
1457
+ internalType: "string",
1458
+ name: "symbol_",
1459
+ type: "string",
1460
+ },
1461
+ {
1462
+ internalType: "uint8",
1463
+ name: "decimals_",
1464
+ type: "uint8",
1465
+ },
1466
+ {
1467
+ internalType: "address payable",
1468
+ name: "admin_",
1469
+ type: "address",
1470
+ },
1471
+ ],
1472
+ name: "initialize",
1473
+ outputs: [],
1474
+ stateMutability: "nonpayable",
1475
+ type: "function",
1476
+ },
1477
+ {
1478
+ inputs: [
1479
+ {
1480
+ internalType: "address",
1481
+ name: "underlying_",
1482
+ type: "address",
1483
+ },
1484
+ {
1485
+ internalType: "address",
1486
+ name: "comptroller_",
1487
+ type: "address",
1488
+ },
1489
+ {
1490
+ internalType: "address",
1491
+ name: "interestRateModel_",
1492
+ type: "address",
1493
+ },
1494
+ {
1495
+ internalType: "uint256",
1496
+ name: "initialExchangeRateMantissa_",
1497
+ type: "uint256",
1498
+ },
1499
+ {
1500
+ internalType: "string",
1501
+ name: "name_",
1502
+ type: "string",
1503
+ },
1504
+ {
1505
+ internalType: "string",
1506
+ name: "symbol_",
1507
+ type: "string",
1508
+ },
1509
+ {
1510
+ internalType: "uint8",
1511
+ name: "decimals_",
1512
+ type: "uint8",
1513
+ },
1514
+ {
1515
+ internalType: "address payable",
1516
+ name: "admin_",
1517
+ type: "address",
1518
+ },
1519
+ {
1520
+ internalType: "address",
1521
+ name: "aaveV3Pool_",
1522
+ type: "address",
1523
+ },
1524
+ ],
1525
+ name: "initialize",
1526
+ outputs: [],
1527
+ stateMutability: "nonpayable",
1528
+ type: "function",
1529
+ },
1530
+ {
1531
+ inputs: [],
1532
+ name: "interestRateModel",
1533
+ outputs: [
1534
+ {
1535
+ internalType: "address",
1536
+ name: "",
1537
+ type: "address",
1538
+ },
1539
+ ],
1540
+ stateMutability: "view",
1541
+ type: "function",
1542
+ },
1543
+ {
1544
+ inputs: [],
1545
+ name: "isCEther",
1546
+ outputs: [
1547
+ {
1548
+ internalType: "bool",
1549
+ name: "",
1550
+ type: "bool",
1551
+ },
1552
+ ],
1553
+ stateMutability: "pure",
1554
+ type: "function",
1555
+ },
1556
+ {
1557
+ inputs: [],
1558
+ name: "isCEtherDeprecated",
1559
+ outputs: [
1560
+ {
1561
+ internalType: "bool",
1562
+ name: "",
1563
+ type: "bool",
1564
+ },
1565
+ ],
1566
+ stateMutability: "view",
1567
+ type: "function",
1568
+ },
1569
+ {
1570
+ inputs: [],
1571
+ name: "isCToken",
1572
+ outputs: [
1573
+ {
1574
+ internalType: "bool",
1575
+ name: "",
1576
+ type: "bool",
1577
+ },
1578
+ ],
1579
+ stateMutability: "pure",
1580
+ type: "function",
1581
+ },
1582
+ {
1583
+ inputs: [],
1584
+ name: "isCTokenDeprecated",
1585
+ outputs: [
1586
+ {
1587
+ internalType: "bool",
1588
+ name: "",
1589
+ type: "bool",
1590
+ },
1591
+ ],
1592
+ stateMutability: "view",
1593
+ type: "function",
1594
+ },
1595
+ {
1596
+ inputs: [
1597
+ {
1598
+ internalType: "address",
1599
+ name: "borrower",
1600
+ type: "address",
1601
+ },
1602
+ {
1603
+ internalType: "uint256",
1604
+ name: "repayAmount",
1605
+ type: "uint256",
1606
+ },
1607
+ {
1608
+ internalType: "address",
1609
+ name: "cTokenCollateral",
1610
+ type: "address",
1611
+ },
1612
+ ],
1613
+ name: "liquidateBorrow",
1614
+ outputs: [],
1615
+ stateMutability: "nonpayable",
1616
+ type: "function",
1617
+ },
1618
+ {
1619
+ inputs: [
1620
+ {
1621
+ internalType: "address",
1622
+ name: "cTokenCollateral",
1623
+ type: "address",
1624
+ },
1625
+ {
1626
+ internalType: "uint256",
1627
+ name: "actualRepayAmount",
1628
+ type: "uint256",
1629
+ },
1630
+ ],
1631
+ name: "liquidateCalculateSeizeTokens",
1632
+ outputs: [
1633
+ {
1634
+ internalType: "uint256",
1635
+ name: "",
1636
+ type: "uint256",
1637
+ },
1638
+ {
1639
+ internalType: "uint256",
1640
+ name: "",
1641
+ type: "uint256",
1642
+ },
1643
+ ],
1644
+ stateMutability: "view",
1645
+ type: "function",
1646
+ },
1647
+ {
1648
+ inputs: [
1649
+ {
1650
+ internalType: "uint256",
1651
+ name: "mintAmount",
1652
+ type: "uint256",
1653
+ },
1654
+ ],
1655
+ name: "mint",
1656
+ outputs: [],
1657
+ stateMutability: "nonpayable",
1658
+ type: "function",
1659
+ },
1660
+ {
1661
+ inputs: [
1662
+ {
1663
+ internalType: "uint256",
1664
+ name: "mintAmount",
1665
+ type: "uint256",
1666
+ },
1667
+ {
1668
+ internalType: "uint256",
1669
+ name: "deadline",
1670
+ type: "uint256",
1671
+ },
1672
+ {
1673
+ internalType: "bytes",
1674
+ name: "signature",
1675
+ type: "bytes",
1676
+ },
1677
+ ],
1678
+ name: "mintWithPermit",
1679
+ outputs: [],
1680
+ stateMutability: "nonpayable",
1681
+ type: "function",
1682
+ },
1683
+ {
1684
+ inputs: [],
1685
+ name: "name",
1686
+ outputs: [
1687
+ {
1688
+ internalType: "string",
1689
+ name: "",
1690
+ type: "string",
1691
+ },
1692
+ ],
1693
+ stateMutability: "view",
1694
+ type: "function",
1695
+ },
1696
+ {
1697
+ inputs: [],
1698
+ name: "pendingAdmin",
1699
+ outputs: [
1700
+ {
1701
+ internalType: "address payable",
1702
+ name: "",
1703
+ type: "address",
1704
+ },
1705
+ ],
1706
+ stateMutability: "view",
1707
+ type: "function",
1708
+ },
1709
+ {
1710
+ inputs: [],
1711
+ name: "percentScale",
1712
+ outputs: [
1713
+ {
1714
+ internalType: "uint256",
1715
+ name: "",
1716
+ type: "uint256",
1717
+ },
1718
+ ],
1719
+ stateMutability: "view",
1720
+ type: "function",
1721
+ },
1722
+ {
1723
+ inputs: [],
1724
+ name: "protocolSeizeShareMantissa",
1725
+ outputs: [
1726
+ {
1727
+ internalType: "uint256",
1728
+ name: "",
1729
+ type: "uint256",
1730
+ },
1731
+ ],
1732
+ stateMutability: "view",
1733
+ type: "function",
1734
+ },
1735
+ {
1736
+ inputs: [
1737
+ {
1738
+ internalType: "uint256",
1739
+ name: "redeemTokens",
1740
+ type: "uint256",
1741
+ },
1742
+ ],
1743
+ name: "redeem",
1744
+ outputs: [],
1745
+ stateMutability: "nonpayable",
1746
+ type: "function",
1747
+ },
1748
+ {
1749
+ inputs: [
1750
+ {
1751
+ internalType: "uint256",
1752
+ name: "redeemAmount",
1753
+ type: "uint256",
1754
+ },
1755
+ ],
1756
+ name: "redeemUnderlying",
1757
+ outputs: [],
1758
+ stateMutability: "nonpayable",
1759
+ type: "function",
1760
+ },
1761
+ {
1762
+ inputs: [
1763
+ {
1764
+ internalType: "uint256",
1765
+ name: "repayAmount",
1766
+ type: "uint256",
1767
+ },
1768
+ ],
1769
+ name: "repayBorrow",
1770
+ outputs: [],
1771
+ stateMutability: "nonpayable",
1772
+ type: "function",
1773
+ },
1774
+ {
1775
+ inputs: [
1776
+ {
1777
+ internalType: "address",
1778
+ name: "borrower",
1779
+ type: "address",
1780
+ },
1781
+ {
1782
+ internalType: "uint256",
1783
+ name: "repayAmount",
1784
+ type: "uint256",
1785
+ },
1786
+ ],
1787
+ name: "repayBorrowBehalf",
1788
+ outputs: [],
1789
+ stateMutability: "nonpayable",
1790
+ type: "function",
1791
+ },
1792
+ {
1793
+ inputs: [
1794
+ {
1795
+ internalType: "uint256",
1796
+ name: "repayAmount",
1797
+ type: "uint256",
1798
+ },
1799
+ {
1800
+ internalType: "uint256",
1801
+ name: "deadline",
1802
+ type: "uint256",
1803
+ },
1804
+ {
1805
+ internalType: "bytes",
1806
+ name: "signature",
1807
+ type: "bytes",
1808
+ },
1809
+ ],
1810
+ name: "repayBorrowWithPermit",
1811
+ outputs: [],
1812
+ stateMutability: "nonpayable",
1813
+ type: "function",
1814
+ },
1815
+ {
1816
+ inputs: [],
1817
+ name: "reserveFactorMantissa",
1818
+ outputs: [
1819
+ {
1820
+ internalType: "uint256",
1821
+ name: "",
1822
+ type: "uint256",
1823
+ },
1824
+ ],
1825
+ stateMutability: "view",
1826
+ type: "function",
1827
+ },
1828
+ {
1829
+ inputs: [
1830
+ {
1831
+ internalType: "address",
1832
+ name: "liquidator",
1833
+ type: "address",
1834
+ },
1835
+ {
1836
+ internalType: "address",
1837
+ name: "borrower",
1838
+ type: "address",
1839
+ },
1840
+ {
1841
+ internalType: "uint256",
1842
+ name: "seizeTokens",
1843
+ type: "uint256",
1844
+ },
1845
+ {
1846
+ internalType: "uint256",
1847
+ name: "seizeProfitTokens",
1848
+ type: "uint256",
1849
+ },
1850
+ {
1851
+ internalType: "bool",
1852
+ name: "isRedemption",
1853
+ type: "bool",
1854
+ },
1855
+ {
1856
+ internalType: "uint256",
1857
+ name: "redemptionRateMantissa",
1858
+ type: "uint256",
1859
+ },
1860
+ ],
1861
+ name: "seize",
1862
+ outputs: [],
1863
+ stateMutability: "nonpayable",
1864
+ type: "function",
1865
+ },
1866
+ {
1867
+ inputs: [],
1868
+ name: "supplyRatePerBlock",
1869
+ outputs: [
1870
+ {
1871
+ internalType: "uint256",
1872
+ name: "",
1873
+ type: "uint256",
1874
+ },
1875
+ ],
1876
+ stateMutability: "view",
1877
+ type: "function",
1878
+ },
1879
+ {
1880
+ inputs: [
1881
+ {
1882
+ internalType: "contract ERC20",
1883
+ name: "token",
1884
+ type: "address",
1885
+ },
1886
+ ],
1887
+ name: "sweepToken",
1888
+ outputs: [],
1889
+ stateMutability: "nonpayable",
1890
+ type: "function",
1891
+ },
1892
+ {
1893
+ inputs: [],
1894
+ name: "symbol",
1895
+ outputs: [
1896
+ {
1897
+ internalType: "string",
1898
+ name: "",
1899
+ type: "string",
1900
+ },
1901
+ ],
1902
+ stateMutability: "view",
1903
+ type: "function",
1904
+ },
1905
+ {
1906
+ inputs: [],
1907
+ name: "tokenType",
1908
+ outputs: [
1909
+ {
1910
+ internalType: "enum CToken.CTokenType",
1911
+ name: "",
1912
+ type: "uint8",
1913
+ },
1914
+ ],
1915
+ stateMutability: "pure",
1916
+ type: "function",
1917
+ },
1918
+ {
1919
+ inputs: [],
1920
+ name: "totalBorrows",
1921
+ outputs: [
1922
+ {
1923
+ internalType: "uint256",
1924
+ name: "",
1925
+ type: "uint256",
1926
+ },
1927
+ ],
1928
+ stateMutability: "view",
1929
+ type: "function",
1930
+ },
1931
+ {
1932
+ inputs: [],
1933
+ name: "totalBorrowsCurrent",
1934
+ outputs: [
1935
+ {
1936
+ internalType: "uint256",
1937
+ name: "",
1938
+ type: "uint256",
1939
+ },
1940
+ ],
1941
+ stateMutability: "nonpayable",
1942
+ type: "function",
1943
+ },
1944
+ {
1945
+ inputs: [],
1946
+ name: "totalReserves",
1947
+ outputs: [
1948
+ {
1949
+ internalType: "uint256",
1950
+ name: "",
1951
+ type: "uint256",
1952
+ },
1953
+ ],
1954
+ stateMutability: "view",
1955
+ type: "function",
1956
+ },
1957
+ {
1958
+ inputs: [],
1959
+ name: "totalSupply",
1960
+ outputs: [
1961
+ {
1962
+ internalType: "uint256",
1963
+ name: "",
1964
+ type: "uint256",
1965
+ },
1966
+ ],
1967
+ stateMutability: "view",
1968
+ type: "function",
1969
+ },
1970
+ {
1971
+ inputs: [
1972
+ {
1973
+ internalType: "address",
1974
+ name: "dst",
1975
+ type: "address",
1976
+ },
1977
+ {
1978
+ internalType: "uint256",
1979
+ name: "amount",
1980
+ type: "uint256",
1981
+ },
1982
+ ],
1983
+ name: "transfer",
1984
+ outputs: [
1985
+ {
1986
+ internalType: "bool",
1987
+ name: "",
1988
+ type: "bool",
1989
+ },
1990
+ ],
1991
+ stateMutability: "nonpayable",
1992
+ type: "function",
1993
+ },
1994
+ {
1995
+ inputs: [
1996
+ {
1997
+ internalType: "address",
1998
+ name: "src",
1999
+ type: "address",
2000
+ },
2001
+ {
2002
+ internalType: "address",
2003
+ name: "dst",
2004
+ type: "address",
2005
+ },
2006
+ {
2007
+ internalType: "uint256",
2008
+ name: "amount",
2009
+ type: "uint256",
2010
+ },
2011
+ ],
2012
+ name: "transferFrom",
2013
+ outputs: [
2014
+ {
2015
+ internalType: "bool",
2016
+ name: "",
2017
+ type: "bool",
2018
+ },
2019
+ ],
2020
+ stateMutability: "nonpayable",
2021
+ type: "function",
2022
+ },
2023
+ {
2024
+ inputs: [],
2025
+ name: "underlying",
2026
+ outputs: [
2027
+ {
2028
+ internalType: "address",
2029
+ name: "",
2030
+ type: "address",
2031
+ },
2032
+ ],
2033
+ stateMutability: "view",
2034
+ type: "function",
2035
+ },
2036
+ {
2037
+ inputs: [],
2038
+ name: "underlyingBalance",
2039
+ outputs: [
2040
+ {
2041
+ internalType: "uint256",
2042
+ name: "",
2043
+ type: "uint256",
2044
+ },
2045
+ ],
2046
+ stateMutability: "view",
2047
+ type: "function",
2048
+ },
2049
+ ];
2050
+ const _bytecode = "0x608060405234602f57670de0b6b3a7640000601155601a6034565b60206034565b60405161501c90816100da8239f35b600080fd5b60475460ff8160081c1660845760ff80821610604d5750565b60ff90811916176047557f7f26b83ff96e1f2b6a682f133852f6798a09c465da95921460cefb3847402498602060405160ff8152a1565b60405162461bcd60e51b815260206004820152602760248201527f496e697469616c697a61626c653a20636f6e747261637420697320696e697469604482015266616c697a696e6760c81b6064820152608490fdfe6080604052600436101561001257600080fd5b60003560e01c806306fdde03146104075780630786f22314610402578063095ea7b3146103fd5780630e752702146103f8578063134131a2146103f3578063173b9904146103ee57806317bfdfbc146103e957806318160ddd146103e4578063182df0f5146103df5780631be19560146103da57806323b872dd146103d55780632608f818146103d057806326782247146103cb5780632826c1a1146103c65780632d7183f6146103c157806330fa738c146103bc578063313ce567146103b75780633af9e669146103b25780633b1d21a2146103ad5780633e941010146103a85780634000fbad146103a357806341e340061461039e57806342f3251a146103995780634576b5db1461039457806347bd37181461038f57806359356c5c1461038a5780635fe3b56714610385578063601a0bf1146103805780636752e7021461037b5780636f307dc31461037657806370a082311461037157806373acee981461036c578063852a12e3146103675780638f840ddd1461036257806395d89b411461035d57806395dd9193146103585780639b1a5bf4146103535780639e2116411461034e578063a0712d6814610349578063a6afed9514610344578063a9059cbb1461033f578063aa5af0fd1461033a578063ac784ddc14610335578063ae9d70b014610330578063b58663821461032b578063b71d1a0c14610326578063bd6d894d14610321578063c37f68e21461031c578063c5ebeaec14610317578063cfa9920114610312578063d4af8de21461030d578063db006a7514610308578063dd62ed3e14610303578063e31bc454146102fe578063e9c714f2146102f9578063eac1fed0146102f4578063f2b3abbd146102ef578063f3fdb15a146102ea578063f5e3c462146102e5578063f851a440146102e0578063f8f9da28146102db578063fca7820b146102d65763fe9c44ae146102d157600080fd5b6126d0565b612613565b61259d565b612570565b612191565b612168565b612067565b612046565b611f0f565b611e71565b611e0e565b611dd7565b611d3f565b611cee565b611b17565b611aa4565b611a89565b6119da565b61193e565b61189b565b61187f565b611861565b611819565b611806565b6117cf565b611750565b61172d565b611706565b61165e565b611640565b6113a0565b611363565b611326565b6112f9565b6112d6565b6111c3565b61119a565b61117c565b61115e565b611058565b61103a565b610fff565b610f91565b610ebf565b610ea4565b610e3a565b610e19565b610dfd565b610d6b565b610cb4565b610bd5565b610b7e565b610b09565b610951565b61092e565b610910565b6108bc565b61089e565b6106e6565b6106c8565b610638565b6105e4565b610504565b600091031261041757565b600080fd5b90600182811c9216801561044c575b602083101461043657565b634e487b7160e01b600052602260045260246000fd5b91607f169161042b565b634e487b7160e01b600052604160045260246000fd5b6020810190811067ffffffffffffffff82111761048857604052565b610456565b90601f8019910116810190811067ffffffffffffffff82111761048857604052565b919082519283825260005b8481106104db575050826000602080949584010152601f8019910116010190565b806020809284010151828286010152016104ba565b9060206105019281815201906104af565b90565b3461041757600036600319011261041757604051600154600090816105288261041c565b80855291600181169081156105bd5750600114610560575b61055c846105508186038261048d565b604051918291826104f0565b0390f35b600181527fb10e2d527612073b26eecdfd717e6a320cf44b4afac2b0732d9fcbe2b7fa0cf6939250905b8082106105a35750909150810160200161055082610540565b91926001816020925483858801015201910190929161058a565b60ff191660208087019190915292151560051b850190920192506105509150839050610540565b3461041757600036600319011261041757602060ff60005460081c166040519015158152f35b6001600160a01b0381160361041757565b604435906106288261060a565b565b61010435906106288261060a565b34610417576040366003190112610417576004356106558161060a565b6024359033600052600f602052816106838260406000209060018060a01b0316600052602052604060002090565b556040519182526001600160a01b03169033907f8c5be1e5ebec7d5bd14f71427d1e84f3dd0314c0f7b2291e5b200ac8c7c3b92590602090a360405160018152602090f35b34610417576020366003190112610417576106e46004356130bf565b005b34610417576040366003190112610417576004356107038161060a565b60243560005460ff8160101c161561088d5762ff00001916600055604051637f4e225760e11b8152602081600481335afa9081156108395760009161086e575b5061085d5760055461076b9061075f906001600160a01b031681565b6001600160a01b031690565b604051637bca031760e11b8152336004820152602081602481855afa9081156108395760009161083e575b50156107f957604051637bca031760e11b815230600482015290602090829060249082905afa9081156108395760009161080a575b50156107f9576107e3916001600160a01b03166130f7565b6106e46201000062ff0000196000541617600055565b6334b04fe360e11b60005260046000fd5b61082c915060203d602011610832575b610824818361048d565b8101906126ec565b386107cb565b503d61081a565b612701565b610857915060203d60201161083257610824818361048d565b38610796565b634a8af12d60e01b60005260046000fd5b610887915060203d60201161083257610824818361048d565b38610743565b63b5dfd9e560e01b60005260046000fd5b34610417576000366003190112610417576020600854604051908152f35b34610417576020366003190112610417576004356108d98161060a565b60005460ff8160101c161561088d57610900620100009162ff000019169283600055613aeb565b9117600055604051908152602090f35b34610417576000366003190112610417576020600d54604051908152f35b3461041757600036600319011261041757602061094961331d565b604051908152f35b346104175760203660031901126104175760043561096e8161060a565b600354600881901c6001600160a01b03163303610af8576000546001600160a01b0383811693916109a59160189190911c1661075f565b8314610ae7576040516370a0823160e01b815230600482015291602083602481875afa92831561083957600093610ac6575b506040516370a0823160e01b815230600482015291602083602481885afa91821561083957610a2493600093610a9d575b50610a1e9060081c6001600160a01b031661075f565b90613379565b6040516370a0823160e01b815230600482015291602090839060249082905afa91821561083957600092610a6c575b5003610a5b57005b6346edcd5360e11b60005260046000fd5b610a8f91925060203d602011610a96575b610a87818361048d565b81019061270d565b9038610a53565b503d610a7d565b610a1e919350610abe61075f9160203d602011610a9657610a87818361048d565b939150610a08565b610ae091935060203d602011610a9657610a87818361048d565b91386109d7565b632f028cfb60e01b60005260046000fd5b634755657960e01b60005260046000fd5b3461041757606036600319011261041757600435610b268161060a565b602435610b328161060a565b6044356000549160ff8360101c161561088d5761055c93610b5c9362ff000019166000553361340b565b6000805462ff0000191662010000179055604051901581529081906020820190565b3461041757604036600319011261041757600435610b9b8161060a565b6024356000549160ff8360101c161561088d57610bc19262ff0000191660005533613edc565b506000805462ff0000191662010000179055005b34610417576000366003190112610417576004546040516001600160a01b039091168152602090f35b6040519061062860208361048d565b604051906106286101e08361048d565b67ffffffffffffffff811161048857601f01601f191660200190565b929192610c4582610c1d565b91610c53604051938461048d565b829481845281830111610417578281602093846000960137010152565b60606003198201126104175760043591602435916044359067ffffffffffffffff821161041757806023830112156104175781602461050193600401359101610c39565b3461041757610cc236610c70565b60005460181c6001600160a01b03169190823b1561041757610d019260009283604051809681958294639fd5a6cf60e01b84528a30336004870161271c565b03925af1801561083957610d47575b506000549060ff8260101c161561088d57610d349162ff00001916600055336140f8565b6000805462ff0000191662010000179055005b80610d546000809361048d565b8003126104175738610d10565b8015150361041757565b346104175760c036600319011261041757600435610d888161060a565b602435610d948161060a565b608435606435604435610da683610d61565b60a435936000549560ff8760101c161561088d57610d349662ff000019166000558515610df4575b670de0b6b3a76400008611610de4575b3361381e565b670de0b6b3a76400009550610dde565b60009550610dce565b3461041757600036600319011261041757602060405160048152f35b3461041757600036600319011261041757602060ff60035416604051908152f35b34610417576020366003190112610417576020670de0b6b3a7640000610e9a600435610e658161060a565b610e6d612c09565b9060405191610e7b8361046c565b82526001600160a01b03166000908152600e8552604090205490614822565b5104604051908152f35b346104175760003660031901126104175760206109496139d4565b346104175760203660031901126104175760043560005460ff8160101c161561088d5762ff000019166000556014544203610f8057610efe90336149a5565b600c5481810190818111610f7b578110610f6a57600c8190556040805133815260208101939093528201527fa91e67c5ea634cd43a12c5a482724b03de01e85ca68702a53d0c2f45cb7c1dc59080606081015b0390a16106e46201000062ff0000196000541617600055565b6335c973c760e21b60005260046000fd5b6127f0565b639d4e8c1b60e01b60005260046000fd5b34610417576020366003190112610417576003546004359060081c6001600160a01b03163303610af857601180549082905560408051918252602082018390527f68e61dbc80efc8af787740901509a321d0fc29f4e432fae6c4e175867b96144391a1604051908152602090f35b346104175760403660031901126104175761102860043561101f8161060a565b6024359061285b565b60408051928352602083019190915290f35b34610417576000366003190112610417576020601154604051908152f35b34610417576020366003190112610417576004356110758161060a565b60035460081c6001600160a01b03163303610af8576005546001600160a01b0316604051623f1ee960e11b81529091906020816004816001600160a01b0386165afa9081156108395760009161113f575b501561112e57600580546001600160a01b0319166001600160a01b0383161790557f7ac369dbd14fa5ea3f473ed67cc9d598964a77501540ba6751eb0b3decf5870d915b604080516001600160a01b039283168152929091166020830152819081015b0390a1005b6383aebebd60e01b60005260046000fd5b611158915060203d60201161083257610824818361048d565b386110c6565b34610417576000366003190112610417576020600b54604051908152f35b34610417576000366003190112610417576020601254604051908152f35b34610417576000366003190112610417576005546040516001600160a01b039091168152602090f35b346104175760203660031901126104175760043560035460081c6001600160a01b03163303610af85760005460ff8160101c161561088d5762ff0000191660005560145442036112c557806112166139d4565b106112b457600c54908181116112a357808203918211610f7b578161125b7f3bad0c59cf2f06e7314077049f48a93578cd16f5ef92329f1dab1420a99c177e93600c55565b60035461127590839060081c6001600160a01b031661483c565b6003546040805160089290921c6001600160a01b031682526020820193909352918201528060608101610f51565b63152125f760e21b60005260046000fd5b633345e99960e01b60005260046000fd5b631747e30360e21b60005260046000fd5b34610417576000366003190112610417576020604051670429d069189e00008152f35b346104175760003660031901126104175760005460405160189190911c6001600160a01b03168152602090f35b34610417576020366003190112610417576004356113438161060a565b60018060a01b0316600052600e6020526020604060002054604051908152f35b346104175760003660031901126104175760005460ff8160101c161561088d5760209062010000600b549162ff0000191617600055604051908152f35b346104175760203660031901126104175760043560005460ff8160101c161561088d5762ff000019166000556113d461331d565b906113dd610bfe565b9182526113ea8282614ec9565b336000908152600e602052604090209092908390540361160b575b60055461141c9061075f906001600160a01b031681565b905190803b15610417576040516317c4196b60e11b815291600091839182908490829061144f908a3330600486016140ce565b03925af18015610839576115f6575b5060145442036115e557806114716139d4565b106115d45761148a61148583600d546132f0565b600d55565b336000908152600e602052604090206114a69083905b546132f0565b336000908152600e602052604090208190551515806115b8575b6115a757336114cf8282614dd5565b604051838152309190600080516020614fc783398151915290602090a360408051338152602081018390529081018390527fe5b754fb1abb7f01b499791d0b820ae3b6af3424ac1c59768edb53f4ec31a92990606090a160055461153d9061075f906001600160a01b031681565b91823b156104175761156b92600092836040518096819582946351dff98960e01b84523330600486016140ce565b03925af180156108395761158c576000805462ff0000191662010000179055005b8061159b60006115a19361048d565b8061040c565b38610d34565b6330a46c4960e21b60005260046000fd5b50336000908152600e602052604090206103e8905411156114c0565b6391240a1b60e01b60005260046000fd5b63a17754ef60e01b60005260046000fd5b8061159b60006116059361048d565b3861145e565b6103e883111561162f576103e8821161140557632005234160e01b60005260046000fd5b63d1b61f5160e01b60005260046000fd5b34610417576000366003190112610417576020600c54604051908152f35b3461041757600036600319011261041757604051600254600090816116828261041c565b80855291600181169081156105bd57506001146116a95761055c846105508186038261048d565b600281527f405787fa12a823e0f2b7631cc41b3ba8828b3321ca811111fa75cd3aa3bb5ace939250905b8082106116ec5750909150810160200161055082610540565b9192600181602092548385880101520191019092916116d3565b346104175760203660031901126104175760206109496004356117288161060a565b613aeb565b3461041757600036600319011261041757602060ff600054166040519015158152f35b346104175761175e36610c70565b60005460181c6001600160a01b03169190823b156104175761179d9260009283604051809681958294639fd5a6cf60e01b84528a30336004870161271c565b03925af18015610839576117b5575b6106e4826130bf565b806117c26000809361048d565b80031261041757386117ac565b34610417576020366003190112610417576004356000549060ff8260101c161561088d57610d349162ff00001916600055336140f8565b3461041757600036600319011261041757005b34610417576040366003190112610417576004356118368161060a565b6024356000549060ff8260101c161561088d5761055c92610b5c9262ff00001916600055333361340b565b34610417576000366003190112610417576020600a54604051908152f35b3461041757600036600319011261041757602060405160008152f35b34610417576000366003190112610417576006546001600160a01b031660206118c26139d4565b600b54600c54600854604051635c0b440b60e11b8152600481019490945260248401929092526044830152606482015291829060849082905afa80156108395761055c9160009161191f575b506040519081529081906020820190565b611938915060203d602011610a9657610a87818361048d565b3861190e565b346104175760003660031901126104175760035460081c6001600160a01b03163303610af8576000546040516370a0823160e01b815230600482015290602090829060181c6001600160a01b031681806024810103915afa8015610839576106e4916000916119ae575b50601255565b6119c7915060203d602011610a9657610a87818361048d565b386119a8565b60e435906106288261060a565b34610417576020366003190112610417576004356119f78161060a565b60035460081c6001600160a01b03163303610af8576004546001600160a01b03821691908215611a78576001600160a01b03198116909217600455604080516001600160a01b0393841681529290911660208301527fca4f2f25d0898edd99413412fb94012f9e54ec8142f9b093e7720646a95b16a9919081908101611129565b63e6c4247b60e01b60005260046000fd5b34610417576000366003190112610417576020610949612c09565b3461041757602036600319011261041757600435611ac18161060a565b6001600160a01b0381166000908152600e602052604090205490611ae490613aeb565b9061055c611af061331d565b60115490604051948594859094939260609260808301968352602083015260408201520152565b346104175760203660031901126104175760043560005460ff8160101c161561088d5762ff00001916600055600554611b5a9061075f906001600160a01b031681565b803b156104175760405163368f515360e21b815230600482015233602482015260448101839052906000908290606490829084905af1801561083957611cd9575b506014544203611cc85780611bae6139d4565b10611cb7577f13ed6866d4e1ee6da46f845c46d7e54120883d75c5ea9a2dacc1c4ca8984ab8033611be783611be283613aeb565b61284e565b611c1d84611bf781600b5461284e565b336000908152601060205260409020848155600a54600190910155600b81905593614c9c565b6040805133815260208101869052908101919091526060810191909152608090a1600554611c559061075f906001600160a01b031681565b803b1561041757604051631407e28160e01b815233600482015260248101839052906000908290604490829084905af1801561083957611ca2576000805462ff0000191662010000179055005b8061159b6000611cb19361048d565b80610d34565b6348c2588160e01b60005260046000fd5b630a42bc3960e41b60005260046000fd5b8061159b6000611ce89361048d565b38611b9b565b34610417576000366003190112610417576020601454604051908152f35b9080601f830112156104175781602061050193359101610c39565b60ff81160361041757565b60c4359061062882611d27565b346104175761010036600319011261041757600435611d5d8161060a565b60243590611d6a8261060a565b60443591611d778361060a565b6064359260843567ffffffffffffffff811161041757611d9b903690600401611d0c565b60a4359467ffffffffffffffff861161041757611dbf6106e4963690600401611d0c565b92611dc8611d32565b94611dd16119cd565b96612c99565b34610417576020366003190112610417576004356000549060ff8260101c161561088d57610d349162ff0000191660005533614379565b34610417576040366003190112610417576020611e68600435611e308161060a565b60243590611e3d8261060a565b60018060a01b0316600052600f835260406000209060018060a01b0316600052602052604060002090565b54604051908152f35b346104175761012036600319011261041757600435611e8f8161060a565b60243590611e9c8261060a565b611ea461061b565b916064359260843567ffffffffffffffff811161041757611ec9903690600401611d0c565b9360a4359467ffffffffffffffff861161041757611eee6106e4963690600401611d0c565b91611ef7611d32565b93611f006119cd565b95611f0961062a565b97612dbc565b34610417576000366003190112610417576004546001600160a01b038116331480159061203e575b61202d576003547fca4f2f25d0898edd99413412fb94012f9e54ec8142f9b093e7720646a95b16a991907ff9ffabca9c8276e99321725bcb43fb076a6c66a54b7f21c4e8146d8519b417dc90611fa990611f9c9060081c6001600160a01b031661075f565b926001600160a01b031690565b60038054610100600160a81b031916600883901b610100600160a81b03161790556001600160a01b031691600480546001600160a01b0319169055600354604080516001600160a01b03938416815260089290921c9092166020820152a1600454604080516001600160a01b03938416815292909116602083015281908101611129565b63d1ec4b2360e01b60005260046000fd5b503315611f37565b34610417576000366003190112610417576020604051655af3107a40008152f35b34610417576020366003190112610417576004356120848161060a565b60035460081c6001600160a01b03163303610af8576014544203612157576006546001600160a01b031690600460206120bc8461075f565b6040516310c8fc9560e11b815292839182905afa90811561083957600091612138575b501561212757600680546001600160a01b0319166001600160a01b0383161790557fedffc32e068c7c95dfd4bdfd5c4d939a084d6b11c4199eac8436ed234d72f9269161110a565b63ee39b72560e01b60005260046000fd5b612151915060203d60201161083257610824818361048d565b386120df565b637b964b3b60e01b60005260046000fd5b34610417576000366003190112610417576006546040516001600160a01b039091168152602090f35b34610417576000606036600319011261256d57600435906121b18261060a565b6024356044356121c08161060a565b825460ff8160101c161561255e5762ff0000191683556001600160a01b03811691823b1561255a5760405163a6afed9560e01b8152848160048183885af1801561083957612546575b506005546122219061075f906001600160a01b031681565b803b1561241757846040518092632fe3f38f60e11b8252818061224b878c338b30600487016135e1565b03915afa801561083957612532575b5060145442036125235760405163cfa9920160e01b815260208160048188885af1908115610839578591612504575b5042036124f5576001600160a01b03851633146124e65780156124d75760001981146124c8576122ba908533613edc565b906122c5828261285b565b6040516370a0823160e01b81526001600160a01b03881660048201529096919490602081602481855afa801561083957869188916124a9575b501061249a57859695949530821460001461241b57612321915086833330613613565b604080513381526001600160a01b0383811660208301529181018590529083166060820152608081018690527f298637f684da70674f26509b10f07ec2fbc77a335ab1e7d6215a4b2484d8bb529060a090a160055461238a9061075f906001600160a01b031681565b91823b15612417576040516347ef3b3b60e01b81523060048201526001600160a01b03918216602482015233604482015291166064820152608481019290925260a482019390935291829060c490829084905af1801561083957612403575b506124006201000062ff0000196000541617600055565b80f35b8061159b836124119361048d565b386123e9565b8480fd5b813b15612496576040516316b8c1fb60e11b81523360048201526001600160a01b038416602482015260448101889052606481019190915260006084820181905260a48201529490859060c490829084905af1938415610839578694612482575b50612321565b8061159b866124909361048d565b3861247c565b8580fd5b630e7a24eb60e11b8652600486fd5b6124c2915060203d602011610a9657610a87818361048d565b386122fe565b63f72ef4e160e01b8452600484fd5b63b2f72f4760e01b8452600484fd5b63039f861b60e51b8452600484fd5b633e88627b60e11b8452600484fd5b61251d915060203d602011610a9657610a87818361048d565b38612289565b63fbf3ea7960e01b8452600484fd5b8061159b866125409361048d565b3861225a565b846125539195929561048d565b9238612209565b8380fd5b63b5dfd9e560e01b8452600484fd5b80fd5b346104175760003660031901126104175760035460405160089190911c6001600160a01b03168152602090f35b34610417576000366003190112610417576006546001600160a01b031660206125c46139d4565b6064600b5491600c549460405195869485936315f2405360e01b85526004850152602484015260448301525afa80156108395761055c9160009161191f57506040519081529081906020820190565b346104175760203660031901126104175760043560005460ff8160101c161561088d5762ff0000191660005560035460081c6001600160a01b03163303610af85760145442036126bf57670de0b6b3a764000081116126ae5760088054908290556040805191825260208201929092527faaa68312e2ea9d50e16af5068410ab56e1a1fd06037b1a35664812c30f8214609181908101610f51565b631b9bc96960e11b60005260046000fd5b637b452e8160e11b60005260046000fd5b3461041757600036600319011261041757602060405160018152f35b90816020910312610417575161050181610d61565b6040513d6000823e3d90fd5b90816020910312610417575190565b6001600160a01b039182168152911660208201526040810191909152606081019190915260a060808201819052610501929101906104af565b9081606091031261041757805161276b81610d61565b916040602083015161277c81611d27565b92015161050181610d61565b519061ffff8216820361041757565b9081606091031261041757604051906060820182811067ffffffffffffffff821117610488576127e89160409182526127cf81612788565b84526127dd60208201612788565b602085015201612788565b604082015290565b634e487b7160e01b600052601160045260246000fd5b90655af3107a4000820291808304655af3107a40001490151715610f7b57565b81810292918115918404141715610f7b57565b90670de0b6b3a76400008201809211610f7b57565b91908201809211610f7b57565b6005549092906128759061075f906001600160a01b031681565b604051638e8f294b60e01b81523060048201529092606082602481875afa91821561083957600090600093612be4575b5015612bd357604051638e8f294b60e01b81526001600160a01b038616600482015291606083602481885afa92831561083957600090600094612b9e575b5015612b8d5760405163231d97a560e21b815290606082600481895afa91821561083957600092612b5c575b5060ff8061293161292c612925865161ffff1690565b61ffff1690565b612806565b9516911614612ad7575b506040516312bdd04160e31b815230600482015291602083602481885afa92831561083957600093612ab6575b506040516312bdd04160e31b81526001600160a01b038716600482015294602090869060249082905afa94851561083957600095612a91575b5060405163182df0f560e01b81529495939493602090859060049082906001600160a01b03165afa9283156108395782612a51612a6693612a4b612a44612a5798612a57966105019b600092612a6c575b50612a3b90612a1f612a0387612839565b612a0b610bfe565b908152612a16610bfe565b90838252613a69565b95612a28610bfe565b908152612a33610bfe565b918252613a69565b9c612a28610bfe565b8092613aa2565b99613aa2565b97614822565b670de0b6b3a764000090510490565b94614822565b612a3b919250612a8a9060203d602011610a9657610a87818361048d565b91906129f2565b6004949550612aae602091823d8411610a9657610a87818361048d565b9594506129a1565b612ad091935060203d602011610a9657610a87818361048d565b9138612968565b604051637f4e225760e11b815291925090602081600481305afa90811561083957600091612b3d575b50612b225761292c6129256040612b1a93015161ffff1690565b905b3861293b565b61292c6129256020612b3793015161ffff1690565b90612b1c565b612b56915060203d60201161083257610824818361048d565b38612b00565b612b7f91925060603d606011612b86575b612b77818361048d565b810190612797565b903861290f565b503d612b6d565b6331c5793560e01b60005260046000fd5b9050612bc391935060603d606011612bcc575b612bbb818361048d565b810190612755565b509290386128e3565b503d612bb1565b630172c17b60e01b60005260046000fd5b9050612c0091925060603d606011612bcc57612bbb818361048d565b509190386128a5565b60005460ff8160101c161561088d5762ff00001916908160005562010000612c2f61331d565b9217600055565b15612c3d57565b60405162461bcd60e51b815260206004820152602e60248201527f496e697469616c697a61626c653a20636f6e747261637420697320616c72656160448201526d191e481a5b9a5d1a585b1a5e995960921b6064820152608490fd5b9694929091612ce696949260475498612cca60ff8b60081c16151515809b81612d64575b8115612d44575b50612c36565b89612cdd600160ff196047541617604755565b612d2b57612d72565b612cec57565b612cfc61ff001960475416604755565b604051600181527f7f26b83ff96e1f2b6a682f133852f6798a09c465da95921460cefb384740249890602090a1565b612d3f61010061ff00196047541617604755565b612d72565b303b15915081612d56575b5038612cc4565b60ff16600114905038612d4f565b600160ff8216109150612cbd565b9694929091612d82969492613d45565b6001600160a01b03811615611a7857600080546301000000600160b81b03191660189290921b6301000000600160b81b0316919091179055565b97959391612ce69795939160475499612deb60ff8c60081c16151515809c81612d64578115612d445750612c36565b8a612dfe600160ff196047541617604755565b15612f8957612e1761010061ff00196047541617604755565b612f89565b919082602091031261041757604051612e348161046c565b91518252565b51906001600160801b038216820361041757565b519064ffffffffff8216820361041757565b51906106288261060a565b6101e081830312610417576101c0612f8091612e8f612e88610c0d565b9482612e1c565b8452612e9d60208201612e3a565b6020850152612eae60408201612e3a565b6040850152612ebf60608201612e3a565b6060850152612ed060808201612e3a565b6080850152612ee160a08201612e3a565b60a0850152612ef260c08201612e4e565b60c0850152612f0360e08201612788565b60e0850152612f156101008201612e60565b610100850152612f286101208201612e60565b610120850152612f3b6101408201612e60565b610140850152612f4e6101608201612e60565b610160850152612f616101808201612e3a565b610180850152612f746101a08201612e3a565b6101a085015201612e3a565b6101c082015290565b979694929091612f9a969492613d45565b6001600160a01b03821615611a7857600080546301000000600160b81b031916601884901b6301000000600160b81b031617905561303e916101e091612ffc90604980546001600160a01b0319166001600160a01b0392909216919091179055565b604954613011906001600160a01b031661075f565b6040516335ea6a7560e01b81526001600160a01b0390921660048301529092839190829081906024820190565b03915afa9081156108395761075f6101006106289361306e93600091613090575b5001516001600160a01b031690565b60018060a01b03166bffffffffffffffffffffffff60a01b604a541617604a55565b6130b291506101e03d81116130b8575b6130aa818361048d565b810190612e6b565b3861305f565b503d6130a0565b6000549060ff8260101c161561088d576130e39162ff000019166000553333613edc565b906201000062ff0000196000541617600055565b90600061311161075f61075f60055460018060a01b031690565b803b156132ec5760405163368f515360e21b81523060048201526001600160a01b0385166024820152604481018490529082908290606490829084905af18015610839576132d8575b5060145442036132c9578161316d6139d4565b106132ba576001600160a01b038316907f13ed6866d4e1ee6da46f845c46d7e54120883d75c5ea9a2dacc1c4ca8984ab80906131ac84611be285613aeb565b6131b885600b5461284e565b91816131d68860018060a01b03166000526010602052604060002090565b55600a546001600160a01b0388166000908152601060205260409020600101556131ff83600b55565b5061321461320f866012546132f0565b601255565b604080516001600160a01b038816815260208101879052908101919091526060810191909152608090a16005546132559061075f906001600160a01b031681565b803b1561041757604051631407e28160e01b81526001600160a01b03949094166004850152602484018390526000908490604490829084905af192831561083957610628936132a5575b5061429d565b8061159b60006132b49361048d565b3861329f565b6348c2588160e01b8152600490fd5b630a42bc3960e41b8152600490fd5b8061159b836132e69361048d565b3861315a565b5080fd5b91908203918211610f7b57565b8115613307570490565b634e487b7160e01b600052601260045260246000fd5b600d548061332c575060075490565b6133346139d4565b90600b548201809211610f7b57600c549182810392818411610f7b57670de0b6b3a76400008402938404670de0b6b3a76400001491141715610f7b57610501916132fd565b60405163a9059cbb60e01b81526001600160a01b039092166004830152602482019290925260209060009060449082855af19081601f3d116001600051141615166133fe575b50156133c757565b60405162461bcd60e51b815260206004820152600f60248201526e1514905394d1915497d19052531151608a1b6044820152606490fd5b3b153d17159050386133bf565b6005546134229061075f906001600160a01b031681565b803b15610417576040516317b9b84b60e31b81523060048201526001600160a01b0384811660248301528516604482015260648101869052906000908290608490829084905af18015610839576135cc575b506001600160a01b0383811694908316938486146135bb57600080516020614fc78339815191529361354b936001600160a01b0381168703613592576000195b6134be85826132f0565b936135316134e2876114a08760018060a01b0316600052600e602052604060002090565b91613509886135038360018060a01b0316600052600e602052604060002090565b5461284e565b6001600160a01b038781166000908152600e6020526040808220969096559216825292902090565b5519613553575b5050604051918252509081906020820190565b0390a3600090565b6135726135899260018060a01b0316600052600f602052604060002090565b9060018060a01b0316600052602052604060002090565b55388080613538565b6001600160a01b0382166000908152600f602052604090206135b5908290613572565b546134b4565b638cd22d1960e01b60005260046000fd5b8061159b60006135db9361048d565b38613474565b6001600160a01b0391821681529181166020830152918216604082015291166060820152608081019190915260a00190565b909293919360009161363261075f61075f60055460018060a01b031690565b90813b1561255a57868392878680946136626040519788968795869463d02f735160e01b865230600487016135e1565b03925af180156108395761380a575b506001600160a01b0384811693908616928385146137fb57506136a790613696610bfe565b90670429d069189e00008252614360565b948582106137ea57857fa91e67c5ea634cd43a12c5a482724b03de01e85ca68702a53d0c2f45cb7c1dc5936136df61062898856132f0565b966136ff612a57846136ef61331d565b6136f7610bfe565b908152614822565b9361376461374861371287600c5461284e565b9761371c89600c55565b61372b61148588600d546132f0565b6001600160a01b0384166000908152600e602052604090206114a0565b6001600160a01b039092166000908152600e6020526040902090565b55613788613748896135038460018060a01b0316600052600e602052604060002090565b558581600080516020614fc7833981519152604051806137ad8c829190602083019252565b0390a36040519182523091600080516020614fc783398151915290602090a3604080513081526020810192909252810191909152606090a1614609565b632c3508cb60e21b60005260046000fd5b637a2d3db360e01b8152600490fd5b8061159b846138189361048d565b38613671565b60055491959493929161383b9061075f906001600160a01b031681565b803b1561041757826000918883879561386b6040519788968795869463d02f735160e01b865230600487016135e1565b03925af18015610839576139bf575b506001600160a01b0385811696908216938488146139ae57851561399c57506138ae906138a5610bfe565b90815283614360565b8083106137ea577fa91e67c5ea634cd43a12c5a482724b03de01e85ca68702a53d0c2f45cb7c1dc5936138e182856132f0565b966138f1612a57846136ef61331d565b9361390461374861371287600c5461284e565b55613928613748896135038460018060a01b0316600052600e602052604060002090565b558781600080516020614fc78339815191526040518061394d8c829190602083019252565b0390a36040519182523091600080516020614fc783398151915290602090a3604080513081526020810192909252810191909152606090a1156139935761062891614379565b61062891614609565b6139a99150613696610bfe565b6138ae565b637a2d3db360e01b60005260046000fd5b8061159b60006139ce9361048d565b3861387a565b6049546000546040516335ea6a7560e01b81526001600160a01b0360189290921c82166004820152916101e09183916024918391165afa80156108395761050191600091613a4a575b50613a44613a3860206048549301516001600160801b031690565b6001600160801b031690565b90612826565b613a6391506101e03d81116130b8576130aa818361048d565b38613a1d565b670de0b6b3a764000091613a8f916000604051613a858161046c565b5251905190612826565b0460405190613a9d8261046c565b815290565b6000604051613ab08161046c565b5251670de0b6b3a7640000810290808204670de0b6b3a76400001490151715610f7b57613ade9151906132fd565b60405190613a9d8261046c565b6001600160a01b031660009081526010602052604090208054908115613b26576001613b1d61050193600a5490612826565b910154906132fd565b5050600090565b601f8211613b3a57505050565b6000526020600020906020601f840160051c83019310613b75575b601f0160051c01905b818110613b69575050565b60008155600101613b5e565b9091508190613b55565b90815167ffffffffffffffff811161048857613ba781613ba060015461041c565b6001613b2d565b602092601f8211600114613be957613bd992938291600092613bde575b50508160011b916000199060031b1c19161790565b600155565b015190503880613bc4565b6001600052601f198216937fb10e2d527612073b26eecdfd717e6a320cf44b4afac2b0732d9fcbe2b7fa0cf69160005b868110613c505750836001959610613c37575b505050811b01600155565b015160001960f88460031b161c19169055388080613c2c565b91926020600181928685015181550194019201613c19565b90815167ffffffffffffffff811161048857613c9081613c8960025461041c565b6002613b2d565b602092601f8211600114613cc657613cc192938291600092613bde5750508160011b916000199060031b1c19161790565b600255565b6002600052601f198216937f405787fa12a823e0f2b7631cc41b3ba8828b3321ca811111fa75cd3aa3bb5ace9160005b868110613d2d5750836001959610613d14575b505050811b01600255565b015160001960f88460031b161c19169055388080613d09565b91926020600181928685015181550194019201613cf6565b60038054610100600160a81b03191660089890981b610100600160a81b03169790971790965591949192919060145415801590613ed1575b613ec05760075560075415613eaf57613e99947fedffc32e068c7c95dfd4bdfd5c4d939a084d6b11c4199eac8436ed234d72f926613e7c613e89957f7ac369dbd14fa5ea3f473ed67cc9d598964a77501540ba6751eb0b3decf5870d613e3f613e8496613df1670de0b6b3a7640000601155565b613e0267016345785d8a0000600855565b600580546001600160a01b0319166001600160a01b0383161790555b60408051600081526001600160a01b03909216602083015290918291820190565b0390a1613e4b42601455565b613e5c670de0b6b3a7640000600a55565b600680546001600160a01b0319166001600160a01b038316179055613e1e565b0390a1613b7f565b613c68565b60ff1660ff196003541617600355565b6106286201000062ff0000196000541617600055565b63a2ec3a5560e01b60005260046000fd5b634743547560e01b60005260046000fd5b50600a541515613d7d565b600554909190613ef69061075f906001600160a01b031681565b803b1561041757604051631200453160e11b81523060048201526001600160a01b0384811660248301528316604482015260648101859052906000908290608490829084905af18015610839576140b9575b5060145442036140a8577f1a2a22cb034d26d1854bdc6666a5b91fe25efbbb5dcad3b0355478d6f5c362a1613f99613f92613f8c613f8585613aeb565b8097614993565b856149a5565b80956132f0565b613fa585600b546132f0565b9080613fc38560018060a01b03166000526010602052604060002090565b55600a546001600160a01b038516600090815260106020526040902060010155613fec82600b55565b604080516001600160a01b038781168252861660208201529081018790526060810191909152608081019190915260a090a16005546140359061075f906001600160a01b031681565b91600a5492803b1561041757604051631ededc9160e01b81523060048201526001600160a01b03928316602482015292909116604483015260648201849052608482019290925290600090829060a490829084905af1801561083957614099575090565b8061159b60006105019361048d565b63c714a2d560e01b60005260046000fd5b8061159b60006140c89361048d565b38613f48565b6001600160a01b039182168152911660208201526040810191909152606081019190915260800190565b9061410161331d565b9061410a610bfe565b8281526005549092906141279061075f906001600160a01b031681565b803b1561041757604051635bca9add60e01b815291600091839182908490829061415790898c30600486016140ce565b03925af1801561083957614288575b5060145442036142775761417a90836149a5565b906103e88211156142665761418f9082614ec9565b90811561425557817f4c209b5fc8ad50758f13e2e1088ba56a560dff690a1c6fef26394f4c03821c4f916141c861148583600d5461284e565b6001600160a01b0385166000908152600e602052604090206141eb908390613503565b6001600160a01b0386166000908152600e6020526040902055604080516001600160a01b0387168152602081019290925281019190915280606081010390a16040519081526001600160a01b0391909116903090600080516020614fc783398151915290602090a3565b634f87e6f560e01b60005260046000fd5b6310deaa5960e01b60005260046000fd5b633393b25760e01b60005260046000fd5b8061159b60006142979361048d565b38614166565b9060006142a861331d565b906142b1610bfe565b8281526005549092906142ce9061075f906001600160a01b031681565b90813b1561435c576142fc83928392604051948580948193635bca9add60e01b83528b8d30600486016140ce565b03925af1801561083957614348575b506014544203614339575061432561320f8360125461284e565b6103e88211156142665761418f9082614ec9565b633393b25760e01b8152600490fd5b8061159b836143569361048d565b3861430b565b8280fd5b61437590670de0b6b3a7640000925190612826565b0490565b811515918280614601575b6145f05761439061331d565b614398610bfe565b93849182526000906000146145de5750506143b6612a578285614822565b925b6001600160a01b0383166000908152600e60205260409020829054036145ba575b6005546143f09061075f906001600160a01b031681565b905190803b15610417576040516317c4196b60e11b815291600091839182908490829061442390898b30600486016140ce565b03925af18015610839576145a5575b5060145442036115e557826144456139d4565b106115d45761445961148582600d546132f0565b6001600160a01b0382166000908152600e6020526040902061447c9082906114a0565b6001600160a01b0383166000908152600e60205260409020819055151580614580575b6115a7576001600160a01b0382166144b78482614dd5565b604051828152309190600080516020614fc78339815191529080602081015b0390a3604080516001600160a01b0384168152602081018590529081018290527fe5b754fb1abb7f01b499791d0b820ae3b6af3424ac1c59768edb53f4ec31a92990606090a16005546145339061075f906001600160a01b031681565b803b15610417576145609360008094604051968795869485936351dff98960e01b855230600486016140ce565b03925af18015610839576145715750565b8061159b60006106289361048d565b506001600160a01b0382166000908152600e602052604090206103e89054111561449f565b8061159b60006145b49361048d565b38614432565b6103e882111561162f576103e884116143d957632005234160e01b60005260046000fd5b6145e89250614ec9565b6000926143b8565b63431f269d60e01b60005260046000fd5b506000614384565b811515916000838061481b575b61480c5761462261331d565b9361462b610bfe565b948552156147f857614640612a578386614822565b935b6001600160a01b0384166000908152600e60205260409020839054036147c7575b60055461467a9061075f906001600160a01b031681565b9051813b1561435c576146a9839283926040519485809481936317c4196b60e11b83528a8c30600486016140ce565b03925af18015610839576147b3575b5060145442036147a457836146cb6139d4565b10614795576146df61148583600d546132f0565b6001600160a01b0383166000908152600e602052604090206147029083906114a0565b6001600160a01b0384166000908152600e60205260409020819055151580614770575b6147615750614734838361483c565b60405181815230906001600160a01b03841690600080516020614fc78339815191529080602081016144d6565b6330a46c4960e21b8152600490fd5b506001600160a01b0383166000908152600e602052604090206103e890541115614725565b6391240a1b60e01b8152600490fd5b63a17754ef60e01b8152600490fd5b8061159b836147c19361048d565b386146b8565b6103e88311156147e9576103e8851161466357632005234160e01b8252600482fd5b63d1b61f5160e01b8252600482fd5b90506148048382614ec9565b908093614642565b63431f269d60e01b8152600490fd5b5080614616565b90613ade9160006040516148358161046c565b5251612826565b906148926101e061485761075f60495460018060a01b031690565b60005460181c6001600160a01b03166040516335ea6a7560e01b81526001600160a01b03909116600482015292839190829081906024820190565b03915afa928315610839576148de6148d96148d16148cb613a386020614936998198600091614974575b5001516001600160801b031690565b86614ef5565b6048546132f0565b604855565b6049546148f3906001600160a01b031661075f565b60008054604051631a4ca37b60e21b81526001600160a01b0360189290921c82166004820152602481018790529316604484015291948592839182906064820190565b03925af1908115610839576106289261320f92614957575b506012546132f0565b61496f9060203d602011610a9657610a87818361048d565b61494e565b61498d91506101e03d81116130b8576130aa818361048d565b386148bc565b90808210156149a0575090565b905090565b6000549091906149c09060181c6001600160a01b031661075f565b6040516370a0823160e01b81523060048201526001600160a01b038216939190602081602481885afa918215610839578491600093614bf6575b50614a0792933091614f26565b604954614a24906101e090614857906001600160a01b031661075f565b03915afa90811561083957614a5e614a58613a386020614a66956148d995600091614974575001516001600160801b031690565b85614ef5565b60485461284e565b6040516370a0823160e01b8152306004820152602081602481875afa90811561083957600091614bd7575b50818110614bc65782614aa9614af9936020936132f0565b604954909590614ac1906001600160a01b031661075f565b60405163095ea7b360e01b81526001600160a01b03909116600482015260248101929092529092839190829060009082906044820190565b03925af1801561083957614ba9575b50604954614b1e906001600160a01b031661075f565b60005490919060181c6001600160a01b0316823b156104175760405163617ba03760e01b81526001600160a01b03919091166004820152602481019190915230604482015260006064820181905290918290608490829084905af1801561083957614b94575b5061050161320f8260125461284e565b8061159b6000614ba39361048d565b38614b84565b614bc19060203d60201161083257610824818361048d565b614b08565b63065559c560e51b60005260046000fd5b614bf0915060203d602011610a9657610a87818361048d565b38614a91565b614a079350614c139060203d602011610a9657610a87818361048d565b926149fa565b9081602091031261041757516105018161060a565b3d15614c59573d90614c3f82610c1d565b91614c4d604051938461048d565b82523d6000602084013e565b606090565b91939260608301946002831015614c86576040928452602084015260018060a01b0316910152565b634e487b7160e01b600052602160045260246000fd5b6005546004929190602090614cbb9061075f906001600160a01b031681565b6040516334cc866d60e21b815294859182905afa92831561083957600093614da4575b506040516379befbd160e01b6020820190815260248201849052600091829190614d1581604481015b03601f19810183528261048d565b519082875af1614d23614c2e565b5015614d3c5761062892506001600160a01b031661483c565b614d78926020926001600160a01b0390911690614d59818361483c565b6000604051809681958294633033674760e11b84528460048501614c5e565b03925af1801561083957614d895750565b614da19060203d602011610a9657610a87818361048d565b50565b614dc791935060203d602011614dce575b614dbf818361048d565b810190614c19565b9138614cde565b503d614db5565b9060049160006020614df461075f61075f60055460018060a01b031690565b6040516334cc866d60e21b815295869182905afa938415610839578194614ea8575b506040516379befbd160e01b60208201908152602482018590528291829190614e428160448101614d07565b519082885af1614e50614c2e565b5015614e6a575061062892506001600160a01b031661483c565b614d78936020936001600160a01b0390911691614e87828461483c565b506000604051809681958294633033674760e11b8452600160048501614c5e565b614ec291945060203d602011614dce57614dbf818361048d565b9238614e16565b670de0b6b3a7640000810290808204670de0b6b3a76400001490151715610f7b576105019151906132fd565b8160011c906b033b2e3c9fd0803ce80000008219048111831517610417576b033b2e3c9fd0803ce800000002010490565b6040516323b872dd60e01b81526001600160a01b039283166004820152929091166024830152604482019290925260209060009060649082855af19081601f3d11600160005114161516614fb9575b5015614f7d57565b60405162461bcd60e51b81526020600482015260146024820152731514905394d1915497d19493d357d1905253115160621b6044820152606490fd5b3b153d1715905038614f7556feddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3efa2646970667358221220d34ad137cc2c04c110d3630b89dbedfae96257d5817464c3bcc97cc7b59e969064736f6c634300081a0033";
2051
+ const isSuperArgs = (xs) => xs.length > 1;
2052
+ class CAavePool__factory extends ethers_1.ContractFactory {
2053
+ constructor(...args) {
2054
+ if (isSuperArgs(args)) {
2055
+ super(...args);
2056
+ }
2057
+ else {
2058
+ super(_abi, _bytecode, args[0]);
2059
+ }
2060
+ }
2061
+ getDeployTransaction(overrides) {
2062
+ return super.getDeployTransaction(overrides || {});
2063
+ }
2064
+ deploy(overrides) {
2065
+ return super.deploy(overrides || {});
2066
+ }
2067
+ connect(runner) {
2068
+ return super.connect(runner);
2069
+ }
2070
+ static createInterface() {
2071
+ return new ethers_1.Interface(_abi);
2072
+ }
2073
+ static connect(address, runner) {
2074
+ return new ethers_1.Contract(address, _abi, runner);
2075
+ }
2076
+ }
2077
+ exports.CAavePool__factory = CAavePool__factory;
2078
+ CAavePool__factory.bytecode = _bytecode;
2079
+ CAavePool__factory.abi = _abi;
2080
+ //# sourceMappingURL=CAavePool__factory.js.map