@curvefi/api 2.52.5 → 2.53.0

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,1086 @@
1
+ [
2
+ {
3
+ "constant": true,
4
+ "inputs": [],
5
+ "name": "hasInitialized",
6
+ "outputs": [
7
+ {
8
+ "name": "",
9
+ "type": "bool"
10
+ }
11
+ ],
12
+ "payable": false,
13
+ "stateMutability": "view",
14
+ "type": "function"
15
+ },
16
+ {
17
+ "constant": true,
18
+ "inputs": [],
19
+ "name": "minTime",
20
+ "outputs": [
21
+ {
22
+ "name": "",
23
+ "type": "uint256"
24
+ }
25
+ ],
26
+ "payable": false,
27
+ "stateMutability": "view",
28
+ "type": "function"
29
+ },
30
+ {
31
+ "constant": false,
32
+ "inputs": [
33
+ {
34
+ "name": "_voteId",
35
+ "type": "uint256"
36
+ },
37
+ {
38
+ "name": "_yeaPct",
39
+ "type": "uint256"
40
+ },
41
+ {
42
+ "name": "_nayPct",
43
+ "type": "uint256"
44
+ },
45
+ {
46
+ "name": "_executesIfDecided",
47
+ "type": "bool"
48
+ }
49
+ ],
50
+ "name": "votePct",
51
+ "outputs": [],
52
+ "payable": false,
53
+ "stateMutability": "nonpayable",
54
+ "type": "function"
55
+ },
56
+ {
57
+ "constant": true,
58
+ "inputs": [
59
+ {
60
+ "name": "_script",
61
+ "type": "bytes"
62
+ }
63
+ ],
64
+ "name": "getEVMScriptExecutor",
65
+ "outputs": [
66
+ {
67
+ "name": "",
68
+ "type": "address"
69
+ }
70
+ ],
71
+ "payable": false,
72
+ "stateMutability": "view",
73
+ "type": "function"
74
+ },
75
+ {
76
+ "constant": true,
77
+ "inputs": [
78
+ {
79
+ "name": "_sender",
80
+ "type": "address"
81
+ }
82
+ ],
83
+ "name": "canCreateNewVote",
84
+ "outputs": [
85
+ {
86
+ "name": "",
87
+ "type": "bool"
88
+ }
89
+ ],
90
+ "payable": false,
91
+ "stateMutability": "view",
92
+ "type": "function"
93
+ },
94
+ {
95
+ "constant": true,
96
+ "inputs": [],
97
+ "name": "getRecoveryVault",
98
+ "outputs": [
99
+ {
100
+ "name": "",
101
+ "type": "address"
102
+ }
103
+ ],
104
+ "payable": false,
105
+ "stateMutability": "view",
106
+ "type": "function"
107
+ },
108
+ {
109
+ "constant": true,
110
+ "inputs": [],
111
+ "name": "MODIFY_QUORUM_ROLE",
112
+ "outputs": [
113
+ {
114
+ "name": "",
115
+ "type": "bytes32"
116
+ }
117
+ ],
118
+ "payable": false,
119
+ "stateMutability": "view",
120
+ "type": "function"
121
+ },
122
+ {
123
+ "constant": true,
124
+ "inputs": [
125
+ {
126
+ "name": "_voteId",
127
+ "type": "uint256"
128
+ },
129
+ {
130
+ "name": "_voter",
131
+ "type": "address"
132
+ }
133
+ ],
134
+ "name": "getVoterState",
135
+ "outputs": [
136
+ {
137
+ "name": "",
138
+ "type": "uint8"
139
+ }
140
+ ],
141
+ "payable": false,
142
+ "stateMutability": "view",
143
+ "type": "function"
144
+ },
145
+ {
146
+ "constant": true,
147
+ "inputs": [
148
+ {
149
+ "name": "_voteId",
150
+ "type": "uint256"
151
+ }
152
+ ],
153
+ "name": "getVote",
154
+ "outputs": [
155
+ {
156
+ "name": "open",
157
+ "type": "bool"
158
+ },
159
+ {
160
+ "name": "executed",
161
+ "type": "bool"
162
+ },
163
+ {
164
+ "name": "startDate",
165
+ "type": "uint64"
166
+ },
167
+ {
168
+ "name": "snapshotBlock",
169
+ "type": "uint64"
170
+ },
171
+ {
172
+ "name": "supportRequired",
173
+ "type": "uint64"
174
+ },
175
+ {
176
+ "name": "minAcceptQuorum",
177
+ "type": "uint64"
178
+ },
179
+ {
180
+ "name": "yea",
181
+ "type": "uint256"
182
+ },
183
+ {
184
+ "name": "nay",
185
+ "type": "uint256"
186
+ },
187
+ {
188
+ "name": "votingPower",
189
+ "type": "uint256"
190
+ },
191
+ {
192
+ "name": "script",
193
+ "type": "bytes"
194
+ }
195
+ ],
196
+ "payable": false,
197
+ "stateMutability": "view",
198
+ "type": "function"
199
+ },
200
+ {
201
+ "constant": false,
202
+ "inputs": [
203
+ {
204
+ "name": "_minAcceptQuorumPct",
205
+ "type": "uint64"
206
+ }
207
+ ],
208
+ "name": "changeMinAcceptQuorumPct",
209
+ "outputs": [],
210
+ "payable": false,
211
+ "stateMutability": "nonpayable",
212
+ "type": "function"
213
+ },
214
+ {
215
+ "constant": true,
216
+ "inputs": [],
217
+ "name": "MODIFY_SUPPORT_ROLE",
218
+ "outputs": [
219
+ {
220
+ "name": "",
221
+ "type": "bytes32"
222
+ }
223
+ ],
224
+ "payable": false,
225
+ "stateMutability": "view",
226
+ "type": "function"
227
+ },
228
+ {
229
+ "constant": true,
230
+ "inputs": [
231
+ {
232
+ "name": "",
233
+ "type": "address"
234
+ }
235
+ ],
236
+ "name": "lastCreateVoteTimes",
237
+ "outputs": [
238
+ {
239
+ "name": "",
240
+ "type": "uint256"
241
+ }
242
+ ],
243
+ "payable": false,
244
+ "stateMutability": "view",
245
+ "type": "function"
246
+ },
247
+ {
248
+ "constant": false,
249
+ "inputs": [
250
+ {
251
+ "name": "_supportRequiredPct",
252
+ "type": "uint64"
253
+ }
254
+ ],
255
+ "name": "changeSupportRequiredPct",
256
+ "outputs": [],
257
+ "payable": false,
258
+ "stateMutability": "nonpayable",
259
+ "type": "function"
260
+ },
261
+ {
262
+ "constant": true,
263
+ "inputs": [
264
+ {
265
+ "name": "token",
266
+ "type": "address"
267
+ }
268
+ ],
269
+ "name": "allowRecoverability",
270
+ "outputs": [
271
+ {
272
+ "name": "",
273
+ "type": "bool"
274
+ }
275
+ ],
276
+ "payable": false,
277
+ "stateMutability": "view",
278
+ "type": "function"
279
+ },
280
+ {
281
+ "constant": true,
282
+ "inputs": [],
283
+ "name": "appId",
284
+ "outputs": [
285
+ {
286
+ "name": "",
287
+ "type": "bytes32"
288
+ }
289
+ ],
290
+ "payable": false,
291
+ "stateMutability": "view",
292
+ "type": "function"
293
+ },
294
+ {
295
+ "constant": true,
296
+ "inputs": [],
297
+ "name": "ENABLE_VOTE_CREATION",
298
+ "outputs": [
299
+ {
300
+ "name": "",
301
+ "type": "bytes32"
302
+ }
303
+ ],
304
+ "payable": false,
305
+ "stateMutability": "view",
306
+ "type": "function"
307
+ },
308
+ {
309
+ "constant": true,
310
+ "inputs": [],
311
+ "name": "getInitializationBlock",
312
+ "outputs": [
313
+ {
314
+ "name": "",
315
+ "type": "uint256"
316
+ }
317
+ ],
318
+ "payable": false,
319
+ "stateMutability": "view",
320
+ "type": "function"
321
+ },
322
+ {
323
+ "constant": true,
324
+ "inputs": [],
325
+ "name": "minBalanceUpperLimit",
326
+ "outputs": [
327
+ {
328
+ "name": "",
329
+ "type": "uint256"
330
+ }
331
+ ],
332
+ "payable": false,
333
+ "stateMutability": "view",
334
+ "type": "function"
335
+ },
336
+ {
337
+ "constant": false,
338
+ "inputs": [
339
+ {
340
+ "name": "_minTime",
341
+ "type": "uint256"
342
+ }
343
+ ],
344
+ "name": "setMinTime",
345
+ "outputs": [],
346
+ "payable": false,
347
+ "stateMutability": "nonpayable",
348
+ "type": "function"
349
+ },
350
+ {
351
+ "constant": false,
352
+ "inputs": [
353
+ {
354
+ "name": "_token",
355
+ "type": "address"
356
+ }
357
+ ],
358
+ "name": "transferToVault",
359
+ "outputs": [],
360
+ "payable": false,
361
+ "stateMutability": "nonpayable",
362
+ "type": "function"
363
+ },
364
+ {
365
+ "constant": true,
366
+ "inputs": [
367
+ {
368
+ "name": "_sender",
369
+ "type": "address"
370
+ },
371
+ {
372
+ "name": "_role",
373
+ "type": "bytes32"
374
+ },
375
+ {
376
+ "name": "_params",
377
+ "type": "uint256[]"
378
+ }
379
+ ],
380
+ "name": "canPerform",
381
+ "outputs": [
382
+ {
383
+ "name": "",
384
+ "type": "bool"
385
+ }
386
+ ],
387
+ "payable": false,
388
+ "stateMutability": "view",
389
+ "type": "function"
390
+ },
391
+ {
392
+ "constant": true,
393
+ "inputs": [],
394
+ "name": "getEVMScriptRegistry",
395
+ "outputs": [
396
+ {
397
+ "name": "",
398
+ "type": "address"
399
+ }
400
+ ],
401
+ "payable": false,
402
+ "stateMutability": "view",
403
+ "type": "function"
404
+ },
405
+ {
406
+ "constant": false,
407
+ "inputs": [
408
+ {
409
+ "name": "_token",
410
+ "type": "address"
411
+ },
412
+ {
413
+ "name": "_supportRequiredPct",
414
+ "type": "uint64"
415
+ },
416
+ {
417
+ "name": "_minAcceptQuorumPct",
418
+ "type": "uint64"
419
+ },
420
+ {
421
+ "name": "_voteTime",
422
+ "type": "uint64"
423
+ },
424
+ {
425
+ "name": "_minBalance",
426
+ "type": "uint256"
427
+ },
428
+ {
429
+ "name": "_minTime",
430
+ "type": "uint256"
431
+ },
432
+ {
433
+ "name": "_minBalanceLowerLimit",
434
+ "type": "uint256"
435
+ },
436
+ {
437
+ "name": "_minBalanceUpperLimit",
438
+ "type": "uint256"
439
+ },
440
+ {
441
+ "name": "_minTimeLowerLimit",
442
+ "type": "uint256"
443
+ },
444
+ {
445
+ "name": "_minTimeUpperLimit",
446
+ "type": "uint256"
447
+ }
448
+ ],
449
+ "name": "initialize",
450
+ "outputs": [],
451
+ "payable": false,
452
+ "stateMutability": "nonpayable",
453
+ "type": "function"
454
+ },
455
+ {
456
+ "constant": true,
457
+ "inputs": [],
458
+ "name": "SET_MIN_BALANCE_ROLE",
459
+ "outputs": [
460
+ {
461
+ "name": "",
462
+ "type": "bytes32"
463
+ }
464
+ ],
465
+ "payable": false,
466
+ "stateMutability": "view",
467
+ "type": "function"
468
+ },
469
+ {
470
+ "constant": true,
471
+ "inputs": [],
472
+ "name": "minTimeLowerLimit",
473
+ "outputs": [
474
+ {
475
+ "name": "",
476
+ "type": "uint256"
477
+ }
478
+ ],
479
+ "payable": false,
480
+ "stateMutability": "view",
481
+ "type": "function"
482
+ },
483
+ {
484
+ "constant": true,
485
+ "inputs": [],
486
+ "name": "voteTime",
487
+ "outputs": [
488
+ {
489
+ "name": "",
490
+ "type": "uint64"
491
+ }
492
+ ],
493
+ "payable": false,
494
+ "stateMutability": "view",
495
+ "type": "function"
496
+ },
497
+ {
498
+ "constant": true,
499
+ "inputs": [],
500
+ "name": "CREATE_VOTES_ROLE",
501
+ "outputs": [
502
+ {
503
+ "name": "",
504
+ "type": "bytes32"
505
+ }
506
+ ],
507
+ "payable": false,
508
+ "stateMutability": "view",
509
+ "type": "function"
510
+ },
511
+ {
512
+ "constant": true,
513
+ "inputs": [
514
+ {
515
+ "name": "_sender",
516
+ "type": "address"
517
+ },
518
+ {
519
+ "name": "",
520
+ "type": "bytes"
521
+ }
522
+ ],
523
+ "name": "canForward",
524
+ "outputs": [
525
+ {
526
+ "name": "",
527
+ "type": "bool"
528
+ }
529
+ ],
530
+ "payable": false,
531
+ "stateMutability": "view",
532
+ "type": "function"
533
+ },
534
+ {
535
+ "constant": true,
536
+ "inputs": [],
537
+ "name": "SET_MIN_TIME_ROLE",
538
+ "outputs": [
539
+ {
540
+ "name": "",
541
+ "type": "bytes32"
542
+ }
543
+ ],
544
+ "payable": false,
545
+ "stateMutability": "view",
546
+ "type": "function"
547
+ },
548
+ {
549
+ "constant": true,
550
+ "inputs": [],
551
+ "name": "minBalance",
552
+ "outputs": [
553
+ {
554
+ "name": "",
555
+ "type": "uint256"
556
+ }
557
+ ],
558
+ "payable": false,
559
+ "stateMutability": "view",
560
+ "type": "function"
561
+ },
562
+ {
563
+ "constant": false,
564
+ "inputs": [
565
+ {
566
+ "name": "_minBalance",
567
+ "type": "uint256"
568
+ }
569
+ ],
570
+ "name": "setMinBalance",
571
+ "outputs": [],
572
+ "payable": false,
573
+ "stateMutability": "nonpayable",
574
+ "type": "function"
575
+ },
576
+ {
577
+ "constant": true,
578
+ "inputs": [
579
+ {
580
+ "name": "_voteId",
581
+ "type": "uint256"
582
+ }
583
+ ],
584
+ "name": "canExecute",
585
+ "outputs": [
586
+ {
587
+ "name": "",
588
+ "type": "bool"
589
+ }
590
+ ],
591
+ "payable": false,
592
+ "stateMutability": "view",
593
+ "type": "function"
594
+ },
595
+ {
596
+ "constant": true,
597
+ "inputs": [
598
+ {
599
+ "name": "_voteId",
600
+ "type": "uint256"
601
+ },
602
+ {
603
+ "name": "_voter",
604
+ "type": "address"
605
+ }
606
+ ],
607
+ "name": "canVote",
608
+ "outputs": [
609
+ {
610
+ "name": "",
611
+ "type": "bool"
612
+ }
613
+ ],
614
+ "payable": false,
615
+ "stateMutability": "view",
616
+ "type": "function"
617
+ },
618
+ {
619
+ "constant": true,
620
+ "inputs": [],
621
+ "name": "kernel",
622
+ "outputs": [
623
+ {
624
+ "name": "",
625
+ "type": "address"
626
+ }
627
+ ],
628
+ "payable": false,
629
+ "stateMutability": "view",
630
+ "type": "function"
631
+ },
632
+ {
633
+ "constant": false,
634
+ "inputs": [
635
+ {
636
+ "name": "_executionScript",
637
+ "type": "bytes"
638
+ },
639
+ {
640
+ "name": "_metadata",
641
+ "type": "string"
642
+ }
643
+ ],
644
+ "name": "newVote",
645
+ "outputs": [
646
+ {
647
+ "name": "voteId",
648
+ "type": "uint256"
649
+ }
650
+ ],
651
+ "payable": false,
652
+ "stateMutability": "nonpayable",
653
+ "type": "function"
654
+ },
655
+ {
656
+ "constant": false,
657
+ "inputs": [
658
+ {
659
+ "name": "_evmScript",
660
+ "type": "bytes"
661
+ }
662
+ ],
663
+ "name": "forward",
664
+ "outputs": [],
665
+ "payable": false,
666
+ "stateMutability": "nonpayable",
667
+ "type": "function"
668
+ },
669
+ {
670
+ "constant": false,
671
+ "inputs": [],
672
+ "name": "disableVoteCreationOnce",
673
+ "outputs": [],
674
+ "payable": false,
675
+ "stateMutability": "nonpayable",
676
+ "type": "function"
677
+ },
678
+ {
679
+ "constant": true,
680
+ "inputs": [],
681
+ "name": "minAcceptQuorumPct",
682
+ "outputs": [
683
+ {
684
+ "name": "",
685
+ "type": "uint64"
686
+ }
687
+ ],
688
+ "payable": false,
689
+ "stateMutability": "view",
690
+ "type": "function"
691
+ },
692
+ {
693
+ "constant": true,
694
+ "inputs": [],
695
+ "name": "isPetrified",
696
+ "outputs": [
697
+ {
698
+ "name": "",
699
+ "type": "bool"
700
+ }
701
+ ],
702
+ "payable": false,
703
+ "stateMutability": "view",
704
+ "type": "function"
705
+ },
706
+ {
707
+ "constant": true,
708
+ "inputs": [],
709
+ "name": "votesLength",
710
+ "outputs": [
711
+ {
712
+ "name": "",
713
+ "type": "uint256"
714
+ }
715
+ ],
716
+ "payable": false,
717
+ "stateMutability": "view",
718
+ "type": "function"
719
+ },
720
+ {
721
+ "constant": false,
722
+ "inputs": [
723
+ {
724
+ "name": "_voteData",
725
+ "type": "uint256"
726
+ },
727
+ {
728
+ "name": "_supports",
729
+ "type": "bool"
730
+ },
731
+ {
732
+ "name": "_executesIfDecided",
733
+ "type": "bool"
734
+ }
735
+ ],
736
+ "name": "vote",
737
+ "outputs": [],
738
+ "payable": false,
739
+ "stateMutability": "nonpayable",
740
+ "type": "function"
741
+ },
742
+ {
743
+ "constant": false,
744
+ "inputs": [],
745
+ "name": "enableVoteCreationOnce",
746
+ "outputs": [],
747
+ "payable": false,
748
+ "stateMutability": "nonpayable",
749
+ "type": "function"
750
+ },
751
+ {
752
+ "constant": true,
753
+ "inputs": [],
754
+ "name": "minTimeUpperLimit",
755
+ "outputs": [
756
+ {
757
+ "name": "",
758
+ "type": "uint256"
759
+ }
760
+ ],
761
+ "payable": false,
762
+ "stateMutability": "view",
763
+ "type": "function"
764
+ },
765
+ {
766
+ "constant": true,
767
+ "inputs": [],
768
+ "name": "minBalanceLowerLimit",
769
+ "outputs": [
770
+ {
771
+ "name": "",
772
+ "type": "uint256"
773
+ }
774
+ ],
775
+ "payable": false,
776
+ "stateMutability": "view",
777
+ "type": "function"
778
+ },
779
+ {
780
+ "constant": true,
781
+ "inputs": [],
782
+ "name": "enableVoteCreation",
783
+ "outputs": [
784
+ {
785
+ "name": "",
786
+ "type": "bool"
787
+ }
788
+ ],
789
+ "payable": false,
790
+ "stateMutability": "view",
791
+ "type": "function"
792
+ },
793
+ {
794
+ "constant": false,
795
+ "inputs": [
796
+ {
797
+ "name": "_executionScript",
798
+ "type": "bytes"
799
+ },
800
+ {
801
+ "name": "_metadata",
802
+ "type": "string"
803
+ },
804
+ {
805
+ "name": "_castVote",
806
+ "type": "bool"
807
+ },
808
+ {
809
+ "name": "_executesIfDecided",
810
+ "type": "bool"
811
+ }
812
+ ],
813
+ "name": "newVote",
814
+ "outputs": [
815
+ {
816
+ "name": "voteId",
817
+ "type": "uint256"
818
+ }
819
+ ],
820
+ "payable": false,
821
+ "stateMutability": "nonpayable",
822
+ "type": "function"
823
+ },
824
+ {
825
+ "constant": false,
826
+ "inputs": [
827
+ {
828
+ "name": "_voteId",
829
+ "type": "uint256"
830
+ }
831
+ ],
832
+ "name": "executeVote",
833
+ "outputs": [],
834
+ "payable": false,
835
+ "stateMutability": "nonpayable",
836
+ "type": "function"
837
+ },
838
+ {
839
+ "constant": true,
840
+ "inputs": [],
841
+ "name": "supportRequiredPct",
842
+ "outputs": [
843
+ {
844
+ "name": "",
845
+ "type": "uint64"
846
+ }
847
+ ],
848
+ "payable": false,
849
+ "stateMutability": "view",
850
+ "type": "function"
851
+ },
852
+ {
853
+ "constant": true,
854
+ "inputs": [],
855
+ "name": "token",
856
+ "outputs": [
857
+ {
858
+ "name": "",
859
+ "type": "address"
860
+ }
861
+ ],
862
+ "payable": false,
863
+ "stateMutability": "view",
864
+ "type": "function"
865
+ },
866
+ {
867
+ "constant": true,
868
+ "inputs": [],
869
+ "name": "PCT_BASE",
870
+ "outputs": [
871
+ {
872
+ "name": "",
873
+ "type": "uint64"
874
+ }
875
+ ],
876
+ "payable": false,
877
+ "stateMutability": "view",
878
+ "type": "function"
879
+ },
880
+ {
881
+ "constant": true,
882
+ "inputs": [],
883
+ "name": "isForwarder",
884
+ "outputs": [
885
+ {
886
+ "name": "",
887
+ "type": "bool"
888
+ }
889
+ ],
890
+ "payable": false,
891
+ "stateMutability": "pure",
892
+ "type": "function"
893
+ },
894
+ {
895
+ "constant": true,
896
+ "inputs": [],
897
+ "name": "DISABLE_VOTE_CREATION",
898
+ "outputs": [
899
+ {
900
+ "name": "",
901
+ "type": "bytes32"
902
+ }
903
+ ],
904
+ "payable": false,
905
+ "stateMutability": "view",
906
+ "type": "function"
907
+ },
908
+ {
909
+ "anonymous": false,
910
+ "inputs": [
911
+ {
912
+ "indexed": true,
913
+ "name": "voteId",
914
+ "type": "uint256"
915
+ },
916
+ {
917
+ "indexed": true,
918
+ "name": "creator",
919
+ "type": "address"
920
+ },
921
+ {
922
+ "indexed": false,
923
+ "name": "metadata",
924
+ "type": "string"
925
+ },
926
+ {
927
+ "indexed": false,
928
+ "name": "minBalance",
929
+ "type": "uint256"
930
+ },
931
+ {
932
+ "indexed": false,
933
+ "name": "minTime",
934
+ "type": "uint256"
935
+ },
936
+ {
937
+ "indexed": false,
938
+ "name": "totalSupply",
939
+ "type": "uint256"
940
+ },
941
+ {
942
+ "indexed": false,
943
+ "name": "creatorVotingPower",
944
+ "type": "uint256"
945
+ }
946
+ ],
947
+ "name": "StartVote",
948
+ "type": "event"
949
+ },
950
+ {
951
+ "anonymous": false,
952
+ "inputs": [
953
+ {
954
+ "indexed": true,
955
+ "name": "voteId",
956
+ "type": "uint256"
957
+ },
958
+ {
959
+ "indexed": true,
960
+ "name": "voter",
961
+ "type": "address"
962
+ },
963
+ {
964
+ "indexed": false,
965
+ "name": "supports",
966
+ "type": "bool"
967
+ },
968
+ {
969
+ "indexed": false,
970
+ "name": "stake",
971
+ "type": "uint256"
972
+ }
973
+ ],
974
+ "name": "CastVote",
975
+ "type": "event"
976
+ },
977
+ {
978
+ "anonymous": false,
979
+ "inputs": [
980
+ {
981
+ "indexed": true,
982
+ "name": "voteId",
983
+ "type": "uint256"
984
+ }
985
+ ],
986
+ "name": "ExecuteVote",
987
+ "type": "event"
988
+ },
989
+ {
990
+ "anonymous": false,
991
+ "inputs": [
992
+ {
993
+ "indexed": false,
994
+ "name": "supportRequiredPct",
995
+ "type": "uint64"
996
+ }
997
+ ],
998
+ "name": "ChangeSupportRequired",
999
+ "type": "event"
1000
+ },
1001
+ {
1002
+ "anonymous": false,
1003
+ "inputs": [
1004
+ {
1005
+ "indexed": false,
1006
+ "name": "minAcceptQuorumPct",
1007
+ "type": "uint64"
1008
+ }
1009
+ ],
1010
+ "name": "ChangeMinQuorum",
1011
+ "type": "event"
1012
+ },
1013
+ {
1014
+ "anonymous": false,
1015
+ "inputs": [
1016
+ {
1017
+ "indexed": false,
1018
+ "name": "minBalance",
1019
+ "type": "uint256"
1020
+ }
1021
+ ],
1022
+ "name": "MinimumBalanceSet",
1023
+ "type": "event"
1024
+ },
1025
+ {
1026
+ "anonymous": false,
1027
+ "inputs": [
1028
+ {
1029
+ "indexed": false,
1030
+ "name": "minTime",
1031
+ "type": "uint256"
1032
+ }
1033
+ ],
1034
+ "name": "MinimumTimeSet",
1035
+ "type": "event"
1036
+ },
1037
+ {
1038
+ "anonymous": false,
1039
+ "inputs": [
1040
+ {
1041
+ "indexed": true,
1042
+ "name": "executor",
1043
+ "type": "address"
1044
+ },
1045
+ {
1046
+ "indexed": false,
1047
+ "name": "script",
1048
+ "type": "bytes"
1049
+ },
1050
+ {
1051
+ "indexed": false,
1052
+ "name": "input",
1053
+ "type": "bytes"
1054
+ },
1055
+ {
1056
+ "indexed": false,
1057
+ "name": "returnData",
1058
+ "type": "bytes"
1059
+ }
1060
+ ],
1061
+ "name": "ScriptResult",
1062
+ "type": "event"
1063
+ },
1064
+ {
1065
+ "anonymous": false,
1066
+ "inputs": [
1067
+ {
1068
+ "indexed": true,
1069
+ "name": "vault",
1070
+ "type": "address"
1071
+ },
1072
+ {
1073
+ "indexed": true,
1074
+ "name": "token",
1075
+ "type": "address"
1076
+ },
1077
+ {
1078
+ "indexed": false,
1079
+ "name": "amount",
1080
+ "type": "uint256"
1081
+ }
1082
+ ],
1083
+ "name": "RecoverToVault",
1084
+ "type": "event"
1085
+ }
1086
+ ]