@verified-network/verified-sdk 2.5.1 → 2.5.3

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.
@@ -0,0 +1,1967 @@
1
+ {
2
+ "abi": [
3
+ {
4
+ "inputs": [],
5
+ "name": "InvalidInt104",
6
+ "type": "error"
7
+ },
8
+ {
9
+ "inputs": [],
10
+ "name": "InvalidInt256",
11
+ "type": "error"
12
+ },
13
+ {
14
+ "inputs": [],
15
+ "name": "InvalidUInt104",
16
+ "type": "error"
17
+ },
18
+ {
19
+ "inputs": [],
20
+ "name": "InvalidUInt128",
21
+ "type": "error"
22
+ },
23
+ {
24
+ "inputs": [],
25
+ "name": "InvalidUInt64",
26
+ "type": "error"
27
+ },
28
+ {
29
+ "inputs": [],
30
+ "name": "NegativeNumber",
31
+ "type": "error"
32
+ },
33
+ {
34
+ "anonymous": false,
35
+ "inputs": [
36
+ {
37
+ "indexed": true,
38
+ "internalType": "address",
39
+ "name": "absorber",
40
+ "type": "address"
41
+ },
42
+ {
43
+ "indexed": true,
44
+ "internalType": "address",
45
+ "name": "borrower",
46
+ "type": "address"
47
+ },
48
+ {
49
+ "indexed": true,
50
+ "internalType": "address",
51
+ "name": "asset",
52
+ "type": "address"
53
+ },
54
+ {
55
+ "indexed": false,
56
+ "internalType": "uint128",
57
+ "name": "collateralAbsorbed",
58
+ "type": "uint128"
59
+ },
60
+ {
61
+ "indexed": false,
62
+ "internalType": "uint256",
63
+ "name": "usdValue",
64
+ "type": "uint256"
65
+ }
66
+ ],
67
+ "name": "AbsorbCollateral",
68
+ "type": "event"
69
+ },
70
+ {
71
+ "anonymous": false,
72
+ "inputs": [
73
+ {
74
+ "indexed": true,
75
+ "internalType": "address",
76
+ "name": "absorber",
77
+ "type": "address"
78
+ },
79
+ {
80
+ "indexed": true,
81
+ "internalType": "address",
82
+ "name": "borrower",
83
+ "type": "address"
84
+ },
85
+ {
86
+ "indexed": false,
87
+ "internalType": "uint104",
88
+ "name": "debtAbsorbed",
89
+ "type": "uint104"
90
+ },
91
+ {
92
+ "indexed": false,
93
+ "internalType": "uint256",
94
+ "name": "usdValue",
95
+ "type": "uint256"
96
+ }
97
+ ],
98
+ "name": "AbsorbDebt",
99
+ "type": "event"
100
+ },
101
+ {
102
+ "anonymous": false,
103
+ "inputs": [
104
+ {
105
+ "indexed": true,
106
+ "internalType": "address",
107
+ "name": "owner",
108
+ "type": "address"
109
+ },
110
+ {
111
+ "indexed": true,
112
+ "internalType": "address",
113
+ "name": "spender",
114
+ "type": "address"
115
+ },
116
+ {
117
+ "indexed": false,
118
+ "internalType": "uint256",
119
+ "name": "amount",
120
+ "type": "uint256"
121
+ }
122
+ ],
123
+ "name": "Approval",
124
+ "type": "event"
125
+ },
126
+ {
127
+ "anonymous": false,
128
+ "inputs": [
129
+ {
130
+ "indexed": true,
131
+ "internalType": "address",
132
+ "name": "buyer",
133
+ "type": "address"
134
+ },
135
+ {
136
+ "indexed": true,
137
+ "internalType": "address",
138
+ "name": "asset",
139
+ "type": "address"
140
+ },
141
+ {
142
+ "indexed": false,
143
+ "internalType": "uint256",
144
+ "name": "baseAmount",
145
+ "type": "uint256"
146
+ },
147
+ {
148
+ "indexed": false,
149
+ "internalType": "uint256",
150
+ "name": "collateralAmount",
151
+ "type": "uint256"
152
+ }
153
+ ],
154
+ "name": "BuyCollateral",
155
+ "type": "event"
156
+ },
157
+ {
158
+ "anonymous": false,
159
+ "inputs": [
160
+ {
161
+ "indexed": false,
162
+ "internalType": "bool",
163
+ "name": "supplyPaused",
164
+ "type": "bool"
165
+ },
166
+ {
167
+ "indexed": false,
168
+ "internalType": "bool",
169
+ "name": "transferPaused",
170
+ "type": "bool"
171
+ },
172
+ {
173
+ "indexed": false,
174
+ "internalType": "bool",
175
+ "name": "withdrawPaused",
176
+ "type": "bool"
177
+ },
178
+ {
179
+ "indexed": false,
180
+ "internalType": "bool",
181
+ "name": "absorbPaused",
182
+ "type": "bool"
183
+ },
184
+ {
185
+ "indexed": false,
186
+ "internalType": "bool",
187
+ "name": "buyPaused",
188
+ "type": "bool"
189
+ }
190
+ ],
191
+ "name": "PauseAction",
192
+ "type": "event"
193
+ },
194
+ {
195
+ "anonymous": false,
196
+ "inputs": [
197
+ {
198
+ "indexed": true,
199
+ "internalType": "address",
200
+ "name": "from",
201
+ "type": "address"
202
+ },
203
+ {
204
+ "indexed": true,
205
+ "internalType": "address",
206
+ "name": "dst",
207
+ "type": "address"
208
+ },
209
+ {
210
+ "indexed": false,
211
+ "internalType": "uint256",
212
+ "name": "amount",
213
+ "type": "uint256"
214
+ }
215
+ ],
216
+ "name": "Supply",
217
+ "type": "event"
218
+ },
219
+ {
220
+ "anonymous": false,
221
+ "inputs": [
222
+ {
223
+ "indexed": true,
224
+ "internalType": "address",
225
+ "name": "from",
226
+ "type": "address"
227
+ },
228
+ {
229
+ "indexed": true,
230
+ "internalType": "address",
231
+ "name": "dst",
232
+ "type": "address"
233
+ },
234
+ {
235
+ "indexed": true,
236
+ "internalType": "address",
237
+ "name": "asset",
238
+ "type": "address"
239
+ },
240
+ {
241
+ "indexed": false,
242
+ "internalType": "uint256",
243
+ "name": "amount",
244
+ "type": "uint256"
245
+ }
246
+ ],
247
+ "name": "SupplyCollateral",
248
+ "type": "event"
249
+ },
250
+ {
251
+ "anonymous": false,
252
+ "inputs": [
253
+ {
254
+ "indexed": true,
255
+ "internalType": "address",
256
+ "name": "from",
257
+ "type": "address"
258
+ },
259
+ {
260
+ "indexed": true,
261
+ "internalType": "address",
262
+ "name": "to",
263
+ "type": "address"
264
+ },
265
+ {
266
+ "indexed": false,
267
+ "internalType": "uint256",
268
+ "name": "amount",
269
+ "type": "uint256"
270
+ }
271
+ ],
272
+ "name": "Transfer",
273
+ "type": "event"
274
+ },
275
+ {
276
+ "anonymous": false,
277
+ "inputs": [
278
+ {
279
+ "indexed": true,
280
+ "internalType": "address",
281
+ "name": "from",
282
+ "type": "address"
283
+ },
284
+ {
285
+ "indexed": true,
286
+ "internalType": "address",
287
+ "name": "to",
288
+ "type": "address"
289
+ },
290
+ {
291
+ "indexed": true,
292
+ "internalType": "address",
293
+ "name": "asset",
294
+ "type": "address"
295
+ },
296
+ {
297
+ "indexed": false,
298
+ "internalType": "uint256",
299
+ "name": "amount",
300
+ "type": "uint256"
301
+ }
302
+ ],
303
+ "name": "TransferCollateral",
304
+ "type": "event"
305
+ },
306
+ {
307
+ "anonymous": false,
308
+ "inputs": [
309
+ {
310
+ "indexed": true,
311
+ "internalType": "address",
312
+ "name": "src",
313
+ "type": "address"
314
+ },
315
+ {
316
+ "indexed": true,
317
+ "internalType": "address",
318
+ "name": "to",
319
+ "type": "address"
320
+ },
321
+ {
322
+ "indexed": false,
323
+ "internalType": "uint256",
324
+ "name": "amount",
325
+ "type": "uint256"
326
+ }
327
+ ],
328
+ "name": "Withdraw",
329
+ "type": "event"
330
+ },
331
+ {
332
+ "anonymous": false,
333
+ "inputs": [
334
+ {
335
+ "indexed": true,
336
+ "internalType": "address",
337
+ "name": "src",
338
+ "type": "address"
339
+ },
340
+ {
341
+ "indexed": true,
342
+ "internalType": "address",
343
+ "name": "to",
344
+ "type": "address"
345
+ },
346
+ {
347
+ "indexed": true,
348
+ "internalType": "address",
349
+ "name": "asset",
350
+ "type": "address"
351
+ },
352
+ {
353
+ "indexed": false,
354
+ "internalType": "uint256",
355
+ "name": "amount",
356
+ "type": "uint256"
357
+ }
358
+ ],
359
+ "name": "WithdrawCollateral",
360
+ "type": "event"
361
+ },
362
+ {
363
+ "anonymous": false,
364
+ "inputs": [
365
+ {
366
+ "indexed": true,
367
+ "internalType": "address",
368
+ "name": "to",
369
+ "type": "address"
370
+ },
371
+ {
372
+ "indexed": false,
373
+ "internalType": "uint256",
374
+ "name": "amount",
375
+ "type": "uint256"
376
+ }
377
+ ],
378
+ "name": "WithdrawReserves",
379
+ "type": "event"
380
+ },
381
+ {
382
+ "inputs": [
383
+ {
384
+ "internalType": "address",
385
+ "name": "absorber",
386
+ "type": "address"
387
+ },
388
+ {
389
+ "internalType": "address[]",
390
+ "name": "accounts",
391
+ "type": "address[]"
392
+ }
393
+ ],
394
+ "name": "absorb",
395
+ "outputs": [],
396
+ "stateMutability": "nonpayable",
397
+ "type": "function"
398
+ },
399
+ {
400
+ "inputs": [
401
+ {
402
+ "internalType": "address",
403
+ "name": "account",
404
+ "type": "address"
405
+ }
406
+ ],
407
+ "name": "accrueAccount",
408
+ "outputs": [],
409
+ "stateMutability": "nonpayable",
410
+ "type": "function"
411
+ },
412
+ {
413
+ "inputs": [
414
+ {
415
+ "internalType": "address",
416
+ "name": "manager",
417
+ "type": "address"
418
+ },
419
+ {
420
+ "internalType": "bool",
421
+ "name": "isAllowed",
422
+ "type": "bool"
423
+ }
424
+ ],
425
+ "name": "allow",
426
+ "outputs": [],
427
+ "stateMutability": "nonpayable",
428
+ "type": "function"
429
+ },
430
+ {
431
+ "inputs": [
432
+ {
433
+ "internalType": "address",
434
+ "name": "owner",
435
+ "type": "address"
436
+ },
437
+ {
438
+ "internalType": "address",
439
+ "name": "manager",
440
+ "type": "address"
441
+ },
442
+ {
443
+ "internalType": "bool",
444
+ "name": "isAllowed",
445
+ "type": "bool"
446
+ },
447
+ {
448
+ "internalType": "uint256",
449
+ "name": "nonce",
450
+ "type": "uint256"
451
+ },
452
+ {
453
+ "internalType": "uint256",
454
+ "name": "expiry",
455
+ "type": "uint256"
456
+ },
457
+ {
458
+ "internalType": "uint8",
459
+ "name": "v",
460
+ "type": "uint8"
461
+ },
462
+ {
463
+ "internalType": "bytes32",
464
+ "name": "r",
465
+ "type": "bytes32"
466
+ },
467
+ {
468
+ "internalType": "bytes32",
469
+ "name": "s",
470
+ "type": "bytes32"
471
+ }
472
+ ],
473
+ "name": "allowBySig",
474
+ "outputs": [],
475
+ "stateMutability": "nonpayable",
476
+ "type": "function"
477
+ },
478
+ {
479
+ "inputs": [
480
+ {
481
+ "internalType": "address",
482
+ "name": "owner",
483
+ "type": "address"
484
+ },
485
+ {
486
+ "internalType": "address",
487
+ "name": "spender",
488
+ "type": "address"
489
+ }
490
+ ],
491
+ "name": "allowance",
492
+ "outputs": [
493
+ {
494
+ "internalType": "uint256",
495
+ "name": "",
496
+ "type": "uint256"
497
+ }
498
+ ],
499
+ "stateMutability": "view",
500
+ "type": "function"
501
+ },
502
+ {
503
+ "inputs": [
504
+ {
505
+ "internalType": "address",
506
+ "name": "spender",
507
+ "type": "address"
508
+ },
509
+ {
510
+ "internalType": "uint256",
511
+ "name": "amount",
512
+ "type": "uint256"
513
+ }
514
+ ],
515
+ "name": "approve",
516
+ "outputs": [
517
+ {
518
+ "internalType": "bool",
519
+ "name": "",
520
+ "type": "bool"
521
+ }
522
+ ],
523
+ "stateMutability": "nonpayable",
524
+ "type": "function"
525
+ },
526
+ {
527
+ "inputs": [
528
+ {
529
+ "internalType": "address",
530
+ "name": "manager",
531
+ "type": "address"
532
+ },
533
+ {
534
+ "internalType": "address",
535
+ "name": "asset",
536
+ "type": "address"
537
+ },
538
+ {
539
+ "internalType": "uint256",
540
+ "name": "amount",
541
+ "type": "uint256"
542
+ }
543
+ ],
544
+ "name": "approveThis",
545
+ "outputs": [],
546
+ "stateMutability": "nonpayable",
547
+ "type": "function"
548
+ },
549
+ {
550
+ "inputs": [
551
+ {
552
+ "internalType": "address",
553
+ "name": "owner",
554
+ "type": "address"
555
+ }
556
+ ],
557
+ "name": "balanceOf",
558
+ "outputs": [
559
+ {
560
+ "internalType": "uint256",
561
+ "name": "",
562
+ "type": "uint256"
563
+ }
564
+ ],
565
+ "stateMutability": "view",
566
+ "type": "function"
567
+ },
568
+ {
569
+ "inputs": [],
570
+ "name": "baseAccrualScale",
571
+ "outputs": [
572
+ {
573
+ "internalType": "uint64",
574
+ "name": "",
575
+ "type": "uint64"
576
+ }
577
+ ],
578
+ "stateMutability": "view",
579
+ "type": "function"
580
+ },
581
+ {
582
+ "inputs": [],
583
+ "name": "baseBorrowMin",
584
+ "outputs": [
585
+ {
586
+ "internalType": "uint256",
587
+ "name": "",
588
+ "type": "uint256"
589
+ }
590
+ ],
591
+ "stateMutability": "view",
592
+ "type": "function"
593
+ },
594
+ {
595
+ "inputs": [],
596
+ "name": "baseIndexScale",
597
+ "outputs": [
598
+ {
599
+ "internalType": "uint64",
600
+ "name": "",
601
+ "type": "uint64"
602
+ }
603
+ ],
604
+ "stateMutability": "view",
605
+ "type": "function"
606
+ },
607
+ {
608
+ "inputs": [],
609
+ "name": "baseMinForRewards",
610
+ "outputs": [
611
+ {
612
+ "internalType": "uint256",
613
+ "name": "",
614
+ "type": "uint256"
615
+ }
616
+ ],
617
+ "stateMutability": "view",
618
+ "type": "function"
619
+ },
620
+ {
621
+ "inputs": [],
622
+ "name": "baseScale",
623
+ "outputs": [
624
+ {
625
+ "internalType": "uint256",
626
+ "name": "",
627
+ "type": "uint256"
628
+ }
629
+ ],
630
+ "stateMutability": "view",
631
+ "type": "function"
632
+ },
633
+ {
634
+ "inputs": [],
635
+ "name": "baseToken",
636
+ "outputs": [
637
+ {
638
+ "internalType": "address",
639
+ "name": "",
640
+ "type": "address"
641
+ }
642
+ ],
643
+ "stateMutability": "view",
644
+ "type": "function"
645
+ },
646
+ {
647
+ "inputs": [],
648
+ "name": "baseTokenPriceFeed",
649
+ "outputs": [
650
+ {
651
+ "internalType": "address",
652
+ "name": "",
653
+ "type": "address"
654
+ }
655
+ ],
656
+ "stateMutability": "view",
657
+ "type": "function"
658
+ },
659
+ {
660
+ "inputs": [
661
+ {
662
+ "internalType": "address",
663
+ "name": "account",
664
+ "type": "address"
665
+ }
666
+ ],
667
+ "name": "baseTrackingAccrued",
668
+ "outputs": [
669
+ {
670
+ "internalType": "uint64",
671
+ "name": "",
672
+ "type": "uint64"
673
+ }
674
+ ],
675
+ "stateMutability": "view",
676
+ "type": "function"
677
+ },
678
+ {
679
+ "inputs": [],
680
+ "name": "baseTrackingBorrowSpeed",
681
+ "outputs": [
682
+ {
683
+ "internalType": "uint256",
684
+ "name": "",
685
+ "type": "uint256"
686
+ }
687
+ ],
688
+ "stateMutability": "view",
689
+ "type": "function"
690
+ },
691
+ {
692
+ "inputs": [],
693
+ "name": "baseTrackingSupplySpeed",
694
+ "outputs": [
695
+ {
696
+ "internalType": "uint256",
697
+ "name": "",
698
+ "type": "uint256"
699
+ }
700
+ ],
701
+ "stateMutability": "view",
702
+ "type": "function"
703
+ },
704
+ {
705
+ "inputs": [
706
+ {
707
+ "internalType": "address",
708
+ "name": "account",
709
+ "type": "address"
710
+ }
711
+ ],
712
+ "name": "borrowBalanceOf",
713
+ "outputs": [
714
+ {
715
+ "internalType": "uint256",
716
+ "name": "",
717
+ "type": "uint256"
718
+ }
719
+ ],
720
+ "stateMutability": "view",
721
+ "type": "function"
722
+ },
723
+ {
724
+ "inputs": [
725
+ {
726
+ "internalType": "address",
727
+ "name": "asset",
728
+ "type": "address"
729
+ },
730
+ {
731
+ "internalType": "uint256",
732
+ "name": "minAmount",
733
+ "type": "uint256"
734
+ },
735
+ {
736
+ "internalType": "uint256",
737
+ "name": "baseAmount",
738
+ "type": "uint256"
739
+ },
740
+ {
741
+ "internalType": "address",
742
+ "name": "recipient",
743
+ "type": "address"
744
+ }
745
+ ],
746
+ "name": "buyCollateral",
747
+ "outputs": [],
748
+ "stateMutability": "nonpayable",
749
+ "type": "function"
750
+ },
751
+ {
752
+ "inputs": [
753
+ {
754
+ "internalType": "address",
755
+ "name": "account",
756
+ "type": "address"
757
+ },
758
+ {
759
+ "internalType": "address",
760
+ "name": "asset",
761
+ "type": "address"
762
+ }
763
+ ],
764
+ "name": "collateralBalanceOf",
765
+ "outputs": [
766
+ {
767
+ "internalType": "uint128",
768
+ "name": "",
769
+ "type": "uint128"
770
+ }
771
+ ],
772
+ "stateMutability": "view",
773
+ "type": "function"
774
+ },
775
+ {
776
+ "inputs": [],
777
+ "name": "decimals",
778
+ "outputs": [
779
+ {
780
+ "internalType": "uint8",
781
+ "name": "",
782
+ "type": "uint8"
783
+ }
784
+ ],
785
+ "stateMutability": "view",
786
+ "type": "function"
787
+ },
788
+ {
789
+ "inputs": [],
790
+ "name": "extensionDelegate",
791
+ "outputs": [
792
+ {
793
+ "internalType": "address",
794
+ "name": "",
795
+ "type": "address"
796
+ }
797
+ ],
798
+ "stateMutability": "view",
799
+ "type": "function"
800
+ },
801
+ {
802
+ "inputs": [],
803
+ "name": "factorScale",
804
+ "outputs": [
805
+ {
806
+ "internalType": "uint64",
807
+ "name": "",
808
+ "type": "uint64"
809
+ }
810
+ ],
811
+ "stateMutability": "view",
812
+ "type": "function"
813
+ },
814
+ {
815
+ "inputs": [
816
+ {
817
+ "internalType": "uint8",
818
+ "name": "i",
819
+ "type": "uint8"
820
+ }
821
+ ],
822
+ "name": "getAssetInfo",
823
+ "outputs": [
824
+ {
825
+ "components": [
826
+ {
827
+ "internalType": "uint8",
828
+ "name": "offset",
829
+ "type": "uint8"
830
+ },
831
+ {
832
+ "internalType": "address",
833
+ "name": "asset",
834
+ "type": "address"
835
+ },
836
+ {
837
+ "internalType": "address",
838
+ "name": "priceFeed",
839
+ "type": "address"
840
+ },
841
+ {
842
+ "internalType": "uint64",
843
+ "name": "scale",
844
+ "type": "uint64"
845
+ },
846
+ {
847
+ "internalType": "uint64",
848
+ "name": "borrowCollateralFactor",
849
+ "type": "uint64"
850
+ },
851
+ {
852
+ "internalType": "uint64",
853
+ "name": "liquidateCollateralFactor",
854
+ "type": "uint64"
855
+ },
856
+ {
857
+ "internalType": "uint64",
858
+ "name": "liquidationFactor",
859
+ "type": "uint64"
860
+ },
861
+ {
862
+ "internalType": "uint128",
863
+ "name": "supplyCap",
864
+ "type": "uint128"
865
+ }
866
+ ],
867
+ "internalType": "struct CometCore.AssetInfo",
868
+ "name": "",
869
+ "type": "tuple"
870
+ }
871
+ ],
872
+ "stateMutability": "view",
873
+ "type": "function"
874
+ },
875
+ {
876
+ "inputs": [
877
+ {
878
+ "internalType": "address",
879
+ "name": "asset",
880
+ "type": "address"
881
+ }
882
+ ],
883
+ "name": "getAssetInfoByAddress",
884
+ "outputs": [
885
+ {
886
+ "components": [
887
+ {
888
+ "internalType": "uint8",
889
+ "name": "offset",
890
+ "type": "uint8"
891
+ },
892
+ {
893
+ "internalType": "address",
894
+ "name": "asset",
895
+ "type": "address"
896
+ },
897
+ {
898
+ "internalType": "address",
899
+ "name": "priceFeed",
900
+ "type": "address"
901
+ },
902
+ {
903
+ "internalType": "uint64",
904
+ "name": "scale",
905
+ "type": "uint64"
906
+ },
907
+ {
908
+ "internalType": "uint64",
909
+ "name": "borrowCollateralFactor",
910
+ "type": "uint64"
911
+ },
912
+ {
913
+ "internalType": "uint64",
914
+ "name": "liquidateCollateralFactor",
915
+ "type": "uint64"
916
+ },
917
+ {
918
+ "internalType": "uint64",
919
+ "name": "liquidationFactor",
920
+ "type": "uint64"
921
+ },
922
+ {
923
+ "internalType": "uint128",
924
+ "name": "supplyCap",
925
+ "type": "uint128"
926
+ }
927
+ ],
928
+ "internalType": "struct CometCore.AssetInfo",
929
+ "name": "",
930
+ "type": "tuple"
931
+ }
932
+ ],
933
+ "stateMutability": "view",
934
+ "type": "function"
935
+ },
936
+ {
937
+ "inputs": [
938
+ {
939
+ "internalType": "address",
940
+ "name": "account",
941
+ "type": "address"
942
+ }
943
+ ],
944
+ "name": "getBorrowLiquidity",
945
+ "outputs": [
946
+ {
947
+ "internalType": "int256",
948
+ "name": "",
949
+ "type": "int256"
950
+ }
951
+ ],
952
+ "stateMutability": "view",
953
+ "type": "function"
954
+ },
955
+ {
956
+ "inputs": [
957
+ {
958
+ "internalType": "uint256",
959
+ "name": "utilization",
960
+ "type": "uint256"
961
+ }
962
+ ],
963
+ "name": "getBorrowRate",
964
+ "outputs": [
965
+ {
966
+ "internalType": "uint64",
967
+ "name": "",
968
+ "type": "uint64"
969
+ }
970
+ ],
971
+ "stateMutability": "view",
972
+ "type": "function"
973
+ },
974
+ {
975
+ "inputs": [
976
+ {
977
+ "internalType": "address",
978
+ "name": "account",
979
+ "type": "address"
980
+ }
981
+ ],
982
+ "name": "getLiquidationMargin",
983
+ "outputs": [
984
+ {
985
+ "internalType": "int256",
986
+ "name": "",
987
+ "type": "int256"
988
+ }
989
+ ],
990
+ "stateMutability": "view",
991
+ "type": "function"
992
+ },
993
+ {
994
+ "inputs": [
995
+ {
996
+ "internalType": "address",
997
+ "name": "priceFeed",
998
+ "type": "address"
999
+ }
1000
+ ],
1001
+ "name": "getPrice",
1002
+ "outputs": [
1003
+ {
1004
+ "internalType": "uint128",
1005
+ "name": "",
1006
+ "type": "uint128"
1007
+ }
1008
+ ],
1009
+ "stateMutability": "view",
1010
+ "type": "function"
1011
+ },
1012
+ {
1013
+ "inputs": [],
1014
+ "name": "getReserves",
1015
+ "outputs": [
1016
+ {
1017
+ "internalType": "int256",
1018
+ "name": "",
1019
+ "type": "int256"
1020
+ }
1021
+ ],
1022
+ "stateMutability": "view",
1023
+ "type": "function"
1024
+ },
1025
+ {
1026
+ "inputs": [
1027
+ {
1028
+ "internalType": "uint256",
1029
+ "name": "utilization",
1030
+ "type": "uint256"
1031
+ }
1032
+ ],
1033
+ "name": "getSupplyRate",
1034
+ "outputs": [
1035
+ {
1036
+ "internalType": "uint64",
1037
+ "name": "",
1038
+ "type": "uint64"
1039
+ }
1040
+ ],
1041
+ "stateMutability": "view",
1042
+ "type": "function"
1043
+ },
1044
+ {
1045
+ "inputs": [],
1046
+ "name": "getUtilization",
1047
+ "outputs": [
1048
+ {
1049
+ "internalType": "uint256",
1050
+ "name": "",
1051
+ "type": "uint256"
1052
+ }
1053
+ ],
1054
+ "stateMutability": "view",
1055
+ "type": "function"
1056
+ },
1057
+ {
1058
+ "inputs": [],
1059
+ "name": "governor",
1060
+ "outputs": [
1061
+ {
1062
+ "internalType": "address",
1063
+ "name": "",
1064
+ "type": "address"
1065
+ }
1066
+ ],
1067
+ "stateMutability": "view",
1068
+ "type": "function"
1069
+ },
1070
+ {
1071
+ "inputs": [
1072
+ {
1073
+ "internalType": "address",
1074
+ "name": "owner",
1075
+ "type": "address"
1076
+ },
1077
+ {
1078
+ "internalType": "address",
1079
+ "name": "manager",
1080
+ "type": "address"
1081
+ }
1082
+ ],
1083
+ "name": "hasPermission",
1084
+ "outputs": [
1085
+ {
1086
+ "internalType": "bool",
1087
+ "name": "",
1088
+ "type": "bool"
1089
+ }
1090
+ ],
1091
+ "stateMutability": "view",
1092
+ "type": "function"
1093
+ },
1094
+ {
1095
+ "inputs": [],
1096
+ "name": "initializeStorage",
1097
+ "outputs": [],
1098
+ "stateMutability": "nonpayable",
1099
+ "type": "function"
1100
+ },
1101
+ {
1102
+ "inputs": [],
1103
+ "name": "isAbsorbPaused",
1104
+ "outputs": [
1105
+ {
1106
+ "internalType": "bool",
1107
+ "name": "",
1108
+ "type": "bool"
1109
+ }
1110
+ ],
1111
+ "stateMutability": "view",
1112
+ "type": "function"
1113
+ },
1114
+ {
1115
+ "inputs": [
1116
+ {
1117
+ "internalType": "address",
1118
+ "name": "",
1119
+ "type": "address"
1120
+ },
1121
+ {
1122
+ "internalType": "address",
1123
+ "name": "",
1124
+ "type": "address"
1125
+ }
1126
+ ],
1127
+ "name": "isAllowed",
1128
+ "outputs": [
1129
+ {
1130
+ "internalType": "bool",
1131
+ "name": "",
1132
+ "type": "bool"
1133
+ }
1134
+ ],
1135
+ "stateMutability": "view",
1136
+ "type": "function"
1137
+ },
1138
+ {
1139
+ "inputs": [
1140
+ {
1141
+ "internalType": "address",
1142
+ "name": "account",
1143
+ "type": "address"
1144
+ }
1145
+ ],
1146
+ "name": "isBorrowCollateralized",
1147
+ "outputs": [
1148
+ {
1149
+ "internalType": "bool",
1150
+ "name": "",
1151
+ "type": "bool"
1152
+ }
1153
+ ],
1154
+ "stateMutability": "view",
1155
+ "type": "function"
1156
+ },
1157
+ {
1158
+ "inputs": [],
1159
+ "name": "isBuyPaused",
1160
+ "outputs": [
1161
+ {
1162
+ "internalType": "bool",
1163
+ "name": "",
1164
+ "type": "bool"
1165
+ }
1166
+ ],
1167
+ "stateMutability": "view",
1168
+ "type": "function"
1169
+ },
1170
+ {
1171
+ "inputs": [
1172
+ {
1173
+ "internalType": "address",
1174
+ "name": "account",
1175
+ "type": "address"
1176
+ }
1177
+ ],
1178
+ "name": "isLiquidatable",
1179
+ "outputs": [
1180
+ {
1181
+ "internalType": "bool",
1182
+ "name": "",
1183
+ "type": "bool"
1184
+ }
1185
+ ],
1186
+ "stateMutability": "view",
1187
+ "type": "function"
1188
+ },
1189
+ {
1190
+ "inputs": [],
1191
+ "name": "isSupplyPaused",
1192
+ "outputs": [
1193
+ {
1194
+ "internalType": "bool",
1195
+ "name": "",
1196
+ "type": "bool"
1197
+ }
1198
+ ],
1199
+ "stateMutability": "view",
1200
+ "type": "function"
1201
+ },
1202
+ {
1203
+ "inputs": [],
1204
+ "name": "isTransferPaused",
1205
+ "outputs": [
1206
+ {
1207
+ "internalType": "bool",
1208
+ "name": "",
1209
+ "type": "bool"
1210
+ }
1211
+ ],
1212
+ "stateMutability": "view",
1213
+ "type": "function"
1214
+ },
1215
+ {
1216
+ "inputs": [],
1217
+ "name": "isWithdrawPaused",
1218
+ "outputs": [
1219
+ {
1220
+ "internalType": "bool",
1221
+ "name": "",
1222
+ "type": "bool"
1223
+ }
1224
+ ],
1225
+ "stateMutability": "view",
1226
+ "type": "function"
1227
+ },
1228
+ {
1229
+ "inputs": [],
1230
+ "name": "kink",
1231
+ "outputs": [
1232
+ {
1233
+ "internalType": "uint256",
1234
+ "name": "",
1235
+ "type": "uint256"
1236
+ }
1237
+ ],
1238
+ "stateMutability": "view",
1239
+ "type": "function"
1240
+ },
1241
+ {
1242
+ "inputs": [
1243
+ {
1244
+ "internalType": "address",
1245
+ "name": "",
1246
+ "type": "address"
1247
+ }
1248
+ ],
1249
+ "name": "liquidatorPoints",
1250
+ "outputs": [
1251
+ {
1252
+ "internalType": "uint32",
1253
+ "name": "numAbsorbs",
1254
+ "type": "uint32"
1255
+ },
1256
+ {
1257
+ "internalType": "uint64",
1258
+ "name": "numAbsorbed",
1259
+ "type": "uint64"
1260
+ },
1261
+ {
1262
+ "internalType": "uint128",
1263
+ "name": "approxSpend",
1264
+ "type": "uint128"
1265
+ },
1266
+ {
1267
+ "internalType": "uint32",
1268
+ "name": "_reserved",
1269
+ "type": "uint32"
1270
+ }
1271
+ ],
1272
+ "stateMutability": "view",
1273
+ "type": "function"
1274
+ },
1275
+ {
1276
+ "inputs": [],
1277
+ "name": "maxAssets",
1278
+ "outputs": [
1279
+ {
1280
+ "internalType": "uint8",
1281
+ "name": "",
1282
+ "type": "uint8"
1283
+ }
1284
+ ],
1285
+ "stateMutability": "view",
1286
+ "type": "function"
1287
+ },
1288
+ {
1289
+ "inputs": [],
1290
+ "name": "name",
1291
+ "outputs": [
1292
+ {
1293
+ "internalType": "string",
1294
+ "name": "",
1295
+ "type": "string"
1296
+ }
1297
+ ],
1298
+ "stateMutability": "view",
1299
+ "type": "function"
1300
+ },
1301
+ {
1302
+ "inputs": [],
1303
+ "name": "numAssets",
1304
+ "outputs": [
1305
+ {
1306
+ "internalType": "uint8",
1307
+ "name": "",
1308
+ "type": "uint8"
1309
+ }
1310
+ ],
1311
+ "stateMutability": "view",
1312
+ "type": "function"
1313
+ },
1314
+ {
1315
+ "inputs": [
1316
+ {
1317
+ "internalType": "bool",
1318
+ "name": "supplyPaused",
1319
+ "type": "bool"
1320
+ },
1321
+ {
1322
+ "internalType": "bool",
1323
+ "name": "transferPaused",
1324
+ "type": "bool"
1325
+ },
1326
+ {
1327
+ "internalType": "bool",
1328
+ "name": "withdrawPaused",
1329
+ "type": "bool"
1330
+ },
1331
+ {
1332
+ "internalType": "bool",
1333
+ "name": "absorbPaused",
1334
+ "type": "bool"
1335
+ },
1336
+ {
1337
+ "internalType": "bool",
1338
+ "name": "buyPaused",
1339
+ "type": "bool"
1340
+ }
1341
+ ],
1342
+ "name": "pause",
1343
+ "outputs": [],
1344
+ "stateMutability": "nonpayable",
1345
+ "type": "function"
1346
+ },
1347
+ {
1348
+ "inputs": [],
1349
+ "name": "pauseGuardian",
1350
+ "outputs": [
1351
+ {
1352
+ "internalType": "address",
1353
+ "name": "",
1354
+ "type": "address"
1355
+ }
1356
+ ],
1357
+ "stateMutability": "view",
1358
+ "type": "function"
1359
+ },
1360
+ {
1361
+ "inputs": [],
1362
+ "name": "perSecondInterestRateBase",
1363
+ "outputs": [
1364
+ {
1365
+ "internalType": "uint256",
1366
+ "name": "",
1367
+ "type": "uint256"
1368
+ }
1369
+ ],
1370
+ "stateMutability": "view",
1371
+ "type": "function"
1372
+ },
1373
+ {
1374
+ "inputs": [],
1375
+ "name": "perSecondInterestRateSlopeHigh",
1376
+ "outputs": [
1377
+ {
1378
+ "internalType": "uint256",
1379
+ "name": "",
1380
+ "type": "uint256"
1381
+ }
1382
+ ],
1383
+ "stateMutability": "view",
1384
+ "type": "function"
1385
+ },
1386
+ {
1387
+ "inputs": [],
1388
+ "name": "perSecondInterestRateSlopeLow",
1389
+ "outputs": [
1390
+ {
1391
+ "internalType": "uint256",
1392
+ "name": "",
1393
+ "type": "uint256"
1394
+ }
1395
+ ],
1396
+ "stateMutability": "view",
1397
+ "type": "function"
1398
+ },
1399
+ {
1400
+ "inputs": [],
1401
+ "name": "priceScale",
1402
+ "outputs": [
1403
+ {
1404
+ "internalType": "uint64",
1405
+ "name": "",
1406
+ "type": "uint64"
1407
+ }
1408
+ ],
1409
+ "stateMutability": "view",
1410
+ "type": "function"
1411
+ },
1412
+ {
1413
+ "inputs": [
1414
+ {
1415
+ "internalType": "address",
1416
+ "name": "asset",
1417
+ "type": "address"
1418
+ },
1419
+ {
1420
+ "internalType": "uint256",
1421
+ "name": "baseAmount",
1422
+ "type": "uint256"
1423
+ }
1424
+ ],
1425
+ "name": "quoteCollateral",
1426
+ "outputs": [
1427
+ {
1428
+ "internalType": "uint256",
1429
+ "name": "",
1430
+ "type": "uint256"
1431
+ }
1432
+ ],
1433
+ "stateMutability": "view",
1434
+ "type": "function"
1435
+ },
1436
+ {
1437
+ "inputs": [],
1438
+ "name": "reserveRate",
1439
+ "outputs": [
1440
+ {
1441
+ "internalType": "uint256",
1442
+ "name": "",
1443
+ "type": "uint256"
1444
+ }
1445
+ ],
1446
+ "stateMutability": "view",
1447
+ "type": "function"
1448
+ },
1449
+ {
1450
+ "inputs": [],
1451
+ "name": "storeFrontPriceFactor",
1452
+ "outputs": [
1453
+ {
1454
+ "internalType": "uint256",
1455
+ "name": "",
1456
+ "type": "uint256"
1457
+ }
1458
+ ],
1459
+ "stateMutability": "view",
1460
+ "type": "function"
1461
+ },
1462
+ {
1463
+ "inputs": [
1464
+ {
1465
+ "internalType": "address",
1466
+ "name": "asset",
1467
+ "type": "address"
1468
+ },
1469
+ {
1470
+ "internalType": "uint256",
1471
+ "name": "amount",
1472
+ "type": "uint256"
1473
+ }
1474
+ ],
1475
+ "name": "supply",
1476
+ "outputs": [],
1477
+ "stateMutability": "nonpayable",
1478
+ "type": "function"
1479
+ },
1480
+ {
1481
+ "inputs": [
1482
+ {
1483
+ "internalType": "address",
1484
+ "name": "from",
1485
+ "type": "address"
1486
+ },
1487
+ {
1488
+ "internalType": "address",
1489
+ "name": "dst",
1490
+ "type": "address"
1491
+ },
1492
+ {
1493
+ "internalType": "address",
1494
+ "name": "asset",
1495
+ "type": "address"
1496
+ },
1497
+ {
1498
+ "internalType": "uint256",
1499
+ "name": "amount",
1500
+ "type": "uint256"
1501
+ }
1502
+ ],
1503
+ "name": "supplyFrom",
1504
+ "outputs": [],
1505
+ "stateMutability": "nonpayable",
1506
+ "type": "function"
1507
+ },
1508
+ {
1509
+ "inputs": [
1510
+ {
1511
+ "internalType": "address",
1512
+ "name": "dst",
1513
+ "type": "address"
1514
+ },
1515
+ {
1516
+ "internalType": "address",
1517
+ "name": "asset",
1518
+ "type": "address"
1519
+ },
1520
+ {
1521
+ "internalType": "uint256",
1522
+ "name": "amount",
1523
+ "type": "uint256"
1524
+ }
1525
+ ],
1526
+ "name": "supplyTo",
1527
+ "outputs": [],
1528
+ "stateMutability": "nonpayable",
1529
+ "type": "function"
1530
+ },
1531
+ {
1532
+ "inputs": [],
1533
+ "name": "symbol",
1534
+ "outputs": [
1535
+ {
1536
+ "internalType": "string",
1537
+ "name": "",
1538
+ "type": "string"
1539
+ }
1540
+ ],
1541
+ "stateMutability": "view",
1542
+ "type": "function"
1543
+ },
1544
+ {
1545
+ "inputs": [],
1546
+ "name": "targetReserves",
1547
+ "outputs": [
1548
+ {
1549
+ "internalType": "uint256",
1550
+ "name": "",
1551
+ "type": "uint256"
1552
+ }
1553
+ ],
1554
+ "stateMutability": "view",
1555
+ "type": "function"
1556
+ },
1557
+ {
1558
+ "inputs": [],
1559
+ "name": "totalBorrow",
1560
+ "outputs": [
1561
+ {
1562
+ "internalType": "uint256",
1563
+ "name": "",
1564
+ "type": "uint256"
1565
+ }
1566
+ ],
1567
+ "stateMutability": "view",
1568
+ "type": "function"
1569
+ },
1570
+ {
1571
+ "inputs": [],
1572
+ "name": "totalSupply",
1573
+ "outputs": [
1574
+ {
1575
+ "internalType": "uint256",
1576
+ "name": "",
1577
+ "type": "uint256"
1578
+ }
1579
+ ],
1580
+ "stateMutability": "view",
1581
+ "type": "function"
1582
+ },
1583
+ {
1584
+ "inputs": [],
1585
+ "name": "totalsBasic",
1586
+ "outputs": [
1587
+ {
1588
+ "components": [
1589
+ {
1590
+ "internalType": "uint64",
1591
+ "name": "baseSupplyIndex",
1592
+ "type": "uint64"
1593
+ },
1594
+ {
1595
+ "internalType": "uint64",
1596
+ "name": "baseBorrowIndex",
1597
+ "type": "uint64"
1598
+ },
1599
+ {
1600
+ "internalType": "uint64",
1601
+ "name": "trackingSupplyIndex",
1602
+ "type": "uint64"
1603
+ },
1604
+ {
1605
+ "internalType": "uint64",
1606
+ "name": "trackingBorrowIndex",
1607
+ "type": "uint64"
1608
+ },
1609
+ {
1610
+ "internalType": "uint104",
1611
+ "name": "totalSupplyBase",
1612
+ "type": "uint104"
1613
+ },
1614
+ {
1615
+ "internalType": "uint104",
1616
+ "name": "totalBorrowBase",
1617
+ "type": "uint104"
1618
+ },
1619
+ {
1620
+ "internalType": "uint40",
1621
+ "name": "lastAccrualTime",
1622
+ "type": "uint40"
1623
+ },
1624
+ {
1625
+ "internalType": "uint8",
1626
+ "name": "pauseFlags",
1627
+ "type": "uint8"
1628
+ }
1629
+ ],
1630
+ "internalType": "struct CometStorage.TotalsBasic",
1631
+ "name": "",
1632
+ "type": "tuple"
1633
+ }
1634
+ ],
1635
+ "stateMutability": "view",
1636
+ "type": "function"
1637
+ },
1638
+ {
1639
+ "inputs": [
1640
+ {
1641
+ "internalType": "address",
1642
+ "name": "",
1643
+ "type": "address"
1644
+ }
1645
+ ],
1646
+ "name": "totalsCollateral",
1647
+ "outputs": [
1648
+ {
1649
+ "internalType": "uint128",
1650
+ "name": "totalSupplyAsset",
1651
+ "type": "uint128"
1652
+ },
1653
+ {
1654
+ "internalType": "uint128",
1655
+ "name": "_reserved",
1656
+ "type": "uint128"
1657
+ }
1658
+ ],
1659
+ "stateMutability": "view",
1660
+ "type": "function"
1661
+ },
1662
+ {
1663
+ "inputs": [],
1664
+ "name": "trackingIndexScale",
1665
+ "outputs": [
1666
+ {
1667
+ "internalType": "uint256",
1668
+ "name": "",
1669
+ "type": "uint256"
1670
+ }
1671
+ ],
1672
+ "stateMutability": "view",
1673
+ "type": "function"
1674
+ },
1675
+ {
1676
+ "inputs": [
1677
+ {
1678
+ "internalType": "address",
1679
+ "name": "dst",
1680
+ "type": "address"
1681
+ },
1682
+ {
1683
+ "internalType": "uint256",
1684
+ "name": "amount",
1685
+ "type": "uint256"
1686
+ }
1687
+ ],
1688
+ "name": "transfer",
1689
+ "outputs": [
1690
+ {
1691
+ "internalType": "bool",
1692
+ "name": "",
1693
+ "type": "bool"
1694
+ }
1695
+ ],
1696
+ "stateMutability": "nonpayable",
1697
+ "type": "function"
1698
+ },
1699
+ {
1700
+ "inputs": [
1701
+ {
1702
+ "internalType": "address",
1703
+ "name": "dst",
1704
+ "type": "address"
1705
+ },
1706
+ {
1707
+ "internalType": "address",
1708
+ "name": "asset",
1709
+ "type": "address"
1710
+ },
1711
+ {
1712
+ "internalType": "uint256",
1713
+ "name": "amount",
1714
+ "type": "uint256"
1715
+ }
1716
+ ],
1717
+ "name": "transferAsset",
1718
+ "outputs": [],
1719
+ "stateMutability": "nonpayable",
1720
+ "type": "function"
1721
+ },
1722
+ {
1723
+ "inputs": [
1724
+ {
1725
+ "internalType": "address",
1726
+ "name": "src",
1727
+ "type": "address"
1728
+ },
1729
+ {
1730
+ "internalType": "address",
1731
+ "name": "dst",
1732
+ "type": "address"
1733
+ },
1734
+ {
1735
+ "internalType": "address",
1736
+ "name": "asset",
1737
+ "type": "address"
1738
+ },
1739
+ {
1740
+ "internalType": "uint256",
1741
+ "name": "amount",
1742
+ "type": "uint256"
1743
+ }
1744
+ ],
1745
+ "name": "transferAssetFrom",
1746
+ "outputs": [],
1747
+ "stateMutability": "nonpayable",
1748
+ "type": "function"
1749
+ },
1750
+ {
1751
+ "inputs": [
1752
+ {
1753
+ "internalType": "address",
1754
+ "name": "src",
1755
+ "type": "address"
1756
+ },
1757
+ {
1758
+ "internalType": "address",
1759
+ "name": "dst",
1760
+ "type": "address"
1761
+ },
1762
+ {
1763
+ "internalType": "uint256",
1764
+ "name": "amount",
1765
+ "type": "uint256"
1766
+ }
1767
+ ],
1768
+ "name": "transferFrom",
1769
+ "outputs": [
1770
+ {
1771
+ "internalType": "bool",
1772
+ "name": "",
1773
+ "type": "bool"
1774
+ }
1775
+ ],
1776
+ "stateMutability": "nonpayable",
1777
+ "type": "function"
1778
+ },
1779
+ {
1780
+ "inputs": [
1781
+ {
1782
+ "internalType": "address",
1783
+ "name": "",
1784
+ "type": "address"
1785
+ }
1786
+ ],
1787
+ "name": "userBasic",
1788
+ "outputs": [
1789
+ {
1790
+ "internalType": "int104",
1791
+ "name": "principal",
1792
+ "type": "int104"
1793
+ },
1794
+ {
1795
+ "internalType": "uint64",
1796
+ "name": "baseTrackingIndex",
1797
+ "type": "uint64"
1798
+ },
1799
+ {
1800
+ "internalType": "uint64",
1801
+ "name": "baseTrackingAccrued",
1802
+ "type": "uint64"
1803
+ },
1804
+ {
1805
+ "internalType": "uint16",
1806
+ "name": "assetsIn",
1807
+ "type": "uint16"
1808
+ },
1809
+ {
1810
+ "internalType": "uint8",
1811
+ "name": "_reserved",
1812
+ "type": "uint8"
1813
+ }
1814
+ ],
1815
+ "stateMutability": "view",
1816
+ "type": "function"
1817
+ },
1818
+ {
1819
+ "inputs": [
1820
+ {
1821
+ "internalType": "address",
1822
+ "name": "",
1823
+ "type": "address"
1824
+ },
1825
+ {
1826
+ "internalType": "address",
1827
+ "name": "",
1828
+ "type": "address"
1829
+ }
1830
+ ],
1831
+ "name": "userCollateral",
1832
+ "outputs": [
1833
+ {
1834
+ "internalType": "uint128",
1835
+ "name": "balance",
1836
+ "type": "uint128"
1837
+ },
1838
+ {
1839
+ "internalType": "uint128",
1840
+ "name": "_reserved",
1841
+ "type": "uint128"
1842
+ }
1843
+ ],
1844
+ "stateMutability": "view",
1845
+ "type": "function"
1846
+ },
1847
+ {
1848
+ "inputs": [
1849
+ {
1850
+ "internalType": "address",
1851
+ "name": "",
1852
+ "type": "address"
1853
+ }
1854
+ ],
1855
+ "name": "userNonce",
1856
+ "outputs": [
1857
+ {
1858
+ "internalType": "uint256",
1859
+ "name": "",
1860
+ "type": "uint256"
1861
+ }
1862
+ ],
1863
+ "stateMutability": "view",
1864
+ "type": "function"
1865
+ },
1866
+ {
1867
+ "inputs": [],
1868
+ "name": "version",
1869
+ "outputs": [
1870
+ {
1871
+ "internalType": "string",
1872
+ "name": "",
1873
+ "type": "string"
1874
+ }
1875
+ ],
1876
+ "stateMutability": "view",
1877
+ "type": "function"
1878
+ },
1879
+ {
1880
+ "inputs": [
1881
+ {
1882
+ "internalType": "address",
1883
+ "name": "asset",
1884
+ "type": "address"
1885
+ },
1886
+ {
1887
+ "internalType": "uint256",
1888
+ "name": "amount",
1889
+ "type": "uint256"
1890
+ }
1891
+ ],
1892
+ "name": "withdraw",
1893
+ "outputs": [],
1894
+ "stateMutability": "nonpayable",
1895
+ "type": "function"
1896
+ },
1897
+ {
1898
+ "inputs": [
1899
+ {
1900
+ "internalType": "address",
1901
+ "name": "src",
1902
+ "type": "address"
1903
+ },
1904
+ {
1905
+ "internalType": "address",
1906
+ "name": "to",
1907
+ "type": "address"
1908
+ },
1909
+ {
1910
+ "internalType": "address",
1911
+ "name": "asset",
1912
+ "type": "address"
1913
+ },
1914
+ {
1915
+ "internalType": "uint256",
1916
+ "name": "amount",
1917
+ "type": "uint256"
1918
+ }
1919
+ ],
1920
+ "name": "withdrawFrom",
1921
+ "outputs": [],
1922
+ "stateMutability": "nonpayable",
1923
+ "type": "function"
1924
+ },
1925
+ {
1926
+ "inputs": [
1927
+ {
1928
+ "internalType": "address",
1929
+ "name": "to",
1930
+ "type": "address"
1931
+ },
1932
+ {
1933
+ "internalType": "uint256",
1934
+ "name": "amount",
1935
+ "type": "uint256"
1936
+ }
1937
+ ],
1938
+ "name": "withdrawReserves",
1939
+ "outputs": [],
1940
+ "stateMutability": "nonpayable",
1941
+ "type": "function"
1942
+ },
1943
+ {
1944
+ "inputs": [
1945
+ {
1946
+ "internalType": "address",
1947
+ "name": "to",
1948
+ "type": "address"
1949
+ },
1950
+ {
1951
+ "internalType": "address",
1952
+ "name": "asset",
1953
+ "type": "address"
1954
+ },
1955
+ {
1956
+ "internalType": "uint256",
1957
+ "name": "amount",
1958
+ "type": "uint256"
1959
+ }
1960
+ ],
1961
+ "name": "withdrawTo",
1962
+ "outputs": [],
1963
+ "stateMutability": "nonpayable",
1964
+ "type": "function"
1965
+ }
1966
+ ]
1967
+ }