@merkl/contracts 1.5.4 → 1.5.5

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