@venusprotocol/governance-contracts 1.0.1-dev.6 → 1.1.0-dev.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (70) hide show
  1. package/artifacts/build-info/4b74a981a83b37e1de5123f7f9359ad5.json +1 -0
  2. package/artifacts/build-info/5ef7ba07b1e4b96d9b02042d36d229c2.json +1 -0
  3. package/artifacts/build-info/97a3124320e74f843bc59439c75c258d.json +1 -0
  4. package/artifacts/contracts/Governance/GovernorBravoDelegate.sol/GovernorBravoDelegate.dbg.json +1 -1
  5. package/artifacts/contracts/Governance/GovernorBravoDelegate.sol/GovernorBravoDelegate.json +3 -3
  6. package/artifacts/contracts/Governance/GovernorBravoDelegator.sol/GovernorBravoDelegator.dbg.json +1 -1
  7. package/artifacts/contracts/Governance/GovernorBravoDelegator.sol/GovernorBravoDelegator.json +25 -18
  8. package/artifacts/contracts/Governance/GovernorBravoInterfaces.sol/GovernorAlphaInterface.dbg.json +1 -1
  9. package/artifacts/contracts/Governance/GovernorBravoInterfaces.sol/GovernorBravoDelegateInterface.dbg.json +4 -0
  10. package/artifacts/contracts/Governance/GovernorBravoInterfaces.sol/GovernorBravoDelegateInterface.json +58 -0
  11. package/artifacts/contracts/Governance/GovernorBravoInterfaces.sol/GovernorBravoDelegateStorageV1.dbg.json +1 -1
  12. package/artifacts/contracts/Governance/GovernorBravoInterfaces.sol/GovernorBravoDelegateStorageV1.json +2 -2
  13. package/artifacts/contracts/Governance/GovernorBravoInterfaces.sol/GovernorBravoDelegateStorageV2.dbg.json +1 -1
  14. package/artifacts/contracts/Governance/GovernorBravoInterfaces.sol/GovernorBravoDelegateStorageV2.json +2 -2
  15. package/artifacts/contracts/Governance/GovernorBravoInterfaces.sol/GovernorBravoDelegatorStorage.dbg.json +1 -1
  16. package/artifacts/contracts/Governance/GovernorBravoInterfaces.sol/GovernorBravoDelegatorStorage.json +2 -2
  17. package/artifacts/contracts/Governance/GovernorBravoInterfaces.sol/GovernorBravoEvents.dbg.json +1 -1
  18. package/artifacts/contracts/Governance/GovernorBravoInterfaces.sol/GovernorBravoEvents.json +2 -2
  19. package/artifacts/contracts/Governance/GovernorBravoInterfaces.sol/TimelockInterface.dbg.json +1 -1
  20. package/artifacts/contracts/Governance/GovernorBravoInterfaces.sol/XvsVaultInterface.dbg.json +1 -1
  21. package/artifacts/contracts/legacy/GovernorAlpha.sol/GovernorAlpha.dbg.json +4 -0
  22. package/artifacts/contracts/legacy/GovernorAlpha.sol/GovernorAlpha.json +731 -0
  23. package/artifacts/contracts/legacy/GovernorAlpha.sol/TimelockInterface.dbg.json +4 -0
  24. package/artifacts/contracts/legacy/GovernorAlpha.sol/TimelockInterface.json +188 -0
  25. package/artifacts/contracts/legacy/GovernorAlpha.sol/XVSInterface.dbg.json +4 -0
  26. package/artifacts/contracts/legacy/GovernorAlpha.sol/XVSInterface.json +37 -0
  27. package/artifacts/contracts/legacy/GovernorAlpha2.sol/GovernorAlpha2.dbg.json +4 -0
  28. package/artifacts/contracts/legacy/GovernorAlpha2.sol/GovernorAlpha2.json +736 -0
  29. package/artifacts/contracts/legacy/GovernorAlpha2.sol/TimelockInterface.dbg.json +4 -0
  30. package/artifacts/contracts/legacy/GovernorAlpha2.sol/TimelockInterface.json +188 -0
  31. package/artifacts/contracts/legacy/GovernorAlpha2.sol/XVSInterface.dbg.json +4 -0
  32. package/artifacts/contracts/legacy/GovernorAlpha2.sol/XVSInterface.json +37 -0
  33. package/contracts/Governance/GovernorBravoDelegate.sol +1 -1
  34. package/contracts/Governance/GovernorBravoDelegator.sol +6 -10
  35. package/contracts/Governance/GovernorBravoInterfaces.sol +19 -5
  36. package/contracts/legacy/GovernorAlpha.sol +426 -0
  37. package/contracts/legacy/GovernorAlpha2.sol +427 -0
  38. package/deployments/bscmainnet/.chainId +1 -0
  39. package/deployments/bscmainnet/CriticalTimelock.json +463 -0
  40. package/deployments/bscmainnet/FastTrackTimelock.json +463 -0
  41. package/deployments/bscmainnet/GovernorAlpha.json +726 -0
  42. package/deployments/bscmainnet/GovernorAlpha2.json +731 -0
  43. package/deployments/bscmainnet/GovernorBravoDelegate.json +1168 -0
  44. package/deployments/bscmainnet/GovernorBravoDelegator.json +1576 -0
  45. package/deployments/bscmainnet/GovernorBravoDelegator_Implementation.json +1168 -0
  46. package/deployments/bscmainnet/GovernorBravoDelegator_Proxy.json +413 -0
  47. package/deployments/bscmainnet/NormalTimelock.json +463 -0
  48. package/deployments/bsctestnet/.chainId +1 -0
  49. package/deployments/bsctestnet/CriticalTimelock.json +463 -0
  50. package/deployments/bsctestnet/FastTrackTimelock.json +463 -0
  51. package/deployments/bsctestnet/GovernorAlpha.json +726 -0
  52. package/deployments/bsctestnet/GovernorBravoDelegate.json +1168 -0
  53. package/deployments/bsctestnet/GovernorBravoDelegator.json +1576 -0
  54. package/deployments/bsctestnet/GovernorBravoDelegator_Implementation.json +1168 -0
  55. package/deployments/bsctestnet/GovernorBravoDelegator_Proxy.json +413 -0
  56. package/deployments/bsctestnet/NormalTimelock.json +463 -0
  57. package/deployments/deployments.json +13981 -0
  58. package/dist/deploy/001-access-control.d.ts.map +1 -1
  59. package/dist/deploy/001-access-control.js +7 -2
  60. package/dist/deploy/001-access-control.js.map +1 -1
  61. package/dist/deploy/helpers/constants.d.ts +2 -0
  62. package/dist/deploy/helpers/constants.d.ts.map +1 -1
  63. package/dist/deploy/helpers/constants.js +1 -0
  64. package/dist/deploy/helpers/constants.js.map +1 -1
  65. package/dist/deploy/helpers/deploymentUtils.d.ts +2 -0
  66. package/dist/deploy/helpers/deploymentUtils.d.ts.map +1 -1
  67. package/dist/deploy/helpers/deploymentUtils.js +1 -0
  68. package/dist/deploy/helpers/deploymentUtils.js.map +1 -1
  69. package/package.json +1 -1
  70. package/artifacts/build-info/e5638231ea42ec29d0230b1b013f1a57.json +0 -1
