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