@latticexyz/world-modules 2.0.0-main-cf2104eb → 2.0.0-main-fe005ee0

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.
Files changed (96) hide show
  1. package/out/ArrayLib.sol/ArrayLib.json +255 -255
  2. package/out/CallboundDelegationControl.sol/CallboundDelegationControl.json +220 -220
  3. package/out/CallboundDelegations.sol/CallboundDelegations.json +4203 -4203
  4. package/out/DelegationControl.sol/DelegationControl.json +98 -98
  5. package/out/Hook.sol/HookInstance.json +13 -13
  6. package/out/Hook.sol/HookLib.json +13 -13
  7. package/out/Hooks.sol/Hooks.json +2917 -2917
  8. package/out/IAccessManagementSystem.sol/IAccessManagementSystem.json +14 -14
  9. package/out/IBalanceTransferSystem.sol/IBalanceTransferSystem.json +15 -15
  10. package/out/IBaseWorld.sol/IBaseWorld.json +75 -75
  11. package/out/IBatchCallSystem.sol/IBatchCallSystem.json +19 -19
  12. package/out/IDelegationControl.sol/IDelegationControl.json +7 -7
  13. package/out/ISystemHook.sol/ISystemHook.json +12 -12
  14. package/out/IUniqueEntitySystem.sol/IUniqueEntitySystem.json +13 -13
  15. package/out/IWorldErrors.sol/IWorldErrors.json +19 -19
  16. package/out/IWorldKernel.sol/IWorldCall.json +10 -10
  17. package/out/IWorldKernel.sol/IWorldKernel.json +10 -10
  18. package/out/IWorldKernel.sol/IWorldModuleInstallation.json +10 -10
  19. package/out/IWorldRegistrationSystem.sol/IWorldRegistrationSystem.json +52 -52
  20. package/out/KeysInTable.sol/KeysInTable.json +17953 -17953
  21. package/out/KeysInTableHook.sol/KeysInTableHook.json +882 -882
  22. package/out/KeysInTableModule.sol/KeysInTableModule.json +549 -549
  23. package/out/KeysWithValue.sol/KeysWithValue.json +6427 -6427
  24. package/out/KeysWithValueHook.sol/KeysWithValueHook.json +1008 -1008
  25. package/out/KeysWithValueModule.sol/KeysWithValueModule.json +434 -434
  26. package/out/Module.sol/Module.json +88 -88
  27. package/out/ResourceIds.sol/ResourceIds.json +964 -964
  28. package/out/Schema.sol/SchemaInstance.json +30 -30
  29. package/out/Schema.sol/SchemaLib.json +30 -30
  30. package/out/SchemaType.sol/SchemaType.json +276 -276
  31. package/out/StandardDelegationsModule.sol/StandardDelegationsModule.json +315 -315
  32. package/out/StoreCore.sol/StoreCore.json +13 -13
  33. package/out/StoreCore.sol/StoreCoreInternal.json +13 -13
  34. package/out/StoreHook.sol/StoreHook.json +368 -368
  35. package/out/StoreHooks.sol/StoreHooks.json +2692 -2692
  36. package/out/StoreSwitch.sol/StoreSwitch.json +13 -13
  37. package/out/System.sol/System.json +32 -32
  38. package/out/Tables.sol/Tables.json +4684 -4684
  39. package/out/TimeboundDelegationControl.sol/TimeboundDelegationControl.json +124 -124
  40. package/out/TimeboundDelegations.sol/TimeboundDelegations.json +3210 -3210
  41. package/out/UniqueEntity.sol/UniqueEntity.json +2125 -2125
  42. package/out/UniqueEntityModule.sol/UniqueEntityModule.json +336 -336
  43. package/out/UniqueEntitySystem.sol/UniqueEntitySystem.json +98 -98
  44. package/out/UsedKeysIndex.sol/UsedKeysIndex.json +4308 -4308
  45. package/out/WorldContext.sol/WorldContextConsumer.json +24 -24
  46. package/out/WorldContext.sol/WorldContextProvider.json +24 -24
  47. package/out/WorldResourceId.sol/WorldResourceIdInstance.json +96 -96
  48. package/out/WorldResourceId.sol/WorldResourceIdLib.json +96 -96
  49. package/out/constants.sol/constants.json +35 -35
  50. package/out/getKeysInTable.sol/getKeysInTable.json +564 -564
  51. package/out/getKeysWithValue.sol/getKeysWithValue.json +264 -264
  52. package/out/getTargetTableId.sol/getTargetTableId.json +163 -163
  53. package/out/getUniqueEntity.sol/getUniqueEntity.json +88 -88
  54. package/out/hasKey.sol/hasKey.json +130 -130
  55. package/out/index.sol/index.json +53 -53
  56. package/out/interfaces/IBaseWorld.sol/IBaseWorld.json +168 -168
  57. package/out/query.sol/query.json +1154 -1154
  58. package/out/revertWithBytes.sol/revertWithBytes.json +15 -15
  59. package/out/src/Bytes.sol/Bytes.json +1332 -1332
  60. package/out/src/FieldLayout.sol/FieldLayoutInstance.json +697 -697
  61. package/out/src/FieldLayout.sol/FieldLayoutLib.json +697 -697
  62. package/out/src/IStore.sol/IStore.json +52 -52
  63. package/out/src/IWorldKernel.sol/IWorldCall.json +150 -150
  64. package/out/src/IWorldKernel.sol/IWorldKernel.json +150 -150
  65. package/out/src/IWorldKernel.sol/IWorldModuleInstallation.json +150 -150
  66. package/out/src/Memory.sol/Memory.json +91 -91
  67. package/out/src/PackedCounter.sol/PackedCounterInstance.json +929 -929
  68. package/out/src/PackedCounter.sol/PackedCounterLib.json +929 -929
  69. package/out/src/ResourceId.sol/ResourceIdInstance.json +116 -116
  70. package/out/src/ResourceId.sol/ResourceIdLib.json +116 -116
  71. package/out/src/Schema.sol/SchemaInstance.json +790 -790
  72. package/out/src/Schema.sol/SchemaLib.json +790 -790
  73. package/out/src/Slice.sol/SliceInstance.json +430 -430
  74. package/out/src/Slice.sol/SliceLib.json +430 -430
  75. package/out/src/StoreCore.sol/StoreCore.json +4468 -4468
  76. package/out/src/StoreCore.sol/StoreCoreInternal.json +4468 -4468
  77. package/out/src/StoreSwitch.sol/StoreSwitch.json +2496 -2496
  78. package/out/src/WorldContext.sol/WorldContextConsumer.json +376 -376
  79. package/out/src/WorldContext.sol/WorldContextProvider.json +376 -376
  80. package/out/src/WorldResourceId.sol/WorldResourceIdInstance.json +476 -476
  81. package/out/src/WorldResourceId.sol/WorldResourceIdLib.json +476 -476
  82. package/out/storeHookTypes.sol/storeHookTypes.json +115 -115
  83. package/out/storeResourceTypes.sol/storeResourceTypes.json +12 -12
  84. package/out/tables/ResourceIds.sol/ResourceIds.json +2665 -2665
  85. package/out/tables/Tables.sol/Tables.json +11899 -11899
  86. package/out/tightcoder/EncodeArray.sol/EncodeArray.json +3345 -3345
  87. package/out/types.sol/types.json +60 -72
  88. package/out/worldResourceTypes.sol/worldResourceTypes.json +53 -53
  89. package/package.json +8 -8
  90. package/src/interfaces/IBaseWorld.sol +3 -2
  91. package/src/modules/keysintable/tables/KeysInTable.sol +285 -135
  92. package/src/modules/keysintable/tables/UsedKeysIndex.sol +36 -12
  93. package/src/modules/keyswithvalue/tables/KeysWithValue.sol +114 -54
  94. package/src/modules/std-delegations/tables/CallboundDelegations.sol +36 -12
  95. package/src/modules/std-delegations/tables/TimeboundDelegations.sol +36 -12
  96. package/src/modules/uniqueentity/tables/UniqueEntity.sol +36 -12
