@venusprotocol/venus-protocol 9.5.0-dev.1 → 9.5.0-dev.2

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 (31) hide show
  1. package/README.md +11 -1
  2. package/deployments/bsctestnet/vAAVE.json +3326 -0
  3. package/deployments/bsctestnet/vADA.json +3244 -0
  4. package/deployments/bsctestnet/{vBTC.json → vBTCB.json} +55 -15
  5. package/deployments/bsctestnet/vBUSD.json +55 -15
  6. package/deployments/bsctestnet/vCAKE.json +1493 -0
  7. package/deployments/bsctestnet/vDOGE.json +3269 -0
  8. package/deployments/bsctestnet/vETH.json +55 -15
  9. package/deployments/bsctestnet/vFDUSD.json +3 -15
  10. package/deployments/bsctestnet/vLTC.json +55 -15
  11. package/deployments/bsctestnet/vMATIC.json +1550 -0
  12. package/deployments/bsctestnet/vSXP.json +55 -15
  13. package/deployments/bsctestnet/vSolvBTC.json +1776 -697
  14. package/deployments/bsctestnet/vTRX.json +56 -16
  15. package/deployments/bsctestnet/vTRXOLD.json +3326 -0
  16. package/deployments/bsctestnet/vTUSD.json +55 -15
  17. package/deployments/bsctestnet/vTUSDOLD.json +3326 -0
  18. package/deployments/bsctestnet/vTWT.json +1776 -697
  19. package/deployments/bsctestnet/vUNI.json +3344 -0
  20. package/deployments/bsctestnet/vUSDC.json +55 -15
  21. package/deployments/bsctestnet/vUSDT.json +55 -15
  22. package/deployments/bsctestnet/vWBETH.json +269 -5
  23. package/deployments/bsctestnet/vXRP.json +55 -15
  24. package/deployments/bsctestnet/vXVS.json +55 -15
  25. package/deployments/bsctestnet.json +30079 -2973
  26. package/deployments/bsctestnet_addresses.json +10 -2
  27. package/dist/deployments/bsctestnet.json +30079 -2973
  28. package/dist/hardhat.config.js +24 -3
  29. package/dist/type-extensions.d.ts +6 -0
  30. package/dist/type-extensions.js +3 -0
  31. package/package.json +1 -1
