@velocitycareerlabs/metadata-registry-contract 1.25.0-dev-build.154faa847 → 1.25.0-dev-build.19f417eae
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/package.json +6 -6
- package/.openzeppelin/unknown-1480.json +0 -1336
- package/.openzeppelin/unknown-1481.json +0 -1199
- package/.openzeppelin/unknown-1482.json +0 -1198
- package/.openzeppelin/unknown-1483.json +0 -702
- package/build/contracts/Migrations.json +0 -1110
@@ -1,1199 +0,0 @@
|
|
1
|
-
{
|
2
|
-
"manifestVersion": "3.2",
|
3
|
-
"admin": {
|
4
|
-
"address": "0x280078c6a86F38f64f8a1f487FFf2b7761C588EE",
|
5
|
-
"txHash": "0x88380d9f61adbb08a8ec7e3fb8add89b8855af75f1ae67f817b937bee6fbb5d9"
|
6
|
-
},
|
7
|
-
"proxies": [
|
8
|
-
{
|
9
|
-
"address": "0x1550b4f24368c8Eb839073ac04673777D9dda60A",
|
10
|
-
"txHash": "0x66cdbf4ca0df13d4e8831e5e40342c0883f02aae28420d0fb96d6cecd2b4394d",
|
11
|
-
"kind": "transparent"
|
12
|
-
}
|
13
|
-
],
|
14
|
-
"impls": {
|
15
|
-
"5873a89620d7744f3c2117d15d8754a86af885a103480439bacc99b510fd47ce": {
|
16
|
-
"address": "0x3610e8641DcfC3E5fC33eB73590eF37C8db2697b",
|
17
|
-
"txHash": "0x5bd56c6157f47086959644d4cdbdabd123467a84234304c08c7f6177e9da52de",
|
18
|
-
"layout": {
|
19
|
-
"storage": [
|
20
|
-
{
|
21
|
-
"contract": "Initializable",
|
22
|
-
"label": "_initialized",
|
23
|
-
"type": "t_bool",
|
24
|
-
"src": "../@openzeppelin/contracts-upgradeable/proxy/utils/Initializable.sol:39"
|
25
|
-
},
|
26
|
-
{
|
27
|
-
"contract": "Initializable",
|
28
|
-
"label": "_initializing",
|
29
|
-
"type": "t_bool",
|
30
|
-
"src": "../@openzeppelin/contracts-upgradeable/proxy/utils/Initializable.sol:44"
|
31
|
-
},
|
32
|
-
{
|
33
|
-
"contract": "MetadataRegistry",
|
34
|
-
"label": "Coupon",
|
35
|
-
"type": "t_contract(VerificationCoupon)4484",
|
36
|
-
"src": "../project:/contracts/MetadataRegistry.sol:9"
|
37
|
-
},
|
38
|
-
{
|
39
|
-
"contract": "MetadataRegistry",
|
40
|
-
"label": "freeCredentialTypes",
|
41
|
-
"type": "t_mapping(t_bytes2,t_bool)",
|
42
|
-
"src": "../project:/contracts/MetadataRegistry.sol:38"
|
43
|
-
},
|
44
|
-
{
|
45
|
-
"contract": "MetadataRegistry",
|
46
|
-
"label": "lists",
|
47
|
-
"type": "t_mapping(t_address,t_mapping(t_uint256,t_struct(ListMetadata)3332_storage))",
|
48
|
-
"src": "../project:/contracts/MetadataRegistry.sol:39"
|
49
|
-
},
|
50
|
-
{
|
51
|
-
"contract": "MetadataRegistry",
|
52
|
-
"label": "indexUsed",
|
53
|
-
"type": "t_mapping(t_address,t_mapping(t_uint256,t_mapping(t_uint32,t_struct(CredentialEntry)3323_storage)))",
|
54
|
-
"src": "../project:/contracts/MetadataRegistry.sol:40"
|
55
|
-
}
|
56
|
-
],
|
57
|
-
"types": {
|
58
|
-
"t_contract(VerificationCoupon)4484": {
|
59
|
-
"label": "contract VerificationCoupon"
|
60
|
-
},
|
61
|
-
"t_mapping(t_bytes2,t_bool)": {
|
62
|
-
"label": "mapping(bytes2 => bool)"
|
63
|
-
},
|
64
|
-
"t_bytes2": {
|
65
|
-
"label": "bytes2"
|
66
|
-
},
|
67
|
-
"t_bool": {
|
68
|
-
"label": "bool"
|
69
|
-
},
|
70
|
-
"t_mapping(t_address,t_mapping(t_uint256,t_struct(ListMetadata)3332_storage))": {
|
71
|
-
"label": "mapping(address => mapping(uint256 => struct MetadataRegistry.ListMetadata))"
|
72
|
-
},
|
73
|
-
"t_address": {
|
74
|
-
"label": "address"
|
75
|
-
},
|
76
|
-
"t_mapping(t_uint256,t_struct(ListMetadata)3332_storage)": {
|
77
|
-
"label": "mapping(uint256 => struct MetadataRegistry.ListMetadata)"
|
78
|
-
},
|
79
|
-
"t_uint256": {
|
80
|
-
"label": "uint256"
|
81
|
-
},
|
82
|
-
"t_struct(ListMetadata)3332_storage": {
|
83
|
-
"label": "struct MetadataRegistry.ListMetadata",
|
84
|
-
"members": [
|
85
|
-
{
|
86
|
-
"label": "version",
|
87
|
-
"type": "t_bytes2"
|
88
|
-
},
|
89
|
-
{
|
90
|
-
"label": "algType",
|
91
|
-
"type": "t_bytes2"
|
92
|
-
},
|
93
|
-
{
|
94
|
-
"label": "issuerVc",
|
95
|
-
"type": "t_bytes_storage"
|
96
|
-
},
|
97
|
-
{
|
98
|
-
"label": "used",
|
99
|
-
"type": "t_bool"
|
100
|
-
}
|
101
|
-
]
|
102
|
-
},
|
103
|
-
"t_bytes_storage": {
|
104
|
-
"label": "bytes"
|
105
|
-
},
|
106
|
-
"t_mapping(t_address,t_mapping(t_uint256,t_mapping(t_uint32,t_struct(CredentialEntry)3323_storage)))": {
|
107
|
-
"label": "mapping(address => mapping(uint256 => mapping(uint32 => struct MetadataRegistry.CredentialEntry)))"
|
108
|
-
},
|
109
|
-
"t_mapping(t_uint256,t_mapping(t_uint32,t_struct(CredentialEntry)3323_storage))": {
|
110
|
-
"label": "mapping(uint256 => mapping(uint32 => struct MetadataRegistry.CredentialEntry))"
|
111
|
-
},
|
112
|
-
"t_mapping(t_uint32,t_struct(CredentialEntry)3323_storage)": {
|
113
|
-
"label": "mapping(uint32 => struct MetadataRegistry.CredentialEntry)"
|
114
|
-
},
|
115
|
-
"t_uint32": {
|
116
|
-
"label": "uint32"
|
117
|
-
},
|
118
|
-
"t_struct(CredentialEntry)3323_storage": {
|
119
|
-
"label": "struct MetadataRegistry.CredentialEntry",
|
120
|
-
"members": [
|
121
|
-
{
|
122
|
-
"label": "credentialType",
|
123
|
-
"type": "t_bytes2"
|
124
|
-
},
|
125
|
-
{
|
126
|
-
"label": "encryptedPublicKey",
|
127
|
-
"type": "t_bytes_storage"
|
128
|
-
},
|
129
|
-
{
|
130
|
-
"label": "used",
|
131
|
-
"type": "t_bool"
|
132
|
-
}
|
133
|
-
]
|
134
|
-
}
|
135
|
-
}
|
136
|
-
}
|
137
|
-
},
|
138
|
-
"c2dc6f576c6b7fe2cc803029cbfd104e9913cfa63cdcabf19c06582ee23563c3": {
|
139
|
-
"address": "0x63A7B95A08508C32510B69F8fa025359c075c1Da",
|
140
|
-
"txHash": "0xd53cf9f7ee0b1b5d7cdbb01844f9c2ee4ab248ef010eef3a10ddcca8c3f76032",
|
141
|
-
"layout": {
|
142
|
-
"storage": [
|
143
|
-
{
|
144
|
-
"contract": "Initializable",
|
145
|
-
"label": "_initialized",
|
146
|
-
"type": "t_bool",
|
147
|
-
"src": "../@openzeppelin/contracts-upgradeable/proxy/utils/Initializable.sol:39"
|
148
|
-
},
|
149
|
-
{
|
150
|
-
"contract": "Initializable",
|
151
|
-
"label": "_initializing",
|
152
|
-
"type": "t_bool",
|
153
|
-
"src": "../@openzeppelin/contracts-upgradeable/proxy/utils/Initializable.sol:44"
|
154
|
-
},
|
155
|
-
{
|
156
|
-
"contract": "MetadataRegistry",
|
157
|
-
"label": "Coupon",
|
158
|
-
"type": "t_contract(VerificationCoupon)4567",
|
159
|
-
"src": "../project:/contracts/MetadataRegistry.sol:9"
|
160
|
-
},
|
161
|
-
{
|
162
|
-
"contract": "MetadataRegistry",
|
163
|
-
"label": "freeCredentialTypes",
|
164
|
-
"type": "t_mapping(t_bytes2,t_bool)",
|
165
|
-
"src": "../project:/contracts/MetadataRegistry.sol:38"
|
166
|
-
},
|
167
|
-
{
|
168
|
-
"contract": "MetadataRegistry",
|
169
|
-
"label": "lists",
|
170
|
-
"type": "t_mapping(t_address,t_mapping(t_uint256,t_struct(ListMetadata)3332_storage))",
|
171
|
-
"src": "../project:/contracts/MetadataRegistry.sol:39"
|
172
|
-
},
|
173
|
-
{
|
174
|
-
"contract": "MetadataRegistry",
|
175
|
-
"label": "indexUsed",
|
176
|
-
"type": "t_mapping(t_address,t_mapping(t_uint256,t_mapping(t_uint32,t_struct(CredentialEntry)3323_storage)))",
|
177
|
-
"src": "../project:/contracts/MetadataRegistry.sol:40"
|
178
|
-
}
|
179
|
-
],
|
180
|
-
"types": {
|
181
|
-
"t_contract(VerificationCoupon)4567": {
|
182
|
-
"label": "contract VerificationCoupon"
|
183
|
-
},
|
184
|
-
"t_mapping(t_bytes2,t_bool)": {
|
185
|
-
"label": "mapping(bytes2 => bool)"
|
186
|
-
},
|
187
|
-
"t_bytes2": {
|
188
|
-
"label": "bytes2"
|
189
|
-
},
|
190
|
-
"t_bool": {
|
191
|
-
"label": "bool"
|
192
|
-
},
|
193
|
-
"t_mapping(t_address,t_mapping(t_uint256,t_struct(ListMetadata)3332_storage))": {
|
194
|
-
"label": "mapping(address => mapping(uint256 => struct MetadataRegistry.ListMetadata))"
|
195
|
-
},
|
196
|
-
"t_address": {
|
197
|
-
"label": "address"
|
198
|
-
},
|
199
|
-
"t_mapping(t_uint256,t_struct(ListMetadata)3332_storage)": {
|
200
|
-
"label": "mapping(uint256 => struct MetadataRegistry.ListMetadata)"
|
201
|
-
},
|
202
|
-
"t_uint256": {
|
203
|
-
"label": "uint256"
|
204
|
-
},
|
205
|
-
"t_struct(ListMetadata)3332_storage": {
|
206
|
-
"label": "struct MetadataRegistry.ListMetadata",
|
207
|
-
"members": [
|
208
|
-
{
|
209
|
-
"label": "version",
|
210
|
-
"type": "t_bytes2"
|
211
|
-
},
|
212
|
-
{
|
213
|
-
"label": "algType",
|
214
|
-
"type": "t_bytes2"
|
215
|
-
},
|
216
|
-
{
|
217
|
-
"label": "issuerVc",
|
218
|
-
"type": "t_bytes_storage"
|
219
|
-
},
|
220
|
-
{
|
221
|
-
"label": "used",
|
222
|
-
"type": "t_bool"
|
223
|
-
}
|
224
|
-
]
|
225
|
-
},
|
226
|
-
"t_bytes_storage": {
|
227
|
-
"label": "bytes"
|
228
|
-
},
|
229
|
-
"t_mapping(t_address,t_mapping(t_uint256,t_mapping(t_uint32,t_struct(CredentialEntry)3323_storage)))": {
|
230
|
-
"label": "mapping(address => mapping(uint256 => mapping(uint32 => struct MetadataRegistry.CredentialEntry)))"
|
231
|
-
},
|
232
|
-
"t_mapping(t_uint256,t_mapping(t_uint32,t_struct(CredentialEntry)3323_storage))": {
|
233
|
-
"label": "mapping(uint256 => mapping(uint32 => struct MetadataRegistry.CredentialEntry))"
|
234
|
-
},
|
235
|
-
"t_mapping(t_uint32,t_struct(CredentialEntry)3323_storage)": {
|
236
|
-
"label": "mapping(uint32 => struct MetadataRegistry.CredentialEntry)"
|
237
|
-
},
|
238
|
-
"t_uint32": {
|
239
|
-
"label": "uint32"
|
240
|
-
},
|
241
|
-
"t_struct(CredentialEntry)3323_storage": {
|
242
|
-
"label": "struct MetadataRegistry.CredentialEntry",
|
243
|
-
"members": [
|
244
|
-
{
|
245
|
-
"label": "credentialType",
|
246
|
-
"type": "t_bytes2"
|
247
|
-
},
|
248
|
-
{
|
249
|
-
"label": "encryptedPublicKey",
|
250
|
-
"type": "t_bytes_storage"
|
251
|
-
},
|
252
|
-
{
|
253
|
-
"label": "used",
|
254
|
-
"type": "t_bool"
|
255
|
-
}
|
256
|
-
]
|
257
|
-
}
|
258
|
-
}
|
259
|
-
}
|
260
|
-
},
|
261
|
-
"6eddc74ba130fe1b48c5a2966e81d92267d793a4739af152afc3fbaf82644553": {
|
262
|
-
"address": "0x1A267c4A56684D7E7045f3aD80Bb049C69945234",
|
263
|
-
"txHash": "0xc67d42e95e1d1aa0a496fdf87d4ba2af9c26604f981ab08c5ed565220bd8a203",
|
264
|
-
"layout": {
|
265
|
-
"storage": [
|
266
|
-
{
|
267
|
-
"contract": "Initializable",
|
268
|
-
"label": "_initialized",
|
269
|
-
"type": "t_bool",
|
270
|
-
"src": "../@openzeppelin/contracts-upgradeable/proxy/utils/Initializable.sol:39"
|
271
|
-
},
|
272
|
-
{
|
273
|
-
"contract": "Initializable",
|
274
|
-
"label": "_initializing",
|
275
|
-
"type": "t_bool",
|
276
|
-
"src": "../@openzeppelin/contracts-upgradeable/proxy/utils/Initializable.sol:44"
|
277
|
-
},
|
278
|
-
{
|
279
|
-
"contract": "MetadataRegistry",
|
280
|
-
"label": "Coupon",
|
281
|
-
"type": "t_contract(VerificationCoupon)4418",
|
282
|
-
"src": "../project:/contracts/MetadataRegistry.sol:9"
|
283
|
-
},
|
284
|
-
{
|
285
|
-
"contract": "MetadataRegistry",
|
286
|
-
"label": "freeCredentialTypes",
|
287
|
-
"type": "t_mapping(t_bytes2,t_bool)",
|
288
|
-
"src": "../project:/contracts/MetadataRegistry.sol:38"
|
289
|
-
},
|
290
|
-
{
|
291
|
-
"contract": "MetadataRegistry",
|
292
|
-
"label": "lists",
|
293
|
-
"type": "t_mapping(t_address,t_mapping(t_uint256,t_struct(ListMetadata)3214_storage))",
|
294
|
-
"src": "../project:/contracts/MetadataRegistry.sol:39"
|
295
|
-
},
|
296
|
-
{
|
297
|
-
"contract": "MetadataRegistry",
|
298
|
-
"label": "indexUsed",
|
299
|
-
"type": "t_mapping(t_address,t_mapping(t_uint256,t_mapping(t_uint32,t_struct(CredentialEntry)3205_storage)))",
|
300
|
-
"src": "../project:/contracts/MetadataRegistry.sol:40"
|
301
|
-
}
|
302
|
-
],
|
303
|
-
"types": {
|
304
|
-
"t_contract(VerificationCoupon)4418": {
|
305
|
-
"label": "contract VerificationCoupon"
|
306
|
-
},
|
307
|
-
"t_mapping(t_bytes2,t_bool)": {
|
308
|
-
"label": "mapping(bytes2 => bool)"
|
309
|
-
},
|
310
|
-
"t_bytes2": {
|
311
|
-
"label": "bytes2"
|
312
|
-
},
|
313
|
-
"t_bool": {
|
314
|
-
"label": "bool"
|
315
|
-
},
|
316
|
-
"t_mapping(t_address,t_mapping(t_uint256,t_struct(ListMetadata)3214_storage))": {
|
317
|
-
"label": "mapping(address => mapping(uint256 => struct MetadataRegistry.ListMetadata))"
|
318
|
-
},
|
319
|
-
"t_address": {
|
320
|
-
"label": "address"
|
321
|
-
},
|
322
|
-
"t_mapping(t_uint256,t_struct(ListMetadata)3214_storage)": {
|
323
|
-
"label": "mapping(uint256 => struct MetadataRegistry.ListMetadata)"
|
324
|
-
},
|
325
|
-
"t_uint256": {
|
326
|
-
"label": "uint256"
|
327
|
-
},
|
328
|
-
"t_struct(ListMetadata)3214_storage": {
|
329
|
-
"label": "struct MetadataRegistry.ListMetadata",
|
330
|
-
"members": [
|
331
|
-
{
|
332
|
-
"label": "version",
|
333
|
-
"type": "t_bytes2"
|
334
|
-
},
|
335
|
-
{
|
336
|
-
"label": "algType",
|
337
|
-
"type": "t_bytes2"
|
338
|
-
},
|
339
|
-
{
|
340
|
-
"label": "issuerVc",
|
341
|
-
"type": "t_bytes_storage"
|
342
|
-
},
|
343
|
-
{
|
344
|
-
"label": "used",
|
345
|
-
"type": "t_bool"
|
346
|
-
}
|
347
|
-
]
|
348
|
-
},
|
349
|
-
"t_bytes_storage": {
|
350
|
-
"label": "bytes"
|
351
|
-
},
|
352
|
-
"t_mapping(t_address,t_mapping(t_uint256,t_mapping(t_uint32,t_struct(CredentialEntry)3205_storage)))": {
|
353
|
-
"label": "mapping(address => mapping(uint256 => mapping(uint32 => struct MetadataRegistry.CredentialEntry)))"
|
354
|
-
},
|
355
|
-
"t_mapping(t_uint256,t_mapping(t_uint32,t_struct(CredentialEntry)3205_storage))": {
|
356
|
-
"label": "mapping(uint256 => mapping(uint32 => struct MetadataRegistry.CredentialEntry))"
|
357
|
-
},
|
358
|
-
"t_mapping(t_uint32,t_struct(CredentialEntry)3205_storage)": {
|
359
|
-
"label": "mapping(uint32 => struct MetadataRegistry.CredentialEntry)"
|
360
|
-
},
|
361
|
-
"t_uint32": {
|
362
|
-
"label": "uint32"
|
363
|
-
},
|
364
|
-
"t_struct(CredentialEntry)3205_storage": {
|
365
|
-
"label": "struct MetadataRegistry.CredentialEntry",
|
366
|
-
"members": [
|
367
|
-
{
|
368
|
-
"label": "credentialType",
|
369
|
-
"type": "t_bytes2"
|
370
|
-
},
|
371
|
-
{
|
372
|
-
"label": "encryptedPublicKey",
|
373
|
-
"type": "t_bytes_storage"
|
374
|
-
},
|
375
|
-
{
|
376
|
-
"label": "used",
|
377
|
-
"type": "t_bool"
|
378
|
-
}
|
379
|
-
]
|
380
|
-
}
|
381
|
-
}
|
382
|
-
}
|
383
|
-
},
|
384
|
-
"2307048e0ccf0a0db61036784f2124a169d881899ccdbc93f64f0ed48979a06c": {
|
385
|
-
"address": "0x2ab809495f77917c56D21DADB9ADDCf397a43272",
|
386
|
-
"txHash": "0x0f53cc8d3aab839a3476665aee9f92be32eacc5e032bcb2b6194e6b6da067a47",
|
387
|
-
"layout": {
|
388
|
-
"storage": [
|
389
|
-
{
|
390
|
-
"contract": "Initializable",
|
391
|
-
"label": "_initialized",
|
392
|
-
"type": "t_uint8",
|
393
|
-
"src": "../@openzeppelin/contracts-upgradeable/proxy/utils/Initializable.sol:62",
|
394
|
-
"retypedFrom": "bool"
|
395
|
-
},
|
396
|
-
{
|
397
|
-
"contract": "Initializable",
|
398
|
-
"label": "_initializing",
|
399
|
-
"type": "t_bool",
|
400
|
-
"src": "../@openzeppelin/contracts-upgradeable/proxy/utils/Initializable.sol:67"
|
401
|
-
},
|
402
|
-
{
|
403
|
-
"contract": "MetadataRegistry",
|
404
|
-
"label": "Coupon",
|
405
|
-
"type": "t_contract(VerificationCoupon)5021",
|
406
|
-
"src": "../project:/contracts/MetadataRegistry.sol:9"
|
407
|
-
},
|
408
|
-
{
|
409
|
-
"contract": "MetadataRegistry",
|
410
|
-
"label": "freeCredentialTypes",
|
411
|
-
"type": "t_mapping(t_bytes2,t_bool)",
|
412
|
-
"src": "../project:/contracts/MetadataRegistry.sol:38"
|
413
|
-
},
|
414
|
-
{
|
415
|
-
"contract": "MetadataRegistry",
|
416
|
-
"label": "lists",
|
417
|
-
"type": "t_mapping(t_address,t_mapping(t_uint256,t_struct(ListMetadata)3786_storage))",
|
418
|
-
"src": "../project:/contracts/MetadataRegistry.sol:39"
|
419
|
-
},
|
420
|
-
{
|
421
|
-
"contract": "MetadataRegistry",
|
422
|
-
"label": "indexUsed",
|
423
|
-
"type": "t_mapping(t_address,t_mapping(t_uint256,t_mapping(t_uint32,t_struct(CredentialEntry)3777_storage)))",
|
424
|
-
"src": "../project:/contracts/MetadataRegistry.sol:40"
|
425
|
-
}
|
426
|
-
],
|
427
|
-
"types": {
|
428
|
-
"t_contract(VerificationCoupon)5021": {
|
429
|
-
"label": "contract VerificationCoupon"
|
430
|
-
},
|
431
|
-
"t_mapping(t_bytes2,t_bool)": {
|
432
|
-
"label": "mapping(bytes2 => bool)"
|
433
|
-
},
|
434
|
-
"t_bytes2": {
|
435
|
-
"label": "bytes2"
|
436
|
-
},
|
437
|
-
"t_bool": {
|
438
|
-
"label": "bool"
|
439
|
-
},
|
440
|
-
"t_mapping(t_address,t_mapping(t_uint256,t_struct(ListMetadata)3786_storage))": {
|
441
|
-
"label": "mapping(address => mapping(uint256 => struct MetadataRegistry.ListMetadata))"
|
442
|
-
},
|
443
|
-
"t_address": {
|
444
|
-
"label": "address"
|
445
|
-
},
|
446
|
-
"t_mapping(t_uint256,t_struct(ListMetadata)3786_storage)": {
|
447
|
-
"label": "mapping(uint256 => struct MetadataRegistry.ListMetadata)"
|
448
|
-
},
|
449
|
-
"t_uint256": {
|
450
|
-
"label": "uint256"
|
451
|
-
},
|
452
|
-
"t_struct(ListMetadata)3786_storage": {
|
453
|
-
"label": "struct MetadataRegistry.ListMetadata",
|
454
|
-
"members": [
|
455
|
-
{
|
456
|
-
"label": "version",
|
457
|
-
"type": "t_bytes2"
|
458
|
-
},
|
459
|
-
{
|
460
|
-
"label": "algType",
|
461
|
-
"type": "t_bytes2"
|
462
|
-
},
|
463
|
-
{
|
464
|
-
"label": "issuerVc",
|
465
|
-
"type": "t_bytes_storage"
|
466
|
-
},
|
467
|
-
{
|
468
|
-
"label": "used",
|
469
|
-
"type": "t_bool"
|
470
|
-
}
|
471
|
-
]
|
472
|
-
},
|
473
|
-
"t_bytes_storage": {
|
474
|
-
"label": "bytes"
|
475
|
-
},
|
476
|
-
"t_mapping(t_address,t_mapping(t_uint256,t_mapping(t_uint32,t_struct(CredentialEntry)3777_storage)))": {
|
477
|
-
"label": "mapping(address => mapping(uint256 => mapping(uint32 => struct MetadataRegistry.CredentialEntry)))"
|
478
|
-
},
|
479
|
-
"t_mapping(t_uint256,t_mapping(t_uint32,t_struct(CredentialEntry)3777_storage))": {
|
480
|
-
"label": "mapping(uint256 => mapping(uint32 => struct MetadataRegistry.CredentialEntry))"
|
481
|
-
},
|
482
|
-
"t_mapping(t_uint32,t_struct(CredentialEntry)3777_storage)": {
|
483
|
-
"label": "mapping(uint32 => struct MetadataRegistry.CredentialEntry)"
|
484
|
-
},
|
485
|
-
"t_uint32": {
|
486
|
-
"label": "uint32"
|
487
|
-
},
|
488
|
-
"t_struct(CredentialEntry)3777_storage": {
|
489
|
-
"label": "struct MetadataRegistry.CredentialEntry",
|
490
|
-
"members": [
|
491
|
-
{
|
492
|
-
"label": "credentialType",
|
493
|
-
"type": "t_bytes2"
|
494
|
-
},
|
495
|
-
{
|
496
|
-
"label": "encryptedPublicKey",
|
497
|
-
"type": "t_bytes_storage"
|
498
|
-
},
|
499
|
-
{
|
500
|
-
"label": "used",
|
501
|
-
"type": "t_bool"
|
502
|
-
}
|
503
|
-
]
|
504
|
-
},
|
505
|
-
"t_uint8": {
|
506
|
-
"label": "uint8"
|
507
|
-
}
|
508
|
-
}
|
509
|
-
}
|
510
|
-
},
|
511
|
-
"1a4575c949aa4723c990377c1cde2876c10fc4eccd31fcf1c32b23e6eaf782e5": {
|
512
|
-
"address": "0x72513A355Ce7C8E0aa2d230e63BC23575C74021b",
|
513
|
-
"txHash": "0x6c9c6072d85abefee56b89c319ef51253d784b7059e428b1355d2a02e271352e",
|
514
|
-
"layout": {
|
515
|
-
"storage": [
|
516
|
-
{
|
517
|
-
"contract": "Initializable",
|
518
|
-
"label": "_initialized",
|
519
|
-
"type": "t_uint8",
|
520
|
-
"src": "../@openzeppelin/contracts-upgradeable/proxy/utils/Initializable.sol:62",
|
521
|
-
"retypedFrom": "bool"
|
522
|
-
},
|
523
|
-
{
|
524
|
-
"contract": "Initializable",
|
525
|
-
"label": "_initializing",
|
526
|
-
"type": "t_bool",
|
527
|
-
"src": "../@openzeppelin/contracts-upgradeable/proxy/utils/Initializable.sol:67"
|
528
|
-
},
|
529
|
-
{
|
530
|
-
"contract": "MetadataRegistry",
|
531
|
-
"label": "Coupon",
|
532
|
-
"type": "t_contract(VerificationCoupon)5104",
|
533
|
-
"src": "../project:/contracts/MetadataRegistry.sol:9"
|
534
|
-
},
|
535
|
-
{
|
536
|
-
"contract": "MetadataRegistry",
|
537
|
-
"label": "freeCredentialTypes",
|
538
|
-
"type": "t_mapping(t_bytes2,t_bool)",
|
539
|
-
"src": "../project:/contracts/MetadataRegistry.sol:38"
|
540
|
-
},
|
541
|
-
{
|
542
|
-
"contract": "MetadataRegistry",
|
543
|
-
"label": "lists",
|
544
|
-
"type": "t_mapping(t_address,t_mapping(t_uint256,t_struct(ListMetadata)3787_storage))",
|
545
|
-
"src": "../project:/contracts/MetadataRegistry.sol:39"
|
546
|
-
},
|
547
|
-
{
|
548
|
-
"contract": "MetadataRegistry",
|
549
|
-
"label": "indexUsed",
|
550
|
-
"type": "t_mapping(t_address,t_mapping(t_uint256,t_mapping(t_uint32,t_struct(CredentialEntry)3778_storage)))",
|
551
|
-
"src": "../project:/contracts/MetadataRegistry.sol:40"
|
552
|
-
},
|
553
|
-
{
|
554
|
-
"contract": "MetadataRegistry",
|
555
|
-
"label": "permissions",
|
556
|
-
"type": "t_contract(Permissions)3760",
|
557
|
-
"src": "../project:/contracts/MetadataRegistry.sol:42"
|
558
|
-
}
|
559
|
-
],
|
560
|
-
"types": {
|
561
|
-
"t_contract(VerificationCoupon)5104": {
|
562
|
-
"label": "contract VerificationCoupon"
|
563
|
-
},
|
564
|
-
"t_mapping(t_bytes2,t_bool)": {
|
565
|
-
"label": "mapping(bytes2 => bool)"
|
566
|
-
},
|
567
|
-
"t_bytes2": {
|
568
|
-
"label": "bytes2"
|
569
|
-
},
|
570
|
-
"t_bool": {
|
571
|
-
"label": "bool"
|
572
|
-
},
|
573
|
-
"t_mapping(t_address,t_mapping(t_uint256,t_struct(ListMetadata)3787_storage))": {
|
574
|
-
"label": "mapping(address => mapping(uint256 => struct MetadataRegistry.ListMetadata))"
|
575
|
-
},
|
576
|
-
"t_address": {
|
577
|
-
"label": "address"
|
578
|
-
},
|
579
|
-
"t_mapping(t_uint256,t_struct(ListMetadata)3787_storage)": {
|
580
|
-
"label": "mapping(uint256 => struct MetadataRegistry.ListMetadata)"
|
581
|
-
},
|
582
|
-
"t_uint256": {
|
583
|
-
"label": "uint256"
|
584
|
-
},
|
585
|
-
"t_struct(ListMetadata)3787_storage": {
|
586
|
-
"label": "struct MetadataRegistry.ListMetadata",
|
587
|
-
"members": [
|
588
|
-
{
|
589
|
-
"label": "version",
|
590
|
-
"type": "t_bytes2"
|
591
|
-
},
|
592
|
-
{
|
593
|
-
"label": "algType",
|
594
|
-
"type": "t_bytes2"
|
595
|
-
},
|
596
|
-
{
|
597
|
-
"label": "issuerVc",
|
598
|
-
"type": "t_bytes_storage"
|
599
|
-
},
|
600
|
-
{
|
601
|
-
"label": "used",
|
602
|
-
"type": "t_bool"
|
603
|
-
}
|
604
|
-
]
|
605
|
-
},
|
606
|
-
"t_bytes_storage": {
|
607
|
-
"label": "bytes"
|
608
|
-
},
|
609
|
-
"t_mapping(t_address,t_mapping(t_uint256,t_mapping(t_uint32,t_struct(CredentialEntry)3778_storage)))": {
|
610
|
-
"label": "mapping(address => mapping(uint256 => mapping(uint32 => struct MetadataRegistry.CredentialEntry)))"
|
611
|
-
},
|
612
|
-
"t_mapping(t_uint256,t_mapping(t_uint32,t_struct(CredentialEntry)3778_storage))": {
|
613
|
-
"label": "mapping(uint256 => mapping(uint32 => struct MetadataRegistry.CredentialEntry))"
|
614
|
-
},
|
615
|
-
"t_mapping(t_uint32,t_struct(CredentialEntry)3778_storage)": {
|
616
|
-
"label": "mapping(uint32 => struct MetadataRegistry.CredentialEntry)"
|
617
|
-
},
|
618
|
-
"t_uint32": {
|
619
|
-
"label": "uint32"
|
620
|
-
},
|
621
|
-
"t_struct(CredentialEntry)3778_storage": {
|
622
|
-
"label": "struct MetadataRegistry.CredentialEntry",
|
623
|
-
"members": [
|
624
|
-
{
|
625
|
-
"label": "credentialType",
|
626
|
-
"type": "t_bytes2"
|
627
|
-
},
|
628
|
-
{
|
629
|
-
"label": "encryptedPublicKey",
|
630
|
-
"type": "t_bytes_storage"
|
631
|
-
},
|
632
|
-
{
|
633
|
-
"label": "used",
|
634
|
-
"type": "t_bool"
|
635
|
-
}
|
636
|
-
]
|
637
|
-
},
|
638
|
-
"t_contract(Permissions)3760": {
|
639
|
-
"label": "contract Permissions"
|
640
|
-
},
|
641
|
-
"t_uint8": {
|
642
|
-
"label": "uint8"
|
643
|
-
}
|
644
|
-
}
|
645
|
-
}
|
646
|
-
},
|
647
|
-
"d7b1f5801d2073099718853972b77180aa8e2a3873cbae557acc14f91a2d07f7": {
|
648
|
-
"address": "0x2786B92B4467b7dd49b15F83F1968899e8917a20",
|
649
|
-
"txHash": "0x99b6a2ca17bdaf2d0f7abb2f4b8192649de407c38bcfd326140e044bf1624172",
|
650
|
-
"layout": {
|
651
|
-
"solcVersion": "0.8.4",
|
652
|
-
"storage": [
|
653
|
-
{
|
654
|
-
"contract": "Initializable",
|
655
|
-
"label": "_initialized",
|
656
|
-
"type": "t_uint8",
|
657
|
-
"src": "../@openzeppelin/contracts-upgradeable/proxy/utils/Initializable.sol:63",
|
658
|
-
"retypedFrom": "bool"
|
659
|
-
},
|
660
|
-
{
|
661
|
-
"contract": "Initializable",
|
662
|
-
"label": "_initializing",
|
663
|
-
"type": "t_bool",
|
664
|
-
"src": "../@openzeppelin/contracts-upgradeable/proxy/utils/Initializable.sol:68"
|
665
|
-
},
|
666
|
-
{
|
667
|
-
"contract": "MetadataRegistry",
|
668
|
-
"label": "Coupon",
|
669
|
-
"type": "t_contract(VerificationCoupon)5477",
|
670
|
-
"src": "../project:/contracts/MetadataRegistry.sol:10"
|
671
|
-
},
|
672
|
-
{
|
673
|
-
"contract": "MetadataRegistry",
|
674
|
-
"label": "freeCredentialTypes",
|
675
|
-
"type": "t_mapping(t_bytes2,t_bool)",
|
676
|
-
"src": "../project:/contracts/MetadataRegistry.sol:39"
|
677
|
-
},
|
678
|
-
{
|
679
|
-
"contract": "MetadataRegistry",
|
680
|
-
"label": "lists",
|
681
|
-
"type": "t_mapping(t_address,t_mapping(t_uint256,t_struct(ListMetadata)5505_storage))",
|
682
|
-
"src": "../project:/contracts/MetadataRegistry.sol:40"
|
683
|
-
},
|
684
|
-
{
|
685
|
-
"contract": "MetadataRegistry",
|
686
|
-
"label": "indexUsed",
|
687
|
-
"type": "t_mapping(t_address,t_mapping(t_uint256,t_mapping(t_uint32,t_struct(CredentialEntry)5496_storage)))",
|
688
|
-
"src": "../project:/contracts/MetadataRegistry.sol:41"
|
689
|
-
},
|
690
|
-
{
|
691
|
-
"contract": "MetadataRegistry",
|
692
|
-
"label": "permissions",
|
693
|
-
"type": "t_contract(Permissions)4861",
|
694
|
-
"src": "../project:/contracts/MetadataRegistry.sol:43"
|
695
|
-
}
|
696
|
-
],
|
697
|
-
"types": {
|
698
|
-
"t_contract(VerificationCoupon)5477": {
|
699
|
-
"label": "contract VerificationCoupon"
|
700
|
-
},
|
701
|
-
"t_mapping(t_bytes2,t_bool)": {
|
702
|
-
"label": "mapping(bytes2 => bool)"
|
703
|
-
},
|
704
|
-
"t_bytes2": {
|
705
|
-
"label": "bytes2"
|
706
|
-
},
|
707
|
-
"t_bool": {
|
708
|
-
"label": "bool"
|
709
|
-
},
|
710
|
-
"t_mapping(t_address,t_mapping(t_uint256,t_struct(ListMetadata)5505_storage))": {
|
711
|
-
"label": "mapping(address => mapping(uint256 => struct MetadataRegistry.ListMetadata))"
|
712
|
-
},
|
713
|
-
"t_address": {
|
714
|
-
"label": "address"
|
715
|
-
},
|
716
|
-
"t_mapping(t_uint256,t_struct(ListMetadata)5505_storage)": {
|
717
|
-
"label": "mapping(uint256 => struct MetadataRegistry.ListMetadata)"
|
718
|
-
},
|
719
|
-
"t_uint256": {
|
720
|
-
"label": "uint256"
|
721
|
-
},
|
722
|
-
"t_struct(ListMetadata)5505_storage": {
|
723
|
-
"label": "struct MetadataRegistry.ListMetadata",
|
724
|
-
"members": [
|
725
|
-
{
|
726
|
-
"label": "version",
|
727
|
-
"type": "t_bytes2"
|
728
|
-
},
|
729
|
-
{
|
730
|
-
"label": "algType",
|
731
|
-
"type": "t_bytes2"
|
732
|
-
},
|
733
|
-
{
|
734
|
-
"label": "issuerVc",
|
735
|
-
"type": "t_bytes_storage"
|
736
|
-
},
|
737
|
-
{
|
738
|
-
"label": "used",
|
739
|
-
"type": "t_bool"
|
740
|
-
}
|
741
|
-
]
|
742
|
-
},
|
743
|
-
"t_bytes_storage": {
|
744
|
-
"label": "bytes"
|
745
|
-
},
|
746
|
-
"t_mapping(t_address,t_mapping(t_uint256,t_mapping(t_uint32,t_struct(CredentialEntry)5496_storage)))": {
|
747
|
-
"label": "mapping(address => mapping(uint256 => mapping(uint32 => struct MetadataRegistry.CredentialEntry)))"
|
748
|
-
},
|
749
|
-
"t_mapping(t_uint256,t_mapping(t_uint32,t_struct(CredentialEntry)5496_storage))": {
|
750
|
-
"label": "mapping(uint256 => mapping(uint32 => struct MetadataRegistry.CredentialEntry))"
|
751
|
-
},
|
752
|
-
"t_mapping(t_uint32,t_struct(CredentialEntry)5496_storage)": {
|
753
|
-
"label": "mapping(uint32 => struct MetadataRegistry.CredentialEntry)"
|
754
|
-
},
|
755
|
-
"t_uint32": {
|
756
|
-
"label": "uint32"
|
757
|
-
},
|
758
|
-
"t_struct(CredentialEntry)5496_storage": {
|
759
|
-
"label": "struct MetadataRegistry.CredentialEntry",
|
760
|
-
"members": [
|
761
|
-
{
|
762
|
-
"label": "credentialType",
|
763
|
-
"type": "t_bytes2"
|
764
|
-
},
|
765
|
-
{
|
766
|
-
"label": "encryptedPublicKey",
|
767
|
-
"type": "t_bytes_storage"
|
768
|
-
},
|
769
|
-
{
|
770
|
-
"label": "used",
|
771
|
-
"type": "t_bool"
|
772
|
-
}
|
773
|
-
]
|
774
|
-
},
|
775
|
-
"t_contract(Permissions)4861": {
|
776
|
-
"label": "contract Permissions"
|
777
|
-
},
|
778
|
-
"t_uint8": {
|
779
|
-
"label": "uint8"
|
780
|
-
}
|
781
|
-
}
|
782
|
-
}
|
783
|
-
},
|
784
|
-
"fc5f64d938e812af7b0d9ef4c41877160348460ccde293329f69534298c3efbe": {
|
785
|
-
"address": "0x2f9fBD588eEadae6a8ED1CCd24016F5Ae7aBf34D",
|
786
|
-
"txHash": "0x197be8093bb7a575ab6c9ed1ef2e75a4260dcc3ee679eab86580fb96bd94e817",
|
787
|
-
"layout": {
|
788
|
-
"solcVersion": "0.8.4",
|
789
|
-
"storage": [
|
790
|
-
{
|
791
|
-
"contract": "Initializable",
|
792
|
-
"label": "_initialized",
|
793
|
-
"type": "t_uint8",
|
794
|
-
"src": "..\\@openzeppelin\\contracts-upgradeable\\proxy\\utils\\Initializable.sol:63",
|
795
|
-
"retypedFrom": "bool"
|
796
|
-
},
|
797
|
-
{
|
798
|
-
"contract": "Initializable",
|
799
|
-
"label": "_initializing",
|
800
|
-
"type": "t_bool",
|
801
|
-
"src": "..\\@openzeppelin\\contracts-upgradeable\\proxy\\utils\\Initializable.sol:68"
|
802
|
-
},
|
803
|
-
{
|
804
|
-
"contract": "MetadataRegistry",
|
805
|
-
"label": "Coupon",
|
806
|
-
"type": "t_contract(VerificationCoupon)5569",
|
807
|
-
"src": "..\\project:\\contracts\\MetadataRegistry.sol:10"
|
808
|
-
},
|
809
|
-
{
|
810
|
-
"contract": "MetadataRegistry",
|
811
|
-
"label": "freeCredentialTypes",
|
812
|
-
"type": "t_mapping(t_bytes2,t_bool)",
|
813
|
-
"src": "..\\project:\\contracts\\MetadataRegistry.sol:39"
|
814
|
-
},
|
815
|
-
{
|
816
|
-
"contract": "MetadataRegistry",
|
817
|
-
"label": "lists",
|
818
|
-
"type": "t_mapping(t_address,t_mapping(t_uint256,t_struct(ListMetadata)5597_storage))",
|
819
|
-
"src": "..\\project:\\contracts\\MetadataRegistry.sol:40"
|
820
|
-
},
|
821
|
-
{
|
822
|
-
"contract": "MetadataRegistry",
|
823
|
-
"label": "indexUsed",
|
824
|
-
"type": "t_mapping(t_address,t_mapping(t_uint256,t_mapping(t_uint32,t_struct(CredentialEntry)5588_storage)))",
|
825
|
-
"src": "..\\project:\\contracts\\MetadataRegistry.sol:41"
|
826
|
-
},
|
827
|
-
{
|
828
|
-
"contract": "MetadataRegistry",
|
829
|
-
"label": "permissions",
|
830
|
-
"type": "t_contract(Permissions)4953",
|
831
|
-
"src": "..\\project:\\contracts\\MetadataRegistry.sol:43"
|
832
|
-
}
|
833
|
-
],
|
834
|
-
"types": {
|
835
|
-
"t_contract(VerificationCoupon)5569": {
|
836
|
-
"label": "contract VerificationCoupon"
|
837
|
-
},
|
838
|
-
"t_mapping(t_bytes2,t_bool)": {
|
839
|
-
"label": "mapping(bytes2 => bool)"
|
840
|
-
},
|
841
|
-
"t_bytes2": {
|
842
|
-
"label": "bytes2"
|
843
|
-
},
|
844
|
-
"t_bool": {
|
845
|
-
"label": "bool"
|
846
|
-
},
|
847
|
-
"t_mapping(t_address,t_mapping(t_uint256,t_struct(ListMetadata)5597_storage))": {
|
848
|
-
"label": "mapping(address => mapping(uint256 => struct MetadataRegistry.ListMetadata))"
|
849
|
-
},
|
850
|
-
"t_address": {
|
851
|
-
"label": "address"
|
852
|
-
},
|
853
|
-
"t_mapping(t_uint256,t_struct(ListMetadata)5597_storage)": {
|
854
|
-
"label": "mapping(uint256 => struct MetadataRegistry.ListMetadata)"
|
855
|
-
},
|
856
|
-
"t_uint256": {
|
857
|
-
"label": "uint256"
|
858
|
-
},
|
859
|
-
"t_struct(ListMetadata)5597_storage": {
|
860
|
-
"label": "struct MetadataRegistry.ListMetadata",
|
861
|
-
"members": [
|
862
|
-
{
|
863
|
-
"label": "version",
|
864
|
-
"type": "t_bytes2"
|
865
|
-
},
|
866
|
-
{
|
867
|
-
"label": "algType",
|
868
|
-
"type": "t_bytes2"
|
869
|
-
},
|
870
|
-
{
|
871
|
-
"label": "issuerVc",
|
872
|
-
"type": "t_bytes_storage"
|
873
|
-
},
|
874
|
-
{
|
875
|
-
"label": "used",
|
876
|
-
"type": "t_bool"
|
877
|
-
}
|
878
|
-
]
|
879
|
-
},
|
880
|
-
"t_bytes_storage": {
|
881
|
-
"label": "bytes"
|
882
|
-
},
|
883
|
-
"t_mapping(t_address,t_mapping(t_uint256,t_mapping(t_uint32,t_struct(CredentialEntry)5588_storage)))": {
|
884
|
-
"label": "mapping(address => mapping(uint256 => mapping(uint32 => struct MetadataRegistry.CredentialEntry)))"
|
885
|
-
},
|
886
|
-
"t_mapping(t_uint256,t_mapping(t_uint32,t_struct(CredentialEntry)5588_storage))": {
|
887
|
-
"label": "mapping(uint256 => mapping(uint32 => struct MetadataRegistry.CredentialEntry))"
|
888
|
-
},
|
889
|
-
"t_mapping(t_uint32,t_struct(CredentialEntry)5588_storage)": {
|
890
|
-
"label": "mapping(uint32 => struct MetadataRegistry.CredentialEntry)"
|
891
|
-
},
|
892
|
-
"t_uint32": {
|
893
|
-
"label": "uint32"
|
894
|
-
},
|
895
|
-
"t_struct(CredentialEntry)5588_storage": {
|
896
|
-
"label": "struct MetadataRegistry.CredentialEntry",
|
897
|
-
"members": [
|
898
|
-
{
|
899
|
-
"label": "credentialType",
|
900
|
-
"type": "t_bytes2"
|
901
|
-
},
|
902
|
-
{
|
903
|
-
"label": "encryptedPublicKey",
|
904
|
-
"type": "t_bytes_storage"
|
905
|
-
},
|
906
|
-
{
|
907
|
-
"label": "used",
|
908
|
-
"type": "t_bool"
|
909
|
-
}
|
910
|
-
]
|
911
|
-
},
|
912
|
-
"t_contract(Permissions)4953": {
|
913
|
-
"label": "contract Permissions"
|
914
|
-
},
|
915
|
-
"t_uint8": {
|
916
|
-
"label": "uint8"
|
917
|
-
}
|
918
|
-
},
|
919
|
-
"namespaces": {}
|
920
|
-
}
|
921
|
-
},
|
922
|
-
"bc0a9412f5c201d2551d11699a8e186d77089c3bd2344dd4391e93757e84f86a": {
|
923
|
-
"address": "0xF34b8708B593C8e13cAd1902FDad19984379DEE8",
|
924
|
-
"txHash": "0x8ae61c9607e7a329e52e82e8b375a1dcf6515acef1a3f13ed6e2eb847e2e4a2b",
|
925
|
-
"layout": {
|
926
|
-
"solcVersion": "0.8.4",
|
927
|
-
"storage": [
|
928
|
-
{
|
929
|
-
"contract": "Initializable",
|
930
|
-
"label": "_initialized",
|
931
|
-
"type": "t_uint8",
|
932
|
-
"src": "../@openzeppelin/contracts-upgradeable/proxy/utils/Initializable.sol:63",
|
933
|
-
"retypedFrom": "bool"
|
934
|
-
},
|
935
|
-
{
|
936
|
-
"contract": "Initializable",
|
937
|
-
"label": "_initializing",
|
938
|
-
"type": "t_bool",
|
939
|
-
"src": "../@openzeppelin/contracts-upgradeable/proxy/utils/Initializable.sol:68"
|
940
|
-
},
|
941
|
-
{
|
942
|
-
"contract": "MetadataRegistry",
|
943
|
-
"label": "Coupon",
|
944
|
-
"type": "t_contract(VerificationCoupon)6016",
|
945
|
-
"src": "../project:/contracts/MetadataRegistry.sol:10"
|
946
|
-
},
|
947
|
-
{
|
948
|
-
"contract": "MetadataRegistry",
|
949
|
-
"label": "freeCredentialTypes",
|
950
|
-
"type": "t_mapping(t_bytes2,t_bool)",
|
951
|
-
"src": "../project:/contracts/MetadataRegistry.sol:39"
|
952
|
-
},
|
953
|
-
{
|
954
|
-
"contract": "MetadataRegistry",
|
955
|
-
"label": "lists",
|
956
|
-
"type": "t_mapping(t_address,t_mapping(t_uint256,t_struct(ListMetadata)6044_storage))",
|
957
|
-
"src": "../project:/contracts/MetadataRegistry.sol:40"
|
958
|
-
},
|
959
|
-
{
|
960
|
-
"contract": "MetadataRegistry",
|
961
|
-
"label": "indexUsed",
|
962
|
-
"type": "t_mapping(t_address,t_mapping(t_uint256,t_mapping(t_uint32,t_struct(CredentialEntry)6035_storage)))",
|
963
|
-
"src": "../project:/contracts/MetadataRegistry.sol:41"
|
964
|
-
},
|
965
|
-
{
|
966
|
-
"contract": "MetadataRegistry",
|
967
|
-
"label": "permissions",
|
968
|
-
"type": "t_contract(Permissions)5400",
|
969
|
-
"src": "../project:/contracts/MetadataRegistry.sol:43"
|
970
|
-
}
|
971
|
-
],
|
972
|
-
"types": {
|
973
|
-
"t_contract(VerificationCoupon)6016": {
|
974
|
-
"label": "contract VerificationCoupon"
|
975
|
-
},
|
976
|
-
"t_mapping(t_bytes2,t_bool)": {
|
977
|
-
"label": "mapping(bytes2 => bool)"
|
978
|
-
},
|
979
|
-
"t_bytes2": {
|
980
|
-
"label": "bytes2"
|
981
|
-
},
|
982
|
-
"t_bool": {
|
983
|
-
"label": "bool"
|
984
|
-
},
|
985
|
-
"t_mapping(t_address,t_mapping(t_uint256,t_struct(ListMetadata)6044_storage))": {
|
986
|
-
"label": "mapping(address => mapping(uint256 => struct MetadataRegistry.ListMetadata))"
|
987
|
-
},
|
988
|
-
"t_address": {
|
989
|
-
"label": "address"
|
990
|
-
},
|
991
|
-
"t_mapping(t_uint256,t_struct(ListMetadata)6044_storage)": {
|
992
|
-
"label": "mapping(uint256 => struct MetadataRegistry.ListMetadata)"
|
993
|
-
},
|
994
|
-
"t_uint256": {
|
995
|
-
"label": "uint256"
|
996
|
-
},
|
997
|
-
"t_struct(ListMetadata)6044_storage": {
|
998
|
-
"label": "struct MetadataRegistry.ListMetadata",
|
999
|
-
"members": [
|
1000
|
-
{
|
1001
|
-
"label": "version",
|
1002
|
-
"type": "t_bytes2"
|
1003
|
-
},
|
1004
|
-
{
|
1005
|
-
"label": "algType",
|
1006
|
-
"type": "t_bytes2"
|
1007
|
-
},
|
1008
|
-
{
|
1009
|
-
"label": "issuerVc",
|
1010
|
-
"type": "t_bytes_storage"
|
1011
|
-
},
|
1012
|
-
{
|
1013
|
-
"label": "used",
|
1014
|
-
"type": "t_bool"
|
1015
|
-
}
|
1016
|
-
]
|
1017
|
-
},
|
1018
|
-
"t_bytes_storage": {
|
1019
|
-
"label": "bytes"
|
1020
|
-
},
|
1021
|
-
"t_mapping(t_address,t_mapping(t_uint256,t_mapping(t_uint32,t_struct(CredentialEntry)6035_storage)))": {
|
1022
|
-
"label": "mapping(address => mapping(uint256 => mapping(uint32 => struct MetadataRegistry.CredentialEntry)))"
|
1023
|
-
},
|
1024
|
-
"t_mapping(t_uint256,t_mapping(t_uint32,t_struct(CredentialEntry)6035_storage))": {
|
1025
|
-
"label": "mapping(uint256 => mapping(uint32 => struct MetadataRegistry.CredentialEntry))"
|
1026
|
-
},
|
1027
|
-
"t_mapping(t_uint32,t_struct(CredentialEntry)6035_storage)": {
|
1028
|
-
"label": "mapping(uint32 => struct MetadataRegistry.CredentialEntry)"
|
1029
|
-
},
|
1030
|
-
"t_uint32": {
|
1031
|
-
"label": "uint32"
|
1032
|
-
},
|
1033
|
-
"t_struct(CredentialEntry)6035_storage": {
|
1034
|
-
"label": "struct MetadataRegistry.CredentialEntry",
|
1035
|
-
"members": [
|
1036
|
-
{
|
1037
|
-
"label": "credentialType",
|
1038
|
-
"type": "t_bytes2"
|
1039
|
-
},
|
1040
|
-
{
|
1041
|
-
"label": "encryptedPublicKey",
|
1042
|
-
"type": "t_bytes_storage"
|
1043
|
-
},
|
1044
|
-
{
|
1045
|
-
"label": "used",
|
1046
|
-
"type": "t_bool"
|
1047
|
-
}
|
1048
|
-
]
|
1049
|
-
},
|
1050
|
-
"t_contract(Permissions)5400": {
|
1051
|
-
"label": "contract Permissions"
|
1052
|
-
},
|
1053
|
-
"t_uint8": {
|
1054
|
-
"label": "uint8"
|
1055
|
-
}
|
1056
|
-
},
|
1057
|
-
"namespaces": {}
|
1058
|
-
}
|
1059
|
-
},
|
1060
|
-
"37a89b04f1d10f8caab440a86c45ddc5cc77585ab2e597550feaa4c234b4b152": {
|
1061
|
-
"address": "0xb2343fAB2D8915f99688AB901C592c4473a0D1A4",
|
1062
|
-
"txHash": "0x80f52f752093a1eae1aa7426d209e0436d4521885f82e6612a4f215c184751f9",
|
1063
|
-
"layout": {
|
1064
|
-
"solcVersion": "0.8.4",
|
1065
|
-
"storage": [
|
1066
|
-
{
|
1067
|
-
"contract": "Initializable",
|
1068
|
-
"label": "_initialized",
|
1069
|
-
"type": "t_uint8",
|
1070
|
-
"src": "../@openzeppelin/contracts-upgradeable/proxy/utils/Initializable.sol:63",
|
1071
|
-
"retypedFrom": "bool"
|
1072
|
-
},
|
1073
|
-
{
|
1074
|
-
"contract": "Initializable",
|
1075
|
-
"label": "_initializing",
|
1076
|
-
"type": "t_bool",
|
1077
|
-
"src": "../@openzeppelin/contracts-upgradeable/proxy/utils/Initializable.sol:68"
|
1078
|
-
},
|
1079
|
-
{
|
1080
|
-
"contract": "MetadataRegistry",
|
1081
|
-
"label": "Coupon",
|
1082
|
-
"type": "t_contract(VerificationCoupon)5974",
|
1083
|
-
"src": "../project:/contracts/MetadataRegistry.sol:10"
|
1084
|
-
},
|
1085
|
-
{
|
1086
|
-
"contract": "MetadataRegistry",
|
1087
|
-
"label": "freeCredentialTypes",
|
1088
|
-
"type": "t_mapping(t_bytes2,t_bool)",
|
1089
|
-
"src": "../project:/contracts/MetadataRegistry.sol:39"
|
1090
|
-
},
|
1091
|
-
{
|
1092
|
-
"contract": "MetadataRegistry",
|
1093
|
-
"label": "lists",
|
1094
|
-
"type": "t_mapping(t_address,t_mapping(t_uint256,t_struct(ListMetadata)6002_storage))",
|
1095
|
-
"src": "../project:/contracts/MetadataRegistry.sol:40"
|
1096
|
-
},
|
1097
|
-
{
|
1098
|
-
"contract": "MetadataRegistry",
|
1099
|
-
"label": "indexUsed",
|
1100
|
-
"type": "t_mapping(t_address,t_mapping(t_uint256,t_mapping(t_uint32,t_struct(CredentialEntry)5993_storage)))",
|
1101
|
-
"src": "../project:/contracts/MetadataRegistry.sol:41"
|
1102
|
-
},
|
1103
|
-
{
|
1104
|
-
"contract": "MetadataRegistry",
|
1105
|
-
"label": "permissions",
|
1106
|
-
"type": "t_contract(Permissions)5358",
|
1107
|
-
"src": "../project:/contracts/MetadataRegistry.sol:43"
|
1108
|
-
}
|
1109
|
-
],
|
1110
|
-
"types": {
|
1111
|
-
"t_contract(VerificationCoupon)5974": {
|
1112
|
-
"label": "contract VerificationCoupon"
|
1113
|
-
},
|
1114
|
-
"t_mapping(t_bytes2,t_bool)": {
|
1115
|
-
"label": "mapping(bytes2 => bool)"
|
1116
|
-
},
|
1117
|
-
"t_bytes2": {
|
1118
|
-
"label": "bytes2"
|
1119
|
-
},
|
1120
|
-
"t_bool": {
|
1121
|
-
"label": "bool"
|
1122
|
-
},
|
1123
|
-
"t_mapping(t_address,t_mapping(t_uint256,t_struct(ListMetadata)6002_storage))": {
|
1124
|
-
"label": "mapping(address => mapping(uint256 => struct MetadataRegistry.ListMetadata))"
|
1125
|
-
},
|
1126
|
-
"t_address": {
|
1127
|
-
"label": "address"
|
1128
|
-
},
|
1129
|
-
"t_mapping(t_uint256,t_struct(ListMetadata)6002_storage)": {
|
1130
|
-
"label": "mapping(uint256 => struct MetadataRegistry.ListMetadata)"
|
1131
|
-
},
|
1132
|
-
"t_uint256": {
|
1133
|
-
"label": "uint256"
|
1134
|
-
},
|
1135
|
-
"t_struct(ListMetadata)6002_storage": {
|
1136
|
-
"label": "struct MetadataRegistry.ListMetadata",
|
1137
|
-
"members": [
|
1138
|
-
{
|
1139
|
-
"label": "version",
|
1140
|
-
"type": "t_bytes2"
|
1141
|
-
},
|
1142
|
-
{
|
1143
|
-
"label": "algType",
|
1144
|
-
"type": "t_bytes2"
|
1145
|
-
},
|
1146
|
-
{
|
1147
|
-
"label": "issuerVc",
|
1148
|
-
"type": "t_bytes_storage"
|
1149
|
-
},
|
1150
|
-
{
|
1151
|
-
"label": "used",
|
1152
|
-
"type": "t_bool"
|
1153
|
-
}
|
1154
|
-
]
|
1155
|
-
},
|
1156
|
-
"t_bytes_storage": {
|
1157
|
-
"label": "bytes"
|
1158
|
-
},
|
1159
|
-
"t_mapping(t_address,t_mapping(t_uint256,t_mapping(t_uint32,t_struct(CredentialEntry)5993_storage)))": {
|
1160
|
-
"label": "mapping(address => mapping(uint256 => mapping(uint32 => struct MetadataRegistry.CredentialEntry)))"
|
1161
|
-
},
|
1162
|
-
"t_mapping(t_uint256,t_mapping(t_uint32,t_struct(CredentialEntry)5993_storage))": {
|
1163
|
-
"label": "mapping(uint256 => mapping(uint32 => struct MetadataRegistry.CredentialEntry))"
|
1164
|
-
},
|
1165
|
-
"t_mapping(t_uint32,t_struct(CredentialEntry)5993_storage)": {
|
1166
|
-
"label": "mapping(uint32 => struct MetadataRegistry.CredentialEntry)"
|
1167
|
-
},
|
1168
|
-
"t_uint32": {
|
1169
|
-
"label": "uint32"
|
1170
|
-
},
|
1171
|
-
"t_struct(CredentialEntry)5993_storage": {
|
1172
|
-
"label": "struct MetadataRegistry.CredentialEntry",
|
1173
|
-
"members": [
|
1174
|
-
{
|
1175
|
-
"label": "credentialType",
|
1176
|
-
"type": "t_bytes2"
|
1177
|
-
},
|
1178
|
-
{
|
1179
|
-
"label": "encryptedPublicKey",
|
1180
|
-
"type": "t_bytes_storage"
|
1181
|
-
},
|
1182
|
-
{
|
1183
|
-
"label": "used",
|
1184
|
-
"type": "t_bool"
|
1185
|
-
}
|
1186
|
-
]
|
1187
|
-
},
|
1188
|
-
"t_contract(Permissions)5358": {
|
1189
|
-
"label": "contract Permissions"
|
1190
|
-
},
|
1191
|
-
"t_uint8": {
|
1192
|
-
"label": "uint8"
|
1193
|
-
}
|
1194
|
-
},
|
1195
|
-
"namespaces": {}
|
1196
|
-
}
|
1197
|
-
}
|
1198
|
-
}
|
1199
|
-
}
|