@@ -0,0 +1,726 @@
1
+ {
2
+ "address": "0x406f48f47D25E9caa29f17e7Cfbd1dc6878F078f",
3
+ "abi": [
4
+ {
5
+ "inputs": [
6
+ {
7
+ "internalType": "address",
8
+ "name": "timelock_",
9
+ "type": "address"
10
+ },
11
+ {
12
+ "internalType": "address",
13
+ "name": "xvs_",
14
+ "type": "address"
15
+ },
16
+ {
17
+ "internalType": "address",
18
+ "name": "guardian_",
19
+ "type": "address"
20
+ }
21
+ ],
22
+ "payable": false,
23
+ "stateMutability": "nonpayable",
24
+ "type": "constructor"
25
+ },
26
+ {
27
+ "anonymous": false,
28
+ "inputs": [
29
+ {
30
+ "indexed": false,
31
+ "internalType": "uint256",
32
+ "name": "id",
33
+ "type": "uint256"
34
+ }
35
+ ],
36
+ "name": "ProposalCanceled",
37
+ "type": "event"
38
+ },
39
+ {
40
+ "anonymous": false,
41
+ "inputs": [
42
+ {
43
+ "indexed": false,
44
+ "internalType": "uint256",
45
+ "name": "id",
46
+ "type": "uint256"
47
+ },
48
+ {
49
+ "indexed": false,
50
+ "internalType": "address",
51
+ "name": "proposer",
52
+ "type": "address"
53
+ },
54
+ {
55
+ "indexed": false,
56
+ "internalType": "address[]",
57
+ "name": "targets",
58
+ "type": "address[]"
59
+ },
60
+ {
61
+ "indexed": false,
62
+ "internalType": "uint256[]",
63
+ "name": "values",
64
+ "type": "uint256[]"
65
+ },
66
+ {
67
+ "indexed": false,
68
+ "internalType": "string[]",
69
+ "name": "signatures",
70
+ "type": "string[]"
71
+ },
72
+ {
73
+ "indexed": false,
74
+ "internalType": "bytes[]",
75
+ "name": "calldatas",
76
+ "type": "bytes[]"
77
+ },
78
+ {
79
+ "indexed": false,
80
+ "internalType": "uint256",
81
+ "name": "startBlock",
82
+ "type": "uint256"
83
+ },
84
+ {
85
+ "indexed": false,
86
+ "internalType": "uint256",
87
+ "name": "endBlock",
88
+ "type": "uint256"
89
+ },
90
+ {
91
+ "indexed": false,
92
+ "internalType": "string",
93
+ "name": "description",
94
+ "type": "string"
95
+ }
96
+ ],
97
+ "name": "ProposalCreated",
98
+ "type": "event"
99
+ },
100
+ {
101
+ "anonymous": false,
102
+ "inputs": [
103
+ {
104
+ "indexed": false,
105
+ "internalType": "uint256",
106
+ "name": "id",
107
+ "type": "uint256"
108
+ }
109
+ ],
110
+ "name": "ProposalExecuted",
111
+ "type": "event"
112
+ },
113
+ {
114
+ "anonymous": false,
115
+ "inputs": [
116
+ {
117
+ "indexed": false,
118
+ "internalType": "uint256",
119
+ "name": "id",
120
+ "type": "uint256"
121
+ },
122
+ {
123
+ "indexed": false,
124
+ "internalType": "uint256",
125
+ "name": "eta",
126
+ "type": "uint256"
127
+ }
128
+ ],
129
+ "name": "ProposalQueued",
130
+ "type": "event"
131
+ },
132
+ {
133
+ "anonymous": false,
134
+ "inputs": [
135
+ {
136
+ "indexed": false,
137
+ "internalType": "address",
138
+ "name": "voter",
139
+ "type": "address"
140
+ },
141
+ {
142
+ "indexed": false,
143
+ "internalType": "uint256",
144
+ "name": "proposalId",
145
+ "type": "uint256"
146
+ },
147
+ {
148
+ "indexed": false,
149
+ "internalType": "bool",
150
+ "name": "support",
151
+ "type": "bool"
152
+ },
153
+ {
154
+ "indexed": false,
155
+ "internalType": "uint256",
156
+ "name": "votes",
157
+ "type": "uint256"
158
+ }
159
+ ],
160
+ "name": "VoteCast",
161
+ "type": "event"
162
+ },
163
+ {
164
+ "constant": true,
165
+ "inputs": [],
166
+ "name": "BALLOT_TYPEHASH",
167
+ "outputs": [
168
+ {
169
+ "internalType": "bytes32",
170
+ "name": "",
171
+ "type": "bytes32"
172
+ }
173
+ ],
174
+ "payable": false,
175
+ "stateMutability": "view",
176
+ "type": "function"
177
+ },
178
+ {
179
+ "constant": true,
180
+ "inputs": [],
181
+ "name": "DOMAIN_TYPEHASH",
182
+ "outputs": [
183
+ {
184
+ "internalType": "bytes32",
185
+ "name": "",
186
+ "type": "bytes32"
187
+ }
188
+ ],
189
+ "payable": false,
190
+ "stateMutability": "view",
191
+ "type": "function"
192
+ },
193
+ {
194
+ "constant": false,
195
+ "inputs": [],
196
+ "name": "__abdicate",
197
+ "outputs": [],
198
+ "payable": false,
199
+ "stateMutability": "nonpayable",
200
+ "type": "function"
201
+ },
202
+ {
203
+ "constant": false,
204
+ "inputs": [],
205
+ "name": "__acceptAdmin",
206
+ "outputs": [],
207
+ "payable": false,
208
+ "stateMutability": "nonpayable",
209
+ "type": "function"
210
+ },
211
+ {
212
+ "constant": false,
213
+ "inputs": [
214
+ {
215
+ "internalType": "address",
216
+ "name": "newPendingAdmin",
217
+ "type": "address"
218
+ },
219
+ {
220
+ "internalType": "uint256",
221
+ "name": "eta",
222
+ "type": "uint256"
223
+ }
224
+ ],
225
+ "name": "__executeSetTimelockPendingAdmin",
226
+ "outputs": [],
227
+ "payable": false,
228
+ "stateMutability": "nonpayable",
229
+ "type": "function"
230
+ },
231
+ {
232
+ "constant": false,
233
+ "inputs": [
234
+ {
235
+ "internalType": "address",
236
+ "name": "newPendingAdmin",
237
+ "type": "address"
238
+ },
239
+ {
240
+ "internalType": "uint256",
241
+ "name": "eta",
242
+ "type": "uint256"
243
+ }
244
+ ],
245
+ "name": "__queueSetTimelockPendingAdmin",
246
+ "outputs": [],
247
+ "payable": false,
248
+ "stateMutability": "nonpayable",
249
+ "type": "function"
250
+ },
251
+ {
252
+ "constant": false,
253
+ "inputs": [
254
+ {
255
+ "internalType": "uint256",
256
+ "name": "proposalId",
257
+ "type": "uint256"
258
+ }
259
+ ],
260
+ "name": "cancel",
261
+ "outputs": [],
262
+ "payable": false,
263
+ "stateMutability": "nonpayable",
264
+ "type": "function"
265
+ },
266
+ {
267
+ "constant": false,
268
+ "inputs": [
269
+ {
270
+ "internalType": "uint256",
271
+ "name": "proposalId",
272
+ "type": "uint256"
273
+ },
274
+ {
275
+ "internalType": "bool",
276
+ "name": "support",
277
+ "type": "bool"
278
+ }
279
+ ],
280
+ "name": "castVote",
281
+ "outputs": [],
282
+ "payable": false,
283
+ "stateMutability": "nonpayable",
284
+ "type": "function"
285
+ },
286
+ {
287
+ "constant": false,
288
+ "inputs": [
289
+ {
290
+ "internalType": "uint256",
291
+ "name": "proposalId",
292
+ "type": "uint256"
293
+ },
294
+ {
295
+ "internalType": "bool",
296
+ "name": "support",
297
+ "type": "bool"
298
+ },
299
+ {
300
+ "internalType": "uint8",
301
+ "name": "v",
302
+ "type": "uint8"
303
+ },
304
+ {
305
+ "internalType": "bytes32",
306
+ "name": "r",
307
+ "type": "bytes32"
308
+ },
309
+ {
310
+ "internalType": "bytes32",
311
+ "name": "s",
312
+ "type": "bytes32"
313
+ }
314
+ ],
315
+ "name": "castVoteBySig",
316
+ "outputs": [],
317
+ "payable": false,
318
+ "stateMutability": "nonpayable",
319
+ "type": "function"
320
+ },
321
+ {
322
+ "constant": false,
323
+ "inputs": [
324
+ {
325
+ "internalType": "uint256",
326
+ "name": "proposalId",
327
+ "type": "uint256"
328
+ }
329
+ ],
330
+ "name": "execute",
331
+ "outputs": [],
332
+ "payable": true,
333
+ "stateMutability": "payable",
334
+ "type": "function"
335
+ },
336
+ {
337
+ "constant": true,
338
+ "inputs": [
339
+ {
340
+ "internalType": "uint256",
341
+ "name": "proposalId",
342
+ "type": "uint256"
343
+ }
344
+ ],
345
+ "name": "getActions",
346
+ "outputs": [
347
+ {
348
+ "internalType": "address[]",
349
+ "name": "targets",
350
+ "type": "address[]"
351
+ },
352
+ {
353
+ "internalType": "uint256[]",
354
+ "name": "values",
355
+ "type": "uint256[]"
356
+ },
357
+ {
358
+ "internalType": "string[]",
359
+ "name": "signatures",
360
+ "type": "string[]"
361
+ },
362
+ {
363
+ "internalType": "bytes[]",
364
+ "name": "calldatas",
365
+ "type": "bytes[]"
366
+ }
367
+ ],
368
+ "payable": false,
369
+ "stateMutability": "view",
370
+ "type": "function"
371
+ },
372
+ {
373
+ "constant": true,
374
+ "inputs": [
375
+ {
376
+ "internalType": "uint256",
377
+ "name": "proposalId",
378
+ "type": "uint256"
379
+ },
380
+ {
381
+ "internalType": "address",
382
+ "name": "voter",
383
+ "type": "address"
384
+ }
385
+ ],
386
+ "name": "getReceipt",
387
+ "outputs": [
388
+ {
389
+ "components": [
390
+ {
391
+ "internalType": "bool",
392
+ "name": "hasVoted",
393
+ "type": "bool"
394
+ },
395
+ {
396
+ "internalType": "bool",
397
+ "name": "support",
398
+ "type": "bool"
399
+ },
400
+ {
401
+ "internalType": "uint96",
402
+ "name": "votes",
403
+ "type": "uint96"
404
+ }
405
+ ],
406
+ "internalType": "struct GovernorAlpha.Receipt",
407
+ "name": "",
408
+ "type": "tuple"
409
+ }
410
+ ],
411
+ "payable": false,
412
+ "stateMutability": "view",
413
+ "type": "function"
414
+ },
415
+ {
416
+ "constant": true,
417
+ "inputs": [],
418
+ "name": "guardian",
419
+ "outputs": [
420
+ {
421
+ "internalType": "address",
422
+ "name": "",
423
+ "type": "address"
424
+ }
425
+ ],
426
+ "payable": false,
427
+ "stateMutability": "view",
428
+ "type": "function"
429
+ },
430
+ {
431
+ "constant": true,
432
+ "inputs": [
433
+ {
434
+ "internalType": "address",
435
+ "name": "",
436
+ "type": "address"
437
+ }
438
+ ],
439
+ "name": "latestProposalIds",
440
+ "outputs": [
441
+ {
442
+ "internalType": "uint256",
443
+ "name": "",
444
+ "type": "uint256"
445
+ }
446
+ ],
447
+ "payable": false,
448
+ "stateMutability": "view",
449
+ "type": "function"
450
+ },
451
+ {
452
+ "constant": true,
453
+ "inputs": [],
454
+ "name": "name",
455
+ "outputs": [
456
+ {
457
+ "internalType": "string",
458
+ "name": "",
459
+ "type": "string"
460
+ }
461
+ ],
462
+ "payable": false,
463
+ "stateMutability": "view",
464
+ "type": "function"
465
+ },
466
+ {
467
+ "constant": true,
468
+ "inputs": [],
469
+ "name": "proposalCount",
470
+ "outputs": [
471
+ {
472
+ "internalType": "uint256",
473
+ "name": "",
474
+ "type": "uint256"
475
+ }
476
+ ],
477
+ "payable": false,
478
+ "stateMutability": "view",
479
+ "type": "function"
480
+ },
481
+ {
482
+ "constant": true,
483
+ "inputs": [],
484
+ "name": "proposalMaxOperations",
485
+ "outputs": [
486
+ {
487
+ "internalType": "uint256",
488
+ "name": "",
489
+ "type": "uint256"
490
+ }
491
+ ],
492
+ "payable": false,
493
+ "stateMutability": "pure",
494
+ "type": "function"
495
+ },
496
+ {
497
+ "constant": true,
498
+ "inputs": [],
499
+ "name": "proposalThreshold",
500
+ "outputs": [
501
+ {
502
+ "internalType": "uint256",
503
+ "name": "",
504
+ "type": "uint256"
505
+ }
506
+ ],
507
+ "payable": false,
508
+ "stateMutability": "pure",
509
+ "type": "function"
510
+ },
511
+ {
512
+ "constant": true,
513
+ "inputs": [
514
+ {
515
+ "internalType": "uint256",
516
+ "name": "",
517
+ "type": "uint256"
518
+ }
519
+ ],
520
+ "name": "proposals",
521
+ "outputs": [
522
+ {
523
+ "internalType": "uint256",
524
+ "name": "id",
525
+ "type": "uint256"
526
+ },
527
+ {
528
+ "internalType": "address",
529
+ "name": "proposer",
530
+ "type": "address"
531
+ },
532
+ {
533
+ "internalType": "uint256",
534
+ "name": "eta",
535
+ "type": "uint256"
536
+ },
537
+ {
538
+ "internalType": "uint256",
539
+ "name": "startBlock",
540
+ "type": "uint256"
541
+ },
542
+ {
543
+ "internalType": "uint256",
544
+ "name": "endBlock",
545
+ "type": "uint256"
546
+ },
547
+ {
548
+ "internalType": "uint256",
549
+ "name": "forVotes",
550
+ "type": "uint256"
551
+ },
552
+ {
553
+ "internalType": "uint256",
554
+ "name": "againstVotes",
555
+ "type": "uint256"
556
+ },
557
+ {
558
+ "internalType": "bool",
559
+ "name": "canceled",
560
+ "type": "bool"
561
+ },
562
+ {
563
+ "internalType": "bool",
564
+ "name": "executed",
565
+ "type": "bool"
566
+ }
567
+ ],
568
+ "payable": false,
569
+ "stateMutability": "view",
570
+ "type": "function"
571
+ },
572
+ {
573
+ "constant": false,
574
+ "inputs": [
575
+ {
576
+ "internalType": "address[]",
577
+ "name": "targets",
578
+ "type": "address[]"
579
+ },
580
+ {
581
+ "internalType": "uint256[]",
582
+ "name": "values",
583
+ "type": "uint256[]"
584
+ },
585
+ {
586
+ "internalType": "string[]",
587
+ "name": "signatures",
588
+ "type": "string[]"
589
+ },
590
+ {
591
+ "internalType": "bytes[]",
592
+ "name": "calldatas",
593
+ "type": "bytes[]"
594
+ },
595
+ {
596
+ "internalType": "string",
597
+ "name": "description",
598
+ "type": "string"
599
+ }
600
+ ],
601
+ "name": "propose",
602
+ "outputs": [
603
+ {
604
+ "internalType": "uint256",
605
+ "name": "",
606
+ "type": "uint256"
607
+ }
608
+ ],
609
+ "payable": false,
610
+ "stateMutability": "nonpayable",
611
+ "type": "function"
612
+ },
613
+ {
614
+ "constant": false,
615
+ "inputs": [
616
+ {
617
+ "internalType": "uint256",
618
+ "name": "proposalId",
619
+ "type": "uint256"
620
+ }
621
+ ],
622
+ "name": "queue",
623
+ "outputs": [],
624
+ "payable": false,
625
+ "stateMutability": "nonpayable",
626
+ "type": "function"
627
+ },
628
+ {
629
+ "constant": true,
630
+ "inputs": [],
631
+ "name": "quorumVotes",
632
+ "outputs": [
633
+ {
634
+ "internalType": "uint256",
635
+ "name": "",
636
+ "type": "uint256"
637
+ }
638
+ ],
639
+ "payable": false,
640
+ "stateMutability": "pure",
641
+ "type": "function"
642
+ },
643
+ {
644
+ "constant": true,
645
+ "inputs": [
646
+ {
647
+ "internalType": "uint256",
648
+ "name": "proposalId",
649
+ "type": "uint256"
650
+ }
651
+ ],
652
+ "name": "state",
653
+ "outputs": [
654
+ {
655
+ "internalType": "enum GovernorAlpha.ProposalState",
656
+ "name": "",
657
+ "type": "uint8"
658
+ }
659
+ ],
660
+ "payable": false,
661
+ "stateMutability": "view",
662
+ "type": "function"
663
+ },
664
+ {
665
+ "constant": true,
666
+ "inputs": [],
667
+ "name": "timelock",
668
+ "outputs": [
669
+ {
670
+ "internalType": "contract TimelockInterface",
671
+ "name": "",
672
+ "type": "address"
673
+ }
674
+ ],
675
+ "payable": false,
676
+ "stateMutability": "view",
677
+ "type": "function"
678
+ },
679
+ {
680
+ "constant": true,
681
+ "inputs": [],
682
+ "name": "votingDelay",
683
+ "outputs": [
684
+ {
685
+ "internalType": "uint256",
686
+ "name": "",
687
+ "type": "uint256"
688
+ }
689
+ ],
690
+ "payable": false,
691
+ "stateMutability": "pure",
692
+ "type": "function"
693
+ },
694
+ {
695
+ "constant": true,
696
+ "inputs": [],
697
+ "name": "votingPeriod",
698
+ "outputs": [
699
+ {
700
+ "internalType": "uint256",
701
+ "name": "",
702
+ "type": "uint256"
703
+ }
704
+ ],
705
+ "payable": false,
706
+ "stateMutability": "pure",
707
+ "type": "function"
708
+ },
709
+ {
710
+ "constant": true,
711
+ "inputs": [],
712
+ "name": "xvs",
713
+ "outputs": [
714
+ {
715
+ "internalType": "contract XVSInterface",
716
+ "name": "",
717
+ "type": "address"
718
+ }
719
+ ],
720
+ "payable": false,
721
+ "stateMutability": "view",
722
+ "type": "function"
723
+ }
724
+ ],
725
+ "numDeployments": 1
726
+ }