@@ -10,20 +10,20 @@
10
10
  },
11
11
  "ast": {
12
12
  "absolutePath": "/home/runner/work/mud/mud/packages/world/src/modules/core/types.sol",
13
- "id": 24309,
13
+ "id": 24302,
14
14
  "exportedSymbols": {
15
15
  "ResourceId": [
16
- 26528
16
+ 26521
17
17
  ],
18
18
  "SystemCallData": [
19
- 24296
19
+ 24293
20
20
  ],
21
21
  "SystemCallFromData": [
22
- 24308
22
+ 24301
23
23
  ]
24
24
  },
25
25
  "nodeType": "SourceUnit",
26
- "src": "32:878:49",
26
+ "src": "32:250:49",
27
27
  "nodes": [
28
28
  {
29
29
  "id": 24285,
@@ -45,8 +45,8 @@
45
45
  "absolutePath": "node_modules/@latticexyz/store/src/ResourceId.sol",
46
46
  "file": "@latticexyz/store/src/ResourceId.sol",
47
47
  "nameLocation": "-1:-1:-1",
48
- "scope": 24309,
49
- "sourceUnit": 26600,
48
+ "scope": 24302,
49
+ "sourceUnit": 26593,
50
50
  "symbolAliases": [
51
51
  {
52
52
  "foreign": {
@@ -54,7 +54,7 @@
54
54
  "name": "ResourceId",
55
55
  "nodeType": "Identifier",
56
56
  "overloadedDeclarations": [],
57
- "referencedDeclaration": 26528,
57
+ "referencedDeclaration": 26521,
58
58
  "src": "68:10:49",
59
59
  "typeDescriptions": {}
60
60
  },
@@ -64,50 +64,44 @@
64
64
  "unitAlias": ""
65
65
  },
66
66
  {
67
- "id": 24296,
67
+ "id": 24293,
68
68
  "nodeType": "StructDefinition",
69
- "src": "301:164:49",
69
+ "src": "127:66:49",
70
70
  "nodes": [],
71
71
  "canonicalName": "SystemCallData",
72
- "documentation": {
73
- "id": 24288,
74
- "nodeType": "StructuredDocumentation",
75
- "src": "127:173:49",
76
- "text": " @title System Call Data Structure\n @notice Holds data for making system calls.\n @dev Used to represent a call to a specific system identified by a ResourceId."
77
- },
78
72
  "members": [
79
73
  {
80
74
  "constant": false,
81
- "id": 24292,
75
+ "id": 24290,
82
76
  "mutability": "mutable",
83
77
  "name": "systemId",
84
- "nameLocation": "379:8:49",
78
+ "nameLocation": "164:8:49",
85
79
  "nodeType": "VariableDeclaration",
86
- "scope": 24296,
87
- "src": "368:19:49",
80
+ "scope": 24293,
81
+ "src": "153:19:49",
88
82
  "stateVariable": false,
89
83
  "storageLocation": "default",
90
84
  "typeDescriptions": {
91
- "typeIdentifier": "t_userDefinedValueType$_ResourceId_$26528",
85
+ "typeIdentifier": "t_userDefinedValueType$_ResourceId_$26521",
92
86
  "typeString": "ResourceId"
93
87
  },
94
88
  "typeName": {
95
- "id": 24291,
89
+ "id": 24289,
96
90
  "nodeType": "UserDefinedTypeName",
97
91
  "pathNode": {
98
- "id": 24290,
92
+ "id": 24288,
99
93
  "name": "ResourceId",
100
94
  "nameLocations": [
101
- "368:10:49"
95
+ "153:10:49"
102
96
  ],
103
97
  "nodeType": "IdentifierPath",
104
- "referencedDeclaration": 26528,
105
- "src": "368:10:49"
98
+ "referencedDeclaration": 26521,
99
+ "src": "153:10:49"
106
100
  },
107
- "referencedDeclaration": 26528,
108
- "src": "368:10:49",
101
+ "referencedDeclaration": 26521,
102
+ "src": "153:10:49",
109
103
  "typeDescriptions": {
110
- "typeIdentifier": "t_userDefinedValueType$_ResourceId_$26528",
104
+ "typeIdentifier": "t_userDefinedValueType$_ResourceId_$26521",
111
105
  "typeString": "ResourceId"
112
106
  }
113
107
  },
@@ -115,13 +109,13 @@
115
109
  },
116
110
  {
117
111
  "constant": false,
118
- "id": 24295,
112
+ "id": 24292,
119
113
  "mutability": "mutable",
120
114
  "name": "callData",
121
- "nameLocation": "454:8:49",
115
+ "nameLocation": "182:8:49",
122
116
  "nodeType": "VariableDeclaration",
123
- "scope": 24296,
124
- "src": "448:14:49",
117
+ "scope": 24293,
118
+ "src": "176:14:49",
125
119
  "stateVariable": false,
126
120
  "storageLocation": "default",
127
121
  "typeDescriptions": {
@@ -129,10 +123,10 @@
129
123
  "typeString": "bytes"
130
124
  },
131
125
  "typeName": {
132
- "id": 24294,
126
+ "id": 24291,
133
127
  "name": "bytes",
134
128
  "nodeType": "ElementaryTypeName",
135
- "src": "448:5:49",
129
+ "src": "176:5:49",
136
130
  "typeDescriptions": {
137
131
  "typeIdentifier": "t_bytes_storage_ptr",
138
132
  "typeString": "bytes"
@@ -142,32 +136,26 @@
142
136
  }
143
137
  ],
144
138
  "name": "SystemCallData",
145
- "nameLocation": "308:14:49",
146
- "scope": 24309,
139
+ "nameLocation": "134:14:49",
140
+ "scope": 24302,
147
141
  "visibility": "public"
148
142
  },
149
143
  {
150
- "id": 24308,
144
+ "id": 24301,
151
145
  "nodeType": "StructDefinition",
152
- "src": "666:243:49",
146
+ "src": "195:86:49",
153
147
  "nodes": [],
154
148
  "canonicalName": "SystemCallFromData",
155
- "documentation": {
156
- "id": 24297,
157
- "nodeType": "StructuredDocumentation",
158
- "src": "467:198:49",
159
- "text": " @title System Call From Data Structure\n @notice Holds data for making system calls with a specific sender.\n @dev Used to represent a call from a specific address to a specific system."
160
- },
161
149
  "members": [
162
150
  {
163
151
  "constant": false,
164
- "id": 24300,
152
+ "id": 24295,
165
153
  "mutability": "mutable",
166
154
  "name": "from",
167
- "nameLocation": "763:4:49",
155
+ "nameLocation": "233:4:49",
168
156
  "nodeType": "VariableDeclaration",
169
- "scope": 24308,
170
- "src": "755:12:49",
157
+ "scope": 24301,
158
+ "src": "225:12:49",
171
159
  "stateVariable": false,
172
160
  "storageLocation": "default",
173
161
  "typeDescriptions": {
@@ -175,10 +163,10 @@
175
163
  "typeString": "address"
176
164
  },
177
165
  "typeName": {
178
- "id": 24299,
166
+ "id": 24294,
179
167
  "name": "address",
180
168
  "nodeType": "ElementaryTypeName",
181
- "src": "755:7:49",
169
+ "src": "225:7:49",
182
170
  "stateMutability": "nonpayable",
183
171
  "typeDescriptions": {
184
172
  "typeIdentifier": "t_address",
@@ -189,36 +177,36 @@
189
177
  },
190
178
  {
191
179
  "constant": false,
192
- "id": 24304,
180
+ "id": 24298,
193
181
  "mutability": "mutable",
194
182
  "name": "systemId",
195
- "nameLocation": "823:8:49",
183
+ "nameLocation": "252:8:49",
196
184
  "nodeType": "VariableDeclaration",
197
- "scope": 24308,
198
- "src": "812:19:49",
185
+ "scope": 24301,
186
+ "src": "241:19:49",
199
187
  "stateVariable": false,
200
188
  "storageLocation": "default",
201
189
  "typeDescriptions": {
202
- "typeIdentifier": "t_userDefinedValueType$_ResourceId_$26528",
190
+ "typeIdentifier": "t_userDefinedValueType$_ResourceId_$26521",
203
191
  "typeString": "ResourceId"
204
192
  },
205
193
  "typeName": {
206
- "id": 24303,
194
+ "id": 24297,
207
195
  "nodeType": "UserDefinedTypeName",
208
196
  "pathNode": {
209
- "id": 24302,
197
+ "id": 24296,
210
198
  "name": "ResourceId",
211
199
  "nameLocations": [
212
- "812:10:49"
200
+ "241:10:49"
213
201
  ],
214
202
  "nodeType": "IdentifierPath",
215
- "referencedDeclaration": 26528,
216
- "src": "812:10:49"
203
+ "referencedDeclaration": 26521,
204
+ "src": "241:10:49"
217
205
  },
218
- "referencedDeclaration": 26528,
219
- "src": "812:10:49",
206
+ "referencedDeclaration": 26521,
207
+ "src": "241:10:49",
220
208
  "typeDescriptions": {
221
- "typeIdentifier": "t_userDefinedValueType$_ResourceId_$26528",
209
+ "typeIdentifier": "t_userDefinedValueType$_ResourceId_$26521",
222
210
  "typeString": "ResourceId"
223
211
  }
224
212
  },
@@ -226,13 +214,13 @@
226
214
  },
227
215
  {
228
216
  "constant": false,
229
- "id": 24307,
217
+ "id": 24300,
230
218
  "mutability": "mutable",
231
219
  "name": "callData",
232
- "nameLocation": "898:8:49",
220
+ "nameLocation": "270:8:49",
233
221
  "nodeType": "VariableDeclaration",
234
- "scope": 24308,
235
- "src": "892:14:49",
222
+ "scope": 24301,
223
+ "src": "264:14:49",
236
224
  "stateVariable": false,
237
225
  "storageLocation": "default",
238
226
  "typeDescriptions": {
@@ -240,10 +228,10 @@
240
228
  "typeString": "bytes"
241
229
  },
242
230
  "typeName": {
243
- "id": 24306,
231
+ "id": 24299,
244
232
  "name": "bytes",
245
233
  "nodeType": "ElementaryTypeName",
246
- "src": "892:5:49",
234
+ "src": "264:5:49",
247
235
  "typeDescriptions": {
248
236
  "typeIdentifier": "t_bytes_storage_ptr",
249
237
  "typeString": "bytes"
@@ -253,8 +241,8 @@
253
241
  }
254
242
  ],
255
243
  "name": "SystemCallFromData",
256
- "nameLocation": "673:18:49",
257
- "scope": 24309,
244
+ "nameLocation": "202:18:49",
245
+ "scope": 24302,
258
246
  "visibility": "public"
259
247
  }
260
248
  ],
@@ -10,38 +10,38 @@
10
10
  },
11
11
  "ast": {
12
12
  "absolutePath": "/home/runner/work/mud/mud/packages/world/src/worldResourceTypes.sol",
13
- "id": 24352,
13
+ "id": 24345,
14
14
  "exportedSymbols": {
15
15
  "MASK_RESOURCE_MODULE": [
16
- 24345
16
+ 24338
17
17
  ],
18
18
  "MASK_RESOURCE_NAMESPACE": [
19
- 24339
19
+ 24332
20
20
  ],
21
21
  "MASK_RESOURCE_SYSTEM": [
22
- 24351
22
+ 24344
23
23
  ],
24
24
  "RESOURCE_MODULE": [
25
- 24330
25
+ 24323
26
26
  ],
27
27
  "RESOURCE_NAMESPACE": [
28
- 24327
28
+ 24320
29
29
  ],
30
30
  "RESOURCE_OFFCHAIN_TABLE": [
31
- 36587
31
+ 36580
32
32
  ],
33
33
  "RESOURCE_SYSTEM": [
34
- 24333
34
+ 24326
35
35
  ],
36
36
  "RESOURCE_TABLE": [
37
- 36583
37
+ 36576
38
38
  ]
39
39
  },
40
40
  "nodeType": "SourceUnit",
41
41
  "src": "32:1200:51",
42
42
  "nodes": [
43
43
  {
44
- "id": 24320,
44
+ "id": 24313,
45
45
  "nodeType": "PragmaDirective",
46
46
  "src": "32:25:51",
47
47
  "nodes": [],
@@ -53,23 +53,23 @@
53
53
  ]
54
54
  },
55
55
  {
56
- "id": 24323,
56
+ "id": 24316,
57
57
  "nodeType": "ImportDirective",
58
58
  "src": "59:103:51",
59
59
  "nodes": [],
60
60
  "absolutePath": "node_modules/@latticexyz/store/src/storeResourceTypes.sol",
61
61
  "file": "@latticexyz/store/src/storeResourceTypes.sol",
62
62
  "nameLocation": "-1:-1:-1",
63
- "scope": 24352,
64
- "sourceUnit": 36588,
63
+ "scope": 24345,
64
+ "sourceUnit": 36581,
65
65
  "symbolAliases": [
66
66
  {
67
67
  "foreign": {
68
- "id": 24321,
68
+ "id": 24314,
69
69
  "name": "RESOURCE_TABLE",
70
70
  "nodeType": "Identifier",
71
71
  "overloadedDeclarations": [],
72
- "referencedDeclaration": 36583,
72
+ "referencedDeclaration": 36576,
73
73
  "src": "68:14:51",
74
74
  "typeDescriptions": {}
75
75
  },
@@ -77,11 +77,11 @@
77
77
  },
78
78
  {
79
79
  "foreign": {
80
- "id": 24322,
80
+ "id": 24315,
81
81
  "name": "RESOURCE_OFFCHAIN_TABLE",
82
82
  "nodeType": "Identifier",
83
83
  "overloadedDeclarations": [],
84
- "referencedDeclaration": 36587,
84
+ "referencedDeclaration": 36580,
85
85
  "src": "84:23:51",
86
86
  "typeDescriptions": {}
87
87
  },
@@ -91,7 +91,7 @@
91
91
  "unitAlias": ""
92
92
  },
93
93
  {
94
- "id": 24327,
94
+ "id": 24320,
95
95
  "nodeType": "VariableDeclaration",
96
96
  "src": "541:41:51",
97
97
  "nodes": [],
@@ -99,7 +99,7 @@
99
99
  "mutability": "constant",
100
100
  "name": "RESOURCE_NAMESPACE",
101
101
  "nameLocation": "557:18:51",
102
- "scope": 24352,
102
+ "scope": 24345,
103
103
  "stateVariable": false,
104
104
  "storageLocation": "default",
105
105
  "typeDescriptions": {
@@ -107,7 +107,7 @@
107
107
  "typeString": "bytes2"
108
108
  },
109
109
  "typeName": {
110
- "id": 24325,
110
+ "id": 24318,
111
111
  "name": "bytes2",
112
112
  "nodeType": "ElementaryTypeName",
113
113
  "src": "541:6:51",
@@ -118,7 +118,7 @@
118
118
  },
119
119
  "value": {
120
120
  "hexValue": "6e73",
121
- "id": 24326,
121
+ "id": 24319,
122
122
  "isConstant": false,
123
123
  "isLValue": false,
124
124
  "isPure": true,
@@ -135,7 +135,7 @@
135
135
  "visibility": "internal"
136
136
  },
137
137
  {
138
- "id": 24330,
138
+ "id": 24323,
139
139
  "nodeType": "VariableDeclaration",
140
140
  "src": "806:38:51",
141
141
  "nodes": [],
@@ -143,7 +143,7 @@
143
143
  "mutability": "constant",
144
144
  "name": "RESOURCE_MODULE",
145
145
  "nameLocation": "822:15:51",
146
- "scope": 24352,
146
+ "scope": 24345,
147
147
  "stateVariable": false,
148
148
  "storageLocation": "default",
149
149
  "typeDescriptions": {
@@ -151,7 +151,7 @@
151
151
  "typeString": "bytes2"
152
152
  },
153
153
  "typeName": {
154
- "id": 24328,
154
+ "id": 24321,
155
155
  "name": "bytes2",
156
156
  "nodeType": "ElementaryTypeName",
157
157
  "src": "806:6:51",
@@ -162,7 +162,7 @@
162
162
  },
163
163
  "value": {
164
164
  "hexValue": "6d64",
165
- "id": 24329,
165
+ "id": 24322,
166
166
  "isConstant": false,
167
167
  "isLValue": false,
168
168
  "isPure": true,
@@ -179,7 +179,7 @@
179
179
  "visibility": "internal"
180
180
  },
181
181
  {
182
- "id": 24333,
182
+ "id": 24326,
183
183
  "nodeType": "VariableDeclaration",
184
184
  "src": "929:38:51",
185
185
  "nodes": [],
@@ -187,7 +187,7 @@
187
187
  "mutability": "constant",
188
188
  "name": "RESOURCE_SYSTEM",
189
189
  "nameLocation": "945:15:51",
190
- "scope": 24352,
190
+ "scope": 24345,
191
191
  "stateVariable": false,
192
192
  "storageLocation": "default",
193
193
  "typeDescriptions": {
@@ -195,7 +195,7 @@
195
195
  "typeString": "bytes2"
196
196
  },
197
197
  "typeName": {
198
- "id": 24331,
198
+ "id": 24324,
199
199
  "name": "bytes2",
200
200
  "nodeType": "ElementaryTypeName",
201
201
  "src": "929:6:51",
@@ -206,7 +206,7 @@
206
206
  },
207
207
  "value": {
208
208
  "hexValue": "7379",
209
- "id": 24332,
209
+ "id": 24325,
210
210
  "isConstant": false,
211
211
  "isLValue": false,
212
212
  "isPure": true,
@@ -223,7 +223,7 @@
223
223
  "visibility": "internal"
224
224
  },
225
225
  {
226
- "id": 24339,
226
+ "id": 24332,
227
227
  "nodeType": "VariableDeclaration",
228
228
  "src": "1028:70:51",
229
229
  "nodes": [],
@@ -231,7 +231,7 @@
231
231
  "mutability": "constant",
232
232
  "name": "MASK_RESOURCE_NAMESPACE",
233
233
  "nameLocation": "1045:23:51",
234
- "scope": 24352,
234
+ "scope": 24345,
235
235
  "stateVariable": false,
236
236
  "storageLocation": "default",
237
237
  "typeDescriptions": {
@@ -239,7 +239,7 @@
239
239
  "typeString": "bytes32"
240
240
  },
241
241
  "typeName": {
242
- "id": 24334,
242
+ "id": 24327,
243
243
  "name": "bytes32",
244
244
  "nodeType": "ElementaryTypeName",
245
245
  "src": "1028:7:51",
@@ -251,11 +251,11 @@
251
251
  "value": {
252
252
  "arguments": [
253
253
  {
254
- "id": 24337,
254
+ "id": 24330,
255
255
  "name": "RESOURCE_NAMESPACE",
256
256
  "nodeType": "Identifier",
257
257
  "overloadedDeclarations": [],
258
- "referencedDeclaration": 24327,
258
+ "referencedDeclaration": 24320,
259
259
  "src": "1079:18:51",
260
260
  "typeDescriptions": {
261
261
  "typeIdentifier": "t_bytes2",
@@ -270,7 +270,7 @@
270
270
  "typeString": "bytes2"
271
271
  }
272
272
  ],
273
- "id": 24336,
273
+ "id": 24329,
274
274
  "isConstant": false,
275
275
  "isLValue": false,
276
276
  "isPure": true,
@@ -282,14 +282,14 @@
282
282
  "typeString": "type(bytes32)"
283
283
  },
284
284
  "typeName": {
285
- "id": 24335,
285
+ "id": 24328,
286
286
  "name": "bytes32",
287
287
  "nodeType": "ElementaryTypeName",
288
288
  "src": "1071:7:51",
289
289
  "typeDescriptions": {}
290
290
  }
291
291
  },
292
- "id": 24338,
292
+ "id": 24331,
293
293
  "isConstant": false,
294
294
  "isLValue": false,
295
295
  "isPure": true,
@@ -308,7 +308,7 @@
308
308
  "visibility": "internal"
309
309
  },
310
310
  {
311
- "id": 24345,
311
+ "id": 24338,
312
312
  "nodeType": "VariableDeclaration",
313
313
  "src": "1100:64:51",
314
314
  "nodes": [],
@@ -316,7 +316,7 @@
316
316
  "mutability": "constant",
317
317
  "name": "MASK_RESOURCE_MODULE",
318
318
  "nameLocation": "1117:20:51",
319
- "scope": 24352,
319
+ "scope": 24345,
320
320
  "stateVariable": false,
321
321
  "storageLocation": "default",
322
322
  "typeDescriptions": {
@@ -324,7 +324,7 @@
324
324
  "typeString": "bytes32"
325
325
  },
326
326
  "typeName": {
327
- "id": 24340,
327
+ "id": 24333,
328
328
  "name": "bytes32",
329
329
  "nodeType": "ElementaryTypeName",
330
330
  "src": "1100:7:51",
@@ -336,11 +336,11 @@
336
336
  "value": {
337
337
  "arguments": [
338
338
  {
339
- "id": 24343,
339
+ "id": 24336,
340
340
  "name": "RESOURCE_MODULE",
341
341
  "nodeType": "Identifier",
342
342
  "overloadedDeclarations": [],
343
- "referencedDeclaration": 24330,
343
+ "referencedDeclaration": 24323,
344
344
  "src": "1148:15:51",
345
345
  "typeDescriptions": {
346
346
  "typeIdentifier": "t_bytes2",
@@ -355,7 +355,7 @@
355
355
  "typeString": "bytes2"
356
356
  }
357
357
  ],
358
- "id": 24342,
358
+ "id": 24335,
359
359
  "isConstant": false,
360
360
  "isLValue": false,
361
361
  "isPure": true,
@@ -367,14 +367,14 @@
367
367
  "typeString": "type(bytes32)"
368
368
  },
369
369
  "typeName": {
370
- "id": 24341,
370
+ "id": 24334,
371
371
  "name": "bytes32",
372
372
  "nodeType": "ElementaryTypeName",
373
373
  "src": "1140:7:51",
374
374
  "typeDescriptions": {}
375
375
  }
376
376
  },
377
- "id": 24344,
377
+ "id": 24337,
378
378
  "isConstant": false,
379
379
  "isLValue": false,
380
380
  "isPure": true,
@@ -393,7 +393,7 @@
393
393
  "visibility": "internal"
394
394
  },
395
395
  {
396
- "id": 24351,
396
+ "id": 24344,
397
397
  "nodeType": "VariableDeclaration",
398
398
  "src": "1166:64:51",
399
399
  "nodes": [],
@@ -401,7 +401,7 @@
401
401
  "mutability": "constant",
402
402
  "name": "MASK_RESOURCE_SYSTEM",
403
403
  "nameLocation": "1183:20:51",
404
- "scope": 24352,
404
+ "scope": 24345,
405
405
  "stateVariable": false,
406
406
  "storageLocation": "default",
407
407
  "typeDescriptions": {
@@ -409,7 +409,7 @@
409
409
  "typeString": "bytes32"
410
410
  },
411
411
  "typeName": {
412
- "id": 24346,
412
+ "id": 24339,
413
413
  "name": "bytes32",
414
414
  "nodeType": "ElementaryTypeName",
415
415
  "src": "1166:7:51",
@@ -421,11 +421,11 @@
421
421
  "value": {
422
422
  "arguments": [
423
423
  {
424
- "id": 24349,
424
+ "id": 24342,
425
425
  "name": "RESOURCE_SYSTEM",
426
426
  "nodeType": "Identifier",
427
427
  "overloadedDeclarations": [],
428
- "referencedDeclaration": 24333,
428
+ "referencedDeclaration": 24326,
429
429
  "src": "1214:15:51",
430
430
  "typeDescriptions": {
431
431
  "typeIdentifier": "t_bytes2",
@@ -440,7 +440,7 @@
440
440
  "typeString": "bytes2"
441
441
  }
442
442
  ],
443
- "id": 24348,
443
+ "id": 24341,
444
444
  "isConstant": false,
445
445
  "isLValue": false,
446
446
  "isPure": true,
@@ -452,14 +452,14 @@
452
452
  "typeString": "type(bytes32)"
453
453
  },
454
454
  "typeName": {
455
- "id": 24347,
455
+ "id": 24340,
456
456
  "name": "bytes32",
457
457
  "nodeType": "ElementaryTypeName",
458
458
  "src": "1206:7:51",
459
459
  "typeDescriptions": {}
460
460
  }
461
461
  },
462
- "id": 24350,
462
+ "id": 24343,
463
463
  "isConstant": false,
464
464
  "isLValue": false,
465
465
  "isPure": true,