@velocitycareerlabs/verification-coupon-contract 1.25.0-dev-build.12642c864

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,927 @@
1
+ {
2
+ "manifestVersion": "3.2",
3
+ "admin": {
4
+ "address": "0xC1e58d4e3d1ADC1A8abC072e961A279Ff73d9791",
5
+ "txHash": "0xd2556f638192d16fe1759b69d2b78499cc0d32d61e88c0b52e089914f5c4f142"
6
+ },
7
+ "proxies": [
8
+ {
9
+ "address": "0x7D806A84A531F027cf598213d0Ce82ce44a9E6a2",
10
+ "txHash": "0x9bd52fb02ed5b2edc7eebc79638da24df880cf86dfacd806ac269d7b57a99d73",
11
+ "kind": "transparent"
12
+ },
13
+ {
14
+ "address": "0xA1507C7C35433CE2f146e397113483e1745a6175",
15
+ "txHash": "0x16ca6b9508dc5b85589cb8154df090450dd12f1e7e6900191014358af9cdf0a1",
16
+ "kind": "transparent"
17
+ }
18
+ ],
19
+ "impls": {
20
+ "c219756f00607b265da7a81ce6cdcfb5e2c45ea6d114989b81ea0f5426ae9e90": {
21
+ "address": "0x4f57eCb9d551bC2ec77cE2bfb19AeC36BD63E22f",
22
+ "txHash": "0x04654fb006f711ea94d5e4b1de9f8bfc35bdf6ccfa074a1660ff9647c0dc9d25",
23
+ "layout": {
24
+ "storage": [
25
+ {
26
+ "contract": "Initializable",
27
+ "label": "_initialized",
28
+ "type": "t_uint8",
29
+ "src": "../@openzeppelin/contracts-upgradeable/proxy/utils/Initializable.sol:62",
30
+ "retypedFrom": "bool"
31
+ },
32
+ {
33
+ "contract": "Initializable",
34
+ "label": "_initializing",
35
+ "type": "t_bool",
36
+ "src": "../@openzeppelin/contracts-upgradeable/proxy/utils/Initializable.sol:67"
37
+ },
38
+ {
39
+ "contract": "ContextUpgradeable",
40
+ "label": "__gap",
41
+ "type": "t_array(t_uint256)50_storage",
42
+ "src": "../@openzeppelin/contracts-upgradeable/utils/ContextUpgradeable.sol:36"
43
+ },
44
+ {
45
+ "contract": "ERC165Upgradeable",
46
+ "label": "__gap",
47
+ "type": "t_array(t_uint256)50_storage",
48
+ "src": "../@openzeppelin/contracts-upgradeable/utils/introspection/ERC165Upgradeable.sol:41"
49
+ },
50
+ {
51
+ "contract": "AccessControlUpgradeable",
52
+ "label": "_roles",
53
+ "type": "t_mapping(t_bytes32,t_struct(RoleData)179_storage)",
54
+ "src": "../@openzeppelin/contracts-upgradeable/access/AccessControlUpgradeable.sol:61"
55
+ },
56
+ {
57
+ "contract": "AccessControlUpgradeable",
58
+ "label": "__gap",
59
+ "type": "t_array(t_uint256)49_storage",
60
+ "src": "../@openzeppelin/contracts-upgradeable/access/AccessControlUpgradeable.sol:259"
61
+ },
62
+ {
63
+ "contract": "AccessControlEnumerableUpgradeable",
64
+ "label": "_roleMembers",
65
+ "type": "t_mapping(t_bytes32,t_struct(AddressSet)3109_storage)",
66
+ "src": "../@openzeppelin/contracts-upgradeable/access/AccessControlEnumerableUpgradeable.sol:22"
67
+ },
68
+ {
69
+ "contract": "AccessControlEnumerableUpgradeable",
70
+ "label": "__gap",
71
+ "type": "t_array(t_uint256)49_storage",
72
+ "src": "../@openzeppelin/contracts-upgradeable/access/AccessControlEnumerableUpgradeable.sol:76"
73
+ },
74
+ {
75
+ "contract": "ERC1155Upgradeable",
76
+ "label": "_balances",
77
+ "type": "t_mapping(t_uint256,t_mapping(t_address,t_uint256))",
78
+ "src": "../@openzeppelin/contracts-upgradeable/token/ERC1155/ERC1155Upgradeable.sol:25"
79
+ },
80
+ {
81
+ "contract": "ERC1155Upgradeable",
82
+ "label": "_operatorApprovals",
83
+ "type": "t_mapping(t_address,t_mapping(t_address,t_bool))",
84
+ "src": "../@openzeppelin/contracts-upgradeable/token/ERC1155/ERC1155Upgradeable.sol:28"
85
+ },
86
+ {
87
+ "contract": "ERC1155Upgradeable",
88
+ "label": "_uri",
89
+ "type": "t_string_storage",
90
+ "src": "../@openzeppelin/contracts-upgradeable/token/ERC1155/ERC1155Upgradeable.sol:31"
91
+ },
92
+ {
93
+ "contract": "ERC1155Upgradeable",
94
+ "label": "__gap",
95
+ "type": "t_array(t_uint256)47_storage",
96
+ "src": "../@openzeppelin/contracts-upgradeable/token/ERC1155/ERC1155Upgradeable.sol:528"
97
+ },
98
+ {
99
+ "contract": "VerificationCoupon",
100
+ "label": "VNF",
101
+ "type": "t_address",
102
+ "src": "../project:/contracts/VerificationCoupon.sol:27"
103
+ },
104
+ {
105
+ "contract": "VerificationCoupon",
106
+ "label": "expirationTime",
107
+ "type": "t_mapping(t_uint256,t_uint256)",
108
+ "src": "../project:/contracts/VerificationCoupon.sol:31"
109
+ },
110
+ {
111
+ "contract": "VerificationCoupon",
112
+ "label": "ownerTokens",
113
+ "type": "t_mapping(t_address,t_array(t_uint256)dyn_storage)",
114
+ "src": "../project:/contracts/VerificationCoupon.sol:33"
115
+ },
116
+ {
117
+ "contract": "VerificationCoupon",
118
+ "label": "_tokenIdTracker",
119
+ "type": "t_struct(Counter)2447_storage",
120
+ "src": "../project:/contracts/VerificationCoupon.sol:35"
121
+ },
122
+ {
123
+ "contract": "VerificationCoupon",
124
+ "label": "_tokenName",
125
+ "type": "t_string_storage",
126
+ "src": "../project:/contracts/VerificationCoupon.sol:37"
127
+ },
128
+ {
129
+ "contract": "VerificationCoupon",
130
+ "label": "permissions",
131
+ "type": "t_contract(Permissions)3760",
132
+ "src": "../project:/contracts/VerificationCoupon.sol:39"
133
+ }
134
+ ],
135
+ "types": {
136
+ "t_address": {
137
+ "label": "address"
138
+ },
139
+ "t_mapping(t_uint256,t_uint256)": {
140
+ "label": "mapping(uint256 => uint256)"
141
+ },
142
+ "t_uint256": {
143
+ "label": "uint256"
144
+ },
145
+ "t_mapping(t_address,t_array(t_uint256)dyn_storage)": {
146
+ "label": "mapping(address => uint256[])"
147
+ },
148
+ "t_array(t_uint256)dyn_storage": {
149
+ "label": "uint256[]"
150
+ },
151
+ "t_struct(Counter)2447_storage": {
152
+ "label": "struct CountersUpgradeable.Counter",
153
+ "members": [
154
+ {
155
+ "label": "_value",
156
+ "type": "t_uint256"
157
+ }
158
+ ]
159
+ },
160
+ "t_string_storage": {
161
+ "label": "string"
162
+ },
163
+ "t_contract(Permissions)3760": {
164
+ "label": "contract Permissions"
165
+ },
166
+ "t_mapping(t_uint256,t_mapping(t_address,t_uint256))": {
167
+ "label": "mapping(uint256 => mapping(address => uint256))"
168
+ },
169
+ "t_mapping(t_address,t_uint256)": {
170
+ "label": "mapping(address => uint256)"
171
+ },
172
+ "t_mapping(t_address,t_mapping(t_address,t_bool))": {
173
+ "label": "mapping(address => mapping(address => bool))"
174
+ },
175
+ "t_mapping(t_address,t_bool)": {
176
+ "label": "mapping(address => bool)"
177
+ },
178
+ "t_bool": {
179
+ "label": "bool"
180
+ },
181
+ "t_array(t_uint256)47_storage": {
182
+ "label": "uint256[47]"
183
+ },
184
+ "t_mapping(t_bytes32,t_struct(AddressSet)3109_storage)": {
185
+ "label": "mapping(bytes32 => struct EnumerableSetUpgradeable.AddressSet)"
186
+ },
187
+ "t_bytes32": {
188
+ "label": "bytes32"
189
+ },
190
+ "t_struct(AddressSet)3109_storage": {
191
+ "label": "struct EnumerableSetUpgradeable.AddressSet",
192
+ "members": [
193
+ {
194
+ "label": "_inner",
195
+ "type": "t_struct(Set)2808_storage"
196
+ }
197
+ ]
198
+ },
199
+ "t_struct(Set)2808_storage": {
200
+ "label": "struct EnumerableSetUpgradeable.Set",
201
+ "members": [
202
+ {
203
+ "label": "_values",
204
+ "type": "t_array(t_bytes32)dyn_storage"
205
+ },
206
+ {
207
+ "label": "_indexes",
208
+ "type": "t_mapping(t_bytes32,t_uint256)"
209
+ }
210
+ ]
211
+ },
212
+ "t_array(t_bytes32)dyn_storage": {
213
+ "label": "bytes32[]"
214
+ },
215
+ "t_mapping(t_bytes32,t_uint256)": {
216
+ "label": "mapping(bytes32 => uint256)"
217
+ },
218
+ "t_array(t_uint256)49_storage": {
219
+ "label": "uint256[49]"
220
+ },
221
+ "t_mapping(t_bytes32,t_struct(RoleData)179_storage)": {
222
+ "label": "mapping(bytes32 => struct AccessControlUpgradeable.RoleData)"
223
+ },
224
+ "t_struct(RoleData)179_storage": {
225
+ "label": "struct AccessControlUpgradeable.RoleData",
226
+ "members": [
227
+ {
228
+ "label": "members",
229
+ "type": "t_mapping(t_address,t_bool)"
230
+ },
231
+ {
232
+ "label": "adminRole",
233
+ "type": "t_bytes32"
234
+ }
235
+ ]
236
+ },
237
+ "t_array(t_uint256)50_storage": {
238
+ "label": "uint256[50]"
239
+ },
240
+ "t_uint8": {
241
+ "label": "uint8"
242
+ }
243
+ }
244
+ }
245
+ },
246
+ "6b9cf0247f123209fc7b0577336bb041df4a2fda0d078f8d5e3eb8b7555915db": {
247
+ "address": "0x0c95778EDe658dDe54867EC9Ca5bdcf612580D23",
248
+ "txHash": "0xd437adaabb7c04b9e6091a0d103b7330bf82060fd35c44497da70f8e18df3bbb",
249
+ "layout": {
250
+ "storage": [
251
+ {
252
+ "contract": "Initializable",
253
+ "label": "_initialized",
254
+ "type": "t_uint8",
255
+ "src": "../@openzeppelin/contracts-upgradeable/proxy/utils/Initializable.sol:62",
256
+ "retypedFrom": "bool"
257
+ },
258
+ {
259
+ "contract": "Initializable",
260
+ "label": "_initializing",
261
+ "type": "t_bool",
262
+ "src": "../@openzeppelin/contracts-upgradeable/proxy/utils/Initializable.sol:67"
263
+ },
264
+ {
265
+ "contract": "ContextUpgradeable",
266
+ "label": "__gap",
267
+ "type": "t_array(t_uint256)50_storage",
268
+ "src": "../@openzeppelin/contracts-upgradeable/utils/ContextUpgradeable.sol:36"
269
+ },
270
+ {
271
+ "contract": "ERC165Upgradeable",
272
+ "label": "__gap",
273
+ "type": "t_array(t_uint256)50_storage",
274
+ "src": "../@openzeppelin/contracts-upgradeable/utils/introspection/ERC165Upgradeable.sol:41"
275
+ },
276
+ {
277
+ "contract": "AccessControlUpgradeable",
278
+ "label": "_roles",
279
+ "type": "t_mapping(t_bytes32,t_struct(RoleData)179_storage)",
280
+ "src": "../@openzeppelin/contracts-upgradeable/access/AccessControlUpgradeable.sol:61"
281
+ },
282
+ {
283
+ "contract": "AccessControlUpgradeable",
284
+ "label": "__gap",
285
+ "type": "t_array(t_uint256)49_storage",
286
+ "src": "../@openzeppelin/contracts-upgradeable/access/AccessControlUpgradeable.sol:259"
287
+ },
288
+ {
289
+ "contract": "AccessControlEnumerableUpgradeable",
290
+ "label": "_roleMembers",
291
+ "type": "t_mapping(t_bytes32,t_struct(AddressSet)3109_storage)",
292
+ "src": "../@openzeppelin/contracts-upgradeable/access/AccessControlEnumerableUpgradeable.sol:22"
293
+ },
294
+ {
295
+ "contract": "AccessControlEnumerableUpgradeable",
296
+ "label": "__gap",
297
+ "type": "t_array(t_uint256)49_storage",
298
+ "src": "../@openzeppelin/contracts-upgradeable/access/AccessControlEnumerableUpgradeable.sol:76"
299
+ },
300
+ {
301
+ "contract": "ERC1155Upgradeable",
302
+ "label": "_balances",
303
+ "type": "t_mapping(t_uint256,t_mapping(t_address,t_uint256))",
304
+ "src": "../@openzeppelin/contracts-upgradeable/token/ERC1155/ERC1155Upgradeable.sol:25"
305
+ },
306
+ {
307
+ "contract": "ERC1155Upgradeable",
308
+ "label": "_operatorApprovals",
309
+ "type": "t_mapping(t_address,t_mapping(t_address,t_bool))",
310
+ "src": "../@openzeppelin/contracts-upgradeable/token/ERC1155/ERC1155Upgradeable.sol:28"
311
+ },
312
+ {
313
+ "contract": "ERC1155Upgradeable",
314
+ "label": "_uri",
315
+ "type": "t_string_storage",
316
+ "src": "../@openzeppelin/contracts-upgradeable/token/ERC1155/ERC1155Upgradeable.sol:31"
317
+ },
318
+ {
319
+ "contract": "ERC1155Upgradeable",
320
+ "label": "__gap",
321
+ "type": "t_array(t_uint256)47_storage",
322
+ "src": "../@openzeppelin/contracts-upgradeable/token/ERC1155/ERC1155Upgradeable.sol:528"
323
+ },
324
+ {
325
+ "contract": "VerificationCoupon",
326
+ "label": "VNF",
327
+ "type": "t_address",
328
+ "src": "../project:/contracts/VerificationCoupon.sol:27"
329
+ },
330
+ {
331
+ "contract": "VerificationCoupon",
332
+ "label": "expirationTime",
333
+ "type": "t_mapping(t_uint256,t_uint256)",
334
+ "src": "../project:/contracts/VerificationCoupon.sol:31"
335
+ },
336
+ {
337
+ "contract": "VerificationCoupon",
338
+ "label": "ownerTokens",
339
+ "type": "t_mapping(t_address,t_array(t_uint256)dyn_storage)",
340
+ "src": "../project:/contracts/VerificationCoupon.sol:33"
341
+ },
342
+ {
343
+ "contract": "VerificationCoupon",
344
+ "label": "_tokenIdTracker",
345
+ "type": "t_struct(Counter)2447_storage",
346
+ "src": "../project:/contracts/VerificationCoupon.sol:35"
347
+ },
348
+ {
349
+ "contract": "VerificationCoupon",
350
+ "label": "_tokenName",
351
+ "type": "t_string_storage",
352
+ "src": "../project:/contracts/VerificationCoupon.sol:37"
353
+ },
354
+ {
355
+ "contract": "VerificationCoupon",
356
+ "label": "permissions",
357
+ "type": "t_contract(Permissions)3760",
358
+ "src": "../project:/contracts/VerificationCoupon.sol:39"
359
+ }
360
+ ],
361
+ "types": {
362
+ "t_address": {
363
+ "label": "address"
364
+ },
365
+ "t_mapping(t_uint256,t_uint256)": {
366
+ "label": "mapping(uint256 => uint256)"
367
+ },
368
+ "t_uint256": {
369
+ "label": "uint256"
370
+ },
371
+ "t_mapping(t_address,t_array(t_uint256)dyn_storage)": {
372
+ "label": "mapping(address => uint256[])"
373
+ },
374
+ "t_array(t_uint256)dyn_storage": {
375
+ "label": "uint256[]"
376
+ },
377
+ "t_struct(Counter)2447_storage": {
378
+ "label": "struct CountersUpgradeable.Counter",
379
+ "members": [
380
+ {
381
+ "label": "_value",
382
+ "type": "t_uint256"
383
+ }
384
+ ]
385
+ },
386
+ "t_string_storage": {
387
+ "label": "string"
388
+ },
389
+ "t_contract(Permissions)3760": {
390
+ "label": "contract Permissions"
391
+ },
392
+ "t_mapping(t_uint256,t_mapping(t_address,t_uint256))": {
393
+ "label": "mapping(uint256 => mapping(address => uint256))"
394
+ },
395
+ "t_mapping(t_address,t_uint256)": {
396
+ "label": "mapping(address => uint256)"
397
+ },
398
+ "t_mapping(t_address,t_mapping(t_address,t_bool))": {
399
+ "label": "mapping(address => mapping(address => bool))"
400
+ },
401
+ "t_mapping(t_address,t_bool)": {
402
+ "label": "mapping(address => bool)"
403
+ },
404
+ "t_bool": {
405
+ "label": "bool"
406
+ },
407
+ "t_array(t_uint256)47_storage": {
408
+ "label": "uint256[47]"
409
+ },
410
+ "t_mapping(t_bytes32,t_struct(AddressSet)3109_storage)": {
411
+ "label": "mapping(bytes32 => struct EnumerableSetUpgradeable.AddressSet)"
412
+ },
413
+ "t_bytes32": {
414
+ "label": "bytes32"
415
+ },
416
+ "t_struct(AddressSet)3109_storage": {
417
+ "label": "struct EnumerableSetUpgradeable.AddressSet",
418
+ "members": [
419
+ {
420
+ "label": "_inner",
421
+ "type": "t_struct(Set)2808_storage"
422
+ }
423
+ ]
424
+ },
425
+ "t_struct(Set)2808_storage": {
426
+ "label": "struct EnumerableSetUpgradeable.Set",
427
+ "members": [
428
+ {
429
+ "label": "_values",
430
+ "type": "t_array(t_bytes32)dyn_storage"
431
+ },
432
+ {
433
+ "label": "_indexes",
434
+ "type": "t_mapping(t_bytes32,t_uint256)"
435
+ }
436
+ ]
437
+ },
438
+ "t_array(t_bytes32)dyn_storage": {
439
+ "label": "bytes32[]"
440
+ },
441
+ "t_mapping(t_bytes32,t_uint256)": {
442
+ "label": "mapping(bytes32 => uint256)"
443
+ },
444
+ "t_array(t_uint256)49_storage": {
445
+ "label": "uint256[49]"
446
+ },
447
+ "t_mapping(t_bytes32,t_struct(RoleData)179_storage)": {
448
+ "label": "mapping(bytes32 => struct AccessControlUpgradeable.RoleData)"
449
+ },
450
+ "t_struct(RoleData)179_storage": {
451
+ "label": "struct AccessControlUpgradeable.RoleData",
452
+ "members": [
453
+ {
454
+ "label": "members",
455
+ "type": "t_mapping(t_address,t_bool)"
456
+ },
457
+ {
458
+ "label": "adminRole",
459
+ "type": "t_bytes32"
460
+ }
461
+ ]
462
+ },
463
+ "t_array(t_uint256)50_storage": {
464
+ "label": "uint256[50]"
465
+ },
466
+ "t_uint8": {
467
+ "label": "uint8"
468
+ }
469
+ }
470
+ }
471
+ },
472
+ "c5faf44b771d915a45f516b384d841238d1989b8a2e1dae6b1a36bff1e1ab5f5": {
473
+ "address": "0x4B8ECf71148B8Dd82ecAC16059b74fE118aC2ED2",
474
+ "txHash": "0x37203bfcb18fccb971abf41b580cfac894e84e5a37942d2198ca92c04e2ed18a",
475
+ "layout": {
476
+ "storage": [
477
+ {
478
+ "contract": "Initializable",
479
+ "label": "_initialized",
480
+ "type": "t_uint8",
481
+ "src": "../@openzeppelin/contracts-upgradeable/proxy/utils/Initializable.sol:62",
482
+ "retypedFrom": "bool"
483
+ },
484
+ {
485
+ "contract": "Initializable",
486
+ "label": "_initializing",
487
+ "type": "t_bool",
488
+ "src": "../@openzeppelin/contracts-upgradeable/proxy/utils/Initializable.sol:67"
489
+ },
490
+ {
491
+ "contract": "ContextUpgradeable",
492
+ "label": "__gap",
493
+ "type": "t_array(t_uint256)50_storage",
494
+ "src": "../@openzeppelin/contracts-upgradeable/utils/ContextUpgradeable.sol:36"
495
+ },
496
+ {
497
+ "contract": "ERC165Upgradeable",
498
+ "label": "__gap",
499
+ "type": "t_array(t_uint256)50_storage",
500
+ "src": "../@openzeppelin/contracts-upgradeable/utils/introspection/ERC165Upgradeable.sol:41"
501
+ },
502
+ {
503
+ "contract": "AccessControlUpgradeable",
504
+ "label": "_roles",
505
+ "type": "t_mapping(t_bytes32,t_struct(RoleData)179_storage)",
506
+ "src": "../@openzeppelin/contracts-upgradeable/access/AccessControlUpgradeable.sol:61"
507
+ },
508
+ {
509
+ "contract": "AccessControlUpgradeable",
510
+ "label": "__gap",
511
+ "type": "t_array(t_uint256)49_storage",
512
+ "src": "../@openzeppelin/contracts-upgradeable/access/AccessControlUpgradeable.sol:259"
513
+ },
514
+ {
515
+ "contract": "AccessControlEnumerableUpgradeable",
516
+ "label": "_roleMembers",
517
+ "type": "t_mapping(t_bytes32,t_struct(AddressSet)3109_storage)",
518
+ "src": "../@openzeppelin/contracts-upgradeable/access/AccessControlEnumerableUpgradeable.sol:22"
519
+ },
520
+ {
521
+ "contract": "AccessControlEnumerableUpgradeable",
522
+ "label": "__gap",
523
+ "type": "t_array(t_uint256)49_storage",
524
+ "src": "../@openzeppelin/contracts-upgradeable/access/AccessControlEnumerableUpgradeable.sol:76"
525
+ },
526
+ {
527
+ "contract": "ERC1155Upgradeable",
528
+ "label": "_balances",
529
+ "type": "t_mapping(t_uint256,t_mapping(t_address,t_uint256))",
530
+ "src": "../@openzeppelin/contracts-upgradeable/token/ERC1155/ERC1155Upgradeable.sol:25"
531
+ },
532
+ {
533
+ "contract": "ERC1155Upgradeable",
534
+ "label": "_operatorApprovals",
535
+ "type": "t_mapping(t_address,t_mapping(t_address,t_bool))",
536
+ "src": "../@openzeppelin/contracts-upgradeable/token/ERC1155/ERC1155Upgradeable.sol:28"
537
+ },
538
+ {
539
+ "contract": "ERC1155Upgradeable",
540
+ "label": "_uri",
541
+ "type": "t_string_storage",
542
+ "src": "../@openzeppelin/contracts-upgradeable/token/ERC1155/ERC1155Upgradeable.sol:31"
543
+ },
544
+ {
545
+ "contract": "ERC1155Upgradeable",
546
+ "label": "__gap",
547
+ "type": "t_array(t_uint256)47_storage",
548
+ "src": "../@openzeppelin/contracts-upgradeable/token/ERC1155/ERC1155Upgradeable.sol:528"
549
+ },
550
+ {
551
+ "contract": "VerificationCoupon",
552
+ "label": "VNF",
553
+ "type": "t_address",
554
+ "src": "../project:/contracts/VerificationCoupon.sol:27"
555
+ },
556
+ {
557
+ "contract": "VerificationCoupon",
558
+ "label": "expirationTime",
559
+ "type": "t_mapping(t_uint256,t_uint256)",
560
+ "src": "../project:/contracts/VerificationCoupon.sol:31"
561
+ },
562
+ {
563
+ "contract": "VerificationCoupon",
564
+ "label": "ownerTokens",
565
+ "type": "t_mapping(t_address,t_array(t_uint256)dyn_storage)",
566
+ "src": "../project:/contracts/VerificationCoupon.sol:33"
567
+ },
568
+ {
569
+ "contract": "VerificationCoupon",
570
+ "label": "_tokenIdTracker",
571
+ "type": "t_struct(Counter)2447_storage",
572
+ "src": "../project:/contracts/VerificationCoupon.sol:35"
573
+ },
574
+ {
575
+ "contract": "VerificationCoupon",
576
+ "label": "_tokenName",
577
+ "type": "t_string_storage",
578
+ "src": "../project:/contracts/VerificationCoupon.sol:37"
579
+ },
580
+ {
581
+ "contract": "VerificationCoupon",
582
+ "label": "permissions",
583
+ "type": "t_contract(Permissions)3772",
584
+ "src": "../project:/contracts/VerificationCoupon.sol:39"
585
+ }
586
+ ],
587
+ "types": {
588
+ "t_address": {
589
+ "label": "address"
590
+ },
591
+ "t_mapping(t_uint256,t_uint256)": {
592
+ "label": "mapping(uint256 => uint256)"
593
+ },
594
+ "t_uint256": {
595
+ "label": "uint256"
596
+ },
597
+ "t_mapping(t_address,t_array(t_uint256)dyn_storage)": {
598
+ "label": "mapping(address => uint256[])"
599
+ },
600
+ "t_array(t_uint256)dyn_storage": {
601
+ "label": "uint256[]"
602
+ },
603
+ "t_struct(Counter)2447_storage": {
604
+ "label": "struct CountersUpgradeable.Counter",
605
+ "members": [
606
+ {
607
+ "label": "_value",
608
+ "type": "t_uint256"
609
+ }
610
+ ]
611
+ },
612
+ "t_string_storage": {
613
+ "label": "string"
614
+ },
615
+ "t_contract(Permissions)3772": {
616
+ "label": "contract Permissions"
617
+ },
618
+ "t_mapping(t_uint256,t_mapping(t_address,t_uint256))": {
619
+ "label": "mapping(uint256 => mapping(address => uint256))"
620
+ },
621
+ "t_mapping(t_address,t_uint256)": {
622
+ "label": "mapping(address => uint256)"
623
+ },
624
+ "t_mapping(t_address,t_mapping(t_address,t_bool))": {
625
+ "label": "mapping(address => mapping(address => bool))"
626
+ },
627
+ "t_mapping(t_address,t_bool)": {
628
+ "label": "mapping(address => bool)"
629
+ },
630
+ "t_bool": {
631
+ "label": "bool"
632
+ },
633
+ "t_array(t_uint256)47_storage": {
634
+ "label": "uint256[47]"
635
+ },
636
+ "t_mapping(t_bytes32,t_struct(AddressSet)3109_storage)": {
637
+ "label": "mapping(bytes32 => struct EnumerableSetUpgradeable.AddressSet)"
638
+ },
639
+ "t_bytes32": {
640
+ "label": "bytes32"
641
+ },
642
+ "t_struct(AddressSet)3109_storage": {
643
+ "label": "struct EnumerableSetUpgradeable.AddressSet",
644
+ "members": [
645
+ {
646
+ "label": "_inner",
647
+ "type": "t_struct(Set)2808_storage"
648
+ }
649
+ ]
650
+ },
651
+ "t_struct(Set)2808_storage": {
652
+ "label": "struct EnumerableSetUpgradeable.Set",
653
+ "members": [
654
+ {
655
+ "label": "_values",
656
+ "type": "t_array(t_bytes32)dyn_storage"
657
+ },
658
+ {
659
+ "label": "_indexes",
660
+ "type": "t_mapping(t_bytes32,t_uint256)"
661
+ }
662
+ ]
663
+ },
664
+ "t_array(t_bytes32)dyn_storage": {
665
+ "label": "bytes32[]"
666
+ },
667
+ "t_mapping(t_bytes32,t_uint256)": {
668
+ "label": "mapping(bytes32 => uint256)"
669
+ },
670
+ "t_array(t_uint256)49_storage": {
671
+ "label": "uint256[49]"
672
+ },
673
+ "t_mapping(t_bytes32,t_struct(RoleData)179_storage)": {
674
+ "label": "mapping(bytes32 => struct AccessControlUpgradeable.RoleData)"
675
+ },
676
+ "t_struct(RoleData)179_storage": {
677
+ "label": "struct AccessControlUpgradeable.RoleData",
678
+ "members": [
679
+ {
680
+ "label": "members",
681
+ "type": "t_mapping(t_address,t_bool)"
682
+ },
683
+ {
684
+ "label": "adminRole",
685
+ "type": "t_bytes32"
686
+ }
687
+ ]
688
+ },
689
+ "t_array(t_uint256)50_storage": {
690
+ "label": "uint256[50]"
691
+ },
692
+ "t_uint8": {
693
+ "label": "uint8"
694
+ }
695
+ }
696
+ }
697
+ },
698
+ "8e70f5d35b838380d58d3e423c71935008551b0e8a7c96fde261829992df5ac6": {
699
+ "address": "0x6e7d731419c6aAAdF3c0905279A088A6758B6Fc8",
700
+ "txHash": "0x918aa5d05bd05ac9a55c27d09a8efdff3d6e1a3e051542d799675feb13604254",
701
+ "layout": {
702
+ "solcVersion": "0.8.4",
703
+ "storage": [
704
+ {
705
+ "contract": "Initializable",
706
+ "label": "_initialized",
707
+ "type": "t_uint8",
708
+ "src": "../@openzeppelin/contracts-upgradeable/proxy/utils/Initializable.sol:63",
709
+ "retypedFrom": "bool"
710
+ },
711
+ {
712
+ "contract": "Initializable",
713
+ "label": "_initializing",
714
+ "type": "t_bool",
715
+ "src": "../@openzeppelin/contracts-upgradeable/proxy/utils/Initializable.sol:68"
716
+ },
717
+ {
718
+ "contract": "ContextUpgradeable",
719
+ "label": "__gap",
720
+ "type": "t_array(t_uint256)50_storage",
721
+ "src": "../@openzeppelin/contracts-upgradeable/utils/ContextUpgradeable.sol:40"
722
+ },
723
+ {
724
+ "contract": "ERC165Upgradeable",
725
+ "label": "__gap",
726
+ "type": "t_array(t_uint256)50_storage",
727
+ "src": "../@openzeppelin/contracts-upgradeable/utils/introspection/ERC165Upgradeable.sol:41"
728
+ },
729
+ {
730
+ "contract": "AccessControlUpgradeable",
731
+ "label": "_roles",
732
+ "type": "t_mapping(t_bytes32,t_struct(RoleData)169_storage)",
733
+ "src": "../@openzeppelin/contracts-upgradeable/access/AccessControlUpgradeable.sol:57"
734
+ },
735
+ {
736
+ "contract": "AccessControlUpgradeable",
737
+ "label": "__gap",
738
+ "type": "t_array(t_uint256)49_storage",
739
+ "src": "../@openzeppelin/contracts-upgradeable/access/AccessControlUpgradeable.sol:260"
740
+ },
741
+ {
742
+ "contract": "AccessControlEnumerableUpgradeable",
743
+ "label": "_roleMembers",
744
+ "type": "t_mapping(t_bytes32,t_struct(AddressSet)4211_storage)",
745
+ "src": "../@openzeppelin/contracts-upgradeable/access/AccessControlEnumerableUpgradeable.sol:17"
746
+ },
747
+ {
748
+ "contract": "AccessControlEnumerableUpgradeable",
749
+ "label": "__gap",
750
+ "type": "t_array(t_uint256)49_storage",
751
+ "src": "../@openzeppelin/contracts-upgradeable/access/AccessControlEnumerableUpgradeable.sol:76"
752
+ },
753
+ {
754
+ "contract": "ERC1155Upgradeable",
755
+ "label": "_balances",
756
+ "type": "t_mapping(t_uint256,t_mapping(t_address,t_uint256))",
757
+ "src": "../@openzeppelin/contracts-upgradeable/token/ERC1155/ERC1155Upgradeable.sol:25"
758
+ },
759
+ {
760
+ "contract": "ERC1155Upgradeable",
761
+ "label": "_operatorApprovals",
762
+ "type": "t_mapping(t_address,t_mapping(t_address,t_bool))",
763
+ "src": "../@openzeppelin/contracts-upgradeable/token/ERC1155/ERC1155Upgradeable.sol:28"
764
+ },
765
+ {
766
+ "contract": "ERC1155Upgradeable",
767
+ "label": "_uri",
768
+ "type": "t_string_storage",
769
+ "src": "../@openzeppelin/contracts-upgradeable/token/ERC1155/ERC1155Upgradeable.sol:31"
770
+ },
771
+ {
772
+ "contract": "ERC1155Upgradeable",
773
+ "label": "__gap",
774
+ "type": "t_array(t_uint256)47_storage",
775
+ "src": "../@openzeppelin/contracts-upgradeable/token/ERC1155/ERC1155Upgradeable.sol:508"
776
+ },
777
+ {
778
+ "contract": "VerificationCoupon",
779
+ "label": "VNF",
780
+ "type": "t_address",
781
+ "src": "../project:/contracts/VerificationCoupon.sol:27"
782
+ },
783
+ {
784
+ "contract": "VerificationCoupon",
785
+ "label": "expirationTime",
786
+ "type": "t_mapping(t_uint256,t_uint256)",
787
+ "src": "../project:/contracts/VerificationCoupon.sol:31"
788
+ },
789
+ {
790
+ "contract": "VerificationCoupon",
791
+ "label": "ownerTokens",
792
+ "type": "t_mapping(t_address,t_array(t_uint256)dyn_storage)",
793
+ "src": "../project:/contracts/VerificationCoupon.sol:33"
794
+ },
795
+ {
796
+ "contract": "VerificationCoupon",
797
+ "label": "_tokenIdTracker",
798
+ "type": "t_struct(Counter)2560_storage",
799
+ "src": "../project:/contracts/VerificationCoupon.sol:35"
800
+ },
801
+ {
802
+ "contract": "VerificationCoupon",
803
+ "label": "_tokenName",
804
+ "type": "t_string_storage",
805
+ "src": "../project:/contracts/VerificationCoupon.sol:37"
806
+ },
807
+ {
808
+ "contract": "VerificationCoupon",
809
+ "label": "permissions",
810
+ "type": "t_contract(Permissions)5358",
811
+ "src": "../project:/contracts/VerificationCoupon.sol:39"
812
+ }
813
+ ],
814
+ "types": {
815
+ "t_address": {
816
+ "label": "address"
817
+ },
818
+ "t_mapping(t_uint256,t_uint256)": {
819
+ "label": "mapping(uint256 => uint256)"
820
+ },
821
+ "t_uint256": {
822
+ "label": "uint256"
823
+ },
824
+ "t_mapping(t_address,t_array(t_uint256)dyn_storage)": {
825
+ "label": "mapping(address => uint256[])"
826
+ },
827
+ "t_array(t_uint256)dyn_storage": {
828
+ "label": "uint256[]"
829
+ },
830
+ "t_struct(Counter)2560_storage": {
831
+ "label": "struct CountersUpgradeable.Counter",
832
+ "members": [
833
+ {
834
+ "label": "_value",
835
+ "type": "t_uint256"
836
+ }
837
+ ]
838
+ },
839
+ "t_string_storage": {
840
+ "label": "string"
841
+ },
842
+ "t_contract(Permissions)5358": {
843
+ "label": "contract Permissions"
844
+ },
845
+ "t_mapping(t_uint256,t_mapping(t_address,t_uint256))": {
846
+ "label": "mapping(uint256 => mapping(address => uint256))"
847
+ },
848
+ "t_mapping(t_address,t_uint256)": {
849
+ "label": "mapping(address => uint256)"
850
+ },
851
+ "t_mapping(t_address,t_mapping(t_address,t_bool))": {
852
+ "label": "mapping(address => mapping(address => bool))"
853
+ },
854
+ "t_mapping(t_address,t_bool)": {
855
+ "label": "mapping(address => bool)"
856
+ },
857
+ "t_bool": {
858
+ "label": "bool"
859
+ },
860
+ "t_array(t_uint256)47_storage": {
861
+ "label": "uint256[47]"
862
+ },
863
+ "t_mapping(t_bytes32,t_struct(AddressSet)4211_storage)": {
864
+ "label": "mapping(bytes32 => struct EnumerableSetUpgradeable.AddressSet)"
865
+ },
866
+ "t_bytes32": {
867
+ "label": "bytes32"
868
+ },
869
+ "t_struct(AddressSet)4211_storage": {
870
+ "label": "struct EnumerableSetUpgradeable.AddressSet",
871
+ "members": [
872
+ {
873
+ "label": "_inner",
874
+ "type": "t_struct(Set)3896_storage"
875
+ }
876
+ ]
877
+ },
878
+ "t_struct(Set)3896_storage": {
879
+ "label": "struct EnumerableSetUpgradeable.Set",
880
+ "members": [
881
+ {
882
+ "label": "_values",
883
+ "type": "t_array(t_bytes32)dyn_storage"
884
+ },
885
+ {
886
+ "label": "_indexes",
887
+ "type": "t_mapping(t_bytes32,t_uint256)"
888
+ }
889
+ ]
890
+ },
891
+ "t_array(t_bytes32)dyn_storage": {
892
+ "label": "bytes32[]"
893
+ },
894
+ "t_mapping(t_bytes32,t_uint256)": {
895
+ "label": "mapping(bytes32 => uint256)"
896
+ },
897
+ "t_array(t_uint256)49_storage": {
898
+ "label": "uint256[49]"
899
+ },
900
+ "t_mapping(t_bytes32,t_struct(RoleData)169_storage)": {
901
+ "label": "mapping(bytes32 => struct AccessControlUpgradeable.RoleData)"
902
+ },
903
+ "t_struct(RoleData)169_storage": {
904
+ "label": "struct AccessControlUpgradeable.RoleData",
905
+ "members": [
906
+ {
907
+ "label": "members",
908
+ "type": "t_mapping(t_address,t_bool)"
909
+ },
910
+ {
911
+ "label": "adminRole",
912
+ "type": "t_bytes32"
913
+ }
914
+ ]
915
+ },
916
+ "t_array(t_uint256)50_storage": {
917
+ "label": "uint256[50]"
918
+ },
919
+ "t_uint8": {
920
+ "label": "uint8"
921
+ }
922
+ },
923
+ "namespaces": {}
924
+ }
925
+ }
926
+ }
927
+ }