@rateloop/contracts 0.1.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (115) hide show
  1. package/README.md +27 -0
  2. package/dist/cjs/abis/AdvisoryVoteRecorderAbi.js +935 -0
  3. package/dist/cjs/abis/CategoryRegistryAbi.js +518 -0
  4. package/dist/cjs/abis/ClusterPayoutOracleAbi.js +2580 -0
  5. package/dist/cjs/abis/ConfidentialityEscrowAbi.js +1619 -0
  6. package/dist/cjs/abis/ContentRegistryAbi.js +2606 -0
  7. package/dist/cjs/abis/FeedbackBonusEscrowAbi.js +1496 -0
  8. package/dist/cjs/abis/FeedbackRegistryAbi.js +642 -0
  9. package/dist/cjs/abis/FrontendRegistryAbi.js +1406 -0
  10. package/dist/cjs/abis/LaunchDistributionPoolAbi.js +2936 -0
  11. package/dist/cjs/abis/LoopReputationAbi.js +1365 -0
  12. package/dist/cjs/abis/ProfileRegistryAbi.js +708 -0
  13. package/dist/cjs/abis/ProtocolConfigAbi.js +2075 -0
  14. package/dist/cjs/abis/QuestionRewardPoolEscrowAbi.js +2910 -0
  15. package/dist/cjs/abis/RateLoopGovernorAbi.js +2018 -0
  16. package/dist/cjs/abis/RaterRegistryAbi.js +3062 -0
  17. package/dist/cjs/abis/RaterRegistryConfidentialityAbi.js +117 -0
  18. package/dist/cjs/abis/RoundRewardDistributorAbi.js +1523 -0
  19. package/dist/cjs/abis/RoundVotingEngineAbi.js +2295 -0
  20. package/dist/cjs/abis/TimelockControllerAbi.js +1001 -0
  21. package/dist/cjs/abis/X402QuestionSubmitterAbi.js +2137 -0
  22. package/dist/cjs/abis/index.js +43 -0
  23. package/dist/cjs/deployedContracts.js +168595 -0
  24. package/dist/cjs/deployments.js +48 -0
  25. package/dist/cjs/index.js +27 -0
  26. package/dist/cjs/package.json +3 -0
  27. package/dist/cjs/protocol.js +99 -0
  28. package/dist/cjs/types.js +2 -0
  29. package/dist/cjs/voting.js +336 -0
  30. package/dist/cjs/votingCore.js +301 -0
  31. package/dist/esm/abis/AdvisoryVoteRecorderAbi.d.ts +727 -0
  32. package/dist/esm/abis/AdvisoryVoteRecorderAbi.d.ts.map +1 -0
  33. package/dist/esm/abis/AdvisoryVoteRecorderAbi.js +932 -0
  34. package/dist/esm/abis/CategoryRegistryAbi.d.ts +396 -0
  35. package/dist/esm/abis/CategoryRegistryAbi.d.ts.map +1 -0
  36. package/dist/esm/abis/CategoryRegistryAbi.js +515 -0
  37. package/dist/esm/abis/ClusterPayoutOracleAbi.d.ts +2005 -0
  38. package/dist/esm/abis/ClusterPayoutOracleAbi.d.ts.map +1 -0
  39. package/dist/esm/abis/ClusterPayoutOracleAbi.js +2577 -0
  40. package/dist/esm/abis/ConfidentialityEscrowAbi.d.ts +1255 -0
  41. package/dist/esm/abis/ConfidentialityEscrowAbi.d.ts.map +1 -0
  42. package/dist/esm/abis/ConfidentialityEscrowAbi.js +1616 -0
  43. package/dist/esm/abis/ContentRegistryAbi.d.ts +2036 -0
  44. package/dist/esm/abis/ContentRegistryAbi.d.ts.map +1 -0
  45. package/dist/esm/abis/ContentRegistryAbi.js +2603 -0
  46. package/dist/esm/abis/FeedbackBonusEscrowAbi.d.ts +1163 -0
  47. package/dist/esm/abis/FeedbackBonusEscrowAbi.d.ts.map +1 -0
  48. package/dist/esm/abis/FeedbackBonusEscrowAbi.js +1493 -0
  49. package/dist/esm/abis/FeedbackRegistryAbi.d.ts +498 -0
  50. package/dist/esm/abis/FeedbackRegistryAbi.d.ts.map +1 -0
  51. package/dist/esm/abis/FeedbackRegistryAbi.js +639 -0
  52. package/dist/esm/abis/FrontendRegistryAbi.d.ts +1084 -0
  53. package/dist/esm/abis/FrontendRegistryAbi.d.ts.map +1 -0
  54. package/dist/esm/abis/FrontendRegistryAbi.js +1403 -0
  55. package/dist/esm/abis/LaunchDistributionPoolAbi.d.ts +2273 -0
  56. package/dist/esm/abis/LaunchDistributionPoolAbi.d.ts.map +1 -0
  57. package/dist/esm/abis/LaunchDistributionPoolAbi.js +2933 -0
  58. package/dist/esm/abis/LoopReputationAbi.d.ts +1042 -0
  59. package/dist/esm/abis/LoopReputationAbi.d.ts.map +1 -0
  60. package/dist/esm/abis/LoopReputationAbi.js +1362 -0
  61. package/dist/esm/abis/ProfileRegistryAbi.d.ts +545 -0
  62. package/dist/esm/abis/ProfileRegistryAbi.d.ts.map +1 -0
  63. package/dist/esm/abis/ProfileRegistryAbi.js +705 -0
  64. package/dist/esm/abis/ProtocolConfigAbi.d.ts +1617 -0
  65. package/dist/esm/abis/ProtocolConfigAbi.d.ts.map +1 -0
  66. package/dist/esm/abis/ProtocolConfigAbi.js +2072 -0
  67. package/dist/esm/abis/QuestionRewardPoolEscrowAbi.d.ts +2287 -0
  68. package/dist/esm/abis/QuestionRewardPoolEscrowAbi.d.ts.map +1 -0
  69. package/dist/esm/abis/QuestionRewardPoolEscrowAbi.js +2907 -0
  70. package/dist/esm/abis/RateLoopGovernorAbi.d.ts +1544 -0
  71. package/dist/esm/abis/RateLoopGovernorAbi.d.ts.map +1 -0
  72. package/dist/esm/abis/RateLoopGovernorAbi.js +2015 -0
  73. package/dist/esm/abis/RaterRegistryAbi.d.ts +2390 -0
  74. package/dist/esm/abis/RaterRegistryAbi.d.ts.map +1 -0
  75. package/dist/esm/abis/RaterRegistryAbi.js +3059 -0
  76. package/dist/esm/abis/RaterRegistryConfidentialityAbi.d.ts +132 -0
  77. package/dist/esm/abis/RaterRegistryConfidentialityAbi.d.ts.map +1 -0
  78. package/dist/esm/abis/RaterRegistryConfidentialityAbi.js +114 -0
  79. package/dist/esm/abis/RoundRewardDistributorAbi.d.ts +1182 -0
  80. package/dist/esm/abis/RoundRewardDistributorAbi.d.ts.map +1 -0
  81. package/dist/esm/abis/RoundRewardDistributorAbi.js +1520 -0
  82. package/dist/esm/abis/RoundVotingEngineAbi.d.ts +1797 -0
  83. package/dist/esm/abis/RoundVotingEngineAbi.d.ts.map +1 -0
  84. package/dist/esm/abis/RoundVotingEngineAbi.js +2292 -0
  85. package/dist/esm/abis/TimelockControllerAbi.d.ts +771 -0
  86. package/dist/esm/abis/TimelockControllerAbi.d.ts.map +1 -0
  87. package/dist/esm/abis/TimelockControllerAbi.js +998 -0
  88. package/dist/esm/abis/X402QuestionSubmitterAbi.d.ts +1663 -0
  89. package/dist/esm/abis/X402QuestionSubmitterAbi.d.ts.map +1 -0
  90. package/dist/esm/abis/X402QuestionSubmitterAbi.js +2134 -0
  91. package/dist/esm/abis/index.d.ts +21 -0
  92. package/dist/esm/abis/index.d.ts.map +1 -0
  93. package/dist/esm/abis/index.js +20 -0
  94. package/dist/esm/deployedContracts.d.ts +8 -0
  95. package/dist/esm/deployedContracts.d.ts.map +1 -0
  96. package/dist/esm/deployedContracts.js +168593 -0
  97. package/dist/esm/deployments.d.ts +6 -0
  98. package/dist/esm/deployments.d.ts.map +1 -0
  99. package/dist/esm/deployments.js +39 -0
  100. package/dist/esm/index.d.ts +7 -0
  101. package/dist/esm/index.d.ts.map +1 -0
  102. package/dist/esm/index.js +6 -0
  103. package/dist/esm/protocol.d.ts +64 -0
  104. package/dist/esm/protocol.d.ts.map +1 -0
  105. package/dist/esm/protocol.js +94 -0
  106. package/dist/esm/types.d.ts +16 -0
  107. package/dist/esm/types.d.ts.map +1 -0
  108. package/dist/esm/types.js +1 -0
  109. package/dist/esm/voting.d.ts +75 -0
  110. package/dist/esm/voting.d.ts.map +1 -0
  111. package/dist/esm/voting.js +279 -0
  112. package/dist/esm/votingCore.d.ts +55 -0
  113. package/dist/esm/votingCore.d.ts.map +1 -0
  114. package/dist/esm/votingCore.js +286 -0
  115. package/package.json +122 -0
