@velocitycareerlabs/revocation-list-contract 1.25.0-dev-build.1f018aa8f → 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.
@@ -1,268 +0,0 @@
1
- {
2
- "manifestVersion": "3.2",
3
- "admin": {
4
- "address": "0x6EAc146a55dfacc9208eAC2964445C33401F3aed",
5
- "txHash": "0x4ae4d2346d04e5409529a9f8ac92ab0201109e5aa0881ead9e56959d21ca745b"
6
- },
7
- "proxies": [
8
- {
9
- "address": "0x1499c888409D62b8eC5016F4E2b6bb4beE1EDF44",
10
- "txHash": "0xb2148e38d6658063bfa7dc399ac6fb046c4fd07e3bc29372b41cf5953a105970",
11
- "kind": "transparent"
12
- }
13
- ],
14
- "impls": {
15
- "e27561195d8bf9de896372c7eb4adb60cad2f50abf5f86b8099deae57c362fd2": {
16
- "address": "0x623D5D8F2eb86267d01Fb91fd26ECa7571A80a1b",
17
- "txHash": "0x0096ed63d416662ff4f99e3cb527fc3e8cd9464340190661a29e209227960771",
18
- "layout": {
19
- "storage": [
20
- {
21
- "contract": "Initializable",
22
- "label": "_initialized",
23
- "type": "t_uint8",
24
- "src": "../@openzeppelin/contracts-upgradeable/proxy/utils/Initializable.sol:62",
25
- "retypedFrom": "bool"
26
- },
27
- {
28
- "contract": "Initializable",
29
- "label": "_initializing",
30
- "type": "t_bool",
31
- "src": "../@openzeppelin/contracts-upgradeable/proxy/utils/Initializable.sol:67"
32
- },
33
- {
34
- "contract": "RevocationRegistry",
35
- "label": "registry",
36
- "type": "t_mapping(t_address,t_struct(WalletRevocationRegistry)841_storage)",
37
- "src": "../project:/contracts/RevocationRegistry.sol:27"
38
- },
39
- {
40
- "contract": "RevocationRegistry",
41
- "label": "permissions",
42
- "type": "t_contract(Permissions)757",
43
- "src": "../project:/contracts/RevocationRegistry.sol:29"
44
- }
45
- ],
46
- "types": {
47
- "t_mapping(t_address,t_struct(WalletRevocationRegistry)841_storage)": {
48
- "label": "mapping(address => struct RevocationRegistry.WalletRevocationRegistry)"
49
- },
50
- "t_address": {
51
- "label": "address"
52
- },
53
- "t_struct(WalletRevocationRegistry)841_storage": {
54
- "label": "struct RevocationRegistry.WalletRevocationRegistry",
55
- "members": [
56
- {
57
- "label": "walletInRegistry",
58
- "type": "t_bool"
59
- },
60
- {
61
- "label": "totalLists",
62
- "type": "t_uint256"
63
- },
64
- {
65
- "label": "listIdUsage",
66
- "type": "t_mapping(t_uint256,t_bool)"
67
- },
68
- {
69
- "label": "lists",
70
- "type": "t_mapping(t_uint256,t_array(t_uint256)dyn_storage)"
71
- }
72
- ]
73
- },
74
- "t_bool": {
75
- "label": "bool"
76
- },
77
- "t_uint256": {
78
- "label": "uint256"
79
- },
80
- "t_mapping(t_uint256,t_bool)": {
81
- "label": "mapping(uint256 => bool)"
82
- },
83
- "t_mapping(t_uint256,t_array(t_uint256)dyn_storage)": {
84
- "label": "mapping(uint256 => uint256[])"
85
- },
86
- "t_array(t_uint256)dyn_storage": {
87
- "label": "uint256[]"
88
- },
89
- "t_contract(Permissions)757": {
90
- "label": "contract Permissions"
91
- },
92
- "t_uint8": {
93
- "label": "uint8"
94
- }
95
- }
96
- }
97
- },
98
- "f6303b4c5fa75079f81fc6480eb3b894230d0ad5f018b901db05c4bfdb207695": {
99
- "address": "0x6DcB61A30b7E73b10aa76d7b1A2f21c8CC8bA8a4",
100
- "txHash": "0xe6311ead372c8c6432d4f3b4d05ae7eb9d8dc494aebd5349f2ee6e24d68ead20",
101
- "layout": {
102
- "solcVersion": "0.8.4",
103
- "storage": [
104
- {
105
- "contract": "Initializable",
106
- "label": "_initialized",
107
- "type": "t_uint8",
108
- "src": "../@openzeppelin/contracts-upgradeable/proxy/utils/Initializable.sol:63",
109
- "retypedFrom": "bool"
110
- },
111
- {
112
- "contract": "Initializable",
113
- "label": "_initializing",
114
- "type": "t_bool",
115
- "src": "../@openzeppelin/contracts-upgradeable/proxy/utils/Initializable.sol:68"
116
- },
117
- {
118
- "contract": "RevocationRegistry",
119
- "label": "registry",
120
- "type": "t_mapping(t_address,t_struct(WalletRevocationRegistry)1028_storage)",
121
- "src": "../project:/contracts/RevocationRegistry.sol:28"
122
- },
123
- {
124
- "contract": "RevocationRegistry",
125
- "label": "permissions",
126
- "type": "t_contract(Permissions)874",
127
- "src": "../project:/contracts/RevocationRegistry.sol:30"
128
- }
129
- ],
130
- "types": {
131
- "t_mapping(t_address,t_struct(WalletRevocationRegistry)1028_storage)": {
132
- "label": "mapping(address => struct RevocationRegistry.WalletRevocationRegistry)"
133
- },
134
- "t_address": {
135
- "label": "address"
136
- },
137
- "t_struct(WalletRevocationRegistry)1028_storage": {
138
- "label": "struct RevocationRegistry.WalletRevocationRegistry",
139
- "members": [
140
- {
141
- "label": "walletInRegistry",
142
- "type": "t_bool"
143
- },
144
- {
145
- "label": "totalLists",
146
- "type": "t_uint256"
147
- },
148
- {
149
- "label": "listIdUsage",
150
- "type": "t_mapping(t_uint256,t_bool)"
151
- },
152
- {
153
- "label": "lists",
154
- "type": "t_mapping(t_uint256,t_array(t_uint256)dyn_storage)"
155
- }
156
- ]
157
- },
158
- "t_bool": {
159
- "label": "bool"
160
- },
161
- "t_uint256": {
162
- "label": "uint256"
163
- },
164
- "t_mapping(t_uint256,t_bool)": {
165
- "label": "mapping(uint256 => bool)"
166
- },
167
- "t_mapping(t_uint256,t_array(t_uint256)dyn_storage)": {
168
- "label": "mapping(uint256 => uint256[])"
169
- },
170
- "t_array(t_uint256)dyn_storage": {
171
- "label": "uint256[]"
172
- },
173
- "t_contract(Permissions)874": {
174
- "label": "contract Permissions"
175
- },
176
- "t_uint8": {
177
- "label": "uint8"
178
- }
179
- }
180
- }
181
- },
182
- "0cc5b0f250986e208e7ec776b81307ad3f8c206a16c04c4dd89545cbb6f53da4": {
183
- "address": "0x9412faa160504ff11dC307cbDf15d830f02cfEd5",
184
- "txHash": "0x69a257d064a525af93e909411634b4c62174916e0a022d0be3d6108481a3fa5a",
185
- "layout": {
186
- "solcVersion": "0.8.4",
187
- "storage": [
188
- {
189
- "contract": "Initializable",
190
- "label": "_initialized",
191
- "type": "t_uint8",
192
- "src": "../@openzeppelin/contracts-upgradeable/proxy/utils/Initializable.sol:63",
193
- "retypedFrom": "bool"
194
- },
195
- {
196
- "contract": "Initializable",
197
- "label": "_initializing",
198
- "type": "t_bool",
199
- "src": "../@openzeppelin/contracts-upgradeable/proxy/utils/Initializable.sol:68"
200
- },
201
- {
202
- "contract": "RevocationRegistry",
203
- "label": "registry",
204
- "type": "t_mapping(t_address,t_struct(WalletRevocationRegistry)1512_storage)",
205
- "src": "../project:/contracts/RevocationRegistry.sol:28"
206
- },
207
- {
208
- "contract": "RevocationRegistry",
209
- "label": "permissions",
210
- "type": "t_contract(Permissions)1358",
211
- "src": "../project:/contracts/RevocationRegistry.sol:30"
212
- }
213
- ],
214
- "types": {
215
- "t_mapping(t_address,t_struct(WalletRevocationRegistry)1512_storage)": {
216
- "label": "mapping(address => struct RevocationRegistry.WalletRevocationRegistry)"
217
- },
218
- "t_address": {
219
- "label": "address"
220
- },
221
- "t_struct(WalletRevocationRegistry)1512_storage": {
222
- "label": "struct RevocationRegistry.WalletRevocationRegistry",
223
- "members": [
224
- {
225
- "label": "walletInRegistry",
226
- "type": "t_bool"
227
- },
228
- {
229
- "label": "totalLists",
230
- "type": "t_uint256"
231
- },
232
- {
233
- "label": "listIdUsage",
234
- "type": "t_mapping(t_uint256,t_bool)"
235
- },
236
- {
237
- "label": "lists",
238
- "type": "t_mapping(t_uint256,t_array(t_uint256)dyn_storage)"
239
- }
240
- ]
241
- },
242
- "t_bool": {
243
- "label": "bool"
244
- },
245
- "t_uint256": {
246
- "label": "uint256"
247
- },
248
- "t_mapping(t_uint256,t_bool)": {
249
- "label": "mapping(uint256 => bool)"
250
- },
251
- "t_mapping(t_uint256,t_array(t_uint256)dyn_storage)": {
252
- "label": "mapping(uint256 => uint256[])"
253
- },
254
- "t_array(t_uint256)dyn_storage": {
255
- "label": "uint256[]"
256
- },
257
- "t_contract(Permissions)1358": {
258
- "label": "contract Permissions"
259
- },
260
- "t_uint8": {
261
- "label": "uint8"
262
- }
263
- },
264
- "namespaces": {}
265
- }
266
- }
267
- }
268
- }