@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,2933 @@
1
+ export const LaunchDistributionPoolAbi = [
2
+ {
3
+ "type": "constructor",
4
+ "inputs": [
5
+ {
6
+ "name": "_lrepToken",
7
+ "type": "address",
8
+ "internalType": "address"
9
+ },
10
+ {
11
+ "name": "_raterRegistry",
12
+ "type": "address",
13
+ "internalType": "address"
14
+ },
15
+ {
16
+ "name": "_governance",
17
+ "type": "address",
18
+ "internalType": "address"
19
+ }
20
+ ],
21
+ "stateMutability": "nonpayable"
22
+ },
23
+ {
24
+ "type": "function",
25
+ "name": "BPS_DENOMINATOR",
26
+ "inputs": [],
27
+ "outputs": [
28
+ {
29
+ "name": "",
30
+ "type": "uint16",
31
+ "internalType": "uint16"
32
+ }
33
+ ],
34
+ "stateMutability": "view"
35
+ },
36
+ {
37
+ "type": "function",
38
+ "name": "DEFAULT_UNVERIFIED_EARNED_RATER_CAP_BPS",
39
+ "inputs": [],
40
+ "outputs": [
41
+ {
42
+ "name": "",
43
+ "type": "uint16",
44
+ "internalType": "uint16"
45
+ }
46
+ ],
47
+ "stateMutability": "view"
48
+ },
49
+ {
50
+ "type": "function",
51
+ "name": "EARNED_RATER_POOL_AMOUNT",
52
+ "inputs": [],
53
+ "outputs": [
54
+ {
55
+ "name": "",
56
+ "type": "uint256",
57
+ "internalType": "uint256"
58
+ }
59
+ ],
60
+ "stateMutability": "view"
61
+ },
62
+ {
63
+ "type": "function",
64
+ "name": "ELIGIBILITY_RATING_COUNT",
65
+ "inputs": [],
66
+ "outputs": [
67
+ {
68
+ "name": "",
69
+ "type": "uint32",
70
+ "internalType": "uint32"
71
+ }
72
+ ],
73
+ "stateMutability": "view"
74
+ },
75
+ {
76
+ "type": "function",
77
+ "name": "LEGACY_CLAIM_DURATION",
78
+ "inputs": [],
79
+ "outputs": [
80
+ {
81
+ "name": "",
82
+ "type": "uint64",
83
+ "internalType": "uint64"
84
+ }
85
+ ],
86
+ "stateMutability": "view"
87
+ },
88
+ {
89
+ "type": "function",
90
+ "name": "LEGACY_CLAIM_GRACE_PERIOD",
91
+ "inputs": [],
92
+ "outputs": [
93
+ {
94
+ "name": "",
95
+ "type": "uint64",
96
+ "internalType": "uint64"
97
+ }
98
+ ],
99
+ "stateMutability": "view"
100
+ },
101
+ {
102
+ "type": "function",
103
+ "name": "LEGACY_CONTRIBUTOR_POOL_AMOUNT",
104
+ "inputs": [],
105
+ "outputs": [
106
+ {
107
+ "name": "",
108
+ "type": "uint256",
109
+ "internalType": "uint256"
110
+ }
111
+ ],
112
+ "stateMutability": "view"
113
+ },
114
+ {
115
+ "type": "function",
116
+ "name": "LEGACY_IMMEDIATE_BPS",
117
+ "inputs": [],
118
+ "outputs": [
119
+ {
120
+ "name": "",
121
+ "type": "uint16",
122
+ "internalType": "uint16"
123
+ }
124
+ ],
125
+ "stateMutability": "view"
126
+ },
127
+ {
128
+ "type": "function",
129
+ "name": "LEGACY_VESTING_DURATION",
130
+ "inputs": [],
131
+ "outputs": [
132
+ {
133
+ "name": "",
134
+ "type": "uint64",
135
+ "internalType": "uint64"
136
+ }
137
+ ],
138
+ "stateMutability": "view"
139
+ },
140
+ {
141
+ "type": "function",
142
+ "name": "MAX_DISTINCT_RATERS_PER_VERIFIED_ANCHOR",
143
+ "inputs": [],
144
+ "outputs": [
145
+ {
146
+ "name": "",
147
+ "type": "uint16",
148
+ "internalType": "uint16"
149
+ }
150
+ ],
151
+ "stateMutability": "view"
152
+ },
153
+ {
154
+ "type": "function",
155
+ "name": "MAX_REFERRAL_REWARD_PER_REFERRER",
156
+ "inputs": [],
157
+ "outputs": [
158
+ {
159
+ "name": "",
160
+ "type": "uint256",
161
+ "internalType": "uint256"
162
+ }
163
+ ],
164
+ "stateMutability": "view"
165
+ },
166
+ {
167
+ "type": "function",
168
+ "name": "MAX_UNVERIFIED_LAUNCH_CREDITS_PER_ROUND",
169
+ "inputs": [],
170
+ "outputs": [
171
+ {
172
+ "name": "",
173
+ "type": "uint16",
174
+ "internalType": "uint16"
175
+ }
176
+ ],
177
+ "stateMutability": "view"
178
+ },
179
+ {
180
+ "type": "function",
181
+ "name": "MIN_ANCHOR_CREDENTIAL_AGE_SECONDS",
182
+ "inputs": [],
183
+ "outputs": [
184
+ {
185
+ "name": "",
186
+ "type": "uint32",
187
+ "internalType": "uint32"
188
+ }
189
+ ],
190
+ "stateMutability": "view"
191
+ },
192
+ {
193
+ "type": "function",
194
+ "name": "MIN_EARNED_REWARD_DISTINCT_ANCHOR_ROUNDS",
195
+ "inputs": [],
196
+ "outputs": [
197
+ {
198
+ "name": "",
199
+ "type": "uint16",
200
+ "internalType": "uint16"
201
+ }
202
+ ],
203
+ "stateMutability": "view"
204
+ },
205
+ {
206
+ "type": "function",
207
+ "name": "MIN_EARNED_REWARD_DISTINCT_VERIFIED_ANCHORS",
208
+ "inputs": [],
209
+ "outputs": [
210
+ {
211
+ "name": "",
212
+ "type": "uint16",
213
+ "internalType": "uint16"
214
+ }
215
+ ],
216
+ "stateMutability": "view"
217
+ },
218
+ {
219
+ "type": "function",
220
+ "name": "MIN_EARNED_REWARD_VERIFIED_HUMANS",
221
+ "inputs": [],
222
+ "outputs": [
223
+ {
224
+ "name": "",
225
+ "type": "uint16",
226
+ "internalType": "uint16"
227
+ }
228
+ ],
229
+ "stateMutability": "view"
230
+ },
231
+ {
232
+ "type": "function",
233
+ "name": "MIN_EARNED_REWARD_VOTERS",
234
+ "inputs": [],
235
+ "outputs": [
236
+ {
237
+ "name": "",
238
+ "type": "uint16",
239
+ "internalType": "uint16"
240
+ }
241
+ ],
242
+ "stateMutability": "view"
243
+ },
244
+ {
245
+ "type": "function",
246
+ "name": "MIN_LAUNCH_CREDIT_STAKE",
247
+ "inputs": [],
248
+ "outputs": [
249
+ {
250
+ "name": "",
251
+ "type": "uint64",
252
+ "internalType": "uint64"
253
+ }
254
+ ],
255
+ "stateMutability": "view"
256
+ },
257
+ {
258
+ "type": "function",
259
+ "name": "MIN_QUALIFYING_SCORE_BPS",
260
+ "inputs": [],
261
+ "outputs": [
262
+ {
263
+ "name": "",
264
+ "type": "uint16",
265
+ "internalType": "uint16"
266
+ }
267
+ ],
268
+ "stateMutability": "view"
269
+ },
270
+ {
271
+ "type": "function",
272
+ "name": "PAYOUT_DOMAIN_LAUNCH_CREDIT",
273
+ "inputs": [],
274
+ "outputs": [
275
+ {
276
+ "name": "",
277
+ "type": "uint8",
278
+ "internalType": "uint8"
279
+ }
280
+ ],
281
+ "stateMutability": "view"
282
+ },
283
+ {
284
+ "type": "function",
285
+ "name": "REFERRAL_BONUS_BPS",
286
+ "inputs": [],
287
+ "outputs": [
288
+ {
289
+ "name": "",
290
+ "type": "uint256",
291
+ "internalType": "uint256"
292
+ }
293
+ ],
294
+ "stateMutability": "view"
295
+ },
296
+ {
297
+ "type": "function",
298
+ "name": "REWARDING_RATING_COUNT",
299
+ "inputs": [],
300
+ "outputs": [
301
+ {
302
+ "name": "",
303
+ "type": "uint32",
304
+ "internalType": "uint32"
305
+ }
306
+ ],
307
+ "stateMutability": "view"
308
+ },
309
+ {
310
+ "type": "function",
311
+ "name": "STALE_PENDING_EARNED_RATER_CREDIT_DELAY",
312
+ "inputs": [],
313
+ "outputs": [
314
+ {
315
+ "name": "",
316
+ "type": "uint64",
317
+ "internalType": "uint64"
318
+ }
319
+ ],
320
+ "stateMutability": "view"
321
+ },
322
+ {
323
+ "type": "function",
324
+ "name": "TOTAL_POOL_AMOUNT",
325
+ "inputs": [],
326
+ "outputs": [
327
+ {
328
+ "name": "",
329
+ "type": "uint256",
330
+ "internalType": "uint256"
331
+ }
332
+ ],
333
+ "stateMutability": "view"
334
+ },
335
+ {
336
+ "type": "function",
337
+ "name": "VERIFIED_REFERRAL_POOL_AMOUNT",
338
+ "inputs": [],
339
+ "outputs": [
340
+ {
341
+ "name": "",
342
+ "type": "uint256",
343
+ "internalType": "uint256"
344
+ }
345
+ ],
346
+ "stateMutability": "view"
347
+ },
348
+ {
349
+ "type": "function",
350
+ "name": "accountPrefundedPoolDeposit",
351
+ "inputs": [
352
+ {
353
+ "name": "amount",
354
+ "type": "uint256",
355
+ "internalType": "uint256"
356
+ }
357
+ ],
358
+ "outputs": [],
359
+ "stateMutability": "nonpayable"
360
+ },
361
+ {
362
+ "type": "function",
363
+ "name": "authorizedCallers",
364
+ "inputs": [
365
+ {
366
+ "name": "",
367
+ "type": "address",
368
+ "internalType": "address"
369
+ }
370
+ ],
371
+ "outputs": [
372
+ {
373
+ "name": "",
374
+ "type": "bool",
375
+ "internalType": "bool"
376
+ }
377
+ ],
378
+ "stateMutability": "view"
379
+ },
380
+ {
381
+ "type": "function",
382
+ "name": "cancelStalePendingEarnedRaterCredit",
383
+ "inputs": [
384
+ {
385
+ "name": "contentId",
386
+ "type": "uint256",
387
+ "internalType": "uint256"
388
+ },
389
+ {
390
+ "name": "roundId",
391
+ "type": "uint256",
392
+ "internalType": "uint256"
393
+ },
394
+ {
395
+ "name": "commitKey",
396
+ "type": "bytes32",
397
+ "internalType": "bytes32"
398
+ }
399
+ ],
400
+ "outputs": [],
401
+ "stateMutability": "nonpayable"
402
+ },
403
+ {
404
+ "type": "function",
405
+ "name": "claimLegacyContributorAllocation",
406
+ "inputs": [
407
+ {
408
+ "name": "allocation",
409
+ "type": "uint256",
410
+ "internalType": "uint256"
411
+ },
412
+ {
413
+ "name": "proof",
414
+ "type": "bytes32[]",
415
+ "internalType": "bytes32[]"
416
+ }
417
+ ],
418
+ "outputs": [
419
+ {
420
+ "name": "paidAmount",
421
+ "type": "uint256",
422
+ "internalType": "uint256"
423
+ }
424
+ ],
425
+ "stateMutability": "nonpayable"
426
+ },
427
+ {
428
+ "type": "function",
429
+ "name": "claimLegacyContributorAllocationTo",
430
+ "inputs": [
431
+ {
432
+ "name": "recipient",
433
+ "type": "address",
434
+ "internalType": "address"
435
+ },
436
+ {
437
+ "name": "allocation",
438
+ "type": "uint256",
439
+ "internalType": "uint256"
440
+ },
441
+ {
442
+ "name": "proof",
443
+ "type": "bytes32[]",
444
+ "internalType": "bytes32[]"
445
+ }
446
+ ],
447
+ "outputs": [
448
+ {
449
+ "name": "paidAmount",
450
+ "type": "uint256",
451
+ "internalType": "uint256"
452
+ }
453
+ ],
454
+ "stateMutability": "nonpayable"
455
+ },
456
+ {
457
+ "type": "function",
458
+ "name": "claimVerifiedBonus",
459
+ "inputs": [
460
+ {
461
+ "name": "referrer",
462
+ "type": "address",
463
+ "internalType": "address"
464
+ }
465
+ ],
466
+ "outputs": [
467
+ {
468
+ "name": "paidAmount",
469
+ "type": "uint256",
470
+ "internalType": "uint256"
471
+ }
472
+ ],
473
+ "stateMutability": "nonpayable"
474
+ },
475
+ {
476
+ "type": "function",
477
+ "name": "claimableLegacyContributorAllocation",
478
+ "inputs": [
479
+ {
480
+ "name": "account",
481
+ "type": "address",
482
+ "internalType": "address"
483
+ },
484
+ {
485
+ "name": "allocation",
486
+ "type": "uint256",
487
+ "internalType": "uint256"
488
+ },
489
+ {
490
+ "name": "proof",
491
+ "type": "bytes32[]",
492
+ "internalType": "bytes32[]"
493
+ }
494
+ ],
495
+ "outputs": [
496
+ {
497
+ "name": "",
498
+ "type": "uint256",
499
+ "internalType": "uint256"
500
+ }
501
+ ],
502
+ "stateMutability": "view"
503
+ },
504
+ {
505
+ "type": "function",
506
+ "name": "clusterPayoutOracle",
507
+ "inputs": [],
508
+ "outputs": [
509
+ {
510
+ "name": "",
511
+ "type": "address",
512
+ "internalType": "contract IClusterPayoutOracle"
513
+ }
514
+ ],
515
+ "stateMutability": "view"
516
+ },
517
+ {
518
+ "type": "function",
519
+ "name": "currentRaterLaunchCap",
520
+ "inputs": [],
521
+ "outputs": [
522
+ {
523
+ "name": "",
524
+ "type": "uint256",
525
+ "internalType": "uint256"
526
+ }
527
+ ],
528
+ "stateMutability": "view"
529
+ },
530
+ {
531
+ "type": "function",
532
+ "name": "currentVerifiedBonus",
533
+ "inputs": [],
534
+ "outputs": [
535
+ {
536
+ "name": "",
537
+ "type": "uint256",
538
+ "internalType": "uint256"
539
+ }
540
+ ],
541
+ "stateMutability": "view"
542
+ },
543
+ {
544
+ "type": "function",
545
+ "name": "depositPool",
546
+ "inputs": [
547
+ {
548
+ "name": "amount",
549
+ "type": "uint256",
550
+ "internalType": "uint256"
551
+ }
552
+ ],
553
+ "outputs": [],
554
+ "stateMutability": "nonpayable"
555
+ },
556
+ {
557
+ "type": "function",
558
+ "name": "earnedRaterDistributed",
559
+ "inputs": [],
560
+ "outputs": [
561
+ {
562
+ "name": "",
563
+ "type": "uint256",
564
+ "internalType": "uint256"
565
+ }
566
+ ],
567
+ "stateMutability": "view"
568
+ },
569
+ {
570
+ "type": "function",
571
+ "name": "earnedRewardCreditFinalized",
572
+ "inputs": [
573
+ {
574
+ "name": "",
575
+ "type": "uint256",
576
+ "internalType": "uint256"
577
+ },
578
+ {
579
+ "name": "",
580
+ "type": "uint256",
581
+ "internalType": "uint256"
582
+ },
583
+ {
584
+ "name": "",
585
+ "type": "bytes32",
586
+ "internalType": "bytes32"
587
+ }
588
+ ],
589
+ "outputs": [
590
+ {
591
+ "name": "",
592
+ "type": "bool",
593
+ "internalType": "bool"
594
+ }
595
+ ],
596
+ "stateMutability": "view"
597
+ },
598
+ {
599
+ "type": "function",
600
+ "name": "earnedRewardCreditRecorded",
601
+ "inputs": [
602
+ {
603
+ "name": "",
604
+ "type": "uint256",
605
+ "internalType": "uint256"
606
+ },
607
+ {
608
+ "name": "",
609
+ "type": "uint256",
610
+ "internalType": "uint256"
611
+ },
612
+ {
613
+ "name": "",
614
+ "type": "bytes32",
615
+ "internalType": "bytes32"
616
+ }
617
+ ],
618
+ "outputs": [
619
+ {
620
+ "name": "",
621
+ "type": "bool",
622
+ "internalType": "bool"
623
+ }
624
+ ],
625
+ "stateMutability": "view"
626
+ },
627
+ {
628
+ "type": "function",
629
+ "name": "finalizeEarnedRaterRewardCredit",
630
+ "inputs": [
631
+ {
632
+ "name": "contentId",
633
+ "type": "uint256",
634
+ "internalType": "uint256"
635
+ },
636
+ {
637
+ "name": "roundId",
638
+ "type": "uint256",
639
+ "internalType": "uint256"
640
+ },
641
+ {
642
+ "name": "commitKey",
643
+ "type": "bytes32",
644
+ "internalType": "bytes32"
645
+ },
646
+ {
647
+ "name": "payoutWeight",
648
+ "type": "tuple",
649
+ "internalType": "struct IClusterPayoutOracle.PayoutWeight",
650
+ "components": [
651
+ {
652
+ "name": "domain",
653
+ "type": "uint8",
654
+ "internalType": "uint8"
655
+ },
656
+ {
657
+ "name": "rewardPoolId",
658
+ "type": "uint256",
659
+ "internalType": "uint256"
660
+ },
661
+ {
662
+ "name": "contentId",
663
+ "type": "uint256",
664
+ "internalType": "uint256"
665
+ },
666
+ {
667
+ "name": "roundId",
668
+ "type": "uint256",
669
+ "internalType": "uint256"
670
+ },
671
+ {
672
+ "name": "commitKey",
673
+ "type": "bytes32",
674
+ "internalType": "bytes32"
675
+ },
676
+ {
677
+ "name": "identityKey",
678
+ "type": "bytes32",
679
+ "internalType": "bytes32"
680
+ },
681
+ {
682
+ "name": "account",
683
+ "type": "address",
684
+ "internalType": "address"
685
+ },
686
+ {
687
+ "name": "baseWeight",
688
+ "type": "uint256",
689
+ "internalType": "uint256"
690
+ },
691
+ {
692
+ "name": "independenceBps",
693
+ "type": "uint16",
694
+ "internalType": "uint16"
695
+ },
696
+ {
697
+ "name": "effectiveWeight",
698
+ "type": "uint256",
699
+ "internalType": "uint256"
700
+ },
701
+ {
702
+ "name": "reasonHash",
703
+ "type": "bytes32",
704
+ "internalType": "bytes32"
705
+ }
706
+ ]
707
+ },
708
+ {
709
+ "name": "proof",
710
+ "type": "bytes32[]",
711
+ "internalType": "bytes32[]"
712
+ }
713
+ ],
714
+ "outputs": [
715
+ {
716
+ "name": "paidAmount",
717
+ "type": "uint256",
718
+ "internalType": "uint256"
719
+ }
720
+ ],
721
+ "stateMutability": "nonpayable"
722
+ },
723
+ {
724
+ "type": "function",
725
+ "name": "governance",
726
+ "inputs": [],
727
+ "outputs": [
728
+ {
729
+ "name": "",
730
+ "type": "address",
731
+ "internalType": "address"
732
+ }
733
+ ],
734
+ "stateMutability": "view"
735
+ },
736
+ {
737
+ "type": "function",
738
+ "name": "isRoundPayoutSnapshotConsumed",
739
+ "inputs": [
740
+ {
741
+ "name": "domain",
742
+ "type": "uint8",
743
+ "internalType": "uint8"
744
+ },
745
+ {
746
+ "name": "rewardPoolId",
747
+ "type": "uint256",
748
+ "internalType": "uint256"
749
+ },
750
+ {
751
+ "name": "contentId",
752
+ "type": "uint256",
753
+ "internalType": "uint256"
754
+ },
755
+ {
756
+ "name": "roundId",
757
+ "type": "uint256",
758
+ "internalType": "uint256"
759
+ }
760
+ ],
761
+ "outputs": [
762
+ {
763
+ "name": "",
764
+ "type": "bool",
765
+ "internalType": "bool"
766
+ }
767
+ ],
768
+ "stateMutability": "view"
769
+ },
770
+ {
771
+ "type": "function",
772
+ "name": "launchAnchorCredentialAgeSeconds",
773
+ "inputs": [],
774
+ "outputs": [
775
+ {
776
+ "name": "",
777
+ "type": "uint32",
778
+ "internalType": "uint32"
779
+ }
780
+ ],
781
+ "stateMutability": "view"
782
+ },
783
+ {
784
+ "type": "function",
785
+ "name": "launchFullCapNullifierRater",
786
+ "inputs": [
787
+ {
788
+ "name": "",
789
+ "type": "bytes32",
790
+ "internalType": "bytes32"
791
+ }
792
+ ],
793
+ "outputs": [
794
+ {
795
+ "name": "",
796
+ "type": "address",
797
+ "internalType": "address"
798
+ }
799
+ ],
800
+ "stateMutability": "view"
801
+ },
802
+ {
803
+ "type": "function",
804
+ "name": "launchRewardPolicy",
805
+ "inputs": [],
806
+ "outputs": [
807
+ {
808
+ "name": "minQualifyingScoreBps",
809
+ "type": "uint16",
810
+ "internalType": "uint16"
811
+ },
812
+ {
813
+ "name": "minVoters",
814
+ "type": "uint16",
815
+ "internalType": "uint16"
816
+ },
817
+ {
818
+ "name": "minVerifiedHumans",
819
+ "type": "uint16",
820
+ "internalType": "uint16"
821
+ },
822
+ {
823
+ "name": "minDistinctVerifiedAnchors",
824
+ "type": "uint16",
825
+ "internalType": "uint16"
826
+ },
827
+ {
828
+ "name": "minDistinctAnchorRounds",
829
+ "type": "uint16",
830
+ "internalType": "uint16"
831
+ },
832
+ {
833
+ "name": "minLaunchCreditStake",
834
+ "type": "uint64",
835
+ "internalType": "uint64"
836
+ },
837
+ {
838
+ "name": "maxDistinctRatersPerVerifiedAnchor",
839
+ "type": "uint16",
840
+ "internalType": "uint16"
841
+ },
842
+ {
843
+ "name": "maxUnverifiedCreditsPerRound",
844
+ "type": "uint16",
845
+ "internalType": "uint16"
846
+ },
847
+ {
848
+ "name": "unverifiedEarnedRaterCapBps",
849
+ "type": "uint16",
850
+ "internalType": "uint16"
851
+ },
852
+ {
853
+ "name": "minAnchorCredentialAgeSeconds",
854
+ "type": "uint32",
855
+ "internalType": "uint32"
856
+ },
857
+ {
858
+ "name": "eligibilityRatingCount",
859
+ "type": "uint32",
860
+ "internalType": "uint32"
861
+ },
862
+ {
863
+ "name": "rewardingRatingCount",
864
+ "type": "uint32",
865
+ "internalType": "uint32"
866
+ },
867
+ {
868
+ "name": "requireNoPendingCleanup",
869
+ "type": "bool",
870
+ "internalType": "bool"
871
+ }
872
+ ],
873
+ "stateMutability": "view"
874
+ },
875
+ {
876
+ "type": "function",
877
+ "name": "legacyContributorAllocationTotal",
878
+ "inputs": [],
879
+ "outputs": [
880
+ {
881
+ "name": "",
882
+ "type": "uint256",
883
+ "internalType": "uint256"
884
+ }
885
+ ],
886
+ "stateMutability": "view"
887
+ },
888
+ {
889
+ "type": "function",
890
+ "name": "legacyContributorClaimed",
891
+ "inputs": [
892
+ {
893
+ "name": "",
894
+ "type": "address",
895
+ "internalType": "address"
896
+ }
897
+ ],
898
+ "outputs": [
899
+ {
900
+ "name": "",
901
+ "type": "uint256",
902
+ "internalType": "uint256"
903
+ }
904
+ ],
905
+ "stateMutability": "view"
906
+ },
907
+ {
908
+ "type": "function",
909
+ "name": "legacyContributorDistributed",
910
+ "inputs": [],
911
+ "outputs": [
912
+ {
913
+ "name": "",
914
+ "type": "uint256",
915
+ "internalType": "uint256"
916
+ }
917
+ ],
918
+ "stateMutability": "view"
919
+ },
920
+ {
921
+ "type": "function",
922
+ "name": "legacyContributorRoot",
923
+ "inputs": [],
924
+ "outputs": [
925
+ {
926
+ "name": "",
927
+ "type": "bytes32",
928
+ "internalType": "bytes32"
929
+ }
930
+ ],
931
+ "stateMutability": "view"
932
+ },
933
+ {
934
+ "type": "function",
935
+ "name": "legacyContributorTreasuryRecovered",
936
+ "inputs": [],
937
+ "outputs": [
938
+ {
939
+ "name": "",
940
+ "type": "uint256",
941
+ "internalType": "uint256"
942
+ }
943
+ ],
944
+ "stateMutability": "view"
945
+ },
946
+ {
947
+ "type": "function",
948
+ "name": "legacyContributorVestingStart",
949
+ "inputs": [],
950
+ "outputs": [
951
+ {
952
+ "name": "",
953
+ "type": "uint64",
954
+ "internalType": "uint64"
955
+ }
956
+ ],
957
+ "stateMutability": "view"
958
+ },
959
+ {
960
+ "type": "function",
961
+ "name": "lrepToken",
962
+ "inputs": [],
963
+ "outputs": [
964
+ {
965
+ "name": "",
966
+ "type": "address",
967
+ "internalType": "contract IERC20"
968
+ }
969
+ ],
970
+ "stateMutability": "view"
971
+ },
972
+ {
973
+ "type": "function",
974
+ "name": "owner",
975
+ "inputs": [],
976
+ "outputs": [
977
+ {
978
+ "name": "",
979
+ "type": "address",
980
+ "internalType": "address"
981
+ }
982
+ ],
983
+ "stateMutability": "view"
984
+ },
985
+ {
986
+ "type": "function",
987
+ "name": "pendingEarnedRaterCreditReadyAt",
988
+ "inputs": [
989
+ {
990
+ "name": "",
991
+ "type": "uint256",
992
+ "internalType": "uint256"
993
+ },
994
+ {
995
+ "name": "",
996
+ "type": "uint256",
997
+ "internalType": "uint256"
998
+ },
999
+ {
1000
+ "name": "",
1001
+ "type": "bytes32",
1002
+ "internalType": "bytes32"
1003
+ }
1004
+ ],
1005
+ "outputs": [
1006
+ {
1007
+ "name": "",
1008
+ "type": "uint64",
1009
+ "internalType": "uint64"
1010
+ }
1011
+ ],
1012
+ "stateMutability": "view"
1013
+ },
1014
+ {
1015
+ "type": "function",
1016
+ "name": "pendingEarnedRaterCredits",
1017
+ "inputs": [
1018
+ {
1019
+ "name": "",
1020
+ "type": "uint256",
1021
+ "internalType": "uint256"
1022
+ },
1023
+ {
1024
+ "name": "",
1025
+ "type": "uint256",
1026
+ "internalType": "uint256"
1027
+ },
1028
+ {
1029
+ "name": "",
1030
+ "type": "bytes32",
1031
+ "internalType": "bytes32"
1032
+ }
1033
+ ],
1034
+ "outputs": [
1035
+ {
1036
+ "name": "rater",
1037
+ "type": "address",
1038
+ "internalType": "address"
1039
+ },
1040
+ {
1041
+ "name": "oracle",
1042
+ "type": "address",
1043
+ "internalType": "address"
1044
+ },
1045
+ {
1046
+ "name": "scoreBps",
1047
+ "type": "uint16",
1048
+ "internalType": "uint16"
1049
+ },
1050
+ {
1051
+ "name": "policy",
1052
+ "type": "tuple",
1053
+ "internalType": "struct ILaunchDistributionPool.LaunchRewardPolicy",
1054
+ "components": [
1055
+ {
1056
+ "name": "minQualifyingScoreBps",
1057
+ "type": "uint16",
1058
+ "internalType": "uint16"
1059
+ },
1060
+ {
1061
+ "name": "minVoters",
1062
+ "type": "uint16",
1063
+ "internalType": "uint16"
1064
+ },
1065
+ {
1066
+ "name": "minVerifiedHumans",
1067
+ "type": "uint16",
1068
+ "internalType": "uint16"
1069
+ },
1070
+ {
1071
+ "name": "minDistinctVerifiedAnchors",
1072
+ "type": "uint16",
1073
+ "internalType": "uint16"
1074
+ },
1075
+ {
1076
+ "name": "minDistinctAnchorRounds",
1077
+ "type": "uint16",
1078
+ "internalType": "uint16"
1079
+ },
1080
+ {
1081
+ "name": "minLaunchCreditStake",
1082
+ "type": "uint64",
1083
+ "internalType": "uint64"
1084
+ },
1085
+ {
1086
+ "name": "maxDistinctRatersPerVerifiedAnchor",
1087
+ "type": "uint16",
1088
+ "internalType": "uint16"
1089
+ },
1090
+ {
1091
+ "name": "maxUnverifiedCreditsPerRound",
1092
+ "type": "uint16",
1093
+ "internalType": "uint16"
1094
+ },
1095
+ {
1096
+ "name": "unverifiedEarnedRaterCapBps",
1097
+ "type": "uint16",
1098
+ "internalType": "uint16"
1099
+ },
1100
+ {
1101
+ "name": "minAnchorCredentialAgeSeconds",
1102
+ "type": "uint32",
1103
+ "internalType": "uint32"
1104
+ },
1105
+ {
1106
+ "name": "eligibilityRatingCount",
1107
+ "type": "uint32",
1108
+ "internalType": "uint32"
1109
+ },
1110
+ {
1111
+ "name": "rewardingRatingCount",
1112
+ "type": "uint32",
1113
+ "internalType": "uint32"
1114
+ },
1115
+ {
1116
+ "name": "requireNoPendingCleanup",
1117
+ "type": "bool",
1118
+ "internalType": "bool"
1119
+ }
1120
+ ]
1121
+ },
1122
+ {
1123
+ "name": "pending",
1124
+ "type": "bool",
1125
+ "internalType": "bool"
1126
+ }
1127
+ ],
1128
+ "stateMutability": "view"
1129
+ },
1130
+ {
1131
+ "type": "function",
1132
+ "name": "pendingVerifiedAnchorReservationCount",
1133
+ "inputs": [
1134
+ {
1135
+ "name": "",
1136
+ "type": "bytes32",
1137
+ "internalType": "bytes32"
1138
+ },
1139
+ {
1140
+ "name": "",
1141
+ "type": "address",
1142
+ "internalType": "address"
1143
+ }
1144
+ ],
1145
+ "outputs": [
1146
+ {
1147
+ "name": "",
1148
+ "type": "uint32",
1149
+ "internalType": "uint32"
1150
+ }
1151
+ ],
1152
+ "stateMutability": "view"
1153
+ },
1154
+ {
1155
+ "type": "function",
1156
+ "name": "poolBalance",
1157
+ "inputs": [],
1158
+ "outputs": [
1159
+ {
1160
+ "name": "",
1161
+ "type": "uint256",
1162
+ "internalType": "uint256"
1163
+ }
1164
+ ],
1165
+ "stateMutability": "view"
1166
+ },
1167
+ {
1168
+ "type": "function",
1169
+ "name": "qualifyingCreditBps",
1170
+ "inputs": [
1171
+ {
1172
+ "name": "",
1173
+ "type": "address",
1174
+ "internalType": "address"
1175
+ }
1176
+ ],
1177
+ "outputs": [
1178
+ {
1179
+ "name": "",
1180
+ "type": "uint256",
1181
+ "internalType": "uint256"
1182
+ }
1183
+ ],
1184
+ "stateMutability": "view"
1185
+ },
1186
+ {
1187
+ "type": "function",
1188
+ "name": "qualifyingRatingCount",
1189
+ "inputs": [
1190
+ {
1191
+ "name": "",
1192
+ "type": "address",
1193
+ "internalType": "address"
1194
+ }
1195
+ ],
1196
+ "outputs": [
1197
+ {
1198
+ "name": "",
1199
+ "type": "uint32",
1200
+ "internalType": "uint32"
1201
+ }
1202
+ ],
1203
+ "stateMutability": "view"
1204
+ },
1205
+ {
1206
+ "type": "function",
1207
+ "name": "raterDistinctAnchorRoundCount",
1208
+ "inputs": [
1209
+ {
1210
+ "name": "",
1211
+ "type": "address",
1212
+ "internalType": "address"
1213
+ }
1214
+ ],
1215
+ "outputs": [
1216
+ {
1217
+ "name": "",
1218
+ "type": "uint32",
1219
+ "internalType": "uint32"
1220
+ }
1221
+ ],
1222
+ "stateMutability": "view"
1223
+ },
1224
+ {
1225
+ "type": "function",
1226
+ "name": "raterDistinctVerifiedAnchorCount",
1227
+ "inputs": [
1228
+ {
1229
+ "name": "",
1230
+ "type": "address",
1231
+ "internalType": "address"
1232
+ }
1233
+ ],
1234
+ "outputs": [
1235
+ {
1236
+ "name": "",
1237
+ "type": "uint32",
1238
+ "internalType": "uint32"
1239
+ }
1240
+ ],
1241
+ "stateMutability": "view"
1242
+ },
1243
+ {
1244
+ "type": "function",
1245
+ "name": "raterFullLaunchCap",
1246
+ "inputs": [
1247
+ {
1248
+ "name": "",
1249
+ "type": "address",
1250
+ "internalType": "address"
1251
+ }
1252
+ ],
1253
+ "outputs": [
1254
+ {
1255
+ "name": "",
1256
+ "type": "uint256",
1257
+ "internalType": "uint256"
1258
+ }
1259
+ ],
1260
+ "stateMutability": "view"
1261
+ },
1262
+ {
1263
+ "type": "function",
1264
+ "name": "raterFullLaunchCapUnlocked",
1265
+ "inputs": [
1266
+ {
1267
+ "name": "",
1268
+ "type": "address",
1269
+ "internalType": "address"
1270
+ }
1271
+ ],
1272
+ "outputs": [
1273
+ {
1274
+ "name": "",
1275
+ "type": "bool",
1276
+ "internalType": "bool"
1277
+ }
1278
+ ],
1279
+ "stateMutability": "view"
1280
+ },
1281
+ {
1282
+ "type": "function",
1283
+ "name": "raterLaunchCap",
1284
+ "inputs": [
1285
+ {
1286
+ "name": "",
1287
+ "type": "address",
1288
+ "internalType": "address"
1289
+ }
1290
+ ],
1291
+ "outputs": [
1292
+ {
1293
+ "name": "",
1294
+ "type": "uint256",
1295
+ "internalType": "uint256"
1296
+ }
1297
+ ],
1298
+ "stateMutability": "view"
1299
+ },
1300
+ {
1301
+ "type": "function",
1302
+ "name": "raterLaunchCapAssigned",
1303
+ "inputs": [
1304
+ {
1305
+ "name": "",
1306
+ "type": "address",
1307
+ "internalType": "address"
1308
+ }
1309
+ ],
1310
+ "outputs": [
1311
+ {
1312
+ "name": "",
1313
+ "type": "bool",
1314
+ "internalType": "bool"
1315
+ }
1316
+ ],
1317
+ "stateMutability": "view"
1318
+ },
1319
+ {
1320
+ "type": "function",
1321
+ "name": "raterLaunchCapNullifier",
1322
+ "inputs": [
1323
+ {
1324
+ "name": "",
1325
+ "type": "address",
1326
+ "internalType": "address"
1327
+ }
1328
+ ],
1329
+ "outputs": [
1330
+ {
1331
+ "name": "",
1332
+ "type": "bytes32",
1333
+ "internalType": "bytes32"
1334
+ }
1335
+ ],
1336
+ "stateMutability": "view"
1337
+ },
1338
+ {
1339
+ "type": "function",
1340
+ "name": "raterLaunchPaid",
1341
+ "inputs": [
1342
+ {
1343
+ "name": "",
1344
+ "type": "address",
1345
+ "internalType": "address"
1346
+ }
1347
+ ],
1348
+ "outputs": [
1349
+ {
1350
+ "name": "",
1351
+ "type": "uint256",
1352
+ "internalType": "uint256"
1353
+ }
1354
+ ],
1355
+ "stateMutability": "view"
1356
+ },
1357
+ {
1358
+ "type": "function",
1359
+ "name": "raterRegistry",
1360
+ "inputs": [],
1361
+ "outputs": [
1362
+ {
1363
+ "name": "",
1364
+ "type": "address",
1365
+ "internalType": "contract RaterRegistry"
1366
+ }
1367
+ ],
1368
+ "stateMutability": "view"
1369
+ },
1370
+ {
1371
+ "type": "function",
1372
+ "name": "raterRoundCreditRecorded",
1373
+ "inputs": [
1374
+ {
1375
+ "name": "",
1376
+ "type": "address",
1377
+ "internalType": "address"
1378
+ },
1379
+ {
1380
+ "name": "",
1381
+ "type": "uint256",
1382
+ "internalType": "uint256"
1383
+ },
1384
+ {
1385
+ "name": "",
1386
+ "type": "uint256",
1387
+ "internalType": "uint256"
1388
+ }
1389
+ ],
1390
+ "outputs": [
1391
+ {
1392
+ "name": "",
1393
+ "type": "bool",
1394
+ "internalType": "bool"
1395
+ }
1396
+ ],
1397
+ "stateMutability": "view"
1398
+ },
1399
+ {
1400
+ "type": "function",
1401
+ "name": "raterVerifiedAnchorSeen",
1402
+ "inputs": [
1403
+ {
1404
+ "name": "",
1405
+ "type": "address",
1406
+ "internalType": "address"
1407
+ },
1408
+ {
1409
+ "name": "",
1410
+ "type": "bytes32",
1411
+ "internalType": "bytes32"
1412
+ }
1413
+ ],
1414
+ "outputs": [
1415
+ {
1416
+ "name": "",
1417
+ "type": "bool",
1418
+ "internalType": "bool"
1419
+ }
1420
+ ],
1421
+ "stateMutability": "view"
1422
+ },
1423
+ {
1424
+ "type": "function",
1425
+ "name": "recordAdvisoryRaterRewardWithSourceReady",
1426
+ "inputs": [
1427
+ {
1428
+ "name": "rater",
1429
+ "type": "address",
1430
+ "internalType": "address"
1431
+ },
1432
+ {
1433
+ "name": "contentId",
1434
+ "type": "uint256",
1435
+ "internalType": "uint256"
1436
+ },
1437
+ {
1438
+ "name": "roundId",
1439
+ "type": "uint256",
1440
+ "internalType": "uint256"
1441
+ },
1442
+ {
1443
+ "name": "advisoryCommitKey",
1444
+ "type": "bytes32",
1445
+ "internalType": "bytes32"
1446
+ },
1447
+ {
1448
+ "name": "scoreBps",
1449
+ "type": "uint16",
1450
+ "internalType": "uint16"
1451
+ },
1452
+ {
1453
+ "name": "revealedRaterCount",
1454
+ "type": "uint16",
1455
+ "internalType": "uint16"
1456
+ },
1457
+ {
1458
+ "name": "noPendingCleanup",
1459
+ "type": "bool",
1460
+ "internalType": "bool"
1461
+ },
1462
+ {
1463
+ "name": "verifiedAnchorIds",
1464
+ "type": "bytes32[]",
1465
+ "internalType": "bytes32[]"
1466
+ },
1467
+ {
1468
+ "name": "sourceReadyAt",
1469
+ "type": "uint64",
1470
+ "internalType": "uint64"
1471
+ }
1472
+ ],
1473
+ "outputs": [
1474
+ {
1475
+ "name": "recorded",
1476
+ "type": "bool",
1477
+ "internalType": "bool"
1478
+ },
1479
+ {
1480
+ "name": "paidAmount",
1481
+ "type": "uint256",
1482
+ "internalType": "uint256"
1483
+ }
1484
+ ],
1485
+ "stateMutability": "nonpayable"
1486
+ },
1487
+ {
1488
+ "type": "function",
1489
+ "name": "recordEarnedRaterRewardWithSourceReady",
1490
+ "inputs": [
1491
+ {
1492
+ "name": "rater",
1493
+ "type": "address",
1494
+ "internalType": "address"
1495
+ },
1496
+ {
1497
+ "name": "contentId",
1498
+ "type": "uint256",
1499
+ "internalType": "uint256"
1500
+ },
1501
+ {
1502
+ "name": "roundId",
1503
+ "type": "uint256",
1504
+ "internalType": "uint256"
1505
+ },
1506
+ {
1507
+ "name": "commitKey",
1508
+ "type": "bytes32",
1509
+ "internalType": "bytes32"
1510
+ },
1511
+ {
1512
+ "name": "scoreBps",
1513
+ "type": "uint16",
1514
+ "internalType": "uint16"
1515
+ },
1516
+ {
1517
+ "name": "revealedRaterCount",
1518
+ "type": "uint16",
1519
+ "internalType": "uint16"
1520
+ },
1521
+ {
1522
+ "name": "noPendingCleanup",
1523
+ "type": "bool",
1524
+ "internalType": "bool"
1525
+ },
1526
+ {
1527
+ "name": "stakeAmount",
1528
+ "type": "uint256",
1529
+ "internalType": "uint256"
1530
+ },
1531
+ {
1532
+ "name": "verifiedAnchorIds",
1533
+ "type": "bytes32[]",
1534
+ "internalType": "bytes32[]"
1535
+ },
1536
+ {
1537
+ "name": "sourceReadyAt",
1538
+ "type": "uint64",
1539
+ "internalType": "uint64"
1540
+ }
1541
+ ],
1542
+ "outputs": [
1543
+ {
1544
+ "name": "paidAmount",
1545
+ "type": "uint256",
1546
+ "internalType": "uint256"
1547
+ }
1548
+ ],
1549
+ "stateMutability": "nonpayable"
1550
+ },
1551
+ {
1552
+ "type": "function",
1553
+ "name": "recoverSurplus",
1554
+ "inputs": [
1555
+ {
1556
+ "name": "to",
1557
+ "type": "address",
1558
+ "internalType": "address"
1559
+ },
1560
+ {
1561
+ "name": "amount",
1562
+ "type": "uint256",
1563
+ "internalType": "uint256"
1564
+ }
1565
+ ],
1566
+ "outputs": [
1567
+ {
1568
+ "name": "recovered",
1569
+ "type": "uint256",
1570
+ "internalType": "uint256"
1571
+ }
1572
+ ],
1573
+ "stateMutability": "nonpayable"
1574
+ },
1575
+ {
1576
+ "type": "function",
1577
+ "name": "referralEarnings",
1578
+ "inputs": [
1579
+ {
1580
+ "name": "",
1581
+ "type": "address",
1582
+ "internalType": "address"
1583
+ }
1584
+ ],
1585
+ "outputs": [
1586
+ {
1587
+ "name": "",
1588
+ "type": "uint256",
1589
+ "internalType": "uint256"
1590
+ }
1591
+ ],
1592
+ "stateMutability": "view"
1593
+ },
1594
+ {
1595
+ "type": "function",
1596
+ "name": "remainingEarnedRaterPool",
1597
+ "inputs": [],
1598
+ "outputs": [
1599
+ {
1600
+ "name": "",
1601
+ "type": "uint256",
1602
+ "internalType": "uint256"
1603
+ }
1604
+ ],
1605
+ "stateMutability": "view"
1606
+ },
1607
+ {
1608
+ "type": "function",
1609
+ "name": "remainingVerifiedReferralPool",
1610
+ "inputs": [],
1611
+ "outputs": [
1612
+ {
1613
+ "name": "",
1614
+ "type": "uint256",
1615
+ "internalType": "uint256"
1616
+ }
1617
+ ],
1618
+ "stateMutability": "view"
1619
+ },
1620
+ {
1621
+ "type": "function",
1622
+ "name": "renounceOwnership",
1623
+ "inputs": [],
1624
+ "outputs": [],
1625
+ "stateMutability": "pure"
1626
+ },
1627
+ {
1628
+ "type": "function",
1629
+ "name": "rescueStalePendingEarnedRaterCredit",
1630
+ "inputs": [
1631
+ {
1632
+ "name": "contentId",
1633
+ "type": "uint256",
1634
+ "internalType": "uint256"
1635
+ },
1636
+ {
1637
+ "name": "roundId",
1638
+ "type": "uint256",
1639
+ "internalType": "uint256"
1640
+ },
1641
+ {
1642
+ "name": "commitKey",
1643
+ "type": "bytes32",
1644
+ "internalType": "bytes32"
1645
+ },
1646
+ {
1647
+ "name": "newReadyAt",
1648
+ "type": "uint64",
1649
+ "internalType": "uint64"
1650
+ }
1651
+ ],
1652
+ "outputs": [],
1653
+ "stateMutability": "nonpayable"
1654
+ },
1655
+ {
1656
+ "type": "function",
1657
+ "name": "rewardedRatingCount",
1658
+ "inputs": [
1659
+ {
1660
+ "name": "",
1661
+ "type": "address",
1662
+ "internalType": "address"
1663
+ }
1664
+ ],
1665
+ "outputs": [
1666
+ {
1667
+ "name": "",
1668
+ "type": "uint32",
1669
+ "internalType": "uint32"
1670
+ }
1671
+ ],
1672
+ "stateMutability": "view"
1673
+ },
1674
+ {
1675
+ "type": "function",
1676
+ "name": "roundClusterReadyAtSource",
1677
+ "inputs": [],
1678
+ "outputs": [
1679
+ {
1680
+ "name": "",
1681
+ "type": "address",
1682
+ "internalType": "contract IRoundClusterReadyAtSource"
1683
+ }
1684
+ ],
1685
+ "stateMutability": "view"
1686
+ },
1687
+ {
1688
+ "type": "function",
1689
+ "name": "roundPayoutSnapshotSourceReadyAt",
1690
+ "inputs": [
1691
+ {
1692
+ "name": "domain",
1693
+ "type": "uint8",
1694
+ "internalType": "uint8"
1695
+ },
1696
+ {
1697
+ "name": "rewardPoolId",
1698
+ "type": "uint256",
1699
+ "internalType": "uint256"
1700
+ },
1701
+ {
1702
+ "name": "contentId",
1703
+ "type": "uint256",
1704
+ "internalType": "uint256"
1705
+ },
1706
+ {
1707
+ "name": "roundId",
1708
+ "type": "uint256",
1709
+ "internalType": "uint256"
1710
+ }
1711
+ ],
1712
+ "outputs": [
1713
+ {
1714
+ "name": "",
1715
+ "type": "uint64",
1716
+ "internalType": "uint64"
1717
+ }
1718
+ ],
1719
+ "stateMutability": "view"
1720
+ },
1721
+ {
1722
+ "type": "function",
1723
+ "name": "roundUnverifiedLaunchCreditCount",
1724
+ "inputs": [
1725
+ {
1726
+ "name": "",
1727
+ "type": "uint256",
1728
+ "internalType": "uint256"
1729
+ },
1730
+ {
1731
+ "name": "",
1732
+ "type": "uint256",
1733
+ "internalType": "uint256"
1734
+ }
1735
+ ],
1736
+ "outputs": [
1737
+ {
1738
+ "name": "",
1739
+ "type": "uint16",
1740
+ "internalType": "uint16"
1741
+ }
1742
+ ],
1743
+ "stateMutability": "view"
1744
+ },
1745
+ {
1746
+ "type": "function",
1747
+ "name": "setAuthorizedCaller",
1748
+ "inputs": [
1749
+ {
1750
+ "name": "caller",
1751
+ "type": "address",
1752
+ "internalType": "address"
1753
+ },
1754
+ {
1755
+ "name": "authorized",
1756
+ "type": "bool",
1757
+ "internalType": "bool"
1758
+ }
1759
+ ],
1760
+ "outputs": [],
1761
+ "stateMutability": "nonpayable"
1762
+ },
1763
+ {
1764
+ "type": "function",
1765
+ "name": "setClusterPayoutOracle",
1766
+ "inputs": [
1767
+ {
1768
+ "name": "newOracle",
1769
+ "type": "address",
1770
+ "internalType": "address"
1771
+ }
1772
+ ],
1773
+ "outputs": [],
1774
+ "stateMutability": "nonpayable"
1775
+ },
1776
+ {
1777
+ "type": "function",
1778
+ "name": "setGovernance",
1779
+ "inputs": [
1780
+ {
1781
+ "name": "newGovernance",
1782
+ "type": "address",
1783
+ "internalType": "address"
1784
+ }
1785
+ ],
1786
+ "outputs": [],
1787
+ "stateMutability": "nonpayable"
1788
+ },
1789
+ {
1790
+ "type": "function",
1791
+ "name": "setLaunchRewardPolicy",
1792
+ "inputs": [
1793
+ {
1794
+ "name": "policy",
1795
+ "type": "tuple",
1796
+ "internalType": "struct ILaunchDistributionPool.LaunchRewardPolicy",
1797
+ "components": [
1798
+ {
1799
+ "name": "minQualifyingScoreBps",
1800
+ "type": "uint16",
1801
+ "internalType": "uint16"
1802
+ },
1803
+ {
1804
+ "name": "minVoters",
1805
+ "type": "uint16",
1806
+ "internalType": "uint16"
1807
+ },
1808
+ {
1809
+ "name": "minVerifiedHumans",
1810
+ "type": "uint16",
1811
+ "internalType": "uint16"
1812
+ },
1813
+ {
1814
+ "name": "minDistinctVerifiedAnchors",
1815
+ "type": "uint16",
1816
+ "internalType": "uint16"
1817
+ },
1818
+ {
1819
+ "name": "minDistinctAnchorRounds",
1820
+ "type": "uint16",
1821
+ "internalType": "uint16"
1822
+ },
1823
+ {
1824
+ "name": "minLaunchCreditStake",
1825
+ "type": "uint64",
1826
+ "internalType": "uint64"
1827
+ },
1828
+ {
1829
+ "name": "maxDistinctRatersPerVerifiedAnchor",
1830
+ "type": "uint16",
1831
+ "internalType": "uint16"
1832
+ },
1833
+ {
1834
+ "name": "maxUnverifiedCreditsPerRound",
1835
+ "type": "uint16",
1836
+ "internalType": "uint16"
1837
+ },
1838
+ {
1839
+ "name": "unverifiedEarnedRaterCapBps",
1840
+ "type": "uint16",
1841
+ "internalType": "uint16"
1842
+ },
1843
+ {
1844
+ "name": "minAnchorCredentialAgeSeconds",
1845
+ "type": "uint32",
1846
+ "internalType": "uint32"
1847
+ },
1848
+ {
1849
+ "name": "eligibilityRatingCount",
1850
+ "type": "uint32",
1851
+ "internalType": "uint32"
1852
+ },
1853
+ {
1854
+ "name": "rewardingRatingCount",
1855
+ "type": "uint32",
1856
+ "internalType": "uint32"
1857
+ },
1858
+ {
1859
+ "name": "requireNoPendingCleanup",
1860
+ "type": "bool",
1861
+ "internalType": "bool"
1862
+ }
1863
+ ]
1864
+ }
1865
+ ],
1866
+ "outputs": [],
1867
+ "stateMutability": "nonpayable"
1868
+ },
1869
+ {
1870
+ "type": "function",
1871
+ "name": "setLegacyContributorRoot",
1872
+ "inputs": [
1873
+ {
1874
+ "name": "root",
1875
+ "type": "bytes32",
1876
+ "internalType": "bytes32"
1877
+ },
1878
+ {
1879
+ "name": "allocationTotal",
1880
+ "type": "uint256",
1881
+ "internalType": "uint256"
1882
+ }
1883
+ ],
1884
+ "outputs": [],
1885
+ "stateMutability": "nonpayable"
1886
+ },
1887
+ {
1888
+ "type": "function",
1889
+ "name": "setRaterRegistry",
1890
+ "inputs": [
1891
+ {
1892
+ "name": "newRegistry",
1893
+ "type": "address",
1894
+ "internalType": "address"
1895
+ }
1896
+ ],
1897
+ "outputs": [],
1898
+ "stateMutability": "nonpayable"
1899
+ },
1900
+ {
1901
+ "type": "function",
1902
+ "name": "setRoundClusterReadyAtSource",
1903
+ "inputs": [
1904
+ {
1905
+ "name": "newSource",
1906
+ "type": "address",
1907
+ "internalType": "address"
1908
+ }
1909
+ ],
1910
+ "outputs": [],
1911
+ "stateMutability": "nonpayable"
1912
+ },
1913
+ {
1914
+ "type": "function",
1915
+ "name": "supportsRoundPayoutSnapshotDomain",
1916
+ "inputs": [
1917
+ {
1918
+ "name": "domain",
1919
+ "type": "uint8",
1920
+ "internalType": "uint8"
1921
+ }
1922
+ ],
1923
+ "outputs": [
1924
+ {
1925
+ "name": "supported",
1926
+ "type": "bool",
1927
+ "internalType": "bool"
1928
+ }
1929
+ ],
1930
+ "stateMutability": "pure"
1931
+ },
1932
+ {
1933
+ "type": "function",
1934
+ "name": "sweepExpiredLegacyContributorAllocationToTreasury",
1935
+ "inputs": [],
1936
+ "outputs": [
1937
+ {
1938
+ "name": "sweptAmount",
1939
+ "type": "uint256",
1940
+ "internalType": "uint256"
1941
+ }
1942
+ ],
1943
+ "stateMutability": "nonpayable"
1944
+ },
1945
+ {
1946
+ "type": "function",
1947
+ "name": "transferOwnership",
1948
+ "inputs": [
1949
+ {
1950
+ "name": "newOwner",
1951
+ "type": "address",
1952
+ "internalType": "address"
1953
+ }
1954
+ ],
1955
+ "outputs": [],
1956
+ "stateMutability": "nonpayable"
1957
+ },
1958
+ {
1959
+ "type": "function",
1960
+ "name": "unlockFullEarnedRaterCap",
1961
+ "inputs": [
1962
+ {
1963
+ "name": "rater",
1964
+ "type": "address",
1965
+ "internalType": "address"
1966
+ }
1967
+ ],
1968
+ "outputs": [
1969
+ {
1970
+ "name": "catchUpPaid",
1971
+ "type": "uint256",
1972
+ "internalType": "uint256"
1973
+ }
1974
+ ],
1975
+ "stateMutability": "nonpayable"
1976
+ },
1977
+ {
1978
+ "type": "function",
1979
+ "name": "verifiedAnchorDistinctRaterCount",
1980
+ "inputs": [
1981
+ {
1982
+ "name": "",
1983
+ "type": "bytes32",
1984
+ "internalType": "bytes32"
1985
+ }
1986
+ ],
1987
+ "outputs": [
1988
+ {
1989
+ "name": "",
1990
+ "type": "uint32",
1991
+ "internalType": "uint32"
1992
+ }
1993
+ ],
1994
+ "stateMutability": "view"
1995
+ },
1996
+ {
1997
+ "type": "function",
1998
+ "name": "verifiedAnchorRaterSeen",
1999
+ "inputs": [
2000
+ {
2001
+ "name": "",
2002
+ "type": "bytes32",
2003
+ "internalType": "bytes32"
2004
+ },
2005
+ {
2006
+ "name": "",
2007
+ "type": "address",
2008
+ "internalType": "address"
2009
+ }
2010
+ ],
2011
+ "outputs": [
2012
+ {
2013
+ "name": "",
2014
+ "type": "bool",
2015
+ "internalType": "bool"
2016
+ }
2017
+ ],
2018
+ "stateMutability": "view"
2019
+ },
2020
+ {
2021
+ "type": "function",
2022
+ "name": "verifiedCredentialClaimed",
2023
+ "inputs": [
2024
+ {
2025
+ "name": "",
2026
+ "type": "bytes32",
2027
+ "internalType": "bytes32"
2028
+ }
2029
+ ],
2030
+ "outputs": [
2031
+ {
2032
+ "name": "",
2033
+ "type": "bool",
2034
+ "internalType": "bool"
2035
+ }
2036
+ ],
2037
+ "stateMutability": "view"
2038
+ },
2039
+ {
2040
+ "type": "function",
2041
+ "name": "verifiedReferralDistributed",
2042
+ "inputs": [],
2043
+ "outputs": [
2044
+ {
2045
+ "name": "",
2046
+ "type": "uint256",
2047
+ "internalType": "uint256"
2048
+ }
2049
+ ],
2050
+ "stateMutability": "view"
2051
+ },
2052
+ {
2053
+ "type": "function",
2054
+ "name": "vestedLegacyContributorAllocation",
2055
+ "inputs": [
2056
+ {
2057
+ "name": "account",
2058
+ "type": "address",
2059
+ "internalType": "address"
2060
+ },
2061
+ {
2062
+ "name": "allocation",
2063
+ "type": "uint256",
2064
+ "internalType": "uint256"
2065
+ },
2066
+ {
2067
+ "name": "proof",
2068
+ "type": "bytes32[]",
2069
+ "internalType": "bytes32[]"
2070
+ }
2071
+ ],
2072
+ "outputs": [
2073
+ {
2074
+ "name": "",
2075
+ "type": "uint256",
2076
+ "internalType": "uint256"
2077
+ }
2078
+ ],
2079
+ "stateMutability": "view"
2080
+ },
2081
+ {
2082
+ "type": "function",
2083
+ "name": "withdrawRemaining",
2084
+ "inputs": [
2085
+ {
2086
+ "name": "to",
2087
+ "type": "address",
2088
+ "internalType": "address"
2089
+ },
2090
+ {
2091
+ "name": "amount",
2092
+ "type": "uint256",
2093
+ "internalType": "uint256"
2094
+ }
2095
+ ],
2096
+ "outputs": [
2097
+ {
2098
+ "name": "withdrawn",
2099
+ "type": "uint256",
2100
+ "internalType": "uint256"
2101
+ }
2102
+ ],
2103
+ "stateMutability": "nonpayable"
2104
+ },
2105
+ {
2106
+ "type": "event",
2107
+ "name": "AuthorizedCallerUpdated",
2108
+ "inputs": [
2109
+ {
2110
+ "name": "caller",
2111
+ "type": "address",
2112
+ "indexed": true,
2113
+ "internalType": "address"
2114
+ },
2115
+ {
2116
+ "name": "authorized",
2117
+ "type": "bool",
2118
+ "indexed": false,
2119
+ "internalType": "bool"
2120
+ }
2121
+ ],
2122
+ "anonymous": false
2123
+ },
2124
+ {
2125
+ "type": "event",
2126
+ "name": "EarnedRaterRewardCreditFinalized",
2127
+ "inputs": [
2128
+ {
2129
+ "name": "rater",
2130
+ "type": "address",
2131
+ "indexed": true,
2132
+ "internalType": "address"
2133
+ },
2134
+ {
2135
+ "name": "contentId",
2136
+ "type": "uint256",
2137
+ "indexed": true,
2138
+ "internalType": "uint256"
2139
+ },
2140
+ {
2141
+ "name": "roundId",
2142
+ "type": "uint256",
2143
+ "indexed": true,
2144
+ "internalType": "uint256"
2145
+ },
2146
+ {
2147
+ "name": "commitKey",
2148
+ "type": "bytes32",
2149
+ "indexed": false,
2150
+ "internalType": "bytes32"
2151
+ },
2152
+ {
2153
+ "name": "independenceBps",
2154
+ "type": "uint16",
2155
+ "indexed": false,
2156
+ "internalType": "uint16"
2157
+ },
2158
+ {
2159
+ "name": "effectiveCreditBps",
2160
+ "type": "uint256",
2161
+ "indexed": false,
2162
+ "internalType": "uint256"
2163
+ },
2164
+ {
2165
+ "name": "qualifyingCreditBps",
2166
+ "type": "uint256",
2167
+ "indexed": false,
2168
+ "internalType": "uint256"
2169
+ }
2170
+ ],
2171
+ "anonymous": false
2172
+ },
2173
+ {
2174
+ "type": "event",
2175
+ "name": "EarnedRaterRewardCreditPending",
2176
+ "inputs": [
2177
+ {
2178
+ "name": "rater",
2179
+ "type": "address",
2180
+ "indexed": true,
2181
+ "internalType": "address"
2182
+ },
2183
+ {
2184
+ "name": "contentId",
2185
+ "type": "uint256",
2186
+ "indexed": true,
2187
+ "internalType": "uint256"
2188
+ },
2189
+ {
2190
+ "name": "roundId",
2191
+ "type": "uint256",
2192
+ "indexed": true,
2193
+ "internalType": "uint256"
2194
+ },
2195
+ {
2196
+ "name": "commitKey",
2197
+ "type": "bytes32",
2198
+ "indexed": false,
2199
+ "internalType": "bytes32"
2200
+ },
2201
+ {
2202
+ "name": "scoreBps",
2203
+ "type": "uint16",
2204
+ "indexed": false,
2205
+ "internalType": "uint16"
2206
+ }
2207
+ ],
2208
+ "anonymous": false
2209
+ },
2210
+ {
2211
+ "type": "event",
2212
+ "name": "EarnedRaterRewardCreditRecorded",
2213
+ "inputs": [
2214
+ {
2215
+ "name": "rater",
2216
+ "type": "address",
2217
+ "indexed": true,
2218
+ "internalType": "address"
2219
+ },
2220
+ {
2221
+ "name": "contentId",
2222
+ "type": "uint256",
2223
+ "indexed": true,
2224
+ "internalType": "uint256"
2225
+ },
2226
+ {
2227
+ "name": "roundId",
2228
+ "type": "uint256",
2229
+ "indexed": true,
2230
+ "internalType": "uint256"
2231
+ },
2232
+ {
2233
+ "name": "commitKey",
2234
+ "type": "bytes32",
2235
+ "indexed": false,
2236
+ "internalType": "bytes32"
2237
+ },
2238
+ {
2239
+ "name": "scoreBps",
2240
+ "type": "uint16",
2241
+ "indexed": false,
2242
+ "internalType": "uint16"
2243
+ },
2244
+ {
2245
+ "name": "qualifyingRatingCount",
2246
+ "type": "uint32",
2247
+ "indexed": false,
2248
+ "internalType": "uint32"
2249
+ },
2250
+ {
2251
+ "name": "qualifyingCreditBps",
2252
+ "type": "uint256",
2253
+ "indexed": false,
2254
+ "internalType": "uint256"
2255
+ },
2256
+ {
2257
+ "name": "distinctVerifiedAnchorCount",
2258
+ "type": "uint32",
2259
+ "indexed": false,
2260
+ "internalType": "uint32"
2261
+ },
2262
+ {
2263
+ "name": "distinctAnchorRoundCount",
2264
+ "type": "uint32",
2265
+ "indexed": false,
2266
+ "internalType": "uint32"
2267
+ },
2268
+ {
2269
+ "name": "payoutEligible",
2270
+ "type": "bool",
2271
+ "indexed": false,
2272
+ "internalType": "bool"
2273
+ }
2274
+ ],
2275
+ "anonymous": false
2276
+ },
2277
+ {
2278
+ "type": "event",
2279
+ "name": "EarnedRaterRewardPaid",
2280
+ "inputs": [
2281
+ {
2282
+ "name": "rater",
2283
+ "type": "address",
2284
+ "indexed": true,
2285
+ "internalType": "address"
2286
+ },
2287
+ {
2288
+ "name": "contentId",
2289
+ "type": "uint256",
2290
+ "indexed": true,
2291
+ "internalType": "uint256"
2292
+ },
2293
+ {
2294
+ "name": "roundId",
2295
+ "type": "uint256",
2296
+ "indexed": true,
2297
+ "internalType": "uint256"
2298
+ },
2299
+ {
2300
+ "name": "commitKey",
2301
+ "type": "bytes32",
2302
+ "indexed": false,
2303
+ "internalType": "bytes32"
2304
+ },
2305
+ {
2306
+ "name": "amount",
2307
+ "type": "uint256",
2308
+ "indexed": false,
2309
+ "internalType": "uint256"
2310
+ },
2311
+ {
2312
+ "name": "scoreBps",
2313
+ "type": "uint16",
2314
+ "indexed": false,
2315
+ "internalType": "uint16"
2316
+ },
2317
+ {
2318
+ "name": "qualifyingRatingCount",
2319
+ "type": "uint32",
2320
+ "indexed": false,
2321
+ "internalType": "uint32"
2322
+ },
2323
+ {
2324
+ "name": "qualifyingCreditBps",
2325
+ "type": "uint256",
2326
+ "indexed": false,
2327
+ "internalType": "uint256"
2328
+ },
2329
+ {
2330
+ "name": "rewardedRatingCount",
2331
+ "type": "uint32",
2332
+ "indexed": false,
2333
+ "internalType": "uint32"
2334
+ },
2335
+ {
2336
+ "name": "distinctVerifiedAnchorCount",
2337
+ "type": "uint32",
2338
+ "indexed": false,
2339
+ "internalType": "uint32"
2340
+ },
2341
+ {
2342
+ "name": "distinctAnchorRoundCount",
2343
+ "type": "uint32",
2344
+ "indexed": false,
2345
+ "internalType": "uint32"
2346
+ }
2347
+ ],
2348
+ "anonymous": false
2349
+ },
2350
+ {
2351
+ "type": "event",
2352
+ "name": "GovernanceUpdated",
2353
+ "inputs": [
2354
+ {
2355
+ "name": "governance",
2356
+ "type": "address",
2357
+ "indexed": true,
2358
+ "internalType": "address"
2359
+ }
2360
+ ],
2361
+ "anonymous": false
2362
+ },
2363
+ {
2364
+ "type": "event",
2365
+ "name": "LaunchRewardPolicyUpdated",
2366
+ "inputs": [
2367
+ {
2368
+ "name": "policy",
2369
+ "type": "tuple",
2370
+ "indexed": false,
2371
+ "internalType": "struct ILaunchDistributionPool.LaunchRewardPolicy",
2372
+ "components": [
2373
+ {
2374
+ "name": "minQualifyingScoreBps",
2375
+ "type": "uint16",
2376
+ "internalType": "uint16"
2377
+ },
2378
+ {
2379
+ "name": "minVoters",
2380
+ "type": "uint16",
2381
+ "internalType": "uint16"
2382
+ },
2383
+ {
2384
+ "name": "minVerifiedHumans",
2385
+ "type": "uint16",
2386
+ "internalType": "uint16"
2387
+ },
2388
+ {
2389
+ "name": "minDistinctVerifiedAnchors",
2390
+ "type": "uint16",
2391
+ "internalType": "uint16"
2392
+ },
2393
+ {
2394
+ "name": "minDistinctAnchorRounds",
2395
+ "type": "uint16",
2396
+ "internalType": "uint16"
2397
+ },
2398
+ {
2399
+ "name": "minLaunchCreditStake",
2400
+ "type": "uint64",
2401
+ "internalType": "uint64"
2402
+ },
2403
+ {
2404
+ "name": "maxDistinctRatersPerVerifiedAnchor",
2405
+ "type": "uint16",
2406
+ "internalType": "uint16"
2407
+ },
2408
+ {
2409
+ "name": "maxUnverifiedCreditsPerRound",
2410
+ "type": "uint16",
2411
+ "internalType": "uint16"
2412
+ },
2413
+ {
2414
+ "name": "unverifiedEarnedRaterCapBps",
2415
+ "type": "uint16",
2416
+ "internalType": "uint16"
2417
+ },
2418
+ {
2419
+ "name": "minAnchorCredentialAgeSeconds",
2420
+ "type": "uint32",
2421
+ "internalType": "uint32"
2422
+ },
2423
+ {
2424
+ "name": "eligibilityRatingCount",
2425
+ "type": "uint32",
2426
+ "internalType": "uint32"
2427
+ },
2428
+ {
2429
+ "name": "rewardingRatingCount",
2430
+ "type": "uint32",
2431
+ "internalType": "uint32"
2432
+ },
2433
+ {
2434
+ "name": "requireNoPendingCleanup",
2435
+ "type": "bool",
2436
+ "internalType": "bool"
2437
+ }
2438
+ ]
2439
+ }
2440
+ ],
2441
+ "anonymous": false
2442
+ },
2443
+ {
2444
+ "type": "event",
2445
+ "name": "LegacyContributorClaimed",
2446
+ "inputs": [
2447
+ {
2448
+ "name": "account",
2449
+ "type": "address",
2450
+ "indexed": true,
2451
+ "internalType": "address"
2452
+ },
2453
+ {
2454
+ "name": "recipient",
2455
+ "type": "address",
2456
+ "indexed": true,
2457
+ "internalType": "address"
2458
+ },
2459
+ {
2460
+ "name": "amount",
2461
+ "type": "uint256",
2462
+ "indexed": false,
2463
+ "internalType": "uint256"
2464
+ },
2465
+ {
2466
+ "name": "allocation",
2467
+ "type": "uint256",
2468
+ "indexed": false,
2469
+ "internalType": "uint256"
2470
+ },
2471
+ {
2472
+ "name": "totalClaimed",
2473
+ "type": "uint256",
2474
+ "indexed": false,
2475
+ "internalType": "uint256"
2476
+ }
2477
+ ],
2478
+ "anonymous": false
2479
+ },
2480
+ {
2481
+ "type": "event",
2482
+ "name": "LegacyContributorRootUpdated",
2483
+ "inputs": [
2484
+ {
2485
+ "name": "root",
2486
+ "type": "bytes32",
2487
+ "indexed": true,
2488
+ "internalType": "bytes32"
2489
+ },
2490
+ {
2491
+ "name": "allocationTotal",
2492
+ "type": "uint256",
2493
+ "indexed": false,
2494
+ "internalType": "uint256"
2495
+ },
2496
+ {
2497
+ "name": "vestingStart",
2498
+ "type": "uint64",
2499
+ "indexed": false,
2500
+ "internalType": "uint64"
2501
+ }
2502
+ ],
2503
+ "anonymous": false
2504
+ },
2505
+ {
2506
+ "type": "event",
2507
+ "name": "LegacyContributorUnclaimedSwept",
2508
+ "inputs": [
2509
+ {
2510
+ "name": "treasury",
2511
+ "type": "address",
2512
+ "indexed": true,
2513
+ "internalType": "address"
2514
+ },
2515
+ {
2516
+ "name": "amount",
2517
+ "type": "uint256",
2518
+ "indexed": false,
2519
+ "internalType": "uint256"
2520
+ }
2521
+ ],
2522
+ "anonymous": false
2523
+ },
2524
+ {
2525
+ "type": "event",
2526
+ "name": "OwnershipTransferred",
2527
+ "inputs": [
2528
+ {
2529
+ "name": "previousOwner",
2530
+ "type": "address",
2531
+ "indexed": true,
2532
+ "internalType": "address"
2533
+ },
2534
+ {
2535
+ "name": "newOwner",
2536
+ "type": "address",
2537
+ "indexed": true,
2538
+ "internalType": "address"
2539
+ }
2540
+ ],
2541
+ "anonymous": false
2542
+ },
2543
+ {
2544
+ "type": "event",
2545
+ "name": "PoolDeposit",
2546
+ "inputs": [
2547
+ {
2548
+ "name": "amount",
2549
+ "type": "uint256",
2550
+ "indexed": false,
2551
+ "internalType": "uint256"
2552
+ }
2553
+ ],
2554
+ "anonymous": false
2555
+ },
2556
+ {
2557
+ "type": "event",
2558
+ "name": "PoolWithdrawal",
2559
+ "inputs": [
2560
+ {
2561
+ "name": "to",
2562
+ "type": "address",
2563
+ "indexed": true,
2564
+ "internalType": "address"
2565
+ },
2566
+ {
2567
+ "name": "amount",
2568
+ "type": "uint256",
2569
+ "indexed": false,
2570
+ "internalType": "uint256"
2571
+ }
2572
+ ],
2573
+ "anonymous": false
2574
+ },
2575
+ {
2576
+ "type": "event",
2577
+ "name": "RaterLaunchCapAssigned",
2578
+ "inputs": [
2579
+ {
2580
+ "name": "rater",
2581
+ "type": "address",
2582
+ "indexed": true,
2583
+ "internalType": "address"
2584
+ },
2585
+ {
2586
+ "name": "cap",
2587
+ "type": "uint256",
2588
+ "indexed": false,
2589
+ "internalType": "uint256"
2590
+ },
2591
+ {
2592
+ "name": "cohortIndex",
2593
+ "type": "uint256",
2594
+ "indexed": false,
2595
+ "internalType": "uint256"
2596
+ }
2597
+ ],
2598
+ "anonymous": false
2599
+ },
2600
+ {
2601
+ "type": "event",
2602
+ "name": "RaterLaunchCapStatusUpdated",
2603
+ "inputs": [
2604
+ {
2605
+ "name": "rater",
2606
+ "type": "address",
2607
+ "indexed": true,
2608
+ "internalType": "address"
2609
+ },
2610
+ {
2611
+ "name": "activeCap",
2612
+ "type": "uint256",
2613
+ "indexed": false,
2614
+ "internalType": "uint256"
2615
+ },
2616
+ {
2617
+ "name": "fullCap",
2618
+ "type": "uint256",
2619
+ "indexed": false,
2620
+ "internalType": "uint256"
2621
+ },
2622
+ {
2623
+ "name": "activeCapBps",
2624
+ "type": "uint16",
2625
+ "indexed": false,
2626
+ "internalType": "uint16"
2627
+ },
2628
+ {
2629
+ "name": "fullCapUnlocked",
2630
+ "type": "bool",
2631
+ "indexed": false,
2632
+ "internalType": "bool"
2633
+ }
2634
+ ],
2635
+ "anonymous": false
2636
+ },
2637
+ {
2638
+ "type": "event",
2639
+ "name": "RaterLaunchCapUnlocked",
2640
+ "inputs": [
2641
+ {
2642
+ "name": "rater",
2643
+ "type": "address",
2644
+ "indexed": true,
2645
+ "internalType": "address"
2646
+ },
2647
+ {
2648
+ "name": "nullifierHash",
2649
+ "type": "bytes32",
2650
+ "indexed": true,
2651
+ "internalType": "bytes32"
2652
+ },
2653
+ {
2654
+ "name": "previousCap",
2655
+ "type": "uint256",
2656
+ "indexed": false,
2657
+ "internalType": "uint256"
2658
+ },
2659
+ {
2660
+ "name": "fullCap",
2661
+ "type": "uint256",
2662
+ "indexed": false,
2663
+ "internalType": "uint256"
2664
+ },
2665
+ {
2666
+ "name": "catchUpPaid",
2667
+ "type": "uint256",
2668
+ "indexed": false,
2669
+ "internalType": "uint256"
2670
+ }
2671
+ ],
2672
+ "anonymous": false
2673
+ },
2674
+ {
2675
+ "type": "event",
2676
+ "name": "ReferralBonusPaid",
2677
+ "inputs": [
2678
+ {
2679
+ "name": "referrer",
2680
+ "type": "address",
2681
+ "indexed": true,
2682
+ "internalType": "address"
2683
+ },
2684
+ {
2685
+ "name": "referee",
2686
+ "type": "address",
2687
+ "indexed": true,
2688
+ "internalType": "address"
2689
+ },
2690
+ {
2691
+ "name": "amount",
2692
+ "type": "uint256",
2693
+ "indexed": false,
2694
+ "internalType": "uint256"
2695
+ }
2696
+ ],
2697
+ "anonymous": false
2698
+ },
2699
+ {
2700
+ "type": "event",
2701
+ "name": "RoundClusterReadyAtSourceUpdated",
2702
+ "inputs": [
2703
+ {
2704
+ "name": "source",
2705
+ "type": "address",
2706
+ "indexed": true,
2707
+ "internalType": "address"
2708
+ }
2709
+ ],
2710
+ "anonymous": false
2711
+ },
2712
+ {
2713
+ "type": "event",
2714
+ "name": "StalePendingEarnedRaterCreditCancelled",
2715
+ "inputs": [
2716
+ {
2717
+ "name": "rater",
2718
+ "type": "address",
2719
+ "indexed": true,
2720
+ "internalType": "address"
2721
+ },
2722
+ {
2723
+ "name": "contentId",
2724
+ "type": "uint256",
2725
+ "indexed": true,
2726
+ "internalType": "uint256"
2727
+ },
2728
+ {
2729
+ "name": "roundId",
2730
+ "type": "uint256",
2731
+ "indexed": true,
2732
+ "internalType": "uint256"
2733
+ },
2734
+ {
2735
+ "name": "commitKey",
2736
+ "type": "bytes32",
2737
+ "indexed": false,
2738
+ "internalType": "bytes32"
2739
+ }
2740
+ ],
2741
+ "anonymous": false
2742
+ },
2743
+ {
2744
+ "type": "event",
2745
+ "name": "StalePendingEarnedRaterCreditRescued",
2746
+ "inputs": [
2747
+ {
2748
+ "name": "rater",
2749
+ "type": "address",
2750
+ "indexed": true,
2751
+ "internalType": "address"
2752
+ },
2753
+ {
2754
+ "name": "contentId",
2755
+ "type": "uint256",
2756
+ "indexed": true,
2757
+ "internalType": "uint256"
2758
+ },
2759
+ {
2760
+ "name": "roundId",
2761
+ "type": "uint256",
2762
+ "indexed": true,
2763
+ "internalType": "uint256"
2764
+ },
2765
+ {
2766
+ "name": "commitKey",
2767
+ "type": "bytes32",
2768
+ "indexed": false,
2769
+ "internalType": "bytes32"
2770
+ },
2771
+ {
2772
+ "name": "staleOracle",
2773
+ "type": "address",
2774
+ "indexed": false,
2775
+ "internalType": "address"
2776
+ }
2777
+ ],
2778
+ "anonymous": false
2779
+ },
2780
+ {
2781
+ "type": "event",
2782
+ "name": "SurplusRecovered",
2783
+ "inputs": [
2784
+ {
2785
+ "name": "to",
2786
+ "type": "address",
2787
+ "indexed": true,
2788
+ "internalType": "address"
2789
+ },
2790
+ {
2791
+ "name": "amount",
2792
+ "type": "uint256",
2793
+ "indexed": false,
2794
+ "internalType": "uint256"
2795
+ }
2796
+ ],
2797
+ "anonymous": false
2798
+ },
2799
+ {
2800
+ "type": "event",
2801
+ "name": "VerifiedBonusClaimed",
2802
+ "inputs": [
2803
+ {
2804
+ "name": "account",
2805
+ "type": "address",
2806
+ "indexed": true,
2807
+ "internalType": "address"
2808
+ },
2809
+ {
2810
+ "name": "amount",
2811
+ "type": "uint256",
2812
+ "indexed": false,
2813
+ "internalType": "uint256"
2814
+ },
2815
+ {
2816
+ "name": "nullifierHash",
2817
+ "type": "bytes32",
2818
+ "indexed": true,
2819
+ "internalType": "bytes32"
2820
+ }
2821
+ ],
2822
+ "anonymous": false
2823
+ },
2824
+ {
2825
+ "type": "error",
2826
+ "name": "AlreadyClaimed",
2827
+ "inputs": []
2828
+ },
2829
+ {
2830
+ "type": "error",
2831
+ "name": "InvalidAddress",
2832
+ "inputs": []
2833
+ },
2834
+ {
2835
+ "type": "error",
2836
+ "name": "InvalidAmount",
2837
+ "inputs": []
2838
+ },
2839
+ {
2840
+ "type": "error",
2841
+ "name": "InvalidPolicy",
2842
+ "inputs": []
2843
+ },
2844
+ {
2845
+ "type": "error",
2846
+ "name": "InvalidProof",
2847
+ "inputs": []
2848
+ },
2849
+ {
2850
+ "type": "error",
2851
+ "name": "LegacyClaimWindowClosed",
2852
+ "inputs": []
2853
+ },
2854
+ {
2855
+ "type": "error",
2856
+ "name": "LegacyClaimWindowOpen",
2857
+ "inputs": []
2858
+ },
2859
+ {
2860
+ "type": "error",
2861
+ "name": "NotVerified",
2862
+ "inputs": []
2863
+ },
2864
+ {
2865
+ "type": "error",
2866
+ "name": "OwnableInvalidOwner",
2867
+ "inputs": [
2868
+ {
2869
+ "name": "owner",
2870
+ "type": "address",
2871
+ "internalType": "address"
2872
+ }
2873
+ ]
2874
+ },
2875
+ {
2876
+ "type": "error",
2877
+ "name": "OwnableUnauthorizedAccount",
2878
+ "inputs": [
2879
+ {
2880
+ "name": "account",
2881
+ "type": "address",
2882
+ "internalType": "address"
2883
+ }
2884
+ ]
2885
+ },
2886
+ {
2887
+ "type": "error",
2888
+ "name": "PendingCreditNotStale",
2889
+ "inputs": []
2890
+ },
2891
+ {
2892
+ "type": "error",
2893
+ "name": "PoolDepleted",
2894
+ "inputs": []
2895
+ },
2896
+ {
2897
+ "type": "error",
2898
+ "name": "ReentrancyGuardReentrantCall",
2899
+ "inputs": []
2900
+ },
2901
+ {
2902
+ "type": "error",
2903
+ "name": "SafeCastOverflowedUintDowncast",
2904
+ "inputs": [
2905
+ {
2906
+ "name": "bits",
2907
+ "type": "uint8",
2908
+ "internalType": "uint8"
2909
+ },
2910
+ {
2911
+ "name": "value",
2912
+ "type": "uint256",
2913
+ "internalType": "uint256"
2914
+ }
2915
+ ]
2916
+ },
2917
+ {
2918
+ "type": "error",
2919
+ "name": "SafeERC20FailedOperation",
2920
+ "inputs": [
2921
+ {
2922
+ "name": "token",
2923
+ "type": "address",
2924
+ "internalType": "address"
2925
+ }
2926
+ ]
2927
+ },
2928
+ {
2929
+ "type": "error",
2930
+ "name": "SnapshotNotFinalized",
2931
+ "inputs": []
2932
+ }
2933
+ ];