@@ -0,0 +1,2018 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.RateLoopGovernorAbi = void 0;
4
+ exports.RateLoopGovernorAbi = [
5
+ {
6
+ "type": "constructor",
7
+ "inputs": [
8
+ {
9
+ "name": "_reputationToken",
10
+ "type": "address",
11
+ "internalType": "contract IVotes"
12
+ },
13
+ {
14
+ "name": "_timelock",
15
+ "type": "address",
16
+ "internalType": "contract TimelockController"
17
+ },
18
+ {
19
+ "name": "excludedHolders",
20
+ "type": "address[]",
21
+ "internalType": "address[]"
22
+ }
23
+ ],
24
+ "stateMutability": "nonpayable"
25
+ },
26
+ {
27
+ "type": "receive",
28
+ "stateMutability": "payable"
29
+ },
30
+ {
31
+ "type": "function",
32
+ "name": "BALLOT_TYPEHASH",
33
+ "inputs": [],
34
+ "outputs": [
35
+ {
36
+ "name": "",
37
+ "type": "bytes32",
38
+ "internalType": "bytes32"
39
+ }
40
+ ],
41
+ "stateMutability": "view"
42
+ },
43
+ {
44
+ "type": "function",
45
+ "name": "BOOTSTRAP_PROPOSAL_THRESHOLD",
46
+ "inputs": [],
47
+ "outputs": [
48
+ {
49
+ "name": "",
50
+ "type": "uint256",
51
+ "internalType": "uint256"
52
+ }
53
+ ],
54
+ "stateMutability": "view"
55
+ },
56
+ {
57
+ "type": "function",
58
+ "name": "CLOCK_MODE",
59
+ "inputs": [],
60
+ "outputs": [
61
+ {
62
+ "name": "",
63
+ "type": "string",
64
+ "internalType": "string"
65
+ }
66
+ ],
67
+ "stateMutability": "view"
68
+ },
69
+ {
70
+ "type": "function",
71
+ "name": "COUNTING_MODE",
72
+ "inputs": [],
73
+ "outputs": [
74
+ {
75
+ "name": "",
76
+ "type": "string",
77
+ "internalType": "string"
78
+ }
79
+ ],
80
+ "stateMutability": "pure"
81
+ },
82
+ {
83
+ "type": "function",
84
+ "name": "EXTENDED_BALLOT_TYPEHASH",
85
+ "inputs": [],
86
+ "outputs": [
87
+ {
88
+ "name": "",
89
+ "type": "bytes32",
90
+ "internalType": "bytes32"
91
+ }
92
+ ],
93
+ "stateMutability": "view"
94
+ },
95
+ {
96
+ "type": "function",
97
+ "name": "MAX_EXCLUDED_HOLDERS",
98
+ "inputs": [],
99
+ "outputs": [
100
+ {
101
+ "name": "",
102
+ "type": "uint256",
103
+ "internalType": "uint256"
104
+ }
105
+ ],
106
+ "stateMutability": "view"
107
+ },
108
+ {
109
+ "type": "function",
110
+ "name": "MAX_PROPOSAL_THRESHOLD",
111
+ "inputs": [],
112
+ "outputs": [
113
+ {
114
+ "name": "",
115
+ "type": "uint256",
116
+ "internalType": "uint256"
117
+ }
118
+ ],
119
+ "stateMutability": "view"
120
+ },
121
+ {
122
+ "type": "function",
123
+ "name": "MAX_QUORUM_NUMERATOR",
124
+ "inputs": [],
125
+ "outputs": [
126
+ {
127
+ "name": "",
128
+ "type": "uint256",
129
+ "internalType": "uint256"
130
+ }
131
+ ],
132
+ "stateMutability": "view"
133
+ },
134
+ {
135
+ "type": "function",
136
+ "name": "MAX_VOTING_DELAY_BLOCKS",
137
+ "inputs": [],
138
+ "outputs": [
139
+ {
140
+ "name": "",
141
+ "type": "uint48",
142
+ "internalType": "uint48"
143
+ }
144
+ ],
145
+ "stateMutability": "view"
146
+ },
147
+ {
148
+ "type": "function",
149
+ "name": "MAX_VOTING_PERIOD_BLOCKS",
150
+ "inputs": [],
151
+ "outputs": [
152
+ {
153
+ "name": "",
154
+ "type": "uint32",
155
+ "internalType": "uint32"
156
+ }
157
+ ],
158
+ "stateMutability": "view"
159
+ },
160
+ {
161
+ "type": "function",
162
+ "name": "MINIMUM_QUORUM",
163
+ "inputs": [],
164
+ "outputs": [
165
+ {
166
+ "name": "",
167
+ "type": "uint256",
168
+ "internalType": "uint256"
169
+ }
170
+ ],
171
+ "stateMutability": "view"
172
+ },
173
+ {
174
+ "type": "function",
175
+ "name": "MIN_VOTING_PERIOD_BLOCKS",
176
+ "inputs": [],
177
+ "outputs": [
178
+ {
179
+ "name": "",
180
+ "type": "uint32",
181
+ "internalType": "uint32"
182
+ }
183
+ ],
184
+ "stateMutability": "view"
185
+ },
186
+ {
187
+ "type": "function",
188
+ "name": "PROPOSAL_COOLDOWN_BLOCKS",
189
+ "inputs": [],
190
+ "outputs": [
191
+ {
192
+ "name": "",
193
+ "type": "uint256",
194
+ "internalType": "uint256"
195
+ }
196
+ ],
197
+ "stateMutability": "view"
198
+ },
199
+ {
200
+ "type": "function",
201
+ "name": "WORLD_CHAIN_BLOCK_TIME_SECONDS",
202
+ "inputs": [],
203
+ "outputs": [
204
+ {
205
+ "name": "",
206
+ "type": "uint256",
207
+ "internalType": "uint256"
208
+ }
209
+ ],
210
+ "stateMutability": "view"
211
+ },
212
+ {
213
+ "type": "function",
214
+ "name": "cancel",
215
+ "inputs": [
216
+ {
217
+ "name": "targets",
218
+ "type": "address[]",
219
+ "internalType": "address[]"
220
+ },
221
+ {
222
+ "name": "values",
223
+ "type": "uint256[]",
224
+ "internalType": "uint256[]"
225
+ },
226
+ {
227
+ "name": "calldatas",
228
+ "type": "bytes[]",
229
+ "internalType": "bytes[]"
230
+ },
231
+ {
232
+ "name": "descriptionHash",
233
+ "type": "bytes32",
234
+ "internalType": "bytes32"
235
+ }
236
+ ],
237
+ "outputs": [
238
+ {
239
+ "name": "",
240
+ "type": "uint256",
241
+ "internalType": "uint256"
242
+ }
243
+ ],
244
+ "stateMutability": "nonpayable"
245
+ },
246
+ {
247
+ "type": "function",
248
+ "name": "castVote",
249
+ "inputs": [
250
+ {
251
+ "name": "proposalId",
252
+ "type": "uint256",
253
+ "internalType": "uint256"
254
+ },
255
+ {
256
+ "name": "support",
257
+ "type": "uint8",
258
+ "internalType": "uint8"
259
+ }
260
+ ],
261
+ "outputs": [
262
+ {
263
+ "name": "",
264
+ "type": "uint256",
265
+ "internalType": "uint256"
266
+ }
267
+ ],
268
+ "stateMutability": "nonpayable"
269
+ },
270
+ {
271
+ "type": "function",
272
+ "name": "castVoteBySig",
273
+ "inputs": [
274
+ {
275
+ "name": "proposalId",
276
+ "type": "uint256",
277
+ "internalType": "uint256"
278
+ },
279
+ {
280
+ "name": "support",
281
+ "type": "uint8",
282
+ "internalType": "uint8"
283
+ },
284
+ {
285
+ "name": "voter",
286
+ "type": "address",
287
+ "internalType": "address"
288
+ },
289
+ {
290
+ "name": "signature",
291
+ "type": "bytes",
292
+ "internalType": "bytes"
293
+ }
294
+ ],
295
+ "outputs": [
296
+ {
297
+ "name": "",
298
+ "type": "uint256",
299
+ "internalType": "uint256"
300
+ }
301
+ ],
302
+ "stateMutability": "nonpayable"
303
+ },
304
+ {
305
+ "type": "function",
306
+ "name": "castVoteWithReason",
307
+ "inputs": [
308
+ {
309
+ "name": "proposalId",
310
+ "type": "uint256",
311
+ "internalType": "uint256"
312
+ },
313
+ {
314
+ "name": "support",
315
+ "type": "uint8",
316
+ "internalType": "uint8"
317
+ },
318
+ {
319
+ "name": "reason",
320
+ "type": "string",
321
+ "internalType": "string"
322
+ }
323
+ ],
324
+ "outputs": [
325
+ {
326
+ "name": "",
327
+ "type": "uint256",
328
+ "internalType": "uint256"
329
+ }
330
+ ],
331
+ "stateMutability": "nonpayable"
332
+ },
333
+ {
334
+ "type": "function",
335
+ "name": "castVoteWithReasonAndParams",
336
+ "inputs": [
337
+ {
338
+ "name": "proposalId",
339
+ "type": "uint256",
340
+ "internalType": "uint256"
341
+ },
342
+ {
343
+ "name": "support",
344
+ "type": "uint8",
345
+ "internalType": "uint8"
346
+ },
347
+ {
348
+ "name": "reason",
349
+ "type": "string",
350
+ "internalType": "string"
351
+ },
352
+ {
353
+ "name": "params",
354
+ "type": "bytes",
355
+ "internalType": "bytes"
356
+ }
357
+ ],
358
+ "outputs": [
359
+ {
360
+ "name": "",
361
+ "type": "uint256",
362
+ "internalType": "uint256"
363
+ }
364
+ ],
365
+ "stateMutability": "nonpayable"
366
+ },
367
+ {
368
+ "type": "function",
369
+ "name": "castVoteWithReasonAndParamsBySig",
370
+ "inputs": [
371
+ {
372
+ "name": "proposalId",
373
+ "type": "uint256",
374
+ "internalType": "uint256"
375
+ },
376
+ {
377
+ "name": "support",
378
+ "type": "uint8",
379
+ "internalType": "uint8"
380
+ },
381
+ {
382
+ "name": "voter",
383
+ "type": "address",
384
+ "internalType": "address"
385
+ },
386
+ {
387
+ "name": "reason",
388
+ "type": "string",
389
+ "internalType": "string"
390
+ },
391
+ {
392
+ "name": "params",
393
+ "type": "bytes",
394
+ "internalType": "bytes"
395
+ },
396
+ {
397
+ "name": "signature",
398
+ "type": "bytes",
399
+ "internalType": "bytes"
400
+ }
401
+ ],
402
+ "outputs": [
403
+ {
404
+ "name": "",
405
+ "type": "uint256",
406
+ "internalType": "uint256"
407
+ }
408
+ ],
409
+ "stateMutability": "nonpayable"
410
+ },
411
+ {
412
+ "type": "function",
413
+ "name": "clock",
414
+ "inputs": [],
415
+ "outputs": [
416
+ {
417
+ "name": "",
418
+ "type": "uint48",
419
+ "internalType": "uint48"
420
+ }
421
+ ],
422
+ "stateMutability": "view"
423
+ },
424
+ {
425
+ "type": "function",
426
+ "name": "eip712Domain",
427
+ "inputs": [],
428
+ "outputs": [
429
+ {
430
+ "name": "fields",
431
+ "type": "bytes1",
432
+ "internalType": "bytes1"
433
+ },
434
+ {
435
+ "name": "name",
436
+ "type": "string",
437
+ "internalType": "string"
438
+ },
439
+ {
440
+ "name": "version",
441
+ "type": "string",
442
+ "internalType": "string"
443
+ },
444
+ {
445
+ "name": "chainId",
446
+ "type": "uint256",
447
+ "internalType": "uint256"
448
+ },
449
+ {
450
+ "name": "verifyingContract",
451
+ "type": "address",
452
+ "internalType": "address"
453
+ },
454
+ {
455
+ "name": "salt",
456
+ "type": "bytes32",
457
+ "internalType": "bytes32"
458
+ },
459
+ {
460
+ "name": "extensions",
461
+ "type": "uint256[]",
462
+ "internalType": "uint256[]"
463
+ }
464
+ ],
465
+ "stateMutability": "view"
466
+ },
467
+ {
468
+ "type": "function",
469
+ "name": "excludedHolderEffectiveBlock",
470
+ "inputs": [
471
+ {
472
+ "name": "",
473
+ "type": "address",
474
+ "internalType": "address"
475
+ }
476
+ ],
477
+ "outputs": [
478
+ {
479
+ "name": "",
480
+ "type": "uint48",
481
+ "internalType": "uint48"
482
+ }
483
+ ],
484
+ "stateMutability": "view"
485
+ },
486
+ {
487
+ "type": "function",
488
+ "name": "execute",
489
+ "inputs": [
490
+ {
491
+ "name": "targets",
492
+ "type": "address[]",
493
+ "internalType": "address[]"
494
+ },
495
+ {
496
+ "name": "values",
497
+ "type": "uint256[]",
498
+ "internalType": "uint256[]"
499
+ },
500
+ {
501
+ "name": "calldatas",
502
+ "type": "bytes[]",
503
+ "internalType": "bytes[]"
504
+ },
505
+ {
506
+ "name": "descriptionHash",
507
+ "type": "bytes32",
508
+ "internalType": "bytes32"
509
+ }
510
+ ],
511
+ "outputs": [
512
+ {
513
+ "name": "",
514
+ "type": "uint256",
515
+ "internalType": "uint256"
516
+ }
517
+ ],
518
+ "stateMutability": "payable"
519
+ },
520
+ {
521
+ "type": "function",
522
+ "name": "getExcludedHolders",
523
+ "inputs": [],
524
+ "outputs": [
525
+ {
526
+ "name": "",
527
+ "type": "address[]",
528
+ "internalType": "address[]"
529
+ }
530
+ ],
531
+ "stateMutability": "view"
532
+ },
533
+ {
534
+ "type": "function",
535
+ "name": "getProposalId",
536
+ "inputs": [
537
+ {
538
+ "name": "targets",
539
+ "type": "address[]",
540
+ "internalType": "address[]"
541
+ },
542
+ {
543
+ "name": "values",
544
+ "type": "uint256[]",
545
+ "internalType": "uint256[]"
546
+ },
547
+ {
548
+ "name": "calldatas",
549
+ "type": "bytes[]",
550
+ "internalType": "bytes[]"
551
+ },
552
+ {
553
+ "name": "descriptionHash",
554
+ "type": "bytes32",
555
+ "internalType": "bytes32"
556
+ }
557
+ ],
558
+ "outputs": [
559
+ {
560
+ "name": "",
561
+ "type": "uint256",
562
+ "internalType": "uint256"
563
+ }
564
+ ],
565
+ "stateMutability": "view"
566
+ },
567
+ {
568
+ "type": "function",
569
+ "name": "getVotes",
570
+ "inputs": [
571
+ {
572
+ "name": "account",
573
+ "type": "address",
574
+ "internalType": "address"
575
+ },
576
+ {
577
+ "name": "timepoint",
578
+ "type": "uint256",
579
+ "internalType": "uint256"
580
+ }
581
+ ],
582
+ "outputs": [
583
+ {
584
+ "name": "",
585
+ "type": "uint256",
586
+ "internalType": "uint256"
587
+ }
588
+ ],
589
+ "stateMutability": "view"
590
+ },
591
+ {
592
+ "type": "function",
593
+ "name": "getVotesWithParams",
594
+ "inputs": [
595
+ {
596
+ "name": "account",
597
+ "type": "address",
598
+ "internalType": "address"
599
+ },
600
+ {
601
+ "name": "timepoint",
602
+ "type": "uint256",
603
+ "internalType": "uint256"
604
+ },
605
+ {
606
+ "name": "params",
607
+ "type": "bytes",
608
+ "internalType": "bytes"
609
+ }
610
+ ],
611
+ "outputs": [
612
+ {
613
+ "name": "",
614
+ "type": "uint256",
615
+ "internalType": "uint256"
616
+ }
617
+ ],
618
+ "stateMutability": "view"
619
+ },
620
+ {
621
+ "type": "function",
622
+ "name": "hasVoted",
623
+ "inputs": [
624
+ {
625
+ "name": "proposalId",
626
+ "type": "uint256",
627
+ "internalType": "uint256"
628
+ },
629
+ {
630
+ "name": "account",
631
+ "type": "address",
632
+ "internalType": "address"
633
+ }
634
+ ],
635
+ "outputs": [
636
+ {
637
+ "name": "",
638
+ "type": "bool",
639
+ "internalType": "bool"
640
+ }
641
+ ],
642
+ "stateMutability": "view"
643
+ },
644
+ {
645
+ "type": "function",
646
+ "name": "hashProposal",
647
+ "inputs": [
648
+ {
649
+ "name": "targets",
650
+ "type": "address[]",
651
+ "internalType": "address[]"
652
+ },
653
+ {
654
+ "name": "values",
655
+ "type": "uint256[]",
656
+ "internalType": "uint256[]"
657
+ },
658
+ {
659
+ "name": "calldatas",
660
+ "type": "bytes[]",
661
+ "internalType": "bytes[]"
662
+ },
663
+ {
664
+ "name": "descriptionHash",
665
+ "type": "bytes32",
666
+ "internalType": "bytes32"
667
+ }
668
+ ],
669
+ "outputs": [
670
+ {
671
+ "name": "",
672
+ "type": "uint256",
673
+ "internalType": "uint256"
674
+ }
675
+ ],
676
+ "stateMutability": "pure"
677
+ },
678
+ {
679
+ "type": "function",
680
+ "name": "isExcludedHolder",
681
+ "inputs": [
682
+ {
683
+ "name": "",
684
+ "type": "address",
685
+ "internalType": "address"
686
+ }
687
+ ],
688
+ "outputs": [
689
+ {
690
+ "name": "",
691
+ "type": "bool",
692
+ "internalType": "bool"
693
+ }
694
+ ],
695
+ "stateMutability": "view"
696
+ },
697
+ {
698
+ "type": "function",
699
+ "name": "name",
700
+ "inputs": [],
701
+ "outputs": [
702
+ {
703
+ "name": "",
704
+ "type": "string",
705
+ "internalType": "string"
706
+ }
707
+ ],
708
+ "stateMutability": "view"
709
+ },
710
+ {
711
+ "type": "function",
712
+ "name": "nextProposalBlock",
713
+ "inputs": [
714
+ {
715
+ "name": "",
716
+ "type": "address",
717
+ "internalType": "address"
718
+ }
719
+ ],
720
+ "outputs": [
721
+ {
722
+ "name": "",
723
+ "type": "uint256",
724
+ "internalType": "uint256"
725
+ }
726
+ ],
727
+ "stateMutability": "view"
728
+ },
729
+ {
730
+ "type": "function",
731
+ "name": "nonces",
732
+ "inputs": [
733
+ {
734
+ "name": "owner",
735
+ "type": "address",
736
+ "internalType": "address"
737
+ }
738
+ ],
739
+ "outputs": [
740
+ {
741
+ "name": "",
742
+ "type": "uint256",
743
+ "internalType": "uint256"
744
+ }
745
+ ],
746
+ "stateMutability": "view"
747
+ },
748
+ {
749
+ "type": "function",
750
+ "name": "onERC1155BatchReceived",
751
+ "inputs": [
752
+ {
753
+ "name": "",
754
+ "type": "address",
755
+ "internalType": "address"
756
+ },
757
+ {
758
+ "name": "",
759
+ "type": "address",
760
+ "internalType": "address"
761
+ },
762
+ {
763
+ "name": "",
764
+ "type": "uint256[]",
765
+ "internalType": "uint256[]"
766
+ },
767
+ {
768
+ "name": "",
769
+ "type": "uint256[]",
770
+ "internalType": "uint256[]"
771
+ },
772
+ {
773
+ "name": "",
774
+ "type": "bytes",
775
+ "internalType": "bytes"
776
+ }
777
+ ],
778
+ "outputs": [
779
+ {
780
+ "name": "",
781
+ "type": "bytes4",
782
+ "internalType": "bytes4"
783
+ }
784
+ ],
785
+ "stateMutability": "nonpayable"
786
+ },
787
+ {
788
+ "type": "function",
789
+ "name": "onERC1155Received",
790
+ "inputs": [
791
+ {
792
+ "name": "",
793
+ "type": "address",
794
+ "internalType": "address"
795
+ },
796
+ {
797
+ "name": "",
798
+ "type": "address",
799
+ "internalType": "address"
800
+ },
801
+ {
802
+ "name": "",
803
+ "type": "uint256",
804
+ "internalType": "uint256"
805
+ },
806
+ {
807
+ "name": "",
808
+ "type": "uint256",
809
+ "internalType": "uint256"
810
+ },
811
+ {
812
+ "name": "",
813
+ "type": "bytes",
814
+ "internalType": "bytes"
815
+ }
816
+ ],
817
+ "outputs": [
818
+ {
819
+ "name": "",
820
+ "type": "bytes4",
821
+ "internalType": "bytes4"
822
+ }
823
+ ],
824
+ "stateMutability": "nonpayable"
825
+ },
826
+ {
827
+ "type": "function",
828
+ "name": "onERC721Received",
829
+ "inputs": [
830
+ {
831
+ "name": "",
832
+ "type": "address",
833
+ "internalType": "address"
834
+ },
835
+ {
836
+ "name": "",
837
+ "type": "address",
838
+ "internalType": "address"
839
+ },
840
+ {
841
+ "name": "",
842
+ "type": "uint256",
843
+ "internalType": "uint256"
844
+ },
845
+ {
846
+ "name": "",
847
+ "type": "bytes",
848
+ "internalType": "bytes"
849
+ }
850
+ ],
851
+ "outputs": [
852
+ {
853
+ "name": "",
854
+ "type": "bytes4",
855
+ "internalType": "bytes4"
856
+ }
857
+ ],
858
+ "stateMutability": "nonpayable"
859
+ },
860
+ {
861
+ "type": "function",
862
+ "name": "poolsInitialized",
863
+ "inputs": [],
864
+ "outputs": [
865
+ {
866
+ "name": "",
867
+ "type": "bool",
868
+ "internalType": "bool"
869
+ }
870
+ ],
871
+ "stateMutability": "view"
872
+ },
873
+ {
874
+ "type": "function",
875
+ "name": "proposalCreatedBlock",
876
+ "inputs": [
877
+ {
878
+ "name": "",
879
+ "type": "uint256",
880
+ "internalType": "uint256"
881
+ }
882
+ ],
883
+ "outputs": [
884
+ {
885
+ "name": "",
886
+ "type": "uint256",
887
+ "internalType": "uint256"
888
+ }
889
+ ],
890
+ "stateMutability": "view"
891
+ },
892
+ {
893
+ "type": "function",
894
+ "name": "proposalDeadline",
895
+ "inputs": [
896
+ {
897
+ "name": "proposalId",
898
+ "type": "uint256",
899
+ "internalType": "uint256"
900
+ }
901
+ ],
902
+ "outputs": [
903
+ {
904
+ "name": "",
905
+ "type": "uint256",
906
+ "internalType": "uint256"
907
+ }
908
+ ],
909
+ "stateMutability": "view"
910
+ },
911
+ {
912
+ "type": "function",
913
+ "name": "proposalEta",
914
+ "inputs": [
915
+ {
916
+ "name": "proposalId",
917
+ "type": "uint256",
918
+ "internalType": "uint256"
919
+ }
920
+ ],
921
+ "outputs": [
922
+ {
923
+ "name": "",
924
+ "type": "uint256",
925
+ "internalType": "uint256"
926
+ }
927
+ ],
928
+ "stateMutability": "view"
929
+ },
930
+ {
931
+ "type": "function",
932
+ "name": "proposalNeedsQueuing",
933
+ "inputs": [
934
+ {
935
+ "name": "proposalId",
936
+ "type": "uint256",
937
+ "internalType": "uint256"
938
+ }
939
+ ],
940
+ "outputs": [
941
+ {
942
+ "name": "",
943
+ "type": "bool",
944
+ "internalType": "bool"
945
+ }
946
+ ],
947
+ "stateMutability": "view"
948
+ },
949
+ {
950
+ "type": "function",
951
+ "name": "proposalProposer",
952
+ "inputs": [
953
+ {
954
+ "name": "proposalId",
955
+ "type": "uint256",
956
+ "internalType": "uint256"
957
+ }
958
+ ],
959
+ "outputs": [
960
+ {
961
+ "name": "",
962
+ "type": "address",
963
+ "internalType": "address"
964
+ }
965
+ ],
966
+ "stateMutability": "view"
967
+ },
968
+ {
969
+ "type": "function",
970
+ "name": "proposalSnapshot",
971
+ "inputs": [
972
+ {
973
+ "name": "proposalId",
974
+ "type": "uint256",
975
+ "internalType": "uint256"
976
+ }
977
+ ],
978
+ "outputs": [
979
+ {
980
+ "name": "",
981
+ "type": "uint256",
982
+ "internalType": "uint256"
983
+ }
984
+ ],
985
+ "stateMutability": "view"
986
+ },
987
+ {
988
+ "type": "function",
989
+ "name": "proposalThreshold",
990
+ "inputs": [],
991
+ "outputs": [
992
+ {
993
+ "name": "",
994
+ "type": "uint256",
995
+ "internalType": "uint256"
996
+ }
997
+ ],
998
+ "stateMutability": "view"
999
+ },
1000
+ {
1001
+ "type": "function",
1002
+ "name": "proposalVotes",
1003
+ "inputs": [
1004
+ {
1005
+ "name": "proposalId",
1006
+ "type": "uint256",
1007
+ "internalType": "uint256"
1008
+ }
1009
+ ],
1010
+ "outputs": [
1011
+ {
1012
+ "name": "againstVotes",
1013
+ "type": "uint256",
1014
+ "internalType": "uint256"
1015
+ },
1016
+ {
1017
+ "name": "forVotes",
1018
+ "type": "uint256",
1019
+ "internalType": "uint256"
1020
+ },
1021
+ {
1022
+ "name": "abstainVotes",
1023
+ "type": "uint256",
1024
+ "internalType": "uint256"
1025
+ }
1026
+ ],
1027
+ "stateMutability": "view"
1028
+ },
1029
+ {
1030
+ "type": "function",
1031
+ "name": "propose",
1032
+ "inputs": [
1033
+ {
1034
+ "name": "targets",
1035
+ "type": "address[]",
1036
+ "internalType": "address[]"
1037
+ },
1038
+ {
1039
+ "name": "values",
1040
+ "type": "uint256[]",
1041
+ "internalType": "uint256[]"
1042
+ },
1043
+ {
1044
+ "name": "calldatas",
1045
+ "type": "bytes[]",
1046
+ "internalType": "bytes[]"
1047
+ },
1048
+ {
1049
+ "name": "description",
1050
+ "type": "string",
1051
+ "internalType": "string"
1052
+ }
1053
+ ],
1054
+ "outputs": [
1055
+ {
1056
+ "name": "",
1057
+ "type": "uint256",
1058
+ "internalType": "uint256"
1059
+ }
1060
+ ],
1061
+ "stateMutability": "nonpayable"
1062
+ },
1063
+ {
1064
+ "type": "function",
1065
+ "name": "queue",
1066
+ "inputs": [
1067
+ {
1068
+ "name": "targets",
1069
+ "type": "address[]",
1070
+ "internalType": "address[]"
1071
+ },
1072
+ {
1073
+ "name": "values",
1074
+ "type": "uint256[]",
1075
+ "internalType": "uint256[]"
1076
+ },
1077
+ {
1078
+ "name": "calldatas",
1079
+ "type": "bytes[]",
1080
+ "internalType": "bytes[]"
1081
+ },
1082
+ {
1083
+ "name": "descriptionHash",
1084
+ "type": "bytes32",
1085
+ "internalType": "bytes32"
1086
+ }
1087
+ ],
1088
+ "outputs": [
1089
+ {
1090
+ "name": "",
1091
+ "type": "uint256",
1092
+ "internalType": "uint256"
1093
+ }
1094
+ ],
1095
+ "stateMutability": "nonpayable"
1096
+ },
1097
+ {
1098
+ "type": "function",
1099
+ "name": "quorum",
1100
+ "inputs": [
1101
+ {
1102
+ "name": "blockNumber",
1103
+ "type": "uint256",
1104
+ "internalType": "uint256"
1105
+ }
1106
+ ],
1107
+ "outputs": [
1108
+ {
1109
+ "name": "",
1110
+ "type": "uint256",
1111
+ "internalType": "uint256"
1112
+ }
1113
+ ],
1114
+ "stateMutability": "view"
1115
+ },
1116
+ {
1117
+ "type": "function",
1118
+ "name": "quorumDenominator",
1119
+ "inputs": [],
1120
+ "outputs": [
1121
+ {
1122
+ "name": "",
1123
+ "type": "uint256",
1124
+ "internalType": "uint256"
1125
+ }
1126
+ ],
1127
+ "stateMutability": "view"
1128
+ },
1129
+ {
1130
+ "type": "function",
1131
+ "name": "quorumNumerator",
1132
+ "inputs": [
1133
+ {
1134
+ "name": "timepoint",
1135
+ "type": "uint256",
1136
+ "internalType": "uint256"
1137
+ }
1138
+ ],
1139
+ "outputs": [
1140
+ {
1141
+ "name": "",
1142
+ "type": "uint256",
1143
+ "internalType": "uint256"
1144
+ }
1145
+ ],
1146
+ "stateMutability": "view"
1147
+ },
1148
+ {
1149
+ "type": "function",
1150
+ "name": "quorumNumerator",
1151
+ "inputs": [],
1152
+ "outputs": [
1153
+ {
1154
+ "name": "",
1155
+ "type": "uint256",
1156
+ "internalType": "uint256"
1157
+ }
1158
+ ],
1159
+ "stateMutability": "view"
1160
+ },
1161
+ {
1162
+ "type": "function",
1163
+ "name": "relay",
1164
+ "inputs": [
1165
+ {
1166
+ "name": "target",
1167
+ "type": "address",
1168
+ "internalType": "address"
1169
+ },
1170
+ {
1171
+ "name": "value",
1172
+ "type": "uint256",
1173
+ "internalType": "uint256"
1174
+ },
1175
+ {
1176
+ "name": "data",
1177
+ "type": "bytes",
1178
+ "internalType": "bytes"
1179
+ }
1180
+ ],
1181
+ "outputs": [],
1182
+ "stateMutability": "payable"
1183
+ },
1184
+ {
1185
+ "type": "function",
1186
+ "name": "replaceExcludedHolder",
1187
+ "inputs": [
1188
+ {
1189
+ "name": "oldHolder",
1190
+ "type": "address",
1191
+ "internalType": "address"
1192
+ },
1193
+ {
1194
+ "name": "newHolder",
1195
+ "type": "address",
1196
+ "internalType": "address"
1197
+ }
1198
+ ],
1199
+ "outputs": [],
1200
+ "stateMutability": "nonpayable"
1201
+ },
1202
+ {
1203
+ "type": "function",
1204
+ "name": "reputationToken",
1205
+ "inputs": [],
1206
+ "outputs": [
1207
+ {
1208
+ "name": "",
1209
+ "type": "address",
1210
+ "internalType": "contract IGovernanceLockableVotes"
1211
+ }
1212
+ ],
1213
+ "stateMutability": "view"
1214
+ },
1215
+ {
1216
+ "type": "function",
1217
+ "name": "setProposalThreshold",
1218
+ "inputs": [
1219
+ {
1220
+ "name": "newProposalThreshold",
1221
+ "type": "uint256",
1222
+ "internalType": "uint256"
1223
+ }
1224
+ ],
1225
+ "outputs": [],
1226
+ "stateMutability": "nonpayable"
1227
+ },
1228
+ {
1229
+ "type": "function",
1230
+ "name": "setVotingDelay",
1231
+ "inputs": [
1232
+ {
1233
+ "name": "newVotingDelay",
1234
+ "type": "uint48",
1235
+ "internalType": "uint48"
1236
+ }
1237
+ ],
1238
+ "outputs": [],
1239
+ "stateMutability": "nonpayable"
1240
+ },
1241
+ {
1242
+ "type": "function",
1243
+ "name": "setVotingPeriod",
1244
+ "inputs": [
1245
+ {
1246
+ "name": "newVotingPeriod",
1247
+ "type": "uint32",
1248
+ "internalType": "uint32"
1249
+ }
1250
+ ],
1251
+ "outputs": [],
1252
+ "stateMutability": "nonpayable"
1253
+ },
1254
+ {
1255
+ "type": "function",
1256
+ "name": "state",
1257
+ "inputs": [
1258
+ {
1259
+ "name": "proposalId",
1260
+ "type": "uint256",
1261
+ "internalType": "uint256"
1262
+ }
1263
+ ],
1264
+ "outputs": [
1265
+ {
1266
+ "name": "",
1267
+ "type": "uint8",
1268
+ "internalType": "enum IGovernor.ProposalState"
1269
+ }
1270
+ ],
1271
+ "stateMutability": "view"
1272
+ },
1273
+ {
1274
+ "type": "function",
1275
+ "name": "supportsInterface",
1276
+ "inputs": [
1277
+ {
1278
+ "name": "interfaceId",
1279
+ "type": "bytes4",
1280
+ "internalType": "bytes4"
1281
+ }
1282
+ ],
1283
+ "outputs": [
1284
+ {
1285
+ "name": "",
1286
+ "type": "bool",
1287
+ "internalType": "bool"
1288
+ }
1289
+ ],
1290
+ "stateMutability": "view"
1291
+ },
1292
+ {
1293
+ "type": "function",
1294
+ "name": "timelock",
1295
+ "inputs": [],
1296
+ "outputs": [
1297
+ {
1298
+ "name": "",
1299
+ "type": "address",
1300
+ "internalType": "address"
1301
+ }
1302
+ ],
1303
+ "stateMutability": "view"
1304
+ },
1305
+ {
1306
+ "type": "function",
1307
+ "name": "token",
1308
+ "inputs": [],
1309
+ "outputs": [
1310
+ {
1311
+ "name": "",
1312
+ "type": "address",
1313
+ "internalType": "contract IERC5805"
1314
+ }
1315
+ ],
1316
+ "stateMutability": "view"
1317
+ },
1318
+ {
1319
+ "type": "function",
1320
+ "name": "updateQuorumNumerator",
1321
+ "inputs": [
1322
+ {
1323
+ "name": "newQuorumNumerator",
1324
+ "type": "uint256",
1325
+ "internalType": "uint256"
1326
+ }
1327
+ ],
1328
+ "outputs": [],
1329
+ "stateMutability": "nonpayable"
1330
+ },
1331
+ {
1332
+ "type": "function",
1333
+ "name": "updateTimelock",
1334
+ "inputs": [
1335
+ {
1336
+ "name": "newTimelock",
1337
+ "type": "address",
1338
+ "internalType": "contract TimelockController"
1339
+ }
1340
+ ],
1341
+ "outputs": [],
1342
+ "stateMutability": "nonpayable"
1343
+ },
1344
+ {
1345
+ "type": "function",
1346
+ "name": "version",
1347
+ "inputs": [],
1348
+ "outputs": [
1349
+ {
1350
+ "name": "",
1351
+ "type": "string",
1352
+ "internalType": "string"
1353
+ }
1354
+ ],
1355
+ "stateMutability": "view"
1356
+ },
1357
+ {
1358
+ "type": "function",
1359
+ "name": "votingDelay",
1360
+ "inputs": [],
1361
+ "outputs": [
1362
+ {
1363
+ "name": "",
1364
+ "type": "uint256",
1365
+ "internalType": "uint256"
1366
+ }
1367
+ ],
1368
+ "stateMutability": "view"
1369
+ },
1370
+ {
1371
+ "type": "function",
1372
+ "name": "votingPeriod",
1373
+ "inputs": [],
1374
+ "outputs": [
1375
+ {
1376
+ "name": "",
1377
+ "type": "uint256",
1378
+ "internalType": "uint256"
1379
+ }
1380
+ ],
1381
+ "stateMutability": "view"
1382
+ },
1383
+ {
1384
+ "type": "event",
1385
+ "name": "EIP712DomainChanged",
1386
+ "inputs": [],
1387
+ "anonymous": false
1388
+ },
1389
+ {
1390
+ "type": "event",
1391
+ "name": "ExcludedHolderReplaced",
1392
+ "inputs": [
1393
+ {
1394
+ "name": "oldHolder",
1395
+ "type": "address",
1396
+ "indexed": true,
1397
+ "internalType": "address"
1398
+ },
1399
+ {
1400
+ "name": "newHolder",
1401
+ "type": "address",
1402
+ "indexed": true,
1403
+ "internalType": "address"
1404
+ }
1405
+ ],
1406
+ "anonymous": false
1407
+ },
1408
+ {
1409
+ "type": "event",
1410
+ "name": "ProposalCanceled",
1411
+ "inputs": [
1412
+ {
1413
+ "name": "proposalId",
1414
+ "type": "uint256",
1415
+ "indexed": false,
1416
+ "internalType": "uint256"
1417
+ }
1418
+ ],
1419
+ "anonymous": false
1420
+ },
1421
+ {
1422
+ "type": "event",
1423
+ "name": "ProposalCreated",
1424
+ "inputs": [
1425
+ {
1426
+ "name": "proposalId",
1427
+ "type": "uint256",
1428
+ "indexed": false,
1429
+ "internalType": "uint256"
1430
+ },
1431
+ {
1432
+ "name": "proposer",
1433
+ "type": "address",
1434
+ "indexed": false,
1435
+ "internalType": "address"
1436
+ },
1437
+ {
1438
+ "name": "targets",
1439
+ "type": "address[]",
1440
+ "indexed": false,
1441
+ "internalType": "address[]"
1442
+ },
1443
+ {
1444
+ "name": "values",
1445
+ "type": "uint256[]",
1446
+ "indexed": false,
1447
+ "internalType": "uint256[]"
1448
+ },
1449
+ {
1450
+ "name": "signatures",
1451
+ "type": "string[]",
1452
+ "indexed": false,
1453
+ "internalType": "string[]"
1454
+ },
1455
+ {
1456
+ "name": "calldatas",
1457
+ "type": "bytes[]",
1458
+ "indexed": false,
1459
+ "internalType": "bytes[]"
1460
+ },
1461
+ {
1462
+ "name": "voteStart",
1463
+ "type": "uint256",
1464
+ "indexed": false,
1465
+ "internalType": "uint256"
1466
+ },
1467
+ {
1468
+ "name": "voteEnd",
1469
+ "type": "uint256",
1470
+ "indexed": false,
1471
+ "internalType": "uint256"
1472
+ },
1473
+ {
1474
+ "name": "description",
1475
+ "type": "string",
1476
+ "indexed": false,
1477
+ "internalType": "string"
1478
+ }
1479
+ ],
1480
+ "anonymous": false
1481
+ },
1482
+ {
1483
+ "type": "event",
1484
+ "name": "ProposalExecuted",
1485
+ "inputs": [
1486
+ {
1487
+ "name": "proposalId",
1488
+ "type": "uint256",
1489
+ "indexed": false,
1490
+ "internalType": "uint256"
1491
+ }
1492
+ ],
1493
+ "anonymous": false
1494
+ },
1495
+ {
1496
+ "type": "event",
1497
+ "name": "ProposalQueued",
1498
+ "inputs": [
1499
+ {
1500
+ "name": "proposalId",
1501
+ "type": "uint256",
1502
+ "indexed": false,
1503
+ "internalType": "uint256"
1504
+ },
1505
+ {
1506
+ "name": "etaSeconds",
1507
+ "type": "uint256",
1508
+ "indexed": false,
1509
+ "internalType": "uint256"
1510
+ }
1511
+ ],
1512
+ "anonymous": false
1513
+ },
1514
+ {
1515
+ "type": "event",
1516
+ "name": "ProposalThresholdSet",
1517
+ "inputs": [
1518
+ {
1519
+ "name": "oldProposalThreshold",
1520
+ "type": "uint256",
1521
+ "indexed": false,
1522
+ "internalType": "uint256"
1523
+ },
1524
+ {
1525
+ "name": "newProposalThreshold",
1526
+ "type": "uint256",
1527
+ "indexed": false,
1528
+ "internalType": "uint256"
1529
+ }
1530
+ ],
1531
+ "anonymous": false
1532
+ },
1533
+ {
1534
+ "type": "event",
1535
+ "name": "QuorumNumeratorUpdated",
1536
+ "inputs": [
1537
+ {
1538
+ "name": "oldQuorumNumerator",
1539
+ "type": "uint256",
1540
+ "indexed": false,
1541
+ "internalType": "uint256"
1542
+ },
1543
+ {
1544
+ "name": "newQuorumNumerator",
1545
+ "type": "uint256",
1546
+ "indexed": false,
1547
+ "internalType": "uint256"
1548
+ }
1549
+ ],
1550
+ "anonymous": false
1551
+ },
1552
+ {
1553
+ "type": "event",
1554
+ "name": "TimelockChange",
1555
+ "inputs": [
1556
+ {
1557
+ "name": "oldTimelock",
1558
+ "type": "address",
1559
+ "indexed": false,
1560
+ "internalType": "address"
1561
+ },
1562
+ {
1563
+ "name": "newTimelock",
1564
+ "type": "address",
1565
+ "indexed": false,
1566
+ "internalType": "address"
1567
+ }
1568
+ ],
1569
+ "anonymous": false
1570
+ },
1571
+ {
1572
+ "type": "event",
1573
+ "name": "VoteCast",
1574
+ "inputs": [
1575
+ {
1576
+ "name": "voter",
1577
+ "type": "address",
1578
+ "indexed": true,
1579
+ "internalType": "address"
1580
+ },
1581
+ {
1582
+ "name": "proposalId",
1583
+ "type": "uint256",
1584
+ "indexed": false,
1585
+ "internalType": "uint256"
1586
+ },
1587
+ {
1588
+ "name": "support",
1589
+ "type": "uint8",
1590
+ "indexed": false,
1591
+ "internalType": "uint8"
1592
+ },
1593
+ {
1594
+ "name": "weight",
1595
+ "type": "uint256",
1596
+ "indexed": false,
1597
+ "internalType": "uint256"
1598
+ },
1599
+ {
1600
+ "name": "reason",
1601
+ "type": "string",
1602
+ "indexed": false,
1603
+ "internalType": "string"
1604
+ }
1605
+ ],
1606
+ "anonymous": false
1607
+ },
1608
+ {
1609
+ "type": "event",
1610
+ "name": "VoteCastWithParams",
1611
+ "inputs": [
1612
+ {
1613
+ "name": "voter",
1614
+ "type": "address",
1615
+ "indexed": true,
1616
+ "internalType": "address"
1617
+ },
1618
+ {
1619
+ "name": "proposalId",
1620
+ "type": "uint256",
1621
+ "indexed": false,
1622
+ "internalType": "uint256"
1623
+ },
1624
+ {
1625
+ "name": "support",
1626
+ "type": "uint8",
1627
+ "indexed": false,
1628
+ "internalType": "uint8"
1629
+ },
1630
+ {
1631
+ "name": "weight",
1632
+ "type": "uint256",
1633
+ "indexed": false,
1634
+ "internalType": "uint256"
1635
+ },
1636
+ {
1637
+ "name": "reason",
1638
+ "type": "string",
1639
+ "indexed": false,
1640
+ "internalType": "string"
1641
+ },
1642
+ {
1643
+ "name": "params",
1644
+ "type": "bytes",
1645
+ "indexed": false,
1646
+ "internalType": "bytes"
1647
+ }
1648
+ ],
1649
+ "anonymous": false
1650
+ },
1651
+ {
1652
+ "type": "event",
1653
+ "name": "VotingDelaySet",
1654
+ "inputs": [
1655
+ {
1656
+ "name": "oldVotingDelay",
1657
+ "type": "uint256",
1658
+ "indexed": false,
1659
+ "internalType": "uint256"
1660
+ },
1661
+ {
1662
+ "name": "newVotingDelay",
1663
+ "type": "uint256",
1664
+ "indexed": false,
1665
+ "internalType": "uint256"
1666
+ }
1667
+ ],
1668
+ "anonymous": false
1669
+ },
1670
+ {
1671
+ "type": "event",
1672
+ "name": "VotingPeriodSet",
1673
+ "inputs": [
1674
+ {
1675
+ "name": "oldVotingPeriod",
1676
+ "type": "uint256",
1677
+ "indexed": false,
1678
+ "internalType": "uint256"
1679
+ },
1680
+ {
1681
+ "name": "newVotingPeriod",
1682
+ "type": "uint256",
1683
+ "indexed": false,
1684
+ "internalType": "uint256"
1685
+ }
1686
+ ],
1687
+ "anonymous": false
1688
+ },
1689
+ {
1690
+ "type": "error",
1691
+ "name": "CheckpointUnorderedInsertion",
1692
+ "inputs": []
1693
+ },
1694
+ {
1695
+ "type": "error",
1696
+ "name": "ExcludedHolderCannotGovern",
1697
+ "inputs": [
1698
+ {
1699
+ "name": "holder",
1700
+ "type": "address",
1701
+ "internalType": "address"
1702
+ }
1703
+ ]
1704
+ },
1705
+ {
1706
+ "type": "error",
1707
+ "name": "FailedCall",
1708
+ "inputs": []
1709
+ },
1710
+ {
1711
+ "type": "error",
1712
+ "name": "GovernorAlreadyCastVote",
1713
+ "inputs": [
1714
+ {
1715
+ "name": "voter",
1716
+ "type": "address",
1717
+ "internalType": "address"
1718
+ }
1719
+ ]
1720
+ },
1721
+ {
1722
+ "type": "error",
1723
+ "name": "GovernorAlreadyQueuedProposal",
1724
+ "inputs": [
1725
+ {
1726
+ "name": "proposalId",
1727
+ "type": "uint256",
1728
+ "internalType": "uint256"
1729
+ }
1730
+ ]
1731
+ },
1732
+ {
1733
+ "type": "error",
1734
+ "name": "GovernorDisabledDeposit",
1735
+ "inputs": []
1736
+ },
1737
+ {
1738
+ "type": "error",
1739
+ "name": "GovernorInsufficientProposerVotes",
1740
+ "inputs": [
1741
+ {
1742
+ "name": "proposer",
1743
+ "type": "address",
1744
+ "internalType": "address"
1745
+ },
1746
+ {
1747
+ "name": "votes",
1748
+ "type": "uint256",
1749
+ "internalType": "uint256"
1750
+ },
1751
+ {
1752
+ "name": "threshold",
1753
+ "type": "uint256",
1754
+ "internalType": "uint256"
1755
+ }
1756
+ ]
1757
+ },
1758
+ {
1759
+ "type": "error",
1760
+ "name": "GovernorInvalidProposalLength",
1761
+ "inputs": [
1762
+ {
1763
+ "name": "targets",
1764
+ "type": "uint256",
1765
+ "internalType": "uint256"
1766
+ },
1767
+ {
1768
+ "name": "calldatas",
1769
+ "type": "uint256",
1770
+ "internalType": "uint256"
1771
+ },
1772
+ {
1773
+ "name": "values",
1774
+ "type": "uint256",
1775
+ "internalType": "uint256"
1776
+ }
1777
+ ]
1778
+ },
1779
+ {
1780
+ "type": "error",
1781
+ "name": "GovernorInvalidQuorumFraction",
1782
+ "inputs": [
1783
+ {
1784
+ "name": "quorumNumerator",
1785
+ "type": "uint256",
1786
+ "internalType": "uint256"
1787
+ },
1788
+ {
1789
+ "name": "quorumDenominator",
1790
+ "type": "uint256",
1791
+ "internalType": "uint256"
1792
+ }
1793
+ ]
1794
+ },
1795
+ {
1796
+ "type": "error",
1797
+ "name": "GovernorInvalidSignature",
1798
+ "inputs": [
1799
+ {
1800
+ "name": "voter",
1801
+ "type": "address",
1802
+ "internalType": "address"
1803
+ }
1804
+ ]
1805
+ },
1806
+ {
1807
+ "type": "error",
1808
+ "name": "GovernorInvalidVoteParams",
1809
+ "inputs": []
1810
+ },
1811
+ {
1812
+ "type": "error",
1813
+ "name": "GovernorInvalidVoteType",
1814
+ "inputs": []
1815
+ },
1816
+ {
1817
+ "type": "error",
1818
+ "name": "GovernorInvalidVotingPeriod",
1819
+ "inputs": [
1820
+ {
1821
+ "name": "votingPeriod",
1822
+ "type": "uint256",
1823
+ "internalType": "uint256"
1824
+ }
1825
+ ]
1826
+ },
1827
+ {
1828
+ "type": "error",
1829
+ "name": "GovernorNonexistentProposal",
1830
+ "inputs": [
1831
+ {
1832
+ "name": "proposalId",
1833
+ "type": "uint256",
1834
+ "internalType": "uint256"
1835
+ }
1836
+ ]
1837
+ },
1838
+ {
1839
+ "type": "error",
1840
+ "name": "GovernorNotQueuedProposal",
1841
+ "inputs": [
1842
+ {
1843
+ "name": "proposalId",
1844
+ "type": "uint256",
1845
+ "internalType": "uint256"
1846
+ }
1847
+ ]
1848
+ },
1849
+ {
1850
+ "type": "error",
1851
+ "name": "GovernorOnlyExecutor",
1852
+ "inputs": [
1853
+ {
1854
+ "name": "account",
1855
+ "type": "address",
1856
+ "internalType": "address"
1857
+ }
1858
+ ]
1859
+ },
1860
+ {
1861
+ "type": "error",
1862
+ "name": "GovernorQueueNotImplemented",
1863
+ "inputs": []
1864
+ },
1865
+ {
1866
+ "type": "error",
1867
+ "name": "GovernorRestrictedProposer",
1868
+ "inputs": [
1869
+ {
1870
+ "name": "proposer",
1871
+ "type": "address",
1872
+ "internalType": "address"
1873
+ }
1874
+ ]
1875
+ },
1876
+ {
1877
+ "type": "error",
1878
+ "name": "GovernorUnableToCancel",
1879
+ "inputs": [
1880
+ {
1881
+ "name": "proposalId",
1882
+ "type": "uint256",
1883
+ "internalType": "uint256"
1884
+ },
1885
+ {
1886
+ "name": "account",
1887
+ "type": "address",
1888
+ "internalType": "address"
1889
+ }
1890
+ ]
1891
+ },
1892
+ {
1893
+ "type": "error",
1894
+ "name": "GovernorUnexpectedProposalState",
1895
+ "inputs": [
1896
+ {
1897
+ "name": "proposalId",
1898
+ "type": "uint256",
1899
+ "internalType": "uint256"
1900
+ },
1901
+ {
1902
+ "name": "current",
1903
+ "type": "uint8",
1904
+ "internalType": "enum IGovernor.ProposalState"
1905
+ },
1906
+ {
1907
+ "name": "expectedStates",
1908
+ "type": "bytes32",
1909
+ "internalType": "bytes32"
1910
+ }
1911
+ ]
1912
+ },
1913
+ {
1914
+ "type": "error",
1915
+ "name": "InsufficientTransferableProposalStake",
1916
+ "inputs": [
1917
+ {
1918
+ "name": "proposer",
1919
+ "type": "address",
1920
+ "internalType": "address"
1921
+ },
1922
+ {
1923
+ "name": "required",
1924
+ "type": "uint256",
1925
+ "internalType": "uint256"
1926
+ },
1927
+ {
1928
+ "name": "transferable",
1929
+ "type": "uint256",
1930
+ "internalType": "uint256"
1931
+ }
1932
+ ]
1933
+ },
1934
+ {
1935
+ "type": "error",
1936
+ "name": "InvalidAccountNonce",
1937
+ "inputs": [
1938
+ {
1939
+ "name": "account",
1940
+ "type": "address",
1941
+ "internalType": "address"
1942
+ },
1943
+ {
1944
+ "name": "currentNonce",
1945
+ "type": "uint256",
1946
+ "internalType": "uint256"
1947
+ }
1948
+ ]
1949
+ },
1950
+ {
1951
+ "type": "error",
1952
+ "name": "InvalidExcludedHolder",
1953
+ "inputs": []
1954
+ },
1955
+ {
1956
+ "type": "error",
1957
+ "name": "InvalidGovernanceTiming",
1958
+ "inputs": []
1959
+ },
1960
+ {
1961
+ "type": "error",
1962
+ "name": "InvalidProposalThreshold",
1963
+ "inputs": []
1964
+ },
1965
+ {
1966
+ "type": "error",
1967
+ "name": "InvalidQuorumNumerator",
1968
+ "inputs": []
1969
+ },
1970
+ {
1971
+ "type": "error",
1972
+ "name": "InvalidShortString",
1973
+ "inputs": []
1974
+ },
1975
+ {
1976
+ "type": "error",
1977
+ "name": "ProposalCooldownActive",
1978
+ "inputs": [
1979
+ {
1980
+ "name": "proposer",
1981
+ "type": "address",
1982
+ "internalType": "address"
1983
+ },
1984
+ {
1985
+ "name": "nextProposalBlock",
1986
+ "type": "uint256",
1987
+ "internalType": "uint256"
1988
+ }
1989
+ ]
1990
+ },
1991
+ {
1992
+ "type": "error",
1993
+ "name": "SafeCastOverflowedUintDowncast",
1994
+ "inputs": [
1995
+ {
1996
+ "name": "bits",
1997
+ "type": "uint8",
1998
+ "internalType": "uint8"
1999
+ },
2000
+ {
2001
+ "name": "value",
2002
+ "type": "uint256",
2003
+ "internalType": "uint256"
2004
+ }
2005
+ ]
2006
+ },
2007
+ {
2008
+ "type": "error",
2009
+ "name": "StringTooLong",
2010
+ "inputs": [
2011
+ {
2012
+ "name": "str",
2013
+ "type": "string",
2014
+ "internalType": "string"
2015
+ }
2016
+ ]
2017
+ }
2018
+ ];