@aztec/l1-artifacts 2.0.0-nightly.20250902 → 3.0.0-nightly.20250904
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.
- package/dest/CoinIssuerAbi.d.ts +917 -917
- package/dest/CoinIssuerAbi.js +1195 -1195
- package/dest/EmpireBaseAbi.d.ts +1103 -1103
- package/dest/EmpireBaseAbi.js +1325 -1325
- package/dest/EmpireSlasherDeploymentExtLibAbi.d.ts +831 -831
- package/dest/EmpireSlasherDeploymentExtLibAbi.js +1075 -1075
- package/dest/EmpireSlashingProposerAbi.d.ts +1109 -1109
- package/dest/EmpireSlashingProposerAbi.js +1392 -1392
- package/dest/ErrorsAbi.d.ts +831 -831
- package/dest/ErrorsAbi.js +1075 -1075
- package/dest/FeeAssetHandlerAbi.d.ts +918 -918
- package/dest/FeeAssetHandlerAbi.js +1219 -1219
- package/dest/FeeJuicePortalAbi.d.ts +962 -962
- package/dest/FeeJuicePortalAbi.js +1238 -1238
- package/dest/GSEAbi.d.ts +1502 -1502
- package/dest/GSEAbi.js +1776 -1776
- package/dest/GovernanceAbi.d.ts +1514 -1514
- package/dest/GovernanceAbi.js +1837 -1837
- package/dest/GovernanceProposerAbi.d.ts +1203 -1203
- package/dest/GovernanceProposerAbi.js +1408 -1408
- package/dest/HonkVerifierAbi.d.ts +852 -880
- package/dest/HonkVerifierAbi.d.ts.map +1 -1
- package/dest/HonkVerifierAbi.js +1134 -1170
- package/dest/HonkVerifierBytecode.d.ts +1 -1
- package/dest/HonkVerifierBytecode.d.ts.map +1 -1
- package/dest/HonkVerifierBytecode.js +1 -1
- package/dest/IERC20Abi.d.ts +943 -943
- package/dest/IERC20Abi.js +1182 -1182
- package/dest/IVerifierAbi.d.ts +931 -931
- package/dest/IVerifierAbi.js +1143 -1143
- package/dest/InboxAbi.d.ts +1074 -1074
- package/dest/InboxAbi.js +1291 -1291
- package/dest/MockVerifierAbi.d.ts +931 -931
- package/dest/MockVerifierAbi.js +1143 -1143
- package/dest/MockZKPassportVerifierAbi.d.ts +974 -974
- package/dest/MockZKPassportVerifierAbi.js +1186 -1186
- package/dest/MultiAdderAbi.d.ts +982 -912
- package/dest/MultiAdderAbi.d.ts.map +1 -1
- package/dest/MultiAdderAbi.js +1257 -1166
- package/dest/NewGovernanceProposerPayloadAbi.d.ts +959 -959
- package/dest/NewGovernanceProposerPayloadAbi.js +1178 -1178
- package/dest/OutboxAbi.d.ts +1012 -1012
- package/dest/OutboxAbi.js +1202 -1202
- package/dest/RegisterNewRollupVersionPayloadAbi.d.ts +958 -958
- package/dest/RegisterNewRollupVersionPayloadAbi.js +1180 -1180
- package/dest/RegistryAbi.d.ts +974 -974
- package/dest/RegistryAbi.js +1236 -1236
- package/dest/RewardDeploymentExtLibAbi.d.ts +831 -831
- package/dest/RewardDeploymentExtLibAbi.js +1075 -1075
- package/dest/RewardDistributorAbi.d.ts +976 -976
- package/dest/RewardDistributorAbi.js +1183 -1183
- package/dest/RollupAbi.d.ts +2797 -2797
- package/dest/RollupAbi.js +3466 -3466
- package/dest/RollupOperationsExtLibAbi.d.ts +947 -947
- package/dest/RollupOperationsExtLibAbi.js +1188 -1188
- package/dest/SlashFactoryAbi.d.ts +879 -879
- package/dest/SlashFactoryAbi.js +1182 -1182
- package/dest/SlasherAbi.d.ts +955 -955
- package/dest/SlasherAbi.js +1210 -1210
- package/dest/StakingAssetHandlerAbi.d.ts +1357 -1357
- package/dest/StakingAssetHandlerAbi.js +1670 -1670
- package/dest/TallySlasherDeploymentExtLibAbi.d.ts +831 -831
- package/dest/TallySlasherDeploymentExtLibAbi.js +1075 -1075
- package/dest/TallySlashingProposerAbi.d.ts +1268 -1268
- package/dest/TallySlashingProposerAbi.js +1475 -1475
- package/dest/TestERC20Abi.d.ts +1121 -1121
- package/dest/TestERC20Abi.js +1410 -1410
- package/dest/TestERC20Bytecode.d.ts +1 -1
- package/dest/TestERC20Bytecode.d.ts.map +1 -1
- package/dest/TestERC20Bytecode.js +1 -1
- package/dest/TokenPortalAbi.d.ts +1057 -1057
- package/dest/TokenPortalAbi.js +1248 -1248
- package/dest/UniswapPortalAbi.d.ts +956 -956
- package/dest/UniswapPortalAbi.js +1174 -1174
- package/dest/ValidatorOperationsExtLibAbi.d.ts +1077 -1077
- package/dest/ValidatorOperationsExtLibAbi.js +1358 -1358
- package/dest/ValidatorSelectionLibAbi.d.ts +831 -831
- package/dest/ValidatorSelectionLibAbi.js +1075 -1075
- package/dest/checksum.d.ts +1 -1
- package/dest/checksum.js +1 -1
- package/package.json +1 -1
|
@@ -1,6 +1,534 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* StakingAssetHandler ABI.
|
|
3
3
|
*/ export const StakingAssetHandlerAbi = [
|
|
4
|
+
{
|
|
5
|
+
"type": "error",
|
|
6
|
+
"name": "CannotMintZeroAmount",
|
|
7
|
+
"inputs": []
|
|
8
|
+
},
|
|
9
|
+
{
|
|
10
|
+
"type": "error",
|
|
11
|
+
"name": "DevNet__NoPruningAllowed",
|
|
12
|
+
"inputs": []
|
|
13
|
+
},
|
|
14
|
+
{
|
|
15
|
+
"type": "error",
|
|
16
|
+
"name": "FeeJuicePortal__AlreadyInitialized",
|
|
17
|
+
"inputs": []
|
|
18
|
+
},
|
|
19
|
+
{
|
|
20
|
+
"type": "error",
|
|
21
|
+
"name": "FeeJuicePortal__InvalidInitialization",
|
|
22
|
+
"inputs": []
|
|
23
|
+
},
|
|
24
|
+
{
|
|
25
|
+
"type": "error",
|
|
26
|
+
"name": "FeeJuicePortal__Unauthorized",
|
|
27
|
+
"inputs": []
|
|
28
|
+
},
|
|
29
|
+
{
|
|
30
|
+
"type": "error",
|
|
31
|
+
"name": "FeeLib__AlreadyPreheated",
|
|
32
|
+
"inputs": []
|
|
33
|
+
},
|
|
34
|
+
{
|
|
35
|
+
"type": "error",
|
|
36
|
+
"name": "FeeLib__InvalidFeeAssetPriceModifier",
|
|
37
|
+
"inputs": []
|
|
38
|
+
},
|
|
39
|
+
{
|
|
40
|
+
"type": "error",
|
|
41
|
+
"name": "GSE__GovernanceAlreadySet",
|
|
42
|
+
"inputs": []
|
|
43
|
+
},
|
|
44
|
+
{
|
|
45
|
+
"type": "error",
|
|
46
|
+
"name": "GSE__InvalidProofOfPossession",
|
|
47
|
+
"inputs": []
|
|
48
|
+
},
|
|
49
|
+
{
|
|
50
|
+
"type": "error",
|
|
51
|
+
"name": "GovernanceProposer__GSEPayloadInvalid",
|
|
52
|
+
"inputs": []
|
|
53
|
+
},
|
|
54
|
+
{
|
|
55
|
+
"type": "error",
|
|
56
|
+
"name": "GovernanceProposer__PayloadCannotBeAddressZero",
|
|
57
|
+
"inputs": []
|
|
58
|
+
},
|
|
59
|
+
{
|
|
60
|
+
"type": "error",
|
|
61
|
+
"name": "Governance__CannotCallAsset",
|
|
62
|
+
"inputs": []
|
|
63
|
+
},
|
|
64
|
+
{
|
|
65
|
+
"type": "error",
|
|
66
|
+
"name": "Governance__CannotWithdrawToAddressZero",
|
|
67
|
+
"inputs": []
|
|
68
|
+
},
|
|
69
|
+
{
|
|
70
|
+
"type": "error",
|
|
71
|
+
"name": "Governance__CheckpointedUintLib__NotInPast",
|
|
72
|
+
"inputs": []
|
|
73
|
+
},
|
|
74
|
+
{
|
|
75
|
+
"type": "error",
|
|
76
|
+
"name": "Governance__ConfigurationLib__InvalidMinimumVotes",
|
|
77
|
+
"inputs": []
|
|
78
|
+
},
|
|
79
|
+
{
|
|
80
|
+
"type": "error",
|
|
81
|
+
"name": "Governance__ConfigurationLib__LockAmountTooBig",
|
|
82
|
+
"inputs": []
|
|
83
|
+
},
|
|
84
|
+
{
|
|
85
|
+
"type": "error",
|
|
86
|
+
"name": "Governance__ConfigurationLib__LockAmountTooSmall",
|
|
87
|
+
"inputs": []
|
|
88
|
+
},
|
|
89
|
+
{
|
|
90
|
+
"type": "error",
|
|
91
|
+
"name": "Governance__ConfigurationLib__QuorumTooBig",
|
|
92
|
+
"inputs": []
|
|
93
|
+
},
|
|
94
|
+
{
|
|
95
|
+
"type": "error",
|
|
96
|
+
"name": "Governance__ConfigurationLib__QuorumTooSmall",
|
|
97
|
+
"inputs": []
|
|
98
|
+
},
|
|
99
|
+
{
|
|
100
|
+
"type": "error",
|
|
101
|
+
"name": "Governance__ConfigurationLib__RequiredYeaMarginTooBig",
|
|
102
|
+
"inputs": []
|
|
103
|
+
},
|
|
104
|
+
{
|
|
105
|
+
"type": "error",
|
|
106
|
+
"name": "Governance__DepositNotAllowed",
|
|
107
|
+
"inputs": []
|
|
108
|
+
},
|
|
109
|
+
{
|
|
110
|
+
"type": "error",
|
|
111
|
+
"name": "Governance__GovernanceProposerCannotBeSelf",
|
|
112
|
+
"inputs": []
|
|
113
|
+
},
|
|
114
|
+
{
|
|
115
|
+
"type": "error",
|
|
116
|
+
"name": "Governance__InvalidConfiguration",
|
|
117
|
+
"inputs": []
|
|
118
|
+
},
|
|
119
|
+
{
|
|
120
|
+
"type": "error",
|
|
121
|
+
"name": "Governance__NoCheckpointsFound",
|
|
122
|
+
"inputs": []
|
|
123
|
+
},
|
|
124
|
+
{
|
|
125
|
+
"type": "error",
|
|
126
|
+
"name": "Governance__ProposalAlreadyDropped",
|
|
127
|
+
"inputs": []
|
|
128
|
+
},
|
|
129
|
+
{
|
|
130
|
+
"type": "error",
|
|
131
|
+
"name": "Governance__ProposalCannotBeDropped",
|
|
132
|
+
"inputs": []
|
|
133
|
+
},
|
|
134
|
+
{
|
|
135
|
+
"type": "error",
|
|
136
|
+
"name": "Governance__ProposalLib__MoreVoteThanExistNeeded",
|
|
137
|
+
"inputs": []
|
|
138
|
+
},
|
|
139
|
+
{
|
|
140
|
+
"type": "error",
|
|
141
|
+
"name": "Governance__ProposalLib__MoreYeaVoteThanExistNeeded",
|
|
142
|
+
"inputs": []
|
|
143
|
+
},
|
|
144
|
+
{
|
|
145
|
+
"type": "error",
|
|
146
|
+
"name": "Governance__ProposalLib__ZeroMinimum",
|
|
147
|
+
"inputs": []
|
|
148
|
+
},
|
|
149
|
+
{
|
|
150
|
+
"type": "error",
|
|
151
|
+
"name": "Governance__ProposalLib__ZeroVotesNeeded",
|
|
152
|
+
"inputs": []
|
|
153
|
+
},
|
|
154
|
+
{
|
|
155
|
+
"type": "error",
|
|
156
|
+
"name": "Governance__ProposalLib__ZeroYeaVotesNeeded",
|
|
157
|
+
"inputs": []
|
|
158
|
+
},
|
|
159
|
+
{
|
|
160
|
+
"type": "error",
|
|
161
|
+
"name": "Governance__ProposalNotActive",
|
|
162
|
+
"inputs": []
|
|
163
|
+
},
|
|
164
|
+
{
|
|
165
|
+
"type": "error",
|
|
166
|
+
"name": "Governance__ProposalNotExecutable",
|
|
167
|
+
"inputs": []
|
|
168
|
+
},
|
|
169
|
+
{
|
|
170
|
+
"type": "error",
|
|
171
|
+
"name": "Governance__WithdrawalAlreadyClaimed",
|
|
172
|
+
"inputs": []
|
|
173
|
+
},
|
|
174
|
+
{
|
|
175
|
+
"type": "error",
|
|
176
|
+
"name": "Governance__WithdrawalNotInitiated",
|
|
177
|
+
"inputs": []
|
|
178
|
+
},
|
|
179
|
+
{
|
|
180
|
+
"type": "error",
|
|
181
|
+
"name": "Inbox__Ignition",
|
|
182
|
+
"inputs": []
|
|
183
|
+
},
|
|
184
|
+
{
|
|
185
|
+
"type": "error",
|
|
186
|
+
"name": "Inbox__MustBuildBeforeConsume",
|
|
187
|
+
"inputs": []
|
|
188
|
+
},
|
|
189
|
+
{
|
|
190
|
+
"type": "error",
|
|
191
|
+
"name": "Inbox__Unauthorized",
|
|
192
|
+
"inputs": []
|
|
193
|
+
},
|
|
194
|
+
{
|
|
195
|
+
"type": "error",
|
|
196
|
+
"name": "InvalidDomain",
|
|
197
|
+
"inputs": []
|
|
198
|
+
},
|
|
199
|
+
{
|
|
200
|
+
"type": "error",
|
|
201
|
+
"name": "InvalidProof",
|
|
202
|
+
"inputs": []
|
|
203
|
+
},
|
|
204
|
+
{
|
|
205
|
+
"type": "error",
|
|
206
|
+
"name": "InvalidScope",
|
|
207
|
+
"inputs": []
|
|
208
|
+
},
|
|
209
|
+
{
|
|
210
|
+
"type": "error",
|
|
211
|
+
"name": "MerkleLib__InvalidIndexForPathLength",
|
|
212
|
+
"inputs": []
|
|
213
|
+
},
|
|
214
|
+
{
|
|
215
|
+
"type": "error",
|
|
216
|
+
"name": "MerkleProofInvalid",
|
|
217
|
+
"inputs": []
|
|
218
|
+
},
|
|
219
|
+
{
|
|
220
|
+
"type": "error",
|
|
221
|
+
"name": "NoNullifier",
|
|
222
|
+
"inputs": []
|
|
223
|
+
},
|
|
224
|
+
{
|
|
225
|
+
"type": "error",
|
|
226
|
+
"name": "Outbox__InvalidChainId",
|
|
227
|
+
"inputs": []
|
|
228
|
+
},
|
|
229
|
+
{
|
|
230
|
+
"type": "error",
|
|
231
|
+
"name": "Outbox__Unauthorized",
|
|
232
|
+
"inputs": []
|
|
233
|
+
},
|
|
234
|
+
{
|
|
235
|
+
"type": "function",
|
|
236
|
+
"name": "REGISTRY",
|
|
237
|
+
"inputs": [],
|
|
238
|
+
"outputs": [
|
|
239
|
+
{
|
|
240
|
+
"name": "",
|
|
241
|
+
"type": "address",
|
|
242
|
+
"internalType": "contract IRegistry"
|
|
243
|
+
}
|
|
244
|
+
],
|
|
245
|
+
"stateMutability": "view"
|
|
246
|
+
},
|
|
247
|
+
{
|
|
248
|
+
"type": "error",
|
|
249
|
+
"name": "Registry__NoRollupsRegistered",
|
|
250
|
+
"inputs": []
|
|
251
|
+
},
|
|
252
|
+
{
|
|
253
|
+
"type": "error",
|
|
254
|
+
"name": "Rollup__AttestationsAreValid",
|
|
255
|
+
"inputs": []
|
|
256
|
+
},
|
|
257
|
+
{
|
|
258
|
+
"type": "error",
|
|
259
|
+
"name": "Rollup__BlockAlreadyProven",
|
|
260
|
+
"inputs": []
|
|
261
|
+
},
|
|
262
|
+
{
|
|
263
|
+
"type": "error",
|
|
264
|
+
"name": "Rollup__BlockNotInPendingChain",
|
|
265
|
+
"inputs": []
|
|
266
|
+
},
|
|
267
|
+
{
|
|
268
|
+
"type": "error",
|
|
269
|
+
"name": "Rollup__InvalidAttestations",
|
|
270
|
+
"inputs": []
|
|
271
|
+
},
|
|
272
|
+
{
|
|
273
|
+
"type": "error",
|
|
274
|
+
"name": "Rollup__InvalidCoinbase",
|
|
275
|
+
"inputs": []
|
|
276
|
+
},
|
|
277
|
+
{
|
|
278
|
+
"type": "error",
|
|
279
|
+
"name": "Rollup__InvalidFirstEpochProof",
|
|
280
|
+
"inputs": []
|
|
281
|
+
},
|
|
282
|
+
{
|
|
283
|
+
"type": "error",
|
|
284
|
+
"name": "Rollup__InvalidProof",
|
|
285
|
+
"inputs": []
|
|
286
|
+
},
|
|
287
|
+
{
|
|
288
|
+
"type": "error",
|
|
289
|
+
"name": "Rollup__ManaLimitExceeded",
|
|
290
|
+
"inputs": []
|
|
291
|
+
},
|
|
292
|
+
{
|
|
293
|
+
"type": "error",
|
|
294
|
+
"name": "Rollup__NoEpochToProve",
|
|
295
|
+
"inputs": []
|
|
296
|
+
},
|
|
297
|
+
{
|
|
298
|
+
"type": "error",
|
|
299
|
+
"name": "Rollup__NonSequentialProving",
|
|
300
|
+
"inputs": []
|
|
301
|
+
},
|
|
302
|
+
{
|
|
303
|
+
"type": "error",
|
|
304
|
+
"name": "Rollup__NonZeroDaFee",
|
|
305
|
+
"inputs": []
|
|
306
|
+
},
|
|
307
|
+
{
|
|
308
|
+
"type": "error",
|
|
309
|
+
"name": "Rollup__NothingToPrune",
|
|
310
|
+
"inputs": []
|
|
311
|
+
},
|
|
312
|
+
{
|
|
313
|
+
"type": "error",
|
|
314
|
+
"name": "Rollup__RewardsNotClaimable",
|
|
315
|
+
"inputs": []
|
|
316
|
+
},
|
|
317
|
+
{
|
|
318
|
+
"type": "error",
|
|
319
|
+
"name": "Rollup__StartIsNotBuildingOnProven",
|
|
320
|
+
"inputs": []
|
|
321
|
+
},
|
|
322
|
+
{
|
|
323
|
+
"type": "error",
|
|
324
|
+
"name": "Rollup__StartIsNotFirstBlockOfEpoch",
|
|
325
|
+
"inputs": []
|
|
326
|
+
},
|
|
327
|
+
{
|
|
328
|
+
"type": "error",
|
|
329
|
+
"name": "Rollup__TimestampTooOld",
|
|
330
|
+
"inputs": []
|
|
331
|
+
},
|
|
332
|
+
{
|
|
333
|
+
"type": "error",
|
|
334
|
+
"name": "Rollup__TryingToProveNonExistingBlock",
|
|
335
|
+
"inputs": []
|
|
336
|
+
},
|
|
337
|
+
{
|
|
338
|
+
"type": "function",
|
|
339
|
+
"name": "STAKING_ASSET",
|
|
340
|
+
"inputs": [],
|
|
341
|
+
"outputs": [
|
|
342
|
+
{
|
|
343
|
+
"name": "",
|
|
344
|
+
"type": "address",
|
|
345
|
+
"internalType": "contract IMintableERC20"
|
|
346
|
+
}
|
|
347
|
+
],
|
|
348
|
+
"stateMutability": "view"
|
|
349
|
+
},
|
|
350
|
+
{
|
|
351
|
+
"type": "error",
|
|
352
|
+
"name": "Staking__DepositOutOfGas",
|
|
353
|
+
"inputs": []
|
|
354
|
+
},
|
|
355
|
+
{
|
|
356
|
+
"type": "error",
|
|
357
|
+
"name": "Staking__GovernanceAlreadySet",
|
|
358
|
+
"inputs": []
|
|
359
|
+
},
|
|
360
|
+
{
|
|
361
|
+
"type": "error",
|
|
362
|
+
"name": "Staking__InvalidStakingQueueConfig",
|
|
363
|
+
"inputs": []
|
|
364
|
+
},
|
|
365
|
+
{
|
|
366
|
+
"type": "error",
|
|
367
|
+
"name": "Staking__QueueEmpty",
|
|
368
|
+
"inputs": []
|
|
369
|
+
},
|
|
370
|
+
{
|
|
371
|
+
"type": "error",
|
|
372
|
+
"name": "TallySlashingProposer__InvalidCommitteeCommitment",
|
|
373
|
+
"inputs": []
|
|
374
|
+
},
|
|
375
|
+
{
|
|
376
|
+
"type": "error",
|
|
377
|
+
"name": "TallySlashingProposer__InvalidSignature",
|
|
378
|
+
"inputs": []
|
|
379
|
+
},
|
|
380
|
+
{
|
|
381
|
+
"type": "error",
|
|
382
|
+
"name": "TallySlashingProposer__QuorumMustBeGreaterThanZero",
|
|
383
|
+
"inputs": []
|
|
384
|
+
},
|
|
385
|
+
{
|
|
386
|
+
"type": "error",
|
|
387
|
+
"name": "TallySlashingProposer__SlashAmountTooLarge",
|
|
388
|
+
"inputs": []
|
|
389
|
+
},
|
|
390
|
+
{
|
|
391
|
+
"type": "error",
|
|
392
|
+
"name": "ValidatorSelection__EpochNotSetup",
|
|
393
|
+
"inputs": []
|
|
394
|
+
},
|
|
395
|
+
{
|
|
396
|
+
"type": "function",
|
|
397
|
+
"name": "depositMerkleRoot",
|
|
398
|
+
"inputs": [],
|
|
399
|
+
"outputs": [
|
|
400
|
+
{
|
|
401
|
+
"name": "",
|
|
402
|
+
"type": "bytes32",
|
|
403
|
+
"internalType": "bytes32"
|
|
404
|
+
}
|
|
405
|
+
],
|
|
406
|
+
"stateMutability": "view"
|
|
407
|
+
},
|
|
408
|
+
{
|
|
409
|
+
"type": "function",
|
|
410
|
+
"name": "depositsPerMint",
|
|
411
|
+
"inputs": [],
|
|
412
|
+
"outputs": [
|
|
413
|
+
{
|
|
414
|
+
"name": "",
|
|
415
|
+
"type": "uint256",
|
|
416
|
+
"internalType": "uint256"
|
|
417
|
+
}
|
|
418
|
+
],
|
|
419
|
+
"stateMutability": "view"
|
|
420
|
+
},
|
|
421
|
+
{
|
|
422
|
+
"type": "function",
|
|
423
|
+
"name": "getRollup",
|
|
424
|
+
"inputs": [],
|
|
425
|
+
"outputs": [
|
|
426
|
+
{
|
|
427
|
+
"name": "",
|
|
428
|
+
"type": "address",
|
|
429
|
+
"internalType": "address"
|
|
430
|
+
}
|
|
431
|
+
],
|
|
432
|
+
"stateMutability": "view"
|
|
433
|
+
},
|
|
434
|
+
{
|
|
435
|
+
"type": "function",
|
|
436
|
+
"name": "lastMintTimestamp",
|
|
437
|
+
"inputs": [],
|
|
438
|
+
"outputs": [
|
|
439
|
+
{
|
|
440
|
+
"name": "",
|
|
441
|
+
"type": "uint256",
|
|
442
|
+
"internalType": "uint256"
|
|
443
|
+
}
|
|
444
|
+
],
|
|
445
|
+
"stateMutability": "view"
|
|
446
|
+
},
|
|
447
|
+
{
|
|
448
|
+
"type": "function",
|
|
449
|
+
"name": "mintInterval",
|
|
450
|
+
"inputs": [],
|
|
451
|
+
"outputs": [
|
|
452
|
+
{
|
|
453
|
+
"name": "",
|
|
454
|
+
"type": "uint256",
|
|
455
|
+
"internalType": "uint256"
|
|
456
|
+
}
|
|
457
|
+
],
|
|
458
|
+
"stateMutability": "view"
|
|
459
|
+
},
|
|
460
|
+
{
|
|
461
|
+
"type": "function",
|
|
462
|
+
"name": "owner",
|
|
463
|
+
"inputs": [],
|
|
464
|
+
"outputs": [
|
|
465
|
+
{
|
|
466
|
+
"name": "",
|
|
467
|
+
"type": "address",
|
|
468
|
+
"internalType": "address"
|
|
469
|
+
}
|
|
470
|
+
],
|
|
471
|
+
"stateMutability": "view"
|
|
472
|
+
},
|
|
473
|
+
{
|
|
474
|
+
"type": "function",
|
|
475
|
+
"name": "renounceOwnership",
|
|
476
|
+
"inputs": [],
|
|
477
|
+
"outputs": [],
|
|
478
|
+
"stateMutability": "nonpayable"
|
|
479
|
+
},
|
|
480
|
+
{
|
|
481
|
+
"type": "function",
|
|
482
|
+
"name": "validDomain",
|
|
483
|
+
"inputs": [],
|
|
484
|
+
"outputs": [
|
|
485
|
+
{
|
|
486
|
+
"name": "",
|
|
487
|
+
"type": "string",
|
|
488
|
+
"internalType": "string"
|
|
489
|
+
}
|
|
490
|
+
],
|
|
491
|
+
"stateMutability": "view"
|
|
492
|
+
},
|
|
493
|
+
{
|
|
494
|
+
"type": "function",
|
|
495
|
+
"name": "validScope",
|
|
496
|
+
"inputs": [],
|
|
497
|
+
"outputs": [
|
|
498
|
+
{
|
|
499
|
+
"name": "",
|
|
500
|
+
"type": "string",
|
|
501
|
+
"internalType": "string"
|
|
502
|
+
}
|
|
503
|
+
],
|
|
504
|
+
"stateMutability": "view"
|
|
505
|
+
},
|
|
506
|
+
{
|
|
507
|
+
"type": "function",
|
|
508
|
+
"name": "withdrawer",
|
|
509
|
+
"inputs": [],
|
|
510
|
+
"outputs": [
|
|
511
|
+
{
|
|
512
|
+
"name": "",
|
|
513
|
+
"type": "address",
|
|
514
|
+
"internalType": "address"
|
|
515
|
+
}
|
|
516
|
+
],
|
|
517
|
+
"stateMutability": "view"
|
|
518
|
+
},
|
|
519
|
+
{
|
|
520
|
+
"type": "function",
|
|
521
|
+
"name": "zkPassportVerifier",
|
|
522
|
+
"inputs": [],
|
|
523
|
+
"outputs": [
|
|
524
|
+
{
|
|
525
|
+
"name": "",
|
|
526
|
+
"type": "address",
|
|
527
|
+
"internalType": "contract ZKPassportVerifier"
|
|
528
|
+
}
|
|
529
|
+
],
|
|
530
|
+
"stateMutability": "view"
|
|
531
|
+
},
|
|
4
532
|
{
|
|
5
533
|
"type": "constructor",
|
|
6
534
|
"inputs": [
|
|
@@ -101,54 +629,6 @@
|
|
|
101
629
|
}
|
|
102
630
|
]
|
|
103
631
|
},
|
|
104
|
-
{
|
|
105
|
-
"type": "error",
|
|
106
|
-
"name": "AttestationLib__OutOfBounds",
|
|
107
|
-
"inputs": [
|
|
108
|
-
{
|
|
109
|
-
"name": "",
|
|
110
|
-
"type": "uint256",
|
|
111
|
-
"internalType": "uint256"
|
|
112
|
-
},
|
|
113
|
-
{
|
|
114
|
-
"name": "",
|
|
115
|
-
"type": "uint256",
|
|
116
|
-
"internalType": "uint256"
|
|
117
|
-
}
|
|
118
|
-
]
|
|
119
|
-
},
|
|
120
|
-
{
|
|
121
|
-
"type": "error",
|
|
122
|
-
"name": "AttestationLib__SignatureIndicesSizeMismatch",
|
|
123
|
-
"inputs": [
|
|
124
|
-
{
|
|
125
|
-
"name": "",
|
|
126
|
-
"type": "uint256",
|
|
127
|
-
"internalType": "uint256"
|
|
128
|
-
},
|
|
129
|
-
{
|
|
130
|
-
"name": "",
|
|
131
|
-
"type": "uint256",
|
|
132
|
-
"internalType": "uint256"
|
|
133
|
-
}
|
|
134
|
-
]
|
|
135
|
-
},
|
|
136
|
-
{
|
|
137
|
-
"type": "error",
|
|
138
|
-
"name": "AttestationLib__SignaturesOrAddressesSizeMismatch",
|
|
139
|
-
"inputs": [
|
|
140
|
-
{
|
|
141
|
-
"name": "",
|
|
142
|
-
"type": "uint256",
|
|
143
|
-
"internalType": "uint256"
|
|
144
|
-
},
|
|
145
|
-
{
|
|
146
|
-
"name": "",
|
|
147
|
-
"type": "uint256",
|
|
148
|
-
"internalType": "uint256"
|
|
149
|
-
}
|
|
150
|
-
]
|
|
151
|
-
},
|
|
152
632
|
{
|
|
153
633
|
"type": "error",
|
|
154
634
|
"name": "AttesterDoesNotExist",
|
|
@@ -160,48 +640,6 @@
|
|
|
160
640
|
}
|
|
161
641
|
]
|
|
162
642
|
},
|
|
163
|
-
{
|
|
164
|
-
"type": "error",
|
|
165
|
-
"name": "CannotMintZeroAmount",
|
|
166
|
-
"inputs": []
|
|
167
|
-
},
|
|
168
|
-
{
|
|
169
|
-
"type": "error",
|
|
170
|
-
"name": "CoinIssuer__InsufficientMintAvailable",
|
|
171
|
-
"inputs": [
|
|
172
|
-
{
|
|
173
|
-
"name": "available",
|
|
174
|
-
"type": "uint256",
|
|
175
|
-
"internalType": "uint256"
|
|
176
|
-
},
|
|
177
|
-
{
|
|
178
|
-
"name": "needed",
|
|
179
|
-
"type": "uint256",
|
|
180
|
-
"internalType": "uint256"
|
|
181
|
-
}
|
|
182
|
-
]
|
|
183
|
-
},
|
|
184
|
-
{
|
|
185
|
-
"type": "error",
|
|
186
|
-
"name": "Delegation__InsufficientPower",
|
|
187
|
-
"inputs": [
|
|
188
|
-
{
|
|
189
|
-
"name": "",
|
|
190
|
-
"type": "address",
|
|
191
|
-
"internalType": "address"
|
|
192
|
-
},
|
|
193
|
-
{
|
|
194
|
-
"name": "",
|
|
195
|
-
"type": "uint256",
|
|
196
|
-
"internalType": "uint256"
|
|
197
|
-
},
|
|
198
|
-
{
|
|
199
|
-
"name": "",
|
|
200
|
-
"type": "uint256",
|
|
201
|
-
"internalType": "uint256"
|
|
202
|
-
}
|
|
203
|
-
]
|
|
204
|
-
},
|
|
205
643
|
{
|
|
206
644
|
"type": "event",
|
|
207
645
|
"name": "DepositMerkleRootUpdated",
|
|
@@ -228,27 +666,6 @@
|
|
|
228
666
|
],
|
|
229
667
|
"anonymous": false
|
|
230
668
|
},
|
|
231
|
-
{
|
|
232
|
-
"type": "error",
|
|
233
|
-
"name": "DevNet__InvalidProposer",
|
|
234
|
-
"inputs": [
|
|
235
|
-
{
|
|
236
|
-
"name": "expected",
|
|
237
|
-
"type": "address",
|
|
238
|
-
"internalType": "address"
|
|
239
|
-
},
|
|
240
|
-
{
|
|
241
|
-
"name": "actual",
|
|
242
|
-
"type": "address",
|
|
243
|
-
"internalType": "address"
|
|
244
|
-
}
|
|
245
|
-
]
|
|
246
|
-
},
|
|
247
|
-
{
|
|
248
|
-
"type": "error",
|
|
249
|
-
"name": "DevNet__NoPruningAllowed",
|
|
250
|
-
"inputs": []
|
|
251
|
-
},
|
|
252
669
|
{
|
|
253
670
|
"type": "event",
|
|
254
671
|
"name": "DomainUpdated",
|
|
@@ -264,38 +681,8 @@
|
|
|
264
681
|
},
|
|
265
682
|
{
|
|
266
683
|
"type": "error",
|
|
267
|
-
"name": "
|
|
268
|
-
"inputs": []
|
|
269
|
-
},
|
|
270
|
-
{
|
|
271
|
-
"type": "error",
|
|
272
|
-
"name": "FeeJuicePortal__InvalidInitialization",
|
|
273
|
-
"inputs": []
|
|
274
|
-
},
|
|
275
|
-
{
|
|
276
|
-
"type": "error",
|
|
277
|
-
"name": "FeeJuicePortal__Unauthorized",
|
|
278
|
-
"inputs": []
|
|
279
|
-
},
|
|
280
|
-
{
|
|
281
|
-
"type": "error",
|
|
282
|
-
"name": "FeeLib__AlreadyPreheated",
|
|
283
|
-
"inputs": []
|
|
284
|
-
},
|
|
285
|
-
{
|
|
286
|
-
"type": "error",
|
|
287
|
-
"name": "FeeLib__InvalidFeeAssetPriceModifier",
|
|
288
|
-
"inputs": []
|
|
289
|
-
},
|
|
290
|
-
{
|
|
291
|
-
"type": "error",
|
|
292
|
-
"name": "GSE__AlreadyRegistered",
|
|
684
|
+
"name": "GSE__FailedToRemove",
|
|
293
685
|
"inputs": [
|
|
294
|
-
{
|
|
295
|
-
"name": "",
|
|
296
|
-
"type": "address",
|
|
297
|
-
"internalType": "address"
|
|
298
|
-
},
|
|
299
686
|
{
|
|
300
687
|
"name": "",
|
|
301
688
|
"type": "address",
|
|
@@ -305,23 +692,18 @@
|
|
|
305
692
|
},
|
|
306
693
|
{
|
|
307
694
|
"type": "error",
|
|
308
|
-
"name": "
|
|
695
|
+
"name": "GSE__FatalError",
|
|
309
696
|
"inputs": [
|
|
310
697
|
{
|
|
311
|
-
"name": "
|
|
312
|
-
"type": "
|
|
313
|
-
"internalType": "
|
|
314
|
-
},
|
|
315
|
-
{
|
|
316
|
-
"name": "existingPk1y",
|
|
317
|
-
"type": "uint256",
|
|
318
|
-
"internalType": "uint256"
|
|
698
|
+
"name": "",
|
|
699
|
+
"type": "string",
|
|
700
|
+
"internalType": "string"
|
|
319
701
|
}
|
|
320
702
|
]
|
|
321
703
|
},
|
|
322
704
|
{
|
|
323
705
|
"type": "error",
|
|
324
|
-
"name": "
|
|
706
|
+
"name": "GSE__InstanceDoesNotExist",
|
|
325
707
|
"inputs": [
|
|
326
708
|
{
|
|
327
709
|
"name": "",
|
|
@@ -332,23 +714,18 @@
|
|
|
332
714
|
},
|
|
333
715
|
{
|
|
334
716
|
"type": "error",
|
|
335
|
-
"name": "
|
|
717
|
+
"name": "GSE__InvalidRollupAddress",
|
|
336
718
|
"inputs": [
|
|
337
719
|
{
|
|
338
720
|
"name": "",
|
|
339
|
-
"type": "
|
|
340
|
-
"internalType": "
|
|
721
|
+
"type": "address",
|
|
722
|
+
"internalType": "address"
|
|
341
723
|
}
|
|
342
724
|
]
|
|
343
725
|
},
|
|
344
726
|
{
|
|
345
727
|
"type": "error",
|
|
346
|
-
"name": "
|
|
347
|
-
"inputs": []
|
|
348
|
-
},
|
|
349
|
-
{
|
|
350
|
-
"type": "error",
|
|
351
|
-
"name": "GSE__InstanceDoesNotExist",
|
|
728
|
+
"name": "GSE__NotLatestRollup",
|
|
352
729
|
"inputs": [
|
|
353
730
|
{
|
|
354
731
|
"name": "",
|
|
@@ -359,28 +736,18 @@
|
|
|
359
736
|
},
|
|
360
737
|
{
|
|
361
738
|
"type": "error",
|
|
362
|
-
"name": "
|
|
739
|
+
"name": "GSE__NotRollup",
|
|
363
740
|
"inputs": [
|
|
364
741
|
{
|
|
365
742
|
"name": "",
|
|
366
|
-
"type": "
|
|
367
|
-
"internalType": "
|
|
368
|
-
},
|
|
369
|
-
{
|
|
370
|
-
"name": "",
|
|
371
|
-
"type": "uint256",
|
|
372
|
-
"internalType": "uint256"
|
|
743
|
+
"type": "address",
|
|
744
|
+
"internalType": "address"
|
|
373
745
|
}
|
|
374
746
|
]
|
|
375
747
|
},
|
|
376
748
|
{
|
|
377
749
|
"type": "error",
|
|
378
|
-
"name": "
|
|
379
|
-
"inputs": []
|
|
380
|
-
},
|
|
381
|
-
{
|
|
382
|
-
"type": "error",
|
|
383
|
-
"name": "GSE__InvalidRollupAddress",
|
|
750
|
+
"name": "GSE__NothingToExit",
|
|
384
751
|
"inputs": [
|
|
385
752
|
{
|
|
386
753
|
"name": "",
|
|
@@ -391,18 +758,18 @@
|
|
|
391
758
|
},
|
|
392
759
|
{
|
|
393
760
|
"type": "error",
|
|
394
|
-
"name": "
|
|
761
|
+
"name": "GSE__ProofOfPossessionAlreadySeen",
|
|
395
762
|
"inputs": [
|
|
396
763
|
{
|
|
397
|
-
"name": "",
|
|
398
|
-
"type": "
|
|
399
|
-
"internalType": "
|
|
764
|
+
"name": "hashedPK1",
|
|
765
|
+
"type": "bytes32",
|
|
766
|
+
"internalType": "bytes32"
|
|
400
767
|
}
|
|
401
768
|
]
|
|
402
769
|
},
|
|
403
770
|
{
|
|
404
771
|
"type": "error",
|
|
405
|
-
"name": "
|
|
772
|
+
"name": "GSE__RollupAlreadyRegistered",
|
|
406
773
|
"inputs": [
|
|
407
774
|
{
|
|
408
775
|
"name": "",
|
|
@@ -413,26 +780,21 @@
|
|
|
413
780
|
},
|
|
414
781
|
{
|
|
415
782
|
"type": "error",
|
|
416
|
-
"name": "
|
|
783
|
+
"name": "GovernanceProposer__FailedToSubmitRoundWinner",
|
|
417
784
|
"inputs": [
|
|
418
785
|
{
|
|
419
|
-
"name": "",
|
|
420
|
-
"type": "address",
|
|
421
|
-
"internalType": "address"
|
|
422
|
-
},
|
|
423
|
-
{
|
|
424
|
-
"name": "",
|
|
786
|
+
"name": "payload",
|
|
425
787
|
"type": "address",
|
|
426
|
-
"internalType": "
|
|
788
|
+
"internalType": "contract IPayload"
|
|
427
789
|
}
|
|
428
790
|
]
|
|
429
791
|
},
|
|
430
792
|
{
|
|
431
793
|
"type": "error",
|
|
432
|
-
"name": "
|
|
794
|
+
"name": "GovernanceProposer__InstanceHaveNoCode",
|
|
433
795
|
"inputs": [
|
|
434
796
|
{
|
|
435
|
-
"name": "",
|
|
797
|
+
"name": "instance",
|
|
436
798
|
"type": "address",
|
|
437
799
|
"internalType": "address"
|
|
438
800
|
}
|
|
@@ -440,64 +802,65 @@
|
|
|
440
802
|
},
|
|
441
803
|
{
|
|
442
804
|
"type": "error",
|
|
443
|
-
"name": "
|
|
805
|
+
"name": "GovernanceProposer__PayloadAlreadySubmitted",
|
|
444
806
|
"inputs": [
|
|
445
807
|
{
|
|
446
|
-
"name": "",
|
|
808
|
+
"name": "roundNumber",
|
|
447
809
|
"type": "uint256",
|
|
448
810
|
"internalType": "uint256"
|
|
449
|
-
}
|
|
811
|
+
}
|
|
812
|
+
]
|
|
813
|
+
},
|
|
814
|
+
{
|
|
815
|
+
"type": "error",
|
|
816
|
+
"name": "GovernanceProposer__PayloadHaveNoCode",
|
|
817
|
+
"inputs": [
|
|
450
818
|
{
|
|
451
|
-
"name": "",
|
|
452
|
-
"type": "
|
|
453
|
-
"internalType": "
|
|
819
|
+
"name": "payload",
|
|
820
|
+
"type": "address",
|
|
821
|
+
"internalType": "contract IPayload"
|
|
454
822
|
}
|
|
455
823
|
]
|
|
456
824
|
},
|
|
457
825
|
{
|
|
458
826
|
"type": "error",
|
|
459
|
-
"name": "
|
|
827
|
+
"name": "GovernanceProposer__SignalAlreadyCastForSlot",
|
|
460
828
|
"inputs": [
|
|
461
829
|
{
|
|
462
|
-
"name": "
|
|
463
|
-
"type": "
|
|
464
|
-
"internalType": "
|
|
830
|
+
"name": "slot",
|
|
831
|
+
"type": "uint256",
|
|
832
|
+
"internalType": "Slot"
|
|
465
833
|
}
|
|
466
834
|
]
|
|
467
835
|
},
|
|
468
836
|
{
|
|
469
837
|
"type": "error",
|
|
470
|
-
"name": "
|
|
838
|
+
"name": "Governance__BlsKeyInvalidG1Point",
|
|
471
839
|
"inputs": [
|
|
472
840
|
{
|
|
473
841
|
"name": "",
|
|
474
|
-
"type": "
|
|
475
|
-
"internalType": "
|
|
842
|
+
"type": "uint256[2]",
|
|
843
|
+
"internalType": "uint256[2]"
|
|
476
844
|
}
|
|
477
845
|
]
|
|
478
846
|
},
|
|
479
847
|
{
|
|
480
848
|
"type": "error",
|
|
481
|
-
"name": "
|
|
849
|
+
"name": "Governance__BlsKeyInvalidG2Point",
|
|
482
850
|
"inputs": [
|
|
483
851
|
{
|
|
484
|
-
"name": "
|
|
485
|
-
"type": "
|
|
486
|
-
"internalType": "
|
|
852
|
+
"name": "",
|
|
853
|
+
"type": "uint256[4]",
|
|
854
|
+
"internalType": "uint256[4]"
|
|
487
855
|
}
|
|
488
856
|
]
|
|
489
857
|
},
|
|
490
858
|
{
|
|
491
859
|
"type": "error",
|
|
492
|
-
"name": "
|
|
493
|
-
"inputs": []
|
|
494
|
-
},
|
|
495
|
-
{
|
|
496
|
-
"type": "error",
|
|
497
|
-
"name": "GovernanceProposer__InstanceHaveNoCode",
|
|
860
|
+
"name": "Governance__CallFailed",
|
|
498
861
|
"inputs": [
|
|
499
862
|
{
|
|
500
|
-
"name": "
|
|
863
|
+
"name": "target",
|
|
501
864
|
"type": "address",
|
|
502
865
|
"internalType": "address"
|
|
503
866
|
}
|
|
@@ -505,47 +868,32 @@
|
|
|
505
868
|
},
|
|
506
869
|
{
|
|
507
870
|
"type": "error",
|
|
508
|
-
"name": "
|
|
871
|
+
"name": "Governance__ConfigurationLib__TimeTooBig",
|
|
509
872
|
"inputs": [
|
|
510
873
|
{
|
|
511
|
-
"name": "
|
|
512
|
-
"type": "
|
|
513
|
-
"internalType": "
|
|
514
|
-
},
|
|
515
|
-
{
|
|
516
|
-
"name": "signalsNeeded",
|
|
517
|
-
"type": "uint256",
|
|
518
|
-
"internalType": "uint256"
|
|
874
|
+
"name": "name",
|
|
875
|
+
"type": "string",
|
|
876
|
+
"internalType": "string"
|
|
519
877
|
}
|
|
520
878
|
]
|
|
521
879
|
},
|
|
522
880
|
{
|
|
523
881
|
"type": "error",
|
|
524
|
-
"name": "
|
|
882
|
+
"name": "Governance__ConfigurationLib__TimeTooSmall",
|
|
525
883
|
"inputs": [
|
|
526
884
|
{
|
|
527
|
-
"name": "
|
|
528
|
-
"type": "
|
|
529
|
-
"internalType": "
|
|
530
|
-
},
|
|
531
|
-
{
|
|
532
|
-
"name": "executionDelayInRounds",
|
|
533
|
-
"type": "uint256",
|
|
534
|
-
"internalType": "uint256"
|
|
885
|
+
"name": "name",
|
|
886
|
+
"type": "string",
|
|
887
|
+
"internalType": "string"
|
|
535
888
|
}
|
|
536
889
|
]
|
|
537
890
|
},
|
|
538
891
|
{
|
|
539
892
|
"type": "error",
|
|
540
|
-
"name": "
|
|
893
|
+
"name": "Governance__ProposalDoesNotExists",
|
|
541
894
|
"inputs": [
|
|
542
895
|
{
|
|
543
|
-
"name": "
|
|
544
|
-
"type": "uint256",
|
|
545
|
-
"internalType": "uint256"
|
|
546
|
-
},
|
|
547
|
-
{
|
|
548
|
-
"name": "roundSize",
|
|
896
|
+
"name": "proposalId",
|
|
549
897
|
"type": "uint256",
|
|
550
898
|
"internalType": "uint256"
|
|
551
899
|
}
|
|
@@ -553,74 +901,56 @@
|
|
|
553
901
|
},
|
|
554
902
|
{
|
|
555
903
|
"type": "error",
|
|
556
|
-
"name": "
|
|
904
|
+
"name": "Inbox__ActorTooLarge",
|
|
557
905
|
"inputs": [
|
|
558
906
|
{
|
|
559
|
-
"name": "
|
|
560
|
-
"type": "
|
|
561
|
-
"internalType": "
|
|
562
|
-
},
|
|
563
|
-
{
|
|
564
|
-
"name": "proposer",
|
|
565
|
-
"type": "address",
|
|
566
|
-
"internalType": "address"
|
|
907
|
+
"name": "actor",
|
|
908
|
+
"type": "bytes32",
|
|
909
|
+
"internalType": "bytes32"
|
|
567
910
|
}
|
|
568
911
|
]
|
|
569
912
|
},
|
|
570
913
|
{
|
|
571
914
|
"type": "error",
|
|
572
|
-
"name": "
|
|
915
|
+
"name": "Inbox__ContentTooLarge",
|
|
573
916
|
"inputs": [
|
|
574
917
|
{
|
|
575
|
-
"name": "
|
|
576
|
-
"type": "
|
|
577
|
-
"internalType": "
|
|
918
|
+
"name": "content",
|
|
919
|
+
"type": "bytes32",
|
|
920
|
+
"internalType": "bytes32"
|
|
578
921
|
}
|
|
579
922
|
]
|
|
580
923
|
},
|
|
581
924
|
{
|
|
582
925
|
"type": "error",
|
|
583
|
-
"name": "
|
|
584
|
-
"inputs": []
|
|
585
|
-
},
|
|
586
|
-
{
|
|
587
|
-
"type": "error",
|
|
588
|
-
"name": "GovernanceProposer__PayloadHaveNoCode",
|
|
926
|
+
"name": "Inbox__SecretHashTooLarge",
|
|
589
927
|
"inputs": [
|
|
590
928
|
{
|
|
591
|
-
"name": "
|
|
592
|
-
"type": "
|
|
593
|
-
"internalType": "
|
|
929
|
+
"name": "secretHash",
|
|
930
|
+
"type": "bytes32",
|
|
931
|
+
"internalType": "bytes32"
|
|
594
932
|
}
|
|
595
933
|
]
|
|
596
934
|
},
|
|
597
935
|
{
|
|
598
|
-
"type": "
|
|
599
|
-
"name": "
|
|
936
|
+
"type": "event",
|
|
937
|
+
"name": "IntervalUpdated",
|
|
600
938
|
"inputs": [
|
|
601
939
|
{
|
|
602
|
-
"name": "
|
|
603
|
-
"type": "uint256",
|
|
604
|
-
"internalType": "uint256"
|
|
605
|
-
},
|
|
606
|
-
{
|
|
607
|
-
"name": "roundSize",
|
|
940
|
+
"name": "_interval",
|
|
608
941
|
"type": "uint256",
|
|
942
|
+
"indexed": false,
|
|
609
943
|
"internalType": "uint256"
|
|
610
944
|
}
|
|
611
|
-
]
|
|
945
|
+
],
|
|
946
|
+
"anonymous": false
|
|
612
947
|
},
|
|
613
948
|
{
|
|
614
949
|
"type": "error",
|
|
615
|
-
"name": "
|
|
950
|
+
"name": "Outbox__BlockNotProven",
|
|
616
951
|
"inputs": [
|
|
617
952
|
{
|
|
618
|
-
"name": "
|
|
619
|
-
"type": "uint256",
|
|
620
|
-
"internalType": "uint256"
|
|
621
|
-
},
|
|
622
|
-
{
|
|
623
|
-
"name": "currentRoundNumber",
|
|
953
|
+
"name": "l2BlockNumber",
|
|
624
954
|
"type": "uint256",
|
|
625
955
|
"internalType": "uint256"
|
|
626
956
|
}
|
|
@@ -628,59 +958,54 @@
|
|
|
628
958
|
},
|
|
629
959
|
{
|
|
630
960
|
"type": "error",
|
|
631
|
-
"name": "
|
|
961
|
+
"name": "Outbox__NothingToConsume",
|
|
632
962
|
"inputs": [
|
|
633
963
|
{
|
|
634
|
-
"name": "
|
|
635
|
-
"type": "
|
|
636
|
-
"internalType": "
|
|
637
|
-
},
|
|
638
|
-
{
|
|
639
|
-
"name": "currentRoundNumber",
|
|
640
|
-
"type": "uint256",
|
|
641
|
-
"internalType": "uint256"
|
|
964
|
+
"name": "messageHash",
|
|
965
|
+
"type": "bytes32",
|
|
966
|
+
"internalType": "bytes32"
|
|
642
967
|
}
|
|
643
968
|
]
|
|
644
969
|
},
|
|
645
970
|
{
|
|
646
971
|
"type": "error",
|
|
647
|
-
"name": "
|
|
972
|
+
"name": "Outbox__NothingToConsumeAtBlock",
|
|
648
973
|
"inputs": [
|
|
649
974
|
{
|
|
650
|
-
"name": "
|
|
975
|
+
"name": "l2BlockNumber",
|
|
651
976
|
"type": "uint256",
|
|
652
|
-
"internalType": "
|
|
977
|
+
"internalType": "uint256"
|
|
653
978
|
}
|
|
654
979
|
]
|
|
655
980
|
},
|
|
656
981
|
{
|
|
657
982
|
"type": "error",
|
|
658
|
-
"name": "
|
|
983
|
+
"name": "Outbox__RootAlreadySetAtBlock",
|
|
659
984
|
"inputs": [
|
|
660
985
|
{
|
|
661
|
-
"name": "",
|
|
662
|
-
"type": "uint256
|
|
663
|
-
"internalType": "uint256
|
|
986
|
+
"name": "l2BlockNumber",
|
|
987
|
+
"type": "uint256",
|
|
988
|
+
"internalType": "uint256"
|
|
664
989
|
}
|
|
665
990
|
]
|
|
666
991
|
},
|
|
667
992
|
{
|
|
668
993
|
"type": "error",
|
|
669
|
-
"name": "
|
|
994
|
+
"name": "OwnableInvalidOwner",
|
|
670
995
|
"inputs": [
|
|
671
996
|
{
|
|
672
|
-
"name": "",
|
|
673
|
-
"type": "
|
|
674
|
-
"internalType": "
|
|
997
|
+
"name": "owner",
|
|
998
|
+
"type": "address",
|
|
999
|
+
"internalType": "address"
|
|
675
1000
|
}
|
|
676
1001
|
]
|
|
677
1002
|
},
|
|
678
1003
|
{
|
|
679
1004
|
"type": "error",
|
|
680
|
-
"name": "
|
|
1005
|
+
"name": "OwnableUnauthorizedAccount",
|
|
681
1006
|
"inputs": [
|
|
682
1007
|
{
|
|
683
|
-
"name": "
|
|
1008
|
+
"name": "account",
|
|
684
1009
|
"type": "address",
|
|
685
1010
|
"internalType": "address"
|
|
686
1011
|
}
|
|
@@ -688,31 +1013,21 @@
|
|
|
688
1013
|
},
|
|
689
1014
|
{
|
|
690
1015
|
"type": "error",
|
|
691
|
-
"name": "
|
|
1016
|
+
"name": "ProofCommitmentEscrow__NotOwner",
|
|
692
1017
|
"inputs": [
|
|
693
1018
|
{
|
|
694
1019
|
"name": "caller",
|
|
695
1020
|
"type": "address",
|
|
696
1021
|
"internalType": "address"
|
|
697
|
-
},
|
|
698
|
-
{
|
|
699
|
-
"name": "governanceProposer",
|
|
700
|
-
"type": "address",
|
|
701
|
-
"internalType": "address"
|
|
702
1022
|
}
|
|
703
1023
|
]
|
|
704
1024
|
},
|
|
705
1025
|
{
|
|
706
1026
|
"type": "error",
|
|
707
|
-
"name": "
|
|
1027
|
+
"name": "Registry__RollupAlreadyRegistered",
|
|
708
1028
|
"inputs": [
|
|
709
1029
|
{
|
|
710
|
-
"name": "
|
|
711
|
-
"type": "address",
|
|
712
|
-
"internalType": "address"
|
|
713
|
-
},
|
|
714
|
-
{
|
|
715
|
-
"name": "self",
|
|
1030
|
+
"name": "rollup",
|
|
716
1031
|
"type": "address",
|
|
717
1032
|
"internalType": "address"
|
|
718
1033
|
}
|
|
@@ -720,30 +1035,10 @@
|
|
|
720
1035
|
},
|
|
721
1036
|
{
|
|
722
1037
|
"type": "error",
|
|
723
|
-
"name": "
|
|
724
|
-
"inputs": []
|
|
725
|
-
},
|
|
726
|
-
{
|
|
727
|
-
"type": "error",
|
|
728
|
-
"name": "Governance__CannotWithdrawToAddressZero",
|
|
729
|
-
"inputs": []
|
|
730
|
-
},
|
|
731
|
-
{
|
|
732
|
-
"type": "error",
|
|
733
|
-
"name": "Governance__CheckpointedUintLib__InsufficientValue",
|
|
1038
|
+
"name": "Registry__RollupNotRegistered",
|
|
734
1039
|
"inputs": [
|
|
735
1040
|
{
|
|
736
|
-
"name": "
|
|
737
|
-
"type": "address",
|
|
738
|
-
"internalType": "address"
|
|
739
|
-
},
|
|
740
|
-
{
|
|
741
|
-
"name": "have",
|
|
742
|
-
"type": "uint256",
|
|
743
|
-
"internalType": "uint256"
|
|
744
|
-
},
|
|
745
|
-
{
|
|
746
|
-
"name": "required",
|
|
1041
|
+
"name": "version",
|
|
747
1042
|
"type": "uint256",
|
|
748
1043
|
"internalType": "uint256"
|
|
749
1044
|
}
|
|
@@ -751,286 +1046,412 @@
|
|
|
751
1046
|
},
|
|
752
1047
|
{
|
|
753
1048
|
"type": "error",
|
|
754
|
-
"name": "
|
|
755
|
-
"inputs": [
|
|
756
|
-
|
|
757
|
-
|
|
758
|
-
|
|
759
|
-
|
|
760
|
-
|
|
1049
|
+
"name": "RewardBooster__OnlyRollup",
|
|
1050
|
+
"inputs": [
|
|
1051
|
+
{
|
|
1052
|
+
"name": "caller",
|
|
1053
|
+
"type": "address",
|
|
1054
|
+
"internalType": "address"
|
|
1055
|
+
}
|
|
1056
|
+
]
|
|
761
1057
|
},
|
|
762
1058
|
{
|
|
763
1059
|
"type": "error",
|
|
764
|
-
"name": "
|
|
765
|
-
"inputs": [
|
|
1060
|
+
"name": "Rollup__InvalidBasisPointFee",
|
|
1061
|
+
"inputs": [
|
|
1062
|
+
{
|
|
1063
|
+
"name": "basisPointFee",
|
|
1064
|
+
"type": "uint256",
|
|
1065
|
+
"internalType": "uint256"
|
|
1066
|
+
}
|
|
1067
|
+
]
|
|
766
1068
|
},
|
|
767
1069
|
{
|
|
768
1070
|
"type": "error",
|
|
769
|
-
"name": "
|
|
770
|
-
"inputs": [
|
|
1071
|
+
"name": "Rollup__InvalidBlobProof",
|
|
1072
|
+
"inputs": [
|
|
1073
|
+
{
|
|
1074
|
+
"name": "blobHash",
|
|
1075
|
+
"type": "bytes32",
|
|
1076
|
+
"internalType": "bytes32"
|
|
1077
|
+
}
|
|
1078
|
+
]
|
|
771
1079
|
},
|
|
772
1080
|
{
|
|
773
1081
|
"type": "error",
|
|
774
|
-
"name": "
|
|
775
|
-
"inputs": [
|
|
1082
|
+
"name": "Rollup__UnavailableTxs",
|
|
1083
|
+
"inputs": [
|
|
1084
|
+
{
|
|
1085
|
+
"name": "txsHash",
|
|
1086
|
+
"type": "bytes32",
|
|
1087
|
+
"internalType": "bytes32"
|
|
1088
|
+
}
|
|
1089
|
+
]
|
|
776
1090
|
},
|
|
777
1091
|
{
|
|
778
|
-
"type": "
|
|
779
|
-
"name": "
|
|
780
|
-
"inputs": [
|
|
1092
|
+
"type": "event",
|
|
1093
|
+
"name": "ScopeUpdated",
|
|
1094
|
+
"inputs": [
|
|
1095
|
+
{
|
|
1096
|
+
"name": "newScope",
|
|
1097
|
+
"type": "string",
|
|
1098
|
+
"indexed": false,
|
|
1099
|
+
"internalType": "string"
|
|
1100
|
+
}
|
|
1101
|
+
],
|
|
1102
|
+
"anonymous": false
|
|
781
1103
|
},
|
|
782
1104
|
{
|
|
783
|
-
"type": "
|
|
784
|
-
"name": "
|
|
785
|
-
"inputs": [
|
|
1105
|
+
"type": "event",
|
|
1106
|
+
"name": "SkipBindCheckUpdated",
|
|
1107
|
+
"inputs": [
|
|
1108
|
+
{
|
|
1109
|
+
"name": "_skipBindCheck",
|
|
1110
|
+
"type": "bool",
|
|
1111
|
+
"indexed": false,
|
|
1112
|
+
"internalType": "bool"
|
|
1113
|
+
}
|
|
1114
|
+
],
|
|
1115
|
+
"anonymous": false
|
|
786
1116
|
},
|
|
787
1117
|
{
|
|
788
|
-
"type": "
|
|
789
|
-
"name": "
|
|
1118
|
+
"type": "event",
|
|
1119
|
+
"name": "SkipMerkleCheckUpdated",
|
|
790
1120
|
"inputs": [
|
|
791
1121
|
{
|
|
792
|
-
"name": "
|
|
793
|
-
"type": "
|
|
794
|
-
"
|
|
1122
|
+
"name": "_skipMerkleCheck",
|
|
1123
|
+
"type": "bool",
|
|
1124
|
+
"indexed": false,
|
|
1125
|
+
"internalType": "bool"
|
|
795
1126
|
}
|
|
796
|
-
]
|
|
1127
|
+
],
|
|
1128
|
+
"anonymous": false
|
|
797
1129
|
},
|
|
798
1130
|
{
|
|
799
1131
|
"type": "error",
|
|
800
|
-
"name": "
|
|
1132
|
+
"name": "Staking__AlreadyActive",
|
|
801
1133
|
"inputs": [
|
|
802
1134
|
{
|
|
803
|
-
"name": "
|
|
804
|
-
"type": "
|
|
805
|
-
"internalType": "
|
|
1135
|
+
"name": "attester",
|
|
1136
|
+
"type": "address",
|
|
1137
|
+
"internalType": "address"
|
|
806
1138
|
}
|
|
807
1139
|
]
|
|
808
1140
|
},
|
|
809
1141
|
{
|
|
810
1142
|
"type": "error",
|
|
811
|
-
"name": "
|
|
812
|
-
"inputs": [
|
|
1143
|
+
"name": "Staking__AlreadyExiting",
|
|
1144
|
+
"inputs": [
|
|
1145
|
+
{
|
|
1146
|
+
"name": "",
|
|
1147
|
+
"type": "address",
|
|
1148
|
+
"internalType": "address"
|
|
1149
|
+
}
|
|
1150
|
+
]
|
|
813
1151
|
},
|
|
814
1152
|
{
|
|
815
1153
|
"type": "error",
|
|
816
|
-
"name": "
|
|
817
|
-
"inputs": [
|
|
1154
|
+
"name": "Staking__AlreadyQueued",
|
|
1155
|
+
"inputs": [
|
|
1156
|
+
{
|
|
1157
|
+
"name": "_attester",
|
|
1158
|
+
"type": "address",
|
|
1159
|
+
"internalType": "address"
|
|
1160
|
+
}
|
|
1161
|
+
]
|
|
818
1162
|
},
|
|
819
1163
|
{
|
|
820
1164
|
"type": "error",
|
|
821
|
-
"name": "
|
|
1165
|
+
"name": "Staking__CannotSlashExitedStake",
|
|
822
1166
|
"inputs": [
|
|
823
1167
|
{
|
|
824
|
-
"name": "
|
|
1168
|
+
"name": "",
|
|
825
1169
|
"type": "address",
|
|
826
1170
|
"internalType": "address"
|
|
827
|
-
},
|
|
828
|
-
{
|
|
829
|
-
"name": "have",
|
|
830
|
-
"type": "uint256",
|
|
831
|
-
"internalType": "uint256"
|
|
832
|
-
},
|
|
833
|
-
{
|
|
834
|
-
"name": "required",
|
|
835
|
-
"type": "uint256",
|
|
836
|
-
"internalType": "uint256"
|
|
837
1171
|
}
|
|
838
1172
|
]
|
|
839
1173
|
},
|
|
840
1174
|
{
|
|
841
1175
|
"type": "error",
|
|
842
|
-
"name": "
|
|
843
|
-
"inputs": [
|
|
1176
|
+
"name": "Staking__FailedToRemove",
|
|
1177
|
+
"inputs": [
|
|
1178
|
+
{
|
|
1179
|
+
"name": "",
|
|
1180
|
+
"type": "address",
|
|
1181
|
+
"internalType": "address"
|
|
1182
|
+
}
|
|
1183
|
+
]
|
|
844
1184
|
},
|
|
845
1185
|
{
|
|
846
1186
|
"type": "error",
|
|
847
|
-
"name": "
|
|
848
|
-
"inputs": [
|
|
1187
|
+
"name": "Staking__FatalError",
|
|
1188
|
+
"inputs": [
|
|
1189
|
+
{
|
|
1190
|
+
"name": "",
|
|
1191
|
+
"type": "string",
|
|
1192
|
+
"internalType": "string"
|
|
1193
|
+
}
|
|
1194
|
+
]
|
|
849
1195
|
},
|
|
850
1196
|
{
|
|
851
1197
|
"type": "error",
|
|
852
|
-
"name": "
|
|
853
|
-
"inputs": [
|
|
1198
|
+
"name": "Staking__IncorrectGovProposer",
|
|
1199
|
+
"inputs": [
|
|
1200
|
+
{
|
|
1201
|
+
"name": "",
|
|
1202
|
+
"type": "uint256",
|
|
1203
|
+
"internalType": "uint256"
|
|
1204
|
+
}
|
|
1205
|
+
]
|
|
854
1206
|
},
|
|
855
1207
|
{
|
|
856
1208
|
"type": "error",
|
|
857
|
-
"name": "
|
|
858
|
-
"inputs": [
|
|
1209
|
+
"name": "Staking__InitiateWithdrawNeeded",
|
|
1210
|
+
"inputs": [
|
|
1211
|
+
{
|
|
1212
|
+
"name": "",
|
|
1213
|
+
"type": "address",
|
|
1214
|
+
"internalType": "address"
|
|
1215
|
+
}
|
|
1216
|
+
]
|
|
859
1217
|
},
|
|
860
1218
|
{
|
|
861
1219
|
"type": "error",
|
|
862
|
-
"name": "
|
|
1220
|
+
"name": "Staking__InstanceDoesNotExist",
|
|
863
1221
|
"inputs": [
|
|
864
1222
|
{
|
|
865
|
-
"name": "
|
|
866
|
-
"type": "
|
|
867
|
-
"internalType": "
|
|
1223
|
+
"name": "",
|
|
1224
|
+
"type": "address",
|
|
1225
|
+
"internalType": "address"
|
|
868
1226
|
}
|
|
869
1227
|
]
|
|
870
1228
|
},
|
|
871
1229
|
{
|
|
872
1230
|
"type": "error",
|
|
873
|
-
"name": "
|
|
874
|
-
"inputs": [
|
|
1231
|
+
"name": "Staking__InvalidRecipient",
|
|
1232
|
+
"inputs": [
|
|
1233
|
+
{
|
|
1234
|
+
"name": "",
|
|
1235
|
+
"type": "address",
|
|
1236
|
+
"internalType": "address"
|
|
1237
|
+
}
|
|
1238
|
+
]
|
|
875
1239
|
},
|
|
876
1240
|
{
|
|
877
1241
|
"type": "error",
|
|
878
|
-
"name": "
|
|
879
|
-
"inputs": [
|
|
1242
|
+
"name": "Staking__InvalidRollupAddress",
|
|
1243
|
+
"inputs": [
|
|
1244
|
+
{
|
|
1245
|
+
"name": "",
|
|
1246
|
+
"type": "address",
|
|
1247
|
+
"internalType": "address"
|
|
1248
|
+
}
|
|
1249
|
+
]
|
|
880
1250
|
},
|
|
881
1251
|
{
|
|
882
1252
|
"type": "error",
|
|
883
|
-
"name": "
|
|
884
|
-
"inputs": [
|
|
1253
|
+
"name": "Staking__NoOneToSlash",
|
|
1254
|
+
"inputs": [
|
|
1255
|
+
{
|
|
1256
|
+
"name": "",
|
|
1257
|
+
"type": "address",
|
|
1258
|
+
"internalType": "address"
|
|
1259
|
+
}
|
|
1260
|
+
]
|
|
885
1261
|
},
|
|
886
1262
|
{
|
|
887
1263
|
"type": "error",
|
|
888
|
-
"name": "
|
|
889
|
-
"inputs": [
|
|
1264
|
+
"name": "Staking__NotCanonical",
|
|
1265
|
+
"inputs": [
|
|
1266
|
+
{
|
|
1267
|
+
"name": "",
|
|
1268
|
+
"type": "address",
|
|
1269
|
+
"internalType": "address"
|
|
1270
|
+
}
|
|
1271
|
+
]
|
|
890
1272
|
},
|
|
891
1273
|
{
|
|
892
1274
|
"type": "error",
|
|
893
|
-
"name": "
|
|
894
|
-
"inputs": [
|
|
1275
|
+
"name": "Staking__NotExiting",
|
|
1276
|
+
"inputs": [
|
|
1277
|
+
{
|
|
1278
|
+
"name": "",
|
|
1279
|
+
"type": "address",
|
|
1280
|
+
"internalType": "address"
|
|
1281
|
+
}
|
|
1282
|
+
]
|
|
895
1283
|
},
|
|
896
1284
|
{
|
|
897
1285
|
"type": "error",
|
|
898
|
-
"name": "
|
|
899
|
-
"inputs": [
|
|
1286
|
+
"name": "Staking__NotRollup",
|
|
1287
|
+
"inputs": [
|
|
1288
|
+
{
|
|
1289
|
+
"name": "",
|
|
1290
|
+
"type": "address",
|
|
1291
|
+
"internalType": "address"
|
|
1292
|
+
}
|
|
1293
|
+
]
|
|
900
1294
|
},
|
|
901
1295
|
{
|
|
902
1296
|
"type": "error",
|
|
903
|
-
"name": "
|
|
904
|
-
"inputs": [
|
|
1297
|
+
"name": "Staking__NothingToExit",
|
|
1298
|
+
"inputs": [
|
|
1299
|
+
{
|
|
1300
|
+
"name": "",
|
|
1301
|
+
"type": "address",
|
|
1302
|
+
"internalType": "address"
|
|
1303
|
+
}
|
|
1304
|
+
]
|
|
905
1305
|
},
|
|
906
1306
|
{
|
|
907
1307
|
"type": "error",
|
|
908
|
-
"name": "
|
|
909
|
-
"inputs": [
|
|
1308
|
+
"name": "Staking__QueueAlreadyFlushed",
|
|
1309
|
+
"inputs": [
|
|
1310
|
+
{
|
|
1311
|
+
"name": "epoch",
|
|
1312
|
+
"type": "uint256",
|
|
1313
|
+
"internalType": "Epoch"
|
|
1314
|
+
}
|
|
1315
|
+
]
|
|
910
1316
|
},
|
|
911
1317
|
{
|
|
912
1318
|
"type": "error",
|
|
913
|
-
"name": "
|
|
914
|
-
"inputs": [
|
|
1319
|
+
"name": "Staking__RollupAlreadyRegistered",
|
|
1320
|
+
"inputs": [
|
|
1321
|
+
{
|
|
1322
|
+
"name": "",
|
|
1323
|
+
"type": "address",
|
|
1324
|
+
"internalType": "address"
|
|
1325
|
+
}
|
|
1326
|
+
]
|
|
915
1327
|
},
|
|
916
1328
|
{
|
|
917
1329
|
"type": "error",
|
|
918
|
-
"name": "
|
|
1330
|
+
"name": "Staking__WithdrawFailed",
|
|
919
1331
|
"inputs": [
|
|
920
1332
|
{
|
|
921
|
-
"name": "
|
|
922
|
-
"type": "
|
|
923
|
-
"internalType": "
|
|
924
|
-
},
|
|
925
|
-
{
|
|
926
|
-
"name": "unlocksAt",
|
|
927
|
-
"type": "uint256",
|
|
928
|
-
"internalType": "Timestamp"
|
|
1333
|
+
"name": "",
|
|
1334
|
+
"type": "address",
|
|
1335
|
+
"internalType": "address"
|
|
929
1336
|
}
|
|
930
1337
|
]
|
|
931
1338
|
},
|
|
932
1339
|
{
|
|
933
1340
|
"type": "error",
|
|
934
|
-
"name": "
|
|
1341
|
+
"name": "SybilDetected",
|
|
935
1342
|
"inputs": [
|
|
936
1343
|
{
|
|
937
|
-
"name": "
|
|
938
|
-
"type": "
|
|
939
|
-
"internalType": "
|
|
940
|
-
},
|
|
941
|
-
{
|
|
942
|
-
"name": "actual",
|
|
943
|
-
"type": "uint256",
|
|
944
|
-
"internalType": "uint256"
|
|
1344
|
+
"name": "_nullifier",
|
|
1345
|
+
"type": "bytes32",
|
|
1346
|
+
"internalType": "bytes32"
|
|
945
1347
|
}
|
|
946
1348
|
]
|
|
947
1349
|
},
|
|
948
1350
|
{
|
|
949
1351
|
"type": "error",
|
|
950
|
-
"name": "
|
|
1352
|
+
"name": "TallySlashingProposer__CommitteeSizeMustBeGreaterThanZero",
|
|
951
1353
|
"inputs": [
|
|
952
1354
|
{
|
|
953
|
-
"name": "
|
|
954
|
-
"type": "uint256",
|
|
955
|
-
"internalType": "Slot"
|
|
956
|
-
},
|
|
957
|
-
{
|
|
958
|
-
"name": "actual",
|
|
1355
|
+
"name": "committeeSize",
|
|
959
1356
|
"type": "uint256",
|
|
960
|
-
"internalType": "
|
|
1357
|
+
"internalType": "uint256"
|
|
961
1358
|
}
|
|
962
1359
|
]
|
|
963
1360
|
},
|
|
964
1361
|
{
|
|
965
1362
|
"type": "error",
|
|
966
|
-
"name": "
|
|
1363
|
+
"name": "TallySlashingProposer__InvalidSlashAmounts",
|
|
967
1364
|
"inputs": [
|
|
968
1365
|
{
|
|
969
|
-
"name": "
|
|
970
|
-
"type": "
|
|
971
|
-
"internalType": "
|
|
1366
|
+
"name": "slashAmounts",
|
|
1367
|
+
"type": "uint256[3]",
|
|
1368
|
+
"internalType": "uint256[3]"
|
|
972
1369
|
}
|
|
973
1370
|
]
|
|
974
1371
|
},
|
|
975
1372
|
{
|
|
976
1373
|
"type": "error",
|
|
977
|
-
"name": "
|
|
1374
|
+
"name": "TallySlashingProposer__RoundAlreadyExecuted",
|
|
978
1375
|
"inputs": [
|
|
979
1376
|
{
|
|
980
|
-
"name": "
|
|
981
|
-
"type": "
|
|
982
|
-
"internalType": "
|
|
1377
|
+
"name": "round",
|
|
1378
|
+
"type": "uint256",
|
|
1379
|
+
"internalType": "SlashRound"
|
|
983
1380
|
}
|
|
984
1381
|
]
|
|
985
1382
|
},
|
|
986
1383
|
{
|
|
987
1384
|
"type": "error",
|
|
988
|
-
"name": "
|
|
989
|
-
"inputs": [
|
|
1385
|
+
"name": "TallySlashingProposer__RoundNotComplete",
|
|
1386
|
+
"inputs": [
|
|
1387
|
+
{
|
|
1388
|
+
"name": "round",
|
|
1389
|
+
"type": "uint256",
|
|
1390
|
+
"internalType": "SlashRound"
|
|
1391
|
+
}
|
|
1392
|
+
]
|
|
990
1393
|
},
|
|
991
1394
|
{
|
|
992
1395
|
"type": "error",
|
|
993
|
-
"name": "
|
|
994
|
-
"inputs": [
|
|
1396
|
+
"name": "TallySlashingProposer__RoundSizeInEpochsMustBeGreaterThanZero",
|
|
1397
|
+
"inputs": [
|
|
1398
|
+
{
|
|
1399
|
+
"name": "roundSizeInEpochs",
|
|
1400
|
+
"type": "uint256",
|
|
1401
|
+
"internalType": "uint256"
|
|
1402
|
+
}
|
|
1403
|
+
]
|
|
995
1404
|
},
|
|
996
1405
|
{
|
|
997
1406
|
"type": "error",
|
|
998
|
-
"name": "
|
|
1407
|
+
"name": "TallySlashingProposer__SlashOffsetMustBeGreaterThanZero",
|
|
999
1408
|
"inputs": [
|
|
1000
1409
|
{
|
|
1001
|
-
"name": "
|
|
1002
|
-
"type": "
|
|
1003
|
-
"internalType": "
|
|
1410
|
+
"name": "slashOffset",
|
|
1411
|
+
"type": "uint256",
|
|
1412
|
+
"internalType": "uint256"
|
|
1004
1413
|
}
|
|
1005
1414
|
]
|
|
1006
1415
|
},
|
|
1007
1416
|
{
|
|
1008
1417
|
"type": "error",
|
|
1009
|
-
"name": "
|
|
1010
|
-
"inputs": [
|
|
1418
|
+
"name": "TallySlashingProposer__VoteAlreadyCastInCurrentSlot",
|
|
1419
|
+
"inputs": [
|
|
1420
|
+
{
|
|
1421
|
+
"name": "slot",
|
|
1422
|
+
"type": "uint256",
|
|
1423
|
+
"internalType": "Slot"
|
|
1424
|
+
}
|
|
1425
|
+
]
|
|
1011
1426
|
},
|
|
1012
1427
|
{
|
|
1013
1428
|
"type": "error",
|
|
1014
|
-
"name": "
|
|
1429
|
+
"name": "TallySlashingProposer__VotesMustBeMultipleOf4",
|
|
1015
1430
|
"inputs": [
|
|
1016
1431
|
{
|
|
1017
|
-
"name": "
|
|
1432
|
+
"name": "votes",
|
|
1018
1433
|
"type": "uint256",
|
|
1019
1434
|
"internalType": "uint256"
|
|
1020
|
-
}
|
|
1435
|
+
}
|
|
1436
|
+
]
|
|
1437
|
+
},
|
|
1438
|
+
{
|
|
1439
|
+
"type": "error",
|
|
1440
|
+
"name": "TallySlashingProposer__VotingNotOpen",
|
|
1441
|
+
"inputs": [
|
|
1021
1442
|
{
|
|
1022
|
-
"name": "
|
|
1443
|
+
"name": "currentRound",
|
|
1023
1444
|
"type": "uint256",
|
|
1024
|
-
"internalType": "
|
|
1445
|
+
"internalType": "SlashRound"
|
|
1025
1446
|
}
|
|
1026
1447
|
]
|
|
1027
1448
|
},
|
|
1028
1449
|
{
|
|
1029
1450
|
"type": "event",
|
|
1030
|
-
"name": "
|
|
1451
|
+
"name": "ToppedUp",
|
|
1031
1452
|
"inputs": [
|
|
1032
1453
|
{
|
|
1033
|
-
"name": "
|
|
1454
|
+
"name": "_amount",
|
|
1034
1455
|
"type": "uint256",
|
|
1035
1456
|
"indexed": false,
|
|
1036
1457
|
"internalType": "uint256"
|
|
@@ -1039,46 +1460,37 @@
|
|
|
1039
1460
|
"anonymous": false
|
|
1040
1461
|
},
|
|
1041
1462
|
{
|
|
1042
|
-
"type": "
|
|
1043
|
-
"name": "
|
|
1044
|
-
"inputs": [
|
|
1045
|
-
|
|
1046
|
-
|
|
1047
|
-
|
|
1048
|
-
|
|
1049
|
-
|
|
1050
|
-
|
|
1051
|
-
|
|
1052
|
-
"
|
|
1053
|
-
"name": "InvalidScope",
|
|
1054
|
-
"inputs": []
|
|
1463
|
+
"type": "event",
|
|
1464
|
+
"name": "UnhingedAdded",
|
|
1465
|
+
"inputs": [
|
|
1466
|
+
{
|
|
1467
|
+
"name": "_address",
|
|
1468
|
+
"type": "address",
|
|
1469
|
+
"indexed": true,
|
|
1470
|
+
"internalType": "address"
|
|
1471
|
+
}
|
|
1472
|
+
],
|
|
1473
|
+
"anonymous": false
|
|
1055
1474
|
},
|
|
1056
1475
|
{
|
|
1057
|
-
"type": "
|
|
1058
|
-
"name": "
|
|
1059
|
-
"inputs": [
|
|
1476
|
+
"type": "event",
|
|
1477
|
+
"name": "UnhingedRemoved",
|
|
1478
|
+
"inputs": [
|
|
1479
|
+
{
|
|
1480
|
+
"name": "_address",
|
|
1481
|
+
"type": "address",
|
|
1482
|
+
"indexed": true,
|
|
1483
|
+
"internalType": "address"
|
|
1484
|
+
}
|
|
1485
|
+
],
|
|
1486
|
+
"anonymous": false
|
|
1060
1487
|
},
|
|
1061
1488
|
{
|
|
1062
1489
|
"type": "error",
|
|
1063
|
-
"name": "
|
|
1490
|
+
"name": "ValidatorQuotaFilledUntil",
|
|
1064
1491
|
"inputs": [
|
|
1065
1492
|
{
|
|
1066
|
-
"name": "
|
|
1067
|
-
"type": "bytes32",
|
|
1068
|
-
"internalType": "bytes32"
|
|
1069
|
-
},
|
|
1070
|
-
{
|
|
1071
|
-
"name": "actual",
|
|
1072
|
-
"type": "bytes32",
|
|
1073
|
-
"internalType": "bytes32"
|
|
1074
|
-
},
|
|
1075
|
-
{
|
|
1076
|
-
"name": "leaf",
|
|
1077
|
-
"type": "bytes32",
|
|
1078
|
-
"internalType": "bytes32"
|
|
1079
|
-
},
|
|
1080
|
-
{
|
|
1081
|
-
"name": "leafIndex",
|
|
1493
|
+
"name": "_timestamp",
|
|
1082
1494
|
"type": "uint256",
|
|
1083
1495
|
"internalType": "uint256"
|
|
1084
1496
|
}
|
|
@@ -1086,209 +1498,265 @@
|
|
|
1086
1498
|
},
|
|
1087
1499
|
{
|
|
1088
1500
|
"type": "error",
|
|
1089
|
-
"name": "
|
|
1090
|
-
"inputs": []
|
|
1091
|
-
},
|
|
1092
|
-
{
|
|
1093
|
-
"type": "error",
|
|
1094
|
-
"name": "NoNullifier",
|
|
1095
|
-
"inputs": []
|
|
1096
|
-
},
|
|
1097
|
-
{
|
|
1098
|
-
"type": "error",
|
|
1099
|
-
"name": "Outbox__AlreadyNullified",
|
|
1501
|
+
"name": "ValidatorSelection__ProposerIndexTooLarge",
|
|
1100
1502
|
"inputs": [
|
|
1101
1503
|
{
|
|
1102
|
-
"name": "
|
|
1103
|
-
"type": "uint256",
|
|
1104
|
-
"internalType": "uint256"
|
|
1105
|
-
},
|
|
1106
|
-
{
|
|
1107
|
-
"name": "leafIndex",
|
|
1504
|
+
"name": "index",
|
|
1108
1505
|
"type": "uint256",
|
|
1109
1506
|
"internalType": "uint256"
|
|
1110
1507
|
}
|
|
1111
1508
|
]
|
|
1112
1509
|
},
|
|
1113
1510
|
{
|
|
1114
|
-
"type": "
|
|
1115
|
-
"name": "
|
|
1511
|
+
"type": "event",
|
|
1512
|
+
"name": "WithdrawerUpdated",
|
|
1116
1513
|
"inputs": [
|
|
1117
1514
|
{
|
|
1118
|
-
"name": "
|
|
1119
|
-
"type": "
|
|
1120
|
-
"
|
|
1515
|
+
"name": "_withdrawer",
|
|
1516
|
+
"type": "address",
|
|
1517
|
+
"indexed": true,
|
|
1518
|
+
"internalType": "address"
|
|
1121
1519
|
}
|
|
1122
|
-
]
|
|
1520
|
+
],
|
|
1521
|
+
"anonymous": false
|
|
1123
1522
|
},
|
|
1124
1523
|
{
|
|
1125
|
-
"type": "
|
|
1126
|
-
"name": "
|
|
1524
|
+
"type": "event",
|
|
1525
|
+
"name": "ZKPassportVerifierUpdated",
|
|
1127
1526
|
"inputs": [
|
|
1128
1527
|
{
|
|
1129
|
-
"name": "
|
|
1130
|
-
"type": "
|
|
1131
|
-
"
|
|
1132
|
-
|
|
1133
|
-
|
|
1134
|
-
|
|
1135
|
-
|
|
1136
|
-
|
|
1137
|
-
|
|
1528
|
+
"name": "_verifier",
|
|
1529
|
+
"type": "address",
|
|
1530
|
+
"indexed": true,
|
|
1531
|
+
"internalType": "address"
|
|
1532
|
+
}
|
|
1533
|
+
],
|
|
1534
|
+
"anonymous": false
|
|
1535
|
+
},
|
|
1536
|
+
{
|
|
1537
|
+
"type": "function",
|
|
1538
|
+
"name": "addUnhinged",
|
|
1539
|
+
"inputs": [
|
|
1138
1540
|
{
|
|
1139
|
-
"name": "
|
|
1140
|
-
"type": "
|
|
1141
|
-
"internalType": "
|
|
1142
|
-
}
|
|
1541
|
+
"name": "_address",
|
|
1542
|
+
"type": "address",
|
|
1543
|
+
"internalType": "address"
|
|
1544
|
+
}
|
|
1545
|
+
],
|
|
1546
|
+
"outputs": [],
|
|
1547
|
+
"stateMutability": "nonpayable"
|
|
1548
|
+
},
|
|
1549
|
+
{
|
|
1550
|
+
"type": "function",
|
|
1551
|
+
"name": "attesterToNullifier",
|
|
1552
|
+
"inputs": [
|
|
1143
1553
|
{
|
|
1144
|
-
"name": "
|
|
1145
|
-
"type": "
|
|
1146
|
-
"internalType": "
|
|
1147
|
-
}
|
|
1554
|
+
"name": "attester",
|
|
1555
|
+
"type": "address",
|
|
1556
|
+
"internalType": "address"
|
|
1557
|
+
}
|
|
1558
|
+
],
|
|
1559
|
+
"outputs": [
|
|
1148
1560
|
{
|
|
1149
|
-
"name": "
|
|
1150
|
-
"type": "
|
|
1151
|
-
"internalType": "
|
|
1152
|
-
}
|
|
1561
|
+
"name": "nullifier",
|
|
1562
|
+
"type": "bytes32",
|
|
1563
|
+
"internalType": "bytes32"
|
|
1564
|
+
}
|
|
1565
|
+
],
|
|
1566
|
+
"stateMutability": "view"
|
|
1567
|
+
},
|
|
1568
|
+
{
|
|
1569
|
+
"type": "function",
|
|
1570
|
+
"name": "isUnhinged",
|
|
1571
|
+
"inputs": [
|
|
1153
1572
|
{
|
|
1154
|
-
"name": "
|
|
1155
|
-
"type": "
|
|
1156
|
-
"internalType": "
|
|
1157
|
-
}
|
|
1573
|
+
"name": "attester",
|
|
1574
|
+
"type": "address",
|
|
1575
|
+
"internalType": "address"
|
|
1576
|
+
}
|
|
1577
|
+
],
|
|
1578
|
+
"outputs": [
|
|
1158
1579
|
{
|
|
1159
|
-
"name": "
|
|
1160
|
-
"type": "
|
|
1161
|
-
"internalType": "
|
|
1580
|
+
"name": "isUnhinged",
|
|
1581
|
+
"type": "bool",
|
|
1582
|
+
"internalType": "bool"
|
|
1162
1583
|
}
|
|
1163
|
-
]
|
|
1584
|
+
],
|
|
1585
|
+
"stateMutability": "view"
|
|
1164
1586
|
},
|
|
1165
1587
|
{
|
|
1166
|
-
"type": "
|
|
1167
|
-
"name": "
|
|
1168
|
-
"inputs": [
|
|
1588
|
+
"type": "function",
|
|
1589
|
+
"name": "nullifiers",
|
|
1590
|
+
"inputs": [
|
|
1591
|
+
{
|
|
1592
|
+
"name": "nullifier",
|
|
1593
|
+
"type": "bytes32",
|
|
1594
|
+
"internalType": "bytes32"
|
|
1595
|
+
}
|
|
1596
|
+
],
|
|
1597
|
+
"outputs": [
|
|
1598
|
+
{
|
|
1599
|
+
"name": "exists",
|
|
1600
|
+
"type": "bool",
|
|
1601
|
+
"internalType": "bool"
|
|
1602
|
+
}
|
|
1603
|
+
],
|
|
1604
|
+
"stateMutability": "view"
|
|
1169
1605
|
},
|
|
1170
1606
|
{
|
|
1171
|
-
"type": "
|
|
1172
|
-
"name": "
|
|
1607
|
+
"type": "function",
|
|
1608
|
+
"name": "removeUnhinged",
|
|
1173
1609
|
"inputs": [
|
|
1174
1610
|
{
|
|
1175
|
-
"name": "
|
|
1176
|
-
"type": "address",
|
|
1177
|
-
"internalType": "address"
|
|
1178
|
-
},
|
|
1179
|
-
{
|
|
1180
|
-
"name": "actual",
|
|
1611
|
+
"name": "_address",
|
|
1181
1612
|
"type": "address",
|
|
1182
1613
|
"internalType": "address"
|
|
1183
1614
|
}
|
|
1184
|
-
]
|
|
1615
|
+
],
|
|
1616
|
+
"outputs": [],
|
|
1617
|
+
"stateMutability": "nonpayable"
|
|
1185
1618
|
},
|
|
1186
1619
|
{
|
|
1187
|
-
"type": "
|
|
1188
|
-
"name": "
|
|
1620
|
+
"type": "function",
|
|
1621
|
+
"name": "setDepositMerkleRoot",
|
|
1189
1622
|
"inputs": [
|
|
1190
1623
|
{
|
|
1191
|
-
"name": "
|
|
1624
|
+
"name": "_root",
|
|
1192
1625
|
"type": "bytes32",
|
|
1193
1626
|
"internalType": "bytes32"
|
|
1194
1627
|
}
|
|
1195
|
-
]
|
|
1628
|
+
],
|
|
1629
|
+
"outputs": [],
|
|
1630
|
+
"stateMutability": "nonpayable"
|
|
1196
1631
|
},
|
|
1197
1632
|
{
|
|
1198
|
-
"type": "
|
|
1199
|
-
"name": "
|
|
1633
|
+
"type": "function",
|
|
1634
|
+
"name": "setDepositsPerMint",
|
|
1200
1635
|
"inputs": [
|
|
1201
1636
|
{
|
|
1202
|
-
"name": "
|
|
1637
|
+
"name": "_depositsPerMint",
|
|
1203
1638
|
"type": "uint256",
|
|
1204
1639
|
"internalType": "uint256"
|
|
1205
1640
|
}
|
|
1206
|
-
]
|
|
1641
|
+
],
|
|
1642
|
+
"outputs": [],
|
|
1643
|
+
"stateMutability": "nonpayable"
|
|
1207
1644
|
},
|
|
1208
1645
|
{
|
|
1209
|
-
"type": "
|
|
1210
|
-
"name": "
|
|
1646
|
+
"type": "function",
|
|
1647
|
+
"name": "setDomain",
|
|
1211
1648
|
"inputs": [
|
|
1212
1649
|
{
|
|
1213
|
-
"name": "
|
|
1650
|
+
"name": "_domain",
|
|
1651
|
+
"type": "string",
|
|
1652
|
+
"internalType": "string"
|
|
1653
|
+
}
|
|
1654
|
+
],
|
|
1655
|
+
"outputs": [],
|
|
1656
|
+
"stateMutability": "nonpayable"
|
|
1657
|
+
},
|
|
1658
|
+
{
|
|
1659
|
+
"type": "function",
|
|
1660
|
+
"name": "setMintInterval",
|
|
1661
|
+
"inputs": [
|
|
1662
|
+
{
|
|
1663
|
+
"name": "_interval",
|
|
1214
1664
|
"type": "uint256",
|
|
1215
1665
|
"internalType": "uint256"
|
|
1216
1666
|
}
|
|
1217
|
-
]
|
|
1667
|
+
],
|
|
1668
|
+
"outputs": [],
|
|
1669
|
+
"stateMutability": "nonpayable"
|
|
1218
1670
|
},
|
|
1219
1671
|
{
|
|
1220
|
-
"type": "
|
|
1221
|
-
"name": "
|
|
1222
|
-
"inputs": [
|
|
1672
|
+
"type": "function",
|
|
1673
|
+
"name": "setScope",
|
|
1674
|
+
"inputs": [
|
|
1675
|
+
{
|
|
1676
|
+
"name": "_scope",
|
|
1677
|
+
"type": "string",
|
|
1678
|
+
"internalType": "string"
|
|
1679
|
+
}
|
|
1680
|
+
],
|
|
1681
|
+
"outputs": [],
|
|
1682
|
+
"stateMutability": "nonpayable"
|
|
1223
1683
|
},
|
|
1224
1684
|
{
|
|
1225
|
-
"type": "
|
|
1226
|
-
"name": "
|
|
1685
|
+
"type": "function",
|
|
1686
|
+
"name": "setSkipBindCheck",
|
|
1227
1687
|
"inputs": [
|
|
1228
1688
|
{
|
|
1229
|
-
"name": "
|
|
1230
|
-
"type": "
|
|
1231
|
-
"internalType": "
|
|
1232
|
-
},
|
|
1233
|
-
{
|
|
1234
|
-
"name": "actual",
|
|
1235
|
-
"type": "uint256",
|
|
1236
|
-
"internalType": "uint256"
|
|
1689
|
+
"name": "_skipBindCheck",
|
|
1690
|
+
"type": "bool",
|
|
1691
|
+
"internalType": "bool"
|
|
1237
1692
|
}
|
|
1238
|
-
]
|
|
1693
|
+
],
|
|
1694
|
+
"outputs": [],
|
|
1695
|
+
"stateMutability": "nonpayable"
|
|
1239
1696
|
},
|
|
1240
1697
|
{
|
|
1241
|
-
"type": "
|
|
1242
|
-
"name": "
|
|
1698
|
+
"type": "function",
|
|
1699
|
+
"name": "setSkipMerkleCheck",
|
|
1243
1700
|
"inputs": [
|
|
1244
1701
|
{
|
|
1245
|
-
"name": "
|
|
1246
|
-
"type": "
|
|
1247
|
-
"internalType": "
|
|
1702
|
+
"name": "_skipMerkleCheck",
|
|
1703
|
+
"type": "bool",
|
|
1704
|
+
"internalType": "bool"
|
|
1248
1705
|
}
|
|
1249
|
-
]
|
|
1706
|
+
],
|
|
1707
|
+
"outputs": [],
|
|
1708
|
+
"stateMutability": "nonpayable"
|
|
1250
1709
|
},
|
|
1251
1710
|
{
|
|
1252
|
-
"type": "
|
|
1253
|
-
"name": "
|
|
1711
|
+
"type": "function",
|
|
1712
|
+
"name": "setWithdrawer",
|
|
1254
1713
|
"inputs": [
|
|
1255
1714
|
{
|
|
1256
|
-
"name": "
|
|
1715
|
+
"name": "_withdrawer",
|
|
1257
1716
|
"type": "address",
|
|
1258
1717
|
"internalType": "address"
|
|
1259
1718
|
}
|
|
1260
|
-
]
|
|
1719
|
+
],
|
|
1720
|
+
"outputs": [],
|
|
1721
|
+
"stateMutability": "nonpayable"
|
|
1261
1722
|
},
|
|
1262
1723
|
{
|
|
1263
|
-
"type": "
|
|
1264
|
-
"name": "
|
|
1724
|
+
"type": "function",
|
|
1725
|
+
"name": "setZKPassportVerifier",
|
|
1265
1726
|
"inputs": [
|
|
1266
1727
|
{
|
|
1267
|
-
"name": "
|
|
1728
|
+
"name": "_zkPassportVerifier",
|
|
1268
1729
|
"type": "address",
|
|
1269
|
-
"indexed": true,
|
|
1270
1730
|
"internalType": "address"
|
|
1271
|
-
}
|
|
1731
|
+
}
|
|
1732
|
+
],
|
|
1733
|
+
"outputs": [],
|
|
1734
|
+
"stateMutability": "nonpayable"
|
|
1735
|
+
},
|
|
1736
|
+
{
|
|
1737
|
+
"type": "function",
|
|
1738
|
+
"name": "transferOwnership",
|
|
1739
|
+
"inputs": [
|
|
1272
1740
|
{
|
|
1273
1741
|
"name": "newOwner",
|
|
1274
1742
|
"type": "address",
|
|
1275
|
-
"indexed": true,
|
|
1276
1743
|
"internalType": "address"
|
|
1277
1744
|
}
|
|
1278
1745
|
],
|
|
1279
|
-
"
|
|
1746
|
+
"outputs": [],
|
|
1747
|
+
"stateMutability": "nonpayable"
|
|
1280
1748
|
},
|
|
1281
1749
|
{
|
|
1282
1750
|
"type": "error",
|
|
1283
|
-
"name": "
|
|
1751
|
+
"name": "AttestationLib__OutOfBounds",
|
|
1284
1752
|
"inputs": [
|
|
1285
1753
|
{
|
|
1286
|
-
"name": "
|
|
1754
|
+
"name": "",
|
|
1287
1755
|
"type": "uint256",
|
|
1288
1756
|
"internalType": "uint256"
|
|
1289
1757
|
},
|
|
1290
1758
|
{
|
|
1291
|
-
"name": "
|
|
1759
|
+
"name": "",
|
|
1292
1760
|
"type": "uint256",
|
|
1293
1761
|
"internalType": "uint256"
|
|
1294
1762
|
}
|
|
@@ -1296,109 +1764,63 @@
|
|
|
1296
1764
|
},
|
|
1297
1765
|
{
|
|
1298
1766
|
"type": "error",
|
|
1299
|
-
"name": "
|
|
1300
|
-
"inputs": [
|
|
1301
|
-
{
|
|
1302
|
-
"name": "caller",
|
|
1303
|
-
"type": "address",
|
|
1304
|
-
"internalType": "address"
|
|
1305
|
-
}
|
|
1306
|
-
]
|
|
1307
|
-
},
|
|
1308
|
-
{
|
|
1309
|
-
"type": "error",
|
|
1310
|
-
"name": "ProofCommitmentEscrow__WithdrawRequestNotReady",
|
|
1767
|
+
"name": "AttestationLib__SignatureIndicesSizeMismatch",
|
|
1311
1768
|
"inputs": [
|
|
1312
1769
|
{
|
|
1313
|
-
"name": "
|
|
1770
|
+
"name": "",
|
|
1314
1771
|
"type": "uint256",
|
|
1315
1772
|
"internalType": "uint256"
|
|
1316
1773
|
},
|
|
1317
1774
|
{
|
|
1318
|
-
"name": "
|
|
1775
|
+
"name": "",
|
|
1319
1776
|
"type": "uint256",
|
|
1320
|
-
"internalType": "
|
|
1777
|
+
"internalType": "uint256"
|
|
1321
1778
|
}
|
|
1322
1779
|
]
|
|
1323
1780
|
},
|
|
1324
1781
|
{
|
|
1325
1782
|
"type": "error",
|
|
1326
|
-
"name": "
|
|
1783
|
+
"name": "AttestationLib__SignaturesOrAddressesSizeMismatch",
|
|
1327
1784
|
"inputs": [
|
|
1328
1785
|
{
|
|
1329
|
-
"name": "
|
|
1330
|
-
"type": "
|
|
1331
|
-
"internalType": "
|
|
1786
|
+
"name": "",
|
|
1787
|
+
"type": "uint256",
|
|
1788
|
+
"internalType": "uint256"
|
|
1332
1789
|
},
|
|
1333
1790
|
{
|
|
1334
|
-
"name": "
|
|
1335
|
-
"type": "
|
|
1336
|
-
"internalType": "
|
|
1791
|
+
"name": "",
|
|
1792
|
+
"type": "uint256",
|
|
1793
|
+
"internalType": "uint256"
|
|
1337
1794
|
}
|
|
1338
1795
|
]
|
|
1339
1796
|
},
|
|
1340
1797
|
{
|
|
1341
1798
|
"type": "error",
|
|
1342
|
-
"name": "
|
|
1799
|
+
"name": "CoinIssuer__InsufficientMintAvailable",
|
|
1343
1800
|
"inputs": [
|
|
1344
1801
|
{
|
|
1345
|
-
"name": "
|
|
1802
|
+
"name": "available",
|
|
1346
1803
|
"type": "uint256",
|
|
1347
1804
|
"internalType": "uint256"
|
|
1348
1805
|
},
|
|
1349
1806
|
{
|
|
1350
|
-
"name": "
|
|
1807
|
+
"name": "needed",
|
|
1351
1808
|
"type": "uint256",
|
|
1352
1809
|
"internalType": "uint256"
|
|
1353
1810
|
}
|
|
1354
1811
|
]
|
|
1355
1812
|
},
|
|
1356
|
-
{
|
|
1357
|
-
"type": "function",
|
|
1358
|
-
"name": "REGISTRY",
|
|
1359
|
-
"inputs": [],
|
|
1360
|
-
"outputs": [
|
|
1361
|
-
{
|
|
1362
|
-
"name": "",
|
|
1363
|
-
"type": "address",
|
|
1364
|
-
"internalType": "contract IRegistry"
|
|
1365
|
-
}
|
|
1366
|
-
],
|
|
1367
|
-
"stateMutability": "view"
|
|
1368
|
-
},
|
|
1369
|
-
{
|
|
1370
|
-
"type": "error",
|
|
1371
|
-
"name": "Registry__NoRollupsRegistered",
|
|
1372
|
-
"inputs": []
|
|
1373
|
-
},
|
|
1374
1813
|
{
|
|
1375
1814
|
"type": "error",
|
|
1376
|
-
"name": "
|
|
1815
|
+
"name": "DevNet__InvalidProposer",
|
|
1377
1816
|
"inputs": [
|
|
1378
1817
|
{
|
|
1379
|
-
"name": "
|
|
1818
|
+
"name": "expected",
|
|
1380
1819
|
"type": "address",
|
|
1381
1820
|
"internalType": "address"
|
|
1382
|
-
}
|
|
1383
|
-
]
|
|
1384
|
-
},
|
|
1385
|
-
{
|
|
1386
|
-
"type": "error",
|
|
1387
|
-
"name": "Registry__RollupNotRegistered",
|
|
1388
|
-
"inputs": [
|
|
1389
|
-
{
|
|
1390
|
-
"name": "version",
|
|
1391
|
-
"type": "uint256",
|
|
1392
|
-
"internalType": "uint256"
|
|
1393
|
-
}
|
|
1394
|
-
]
|
|
1395
|
-
},
|
|
1396
|
-
{
|
|
1397
|
-
"type": "error",
|
|
1398
|
-
"name": "RewardBooster__OnlyRollup",
|
|
1399
|
-
"inputs": [
|
|
1821
|
+
},
|
|
1400
1822
|
{
|
|
1401
|
-
"name": "
|
|
1823
|
+
"name": "actual",
|
|
1402
1824
|
"type": "address",
|
|
1403
1825
|
"internalType": "address"
|
|
1404
1826
|
}
|
|
@@ -1406,15 +1828,15 @@
|
|
|
1406
1828
|
},
|
|
1407
1829
|
{
|
|
1408
1830
|
"type": "error",
|
|
1409
|
-
"name": "
|
|
1831
|
+
"name": "GSE__AlreadyRegistered",
|
|
1410
1832
|
"inputs": [
|
|
1411
1833
|
{
|
|
1412
|
-
"name": "
|
|
1834
|
+
"name": "",
|
|
1413
1835
|
"type": "address",
|
|
1414
1836
|
"internalType": "address"
|
|
1415
1837
|
},
|
|
1416
1838
|
{
|
|
1417
|
-
"name": "
|
|
1839
|
+
"name": "",
|
|
1418
1840
|
"type": "address",
|
|
1419
1841
|
"internalType": "address"
|
|
1420
1842
|
}
|
|
@@ -1422,62 +1844,63 @@
|
|
|
1422
1844
|
},
|
|
1423
1845
|
{
|
|
1424
1846
|
"type": "error",
|
|
1425
|
-
"name": "
|
|
1847
|
+
"name": "GSE__CannotChangePublicKeys",
|
|
1426
1848
|
"inputs": [
|
|
1427
1849
|
{
|
|
1428
|
-
"name": "
|
|
1429
|
-
"type": "
|
|
1430
|
-
"internalType": "
|
|
1850
|
+
"name": "existingPk1x",
|
|
1851
|
+
"type": "uint256",
|
|
1852
|
+
"internalType": "uint256"
|
|
1431
1853
|
},
|
|
1432
1854
|
{
|
|
1433
|
-
"name": "
|
|
1855
|
+
"name": "existingPk1y",
|
|
1434
1856
|
"type": "uint256",
|
|
1435
|
-
"internalType": "
|
|
1857
|
+
"internalType": "uint256"
|
|
1436
1858
|
}
|
|
1437
1859
|
]
|
|
1438
1860
|
},
|
|
1439
1861
|
{
|
|
1440
1862
|
"type": "error",
|
|
1441
|
-
"name": "
|
|
1442
|
-
"inputs": [
|
|
1443
|
-
|
|
1444
|
-
|
|
1445
|
-
|
|
1446
|
-
|
|
1447
|
-
|
|
1448
|
-
|
|
1449
|
-
|
|
1450
|
-
|
|
1451
|
-
|
|
1452
|
-
|
|
1863
|
+
"name": "GSE__InsufficientBalance",
|
|
1864
|
+
"inputs": [
|
|
1865
|
+
{
|
|
1866
|
+
"name": "",
|
|
1867
|
+
"type": "uint256",
|
|
1868
|
+
"internalType": "uint256"
|
|
1869
|
+
},
|
|
1870
|
+
{
|
|
1871
|
+
"name": "",
|
|
1872
|
+
"type": "uint256",
|
|
1873
|
+
"internalType": "uint256"
|
|
1874
|
+
}
|
|
1875
|
+
]
|
|
1453
1876
|
},
|
|
1454
1877
|
{
|
|
1455
1878
|
"type": "error",
|
|
1456
|
-
"name": "
|
|
1879
|
+
"name": "GSE__NotWithdrawer",
|
|
1457
1880
|
"inputs": [
|
|
1458
1881
|
{
|
|
1459
|
-
"name": "
|
|
1460
|
-
"type": "
|
|
1461
|
-
"internalType": "
|
|
1882
|
+
"name": "",
|
|
1883
|
+
"type": "address",
|
|
1884
|
+
"internalType": "address"
|
|
1462
1885
|
},
|
|
1463
1886
|
{
|
|
1464
|
-
"name": "
|
|
1465
|
-
"type": "
|
|
1466
|
-
"internalType": "
|
|
1887
|
+
"name": "",
|
|
1888
|
+
"type": "address",
|
|
1889
|
+
"internalType": "address"
|
|
1467
1890
|
}
|
|
1468
1891
|
]
|
|
1469
1892
|
},
|
|
1470
1893
|
{
|
|
1471
1894
|
"type": "error",
|
|
1472
|
-
"name": "
|
|
1895
|
+
"name": "GSE__OutOfBounds",
|
|
1473
1896
|
"inputs": [
|
|
1474
1897
|
{
|
|
1475
|
-
"name": "
|
|
1898
|
+
"name": "",
|
|
1476
1899
|
"type": "uint256",
|
|
1477
1900
|
"internalType": "uint256"
|
|
1478
1901
|
},
|
|
1479
1902
|
{
|
|
1480
|
-
"name": "
|
|
1903
|
+
"name": "",
|
|
1481
1904
|
"type": "uint256",
|
|
1482
1905
|
"internalType": "uint256"
|
|
1483
1906
|
}
|
|
@@ -1485,31 +1908,31 @@
|
|
|
1485
1908
|
},
|
|
1486
1909
|
{
|
|
1487
1910
|
"type": "error",
|
|
1488
|
-
"name": "
|
|
1911
|
+
"name": "GovernanceProposer__InsufficientSignals",
|
|
1489
1912
|
"inputs": [
|
|
1490
1913
|
{
|
|
1491
|
-
"name": "
|
|
1492
|
-
"type": "
|
|
1493
|
-
"internalType": "
|
|
1914
|
+
"name": "signalsCast",
|
|
1915
|
+
"type": "uint256",
|
|
1916
|
+
"internalType": "uint256"
|
|
1494
1917
|
},
|
|
1495
1918
|
{
|
|
1496
|
-
"name": "
|
|
1497
|
-
"type": "
|
|
1498
|
-
"internalType": "
|
|
1919
|
+
"name": "signalsNeeded",
|
|
1920
|
+
"type": "uint256",
|
|
1921
|
+
"internalType": "uint256"
|
|
1499
1922
|
}
|
|
1500
1923
|
]
|
|
1501
1924
|
},
|
|
1502
1925
|
{
|
|
1503
1926
|
"type": "error",
|
|
1504
|
-
"name": "
|
|
1505
|
-
"inputs": []
|
|
1506
|
-
},
|
|
1507
|
-
{
|
|
1508
|
-
"type": "error",
|
|
1509
|
-
"name": "Rollup__InvalidBasisPointFee",
|
|
1927
|
+
"name": "GovernanceProposer__InvalidLifetimeAndExecutionDelay",
|
|
1510
1928
|
"inputs": [
|
|
1511
1929
|
{
|
|
1512
|
-
"name": "
|
|
1930
|
+
"name": "lifetimeInRounds",
|
|
1931
|
+
"type": "uint256",
|
|
1932
|
+
"internalType": "uint256"
|
|
1933
|
+
},
|
|
1934
|
+
{
|
|
1935
|
+
"name": "executionDelayInRounds",
|
|
1513
1936
|
"type": "uint256",
|
|
1514
1937
|
"internalType": "uint256"
|
|
1515
1938
|
}
|
|
@@ -1517,42 +1940,47 @@
|
|
|
1517
1940
|
},
|
|
1518
1941
|
{
|
|
1519
1942
|
"type": "error",
|
|
1520
|
-
"name": "
|
|
1943
|
+
"name": "GovernanceProposer__InvalidQuorumAndRoundSize",
|
|
1521
1944
|
"inputs": [
|
|
1522
1945
|
{
|
|
1523
|
-
"name": "
|
|
1524
|
-
"type": "
|
|
1525
|
-
"internalType": "
|
|
1946
|
+
"name": "quorumSize",
|
|
1947
|
+
"type": "uint256",
|
|
1948
|
+
"internalType": "uint256"
|
|
1526
1949
|
},
|
|
1527
1950
|
{
|
|
1528
|
-
"name": "
|
|
1529
|
-
"type": "
|
|
1530
|
-
"internalType": "
|
|
1951
|
+
"name": "roundSize",
|
|
1952
|
+
"type": "uint256",
|
|
1953
|
+
"internalType": "uint256"
|
|
1531
1954
|
}
|
|
1532
1955
|
]
|
|
1533
1956
|
},
|
|
1534
1957
|
{
|
|
1535
1958
|
"type": "error",
|
|
1536
|
-
"name": "
|
|
1959
|
+
"name": "GovernanceProposer__OnlyProposerCanSignal",
|
|
1537
1960
|
"inputs": [
|
|
1538
1961
|
{
|
|
1539
|
-
"name": "
|
|
1540
|
-
"type": "
|
|
1541
|
-
"internalType": "
|
|
1962
|
+
"name": "caller",
|
|
1963
|
+
"type": "address",
|
|
1964
|
+
"internalType": "address"
|
|
1965
|
+
},
|
|
1966
|
+
{
|
|
1967
|
+
"name": "proposer",
|
|
1968
|
+
"type": "address",
|
|
1969
|
+
"internalType": "address"
|
|
1542
1970
|
}
|
|
1543
1971
|
]
|
|
1544
1972
|
},
|
|
1545
1973
|
{
|
|
1546
1974
|
"type": "error",
|
|
1547
|
-
"name": "
|
|
1975
|
+
"name": "GovernanceProposer__QuorumCannotBeLargerThanRoundSize",
|
|
1548
1976
|
"inputs": [
|
|
1549
1977
|
{
|
|
1550
|
-
"name": "
|
|
1978
|
+
"name": "quorumSize",
|
|
1551
1979
|
"type": "uint256",
|
|
1552
1980
|
"internalType": "uint256"
|
|
1553
1981
|
},
|
|
1554
1982
|
{
|
|
1555
|
-
"name": "
|
|
1983
|
+
"name": "roundSize",
|
|
1556
1984
|
"type": "uint256",
|
|
1557
1985
|
"internalType": "uint256"
|
|
1558
1986
|
}
|
|
@@ -1560,41 +1988,31 @@
|
|
|
1560
1988
|
},
|
|
1561
1989
|
{
|
|
1562
1990
|
"type": "error",
|
|
1563
|
-
"name": "
|
|
1564
|
-
"inputs": []
|
|
1565
|
-
},
|
|
1566
|
-
{
|
|
1567
|
-
"type": "error",
|
|
1568
|
-
"name": "Rollup__InvalidFirstEpochProof",
|
|
1569
|
-
"inputs": []
|
|
1570
|
-
},
|
|
1571
|
-
{
|
|
1572
|
-
"type": "error",
|
|
1573
|
-
"name": "Rollup__InvalidInHash",
|
|
1991
|
+
"name": "GovernanceProposer__RoundTooNew",
|
|
1574
1992
|
"inputs": [
|
|
1575
1993
|
{
|
|
1576
|
-
"name": "
|
|
1577
|
-
"type": "
|
|
1578
|
-
"internalType": "
|
|
1994
|
+
"name": "roundNumber",
|
|
1995
|
+
"type": "uint256",
|
|
1996
|
+
"internalType": "uint256"
|
|
1579
1997
|
},
|
|
1580
1998
|
{
|
|
1581
|
-
"name": "
|
|
1582
|
-
"type": "
|
|
1583
|
-
"internalType": "
|
|
1999
|
+
"name": "currentRoundNumber",
|
|
2000
|
+
"type": "uint256",
|
|
2001
|
+
"internalType": "uint256"
|
|
1584
2002
|
}
|
|
1585
2003
|
]
|
|
1586
2004
|
},
|
|
1587
2005
|
{
|
|
1588
2006
|
"type": "error",
|
|
1589
|
-
"name": "
|
|
2007
|
+
"name": "GovernanceProposer__RoundTooOld",
|
|
1590
2008
|
"inputs": [
|
|
1591
2009
|
{
|
|
1592
|
-
"name": "
|
|
2010
|
+
"name": "roundNumber",
|
|
1593
2011
|
"type": "uint256",
|
|
1594
2012
|
"internalType": "uint256"
|
|
1595
2013
|
},
|
|
1596
2014
|
{
|
|
1597
|
-
"name": "
|
|
2015
|
+
"name": "currentRoundNumber",
|
|
1598
2016
|
"type": "uint256",
|
|
1599
2017
|
"internalType": "uint256"
|
|
1600
2018
|
}
|
|
@@ -1602,183 +2020,178 @@
|
|
|
1602
2020
|
},
|
|
1603
2021
|
{
|
|
1604
2022
|
"type": "error",
|
|
1605
|
-
"name": "
|
|
2023
|
+
"name": "Governance__CallerNotGovernanceProposer",
|
|
1606
2024
|
"inputs": [
|
|
1607
2025
|
{
|
|
1608
|
-
"name": "
|
|
1609
|
-
"type": "
|
|
1610
|
-
"internalType": "
|
|
2026
|
+
"name": "caller",
|
|
2027
|
+
"type": "address",
|
|
2028
|
+
"internalType": "address"
|
|
1611
2029
|
},
|
|
1612
2030
|
{
|
|
1613
|
-
"name": "
|
|
1614
|
-
"type": "
|
|
1615
|
-
"internalType": "
|
|
2031
|
+
"name": "governanceProposer",
|
|
2032
|
+
"type": "address",
|
|
2033
|
+
"internalType": "address"
|
|
1616
2034
|
}
|
|
1617
2035
|
]
|
|
1618
2036
|
},
|
|
1619
2037
|
{
|
|
1620
2038
|
"type": "error",
|
|
1621
|
-
"name": "
|
|
2039
|
+
"name": "Governance__CallerNotSelf",
|
|
1622
2040
|
"inputs": [
|
|
1623
2041
|
{
|
|
1624
|
-
"name": "
|
|
1625
|
-
"type": "
|
|
1626
|
-
"internalType": "
|
|
2042
|
+
"name": "caller",
|
|
2043
|
+
"type": "address",
|
|
2044
|
+
"internalType": "address"
|
|
1627
2045
|
},
|
|
1628
2046
|
{
|
|
1629
|
-
"name": "
|
|
1630
|
-
"type": "
|
|
1631
|
-
"internalType": "
|
|
2047
|
+
"name": "self",
|
|
2048
|
+
"type": "address",
|
|
2049
|
+
"internalType": "address"
|
|
1632
2050
|
}
|
|
1633
2051
|
]
|
|
1634
2052
|
},
|
|
1635
2053
|
{
|
|
1636
2054
|
"type": "error",
|
|
1637
|
-
"name": "
|
|
1638
|
-
"inputs": [
|
|
2055
|
+
"name": "Governance__WithdrawalNotUnlockedYet",
|
|
2056
|
+
"inputs": [
|
|
2057
|
+
{
|
|
2058
|
+
"name": "currentTime",
|
|
2059
|
+
"type": "uint256",
|
|
2060
|
+
"internalType": "Timestamp"
|
|
2061
|
+
},
|
|
2062
|
+
{
|
|
2063
|
+
"name": "unlocksAt",
|
|
2064
|
+
"type": "uint256",
|
|
2065
|
+
"internalType": "Timestamp"
|
|
2066
|
+
}
|
|
2067
|
+
]
|
|
1639
2068
|
},
|
|
1640
2069
|
{
|
|
1641
2070
|
"type": "error",
|
|
1642
|
-
"name": "
|
|
2071
|
+
"name": "HeaderLib__InvalidHeaderSize",
|
|
1643
2072
|
"inputs": [
|
|
1644
2073
|
{
|
|
1645
2074
|
"name": "expected",
|
|
1646
|
-
"type": "
|
|
1647
|
-
"internalType": "
|
|
2075
|
+
"type": "uint256",
|
|
2076
|
+
"internalType": "uint256"
|
|
1648
2077
|
},
|
|
1649
2078
|
{
|
|
1650
2079
|
"name": "actual",
|
|
1651
|
-
"type": "
|
|
1652
|
-
"internalType": "
|
|
2080
|
+
"type": "uint256",
|
|
2081
|
+
"internalType": "uint256"
|
|
1653
2082
|
}
|
|
1654
2083
|
]
|
|
1655
2084
|
},
|
|
1656
2085
|
{
|
|
1657
2086
|
"type": "error",
|
|
1658
|
-
"name": "
|
|
2087
|
+
"name": "HeaderLib__InvalidSlotNumber",
|
|
1659
2088
|
"inputs": [
|
|
1660
2089
|
{
|
|
1661
2090
|
"name": "expected",
|
|
1662
2091
|
"type": "uint256",
|
|
1663
|
-
"internalType": "
|
|
2092
|
+
"internalType": "Slot"
|
|
1664
2093
|
},
|
|
1665
2094
|
{
|
|
1666
2095
|
"name": "actual",
|
|
1667
2096
|
"type": "uint256",
|
|
1668
|
-
"internalType": "
|
|
2097
|
+
"internalType": "Slot"
|
|
1669
2098
|
}
|
|
1670
2099
|
]
|
|
1671
2100
|
},
|
|
1672
2101
|
{
|
|
1673
2102
|
"type": "error",
|
|
1674
|
-
"name": "
|
|
1675
|
-
"inputs": []
|
|
1676
|
-
},
|
|
1677
|
-
{
|
|
1678
|
-
"type": "error",
|
|
1679
|
-
"name": "Rollup__NoEpochToProve",
|
|
1680
|
-
"inputs": []
|
|
1681
|
-
},
|
|
1682
|
-
{
|
|
1683
|
-
"type": "error",
|
|
1684
|
-
"name": "Rollup__NonSequentialProving",
|
|
1685
|
-
"inputs": []
|
|
1686
|
-
},
|
|
1687
|
-
{
|
|
1688
|
-
"type": "error",
|
|
1689
|
-
"name": "Rollup__NonZeroDaFee",
|
|
1690
|
-
"inputs": []
|
|
1691
|
-
},
|
|
1692
|
-
{
|
|
1693
|
-
"type": "error",
|
|
1694
|
-
"name": "Rollup__NotPastDeadline",
|
|
2103
|
+
"name": "Inbox__VersionMismatch",
|
|
1695
2104
|
"inputs": [
|
|
1696
2105
|
{
|
|
1697
|
-
"name": "
|
|
2106
|
+
"name": "expected",
|
|
1698
2107
|
"type": "uint256",
|
|
1699
|
-
"internalType": "
|
|
2108
|
+
"internalType": "uint256"
|
|
1700
2109
|
},
|
|
1701
2110
|
{
|
|
1702
|
-
"name": "
|
|
2111
|
+
"name": "actual",
|
|
1703
2112
|
"type": "uint256",
|
|
1704
|
-
"internalType": "
|
|
2113
|
+
"internalType": "uint256"
|
|
1705
2114
|
}
|
|
1706
2115
|
]
|
|
1707
2116
|
},
|
|
1708
2117
|
{
|
|
1709
2118
|
"type": "error",
|
|
1710
|
-
"name": "
|
|
1711
|
-
"inputs": []
|
|
1712
|
-
},
|
|
1713
|
-
{
|
|
1714
|
-
"type": "error",
|
|
1715
|
-
"name": "Rollup__PastDeadline",
|
|
2119
|
+
"name": "Outbox__AlreadyNullified",
|
|
1716
2120
|
"inputs": [
|
|
1717
2121
|
{
|
|
1718
|
-
"name": "
|
|
2122
|
+
"name": "l2BlockNumber",
|
|
1719
2123
|
"type": "uint256",
|
|
1720
|
-
"internalType": "
|
|
2124
|
+
"internalType": "uint256"
|
|
1721
2125
|
},
|
|
1722
2126
|
{
|
|
1723
|
-
"name": "
|
|
2127
|
+
"name": "leafIndex",
|
|
1724
2128
|
"type": "uint256",
|
|
1725
|
-
"internalType": "
|
|
2129
|
+
"internalType": "uint256"
|
|
1726
2130
|
}
|
|
1727
2131
|
]
|
|
1728
2132
|
},
|
|
1729
2133
|
{
|
|
1730
2134
|
"type": "error",
|
|
1731
|
-
"name": "
|
|
2135
|
+
"name": "Outbox__InvalidRecipient",
|
|
1732
2136
|
"inputs": [
|
|
1733
2137
|
{
|
|
1734
|
-
"name": "
|
|
2138
|
+
"name": "expected",
|
|
1735
2139
|
"type": "address",
|
|
1736
2140
|
"internalType": "address"
|
|
1737
2141
|
},
|
|
1738
2142
|
{
|
|
1739
|
-
"name": "
|
|
1740
|
-
"type": "
|
|
1741
|
-
"internalType": "
|
|
2143
|
+
"name": "actual",
|
|
2144
|
+
"type": "address",
|
|
2145
|
+
"internalType": "address"
|
|
1742
2146
|
}
|
|
1743
2147
|
]
|
|
1744
2148
|
},
|
|
1745
2149
|
{
|
|
1746
2150
|
"type": "error",
|
|
1747
|
-
"name": "
|
|
1748
|
-
"inputs": []
|
|
1749
|
-
},
|
|
1750
|
-
{
|
|
1751
|
-
"type": "error",
|
|
1752
|
-
"name": "Rollup__SlotAlreadyInChain",
|
|
2151
|
+
"name": "Outbox__VersionMismatch",
|
|
1753
2152
|
"inputs": [
|
|
1754
2153
|
{
|
|
1755
|
-
"name": "
|
|
2154
|
+
"name": "expected",
|
|
1756
2155
|
"type": "uint256",
|
|
1757
|
-
"internalType": "
|
|
2156
|
+
"internalType": "uint256"
|
|
1758
2157
|
},
|
|
1759
2158
|
{
|
|
1760
|
-
"name": "
|
|
2159
|
+
"name": "actual",
|
|
1761
2160
|
"type": "uint256",
|
|
1762
|
-
"internalType": "
|
|
2161
|
+
"internalType": "uint256"
|
|
1763
2162
|
}
|
|
1764
2163
|
]
|
|
1765
2164
|
},
|
|
2165
|
+
{
|
|
2166
|
+
"type": "event",
|
|
2167
|
+
"name": "OwnershipTransferred",
|
|
2168
|
+
"inputs": [
|
|
2169
|
+
{
|
|
2170
|
+
"name": "previousOwner",
|
|
2171
|
+
"type": "address",
|
|
2172
|
+
"indexed": true,
|
|
2173
|
+
"internalType": "address"
|
|
2174
|
+
},
|
|
2175
|
+
{
|
|
2176
|
+
"name": "newOwner",
|
|
2177
|
+
"type": "address",
|
|
2178
|
+
"indexed": true,
|
|
2179
|
+
"internalType": "address"
|
|
2180
|
+
}
|
|
2181
|
+
],
|
|
2182
|
+
"anonymous": false
|
|
2183
|
+
},
|
|
1766
2184
|
{
|
|
1767
2185
|
"type": "error",
|
|
1768
|
-
"name": "
|
|
2186
|
+
"name": "ProofCommitmentEscrow__InsufficientBalance",
|
|
1769
2187
|
"inputs": [
|
|
1770
2188
|
{
|
|
1771
|
-
"name": "
|
|
1772
|
-
"type": "uint256",
|
|
1773
|
-
"internalType": "uint256"
|
|
1774
|
-
},
|
|
1775
|
-
{
|
|
1776
|
-
"name": "pendingBlockNumber",
|
|
2189
|
+
"name": "balance",
|
|
1777
2190
|
"type": "uint256",
|
|
1778
2191
|
"internalType": "uint256"
|
|
1779
2192
|
},
|
|
1780
2193
|
{
|
|
1781
|
-
"name": "
|
|
2194
|
+
"name": "requested",
|
|
1782
2195
|
"type": "uint256",
|
|
1783
2196
|
"internalType": "uint256"
|
|
1784
2197
|
}
|
|
@@ -1786,62 +2199,47 @@
|
|
|
1786
2199
|
},
|
|
1787
2200
|
{
|
|
1788
2201
|
"type": "error",
|
|
1789
|
-
"name": "
|
|
2202
|
+
"name": "ProofCommitmentEscrow__WithdrawRequestNotReady",
|
|
1790
2203
|
"inputs": [
|
|
1791
2204
|
{
|
|
1792
|
-
"name": "
|
|
2205
|
+
"name": "current",
|
|
1793
2206
|
"type": "uint256",
|
|
1794
|
-
"internalType": "
|
|
2207
|
+
"internalType": "uint256"
|
|
1795
2208
|
},
|
|
1796
2209
|
{
|
|
1797
|
-
"name": "
|
|
2210
|
+
"name": "readyAt",
|
|
1798
2211
|
"type": "uint256",
|
|
1799
|
-
"internalType": "
|
|
2212
|
+
"internalType": "Timestamp"
|
|
1800
2213
|
}
|
|
1801
2214
|
]
|
|
1802
2215
|
},
|
|
1803
2216
|
{
|
|
1804
2217
|
"type": "error",
|
|
1805
|
-
"name": "
|
|
1806
|
-
"inputs": []
|
|
1807
|
-
},
|
|
1808
|
-
{
|
|
1809
|
-
"type": "error",
|
|
1810
|
-
"name": "Rollup__StartIsNotFirstBlockOfEpoch",
|
|
1811
|
-
"inputs": []
|
|
1812
|
-
},
|
|
1813
|
-
{
|
|
1814
|
-
"type": "error",
|
|
1815
|
-
"name": "Rollup__TimestampInFuture",
|
|
2218
|
+
"name": "ProofNotBoundToAddress",
|
|
1816
2219
|
"inputs": [
|
|
1817
2220
|
{
|
|
1818
|
-
"name": "
|
|
1819
|
-
"type": "
|
|
1820
|
-
"internalType": "
|
|
2221
|
+
"name": "_expected",
|
|
2222
|
+
"type": "address",
|
|
2223
|
+
"internalType": "address"
|
|
1821
2224
|
},
|
|
1822
2225
|
{
|
|
1823
|
-
"name": "
|
|
1824
|
-
"type": "
|
|
1825
|
-
"internalType": "
|
|
2226
|
+
"name": "_received",
|
|
2227
|
+
"type": "address",
|
|
2228
|
+
"internalType": "address"
|
|
1826
2229
|
}
|
|
1827
2230
|
]
|
|
1828
2231
|
},
|
|
1829
2232
|
{
|
|
1830
2233
|
"type": "error",
|
|
1831
|
-
"name": "
|
|
1832
|
-
"inputs": []
|
|
1833
|
-
},
|
|
1834
|
-
{
|
|
1835
|
-
"type": "error",
|
|
1836
|
-
"name": "Rollup__TooManyBlocksInEpoch",
|
|
2234
|
+
"name": "ProofNotBoundToChainId",
|
|
1837
2235
|
"inputs": [
|
|
1838
2236
|
{
|
|
1839
|
-
"name": "
|
|
2237
|
+
"name": "_expected",
|
|
1840
2238
|
"type": "uint256",
|
|
1841
2239
|
"internalType": "uint256"
|
|
1842
2240
|
},
|
|
1843
2241
|
{
|
|
1844
|
-
"name": "
|
|
2242
|
+
"name": "_received",
|
|
1845
2243
|
"type": "uint256",
|
|
1846
2244
|
"internalType": "uint256"
|
|
1847
2245
|
}
|
|
@@ -1849,44 +2247,47 @@
|
|
|
1849
2247
|
},
|
|
1850
2248
|
{
|
|
1851
2249
|
"type": "error",
|
|
1852
|
-
"name": "
|
|
1853
|
-
"inputs": []
|
|
1854
|
-
},
|
|
1855
|
-
{
|
|
1856
|
-
"type": "error",
|
|
1857
|
-
"name": "Rollup__UnavailableTxs",
|
|
2250
|
+
"name": "RewardDistributor__InvalidCaller",
|
|
1858
2251
|
"inputs": [
|
|
1859
2252
|
{
|
|
1860
|
-
"name": "
|
|
1861
|
-
"type": "
|
|
1862
|
-
"internalType": "
|
|
2253
|
+
"name": "caller",
|
|
2254
|
+
"type": "address",
|
|
2255
|
+
"internalType": "address"
|
|
2256
|
+
},
|
|
2257
|
+
{
|
|
2258
|
+
"name": "canonical",
|
|
2259
|
+
"type": "address",
|
|
2260
|
+
"internalType": "address"
|
|
1863
2261
|
}
|
|
1864
2262
|
]
|
|
1865
2263
|
},
|
|
1866
2264
|
{
|
|
1867
|
-
"type": "
|
|
1868
|
-
"name": "
|
|
1869
|
-
"inputs": [
|
|
1870
|
-
"outputs": [
|
|
2265
|
+
"type": "error",
|
|
2266
|
+
"name": "Rollup__AlreadyClaimed",
|
|
2267
|
+
"inputs": [
|
|
1871
2268
|
{
|
|
1872
|
-
"name": "",
|
|
2269
|
+
"name": "prover",
|
|
1873
2270
|
"type": "address",
|
|
1874
|
-
"internalType": "
|
|
2271
|
+
"internalType": "address"
|
|
2272
|
+
},
|
|
2273
|
+
{
|
|
2274
|
+
"name": "epoch",
|
|
2275
|
+
"type": "uint256",
|
|
2276
|
+
"internalType": "Epoch"
|
|
1875
2277
|
}
|
|
1876
|
-
]
|
|
1877
|
-
"stateMutability": "view"
|
|
2278
|
+
]
|
|
1878
2279
|
},
|
|
1879
2280
|
{
|
|
1880
2281
|
"type": "error",
|
|
1881
|
-
"name": "
|
|
2282
|
+
"name": "Rollup__InsufficientBondAmount",
|
|
1882
2283
|
"inputs": [
|
|
1883
2284
|
{
|
|
1884
|
-
"name": "
|
|
2285
|
+
"name": "minimum",
|
|
1885
2286
|
"type": "uint256",
|
|
1886
2287
|
"internalType": "uint256"
|
|
1887
2288
|
},
|
|
1888
2289
|
{
|
|
1889
|
-
"name": "
|
|
2290
|
+
"name": "provided",
|
|
1890
2291
|
"type": "uint256",
|
|
1891
2292
|
"internalType": "uint256"
|
|
1892
2293
|
}
|
|
@@ -1894,78 +2295,87 @@
|
|
|
1894
2295
|
},
|
|
1895
2296
|
{
|
|
1896
2297
|
"type": "error",
|
|
1897
|
-
"name": "
|
|
2298
|
+
"name": "Rollup__InsufficientFundsInEscrow",
|
|
1898
2299
|
"inputs": [
|
|
1899
2300
|
{
|
|
1900
|
-
"name": "
|
|
2301
|
+
"name": "required",
|
|
1901
2302
|
"type": "uint256",
|
|
1902
2303
|
"internalType": "uint256"
|
|
1903
2304
|
},
|
|
1904
2305
|
{
|
|
1905
|
-
"name": "
|
|
2306
|
+
"name": "available",
|
|
1906
2307
|
"type": "uint256",
|
|
1907
2308
|
"internalType": "uint256"
|
|
1908
2309
|
}
|
|
1909
2310
|
]
|
|
1910
2311
|
},
|
|
1911
2312
|
{
|
|
1912
|
-
"type": "
|
|
1913
|
-
"name": "
|
|
2313
|
+
"type": "error",
|
|
2314
|
+
"name": "Rollup__InvalidArchive",
|
|
1914
2315
|
"inputs": [
|
|
1915
2316
|
{
|
|
1916
|
-
"name": "
|
|
1917
|
-
"type": "
|
|
1918
|
-
"
|
|
1919
|
-
|
|
2317
|
+
"name": "expected",
|
|
2318
|
+
"type": "bytes32",
|
|
2319
|
+
"internalType": "bytes32"
|
|
2320
|
+
},
|
|
2321
|
+
{
|
|
2322
|
+
"name": "actual",
|
|
2323
|
+
"type": "bytes32",
|
|
2324
|
+
"internalType": "bytes32"
|
|
1920
2325
|
}
|
|
1921
|
-
]
|
|
1922
|
-
"anonymous": false
|
|
2326
|
+
]
|
|
1923
2327
|
},
|
|
1924
2328
|
{
|
|
1925
2329
|
"type": "error",
|
|
1926
|
-
"name": "
|
|
2330
|
+
"name": "Rollup__InvalidBlobHash",
|
|
1927
2331
|
"inputs": [
|
|
1928
2332
|
{
|
|
1929
|
-
"name": "",
|
|
1930
|
-
"type": "
|
|
1931
|
-
"internalType": "
|
|
2333
|
+
"name": "expected",
|
|
2334
|
+
"type": "bytes32",
|
|
2335
|
+
"internalType": "bytes32"
|
|
1932
2336
|
},
|
|
1933
2337
|
{
|
|
1934
|
-
"name": "",
|
|
1935
|
-
"type": "
|
|
1936
|
-
"internalType": "
|
|
2338
|
+
"name": "actual",
|
|
2339
|
+
"type": "bytes32",
|
|
2340
|
+
"internalType": "bytes32"
|
|
1937
2341
|
}
|
|
1938
2342
|
]
|
|
1939
2343
|
},
|
|
1940
2344
|
{
|
|
1941
|
-
"type": "
|
|
1942
|
-
"name": "
|
|
2345
|
+
"type": "error",
|
|
2346
|
+
"name": "Rollup__InvalidBlockNumber",
|
|
1943
2347
|
"inputs": [
|
|
1944
2348
|
{
|
|
1945
|
-
"name": "
|
|
1946
|
-
"type": "
|
|
1947
|
-
"
|
|
1948
|
-
|
|
2349
|
+
"name": "expected",
|
|
2350
|
+
"type": "uint256",
|
|
2351
|
+
"internalType": "uint256"
|
|
2352
|
+
},
|
|
2353
|
+
{
|
|
2354
|
+
"name": "actual",
|
|
2355
|
+
"type": "uint256",
|
|
2356
|
+
"internalType": "uint256"
|
|
1949
2357
|
}
|
|
1950
|
-
]
|
|
1951
|
-
"anonymous": false
|
|
2358
|
+
]
|
|
1952
2359
|
},
|
|
1953
2360
|
{
|
|
1954
|
-
"type": "
|
|
1955
|
-
"name": "
|
|
2361
|
+
"type": "error",
|
|
2362
|
+
"name": "Rollup__InvalidInHash",
|
|
1956
2363
|
"inputs": [
|
|
1957
2364
|
{
|
|
1958
|
-
"name": "
|
|
1959
|
-
"type": "
|
|
1960
|
-
"
|
|
1961
|
-
|
|
2365
|
+
"name": "expected",
|
|
2366
|
+
"type": "bytes32",
|
|
2367
|
+
"internalType": "bytes32"
|
|
2368
|
+
},
|
|
2369
|
+
{
|
|
2370
|
+
"name": "actual",
|
|
2371
|
+
"type": "bytes32",
|
|
2372
|
+
"internalType": "bytes32"
|
|
1962
2373
|
}
|
|
1963
|
-
]
|
|
1964
|
-
"anonymous": false
|
|
2374
|
+
]
|
|
1965
2375
|
},
|
|
1966
2376
|
{
|
|
1967
2377
|
"type": "error",
|
|
1968
|
-
"name": "
|
|
2378
|
+
"name": "Rollup__InvalidManaBaseFee",
|
|
1969
2379
|
"inputs": [
|
|
1970
2380
|
{
|
|
1971
2381
|
"name": "expected",
|
|
@@ -1981,140 +2391,175 @@
|
|
|
1981
2391
|
},
|
|
1982
2392
|
{
|
|
1983
2393
|
"type": "error",
|
|
1984
|
-
"name": "
|
|
2394
|
+
"name": "Rollup__InvalidManaTarget",
|
|
1985
2395
|
"inputs": [
|
|
1986
2396
|
{
|
|
1987
|
-
"name": "
|
|
1988
|
-
"type": "
|
|
1989
|
-
"internalType": "
|
|
2397
|
+
"name": "minimum",
|
|
2398
|
+
"type": "uint256",
|
|
2399
|
+
"internalType": "uint256"
|
|
2400
|
+
},
|
|
2401
|
+
{
|
|
2402
|
+
"name": "provided",
|
|
2403
|
+
"type": "uint256",
|
|
2404
|
+
"internalType": "uint256"
|
|
1990
2405
|
}
|
|
1991
2406
|
]
|
|
1992
2407
|
},
|
|
1993
2408
|
{
|
|
1994
2409
|
"type": "error",
|
|
1995
|
-
"name": "
|
|
2410
|
+
"name": "Rollup__InvalidPreviousArchive",
|
|
1996
2411
|
"inputs": [
|
|
1997
2412
|
{
|
|
1998
|
-
"name": "",
|
|
1999
|
-
"type": "
|
|
2000
|
-
"internalType": "
|
|
2413
|
+
"name": "expected",
|
|
2414
|
+
"type": "bytes32",
|
|
2415
|
+
"internalType": "bytes32"
|
|
2416
|
+
},
|
|
2417
|
+
{
|
|
2418
|
+
"name": "actual",
|
|
2419
|
+
"type": "bytes32",
|
|
2420
|
+
"internalType": "bytes32"
|
|
2001
2421
|
}
|
|
2002
2422
|
]
|
|
2003
2423
|
},
|
|
2004
2424
|
{
|
|
2005
2425
|
"type": "error",
|
|
2006
|
-
"name": "
|
|
2426
|
+
"name": "Rollup__InvalidProposedArchive",
|
|
2007
2427
|
"inputs": [
|
|
2008
2428
|
{
|
|
2009
|
-
"name": "
|
|
2010
|
-
"type": "
|
|
2011
|
-
"internalType": "
|
|
2429
|
+
"name": "expected",
|
|
2430
|
+
"type": "bytes32",
|
|
2431
|
+
"internalType": "bytes32"
|
|
2432
|
+
},
|
|
2433
|
+
{
|
|
2434
|
+
"name": "actual",
|
|
2435
|
+
"type": "bytes32",
|
|
2436
|
+
"internalType": "bytes32"
|
|
2012
2437
|
}
|
|
2013
2438
|
]
|
|
2014
2439
|
},
|
|
2015
2440
|
{
|
|
2016
2441
|
"type": "error",
|
|
2017
|
-
"name": "
|
|
2442
|
+
"name": "Rollup__InvalidTimestamp",
|
|
2018
2443
|
"inputs": [
|
|
2019
2444
|
{
|
|
2020
|
-
"name": "
|
|
2021
|
-
"type": "
|
|
2022
|
-
"internalType": "
|
|
2445
|
+
"name": "expected",
|
|
2446
|
+
"type": "uint256",
|
|
2447
|
+
"internalType": "Timestamp"
|
|
2023
2448
|
},
|
|
2024
2449
|
{
|
|
2025
|
-
"name": "
|
|
2026
|
-
"type": "
|
|
2027
|
-
"internalType": "
|
|
2450
|
+
"name": "actual",
|
|
2451
|
+
"type": "uint256",
|
|
2452
|
+
"internalType": "Timestamp"
|
|
2028
2453
|
}
|
|
2029
2454
|
]
|
|
2030
2455
|
},
|
|
2031
2456
|
{
|
|
2032
2457
|
"type": "error",
|
|
2033
|
-
"name": "
|
|
2458
|
+
"name": "Rollup__NotPastDeadline",
|
|
2034
2459
|
"inputs": [
|
|
2035
2460
|
{
|
|
2036
|
-
"name": "",
|
|
2037
|
-
"type": "
|
|
2038
|
-
"internalType": "
|
|
2461
|
+
"name": "deadline",
|
|
2462
|
+
"type": "uint256",
|
|
2463
|
+
"internalType": "Epoch"
|
|
2464
|
+
},
|
|
2465
|
+
{
|
|
2466
|
+
"name": "currentEpoch",
|
|
2467
|
+
"type": "uint256",
|
|
2468
|
+
"internalType": "Epoch"
|
|
2039
2469
|
}
|
|
2040
2470
|
]
|
|
2041
2471
|
},
|
|
2042
2472
|
{
|
|
2043
2473
|
"type": "error",
|
|
2044
|
-
"name": "
|
|
2045
|
-
"inputs": []
|
|
2046
|
-
},
|
|
2047
|
-
{
|
|
2048
|
-
"type": "error",
|
|
2049
|
-
"name": "Staking__FailedToRemove",
|
|
2474
|
+
"name": "Rollup__PastDeadline",
|
|
2050
2475
|
"inputs": [
|
|
2051
2476
|
{
|
|
2052
|
-
"name": "",
|
|
2053
|
-
"type": "
|
|
2054
|
-
"internalType": "
|
|
2477
|
+
"name": "deadline",
|
|
2478
|
+
"type": "uint256",
|
|
2479
|
+
"internalType": "Epoch"
|
|
2480
|
+
},
|
|
2481
|
+
{
|
|
2482
|
+
"name": "currentEpoch",
|
|
2483
|
+
"type": "uint256",
|
|
2484
|
+
"internalType": "Epoch"
|
|
2055
2485
|
}
|
|
2056
2486
|
]
|
|
2057
2487
|
},
|
|
2058
2488
|
{
|
|
2059
2489
|
"type": "error",
|
|
2060
|
-
"name": "
|
|
2490
|
+
"name": "Rollup__ProverHaveAlreadySubmitted",
|
|
2061
2491
|
"inputs": [
|
|
2062
2492
|
{
|
|
2063
|
-
"name": "",
|
|
2064
|
-
"type": "
|
|
2065
|
-
"internalType": "
|
|
2493
|
+
"name": "prover",
|
|
2494
|
+
"type": "address",
|
|
2495
|
+
"internalType": "address"
|
|
2496
|
+
},
|
|
2497
|
+
{
|
|
2498
|
+
"name": "epoch",
|
|
2499
|
+
"type": "uint256",
|
|
2500
|
+
"internalType": "Epoch"
|
|
2066
2501
|
}
|
|
2067
2502
|
]
|
|
2068
2503
|
},
|
|
2069
2504
|
{
|
|
2070
2505
|
"type": "error",
|
|
2071
|
-
"name": "
|
|
2072
|
-
"inputs": []
|
|
2073
|
-
},
|
|
2074
|
-
{
|
|
2075
|
-
"type": "error",
|
|
2076
|
-
"name": "Staking__IncorrectGovProposer",
|
|
2506
|
+
"name": "Rollup__SlotAlreadyInChain",
|
|
2077
2507
|
"inputs": [
|
|
2078
2508
|
{
|
|
2079
|
-
"name": "",
|
|
2509
|
+
"name": "lastSlot",
|
|
2080
2510
|
"type": "uint256",
|
|
2081
|
-
"internalType": "
|
|
2511
|
+
"internalType": "Slot"
|
|
2512
|
+
},
|
|
2513
|
+
{
|
|
2514
|
+
"name": "proposedSlot",
|
|
2515
|
+
"type": "uint256",
|
|
2516
|
+
"internalType": "Slot"
|
|
2082
2517
|
}
|
|
2083
2518
|
]
|
|
2084
2519
|
},
|
|
2085
2520
|
{
|
|
2086
2521
|
"type": "error",
|
|
2087
|
-
"name": "
|
|
2522
|
+
"name": "Rollup__StartAndEndNotSameEpoch",
|
|
2088
2523
|
"inputs": [
|
|
2089
2524
|
{
|
|
2090
|
-
"name": "",
|
|
2091
|
-
"type": "
|
|
2092
|
-
"internalType": "
|
|
2525
|
+
"name": "start",
|
|
2526
|
+
"type": "uint256",
|
|
2527
|
+
"internalType": "Epoch"
|
|
2528
|
+
},
|
|
2529
|
+
{
|
|
2530
|
+
"name": "end",
|
|
2531
|
+
"type": "uint256",
|
|
2532
|
+
"internalType": "Epoch"
|
|
2093
2533
|
}
|
|
2094
2534
|
]
|
|
2095
2535
|
},
|
|
2096
2536
|
{
|
|
2097
2537
|
"type": "error",
|
|
2098
|
-
"name": "
|
|
2538
|
+
"name": "Rollup__TimestampInFuture",
|
|
2099
2539
|
"inputs": [
|
|
2100
2540
|
{
|
|
2101
|
-
"name": "",
|
|
2102
|
-
"type": "
|
|
2103
|
-
"internalType": "
|
|
2541
|
+
"name": "max",
|
|
2542
|
+
"type": "uint256",
|
|
2543
|
+
"internalType": "Timestamp"
|
|
2544
|
+
},
|
|
2545
|
+
{
|
|
2546
|
+
"name": "actual",
|
|
2547
|
+
"type": "uint256",
|
|
2548
|
+
"internalType": "Timestamp"
|
|
2104
2549
|
}
|
|
2105
2550
|
]
|
|
2106
2551
|
},
|
|
2107
2552
|
{
|
|
2108
2553
|
"type": "error",
|
|
2109
|
-
"name": "
|
|
2554
|
+
"name": "Rollup__TooManyBlocksInEpoch",
|
|
2110
2555
|
"inputs": [
|
|
2111
2556
|
{
|
|
2112
|
-
"name": "
|
|
2557
|
+
"name": "expected",
|
|
2113
2558
|
"type": "uint256",
|
|
2114
2559
|
"internalType": "uint256"
|
|
2115
2560
|
},
|
|
2116
2561
|
{
|
|
2117
|
-
"name": "
|
|
2562
|
+
"name": "actual",
|
|
2118
2563
|
"type": "uint256",
|
|
2119
2564
|
"internalType": "uint256"
|
|
2120
2565
|
}
|
|
@@ -2122,15 +2567,15 @@
|
|
|
2122
2567
|
},
|
|
2123
2568
|
{
|
|
2124
2569
|
"type": "error",
|
|
2125
|
-
"name": "
|
|
2570
|
+
"name": "SampleLib__IndexOutOfBounds",
|
|
2126
2571
|
"inputs": [
|
|
2127
2572
|
{
|
|
2128
|
-
"name": "",
|
|
2573
|
+
"name": "requested",
|
|
2129
2574
|
"type": "uint256",
|
|
2130
2575
|
"internalType": "uint256"
|
|
2131
2576
|
},
|
|
2132
2577
|
{
|
|
2133
|
-
"name": "",
|
|
2578
|
+
"name": "bound",
|
|
2134
2579
|
"type": "uint256",
|
|
2135
2580
|
"internalType": "uint256"
|
|
2136
2581
|
}
|
|
@@ -2138,15 +2583,15 @@
|
|
|
2138
2583
|
},
|
|
2139
2584
|
{
|
|
2140
2585
|
"type": "error",
|
|
2141
|
-
"name": "
|
|
2586
|
+
"name": "SampleLib__SampleLargerThanIndex",
|
|
2142
2587
|
"inputs": [
|
|
2143
2588
|
{
|
|
2144
|
-
"name": "",
|
|
2589
|
+
"name": "sample",
|
|
2145
2590
|
"type": "uint256",
|
|
2146
2591
|
"internalType": "uint256"
|
|
2147
2592
|
},
|
|
2148
2593
|
{
|
|
2149
|
-
"name": "",
|
|
2594
|
+
"name": "index",
|
|
2150
2595
|
"type": "uint256",
|
|
2151
2596
|
"internalType": "uint256"
|
|
2152
2597
|
}
|
|
@@ -2154,15 +2599,15 @@
|
|
|
2154
2599
|
},
|
|
2155
2600
|
{
|
|
2156
2601
|
"type": "error",
|
|
2157
|
-
"name": "
|
|
2602
|
+
"name": "SignatureLib__InvalidSignature",
|
|
2158
2603
|
"inputs": [
|
|
2159
2604
|
{
|
|
2160
|
-
"name": "
|
|
2605
|
+
"name": "",
|
|
2161
2606
|
"type": "address",
|
|
2162
2607
|
"internalType": "address"
|
|
2163
2608
|
},
|
|
2164
2609
|
{
|
|
2165
|
-
"name": "
|
|
2610
|
+
"name": "",
|
|
2166
2611
|
"type": "address",
|
|
2167
2612
|
"internalType": "address"
|
|
2168
2613
|
}
|
|
@@ -2170,37 +2615,31 @@
|
|
|
2170
2615
|
},
|
|
2171
2616
|
{
|
|
2172
2617
|
"type": "error",
|
|
2173
|
-
"name": "
|
|
2618
|
+
"name": "SlashPayload_ArraySizeMismatch",
|
|
2174
2619
|
"inputs": [
|
|
2175
2620
|
{
|
|
2176
|
-
"name": "",
|
|
2177
|
-
"type": "
|
|
2178
|
-
"internalType": "
|
|
2621
|
+
"name": "expected",
|
|
2622
|
+
"type": "uint256",
|
|
2623
|
+
"internalType": "uint256"
|
|
2624
|
+
},
|
|
2625
|
+
{
|
|
2626
|
+
"name": "actual",
|
|
2627
|
+
"type": "uint256",
|
|
2628
|
+
"internalType": "uint256"
|
|
2179
2629
|
}
|
|
2180
2630
|
]
|
|
2181
2631
|
},
|
|
2182
2632
|
{
|
|
2183
2633
|
"type": "error",
|
|
2184
|
-
"name": "
|
|
2634
|
+
"name": "Staking__AlreadyRegistered",
|
|
2185
2635
|
"inputs": [
|
|
2186
2636
|
{
|
|
2187
|
-
"name": "",
|
|
2637
|
+
"name": "instance",
|
|
2188
2638
|
"type": "address",
|
|
2189
2639
|
"internalType": "address"
|
|
2190
|
-
}
|
|
2191
|
-
]
|
|
2192
|
-
},
|
|
2193
|
-
{
|
|
2194
|
-
"type": "error",
|
|
2195
|
-
"name": "Staking__InvalidStakingQueueConfig",
|
|
2196
|
-
"inputs": []
|
|
2197
|
-
},
|
|
2198
|
-
{
|
|
2199
|
-
"type": "error",
|
|
2200
|
-
"name": "Staking__NoOneToSlash",
|
|
2201
|
-
"inputs": [
|
|
2640
|
+
},
|
|
2202
2641
|
{
|
|
2203
|
-
"name": "",
|
|
2642
|
+
"name": "attester",
|
|
2204
2643
|
"type": "address",
|
|
2205
2644
|
"internalType": "address"
|
|
2206
2645
|
}
|
|
@@ -2208,29 +2647,39 @@
|
|
|
2208
2647
|
},
|
|
2209
2648
|
{
|
|
2210
2649
|
"type": "error",
|
|
2211
|
-
"name": "
|
|
2650
|
+
"name": "Staking__InsufficientBootstrapValidators",
|
|
2212
2651
|
"inputs": [
|
|
2213
2652
|
{
|
|
2214
|
-
"name": "",
|
|
2215
|
-
"type": "
|
|
2216
|
-
"internalType": "
|
|
2653
|
+
"name": "queueSize",
|
|
2654
|
+
"type": "uint256",
|
|
2655
|
+
"internalType": "uint256"
|
|
2656
|
+
},
|
|
2657
|
+
{
|
|
2658
|
+
"name": "bootstrapFlushSize",
|
|
2659
|
+
"type": "uint256",
|
|
2660
|
+
"internalType": "uint256"
|
|
2217
2661
|
}
|
|
2218
2662
|
]
|
|
2219
2663
|
},
|
|
2220
2664
|
{
|
|
2221
2665
|
"type": "error",
|
|
2222
|
-
"name": "
|
|
2666
|
+
"name": "Staking__InsufficientPower",
|
|
2223
2667
|
"inputs": [
|
|
2224
2668
|
{
|
|
2225
2669
|
"name": "",
|
|
2226
|
-
"type": "
|
|
2227
|
-
"internalType": "
|
|
2670
|
+
"type": "uint256",
|
|
2671
|
+
"internalType": "uint256"
|
|
2672
|
+
},
|
|
2673
|
+
{
|
|
2674
|
+
"name": "",
|
|
2675
|
+
"type": "uint256",
|
|
2676
|
+
"internalType": "uint256"
|
|
2228
2677
|
}
|
|
2229
2678
|
]
|
|
2230
2679
|
},
|
|
2231
2680
|
{
|
|
2232
2681
|
"type": "error",
|
|
2233
|
-
"name": "
|
|
2682
|
+
"name": "Staking__InsufficientStake",
|
|
2234
2683
|
"inputs": [
|
|
2235
2684
|
{
|
|
2236
2685
|
"name": "",
|
|
@@ -2239,22 +2688,22 @@
|
|
|
2239
2688
|
},
|
|
2240
2689
|
{
|
|
2241
2690
|
"name": "",
|
|
2242
|
-
"type": "
|
|
2243
|
-
"internalType": "
|
|
2244
|
-
},
|
|
2245
|
-
{
|
|
2246
|
-
"name": "",
|
|
2247
|
-
"type": "address",
|
|
2248
|
-
"internalType": "address"
|
|
2691
|
+
"type": "uint256",
|
|
2692
|
+
"internalType": "uint256"
|
|
2249
2693
|
}
|
|
2250
2694
|
]
|
|
2251
2695
|
},
|
|
2252
2696
|
{
|
|
2253
2697
|
"type": "error",
|
|
2254
|
-
"name": "
|
|
2698
|
+
"name": "Staking__InvalidDeposit",
|
|
2255
2699
|
"inputs": [
|
|
2256
2700
|
{
|
|
2257
|
-
"name": "",
|
|
2701
|
+
"name": "attester",
|
|
2702
|
+
"type": "address",
|
|
2703
|
+
"internalType": "address"
|
|
2704
|
+
},
|
|
2705
|
+
{
|
|
2706
|
+
"name": "proposer",
|
|
2258
2707
|
"type": "address",
|
|
2259
2708
|
"internalType": "address"
|
|
2260
2709
|
}
|
|
@@ -2292,17 +2741,6 @@
|
|
|
2292
2741
|
}
|
|
2293
2742
|
]
|
|
2294
2743
|
},
|
|
2295
|
-
{
|
|
2296
|
-
"type": "error",
|
|
2297
|
-
"name": "Staking__NothingToExit",
|
|
2298
|
-
"inputs": [
|
|
2299
|
-
{
|
|
2300
|
-
"name": "",
|
|
2301
|
-
"type": "address",
|
|
2302
|
-
"internalType": "address"
|
|
2303
|
-
}
|
|
2304
|
-
]
|
|
2305
|
-
},
|
|
2306
2744
|
{
|
|
2307
2745
|
"type": "error",
|
|
2308
2746
|
"name": "Staking__OutOfBounds",
|
|
@@ -2319,44 +2757,6 @@
|
|
|
2319
2757
|
}
|
|
2320
2758
|
]
|
|
2321
2759
|
},
|
|
2322
|
-
{
|
|
2323
|
-
"type": "error",
|
|
2324
|
-
"name": "Staking__QueueAlreadyFlushed",
|
|
2325
|
-
"inputs": [
|
|
2326
|
-
{
|
|
2327
|
-
"name": "epoch",
|
|
2328
|
-
"type": "uint256",
|
|
2329
|
-
"internalType": "Epoch"
|
|
2330
|
-
}
|
|
2331
|
-
]
|
|
2332
|
-
},
|
|
2333
|
-
{
|
|
2334
|
-
"type": "error",
|
|
2335
|
-
"name": "Staking__QueueEmpty",
|
|
2336
|
-
"inputs": []
|
|
2337
|
-
},
|
|
2338
|
-
{
|
|
2339
|
-
"type": "error",
|
|
2340
|
-
"name": "Staking__RollupAlreadyRegistered",
|
|
2341
|
-
"inputs": [
|
|
2342
|
-
{
|
|
2343
|
-
"name": "",
|
|
2344
|
-
"type": "address",
|
|
2345
|
-
"internalType": "address"
|
|
2346
|
-
}
|
|
2347
|
-
]
|
|
2348
|
-
},
|
|
2349
|
-
{
|
|
2350
|
-
"type": "error",
|
|
2351
|
-
"name": "Staking__WithdrawFailed",
|
|
2352
|
-
"inputs": [
|
|
2353
|
-
{
|
|
2354
|
-
"name": "",
|
|
2355
|
-
"type": "address",
|
|
2356
|
-
"internalType": "address"
|
|
2357
|
-
}
|
|
2358
|
-
]
|
|
2359
|
-
},
|
|
2360
2760
|
{
|
|
2361
2761
|
"type": "error",
|
|
2362
2762
|
"name": "Staking__WithdrawalNotUnlockedYet",
|
|
@@ -2373,33 +2773,6 @@
|
|
|
2373
2773
|
}
|
|
2374
2774
|
]
|
|
2375
2775
|
},
|
|
2376
|
-
{
|
|
2377
|
-
"type": "error",
|
|
2378
|
-
"name": "SybilDetected",
|
|
2379
|
-
"inputs": [
|
|
2380
|
-
{
|
|
2381
|
-
"name": "_nullifier",
|
|
2382
|
-
"type": "bytes32",
|
|
2383
|
-
"internalType": "bytes32"
|
|
2384
|
-
}
|
|
2385
|
-
]
|
|
2386
|
-
},
|
|
2387
|
-
{
|
|
2388
|
-
"type": "error",
|
|
2389
|
-
"name": "TallySlashingProposer__CommitteeSizeMustBeGreaterThanZero",
|
|
2390
|
-
"inputs": [
|
|
2391
|
-
{
|
|
2392
|
-
"name": "committeeSize",
|
|
2393
|
-
"type": "uint256",
|
|
2394
|
-
"internalType": "uint256"
|
|
2395
|
-
}
|
|
2396
|
-
]
|
|
2397
|
-
},
|
|
2398
|
-
{
|
|
2399
|
-
"type": "error",
|
|
2400
|
-
"name": "TallySlashingProposer__InvalidCommitteeCommitment",
|
|
2401
|
-
"inputs": []
|
|
2402
|
-
},
|
|
2403
2776
|
{
|
|
2404
2777
|
"type": "error",
|
|
2405
2778
|
"name": "TallySlashingProposer__InvalidCommitteeSize",
|
|
@@ -2460,23 +2833,7 @@
|
|
|
2460
2833
|
{
|
|
2461
2834
|
"name": "roundSize",
|
|
2462
2835
|
"type": "uint256",
|
|
2463
|
-
"internalType": "uint256"
|
|
2464
|
-
}
|
|
2465
|
-
]
|
|
2466
|
-
},
|
|
2467
|
-
{
|
|
2468
|
-
"type": "error",
|
|
2469
|
-
"name": "TallySlashingProposer__InvalidSignature",
|
|
2470
|
-
"inputs": []
|
|
2471
|
-
},
|
|
2472
|
-
{
|
|
2473
|
-
"type": "error",
|
|
2474
|
-
"name": "TallySlashingProposer__InvalidSlashAmounts",
|
|
2475
|
-
"inputs": [
|
|
2476
|
-
{
|
|
2477
|
-
"name": "slashAmounts",
|
|
2478
|
-
"type": "uint256[3]",
|
|
2479
|
-
"internalType": "uint256[3]"
|
|
2836
|
+
"internalType": "uint256"
|
|
2480
2837
|
}
|
|
2481
2838
|
]
|
|
2482
2839
|
},
|
|
@@ -2528,33 +2885,6 @@
|
|
|
2528
2885
|
}
|
|
2529
2886
|
]
|
|
2530
2887
|
},
|
|
2531
|
-
{
|
|
2532
|
-
"type": "error",
|
|
2533
|
-
"name": "TallySlashingProposer__QuorumMustBeGreaterThanZero",
|
|
2534
|
-
"inputs": []
|
|
2535
|
-
},
|
|
2536
|
-
{
|
|
2537
|
-
"type": "error",
|
|
2538
|
-
"name": "TallySlashingProposer__RoundAlreadyExecuted",
|
|
2539
|
-
"inputs": [
|
|
2540
|
-
{
|
|
2541
|
-
"name": "round",
|
|
2542
|
-
"type": "uint256",
|
|
2543
|
-
"internalType": "SlashRound"
|
|
2544
|
-
}
|
|
2545
|
-
]
|
|
2546
|
-
},
|
|
2547
|
-
{
|
|
2548
|
-
"type": "error",
|
|
2549
|
-
"name": "TallySlashingProposer__RoundNotComplete",
|
|
2550
|
-
"inputs": [
|
|
2551
|
-
{
|
|
2552
|
-
"name": "round",
|
|
2553
|
-
"type": "uint256",
|
|
2554
|
-
"internalType": "SlashRound"
|
|
2555
|
-
}
|
|
2556
|
-
]
|
|
2557
|
-
},
|
|
2558
2888
|
{
|
|
2559
2889
|
"type": "error",
|
|
2560
2890
|
"name": "TallySlashingProposer__RoundOutOfRange",
|
|
@@ -2571,17 +2901,6 @@
|
|
|
2571
2901
|
}
|
|
2572
2902
|
]
|
|
2573
2903
|
},
|
|
2574
|
-
{
|
|
2575
|
-
"type": "error",
|
|
2576
|
-
"name": "TallySlashingProposer__RoundSizeInEpochsMustBeGreaterThanZero",
|
|
2577
|
-
"inputs": [
|
|
2578
|
-
{
|
|
2579
|
-
"name": "roundSizeInEpochs",
|
|
2580
|
-
"type": "uint256",
|
|
2581
|
-
"internalType": "uint256"
|
|
2582
|
-
}
|
|
2583
|
-
]
|
|
2584
|
-
},
|
|
2585
2904
|
{
|
|
2586
2905
|
"type": "error",
|
|
2587
2906
|
"name": "TallySlashingProposer__RoundSizeMustBeMultipleOfEpochDuration",
|
|
@@ -2616,42 +2935,31 @@
|
|
|
2616
2935
|
},
|
|
2617
2936
|
{
|
|
2618
2937
|
"type": "error",
|
|
2619
|
-
"name": "
|
|
2620
|
-
"inputs": []
|
|
2621
|
-
},
|
|
2622
|
-
{
|
|
2623
|
-
"type": "error",
|
|
2624
|
-
"name": "TallySlashingProposer__SlashOffsetMustBeGreaterThanZero",
|
|
2938
|
+
"name": "TallySlashingProposer__VoteSizeTooBig",
|
|
2625
2939
|
"inputs": [
|
|
2626
2940
|
{
|
|
2627
|
-
"name": "
|
|
2941
|
+
"name": "voteSize",
|
|
2628
2942
|
"type": "uint256",
|
|
2629
2943
|
"internalType": "uint256"
|
|
2630
|
-
}
|
|
2631
|
-
]
|
|
2632
|
-
},
|
|
2633
|
-
{
|
|
2634
|
-
"type": "error",
|
|
2635
|
-
"name": "TallySlashingProposer__VoteAlreadyCastInCurrentSlot",
|
|
2636
|
-
"inputs": [
|
|
2944
|
+
},
|
|
2637
2945
|
{
|
|
2638
|
-
"name": "
|
|
2946
|
+
"name": "maxSize",
|
|
2639
2947
|
"type": "uint256",
|
|
2640
|
-
"internalType": "
|
|
2948
|
+
"internalType": "uint256"
|
|
2641
2949
|
}
|
|
2642
2950
|
]
|
|
2643
2951
|
},
|
|
2644
2952
|
{
|
|
2645
2953
|
"type": "error",
|
|
2646
|
-
"name": "
|
|
2954
|
+
"name": "ValidatorSelection__InsufficientAttestations",
|
|
2647
2955
|
"inputs": [
|
|
2648
2956
|
{
|
|
2649
|
-
"name": "
|
|
2957
|
+
"name": "minimumNeeded",
|
|
2650
2958
|
"type": "uint256",
|
|
2651
2959
|
"internalType": "uint256"
|
|
2652
2960
|
},
|
|
2653
2961
|
{
|
|
2654
|
-
"name": "
|
|
2962
|
+
"name": "provided",
|
|
2655
2963
|
"type": "uint256",
|
|
2656
2964
|
"internalType": "uint256"
|
|
2657
2965
|
}
|
|
@@ -2659,96 +2967,79 @@
|
|
|
2659
2967
|
},
|
|
2660
2968
|
{
|
|
2661
2969
|
"type": "error",
|
|
2662
|
-
"name": "
|
|
2970
|
+
"name": "ValidatorSelection__InsufficientValidatorSetSize",
|
|
2663
2971
|
"inputs": [
|
|
2664
2972
|
{
|
|
2665
|
-
"name": "
|
|
2973
|
+
"name": "actual",
|
|
2666
2974
|
"type": "uint256",
|
|
2667
2975
|
"internalType": "uint256"
|
|
2668
|
-
}
|
|
2669
|
-
]
|
|
2670
|
-
},
|
|
2671
|
-
{
|
|
2672
|
-
"type": "error",
|
|
2673
|
-
"name": "TallySlashingProposer__VotingNotOpen",
|
|
2674
|
-
"inputs": [
|
|
2976
|
+
},
|
|
2675
2977
|
{
|
|
2676
|
-
"name": "
|
|
2978
|
+
"name": "expected",
|
|
2677
2979
|
"type": "uint256",
|
|
2678
|
-
"internalType": "
|
|
2980
|
+
"internalType": "uint256"
|
|
2679
2981
|
}
|
|
2680
2982
|
]
|
|
2681
2983
|
},
|
|
2682
2984
|
{
|
|
2683
|
-
"type": "
|
|
2684
|
-
"name": "
|
|
2985
|
+
"type": "error",
|
|
2986
|
+
"name": "ValidatorSelection__InvalidCommitteeCommitment",
|
|
2685
2987
|
"inputs": [
|
|
2686
2988
|
{
|
|
2687
|
-
"name": "
|
|
2688
|
-
"type": "
|
|
2689
|
-
"
|
|
2690
|
-
|
|
2989
|
+
"name": "reconstructed",
|
|
2990
|
+
"type": "bytes32",
|
|
2991
|
+
"internalType": "bytes32"
|
|
2992
|
+
},
|
|
2993
|
+
{
|
|
2994
|
+
"name": "expected",
|
|
2995
|
+
"type": "bytes32",
|
|
2996
|
+
"internalType": "bytes32"
|
|
2691
2997
|
}
|
|
2692
|
-
]
|
|
2693
|
-
"anonymous": false
|
|
2998
|
+
]
|
|
2694
2999
|
},
|
|
2695
3000
|
{
|
|
2696
|
-
"type": "
|
|
2697
|
-
"name": "
|
|
3001
|
+
"type": "error",
|
|
3002
|
+
"name": "ValidatorSelection__InvalidDeposit",
|
|
2698
3003
|
"inputs": [
|
|
2699
3004
|
{
|
|
2700
|
-
"name": "
|
|
3005
|
+
"name": "attester",
|
|
2701
3006
|
"type": "address",
|
|
2702
|
-
"indexed": true,
|
|
2703
3007
|
"internalType": "address"
|
|
2704
|
-
}
|
|
2705
|
-
],
|
|
2706
|
-
"anonymous": false
|
|
2707
|
-
},
|
|
2708
|
-
{
|
|
2709
|
-
"type": "event",
|
|
2710
|
-
"name": "UnhingedRemoved",
|
|
2711
|
-
"inputs": [
|
|
3008
|
+
},
|
|
2712
3009
|
{
|
|
2713
|
-
"name": "
|
|
3010
|
+
"name": "proposer",
|
|
2714
3011
|
"type": "address",
|
|
2715
|
-
"indexed": true,
|
|
2716
3012
|
"internalType": "address"
|
|
2717
3013
|
}
|
|
2718
|
-
]
|
|
2719
|
-
"anonymous": false
|
|
3014
|
+
]
|
|
2720
3015
|
},
|
|
2721
3016
|
{
|
|
2722
|
-
"type": "
|
|
2723
|
-
"name": "
|
|
3017
|
+
"type": "error",
|
|
3018
|
+
"name": "ValidatorSelection__InvalidProposer",
|
|
2724
3019
|
"inputs": [
|
|
2725
3020
|
{
|
|
2726
|
-
"name": "
|
|
2727
|
-
"type": "address",
|
|
2728
|
-
"indexed": true,
|
|
2729
|
-
"internalType": "address"
|
|
2730
|
-
},
|
|
2731
|
-
{
|
|
2732
|
-
"name": "_attester",
|
|
3021
|
+
"name": "expected",
|
|
2733
3022
|
"type": "address",
|
|
2734
|
-
"indexed": true,
|
|
2735
3023
|
"internalType": "address"
|
|
2736
3024
|
},
|
|
2737
3025
|
{
|
|
2738
|
-
"name": "
|
|
3026
|
+
"name": "actual",
|
|
2739
3027
|
"type": "address",
|
|
2740
|
-
"indexed": false,
|
|
2741
3028
|
"internalType": "address"
|
|
2742
3029
|
}
|
|
2743
|
-
]
|
|
2744
|
-
"anonymous": false
|
|
3030
|
+
]
|
|
2745
3031
|
},
|
|
2746
3032
|
{
|
|
2747
3033
|
"type": "error",
|
|
2748
|
-
"name": "
|
|
3034
|
+
"name": "ValidatorSelection__MissingProposerSignature",
|
|
2749
3035
|
"inputs": [
|
|
2750
3036
|
{
|
|
2751
|
-
"name": "
|
|
3037
|
+
"name": "proposer",
|
|
3038
|
+
"type": "address",
|
|
3039
|
+
"internalType": "address"
|
|
3040
|
+
},
|
|
3041
|
+
{
|
|
3042
|
+
"name": "index",
|
|
2752
3043
|
"type": "uint256",
|
|
2753
3044
|
"internalType": "uint256"
|
|
2754
3045
|
}
|
|
@@ -2756,20 +3047,20 @@
|
|
|
2756
3047
|
},
|
|
2757
3048
|
{
|
|
2758
3049
|
"type": "error",
|
|
2759
|
-
"name": "
|
|
2760
|
-
"inputs": []
|
|
2761
|
-
},
|
|
2762
|
-
{
|
|
2763
|
-
"type": "error",
|
|
2764
|
-
"name": "ValidatorSelection__InsufficientAttestations",
|
|
3050
|
+
"name": "Delegation__InsufficientPower",
|
|
2765
3051
|
"inputs": [
|
|
2766
3052
|
{
|
|
2767
|
-
"name": "
|
|
3053
|
+
"name": "",
|
|
3054
|
+
"type": "address",
|
|
3055
|
+
"internalType": "address"
|
|
3056
|
+
},
|
|
3057
|
+
{
|
|
3058
|
+
"name": "",
|
|
2768
3059
|
"type": "uint256",
|
|
2769
3060
|
"internalType": "uint256"
|
|
2770
3061
|
},
|
|
2771
3062
|
{
|
|
2772
|
-
"name": "
|
|
3063
|
+
"name": "",
|
|
2773
3064
|
"type": "uint256",
|
|
2774
3065
|
"internalType": "uint256"
|
|
2775
3066
|
}
|
|
@@ -2777,15 +3068,20 @@
|
|
|
2777
3068
|
},
|
|
2778
3069
|
{
|
|
2779
3070
|
"type": "error",
|
|
2780
|
-
"name": "
|
|
3071
|
+
"name": "Governance__CheckpointedUintLib__InsufficientValue",
|
|
2781
3072
|
"inputs": [
|
|
2782
3073
|
{
|
|
2783
|
-
"name": "
|
|
3074
|
+
"name": "owner",
|
|
3075
|
+
"type": "address",
|
|
3076
|
+
"internalType": "address"
|
|
3077
|
+
},
|
|
3078
|
+
{
|
|
3079
|
+
"name": "have",
|
|
2784
3080
|
"type": "uint256",
|
|
2785
3081
|
"internalType": "uint256"
|
|
2786
3082
|
},
|
|
2787
3083
|
{
|
|
2788
|
-
"name": "
|
|
3084
|
+
"name": "required",
|
|
2789
3085
|
"type": "uint256",
|
|
2790
3086
|
"internalType": "uint256"
|
|
2791
3087
|
}
|
|
@@ -2793,184 +3089,127 @@
|
|
|
2793
3089
|
},
|
|
2794
3090
|
{
|
|
2795
3091
|
"type": "error",
|
|
2796
|
-
"name": "
|
|
3092
|
+
"name": "Governance__InsufficientPower",
|
|
2797
3093
|
"inputs": [
|
|
2798
3094
|
{
|
|
2799
|
-
"name": "
|
|
2800
|
-
"type": "
|
|
2801
|
-
"internalType": "
|
|
3095
|
+
"name": "voter",
|
|
3096
|
+
"type": "address",
|
|
3097
|
+
"internalType": "address"
|
|
2802
3098
|
},
|
|
2803
3099
|
{
|
|
2804
|
-
"name": "
|
|
2805
|
-
"type": "
|
|
2806
|
-
"internalType": "
|
|
3100
|
+
"name": "have",
|
|
3101
|
+
"type": "uint256",
|
|
3102
|
+
"internalType": "uint256"
|
|
3103
|
+
},
|
|
3104
|
+
{
|
|
3105
|
+
"name": "required",
|
|
3106
|
+
"type": "uint256",
|
|
3107
|
+
"internalType": "uint256"
|
|
2807
3108
|
}
|
|
2808
3109
|
]
|
|
2809
3110
|
},
|
|
2810
3111
|
{
|
|
2811
3112
|
"type": "error",
|
|
2812
|
-
"name": "
|
|
3113
|
+
"name": "Rollup__StaleTempBlockLog",
|
|
2813
3114
|
"inputs": [
|
|
2814
3115
|
{
|
|
2815
|
-
"name": "
|
|
2816
|
-
"type": "
|
|
2817
|
-
"internalType": "
|
|
3116
|
+
"name": "blockNumber",
|
|
3117
|
+
"type": "uint256",
|
|
3118
|
+
"internalType": "uint256"
|
|
2818
3119
|
},
|
|
2819
3120
|
{
|
|
2820
|
-
"name": "
|
|
2821
|
-
"type": "
|
|
2822
|
-
"internalType": "
|
|
3121
|
+
"name": "pendingBlockNumber",
|
|
3122
|
+
"type": "uint256",
|
|
3123
|
+
"internalType": "uint256"
|
|
3124
|
+
},
|
|
3125
|
+
{
|
|
3126
|
+
"name": "size",
|
|
3127
|
+
"type": "uint256",
|
|
3128
|
+
"internalType": "uint256"
|
|
2823
3129
|
}
|
|
2824
3130
|
]
|
|
2825
3131
|
},
|
|
2826
3132
|
{
|
|
2827
3133
|
"type": "error",
|
|
2828
|
-
"name": "
|
|
3134
|
+
"name": "Staking__NotOurProposal",
|
|
2829
3135
|
"inputs": [
|
|
2830
3136
|
{
|
|
2831
|
-
"name": "
|
|
3137
|
+
"name": "",
|
|
3138
|
+
"type": "uint256",
|
|
3139
|
+
"internalType": "uint256"
|
|
3140
|
+
},
|
|
3141
|
+
{
|
|
3142
|
+
"name": "",
|
|
2832
3143
|
"type": "address",
|
|
2833
3144
|
"internalType": "address"
|
|
2834
3145
|
},
|
|
2835
3146
|
{
|
|
2836
|
-
"name": "
|
|
3147
|
+
"name": "",
|
|
2837
3148
|
"type": "address",
|
|
2838
3149
|
"internalType": "address"
|
|
2839
3150
|
}
|
|
2840
3151
|
]
|
|
2841
3152
|
},
|
|
2842
3153
|
{
|
|
2843
|
-
"type": "
|
|
2844
|
-
"name": "
|
|
3154
|
+
"type": "event",
|
|
3155
|
+
"name": "ValidatorAdded",
|
|
2845
3156
|
"inputs": [
|
|
2846
3157
|
{
|
|
2847
|
-
"name": "
|
|
3158
|
+
"name": "_rollup",
|
|
2848
3159
|
"type": "address",
|
|
3160
|
+
"indexed": true,
|
|
2849
3161
|
"internalType": "address"
|
|
2850
3162
|
},
|
|
2851
3163
|
{
|
|
2852
|
-
"name": "
|
|
2853
|
-
"type": "uint256",
|
|
2854
|
-
"internalType": "uint256"
|
|
2855
|
-
}
|
|
2856
|
-
]
|
|
2857
|
-
},
|
|
2858
|
-
{
|
|
2859
|
-
"type": "error",
|
|
2860
|
-
"name": "ValidatorSelection__ProposerIndexTooLarge",
|
|
2861
|
-
"inputs": [
|
|
2862
|
-
{
|
|
2863
|
-
"name": "index",
|
|
2864
|
-
"type": "uint256",
|
|
2865
|
-
"internalType": "uint256"
|
|
2866
|
-
}
|
|
2867
|
-
]
|
|
2868
|
-
},
|
|
2869
|
-
{
|
|
2870
|
-
"type": "event",
|
|
2871
|
-
"name": "WithdrawerUpdated",
|
|
2872
|
-
"inputs": [
|
|
2873
|
-
{
|
|
2874
|
-
"name": "_withdrawer",
|
|
3164
|
+
"name": "_attester",
|
|
2875
3165
|
"type": "address",
|
|
2876
3166
|
"indexed": true,
|
|
2877
3167
|
"internalType": "address"
|
|
2878
|
-
}
|
|
2879
|
-
],
|
|
2880
|
-
"anonymous": false
|
|
2881
|
-
},
|
|
2882
|
-
{
|
|
2883
|
-
"type": "event",
|
|
2884
|
-
"name": "ZKPassportVerifierUpdated",
|
|
2885
|
-
"inputs": [
|
|
3168
|
+
},
|
|
2886
3169
|
{
|
|
2887
|
-
"name": "
|
|
3170
|
+
"name": "_withdrawer",
|
|
2888
3171
|
"type": "address",
|
|
2889
|
-
"indexed":
|
|
3172
|
+
"indexed": false,
|
|
2890
3173
|
"internalType": "address"
|
|
2891
3174
|
}
|
|
2892
3175
|
],
|
|
2893
3176
|
"anonymous": false
|
|
2894
3177
|
},
|
|
2895
3178
|
{
|
|
2896
|
-
"type": "
|
|
2897
|
-
"name": "
|
|
3179
|
+
"type": "error",
|
|
3180
|
+
"name": "MerkleLib__InvalidRoot",
|
|
2898
3181
|
"inputs": [
|
|
2899
3182
|
{
|
|
2900
|
-
"name": "
|
|
2901
|
-
"type": "
|
|
2902
|
-
"internalType": "
|
|
3183
|
+
"name": "expected",
|
|
3184
|
+
"type": "bytes32",
|
|
3185
|
+
"internalType": "bytes32"
|
|
3186
|
+
},
|
|
3187
|
+
{
|
|
3188
|
+
"name": "actual",
|
|
3189
|
+
"type": "bytes32",
|
|
3190
|
+
"internalType": "bytes32"
|
|
3191
|
+
},
|
|
3192
|
+
{
|
|
3193
|
+
"name": "leaf",
|
|
3194
|
+
"type": "bytes32",
|
|
3195
|
+
"internalType": "bytes32"
|
|
3196
|
+
},
|
|
3197
|
+
{
|
|
3198
|
+
"name": "leafIndex",
|
|
3199
|
+
"type": "uint256",
|
|
3200
|
+
"internalType": "uint256"
|
|
2903
3201
|
}
|
|
2904
|
-
]
|
|
2905
|
-
"outputs": [],
|
|
2906
|
-
"stateMutability": "nonpayable"
|
|
3202
|
+
]
|
|
2907
3203
|
},
|
|
2908
3204
|
{
|
|
2909
3205
|
"type": "function",
|
|
2910
|
-
"name": "
|
|
3206
|
+
"name": "reenterExitedValidator",
|
|
2911
3207
|
"inputs": [
|
|
2912
3208
|
{
|
|
2913
3209
|
"name": "_attester",
|
|
2914
3210
|
"type": "address",
|
|
2915
3211
|
"internalType": "address"
|
|
2916
3212
|
},
|
|
2917
|
-
{
|
|
2918
|
-
"name": "_merkleProof",
|
|
2919
|
-
"type": "bytes32[]",
|
|
2920
|
-
"internalType": "bytes32[]"
|
|
2921
|
-
},
|
|
2922
|
-
{
|
|
2923
|
-
"name": "_params",
|
|
2924
|
-
"type": "tuple",
|
|
2925
|
-
"internalType": "struct ProofVerificationParams",
|
|
2926
|
-
"components": [
|
|
2927
|
-
{
|
|
2928
|
-
"name": "vkeyHash",
|
|
2929
|
-
"type": "bytes32",
|
|
2930
|
-
"internalType": "bytes32"
|
|
2931
|
-
},
|
|
2932
|
-
{
|
|
2933
|
-
"name": "proof",
|
|
2934
|
-
"type": "bytes",
|
|
2935
|
-
"internalType": "bytes"
|
|
2936
|
-
},
|
|
2937
|
-
{
|
|
2938
|
-
"name": "publicInputs",
|
|
2939
|
-
"type": "bytes32[]",
|
|
2940
|
-
"internalType": "bytes32[]"
|
|
2941
|
-
},
|
|
2942
|
-
{
|
|
2943
|
-
"name": "committedInputs",
|
|
2944
|
-
"type": "bytes",
|
|
2945
|
-
"internalType": "bytes"
|
|
2946
|
-
},
|
|
2947
|
-
{
|
|
2948
|
-
"name": "committedInputCounts",
|
|
2949
|
-
"type": "uint256[]",
|
|
2950
|
-
"internalType": "uint256[]"
|
|
2951
|
-
},
|
|
2952
|
-
{
|
|
2953
|
-
"name": "validityPeriodInDays",
|
|
2954
|
-
"type": "uint256",
|
|
2955
|
-
"internalType": "uint256"
|
|
2956
|
-
},
|
|
2957
|
-
{
|
|
2958
|
-
"name": "domain",
|
|
2959
|
-
"type": "string",
|
|
2960
|
-
"internalType": "string"
|
|
2961
|
-
},
|
|
2962
|
-
{
|
|
2963
|
-
"name": "scope",
|
|
2964
|
-
"type": "string",
|
|
2965
|
-
"internalType": "string"
|
|
2966
|
-
},
|
|
2967
|
-
{
|
|
2968
|
-
"name": "devMode",
|
|
2969
|
-
"type": "bool",
|
|
2970
|
-
"internalType": "bool"
|
|
2971
|
-
}
|
|
2972
|
-
]
|
|
2973
|
-
},
|
|
2974
3213
|
{
|
|
2975
3214
|
"name": "_publicKeyG1",
|
|
2976
3215
|
"type": "tuple",
|
|
@@ -3038,147 +3277,69 @@
|
|
|
3038
3277
|
},
|
|
3039
3278
|
{
|
|
3040
3279
|
"type": "function",
|
|
3041
|
-
"name": "
|
|
3042
|
-
"inputs": [
|
|
3043
|
-
{
|
|
3044
|
-
"name": "attester",
|
|
3045
|
-
"type": "address",
|
|
3046
|
-
"internalType": "address"
|
|
3047
|
-
}
|
|
3048
|
-
],
|
|
3049
|
-
"outputs": [
|
|
3050
|
-
{
|
|
3051
|
-
"name": "nullifier",
|
|
3052
|
-
"type": "bytes32",
|
|
3053
|
-
"internalType": "bytes32"
|
|
3054
|
-
}
|
|
3055
|
-
],
|
|
3056
|
-
"stateMutability": "view"
|
|
3057
|
-
},
|
|
3058
|
-
{
|
|
3059
|
-
"type": "function",
|
|
3060
|
-
"name": "depositMerkleRoot",
|
|
3061
|
-
"inputs": [],
|
|
3062
|
-
"outputs": [
|
|
3063
|
-
{
|
|
3064
|
-
"name": "",
|
|
3065
|
-
"type": "bytes32",
|
|
3066
|
-
"internalType": "bytes32"
|
|
3067
|
-
}
|
|
3068
|
-
],
|
|
3069
|
-
"stateMutability": "view"
|
|
3070
|
-
},
|
|
3071
|
-
{
|
|
3072
|
-
"type": "function",
|
|
3073
|
-
"name": "depositsPerMint",
|
|
3074
|
-
"inputs": [],
|
|
3075
|
-
"outputs": [
|
|
3076
|
-
{
|
|
3077
|
-
"name": "",
|
|
3078
|
-
"type": "uint256",
|
|
3079
|
-
"internalType": "uint256"
|
|
3080
|
-
}
|
|
3081
|
-
],
|
|
3082
|
-
"stateMutability": "view"
|
|
3083
|
-
},
|
|
3084
|
-
{
|
|
3085
|
-
"type": "function",
|
|
3086
|
-
"name": "getRollup",
|
|
3087
|
-
"inputs": [],
|
|
3088
|
-
"outputs": [
|
|
3089
|
-
{
|
|
3090
|
-
"name": "",
|
|
3091
|
-
"type": "address",
|
|
3092
|
-
"internalType": "address"
|
|
3093
|
-
}
|
|
3094
|
-
],
|
|
3095
|
-
"stateMutability": "view"
|
|
3096
|
-
},
|
|
3097
|
-
{
|
|
3098
|
-
"type": "function",
|
|
3099
|
-
"name": "isUnhinged",
|
|
3280
|
+
"name": "addValidator",
|
|
3100
3281
|
"inputs": [
|
|
3101
3282
|
{
|
|
3102
|
-
"name": "
|
|
3283
|
+
"name": "_attester",
|
|
3103
3284
|
"type": "address",
|
|
3104
3285
|
"internalType": "address"
|
|
3105
|
-
}
|
|
3106
|
-
],
|
|
3107
|
-
"outputs": [
|
|
3108
|
-
{
|
|
3109
|
-
"name": "isUnhinged",
|
|
3110
|
-
"type": "bool",
|
|
3111
|
-
"internalType": "bool"
|
|
3112
|
-
}
|
|
3113
|
-
],
|
|
3114
|
-
"stateMutability": "view"
|
|
3115
|
-
},
|
|
3116
|
-
{
|
|
3117
|
-
"type": "function",
|
|
3118
|
-
"name": "lastMintTimestamp",
|
|
3119
|
-
"inputs": [],
|
|
3120
|
-
"outputs": [
|
|
3121
|
-
{
|
|
3122
|
-
"name": "",
|
|
3123
|
-
"type": "uint256",
|
|
3124
|
-
"internalType": "uint256"
|
|
3125
|
-
}
|
|
3126
|
-
],
|
|
3127
|
-
"stateMutability": "view"
|
|
3128
|
-
},
|
|
3129
|
-
{
|
|
3130
|
-
"type": "function",
|
|
3131
|
-
"name": "mintInterval",
|
|
3132
|
-
"inputs": [],
|
|
3133
|
-
"outputs": [
|
|
3134
|
-
{
|
|
3135
|
-
"name": "",
|
|
3136
|
-
"type": "uint256",
|
|
3137
|
-
"internalType": "uint256"
|
|
3138
|
-
}
|
|
3139
|
-
],
|
|
3140
|
-
"stateMutability": "view"
|
|
3141
|
-
},
|
|
3142
|
-
{
|
|
3143
|
-
"type": "function",
|
|
3144
|
-
"name": "nullifiers",
|
|
3145
|
-
"inputs": [
|
|
3146
|
-
{
|
|
3147
|
-
"name": "nullifier",
|
|
3148
|
-
"type": "bytes32",
|
|
3149
|
-
"internalType": "bytes32"
|
|
3150
|
-
}
|
|
3151
|
-
],
|
|
3152
|
-
"outputs": [
|
|
3153
|
-
{
|
|
3154
|
-
"name": "exists",
|
|
3155
|
-
"type": "bool",
|
|
3156
|
-
"internalType": "bool"
|
|
3157
|
-
}
|
|
3158
|
-
],
|
|
3159
|
-
"stateMutability": "view"
|
|
3160
|
-
},
|
|
3161
|
-
{
|
|
3162
|
-
"type": "function",
|
|
3163
|
-
"name": "owner",
|
|
3164
|
-
"inputs": [],
|
|
3165
|
-
"outputs": [
|
|
3286
|
+
},
|
|
3166
3287
|
{
|
|
3167
|
-
"name": "",
|
|
3168
|
-
"type": "
|
|
3169
|
-
"internalType": "
|
|
3170
|
-
}
|
|
3171
|
-
],
|
|
3172
|
-
"stateMutability": "view"
|
|
3173
|
-
},
|
|
3174
|
-
{
|
|
3175
|
-
"type": "function",
|
|
3176
|
-
"name": "reenterExitedValidator",
|
|
3177
|
-
"inputs": [
|
|
3288
|
+
"name": "_merkleProof",
|
|
3289
|
+
"type": "bytes32[]",
|
|
3290
|
+
"internalType": "bytes32[]"
|
|
3291
|
+
},
|
|
3178
3292
|
{
|
|
3179
|
-
"name": "
|
|
3180
|
-
"type": "
|
|
3181
|
-
"internalType": "
|
|
3293
|
+
"name": "_params",
|
|
3294
|
+
"type": "tuple",
|
|
3295
|
+
"internalType": "struct ProofVerificationParams",
|
|
3296
|
+
"components": [
|
|
3297
|
+
{
|
|
3298
|
+
"name": "vkeyHash",
|
|
3299
|
+
"type": "bytes32",
|
|
3300
|
+
"internalType": "bytes32"
|
|
3301
|
+
},
|
|
3302
|
+
{
|
|
3303
|
+
"name": "proof",
|
|
3304
|
+
"type": "bytes",
|
|
3305
|
+
"internalType": "bytes"
|
|
3306
|
+
},
|
|
3307
|
+
{
|
|
3308
|
+
"name": "publicInputs",
|
|
3309
|
+
"type": "bytes32[]",
|
|
3310
|
+
"internalType": "bytes32[]"
|
|
3311
|
+
},
|
|
3312
|
+
{
|
|
3313
|
+
"name": "committedInputs",
|
|
3314
|
+
"type": "bytes",
|
|
3315
|
+
"internalType": "bytes"
|
|
3316
|
+
},
|
|
3317
|
+
{
|
|
3318
|
+
"name": "committedInputCounts",
|
|
3319
|
+
"type": "uint256[]",
|
|
3320
|
+
"internalType": "uint256[]"
|
|
3321
|
+
},
|
|
3322
|
+
{
|
|
3323
|
+
"name": "validityPeriodInDays",
|
|
3324
|
+
"type": "uint256",
|
|
3325
|
+
"internalType": "uint256"
|
|
3326
|
+
},
|
|
3327
|
+
{
|
|
3328
|
+
"name": "domain",
|
|
3329
|
+
"type": "string",
|
|
3330
|
+
"internalType": "string"
|
|
3331
|
+
},
|
|
3332
|
+
{
|
|
3333
|
+
"name": "scope",
|
|
3334
|
+
"type": "string",
|
|
3335
|
+
"internalType": "string"
|
|
3336
|
+
},
|
|
3337
|
+
{
|
|
3338
|
+
"name": "devMode",
|
|
3339
|
+
"type": "bool",
|
|
3340
|
+
"internalType": "bool"
|
|
3341
|
+
}
|
|
3342
|
+
]
|
|
3182
3343
|
},
|
|
3183
3344
|
{
|
|
3184
3345
|
"name": "_publicKeyG1",
|
|
@@ -3246,205 +3407,44 @@
|
|
|
3246
3407
|
"stateMutability": "nonpayable"
|
|
3247
3408
|
},
|
|
3248
3409
|
{
|
|
3249
|
-
"type": "
|
|
3250
|
-
"name": "
|
|
3251
|
-
"inputs": [
|
|
3252
|
-
{
|
|
3253
|
-
"name": "_address",
|
|
3254
|
-
"type": "address",
|
|
3255
|
-
"internalType": "address"
|
|
3256
|
-
}
|
|
3257
|
-
],
|
|
3258
|
-
"outputs": [],
|
|
3259
|
-
"stateMutability": "nonpayable"
|
|
3260
|
-
},
|
|
3261
|
-
{
|
|
3262
|
-
"type": "function",
|
|
3263
|
-
"name": "renounceOwnership",
|
|
3264
|
-
"inputs": [],
|
|
3265
|
-
"outputs": [],
|
|
3266
|
-
"stateMutability": "nonpayable"
|
|
3267
|
-
},
|
|
3268
|
-
{
|
|
3269
|
-
"type": "function",
|
|
3270
|
-
"name": "setDepositMerkleRoot",
|
|
3410
|
+
"type": "error",
|
|
3411
|
+
"name": "Outbox__IncompatibleEntryArguments",
|
|
3271
3412
|
"inputs": [
|
|
3272
3413
|
{
|
|
3273
|
-
"name": "
|
|
3414
|
+
"name": "messageHash",
|
|
3274
3415
|
"type": "bytes32",
|
|
3275
3416
|
"internalType": "bytes32"
|
|
3276
|
-
}
|
|
3277
|
-
],
|
|
3278
|
-
"outputs": [],
|
|
3279
|
-
"stateMutability": "nonpayable"
|
|
3280
|
-
},
|
|
3281
|
-
{
|
|
3282
|
-
"type": "function",
|
|
3283
|
-
"name": "setDepositsPerMint",
|
|
3284
|
-
"inputs": [
|
|
3285
|
-
{
|
|
3286
|
-
"name": "_depositsPerMint",
|
|
3287
|
-
"type": "uint256",
|
|
3288
|
-
"internalType": "uint256"
|
|
3289
|
-
}
|
|
3290
|
-
],
|
|
3291
|
-
"outputs": [],
|
|
3292
|
-
"stateMutability": "nonpayable"
|
|
3293
|
-
},
|
|
3294
|
-
{
|
|
3295
|
-
"type": "function",
|
|
3296
|
-
"name": "setDomain",
|
|
3297
|
-
"inputs": [
|
|
3298
|
-
{
|
|
3299
|
-
"name": "_domain",
|
|
3300
|
-
"type": "string",
|
|
3301
|
-
"internalType": "string"
|
|
3302
|
-
}
|
|
3303
|
-
],
|
|
3304
|
-
"outputs": [],
|
|
3305
|
-
"stateMutability": "nonpayable"
|
|
3306
|
-
},
|
|
3307
|
-
{
|
|
3308
|
-
"type": "function",
|
|
3309
|
-
"name": "setMintInterval",
|
|
3310
|
-
"inputs": [
|
|
3311
|
-
{
|
|
3312
|
-
"name": "_interval",
|
|
3313
|
-
"type": "uint256",
|
|
3314
|
-
"internalType": "uint256"
|
|
3315
|
-
}
|
|
3316
|
-
],
|
|
3317
|
-
"outputs": [],
|
|
3318
|
-
"stateMutability": "nonpayable"
|
|
3319
|
-
},
|
|
3320
|
-
{
|
|
3321
|
-
"type": "function",
|
|
3322
|
-
"name": "setScope",
|
|
3323
|
-
"inputs": [
|
|
3324
|
-
{
|
|
3325
|
-
"name": "_scope",
|
|
3326
|
-
"type": "string",
|
|
3327
|
-
"internalType": "string"
|
|
3328
|
-
}
|
|
3329
|
-
],
|
|
3330
|
-
"outputs": [],
|
|
3331
|
-
"stateMutability": "nonpayable"
|
|
3332
|
-
},
|
|
3333
|
-
{
|
|
3334
|
-
"type": "function",
|
|
3335
|
-
"name": "setSkipBindCheck",
|
|
3336
|
-
"inputs": [
|
|
3337
|
-
{
|
|
3338
|
-
"name": "_skipBindCheck",
|
|
3339
|
-
"type": "bool",
|
|
3340
|
-
"internalType": "bool"
|
|
3341
|
-
}
|
|
3342
|
-
],
|
|
3343
|
-
"outputs": [],
|
|
3344
|
-
"stateMutability": "nonpayable"
|
|
3345
|
-
},
|
|
3346
|
-
{
|
|
3347
|
-
"type": "function",
|
|
3348
|
-
"name": "setSkipMerkleCheck",
|
|
3349
|
-
"inputs": [
|
|
3350
|
-
{
|
|
3351
|
-
"name": "_skipMerkleCheck",
|
|
3352
|
-
"type": "bool",
|
|
3353
|
-
"internalType": "bool"
|
|
3354
|
-
}
|
|
3355
|
-
],
|
|
3356
|
-
"outputs": [],
|
|
3357
|
-
"stateMutability": "nonpayable"
|
|
3358
|
-
},
|
|
3359
|
-
{
|
|
3360
|
-
"type": "function",
|
|
3361
|
-
"name": "setWithdrawer",
|
|
3362
|
-
"inputs": [
|
|
3363
|
-
{
|
|
3364
|
-
"name": "_withdrawer",
|
|
3365
|
-
"type": "address",
|
|
3366
|
-
"internalType": "address"
|
|
3367
|
-
}
|
|
3368
|
-
],
|
|
3369
|
-
"outputs": [],
|
|
3370
|
-
"stateMutability": "nonpayable"
|
|
3371
|
-
},
|
|
3372
|
-
{
|
|
3373
|
-
"type": "function",
|
|
3374
|
-
"name": "setZKPassportVerifier",
|
|
3375
|
-
"inputs": [
|
|
3417
|
+
},
|
|
3376
3418
|
{
|
|
3377
|
-
"name": "
|
|
3378
|
-
"type": "
|
|
3379
|
-
"internalType": "
|
|
3380
|
-
}
|
|
3381
|
-
],
|
|
3382
|
-
"outputs": [],
|
|
3383
|
-
"stateMutability": "nonpayable"
|
|
3384
|
-
},
|
|
3385
|
-
{
|
|
3386
|
-
"type": "function",
|
|
3387
|
-
"name": "transferOwnership",
|
|
3388
|
-
"inputs": [
|
|
3419
|
+
"name": "storedFee",
|
|
3420
|
+
"type": "uint64",
|
|
3421
|
+
"internalType": "uint64"
|
|
3422
|
+
},
|
|
3389
3423
|
{
|
|
3390
|
-
"name": "
|
|
3391
|
-
"type": "
|
|
3392
|
-
"internalType": "
|
|
3393
|
-
}
|
|
3394
|
-
],
|
|
3395
|
-
"outputs": [],
|
|
3396
|
-
"stateMutability": "nonpayable"
|
|
3397
|
-
},
|
|
3398
|
-
{
|
|
3399
|
-
"type": "function",
|
|
3400
|
-
"name": "validDomain",
|
|
3401
|
-
"inputs": [],
|
|
3402
|
-
"outputs": [
|
|
3424
|
+
"name": "feePassed",
|
|
3425
|
+
"type": "uint64",
|
|
3426
|
+
"internalType": "uint64"
|
|
3427
|
+
},
|
|
3403
3428
|
{
|
|
3404
|
-
"name": "",
|
|
3405
|
-
"type": "
|
|
3406
|
-
"internalType": "
|
|
3407
|
-
}
|
|
3408
|
-
],
|
|
3409
|
-
"stateMutability": "view"
|
|
3410
|
-
},
|
|
3411
|
-
{
|
|
3412
|
-
"type": "function",
|
|
3413
|
-
"name": "validScope",
|
|
3414
|
-
"inputs": [],
|
|
3415
|
-
"outputs": [
|
|
3429
|
+
"name": "storedVersion",
|
|
3430
|
+
"type": "uint32",
|
|
3431
|
+
"internalType": "uint32"
|
|
3432
|
+
},
|
|
3416
3433
|
{
|
|
3417
|
-
"name": "",
|
|
3418
|
-
"type": "
|
|
3419
|
-
"internalType": "
|
|
3420
|
-
}
|
|
3421
|
-
],
|
|
3422
|
-
"stateMutability": "view"
|
|
3423
|
-
},
|
|
3424
|
-
{
|
|
3425
|
-
"type": "function",
|
|
3426
|
-
"name": "withdrawer",
|
|
3427
|
-
"inputs": [],
|
|
3428
|
-
"outputs": [
|
|
3434
|
+
"name": "versionPassed",
|
|
3435
|
+
"type": "uint32",
|
|
3436
|
+
"internalType": "uint32"
|
|
3437
|
+
},
|
|
3429
3438
|
{
|
|
3430
|
-
"name": "",
|
|
3431
|
-
"type": "
|
|
3432
|
-
"internalType": "
|
|
3433
|
-
}
|
|
3434
|
-
],
|
|
3435
|
-
"stateMutability": "view"
|
|
3436
|
-
},
|
|
3437
|
-
{
|
|
3438
|
-
"type": "function",
|
|
3439
|
-
"name": "zkPassportVerifier",
|
|
3440
|
-
"inputs": [],
|
|
3441
|
-
"outputs": [
|
|
3439
|
+
"name": "storedDeadline",
|
|
3440
|
+
"type": "uint32",
|
|
3441
|
+
"internalType": "uint32"
|
|
3442
|
+
},
|
|
3442
3443
|
{
|
|
3443
|
-
"name": "",
|
|
3444
|
-
"type": "
|
|
3445
|
-
"internalType": "
|
|
3444
|
+
"name": "deadlinePassed",
|
|
3445
|
+
"type": "uint32",
|
|
3446
|
+
"internalType": "uint32"
|
|
3446
3447
|
}
|
|
3447
|
-
]
|
|
3448
|
-
"stateMutability": "view"
|
|
3448
|
+
]
|
|
3449
3449
|
}
|
|
3450
3450
|
];
|