@aztec/l1-artifacts 1.0.0-nightly.20250613 → 1.0.0-nightly.20250615

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 (54) hide show
  1. package/dest/ExtRollupLib2Abi.d.ts +1332 -0
  2. package/dest/ExtRollupLib2Abi.d.ts.map +1 -0
  3. package/dest/ExtRollupLib2Abi.js +1763 -0
  4. package/dest/ExtRollupLib2Bytecode.d.ts +9 -0
  5. package/dest/ExtRollupLib2Bytecode.d.ts.map +1 -0
  6. package/dest/ExtRollupLib2Bytecode.js +6 -0
  7. package/dest/ExtRollupLibAbi.d.ts +0 -35
  8. package/dest/ExtRollupLibAbi.d.ts.map +1 -1
  9. package/dest/ExtRollupLibAbi.js +0 -44
  10. package/dest/ExtRollupLibBytecode.d.ts +1 -1
  11. package/dest/ExtRollupLibBytecode.d.ts.map +1 -1
  12. package/dest/ExtRollupLibBytecode.js +1 -1
  13. package/dest/FeeJuicePortalBytecode.d.ts +1 -1
  14. package/dest/FeeJuicePortalBytecode.js +1 -1
  15. package/dest/GovernanceProposerBytecode.d.ts +1 -1
  16. package/dest/GovernanceProposerBytecode.js +1 -1
  17. package/dest/InboxBytecode.d.ts +1 -1
  18. package/dest/InboxBytecode.js +1 -1
  19. package/dest/MultiAdderBytecode.d.ts +1 -1
  20. package/dest/MultiAdderBytecode.js +1 -1
  21. package/dest/NewGovernanceProposerPayloadBytecode.d.ts +1 -1
  22. package/dest/NewGovernanceProposerPayloadBytecode.js +1 -1
  23. package/dest/OutboxBytecode.d.ts +1 -1
  24. package/dest/OutboxBytecode.js +1 -1
  25. package/dest/RegisterNewRollupVersionPayloadBytecode.d.ts +1 -1
  26. package/dest/RegisterNewRollupVersionPayloadBytecode.js +1 -1
  27. package/dest/RegistryBytecode.d.ts +1 -1
  28. package/dest/RegistryBytecode.js +1 -1
  29. package/dest/RewardDistributorBytecode.d.ts +1 -1
  30. package/dest/RewardDistributorBytecode.js +1 -1
  31. package/dest/RollupAbi.d.ts +105 -0
  32. package/dest/RollupAbi.d.ts.map +1 -1
  33. package/dest/RollupAbi.js +135 -0
  34. package/dest/RollupBytecode.d.ts +38 -11
  35. package/dest/RollupBytecode.d.ts.map +1 -1
  36. package/dest/RollupBytecode.js +47 -11
  37. package/dest/RollupStorage.d.ts +3 -3
  38. package/dest/RollupStorage.js +3 -3
  39. package/dest/SlashFactoryBytecode.d.ts +1 -1
  40. package/dest/SlashFactoryBytecode.js +1 -1
  41. package/dest/StakingAssetHandlerBytecode.d.ts +1 -1
  42. package/dest/StakingAssetHandlerBytecode.js +1 -1
  43. package/dest/TokenPortalBytecode.d.ts +1 -1
  44. package/dest/TokenPortalBytecode.js +1 -1
  45. package/dest/UniswapPortalBytecode.d.ts +1 -1
  46. package/dest/UniswapPortalBytecode.js +1 -1
  47. package/dest/ValidatorSelectionLibBytecode.d.ts +1 -1
  48. package/dest/ValidatorSelectionLibBytecode.js +1 -1
  49. package/dest/checksum.d.ts +1 -1
  50. package/dest/checksum.js +1 -1
  51. package/dest/index.d.ts +2 -0
  52. package/dest/index.d.ts.map +1 -1
  53. package/dest/index.js +2 -0
  54. package/package.json +1 -1
