@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,1576 @@
1
+ {
2
+ "address": "0x5573422A1a59385C247ec3a66B93B7C08eC2f8f2",
3
+ "abi": [
4
+ {
5
+ "inputs": [
6
+ {
7
+ "internalType": "address",
8
+ "name": "timelock_",
9
+ "type": "address"
10
+ },
11
+ {
12
+ "internalType": "address",
13
+ "name": "xvsVault_",
14
+ "type": "address"
15
+ },
16
+ {
17
+ "internalType": "address",
18
+ "name": "admin_",
19
+ "type": "address"
20
+ },
21
+ {
22
+ "internalType": "address",
23
+ "name": "implementation_",
24
+ "type": "address"
25
+ },
26
+ {
27
+ "internalType": "uint256",
28
+ "name": "votingPeriod_",
29
+ "type": "uint256"
30
+ },
31
+ {
32
+ "internalType": "uint256",
33
+ "name": "votingDelay_",
34
+ "type": "uint256"
35
+ },
36
+ {
37
+ "internalType": "uint256",
38
+ "name": "proposalThreshold_",
39
+ "type": "uint256"
40
+ },
41
+ {
42
+ "internalType": "address",
43
+ "name": "guardian_",
44
+ "type": "address"
45
+ }
46
+ ],
47
+ "payable": false,
48
+ "stateMutability": "nonpayable",
49
+ "type": "constructor"
50
+ },
51
+ {
52
+ "anonymous": false,
53
+ "inputs": [
54
+ {
55
+ "indexed": false,
56
+ "internalType": "address",
57
+ "name": "oldAdmin",
58
+ "type": "address"
59
+ },
60
+ {
61
+ "indexed": false,
62
+ "internalType": "address",
63
+ "name": "newAdmin",
64
+ "type": "address"
65
+ }
66
+ ],
67
+ "name": "NewAdmin",
68
+ "type": "event"
69
+ },
70
+ {
71
+ "anonymous": false,
72
+ "inputs": [
73
+ {
74
+ "indexed": false,
75
+ "internalType": "address",
76
+ "name": "oldGuardian",
77
+ "type": "address"
78
+ },
79
+ {
80
+ "indexed": false,
81
+ "internalType": "address",
82
+ "name": "newGuardian",
83
+ "type": "address"
84
+ }
85
+ ],
86
+ "name": "NewGuardian",
87
+ "type": "event"
88
+ },
89
+ {
90
+ "anonymous": false,
91
+ "inputs": [
92
+ {
93
+ "indexed": false,
94
+ "internalType": "address",
95
+ "name": "oldImplementation",
96
+ "type": "address"
97
+ },
98
+ {
99
+ "indexed": false,
100
+ "internalType": "address",
101
+ "name": "newImplementation",
102
+ "type": "address"
103
+ }
104
+ ],
105
+ "name": "NewImplementation",
106
+ "type": "event"
107
+ },
108
+ {
109
+ "anonymous": false,
110
+ "inputs": [
111
+ {
112
+ "indexed": false,
113
+ "internalType": "address",
114
+ "name": "oldPendingAdmin",
115
+ "type": "address"
116
+ },
117
+ {
118
+ "indexed": false,
119
+ "internalType": "address",
120
+ "name": "newPendingAdmin",
121
+ "type": "address"
122
+ }
123
+ ],
124
+ "name": "NewPendingAdmin",
125
+ "type": "event"
126
+ },
127
+ {
128
+ "anonymous": false,
129
+ "inputs": [
130
+ {
131
+ "indexed": false,
132
+ "internalType": "uint256",
133
+ "name": "id",
134
+ "type": "uint256"
135
+ }
136
+ ],
137
+ "name": "ProposalCanceled",
138
+ "type": "event"
139
+ },
140
+ {
141
+ "anonymous": false,
142
+ "inputs": [
143
+ {
144
+ "indexed": false,
145
+ "internalType": "uint256",
146
+ "name": "id",
147
+ "type": "uint256"
148
+ },
149
+ {
150
+ "indexed": false,
151
+ "internalType": "address",
152
+ "name": "proposer",
153
+ "type": "address"
154
+ },
155
+ {
156
+ "indexed": false,
157
+ "internalType": "address[]",
158
+ "name": "targets",
159
+ "type": "address[]"
160
+ },
161
+ {
162
+ "indexed": false,
163
+ "internalType": "uint256[]",
164
+ "name": "values",
165
+ "type": "uint256[]"
166
+ },
167
+ {
168
+ "indexed": false,
169
+ "internalType": "string[]",
170
+ "name": "signatures",
171
+ "type": "string[]"
172
+ },
173
+ {
174
+ "indexed": false,
175
+ "internalType": "bytes[]",
176
+ "name": "calldatas",
177
+ "type": "bytes[]"
178
+ },
179
+ {
180
+ "indexed": false,
181
+ "internalType": "uint256",
182
+ "name": "startBlock",
183
+ "type": "uint256"
184
+ },
185
+ {
186
+ "indexed": false,
187
+ "internalType": "uint256",
188
+ "name": "endBlock",
189
+ "type": "uint256"
190
+ },
191
+ {
192
+ "indexed": false,
193
+ "internalType": "string",
194
+ "name": "description",
195
+ "type": "string"
196
+ }
197
+ ],
198
+ "name": "ProposalCreated",
199
+ "type": "event"
200
+ },
201
+ {
202
+ "anonymous": false,
203
+ "inputs": [
204
+ {
205
+ "indexed": false,
206
+ "internalType": "uint256",
207
+ "name": "id",
208
+ "type": "uint256"
209
+ }
210
+ ],
211
+ "name": "ProposalExecuted",
212
+ "type": "event"
213
+ },
214
+ {
215
+ "anonymous": false,
216
+ "inputs": [
217
+ {
218
+ "indexed": false,
219
+ "internalType": "uint256",
220
+ "name": "oldMaxOperations",
221
+ "type": "uint256"
222
+ },
223
+ {
224
+ "indexed": false,
225
+ "internalType": "uint256",
226
+ "name": "newMaxOperations",
227
+ "type": "uint256"
228
+ }
229
+ ],
230
+ "name": "ProposalMaxOperationsUpdated",
231
+ "type": "event"
232
+ },
233
+ {
234
+ "anonymous": false,
235
+ "inputs": [
236
+ {
237
+ "indexed": false,
238
+ "internalType": "uint256",
239
+ "name": "id",
240
+ "type": "uint256"
241
+ },
242
+ {
243
+ "indexed": false,
244
+ "internalType": "uint256",
245
+ "name": "eta",
246
+ "type": "uint256"
247
+ }
248
+ ],
249
+ "name": "ProposalQueued",
250
+ "type": "event"
251
+ },
252
+ {
253
+ "anonymous": false,
254
+ "inputs": [
255
+ {
256
+ "indexed": false,
257
+ "internalType": "uint256",
258
+ "name": "oldProposalThreshold",
259
+ "type": "uint256"
260
+ },
261
+ {
262
+ "indexed": false,
263
+ "internalType": "uint256",
264
+ "name": "newProposalThreshold",
265
+ "type": "uint256"
266
+ }
267
+ ],
268
+ "name": "ProposalThresholdSet",
269
+ "type": "event"
270
+ },
271
+ {
272
+ "anonymous": false,
273
+ "inputs": [
274
+ {
275
+ "indexed": true,
276
+ "internalType": "address",
277
+ "name": "voter",
278
+ "type": "address"
279
+ },
280
+ {
281
+ "indexed": false,
282
+ "internalType": "uint256",
283
+ "name": "proposalId",
284
+ "type": "uint256"
285
+ },
286
+ {
287
+ "indexed": false,
288
+ "internalType": "uint8",
289
+ "name": "support",
290
+ "type": "uint8"
291
+ },
292
+ {
293
+ "indexed": false,
294
+ "internalType": "uint256",
295
+ "name": "votes",
296
+ "type": "uint256"
297
+ },
298
+ {
299
+ "indexed": false,
300
+ "internalType": "string",
301
+ "name": "reason",
302
+ "type": "string"
303
+ }
304
+ ],
305
+ "name": "VoteCast",
306
+ "type": "event"
307
+ },
308
+ {
309
+ "anonymous": false,
310
+ "inputs": [
311
+ {
312
+ "indexed": false,
313
+ "internalType": "uint256",
314
+ "name": "oldVotingDelay",
315
+ "type": "uint256"
316
+ },
317
+ {
318
+ "indexed": false,
319
+ "internalType": "uint256",
320
+ "name": "newVotingDelay",
321
+ "type": "uint256"
322
+ }
323
+ ],
324
+ "name": "VotingDelaySet",
325
+ "type": "event"
326
+ },
327
+ {
328
+ "anonymous": false,
329
+ "inputs": [
330
+ {
331
+ "indexed": false,
332
+ "internalType": "uint256",
333
+ "name": "oldVotingPeriod",
334
+ "type": "uint256"
335
+ },
336
+ {
337
+ "indexed": false,
338
+ "internalType": "uint256",
339
+ "name": "newVotingPeriod",
340
+ "type": "uint256"
341
+ }
342
+ ],
343
+ "name": "VotingPeriodSet",
344
+ "type": "event"
345
+ },
346
+ {
347
+ "payable": true,
348
+ "stateMutability": "payable",
349
+ "type": "fallback"
350
+ },
351
+ {
352
+ "constant": false,
353
+ "inputs": [
354
+ {
355
+ "internalType": "address",
356
+ "name": "implementation_",
357
+ "type": "address"
358
+ }
359
+ ],
360
+ "name": "_setImplementation",
361
+ "outputs": [],
362
+ "payable": false,
363
+ "stateMutability": "nonpayable",
364
+ "type": "function"
365
+ },
366
+ {
367
+ "constant": true,
368
+ "inputs": [],
369
+ "name": "admin",
370
+ "outputs": [
371
+ {
372
+ "internalType": "address",
373
+ "name": "",
374
+ "type": "address"
375
+ }
376
+ ],
377
+ "payable": false,
378
+ "stateMutability": "view",
379
+ "type": "function"
380
+ },
381
+ {
382
+ "constant": true,
383
+ "inputs": [],
384
+ "name": "implementation",
385
+ "outputs": [
386
+ {
387
+ "internalType": "address",
388
+ "name": "",
389
+ "type": "address"
390
+ }
391
+ ],
392
+ "payable": false,
393
+ "stateMutability": "view",
394
+ "type": "function"
395
+ },
396
+ {
397
+ "constant": true,
398
+ "inputs": [],
399
+ "name": "pendingAdmin",
400
+ "outputs": [
401
+ {
402
+ "internalType": "address",
403
+ "name": "",
404
+ "type": "address"
405
+ }
406
+ ],
407
+ "payable": false,
408
+ "stateMutability": "view",
409
+ "type": "function"
410
+ },
411
+ {
412
+ "anonymous": false,
413
+ "inputs": [
414
+ {
415
+ "indexed": false,
416
+ "internalType": "address",
417
+ "name": "oldAdmin",
418
+ "type": "address"
419
+ },
420
+ {
421
+ "indexed": false,
422
+ "internalType": "address",
423
+ "name": "newAdmin",
424
+ "type": "address"
425
+ }
426
+ ],
427
+ "name": "NewAdmin",
428
+ "type": "event"
429
+ },
430
+ {
431
+ "anonymous": false,
432
+ "inputs": [
433
+ {
434
+ "indexed": false,
435
+ "internalType": "address",
436
+ "name": "oldGuardian",
437
+ "type": "address"
438
+ },
439
+ {
440
+ "indexed": false,
441
+ "internalType": "address",
442
+ "name": "newGuardian",
443
+ "type": "address"
444
+ }
445
+ ],
446
+ "name": "NewGuardian",
447
+ "type": "event"
448
+ },
449
+ {
450
+ "anonymous": false,
451
+ "inputs": [
452
+ {
453
+ "indexed": false,
454
+ "internalType": "address",
455
+ "name": "oldImplementation",
456
+ "type": "address"
457
+ },
458
+ {
459
+ "indexed": false,
460
+ "internalType": "address",
461
+ "name": "newImplementation",
462
+ "type": "address"
463
+ }
464
+ ],
465
+ "name": "NewImplementation",
466
+ "type": "event"
467
+ },
468
+ {
469
+ "anonymous": false,
470
+ "inputs": [
471
+ {
472
+ "indexed": false,
473
+ "internalType": "address",
474
+ "name": "oldPendingAdmin",
475
+ "type": "address"
476
+ },
477
+ {
478
+ "indexed": false,
479
+ "internalType": "address",
480
+ "name": "newPendingAdmin",
481
+ "type": "address"
482
+ }
483
+ ],
484
+ "name": "NewPendingAdmin",
485
+ "type": "event"
486
+ },
487
+ {
488
+ "anonymous": false,
489
+ "inputs": [
490
+ {
491
+ "indexed": false,
492
+ "internalType": "uint256",
493
+ "name": "id",
494
+ "type": "uint256"
495
+ }
496
+ ],
497
+ "name": "ProposalCanceled",
498
+ "type": "event"
499
+ },
500
+ {
501
+ "anonymous": false,
502
+ "inputs": [
503
+ {
504
+ "indexed": false,
505
+ "internalType": "uint256",
506
+ "name": "id",
507
+ "type": "uint256"
508
+ },
509
+ {
510
+ "indexed": false,
511
+ "internalType": "address",
512
+ "name": "proposer",
513
+ "type": "address"
514
+ },
515
+ {
516
+ "indexed": false,
517
+ "internalType": "address[]",
518
+ "name": "targets",
519
+ "type": "address[]"
520
+ },
521
+ {
522
+ "indexed": false,
523
+ "internalType": "uint256[]",
524
+ "name": "values",
525
+ "type": "uint256[]"
526
+ },
527
+ {
528
+ "indexed": false,
529
+ "internalType": "string[]",
530
+ "name": "signatures",
531
+ "type": "string[]"
532
+ },
533
+ {
534
+ "indexed": false,
535
+ "internalType": "bytes[]",
536
+ "name": "calldatas",
537
+ "type": "bytes[]"
538
+ },
539
+ {
540
+ "indexed": false,
541
+ "internalType": "uint256",
542
+ "name": "startBlock",
543
+ "type": "uint256"
544
+ },
545
+ {
546
+ "indexed": false,
547
+ "internalType": "uint256",
548
+ "name": "endBlock",
549
+ "type": "uint256"
550
+ },
551
+ {
552
+ "indexed": false,
553
+ "internalType": "string",
554
+ "name": "description",
555
+ "type": "string"
556
+ },
557
+ {
558
+ "indexed": false,
559
+ "internalType": "uint8",
560
+ "name": "proposalType",
561
+ "type": "uint8"
562
+ }
563
+ ],
564
+ "name": "ProposalCreated",
565
+ "type": "event"
566
+ },
567
+ {
568
+ "anonymous": false,
569
+ "inputs": [
570
+ {
571
+ "indexed": false,
572
+ "internalType": "uint256",
573
+ "name": "id",
574
+ "type": "uint256"
575
+ }
576
+ ],
577
+ "name": "ProposalExecuted",
578
+ "type": "event"
579
+ },
580
+ {
581
+ "anonymous": false,
582
+ "inputs": [
583
+ {
584
+ "indexed": false,
585
+ "internalType": "uint256",
586
+ "name": "oldMaxOperations",
587
+ "type": "uint256"
588
+ },
589
+ {
590
+ "indexed": false,
591
+ "internalType": "uint256",
592
+ "name": "newMaxOperations",
593
+ "type": "uint256"
594
+ }
595
+ ],
596
+ "name": "ProposalMaxOperationsUpdated",
597
+ "type": "event"
598
+ },
599
+ {
600
+ "anonymous": false,
601
+ "inputs": [
602
+ {
603
+ "indexed": false,
604
+ "internalType": "uint256",
605
+ "name": "id",
606
+ "type": "uint256"
607
+ },
608
+ {
609
+ "indexed": false,
610
+ "internalType": "uint256",
611
+ "name": "eta",
612
+ "type": "uint256"
613
+ }
614
+ ],
615
+ "name": "ProposalQueued",
616
+ "type": "event"
617
+ },
618
+ {
619
+ "anonymous": false,
620
+ "inputs": [
621
+ {
622
+ "indexed": false,
623
+ "internalType": "uint256",
624
+ "name": "oldProposalThreshold",
625
+ "type": "uint256"
626
+ },
627
+ {
628
+ "indexed": false,
629
+ "internalType": "uint256",
630
+ "name": "newProposalThreshold",
631
+ "type": "uint256"
632
+ }
633
+ ],
634
+ "name": "ProposalThresholdSet",
635
+ "type": "event"
636
+ },
637
+ {
638
+ "anonymous": false,
639
+ "inputs": [
640
+ {
641
+ "indexed": true,
642
+ "internalType": "address",
643
+ "name": "voter",
644
+ "type": "address"
645
+ },
646
+ {
647
+ "indexed": false,
648
+ "internalType": "uint256",
649
+ "name": "proposalId",
650
+ "type": "uint256"
651
+ },
652
+ {
653
+ "indexed": false,
654
+ "internalType": "uint8",
655
+ "name": "support",
656
+ "type": "uint8"
657
+ },
658
+ {
659
+ "indexed": false,
660
+ "internalType": "uint256",
661
+ "name": "votes",
662
+ "type": "uint256"
663
+ },
664
+ {
665
+ "indexed": false,
666
+ "internalType": "string",
667
+ "name": "reason",
668
+ "type": "string"
669
+ }
670
+ ],
671
+ "name": "VoteCast",
672
+ "type": "event"
673
+ },
674
+ {
675
+ "anonymous": false,
676
+ "inputs": [
677
+ {
678
+ "indexed": false,
679
+ "internalType": "uint256",
680
+ "name": "oldVotingDelay",
681
+ "type": "uint256"
682
+ },
683
+ {
684
+ "indexed": false,
685
+ "internalType": "uint256",
686
+ "name": "newVotingDelay",
687
+ "type": "uint256"
688
+ }
689
+ ],
690
+ "name": "VotingDelaySet",
691
+ "type": "event"
692
+ },
693
+ {
694
+ "anonymous": false,
695
+ "inputs": [
696
+ {
697
+ "indexed": false,
698
+ "internalType": "uint256",
699
+ "name": "oldVotingPeriod",
700
+ "type": "uint256"
701
+ },
702
+ {
703
+ "indexed": false,
704
+ "internalType": "uint256",
705
+ "name": "newVotingPeriod",
706
+ "type": "uint256"
707
+ }
708
+ ],
709
+ "name": "VotingPeriodSet",
710
+ "type": "event"
711
+ },
712
+ {
713
+ "constant": true,
714
+ "inputs": [],
715
+ "name": "BALLOT_TYPEHASH",
716
+ "outputs": [
717
+ {
718
+ "internalType": "bytes32",
719
+ "name": "",
720
+ "type": "bytes32"
721
+ }
722
+ ],
723
+ "payable": false,
724
+ "stateMutability": "view",
725
+ "type": "function"
726
+ },
727
+ {
728
+ "constant": true,
729
+ "inputs": [],
730
+ "name": "DOMAIN_TYPEHASH",
731
+ "outputs": [
732
+ {
733
+ "internalType": "bytes32",
734
+ "name": "",
735
+ "type": "bytes32"
736
+ }
737
+ ],
738
+ "payable": false,
739
+ "stateMutability": "view",
740
+ "type": "function"
741
+ },
742
+ {
743
+ "constant": true,
744
+ "inputs": [],
745
+ "name": "MAX_PROPOSAL_THRESHOLD",
746
+ "outputs": [
747
+ {
748
+ "internalType": "uint256",
749
+ "name": "",
750
+ "type": "uint256"
751
+ }
752
+ ],
753
+ "payable": false,
754
+ "stateMutability": "view",
755
+ "type": "function"
756
+ },
757
+ {
758
+ "constant": true,
759
+ "inputs": [],
760
+ "name": "MAX_VOTING_DELAY",
761
+ "outputs": [
762
+ {
763
+ "internalType": "uint256",
764
+ "name": "",
765
+ "type": "uint256"
766
+ }
767
+ ],
768
+ "payable": false,
769
+ "stateMutability": "view",
770
+ "type": "function"
771
+ },
772
+ {
773
+ "constant": true,
774
+ "inputs": [],
775
+ "name": "MAX_VOTING_PERIOD",
776
+ "outputs": [
777
+ {
778
+ "internalType": "uint256",
779
+ "name": "",
780
+ "type": "uint256"
781
+ }
782
+ ],
783
+ "payable": false,
784
+ "stateMutability": "view",
785
+ "type": "function"
786
+ },
787
+ {
788
+ "constant": true,
789
+ "inputs": [],
790
+ "name": "MIN_PROPOSAL_THRESHOLD",
791
+ "outputs": [
792
+ {
793
+ "internalType": "uint256",
794
+ "name": "",
795
+ "type": "uint256"
796
+ }
797
+ ],
798
+ "payable": false,
799
+ "stateMutability": "view",
800
+ "type": "function"
801
+ },
802
+ {
803
+ "constant": true,
804
+ "inputs": [],
805
+ "name": "MIN_VOTING_DELAY",
806
+ "outputs": [
807
+ {
808
+ "internalType": "uint256",
809
+ "name": "",
810
+ "type": "uint256"
811
+ }
812
+ ],
813
+ "payable": false,
814
+ "stateMutability": "view",
815
+ "type": "function"
816
+ },
817
+ {
818
+ "constant": true,
819
+ "inputs": [],
820
+ "name": "MIN_VOTING_PERIOD",
821
+ "outputs": [
822
+ {
823
+ "internalType": "uint256",
824
+ "name": "",
825
+ "type": "uint256"
826
+ }
827
+ ],
828
+ "payable": false,
829
+ "stateMutability": "view",
830
+ "type": "function"
831
+ },
832
+ {
833
+ "constant": false,
834
+ "inputs": [],
835
+ "name": "_acceptAdmin",
836
+ "outputs": [],
837
+ "payable": false,
838
+ "stateMutability": "nonpayable",
839
+ "type": "function"
840
+ },
841
+ {
842
+ "constant": false,
843
+ "inputs": [
844
+ {
845
+ "internalType": "address",
846
+ "name": "governorAlpha",
847
+ "type": "address"
848
+ }
849
+ ],
850
+ "name": "_initiate",
851
+ "outputs": [],
852
+ "payable": false,
853
+ "stateMutability": "nonpayable",
854
+ "type": "function"
855
+ },
856
+ {
857
+ "constant": false,
858
+ "inputs": [
859
+ {
860
+ "internalType": "address",
861
+ "name": "newGuardian",
862
+ "type": "address"
863
+ }
864
+ ],
865
+ "name": "_setGuardian",
866
+ "outputs": [],
867
+ "payable": false,
868
+ "stateMutability": "nonpayable",
869
+ "type": "function"
870
+ },
871
+ {
872
+ "constant": false,
873
+ "inputs": [
874
+ {
875
+ "internalType": "address",
876
+ "name": "newPendingAdmin",
877
+ "type": "address"
878
+ }
879
+ ],
880
+ "name": "_setPendingAdmin",
881
+ "outputs": [],
882
+ "payable": false,
883
+ "stateMutability": "nonpayable",
884
+ "type": "function"
885
+ },
886
+ {
887
+ "constant": false,
888
+ "inputs": [
889
+ {
890
+ "internalType": "uint256",
891
+ "name": "proposalMaxOperations_",
892
+ "type": "uint256"
893
+ }
894
+ ],
895
+ "name": "_setProposalMaxOperations",
896
+ "outputs": [],
897
+ "payable": false,
898
+ "stateMutability": "nonpayable",
899
+ "type": "function"
900
+ },
901
+ {
902
+ "constant": true,
903
+ "inputs": [],
904
+ "name": "admin",
905
+ "outputs": [
906
+ {
907
+ "internalType": "address",
908
+ "name": "",
909
+ "type": "address"
910
+ }
911
+ ],
912
+ "payable": false,
913
+ "stateMutability": "view",
914
+ "type": "function"
915
+ },
916
+ {
917
+ "constant": false,
918
+ "inputs": [
919
+ {
920
+ "internalType": "uint256",
921
+ "name": "proposalId",
922
+ "type": "uint256"
923
+ }
924
+ ],
925
+ "name": "cancel",
926
+ "outputs": [],
927
+ "payable": false,
928
+ "stateMutability": "nonpayable",
929
+ "type": "function"
930
+ },
931
+ {
932
+ "constant": false,
933
+ "inputs": [
934
+ {
935
+ "internalType": "uint256",
936
+ "name": "proposalId",
937
+ "type": "uint256"
938
+ },
939
+ {
940
+ "internalType": "uint8",
941
+ "name": "support",
942
+ "type": "uint8"
943
+ }
944
+ ],
945
+ "name": "castVote",
946
+ "outputs": [],
947
+ "payable": false,
948
+ "stateMutability": "nonpayable",
949
+ "type": "function"
950
+ },
951
+ {
952
+ "constant": false,
953
+ "inputs": [
954
+ {
955
+ "internalType": "uint256",
956
+ "name": "proposalId",
957
+ "type": "uint256"
958
+ },
959
+ {
960
+ "internalType": "uint8",
961
+ "name": "support",
962
+ "type": "uint8"
963
+ },
964
+ {
965
+ "internalType": "uint8",
966
+ "name": "v",
967
+ "type": "uint8"
968
+ },
969
+ {
970
+ "internalType": "bytes32",
971
+ "name": "r",
972
+ "type": "bytes32"
973
+ },
974
+ {
975
+ "internalType": "bytes32",
976
+ "name": "s",
977
+ "type": "bytes32"
978
+ }
979
+ ],
980
+ "name": "castVoteBySig",
981
+ "outputs": [],
982
+ "payable": false,
983
+ "stateMutability": "nonpayable",
984
+ "type": "function"
985
+ },
986
+ {
987
+ "constant": false,
988
+ "inputs": [
989
+ {
990
+ "internalType": "uint256",
991
+ "name": "proposalId",
992
+ "type": "uint256"
993
+ },
994
+ {
995
+ "internalType": "uint8",
996
+ "name": "support",
997
+ "type": "uint8"
998
+ },
999
+ {
1000
+ "internalType": "string",
1001
+ "name": "reason",
1002
+ "type": "string"
1003
+ }
1004
+ ],
1005
+ "name": "castVoteWithReason",
1006
+ "outputs": [],
1007
+ "payable": false,
1008
+ "stateMutability": "nonpayable",
1009
+ "type": "function"
1010
+ },
1011
+ {
1012
+ "constant": false,
1013
+ "inputs": [
1014
+ {
1015
+ "internalType": "uint256",
1016
+ "name": "proposalId",
1017
+ "type": "uint256"
1018
+ }
1019
+ ],
1020
+ "name": "execute",
1021
+ "outputs": [],
1022
+ "payable": false,
1023
+ "stateMutability": "nonpayable",
1024
+ "type": "function"
1025
+ },
1026
+ {
1027
+ "constant": true,
1028
+ "inputs": [
1029
+ {
1030
+ "internalType": "uint256",
1031
+ "name": "proposalId",
1032
+ "type": "uint256"
1033
+ }
1034
+ ],
1035
+ "name": "getActions",
1036
+ "outputs": [
1037
+ {
1038
+ "internalType": "address[]",
1039
+ "name": "targets",
1040
+ "type": "address[]"
1041
+ },
1042
+ {
1043
+ "internalType": "uint256[]",
1044
+ "name": "values",
1045
+ "type": "uint256[]"
1046
+ },
1047
+ {
1048
+ "internalType": "string[]",
1049
+ "name": "signatures",
1050
+ "type": "string[]"
1051
+ },
1052
+ {
1053
+ "internalType": "bytes[]",
1054
+ "name": "calldatas",
1055
+ "type": "bytes[]"
1056
+ }
1057
+ ],
1058
+ "payable": false,
1059
+ "stateMutability": "view",
1060
+ "type": "function"
1061
+ },
1062
+ {
1063
+ "constant": true,
1064
+ "inputs": [
1065
+ {
1066
+ "internalType": "uint256",
1067
+ "name": "proposalId",
1068
+ "type": "uint256"
1069
+ },
1070
+ {
1071
+ "internalType": "address",
1072
+ "name": "voter",
1073
+ "type": "address"
1074
+ }
1075
+ ],
1076
+ "name": "getReceipt",
1077
+ "outputs": [
1078
+ {
1079
+ "components": [
1080
+ {
1081
+ "internalType": "bool",
1082
+ "name": "hasVoted",
1083
+ "type": "bool"
1084
+ },
1085
+ {
1086
+ "internalType": "uint8",
1087
+ "name": "support",
1088
+ "type": "uint8"
1089
+ },
1090
+ {
1091
+ "internalType": "uint96",
1092
+ "name": "votes",
1093
+ "type": "uint96"
1094
+ }
1095
+ ],
1096
+ "internalType": "struct GovernorBravoDelegateStorageV1.Receipt",
1097
+ "name": "",
1098
+ "type": "tuple"
1099
+ }
1100
+ ],
1101
+ "payable": false,
1102
+ "stateMutability": "view",
1103
+ "type": "function"
1104
+ },
1105
+ {
1106
+ "constant": true,
1107
+ "inputs": [],
1108
+ "name": "guardian",
1109
+ "outputs": [
1110
+ {
1111
+ "internalType": "address",
1112
+ "name": "",
1113
+ "type": "address"
1114
+ }
1115
+ ],
1116
+ "payable": false,
1117
+ "stateMutability": "view",
1118
+ "type": "function"
1119
+ },
1120
+ {
1121
+ "constant": true,
1122
+ "inputs": [],
1123
+ "name": "implementation",
1124
+ "outputs": [
1125
+ {
1126
+ "internalType": "address",
1127
+ "name": "",
1128
+ "type": "address"
1129
+ }
1130
+ ],
1131
+ "payable": false,
1132
+ "stateMutability": "view",
1133
+ "type": "function"
1134
+ },
1135
+ {
1136
+ "constant": true,
1137
+ "inputs": [],
1138
+ "name": "initialProposalId",
1139
+ "outputs": [
1140
+ {
1141
+ "internalType": "uint256",
1142
+ "name": "",
1143
+ "type": "uint256"
1144
+ }
1145
+ ],
1146
+ "payable": false,
1147
+ "stateMutability": "view",
1148
+ "type": "function"
1149
+ },
1150
+ {
1151
+ "constant": false,
1152
+ "inputs": [
1153
+ {
1154
+ "internalType": "address",
1155
+ "name": "xvsVault_",
1156
+ "type": "address"
1157
+ },
1158
+ {
1159
+ "components": [
1160
+ {
1161
+ "internalType": "uint256",
1162
+ "name": "votingDelay",
1163
+ "type": "uint256"
1164
+ },
1165
+ {
1166
+ "internalType": "uint256",
1167
+ "name": "votingPeriod",
1168
+ "type": "uint256"
1169
+ },
1170
+ {
1171
+ "internalType": "uint256",
1172
+ "name": "proposalThreshold",
1173
+ "type": "uint256"
1174
+ }
1175
+ ],
1176
+ "internalType": "struct GovernorBravoDelegateStorageV2.ProposalConfig[]",
1177
+ "name": "proposalConfigs_",
1178
+ "type": "tuple[]"
1179
+ },
1180
+ {
1181
+ "internalType": "contract TimelockInterface[]",
1182
+ "name": "timelocks",
1183
+ "type": "address[]"
1184
+ },
1185
+ {
1186
+ "internalType": "address",
1187
+ "name": "guardian_",
1188
+ "type": "address"
1189
+ }
1190
+ ],
1191
+ "name": "initialize",
1192
+ "outputs": [],
1193
+ "payable": false,
1194
+ "stateMutability": "nonpayable",
1195
+ "type": "function"
1196
+ },
1197
+ {
1198
+ "constant": true,
1199
+ "inputs": [
1200
+ {
1201
+ "internalType": "address",
1202
+ "name": "",
1203
+ "type": "address"
1204
+ }
1205
+ ],
1206
+ "name": "latestProposalIds",
1207
+ "outputs": [
1208
+ {
1209
+ "internalType": "uint256",
1210
+ "name": "",
1211
+ "type": "uint256"
1212
+ }
1213
+ ],
1214
+ "payable": false,
1215
+ "stateMutability": "view",
1216
+ "type": "function"
1217
+ },
1218
+ {
1219
+ "constant": true,
1220
+ "inputs": [],
1221
+ "name": "name",
1222
+ "outputs": [
1223
+ {
1224
+ "internalType": "string",
1225
+ "name": "",
1226
+ "type": "string"
1227
+ }
1228
+ ],
1229
+ "payable": false,
1230
+ "stateMutability": "view",
1231
+ "type": "function"
1232
+ },
1233
+ {
1234
+ "constant": true,
1235
+ "inputs": [],
1236
+ "name": "pendingAdmin",
1237
+ "outputs": [
1238
+ {
1239
+ "internalType": "address",
1240
+ "name": "",
1241
+ "type": "address"
1242
+ }
1243
+ ],
1244
+ "payable": false,
1245
+ "stateMutability": "view",
1246
+ "type": "function"
1247
+ },
1248
+ {
1249
+ "constant": true,
1250
+ "inputs": [
1251
+ {
1252
+ "internalType": "uint256",
1253
+ "name": "",
1254
+ "type": "uint256"
1255
+ }
1256
+ ],
1257
+ "name": "proposalConfigs",
1258
+ "outputs": [
1259
+ {
1260
+ "internalType": "uint256",
1261
+ "name": "votingDelay",
1262
+ "type": "uint256"
1263
+ },
1264
+ {
1265
+ "internalType": "uint256",
1266
+ "name": "votingPeriod",
1267
+ "type": "uint256"
1268
+ },
1269
+ {
1270
+ "internalType": "uint256",
1271
+ "name": "proposalThreshold",
1272
+ "type": "uint256"
1273
+ }
1274
+ ],
1275
+ "payable": false,
1276
+ "stateMutability": "view",
1277
+ "type": "function"
1278
+ },
1279
+ {
1280
+ "constant": true,
1281
+ "inputs": [],
1282
+ "name": "proposalCount",
1283
+ "outputs": [
1284
+ {
1285
+ "internalType": "uint256",
1286
+ "name": "",
1287
+ "type": "uint256"
1288
+ }
1289
+ ],
1290
+ "payable": false,
1291
+ "stateMutability": "view",
1292
+ "type": "function"
1293
+ },
1294
+ {
1295
+ "constant": true,
1296
+ "inputs": [],
1297
+ "name": "proposalMaxOperations",
1298
+ "outputs": [
1299
+ {
1300
+ "internalType": "uint256",
1301
+ "name": "",
1302
+ "type": "uint256"
1303
+ }
1304
+ ],
1305
+ "payable": false,
1306
+ "stateMutability": "view",
1307
+ "type": "function"
1308
+ },
1309
+ {
1310
+ "constant": true,
1311
+ "inputs": [],
1312
+ "name": "proposalThreshold",
1313
+ "outputs": [
1314
+ {
1315
+ "internalType": "uint256",
1316
+ "name": "",
1317
+ "type": "uint256"
1318
+ }
1319
+ ],
1320
+ "payable": false,
1321
+ "stateMutability": "view",
1322
+ "type": "function"
1323
+ },
1324
+ {
1325
+ "constant": true,
1326
+ "inputs": [
1327
+ {
1328
+ "internalType": "uint256",
1329
+ "name": "",
1330
+ "type": "uint256"
1331
+ }
1332
+ ],
1333
+ "name": "proposalTimelocks",
1334
+ "outputs": [
1335
+ {
1336
+ "internalType": "contract TimelockInterface",
1337
+ "name": "",
1338
+ "type": "address"
1339
+ }
1340
+ ],
1341
+ "payable": false,
1342
+ "stateMutability": "view",
1343
+ "type": "function"
1344
+ },
1345
+ {
1346
+ "constant": true,
1347
+ "inputs": [
1348
+ {
1349
+ "internalType": "uint256",
1350
+ "name": "",
1351
+ "type": "uint256"
1352
+ }
1353
+ ],
1354
+ "name": "proposals",
1355
+ "outputs": [
1356
+ {
1357
+ "internalType": "uint256",
1358
+ "name": "id",
1359
+ "type": "uint256"
1360
+ },
1361
+ {
1362
+ "internalType": "address",
1363
+ "name": "proposer",
1364
+ "type": "address"
1365
+ },
1366
+ {
1367
+ "internalType": "uint256",
1368
+ "name": "eta",
1369
+ "type": "uint256"
1370
+ },
1371
+ {
1372
+ "internalType": "uint256",
1373
+ "name": "startBlock",
1374
+ "type": "uint256"
1375
+ },
1376
+ {
1377
+ "internalType": "uint256",
1378
+ "name": "endBlock",
1379
+ "type": "uint256"
1380
+ },
1381
+ {
1382
+ "internalType": "uint256",
1383
+ "name": "forVotes",
1384
+ "type": "uint256"
1385
+ },
1386
+ {
1387
+ "internalType": "uint256",
1388
+ "name": "againstVotes",
1389
+ "type": "uint256"
1390
+ },
1391
+ {
1392
+ "internalType": "uint256",
1393
+ "name": "abstainVotes",
1394
+ "type": "uint256"
1395
+ },
1396
+ {
1397
+ "internalType": "bool",
1398
+ "name": "canceled",
1399
+ "type": "bool"
1400
+ },
1401
+ {
1402
+ "internalType": "bool",
1403
+ "name": "executed",
1404
+ "type": "bool"
1405
+ },
1406
+ {
1407
+ "internalType": "uint8",
1408
+ "name": "proposalType",
1409
+ "type": "uint8"
1410
+ }
1411
+ ],
1412
+ "payable": false,
1413
+ "stateMutability": "view",
1414
+ "type": "function"
1415
+ },
1416
+ {
1417
+ "constant": false,
1418
+ "inputs": [
1419
+ {
1420
+ "internalType": "address[]",
1421
+ "name": "targets",
1422
+ "type": "address[]"
1423
+ },
1424
+ {
1425
+ "internalType": "uint256[]",
1426
+ "name": "values",
1427
+ "type": "uint256[]"
1428
+ },
1429
+ {
1430
+ "internalType": "string[]",
1431
+ "name": "signatures",
1432
+ "type": "string[]"
1433
+ },
1434
+ {
1435
+ "internalType": "bytes[]",
1436
+ "name": "calldatas",
1437
+ "type": "bytes[]"
1438
+ },
1439
+ {
1440
+ "internalType": "string",
1441
+ "name": "description",
1442
+ "type": "string"
1443
+ },
1444
+ {
1445
+ "internalType": "enum GovernorBravoDelegateStorageV2.ProposalType",
1446
+ "name": "proposalType",
1447
+ "type": "uint8"
1448
+ }
1449
+ ],
1450
+ "name": "propose",
1451
+ "outputs": [
1452
+ {
1453
+ "internalType": "uint256",
1454
+ "name": "",
1455
+ "type": "uint256"
1456
+ }
1457
+ ],
1458
+ "payable": false,
1459
+ "stateMutability": "nonpayable",
1460
+ "type": "function"
1461
+ },
1462
+ {
1463
+ "constant": false,
1464
+ "inputs": [
1465
+ {
1466
+ "internalType": "uint256",
1467
+ "name": "proposalId",
1468
+ "type": "uint256"
1469
+ }
1470
+ ],
1471
+ "name": "queue",
1472
+ "outputs": [],
1473
+ "payable": false,
1474
+ "stateMutability": "nonpayable",
1475
+ "type": "function"
1476
+ },
1477
+ {
1478
+ "constant": true,
1479
+ "inputs": [],
1480
+ "name": "quorumVotes",
1481
+ "outputs": [
1482
+ {
1483
+ "internalType": "uint256",
1484
+ "name": "",
1485
+ "type": "uint256"
1486
+ }
1487
+ ],
1488
+ "payable": false,
1489
+ "stateMutability": "view",
1490
+ "type": "function"
1491
+ },
1492
+ {
1493
+ "constant": true,
1494
+ "inputs": [
1495
+ {
1496
+ "internalType": "uint256",
1497
+ "name": "proposalId",
1498
+ "type": "uint256"
1499
+ }
1500
+ ],
1501
+ "name": "state",
1502
+ "outputs": [
1503
+ {
1504
+ "internalType": "enum GovernorBravoDelegateStorageV1.ProposalState",
1505
+ "name": "",
1506
+ "type": "uint8"
1507
+ }
1508
+ ],
1509
+ "payable": false,
1510
+ "stateMutability": "view",
1511
+ "type": "function"
1512
+ },
1513
+ {
1514
+ "constant": true,
1515
+ "inputs": [],
1516
+ "name": "timelock",
1517
+ "outputs": [
1518
+ {
1519
+ "internalType": "contract TimelockInterface",
1520
+ "name": "",
1521
+ "type": "address"
1522
+ }
1523
+ ],
1524
+ "payable": false,
1525
+ "stateMutability": "view",
1526
+ "type": "function"
1527
+ },
1528
+ {
1529
+ "constant": true,
1530
+ "inputs": [],
1531
+ "name": "votingDelay",
1532
+ "outputs": [
1533
+ {
1534
+ "internalType": "uint256",
1535
+ "name": "",
1536
+ "type": "uint256"
1537
+ }
1538
+ ],
1539
+ "payable": false,
1540
+ "stateMutability": "view",
1541
+ "type": "function"
1542
+ },
1543
+ {
1544
+ "constant": true,
1545
+ "inputs": [],
1546
+ "name": "votingPeriod",
1547
+ "outputs": [
1548
+ {
1549
+ "internalType": "uint256",
1550
+ "name": "",
1551
+ "type": "uint256"
1552
+ }
1553
+ ],
1554
+ "payable": false,
1555
+ "stateMutability": "view",
1556
+ "type": "function"
1557
+ },
1558
+ {
1559
+ "constant": true,
1560
+ "inputs": [],
1561
+ "name": "xvsVault",
1562
+ "outputs": [
1563
+ {
1564
+ "internalType": "contract XvsVaultInterface",
1565
+ "name": "",
1566
+ "type": "address"
1567
+ }
1568
+ ],
1569
+ "payable": false,
1570
+ "stateMutability": "view",
1571
+ "type": "function"
1572
+ }
1573
+ ],
1574
+ "numDeployments": 1,
1575
+ "implementation": "0x4baf88aba7f86f6540728bef454b224c5d2215e7"
1576
+ }