@@ -0,0 +1,3326 @@
1
+ {
2
+ "address": "0x369Fea97f6fB7510755DCA389088d9E2e2819278",
3
+ "abi": [
4
+ {
5
+ "inputs": [
6
+ {
7
+ "internalType": "address",
8
+ "name": "underlying_",
9
+ "type": "address"
10
+ },
11
+ {
12
+ "internalType": "contract ComptrollerInterface",
13
+ "name": "comptroller_",
14
+ "type": "address"
15
+ },
16
+ {
17
+ "internalType": "contract InterestRateModel",
18
+ "name": "interestRateModel_",
19
+ "type": "address"
20
+ },
21
+ {
22
+ "internalType": "uint256",
23
+ "name": "initialExchangeRateMantissa_",
24
+ "type": "uint256"
25
+ },
26
+ {
27
+ "internalType": "string",
28
+ "name": "name_",
29
+ "type": "string"
30
+ },
31
+ {
32
+ "internalType": "string",
33
+ "name": "symbol_",
34
+ "type": "string"
35
+ },
36
+ {
37
+ "internalType": "uint8",
38
+ "name": "decimals_",
39
+ "type": "uint8"
40
+ },
41
+ {
42
+ "internalType": "address payable",
43
+ "name": "admin_",
44
+ "type": "address"
45
+ },
46
+ {
47
+ "internalType": "address",
48
+ "name": "implementation_",
49
+ "type": "address"
50
+ },
51
+ {
52
+ "internalType": "bytes",
53
+ "name": "becomeImplementationData",
54
+ "type": "bytes"
55
+ }
56
+ ],
57
+ "payable": false,
58
+ "stateMutability": "nonpayable",
59
+ "type": "constructor"
60
+ },
61
+ {
62
+ "anonymous": false,
63
+ "inputs": [
64
+ {
65
+ "indexed": false,
66
+ "internalType": "uint256",
67
+ "name": "cashPrior",
68
+ "type": "uint256"
69
+ },
70
+ {
71
+ "indexed": false,
72
+ "internalType": "uint256",
73
+ "name": "interestAccumulated",
74
+ "type": "uint256"
75
+ },
76
+ {
77
+ "indexed": false,
78
+ "internalType": "uint256",
79
+ "name": "borrowIndex",
80
+ "type": "uint256"
81
+ },
82
+ {
83
+ "indexed": false,
84
+ "internalType": "uint256",
85
+ "name": "totalBorrows",
86
+ "type": "uint256"
87
+ }
88
+ ],
89
+ "name": "AccrueInterest",
90
+ "type": "event"
91
+ },
92
+ {
93
+ "anonymous": false,
94
+ "inputs": [
95
+ {
96
+ "indexed": true,
97
+ "internalType": "address",
98
+ "name": "owner",
99
+ "type": "address"
100
+ },
101
+ {
102
+ "indexed": true,
103
+ "internalType": "address",
104
+ "name": "spender",
105
+ "type": "address"
106
+ },
107
+ {
108
+ "indexed": false,
109
+ "internalType": "uint256",
110
+ "name": "amount",
111
+ "type": "uint256"
112
+ }
113
+ ],
114
+ "name": "Approval",
115
+ "type": "event"
116
+ },
117
+ {
118
+ "anonymous": false,
119
+ "inputs": [
120
+ {
121
+ "indexed": false,
122
+ "internalType": "address",
123
+ "name": "borrower",
124
+ "type": "address"
125
+ },
126
+ {
127
+ "indexed": false,
128
+ "internalType": "uint256",
129
+ "name": "borrowAmount",
130
+ "type": "uint256"
131
+ },
132
+ {
133
+ "indexed": false,
134
+ "internalType": "uint256",
135
+ "name": "accountBorrows",
136
+ "type": "uint256"
137
+ },
138
+ {
139
+ "indexed": false,
140
+ "internalType": "uint256",
141
+ "name": "totalBorrows",
142
+ "type": "uint256"
143
+ }
144
+ ],
145
+ "name": "Borrow",
146
+ "type": "event"
147
+ },
148
+ {
149
+ "anonymous": false,
150
+ "inputs": [
151
+ {
152
+ "indexed": false,
153
+ "internalType": "uint256",
154
+ "name": "error",
155
+ "type": "uint256"
156
+ },
157
+ {
158
+ "indexed": false,
159
+ "internalType": "uint256",
160
+ "name": "info",
161
+ "type": "uint256"
162
+ },
163
+ {
164
+ "indexed": false,
165
+ "internalType": "uint256",
166
+ "name": "detail",
167
+ "type": "uint256"
168
+ }
169
+ ],
170
+ "name": "Failure",
171
+ "type": "event"
172
+ },
173
+ {
174
+ "anonymous": false,
175
+ "inputs": [
176
+ {
177
+ "indexed": false,
178
+ "internalType": "address",
179
+ "name": "liquidator",
180
+ "type": "address"
181
+ },
182
+ {
183
+ "indexed": false,
184
+ "internalType": "address",
185
+ "name": "borrower",
186
+ "type": "address"
187
+ },
188
+ {
189
+ "indexed": false,
190
+ "internalType": "uint256",
191
+ "name": "repayAmount",
192
+ "type": "uint256"
193
+ },
194
+ {
195
+ "indexed": false,
196
+ "internalType": "address",
197
+ "name": "vTokenCollateral",
198
+ "type": "address"
199
+ },
200
+ {
201
+ "indexed": false,
202
+ "internalType": "uint256",
203
+ "name": "seizeTokens",
204
+ "type": "uint256"
205
+ }
206
+ ],
207
+ "name": "LiquidateBorrow",
208
+ "type": "event"
209
+ },
210
+ {
211
+ "anonymous": false,
212
+ "inputs": [
213
+ {
214
+ "indexed": false,
215
+ "internalType": "address",
216
+ "name": "minter",
217
+ "type": "address"
218
+ },
219
+ {
220
+ "indexed": false,
221
+ "internalType": "uint256",
222
+ "name": "mintAmount",
223
+ "type": "uint256"
224
+ },
225
+ {
226
+ "indexed": false,
227
+ "internalType": "uint256",
228
+ "name": "mintTokens",
229
+ "type": "uint256"
230
+ }
231
+ ],
232
+ "name": "Mint",
233
+ "type": "event"
234
+ },
235
+ {
236
+ "anonymous": false,
237
+ "inputs": [
238
+ {
239
+ "indexed": false,
240
+ "internalType": "address",
241
+ "name": "payer",
242
+ "type": "address"
243
+ },
244
+ {
245
+ "indexed": false,
246
+ "internalType": "address",
247
+ "name": "receiver",
248
+ "type": "address"
249
+ },
250
+ {
251
+ "indexed": false,
252
+ "internalType": "uint256",
253
+ "name": "mintAmount",
254
+ "type": "uint256"
255
+ },
256
+ {
257
+ "indexed": false,
258
+ "internalType": "uint256",
259
+ "name": "mintTokens",
260
+ "type": "uint256"
261
+ }
262
+ ],
263
+ "name": "MintBehalf",
264
+ "type": "event"
265
+ },
266
+ {
267
+ "anonymous": false,
268
+ "inputs": [
269
+ {
270
+ "indexed": false,
271
+ "internalType": "address",
272
+ "name": "oldAdmin",
273
+ "type": "address"
274
+ },
275
+ {
276
+ "indexed": false,
277
+ "internalType": "address",
278
+ "name": "newAdmin",
279
+ "type": "address"
280
+ }
281
+ ],
282
+ "name": "NewAdmin",
283
+ "type": "event"
284
+ },
285
+ {
286
+ "anonymous": false,
287
+ "inputs": [
288
+ {
289
+ "indexed": false,
290
+ "internalType": "contract ComptrollerInterface",
291
+ "name": "oldComptroller",
292
+ "type": "address"
293
+ },
294
+ {
295
+ "indexed": false,
296
+ "internalType": "contract ComptrollerInterface",
297
+ "name": "newComptroller",
298
+ "type": "address"
299
+ }
300
+ ],
301
+ "name": "NewComptroller",
302
+ "type": "event"
303
+ },
304
+ {
305
+ "anonymous": false,
306
+ "inputs": [
307
+ {
308
+ "indexed": false,
309
+ "internalType": "address",
310
+ "name": "oldImplementation",
311
+ "type": "address"
312
+ },
313
+ {
314
+ "indexed": false,
315
+ "internalType": "address",
316
+ "name": "newImplementation",
317
+ "type": "address"
318
+ }
319
+ ],
320
+ "name": "NewImplementation",
321
+ "type": "event"
322
+ },
323
+ {
324
+ "anonymous": false,
325
+ "inputs": [
326
+ {
327
+ "indexed": false,
328
+ "internalType": "contract InterestRateModel",
329
+ "name": "oldInterestRateModel",
330
+ "type": "address"
331
+ },
332
+ {
333
+ "indexed": false,
334
+ "internalType": "contract InterestRateModel",
335
+ "name": "newInterestRateModel",
336
+ "type": "address"
337
+ }
338
+ ],
339
+ "name": "NewMarketInterestRateModel",
340
+ "type": "event"
341
+ },
342
+ {
343
+ "anonymous": false,
344
+ "inputs": [
345
+ {
346
+ "indexed": false,
347
+ "internalType": "address",
348
+ "name": "oldPendingAdmin",
349
+ "type": "address"
350
+ },
351
+ {
352
+ "indexed": false,
353
+ "internalType": "address",
354
+ "name": "newPendingAdmin",
355
+ "type": "address"
356
+ }
357
+ ],
358
+ "name": "NewPendingAdmin",
359
+ "type": "event"
360
+ },
361
+ {
362
+ "anonymous": false,
363
+ "inputs": [
364
+ {
365
+ "indexed": false,
366
+ "internalType": "uint256",
367
+ "name": "oldReserveFactorMantissa",
368
+ "type": "uint256"
369
+ },
370
+ {
371
+ "indexed": false,
372
+ "internalType": "uint256",
373
+ "name": "newReserveFactorMantissa",
374
+ "type": "uint256"
375
+ }
376
+ ],
377
+ "name": "NewReserveFactor",
378
+ "type": "event"
379
+ },
380
+ {
381
+ "anonymous": false,
382
+ "inputs": [
383
+ {
384
+ "indexed": false,
385
+ "internalType": "address",
386
+ "name": "redeemer",
387
+ "type": "address"
388
+ },
389
+ {
390
+ "indexed": false,
391
+ "internalType": "uint256",
392
+ "name": "redeemAmount",
393
+ "type": "uint256"
394
+ },
395
+ {
396
+ "indexed": false,
397
+ "internalType": "uint256",
398
+ "name": "redeemTokens",
399
+ "type": "uint256"
400
+ }
401
+ ],
402
+ "name": "Redeem",
403
+ "type": "event"
404
+ },
405
+ {
406
+ "anonymous": false,
407
+ "inputs": [
408
+ {
409
+ "indexed": false,
410
+ "internalType": "address",
411
+ "name": "redeemer",
412
+ "type": "address"
413
+ },
414
+ {
415
+ "indexed": false,
416
+ "internalType": "uint256",
417
+ "name": "feeAmount",
418
+ "type": "uint256"
419
+ },
420
+ {
421
+ "indexed": false,
422
+ "internalType": "uint256",
423
+ "name": "redeemTokens",
424
+ "type": "uint256"
425
+ }
426
+ ],
427
+ "name": "RedeemFee",
428
+ "type": "event"
429
+ },
430
+ {
431
+ "anonymous": false,
432
+ "inputs": [
433
+ {
434
+ "indexed": false,
435
+ "internalType": "address",
436
+ "name": "payer",
437
+ "type": "address"
438
+ },
439
+ {
440
+ "indexed": false,
441
+ "internalType": "address",
442
+ "name": "borrower",
443
+ "type": "address"
444
+ },
445
+ {
446
+ "indexed": false,
447
+ "internalType": "uint256",
448
+ "name": "repayAmount",
449
+ "type": "uint256"
450
+ },
451
+ {
452
+ "indexed": false,
453
+ "internalType": "uint256",
454
+ "name": "accountBorrows",
455
+ "type": "uint256"
456
+ },
457
+ {
458
+ "indexed": false,
459
+ "internalType": "uint256",
460
+ "name": "totalBorrows",
461
+ "type": "uint256"
462
+ }
463
+ ],
464
+ "name": "RepayBorrow",
465
+ "type": "event"
466
+ },
467
+ {
468
+ "anonymous": false,
469
+ "inputs": [
470
+ {
471
+ "indexed": false,
472
+ "internalType": "address",
473
+ "name": "benefactor",
474
+ "type": "address"
475
+ },
476
+ {
477
+ "indexed": false,
478
+ "internalType": "uint256",
479
+ "name": "addAmount",
480
+ "type": "uint256"
481
+ },
482
+ {
483
+ "indexed": false,
484
+ "internalType": "uint256",
485
+ "name": "newTotalReserves",
486
+ "type": "uint256"
487
+ }
488
+ ],
489
+ "name": "ReservesAdded",
490
+ "type": "event"
491
+ },
492
+ {
493
+ "anonymous": false,
494
+ "inputs": [
495
+ {
496
+ "indexed": false,
497
+ "internalType": "address",
498
+ "name": "admin",
499
+ "type": "address"
500
+ },
501
+ {
502
+ "indexed": false,
503
+ "internalType": "uint256",
504
+ "name": "reduceAmount",
505
+ "type": "uint256"
506
+ },
507
+ {
508
+ "indexed": false,
509
+ "internalType": "uint256",
510
+ "name": "newTotalReserves",
511
+ "type": "uint256"
512
+ }
513
+ ],
514
+ "name": "ReservesReduced",
515
+ "type": "event"
516
+ },
517
+ {
518
+ "anonymous": false,
519
+ "inputs": [
520
+ {
521
+ "indexed": true,
522
+ "internalType": "address",
523
+ "name": "from",
524
+ "type": "address"
525
+ },
526
+ {
527
+ "indexed": true,
528
+ "internalType": "address",
529
+ "name": "to",
530
+ "type": "address"
531
+ },
532
+ {
533
+ "indexed": false,
534
+ "internalType": "uint256",
535
+ "name": "amount",
536
+ "type": "uint256"
537
+ }
538
+ ],
539
+ "name": "Transfer",
540
+ "type": "event"
541
+ },
542
+ {
543
+ "payable": true,
544
+ "stateMutability": "payable",
545
+ "type": "fallback"
546
+ },
547
+ {
548
+ "constant": false,
549
+ "inputs": [],
550
+ "name": "_acceptAdmin",
551
+ "outputs": [
552
+ {
553
+ "internalType": "uint256",
554
+ "name": "",
555
+ "type": "uint256"
556
+ }
557
+ ],
558
+ "payable": false,
559
+ "stateMutability": "nonpayable",
560
+ "type": "function"
561
+ },
562
+ {
563
+ "constant": false,
564
+ "inputs": [
565
+ {
566
+ "internalType": "uint256",
567
+ "name": "addAmount",
568
+ "type": "uint256"
569
+ }
570
+ ],
571
+ "name": "_addReserves",
572
+ "outputs": [
573
+ {
574
+ "internalType": "uint256",
575
+ "name": "",
576
+ "type": "uint256"
577
+ }
578
+ ],
579
+ "payable": false,
580
+ "stateMutability": "nonpayable",
581
+ "type": "function"
582
+ },
583
+ {
584
+ "constant": false,
585
+ "inputs": [
586
+ {
587
+ "internalType": "uint256",
588
+ "name": "reduceAmount",
589
+ "type": "uint256"
590
+ }
591
+ ],
592
+ "name": "_reduceReserves",
593
+ "outputs": [
594
+ {
595
+ "internalType": "uint256",
596
+ "name": "",
597
+ "type": "uint256"
598
+ }
599
+ ],
600
+ "payable": false,
601
+ "stateMutability": "nonpayable",
602
+ "type": "function"
603
+ },
604
+ {
605
+ "constant": false,
606
+ "inputs": [
607
+ {
608
+ "internalType": "contract ComptrollerInterface",
609
+ "name": "newComptroller",
610
+ "type": "address"
611
+ }
612
+ ],
613
+ "name": "_setComptroller",
614
+ "outputs": [
615
+ {
616
+ "internalType": "uint256",
617
+ "name": "",
618
+ "type": "uint256"
619
+ }
620
+ ],
621
+ "payable": false,
622
+ "stateMutability": "nonpayable",
623
+ "type": "function"
624
+ },
625
+ {
626
+ "constant": false,
627
+ "inputs": [
628
+ {
629
+ "internalType": "address",
630
+ "name": "implementation_",
631
+ "type": "address"
632
+ },
633
+ {
634
+ "internalType": "bool",
635
+ "name": "allowResign",
636
+ "type": "bool"
637
+ },
638
+ {
639
+ "internalType": "bytes",
640
+ "name": "becomeImplementationData",
641
+ "type": "bytes"
642
+ }
643
+ ],
644
+ "name": "_setImplementation",
645
+ "outputs": [],
646
+ "payable": false,
647
+ "stateMutability": "nonpayable",
648
+ "type": "function"
649
+ },
650
+ {
651
+ "constant": false,
652
+ "inputs": [
653
+ {
654
+ "internalType": "contract InterestRateModel",
655
+ "name": "newInterestRateModel",
656
+ "type": "address"
657
+ }
658
+ ],
659
+ "name": "_setInterestRateModel",
660
+ "outputs": [
661
+ {
662
+ "internalType": "uint256",
663
+ "name": "",
664
+ "type": "uint256"
665
+ }
666
+ ],
667
+ "payable": false,
668
+ "stateMutability": "nonpayable",
669
+ "type": "function"
670
+ },
671
+ {
672
+ "constant": false,
673
+ "inputs": [
674
+ {
675
+ "internalType": "address payable",
676
+ "name": "newPendingAdmin",
677
+ "type": "address"
678
+ }
679
+ ],
680
+ "name": "_setPendingAdmin",
681
+ "outputs": [
682
+ {
683
+ "internalType": "uint256",
684
+ "name": "",
685
+ "type": "uint256"
686
+ }
687
+ ],
688
+ "payable": false,
689
+ "stateMutability": "nonpayable",
690
+ "type": "function"
691
+ },
692
+ {
693
+ "constant": false,
694
+ "inputs": [
695
+ {
696
+ "internalType": "uint256",
697
+ "name": "newReserveFactorMantissa",
698
+ "type": "uint256"
699
+ }
700
+ ],
701
+ "name": "_setReserveFactor",
702
+ "outputs": [
703
+ {
704
+ "internalType": "uint256",
705
+ "name": "",
706
+ "type": "uint256"
707
+ }
708
+ ],
709
+ "payable": false,
710
+ "stateMutability": "nonpayable",
711
+ "type": "function"
712
+ },
713
+ {
714
+ "constant": true,
715
+ "inputs": [],
716
+ "name": "accrualBlockNumber",
717
+ "outputs": [
718
+ {
719
+ "internalType": "uint256",
720
+ "name": "",
721
+ "type": "uint256"
722
+ }
723
+ ],
724
+ "payable": false,
725
+ "stateMutability": "view",
726
+ "type": "function"
727
+ },
728
+ {
729
+ "constant": false,
730
+ "inputs": [],
731
+ "name": "accrueInterest",
732
+ "outputs": [
733
+ {
734
+ "internalType": "uint256",
735
+ "name": "",
736
+ "type": "uint256"
737
+ }
738
+ ],
739
+ "payable": false,
740
+ "stateMutability": "nonpayable",
741
+ "type": "function"
742
+ },
743
+ {
744
+ "constant": true,
745
+ "inputs": [],
746
+ "name": "admin",
747
+ "outputs": [
748
+ {
749
+ "internalType": "address payable",
750
+ "name": "",
751
+ "type": "address"
752
+ }
753
+ ],
754
+ "payable": false,
755
+ "stateMutability": "view",
756
+ "type": "function"
757
+ },
758
+ {
759
+ "constant": true,
760
+ "inputs": [
761
+ {
762
+ "internalType": "address",
763
+ "name": "owner",
764
+ "type": "address"
765
+ },
766
+ {
767
+ "internalType": "address",
768
+ "name": "spender",
769
+ "type": "address"
770
+ }
771
+ ],
772
+ "name": "allowance",
773
+ "outputs": [
774
+ {
775
+ "internalType": "uint256",
776
+ "name": "",
777
+ "type": "uint256"
778
+ }
779
+ ],
780
+ "payable": false,
781
+ "stateMutability": "view",
782
+ "type": "function"
783
+ },
784
+ {
785
+ "constant": false,
786
+ "inputs": [
787
+ {
788
+ "internalType": "address",
789
+ "name": "spender",
790
+ "type": "address"
791
+ },
792
+ {
793
+ "internalType": "uint256",
794
+ "name": "amount",
795
+ "type": "uint256"
796
+ }
797
+ ],
798
+ "name": "approve",
799
+ "outputs": [
800
+ {
801
+ "internalType": "bool",
802
+ "name": "",
803
+ "type": "bool"
804
+ }
805
+ ],
806
+ "payable": false,
807
+ "stateMutability": "nonpayable",
808
+ "type": "function"
809
+ },
810
+ {
811
+ "constant": true,
812
+ "inputs": [
813
+ {
814
+ "internalType": "address",
815
+ "name": "owner",
816
+ "type": "address"
817
+ }
818
+ ],
819
+ "name": "balanceOf",
820
+ "outputs": [
821
+ {
822
+ "internalType": "uint256",
823
+ "name": "",
824
+ "type": "uint256"
825
+ }
826
+ ],
827
+ "payable": false,
828
+ "stateMutability": "view",
829
+ "type": "function"
830
+ },
831
+ {
832
+ "constant": false,
833
+ "inputs": [
834
+ {
835
+ "internalType": "address",
836
+ "name": "owner",
837
+ "type": "address"
838
+ }
839
+ ],
840
+ "name": "balanceOfUnderlying",
841
+ "outputs": [
842
+ {
843
+ "internalType": "uint256",
844
+ "name": "",
845
+ "type": "uint256"
846
+ }
847
+ ],
848
+ "payable": false,
849
+ "stateMutability": "nonpayable",
850
+ "type": "function"
851
+ },
852
+ {
853
+ "constant": false,
854
+ "inputs": [
855
+ {
856
+ "internalType": "uint256",
857
+ "name": "borrowAmount",
858
+ "type": "uint256"
859
+ }
860
+ ],
861
+ "name": "borrow",
862
+ "outputs": [
863
+ {
864
+ "internalType": "uint256",
865
+ "name": "",
866
+ "type": "uint256"
867
+ }
868
+ ],
869
+ "payable": false,
870
+ "stateMutability": "nonpayable",
871
+ "type": "function"
872
+ },
873
+ {
874
+ "constant": false,
875
+ "inputs": [
876
+ {
877
+ "internalType": "address",
878
+ "name": "account",
879
+ "type": "address"
880
+ }
881
+ ],
882
+ "name": "borrowBalanceCurrent",
883
+ "outputs": [
884
+ {
885
+ "internalType": "uint256",
886
+ "name": "",
887
+ "type": "uint256"
888
+ }
889
+ ],
890
+ "payable": false,
891
+ "stateMutability": "nonpayable",
892
+ "type": "function"
893
+ },
894
+ {
895
+ "constant": true,
896
+ "inputs": [
897
+ {
898
+ "internalType": "address",
899
+ "name": "account",
900
+ "type": "address"
901
+ }
902
+ ],
903
+ "name": "borrowBalanceStored",
904
+ "outputs": [
905
+ {
906
+ "internalType": "uint256",
907
+ "name": "",
908
+ "type": "uint256"
909
+ }
910
+ ],
911
+ "payable": false,
912
+ "stateMutability": "view",
913
+ "type": "function"
914
+ },
915
+ {
916
+ "constant": true,
917
+ "inputs": [],
918
+ "name": "borrowIndex",
919
+ "outputs": [
920
+ {
921
+ "internalType": "uint256",
922
+ "name": "",
923
+ "type": "uint256"
924
+ }
925
+ ],
926
+ "payable": false,
927
+ "stateMutability": "view",
928
+ "type": "function"
929
+ },
930
+ {
931
+ "constant": true,
932
+ "inputs": [],
933
+ "name": "borrowRatePerBlock",
934
+ "outputs": [
935
+ {
936
+ "internalType": "uint256",
937
+ "name": "",
938
+ "type": "uint256"
939
+ }
940
+ ],
941
+ "payable": false,
942
+ "stateMutability": "view",
943
+ "type": "function"
944
+ },
945
+ {
946
+ "constant": true,
947
+ "inputs": [],
948
+ "name": "comptroller",
949
+ "outputs": [
950
+ {
951
+ "internalType": "contract ComptrollerInterface",
952
+ "name": "",
953
+ "type": "address"
954
+ }
955
+ ],
956
+ "payable": false,
957
+ "stateMutability": "view",
958
+ "type": "function"
959
+ },
960
+ {
961
+ "constant": true,
962
+ "inputs": [],
963
+ "name": "decimals",
964
+ "outputs": [
965
+ {
966
+ "internalType": "uint8",
967
+ "name": "",
968
+ "type": "uint8"
969
+ }
970
+ ],
971
+ "payable": false,
972
+ "stateMutability": "view",
973
+ "type": "function"
974
+ },
975
+ {
976
+ "constant": false,
977
+ "inputs": [
978
+ {
979
+ "internalType": "bytes",
980
+ "name": "data",
981
+ "type": "bytes"
982
+ }
983
+ ],
984
+ "name": "delegateToImplementation",
985
+ "outputs": [
986
+ {
987
+ "internalType": "bytes",
988
+ "name": "",
989
+ "type": "bytes"
990
+ }
991
+ ],
992
+ "payable": false,
993
+ "stateMutability": "nonpayable",
994
+ "type": "function"
995
+ },
996
+ {
997
+ "constant": true,
998
+ "inputs": [
999
+ {
1000
+ "internalType": "bytes",
1001
+ "name": "data",
1002
+ "type": "bytes"
1003
+ }
1004
+ ],
1005
+ "name": "delegateToViewImplementation",
1006
+ "outputs": [
1007
+ {
1008
+ "internalType": "bytes",
1009
+ "name": "",
1010
+ "type": "bytes"
1011
+ }
1012
+ ],
1013
+ "payable": false,
1014
+ "stateMutability": "view",
1015
+ "type": "function"
1016
+ },
1017
+ {
1018
+ "constant": false,
1019
+ "inputs": [],
1020
+ "name": "exchangeRateCurrent",
1021
+ "outputs": [
1022
+ {
1023
+ "internalType": "uint256",
1024
+ "name": "",
1025
+ "type": "uint256"
1026
+ }
1027
+ ],
1028
+ "payable": false,
1029
+ "stateMutability": "nonpayable",
1030
+ "type": "function"
1031
+ },
1032
+ {
1033
+ "constant": true,
1034
+ "inputs": [],
1035
+ "name": "exchangeRateStored",
1036
+ "outputs": [
1037
+ {
1038
+ "internalType": "uint256",
1039
+ "name": "",
1040
+ "type": "uint256"
1041
+ }
1042
+ ],
1043
+ "payable": false,
1044
+ "stateMutability": "view",
1045
+ "type": "function"
1046
+ },
1047
+ {
1048
+ "constant": true,
1049
+ "inputs": [
1050
+ {
1051
+ "internalType": "address",
1052
+ "name": "account",
1053
+ "type": "address"
1054
+ }
1055
+ ],
1056
+ "name": "getAccountSnapshot",
1057
+ "outputs": [
1058
+ {
1059
+ "internalType": "uint256",
1060
+ "name": "",
1061
+ "type": "uint256"
1062
+ },
1063
+ {
1064
+ "internalType": "uint256",
1065
+ "name": "",
1066
+ "type": "uint256"
1067
+ },
1068
+ {
1069
+ "internalType": "uint256",
1070
+ "name": "",
1071
+ "type": "uint256"
1072
+ },
1073
+ {
1074
+ "internalType": "uint256",
1075
+ "name": "",
1076
+ "type": "uint256"
1077
+ }
1078
+ ],
1079
+ "payable": false,
1080
+ "stateMutability": "view",
1081
+ "type": "function"
1082
+ },
1083
+ {
1084
+ "constant": true,
1085
+ "inputs": [],
1086
+ "name": "getCash",
1087
+ "outputs": [
1088
+ {
1089
+ "internalType": "uint256",
1090
+ "name": "",
1091
+ "type": "uint256"
1092
+ }
1093
+ ],
1094
+ "payable": false,
1095
+ "stateMutability": "view",
1096
+ "type": "function"
1097
+ },
1098
+ {
1099
+ "constant": true,
1100
+ "inputs": [],
1101
+ "name": "implementation",
1102
+ "outputs": [
1103
+ {
1104
+ "internalType": "address",
1105
+ "name": "",
1106
+ "type": "address"
1107
+ }
1108
+ ],
1109
+ "payable": false,
1110
+ "stateMutability": "view",
1111
+ "type": "function"
1112
+ },
1113
+ {
1114
+ "constant": true,
1115
+ "inputs": [],
1116
+ "name": "interestRateModel",
1117
+ "outputs": [
1118
+ {
1119
+ "internalType": "contract InterestRateModel",
1120
+ "name": "",
1121
+ "type": "address"
1122
+ }
1123
+ ],
1124
+ "payable": false,
1125
+ "stateMutability": "view",
1126
+ "type": "function"
1127
+ },
1128
+ {
1129
+ "constant": true,
1130
+ "inputs": [],
1131
+ "name": "isVToken",
1132
+ "outputs": [
1133
+ {
1134
+ "internalType": "bool",
1135
+ "name": "",
1136
+ "type": "bool"
1137
+ }
1138
+ ],
1139
+ "payable": false,
1140
+ "stateMutability": "view",
1141
+ "type": "function"
1142
+ },
1143
+ {
1144
+ "constant": false,
1145
+ "inputs": [
1146
+ {
1147
+ "internalType": "address",
1148
+ "name": "borrower",
1149
+ "type": "address"
1150
+ },
1151
+ {
1152
+ "internalType": "uint256",
1153
+ "name": "repayAmount",
1154
+ "type": "uint256"
1155
+ },
1156
+ {
1157
+ "internalType": "contract VTokenInterface",
1158
+ "name": "vTokenCollateral",
1159
+ "type": "address"
1160
+ }
1161
+ ],
1162
+ "name": "liquidateBorrow",
1163
+ "outputs": [
1164
+ {
1165
+ "internalType": "uint256",
1166
+ "name": "",
1167
+ "type": "uint256"
1168
+ }
1169
+ ],
1170
+ "payable": false,
1171
+ "stateMutability": "nonpayable",
1172
+ "type": "function"
1173
+ },
1174
+ {
1175
+ "constant": false,
1176
+ "inputs": [
1177
+ {
1178
+ "internalType": "uint256",
1179
+ "name": "mintAmount",
1180
+ "type": "uint256"
1181
+ }
1182
+ ],
1183
+ "name": "mint",
1184
+ "outputs": [
1185
+ {
1186
+ "internalType": "uint256",
1187
+ "name": "",
1188
+ "type": "uint256"
1189
+ }
1190
+ ],
1191
+ "payable": false,
1192
+ "stateMutability": "nonpayable",
1193
+ "type": "function"
1194
+ },
1195
+ {
1196
+ "constant": false,
1197
+ "inputs": [
1198
+ {
1199
+ "internalType": "address",
1200
+ "name": "receiver",
1201
+ "type": "address"
1202
+ },
1203
+ {
1204
+ "internalType": "uint256",
1205
+ "name": "mintAmount",
1206
+ "type": "uint256"
1207
+ }
1208
+ ],
1209
+ "name": "mintBehalf",
1210
+ "outputs": [
1211
+ {
1212
+ "internalType": "uint256",
1213
+ "name": "",
1214
+ "type": "uint256"
1215
+ }
1216
+ ],
1217
+ "payable": false,
1218
+ "stateMutability": "nonpayable",
1219
+ "type": "function"
1220
+ },
1221
+ {
1222
+ "constant": true,
1223
+ "inputs": [],
1224
+ "name": "name",
1225
+ "outputs": [
1226
+ {
1227
+ "internalType": "string",
1228
+ "name": "",
1229
+ "type": "string"
1230
+ }
1231
+ ],
1232
+ "payable": false,
1233
+ "stateMutability": "view",
1234
+ "type": "function"
1235
+ },
1236
+ {
1237
+ "constant": true,
1238
+ "inputs": [],
1239
+ "name": "pendingAdmin",
1240
+ "outputs": [
1241
+ {
1242
+ "internalType": "address payable",
1243
+ "name": "",
1244
+ "type": "address"
1245
+ }
1246
+ ],
1247
+ "payable": false,
1248
+ "stateMutability": "view",
1249
+ "type": "function"
1250
+ },
1251
+ {
1252
+ "constant": false,
1253
+ "inputs": [
1254
+ {
1255
+ "internalType": "uint256",
1256
+ "name": "redeemTokens",
1257
+ "type": "uint256"
1258
+ }
1259
+ ],
1260
+ "name": "redeem",
1261
+ "outputs": [
1262
+ {
1263
+ "internalType": "uint256",
1264
+ "name": "",
1265
+ "type": "uint256"
1266
+ }
1267
+ ],
1268
+ "payable": false,
1269
+ "stateMutability": "nonpayable",
1270
+ "type": "function"
1271
+ },
1272
+ {
1273
+ "constant": false,
1274
+ "inputs": [
1275
+ {
1276
+ "internalType": "uint256",
1277
+ "name": "redeemAmount",
1278
+ "type": "uint256"
1279
+ }
1280
+ ],
1281
+ "name": "redeemUnderlying",
1282
+ "outputs": [
1283
+ {
1284
+ "internalType": "uint256",
1285
+ "name": "",
1286
+ "type": "uint256"
1287
+ }
1288
+ ],
1289
+ "payable": false,
1290
+ "stateMutability": "nonpayable",
1291
+ "type": "function"
1292
+ },
1293
+ {
1294
+ "constant": false,
1295
+ "inputs": [
1296
+ {
1297
+ "internalType": "uint256",
1298
+ "name": "repayAmount",
1299
+ "type": "uint256"
1300
+ }
1301
+ ],
1302
+ "name": "repayBorrow",
1303
+ "outputs": [
1304
+ {
1305
+ "internalType": "uint256",
1306
+ "name": "",
1307
+ "type": "uint256"
1308
+ }
1309
+ ],
1310
+ "payable": false,
1311
+ "stateMutability": "nonpayable",
1312
+ "type": "function"
1313
+ },
1314
+ {
1315
+ "constant": false,
1316
+ "inputs": [
1317
+ {
1318
+ "internalType": "address",
1319
+ "name": "borrower",
1320
+ "type": "address"
1321
+ },
1322
+ {
1323
+ "internalType": "uint256",
1324
+ "name": "repayAmount",
1325
+ "type": "uint256"
1326
+ }
1327
+ ],
1328
+ "name": "repayBorrowBehalf",
1329
+ "outputs": [
1330
+ {
1331
+ "internalType": "uint256",
1332
+ "name": "",
1333
+ "type": "uint256"
1334
+ }
1335
+ ],
1336
+ "payable": false,
1337
+ "stateMutability": "nonpayable",
1338
+ "type": "function"
1339
+ },
1340
+ {
1341
+ "constant": true,
1342
+ "inputs": [],
1343
+ "name": "reserveFactorMantissa",
1344
+ "outputs": [
1345
+ {
1346
+ "internalType": "uint256",
1347
+ "name": "",
1348
+ "type": "uint256"
1349
+ }
1350
+ ],
1351
+ "payable": false,
1352
+ "stateMutability": "view",
1353
+ "type": "function"
1354
+ },
1355
+ {
1356
+ "constant": false,
1357
+ "inputs": [
1358
+ {
1359
+ "internalType": "address",
1360
+ "name": "liquidator",
1361
+ "type": "address"
1362
+ },
1363
+ {
1364
+ "internalType": "address",
1365
+ "name": "borrower",
1366
+ "type": "address"
1367
+ },
1368
+ {
1369
+ "internalType": "uint256",
1370
+ "name": "seizeTokens",
1371
+ "type": "uint256"
1372
+ }
1373
+ ],
1374
+ "name": "seize",
1375
+ "outputs": [
1376
+ {
1377
+ "internalType": "uint256",
1378
+ "name": "",
1379
+ "type": "uint256"
1380
+ }
1381
+ ],
1382
+ "payable": false,
1383
+ "stateMutability": "nonpayable",
1384
+ "type": "function"
1385
+ },
1386
+ {
1387
+ "constant": true,
1388
+ "inputs": [],
1389
+ "name": "supplyRatePerBlock",
1390
+ "outputs": [
1391
+ {
1392
+ "internalType": "uint256",
1393
+ "name": "",
1394
+ "type": "uint256"
1395
+ }
1396
+ ],
1397
+ "payable": false,
1398
+ "stateMutability": "view",
1399
+ "type": "function"
1400
+ },
1401
+ {
1402
+ "constant": true,
1403
+ "inputs": [],
1404
+ "name": "symbol",
1405
+ "outputs": [
1406
+ {
1407
+ "internalType": "string",
1408
+ "name": "",
1409
+ "type": "string"
1410
+ }
1411
+ ],
1412
+ "payable": false,
1413
+ "stateMutability": "view",
1414
+ "type": "function"
1415
+ },
1416
+ {
1417
+ "constant": true,
1418
+ "inputs": [],
1419
+ "name": "totalBorrows",
1420
+ "outputs": [
1421
+ {
1422
+ "internalType": "uint256",
1423
+ "name": "",
1424
+ "type": "uint256"
1425
+ }
1426
+ ],
1427
+ "payable": false,
1428
+ "stateMutability": "view",
1429
+ "type": "function"
1430
+ },
1431
+ {
1432
+ "constant": false,
1433
+ "inputs": [],
1434
+ "name": "totalBorrowsCurrent",
1435
+ "outputs": [
1436
+ {
1437
+ "internalType": "uint256",
1438
+ "name": "",
1439
+ "type": "uint256"
1440
+ }
1441
+ ],
1442
+ "payable": false,
1443
+ "stateMutability": "nonpayable",
1444
+ "type": "function"
1445
+ },
1446
+ {
1447
+ "constant": true,
1448
+ "inputs": [],
1449
+ "name": "totalReserves",
1450
+ "outputs": [
1451
+ {
1452
+ "internalType": "uint256",
1453
+ "name": "",
1454
+ "type": "uint256"
1455
+ }
1456
+ ],
1457
+ "payable": false,
1458
+ "stateMutability": "view",
1459
+ "type": "function"
1460
+ },
1461
+ {
1462
+ "constant": true,
1463
+ "inputs": [],
1464
+ "name": "totalSupply",
1465
+ "outputs": [
1466
+ {
1467
+ "internalType": "uint256",
1468
+ "name": "",
1469
+ "type": "uint256"
1470
+ }
1471
+ ],
1472
+ "payable": false,
1473
+ "stateMutability": "view",
1474
+ "type": "function"
1475
+ },
1476
+ {
1477
+ "constant": false,
1478
+ "inputs": [
1479
+ {
1480
+ "internalType": "address",
1481
+ "name": "dst",
1482
+ "type": "address"
1483
+ },
1484
+ {
1485
+ "internalType": "uint256",
1486
+ "name": "amount",
1487
+ "type": "uint256"
1488
+ }
1489
+ ],
1490
+ "name": "transfer",
1491
+ "outputs": [
1492
+ {
1493
+ "internalType": "bool",
1494
+ "name": "",
1495
+ "type": "bool"
1496
+ }
1497
+ ],
1498
+ "payable": false,
1499
+ "stateMutability": "nonpayable",
1500
+ "type": "function"
1501
+ },
1502
+ {
1503
+ "constant": false,
1504
+ "inputs": [
1505
+ {
1506
+ "internalType": "address",
1507
+ "name": "src",
1508
+ "type": "address"
1509
+ },
1510
+ {
1511
+ "internalType": "address",
1512
+ "name": "dst",
1513
+ "type": "address"
1514
+ },
1515
+ {
1516
+ "internalType": "uint256",
1517
+ "name": "amount",
1518
+ "type": "uint256"
1519
+ }
1520
+ ],
1521
+ "name": "transferFrom",
1522
+ "outputs": [
1523
+ {
1524
+ "internalType": "bool",
1525
+ "name": "",
1526
+ "type": "bool"
1527
+ }
1528
+ ],
1529
+ "payable": false,
1530
+ "stateMutability": "nonpayable",
1531
+ "type": "function"
1532
+ },
1533
+ {
1534
+ "constant": true,
1535
+ "inputs": [],
1536
+ "name": "underlying",
1537
+ "outputs": [
1538
+ {
1539
+ "internalType": "address",
1540
+ "name": "",
1541
+ "type": "address"
1542
+ }
1543
+ ],
1544
+ "payable": false,
1545
+ "stateMutability": "view",
1546
+ "type": "function"
1547
+ },
1548
+ {
1549
+ "inputs": [],
1550
+ "payable": false,
1551
+ "stateMutability": "nonpayable",
1552
+ "type": "constructor"
1553
+ },
1554
+ {
1555
+ "anonymous": false,
1556
+ "inputs": [
1557
+ {
1558
+ "indexed": false,
1559
+ "internalType": "uint256",
1560
+ "name": "cashPrior",
1561
+ "type": "uint256"
1562
+ },
1563
+ {
1564
+ "indexed": false,
1565
+ "internalType": "uint256",
1566
+ "name": "interestAccumulated",
1567
+ "type": "uint256"
1568
+ },
1569
+ {
1570
+ "indexed": false,
1571
+ "internalType": "uint256",
1572
+ "name": "borrowIndex",
1573
+ "type": "uint256"
1574
+ },
1575
+ {
1576
+ "indexed": false,
1577
+ "internalType": "uint256",
1578
+ "name": "totalBorrows",
1579
+ "type": "uint256"
1580
+ }
1581
+ ],
1582
+ "name": "AccrueInterest",
1583
+ "type": "event"
1584
+ },
1585
+ {
1586
+ "anonymous": false,
1587
+ "inputs": [
1588
+ {
1589
+ "indexed": true,
1590
+ "internalType": "address",
1591
+ "name": "owner",
1592
+ "type": "address"
1593
+ },
1594
+ {
1595
+ "indexed": true,
1596
+ "internalType": "address",
1597
+ "name": "spender",
1598
+ "type": "address"
1599
+ },
1600
+ {
1601
+ "indexed": false,
1602
+ "internalType": "uint256",
1603
+ "name": "amount",
1604
+ "type": "uint256"
1605
+ }
1606
+ ],
1607
+ "name": "Approval",
1608
+ "type": "event"
1609
+ },
1610
+ {
1611
+ "anonymous": false,
1612
+ "inputs": [
1613
+ {
1614
+ "indexed": false,
1615
+ "internalType": "address",
1616
+ "name": "borrower",
1617
+ "type": "address"
1618
+ },
1619
+ {
1620
+ "indexed": false,
1621
+ "internalType": "uint256",
1622
+ "name": "borrowAmount",
1623
+ "type": "uint256"
1624
+ },
1625
+ {
1626
+ "indexed": false,
1627
+ "internalType": "uint256",
1628
+ "name": "accountBorrows",
1629
+ "type": "uint256"
1630
+ },
1631
+ {
1632
+ "indexed": false,
1633
+ "internalType": "uint256",
1634
+ "name": "totalBorrows",
1635
+ "type": "uint256"
1636
+ }
1637
+ ],
1638
+ "name": "Borrow",
1639
+ "type": "event"
1640
+ },
1641
+ {
1642
+ "anonymous": false,
1643
+ "inputs": [
1644
+ {
1645
+ "indexed": false,
1646
+ "internalType": "uint256",
1647
+ "name": "error",
1648
+ "type": "uint256"
1649
+ },
1650
+ {
1651
+ "indexed": false,
1652
+ "internalType": "uint256",
1653
+ "name": "info",
1654
+ "type": "uint256"
1655
+ },
1656
+ {
1657
+ "indexed": false,
1658
+ "internalType": "uint256",
1659
+ "name": "detail",
1660
+ "type": "uint256"
1661
+ }
1662
+ ],
1663
+ "name": "Failure",
1664
+ "type": "event"
1665
+ },
1666
+ {
1667
+ "anonymous": false,
1668
+ "inputs": [
1669
+ {
1670
+ "indexed": false,
1671
+ "internalType": "address",
1672
+ "name": "liquidator",
1673
+ "type": "address"
1674
+ },
1675
+ {
1676
+ "indexed": false,
1677
+ "internalType": "address",
1678
+ "name": "borrower",
1679
+ "type": "address"
1680
+ },
1681
+ {
1682
+ "indexed": false,
1683
+ "internalType": "uint256",
1684
+ "name": "repayAmount",
1685
+ "type": "uint256"
1686
+ },
1687
+ {
1688
+ "indexed": false,
1689
+ "internalType": "address",
1690
+ "name": "vTokenCollateral",
1691
+ "type": "address"
1692
+ },
1693
+ {
1694
+ "indexed": false,
1695
+ "internalType": "uint256",
1696
+ "name": "seizeTokens",
1697
+ "type": "uint256"
1698
+ }
1699
+ ],
1700
+ "name": "LiquidateBorrow",
1701
+ "type": "event"
1702
+ },
1703
+ {
1704
+ "anonymous": false,
1705
+ "inputs": [
1706
+ {
1707
+ "indexed": false,
1708
+ "internalType": "address",
1709
+ "name": "minter",
1710
+ "type": "address"
1711
+ },
1712
+ {
1713
+ "indexed": false,
1714
+ "internalType": "uint256",
1715
+ "name": "mintAmount",
1716
+ "type": "uint256"
1717
+ },
1718
+ {
1719
+ "indexed": false,
1720
+ "internalType": "uint256",
1721
+ "name": "mintTokens",
1722
+ "type": "uint256"
1723
+ },
1724
+ {
1725
+ "indexed": false,
1726
+ "internalType": "uint256",
1727
+ "name": "totalSupply",
1728
+ "type": "uint256"
1729
+ }
1730
+ ],
1731
+ "name": "Mint",
1732
+ "type": "event"
1733
+ },
1734
+ {
1735
+ "anonymous": false,
1736
+ "inputs": [
1737
+ {
1738
+ "indexed": false,
1739
+ "internalType": "address",
1740
+ "name": "payer",
1741
+ "type": "address"
1742
+ },
1743
+ {
1744
+ "indexed": false,
1745
+ "internalType": "address",
1746
+ "name": "receiver",
1747
+ "type": "address"
1748
+ },
1749
+ {
1750
+ "indexed": false,
1751
+ "internalType": "uint256",
1752
+ "name": "mintAmount",
1753
+ "type": "uint256"
1754
+ },
1755
+ {
1756
+ "indexed": false,
1757
+ "internalType": "uint256",
1758
+ "name": "mintTokens",
1759
+ "type": "uint256"
1760
+ },
1761
+ {
1762
+ "indexed": false,
1763
+ "internalType": "uint256",
1764
+ "name": "totalSupply",
1765
+ "type": "uint256"
1766
+ }
1767
+ ],
1768
+ "name": "MintBehalf",
1769
+ "type": "event"
1770
+ },
1771
+ {
1772
+ "anonymous": false,
1773
+ "inputs": [
1774
+ {
1775
+ "indexed": false,
1776
+ "internalType": "address",
1777
+ "name": "oldAccessControlAddress",
1778
+ "type": "address"
1779
+ },
1780
+ {
1781
+ "indexed": false,
1782
+ "internalType": "address",
1783
+ "name": "newAccessControlAddress",
1784
+ "type": "address"
1785
+ }
1786
+ ],
1787
+ "name": "NewAccessControlManager",
1788
+ "type": "event"
1789
+ },
1790
+ {
1791
+ "anonymous": false,
1792
+ "inputs": [
1793
+ {
1794
+ "indexed": false,
1795
+ "internalType": "address",
1796
+ "name": "oldAdmin",
1797
+ "type": "address"
1798
+ },
1799
+ {
1800
+ "indexed": false,
1801
+ "internalType": "address",
1802
+ "name": "newAdmin",
1803
+ "type": "address"
1804
+ }
1805
+ ],
1806
+ "name": "NewAdmin",
1807
+ "type": "event"
1808
+ },
1809
+ {
1810
+ "anonymous": false,
1811
+ "inputs": [
1812
+ {
1813
+ "indexed": false,
1814
+ "internalType": "contract ComptrollerInterface",
1815
+ "name": "oldComptroller",
1816
+ "type": "address"
1817
+ },
1818
+ {
1819
+ "indexed": false,
1820
+ "internalType": "contract ComptrollerInterface",
1821
+ "name": "newComptroller",
1822
+ "type": "address"
1823
+ }
1824
+ ],
1825
+ "name": "NewComptroller",
1826
+ "type": "event"
1827
+ },
1828
+ {
1829
+ "anonymous": false,
1830
+ "inputs": [
1831
+ {
1832
+ "indexed": false,
1833
+ "internalType": "contract InterestRateModel",
1834
+ "name": "oldInterestRateModel",
1835
+ "type": "address"
1836
+ },
1837
+ {
1838
+ "indexed": false,
1839
+ "internalType": "contract InterestRateModel",
1840
+ "name": "newInterestRateModel",
1841
+ "type": "address"
1842
+ }
1843
+ ],
1844
+ "name": "NewMarketInterestRateModel",
1845
+ "type": "event"
1846
+ },
1847
+ {
1848
+ "anonymous": false,
1849
+ "inputs": [
1850
+ {
1851
+ "indexed": false,
1852
+ "internalType": "address",
1853
+ "name": "oldPendingAdmin",
1854
+ "type": "address"
1855
+ },
1856
+ {
1857
+ "indexed": false,
1858
+ "internalType": "address",
1859
+ "name": "newPendingAdmin",
1860
+ "type": "address"
1861
+ }
1862
+ ],
1863
+ "name": "NewPendingAdmin",
1864
+ "type": "event"
1865
+ },
1866
+ {
1867
+ "anonymous": false,
1868
+ "inputs": [
1869
+ {
1870
+ "indexed": true,
1871
+ "internalType": "address",
1872
+ "name": "oldProtocolShareReserve",
1873
+ "type": "address"
1874
+ },
1875
+ {
1876
+ "indexed": true,
1877
+ "internalType": "address",
1878
+ "name": "newProtocolShareReserve",
1879
+ "type": "address"
1880
+ }
1881
+ ],
1882
+ "name": "NewProtocolShareReserve",
1883
+ "type": "event"
1884
+ },
1885
+ {
1886
+ "anonymous": false,
1887
+ "inputs": [
1888
+ {
1889
+ "indexed": false,
1890
+ "internalType": "uint256",
1891
+ "name": "oldReduceReservesBlockDelta",
1892
+ "type": "uint256"
1893
+ },
1894
+ {
1895
+ "indexed": false,
1896
+ "internalType": "uint256",
1897
+ "name": "newReduceReservesBlockDelta",
1898
+ "type": "uint256"
1899
+ }
1900
+ ],
1901
+ "name": "NewReduceReservesBlockDelta",
1902
+ "type": "event"
1903
+ },
1904
+ {
1905
+ "anonymous": false,
1906
+ "inputs": [
1907
+ {
1908
+ "indexed": false,
1909
+ "internalType": "uint256",
1910
+ "name": "oldReserveFactorMantissa",
1911
+ "type": "uint256"
1912
+ },
1913
+ {
1914
+ "indexed": false,
1915
+ "internalType": "uint256",
1916
+ "name": "newReserveFactorMantissa",
1917
+ "type": "uint256"
1918
+ }
1919
+ ],
1920
+ "name": "NewReserveFactor",
1921
+ "type": "event"
1922
+ },
1923
+ {
1924
+ "anonymous": false,
1925
+ "inputs": [
1926
+ {
1927
+ "indexed": false,
1928
+ "internalType": "address",
1929
+ "name": "redeemer",
1930
+ "type": "address"
1931
+ },
1932
+ {
1933
+ "indexed": false,
1934
+ "internalType": "uint256",
1935
+ "name": "redeemAmount",
1936
+ "type": "uint256"
1937
+ },
1938
+ {
1939
+ "indexed": false,
1940
+ "internalType": "uint256",
1941
+ "name": "redeemTokens",
1942
+ "type": "uint256"
1943
+ },
1944
+ {
1945
+ "indexed": false,
1946
+ "internalType": "uint256",
1947
+ "name": "totalSupply",
1948
+ "type": "uint256"
1949
+ }
1950
+ ],
1951
+ "name": "Redeem",
1952
+ "type": "event"
1953
+ },
1954
+ {
1955
+ "anonymous": false,
1956
+ "inputs": [
1957
+ {
1958
+ "indexed": false,
1959
+ "internalType": "address",
1960
+ "name": "redeemer",
1961
+ "type": "address"
1962
+ },
1963
+ {
1964
+ "indexed": false,
1965
+ "internalType": "uint256",
1966
+ "name": "feeAmount",
1967
+ "type": "uint256"
1968
+ },
1969
+ {
1970
+ "indexed": false,
1971
+ "internalType": "uint256",
1972
+ "name": "redeemTokens",
1973
+ "type": "uint256"
1974
+ }
1975
+ ],
1976
+ "name": "RedeemFee",
1977
+ "type": "event"
1978
+ },
1979
+ {
1980
+ "anonymous": false,
1981
+ "inputs": [
1982
+ {
1983
+ "indexed": false,
1984
+ "internalType": "address",
1985
+ "name": "payer",
1986
+ "type": "address"
1987
+ },
1988
+ {
1989
+ "indexed": false,
1990
+ "internalType": "address",
1991
+ "name": "borrower",
1992
+ "type": "address"
1993
+ },
1994
+ {
1995
+ "indexed": false,
1996
+ "internalType": "uint256",
1997
+ "name": "repayAmount",
1998
+ "type": "uint256"
1999
+ },
2000
+ {
2001
+ "indexed": false,
2002
+ "internalType": "uint256",
2003
+ "name": "accountBorrows",
2004
+ "type": "uint256"
2005
+ },
2006
+ {
2007
+ "indexed": false,
2008
+ "internalType": "uint256",
2009
+ "name": "totalBorrows",
2010
+ "type": "uint256"
2011
+ }
2012
+ ],
2013
+ "name": "RepayBorrow",
2014
+ "type": "event"
2015
+ },
2016
+ {
2017
+ "anonymous": false,
2018
+ "inputs": [
2019
+ {
2020
+ "indexed": false,
2021
+ "internalType": "address",
2022
+ "name": "benefactor",
2023
+ "type": "address"
2024
+ },
2025
+ {
2026
+ "indexed": false,
2027
+ "internalType": "uint256",
2028
+ "name": "addAmount",
2029
+ "type": "uint256"
2030
+ },
2031
+ {
2032
+ "indexed": false,
2033
+ "internalType": "uint256",
2034
+ "name": "newTotalReserves",
2035
+ "type": "uint256"
2036
+ }
2037
+ ],
2038
+ "name": "ReservesAdded",
2039
+ "type": "event"
2040
+ },
2041
+ {
2042
+ "anonymous": false,
2043
+ "inputs": [
2044
+ {
2045
+ "indexed": false,
2046
+ "internalType": "address",
2047
+ "name": "protocolShareReserve",
2048
+ "type": "address"
2049
+ },
2050
+ {
2051
+ "indexed": false,
2052
+ "internalType": "uint256",
2053
+ "name": "reduceAmount",
2054
+ "type": "uint256"
2055
+ },
2056
+ {
2057
+ "indexed": false,
2058
+ "internalType": "uint256",
2059
+ "name": "newTotalReserves",
2060
+ "type": "uint256"
2061
+ }
2062
+ ],
2063
+ "name": "ReservesReduced",
2064
+ "type": "event"
2065
+ },
2066
+ {
2067
+ "anonymous": false,
2068
+ "inputs": [
2069
+ {
2070
+ "indexed": true,
2071
+ "internalType": "address",
2072
+ "name": "from",
2073
+ "type": "address"
2074
+ },
2075
+ {
2076
+ "indexed": true,
2077
+ "internalType": "address",
2078
+ "name": "to",
2079
+ "type": "address"
2080
+ },
2081
+ {
2082
+ "indexed": false,
2083
+ "internalType": "uint256",
2084
+ "name": "amount",
2085
+ "type": "uint256"
2086
+ }
2087
+ ],
2088
+ "name": "Transfer",
2089
+ "type": "event"
2090
+ },
2091
+ {
2092
+ "constant": false,
2093
+ "inputs": [],
2094
+ "name": "_acceptAdmin",
2095
+ "outputs": [
2096
+ {
2097
+ "internalType": "uint256",
2098
+ "name": "",
2099
+ "type": "uint256"
2100
+ }
2101
+ ],
2102
+ "payable": false,
2103
+ "stateMutability": "nonpayable",
2104
+ "type": "function"
2105
+ },
2106
+ {
2107
+ "constant": false,
2108
+ "inputs": [
2109
+ {
2110
+ "internalType": "uint256",
2111
+ "name": "addAmount",
2112
+ "type": "uint256"
2113
+ }
2114
+ ],
2115
+ "name": "_addReserves",
2116
+ "outputs": [
2117
+ {
2118
+ "internalType": "uint256",
2119
+ "name": "",
2120
+ "type": "uint256"
2121
+ }
2122
+ ],
2123
+ "payable": false,
2124
+ "stateMutability": "nonpayable",
2125
+ "type": "function"
2126
+ },
2127
+ {
2128
+ "constant": false,
2129
+ "inputs": [
2130
+ {
2131
+ "internalType": "bytes",
2132
+ "name": "data",
2133
+ "type": "bytes"
2134
+ }
2135
+ ],
2136
+ "name": "_becomeImplementation",
2137
+ "outputs": [],
2138
+ "payable": false,
2139
+ "stateMutability": "nonpayable",
2140
+ "type": "function"
2141
+ },
2142
+ {
2143
+ "constant": false,
2144
+ "inputs": [
2145
+ {
2146
+ "internalType": "uint256",
2147
+ "name": "reduceAmount_",
2148
+ "type": "uint256"
2149
+ }
2150
+ ],
2151
+ "name": "_reduceReserves",
2152
+ "outputs": [
2153
+ {
2154
+ "internalType": "uint256",
2155
+ "name": "",
2156
+ "type": "uint256"
2157
+ }
2158
+ ],
2159
+ "payable": false,
2160
+ "stateMutability": "nonpayable",
2161
+ "type": "function"
2162
+ },
2163
+ {
2164
+ "constant": false,
2165
+ "inputs": [],
2166
+ "name": "_resignImplementation",
2167
+ "outputs": [],
2168
+ "payable": false,
2169
+ "stateMutability": "nonpayable",
2170
+ "type": "function"
2171
+ },
2172
+ {
2173
+ "constant": false,
2174
+ "inputs": [
2175
+ {
2176
+ "internalType": "contract ComptrollerInterface",
2177
+ "name": "newComptroller",
2178
+ "type": "address"
2179
+ }
2180
+ ],
2181
+ "name": "_setComptroller",
2182
+ "outputs": [
2183
+ {
2184
+ "internalType": "uint256",
2185
+ "name": "",
2186
+ "type": "uint256"
2187
+ }
2188
+ ],
2189
+ "payable": false,
2190
+ "stateMutability": "nonpayable",
2191
+ "type": "function"
2192
+ },
2193
+ {
2194
+ "constant": false,
2195
+ "inputs": [
2196
+ {
2197
+ "internalType": "contract InterestRateModel",
2198
+ "name": "newInterestRateModel_",
2199
+ "type": "address"
2200
+ }
2201
+ ],
2202
+ "name": "_setInterestRateModel",
2203
+ "outputs": [
2204
+ {
2205
+ "internalType": "uint256",
2206
+ "name": "",
2207
+ "type": "uint256"
2208
+ }
2209
+ ],
2210
+ "payable": false,
2211
+ "stateMutability": "nonpayable",
2212
+ "type": "function"
2213
+ },
2214
+ {
2215
+ "constant": false,
2216
+ "inputs": [
2217
+ {
2218
+ "internalType": "address payable",
2219
+ "name": "newPendingAdmin",
2220
+ "type": "address"
2221
+ }
2222
+ ],
2223
+ "name": "_setPendingAdmin",
2224
+ "outputs": [
2225
+ {
2226
+ "internalType": "uint256",
2227
+ "name": "",
2228
+ "type": "uint256"
2229
+ }
2230
+ ],
2231
+ "payable": false,
2232
+ "stateMutability": "nonpayable",
2233
+ "type": "function"
2234
+ },
2235
+ {
2236
+ "constant": false,
2237
+ "inputs": [
2238
+ {
2239
+ "internalType": "uint256",
2240
+ "name": "newReserveFactorMantissa_",
2241
+ "type": "uint256"
2242
+ }
2243
+ ],
2244
+ "name": "_setReserveFactor",
2245
+ "outputs": [
2246
+ {
2247
+ "internalType": "uint256",
2248
+ "name": "",
2249
+ "type": "uint256"
2250
+ }
2251
+ ],
2252
+ "payable": false,
2253
+ "stateMutability": "nonpayable",
2254
+ "type": "function"
2255
+ },
2256
+ {
2257
+ "constant": true,
2258
+ "inputs": [],
2259
+ "name": "accessControlManager",
2260
+ "outputs": [
2261
+ {
2262
+ "internalType": "address",
2263
+ "name": "",
2264
+ "type": "address"
2265
+ }
2266
+ ],
2267
+ "payable": false,
2268
+ "stateMutability": "view",
2269
+ "type": "function"
2270
+ },
2271
+ {
2272
+ "constant": true,
2273
+ "inputs": [],
2274
+ "name": "accrualBlockNumber",
2275
+ "outputs": [
2276
+ {
2277
+ "internalType": "uint256",
2278
+ "name": "",
2279
+ "type": "uint256"
2280
+ }
2281
+ ],
2282
+ "payable": false,
2283
+ "stateMutability": "view",
2284
+ "type": "function"
2285
+ },
2286
+ {
2287
+ "constant": false,
2288
+ "inputs": [],
2289
+ "name": "accrueInterest",
2290
+ "outputs": [
2291
+ {
2292
+ "internalType": "uint256",
2293
+ "name": "",
2294
+ "type": "uint256"
2295
+ }
2296
+ ],
2297
+ "payable": false,
2298
+ "stateMutability": "nonpayable",
2299
+ "type": "function"
2300
+ },
2301
+ {
2302
+ "constant": true,
2303
+ "inputs": [],
2304
+ "name": "admin",
2305
+ "outputs": [
2306
+ {
2307
+ "internalType": "address payable",
2308
+ "name": "",
2309
+ "type": "address"
2310
+ }
2311
+ ],
2312
+ "payable": false,
2313
+ "stateMutability": "view",
2314
+ "type": "function"
2315
+ },
2316
+ {
2317
+ "constant": true,
2318
+ "inputs": [
2319
+ {
2320
+ "internalType": "address",
2321
+ "name": "owner",
2322
+ "type": "address"
2323
+ },
2324
+ {
2325
+ "internalType": "address",
2326
+ "name": "spender",
2327
+ "type": "address"
2328
+ }
2329
+ ],
2330
+ "name": "allowance",
2331
+ "outputs": [
2332
+ {
2333
+ "internalType": "uint256",
2334
+ "name": "",
2335
+ "type": "uint256"
2336
+ }
2337
+ ],
2338
+ "payable": false,
2339
+ "stateMutability": "view",
2340
+ "type": "function"
2341
+ },
2342
+ {
2343
+ "constant": false,
2344
+ "inputs": [
2345
+ {
2346
+ "internalType": "address",
2347
+ "name": "spender",
2348
+ "type": "address"
2349
+ },
2350
+ {
2351
+ "internalType": "uint256",
2352
+ "name": "amount",
2353
+ "type": "uint256"
2354
+ }
2355
+ ],
2356
+ "name": "approve",
2357
+ "outputs": [
2358
+ {
2359
+ "internalType": "bool",
2360
+ "name": "",
2361
+ "type": "bool"
2362
+ }
2363
+ ],
2364
+ "payable": false,
2365
+ "stateMutability": "nonpayable",
2366
+ "type": "function"
2367
+ },
2368
+ {
2369
+ "constant": true,
2370
+ "inputs": [
2371
+ {
2372
+ "internalType": "address",
2373
+ "name": "owner",
2374
+ "type": "address"
2375
+ }
2376
+ ],
2377
+ "name": "balanceOf",
2378
+ "outputs": [
2379
+ {
2380
+ "internalType": "uint256",
2381
+ "name": "",
2382
+ "type": "uint256"
2383
+ }
2384
+ ],
2385
+ "payable": false,
2386
+ "stateMutability": "view",
2387
+ "type": "function"
2388
+ },
2389
+ {
2390
+ "constant": false,
2391
+ "inputs": [
2392
+ {
2393
+ "internalType": "address",
2394
+ "name": "owner",
2395
+ "type": "address"
2396
+ }
2397
+ ],
2398
+ "name": "balanceOfUnderlying",
2399
+ "outputs": [
2400
+ {
2401
+ "internalType": "uint256",
2402
+ "name": "",
2403
+ "type": "uint256"
2404
+ }
2405
+ ],
2406
+ "payable": false,
2407
+ "stateMutability": "nonpayable",
2408
+ "type": "function"
2409
+ },
2410
+ {
2411
+ "constant": false,
2412
+ "inputs": [
2413
+ {
2414
+ "internalType": "uint256",
2415
+ "name": "borrowAmount",
2416
+ "type": "uint256"
2417
+ }
2418
+ ],
2419
+ "name": "borrow",
2420
+ "outputs": [
2421
+ {
2422
+ "internalType": "uint256",
2423
+ "name": "",
2424
+ "type": "uint256"
2425
+ }
2426
+ ],
2427
+ "payable": false,
2428
+ "stateMutability": "nonpayable",
2429
+ "type": "function"
2430
+ },
2431
+ {
2432
+ "constant": false,
2433
+ "inputs": [
2434
+ {
2435
+ "internalType": "address",
2436
+ "name": "account",
2437
+ "type": "address"
2438
+ }
2439
+ ],
2440
+ "name": "borrowBalanceCurrent",
2441
+ "outputs": [
2442
+ {
2443
+ "internalType": "uint256",
2444
+ "name": "",
2445
+ "type": "uint256"
2446
+ }
2447
+ ],
2448
+ "payable": false,
2449
+ "stateMutability": "nonpayable",
2450
+ "type": "function"
2451
+ },
2452
+ {
2453
+ "constant": true,
2454
+ "inputs": [
2455
+ {
2456
+ "internalType": "address",
2457
+ "name": "account",
2458
+ "type": "address"
2459
+ }
2460
+ ],
2461
+ "name": "borrowBalanceStored",
2462
+ "outputs": [
2463
+ {
2464
+ "internalType": "uint256",
2465
+ "name": "",
2466
+ "type": "uint256"
2467
+ }
2468
+ ],
2469
+ "payable": false,
2470
+ "stateMutability": "view",
2471
+ "type": "function"
2472
+ },
2473
+ {
2474
+ "constant": false,
2475
+ "inputs": [
2476
+ {
2477
+ "internalType": "address",
2478
+ "name": "borrower",
2479
+ "type": "address"
2480
+ },
2481
+ {
2482
+ "internalType": "uint256",
2483
+ "name": "borrowAmount",
2484
+ "type": "uint256"
2485
+ }
2486
+ ],
2487
+ "name": "borrowBehalf",
2488
+ "outputs": [
2489
+ {
2490
+ "internalType": "uint256",
2491
+ "name": "",
2492
+ "type": "uint256"
2493
+ }
2494
+ ],
2495
+ "payable": false,
2496
+ "stateMutability": "nonpayable",
2497
+ "type": "function"
2498
+ },
2499
+ {
2500
+ "constant": true,
2501
+ "inputs": [],
2502
+ "name": "borrowIndex",
2503
+ "outputs": [
2504
+ {
2505
+ "internalType": "uint256",
2506
+ "name": "",
2507
+ "type": "uint256"
2508
+ }
2509
+ ],
2510
+ "payable": false,
2511
+ "stateMutability": "view",
2512
+ "type": "function"
2513
+ },
2514
+ {
2515
+ "constant": true,
2516
+ "inputs": [],
2517
+ "name": "borrowRatePerBlock",
2518
+ "outputs": [
2519
+ {
2520
+ "internalType": "uint256",
2521
+ "name": "",
2522
+ "type": "uint256"
2523
+ }
2524
+ ],
2525
+ "payable": false,
2526
+ "stateMutability": "view",
2527
+ "type": "function"
2528
+ },
2529
+ {
2530
+ "constant": true,
2531
+ "inputs": [],
2532
+ "name": "comptroller",
2533
+ "outputs": [
2534
+ {
2535
+ "internalType": "contract ComptrollerInterface",
2536
+ "name": "",
2537
+ "type": "address"
2538
+ }
2539
+ ],
2540
+ "payable": false,
2541
+ "stateMutability": "view",
2542
+ "type": "function"
2543
+ },
2544
+ {
2545
+ "constant": true,
2546
+ "inputs": [],
2547
+ "name": "decimals",
2548
+ "outputs": [
2549
+ {
2550
+ "internalType": "uint8",
2551
+ "name": "",
2552
+ "type": "uint8"
2553
+ }
2554
+ ],
2555
+ "payable": false,
2556
+ "stateMutability": "view",
2557
+ "type": "function"
2558
+ },
2559
+ {
2560
+ "constant": false,
2561
+ "inputs": [],
2562
+ "name": "exchangeRateCurrent",
2563
+ "outputs": [
2564
+ {
2565
+ "internalType": "uint256",
2566
+ "name": "",
2567
+ "type": "uint256"
2568
+ }
2569
+ ],
2570
+ "payable": false,
2571
+ "stateMutability": "nonpayable",
2572
+ "type": "function"
2573
+ },
2574
+ {
2575
+ "constant": true,
2576
+ "inputs": [],
2577
+ "name": "exchangeRateStored",
2578
+ "outputs": [
2579
+ {
2580
+ "internalType": "uint256",
2581
+ "name": "",
2582
+ "type": "uint256"
2583
+ }
2584
+ ],
2585
+ "payable": false,
2586
+ "stateMutability": "view",
2587
+ "type": "function"
2588
+ },
2589
+ {
2590
+ "constant": true,
2591
+ "inputs": [
2592
+ {
2593
+ "internalType": "address",
2594
+ "name": "account",
2595
+ "type": "address"
2596
+ }
2597
+ ],
2598
+ "name": "getAccountSnapshot",
2599
+ "outputs": [
2600
+ {
2601
+ "internalType": "uint256",
2602
+ "name": "",
2603
+ "type": "uint256"
2604
+ },
2605
+ {
2606
+ "internalType": "uint256",
2607
+ "name": "",
2608
+ "type": "uint256"
2609
+ },
2610
+ {
2611
+ "internalType": "uint256",
2612
+ "name": "",
2613
+ "type": "uint256"
2614
+ },
2615
+ {
2616
+ "internalType": "uint256",
2617
+ "name": "",
2618
+ "type": "uint256"
2619
+ }
2620
+ ],
2621
+ "payable": false,
2622
+ "stateMutability": "view",
2623
+ "type": "function"
2624
+ },
2625
+ {
2626
+ "constant": true,
2627
+ "inputs": [],
2628
+ "name": "getCash",
2629
+ "outputs": [
2630
+ {
2631
+ "internalType": "uint256",
2632
+ "name": "",
2633
+ "type": "uint256"
2634
+ }
2635
+ ],
2636
+ "payable": false,
2637
+ "stateMutability": "view",
2638
+ "type": "function"
2639
+ },
2640
+ {
2641
+ "constant": true,
2642
+ "inputs": [],
2643
+ "name": "implementation",
2644
+ "outputs": [
2645
+ {
2646
+ "internalType": "address",
2647
+ "name": "",
2648
+ "type": "address"
2649
+ }
2650
+ ],
2651
+ "payable": false,
2652
+ "stateMutability": "view",
2653
+ "type": "function"
2654
+ },
2655
+ {
2656
+ "constant": false,
2657
+ "inputs": [
2658
+ {
2659
+ "internalType": "address",
2660
+ "name": "underlying_",
2661
+ "type": "address"
2662
+ },
2663
+ {
2664
+ "internalType": "contract ComptrollerInterface",
2665
+ "name": "comptroller_",
2666
+ "type": "address"
2667
+ },
2668
+ {
2669
+ "internalType": "contract InterestRateModel",
2670
+ "name": "interestRateModel_",
2671
+ "type": "address"
2672
+ },
2673
+ {
2674
+ "internalType": "uint256",
2675
+ "name": "initialExchangeRateMantissa_",
2676
+ "type": "uint256"
2677
+ },
2678
+ {
2679
+ "internalType": "string",
2680
+ "name": "name_",
2681
+ "type": "string"
2682
+ },
2683
+ {
2684
+ "internalType": "string",
2685
+ "name": "symbol_",
2686
+ "type": "string"
2687
+ },
2688
+ {
2689
+ "internalType": "uint8",
2690
+ "name": "decimals_",
2691
+ "type": "uint8"
2692
+ }
2693
+ ],
2694
+ "name": "initialize",
2695
+ "outputs": [],
2696
+ "payable": false,
2697
+ "stateMutability": "nonpayable",
2698
+ "type": "function"
2699
+ },
2700
+ {
2701
+ "constant": false,
2702
+ "inputs": [
2703
+ {
2704
+ "internalType": "contract ComptrollerInterface",
2705
+ "name": "comptroller_",
2706
+ "type": "address"
2707
+ },
2708
+ {
2709
+ "internalType": "contract InterestRateModel",
2710
+ "name": "interestRateModel_",
2711
+ "type": "address"
2712
+ },
2713
+ {
2714
+ "internalType": "uint256",
2715
+ "name": "initialExchangeRateMantissa_",
2716
+ "type": "uint256"
2717
+ },
2718
+ {
2719
+ "internalType": "string",
2720
+ "name": "name_",
2721
+ "type": "string"
2722
+ },
2723
+ {
2724
+ "internalType": "string",
2725
+ "name": "symbol_",
2726
+ "type": "string"
2727
+ },
2728
+ {
2729
+ "internalType": "uint8",
2730
+ "name": "decimals_",
2731
+ "type": "uint8"
2732
+ }
2733
+ ],
2734
+ "name": "initialize",
2735
+ "outputs": [],
2736
+ "payable": false,
2737
+ "stateMutability": "nonpayable",
2738
+ "type": "function"
2739
+ },
2740
+ {
2741
+ "constant": true,
2742
+ "inputs": [],
2743
+ "name": "interestRateModel",
2744
+ "outputs": [
2745
+ {
2746
+ "internalType": "contract InterestRateModel",
2747
+ "name": "",
2748
+ "type": "address"
2749
+ }
2750
+ ],
2751
+ "payable": false,
2752
+ "stateMutability": "view",
2753
+ "type": "function"
2754
+ },
2755
+ {
2756
+ "constant": true,
2757
+ "inputs": [],
2758
+ "name": "isVToken",
2759
+ "outputs": [
2760
+ {
2761
+ "internalType": "bool",
2762
+ "name": "",
2763
+ "type": "bool"
2764
+ }
2765
+ ],
2766
+ "payable": false,
2767
+ "stateMutability": "view",
2768
+ "type": "function"
2769
+ },
2770
+ {
2771
+ "constant": false,
2772
+ "inputs": [
2773
+ {
2774
+ "internalType": "address",
2775
+ "name": "borrower",
2776
+ "type": "address"
2777
+ },
2778
+ {
2779
+ "internalType": "uint256",
2780
+ "name": "repayAmount",
2781
+ "type": "uint256"
2782
+ },
2783
+ {
2784
+ "internalType": "contract VTokenInterface",
2785
+ "name": "vTokenCollateral",
2786
+ "type": "address"
2787
+ }
2788
+ ],
2789
+ "name": "liquidateBorrow",
2790
+ "outputs": [
2791
+ {
2792
+ "internalType": "uint256",
2793
+ "name": "",
2794
+ "type": "uint256"
2795
+ }
2796
+ ],
2797
+ "payable": false,
2798
+ "stateMutability": "nonpayable",
2799
+ "type": "function"
2800
+ },
2801
+ {
2802
+ "constant": false,
2803
+ "inputs": [
2804
+ {
2805
+ "internalType": "uint256",
2806
+ "name": "mintAmount",
2807
+ "type": "uint256"
2808
+ }
2809
+ ],
2810
+ "name": "mint",
2811
+ "outputs": [
2812
+ {
2813
+ "internalType": "uint256",
2814
+ "name": "",
2815
+ "type": "uint256"
2816
+ }
2817
+ ],
2818
+ "payable": false,
2819
+ "stateMutability": "nonpayable",
2820
+ "type": "function"
2821
+ },
2822
+ {
2823
+ "constant": false,
2824
+ "inputs": [
2825
+ {
2826
+ "internalType": "address",
2827
+ "name": "receiver",
2828
+ "type": "address"
2829
+ },
2830
+ {
2831
+ "internalType": "uint256",
2832
+ "name": "mintAmount",
2833
+ "type": "uint256"
2834
+ }
2835
+ ],
2836
+ "name": "mintBehalf",
2837
+ "outputs": [
2838
+ {
2839
+ "internalType": "uint256",
2840
+ "name": "",
2841
+ "type": "uint256"
2842
+ }
2843
+ ],
2844
+ "payable": false,
2845
+ "stateMutability": "nonpayable",
2846
+ "type": "function"
2847
+ },
2848
+ {
2849
+ "constant": true,
2850
+ "inputs": [],
2851
+ "name": "name",
2852
+ "outputs": [
2853
+ {
2854
+ "internalType": "string",
2855
+ "name": "",
2856
+ "type": "string"
2857
+ }
2858
+ ],
2859
+ "payable": false,
2860
+ "stateMutability": "view",
2861
+ "type": "function"
2862
+ },
2863
+ {
2864
+ "constant": true,
2865
+ "inputs": [],
2866
+ "name": "pendingAdmin",
2867
+ "outputs": [
2868
+ {
2869
+ "internalType": "address payable",
2870
+ "name": "",
2871
+ "type": "address"
2872
+ }
2873
+ ],
2874
+ "payable": false,
2875
+ "stateMutability": "view",
2876
+ "type": "function"
2877
+ },
2878
+ {
2879
+ "constant": true,
2880
+ "inputs": [],
2881
+ "name": "protocolShareReserve",
2882
+ "outputs": [
2883
+ {
2884
+ "internalType": "address payable",
2885
+ "name": "",
2886
+ "type": "address"
2887
+ }
2888
+ ],
2889
+ "payable": false,
2890
+ "stateMutability": "view",
2891
+ "type": "function"
2892
+ },
2893
+ {
2894
+ "constant": false,
2895
+ "inputs": [
2896
+ {
2897
+ "internalType": "uint256",
2898
+ "name": "redeemTokens",
2899
+ "type": "uint256"
2900
+ }
2901
+ ],
2902
+ "name": "redeem",
2903
+ "outputs": [
2904
+ {
2905
+ "internalType": "uint256",
2906
+ "name": "",
2907
+ "type": "uint256"
2908
+ }
2909
+ ],
2910
+ "payable": false,
2911
+ "stateMutability": "nonpayable",
2912
+ "type": "function"
2913
+ },
2914
+ {
2915
+ "constant": false,
2916
+ "inputs": [
2917
+ {
2918
+ "internalType": "address",
2919
+ "name": "redeemer",
2920
+ "type": "address"
2921
+ },
2922
+ {
2923
+ "internalType": "uint256",
2924
+ "name": "redeemTokens",
2925
+ "type": "uint256"
2926
+ }
2927
+ ],
2928
+ "name": "redeemBehalf",
2929
+ "outputs": [
2930
+ {
2931
+ "internalType": "uint256",
2932
+ "name": "",
2933
+ "type": "uint256"
2934
+ }
2935
+ ],
2936
+ "payable": false,
2937
+ "stateMutability": "nonpayable",
2938
+ "type": "function"
2939
+ },
2940
+ {
2941
+ "constant": false,
2942
+ "inputs": [
2943
+ {
2944
+ "internalType": "uint256",
2945
+ "name": "redeemAmount",
2946
+ "type": "uint256"
2947
+ }
2948
+ ],
2949
+ "name": "redeemUnderlying",
2950
+ "outputs": [
2951
+ {
2952
+ "internalType": "uint256",
2953
+ "name": "",
2954
+ "type": "uint256"
2955
+ }
2956
+ ],
2957
+ "payable": false,
2958
+ "stateMutability": "nonpayable",
2959
+ "type": "function"
2960
+ },
2961
+ {
2962
+ "constant": false,
2963
+ "inputs": [
2964
+ {
2965
+ "internalType": "address",
2966
+ "name": "redeemer",
2967
+ "type": "address"
2968
+ },
2969
+ {
2970
+ "internalType": "uint256",
2971
+ "name": "redeemAmount",
2972
+ "type": "uint256"
2973
+ }
2974
+ ],
2975
+ "name": "redeemUnderlyingBehalf",
2976
+ "outputs": [
2977
+ {
2978
+ "internalType": "uint256",
2979
+ "name": "",
2980
+ "type": "uint256"
2981
+ }
2982
+ ],
2983
+ "payable": false,
2984
+ "stateMutability": "nonpayable",
2985
+ "type": "function"
2986
+ },
2987
+ {
2988
+ "constant": true,
2989
+ "inputs": [],
2990
+ "name": "reduceReservesBlockDelta",
2991
+ "outputs": [
2992
+ {
2993
+ "internalType": "uint256",
2994
+ "name": "",
2995
+ "type": "uint256"
2996
+ }
2997
+ ],
2998
+ "payable": false,
2999
+ "stateMutability": "view",
3000
+ "type": "function"
3001
+ },
3002
+ {
3003
+ "constant": true,
3004
+ "inputs": [],
3005
+ "name": "reduceReservesBlockNumber",
3006
+ "outputs": [
3007
+ {
3008
+ "internalType": "uint256",
3009
+ "name": "",
3010
+ "type": "uint256"
3011
+ }
3012
+ ],
3013
+ "payable": false,
3014
+ "stateMutability": "view",
3015
+ "type": "function"
3016
+ },
3017
+ {
3018
+ "constant": false,
3019
+ "inputs": [
3020
+ {
3021
+ "internalType": "uint256",
3022
+ "name": "repayAmount",
3023
+ "type": "uint256"
3024
+ }
3025
+ ],
3026
+ "name": "repayBorrow",
3027
+ "outputs": [
3028
+ {
3029
+ "internalType": "uint256",
3030
+ "name": "",
3031
+ "type": "uint256"
3032
+ }
3033
+ ],
3034
+ "payable": false,
3035
+ "stateMutability": "nonpayable",
3036
+ "type": "function"
3037
+ },
3038
+ {
3039
+ "constant": false,
3040
+ "inputs": [
3041
+ {
3042
+ "internalType": "address",
3043
+ "name": "borrower",
3044
+ "type": "address"
3045
+ },
3046
+ {
3047
+ "internalType": "uint256",
3048
+ "name": "repayAmount",
3049
+ "type": "uint256"
3050
+ }
3051
+ ],
3052
+ "name": "repayBorrowBehalf",
3053
+ "outputs": [
3054
+ {
3055
+ "internalType": "uint256",
3056
+ "name": "",
3057
+ "type": "uint256"
3058
+ }
3059
+ ],
3060
+ "payable": false,
3061
+ "stateMutability": "nonpayable",
3062
+ "type": "function"
3063
+ },
3064
+ {
3065
+ "constant": true,
3066
+ "inputs": [],
3067
+ "name": "reserveFactorMantissa",
3068
+ "outputs": [
3069
+ {
3070
+ "internalType": "uint256",
3071
+ "name": "",
3072
+ "type": "uint256"
3073
+ }
3074
+ ],
3075
+ "payable": false,
3076
+ "stateMutability": "view",
3077
+ "type": "function"
3078
+ },
3079
+ {
3080
+ "constant": false,
3081
+ "inputs": [
3082
+ {
3083
+ "internalType": "address",
3084
+ "name": "liquidator",
3085
+ "type": "address"
3086
+ },
3087
+ {
3088
+ "internalType": "address",
3089
+ "name": "borrower",
3090
+ "type": "address"
3091
+ },
3092
+ {
3093
+ "internalType": "uint256",
3094
+ "name": "seizeTokens",
3095
+ "type": "uint256"
3096
+ }
3097
+ ],
3098
+ "name": "seize",
3099
+ "outputs": [
3100
+ {
3101
+ "internalType": "uint256",
3102
+ "name": "",
3103
+ "type": "uint256"
3104
+ }
3105
+ ],
3106
+ "payable": false,
3107
+ "stateMutability": "nonpayable",
3108
+ "type": "function"
3109
+ },
3110
+ {
3111
+ "constant": false,
3112
+ "inputs": [
3113
+ {
3114
+ "internalType": "address",
3115
+ "name": "newAccessControlManagerAddress",
3116
+ "type": "address"
3117
+ }
3118
+ ],
3119
+ "name": "setAccessControlManager",
3120
+ "outputs": [
3121
+ {
3122
+ "internalType": "uint256",
3123
+ "name": "",
3124
+ "type": "uint256"
3125
+ }
3126
+ ],
3127
+ "payable": false,
3128
+ "stateMutability": "nonpayable",
3129
+ "type": "function"
3130
+ },
3131
+ {
3132
+ "constant": false,
3133
+ "inputs": [
3134
+ {
3135
+ "internalType": "address payable",
3136
+ "name": "protcolShareReserve_",
3137
+ "type": "address"
3138
+ }
3139
+ ],
3140
+ "name": "setProtocolShareReserve",
3141
+ "outputs": [],
3142
+ "payable": false,
3143
+ "stateMutability": "nonpayable",
3144
+ "type": "function"
3145
+ },
3146
+ {
3147
+ "constant": false,
3148
+ "inputs": [
3149
+ {
3150
+ "internalType": "uint256",
3151
+ "name": "newReduceReservesBlockDelta_",
3152
+ "type": "uint256"
3153
+ }
3154
+ ],
3155
+ "name": "setReduceReservesBlockDelta",
3156
+ "outputs": [],
3157
+ "payable": false,
3158
+ "stateMutability": "nonpayable",
3159
+ "type": "function"
3160
+ },
3161
+ {
3162
+ "constant": true,
3163
+ "inputs": [],
3164
+ "name": "supplyRatePerBlock",
3165
+ "outputs": [
3166
+ {
3167
+ "internalType": "uint256",
3168
+ "name": "",
3169
+ "type": "uint256"
3170
+ }
3171
+ ],
3172
+ "payable": false,
3173
+ "stateMutability": "view",
3174
+ "type": "function"
3175
+ },
3176
+ {
3177
+ "constant": true,
3178
+ "inputs": [],
3179
+ "name": "symbol",
3180
+ "outputs": [
3181
+ {
3182
+ "internalType": "string",
3183
+ "name": "",
3184
+ "type": "string"
3185
+ }
3186
+ ],
3187
+ "payable": false,
3188
+ "stateMutability": "view",
3189
+ "type": "function"
3190
+ },
3191
+ {
3192
+ "constant": true,
3193
+ "inputs": [],
3194
+ "name": "totalBorrows",
3195
+ "outputs": [
3196
+ {
3197
+ "internalType": "uint256",
3198
+ "name": "",
3199
+ "type": "uint256"
3200
+ }
3201
+ ],
3202
+ "payable": false,
3203
+ "stateMutability": "view",
3204
+ "type": "function"
3205
+ },
3206
+ {
3207
+ "constant": false,
3208
+ "inputs": [],
3209
+ "name": "totalBorrowsCurrent",
3210
+ "outputs": [
3211
+ {
3212
+ "internalType": "uint256",
3213
+ "name": "",
3214
+ "type": "uint256"
3215
+ }
3216
+ ],
3217
+ "payable": false,
3218
+ "stateMutability": "nonpayable",
3219
+ "type": "function"
3220
+ },
3221
+ {
3222
+ "constant": true,
3223
+ "inputs": [],
3224
+ "name": "totalReserves",
3225
+ "outputs": [
3226
+ {
3227
+ "internalType": "uint256",
3228
+ "name": "",
3229
+ "type": "uint256"
3230
+ }
3231
+ ],
3232
+ "payable": false,
3233
+ "stateMutability": "view",
3234
+ "type": "function"
3235
+ },
3236
+ {
3237
+ "constant": true,
3238
+ "inputs": [],
3239
+ "name": "totalSupply",
3240
+ "outputs": [
3241
+ {
3242
+ "internalType": "uint256",
3243
+ "name": "",
3244
+ "type": "uint256"
3245
+ }
3246
+ ],
3247
+ "payable": false,
3248
+ "stateMutability": "view",
3249
+ "type": "function"
3250
+ },
3251
+ {
3252
+ "constant": false,
3253
+ "inputs": [
3254
+ {
3255
+ "internalType": "address",
3256
+ "name": "dst",
3257
+ "type": "address"
3258
+ },
3259
+ {
3260
+ "internalType": "uint256",
3261
+ "name": "amount",
3262
+ "type": "uint256"
3263
+ }
3264
+ ],
3265
+ "name": "transfer",
3266
+ "outputs": [
3267
+ {
3268
+ "internalType": "bool",
3269
+ "name": "",
3270
+ "type": "bool"
3271
+ }
3272
+ ],
3273
+ "payable": false,
3274
+ "stateMutability": "nonpayable",
3275
+ "type": "function"
3276
+ },
3277
+ {
3278
+ "constant": false,
3279
+ "inputs": [
3280
+ {
3281
+ "internalType": "address",
3282
+ "name": "src",
3283
+ "type": "address"
3284
+ },
3285
+ {
3286
+ "internalType": "address",
3287
+ "name": "dst",
3288
+ "type": "address"
3289
+ },
3290
+ {
3291
+ "internalType": "uint256",
3292
+ "name": "amount",
3293
+ "type": "uint256"
3294
+ }
3295
+ ],
3296
+ "name": "transferFrom",
3297
+ "outputs": [
3298
+ {
3299
+ "internalType": "bool",
3300
+ "name": "",
3301
+ "type": "bool"
3302
+ }
3303
+ ],
3304
+ "payable": false,
3305
+ "stateMutability": "nonpayable",
3306
+ "type": "function"
3307
+ },
3308
+ {
3309
+ "constant": true,
3310
+ "inputs": [],
3311
+ "name": "underlying",
3312
+ "outputs": [
3313
+ {
3314
+ "internalType": "address",
3315
+ "name": "",
3316
+ "type": "address"
3317
+ }
3318
+ ],
3319
+ "payable": false,
3320
+ "stateMutability": "view",
3321
+ "type": "function"
3322
+ }
3323
+ ],
3324
+ "numDeployments": 1,
3325
+ "implementation": "0xad6aa8bb4829560412a94aa930745f407bf8000b"
3326
+ }