@@ -0,0 +1,1763 @@
1
+ /**
2
+ * ExtRollupLib2 ABI.
3
+ */ export const ExtRollupLib2Abi = [
4
+ {
5
+ "type": "error",
6
+ "name": "AddressSnapshotLib__IndexOutOfBounds",
7
+ "inputs": [
8
+ {
9
+ "name": "index",
10
+ "type": "uint256",
11
+ "internalType": "uint256"
12
+ },
13
+ {
14
+ "name": "size",
15
+ "type": "uint256",
16
+ "internalType": "uint256"
17
+ }
18
+ ]
19
+ },
20
+ {
21
+ "type": "error",
22
+ "name": "CheckpointUnorderedInsertion",
23
+ "inputs": []
24
+ },
25
+ {
26
+ "type": "error",
27
+ "name": "CoinIssuer__InsufficientMintAvailable",
28
+ "inputs": [
29
+ {
30
+ "name": "available",
31
+ "type": "uint256",
32
+ "internalType": "uint256"
33
+ },
34
+ {
35
+ "name": "needed",
36
+ "type": "uint256",
37
+ "internalType": "uint256"
38
+ }
39
+ ]
40
+ },
41
+ {
42
+ "type": "error",
43
+ "name": "DevNet__InvalidProposer",
44
+ "inputs": [
45
+ {
46
+ "name": "expected",
47
+ "type": "address",
48
+ "internalType": "address"
49
+ },
50
+ {
51
+ "name": "actual",
52
+ "type": "address",
53
+ "internalType": "address"
54
+ }
55
+ ]
56
+ },
57
+ {
58
+ "type": "error",
59
+ "name": "DevNet__NoPruningAllowed",
60
+ "inputs": []
61
+ },
62
+ {
63
+ "type": "error",
64
+ "name": "FeeJuicePortal__AlreadyInitialized",
65
+ "inputs": []
66
+ },
67
+ {
68
+ "type": "error",
69
+ "name": "FeeJuicePortal__InvalidInitialization",
70
+ "inputs": []
71
+ },
72
+ {
73
+ "type": "error",
74
+ "name": "FeeJuicePortal__Unauthorized",
75
+ "inputs": []
76
+ },
77
+ {
78
+ "type": "error",
79
+ "name": "FeeLib__InvalidFeeAssetPriceModifier",
80
+ "inputs": []
81
+ },
82
+ {
83
+ "type": "error",
84
+ "name": "GSE__EmptyVoter",
85
+ "inputs": []
86
+ },
87
+ {
88
+ "type": "error",
89
+ "name": "GovernanceProposer__CanOnlyExecuteProposalInPast",
90
+ "inputs": []
91
+ },
92
+ {
93
+ "type": "error",
94
+ "name": "GovernanceProposer__FailedToPropose",
95
+ "inputs": [
96
+ {
97
+ "name": "proposal",
98
+ "type": "address",
99
+ "internalType": "contract IPayload"
100
+ }
101
+ ]
102
+ },
103
+ {
104
+ "type": "error",
105
+ "name": "GovernanceProposer__GSEPayloadInvalid",
106
+ "inputs": []
107
+ },
108
+ {
109
+ "type": "error",
110
+ "name": "GovernanceProposer__InstanceHaveNoCode",
111
+ "inputs": [
112
+ {
113
+ "name": "instance",
114
+ "type": "address",
115
+ "internalType": "address"
116
+ }
117
+ ]
118
+ },
119
+ {
120
+ "type": "error",
121
+ "name": "GovernanceProposer__InsufficientVotes",
122
+ "inputs": [
123
+ {
124
+ "name": "votesCast",
125
+ "type": "uint256",
126
+ "internalType": "uint256"
127
+ },
128
+ {
129
+ "name": "votesNeeded",
130
+ "type": "uint256",
131
+ "internalType": "uint256"
132
+ }
133
+ ]
134
+ },
135
+ {
136
+ "type": "error",
137
+ "name": "GovernanceProposer__InvalidNAndMValues",
138
+ "inputs": [
139
+ {
140
+ "name": "n",
141
+ "type": "uint256",
142
+ "internalType": "uint256"
143
+ },
144
+ {
145
+ "name": "m",
146
+ "type": "uint256",
147
+ "internalType": "uint256"
148
+ }
149
+ ]
150
+ },
151
+ {
152
+ "type": "error",
153
+ "name": "GovernanceProposer__NCannotBeLargerTHanM",
154
+ "inputs": [
155
+ {
156
+ "name": "n",
157
+ "type": "uint256",
158
+ "internalType": "uint256"
159
+ },
160
+ {
161
+ "name": "m",
162
+ "type": "uint256",
163
+ "internalType": "uint256"
164
+ }
165
+ ]
166
+ },
167
+ {
168
+ "type": "error",
169
+ "name": "GovernanceProposer__OnlyProposerCanVote",
170
+ "inputs": [
171
+ {
172
+ "name": "caller",
173
+ "type": "address",
174
+ "internalType": "address"
175
+ },
176
+ {
177
+ "name": "proposer",
178
+ "type": "address",
179
+ "internalType": "address"
180
+ }
181
+ ]
182
+ },
183
+ {
184
+ "type": "error",
185
+ "name": "GovernanceProposer__ProposalAlreadyExecuted",
186
+ "inputs": [
187
+ {
188
+ "name": "roundNumber",
189
+ "type": "uint256",
190
+ "internalType": "uint256"
191
+ }
192
+ ]
193
+ },
194
+ {
195
+ "type": "error",
196
+ "name": "GovernanceProposer__ProposalCannotBeAddressZero",
197
+ "inputs": []
198
+ },
199
+ {
200
+ "type": "error",
201
+ "name": "GovernanceProposer__ProposalHaveNoCode",
202
+ "inputs": [
203
+ {
204
+ "name": "proposal",
205
+ "type": "address",
206
+ "internalType": "contract IPayload"
207
+ }
208
+ ]
209
+ },
210
+ {
211
+ "type": "error",
212
+ "name": "GovernanceProposer__ProposalTooOld",
213
+ "inputs": [
214
+ {
215
+ "name": "roundNumber",
216
+ "type": "uint256",
217
+ "internalType": "uint256"
218
+ },
219
+ {
220
+ "name": "currentRoundNumber",
221
+ "type": "uint256",
222
+ "internalType": "uint256"
223
+ }
224
+ ]
225
+ },
226
+ {
227
+ "type": "error",
228
+ "name": "GovernanceProposer__VoteAlreadyCastForSlot",
229
+ "inputs": [
230
+ {
231
+ "name": "slot",
232
+ "type": "uint256",
233
+ "internalType": "Slot"
234
+ }
235
+ ]
236
+ },
237
+ {
238
+ "type": "error",
239
+ "name": "Governance__CallFailed",
240
+ "inputs": [
241
+ {
242
+ "name": "target",
243
+ "type": "address",
244
+ "internalType": "address"
245
+ }
246
+ ]
247
+ },
248
+ {
249
+ "type": "error",
250
+ "name": "Governance__CallerNotGovernanceProposer",
251
+ "inputs": [
252
+ {
253
+ "name": "caller",
254
+ "type": "address",
255
+ "internalType": "address"
256
+ },
257
+ {
258
+ "name": "governanceProposer",
259
+ "type": "address",
260
+ "internalType": "address"
261
+ }
262
+ ]
263
+ },
264
+ {
265
+ "type": "error",
266
+ "name": "Governance__CallerNotSelf",
267
+ "inputs": [
268
+ {
269
+ "name": "caller",
270
+ "type": "address",
271
+ "internalType": "address"
272
+ },
273
+ {
274
+ "name": "self",
275
+ "type": "address",
276
+ "internalType": "address"
277
+ }
278
+ ]
279
+ },
280
+ {
281
+ "type": "error",
282
+ "name": "Governance__CannotCallAsset",
283
+ "inputs": []
284
+ },
285
+ {
286
+ "type": "error",
287
+ "name": "Governance__ConfigurationLib__DifferentialTooBig",
288
+ "inputs": []
289
+ },
290
+ {
291
+ "type": "error",
292
+ "name": "Governance__ConfigurationLib__DifferentialTooSmall",
293
+ "inputs": []
294
+ },
295
+ {
296
+ "type": "error",
297
+ "name": "Governance__ConfigurationLib__InvalidMinimumVotes",
298
+ "inputs": []
299
+ },
300
+ {
301
+ "type": "error",
302
+ "name": "Governance__ConfigurationLib__LockAmountTooSmall",
303
+ "inputs": []
304
+ },
305
+ {
306
+ "type": "error",
307
+ "name": "Governance__ConfigurationLib__QuorumTooBig",
308
+ "inputs": []
309
+ },
310
+ {
311
+ "type": "error",
312
+ "name": "Governance__ConfigurationLib__QuorumTooSmall",
313
+ "inputs": []
314
+ },
315
+ {
316
+ "type": "error",
317
+ "name": "Governance__ConfigurationLib__TimeTooBig",
318
+ "inputs": [
319
+ {
320
+ "name": "name",
321
+ "type": "string",
322
+ "internalType": "string"
323
+ }
324
+ ]
325
+ },
326
+ {
327
+ "type": "error",
328
+ "name": "Governance__ConfigurationLib__TimeTooSmall",
329
+ "inputs": [
330
+ {
331
+ "name": "name",
332
+ "type": "string",
333
+ "internalType": "string"
334
+ }
335
+ ]
336
+ },
337
+ {
338
+ "type": "error",
339
+ "name": "Governance__DepositNotAllowed",
340
+ "inputs": []
341
+ },
342
+ {
343
+ "type": "error",
344
+ "name": "Governance__InsufficientPower",
345
+ "inputs": [
346
+ {
347
+ "name": "voter",
348
+ "type": "address",
349
+ "internalType": "address"
350
+ },
351
+ {
352
+ "name": "have",
353
+ "type": "uint256",
354
+ "internalType": "uint256"
355
+ },
356
+ {
357
+ "name": "required",
358
+ "type": "uint256",
359
+ "internalType": "uint256"
360
+ }
361
+ ]
362
+ },
363
+ {
364
+ "type": "error",
365
+ "name": "Governance__InvalidConfiguration",
366
+ "inputs": []
367
+ },
368
+ {
369
+ "type": "error",
370
+ "name": "Governance__NoCheckpointsFound",
371
+ "inputs": []
372
+ },
373
+ {
374
+ "type": "error",
375
+ "name": "Governance__ProposalAlreadyDropped",
376
+ "inputs": []
377
+ },
378
+ {
379
+ "type": "error",
380
+ "name": "Governance__ProposalCannotBeDropped",
381
+ "inputs": []
382
+ },
383
+ {
384
+ "type": "error",
385
+ "name": "Governance__ProposalDoesNotExists",
386
+ "inputs": [
387
+ {
388
+ "name": "proposalId",
389
+ "type": "uint256",
390
+ "internalType": "uint256"
391
+ }
392
+ ]
393
+ },
394
+ {
395
+ "type": "error",
396
+ "name": "Governance__ProposalLib__MoreVoteThanExistNeeded",
397
+ "inputs": []
398
+ },
399
+ {
400
+ "type": "error",
401
+ "name": "Governance__ProposalLib__MoreYeaVoteThanExistNeeded",
402
+ "inputs": []
403
+ },
404
+ {
405
+ "type": "error",
406
+ "name": "Governance__ProposalLib__ZeroMinimum",
407
+ "inputs": []
408
+ },
409
+ {
410
+ "type": "error",
411
+ "name": "Governance__ProposalLib__ZeroVotesNeeded",
412
+ "inputs": []
413
+ },
414
+ {
415
+ "type": "error",
416
+ "name": "Governance__ProposalLib__ZeroYeaVotesNeeded",
417
+ "inputs": []
418
+ },
419
+ {
420
+ "type": "error",
421
+ "name": "Governance__ProposalNotActive",
422
+ "inputs": []
423
+ },
424
+ {
425
+ "type": "error",
426
+ "name": "Governance__ProposalNotExecutable",
427
+ "inputs": []
428
+ },
429
+ {
430
+ "type": "error",
431
+ "name": "Governance__UserLib__NotInPast",
432
+ "inputs": []
433
+ },
434
+ {
435
+ "type": "error",
436
+ "name": "Governance__WithdrawalAlreadyclaimed",
437
+ "inputs": []
438
+ },
439
+ {
440
+ "type": "error",
441
+ "name": "Governance__WithdrawalNotUnlockedYet",
442
+ "inputs": [
443
+ {
444
+ "name": "currentTime",
445
+ "type": "uint256",
446
+ "internalType": "Timestamp"
447
+ },
448
+ {
449
+ "name": "unlocksAt",
450
+ "type": "uint256",
451
+ "internalType": "Timestamp"
452
+ }
453
+ ]
454
+ },
455
+ {
456
+ "type": "error",
457
+ "name": "HeaderLib__InvalidHeaderSize",
458
+ "inputs": [
459
+ {
460
+ "name": "expected",
461
+ "type": "uint256",
462
+ "internalType": "uint256"
463
+ },
464
+ {
465
+ "name": "actual",
466
+ "type": "uint256",
467
+ "internalType": "uint256"
468
+ }
469
+ ]
470
+ },
471
+ {
472
+ "type": "error",
473
+ "name": "HeaderLib__InvalidSlotNumber",
474
+ "inputs": [
475
+ {
476
+ "name": "expected",
477
+ "type": "uint256",
478
+ "internalType": "Slot"
479
+ },
480
+ {
481
+ "name": "actual",
482
+ "type": "uint256",
483
+ "internalType": "Slot"
484
+ }
485
+ ]
486
+ },
487
+ {
488
+ "type": "error",
489
+ "name": "Inbox__ActorTooLarge",
490
+ "inputs": [
491
+ {
492
+ "name": "actor",
493
+ "type": "bytes32",
494
+ "internalType": "bytes32"
495
+ }
496
+ ]
497
+ },
498
+ {
499
+ "type": "error",
500
+ "name": "Inbox__ContentTooLarge",
501
+ "inputs": [
502
+ {
503
+ "name": "content",
504
+ "type": "bytes32",
505
+ "internalType": "bytes32"
506
+ }
507
+ ]
508
+ },
509
+ {
510
+ "type": "error",
511
+ "name": "Inbox__MustBuildBeforeConsume",
512
+ "inputs": []
513
+ },
514
+ {
515
+ "type": "error",
516
+ "name": "Inbox__SecretHashTooLarge",
517
+ "inputs": [
518
+ {
519
+ "name": "secretHash",
520
+ "type": "bytes32",
521
+ "internalType": "bytes32"
522
+ }
523
+ ]
524
+ },
525
+ {
526
+ "type": "error",
527
+ "name": "Inbox__Unauthorized",
528
+ "inputs": []
529
+ },
530
+ {
531
+ "type": "error",
532
+ "name": "Inbox__VersionMismatch",
533
+ "inputs": [
534
+ {
535
+ "name": "expected",
536
+ "type": "uint256",
537
+ "internalType": "uint256"
538
+ },
539
+ {
540
+ "name": "actual",
541
+ "type": "uint256",
542
+ "internalType": "uint256"
543
+ }
544
+ ]
545
+ },
546
+ {
547
+ "type": "error",
548
+ "name": "MerkleLib__InvalidRoot",
549
+ "inputs": [
550
+ {
551
+ "name": "expected",
552
+ "type": "bytes32",
553
+ "internalType": "bytes32"
554
+ },
555
+ {
556
+ "name": "actual",
557
+ "type": "bytes32",
558
+ "internalType": "bytes32"
559
+ },
560
+ {
561
+ "name": "leaf",
562
+ "type": "bytes32",
563
+ "internalType": "bytes32"
564
+ },
565
+ {
566
+ "name": "leafIndex",
567
+ "type": "uint256",
568
+ "internalType": "uint256"
569
+ }
570
+ ]
571
+ },
572
+ {
573
+ "type": "error",
574
+ "name": "Outbox__AlreadyNullified",
575
+ "inputs": [
576
+ {
577
+ "name": "l2BlockNumber",
578
+ "type": "uint256",
579
+ "internalType": "uint256"
580
+ },
581
+ {
582
+ "name": "leafIndex",
583
+ "type": "uint256",
584
+ "internalType": "uint256"
585
+ }
586
+ ]
587
+ },
588
+ {
589
+ "type": "error",
590
+ "name": "Outbox__BlockNotProven",
591
+ "inputs": [
592
+ {
593
+ "name": "l2BlockNumber",
594
+ "type": "uint256",
595
+ "internalType": "uint256"
596
+ }
597
+ ]
598
+ },
599
+ {
600
+ "type": "error",
601
+ "name": "Outbox__IncompatibleEntryArguments",
602
+ "inputs": [
603
+ {
604
+ "name": "messageHash",
605
+ "type": "bytes32",
606
+ "internalType": "bytes32"
607
+ },
608
+ {
609
+ "name": "storedFee",
610
+ "type": "uint64",
611
+ "internalType": "uint64"
612
+ },
613
+ {
614
+ "name": "feePassed",
615
+ "type": "uint64",
616
+ "internalType": "uint64"
617
+ },
618
+ {
619
+ "name": "storedVersion",
620
+ "type": "uint32",
621
+ "internalType": "uint32"
622
+ },
623
+ {
624
+ "name": "versionPassed",
625
+ "type": "uint32",
626
+ "internalType": "uint32"
627
+ },
628
+ {
629
+ "name": "storedDeadline",
630
+ "type": "uint32",
631
+ "internalType": "uint32"
632
+ },
633
+ {
634
+ "name": "deadlinePassed",
635
+ "type": "uint32",
636
+ "internalType": "uint32"
637
+ }
638
+ ]
639
+ },
640
+ {
641
+ "type": "error",
642
+ "name": "Outbox__InvalidChainId",
643
+ "inputs": []
644
+ },
645
+ {
646
+ "type": "error",
647
+ "name": "Outbox__InvalidRecipient",
648
+ "inputs": [
649
+ {
650
+ "name": "expected",
651
+ "type": "address",
652
+ "internalType": "address"
653
+ },
654
+ {
655
+ "name": "actual",
656
+ "type": "address",
657
+ "internalType": "address"
658
+ }
659
+ ]
660
+ },
661
+ {
662
+ "type": "error",
663
+ "name": "Outbox__NothingToConsume",
664
+ "inputs": [
665
+ {
666
+ "name": "messageHash",
667
+ "type": "bytes32",
668
+ "internalType": "bytes32"
669
+ }
670
+ ]
671
+ },
672
+ {
673
+ "type": "error",
674
+ "name": "Outbox__NothingToConsumeAtBlock",
675
+ "inputs": [
676
+ {
677
+ "name": "l2BlockNumber",
678
+ "type": "uint256",
679
+ "internalType": "uint256"
680
+ }
681
+ ]
682
+ },
683
+ {
684
+ "type": "error",
685
+ "name": "Outbox__RootAlreadySetAtBlock",
686
+ "inputs": [
687
+ {
688
+ "name": "l2BlockNumber",
689
+ "type": "uint256",
690
+ "internalType": "uint256"
691
+ }
692
+ ]
693
+ },
694
+ {
695
+ "type": "error",
696
+ "name": "Outbox__Unauthorized",
697
+ "inputs": []
698
+ },
699
+ {
700
+ "type": "error",
701
+ "name": "Outbox__VersionMismatch",
702
+ "inputs": [
703
+ {
704
+ "name": "expected",
705
+ "type": "uint256",
706
+ "internalType": "uint256"
707
+ },
708
+ {
709
+ "name": "actual",
710
+ "type": "uint256",
711
+ "internalType": "uint256"
712
+ }
713
+ ]
714
+ },
715
+ {
716
+ "type": "error",
717
+ "name": "ProofCommitmentEscrow__InsufficientBalance",
718
+ "inputs": [
719
+ {
720
+ "name": "balance",
721
+ "type": "uint256",
722
+ "internalType": "uint256"
723
+ },
724
+ {
725
+ "name": "requested",
726
+ "type": "uint256",
727
+ "internalType": "uint256"
728
+ }
729
+ ]
730
+ },
731
+ {
732
+ "type": "error",
733
+ "name": "ProofCommitmentEscrow__NotOwner",
734
+ "inputs": [
735
+ {
736
+ "name": "caller",
737
+ "type": "address",
738
+ "internalType": "address"
739
+ }
740
+ ]
741
+ },
742
+ {
743
+ "type": "error",
744
+ "name": "ProofCommitmentEscrow__WithdrawRequestNotReady",
745
+ "inputs": [
746
+ {
747
+ "name": "current",
748
+ "type": "uint256",
749
+ "internalType": "uint256"
750
+ },
751
+ {
752
+ "name": "readyAt",
753
+ "type": "uint256",
754
+ "internalType": "Timestamp"
755
+ }
756
+ ]
757
+ },
758
+ {
759
+ "type": "error",
760
+ "name": "Registry__NoRollupsRegistered",
761
+ "inputs": []
762
+ },
763
+ {
764
+ "type": "error",
765
+ "name": "Registry__RollupAlreadyRegistered",
766
+ "inputs": [
767
+ {
768
+ "name": "rollup",
769
+ "type": "address",
770
+ "internalType": "address"
771
+ }
772
+ ]
773
+ },
774
+ {
775
+ "type": "error",
776
+ "name": "Registry__RollupNotRegistered",
777
+ "inputs": [
778
+ {
779
+ "name": "version",
780
+ "type": "uint256",
781
+ "internalType": "uint256"
782
+ }
783
+ ]
784
+ },
785
+ {
786
+ "type": "error",
787
+ "name": "RewardDistributor__InvalidCaller",
788
+ "inputs": [
789
+ {
790
+ "name": "caller",
791
+ "type": "address",
792
+ "internalType": "address"
793
+ },
794
+ {
795
+ "name": "canonical",
796
+ "type": "address",
797
+ "internalType": "address"
798
+ }
799
+ ]
800
+ },
801
+ {
802
+ "type": "error",
803
+ "name": "Rollup__AlreadyClaimed",
804
+ "inputs": [
805
+ {
806
+ "name": "prover",
807
+ "type": "address",
808
+ "internalType": "address"
809
+ },
810
+ {
811
+ "name": "epoch",
812
+ "type": "uint256",
813
+ "internalType": "Epoch"
814
+ }
815
+ ]
816
+ },
817
+ {
818
+ "type": "error",
819
+ "name": "Rollup__InsufficientBondAmount",
820
+ "inputs": [
821
+ {
822
+ "name": "minimum",
823
+ "type": "uint256",
824
+ "internalType": "uint256"
825
+ },
826
+ {
827
+ "name": "provided",
828
+ "type": "uint256",
829
+ "internalType": "uint256"
830
+ }
831
+ ]
832
+ },
833
+ {
834
+ "type": "error",
835
+ "name": "Rollup__InsufficientFundsInEscrow",
836
+ "inputs": [
837
+ {
838
+ "name": "required",
839
+ "type": "uint256",
840
+ "internalType": "uint256"
841
+ },
842
+ {
843
+ "name": "available",
844
+ "type": "uint256",
845
+ "internalType": "uint256"
846
+ }
847
+ ]
848
+ },
849
+ {
850
+ "type": "error",
851
+ "name": "Rollup__InvalidArchive",
852
+ "inputs": [
853
+ {
854
+ "name": "expected",
855
+ "type": "bytes32",
856
+ "internalType": "bytes32"
857
+ },
858
+ {
859
+ "name": "actual",
860
+ "type": "bytes32",
861
+ "internalType": "bytes32"
862
+ }
863
+ ]
864
+ },
865
+ {
866
+ "type": "error",
867
+ "name": "Rollup__InvalidBasisPointFee",
868
+ "inputs": [
869
+ {
870
+ "name": "basisPointFee",
871
+ "type": "uint256",
872
+ "internalType": "uint256"
873
+ }
874
+ ]
875
+ },
876
+ {
877
+ "type": "error",
878
+ "name": "Rollup__InvalidBlobHash",
879
+ "inputs": [
880
+ {
881
+ "name": "expected",
882
+ "type": "bytes32",
883
+ "internalType": "bytes32"
884
+ },
885
+ {
886
+ "name": "actual",
887
+ "type": "bytes32",
888
+ "internalType": "bytes32"
889
+ }
890
+ ]
891
+ },
892
+ {
893
+ "type": "error",
894
+ "name": "Rollup__InvalidBlobProof",
895
+ "inputs": [
896
+ {
897
+ "name": "blobHash",
898
+ "type": "bytes32",
899
+ "internalType": "bytes32"
900
+ }
901
+ ]
902
+ },
903
+ {
904
+ "type": "error",
905
+ "name": "Rollup__InvalidBlockNumber",
906
+ "inputs": [
907
+ {
908
+ "name": "expected",
909
+ "type": "uint256",
910
+ "internalType": "uint256"
911
+ },
912
+ {
913
+ "name": "actual",
914
+ "type": "uint256",
915
+ "internalType": "uint256"
916
+ }
917
+ ]
918
+ },
919
+ {
920
+ "type": "error",
921
+ "name": "Rollup__InvalidCoinbase",
922
+ "inputs": []
923
+ },
924
+ {
925
+ "type": "error",
926
+ "name": "Rollup__InvalidFirstEpochProof",
927
+ "inputs": []
928
+ },
929
+ {
930
+ "type": "error",
931
+ "name": "Rollup__InvalidInHash",
932
+ "inputs": [
933
+ {
934
+ "name": "expected",
935
+ "type": "bytes32",
936
+ "internalType": "bytes32"
937
+ },
938
+ {
939
+ "name": "actual",
940
+ "type": "bytes32",
941
+ "internalType": "bytes32"
942
+ }
943
+ ]
944
+ },
945
+ {
946
+ "type": "error",
947
+ "name": "Rollup__InvalidManaBaseFee",
948
+ "inputs": [
949
+ {
950
+ "name": "expected",
951
+ "type": "uint256",
952
+ "internalType": "uint256"
953
+ },
954
+ {
955
+ "name": "actual",
956
+ "type": "uint256",
957
+ "internalType": "uint256"
958
+ }
959
+ ]
960
+ },
961
+ {
962
+ "type": "error",
963
+ "name": "Rollup__InvalidManaTarget",
964
+ "inputs": [
965
+ {
966
+ "name": "minimum",
967
+ "type": "uint256",
968
+ "internalType": "uint256"
969
+ },
970
+ {
971
+ "name": "provided",
972
+ "type": "uint256",
973
+ "internalType": "uint256"
974
+ }
975
+ ]
976
+ },
977
+ {
978
+ "type": "error",
979
+ "name": "Rollup__InvalidPreviousArchive",
980
+ "inputs": [
981
+ {
982
+ "name": "expected",
983
+ "type": "bytes32",
984
+ "internalType": "bytes32"
985
+ },
986
+ {
987
+ "name": "actual",
988
+ "type": "bytes32",
989
+ "internalType": "bytes32"
990
+ }
991
+ ]
992
+ },
993
+ {
994
+ "type": "error",
995
+ "name": "Rollup__InvalidProof",
996
+ "inputs": []
997
+ },
998
+ {
999
+ "type": "error",
1000
+ "name": "Rollup__InvalidProposedArchive",
1001
+ "inputs": [
1002
+ {
1003
+ "name": "expected",
1004
+ "type": "bytes32",
1005
+ "internalType": "bytes32"
1006
+ },
1007
+ {
1008
+ "name": "actual",
1009
+ "type": "bytes32",
1010
+ "internalType": "bytes32"
1011
+ }
1012
+ ]
1013
+ },
1014
+ {
1015
+ "type": "error",
1016
+ "name": "Rollup__InvalidTimestamp",
1017
+ "inputs": [
1018
+ {
1019
+ "name": "expected",
1020
+ "type": "uint256",
1021
+ "internalType": "Timestamp"
1022
+ },
1023
+ {
1024
+ "name": "actual",
1025
+ "type": "uint256",
1026
+ "internalType": "Timestamp"
1027
+ }
1028
+ ]
1029
+ },
1030
+ {
1031
+ "type": "error",
1032
+ "name": "Rollup__ManaLimitExceeded",
1033
+ "inputs": []
1034
+ },
1035
+ {
1036
+ "type": "error",
1037
+ "name": "Rollup__NoEpochToProve",
1038
+ "inputs": []
1039
+ },
1040
+ {
1041
+ "type": "error",
1042
+ "name": "Rollup__NonSequentialProving",
1043
+ "inputs": []
1044
+ },
1045
+ {
1046
+ "type": "error",
1047
+ "name": "Rollup__NonZeroDaFee",
1048
+ "inputs": []
1049
+ },
1050
+ {
1051
+ "type": "error",
1052
+ "name": "Rollup__NotPastDeadline",
1053
+ "inputs": [
1054
+ {
1055
+ "name": "deadline",
1056
+ "type": "uint256",
1057
+ "internalType": "Slot"
1058
+ },
1059
+ {
1060
+ "name": "currentSlot",
1061
+ "type": "uint256",
1062
+ "internalType": "Slot"
1063
+ }
1064
+ ]
1065
+ },
1066
+ {
1067
+ "type": "error",
1068
+ "name": "Rollup__NothingToPrune",
1069
+ "inputs": []
1070
+ },
1071
+ {
1072
+ "type": "error",
1073
+ "name": "Rollup__PastDeadline",
1074
+ "inputs": [
1075
+ {
1076
+ "name": "deadline",
1077
+ "type": "uint256",
1078
+ "internalType": "Slot"
1079
+ },
1080
+ {
1081
+ "name": "currentSlot",
1082
+ "type": "uint256",
1083
+ "internalType": "Slot"
1084
+ }
1085
+ ]
1086
+ },
1087
+ {
1088
+ "type": "error",
1089
+ "name": "Rollup__ProverHaveAlreadySubmitted",
1090
+ "inputs": [
1091
+ {
1092
+ "name": "prover",
1093
+ "type": "address",
1094
+ "internalType": "address"
1095
+ },
1096
+ {
1097
+ "name": "epoch",
1098
+ "type": "uint256",
1099
+ "internalType": "Epoch"
1100
+ }
1101
+ ]
1102
+ },
1103
+ {
1104
+ "type": "error",
1105
+ "name": "Rollup__RewardsNotClaimable",
1106
+ "inputs": []
1107
+ },
1108
+ {
1109
+ "type": "error",
1110
+ "name": "Rollup__SlotAlreadyInChain",
1111
+ "inputs": [
1112
+ {
1113
+ "name": "lastSlot",
1114
+ "type": "uint256",
1115
+ "internalType": "Slot"
1116
+ },
1117
+ {
1118
+ "name": "proposedSlot",
1119
+ "type": "uint256",
1120
+ "internalType": "Slot"
1121
+ }
1122
+ ]
1123
+ },
1124
+ {
1125
+ "type": "error",
1126
+ "name": "Rollup__StartAndEndNotSameEpoch",
1127
+ "inputs": [
1128
+ {
1129
+ "name": "start",
1130
+ "type": "uint256",
1131
+ "internalType": "Epoch"
1132
+ },
1133
+ {
1134
+ "name": "end",
1135
+ "type": "uint256",
1136
+ "internalType": "Epoch"
1137
+ }
1138
+ ]
1139
+ },
1140
+ {
1141
+ "type": "error",
1142
+ "name": "Rollup__StartIsNotBuildingOnProven",
1143
+ "inputs": []
1144
+ },
1145
+ {
1146
+ "type": "error",
1147
+ "name": "Rollup__StartIsNotFirstBlockOfEpoch",
1148
+ "inputs": []
1149
+ },
1150
+ {
1151
+ "type": "error",
1152
+ "name": "Rollup__TimestampInFuture",
1153
+ "inputs": [
1154
+ {
1155
+ "name": "max",
1156
+ "type": "uint256",
1157
+ "internalType": "Timestamp"
1158
+ },
1159
+ {
1160
+ "name": "actual",
1161
+ "type": "uint256",
1162
+ "internalType": "Timestamp"
1163
+ }
1164
+ ]
1165
+ },
1166
+ {
1167
+ "type": "error",
1168
+ "name": "Rollup__TimestampTooOld",
1169
+ "inputs": []
1170
+ },
1171
+ {
1172
+ "type": "error",
1173
+ "name": "Rollup__TooManyBlocksInEpoch",
1174
+ "inputs": [
1175
+ {
1176
+ "name": "expected",
1177
+ "type": "uint256",
1178
+ "internalType": "uint256"
1179
+ },
1180
+ {
1181
+ "name": "actual",
1182
+ "type": "uint256",
1183
+ "internalType": "uint256"
1184
+ }
1185
+ ]
1186
+ },
1187
+ {
1188
+ "type": "error",
1189
+ "name": "Rollup__TryingToProveNonExistingBlock",
1190
+ "inputs": []
1191
+ },
1192
+ {
1193
+ "type": "error",
1194
+ "name": "Rollup__UnavailableTxs",
1195
+ "inputs": [
1196
+ {
1197
+ "name": "txsHash",
1198
+ "type": "bytes32",
1199
+ "internalType": "bytes32"
1200
+ }
1201
+ ]
1202
+ },
1203
+ {
1204
+ "type": "error",
1205
+ "name": "SafeCastOverflowedUintDowncast",
1206
+ "inputs": [
1207
+ {
1208
+ "name": "bits",
1209
+ "type": "uint8",
1210
+ "internalType": "uint8"
1211
+ },
1212
+ {
1213
+ "name": "value",
1214
+ "type": "uint256",
1215
+ "internalType": "uint256"
1216
+ }
1217
+ ]
1218
+ },
1219
+ {
1220
+ "type": "error",
1221
+ "name": "SampleLib__IndexOutOfBounds",
1222
+ "inputs": [
1223
+ {
1224
+ "name": "requested",
1225
+ "type": "uint256",
1226
+ "internalType": "uint256"
1227
+ },
1228
+ {
1229
+ "name": "bound",
1230
+ "type": "uint256",
1231
+ "internalType": "uint256"
1232
+ }
1233
+ ]
1234
+ },
1235
+ {
1236
+ "type": "error",
1237
+ "name": "SampleLib__SampleLargerThanIndex",
1238
+ "inputs": [
1239
+ {
1240
+ "name": "sample",
1241
+ "type": "uint256",
1242
+ "internalType": "uint256"
1243
+ },
1244
+ {
1245
+ "name": "index",
1246
+ "type": "uint256",
1247
+ "internalType": "uint256"
1248
+ }
1249
+ ]
1250
+ },
1251
+ {
1252
+ "type": "error",
1253
+ "name": "SignatureLib__CannotVerifyEmpty",
1254
+ "inputs": []
1255
+ },
1256
+ {
1257
+ "type": "error",
1258
+ "name": "SignatureLib__InvalidSignature",
1259
+ "inputs": [
1260
+ {
1261
+ "name": "expected",
1262
+ "type": "address",
1263
+ "internalType": "address"
1264
+ },
1265
+ {
1266
+ "name": "recovered",
1267
+ "type": "address",
1268
+ "internalType": "address"
1269
+ }
1270
+ ]
1271
+ },
1272
+ {
1273
+ "type": "event",
1274
+ "name": "SlasherUpdated",
1275
+ "inputs": [
1276
+ {
1277
+ "name": "oldSlasher",
1278
+ "type": "address",
1279
+ "indexed": true,
1280
+ "internalType": "address"
1281
+ },
1282
+ {
1283
+ "name": "newSlasher",
1284
+ "type": "address",
1285
+ "indexed": true,
1286
+ "internalType": "address"
1287
+ }
1288
+ ],
1289
+ "anonymous": false
1290
+ },
1291
+ {
1292
+ "type": "error",
1293
+ "name": "Staking__AlreadyActive",
1294
+ "inputs": [
1295
+ {
1296
+ "name": "attester",
1297
+ "type": "address",
1298
+ "internalType": "address"
1299
+ }
1300
+ ]
1301
+ },
1302
+ {
1303
+ "type": "error",
1304
+ "name": "Staking__AlreadyExiting",
1305
+ "inputs": [
1306
+ {
1307
+ "name": "",
1308
+ "type": "address",
1309
+ "internalType": "address"
1310
+ }
1311
+ ]
1312
+ },
1313
+ {
1314
+ "type": "error",
1315
+ "name": "Staking__AlreadyRegistered",
1316
+ "inputs": [
1317
+ {
1318
+ "name": "instance",
1319
+ "type": "address",
1320
+ "internalType": "address"
1321
+ },
1322
+ {
1323
+ "name": "attester",
1324
+ "type": "address",
1325
+ "internalType": "address"
1326
+ }
1327
+ ]
1328
+ },
1329
+ {
1330
+ "type": "error",
1331
+ "name": "Staking__CannotSlashExitedStake",
1332
+ "inputs": [
1333
+ {
1334
+ "name": "",
1335
+ "type": "address",
1336
+ "internalType": "address"
1337
+ }
1338
+ ]
1339
+ },
1340
+ {
1341
+ "type": "error",
1342
+ "name": "Staking__FailedToRemove",
1343
+ "inputs": [
1344
+ {
1345
+ "name": "",
1346
+ "type": "address",
1347
+ "internalType": "address"
1348
+ }
1349
+ ]
1350
+ },
1351
+ {
1352
+ "type": "error",
1353
+ "name": "Staking__FatalError",
1354
+ "inputs": [
1355
+ {
1356
+ "name": "",
1357
+ "type": "string",
1358
+ "internalType": "string"
1359
+ }
1360
+ ]
1361
+ },
1362
+ {
1363
+ "type": "error",
1364
+ "name": "Staking__GovernanceAlreadySet",
1365
+ "inputs": []
1366
+ },
1367
+ {
1368
+ "type": "error",
1369
+ "name": "Staking__IncorrectGovProposer",
1370
+ "inputs": [
1371
+ {
1372
+ "name": "",
1373
+ "type": "uint256",
1374
+ "internalType": "uint256"
1375
+ }
1376
+ ]
1377
+ },
1378
+ {
1379
+ "type": "error",
1380
+ "name": "Staking__InstanceDoesNotExist",
1381
+ "inputs": [
1382
+ {
1383
+ "name": "",
1384
+ "type": "address",
1385
+ "internalType": "address"
1386
+ }
1387
+ ]
1388
+ },
1389
+ {
1390
+ "type": "error",
1391
+ "name": "Staking__InsufficientPower",
1392
+ "inputs": [
1393
+ {
1394
+ "name": "",
1395
+ "type": "uint256",
1396
+ "internalType": "uint256"
1397
+ },
1398
+ {
1399
+ "name": "",
1400
+ "type": "uint256",
1401
+ "internalType": "uint256"
1402
+ }
1403
+ ]
1404
+ },
1405
+ {
1406
+ "type": "error",
1407
+ "name": "Staking__InsufficientStake",
1408
+ "inputs": [
1409
+ {
1410
+ "name": "",
1411
+ "type": "uint256",
1412
+ "internalType": "uint256"
1413
+ },
1414
+ {
1415
+ "name": "",
1416
+ "type": "uint256",
1417
+ "internalType": "uint256"
1418
+ }
1419
+ ]
1420
+ },
1421
+ {
1422
+ "type": "error",
1423
+ "name": "Staking__InvalidDeposit",
1424
+ "inputs": [
1425
+ {
1426
+ "name": "attester",
1427
+ "type": "address",
1428
+ "internalType": "address"
1429
+ },
1430
+ {
1431
+ "name": "proposer",
1432
+ "type": "address",
1433
+ "internalType": "address"
1434
+ }
1435
+ ]
1436
+ },
1437
+ {
1438
+ "type": "error",
1439
+ "name": "Staking__InvalidRecipient",
1440
+ "inputs": [
1441
+ {
1442
+ "name": "",
1443
+ "type": "address",
1444
+ "internalType": "address"
1445
+ }
1446
+ ]
1447
+ },
1448
+ {
1449
+ "type": "error",
1450
+ "name": "Staking__InvalidRollupAddress",
1451
+ "inputs": [
1452
+ {
1453
+ "name": "",
1454
+ "type": "address",
1455
+ "internalType": "address"
1456
+ }
1457
+ ]
1458
+ },
1459
+ {
1460
+ "type": "error",
1461
+ "name": "Staking__NoOneToSlash",
1462
+ "inputs": [
1463
+ {
1464
+ "name": "",
1465
+ "type": "address",
1466
+ "internalType": "address"
1467
+ }
1468
+ ]
1469
+ },
1470
+ {
1471
+ "type": "error",
1472
+ "name": "Staking__NotCanonical",
1473
+ "inputs": [
1474
+ {
1475
+ "name": "",
1476
+ "type": "address",
1477
+ "internalType": "address"
1478
+ }
1479
+ ]
1480
+ },
1481
+ {
1482
+ "type": "error",
1483
+ "name": "Staking__NotExiting",
1484
+ "inputs": [
1485
+ {
1486
+ "name": "",
1487
+ "type": "address",
1488
+ "internalType": "address"
1489
+ }
1490
+ ]
1491
+ },
1492
+ {
1493
+ "type": "error",
1494
+ "name": "Staking__NotOurProposal",
1495
+ "inputs": [
1496
+ {
1497
+ "name": "",
1498
+ "type": "uint256",
1499
+ "internalType": "uint256"
1500
+ },
1501
+ {
1502
+ "name": "",
1503
+ "type": "address",
1504
+ "internalType": "address"
1505
+ },
1506
+ {
1507
+ "name": "",
1508
+ "type": "address",
1509
+ "internalType": "address"
1510
+ }
1511
+ ]
1512
+ },
1513
+ {
1514
+ "type": "error",
1515
+ "name": "Staking__NotRollup",
1516
+ "inputs": [
1517
+ {
1518
+ "name": "",
1519
+ "type": "address",
1520
+ "internalType": "address"
1521
+ }
1522
+ ]
1523
+ },
1524
+ {
1525
+ "type": "error",
1526
+ "name": "Staking__NotSlasher",
1527
+ "inputs": [
1528
+ {
1529
+ "name": "",
1530
+ "type": "address",
1531
+ "internalType": "address"
1532
+ },
1533
+ {
1534
+ "name": "",
1535
+ "type": "address",
1536
+ "internalType": "address"
1537
+ }
1538
+ ]
1539
+ },
1540
+ {
1541
+ "type": "error",
1542
+ "name": "Staking__NotWithdrawer",
1543
+ "inputs": [
1544
+ {
1545
+ "name": "",
1546
+ "type": "address",
1547
+ "internalType": "address"
1548
+ },
1549
+ {
1550
+ "name": "",
1551
+ "type": "address",
1552
+ "internalType": "address"
1553
+ }
1554
+ ]
1555
+ },
1556
+ {
1557
+ "type": "error",
1558
+ "name": "Staking__NothingToExit",
1559
+ "inputs": [
1560
+ {
1561
+ "name": "",
1562
+ "type": "address",
1563
+ "internalType": "address"
1564
+ }
1565
+ ]
1566
+ },
1567
+ {
1568
+ "type": "error",
1569
+ "name": "Staking__OutOfBounds",
1570
+ "inputs": [
1571
+ {
1572
+ "name": "",
1573
+ "type": "uint256",
1574
+ "internalType": "uint256"
1575
+ },
1576
+ {
1577
+ "name": "",
1578
+ "type": "uint256",
1579
+ "internalType": "uint256"
1580
+ }
1581
+ ]
1582
+ },
1583
+ {
1584
+ "type": "error",
1585
+ "name": "Staking__RollupAlreadyRegistered",
1586
+ "inputs": [
1587
+ {
1588
+ "name": "",
1589
+ "type": "address",
1590
+ "internalType": "address"
1591
+ }
1592
+ ]
1593
+ },
1594
+ {
1595
+ "type": "error",
1596
+ "name": "Staking__WithdrawFailed",
1597
+ "inputs": [
1598
+ {
1599
+ "name": "",
1600
+ "type": "address",
1601
+ "internalType": "address"
1602
+ }
1603
+ ]
1604
+ },
1605
+ {
1606
+ "type": "error",
1607
+ "name": "Staking__WithdrawalNotUnlockedYet",
1608
+ "inputs": [
1609
+ {
1610
+ "name": "",
1611
+ "type": "uint256",
1612
+ "internalType": "Timestamp"
1613
+ },
1614
+ {
1615
+ "name": "",
1616
+ "type": "uint256",
1617
+ "internalType": "Timestamp"
1618
+ }
1619
+ ]
1620
+ },
1621
+ {
1622
+ "type": "error",
1623
+ "name": "ValidatorSelection__EpochNotSetup",
1624
+ "inputs": []
1625
+ },
1626
+ {
1627
+ "type": "error",
1628
+ "name": "ValidatorSelection__InsufficientAttestations",
1629
+ "inputs": [
1630
+ {
1631
+ "name": "minimumNeeded",
1632
+ "type": "uint256",
1633
+ "internalType": "uint256"
1634
+ },
1635
+ {
1636
+ "name": "provided",
1637
+ "type": "uint256",
1638
+ "internalType": "uint256"
1639
+ }
1640
+ ]
1641
+ },
1642
+ {
1643
+ "type": "error",
1644
+ "name": "ValidatorSelection__InvalidAttestationsLength",
1645
+ "inputs": [
1646
+ {
1647
+ "name": "expected",
1648
+ "type": "uint256",
1649
+ "internalType": "uint256"
1650
+ },
1651
+ {
1652
+ "name": "actual",
1653
+ "type": "uint256",
1654
+ "internalType": "uint256"
1655
+ }
1656
+ ]
1657
+ },
1658
+ {
1659
+ "type": "error",
1660
+ "name": "ValidatorSelection__InvalidCommitteeCommitment",
1661
+ "inputs": [
1662
+ {
1663
+ "name": "reconstructed",
1664
+ "type": "bytes32",
1665
+ "internalType": "bytes32"
1666
+ },
1667
+ {
1668
+ "name": "expected",
1669
+ "type": "bytes32",
1670
+ "internalType": "bytes32"
1671
+ }
1672
+ ]
1673
+ },
1674
+ {
1675
+ "type": "error",
1676
+ "name": "ValidatorSelection__InvalidDeposit",
1677
+ "inputs": [
1678
+ {
1679
+ "name": "attester",
1680
+ "type": "address",
1681
+ "internalType": "address"
1682
+ },
1683
+ {
1684
+ "name": "proposer",
1685
+ "type": "address",
1686
+ "internalType": "address"
1687
+ }
1688
+ ]
1689
+ },
1690
+ {
1691
+ "type": "error",
1692
+ "name": "ValidatorSelection__InvalidProposer",
1693
+ "inputs": [
1694
+ {
1695
+ "name": "expected",
1696
+ "type": "address",
1697
+ "internalType": "address"
1698
+ },
1699
+ {
1700
+ "name": "actual",
1701
+ "type": "address",
1702
+ "internalType": "address"
1703
+ }
1704
+ ]
1705
+ },
1706
+ {
1707
+ "type": "event",
1708
+ "name": "WithdrawInitiated",
1709
+ "inputs": [
1710
+ {
1711
+ "name": "attester",
1712
+ "type": "address",
1713
+ "indexed": true,
1714
+ "internalType": "address"
1715
+ },
1716
+ {
1717
+ "name": "recipient",
1718
+ "type": "address",
1719
+ "indexed": true,
1720
+ "internalType": "address"
1721
+ },
1722
+ {
1723
+ "name": "amount",
1724
+ "type": "uint256",
1725
+ "indexed": false,
1726
+ "internalType": "uint256"
1727
+ }
1728
+ ],
1729
+ "anonymous": false
1730
+ },
1731
+ {
1732
+ "type": "function",
1733
+ "name": "getSampleSeedAt",
1734
+ "inputs": [
1735
+ {
1736
+ "name": "_epoch",
1737
+ "type": "uint256",
1738
+ "internalType": "Epoch"
1739
+ }
1740
+ ],
1741
+ "outputs": [
1742
+ {
1743
+ "name": "",
1744
+ "type": "uint256",
1745
+ "internalType": "uint256"
1746
+ }
1747
+ ],
1748
+ "stateMutability": "view"
1749
+ },
1750
+ {
1751
+ "type": "function",
1752
+ "name": "getTargetCommitteeSize",
1753
+ "inputs": [],
1754
+ "outputs": [
1755
+ {
1756
+ "name": "",
1757
+ "type": "uint256",
1758
+ "internalType": "uint256"
1759
+ }
1760
+ ],
1761
+ "stateMutability": "view"
1762
+ }
1763
+ ];