@aztec/l1-artifacts 0.87.7 → 1.0.0-nightly.20250604

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 (159) hide show
  1. package/dest/CoinIssuerAbi.d.ts +144 -4
  2. package/dest/CoinIssuerAbi.d.ts.map +1 -1
  3. package/dest/CoinIssuerAbi.js +192 -4
  4. package/dest/CoinIssuerBytecode.d.ts +1 -1
  5. package/dest/CoinIssuerBytecode.js +1 -1
  6. package/dest/EmpireBaseAbi.d.ts +261 -4
  7. package/dest/EmpireBaseAbi.d.ts.map +1 -1
  8. package/dest/EmpireBaseAbi.js +343 -4
  9. package/dest/ErrorsAbi.d.ts +144 -4
  10. package/dest/ErrorsAbi.d.ts.map +1 -1
  11. package/dest/ErrorsAbi.js +192 -4
  12. package/dest/ExtRollupLibAbi.d.ts +179 -12
  13. package/dest/ExtRollupLibAbi.d.ts.map +1 -1
  14. package/dest/ExtRollupLibAbi.js +236 -14
  15. package/dest/ExtRollupLibBytecode.d.ts +1 -1
  16. package/dest/ExtRollupLibBytecode.d.ts.map +1 -1
  17. package/dest/ExtRollupLibBytecode.js +1 -1
  18. package/dest/FeeAssetHandlerAbi.d.ts +144 -4
  19. package/dest/FeeAssetHandlerAbi.d.ts.map +1 -1
  20. package/dest/FeeAssetHandlerAbi.js +192 -4
  21. package/dest/FeeJuicePortalAbi.d.ts +144 -4
  22. package/dest/FeeJuicePortalAbi.d.ts.map +1 -1
  23. package/dest/FeeJuicePortalAbi.js +192 -4
  24. package/dest/FeeJuicePortalBytecode.d.ts +1 -1
  25. package/dest/FeeJuicePortalBytecode.js +1 -1
  26. package/dest/ForwarderAbi.d.ts +144 -69
  27. package/dest/ForwarderAbi.d.ts.map +1 -1
  28. package/dest/ForwarderAbi.js +192 -89
  29. package/dest/ForwarderBytecode.d.ts +1 -1
  30. package/dest/ForwarderBytecode.d.ts.map +1 -1
  31. package/dest/ForwarderBytecode.js +1 -1
  32. package/dest/GSEAbi.d.ts +1901 -0
  33. package/dest/GSEAbi.d.ts.map +1 -0
  34. package/dest/GSEAbi.js +2511 -0
  35. package/dest/GSEBytecode.d.ts +9 -0
  36. package/dest/GSEBytecode.d.ts.map +1 -0
  37. package/dest/GSEBytecode.js +6 -0
  38. package/dest/GovernanceAbi.d.ts +204 -5
  39. package/dest/GovernanceAbi.d.ts.map +1 -1
  40. package/dest/GovernanceAbi.js +269 -5
  41. package/dest/GovernanceBytecode.d.ts +1 -1
  42. package/dest/GovernanceBytecode.d.ts.map +1 -1
  43. package/dest/GovernanceBytecode.js +1 -1
  44. package/dest/GovernanceProposerAbi.d.ts +275 -4
  45. package/dest/GovernanceProposerAbi.d.ts.map +1 -1
  46. package/dest/GovernanceProposerAbi.js +361 -4
  47. package/dest/GovernanceProposerBytecode.d.ts +1 -1
  48. package/dest/GovernanceProposerBytecode.d.ts.map +1 -1
  49. package/dest/GovernanceProposerBytecode.js +1 -1
  50. package/dest/HonkVerifierAbi.d.ts +144 -4
  51. package/dest/HonkVerifierAbi.d.ts.map +1 -1
  52. package/dest/HonkVerifierAbi.js +192 -4
  53. package/dest/HonkVerifierBytecode.d.ts +1 -1
  54. package/dest/HonkVerifierBytecode.d.ts.map +1 -1
  55. package/dest/HonkVerifierBytecode.js +1 -1
  56. package/dest/IERC20Abi.d.ts +144 -4
  57. package/dest/IERC20Abi.d.ts.map +1 -1
  58. package/dest/IERC20Abi.js +192 -4
  59. package/dest/IVerifierAbi.d.ts +144 -4
  60. package/dest/IVerifierAbi.d.ts.map +1 -1
  61. package/dest/IVerifierAbi.js +192 -4
  62. package/dest/InboxAbi.d.ts +144 -4
  63. package/dest/InboxAbi.d.ts.map +1 -1
  64. package/dest/InboxAbi.js +192 -4
  65. package/dest/InboxBytecode.d.ts +1 -1
  66. package/dest/InboxBytecode.js +1 -1
  67. package/dest/MockVerifierAbi.d.ts +144 -4
  68. package/dest/MockVerifierAbi.d.ts.map +1 -1
  69. package/dest/MockVerifierAbi.js +192 -4
  70. package/dest/MultiAdderAbi.d.ts +144 -12
  71. package/dest/MultiAdderAbi.d.ts.map +1 -1
  72. package/dest/MultiAdderAbi.js +192 -14
  73. package/dest/MultiAdderBytecode.d.ts +1 -1
  74. package/dest/MultiAdderBytecode.d.ts.map +1 -1
  75. package/dest/MultiAdderBytecode.js +1 -1
  76. package/dest/NewGovernanceProposerPayloadAbi.d.ts +148 -4
  77. package/dest/NewGovernanceProposerPayloadAbi.d.ts.map +1 -1
  78. package/dest/NewGovernanceProposerPayloadAbi.js +197 -4
  79. package/dest/NewGovernanceProposerPayloadBytecode.d.ts +1 -1
  80. package/dest/NewGovernanceProposerPayloadBytecode.d.ts.map +1 -1
  81. package/dest/NewGovernanceProposerPayloadBytecode.js +1 -1
  82. package/dest/OutboxAbi.d.ts +144 -4
  83. package/dest/OutboxAbi.d.ts.map +1 -1
  84. package/dest/OutboxAbi.js +192 -4
  85. package/dest/OutboxBytecode.d.ts +1 -1
  86. package/dest/OutboxBytecode.js +1 -1
  87. package/dest/RegisterNewRollupVersionPayloadAbi.d.ts +146 -6
  88. package/dest/RegisterNewRollupVersionPayloadAbi.d.ts.map +1 -1
  89. package/dest/RegisterNewRollupVersionPayloadAbi.js +194 -6
  90. package/dest/RegisterNewRollupVersionPayloadBytecode.d.ts +1 -1
  91. package/dest/RegisterNewRollupVersionPayloadBytecode.d.ts.map +1 -1
  92. package/dest/RegisterNewRollupVersionPayloadBytecode.js +1 -1
  93. package/dest/RegistryAbi.d.ts +144 -4
  94. package/dest/RegistryAbi.d.ts.map +1 -1
  95. package/dest/RegistryAbi.js +192 -4
  96. package/dest/RegistryBytecode.d.ts +1 -1
  97. package/dest/RegistryBytecode.js +1 -1
  98. package/dest/RewardDistributorAbi.d.ts +144 -4
  99. package/dest/RewardDistributorAbi.d.ts.map +1 -1
  100. package/dest/RewardDistributorAbi.js +192 -4
  101. package/dest/RewardDistributorBytecode.d.ts +1 -1
  102. package/dest/RewardDistributorBytecode.js +1 -1
  103. package/dest/RollupAbi.d.ts +397 -155
  104. package/dest/RollupAbi.d.ts.map +1 -1
  105. package/dest/RollupAbi.js +542 -220
  106. package/dest/RollupBytecode.d.ts +26 -8
  107. package/dest/RollupBytecode.d.ts.map +1 -1
  108. package/dest/RollupBytecode.js +32 -8
  109. package/dest/RollupStorage.d.ts +9 -2
  110. package/dest/RollupStorage.d.ts.map +1 -1
  111. package/dest/RollupStorage.js +10 -2
  112. package/dest/SlashFactoryAbi.d.ts +200 -23
  113. package/dest/SlashFactoryAbi.d.ts.map +1 -1
  114. package/dest/SlashFactoryAbi.js +260 -24
  115. package/dest/SlashFactoryBytecode.d.ts +1 -1
  116. package/dest/SlashFactoryBytecode.d.ts.map +1 -1
  117. package/dest/SlashFactoryBytecode.js +1 -1
  118. package/dest/SlasherAbi.d.ts +144 -4
  119. package/dest/SlasherAbi.d.ts.map +1 -1
  120. package/dest/SlasherAbi.js +192 -4
  121. package/dest/SlasherBytecode.d.ts +1 -1
  122. package/dest/SlasherBytecode.d.ts.map +1 -1
  123. package/dest/SlasherBytecode.js +1 -1
  124. package/dest/SlashingProposerAbi.d.ts +261 -4
  125. package/dest/SlashingProposerAbi.d.ts.map +1 -1
  126. package/dest/SlashingProposerAbi.js +343 -4
  127. package/dest/SlashingProposerBytecode.d.ts +1 -1
  128. package/dest/SlashingProposerBytecode.d.ts.map +1 -1
  129. package/dest/SlashingProposerBytecode.js +1 -1
  130. package/dest/StakingAssetHandlerAbi.d.ts +144 -13
  131. package/dest/StakingAssetHandlerAbi.d.ts.map +1 -1
  132. package/dest/StakingAssetHandlerAbi.js +192 -15
  133. package/dest/StakingAssetHandlerBytecode.d.ts +1 -1
  134. package/dest/StakingAssetHandlerBytecode.d.ts.map +1 -1
  135. package/dest/StakingAssetHandlerBytecode.js +1 -1
  136. package/dest/TestERC20Abi.d.ts +144 -4
  137. package/dest/TestERC20Abi.d.ts.map +1 -1
  138. package/dest/TestERC20Abi.js +192 -4
  139. package/dest/TokenPortalAbi.d.ts +144 -4
  140. package/dest/TokenPortalAbi.d.ts.map +1 -1
  141. package/dest/TokenPortalAbi.js +192 -4
  142. package/dest/TokenPortalBytecode.d.ts +1 -1
  143. package/dest/TokenPortalBytecode.js +1 -1
  144. package/dest/UniswapPortalAbi.d.ts +144 -4
  145. package/dest/UniswapPortalAbi.d.ts.map +1 -1
  146. package/dest/UniswapPortalAbi.js +192 -4
  147. package/dest/UniswapPortalBytecode.d.ts +1 -1
  148. package/dest/UniswapPortalBytecode.js +1 -1
  149. package/dest/ValidatorSelectionLibAbi.d.ts +144 -4
  150. package/dest/ValidatorSelectionLibAbi.d.ts.map +1 -1
  151. package/dest/ValidatorSelectionLibAbi.js +192 -4
  152. package/dest/ValidatorSelectionLibBytecode.d.ts +1 -1
  153. package/dest/ValidatorSelectionLibBytecode.js +1 -1
  154. package/dest/checksum.d.ts +1 -1
  155. package/dest/checksum.js +1 -1
  156. package/dest/index.d.ts +2 -0
  157. package/dest/index.d.ts.map +1 -1
  158. package/dest/index.js +2 -0
  159. package/package.json +1 -1
