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