@web3dotorg/evm-slc-core-sdk 0.3.12 → 0.3.13

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 (30) hide show
  1. package/abi/ExecutorsRegistry.json +1123 -0
  2. package/abi/Governance.json +2351 -0
  3. package/abi/IExecutorsRegistry.json +357 -0
  4. package/abi/IGovernance.json +133 -0
  5. package/abi/INeutralsRegistry.json +504 -0
  6. package/abi/IQParameters.json +78 -0
  7. package/abi/ISLCCore.json +207 -0
  8. package/abi/ISLCCoreFactory.json +174 -0
  9. package/abi/IWrappedToken.json +198 -0
  10. package/abi/NeutralsRegistry.json +1446 -0
  11. package/abi/ParameterRegistry.json +765 -0
  12. package/abi/SLCCore.json +307 -0
  13. package/abi/SLCCoreFactory.json +499 -0
  14. package/lib.commonjs/contracts/governance/ExecutorsRegistry.d.ts +1 -29
  15. package/lib.commonjs/contracts/interfaces/IExecutorsRegistry.d.ts +1 -29
  16. package/lib.commonjs/factories/contracts/governance/ExecutorsRegistry__factory.d.ts +0 -36
  17. package/lib.commonjs/factories/contracts/governance/ExecutorsRegistry__factory.js +0 -48
  18. package/lib.commonjs/factories/contracts/interfaces/IExecutorsRegistry__factory.d.ts +0 -36
  19. package/lib.commonjs/factories/contracts/interfaces/IExecutorsRegistry__factory.js +0 -48
  20. package/lib.commonjs/index.d.ts +1 -1
  21. package/lib.commonjs/index.js +31 -2
  22. package/lib.esm/contracts/governance/ExecutorsRegistry.d.ts +1 -29
  23. package/lib.esm/contracts/interfaces/IExecutorsRegistry.d.ts +1 -29
  24. package/lib.esm/factories/contracts/governance/ExecutorsRegistry__factory.d.ts +0 -36
  25. package/lib.esm/factories/contracts/governance/ExecutorsRegistry__factory.js +0 -48
  26. package/lib.esm/factories/contracts/interfaces/IExecutorsRegistry__factory.d.ts +0 -36
  27. package/lib.esm/factories/contracts/interfaces/IExecutorsRegistry__factory.js +0 -48
  28. package/lib.esm/index.d.ts +1 -1
  29. package/lib.esm/index.js +12 -2
  30. package/package.json +4 -4