package/dest/GSEAbi.js ADDED
@@ -0,0 +1,2511 @@
1
+ /**
2
+ * GSE ABI.
3
+ */ export const GSEAbi = [
4
+ {
5
+ "type": "constructor",
6
+ "inputs": [
7
+ {
8
+ "name": "__owner",
9
+ "type": "address",
10
+ "internalType": "address"
11
+ },
12
+ {
13
+ "name": "_stakingAsset",
14
+ "type": "address",
15
+ "internalType": "contract IERC20"
16
+ }
17
+ ],
18
+ "stateMutability": "nonpayable"
19
+ },
20
+ {
21
+ "type": "error",
22
+ "name": "AddressSnapshotLib__IndexOutOfBounds",
23
+ "inputs": [
24
+ {
25
+ "name": "index",
26
+ "type": "uint256",
27
+ "internalType": "uint256"
28
+ },
29
+ {
30
+ "name": "size",
31
+ "type": "uint256",
32
+ "internalType": "uint256"
33
+ }
34
+ ]
35
+ },
36
+ {
37
+ "type": "function",
38
+ "name": "CANONICAL_MAGIC_ADDRESS",
39
+ "inputs": [],
40
+ "outputs": [
41
+ {
42
+ "name": "",
43
+ "type": "address",
44
+ "internalType": "address"
45
+ }
46
+ ],
47
+ "stateMutability": "view"
48
+ },
49
+ {
50
+ "type": "error",
51
+ "name": "CheckpointUnorderedInsertion",
52
+ "inputs": []
53
+ },
54
+ {
55
+ "type": "error",
56
+ "name": "CoinIssuer__InsufficientMintAvailable",
57
+ "inputs": [
58
+ {
59
+ "name": "available",
60
+ "type": "uint256",
61
+ "internalType": "uint256"
62
+ },
63
+ {
64
+ "name": "needed",
65
+ "type": "uint256",
66
+ "internalType": "uint256"
67
+ }
68
+ ]
69
+ },
70
+ {
71
+ "type": "event",
72
+ "name": "DelegateChanged",
73
+ "inputs": [
74
+ {
75
+ "name": "attester",
76
+ "type": "address",
77
+ "indexed": true,
78
+ "internalType": "address"
79
+ },
80
+ {
81
+ "name": "oldDelegatee",
82
+ "type": "address",
83
+ "indexed": false,
84
+ "internalType": "address"
85
+ },
86
+ {
87
+ "name": "newDelegatee",
88
+ "type": "address",
89
+ "indexed": false,
90
+ "internalType": "address"
91
+ }
92
+ ],
93
+ "anonymous": false
94
+ },
95
+ {
96
+ "type": "event",
97
+ "name": "DelegateVotesChanged",
98
+ "inputs": [
99
+ {
100
+ "name": "delegatee",
101
+ "type": "address",
102
+ "indexed": true,
103
+ "internalType": "address"
104
+ },
105
+ {
106
+ "name": "oldValue",
107
+ "type": "uint256",
108
+ "indexed": false,
109
+ "internalType": "uint256"
110
+ },
111
+ {
112
+ "name": "newValue",
113
+ "type": "uint256",
114
+ "indexed": false,
115
+ "internalType": "uint256"
116
+ }
117
+ ],
118
+ "anonymous": false
119
+ },
120
+ {
121
+ "type": "event",
122
+ "name": "Deposit",
123
+ "inputs": [
124
+ {
125
+ "name": "instance",
126
+ "type": "address",
127
+ "indexed": true,
128
+ "internalType": "address"
129
+ },
130
+ {
131
+ "name": "attester",
132
+ "type": "address",
133
+ "indexed": true,
134
+ "internalType": "address"
135
+ },
136
+ {
137
+ "name": "withdrawer",
138
+ "type": "address",
139
+ "indexed": false,
140
+ "internalType": "address"
141
+ }
142
+ ],
143
+ "anonymous": false
144
+ },
145
+ {
146
+ "type": "error",
147
+ "name": "DevNet__InvalidProposer",
148
+ "inputs": [
149
+ {
150
+ "name": "expected",
151
+ "type": "address",
152
+ "internalType": "address"
153
+ },
154
+ {
155
+ "name": "actual",
156
+ "type": "address",
157
+ "internalType": "address"
158
+ }
159
+ ]
160
+ },
161
+ {
162
+ "type": "error",
163
+ "name": "DevNet__NoPruningAllowed",
164
+ "inputs": []
165
+ },
166
+ {
167
+ "type": "error",
168
+ "name": "FeeJuicePortal__AlreadyInitialized",
169
+ "inputs": []
170
+ },
171
+ {
172
+ "type": "error",
173
+ "name": "FeeJuicePortal__InvalidInitialization",
174
+ "inputs": []
175
+ },
176
+ {
177
+ "type": "error",
178
+ "name": "FeeJuicePortal__Unauthorized",
179
+ "inputs": []
180
+ },
181
+ {
182
+ "type": "error",
183
+ "name": "FeeLib__InvalidFeeAssetPriceModifier",
184
+ "inputs": []
185
+ },
186
+ {
187
+ "type": "error",
188
+ "name": "GSE__EmptyVoter",
189
+ "inputs": []
190
+ },
191
+ {
192
+ "type": "error",
193
+ "name": "GovernanceProposer__CanOnlyExecuteProposalInPast",
194
+ "inputs": []
195
+ },
196
+ {
197
+ "type": "error",
198
+ "name": "GovernanceProposer__FailedToPropose",
199
+ "inputs": [
200
+ {
201
+ "name": "proposal",
202
+ "type": "address",
203
+ "internalType": "contract IPayload"
204
+ }
205
+ ]
206
+ },
207
+ {
208
+ "type": "error",
209
+ "name": "GovernanceProposer__GSEPayloadInvalid",
210
+ "inputs": []
211
+ },
212
+ {
213
+ "type": "error",
214
+ "name": "GovernanceProposer__InstanceHaveNoCode",
215
+ "inputs": [
216
+ {
217
+ "name": "instance",
218
+ "type": "address",
219
+ "internalType": "address"
220
+ }
221
+ ]
222
+ },
223
+ {
224
+ "type": "error",
225
+ "name": "GovernanceProposer__InsufficientVotes",
226
+ "inputs": [
227
+ {
228
+ "name": "votesCast",
229
+ "type": "uint256",
230
+ "internalType": "uint256"
231
+ },
232
+ {
233
+ "name": "votesNeeded",
234
+ "type": "uint256",
235
+ "internalType": "uint256"
236
+ }
237
+ ]
238
+ },
239
+ {
240
+ "type": "error",
241
+ "name": "GovernanceProposer__InvalidNAndMValues",
242
+ "inputs": [
243
+ {
244
+ "name": "n",
245
+ "type": "uint256",
246
+ "internalType": "uint256"
247
+ },
248
+ {
249
+ "name": "m",
250
+ "type": "uint256",
251
+ "internalType": "uint256"
252
+ }
253
+ ]
254
+ },
255
+ {
256
+ "type": "error",
257
+ "name": "GovernanceProposer__NCannotBeLargerTHanM",
258
+ "inputs": [
259
+ {
260
+ "name": "n",
261
+ "type": "uint256",
262
+ "internalType": "uint256"
263
+ },
264
+ {
265
+ "name": "m",
266
+ "type": "uint256",
267
+ "internalType": "uint256"
268
+ }
269
+ ]
270
+ },
271
+ {
272
+ "type": "error",
273
+ "name": "GovernanceProposer__OnlyProposerCanVote",
274
+ "inputs": [
275
+ {
276
+ "name": "caller",
277
+ "type": "address",
278
+ "internalType": "address"
279
+ },
280
+ {
281
+ "name": "proposer",
282
+ "type": "address",
283
+ "internalType": "address"
284
+ }
285
+ ]
286
+ },
287
+ {
288
+ "type": "error",
289
+ "name": "GovernanceProposer__ProposalAlreadyExecuted",
290
+ "inputs": [
291
+ {
292
+ "name": "roundNumber",
293
+ "type": "uint256",
294
+ "internalType": "uint256"
295
+ }
296
+ ]
297
+ },
298
+ {
299
+ "type": "error",
300
+ "name": "GovernanceProposer__ProposalCannotBeAddressZero",
301
+ "inputs": []
302
+ },
303
+ {
304
+ "type": "error",
305
+ "name": "GovernanceProposer__ProposalHaveNoCode",
306
+ "inputs": [
307
+ {
308
+ "name": "proposal",
309
+ "type": "address",
310
+ "internalType": "contract IPayload"
311
+ }
312
+ ]
313
+ },
314
+ {
315
+ "type": "error",
316
+ "name": "GovernanceProposer__ProposalTooOld",
317
+ "inputs": [
318
+ {
319
+ "name": "roundNumber",
320
+ "type": "uint256",
321
+ "internalType": "uint256"
322
+ },
323
+ {
324
+ "name": "currentRoundNumber",
325
+ "type": "uint256",
326
+ "internalType": "uint256"
327
+ }
328
+ ]
329
+ },
330
+ {
331
+ "type": "error",
332
+ "name": "GovernanceProposer__VoteAlreadyCastForSlot",
333
+ "inputs": [
334
+ {
335
+ "name": "slot",
336
+ "type": "uint256",
337
+ "internalType": "Slot"
338
+ }
339
+ ]
340
+ },
341
+ {
342
+ "type": "error",
343
+ "name": "Governance__CallFailed",
344
+ "inputs": [
345
+ {
346
+ "name": "target",
347
+ "type": "address",
348
+ "internalType": "address"
349
+ }
350
+ ]
351
+ },
352
+ {
353
+ "type": "error",
354
+ "name": "Governance__CallerNotGovernanceProposer",
355
+ "inputs": [
356
+ {
357
+ "name": "caller",
358
+ "type": "address",
359
+ "internalType": "address"
360
+ },
361
+ {
362
+ "name": "governanceProposer",
363
+ "type": "address",
364
+ "internalType": "address"
365
+ }
366
+ ]
367
+ },
368
+ {
369
+ "type": "error",
370
+ "name": "Governance__CallerNotSelf",
371
+ "inputs": [
372
+ {
373
+ "name": "caller",
374
+ "type": "address",
375
+ "internalType": "address"
376
+ },
377
+ {
378
+ "name": "self",
379
+ "type": "address",
380
+ "internalType": "address"
381
+ }
382
+ ]
383
+ },
384
+ {
385
+ "type": "error",
386
+ "name": "Governance__CannotCallAsset",
387
+ "inputs": []
388
+ },
389
+ {
390
+ "type": "error",
391
+ "name": "Governance__ConfigurationLib__DifferentialTooBig",
392
+ "inputs": []
393
+ },
394
+ {
395
+ "type": "error",
396
+ "name": "Governance__ConfigurationLib__DifferentialTooSmall",
397
+ "inputs": []
398
+ },
399
+ {
400
+ "type": "error",
401
+ "name": "Governance__ConfigurationLib__InvalidMinimumVotes",
402
+ "inputs": []
403
+ },
404
+ {
405
+ "type": "error",
406
+ "name": "Governance__ConfigurationLib__LockAmountTooSmall",
407
+ "inputs": []
408
+ },
409
+ {
410
+ "type": "error",
411
+ "name": "Governance__ConfigurationLib__QuorumTooBig",
412
+ "inputs": []
413
+ },
414
+ {
415
+ "type": "error",
416
+ "name": "Governance__ConfigurationLib__QuorumTooSmall",
417
+ "inputs": []
418
+ },
419
+ {
420
+ "type": "error",
421
+ "name": "Governance__ConfigurationLib__TimeTooBig",
422
+ "inputs": [
423
+ {
424
+ "name": "name",
425
+ "type": "string",
426
+ "internalType": "string"
427
+ }
428
+ ]
429
+ },
430
+ {
431
+ "type": "error",
432
+ "name": "Governance__ConfigurationLib__TimeTooSmall",
433
+ "inputs": [
434
+ {
435
+ "name": "name",
436
+ "type": "string",
437
+ "internalType": "string"
438
+ }
439
+ ]
440
+ },
441
+ {
442
+ "type": "error",
443
+ "name": "Governance__DepositNotAllowed",
444
+ "inputs": []
445
+ },
446
+ {
447
+ "type": "error",
448
+ "name": "Governance__InsufficientPower",
449
+ "inputs": [
450
+ {
451
+ "name": "voter",
452
+ "type": "address",
453
+ "internalType": "address"
454
+ },
455
+ {
456
+ "name": "have",
457
+ "type": "uint256",
458
+ "internalType": "uint256"
459
+ },
460
+ {
461
+ "name": "required",
462
+ "type": "uint256",
463
+ "internalType": "uint256"
464
+ }
465
+ ]
466
+ },
467
+ {
468
+ "type": "error",
469
+ "name": "Governance__InvalidConfiguration",
470
+ "inputs": []
471
+ },
472
+ {
473
+ "type": "error",
474
+ "name": "Governance__NoCheckpointsFound",
475
+ "inputs": []
476
+ },
477
+ {
478
+ "type": "error",
479
+ "name": "Governance__ProposalAlreadyDropped",
480
+ "inputs": []
481
+ },
482
+ {
483
+ "type": "error",
484
+ "name": "Governance__ProposalCannotBeDropped",
485
+ "inputs": []
486
+ },
487
+ {
488
+ "type": "error",
489
+ "name": "Governance__ProposalDoesNotExists",
490
+ "inputs": [
491
+ {
492
+ "name": "proposalId",
493
+ "type": "uint256",
494
+ "internalType": "uint256"
495
+ }
496
+ ]
497
+ },
498
+ {
499
+ "type": "error",
500
+ "name": "Governance__ProposalLib__MoreVoteThanExistNeeded",
501
+ "inputs": []
502
+ },
503
+ {
504
+ "type": "error",
505
+ "name": "Governance__ProposalLib__MoreYeaVoteThanExistNeeded",
506
+ "inputs": []
507
+ },
508
+ {
509
+ "type": "error",
510
+ "name": "Governance__ProposalLib__ZeroMinimum",
511
+ "inputs": []
512
+ },
513
+ {
514
+ "type": "error",
515
+ "name": "Governance__ProposalLib__ZeroVotesNeeded",
516
+ "inputs": []
517
+ },
518
+ {
519
+ "type": "error",
520
+ "name": "Governance__ProposalLib__ZeroYeaVotesNeeded",
521
+ "inputs": []
522
+ },
523
+ {
524
+ "type": "error",
525
+ "name": "Governance__ProposalNotActive",
526
+ "inputs": []
527
+ },
528
+ {
529
+ "type": "error",
530
+ "name": "Governance__ProposalNotExecutable",
531
+ "inputs": []
532
+ },
533
+ {
534
+ "type": "error",
535
+ "name": "Governance__UserLib__NotInPast",
536
+ "inputs": []
537
+ },
538
+ {
539
+ "type": "error",
540
+ "name": "Governance__WithdrawalAlreadyclaimed",
541
+ "inputs": []
542
+ },
543
+ {
544
+ "type": "error",
545
+ "name": "Governance__WithdrawalNotUnlockedYet",
546
+ "inputs": [
547
+ {
548
+ "name": "currentTime",
549
+ "type": "uint256",
550
+ "internalType": "Timestamp"
551
+ },
552
+ {
553
+ "name": "unlocksAt",
554
+ "type": "uint256",
555
+ "internalType": "Timestamp"
556
+ }
557
+ ]
558
+ },
559
+ {
560
+ "type": "error",
561
+ "name": "HeaderLib__InvalidHeaderSize",
562
+ "inputs": [
563
+ {
564
+ "name": "expected",
565
+ "type": "uint256",
566
+ "internalType": "uint256"
567
+ },
568
+ {
569
+ "name": "actual",
570
+ "type": "uint256",
571
+ "internalType": "uint256"
572
+ }
573
+ ]
574
+ },
575
+ {
576
+ "type": "error",
577
+ "name": "HeaderLib__InvalidSlotNumber",
578
+ "inputs": [
579
+ {
580
+ "name": "expected",
581
+ "type": "uint256",
582
+ "internalType": "Slot"
583
+ },
584
+ {
585
+ "name": "actual",
586
+ "type": "uint256",
587
+ "internalType": "Slot"
588
+ }
589
+ ]
590
+ },
591
+ {
592
+ "type": "error",
593
+ "name": "Inbox__ActorTooLarge",
594
+ "inputs": [
595
+ {
596
+ "name": "actor",
597
+ "type": "bytes32",
598
+ "internalType": "bytes32"
599
+ }
600
+ ]
601
+ },
602
+ {
603
+ "type": "error",
604
+ "name": "Inbox__ContentTooLarge",
605
+ "inputs": [
606
+ {
607
+ "name": "content",
608
+ "type": "bytes32",
609
+ "internalType": "bytes32"
610
+ }
611
+ ]
612
+ },
613
+ {
614
+ "type": "error",
615
+ "name": "Inbox__MustBuildBeforeConsume",
616
+ "inputs": []
617
+ },
618
+ {
619
+ "type": "error",
620
+ "name": "Inbox__SecretHashTooLarge",
621
+ "inputs": [
622
+ {
623
+ "name": "secretHash",
624
+ "type": "bytes32",
625
+ "internalType": "bytes32"
626
+ }
627
+ ]
628
+ },
629
+ {
630
+ "type": "error",
631
+ "name": "Inbox__Unauthorized",
632
+ "inputs": []
633
+ },
634
+ {
635
+ "type": "error",
636
+ "name": "Inbox__VersionMismatch",
637
+ "inputs": [
638
+ {
639
+ "name": "expected",
640
+ "type": "uint256",
641
+ "internalType": "uint256"
642
+ },
643
+ {
644
+ "name": "actual",
645
+ "type": "uint256",
646
+ "internalType": "uint256"
647
+ }
648
+ ]
649
+ },
650
+ {
651
+ "type": "function",
652
+ "name": "MINIMUM_BALANCE",
653
+ "inputs": [],
654
+ "outputs": [
655
+ {
656
+ "name": "",
657
+ "type": "uint256",
658
+ "internalType": "uint256"
659
+ }
660
+ ],
661
+ "stateMutability": "view"
662
+ },
663
+ {
664
+ "type": "function",
665
+ "name": "MINIMUM_DEPOSIT",
666
+ "inputs": [],
667
+ "outputs": [
668
+ {
669
+ "name": "",
670
+ "type": "uint256",
671
+ "internalType": "uint256"
672
+ }
673
+ ],
674
+ "stateMutability": "view"
675
+ },
676
+ {
677
+ "type": "error",
678
+ "name": "MerkleLib__InvalidRoot",
679
+ "inputs": [
680
+ {
681
+ "name": "expected",
682
+ "type": "bytes32",
683
+ "internalType": "bytes32"
684
+ },
685
+ {
686
+ "name": "actual",
687
+ "type": "bytes32",
688
+ "internalType": "bytes32"
689
+ },
690
+ {
691
+ "name": "leaf",
692
+ "type": "bytes32",
693
+ "internalType": "bytes32"
694
+ },
695
+ {
696
+ "name": "leafIndex",
697
+ "type": "uint256",
698
+ "internalType": "uint256"
699
+ }
700
+ ]
701
+ },
702
+ {
703
+ "type": "error",
704
+ "name": "Outbox__AlreadyNullified",
705
+ "inputs": [
706
+ {
707
+ "name": "l2BlockNumber",
708
+ "type": "uint256",
709
+ "internalType": "uint256"
710
+ },
711
+ {
712
+ "name": "leafIndex",
713
+ "type": "uint256",
714
+ "internalType": "uint256"
715
+ }
716
+ ]
717
+ },
718
+ {
719
+ "type": "error",
720
+ "name": "Outbox__BlockNotProven",
721
+ "inputs": [
722
+ {
723
+ "name": "l2BlockNumber",
724
+ "type": "uint256",
725
+ "internalType": "uint256"
726
+ }
727
+ ]
728
+ },
729
+ {
730
+ "type": "error",
731
+ "name": "Outbox__IncompatibleEntryArguments",
732
+ "inputs": [
733
+ {
734
+ "name": "messageHash",
735
+ "type": "bytes32",
736
+ "internalType": "bytes32"
737
+ },
738
+ {
739
+ "name": "storedFee",
740
+ "type": "uint64",
741
+ "internalType": "uint64"
742
+ },
743
+ {
744
+ "name": "feePassed",
745
+ "type": "uint64",
746
+ "internalType": "uint64"
747
+ },
748
+ {
749
+ "name": "storedVersion",
750
+ "type": "uint32",
751
+ "internalType": "uint32"
752
+ },
753
+ {
754
+ "name": "versionPassed",
755
+ "type": "uint32",
756
+ "internalType": "uint32"
757
+ },
758
+ {
759
+ "name": "storedDeadline",
760
+ "type": "uint32",
761
+ "internalType": "uint32"
762
+ },
763
+ {
764
+ "name": "deadlinePassed",
765
+ "type": "uint32",
766
+ "internalType": "uint32"
767
+ }
768
+ ]
769
+ },
770
+ {
771
+ "type": "error",
772
+ "name": "Outbox__InvalidChainId",
773
+ "inputs": []
774
+ },
775
+ {
776
+ "type": "error",
777
+ "name": "Outbox__InvalidPathLength",
778
+ "inputs": [
779
+ {
780
+ "name": "expected",
781
+ "type": "uint256",
782
+ "internalType": "uint256"
783
+ },
784
+ {
785
+ "name": "actual",
786
+ "type": "uint256",
787
+ "internalType": "uint256"
788
+ }
789
+ ]
790
+ },
791
+ {
792
+ "type": "error",
793
+ "name": "Outbox__InvalidRecipient",
794
+ "inputs": [
795
+ {
796
+ "name": "expected",
797
+ "type": "address",
798
+ "internalType": "address"
799
+ },
800
+ {
801
+ "name": "actual",
802
+ "type": "address",
803
+ "internalType": "address"
804
+ }
805
+ ]
806
+ },
807
+ {
808
+ "type": "error",
809
+ "name": "Outbox__NothingToConsume",
810
+ "inputs": [
811
+ {
812
+ "name": "messageHash",
813
+ "type": "bytes32",
814
+ "internalType": "bytes32"
815
+ }
816
+ ]
817
+ },
818
+ {
819
+ "type": "error",
820
+ "name": "Outbox__NothingToConsumeAtBlock",
821
+ "inputs": [
822
+ {
823
+ "name": "l2BlockNumber",
824
+ "type": "uint256",
825
+ "internalType": "uint256"
826
+ }
827
+ ]
828
+ },
829
+ {
830
+ "type": "error",
831
+ "name": "Outbox__RootAlreadySetAtBlock",
832
+ "inputs": [
833
+ {
834
+ "name": "l2BlockNumber",
835
+ "type": "uint256",
836
+ "internalType": "uint256"
837
+ }
838
+ ]
839
+ },
840
+ {
841
+ "type": "error",
842
+ "name": "Outbox__Unauthorized",
843
+ "inputs": []
844
+ },
845
+ {
846
+ "type": "error",
847
+ "name": "Outbox__VersionMismatch",
848
+ "inputs": [
849
+ {
850
+ "name": "expected",
851
+ "type": "uint256",
852
+ "internalType": "uint256"
853
+ },
854
+ {
855
+ "name": "actual",
856
+ "type": "uint256",
857
+ "internalType": "uint256"
858
+ }
859
+ ]
860
+ },
861
+ {
862
+ "type": "error",
863
+ "name": "OwnableInvalidOwner",
864
+ "inputs": [
865
+ {
866
+ "name": "owner",
867
+ "type": "address",
868
+ "internalType": "address"
869
+ }
870
+ ]
871
+ },
872
+ {
873
+ "type": "error",
874
+ "name": "OwnableUnauthorizedAccount",
875
+ "inputs": [
876
+ {
877
+ "name": "account",
878
+ "type": "address",
879
+ "internalType": "address"
880
+ }
881
+ ]
882
+ },
883
+ {
884
+ "type": "event",
885
+ "name": "OwnershipTransferred",
886
+ "inputs": [
887
+ {
888
+ "name": "previousOwner",
889
+ "type": "address",
890
+ "indexed": true,
891
+ "internalType": "address"
892
+ },
893
+ {
894
+ "name": "newOwner",
895
+ "type": "address",
896
+ "indexed": true,
897
+ "internalType": "address"
898
+ }
899
+ ],
900
+ "anonymous": false
901
+ },
902
+ {
903
+ "type": "error",
904
+ "name": "ProofCommitmentEscrow__InsufficientBalance",
905
+ "inputs": [
906
+ {
907
+ "name": "balance",
908
+ "type": "uint256",
909
+ "internalType": "uint256"
910
+ },
911
+ {
912
+ "name": "requested",
913
+ "type": "uint256",
914
+ "internalType": "uint256"
915
+ }
916
+ ]
917
+ },
918
+ {
919
+ "type": "error",
920
+ "name": "ProofCommitmentEscrow__NotOwner",
921
+ "inputs": [
922
+ {
923
+ "name": "caller",
924
+ "type": "address",
925
+ "internalType": "address"
926
+ }
927
+ ]
928
+ },
929
+ {
930
+ "type": "error",
931
+ "name": "ProofCommitmentEscrow__WithdrawRequestNotReady",
932
+ "inputs": [
933
+ {
934
+ "name": "current",
935
+ "type": "uint256",
936
+ "internalType": "uint256"
937
+ },
938
+ {
939
+ "name": "readyAt",
940
+ "type": "uint256",
941
+ "internalType": "Timestamp"
942
+ }
943
+ ]
944
+ },
945
+ {
946
+ "type": "error",
947
+ "name": "Registry__NoRollupsRegistered",
948
+ "inputs": []
949
+ },
950
+ {
951
+ "type": "error",
952
+ "name": "Registry__RollupAlreadyRegistered",
953
+ "inputs": [
954
+ {
955
+ "name": "rollup",
956
+ "type": "address",
957
+ "internalType": "address"
958
+ }
959
+ ]
960
+ },
961
+ {
962
+ "type": "error",
963
+ "name": "Registry__RollupNotRegistered",
964
+ "inputs": [
965
+ {
966
+ "name": "version",
967
+ "type": "uint256",
968
+ "internalType": "uint256"
969
+ }
970
+ ]
971
+ },
972
+ {
973
+ "type": "error",
974
+ "name": "RewardDistributor__InvalidCaller",
975
+ "inputs": [
976
+ {
977
+ "name": "caller",
978
+ "type": "address",
979
+ "internalType": "address"
980
+ },
981
+ {
982
+ "name": "canonical",
983
+ "type": "address",
984
+ "internalType": "address"
985
+ }
986
+ ]
987
+ },
988
+ {
989
+ "type": "error",
990
+ "name": "Rollup__AlreadyClaimed",
991
+ "inputs": [
992
+ {
993
+ "name": "prover",
994
+ "type": "address",
995
+ "internalType": "address"
996
+ },
997
+ {
998
+ "name": "epoch",
999
+ "type": "uint256",
1000
+ "internalType": "Epoch"
1001
+ }
1002
+ ]
1003
+ },
1004
+ {
1005
+ "type": "error",
1006
+ "name": "Rollup__InsufficientBondAmount",
1007
+ "inputs": [
1008
+ {
1009
+ "name": "minimum",
1010
+ "type": "uint256",
1011
+ "internalType": "uint256"
1012
+ },
1013
+ {
1014
+ "name": "provided",
1015
+ "type": "uint256",
1016
+ "internalType": "uint256"
1017
+ }
1018
+ ]
1019
+ },
1020
+ {
1021
+ "type": "error",
1022
+ "name": "Rollup__InsufficientFundsInEscrow",
1023
+ "inputs": [
1024
+ {
1025
+ "name": "required",
1026
+ "type": "uint256",
1027
+ "internalType": "uint256"
1028
+ },
1029
+ {
1030
+ "name": "available",
1031
+ "type": "uint256",
1032
+ "internalType": "uint256"
1033
+ }
1034
+ ]
1035
+ },
1036
+ {
1037
+ "type": "error",
1038
+ "name": "Rollup__InvalidArchive",
1039
+ "inputs": [
1040
+ {
1041
+ "name": "expected",
1042
+ "type": "bytes32",
1043
+ "internalType": "bytes32"
1044
+ },
1045
+ {
1046
+ "name": "actual",
1047
+ "type": "bytes32",
1048
+ "internalType": "bytes32"
1049
+ }
1050
+ ]
1051
+ },
1052
+ {
1053
+ "type": "error",
1054
+ "name": "Rollup__InvalidBasisPointFee",
1055
+ "inputs": [
1056
+ {
1057
+ "name": "basisPointFee",
1058
+ "type": "uint256",
1059
+ "internalType": "uint256"
1060
+ }
1061
+ ]
1062
+ },
1063
+ {
1064
+ "type": "error",
1065
+ "name": "Rollup__InvalidBlobHash",
1066
+ "inputs": [
1067
+ {
1068
+ "name": "blobHash",
1069
+ "type": "bytes32",
1070
+ "internalType": "bytes32"
1071
+ }
1072
+ ]
1073
+ },
1074
+ {
1075
+ "type": "error",
1076
+ "name": "Rollup__InvalidBlobProof",
1077
+ "inputs": [
1078
+ {
1079
+ "name": "blobHash",
1080
+ "type": "bytes32",
1081
+ "internalType": "bytes32"
1082
+ }
1083
+ ]
1084
+ },
1085
+ {
1086
+ "type": "error",
1087
+ "name": "Rollup__InvalidBlobPublicInputsHash",
1088
+ "inputs": [
1089
+ {
1090
+ "name": "expected",
1091
+ "type": "bytes32",
1092
+ "internalType": "bytes32"
1093
+ },
1094
+ {
1095
+ "name": "actual",
1096
+ "type": "bytes32",
1097
+ "internalType": "bytes32"
1098
+ }
1099
+ ]
1100
+ },
1101
+ {
1102
+ "type": "error",
1103
+ "name": "Rollup__InvalidBlockNumber",
1104
+ "inputs": [
1105
+ {
1106
+ "name": "expected",
1107
+ "type": "uint256",
1108
+ "internalType": "uint256"
1109
+ },
1110
+ {
1111
+ "name": "actual",
1112
+ "type": "uint256",
1113
+ "internalType": "uint256"
1114
+ }
1115
+ ]
1116
+ },
1117
+ {
1118
+ "type": "error",
1119
+ "name": "Rollup__InvalidInHash",
1120
+ "inputs": [
1121
+ {
1122
+ "name": "expected",
1123
+ "type": "bytes32",
1124
+ "internalType": "bytes32"
1125
+ },
1126
+ {
1127
+ "name": "actual",
1128
+ "type": "bytes32",
1129
+ "internalType": "bytes32"
1130
+ }
1131
+ ]
1132
+ },
1133
+ {
1134
+ "type": "error",
1135
+ "name": "Rollup__InvalidManaBaseFee",
1136
+ "inputs": [
1137
+ {
1138
+ "name": "expected",
1139
+ "type": "uint256",
1140
+ "internalType": "uint256"
1141
+ },
1142
+ {
1143
+ "name": "actual",
1144
+ "type": "uint256",
1145
+ "internalType": "uint256"
1146
+ }
1147
+ ]
1148
+ },
1149
+ {
1150
+ "type": "error",
1151
+ "name": "Rollup__InvalidPreviousArchive",
1152
+ "inputs": [
1153
+ {
1154
+ "name": "expected",
1155
+ "type": "bytes32",
1156
+ "internalType": "bytes32"
1157
+ },
1158
+ {
1159
+ "name": "actual",
1160
+ "type": "bytes32",
1161
+ "internalType": "bytes32"
1162
+ }
1163
+ ]
1164
+ },
1165
+ {
1166
+ "type": "error",
1167
+ "name": "Rollup__InvalidProof",
1168
+ "inputs": []
1169
+ },
1170
+ {
1171
+ "type": "error",
1172
+ "name": "Rollup__InvalidProposedArchive",
1173
+ "inputs": [
1174
+ {
1175
+ "name": "expected",
1176
+ "type": "bytes32",
1177
+ "internalType": "bytes32"
1178
+ },
1179
+ {
1180
+ "name": "actual",
1181
+ "type": "bytes32",
1182
+ "internalType": "bytes32"
1183
+ }
1184
+ ]
1185
+ },
1186
+ {
1187
+ "type": "error",
1188
+ "name": "Rollup__InvalidTimestamp",
1189
+ "inputs": [
1190
+ {
1191
+ "name": "expected",
1192
+ "type": "uint256",
1193
+ "internalType": "Timestamp"
1194
+ },
1195
+ {
1196
+ "name": "actual",
1197
+ "type": "uint256",
1198
+ "internalType": "Timestamp"
1199
+ }
1200
+ ]
1201
+ },
1202
+ {
1203
+ "type": "error",
1204
+ "name": "Rollup__ManaLimitExceeded",
1205
+ "inputs": []
1206
+ },
1207
+ {
1208
+ "type": "error",
1209
+ "name": "Rollup__NoEpochToProve",
1210
+ "inputs": []
1211
+ },
1212
+ {
1213
+ "type": "error",
1214
+ "name": "Rollup__NonSequentialProving",
1215
+ "inputs": []
1216
+ },
1217
+ {
1218
+ "type": "error",
1219
+ "name": "Rollup__NonZeroDaFee",
1220
+ "inputs": []
1221
+ },
1222
+ {
1223
+ "type": "error",
1224
+ "name": "Rollup__NotPastDeadline",
1225
+ "inputs": [
1226
+ {
1227
+ "name": "deadline",
1228
+ "type": "uint256",
1229
+ "internalType": "Slot"
1230
+ },
1231
+ {
1232
+ "name": "currentSlot",
1233
+ "type": "uint256",
1234
+ "internalType": "Slot"
1235
+ }
1236
+ ]
1237
+ },
1238
+ {
1239
+ "type": "error",
1240
+ "name": "Rollup__NothingToPrune",
1241
+ "inputs": []
1242
+ },
1243
+ {
1244
+ "type": "error",
1245
+ "name": "Rollup__PastDeadline",
1246
+ "inputs": [
1247
+ {
1248
+ "name": "deadline",
1249
+ "type": "uint256",
1250
+ "internalType": "Slot"
1251
+ },
1252
+ {
1253
+ "name": "currentSlot",
1254
+ "type": "uint256",
1255
+ "internalType": "Slot"
1256
+ }
1257
+ ]
1258
+ },
1259
+ {
1260
+ "type": "error",
1261
+ "name": "Rollup__ProverHaveAlreadySubmitted",
1262
+ "inputs": [
1263
+ {
1264
+ "name": "prover",
1265
+ "type": "address",
1266
+ "internalType": "address"
1267
+ },
1268
+ {
1269
+ "name": "epoch",
1270
+ "type": "uint256",
1271
+ "internalType": "Epoch"
1272
+ }
1273
+ ]
1274
+ },
1275
+ {
1276
+ "type": "error",
1277
+ "name": "Rollup__RewardsNotClaimable",
1278
+ "inputs": []
1279
+ },
1280
+ {
1281
+ "type": "error",
1282
+ "name": "Rollup__SlotAlreadyInChain",
1283
+ "inputs": [
1284
+ {
1285
+ "name": "lastSlot",
1286
+ "type": "uint256",
1287
+ "internalType": "Slot"
1288
+ },
1289
+ {
1290
+ "name": "proposedSlot",
1291
+ "type": "uint256",
1292
+ "internalType": "Slot"
1293
+ }
1294
+ ]
1295
+ },
1296
+ {
1297
+ "type": "error",
1298
+ "name": "Rollup__StartAndEndNotSameEpoch",
1299
+ "inputs": [
1300
+ {
1301
+ "name": "start",
1302
+ "type": "uint256",
1303
+ "internalType": "Epoch"
1304
+ },
1305
+ {
1306
+ "name": "end",
1307
+ "type": "uint256",
1308
+ "internalType": "Epoch"
1309
+ }
1310
+ ]
1311
+ },
1312
+ {
1313
+ "type": "error",
1314
+ "name": "Rollup__StartIsNotBuildingOnProven",
1315
+ "inputs": []
1316
+ },
1317
+ {
1318
+ "type": "error",
1319
+ "name": "Rollup__StartIsNotFirstBlockOfEpoch",
1320
+ "inputs": []
1321
+ },
1322
+ {
1323
+ "type": "error",
1324
+ "name": "Rollup__TimestampInFuture",
1325
+ "inputs": [
1326
+ {
1327
+ "name": "max",
1328
+ "type": "uint256",
1329
+ "internalType": "Timestamp"
1330
+ },
1331
+ {
1332
+ "name": "actual",
1333
+ "type": "uint256",
1334
+ "internalType": "Timestamp"
1335
+ }
1336
+ ]
1337
+ },
1338
+ {
1339
+ "type": "error",
1340
+ "name": "Rollup__TimestampTooOld",
1341
+ "inputs": []
1342
+ },
1343
+ {
1344
+ "type": "error",
1345
+ "name": "Rollup__TryingToProveNonExistingBlock",
1346
+ "inputs": []
1347
+ },
1348
+ {
1349
+ "type": "error",
1350
+ "name": "Rollup__UnavailableTxs",
1351
+ "inputs": [
1352
+ {
1353
+ "name": "txsHash",
1354
+ "type": "bytes32",
1355
+ "internalType": "bytes32"
1356
+ }
1357
+ ]
1358
+ },
1359
+ {
1360
+ "type": "function",
1361
+ "name": "STAKING_ASSET",
1362
+ "inputs": [],
1363
+ "outputs": [
1364
+ {
1365
+ "name": "",
1366
+ "type": "address",
1367
+ "internalType": "contract IERC20"
1368
+ }
1369
+ ],
1370
+ "stateMutability": "view"
1371
+ },
1372
+ {
1373
+ "type": "error",
1374
+ "name": "SafeCastOverflowedUintDowncast",
1375
+ "inputs": [
1376
+ {
1377
+ "name": "bits",
1378
+ "type": "uint8",
1379
+ "internalType": "uint8"
1380
+ },
1381
+ {
1382
+ "name": "value",
1383
+ "type": "uint256",
1384
+ "internalType": "uint256"
1385
+ }
1386
+ ]
1387
+ },
1388
+ {
1389
+ "type": "error",
1390
+ "name": "SampleLib__IndexOutOfBounds",
1391
+ "inputs": [
1392
+ {
1393
+ "name": "requested",
1394
+ "type": "uint256",
1395
+ "internalType": "uint256"
1396
+ },
1397
+ {
1398
+ "name": "bound",
1399
+ "type": "uint256",
1400
+ "internalType": "uint256"
1401
+ }
1402
+ ]
1403
+ },
1404
+ {
1405
+ "type": "error",
1406
+ "name": "SampleLib__SampleLargerThanIndex",
1407
+ "inputs": [
1408
+ {
1409
+ "name": "sample",
1410
+ "type": "uint256",
1411
+ "internalType": "uint256"
1412
+ },
1413
+ {
1414
+ "name": "index",
1415
+ "type": "uint256",
1416
+ "internalType": "uint256"
1417
+ }
1418
+ ]
1419
+ },
1420
+ {
1421
+ "type": "error",
1422
+ "name": "SignatureLib__CannotVerifyEmpty",
1423
+ "inputs": []
1424
+ },
1425
+ {
1426
+ "type": "error",
1427
+ "name": "SignatureLib__InvalidSignature",
1428
+ "inputs": [
1429
+ {
1430
+ "name": "expected",
1431
+ "type": "address",
1432
+ "internalType": "address"
1433
+ },
1434
+ {
1435
+ "name": "recovered",
1436
+ "type": "address",
1437
+ "internalType": "address"
1438
+ }
1439
+ ]
1440
+ },
1441
+ {
1442
+ "type": "error",
1443
+ "name": "Staking__AlreadyActive",
1444
+ "inputs": [
1445
+ {
1446
+ "name": "attester",
1447
+ "type": "address",
1448
+ "internalType": "address"
1449
+ }
1450
+ ]
1451
+ },
1452
+ {
1453
+ "type": "error",
1454
+ "name": "Staking__AlreadyExiting",
1455
+ "inputs": [
1456
+ {
1457
+ "name": "",
1458
+ "type": "address",
1459
+ "internalType": "address"
1460
+ }
1461
+ ]
1462
+ },
1463
+ {
1464
+ "type": "error",
1465
+ "name": "Staking__AlreadyRegistered",
1466
+ "inputs": [
1467
+ {
1468
+ "name": "instance",
1469
+ "type": "address",
1470
+ "internalType": "address"
1471
+ },
1472
+ {
1473
+ "name": "attester",
1474
+ "type": "address",
1475
+ "internalType": "address"
1476
+ }
1477
+ ]
1478
+ },
1479
+ {
1480
+ "type": "error",
1481
+ "name": "Staking__CannotSlashExitedStake",
1482
+ "inputs": [
1483
+ {
1484
+ "name": "",
1485
+ "type": "address",
1486
+ "internalType": "address"
1487
+ }
1488
+ ]
1489
+ },
1490
+ {
1491
+ "type": "error",
1492
+ "name": "Staking__FailedToRemove",
1493
+ "inputs": [
1494
+ {
1495
+ "name": "",
1496
+ "type": "address",
1497
+ "internalType": "address"
1498
+ }
1499
+ ]
1500
+ },
1501
+ {
1502
+ "type": "error",
1503
+ "name": "Staking__FatalError",
1504
+ "inputs": [
1505
+ {
1506
+ "name": "",
1507
+ "type": "string",
1508
+ "internalType": "string"
1509
+ }
1510
+ ]
1511
+ },
1512
+ {
1513
+ "type": "error",
1514
+ "name": "Staking__GovernanceAlreadySet",
1515
+ "inputs": []
1516
+ },
1517
+ {
1518
+ "type": "error",
1519
+ "name": "Staking__InstanceDoesNotExist",
1520
+ "inputs": [
1521
+ {
1522
+ "name": "",
1523
+ "type": "address",
1524
+ "internalType": "address"
1525
+ }
1526
+ ]
1527
+ },
1528
+ {
1529
+ "type": "error",
1530
+ "name": "Staking__InsufficientPower",
1531
+ "inputs": [
1532
+ {
1533
+ "name": "",
1534
+ "type": "uint256",
1535
+ "internalType": "uint256"
1536
+ },
1537
+ {
1538
+ "name": "",
1539
+ "type": "uint256",
1540
+ "internalType": "uint256"
1541
+ }
1542
+ ]
1543
+ },
1544
+ {
1545
+ "type": "error",
1546
+ "name": "Staking__InsufficientStake",
1547
+ "inputs": [
1548
+ {
1549
+ "name": "",
1550
+ "type": "uint256",
1551
+ "internalType": "uint256"
1552
+ },
1553
+ {
1554
+ "name": "",
1555
+ "type": "uint256",
1556
+ "internalType": "uint256"
1557
+ }
1558
+ ]
1559
+ },
1560
+ {
1561
+ "type": "error",
1562
+ "name": "Staking__InvalidDeposit",
1563
+ "inputs": [
1564
+ {
1565
+ "name": "attester",
1566
+ "type": "address",
1567
+ "internalType": "address"
1568
+ },
1569
+ {
1570
+ "name": "proposer",
1571
+ "type": "address",
1572
+ "internalType": "address"
1573
+ }
1574
+ ]
1575
+ },
1576
+ {
1577
+ "type": "error",
1578
+ "name": "Staking__InvalidRecipient",
1579
+ "inputs": [
1580
+ {
1581
+ "name": "",
1582
+ "type": "address",
1583
+ "internalType": "address"
1584
+ }
1585
+ ]
1586
+ },
1587
+ {
1588
+ "type": "error",
1589
+ "name": "Staking__InvalidRollupAddress",
1590
+ "inputs": [
1591
+ {
1592
+ "name": "",
1593
+ "type": "address",
1594
+ "internalType": "address"
1595
+ }
1596
+ ]
1597
+ },
1598
+ {
1599
+ "type": "error",
1600
+ "name": "Staking__NoOneToSlash",
1601
+ "inputs": [
1602
+ {
1603
+ "name": "",
1604
+ "type": "address",
1605
+ "internalType": "address"
1606
+ }
1607
+ ]
1608
+ },
1609
+ {
1610
+ "type": "error",
1611
+ "name": "Staking__NotCanonical",
1612
+ "inputs": [
1613
+ {
1614
+ "name": "",
1615
+ "type": "address",
1616
+ "internalType": "address"
1617
+ }
1618
+ ]
1619
+ },
1620
+ {
1621
+ "type": "error",
1622
+ "name": "Staking__NotExiting",
1623
+ "inputs": [
1624
+ {
1625
+ "name": "",
1626
+ "type": "address",
1627
+ "internalType": "address"
1628
+ }
1629
+ ]
1630
+ },
1631
+ {
1632
+ "type": "error",
1633
+ "name": "Staking__NotOurProposal",
1634
+ "inputs": [
1635
+ {
1636
+ "name": "",
1637
+ "type": "uint256",
1638
+ "internalType": "uint256"
1639
+ }
1640
+ ]
1641
+ },
1642
+ {
1643
+ "type": "error",
1644
+ "name": "Staking__NotRollup",
1645
+ "inputs": [
1646
+ {
1647
+ "name": "",
1648
+ "type": "address",
1649
+ "internalType": "address"
1650
+ }
1651
+ ]
1652
+ },
1653
+ {
1654
+ "type": "error",
1655
+ "name": "Staking__NotSlasher",
1656
+ "inputs": [
1657
+ {
1658
+ "name": "",
1659
+ "type": "address",
1660
+ "internalType": "address"
1661
+ },
1662
+ {
1663
+ "name": "",
1664
+ "type": "address",
1665
+ "internalType": "address"
1666
+ }
1667
+ ]
1668
+ },
1669
+ {
1670
+ "type": "error",
1671
+ "name": "Staking__NotWithdrawer",
1672
+ "inputs": [
1673
+ {
1674
+ "name": "",
1675
+ "type": "address",
1676
+ "internalType": "address"
1677
+ },
1678
+ {
1679
+ "name": "",
1680
+ "type": "address",
1681
+ "internalType": "address"
1682
+ }
1683
+ ]
1684
+ },
1685
+ {
1686
+ "type": "error",
1687
+ "name": "Staking__NothingToExit",
1688
+ "inputs": [
1689
+ {
1690
+ "name": "",
1691
+ "type": "address",
1692
+ "internalType": "address"
1693
+ }
1694
+ ]
1695
+ },
1696
+ {
1697
+ "type": "error",
1698
+ "name": "Staking__OutOfBounds",
1699
+ "inputs": [
1700
+ {
1701
+ "name": "",
1702
+ "type": "uint256",
1703
+ "internalType": "uint256"
1704
+ },
1705
+ {
1706
+ "name": "",
1707
+ "type": "uint256",
1708
+ "internalType": "uint256"
1709
+ }
1710
+ ]
1711
+ },
1712
+ {
1713
+ "type": "error",
1714
+ "name": "Staking__RollupAlreadyRegistered",
1715
+ "inputs": [
1716
+ {
1717
+ "name": "",
1718
+ "type": "address",
1719
+ "internalType": "address"
1720
+ }
1721
+ ]
1722
+ },
1723
+ {
1724
+ "type": "error",
1725
+ "name": "Staking__WithdrawFailed",
1726
+ "inputs": [
1727
+ {
1728
+ "name": "",
1729
+ "type": "address",
1730
+ "internalType": "address"
1731
+ }
1732
+ ]
1733
+ },
1734
+ {
1735
+ "type": "error",
1736
+ "name": "Staking__WithdrawalNotUnlockedYet",
1737
+ "inputs": [
1738
+ {
1739
+ "name": "",
1740
+ "type": "uint256",
1741
+ "internalType": "Timestamp"
1742
+ },
1743
+ {
1744
+ "name": "",
1745
+ "type": "uint256",
1746
+ "internalType": "Timestamp"
1747
+ }
1748
+ ]
1749
+ },
1750
+ {
1751
+ "type": "error",
1752
+ "name": "ValidatorSelection__EpochNotSetup",
1753
+ "inputs": []
1754
+ },
1755
+ {
1756
+ "type": "error",
1757
+ "name": "ValidatorSelection__InsufficientAttestations",
1758
+ "inputs": [
1759
+ {
1760
+ "name": "minimumNeeded",
1761
+ "type": "uint256",
1762
+ "internalType": "uint256"
1763
+ },
1764
+ {
1765
+ "name": "provided",
1766
+ "type": "uint256",
1767
+ "internalType": "uint256"
1768
+ }
1769
+ ]
1770
+ },
1771
+ {
1772
+ "type": "error",
1773
+ "name": "ValidatorSelection__InvalidAttestationsLength",
1774
+ "inputs": [
1775
+ {
1776
+ "name": "expected",
1777
+ "type": "uint256",
1778
+ "internalType": "uint256"
1779
+ },
1780
+ {
1781
+ "name": "actual",
1782
+ "type": "uint256",
1783
+ "internalType": "uint256"
1784
+ }
1785
+ ]
1786
+ },
1787
+ {
1788
+ "type": "error",
1789
+ "name": "ValidatorSelection__InvalidCommitteeCommitment",
1790
+ "inputs": [
1791
+ {
1792
+ "name": "reconstructed",
1793
+ "type": "bytes32",
1794
+ "internalType": "bytes32"
1795
+ },
1796
+ {
1797
+ "name": "expected",
1798
+ "type": "bytes32",
1799
+ "internalType": "bytes32"
1800
+ }
1801
+ ]
1802
+ },
1803
+ {
1804
+ "type": "error",
1805
+ "name": "ValidatorSelection__InvalidDeposit",
1806
+ "inputs": [
1807
+ {
1808
+ "name": "attester",
1809
+ "type": "address",
1810
+ "internalType": "address"
1811
+ },
1812
+ {
1813
+ "name": "proposer",
1814
+ "type": "address",
1815
+ "internalType": "address"
1816
+ }
1817
+ ]
1818
+ },
1819
+ {
1820
+ "type": "error",
1821
+ "name": "ValidatorSelection__InvalidProposer",
1822
+ "inputs": [
1823
+ {
1824
+ "name": "expected",
1825
+ "type": "address",
1826
+ "internalType": "address"
1827
+ },
1828
+ {
1829
+ "name": "actual",
1830
+ "type": "address",
1831
+ "internalType": "address"
1832
+ }
1833
+ ]
1834
+ },
1835
+ {
1836
+ "type": "function",
1837
+ "name": "addRollup",
1838
+ "inputs": [
1839
+ {
1840
+ "name": "_rollup",
1841
+ "type": "address",
1842
+ "internalType": "address"
1843
+ }
1844
+ ],
1845
+ "outputs": [],
1846
+ "stateMutability": "nonpayable"
1847
+ },
1848
+ {
1849
+ "type": "function",
1850
+ "name": "balanceOf",
1851
+ "inputs": [
1852
+ {
1853
+ "name": "_instance",
1854
+ "type": "address",
1855
+ "internalType": "address"
1856
+ },
1857
+ {
1858
+ "name": "_attester",
1859
+ "type": "address",
1860
+ "internalType": "address"
1861
+ }
1862
+ ],
1863
+ "outputs": [
1864
+ {
1865
+ "name": "",
1866
+ "type": "uint256",
1867
+ "internalType": "uint256"
1868
+ }
1869
+ ],
1870
+ "stateMutability": "view"
1871
+ },
1872
+ {
1873
+ "type": "function",
1874
+ "name": "delegate",
1875
+ "inputs": [
1876
+ {
1877
+ "name": "_instance",
1878
+ "type": "address",
1879
+ "internalType": "address"
1880
+ },
1881
+ {
1882
+ "name": "_attester",
1883
+ "type": "address",
1884
+ "internalType": "address"
1885
+ },
1886
+ {
1887
+ "name": "_delegatee",
1888
+ "type": "address",
1889
+ "internalType": "address"
1890
+ }
1891
+ ],
1892
+ "outputs": [],
1893
+ "stateMutability": "nonpayable"
1894
+ },
1895
+ {
1896
+ "type": "function",
1897
+ "name": "deposit",
1898
+ "inputs": [
1899
+ {
1900
+ "name": "_attester",
1901
+ "type": "address",
1902
+ "internalType": "address"
1903
+ },
1904
+ {
1905
+ "name": "_withdrawer",
1906
+ "type": "address",
1907
+ "internalType": "address"
1908
+ },
1909
+ {
1910
+ "name": "_onCanonical",
1911
+ "type": "bool",
1912
+ "internalType": "bool"
1913
+ }
1914
+ ],
1915
+ "outputs": [],
1916
+ "stateMutability": "nonpayable"
1917
+ },
1918
+ {
1919
+ "type": "function",
1920
+ "name": "effectiveBalanceOf",
1921
+ "inputs": [
1922
+ {
1923
+ "name": "_instance",
1924
+ "type": "address",
1925
+ "internalType": "address"
1926
+ },
1927
+ {
1928
+ "name": "_attester",
1929
+ "type": "address",
1930
+ "internalType": "address"
1931
+ }
1932
+ ],
1933
+ "outputs": [
1934
+ {
1935
+ "name": "",
1936
+ "type": "uint256",
1937
+ "internalType": "uint256"
1938
+ }
1939
+ ],
1940
+ "stateMutability": "view"
1941
+ },
1942
+ {
1943
+ "type": "function",
1944
+ "name": "effectiveSupplyOfAt",
1945
+ "inputs": [
1946
+ {
1947
+ "name": "_instance",
1948
+ "type": "address",
1949
+ "internalType": "address"
1950
+ },
1951
+ {
1952
+ "name": "_ts",
1953
+ "type": "uint256",
1954
+ "internalType": "Timestamp"
1955
+ }
1956
+ ],
1957
+ "outputs": [
1958
+ {
1959
+ "name": "",
1960
+ "type": "uint256",
1961
+ "internalType": "uint256"
1962
+ }
1963
+ ],
1964
+ "stateMutability": "view"
1965
+ },
1966
+ {
1967
+ "type": "function",
1968
+ "name": "finaliseHelper",
1969
+ "inputs": [
1970
+ {
1971
+ "name": "_withdrawalId",
1972
+ "type": "uint256",
1973
+ "internalType": "uint256"
1974
+ }
1975
+ ],
1976
+ "outputs": [],
1977
+ "stateMutability": "nonpayable"
1978
+ },
1979
+ {
1980
+ "type": "function",
1981
+ "name": "getAttesterCountAtTime",
1982
+ "inputs": [
1983
+ {
1984
+ "name": "_instance",
1985
+ "type": "address",
1986
+ "internalType": "address"
1987
+ },
1988
+ {
1989
+ "name": "_timestamp",
1990
+ "type": "uint256",
1991
+ "internalType": "Timestamp"
1992
+ }
1993
+ ],
1994
+ "outputs": [
1995
+ {
1996
+ "name": "",
1997
+ "type": "uint256",
1998
+ "internalType": "uint256"
1999
+ }
2000
+ ],
2001
+ "stateMutability": "view"
2002
+ },
2003
+ {
2004
+ "type": "function",
2005
+ "name": "getAttesterFromIndexAtTime",
2006
+ "inputs": [
2007
+ {
2008
+ "name": "_instance",
2009
+ "type": "address",
2010
+ "internalType": "address"
2011
+ },
2012
+ {
2013
+ "name": "_index",
2014
+ "type": "uint256",
2015
+ "internalType": "uint256"
2016
+ },
2017
+ {
2018
+ "name": "_timestamp",
2019
+ "type": "uint256",
2020
+ "internalType": "Timestamp"
2021
+ }
2022
+ ],
2023
+ "outputs": [
2024
+ {
2025
+ "name": "",
2026
+ "type": "address",
2027
+ "internalType": "address"
2028
+ }
2029
+ ],
2030
+ "stateMutability": "view"
2031
+ },
2032
+ {
2033
+ "type": "function",
2034
+ "name": "getAttestersAtTime",
2035
+ "inputs": [
2036
+ {
2037
+ "name": "_instance",
2038
+ "type": "address",
2039
+ "internalType": "address"
2040
+ },
2041
+ {
2042
+ "name": "_timestamp",
2043
+ "type": "uint256",
2044
+ "internalType": "Timestamp"
2045
+ }
2046
+ ],
2047
+ "outputs": [
2048
+ {
2049
+ "name": "",
2050
+ "type": "address[]",
2051
+ "internalType": "address[]"
2052
+ }
2053
+ ],
2054
+ "stateMutability": "view"
2055
+ },
2056
+ {
2057
+ "type": "function",
2058
+ "name": "getAttestersFromIndicesAtTime",
2059
+ "inputs": [
2060
+ {
2061
+ "name": "_instance",
2062
+ "type": "address",
2063
+ "internalType": "address"
2064
+ },
2065
+ {
2066
+ "name": "_timestamp",
2067
+ "type": "uint256",
2068
+ "internalType": "Timestamp"
2069
+ },
2070
+ {
2071
+ "name": "_indices",
2072
+ "type": "uint256[]",
2073
+ "internalType": "uint256[]"
2074
+ }
2075
+ ],
2076
+ "outputs": [
2077
+ {
2078
+ "name": "",
2079
+ "type": "address[]",
2080
+ "internalType": "address[]"
2081
+ }
2082
+ ],
2083
+ "stateMutability": "view"
2084
+ },
2085
+ {
2086
+ "type": "function",
2087
+ "name": "getCanonical",
2088
+ "inputs": [],
2089
+ "outputs": [
2090
+ {
2091
+ "name": "",
2092
+ "type": "address",
2093
+ "internalType": "address"
2094
+ }
2095
+ ],
2096
+ "stateMutability": "view"
2097
+ },
2098
+ {
2099
+ "type": "function",
2100
+ "name": "getCanonicalAt",
2101
+ "inputs": [
2102
+ {
2103
+ "name": "_timestamp",
2104
+ "type": "uint256",
2105
+ "internalType": "Timestamp"
2106
+ }
2107
+ ],
2108
+ "outputs": [
2109
+ {
2110
+ "name": "",
2111
+ "type": "address",
2112
+ "internalType": "address"
2113
+ }
2114
+ ],
2115
+ "stateMutability": "view"
2116
+ },
2117
+ {
2118
+ "type": "function",
2119
+ "name": "getConfig",
2120
+ "inputs": [
2121
+ {
2122
+ "name": "_instance",
2123
+ "type": "address",
2124
+ "internalType": "address"
2125
+ },
2126
+ {
2127
+ "name": "_attester",
2128
+ "type": "address",
2129
+ "internalType": "address"
2130
+ }
2131
+ ],
2132
+ "outputs": [
2133
+ {
2134
+ "name": "",
2135
+ "type": "tuple",
2136
+ "internalType": "struct AttesterConfig",
2137
+ "components": [
2138
+ {
2139
+ "name": "withdrawer",
2140
+ "type": "address",
2141
+ "internalType": "address"
2142
+ }
2143
+ ]
2144
+ }
2145
+ ],
2146
+ "stateMutability": "view"
2147
+ },
2148
+ {
2149
+ "type": "function",
2150
+ "name": "getDelegatee",
2151
+ "inputs": [
2152
+ {
2153
+ "name": "_instance",
2154
+ "type": "address",
2155
+ "internalType": "address"
2156
+ },
2157
+ {
2158
+ "name": "_attester",
2159
+ "type": "address",
2160
+ "internalType": "address"
2161
+ }
2162
+ ],
2163
+ "outputs": [
2164
+ {
2165
+ "name": "",
2166
+ "type": "address",
2167
+ "internalType": "address"
2168
+ }
2169
+ ],
2170
+ "stateMutability": "view"
2171
+ },
2172
+ {
2173
+ "type": "function",
2174
+ "name": "getEffectiveVotingPowerAt",
2175
+ "inputs": [
2176
+ {
2177
+ "name": "_delegatee",
2178
+ "type": "address",
2179
+ "internalType": "address"
2180
+ },
2181
+ {
2182
+ "name": "_timestamp",
2183
+ "type": "uint256",
2184
+ "internalType": "Timestamp"
2185
+ }
2186
+ ],
2187
+ "outputs": [
2188
+ {
2189
+ "name": "",
2190
+ "type": "uint256",
2191
+ "internalType": "uint256"
2192
+ }
2193
+ ],
2194
+ "stateMutability": "view"
2195
+ },
2196
+ {
2197
+ "type": "function",
2198
+ "name": "getGovernance",
2199
+ "inputs": [],
2200
+ "outputs": [
2201
+ {
2202
+ "name": "",
2203
+ "type": "address",
2204
+ "internalType": "contract Governance"
2205
+ }
2206
+ ],
2207
+ "stateMutability": "view"
2208
+ },
2209
+ {
2210
+ "type": "function",
2211
+ "name": "getPowerUsed",
2212
+ "inputs": [
2213
+ {
2214
+ "name": "_delegatee",
2215
+ "type": "address",
2216
+ "internalType": "address"
2217
+ },
2218
+ {
2219
+ "name": "_proposalId",
2220
+ "type": "uint256",
2221
+ "internalType": "uint256"
2222
+ }
2223
+ ],
2224
+ "outputs": [
2225
+ {
2226
+ "name": "",
2227
+ "type": "uint256",
2228
+ "internalType": "uint256"
2229
+ }
2230
+ ],
2231
+ "stateMutability": "view"
2232
+ },
2233
+ {
2234
+ "type": "function",
2235
+ "name": "getVotingPower",
2236
+ "inputs": [
2237
+ {
2238
+ "name": "_delegatee",
2239
+ "type": "address",
2240
+ "internalType": "address"
2241
+ }
2242
+ ],
2243
+ "outputs": [
2244
+ {
2245
+ "name": "",
2246
+ "type": "uint256",
2247
+ "internalType": "uint256"
2248
+ }
2249
+ ],
2250
+ "stateMutability": "view"
2251
+ },
2252
+ {
2253
+ "type": "function",
2254
+ "name": "getVotingPowerAt",
2255
+ "inputs": [
2256
+ {
2257
+ "name": "_delegatee",
2258
+ "type": "address",
2259
+ "internalType": "address"
2260
+ },
2261
+ {
2262
+ "name": "_timestamp",
2263
+ "type": "uint256",
2264
+ "internalType": "Timestamp"
2265
+ }
2266
+ ],
2267
+ "outputs": [
2268
+ {
2269
+ "name": "",
2270
+ "type": "uint256",
2271
+ "internalType": "uint256"
2272
+ }
2273
+ ],
2274
+ "stateMutability": "view"
2275
+ },
2276
+ {
2277
+ "type": "function",
2278
+ "name": "getWithdrawer",
2279
+ "inputs": [
2280
+ {
2281
+ "name": "_instance",
2282
+ "type": "address",
2283
+ "internalType": "address"
2284
+ },
2285
+ {
2286
+ "name": "_attester",
2287
+ "type": "address",
2288
+ "internalType": "address"
2289
+ }
2290
+ ],
2291
+ "outputs": [
2292
+ {
2293
+ "name": "withdrawer",
2294
+ "type": "address",
2295
+ "internalType": "address"
2296
+ },
2297
+ {
2298
+ "name": "attesterExists",
2299
+ "type": "bool",
2300
+ "internalType": "bool"
2301
+ },
2302
+ {
2303
+ "name": "instanceAddress",
2304
+ "type": "address",
2305
+ "internalType": "address"
2306
+ }
2307
+ ],
2308
+ "stateMutability": "view"
2309
+ },
2310
+ {
2311
+ "type": "function",
2312
+ "name": "isRegistered",
2313
+ "inputs": [
2314
+ {
2315
+ "name": "_instance",
2316
+ "type": "address",
2317
+ "internalType": "address"
2318
+ },
2319
+ {
2320
+ "name": "_attester",
2321
+ "type": "address",
2322
+ "internalType": "address"
2323
+ }
2324
+ ],
2325
+ "outputs": [
2326
+ {
2327
+ "name": "",
2328
+ "type": "bool",
2329
+ "internalType": "bool"
2330
+ }
2331
+ ],
2332
+ "stateMutability": "view"
2333
+ },
2334
+ {
2335
+ "type": "function",
2336
+ "name": "isRollupRegistered",
2337
+ "inputs": [
2338
+ {
2339
+ "name": "_instance",
2340
+ "type": "address",
2341
+ "internalType": "address"
2342
+ }
2343
+ ],
2344
+ "outputs": [
2345
+ {
2346
+ "name": "",
2347
+ "type": "bool",
2348
+ "internalType": "bool"
2349
+ }
2350
+ ],
2351
+ "stateMutability": "view"
2352
+ },
2353
+ {
2354
+ "type": "function",
2355
+ "name": "owner",
2356
+ "inputs": [],
2357
+ "outputs": [
2358
+ {
2359
+ "name": "",
2360
+ "type": "address",
2361
+ "internalType": "address"
2362
+ }
2363
+ ],
2364
+ "stateMutability": "view"
2365
+ },
2366
+ {
2367
+ "type": "function",
2368
+ "name": "renounceOwnership",
2369
+ "inputs": [],
2370
+ "outputs": [],
2371
+ "stateMutability": "nonpayable"
2372
+ },
2373
+ {
2374
+ "type": "function",
2375
+ "name": "setGovernance",
2376
+ "inputs": [
2377
+ {
2378
+ "name": "_governance",
2379
+ "type": "address",
2380
+ "internalType": "contract Governance"
2381
+ }
2382
+ ],
2383
+ "outputs": [],
2384
+ "stateMutability": "nonpayable"
2385
+ },
2386
+ {
2387
+ "type": "function",
2388
+ "name": "supplyOf",
2389
+ "inputs": [
2390
+ {
2391
+ "name": "_instance",
2392
+ "type": "address",
2393
+ "internalType": "address"
2394
+ }
2395
+ ],
2396
+ "outputs": [
2397
+ {
2398
+ "name": "",
2399
+ "type": "uint256",
2400
+ "internalType": "uint256"
2401
+ }
2402
+ ],
2403
+ "stateMutability": "view"
2404
+ },
2405
+ {
2406
+ "type": "function",
2407
+ "name": "totalSupply",
2408
+ "inputs": [],
2409
+ "outputs": [
2410
+ {
2411
+ "name": "",
2412
+ "type": "uint256",
2413
+ "internalType": "uint256"
2414
+ }
2415
+ ],
2416
+ "stateMutability": "view"
2417
+ },
2418
+ {
2419
+ "type": "function",
2420
+ "name": "transferOwnership",
2421
+ "inputs": [
2422
+ {
2423
+ "name": "newOwner",
2424
+ "type": "address",
2425
+ "internalType": "address"
2426
+ }
2427
+ ],
2428
+ "outputs": [],
2429
+ "stateMutability": "nonpayable"
2430
+ },
2431
+ {
2432
+ "type": "function",
2433
+ "name": "vote",
2434
+ "inputs": [
2435
+ {
2436
+ "name": "_proposalId",
2437
+ "type": "uint256",
2438
+ "internalType": "uint256"
2439
+ },
2440
+ {
2441
+ "name": "_amount",
2442
+ "type": "uint256",
2443
+ "internalType": "uint256"
2444
+ },
2445
+ {
2446
+ "name": "_support",
2447
+ "type": "bool",
2448
+ "internalType": "bool"
2449
+ }
2450
+ ],
2451
+ "outputs": [],
2452
+ "stateMutability": "nonpayable"
2453
+ },
2454
+ {
2455
+ "type": "function",
2456
+ "name": "voteWithCanonical",
2457
+ "inputs": [
2458
+ {
2459
+ "name": "_proposalId",
2460
+ "type": "uint256",
2461
+ "internalType": "uint256"
2462
+ },
2463
+ {
2464
+ "name": "_amount",
2465
+ "type": "uint256",
2466
+ "internalType": "uint256"
2467
+ },
2468
+ {
2469
+ "name": "_support",
2470
+ "type": "bool",
2471
+ "internalType": "bool"
2472
+ }
2473
+ ],
2474
+ "outputs": [],
2475
+ "stateMutability": "nonpayable"
2476
+ },
2477
+ {
2478
+ "type": "function",
2479
+ "name": "withdraw",
2480
+ "inputs": [
2481
+ {
2482
+ "name": "_attester",
2483
+ "type": "address",
2484
+ "internalType": "address"
2485
+ },
2486
+ {
2487
+ "name": "_amount",
2488
+ "type": "uint256",
2489
+ "internalType": "uint256"
2490
+ }
2491
+ ],
2492
+ "outputs": [
2493
+ {
2494
+ "name": "",
2495
+ "type": "uint256",
2496
+ "internalType": "uint256"
2497
+ },
2498
+ {
2499
+ "name": "",
2500
+ "type": "bool",
2501
+ "internalType": "bool"
2502
+ },
2503
+ {
2504
+ "name": "",
2505
+ "type": "uint256",
2506
+ "internalType": "uint256"
2507
+ }
2508
+ ],
2509
+ "stateMutability": "nonpayable"
2510
+ }
2511
+ ];