@latticexyz/world-modules 2.0.0-main-08d7c471 → 2.0.0-main-9ff4f451
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/out/AccessControl.sol/AccessControl.json +200 -200
- package/out/ArrayLib.sol/ArrayLib.json +255 -255
- package/out/Balances.sol/Balances.json +1713 -1713
- package/out/CallboundDelegationControl.sol/CallboundDelegationControl.json +207 -207
- package/out/CallboundDelegations.sol/CallboundDelegations.json +2595 -2595
- package/out/DelegationControl.sol/DelegationControl.json +89 -89
- package/out/FunctionSelectors.sol/FunctionSelectors.json +2335 -2335
- package/out/Hooks.sol/Hooks.json +45 -45
- package/out/IAccessManagementSystem.sol/IAccessManagementSystem.json +18 -18
- package/out/IBalanceTransferSystem.sol/IBalanceTransferSystem.json +15 -15
- package/out/IBaseWorld.sol/IBaseWorld.json +68 -68
- package/out/IBatchCallSystem.sol/IBatchCallSystem.json +15 -15
- package/out/IDelegationControl.sol/IDelegationControl.json +11 -11
- package/out/ISystemHook.sol/ISystemHook.json +16 -16
- package/out/IUniqueEntitySystem.sol/IUniqueEntitySystem.json +13 -13
- package/out/IWorldErrors.sol/IWorldErrors.json +19 -19
- package/out/IWorldKernel.sol/IWorldCall.json +14 -14
- package/out/IWorldKernel.sol/IWorldKernel.json +14 -14
- package/out/IWorldKernel.sol/IWorldModuleInstallation.json +14 -14
- package/out/IWorldRegistrationSystem.sol/IWorldRegistrationSystem.json +43 -43
- package/out/KeysInTable.sol/KeysInTable.json +10668 -10668
- package/out/KeysInTableHook.sol/KeysInTableHook.json +861 -861
- package/out/KeysInTableModule.sol/KeysInTableModule.json +527 -527
- package/out/KeysWithValue.sol/KeysWithValue.json +3828 -3828
- package/out/KeysWithValueHook.sol/KeysWithValueHook.json +989 -989
- package/out/KeysWithValueModule.sol/KeysWithValueModule.json +416 -416
- package/out/Module.sol/Module.json +75 -75
- package/out/NamespaceOwner.sol/NamespaceOwner.json +464 -464
- package/out/ResourceAccess.sol/ResourceAccess.json +471 -471
- package/out/ResourceIds.sol/ResourceIds.json +45 -45
- package/out/Schema.sol/SchemaInstance.json +30 -30
- package/out/Schema.sol/SchemaLib.json +30 -30
- package/out/SchemaType.sol/SchemaType.json +276 -276
- package/out/StandardDelegationsModule.sol/StandardDelegationsModule.json +293 -293
- package/out/StoreHook.sol/StoreHook.json +368 -368
- package/out/StoreHooks.sol/StoreHooks.json +45 -45
- package/out/System.sol/System.json +19 -19
- package/out/SystemHooks.sol/SystemHooks.json +4091 -4091
- package/out/SystemSwitch.sol/SystemSwitch.json +356 -356
- package/out/Systems.sol/Systems.json +2459 -2459
- package/out/Tables.sol/Tables.json +73 -73
- package/out/TimeboundDelegationControl.sol/TimeboundDelegationControl.json +111 -111
- package/out/TimeboundDelegations.sol/TimeboundDelegations.json +1986 -1986
- package/out/UniqueEntity.sol/UniqueEntity.json +1402 -1402
- package/out/UniqueEntityModule.sol/UniqueEntityModule.json +317 -317
- package/out/UniqueEntitySystem.sol/UniqueEntitySystem.json +85 -85
- package/out/UsedKeysIndex.sol/UsedKeysIndex.json +2723 -2723
- package/out/WorldContext.sol/WorldContextConsumer.json +14 -14
- package/out/WorldContext.sol/WorldContextConsumerLib.json +14 -14
- package/out/WorldContext.sol/WorldContextProviderLib.json +14 -14
- package/out/WorldResourceId.sol/WorldResourceIdInstance.json +101 -101
- package/out/WorldResourceId.sol/WorldResourceIdLib.json +101 -101
- package/out/constants.sol/constants.json +403 -120
- package/out/getKeysInTable.sol/getKeysInTable.json +564 -564
- package/out/getKeysWithValue.sol/getKeysWithValue.json +264 -264
- package/out/getTargetTableId.sol/getTargetTableId.json +163 -163
- package/out/getUniqueEntity.sol/getUniqueEntity.json +105 -105
- package/out/hasKey.sol/hasKey.json +130 -130
- package/out/index.sol/index.json +53 -53
- package/out/interfaces/IBaseWorld.sol/IBaseWorld.json +128 -128
- package/out/query.sol/query.json +1154 -1154
- package/out/revertWithBytes.sol/revertWithBytes.json +15 -15
- package/out/src/Bytes.sol/Bytes.json +1338 -1338
- package/out/src/FieldLayout.sol/FieldLayoutInstance.json +698 -698
- package/out/src/FieldLayout.sol/FieldLayoutLib.json +698 -698
- package/out/src/Hook.sol/HookInstance.json +331 -331
- package/out/src/Hook.sol/HookLib.json +331 -331
- package/out/src/IStore.sol/IStore.json +53 -53
- package/out/src/ISystemHook.sol/ISystemHook.json +90 -90
- package/out/src/IWorldErrors.sol/IWorldErrors.json +151 -151
- package/out/src/IWorldKernel.sol/IWorldCall.json +157 -157
- package/out/src/IWorldKernel.sol/IWorldKernel.json +157 -157
- package/out/src/IWorldKernel.sol/IWorldModuleInstallation.json +157 -157
- package/out/src/Memory.sol/Memory.json +91 -91
- package/out/src/PackedCounter.sol/PackedCounterInstance.json +929 -929
- package/out/src/PackedCounter.sol/PackedCounterLib.json +929 -929
- package/out/src/ResourceId.sol/ResourceIdInstance.json +116 -116
- package/out/src/ResourceId.sol/ResourceIdLib.json +116 -116
- package/out/src/Schema.sol/SchemaInstance.json +790 -790
- package/out/src/Schema.sol/SchemaLib.json +790 -790
- package/out/src/Slice.sol/SliceInstance.json +430 -430
- package/out/src/Slice.sol/SliceLib.json +430 -430
- package/out/src/StoreCore.sol/StoreCore.json +4455 -4455
- package/out/src/StoreCore.sol/StoreCoreInternal.json +4455 -4455
- package/out/src/StoreSwitch.sol/StoreSwitch.json +2483 -2483
- package/out/src/WorldContext.sol/WorldContextConsumer.json +418 -418
- package/out/src/WorldContext.sol/WorldContextConsumerLib.json +418 -418
- package/out/src/WorldContext.sol/WorldContextProviderLib.json +418 -418
- package/out/src/WorldResourceId.sol/WorldResourceIdInstance.json +480 -480
- package/out/src/WorldResourceId.sol/WorldResourceIdLib.json +480 -480
- package/out/storeHookTypes.sol/storeHookTypes.json +115 -115
- package/out/storeResourceTypes.sol/storeResourceTypes.json +12 -12
- package/out/systemHookTypes.sol/systemHookTypes.json +25 -25
- package/out/tables/ResourceIds.sol/ResourceIds.json +1747 -1747
- package/out/tables/Tables.sol/Tables.json +7288 -7288
- package/out/tightcoder/EncodeArray.sol/EncodeArray.json +3345 -3345
- package/out/types.sol/types.json +41 -41
- package/out/worldResourceTypes.sol/worldResourceTypes.json +53 -53
- package/package.json +8 -8
package/out/types.sol/types.json
CHANGED
@@ -10,23 +10,23 @@
|
|
10
10
|
},
|
11
11
|
"ast": {
|
12
12
|
"absolutePath": "/home/runner/work/mud/mud/packages/world/src/modules/core/types.sol",
|
13
|
-
"id":
|
13
|
+
"id": 26716,
|
14
14
|
"exportedSymbols": {
|
15
15
|
"ResourceId": [
|
16
|
-
|
16
|
+
29139
|
17
17
|
],
|
18
18
|
"SystemCallData": [
|
19
|
-
|
19
|
+
26703
|
20
20
|
],
|
21
21
|
"SystemCallFromData": [
|
22
|
-
|
22
|
+
26715
|
23
23
|
]
|
24
24
|
},
|
25
25
|
"nodeType": "SourceUnit",
|
26
26
|
"src": "32:878:51",
|
27
27
|
"nodes": [
|
28
28
|
{
|
29
|
-
"id":
|
29
|
+
"id": 26692,
|
30
30
|
"nodeType": "PragmaDirective",
|
31
31
|
"src": "32:25:51",
|
32
32
|
"nodes": [],
|
@@ -38,23 +38,23 @@
|
|
38
38
|
]
|
39
39
|
},
|
40
40
|
{
|
41
|
-
"id":
|
41
|
+
"id": 26694,
|
42
42
|
"nodeType": "ImportDirective",
|
43
43
|
"src": "59:66:51",
|
44
44
|
"nodes": [],
|
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":
|
49
|
-
"sourceUnit":
|
48
|
+
"scope": 26716,
|
49
|
+
"sourceUnit": 29211,
|
50
50
|
"symbolAliases": [
|
51
51
|
{
|
52
52
|
"foreign": {
|
53
|
-
"id":
|
53
|
+
"id": 26693,
|
54
54
|
"name": "ResourceId",
|
55
55
|
"nodeType": "Identifier",
|
56
56
|
"overloadedDeclarations": [],
|
57
|
-
"referencedDeclaration":
|
57
|
+
"referencedDeclaration": 29139,
|
58
58
|
"src": "68:10:51",
|
59
59
|
"typeDescriptions": {}
|
60
60
|
},
|
@@ -64,13 +64,13 @@
|
|
64
64
|
"unitAlias": ""
|
65
65
|
},
|
66
66
|
{
|
67
|
-
"id":
|
67
|
+
"id": 26703,
|
68
68
|
"nodeType": "StructDefinition",
|
69
69
|
"src": "301:164:51",
|
70
70
|
"nodes": [],
|
71
71
|
"canonicalName": "SystemCallData",
|
72
72
|
"documentation": {
|
73
|
-
"id":
|
73
|
+
"id": 26695,
|
74
74
|
"nodeType": "StructuredDocumentation",
|
75
75
|
"src": "127:173:51",
|
76
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."
|
@@ -78,36 +78,36 @@
|
|
78
78
|
"members": [
|
79
79
|
{
|
80
80
|
"constant": false,
|
81
|
-
"id":
|
81
|
+
"id": 26699,
|
82
82
|
"mutability": "mutable",
|
83
83
|
"name": "systemId",
|
84
84
|
"nameLocation": "379:8:51",
|
85
85
|
"nodeType": "VariableDeclaration",
|
86
|
-
"scope":
|
86
|
+
"scope": 26703,
|
87
87
|
"src": "368:19:51",
|
88
88
|
"stateVariable": false,
|
89
89
|
"storageLocation": "default",
|
90
90
|
"typeDescriptions": {
|
91
|
-
"typeIdentifier": "t_userDefinedValueType$_ResourceId_$
|
91
|
+
"typeIdentifier": "t_userDefinedValueType$_ResourceId_$29139",
|
92
92
|
"typeString": "ResourceId"
|
93
93
|
},
|
94
94
|
"typeName": {
|
95
|
-
"id":
|
95
|
+
"id": 26698,
|
96
96
|
"nodeType": "UserDefinedTypeName",
|
97
97
|
"pathNode": {
|
98
|
-
"id":
|
98
|
+
"id": 26697,
|
99
99
|
"name": "ResourceId",
|
100
100
|
"nameLocations": [
|
101
101
|
"368:10:51"
|
102
102
|
],
|
103
103
|
"nodeType": "IdentifierPath",
|
104
|
-
"referencedDeclaration":
|
104
|
+
"referencedDeclaration": 29139,
|
105
105
|
"src": "368:10:51"
|
106
106
|
},
|
107
|
-
"referencedDeclaration":
|
107
|
+
"referencedDeclaration": 29139,
|
108
108
|
"src": "368:10:51",
|
109
109
|
"typeDescriptions": {
|
110
|
-
"typeIdentifier": "t_userDefinedValueType$_ResourceId_$
|
110
|
+
"typeIdentifier": "t_userDefinedValueType$_ResourceId_$29139",
|
111
111
|
"typeString": "ResourceId"
|
112
112
|
}
|
113
113
|
},
|
@@ -115,12 +115,12 @@
|
|
115
115
|
},
|
116
116
|
{
|
117
117
|
"constant": false,
|
118
|
-
"id":
|
118
|
+
"id": 26702,
|
119
119
|
"mutability": "mutable",
|
120
120
|
"name": "callData",
|
121
121
|
"nameLocation": "454:8:51",
|
122
122
|
"nodeType": "VariableDeclaration",
|
123
|
-
"scope":
|
123
|
+
"scope": 26703,
|
124
124
|
"src": "448:14:51",
|
125
125
|
"stateVariable": false,
|
126
126
|
"storageLocation": "default",
|
@@ -129,7 +129,7 @@
|
|
129
129
|
"typeString": "bytes"
|
130
130
|
},
|
131
131
|
"typeName": {
|
132
|
-
"id":
|
132
|
+
"id": 26701,
|
133
133
|
"name": "bytes",
|
134
134
|
"nodeType": "ElementaryTypeName",
|
135
135
|
"src": "448:5:51",
|
@@ -143,17 +143,17 @@
|
|
143
143
|
],
|
144
144
|
"name": "SystemCallData",
|
145
145
|
"nameLocation": "308:14:51",
|
146
|
-
"scope":
|
146
|
+
"scope": 26716,
|
147
147
|
"visibility": "public"
|
148
148
|
},
|
149
149
|
{
|
150
|
-
"id":
|
150
|
+
"id": 26715,
|
151
151
|
"nodeType": "StructDefinition",
|
152
152
|
"src": "666:243:51",
|
153
153
|
"nodes": [],
|
154
154
|
"canonicalName": "SystemCallFromData",
|
155
155
|
"documentation": {
|
156
|
-
"id":
|
156
|
+
"id": 26704,
|
157
157
|
"nodeType": "StructuredDocumentation",
|
158
158
|
"src": "467:198:51",
|
159
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."
|
@@ -161,12 +161,12 @@
|
|
161
161
|
"members": [
|
162
162
|
{
|
163
163
|
"constant": false,
|
164
|
-
"id":
|
164
|
+
"id": 26707,
|
165
165
|
"mutability": "mutable",
|
166
166
|
"name": "from",
|
167
167
|
"nameLocation": "763:4:51",
|
168
168
|
"nodeType": "VariableDeclaration",
|
169
|
-
"scope":
|
169
|
+
"scope": 26715,
|
170
170
|
"src": "755:12:51",
|
171
171
|
"stateVariable": false,
|
172
172
|
"storageLocation": "default",
|
@@ -175,7 +175,7 @@
|
|
175
175
|
"typeString": "address"
|
176
176
|
},
|
177
177
|
"typeName": {
|
178
|
-
"id":
|
178
|
+
"id": 26706,
|
179
179
|
"name": "address",
|
180
180
|
"nodeType": "ElementaryTypeName",
|
181
181
|
"src": "755:7:51",
|
@@ -189,36 +189,36 @@
|
|
189
189
|
},
|
190
190
|
{
|
191
191
|
"constant": false,
|
192
|
-
"id":
|
192
|
+
"id": 26711,
|
193
193
|
"mutability": "mutable",
|
194
194
|
"name": "systemId",
|
195
195
|
"nameLocation": "823:8:51",
|
196
196
|
"nodeType": "VariableDeclaration",
|
197
|
-
"scope":
|
197
|
+
"scope": 26715,
|
198
198
|
"src": "812:19:51",
|
199
199
|
"stateVariable": false,
|
200
200
|
"storageLocation": "default",
|
201
201
|
"typeDescriptions": {
|
202
|
-
"typeIdentifier": "t_userDefinedValueType$_ResourceId_$
|
202
|
+
"typeIdentifier": "t_userDefinedValueType$_ResourceId_$29139",
|
203
203
|
"typeString": "ResourceId"
|
204
204
|
},
|
205
205
|
"typeName": {
|
206
|
-
"id":
|
206
|
+
"id": 26710,
|
207
207
|
"nodeType": "UserDefinedTypeName",
|
208
208
|
"pathNode": {
|
209
|
-
"id":
|
209
|
+
"id": 26709,
|
210
210
|
"name": "ResourceId",
|
211
211
|
"nameLocations": [
|
212
212
|
"812:10:51"
|
213
213
|
],
|
214
214
|
"nodeType": "IdentifierPath",
|
215
|
-
"referencedDeclaration":
|
215
|
+
"referencedDeclaration": 29139,
|
216
216
|
"src": "812:10:51"
|
217
217
|
},
|
218
|
-
"referencedDeclaration":
|
218
|
+
"referencedDeclaration": 29139,
|
219
219
|
"src": "812:10:51",
|
220
220
|
"typeDescriptions": {
|
221
|
-
"typeIdentifier": "t_userDefinedValueType$_ResourceId_$
|
221
|
+
"typeIdentifier": "t_userDefinedValueType$_ResourceId_$29139",
|
222
222
|
"typeString": "ResourceId"
|
223
223
|
}
|
224
224
|
},
|
@@ -226,12 +226,12 @@
|
|
226
226
|
},
|
227
227
|
{
|
228
228
|
"constant": false,
|
229
|
-
"id":
|
229
|
+
"id": 26714,
|
230
230
|
"mutability": "mutable",
|
231
231
|
"name": "callData",
|
232
232
|
"nameLocation": "898:8:51",
|
233
233
|
"nodeType": "VariableDeclaration",
|
234
|
-
"scope":
|
234
|
+
"scope": 26715,
|
235
235
|
"src": "892:14:51",
|
236
236
|
"stateVariable": false,
|
237
237
|
"storageLocation": "default",
|
@@ -240,7 +240,7 @@
|
|
240
240
|
"typeString": "bytes"
|
241
241
|
},
|
242
242
|
"typeName": {
|
243
|
-
"id":
|
243
|
+
"id": 26713,
|
244
244
|
"name": "bytes",
|
245
245
|
"nodeType": "ElementaryTypeName",
|
246
246
|
"src": "892:5:51",
|
@@ -254,7 +254,7 @@
|
|
254
254
|
],
|
255
255
|
"name": "SystemCallFromData",
|
256
256
|
"nameLocation": "673:18:51",
|
257
|
-
"scope":
|
257
|
+
"scope": 26716,
|
258
258
|
"visibility": "public"
|
259
259
|
}
|
260
260
|
],
|
@@ -10,38 +10,38 @@
|
|
10
10
|
},
|
11
11
|
"ast": {
|
12
12
|
"absolutePath": "/home/runner/work/mud/mud/packages/world/src/worldResourceTypes.sol",
|
13
|
-
"id":
|
13
|
+
"id": 26759,
|
14
14
|
"exportedSymbols": {
|
15
15
|
"MASK_RESOURCE_MODULE": [
|
16
|
-
|
16
|
+
26752
|
17
17
|
],
|
18
18
|
"MASK_RESOURCE_NAMESPACE": [
|
19
|
-
|
19
|
+
26746
|
20
20
|
],
|
21
21
|
"MASK_RESOURCE_SYSTEM": [
|
22
|
-
|
22
|
+
26758
|
23
23
|
],
|
24
24
|
"RESOURCE_MODULE": [
|
25
|
-
|
25
|
+
26737
|
26
26
|
],
|
27
27
|
"RESOURCE_NAMESPACE": [
|
28
|
-
|
28
|
+
26734
|
29
29
|
],
|
30
30
|
"RESOURCE_OFFCHAIN_TABLE": [
|
31
|
-
|
31
|
+
39204
|
32
32
|
],
|
33
33
|
"RESOURCE_SYSTEM": [
|
34
|
-
|
34
|
+
26740
|
35
35
|
],
|
36
36
|
"RESOURCE_TABLE": [
|
37
|
-
|
37
|
+
39200
|
38
38
|
]
|
39
39
|
},
|
40
40
|
"nodeType": "SourceUnit",
|
41
41
|
"src": "32:1200:53",
|
42
42
|
"nodes": [
|
43
43
|
{
|
44
|
-
"id":
|
44
|
+
"id": 26727,
|
45
45
|
"nodeType": "PragmaDirective",
|
46
46
|
"src": "32:25:53",
|
47
47
|
"nodes": [],
|
@@ -53,23 +53,23 @@
|
|
53
53
|
]
|
54
54
|
},
|
55
55
|
{
|
56
|
-
"id":
|
56
|
+
"id": 26730,
|
57
57
|
"nodeType": "ImportDirective",
|
58
58
|
"src": "59:103:53",
|
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":
|
64
|
-
"sourceUnit":
|
63
|
+
"scope": 26759,
|
64
|
+
"sourceUnit": 39205,
|
65
65
|
"symbolAliases": [
|
66
66
|
{
|
67
67
|
"foreign": {
|
68
|
-
"id":
|
68
|
+
"id": 26728,
|
69
69
|
"name": "RESOURCE_TABLE",
|
70
70
|
"nodeType": "Identifier",
|
71
71
|
"overloadedDeclarations": [],
|
72
|
-
"referencedDeclaration":
|
72
|
+
"referencedDeclaration": 39200,
|
73
73
|
"src": "68:14:53",
|
74
74
|
"typeDescriptions": {}
|
75
75
|
},
|
@@ -77,11 +77,11 @@
|
|
77
77
|
},
|
78
78
|
{
|
79
79
|
"foreign": {
|
80
|
-
"id":
|
80
|
+
"id": 26729,
|
81
81
|
"name": "RESOURCE_OFFCHAIN_TABLE",
|
82
82
|
"nodeType": "Identifier",
|
83
83
|
"overloadedDeclarations": [],
|
84
|
-
"referencedDeclaration":
|
84
|
+
"referencedDeclaration": 39204,
|
85
85
|
"src": "84:23:53",
|
86
86
|
"typeDescriptions": {}
|
87
87
|
},
|
@@ -91,7 +91,7 @@
|
|
91
91
|
"unitAlias": ""
|
92
92
|
},
|
93
93
|
{
|
94
|
-
"id":
|
94
|
+
"id": 26734,
|
95
95
|
"nodeType": "VariableDeclaration",
|
96
96
|
"src": "541:41:53",
|
97
97
|
"nodes": [],
|
@@ -99,7 +99,7 @@
|
|
99
99
|
"mutability": "constant",
|
100
100
|
"name": "RESOURCE_NAMESPACE",
|
101
101
|
"nameLocation": "557:18:53",
|
102
|
-
"scope":
|
102
|
+
"scope": 26759,
|
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":
|
110
|
+
"id": 26732,
|
111
111
|
"name": "bytes2",
|
112
112
|
"nodeType": "ElementaryTypeName",
|
113
113
|
"src": "541:6:53",
|
@@ -118,7 +118,7 @@
|
|
118
118
|
},
|
119
119
|
"value": {
|
120
120
|
"hexValue": "6e73",
|
121
|
-
"id":
|
121
|
+
"id": 26733,
|
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":
|
138
|
+
"id": 26737,
|
139
139
|
"nodeType": "VariableDeclaration",
|
140
140
|
"src": "806:38:53",
|
141
141
|
"nodes": [],
|
@@ -143,7 +143,7 @@
|
|
143
143
|
"mutability": "constant",
|
144
144
|
"name": "RESOURCE_MODULE",
|
145
145
|
"nameLocation": "822:15:53",
|
146
|
-
"scope":
|
146
|
+
"scope": 26759,
|
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":
|
154
|
+
"id": 26735,
|
155
155
|
"name": "bytes2",
|
156
156
|
"nodeType": "ElementaryTypeName",
|
157
157
|
"src": "806:6:53",
|
@@ -162,7 +162,7 @@
|
|
162
162
|
},
|
163
163
|
"value": {
|
164
164
|
"hexValue": "6d64",
|
165
|
-
"id":
|
165
|
+
"id": 26736,
|
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":
|
182
|
+
"id": 26740,
|
183
183
|
"nodeType": "VariableDeclaration",
|
184
184
|
"src": "929:38:53",
|
185
185
|
"nodes": [],
|
@@ -187,7 +187,7 @@
|
|
187
187
|
"mutability": "constant",
|
188
188
|
"name": "RESOURCE_SYSTEM",
|
189
189
|
"nameLocation": "945:15:53",
|
190
|
-
"scope":
|
190
|
+
"scope": 26759,
|
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":
|
198
|
+
"id": 26738,
|
199
199
|
"name": "bytes2",
|
200
200
|
"nodeType": "ElementaryTypeName",
|
201
201
|
"src": "929:6:53",
|
@@ -206,7 +206,7 @@
|
|
206
206
|
},
|
207
207
|
"value": {
|
208
208
|
"hexValue": "7379",
|
209
|
-
"id":
|
209
|
+
"id": 26739,
|
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":
|
226
|
+
"id": 26746,
|
227
227
|
"nodeType": "VariableDeclaration",
|
228
228
|
"src": "1028:70:53",
|
229
229
|
"nodes": [],
|
@@ -231,7 +231,7 @@
|
|
231
231
|
"mutability": "constant",
|
232
232
|
"name": "MASK_RESOURCE_NAMESPACE",
|
233
233
|
"nameLocation": "1045:23:53",
|
234
|
-
"scope":
|
234
|
+
"scope": 26759,
|
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":
|
242
|
+
"id": 26741,
|
243
243
|
"name": "bytes32",
|
244
244
|
"nodeType": "ElementaryTypeName",
|
245
245
|
"src": "1028:7:53",
|
@@ -251,11 +251,11 @@
|
|
251
251
|
"value": {
|
252
252
|
"arguments": [
|
253
253
|
{
|
254
|
-
"id":
|
254
|
+
"id": 26744,
|
255
255
|
"name": "RESOURCE_NAMESPACE",
|
256
256
|
"nodeType": "Identifier",
|
257
257
|
"overloadedDeclarations": [],
|
258
|
-
"referencedDeclaration":
|
258
|
+
"referencedDeclaration": 26734,
|
259
259
|
"src": "1079:18:53",
|
260
260
|
"typeDescriptions": {
|
261
261
|
"typeIdentifier": "t_bytes2",
|
@@ -270,7 +270,7 @@
|
|
270
270
|
"typeString": "bytes2"
|
271
271
|
}
|
272
272
|
],
|
273
|
-
"id":
|
273
|
+
"id": 26743,
|
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":
|
285
|
+
"id": 26742,
|
286
286
|
"name": "bytes32",
|
287
287
|
"nodeType": "ElementaryTypeName",
|
288
288
|
"src": "1071:7:53",
|
289
289
|
"typeDescriptions": {}
|
290
290
|
}
|
291
291
|
},
|
292
|
-
"id":
|
292
|
+
"id": 26745,
|
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":
|
311
|
+
"id": 26752,
|
312
312
|
"nodeType": "VariableDeclaration",
|
313
313
|
"src": "1100:64:53",
|
314
314
|
"nodes": [],
|
@@ -316,7 +316,7 @@
|
|
316
316
|
"mutability": "constant",
|
317
317
|
"name": "MASK_RESOURCE_MODULE",
|
318
318
|
"nameLocation": "1117:20:53",
|
319
|
-
"scope":
|
319
|
+
"scope": 26759,
|
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":
|
327
|
+
"id": 26747,
|
328
328
|
"name": "bytes32",
|
329
329
|
"nodeType": "ElementaryTypeName",
|
330
330
|
"src": "1100:7:53",
|
@@ -336,11 +336,11 @@
|
|
336
336
|
"value": {
|
337
337
|
"arguments": [
|
338
338
|
{
|
339
|
-
"id":
|
339
|
+
"id": 26750,
|
340
340
|
"name": "RESOURCE_MODULE",
|
341
341
|
"nodeType": "Identifier",
|
342
342
|
"overloadedDeclarations": [],
|
343
|
-
"referencedDeclaration":
|
343
|
+
"referencedDeclaration": 26737,
|
344
344
|
"src": "1148:15:53",
|
345
345
|
"typeDescriptions": {
|
346
346
|
"typeIdentifier": "t_bytes2",
|
@@ -355,7 +355,7 @@
|
|
355
355
|
"typeString": "bytes2"
|
356
356
|
}
|
357
357
|
],
|
358
|
-
"id":
|
358
|
+
"id": 26749,
|
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":
|
370
|
+
"id": 26748,
|
371
371
|
"name": "bytes32",
|
372
372
|
"nodeType": "ElementaryTypeName",
|
373
373
|
"src": "1140:7:53",
|
374
374
|
"typeDescriptions": {}
|
375
375
|
}
|
376
376
|
},
|
377
|
-
"id":
|
377
|
+
"id": 26751,
|
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":
|
396
|
+
"id": 26758,
|
397
397
|
"nodeType": "VariableDeclaration",
|
398
398
|
"src": "1166:64:53",
|
399
399
|
"nodes": [],
|
@@ -401,7 +401,7 @@
|
|
401
401
|
"mutability": "constant",
|
402
402
|
"name": "MASK_RESOURCE_SYSTEM",
|
403
403
|
"nameLocation": "1183:20:53",
|
404
|
-
"scope":
|
404
|
+
"scope": 26759,
|
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":
|
412
|
+
"id": 26753,
|
413
413
|
"name": "bytes32",
|
414
414
|
"nodeType": "ElementaryTypeName",
|
415
415
|
"src": "1166:7:53",
|
@@ -421,11 +421,11 @@
|
|
421
421
|
"value": {
|
422
422
|
"arguments": [
|
423
423
|
{
|
424
|
-
"id":
|
424
|
+
"id": 26756,
|
425
425
|
"name": "RESOURCE_SYSTEM",
|
426
426
|
"nodeType": "Identifier",
|
427
427
|
"overloadedDeclarations": [],
|
428
|
-
"referencedDeclaration":
|
428
|
+
"referencedDeclaration": 26740,
|
429
429
|
"src": "1214:15:53",
|
430
430
|
"typeDescriptions": {
|
431
431
|
"typeIdentifier": "t_bytes2",
|
@@ -440,7 +440,7 @@
|
|
440
440
|
"typeString": "bytes2"
|
441
441
|
}
|
442
442
|
],
|
443
|
-
"id":
|
443
|
+
"id": 26755,
|
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":
|
455
|
+
"id": 26754,
|
456
456
|
"name": "bytes32",
|
457
457
|
"nodeType": "ElementaryTypeName",
|
458
458
|
"src": "1206:7:53",
|
459
459
|
"typeDescriptions": {}
|
460
460
|
}
|
461
461
|
},
|
462
|
-
"id":
|
462
|
+
"id": 26757,
|
463
463
|
"isConstant": false,
|
464
464
|
"isLValue": false,
|
465
465
|
"isPure": true,
|