@@ -0,0 +1,2351 @@
1
+ [
2
+ {
3
+ "inputs": [
4
+ {
5
+ "internalType": "address",
6
+ "name": "account",
7
+ "type": "address"
8
+ }
9
+ ],
10
+ "name": "AccountAlreadyVoted",
11
+ "type": "error"
12
+ },
13
+ {
14
+ "inputs": [
15
+ {
16
+ "internalType": "address",
17
+ "name": "account",
18
+ "type": "address"
19
+ }
20
+ ],
21
+ "name": "AccountNotExecutor",
22
+ "type": "error"
23
+ },
24
+ {
25
+ "inputs": [
26
+ {
27
+ "internalType": "address",
28
+ "name": "account",
29
+ "type": "address"
30
+ }
31
+ ],
32
+ "name": "AccountNotSelected",
33
+ "type": "error"
34
+ },
35
+ {
36
+ "inputs": [
37
+ {
38
+ "internalType": "address",
39
+ "name": "target",
40
+ "type": "address"
41
+ }
42
+ ],
43
+ "name": "AddressEmptyCode",
44
+ "type": "error"
45
+ },
46
+ {
47
+ "inputs": [
48
+ {
49
+ "internalType": "address",
50
+ "name": "implementation",
51
+ "type": "address"
52
+ }
53
+ ],
54
+ "name": "ERC1967InvalidImplementation",
55
+ "type": "error"
56
+ },
57
+ {
58
+ "inputs": [],
59
+ "name": "ERC1967NonPayable",
60
+ "type": "error"
61
+ },
62
+ {
63
+ "inputs": [
64
+ {
65
+ "internalType": "uint256",
66
+ "name": "threshold",
67
+ "type": "uint256"
68
+ }
69
+ ],
70
+ "name": "ExecutorsThresholdTooHigh",
71
+ "type": "error"
72
+ },
73
+ {
74
+ "inputs": [],
75
+ "name": "FailedCall",
76
+ "type": "error"
77
+ },
78
+ {
79
+ "inputs": [
80
+ {
81
+ "internalType": "address",
82
+ "name": "voter",
83
+ "type": "address"
84
+ }
85
+ ],
86
+ "name": "GovernorAlreadyCastVote",
87
+ "type": "error"
88
+ },
89
+ {
90
+ "inputs": [
91
+ {
92
+ "internalType": "uint256",
93
+ "name": "proposalId",
94
+ "type": "uint256"
95
+ }
96
+ ],
97
+ "name": "GovernorAlreadyQueuedProposal",
98
+ "type": "error"
99
+ },
100
+ {
101
+ "inputs": [],
102
+ "name": "GovernorDisabledDeposit",
103
+ "type": "error"
104
+ },
105
+ {
106
+ "inputs": [
107
+ {
108
+ "internalType": "address",
109
+ "name": "proposer",
110
+ "type": "address"
111
+ },
112
+ {
113
+ "internalType": "uint256",
114
+ "name": "votes",
115
+ "type": "uint256"
116
+ },
117
+ {
118
+ "internalType": "uint256",
119
+ "name": "threshold",
120
+ "type": "uint256"
121
+ }
122
+ ],
123
+ "name": "GovernorInsufficientProposerVotes",
124
+ "type": "error"
125
+ },
126
+ {
127
+ "inputs": [
128
+ {
129
+ "internalType": "uint256",
130
+ "name": "targets",
131
+ "type": "uint256"
132
+ },
133
+ {
134
+ "internalType": "uint256",
135
+ "name": "calldatas",
136
+ "type": "uint256"
137
+ },
138
+ {
139
+ "internalType": "uint256",
140
+ "name": "values",
141
+ "type": "uint256"
142
+ }
143
+ ],
144
+ "name": "GovernorInvalidProposalLength",
145
+ "type": "error"
146
+ },
147
+ {
148
+ "inputs": [
149
+ {
150
+ "internalType": "address",
151
+ "name": "voter",
152
+ "type": "address"
153
+ }
154
+ ],
155
+ "name": "GovernorInvalidSignature",
156
+ "type": "error"
157
+ },
158
+ {
159
+ "inputs": [],
160
+ "name": "GovernorInvalidVoteParams",
161
+ "type": "error"
162
+ },
163
+ {
164
+ "inputs": [],
165
+ "name": "GovernorInvalidVoteType",
166
+ "type": "error"
167
+ },
168
+ {
169
+ "inputs": [
170
+ {
171
+ "internalType": "uint256",
172
+ "name": "votingPeriod",
173
+ "type": "uint256"
174
+ }
175
+ ],
176
+ "name": "GovernorInvalidVotingPeriod",
177
+ "type": "error"
178
+ },
179
+ {
180
+ "inputs": [
181
+ {
182
+ "internalType": "uint256",
183
+ "name": "proposalId",
184
+ "type": "uint256"
185
+ }
186
+ ],
187
+ "name": "GovernorNonexistentProposal",
188
+ "type": "error"
189
+ },
190
+ {
191
+ "inputs": [
192
+ {
193
+ "internalType": "uint256",
194
+ "name": "proposalId",
195
+ "type": "uint256"
196
+ }
197
+ ],
198
+ "name": "GovernorNotQueuedProposal",
199
+ "type": "error"
200
+ },
201
+ {
202
+ "inputs": [
203
+ {
204
+ "internalType": "address",
205
+ "name": "account",
206
+ "type": "address"
207
+ }
208
+ ],
209
+ "name": "GovernorOnlyExecutor",
210
+ "type": "error"
211
+ },
212
+ {
213
+ "inputs": [],
214
+ "name": "GovernorQueueNotImplemented",
215
+ "type": "error"
216
+ },
217
+ {
218
+ "inputs": [
219
+ {
220
+ "internalType": "address",
221
+ "name": "proposer",
222
+ "type": "address"
223
+ }
224
+ ],
225
+ "name": "GovernorRestrictedProposer",
226
+ "type": "error"
227
+ },
228
+ {
229
+ "inputs": [
230
+ {
231
+ "internalType": "uint256",
232
+ "name": "proposalId",
233
+ "type": "uint256"
234
+ },
235
+ {
236
+ "internalType": "address",
237
+ "name": "account",
238
+ "type": "address"
239
+ }
240
+ ],
241
+ "name": "GovernorUnableToCancel",
242
+ "type": "error"
243
+ },
244
+ {
245
+ "inputs": [
246
+ {
247
+ "internalType": "uint256",
248
+ "name": "proposalId",
249
+ "type": "uint256"
250
+ },
251
+ {
252
+ "internalType": "enum IGovernor.ProposalState",
253
+ "name": "current",
254
+ "type": "uint8"
255
+ },
256
+ {
257
+ "internalType": "bytes32",
258
+ "name": "expectedStates",
259
+ "type": "bytes32"
260
+ }
261
+ ],
262
+ "name": "GovernorUnexpectedProposalState",
263
+ "type": "error"
264
+ },
265
+ {
266
+ "inputs": [
267
+ {
268
+ "internalType": "address",
269
+ "name": "account",
270
+ "type": "address"
271
+ },
272
+ {
273
+ "internalType": "uint256",
274
+ "name": "currentNonce",
275
+ "type": "uint256"
276
+ }
277
+ ],
278
+ "name": "InvalidAccountNonce",
279
+ "type": "error"
280
+ },
281
+ {
282
+ "inputs": [],
283
+ "name": "InvalidInitialization",
284
+ "type": "error"
285
+ },
286
+ {
287
+ "inputs": [
288
+ {
289
+ "internalType": "uint256",
290
+ "name": "serviceFee",
291
+ "type": "uint256"
292
+ },
293
+ {
294
+ "internalType": "uint256",
295
+ "name": "msgValue",
296
+ "type": "uint256"
297
+ }
298
+ ],
299
+ "name": "InvalidServiceFee",
300
+ "type": "error"
301
+ },
302
+ {
303
+ "inputs": [
304
+ {
305
+ "internalType": "uint256",
306
+ "name": "totalShares",
307
+ "type": "uint256"
308
+ }
309
+ ],
310
+ "name": "InvalidSharesTotal",
311
+ "type": "error"
312
+ },
313
+ {
314
+ "inputs": [
315
+ {
316
+ "internalType": "uint256",
317
+ "name": "timepoint",
318
+ "type": "uint256"
319
+ }
320
+ ],
321
+ "name": "InvalidTimepoint",
322
+ "type": "error"
323
+ },
324
+ {
325
+ "inputs": [
326
+ {
327
+ "internalType": "enum Governance.VotingPhase",
328
+ "name": "votingPhase",
329
+ "type": "uint8"
330
+ }
331
+ ],
332
+ "name": "InvalidVotingPhaseForExecutorVote",
333
+ "type": "error"
334
+ },
335
+ {
336
+ "inputs": [
337
+ {
338
+ "internalType": "enum Governance.VotingPhase",
339
+ "name": "votingPhase",
340
+ "type": "uint8"
341
+ }
342
+ ],
343
+ "name": "InvalidVotingPhaseForProposeOperations",
344
+ "type": "error"
345
+ },
346
+ {
347
+ "inputs": [
348
+ {
349
+ "internalType": "address",
350
+ "name": "parametersRegistry",
351
+ "type": "address"
352
+ }
353
+ ],
354
+ "name": "MinServiceFeeNotSet",
355
+ "type": "error"
356
+ },
357
+ {
358
+ "inputs": [
359
+ {
360
+ "internalType": "uint256",
361
+ "name": "threshold",
362
+ "type": "uint256"
363
+ }
364
+ ],
365
+ "name": "NeutralsThresholdTooHigh",
366
+ "type": "error"
367
+ },
368
+ {
369
+ "inputs": [],
370
+ "name": "NotInitializing",
371
+ "type": "error"
372
+ },
373
+ {
374
+ "inputs": [
375
+ {
376
+ "internalType": "uint8",
377
+ "name": "bits",
378
+ "type": "uint8"
379
+ },
380
+ {
381
+ "internalType": "uint256",
382
+ "name": "value",
383
+ "type": "uint256"
384
+ }
385
+ ],
386
+ "name": "SafeCastOverflowedUintDowncast",
387
+ "type": "error"
388
+ },
389
+ {
390
+ "inputs": [
391
+ {
392
+ "internalType": "address",
393
+ "name": "token",
394
+ "type": "address"
395
+ }
396
+ ],
397
+ "name": "SafeERC20FailedOperation",
398
+ "type": "error"
399
+ },
400
+ {
401
+ "inputs": [
402
+ {
403
+ "internalType": "address",
404
+ "name": "sender",
405
+ "type": "address"
406
+ }
407
+ ],
408
+ "name": "SenderExpectedToBeDAOSLC",
409
+ "type": "error"
410
+ },
411
+ {
412
+ "inputs": [
413
+ {
414
+ "internalType": "uint256",
415
+ "name": "serviceFee",
416
+ "type": "uint256"
417
+ },
418
+ {
419
+ "internalType": "uint256",
420
+ "name": "minServiceFee",
421
+ "type": "uint256"
422
+ }
423
+ ],
424
+ "name": "ServiceFeeTooLow",
425
+ "type": "error"
426
+ },
427
+ {
428
+ "inputs": [],
429
+ "name": "UUPSUnauthorizedCallContext",
430
+ "type": "error"
431
+ },
432
+ {
433
+ "inputs": [
434
+ {
435
+ "internalType": "bytes32",
436
+ "name": "slot",
437
+ "type": "bytes32"
438
+ }
439
+ ],
440
+ "name": "UUPSUnsupportedProxiableUUID",
441
+ "type": "error"
442
+ },
443
+ {
444
+ "inputs": [],
445
+ "name": "Unreachable",
446
+ "type": "error"
447
+ },
448
+ {
449
+ "anonymous": false,
450
+ "inputs": [],
451
+ "name": "EIP712DomainChanged",
452
+ "type": "event"
453
+ },
454
+ {
455
+ "anonymous": false,
456
+ "inputs": [
457
+ {
458
+ "indexed": false,
459
+ "internalType": "uint64",
460
+ "name": "version",
461
+ "type": "uint64"
462
+ }
463
+ ],
464
+ "name": "Initialized",
465
+ "type": "event"
466
+ },
467
+ {
468
+ "anonymous": false,
469
+ "inputs": [
470
+ {
471
+ "indexed": false,
472
+ "internalType": "uint256",
473
+ "name": "proposalId",
474
+ "type": "uint256"
475
+ }
476
+ ],
477
+ "name": "ProposalCanceled",
478
+ "type": "event"
479
+ },
480
+ {
481
+ "anonymous": false,
482
+ "inputs": [
483
+ {
484
+ "indexed": false,
485
+ "internalType": "uint256",
486
+ "name": "proposalId",
487
+ "type": "uint256"
488
+ },
489
+ {
490
+ "indexed": false,
491
+ "internalType": "address",
492
+ "name": "proposer",
493
+ "type": "address"
494
+ },
495
+ {
496
+ "indexed": false,
497
+ "internalType": "address[]",
498
+ "name": "targets",
499
+ "type": "address[]"
500
+ },
501
+ {
502
+ "indexed": false,
503
+ "internalType": "uint256[]",
504
+ "name": "values",
505
+ "type": "uint256[]"
506
+ },
507
+ {
508
+ "indexed": false,
509
+ "internalType": "string[]",
510
+ "name": "signatures",
511
+ "type": "string[]"
512
+ },
513
+ {
514
+ "indexed": false,
515
+ "internalType": "bytes[]",
516
+ "name": "calldatas",
517
+ "type": "bytes[]"
518
+ },
519
+ {
520
+ "indexed": false,
521
+ "internalType": "uint256",
522
+ "name": "voteStart",
523
+ "type": "uint256"
524
+ },
525
+ {
526
+ "indexed": false,
527
+ "internalType": "uint256",
528
+ "name": "voteEnd",
529
+ "type": "uint256"
530
+ },
531
+ {
532
+ "indexed": false,
533
+ "internalType": "string",
534
+ "name": "description",
535
+ "type": "string"
536
+ }
537
+ ],
538
+ "name": "ProposalCreated",
539
+ "type": "event"
540
+ },
541
+ {
542
+ "anonymous": false,
543
+ "inputs": [
544
+ {
545
+ "indexed": false,
546
+ "internalType": "uint256",
547
+ "name": "proposalId",
548
+ "type": "uint256"
549
+ }
550
+ ],
551
+ "name": "ProposalExecuted",
552
+ "type": "event"
553
+ },
554
+ {
555
+ "anonymous": false,
556
+ "inputs": [
557
+ {
558
+ "indexed": false,
559
+ "internalType": "uint256",
560
+ "name": "proposalId",
561
+ "type": "uint256"
562
+ },
563
+ {
564
+ "indexed": false,
565
+ "internalType": "uint256",
566
+ "name": "etaSeconds",
567
+ "type": "uint256"
568
+ }
569
+ ],
570
+ "name": "ProposalQueued",
571
+ "type": "event"
572
+ },
573
+ {
574
+ "anonymous": false,
575
+ "inputs": [
576
+ {
577
+ "indexed": false,
578
+ "internalType": "uint256",
579
+ "name": "proposalId",
580
+ "type": "uint256"
581
+ },
582
+ {
583
+ "indexed": false,
584
+ "internalType": "uint256",
585
+ "name": "newProposalId",
586
+ "type": "uint256"
587
+ }
588
+ ],
589
+ "name": "RejectedByExecutors",
590
+ "type": "event"
591
+ },
592
+ {
593
+ "anonymous": false,
594
+ "inputs": [
595
+ {
596
+ "indexed": true,
597
+ "internalType": "address",
598
+ "name": "implementation",
599
+ "type": "address"
600
+ }
601
+ ],
602
+ "name": "Upgraded",
603
+ "type": "event"
604
+ },
605
+ {
606
+ "anonymous": false,
607
+ "inputs": [
608
+ {
609
+ "indexed": true,
610
+ "internalType": "address",
611
+ "name": "voter",
612
+ "type": "address"
613
+ },
614
+ {
615
+ "indexed": false,
616
+ "internalType": "uint256",
617
+ "name": "proposalId",
618
+ "type": "uint256"
619
+ },
620
+ {
621
+ "indexed": false,
622
+ "internalType": "uint8",
623
+ "name": "support",
624
+ "type": "uint8"
625
+ },
626
+ {
627
+ "indexed": false,
628
+ "internalType": "uint256",
629
+ "name": "weight",
630
+ "type": "uint256"
631
+ },
632
+ {
633
+ "indexed": false,
634
+ "internalType": "string",
635
+ "name": "reason",
636
+ "type": "string"
637
+ }
638
+ ],
639
+ "name": "VoteCast",
640
+ "type": "event"
641
+ },
642
+ {
643
+ "anonymous": false,
644
+ "inputs": [
645
+ {
646
+ "indexed": true,
647
+ "internalType": "address",
648
+ "name": "voter",
649
+ "type": "address"
650
+ },
651
+ {
652
+ "indexed": false,
653
+ "internalType": "uint256",
654
+ "name": "proposalId",
655
+ "type": "uint256"
656
+ },
657
+ {
658
+ "indexed": false,
659
+ "internalType": "uint8",
660
+ "name": "support",
661
+ "type": "uint8"
662
+ },
663
+ {
664
+ "indexed": false,
665
+ "internalType": "uint256",
666
+ "name": "weight",
667
+ "type": "uint256"
668
+ },
669
+ {
670
+ "indexed": false,
671
+ "internalType": "string",
672
+ "name": "reason",
673
+ "type": "string"
674
+ },
675
+ {
676
+ "indexed": false,
677
+ "internalType": "bytes",
678
+ "name": "params",
679
+ "type": "bytes"
680
+ }
681
+ ],
682
+ "name": "VoteCastWithParams",
683
+ "type": "event"
684
+ },
685
+ {
686
+ "inputs": [],
687
+ "name": "BALLOT_TYPEHASH",
688
+ "outputs": [
689
+ {
690
+ "internalType": "bytes32",
691
+ "name": "",
692
+ "type": "bytes32"
693
+ }
694
+ ],
695
+ "stateMutability": "view",
696
+ "type": "function"
697
+ },
698
+ {
699
+ "inputs": [],
700
+ "name": "CLOCK_MODE",
701
+ "outputs": [
702
+ {
703
+ "internalType": "string",
704
+ "name": "",
705
+ "type": "string"
706
+ }
707
+ ],
708
+ "stateMutability": "pure",
709
+ "type": "function"
710
+ },
711
+ {
712
+ "inputs": [],
713
+ "name": "COUNTING_MODE",
714
+ "outputs": [
715
+ {
716
+ "internalType": "string",
717
+ "name": "",
718
+ "type": "string"
719
+ }
720
+ ],
721
+ "stateMutability": "pure",
722
+ "type": "function"
723
+ },
724
+ {
725
+ "inputs": [],
726
+ "name": "EXTENDED_BALLOT_TYPEHASH",
727
+ "outputs": [
728
+ {
729
+ "internalType": "bytes32",
730
+ "name": "",
731
+ "type": "bytes32"
732
+ }
733
+ ],
734
+ "stateMutability": "view",
735
+ "type": "function"
736
+ },
737
+ {
738
+ "inputs": [],
739
+ "name": "UPGRADE_INTERFACE_VERSION",
740
+ "outputs": [
741
+ {
742
+ "internalType": "string",
743
+ "name": "",
744
+ "type": "string"
745
+ }
746
+ ],
747
+ "stateMutability": "view",
748
+ "type": "function"
749
+ },
750
+ {
751
+ "inputs": [
752
+ {
753
+ "internalType": "address",
754
+ "name": "token_",
755
+ "type": "address"
756
+ },
757
+ {
758
+ "internalType": "address",
759
+ "name": "executorsRegistry_",
760
+ "type": "address"
761
+ },
762
+ {
763
+ "internalType": "address",
764
+ "name": "neutralsRegistry_",
765
+ "type": "address"
766
+ },
767
+ {
768
+ "internalType": "address",
769
+ "name": "parametersRegistry_",
770
+ "type": "address"
771
+ }
772
+ ],
773
+ "name": "__Governance_init",
774
+ "outputs": [],
775
+ "stateMutability": "nonpayable",
776
+ "type": "function"
777
+ },
778
+ {
779
+ "inputs": [
780
+ {
781
+ "internalType": "address[]",
782
+ "name": "targets",
783
+ "type": "address[]"
784
+ },
785
+ {
786
+ "internalType": "uint256[]",
787
+ "name": "values",
788
+ "type": "uint256[]"
789
+ },
790
+ {
791
+ "internalType": "bytes[]",
792
+ "name": "calldatas",
793
+ "type": "bytes[]"
794
+ },
795
+ {
796
+ "internalType": "bytes32",
797
+ "name": "descriptionHash",
798
+ "type": "bytes32"
799
+ }
800
+ ],
801
+ "name": "cancel",
802
+ "outputs": [
803
+ {
804
+ "internalType": "uint256",
805
+ "name": "",
806
+ "type": "uint256"
807
+ }
808
+ ],
809
+ "stateMutability": "nonpayable",
810
+ "type": "function"
811
+ },
812
+ {
813
+ "inputs": [
814
+ {
815
+ "internalType": "uint256",
816
+ "name": "proposalId",
817
+ "type": "uint256"
818
+ },
819
+ {
820
+ "internalType": "uint8",
821
+ "name": "support",
822
+ "type": "uint8"
823
+ }
824
+ ],
825
+ "name": "castVote",
826
+ "outputs": [
827
+ {
828
+ "internalType": "uint256",
829
+ "name": "",
830
+ "type": "uint256"
831
+ }
832
+ ],
833
+ "stateMutability": "nonpayable",
834
+ "type": "function"
835
+ },
836
+ {
837
+ "inputs": [
838
+ {
839
+ "internalType": "uint256",
840
+ "name": "proposalId",
841
+ "type": "uint256"
842
+ },
843
+ {
844
+ "internalType": "uint8",
845
+ "name": "support",
846
+ "type": "uint8"
847
+ },
848
+ {
849
+ "internalType": "address",
850
+ "name": "voter",
851
+ "type": "address"
852
+ },
853
+ {
854
+ "internalType": "bytes",
855
+ "name": "signature",
856
+ "type": "bytes"
857
+ }
858
+ ],
859
+ "name": "castVoteBySig",
860
+ "outputs": [
861
+ {
862
+ "internalType": "uint256",
863
+ "name": "",
864
+ "type": "uint256"
865
+ }
866
+ ],
867
+ "stateMutability": "nonpayable",
868
+ "type": "function"
869
+ },
870
+ {
871
+ "inputs": [
872
+ {
873
+ "internalType": "uint256",
874
+ "name": "proposalId",
875
+ "type": "uint256"
876
+ },
877
+ {
878
+ "internalType": "uint8",
879
+ "name": "support",
880
+ "type": "uint8"
881
+ },
882
+ {
883
+ "internalType": "string",
884
+ "name": "reason",
885
+ "type": "string"
886
+ }
887
+ ],
888
+ "name": "castVoteWithReason",
889
+ "outputs": [
890
+ {
891
+ "internalType": "uint256",
892
+ "name": "",
893
+ "type": "uint256"
894
+ }
895
+ ],
896
+ "stateMutability": "nonpayable",
897
+ "type": "function"
898
+ },
899
+ {
900
+ "inputs": [
901
+ {
902
+ "internalType": "uint256",
903
+ "name": "proposalId",
904
+ "type": "uint256"
905
+ },
906
+ {
907
+ "internalType": "uint8",
908
+ "name": "support",
909
+ "type": "uint8"
910
+ },
911
+ {
912
+ "internalType": "string",
913
+ "name": "reason",
914
+ "type": "string"
915
+ },
916
+ {
917
+ "internalType": "bytes",
918
+ "name": "params",
919
+ "type": "bytes"
920
+ }
921
+ ],
922
+ "name": "castVoteWithReasonAndParams",
923
+ "outputs": [
924
+ {
925
+ "internalType": "uint256",
926
+ "name": "",
927
+ "type": "uint256"
928
+ }
929
+ ],
930
+ "stateMutability": "nonpayable",
931
+ "type": "function"
932
+ },
933
+ {
934
+ "inputs": [
935
+ {
936
+ "internalType": "uint256",
937
+ "name": "proposalId",
938
+ "type": "uint256"
939
+ },
940
+ {
941
+ "internalType": "uint8",
942
+ "name": "support",
943
+ "type": "uint8"
944
+ },
945
+ {
946
+ "internalType": "address",
947
+ "name": "voter",
948
+ "type": "address"
949
+ },
950
+ {
951
+ "internalType": "string",
952
+ "name": "reason",
953
+ "type": "string"
954
+ },
955
+ {
956
+ "internalType": "bytes",
957
+ "name": "params",
958
+ "type": "bytes"
959
+ },
960
+ {
961
+ "internalType": "bytes",
962
+ "name": "signature",
963
+ "type": "bytes"
964
+ }
965
+ ],
966
+ "name": "castVoteWithReasonAndParamsBySig",
967
+ "outputs": [
968
+ {
969
+ "internalType": "uint256",
970
+ "name": "",
971
+ "type": "uint256"
972
+ }
973
+ ],
974
+ "stateMutability": "nonpayable",
975
+ "type": "function"
976
+ },
977
+ {
978
+ "inputs": [],
979
+ "name": "clock",
980
+ "outputs": [
981
+ {
982
+ "internalType": "uint48",
983
+ "name": "",
984
+ "type": "uint48"
985
+ }
986
+ ],
987
+ "stateMutability": "view",
988
+ "type": "function"
989
+ },
990
+ {
991
+ "inputs": [],
992
+ "name": "eip712Domain",
993
+ "outputs": [
994
+ {
995
+ "internalType": "bytes1",
996
+ "name": "fields",
997
+ "type": "bytes1"
998
+ },
999
+ {
1000
+ "internalType": "string",
1001
+ "name": "name",
1002
+ "type": "string"
1003
+ },
1004
+ {
1005
+ "internalType": "string",
1006
+ "name": "version",
1007
+ "type": "string"
1008
+ },
1009
+ {
1010
+ "internalType": "uint256",
1011
+ "name": "chainId",
1012
+ "type": "uint256"
1013
+ },
1014
+ {
1015
+ "internalType": "address",
1016
+ "name": "verifyingContract",
1017
+ "type": "address"
1018
+ },
1019
+ {
1020
+ "internalType": "bytes32",
1021
+ "name": "salt",
1022
+ "type": "bytes32"
1023
+ },
1024
+ {
1025
+ "internalType": "uint256[]",
1026
+ "name": "extensions",
1027
+ "type": "uint256[]"
1028
+ }
1029
+ ],
1030
+ "stateMutability": "view",
1031
+ "type": "function"
1032
+ },
1033
+ {
1034
+ "inputs": [
1035
+ {
1036
+ "internalType": "address[]",
1037
+ "name": "targets",
1038
+ "type": "address[]"
1039
+ },
1040
+ {
1041
+ "internalType": "uint256[]",
1042
+ "name": "values",
1043
+ "type": "uint256[]"
1044
+ },
1045
+ {
1046
+ "internalType": "bytes[]",
1047
+ "name": "calldatas",
1048
+ "type": "bytes[]"
1049
+ },
1050
+ {
1051
+ "internalType": "bytes32",
1052
+ "name": "descriptionHash",
1053
+ "type": "bytes32"
1054
+ }
1055
+ ],
1056
+ "name": "execute",
1057
+ "outputs": [
1058
+ {
1059
+ "internalType": "uint256",
1060
+ "name": "",
1061
+ "type": "uint256"
1062
+ }
1063
+ ],
1064
+ "stateMutability": "payable",
1065
+ "type": "function"
1066
+ },
1067
+ {
1068
+ "inputs": [],
1069
+ "name": "getExecutorsThreshold",
1070
+ "outputs": [
1071
+ {
1072
+ "internalType": "uint256",
1073
+ "name": "",
1074
+ "type": "uint256"
1075
+ }
1076
+ ],
1077
+ "stateMutability": "view",
1078
+ "type": "function"
1079
+ },
1080
+ {
1081
+ "inputs": [],
1082
+ "name": "getExecutorsVotingPeriod",
1083
+ "outputs": [
1084
+ {
1085
+ "internalType": "uint256",
1086
+ "name": "",
1087
+ "type": "uint256"
1088
+ }
1089
+ ],
1090
+ "stateMutability": "view",
1091
+ "type": "function"
1092
+ },
1093
+ {
1094
+ "inputs": [
1095
+ {
1096
+ "internalType": "uint256",
1097
+ "name": "proposalId",
1098
+ "type": "uint256"
1099
+ },
1100
+ {
1101
+ "internalType": "address",
1102
+ "name": "neutral_",
1103
+ "type": "address"
1104
+ }
1105
+ ],
1106
+ "name": "getNeutralToOperation",
1107
+ "outputs": [
1108
+ {
1109
+ "internalType": "bytes32",
1110
+ "name": "",
1111
+ "type": "bytes32"
1112
+ }
1113
+ ],
1114
+ "stateMutability": "view",
1115
+ "type": "function"
1116
+ },
1117
+ {
1118
+ "inputs": [],
1119
+ "name": "getNeutralsThreshold",
1120
+ "outputs": [
1121
+ {
1122
+ "internalType": "uint256",
1123
+ "name": "",
1124
+ "type": "uint256"
1125
+ }
1126
+ ],
1127
+ "stateMutability": "view",
1128
+ "type": "function"
1129
+ },
1130
+ {
1131
+ "inputs": [],
1132
+ "name": "getNeutralsVotingPeriod",
1133
+ "outputs": [
1134
+ {
1135
+ "internalType": "uint256",
1136
+ "name": "",
1137
+ "type": "uint256"
1138
+ }
1139
+ ],
1140
+ "stateMutability": "view",
1141
+ "type": "function"
1142
+ },
1143
+ {
1144
+ "inputs": [],
1145
+ "name": "getParametersRegistry",
1146
+ "outputs": [
1147
+ {
1148
+ "internalType": "address",
1149
+ "name": "",
1150
+ "type": "address"
1151
+ }
1152
+ ],
1153
+ "stateMutability": "view",
1154
+ "type": "function"
1155
+ },
1156
+ {
1157
+ "inputs": [
1158
+ {
1159
+ "internalType": "uint256",
1160
+ "name": "proposalId",
1161
+ "type": "uint256"
1162
+ }
1163
+ ],
1164
+ "name": "getProposalData",
1165
+ "outputs": [
1166
+ {
1167
+ "components": [
1168
+ {
1169
+ "internalType": "uint256",
1170
+ "name": "neutralsThreshold",
1171
+ "type": "uint256"
1172
+ },
1173
+ {
1174
+ "internalType": "uint256",
1175
+ "name": "executorsThreshold",
1176
+ "type": "uint256"
1177
+ },
1178
+ {
1179
+ "internalType": "bytes32[]",
1180
+ "name": "neutralToOperationHashes",
1181
+ "type": "bytes32[]"
1182
+ },
1183
+ {
1184
+ "components": [
1185
+ {
1186
+ "components": [
1187
+ {
1188
+ "internalType": "enum IGovernance.OperationType",
1189
+ "name": "operation_",
1190
+ "type": "uint8"
1191
+ },
1192
+ {
1193
+ "internalType": "address",
1194
+ "name": "to_",
1195
+ "type": "address"
1196
+ },
1197
+ {
1198
+ "internalType": "bytes",
1199
+ "name": "data_",
1200
+ "type": "bytes"
1201
+ },
1202
+ {
1203
+ "internalType": "uint256",
1204
+ "name": "value_",
1205
+ "type": "uint256"
1206
+ }
1207
+ ],
1208
+ "internalType": "struct IGovernance.OperationData[]",
1209
+ "name": "operations",
1210
+ "type": "tuple[]"
1211
+ }
1212
+ ],
1213
+ "internalType": "struct IGovernance.OperationBundle[]",
1214
+ "name": "operationBundles",
1215
+ "type": "tuple[]"
1216
+ },
1217
+ {
1218
+ "internalType": "address[]",
1219
+ "name": "positiveExecutorVotes",
1220
+ "type": "address[]"
1221
+ },
1222
+ {
1223
+ "internalType": "address[]",
1224
+ "name": "negativeExecutorVotes",
1225
+ "type": "address[]"
1226
+ }
1227
+ ],
1228
+ "internalType": "struct Governance.SLCProposalStateView",
1229
+ "name": "",
1230
+ "type": "tuple"
1231
+ },
1232
+ {
1233
+ "components": [
1234
+ {
1235
+ "internalType": "address",
1236
+ "name": "proposer",
1237
+ "type": "address"
1238
+ },
1239
+ {
1240
+ "internalType": "uint48",
1241
+ "name": "voteStart",
1242
+ "type": "uint48"
1243
+ },
1244
+ {
1245
+ "internalType": "uint32",
1246
+ "name": "voteDuration",
1247
+ "type": "uint32"
1248
+ },
1249
+ {
1250
+ "internalType": "bool",
1251
+ "name": "executed",
1252
+ "type": "bool"
1253
+ },
1254
+ {
1255
+ "internalType": "bool",
1256
+ "name": "canceled",
1257
+ "type": "bool"
1258
+ },
1259
+ {
1260
+ "internalType": "uint48",
1261
+ "name": "etaSeconds",
1262
+ "type": "uint48"
1263
+ }
1264
+ ],
1265
+ "internalType": "struct GovernorUpgradeable.ProposalCore",
1266
+ "name": "",
1267
+ "type": "tuple"
1268
+ }
1269
+ ],
1270
+ "stateMutability": "view",
1271
+ "type": "function"
1272
+ },
1273
+ {
1274
+ "inputs": [
1275
+ {
1276
+ "internalType": "address[]",
1277
+ "name": "targets",
1278
+ "type": "address[]"
1279
+ },
1280
+ {
1281
+ "internalType": "uint256[]",
1282
+ "name": "values",
1283
+ "type": "uint256[]"
1284
+ },
1285
+ {
1286
+ "internalType": "bytes[]",
1287
+ "name": "calldatas",
1288
+ "type": "bytes[]"
1289
+ },
1290
+ {
1291
+ "internalType": "bytes32",
1292
+ "name": "descriptionHash",
1293
+ "type": "bytes32"
1294
+ }
1295
+ ],
1296
+ "name": "getProposalId",
1297
+ "outputs": [
1298
+ {
1299
+ "internalType": "uint256",
1300
+ "name": "",
1301
+ "type": "uint256"
1302
+ }
1303
+ ],
1304
+ "stateMutability": "view",
1305
+ "type": "function"
1306
+ },
1307
+ {
1308
+ "inputs": [
1309
+ {
1310
+ "internalType": "address",
1311
+ "name": "slcCore_",
1312
+ "type": "address"
1313
+ },
1314
+ {
1315
+ "internalType": "uint256",
1316
+ "name": "requestNumber_",
1317
+ "type": "uint256"
1318
+ },
1319
+ {
1320
+ "internalType": "uint256",
1321
+ "name": "offset_",
1322
+ "type": "uint256"
1323
+ },
1324
+ {
1325
+ "internalType": "uint256",
1326
+ "name": "limit_",
1327
+ "type": "uint256"
1328
+ }
1329
+ ],
1330
+ "name": "getProposalsByServiceRequest",
1331
+ "outputs": [
1332
+ {
1333
+ "components": [
1334
+ {
1335
+ "internalType": "uint256",
1336
+ "name": "neutralsThreshold",
1337
+ "type": "uint256"
1338
+ },
1339
+ {
1340
+ "internalType": "uint256",
1341
+ "name": "executorsThreshold",
1342
+ "type": "uint256"
1343
+ },
1344
+ {
1345
+ "internalType": "bytes32[]",
1346
+ "name": "neutralToOperationHashes",
1347
+ "type": "bytes32[]"
1348
+ },
1349
+ {
1350
+ "components": [
1351
+ {
1352
+ "components": [
1353
+ {
1354
+ "internalType": "enum IGovernance.OperationType",
1355
+ "name": "operation_",
1356
+ "type": "uint8"
1357
+ },
1358
+ {
1359
+ "internalType": "address",
1360
+ "name": "to_",
1361
+ "type": "address"
1362
+ },
1363
+ {
1364
+ "internalType": "bytes",
1365
+ "name": "data_",
1366
+ "type": "bytes"
1367
+ },
1368
+ {
1369
+ "internalType": "uint256",
1370
+ "name": "value_",
1371
+ "type": "uint256"
1372
+ }
1373
+ ],
1374
+ "internalType": "struct IGovernance.OperationData[]",
1375
+ "name": "operations",
1376
+ "type": "tuple[]"
1377
+ }
1378
+ ],
1379
+ "internalType": "struct IGovernance.OperationBundle[]",
1380
+ "name": "operationBundles",
1381
+ "type": "tuple[]"
1382
+ },
1383
+ {
1384
+ "internalType": "address[]",
1385
+ "name": "positiveExecutorVotes",
1386
+ "type": "address[]"
1387
+ },
1388
+ {
1389
+ "internalType": "address[]",
1390
+ "name": "negativeExecutorVotes",
1391
+ "type": "address[]"
1392
+ }
1393
+ ],
1394
+ "internalType": "struct Governance.SLCProposalStateView[]",
1395
+ "name": "",
1396
+ "type": "tuple[]"
1397
+ },
1398
+ {
1399
+ "components": [
1400
+ {
1401
+ "internalType": "address",
1402
+ "name": "proposer",
1403
+ "type": "address"
1404
+ },
1405
+ {
1406
+ "internalType": "uint48",
1407
+ "name": "voteStart",
1408
+ "type": "uint48"
1409
+ },
1410
+ {
1411
+ "internalType": "uint32",
1412
+ "name": "voteDuration",
1413
+ "type": "uint32"
1414
+ },
1415
+ {
1416
+ "internalType": "bool",
1417
+ "name": "executed",
1418
+ "type": "bool"
1419
+ },
1420
+ {
1421
+ "internalType": "bool",
1422
+ "name": "canceled",
1423
+ "type": "bool"
1424
+ },
1425
+ {
1426
+ "internalType": "uint48",
1427
+ "name": "etaSeconds",
1428
+ "type": "uint48"
1429
+ }
1430
+ ],
1431
+ "internalType": "struct GovernorUpgradeable.ProposalCore[]",
1432
+ "name": "",
1433
+ "type": "tuple[]"
1434
+ }
1435
+ ],
1436
+ "stateMutability": "view",
1437
+ "type": "function"
1438
+ },
1439
+ {
1440
+ "inputs": [
1441
+ {
1442
+ "internalType": "address",
1443
+ "name": "slcCore_",
1444
+ "type": "address"
1445
+ },
1446
+ {
1447
+ "internalType": "uint256",
1448
+ "name": "requestId",
1449
+ "type": "uint256"
1450
+ }
1451
+ ],
1452
+ "name": "getServiceRequestById",
1453
+ "outputs": [
1454
+ {
1455
+ "components": [
1456
+ {
1457
+ "internalType": "uint256",
1458
+ "name": "requestId",
1459
+ "type": "uint256"
1460
+ },
1461
+ {
1462
+ "internalType": "address",
1463
+ "name": "requester",
1464
+ "type": "address"
1465
+ },
1466
+ {
1467
+ "internalType": "uint256",
1468
+ "name": "serviceFee",
1469
+ "type": "uint256"
1470
+ },
1471
+ {
1472
+ "internalType": "uint256",
1473
+ "name": "neutralsNumber",
1474
+ "type": "uint256"
1475
+ },
1476
+ {
1477
+ "internalType": "string",
1478
+ "name": "additionalLink",
1479
+ "type": "string"
1480
+ },
1481
+ {
1482
+ "internalType": "address[]",
1483
+ "name": "selectedNeutrals",
1484
+ "type": "address[]"
1485
+ },
1486
+ {
1487
+ "internalType": "bytes",
1488
+ "name": "data",
1489
+ "type": "bytes"
1490
+ },
1491
+ {
1492
+ "internalType": "enum Governance.VotingPhase",
1493
+ "name": "votingPhase",
1494
+ "type": "uint8"
1495
+ },
1496
+ {
1497
+ "internalType": "bytes32",
1498
+ "name": "leadingOperationHash",
1499
+ "type": "bytes32"
1500
+ },
1501
+ {
1502
+ "internalType": "uint256",
1503
+ "name": "requestNonce",
1504
+ "type": "uint256"
1505
+ },
1506
+ {
1507
+ "internalType": "uint256[]",
1508
+ "name": "proposalIds",
1509
+ "type": "uint256[]"
1510
+ }
1511
+ ],
1512
+ "internalType": "struct Governance.ServiceRequestStateView",
1513
+ "name": "",
1514
+ "type": "tuple"
1515
+ }
1516
+ ],
1517
+ "stateMutability": "view",
1518
+ "type": "function"
1519
+ },
1520
+ {
1521
+ "inputs": [
1522
+ {
1523
+ "internalType": "address",
1524
+ "name": "slcCore_",
1525
+ "type": "address"
1526
+ },
1527
+ {
1528
+ "internalType": "uint256",
1529
+ "name": "offset_",
1530
+ "type": "uint256"
1531
+ },
1532
+ {
1533
+ "internalType": "uint256",
1534
+ "name": "limit_",
1535
+ "type": "uint256"
1536
+ }
1537
+ ],
1538
+ "name": "getServiceRequestsBySLCCore",
1539
+ "outputs": [
1540
+ {
1541
+ "components": [
1542
+ {
1543
+ "internalType": "uint256",
1544
+ "name": "requestId",
1545
+ "type": "uint256"
1546
+ },
1547
+ {
1548
+ "internalType": "address",
1549
+ "name": "requester",
1550
+ "type": "address"
1551
+ },
1552
+ {
1553
+ "internalType": "uint256",
1554
+ "name": "serviceFee",
1555
+ "type": "uint256"
1556
+ },
1557
+ {
1558
+ "internalType": "uint256",
1559
+ "name": "neutralsNumber",
1560
+ "type": "uint256"
1561
+ },
1562
+ {
1563
+ "internalType": "string",
1564
+ "name": "additionalLink",
1565
+ "type": "string"
1566
+ },
1567
+ {
1568
+ "internalType": "address[]",
1569
+ "name": "selectedNeutrals",
1570
+ "type": "address[]"
1571
+ },
1572
+ {
1573
+ "internalType": "bytes",
1574
+ "name": "data",
1575
+ "type": "bytes"
1576
+ },
1577
+ {
1578
+ "internalType": "enum Governance.VotingPhase",
1579
+ "name": "votingPhase",
1580
+ "type": "uint8"
1581
+ },
1582
+ {
1583
+ "internalType": "bytes32",
1584
+ "name": "leadingOperationHash",
1585
+ "type": "bytes32"
1586
+ },
1587
+ {
1588
+ "internalType": "uint256",
1589
+ "name": "requestNonce",
1590
+ "type": "uint256"
1591
+ },
1592
+ {
1593
+ "internalType": "uint256[]",
1594
+ "name": "proposalIds",
1595
+ "type": "uint256[]"
1596
+ }
1597
+ ],
1598
+ "internalType": "struct Governance.ServiceRequestStateView[]",
1599
+ "name": "",
1600
+ "type": "tuple[]"
1601
+ }
1602
+ ],
1603
+ "stateMutability": "view",
1604
+ "type": "function"
1605
+ },
1606
+ {
1607
+ "inputs": [],
1608
+ "name": "getSystemToken",
1609
+ "outputs": [
1610
+ {
1611
+ "internalType": "address",
1612
+ "name": "",
1613
+ "type": "address"
1614
+ }
1615
+ ],
1616
+ "stateMutability": "view",
1617
+ "type": "function"
1618
+ },
1619
+ {
1620
+ "inputs": [
1621
+ {
1622
+ "internalType": "address",
1623
+ "name": "account",
1624
+ "type": "address"
1625
+ },
1626
+ {
1627
+ "internalType": "uint256",
1628
+ "name": "timepoint",
1629
+ "type": "uint256"
1630
+ }
1631
+ ],
1632
+ "name": "getVotes",
1633
+ "outputs": [
1634
+ {
1635
+ "internalType": "uint256",
1636
+ "name": "",
1637
+ "type": "uint256"
1638
+ }
1639
+ ],
1640
+ "stateMutability": "view",
1641
+ "type": "function"
1642
+ },
1643
+ {
1644
+ "inputs": [
1645
+ {
1646
+ "internalType": "address",
1647
+ "name": "account",
1648
+ "type": "address"
1649
+ },
1650
+ {
1651
+ "internalType": "uint256",
1652
+ "name": "timepoint",
1653
+ "type": "uint256"
1654
+ },
1655
+ {
1656
+ "internalType": "bytes",
1657
+ "name": "params",
1658
+ "type": "bytes"
1659
+ }
1660
+ ],
1661
+ "name": "getVotesWithParams",
1662
+ "outputs": [
1663
+ {
1664
+ "internalType": "uint256",
1665
+ "name": "",
1666
+ "type": "uint256"
1667
+ }
1668
+ ],
1669
+ "stateMutability": "view",
1670
+ "type": "function"
1671
+ },
1672
+ {
1673
+ "inputs": [
1674
+ {
1675
+ "internalType": "uint256",
1676
+ "name": "proposalId",
1677
+ "type": "uint256"
1678
+ },
1679
+ {
1680
+ "internalType": "address",
1681
+ "name": "account",
1682
+ "type": "address"
1683
+ }
1684
+ ],
1685
+ "name": "hasVoted",
1686
+ "outputs": [
1687
+ {
1688
+ "internalType": "bool",
1689
+ "name": "",
1690
+ "type": "bool"
1691
+ }
1692
+ ],
1693
+ "stateMutability": "view",
1694
+ "type": "function"
1695
+ },
1696
+ {
1697
+ "inputs": [
1698
+ {
1699
+ "components": [
1700
+ {
1701
+ "components": [
1702
+ {
1703
+ "internalType": "enum IGovernance.OperationType",
1704
+ "name": "operation_",
1705
+ "type": "uint8"
1706
+ },
1707
+ {
1708
+ "internalType": "address",
1709
+ "name": "to_",
1710
+ "type": "address"
1711
+ },
1712
+ {
1713
+ "internalType": "bytes",
1714
+ "name": "data_",
1715
+ "type": "bytes"
1716
+ },
1717
+ {
1718
+ "internalType": "uint256",
1719
+ "name": "value_",
1720
+ "type": "uint256"
1721
+ }
1722
+ ],
1723
+ "internalType": "struct IGovernance.OperationData[]",
1724
+ "name": "operations",
1725
+ "type": "tuple[]"
1726
+ }
1727
+ ],
1728
+ "internalType": "struct IGovernance.OperationBundle",
1729
+ "name": "operation_",
1730
+ "type": "tuple"
1731
+ }
1732
+ ],
1733
+ "name": "hashOperation",
1734
+ "outputs": [
1735
+ {
1736
+ "internalType": "bytes32",
1737
+ "name": "",
1738
+ "type": "bytes32"
1739
+ }
1740
+ ],
1741
+ "stateMutability": "pure",
1742
+ "type": "function"
1743
+ },
1744
+ {
1745
+ "inputs": [
1746
+ {
1747
+ "internalType": "address[]",
1748
+ "name": "targets",
1749
+ "type": "address[]"
1750
+ },
1751
+ {
1752
+ "internalType": "uint256[]",
1753
+ "name": "values",
1754
+ "type": "uint256[]"
1755
+ },
1756
+ {
1757
+ "internalType": "bytes[]",
1758
+ "name": "calldatas",
1759
+ "type": "bytes[]"
1760
+ },
1761
+ {
1762
+ "internalType": "bytes32",
1763
+ "name": "descriptionHash",
1764
+ "type": "bytes32"
1765
+ }
1766
+ ],
1767
+ "name": "hashProposal",
1768
+ "outputs": [
1769
+ {
1770
+ "internalType": "uint256",
1771
+ "name": "",
1772
+ "type": "uint256"
1773
+ }
1774
+ ],
1775
+ "stateMutability": "pure",
1776
+ "type": "function"
1777
+ },
1778
+ {
1779
+ "inputs": [],
1780
+ "name": "implementation",
1781
+ "outputs": [
1782
+ {
1783
+ "internalType": "address",
1784
+ "name": "",
1785
+ "type": "address"
1786
+ }
1787
+ ],
1788
+ "stateMutability": "view",
1789
+ "type": "function"
1790
+ },
1791
+ {
1792
+ "inputs": [],
1793
+ "name": "name",
1794
+ "outputs": [
1795
+ {
1796
+ "internalType": "string",
1797
+ "name": "",
1798
+ "type": "string"
1799
+ }
1800
+ ],
1801
+ "stateMutability": "view",
1802
+ "type": "function"
1803
+ },
1804
+ {
1805
+ "inputs": [
1806
+ {
1807
+ "internalType": "address",
1808
+ "name": "owner",
1809
+ "type": "address"
1810
+ }
1811
+ ],
1812
+ "name": "nonces",
1813
+ "outputs": [
1814
+ {
1815
+ "internalType": "uint256",
1816
+ "name": "",
1817
+ "type": "uint256"
1818
+ }
1819
+ ],
1820
+ "stateMutability": "view",
1821
+ "type": "function"
1822
+ },
1823
+ {
1824
+ "inputs": [
1825
+ {
1826
+ "internalType": "address",
1827
+ "name": "",
1828
+ "type": "address"
1829
+ },
1830
+ {
1831
+ "internalType": "address",
1832
+ "name": "",
1833
+ "type": "address"
1834
+ },
1835
+ {
1836
+ "internalType": "uint256[]",
1837
+ "name": "",
1838
+ "type": "uint256[]"
1839
+ },
1840
+ {
1841
+ "internalType": "uint256[]",
1842
+ "name": "",
1843
+ "type": "uint256[]"
1844
+ },
1845
+ {
1846
+ "internalType": "bytes",
1847
+ "name": "",
1848
+ "type": "bytes"
1849
+ }
1850
+ ],
1851
+ "name": "onERC1155BatchReceived",
1852
+ "outputs": [
1853
+ {
1854
+ "internalType": "bytes4",
1855
+ "name": "",
1856
+ "type": "bytes4"
1857
+ }
1858
+ ],
1859
+ "stateMutability": "nonpayable",
1860
+ "type": "function"
1861
+ },
1862
+ {
1863
+ "inputs": [
1864
+ {
1865
+ "internalType": "address",
1866
+ "name": "",
1867
+ "type": "address"
1868
+ },
1869
+ {
1870
+ "internalType": "address",
1871
+ "name": "",
1872
+ "type": "address"
1873
+ },
1874
+ {
1875
+ "internalType": "uint256",
1876
+ "name": "",
1877
+ "type": "uint256"
1878
+ },
1879
+ {
1880
+ "internalType": "uint256",
1881
+ "name": "",
1882
+ "type": "uint256"
1883
+ },
1884
+ {
1885
+ "internalType": "bytes",
1886
+ "name": "",
1887
+ "type": "bytes"
1888
+ }
1889
+ ],
1890
+ "name": "onERC1155Received",
1891
+ "outputs": [
1892
+ {
1893
+ "internalType": "bytes4",
1894
+ "name": "",
1895
+ "type": "bytes4"
1896
+ }
1897
+ ],
1898
+ "stateMutability": "nonpayable",
1899
+ "type": "function"
1900
+ },
1901
+ {
1902
+ "inputs": [
1903
+ {
1904
+ "internalType": "address",
1905
+ "name": "",
1906
+ "type": "address"
1907
+ },
1908
+ {
1909
+ "internalType": "address",
1910
+ "name": "",
1911
+ "type": "address"
1912
+ },
1913
+ {
1914
+ "internalType": "uint256",
1915
+ "name": "",
1916
+ "type": "uint256"
1917
+ },
1918
+ {
1919
+ "internalType": "bytes",
1920
+ "name": "",
1921
+ "type": "bytes"
1922
+ }
1923
+ ],
1924
+ "name": "onERC721Received",
1925
+ "outputs": [
1926
+ {
1927
+ "internalType": "bytes4",
1928
+ "name": "",
1929
+ "type": "bytes4"
1930
+ }
1931
+ ],
1932
+ "stateMutability": "nonpayable",
1933
+ "type": "function"
1934
+ },
1935
+ {
1936
+ "inputs": [
1937
+ {
1938
+ "internalType": "address",
1939
+ "name": "requester_",
1940
+ "type": "address"
1941
+ },
1942
+ {
1943
+ "internalType": "uint256",
1944
+ "name": "serviceFee_",
1945
+ "type": "uint256"
1946
+ },
1947
+ {
1948
+ "internalType": "uint256",
1949
+ "name": "neutralsNumber_",
1950
+ "type": "uint256"
1951
+ },
1952
+ {
1953
+ "internalType": "string",
1954
+ "name": "additionalLink_",
1955
+ "type": "string"
1956
+ },
1957
+ {
1958
+ "internalType": "bytes",
1959
+ "name": "data_",
1960
+ "type": "bytes"
1961
+ }
1962
+ ],
1963
+ "name": "processServiceRequest",
1964
+ "outputs": [
1965
+ {
1966
+ "internalType": "bool",
1967
+ "name": "",
1968
+ "type": "bool"
1969
+ }
1970
+ ],
1971
+ "stateMutability": "payable",
1972
+ "type": "function"
1973
+ },
1974
+ {
1975
+ "inputs": [
1976
+ {
1977
+ "internalType": "uint256",
1978
+ "name": "proposalId",
1979
+ "type": "uint256"
1980
+ }
1981
+ ],
1982
+ "name": "proposalDeadline",
1983
+ "outputs": [
1984
+ {
1985
+ "internalType": "uint256",
1986
+ "name": "",
1987
+ "type": "uint256"
1988
+ }
1989
+ ],
1990
+ "stateMutability": "view",
1991
+ "type": "function"
1992
+ },
1993
+ {
1994
+ "inputs": [
1995
+ {
1996
+ "internalType": "uint256",
1997
+ "name": "proposalId",
1998
+ "type": "uint256"
1999
+ }
2000
+ ],
2001
+ "name": "proposalEta",
2002
+ "outputs": [
2003
+ {
2004
+ "internalType": "uint256",
2005
+ "name": "",
2006
+ "type": "uint256"
2007
+ }
2008
+ ],
2009
+ "stateMutability": "view",
2010
+ "type": "function"
2011
+ },
2012
+ {
2013
+ "inputs": [
2014
+ {
2015
+ "internalType": "uint256",
2016
+ "name": "",
2017
+ "type": "uint256"
2018
+ }
2019
+ ],
2020
+ "name": "proposalNeedsQueuing",
2021
+ "outputs": [
2022
+ {
2023
+ "internalType": "bool",
2024
+ "name": "",
2025
+ "type": "bool"
2026
+ }
2027
+ ],
2028
+ "stateMutability": "view",
2029
+ "type": "function"
2030
+ },
2031
+ {
2032
+ "inputs": [
2033
+ {
2034
+ "internalType": "uint256",
2035
+ "name": "proposalId",
2036
+ "type": "uint256"
2037
+ }
2038
+ ],
2039
+ "name": "proposalProposer",
2040
+ "outputs": [
2041
+ {
2042
+ "internalType": "address",
2043
+ "name": "",
2044
+ "type": "address"
2045
+ }
2046
+ ],
2047
+ "stateMutability": "view",
2048
+ "type": "function"
2049
+ },
2050
+ {
2051
+ "inputs": [
2052
+ {
2053
+ "internalType": "uint256",
2054
+ "name": "proposalId",
2055
+ "type": "uint256"
2056
+ }
2057
+ ],
2058
+ "name": "proposalSnapshot",
2059
+ "outputs": [
2060
+ {
2061
+ "internalType": "uint256",
2062
+ "name": "",
2063
+ "type": "uint256"
2064
+ }
2065
+ ],
2066
+ "stateMutability": "view",
2067
+ "type": "function"
2068
+ },
2069
+ {
2070
+ "inputs": [],
2071
+ "name": "proposalThreshold",
2072
+ "outputs": [
2073
+ {
2074
+ "internalType": "uint256",
2075
+ "name": "",
2076
+ "type": "uint256"
2077
+ }
2078
+ ],
2079
+ "stateMutability": "view",
2080
+ "type": "function"
2081
+ },
2082
+ {
2083
+ "inputs": [
2084
+ {
2085
+ "internalType": "address[]",
2086
+ "name": "targets",
2087
+ "type": "address[]"
2088
+ },
2089
+ {
2090
+ "internalType": "uint256[]",
2091
+ "name": "values",
2092
+ "type": "uint256[]"
2093
+ },
2094
+ {
2095
+ "internalType": "bytes[]",
2096
+ "name": "calldatas",
2097
+ "type": "bytes[]"
2098
+ },
2099
+ {
2100
+ "internalType": "string",
2101
+ "name": "description",
2102
+ "type": "string"
2103
+ }
2104
+ ],
2105
+ "name": "propose",
2106
+ "outputs": [
2107
+ {
2108
+ "internalType": "uint256",
2109
+ "name": "",
2110
+ "type": "uint256"
2111
+ }
2112
+ ],
2113
+ "stateMutability": "nonpayable",
2114
+ "type": "function"
2115
+ },
2116
+ {
2117
+ "inputs": [
2118
+ {
2119
+ "internalType": "uint256",
2120
+ "name": "proposalId_",
2121
+ "type": "uint256"
2122
+ },
2123
+ {
2124
+ "components": [
2125
+ {
2126
+ "components": [
2127
+ {
2128
+ "internalType": "enum IGovernance.OperationType",
2129
+ "name": "operation_",
2130
+ "type": "uint8"
2131
+ },
2132
+ {
2133
+ "internalType": "address",
2134
+ "name": "to_",
2135
+ "type": "address"
2136
+ },
2137
+ {
2138
+ "internalType": "bytes",
2139
+ "name": "data_",
2140
+ "type": "bytes"
2141
+ },
2142
+ {
2143
+ "internalType": "uint256",
2144
+ "name": "value_",
2145
+ "type": "uint256"
2146
+ }
2147
+ ],
2148
+ "internalType": "struct IGovernance.OperationData[]",
2149
+ "name": "operations",
2150
+ "type": "tuple[]"
2151
+ }
2152
+ ],
2153
+ "internalType": "struct IGovernance.OperationBundle",
2154
+ "name": "operationBundle_",
2155
+ "type": "tuple"
2156
+ }
2157
+ ],
2158
+ "name": "proposeOperations",
2159
+ "outputs": [],
2160
+ "stateMutability": "nonpayable",
2161
+ "type": "function"
2162
+ },
2163
+ {
2164
+ "inputs": [],
2165
+ "name": "proxiableUUID",
2166
+ "outputs": [
2167
+ {
2168
+ "internalType": "bytes32",
2169
+ "name": "",
2170
+ "type": "bytes32"
2171
+ }
2172
+ ],
2173
+ "stateMutability": "view",
2174
+ "type": "function"
2175
+ },
2176
+ {
2177
+ "inputs": [
2178
+ {
2179
+ "internalType": "address[]",
2180
+ "name": "targets",
2181
+ "type": "address[]"
2182
+ },
2183
+ {
2184
+ "internalType": "uint256[]",
2185
+ "name": "values",
2186
+ "type": "uint256[]"
2187
+ },
2188
+ {
2189
+ "internalType": "bytes[]",
2190
+ "name": "calldatas",
2191
+ "type": "bytes[]"
2192
+ },
2193
+ {
2194
+ "internalType": "bytes32",
2195
+ "name": "descriptionHash",
2196
+ "type": "bytes32"
2197
+ }
2198
+ ],
2199
+ "name": "queue",
2200
+ "outputs": [
2201
+ {
2202
+ "internalType": "uint256",
2203
+ "name": "",
2204
+ "type": "uint256"
2205
+ }
2206
+ ],
2207
+ "stateMutability": "nonpayable",
2208
+ "type": "function"
2209
+ },
2210
+ {
2211
+ "inputs": [
2212
+ {
2213
+ "internalType": "uint256",
2214
+ "name": "timepoint",
2215
+ "type": "uint256"
2216
+ }
2217
+ ],
2218
+ "name": "quorum",
2219
+ "outputs": [
2220
+ {
2221
+ "internalType": "uint256",
2222
+ "name": "",
2223
+ "type": "uint256"
2224
+ }
2225
+ ],
2226
+ "stateMutability": "view",
2227
+ "type": "function"
2228
+ },
2229
+ {
2230
+ "inputs": [
2231
+ {
2232
+ "internalType": "address",
2233
+ "name": "target",
2234
+ "type": "address"
2235
+ },
2236
+ {
2237
+ "internalType": "uint256",
2238
+ "name": "value",
2239
+ "type": "uint256"
2240
+ },
2241
+ {
2242
+ "internalType": "bytes",
2243
+ "name": "data",
2244
+ "type": "bytes"
2245
+ }
2246
+ ],
2247
+ "name": "relay",
2248
+ "outputs": [],
2249
+ "stateMutability": "payable",
2250
+ "type": "function"
2251
+ },
2252
+ {
2253
+ "inputs": [
2254
+ {
2255
+ "internalType": "uint256",
2256
+ "name": "proposalId",
2257
+ "type": "uint256"
2258
+ }
2259
+ ],
2260
+ "name": "state",
2261
+ "outputs": [
2262
+ {
2263
+ "internalType": "enum IGovernor.ProposalState",
2264
+ "name": "",
2265
+ "type": "uint8"
2266
+ }
2267
+ ],
2268
+ "stateMutability": "view",
2269
+ "type": "function"
2270
+ },
2271
+ {
2272
+ "inputs": [
2273
+ {
2274
+ "internalType": "bytes4",
2275
+ "name": "interfaceId_",
2276
+ "type": "bytes4"
2277
+ }
2278
+ ],
2279
+ "name": "supportsInterface",
2280
+ "outputs": [
2281
+ {
2282
+ "internalType": "bool",
2283
+ "name": "",
2284
+ "type": "bool"
2285
+ }
2286
+ ],
2287
+ "stateMutability": "view",
2288
+ "type": "function"
2289
+ },
2290
+ {
2291
+ "inputs": [
2292
+ {
2293
+ "internalType": "address",
2294
+ "name": "newImplementation",
2295
+ "type": "address"
2296
+ },
2297
+ {
2298
+ "internalType": "bytes",
2299
+ "name": "data",
2300
+ "type": "bytes"
2301
+ }
2302
+ ],
2303
+ "name": "upgradeToAndCall",
2304
+ "outputs": [],
2305
+ "stateMutability": "payable",
2306
+ "type": "function"
2307
+ },
2308
+ {
2309
+ "inputs": [],
2310
+ "name": "version",
2311
+ "outputs": [
2312
+ {
2313
+ "internalType": "string",
2314
+ "name": "",
2315
+ "type": "string"
2316
+ }
2317
+ ],
2318
+ "stateMutability": "view",
2319
+ "type": "function"
2320
+ },
2321
+ {
2322
+ "inputs": [],
2323
+ "name": "votingDelay",
2324
+ "outputs": [
2325
+ {
2326
+ "internalType": "uint256",
2327
+ "name": "",
2328
+ "type": "uint256"
2329
+ }
2330
+ ],
2331
+ "stateMutability": "view",
2332
+ "type": "function"
2333
+ },
2334
+ {
2335
+ "inputs": [],
2336
+ "name": "votingPeriod",
2337
+ "outputs": [
2338
+ {
2339
+ "internalType": "uint256",
2340
+ "name": "",
2341
+ "type": "uint256"
2342
+ }
2343
+ ],
2344
+ "stateMutability": "view",
2345
+ "type": "function"
2346
+ },
2347
+ {
2348
+ "stateMutability": "payable",
2349
+ "type": "receive"
2350
+ }
2351
+ ]