@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,1168 @@
1
+ {
2
+ "address": "0x4baf88aba7f86f6540728bef454b224c5d2215e7",
3
+ "abi": [
4
+ {
5
+ "anonymous": false,
6
+ "inputs": [
7
+ {
8
+ "indexed": false,
9
+ "internalType": "address",
10
+ "name": "oldAdmin",
11
+ "type": "address"
12
+ },
13
+ {
14
+ "indexed": false,
15
+ "internalType": "address",
16
+ "name": "newAdmin",
17
+ "type": "address"
18
+ }
19
+ ],
20
+ "name": "NewAdmin",
21
+ "type": "event"
22
+ },
23
+ {
24
+ "anonymous": false,
25
+ "inputs": [
26
+ {
27
+ "indexed": false,
28
+ "internalType": "address",
29
+ "name": "oldGuardian",
30
+ "type": "address"
31
+ },
32
+ {
33
+ "indexed": false,
34
+ "internalType": "address",
35
+ "name": "newGuardian",
36
+ "type": "address"
37
+ }
38
+ ],
39
+ "name": "NewGuardian",
40
+ "type": "event"
41
+ },
42
+ {
43
+ "anonymous": false,
44
+ "inputs": [
45
+ {
46
+ "indexed": false,
47
+ "internalType": "address",
48
+ "name": "oldImplementation",
49
+ "type": "address"
50
+ },
51
+ {
52
+ "indexed": false,
53
+ "internalType": "address",
54
+ "name": "newImplementation",
55
+ "type": "address"
56
+ }
57
+ ],
58
+ "name": "NewImplementation",
59
+ "type": "event"
60
+ },
61
+ {
62
+ "anonymous": false,
63
+ "inputs": [
64
+ {
65
+ "indexed": false,
66
+ "internalType": "address",
67
+ "name": "oldPendingAdmin",
68
+ "type": "address"
69
+ },
70
+ {
71
+ "indexed": false,
72
+ "internalType": "address",
73
+ "name": "newPendingAdmin",
74
+ "type": "address"
75
+ }
76
+ ],
77
+ "name": "NewPendingAdmin",
78
+ "type": "event"
79
+ },
80
+ {
81
+ "anonymous": false,
82
+ "inputs": [
83
+ {
84
+ "indexed": false,
85
+ "internalType": "uint256",
86
+ "name": "id",
87
+ "type": "uint256"
88
+ }
89
+ ],
90
+ "name": "ProposalCanceled",
91
+ "type": "event"
92
+ },
93
+ {
94
+ "anonymous": false,
95
+ "inputs": [
96
+ {
97
+ "indexed": false,
98
+ "internalType": "uint256",
99
+ "name": "id",
100
+ "type": "uint256"
101
+ },
102
+ {
103
+ "indexed": false,
104
+ "internalType": "address",
105
+ "name": "proposer",
106
+ "type": "address"
107
+ },
108
+ {
109
+ "indexed": false,
110
+ "internalType": "address[]",
111
+ "name": "targets",
112
+ "type": "address[]"
113
+ },
114
+ {
115
+ "indexed": false,
116
+ "internalType": "uint256[]",
117
+ "name": "values",
118
+ "type": "uint256[]"
119
+ },
120
+ {
121
+ "indexed": false,
122
+ "internalType": "string[]",
123
+ "name": "signatures",
124
+ "type": "string[]"
125
+ },
126
+ {
127
+ "indexed": false,
128
+ "internalType": "bytes[]",
129
+ "name": "calldatas",
130
+ "type": "bytes[]"
131
+ },
132
+ {
133
+ "indexed": false,
134
+ "internalType": "uint256",
135
+ "name": "startBlock",
136
+ "type": "uint256"
137
+ },
138
+ {
139
+ "indexed": false,
140
+ "internalType": "uint256",
141
+ "name": "endBlock",
142
+ "type": "uint256"
143
+ },
144
+ {
145
+ "indexed": false,
146
+ "internalType": "string",
147
+ "name": "description",
148
+ "type": "string"
149
+ },
150
+ {
151
+ "indexed": false,
152
+ "internalType": "uint8",
153
+ "name": "proposalType",
154
+ "type": "uint8"
155
+ }
156
+ ],
157
+ "name": "ProposalCreated",
158
+ "type": "event"
159
+ },
160
+ {
161
+ "anonymous": false,
162
+ "inputs": [
163
+ {
164
+ "indexed": false,
165
+ "internalType": "uint256",
166
+ "name": "id",
167
+ "type": "uint256"
168
+ }
169
+ ],
170
+ "name": "ProposalExecuted",
171
+ "type": "event"
172
+ },
173
+ {
174
+ "anonymous": false,
175
+ "inputs": [
176
+ {
177
+ "indexed": false,
178
+ "internalType": "uint256",
179
+ "name": "oldMaxOperations",
180
+ "type": "uint256"
181
+ },
182
+ {
183
+ "indexed": false,
184
+ "internalType": "uint256",
185
+ "name": "newMaxOperations",
186
+ "type": "uint256"
187
+ }
188
+ ],
189
+ "name": "ProposalMaxOperationsUpdated",
190
+ "type": "event"
191
+ },
192
+ {
193
+ "anonymous": false,
194
+ "inputs": [
195
+ {
196
+ "indexed": false,
197
+ "internalType": "uint256",
198
+ "name": "id",
199
+ "type": "uint256"
200
+ },
201
+ {
202
+ "indexed": false,
203
+ "internalType": "uint256",
204
+ "name": "eta",
205
+ "type": "uint256"
206
+ }
207
+ ],
208
+ "name": "ProposalQueued",
209
+ "type": "event"
210
+ },
211
+ {
212
+ "anonymous": false,
213
+ "inputs": [
214
+ {
215
+ "indexed": false,
216
+ "internalType": "uint256",
217
+ "name": "oldProposalThreshold",
218
+ "type": "uint256"
219
+ },
220
+ {
221
+ "indexed": false,
222
+ "internalType": "uint256",
223
+ "name": "newProposalThreshold",
224
+ "type": "uint256"
225
+ }
226
+ ],
227
+ "name": "ProposalThresholdSet",
228
+ "type": "event"
229
+ },
230
+ {
231
+ "anonymous": false,
232
+ "inputs": [
233
+ {
234
+ "indexed": true,
235
+ "internalType": "address",
236
+ "name": "voter",
237
+ "type": "address"
238
+ },
239
+ {
240
+ "indexed": false,
241
+ "internalType": "uint256",
242
+ "name": "proposalId",
243
+ "type": "uint256"
244
+ },
245
+ {
246
+ "indexed": false,
247
+ "internalType": "uint8",
248
+ "name": "support",
249
+ "type": "uint8"
250
+ },
251
+ {
252
+ "indexed": false,
253
+ "internalType": "uint256",
254
+ "name": "votes",
255
+ "type": "uint256"
256
+ },
257
+ {
258
+ "indexed": false,
259
+ "internalType": "string",
260
+ "name": "reason",
261
+ "type": "string"
262
+ }
263
+ ],
264
+ "name": "VoteCast",
265
+ "type": "event"
266
+ },
267
+ {
268
+ "anonymous": false,
269
+ "inputs": [
270
+ {
271
+ "indexed": false,
272
+ "internalType": "uint256",
273
+ "name": "oldVotingDelay",
274
+ "type": "uint256"
275
+ },
276
+ {
277
+ "indexed": false,
278
+ "internalType": "uint256",
279
+ "name": "newVotingDelay",
280
+ "type": "uint256"
281
+ }
282
+ ],
283
+ "name": "VotingDelaySet",
284
+ "type": "event"
285
+ },
286
+ {
287
+ "anonymous": false,
288
+ "inputs": [
289
+ {
290
+ "indexed": false,
291
+ "internalType": "uint256",
292
+ "name": "oldVotingPeriod",
293
+ "type": "uint256"
294
+ },
295
+ {
296
+ "indexed": false,
297
+ "internalType": "uint256",
298
+ "name": "newVotingPeriod",
299
+ "type": "uint256"
300
+ }
301
+ ],
302
+ "name": "VotingPeriodSet",
303
+ "type": "event"
304
+ },
305
+ {
306
+ "constant": true,
307
+ "inputs": [],
308
+ "name": "BALLOT_TYPEHASH",
309
+ "outputs": [
310
+ {
311
+ "internalType": "bytes32",
312
+ "name": "",
313
+ "type": "bytes32"
314
+ }
315
+ ],
316
+ "payable": false,
317
+ "stateMutability": "view",
318
+ "type": "function"
319
+ },
320
+ {
321
+ "constant": true,
322
+ "inputs": [],
323
+ "name": "DOMAIN_TYPEHASH",
324
+ "outputs": [
325
+ {
326
+ "internalType": "bytes32",
327
+ "name": "",
328
+ "type": "bytes32"
329
+ }
330
+ ],
331
+ "payable": false,
332
+ "stateMutability": "view",
333
+ "type": "function"
334
+ },
335
+ {
336
+ "constant": true,
337
+ "inputs": [],
338
+ "name": "MAX_PROPOSAL_THRESHOLD",
339
+ "outputs": [
340
+ {
341
+ "internalType": "uint256",
342
+ "name": "",
343
+ "type": "uint256"
344
+ }
345
+ ],
346
+ "payable": false,
347
+ "stateMutability": "view",
348
+ "type": "function"
349
+ },
350
+ {
351
+ "constant": true,
352
+ "inputs": [],
353
+ "name": "MAX_VOTING_DELAY",
354
+ "outputs": [
355
+ {
356
+ "internalType": "uint256",
357
+ "name": "",
358
+ "type": "uint256"
359
+ }
360
+ ],
361
+ "payable": false,
362
+ "stateMutability": "view",
363
+ "type": "function"
364
+ },
365
+ {
366
+ "constant": true,
367
+ "inputs": [],
368
+ "name": "MAX_VOTING_PERIOD",
369
+ "outputs": [
370
+ {
371
+ "internalType": "uint256",
372
+ "name": "",
373
+ "type": "uint256"
374
+ }
375
+ ],
376
+ "payable": false,
377
+ "stateMutability": "view",
378
+ "type": "function"
379
+ },
380
+ {
381
+ "constant": true,
382
+ "inputs": [],
383
+ "name": "MIN_PROPOSAL_THRESHOLD",
384
+ "outputs": [
385
+ {
386
+ "internalType": "uint256",
387
+ "name": "",
388
+ "type": "uint256"
389
+ }
390
+ ],
391
+ "payable": false,
392
+ "stateMutability": "view",
393
+ "type": "function"
394
+ },
395
+ {
396
+ "constant": true,
397
+ "inputs": [],
398
+ "name": "MIN_VOTING_DELAY",
399
+ "outputs": [
400
+ {
401
+ "internalType": "uint256",
402
+ "name": "",
403
+ "type": "uint256"
404
+ }
405
+ ],
406
+ "payable": false,
407
+ "stateMutability": "view",
408
+ "type": "function"
409
+ },
410
+ {
411
+ "constant": true,
412
+ "inputs": [],
413
+ "name": "MIN_VOTING_PERIOD",
414
+ "outputs": [
415
+ {
416
+ "internalType": "uint256",
417
+ "name": "",
418
+ "type": "uint256"
419
+ }
420
+ ],
421
+ "payable": false,
422
+ "stateMutability": "view",
423
+ "type": "function"
424
+ },
425
+ {
426
+ "constant": false,
427
+ "inputs": [],
428
+ "name": "_acceptAdmin",
429
+ "outputs": [],
430
+ "payable": false,
431
+ "stateMutability": "nonpayable",
432
+ "type": "function"
433
+ },
434
+ {
435
+ "constant": false,
436
+ "inputs": [
437
+ {
438
+ "internalType": "address",
439
+ "name": "governorAlpha",
440
+ "type": "address"
441
+ }
442
+ ],
443
+ "name": "_initiate",
444
+ "outputs": [],
445
+ "payable": false,
446
+ "stateMutability": "nonpayable",
447
+ "type": "function"
448
+ },
449
+ {
450
+ "constant": false,
451
+ "inputs": [
452
+ {
453
+ "internalType": "address",
454
+ "name": "newGuardian",
455
+ "type": "address"
456
+ }
457
+ ],
458
+ "name": "_setGuardian",
459
+ "outputs": [],
460
+ "payable": false,
461
+ "stateMutability": "nonpayable",
462
+ "type": "function"
463
+ },
464
+ {
465
+ "constant": false,
466
+ "inputs": [
467
+ {
468
+ "internalType": "address",
469
+ "name": "newPendingAdmin",
470
+ "type": "address"
471
+ }
472
+ ],
473
+ "name": "_setPendingAdmin",
474
+ "outputs": [],
475
+ "payable": false,
476
+ "stateMutability": "nonpayable",
477
+ "type": "function"
478
+ },
479
+ {
480
+ "constant": false,
481
+ "inputs": [
482
+ {
483
+ "internalType": "uint256",
484
+ "name": "proposalMaxOperations_",
485
+ "type": "uint256"
486
+ }
487
+ ],
488
+ "name": "_setProposalMaxOperations",
489
+ "outputs": [],
490
+ "payable": false,
491
+ "stateMutability": "nonpayable",
492
+ "type": "function"
493
+ },
494
+ {
495
+ "constant": true,
496
+ "inputs": [],
497
+ "name": "admin",
498
+ "outputs": [
499
+ {
500
+ "internalType": "address",
501
+ "name": "",
502
+ "type": "address"
503
+ }
504
+ ],
505
+ "payable": false,
506
+ "stateMutability": "view",
507
+ "type": "function"
508
+ },
509
+ {
510
+ "constant": false,
511
+ "inputs": [
512
+ {
513
+ "internalType": "uint256",
514
+ "name": "proposalId",
515
+ "type": "uint256"
516
+ }
517
+ ],
518
+ "name": "cancel",
519
+ "outputs": [],
520
+ "payable": false,
521
+ "stateMutability": "nonpayable",
522
+ "type": "function"
523
+ },
524
+ {
525
+ "constant": false,
526
+ "inputs": [
527
+ {
528
+ "internalType": "uint256",
529
+ "name": "proposalId",
530
+ "type": "uint256"
531
+ },
532
+ {
533
+ "internalType": "uint8",
534
+ "name": "support",
535
+ "type": "uint8"
536
+ }
537
+ ],
538
+ "name": "castVote",
539
+ "outputs": [],
540
+ "payable": false,
541
+ "stateMutability": "nonpayable",
542
+ "type": "function"
543
+ },
544
+ {
545
+ "constant": false,
546
+ "inputs": [
547
+ {
548
+ "internalType": "uint256",
549
+ "name": "proposalId",
550
+ "type": "uint256"
551
+ },
552
+ {
553
+ "internalType": "uint8",
554
+ "name": "support",
555
+ "type": "uint8"
556
+ },
557
+ {
558
+ "internalType": "uint8",
559
+ "name": "v",
560
+ "type": "uint8"
561
+ },
562
+ {
563
+ "internalType": "bytes32",
564
+ "name": "r",
565
+ "type": "bytes32"
566
+ },
567
+ {
568
+ "internalType": "bytes32",
569
+ "name": "s",
570
+ "type": "bytes32"
571
+ }
572
+ ],
573
+ "name": "castVoteBySig",
574
+ "outputs": [],
575
+ "payable": false,
576
+ "stateMutability": "nonpayable",
577
+ "type": "function"
578
+ },
579
+ {
580
+ "constant": false,
581
+ "inputs": [
582
+ {
583
+ "internalType": "uint256",
584
+ "name": "proposalId",
585
+ "type": "uint256"
586
+ },
587
+ {
588
+ "internalType": "uint8",
589
+ "name": "support",
590
+ "type": "uint8"
591
+ },
592
+ {
593
+ "internalType": "string",
594
+ "name": "reason",
595
+ "type": "string"
596
+ }
597
+ ],
598
+ "name": "castVoteWithReason",
599
+ "outputs": [],
600
+ "payable": false,
601
+ "stateMutability": "nonpayable",
602
+ "type": "function"
603
+ },
604
+ {
605
+ "constant": false,
606
+ "inputs": [
607
+ {
608
+ "internalType": "uint256",
609
+ "name": "proposalId",
610
+ "type": "uint256"
611
+ }
612
+ ],
613
+ "name": "execute",
614
+ "outputs": [],
615
+ "payable": false,
616
+ "stateMutability": "nonpayable",
617
+ "type": "function"
618
+ },
619
+ {
620
+ "constant": true,
621
+ "inputs": [
622
+ {
623
+ "internalType": "uint256",
624
+ "name": "proposalId",
625
+ "type": "uint256"
626
+ }
627
+ ],
628
+ "name": "getActions",
629
+ "outputs": [
630
+ {
631
+ "internalType": "address[]",
632
+ "name": "targets",
633
+ "type": "address[]"
634
+ },
635
+ {
636
+ "internalType": "uint256[]",
637
+ "name": "values",
638
+ "type": "uint256[]"
639
+ },
640
+ {
641
+ "internalType": "string[]",
642
+ "name": "signatures",
643
+ "type": "string[]"
644
+ },
645
+ {
646
+ "internalType": "bytes[]",
647
+ "name": "calldatas",
648
+ "type": "bytes[]"
649
+ }
650
+ ],
651
+ "payable": false,
652
+ "stateMutability": "view",
653
+ "type": "function"
654
+ },
655
+ {
656
+ "constant": true,
657
+ "inputs": [
658
+ {
659
+ "internalType": "uint256",
660
+ "name": "proposalId",
661
+ "type": "uint256"
662
+ },
663
+ {
664
+ "internalType": "address",
665
+ "name": "voter",
666
+ "type": "address"
667
+ }
668
+ ],
669
+ "name": "getReceipt",
670
+ "outputs": [
671
+ {
672
+ "components": [
673
+ {
674
+ "internalType": "bool",
675
+ "name": "hasVoted",
676
+ "type": "bool"
677
+ },
678
+ {
679
+ "internalType": "uint8",
680
+ "name": "support",
681
+ "type": "uint8"
682
+ },
683
+ {
684
+ "internalType": "uint96",
685
+ "name": "votes",
686
+ "type": "uint96"
687
+ }
688
+ ],
689
+ "internalType": "struct GovernorBravoDelegateStorageV1.Receipt",
690
+ "name": "",
691
+ "type": "tuple"
692
+ }
693
+ ],
694
+ "payable": false,
695
+ "stateMutability": "view",
696
+ "type": "function"
697
+ },
698
+ {
699
+ "constant": true,
700
+ "inputs": [],
701
+ "name": "guardian",
702
+ "outputs": [
703
+ {
704
+ "internalType": "address",
705
+ "name": "",
706
+ "type": "address"
707
+ }
708
+ ],
709
+ "payable": false,
710
+ "stateMutability": "view",
711
+ "type": "function"
712
+ },
713
+ {
714
+ "constant": true,
715
+ "inputs": [],
716
+ "name": "implementation",
717
+ "outputs": [
718
+ {
719
+ "internalType": "address",
720
+ "name": "",
721
+ "type": "address"
722
+ }
723
+ ],
724
+ "payable": false,
725
+ "stateMutability": "view",
726
+ "type": "function"
727
+ },
728
+ {
729
+ "constant": true,
730
+ "inputs": [],
731
+ "name": "initialProposalId",
732
+ "outputs": [
733
+ {
734
+ "internalType": "uint256",
735
+ "name": "",
736
+ "type": "uint256"
737
+ }
738
+ ],
739
+ "payable": false,
740
+ "stateMutability": "view",
741
+ "type": "function"
742
+ },
743
+ {
744
+ "constant": false,
745
+ "inputs": [
746
+ {
747
+ "internalType": "address",
748
+ "name": "xvsVault_",
749
+ "type": "address"
750
+ },
751
+ {
752
+ "components": [
753
+ {
754
+ "internalType": "uint256",
755
+ "name": "votingDelay",
756
+ "type": "uint256"
757
+ },
758
+ {
759
+ "internalType": "uint256",
760
+ "name": "votingPeriod",
761
+ "type": "uint256"
762
+ },
763
+ {
764
+ "internalType": "uint256",
765
+ "name": "proposalThreshold",
766
+ "type": "uint256"
767
+ }
768
+ ],
769
+ "internalType": "struct GovernorBravoDelegateStorageV2.ProposalConfig[]",
770
+ "name": "proposalConfigs_",
771
+ "type": "tuple[]"
772
+ },
773
+ {
774
+ "internalType": "contract TimelockInterface[]",
775
+ "name": "timelocks",
776
+ "type": "address[]"
777
+ },
778
+ {
779
+ "internalType": "address",
780
+ "name": "guardian_",
781
+ "type": "address"
782
+ }
783
+ ],
784
+ "name": "initialize",
785
+ "outputs": [],
786
+ "payable": false,
787
+ "stateMutability": "nonpayable",
788
+ "type": "function"
789
+ },
790
+ {
791
+ "constant": true,
792
+ "inputs": [
793
+ {
794
+ "internalType": "address",
795
+ "name": "",
796
+ "type": "address"
797
+ }
798
+ ],
799
+ "name": "latestProposalIds",
800
+ "outputs": [
801
+ {
802
+ "internalType": "uint256",
803
+ "name": "",
804
+ "type": "uint256"
805
+ }
806
+ ],
807
+ "payable": false,
808
+ "stateMutability": "view",
809
+ "type": "function"
810
+ },
811
+ {
812
+ "constant": true,
813
+ "inputs": [],
814
+ "name": "name",
815
+ "outputs": [
816
+ {
817
+ "internalType": "string",
818
+ "name": "",
819
+ "type": "string"
820
+ }
821
+ ],
822
+ "payable": false,
823
+ "stateMutability": "view",
824
+ "type": "function"
825
+ },
826
+ {
827
+ "constant": true,
828
+ "inputs": [],
829
+ "name": "pendingAdmin",
830
+ "outputs": [
831
+ {
832
+ "internalType": "address",
833
+ "name": "",
834
+ "type": "address"
835
+ }
836
+ ],
837
+ "payable": false,
838
+ "stateMutability": "view",
839
+ "type": "function"
840
+ },
841
+ {
842
+ "constant": true,
843
+ "inputs": [
844
+ {
845
+ "internalType": "uint256",
846
+ "name": "",
847
+ "type": "uint256"
848
+ }
849
+ ],
850
+ "name": "proposalConfigs",
851
+ "outputs": [
852
+ {
853
+ "internalType": "uint256",
854
+ "name": "votingDelay",
855
+ "type": "uint256"
856
+ },
857
+ {
858
+ "internalType": "uint256",
859
+ "name": "votingPeriod",
860
+ "type": "uint256"
861
+ },
862
+ {
863
+ "internalType": "uint256",
864
+ "name": "proposalThreshold",
865
+ "type": "uint256"
866
+ }
867
+ ],
868
+ "payable": false,
869
+ "stateMutability": "view",
870
+ "type": "function"
871
+ },
872
+ {
873
+ "constant": true,
874
+ "inputs": [],
875
+ "name": "proposalCount",
876
+ "outputs": [
877
+ {
878
+ "internalType": "uint256",
879
+ "name": "",
880
+ "type": "uint256"
881
+ }
882
+ ],
883
+ "payable": false,
884
+ "stateMutability": "view",
885
+ "type": "function"
886
+ },
887
+ {
888
+ "constant": true,
889
+ "inputs": [],
890
+ "name": "proposalMaxOperations",
891
+ "outputs": [
892
+ {
893
+ "internalType": "uint256",
894
+ "name": "",
895
+ "type": "uint256"
896
+ }
897
+ ],
898
+ "payable": false,
899
+ "stateMutability": "view",
900
+ "type": "function"
901
+ },
902
+ {
903
+ "constant": true,
904
+ "inputs": [],
905
+ "name": "proposalThreshold",
906
+ "outputs": [
907
+ {
908
+ "internalType": "uint256",
909
+ "name": "",
910
+ "type": "uint256"
911
+ }
912
+ ],
913
+ "payable": false,
914
+ "stateMutability": "view",
915
+ "type": "function"
916
+ },
917
+ {
918
+ "constant": true,
919
+ "inputs": [
920
+ {
921
+ "internalType": "uint256",
922
+ "name": "",
923
+ "type": "uint256"
924
+ }
925
+ ],
926
+ "name": "proposalTimelocks",
927
+ "outputs": [
928
+ {
929
+ "internalType": "contract TimelockInterface",
930
+ "name": "",
931
+ "type": "address"
932
+ }
933
+ ],
934
+ "payable": false,
935
+ "stateMutability": "view",
936
+ "type": "function"
937
+ },
938
+ {
939
+ "constant": true,
940
+ "inputs": [
941
+ {
942
+ "internalType": "uint256",
943
+ "name": "",
944
+ "type": "uint256"
945
+ }
946
+ ],
947
+ "name": "proposals",
948
+ "outputs": [
949
+ {
950
+ "internalType": "uint256",
951
+ "name": "id",
952
+ "type": "uint256"
953
+ },
954
+ {
955
+ "internalType": "address",
956
+ "name": "proposer",
957
+ "type": "address"
958
+ },
959
+ {
960
+ "internalType": "uint256",
961
+ "name": "eta",
962
+ "type": "uint256"
963
+ },
964
+ {
965
+ "internalType": "uint256",
966
+ "name": "startBlock",
967
+ "type": "uint256"
968
+ },
969
+ {
970
+ "internalType": "uint256",
971
+ "name": "endBlock",
972
+ "type": "uint256"
973
+ },
974
+ {
975
+ "internalType": "uint256",
976
+ "name": "forVotes",
977
+ "type": "uint256"
978
+ },
979
+ {
980
+ "internalType": "uint256",
981
+ "name": "againstVotes",
982
+ "type": "uint256"
983
+ },
984
+ {
985
+ "internalType": "uint256",
986
+ "name": "abstainVotes",
987
+ "type": "uint256"
988
+ },
989
+ {
990
+ "internalType": "bool",
991
+ "name": "canceled",
992
+ "type": "bool"
993
+ },
994
+ {
995
+ "internalType": "bool",
996
+ "name": "executed",
997
+ "type": "bool"
998
+ },
999
+ {
1000
+ "internalType": "uint8",
1001
+ "name": "proposalType",
1002
+ "type": "uint8"
1003
+ }
1004
+ ],
1005
+ "payable": false,
1006
+ "stateMutability": "view",
1007
+ "type": "function"
1008
+ },
1009
+ {
1010
+ "constant": false,
1011
+ "inputs": [
1012
+ {
1013
+ "internalType": "address[]",
1014
+ "name": "targets",
1015
+ "type": "address[]"
1016
+ },
1017
+ {
1018
+ "internalType": "uint256[]",
1019
+ "name": "values",
1020
+ "type": "uint256[]"
1021
+ },
1022
+ {
1023
+ "internalType": "string[]",
1024
+ "name": "signatures",
1025
+ "type": "string[]"
1026
+ },
1027
+ {
1028
+ "internalType": "bytes[]",
1029
+ "name": "calldatas",
1030
+ "type": "bytes[]"
1031
+ },
1032
+ {
1033
+ "internalType": "string",
1034
+ "name": "description",
1035
+ "type": "string"
1036
+ },
1037
+ {
1038
+ "internalType": "enum GovernorBravoDelegateStorageV2.ProposalType",
1039
+ "name": "proposalType",
1040
+ "type": "uint8"
1041
+ }
1042
+ ],
1043
+ "name": "propose",
1044
+ "outputs": [
1045
+ {
1046
+ "internalType": "uint256",
1047
+ "name": "",
1048
+ "type": "uint256"
1049
+ }
1050
+ ],
1051
+ "payable": false,
1052
+ "stateMutability": "nonpayable",
1053
+ "type": "function"
1054
+ },
1055
+ {
1056
+ "constant": false,
1057
+ "inputs": [
1058
+ {
1059
+ "internalType": "uint256",
1060
+ "name": "proposalId",
1061
+ "type": "uint256"
1062
+ }
1063
+ ],
1064
+ "name": "queue",
1065
+ "outputs": [],
1066
+ "payable": false,
1067
+ "stateMutability": "nonpayable",
1068
+ "type": "function"
1069
+ },
1070
+ {
1071
+ "constant": true,
1072
+ "inputs": [],
1073
+ "name": "quorumVotes",
1074
+ "outputs": [
1075
+ {
1076
+ "internalType": "uint256",
1077
+ "name": "",
1078
+ "type": "uint256"
1079
+ }
1080
+ ],
1081
+ "payable": false,
1082
+ "stateMutability": "view",
1083
+ "type": "function"
1084
+ },
1085
+ {
1086
+ "constant": true,
1087
+ "inputs": [
1088
+ {
1089
+ "internalType": "uint256",
1090
+ "name": "proposalId",
1091
+ "type": "uint256"
1092
+ }
1093
+ ],
1094
+ "name": "state",
1095
+ "outputs": [
1096
+ {
1097
+ "internalType": "enum GovernorBravoDelegateStorageV1.ProposalState",
1098
+ "name": "",
1099
+ "type": "uint8"
1100
+ }
1101
+ ],
1102
+ "payable": false,
1103
+ "stateMutability": "view",
1104
+ "type": "function"
1105
+ },
1106
+ {
1107
+ "constant": true,
1108
+ "inputs": [],
1109
+ "name": "timelock",
1110
+ "outputs": [
1111
+ {
1112
+ "internalType": "contract TimelockInterface",
1113
+ "name": "",
1114
+ "type": "address"
1115
+ }
1116
+ ],
1117
+ "payable": false,
1118
+ "stateMutability": "view",
1119
+ "type": "function"
1120
+ },
1121
+ {
1122
+ "constant": true,
1123
+ "inputs": [],
1124
+ "name": "votingDelay",
1125
+ "outputs": [
1126
+ {
1127
+ "internalType": "uint256",
1128
+ "name": "",
1129
+ "type": "uint256"
1130
+ }
1131
+ ],
1132
+ "payable": false,
1133
+ "stateMutability": "view",
1134
+ "type": "function"
1135
+ },
1136
+ {
1137
+ "constant": true,
1138
+ "inputs": [],
1139
+ "name": "votingPeriod",
1140
+ "outputs": [
1141
+ {
1142
+ "internalType": "uint256",
1143
+ "name": "",
1144
+ "type": "uint256"
1145
+ }
1146
+ ],
1147
+ "payable": false,
1148
+ "stateMutability": "view",
1149
+ "type": "function"
1150
+ },
1151
+ {
1152
+ "constant": true,
1153
+ "inputs": [],
1154
+ "name": "xvsVault",
1155
+ "outputs": [
1156
+ {
1157
+ "internalType": "contract XvsVaultInterface",
1158
+ "name": "",
1159
+ "type": "address"
1160
+ }
1161
+ ],
1162
+ "payable": false,
1163
+ "stateMutability": "view",
1164
+ "type": "function"
1165
+ }
1166
+ ],
1167
+ "numDeployments": 1
1168
+ }