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