@aztec/l1-artifacts 4.0.0-nightly.20260118 → 4.0.0-nightly.20260120

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.
@@ -0,0 +1,286 @@
1
+ {
2
+ "storage": [
3
+ {
4
+ "astId": 9030,
5
+ "contract": "src/core/EscapeHatch.sol:EscapeHatch",
6
+ "label": "$isHatchPrepared",
7
+ "offset": 0,
8
+ "slot": "0",
9
+ "type": "t_struct(BitMap)6628_storage"
10
+ },
11
+ {
12
+ "astId": 9033,
13
+ "contract": "src/core/EscapeHatch.sol:EscapeHatch",
14
+ "label": "$isHatchValidated",
15
+ "offset": 0,
16
+ "slot": "1",
17
+ "type": "t_struct(BitMap)6628_storage"
18
+ },
19
+ {
20
+ "astId": 9036,
21
+ "contract": "src/core/EscapeHatch.sol:EscapeHatch",
22
+ "label": "$activeCandidates",
23
+ "offset": 0,
24
+ "slot": "2",
25
+ "type": "t_struct(SnapshottedAddressSet)27561_storage"
26
+ },
27
+ {
28
+ "astId": 9041,
29
+ "contract": "src/core/EscapeHatch.sol:EscapeHatch",
30
+ "label": "$candidateDatas",
31
+ "offset": 0,
32
+ "slot": "5",
33
+ "type": "t_mapping(t_address,t_struct(CandidateInfo)10476_storage)"
34
+ },
35
+ {
36
+ "astId": 9046,
37
+ "contract": "src/core/EscapeHatch.sol:EscapeHatch",
38
+ "label": "$designatedProposer",
39
+ "offset": 0,
40
+ "slot": "6",
41
+ "type": "t_mapping(t_userDefinedValueType(Hatch)13127,t_address)"
42
+ }
43
+ ],
44
+ "types": {
45
+ "t_address": {
46
+ "encoding": "inplace",
47
+ "label": "address",
48
+ "numberOfBytes": "20"
49
+ },
50
+ "t_array(t_struct(Checkpoint224)6776_storage)dyn_storage": {
51
+ "encoding": "dynamic_array",
52
+ "label": "struct Checkpoints.Checkpoint224[]",
53
+ "numberOfBytes": "32",
54
+ "base": "t_struct(Checkpoint224)6776_storage"
55
+ },
56
+ "t_bool": {
57
+ "encoding": "inplace",
58
+ "label": "bool",
59
+ "numberOfBytes": "1"
60
+ },
61
+ "t_bytes32": {
62
+ "encoding": "inplace",
63
+ "label": "bytes32",
64
+ "numberOfBytes": "32"
65
+ },
66
+ "t_enum(Status)10463": {
67
+ "encoding": "inplace",
68
+ "label": "enum Status",
69
+ "numberOfBytes": "1"
70
+ },
71
+ "t_mapping(t_address,t_struct(CandidateInfo)10476_storage)": {
72
+ "encoding": "mapping",
73
+ "key": "t_address",
74
+ "label": "mapping(address => struct CandidateInfo)",
75
+ "numberOfBytes": "32",
76
+ "value": "t_struct(CandidateInfo)10476_storage"
77
+ },
78
+ "t_mapping(t_address,t_struct(Index)27566_storage)": {
79
+ "encoding": "mapping",
80
+ "key": "t_address",
81
+ "label": "mapping(address => struct Index)",
82
+ "numberOfBytes": "32",
83
+ "value": "t_struct(Index)27566_storage"
84
+ },
85
+ "t_mapping(t_uint256,t_struct(Trace224)6771_storage)": {
86
+ "encoding": "mapping",
87
+ "key": "t_uint256",
88
+ "label": "mapping(uint256 => struct Checkpoints.Trace224)",
89
+ "numberOfBytes": "32",
90
+ "value": "t_struct(Trace224)6771_storage"
91
+ },
92
+ "t_mapping(t_uint256,t_uint256)": {
93
+ "encoding": "mapping",
94
+ "key": "t_uint256",
95
+ "label": "mapping(uint256 => uint256)",
96
+ "numberOfBytes": "32",
97
+ "value": "t_uint256"
98
+ },
99
+ "t_mapping(t_userDefinedValueType(Hatch)13127,t_address)": {
100
+ "encoding": "mapping",
101
+ "key": "t_userDefinedValueType(Hatch)13127",
102
+ "label": "mapping(Hatch => address)",
103
+ "numberOfBytes": "32",
104
+ "value": "t_address"
105
+ },
106
+ "t_struct(BitMap)6628_storage": {
107
+ "encoding": "inplace",
108
+ "label": "struct BitMaps.BitMap",
109
+ "numberOfBytes": "32",
110
+ "members": [
111
+ {
112
+ "astId": 6627,
113
+ "contract": "src/core/EscapeHatch.sol:EscapeHatch",
114
+ "label": "_data",
115
+ "offset": 0,
116
+ "slot": "0",
117
+ "type": "t_mapping(t_uint256,t_uint256)"
118
+ }
119
+ ]
120
+ },
121
+ "t_struct(CandidateInfo)10476_storage": {
122
+ "encoding": "inplace",
123
+ "label": "struct CandidateInfo",
124
+ "numberOfBytes": "64",
125
+ "members": [
126
+ {
127
+ "astId": 10467,
128
+ "contract": "src/core/EscapeHatch.sol:EscapeHatch",
129
+ "label": "status",
130
+ "offset": 0,
131
+ "slot": "0",
132
+ "type": "t_enum(Status)10463"
133
+ },
134
+ {
135
+ "astId": 10469,
136
+ "contract": "src/core/EscapeHatch.sol:EscapeHatch",
137
+ "label": "amount",
138
+ "offset": 1,
139
+ "slot": "0",
140
+ "type": "t_uint96"
141
+ },
142
+ {
143
+ "astId": 10471,
144
+ "contract": "src/core/EscapeHatch.sol:EscapeHatch",
145
+ "label": "exitableAt",
146
+ "offset": 13,
147
+ "slot": "0",
148
+ "type": "t_uint32"
149
+ },
150
+ {
151
+ "astId": 10473,
152
+ "contract": "src/core/EscapeHatch.sol:EscapeHatch",
153
+ "label": "lastCheckpointNumber",
154
+ "offset": 17,
155
+ "slot": "0",
156
+ "type": "t_uint32"
157
+ },
158
+ {
159
+ "astId": 10475,
160
+ "contract": "src/core/EscapeHatch.sol:EscapeHatch",
161
+ "label": "lastSubmittedArchive",
162
+ "offset": 0,
163
+ "slot": "1",
164
+ "type": "t_bytes32"
165
+ }
166
+ ]
167
+ },
168
+ "t_struct(Checkpoint224)6776_storage": {
169
+ "encoding": "inplace",
170
+ "label": "struct Checkpoints.Checkpoint224",
171
+ "numberOfBytes": "32",
172
+ "members": [
173
+ {
174
+ "astId": 6773,
175
+ "contract": "src/core/EscapeHatch.sol:EscapeHatch",
176
+ "label": "_key",
177
+ "offset": 0,
178
+ "slot": "0",
179
+ "type": "t_uint32"
180
+ },
181
+ {
182
+ "astId": 6775,
183
+ "contract": "src/core/EscapeHatch.sol:EscapeHatch",
184
+ "label": "_value",
185
+ "offset": 4,
186
+ "slot": "0",
187
+ "type": "t_uint224"
188
+ }
189
+ ]
190
+ },
191
+ "t_struct(Index)27566_storage": {
192
+ "encoding": "inplace",
193
+ "label": "struct Index",
194
+ "numberOfBytes": "32",
195
+ "members": [
196
+ {
197
+ "astId": 27563,
198
+ "contract": "src/core/EscapeHatch.sol:EscapeHatch",
199
+ "label": "exists",
200
+ "offset": 0,
201
+ "slot": "0",
202
+ "type": "t_bool"
203
+ },
204
+ {
205
+ "astId": 27565,
206
+ "contract": "src/core/EscapeHatch.sol:EscapeHatch",
207
+ "label": "index",
208
+ "offset": 1,
209
+ "slot": "0",
210
+ "type": "t_uint224"
211
+ }
212
+ ]
213
+ },
214
+ "t_struct(SnapshottedAddressSet)27561_storage": {
215
+ "encoding": "inplace",
216
+ "label": "struct SnapshottedAddressSet",
217
+ "numberOfBytes": "96",
218
+ "members": [
219
+ {
220
+ "astId": 27550,
221
+ "contract": "src/core/EscapeHatch.sol:EscapeHatch",
222
+ "label": "size",
223
+ "offset": 0,
224
+ "slot": "0",
225
+ "type": "t_struct(Trace224)6771_storage"
226
+ },
227
+ {
228
+ "astId": 27555,
229
+ "contract": "src/core/EscapeHatch.sol:EscapeHatch",
230
+ "label": "indexToAddressHistory",
231
+ "offset": 0,
232
+ "slot": "1",
233
+ "type": "t_mapping(t_uint256,t_struct(Trace224)6771_storage)"
234
+ },
235
+ {
236
+ "astId": 27560,
237
+ "contract": "src/core/EscapeHatch.sol:EscapeHatch",
238
+ "label": "addressToCurrentIndex",
239
+ "offset": 0,
240
+ "slot": "2",
241
+ "type": "t_mapping(t_address,t_struct(Index)27566_storage)"
242
+ }
243
+ ]
244
+ },
245
+ "t_struct(Trace224)6771_storage": {
246
+ "encoding": "inplace",
247
+ "label": "struct Checkpoints.Trace224",
248
+ "numberOfBytes": "32",
249
+ "members": [
250
+ {
251
+ "astId": 6770,
252
+ "contract": "src/core/EscapeHatch.sol:EscapeHatch",
253
+ "label": "_checkpoints",
254
+ "offset": 0,
255
+ "slot": "0",
256
+ "type": "t_array(t_struct(Checkpoint224)6776_storage)dyn_storage"
257
+ }
258
+ ]
259
+ },
260
+ "t_uint224": {
261
+ "encoding": "inplace",
262
+ "label": "uint224",
263
+ "numberOfBytes": "28"
264
+ },
265
+ "t_uint256": {
266
+ "encoding": "inplace",
267
+ "label": "uint256",
268
+ "numberOfBytes": "32"
269
+ },
270
+ "t_uint32": {
271
+ "encoding": "inplace",
272
+ "label": "uint32",
273
+ "numberOfBytes": "4"
274
+ },
275
+ "t_uint96": {
276
+ "encoding": "inplace",
277
+ "label": "uint96",
278
+ "numberOfBytes": "12"
279
+ },
280
+ "t_userDefinedValueType(Hatch)13127": {
281
+ "encoding": "inplace",
282
+ "label": "Hatch",
283
+ "numberOfBytes": "32"
284
+ }
285
+ }
286
+ }