@velocitycareerlabs/revocation-list-contract 1.25.0-dev-build.154faa847 → 1.25.0-dev-build.1b9d69062

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.
@@ -1,338 +0,0 @@
1
- {
2
- "manifestVersion": "3.2",
3
- "admin": {
4
- "address": "0xa45b980BD8E058ae0132C1698F2aBFc3AC08CA86",
5
- "txHash": "0x932bb3a0079721796bca2ed5435d92b03bd93125fc0bb2c2d764834a84967021"
6
- },
7
- "proxies": [
8
- {
9
- "address": "0x1C29461C7480d1d8570df7c0A4F314D0bE8cD5Bf",
10
- "txHash": "0xe4e69ca309c9a8d38697b502a0194ef5739d3186517396729a5f293740269d17",
11
- "kind": "transparent"
12
- }
13
- ],
14
- "impls": {
15
- "aa2ebfdc402a17c9975b61a1ee2c1f693a477beea18e8fb8265bd6815a43ceba": {
16
- "address": "0x4B075c0eB7101FeA612c6398B0f64E33C87C97E4",
17
- "txHash": "0x1454a97d568f4b37ff37dc6ca925d0a1b94f4ad8acd60dfb442090312d1cf8d7",
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": "RevocationRegistry",
34
- "label": "registry",
35
- "type": "t_mapping(t_address,t_struct(WalletRevocationRegistry)401_storage)",
36
- "src": "../project:/contracts/RevocationRegistry.sol:26"
37
- }
38
- ],
39
- "types": {
40
- "t_mapping(t_address,t_struct(WalletRevocationRegistry)401_storage)": {
41
- "label": "mapping(address => struct RevocationRegistry.WalletRevocationRegistry)"
42
- },
43
- "t_address": {
44
- "label": "address"
45
- },
46
- "t_struct(WalletRevocationRegistry)401_storage": {
47
- "label": "struct RevocationRegistry.WalletRevocationRegistry",
48
- "members": [
49
- {
50
- "label": "walletInRegistry",
51
- "type": "t_bool"
52
- },
53
- {
54
- "label": "totalLists",
55
- "type": "t_uint256"
56
- },
57
- {
58
- "label": "listIdUsage",
59
- "type": "t_mapping(t_uint256,t_bool)"
60
- },
61
- {
62
- "label": "lists",
63
- "type": "t_mapping(t_uint256,t_array(t_uint256)dyn_storage)"
64
- }
65
- ]
66
- },
67
- "t_bool": {
68
- "label": "bool"
69
- },
70
- "t_uint256": {
71
- "label": "uint256"
72
- },
73
- "t_mapping(t_uint256,t_bool)": {
74
- "label": "mapping(uint256 => bool)"
75
- },
76
- "t_mapping(t_uint256,t_array(t_uint256)dyn_storage)": {
77
- "label": "mapping(uint256 => uint256[])"
78
- },
79
- "t_array(t_uint256)dyn_storage": {
80
- "label": "uint256[]"
81
- }
82
- }
83
- }
84
- },
85
- "e27561195d8bf9de896372c7eb4adb60cad2f50abf5f86b8099deae57c362fd2": {
86
- "address": "0xFEF18efC79D074f9c893DFa54545A7bb8e223e7D",
87
- "txHash": "0x959a1d2d039ec6eec8f2257841c3fa17318f7fa6d2002bde75cdd319bd6a85fb",
88
- "layout": {
89
- "storage": [
90
- {
91
- "contract": "Initializable",
92
- "label": "_initialized",
93
- "type": "t_uint8",
94
- "src": "../@openzeppelin/contracts-upgradeable/proxy/utils/Initializable.sol:62",
95
- "retypedFrom": "bool"
96
- },
97
- {
98
- "contract": "Initializable",
99
- "label": "_initializing",
100
- "type": "t_bool",
101
- "src": "../@openzeppelin/contracts-upgradeable/proxy/utils/Initializable.sol:67"
102
- },
103
- {
104
- "contract": "RevocationRegistry",
105
- "label": "registry",
106
- "type": "t_mapping(t_address,t_struct(WalletRevocationRegistry)841_storage)",
107
- "src": "../project:/contracts/RevocationRegistry.sol:27"
108
- },
109
- {
110
- "contract": "RevocationRegistry",
111
- "label": "permissions",
112
- "type": "t_contract(Permissions)757",
113
- "src": "../project:/contracts/RevocationRegistry.sol:29"
114
- }
115
- ],
116
- "types": {
117
- "t_mapping(t_address,t_struct(WalletRevocationRegistry)841_storage)": {
118
- "label": "mapping(address => struct RevocationRegistry.WalletRevocationRegistry)"
119
- },
120
- "t_address": {
121
- "label": "address"
122
- },
123
- "t_struct(WalletRevocationRegistry)841_storage": {
124
- "label": "struct RevocationRegistry.WalletRevocationRegistry",
125
- "members": [
126
- {
127
- "label": "walletInRegistry",
128
- "type": "t_bool"
129
- },
130
- {
131
- "label": "totalLists",
132
- "type": "t_uint256"
133
- },
134
- {
135
- "label": "listIdUsage",
136
- "type": "t_mapping(t_uint256,t_bool)"
137
- },
138
- {
139
- "label": "lists",
140
- "type": "t_mapping(t_uint256,t_array(t_uint256)dyn_storage)"
141
- }
142
- ]
143
- },
144
- "t_bool": {
145
- "label": "bool"
146
- },
147
- "t_uint256": {
148
- "label": "uint256"
149
- },
150
- "t_mapping(t_uint256,t_bool)": {
151
- "label": "mapping(uint256 => bool)"
152
- },
153
- "t_mapping(t_uint256,t_array(t_uint256)dyn_storage)": {
154
- "label": "mapping(uint256 => uint256[])"
155
- },
156
- "t_array(t_uint256)dyn_storage": {
157
- "label": "uint256[]"
158
- },
159
- "t_contract(Permissions)757": {
160
- "label": "contract Permissions"
161
- },
162
- "t_uint8": {
163
- "label": "uint8"
164
- }
165
- }
166
- }
167
- },
168
- "f6303b4c5fa75079f81fc6480eb3b894230d0ad5f018b901db05c4bfdb207695": {
169
- "address": "0xC8a8eE0a765d9195c6ED040261e3f45aCB8050D7",
170
- "txHash": "0xd54eecae00cb1a8a2790d9314a82e500a2977fbf103cd521d8b64f51fb4d830f",
171
- "layout": {
172
- "solcVersion": "0.8.4",
173
- "storage": [
174
- {
175
- "contract": "Initializable",
176
- "label": "_initialized",
177
- "type": "t_uint8",
178
- "src": "../@openzeppelin/contracts-upgradeable/proxy/utils/Initializable.sol:63",
179
- "retypedFrom": "bool"
180
- },
181
- {
182
- "contract": "Initializable",
183
- "label": "_initializing",
184
- "type": "t_bool",
185
- "src": "../@openzeppelin/contracts-upgradeable/proxy/utils/Initializable.sol:68"
186
- },
187
- {
188
- "contract": "RevocationRegistry",
189
- "label": "registry",
190
- "type": "t_mapping(t_address,t_struct(WalletRevocationRegistry)1028_storage)",
191
- "src": "../project:/contracts/RevocationRegistry.sol:28"
192
- },
193
- {
194
- "contract": "RevocationRegistry",
195
- "label": "permissions",
196
- "type": "t_contract(Permissions)874",
197
- "src": "../project:/contracts/RevocationRegistry.sol:30"
198
- }
199
- ],
200
- "types": {
201
- "t_mapping(t_address,t_struct(WalletRevocationRegistry)1028_storage)": {
202
- "label": "mapping(address => struct RevocationRegistry.WalletRevocationRegistry)"
203
- },
204
- "t_address": {
205
- "label": "address"
206
- },
207
- "t_struct(WalletRevocationRegistry)1028_storage": {
208
- "label": "struct RevocationRegistry.WalletRevocationRegistry",
209
- "members": [
210
- {
211
- "label": "walletInRegistry",
212
- "type": "t_bool"
213
- },
214
- {
215
- "label": "totalLists",
216
- "type": "t_uint256"
217
- },
218
- {
219
- "label": "listIdUsage",
220
- "type": "t_mapping(t_uint256,t_bool)"
221
- },
222
- {
223
- "label": "lists",
224
- "type": "t_mapping(t_uint256,t_array(t_uint256)dyn_storage)"
225
- }
226
- ]
227
- },
228
- "t_bool": {
229
- "label": "bool"
230
- },
231
- "t_uint256": {
232
- "label": "uint256"
233
- },
234
- "t_mapping(t_uint256,t_bool)": {
235
- "label": "mapping(uint256 => bool)"
236
- },
237
- "t_mapping(t_uint256,t_array(t_uint256)dyn_storage)": {
238
- "label": "mapping(uint256 => uint256[])"
239
- },
240
- "t_array(t_uint256)dyn_storage": {
241
- "label": "uint256[]"
242
- },
243
- "t_contract(Permissions)874": {
244
- "label": "contract Permissions"
245
- },
246
- "t_uint8": {
247
- "label": "uint8"
248
- }
249
- }
250
- }
251
- },
252
- "0cc5b0f250986e208e7ec776b81307ad3f8c206a16c04c4dd89545cbb6f53da4": {
253
- "address": "0xaF7cD8a32c683ce58a90AC6fAC4516C5Fc313777",
254
- "txHash": "0x0a760d15285672e812155fa28ddbf2416acc018fc287412293a8dfa2966d0670",
255
- "layout": {
256
- "solcVersion": "0.8.4",
257
- "storage": [
258
- {
259
- "contract": "Initializable",
260
- "label": "_initialized",
261
- "type": "t_uint8",
262
- "src": "../@openzeppelin/contracts-upgradeable/proxy/utils/Initializable.sol:63",
263
- "retypedFrom": "bool"
264
- },
265
- {
266
- "contract": "Initializable",
267
- "label": "_initializing",
268
- "type": "t_bool",
269
- "src": "../@openzeppelin/contracts-upgradeable/proxy/utils/Initializable.sol:68"
270
- },
271
- {
272
- "contract": "RevocationRegistry",
273
- "label": "registry",
274
- "type": "t_mapping(t_address,t_struct(WalletRevocationRegistry)1512_storage)",
275
- "src": "../project:/contracts/RevocationRegistry.sol:28"
276
- },
277
- {
278
- "contract": "RevocationRegistry",
279
- "label": "permissions",
280
- "type": "t_contract(Permissions)1358",
281
- "src": "../project:/contracts/RevocationRegistry.sol:30"
282
- }
283
- ],
284
- "types": {
285
- "t_mapping(t_address,t_struct(WalletRevocationRegistry)1512_storage)": {
286
- "label": "mapping(address => struct RevocationRegistry.WalletRevocationRegistry)"
287
- },
288
- "t_address": {
289
- "label": "address"
290
- },
291
- "t_struct(WalletRevocationRegistry)1512_storage": {
292
- "label": "struct RevocationRegistry.WalletRevocationRegistry",
293
- "members": [
294
- {
295
- "label": "walletInRegistry",
296
- "type": "t_bool"
297
- },
298
- {
299
- "label": "totalLists",
300
- "type": "t_uint256"
301
- },
302
- {
303
- "label": "listIdUsage",
304
- "type": "t_mapping(t_uint256,t_bool)"
305
- },
306
- {
307
- "label": "lists",
308
- "type": "t_mapping(t_uint256,t_array(t_uint256)dyn_storage)"
309
- }
310
- ]
311
- },
312
- "t_bool": {
313
- "label": "bool"
314
- },
315
- "t_uint256": {
316
- "label": "uint256"
317
- },
318
- "t_mapping(t_uint256,t_bool)": {
319
- "label": "mapping(uint256 => bool)"
320
- },
321
- "t_mapping(t_uint256,t_array(t_uint256)dyn_storage)": {
322
- "label": "mapping(uint256 => uint256[])"
323
- },
324
- "t_array(t_uint256)dyn_storage": {
325
- "label": "uint256[]"
326
- },
327
- "t_contract(Permissions)1358": {
328
- "label": "contract Permissions"
329
- },
330
- "t_uint8": {
331
- "label": "uint8"
332
- }
333
- },
334
- "namespaces": {}
335
- }
336
- }
337
- }
338
- }
@@ -1,338 +0,0 @@
1
- {
2
- "manifestVersion": "3.2",
3
- "admin": {
4
- "address": "0xa64595A0394FC6874B6cc4ab1aa6415a7A2Ea080",
5
- "txHash": "0x1ee9915da731f21a6a4020498b369a73d404c4a3d9ffdbc20dc82032a9bde7ff"
6
- },
7
- "proxies": [
8
- {
9
- "address": "0x8264cCaEa3Cacf851e6DEd77999dDB6cde6977DB",
10
- "txHash": "0xa14391efbd089aef43808e74a8abc0df9acc71d880598ebee40d10547ef152d0",
11
- "kind": "transparent"
12
- }
13
- ],
14
- "impls": {
15
- "aa2ebfdc402a17c9975b61a1ee2c1f693a477beea18e8fb8265bd6815a43ceba": {
16
- "address": "0xD1973459899dBb502740580F4513c302fb163386",
17
- "txHash": "0x7506498ba8405737aa70a792dd28046a6de64e16279a33f76488157b1098b81b",
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": "RevocationRegistry",
34
- "label": "registry",
35
- "type": "t_mapping(t_address,t_struct(WalletRevocationRegistry)401_storage)",
36
- "src": "../project:/contracts/RevocationRegistry.sol:26"
37
- }
38
- ],
39
- "types": {
40
- "t_mapping(t_address,t_struct(WalletRevocationRegistry)401_storage)": {
41
- "label": "mapping(address => struct RevocationRegistry.WalletRevocationRegistry)"
42
- },
43
- "t_address": {
44
- "label": "address"
45
- },
46
- "t_struct(WalletRevocationRegistry)401_storage": {
47
- "label": "struct RevocationRegistry.WalletRevocationRegistry",
48
- "members": [
49
- {
50
- "label": "walletInRegistry",
51
- "type": "t_bool"
52
- },
53
- {
54
- "label": "totalLists",
55
- "type": "t_uint256"
56
- },
57
- {
58
- "label": "listIdUsage",
59
- "type": "t_mapping(t_uint256,t_bool)"
60
- },
61
- {
62
- "label": "lists",
63
- "type": "t_mapping(t_uint256,t_array(t_uint256)dyn_storage)"
64
- }
65
- ]
66
- },
67
- "t_bool": {
68
- "label": "bool"
69
- },
70
- "t_uint256": {
71
- "label": "uint256"
72
- },
73
- "t_mapping(t_uint256,t_bool)": {
74
- "label": "mapping(uint256 => bool)"
75
- },
76
- "t_mapping(t_uint256,t_array(t_uint256)dyn_storage)": {
77
- "label": "mapping(uint256 => uint256[])"
78
- },
79
- "t_array(t_uint256)dyn_storage": {
80
- "label": "uint256[]"
81
- }
82
- }
83
- }
84
- },
85
- "e27561195d8bf9de896372c7eb4adb60cad2f50abf5f86b8099deae57c362fd2": {
86
- "address": "0xE1861Ab54dcC6fc78FC13Ed4FbD062f69a81a7f9",
87
- "txHash": "0xf6541d6da32d620f4459774db630da710a197c05ddb1f5a72a6eb1ff8fbf3d3e",
88
- "layout": {
89
- "storage": [
90
- {
91
- "contract": "Initializable",
92
- "label": "_initialized",
93
- "type": "t_uint8",
94
- "src": "../@openzeppelin/contracts-upgradeable/proxy/utils/Initializable.sol:62",
95
- "retypedFrom": "bool"
96
- },
97
- {
98
- "contract": "Initializable",
99
- "label": "_initializing",
100
- "type": "t_bool",
101
- "src": "../@openzeppelin/contracts-upgradeable/proxy/utils/Initializable.sol:67"
102
- },
103
- {
104
- "contract": "RevocationRegistry",
105
- "label": "registry",
106
- "type": "t_mapping(t_address,t_struct(WalletRevocationRegistry)841_storage)",
107
- "src": "../project:/contracts/RevocationRegistry.sol:27"
108
- },
109
- {
110
- "contract": "RevocationRegistry",
111
- "label": "permissions",
112
- "type": "t_contract(Permissions)757",
113
- "src": "../project:/contracts/RevocationRegistry.sol:29"
114
- }
115
- ],
116
- "types": {
117
- "t_mapping(t_address,t_struct(WalletRevocationRegistry)841_storage)": {
118
- "label": "mapping(address => struct RevocationRegistry.WalletRevocationRegistry)"
119
- },
120
- "t_address": {
121
- "label": "address"
122
- },
123
- "t_struct(WalletRevocationRegistry)841_storage": {
124
- "label": "struct RevocationRegistry.WalletRevocationRegistry",
125
- "members": [
126
- {
127
- "label": "walletInRegistry",
128
- "type": "t_bool"
129
- },
130
- {
131
- "label": "totalLists",
132
- "type": "t_uint256"
133
- },
134
- {
135
- "label": "listIdUsage",
136
- "type": "t_mapping(t_uint256,t_bool)"
137
- },
138
- {
139
- "label": "lists",
140
- "type": "t_mapping(t_uint256,t_array(t_uint256)dyn_storage)"
141
- }
142
- ]
143
- },
144
- "t_bool": {
145
- "label": "bool"
146
- },
147
- "t_uint256": {
148
- "label": "uint256"
149
- },
150
- "t_mapping(t_uint256,t_bool)": {
151
- "label": "mapping(uint256 => bool)"
152
- },
153
- "t_mapping(t_uint256,t_array(t_uint256)dyn_storage)": {
154
- "label": "mapping(uint256 => uint256[])"
155
- },
156
- "t_array(t_uint256)dyn_storage": {
157
- "label": "uint256[]"
158
- },
159
- "t_contract(Permissions)757": {
160
- "label": "contract Permissions"
161
- },
162
- "t_uint8": {
163
- "label": "uint8"
164
- }
165
- }
166
- }
167
- },
168
- "f6303b4c5fa75079f81fc6480eb3b894230d0ad5f018b901db05c4bfdb207695": {
169
- "address": "0x4bf9Bf6E9F7310bc04622CabAb8dfB804D0D938d",
170
- "txHash": "0x3ce584c5d42b2973bc05cc07df5fb7d089972be57bf60c3f3ef3d82f15c4d568",
171
- "layout": {
172
- "solcVersion": "0.8.4",
173
- "storage": [
174
- {
175
- "contract": "Initializable",
176
- "label": "_initialized",
177
- "type": "t_uint8",
178
- "src": "../@openzeppelin/contracts-upgradeable/proxy/utils/Initializable.sol:63",
179
- "retypedFrom": "bool"
180
- },
181
- {
182
- "contract": "Initializable",
183
- "label": "_initializing",
184
- "type": "t_bool",
185
- "src": "../@openzeppelin/contracts-upgradeable/proxy/utils/Initializable.sol:68"
186
- },
187
- {
188
- "contract": "RevocationRegistry",
189
- "label": "registry",
190
- "type": "t_mapping(t_address,t_struct(WalletRevocationRegistry)1028_storage)",
191
- "src": "../project:/contracts/RevocationRegistry.sol:28"
192
- },
193
- {
194
- "contract": "RevocationRegistry",
195
- "label": "permissions",
196
- "type": "t_contract(Permissions)874",
197
- "src": "../project:/contracts/RevocationRegistry.sol:30"
198
- }
199
- ],
200
- "types": {
201
- "t_mapping(t_address,t_struct(WalletRevocationRegistry)1028_storage)": {
202
- "label": "mapping(address => struct RevocationRegistry.WalletRevocationRegistry)"
203
- },
204
- "t_address": {
205
- "label": "address"
206
- },
207
- "t_struct(WalletRevocationRegistry)1028_storage": {
208
- "label": "struct RevocationRegistry.WalletRevocationRegistry",
209
- "members": [
210
- {
211
- "label": "walletInRegistry",
212
- "type": "t_bool"
213
- },
214
- {
215
- "label": "totalLists",
216
- "type": "t_uint256"
217
- },
218
- {
219
- "label": "listIdUsage",
220
- "type": "t_mapping(t_uint256,t_bool)"
221
- },
222
- {
223
- "label": "lists",
224
- "type": "t_mapping(t_uint256,t_array(t_uint256)dyn_storage)"
225
- }
226
- ]
227
- },
228
- "t_bool": {
229
- "label": "bool"
230
- },
231
- "t_uint256": {
232
- "label": "uint256"
233
- },
234
- "t_mapping(t_uint256,t_bool)": {
235
- "label": "mapping(uint256 => bool)"
236
- },
237
- "t_mapping(t_uint256,t_array(t_uint256)dyn_storage)": {
238
- "label": "mapping(uint256 => uint256[])"
239
- },
240
- "t_array(t_uint256)dyn_storage": {
241
- "label": "uint256[]"
242
- },
243
- "t_contract(Permissions)874": {
244
- "label": "contract Permissions"
245
- },
246
- "t_uint8": {
247
- "label": "uint8"
248
- }
249
- }
250
- }
251
- },
252
- "0cc5b0f250986e208e7ec776b81307ad3f8c206a16c04c4dd89545cbb6f53da4": {
253
- "address": "0x808423564A4bD53ef8B88dFFb2c73b4caa4c9fE4",
254
- "txHash": "0xb41e717412ea716a5df3c56dea443bd8f40f7783993e914d2adc404bf7a1a32a",
255
- "layout": {
256
- "solcVersion": "0.8.4",
257
- "storage": [
258
- {
259
- "contract": "Initializable",
260
- "label": "_initialized",
261
- "type": "t_uint8",
262
- "src": "../@openzeppelin/contracts-upgradeable/proxy/utils/Initializable.sol:63",
263
- "retypedFrom": "bool"
264
- },
265
- {
266
- "contract": "Initializable",
267
- "label": "_initializing",
268
- "type": "t_bool",
269
- "src": "../@openzeppelin/contracts-upgradeable/proxy/utils/Initializable.sol:68"
270
- },
271
- {
272
- "contract": "RevocationRegistry",
273
- "label": "registry",
274
- "type": "t_mapping(t_address,t_struct(WalletRevocationRegistry)1512_storage)",
275
- "src": "../project:/contracts/RevocationRegistry.sol:28"
276
- },
277
- {
278
- "contract": "RevocationRegistry",
279
- "label": "permissions",
280
- "type": "t_contract(Permissions)1358",
281
- "src": "../project:/contracts/RevocationRegistry.sol:30"
282
- }
283
- ],
284
- "types": {
285
- "t_mapping(t_address,t_struct(WalletRevocationRegistry)1512_storage)": {
286
- "label": "mapping(address => struct RevocationRegistry.WalletRevocationRegistry)"
287
- },
288
- "t_address": {
289
- "label": "address"
290
- },
291
- "t_struct(WalletRevocationRegistry)1512_storage": {
292
- "label": "struct RevocationRegistry.WalletRevocationRegistry",
293
- "members": [
294
- {
295
- "label": "walletInRegistry",
296
- "type": "t_bool"
297
- },
298
- {
299
- "label": "totalLists",
300
- "type": "t_uint256"
301
- },
302
- {
303
- "label": "listIdUsage",
304
- "type": "t_mapping(t_uint256,t_bool)"
305
- },
306
- {
307
- "label": "lists",
308
- "type": "t_mapping(t_uint256,t_array(t_uint256)dyn_storage)"
309
- }
310
- ]
311
- },
312
- "t_bool": {
313
- "label": "bool"
314
- },
315
- "t_uint256": {
316
- "label": "uint256"
317
- },
318
- "t_mapping(t_uint256,t_bool)": {
319
- "label": "mapping(uint256 => bool)"
320
- },
321
- "t_mapping(t_uint256,t_array(t_uint256)dyn_storage)": {
322
- "label": "mapping(uint256 => uint256[])"
323
- },
324
- "t_array(t_uint256)dyn_storage": {
325
- "label": "uint256[]"
326
- },
327
- "t_contract(Permissions)1358": {
328
- "label": "contract Permissions"
329
- },
330
- "t_uint8": {
331
- "label": "uint8"
332
- }
333
- },
334
- "namespaces": {}
335
- }
336
- }
337
- }
338
- }