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