@latticexyz/world-modules 2.0.0-main-f99e8898 → 2.0.0-main-94d7f1ee
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.abi.json +1 -0
- package/out/AccessControl.sol/AccessControl.json +1651 -0
- package/out/ArrayLib.sol/ArrayLib.json +477 -477
- package/out/Balances.sol/Balances.abi.json +1 -0
- package/out/Balances.sol/Balances.json +13002 -0
- package/out/CallboundDelegationControl.sol/CallboundDelegationControl.json +350 -350
- package/out/CallboundDelegations.sol/CallboundDelegations.json +4497 -4497
- package/out/DelegationControl.sol/DelegationControl.json +135 -135
- package/out/FunctionSelectors.sol/FunctionSelectors.abi.json +1 -0
- package/out/FunctionSelectors.sol/FunctionSelectors.json +17874 -0
- package/out/Hooks.sol/Hooks.json +45 -45
- package/out/IAccessManagementSystem.sol/IAccessManagementSystem.json +14 -14
- package/out/IBalanceTransferSystem.sol/IBalanceTransferSystem.json +15 -15
- package/out/IBaseWorld.sol/IBaseWorld.json +81 -81
- package/out/IBatchCallSystem.sol/IBatchCallSystem.json +15 -15
- package/out/IDelegationControl.sol/IDelegationControl.json +7 -7
- package/out/ISystemHook.sol/ISystemHook.json +12 -12
- package/out/IUniqueEntitySystem.sol/IUniqueEntitySystem.json +25 -25
- package/out/IWorldErrors.sol/IWorldErrors.json +19 -19
- package/out/IWorldKernel.sol/IWorldCall.json +10 -10
- package/out/IWorldKernel.sol/IWorldKernel.json +10 -10
- package/out/IWorldKernel.sol/IWorldModuleInstallation.json +10 -10
- package/out/IWorldRegistrationSystem.sol/IWorldRegistrationSystem.json +39 -39
- package/out/KeysInTable.sol/KeysInTable.json +18190 -18190
- package/out/KeysInTableHook.sol/KeysInTableHook.json +1407 -1407
- package/out/KeysInTableModule.sol/KeysInTableModule.json +838 -838
- package/out/KeysWithValue.sol/KeysWithValue.json +6631 -6631
- package/out/KeysWithValueHook.sol/KeysWithValueHook.json +1557 -1557
- package/out/KeysWithValueModule.sol/KeysWithValueModule.json +650 -650
- package/out/Module.sol/Module.json +119 -119
- package/out/NamespaceOwner.sol/NamespaceOwner.abi.json +1 -0
- package/out/NamespaceOwner.sol/NamespaceOwner.json +13016 -0
- package/out/ResourceAccess.sol/ResourceAccess.abi.json +1 -0
- package/out/ResourceAccess.sol/ResourceAccess.json +17296 -0
- 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 +729 -729
- package/out/StandardDelegationsModule.sol/StandardDelegationsModule.json +448 -448
- package/out/StoreHook.sol/StoreHook.json +639 -639
- package/out/StoreHooks.sol/StoreHooks.json +45 -45
- package/out/System.sol/System.json +32 -32
- package/out/SystemHooks.sol/SystemHooks.abi.json +1 -0
- package/out/SystemHooks.sol/SystemHooks.json +32460 -0
- package/out/SystemSwitch.sol/SystemSwitch.abi.json +1 -0
- package/out/SystemSwitch.sol/SystemSwitch.json +2879 -0
- package/out/Systems.sol/Systems.abi.json +1 -0
- package/out/Systems.sol/Systems.json +18508 -0
- package/out/Tables.sol/Tables.json +73 -73
- package/out/TimeboundDelegationControl.sol/TimeboundDelegationControl.json +183 -183
- package/out/TimeboundDelegations.sol/TimeboundDelegations.json +3474 -3474
- package/out/UniqueEntity.sol/UniqueEntity.json +2345 -2345
- package/out/UniqueEntityModule.sol/UniqueEntityModule.json +482 -482
- package/out/UniqueEntitySystem.sol/UniqueEntitySystem.json +128 -128
- package/out/UsedKeysIndex.sol/UsedKeysIndex.json +4590 -4590
- 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 +103 -103
- package/out/WorldResourceId.sol/WorldResourceIdLib.json +103 -103
- package/out/constants.sol/constants.json +194 -194
- package/out/getKeysInTable.sol/getKeysInTable.json +918 -918
- package/out/getKeysWithValue.sol/getKeysWithValue.json +431 -431
- package/out/getTargetTableId.sol/getTargetTableId.json +272 -272
- package/out/getUniqueEntity.sol/getUniqueEntity.json +389 -240
- package/out/hasKey.sol/hasKey.json +215 -215
- package/out/index.sol/index.json +73 -73
- package/out/interfaces/IBaseWorld.sol/IBaseWorld.json +171 -171
- package/out/query.sol/query.json +1892 -1892
- package/out/revertWithBytes.sol/revertWithBytes.json +52 -52
- package/out/src/Bytes.sol/Bytes.json +3766 -3766
- package/out/src/FieldLayout.sol/FieldLayoutInstance.json +1204 -1204
- package/out/src/FieldLayout.sol/FieldLayoutLib.json +1204 -1204
- package/out/src/Hook.sol/HookInstance.abi.json +1 -0
- package/out/src/Hook.sol/HookInstance.json +2823 -0
- package/out/src/Hook.sol/HookLib.abi.json +1 -0
- package/out/src/Hook.sol/HookLib.json +2823 -0
- package/out/src/IStore.sol/IStore.json +73 -73
- package/out/src/ISystemHook.sol/ISystemHook.abi.json +67 -0
- package/out/src/ISystemHook.sol/ISystemHook.abi.json.d.ts +68 -0
- package/out/src/ISystemHook.sol/ISystemHook.json +852 -0
- package/out/src/IWorldErrors.sol/IWorldErrors.abi.json +189 -0
- package/out/src/IWorldErrors.sol/IWorldErrors.abi.json.d.ts +190 -0
- package/out/src/IWorldErrors.sol/IWorldErrors.json +1463 -0
- package/out/src/IWorldKernel.sol/IWorldCall.json +258 -258
- package/out/src/IWorldKernel.sol/IWorldKernel.json +258 -258
- package/out/src/IWorldKernel.sol/IWorldModuleInstallation.json +258 -258
- package/out/src/Memory.sol/Memory.json +242 -242
- package/out/src/PackedCounter.sol/PackedCounterInstance.json +1633 -1633
- package/out/src/PackedCounter.sol/PackedCounterLib.json +1633 -1633
- package/out/src/ResourceId.sol/ResourceIdInstance.json +206 -206
- package/out/src/ResourceId.sol/ResourceIdLib.json +206 -206
- package/out/src/Schema.sol/SchemaInstance.json +1351 -1351
- package/out/src/Schema.sol/SchemaLib.json +1351 -1351
- package/out/src/Slice.sol/SliceInstance.json +802 -802
- package/out/src/Slice.sol/SliceLib.json +802 -802
- package/out/src/StoreCore.sol/StoreCore.json +7412 -7412
- package/out/src/StoreCore.sol/StoreCoreInternal.json +7412 -7412
- package/out/src/StoreSwitch.sol/StoreSwitch.json +4064 -4064
- package/out/src/WorldContext.sol/WorldContextConsumer.json +805 -805
- package/out/src/WorldContext.sol/WorldContextConsumerLib.json +807 -807
- package/out/src/WorldContext.sol/WorldContextProviderLib.json +807 -807
- package/out/src/WorldResourceId.sol/WorldResourceIdInstance.json +809 -809
- package/out/src/WorldResourceId.sol/WorldResourceIdLib.json +809 -809
- package/out/storeHookTypes.sol/storeHookTypes.json +204 -204
- package/out/storeResourceTypes.sol/storeResourceTypes.json +23 -23
- package/out/systemHookTypes.sol/systemHookTypes.json +270 -0
- package/out/tables/ResourceIds.sol/ResourceIds.json +2922 -2922
- package/out/tables/Tables.sol/Tables.json +12189 -12189
- package/out/tightcoder/EncodeArray.sol/EncodeArray.json +6883 -6883
- package/out/types.sol/types.json +71 -71
- package/out/worldResourceTypes.sol/worldResourceTypes.json +92 -92
- package/package.json +8 -8
- package/src/modules/uniqueentity/getUniqueEntity.sol +5 -3
- package/src/utils/SystemSwitch.sol +82 -0
@@ -10,40 +10,40 @@
|
|
10
10
|
},
|
11
11
|
"ast": {
|
12
12
|
"absolutePath": "/home/runner/work/mud/mud/packages/world/src/constants.sol",
|
13
|
-
"id":
|
13
|
+
"id": 26673,
|
14
14
|
"exportedSymbols": {
|
15
15
|
"RESOURCE_NAMESPACE": [
|
16
|
-
|
16
|
+
26716
|
17
17
|
],
|
18
18
|
"RESOURCE_SYSTEM": [
|
19
|
-
|
19
|
+
26722
|
20
20
|
],
|
21
21
|
"ROOT_NAME": [
|
22
|
-
|
22
|
+
26621
|
23
23
|
],
|
24
24
|
"ROOT_NAMESPACE": [
|
25
|
-
|
25
|
+
26618
|
26
26
|
],
|
27
27
|
"ROOT_NAMESPACE_ID": [
|
28
|
-
|
28
|
+
26654
|
29
29
|
],
|
30
30
|
"ResourceId": [
|
31
|
-
|
31
|
+
29121
|
32
32
|
],
|
33
33
|
"UNLIMITED_DELEGATION": [
|
34
|
-
|
34
|
+
26672
|
35
35
|
],
|
36
36
|
"WORLD_NAMESPACE_ID": [
|
37
|
-
|
37
|
+
26639
|
38
38
|
]
|
39
39
|
},
|
40
40
|
"nodeType": "SourceUnit",
|
41
|
-
"src": "32:669:
|
41
|
+
"src": "32:669:50",
|
42
42
|
"nodes": [
|
43
43
|
{
|
44
|
-
"id":
|
44
|
+
"id": 26610,
|
45
45
|
"nodeType": "PragmaDirective",
|
46
|
-
"src": "32:25:
|
46
|
+
"src": "32:25:50",
|
47
47
|
"nodes": [],
|
48
48
|
"literals": [
|
49
49
|
"solidity",
|
@@ -53,24 +53,24 @@
|
|
53
53
|
]
|
54
54
|
},
|
55
55
|
{
|
56
|
-
"id":
|
56
|
+
"id": 26612,
|
57
57
|
"nodeType": "ImportDirective",
|
58
|
-
"src": "59:66:
|
58
|
+
"src": "59:66:50",
|
59
59
|
"nodes": [],
|
60
60
|
"absolutePath": "node_modules/@latticexyz/store/src/ResourceId.sol",
|
61
61
|
"file": "@latticexyz/store/src/ResourceId.sol",
|
62
62
|
"nameLocation": "-1:-1:-1",
|
63
|
-
"scope":
|
64
|
-
"sourceUnit":
|
63
|
+
"scope": 26673,
|
64
|
+
"sourceUnit": 29193,
|
65
65
|
"symbolAliases": [
|
66
66
|
{
|
67
67
|
"foreign": {
|
68
|
-
"id":
|
68
|
+
"id": 26611,
|
69
69
|
"name": "ResourceId",
|
70
70
|
"nodeType": "Identifier",
|
71
71
|
"overloadedDeclarations": [],
|
72
|
-
"referencedDeclaration":
|
73
|
-
"src": "68:10:
|
72
|
+
"referencedDeclaration": 29121,
|
73
|
+
"src": "68:10:50",
|
74
74
|
"typeDescriptions": {}
|
75
75
|
},
|
76
76
|
"nameLocation": "-1:-1:-1"
|
@@ -79,36 +79,36 @@
|
|
79
79
|
"unitAlias": ""
|
80
80
|
},
|
81
81
|
{
|
82
|
-
"id":
|
82
|
+
"id": 26615,
|
83
83
|
"nodeType": "ImportDirective",
|
84
|
-
"src": "127:79:
|
84
|
+
"src": "127:79:50",
|
85
85
|
"nodes": [],
|
86
86
|
"absolutePath": "/home/runner/work/mud/mud/packages/world/src/worldResourceTypes.sol",
|
87
87
|
"file": "./worldResourceTypes.sol",
|
88
88
|
"nameLocation": "-1:-1:-1",
|
89
|
-
"scope":
|
90
|
-
"sourceUnit":
|
89
|
+
"scope": 26673,
|
90
|
+
"sourceUnit": 26741,
|
91
91
|
"symbolAliases": [
|
92
92
|
{
|
93
93
|
"foreign": {
|
94
|
-
"id":
|
94
|
+
"id": 26613,
|
95
95
|
"name": "RESOURCE_SYSTEM",
|
96
96
|
"nodeType": "Identifier",
|
97
97
|
"overloadedDeclarations": [],
|
98
|
-
"referencedDeclaration":
|
99
|
-
"src": "136:15:
|
98
|
+
"referencedDeclaration": 26722,
|
99
|
+
"src": "136:15:50",
|
100
100
|
"typeDescriptions": {}
|
101
101
|
},
|
102
102
|
"nameLocation": "-1:-1:-1"
|
103
103
|
},
|
104
104
|
{
|
105
105
|
"foreign": {
|
106
|
-
"id":
|
106
|
+
"id": 26614,
|
107
107
|
"name": "RESOURCE_NAMESPACE",
|
108
108
|
"nodeType": "Identifier",
|
109
109
|
"overloadedDeclarations": [],
|
110
|
-
"referencedDeclaration":
|
111
|
-
"src": "153:18:
|
110
|
+
"referencedDeclaration": 26716,
|
111
|
+
"src": "153:18:50",
|
112
112
|
"typeDescriptions": {}
|
113
113
|
},
|
114
114
|
"nameLocation": "-1:-1:-1"
|
@@ -117,15 +117,15 @@
|
|
117
117
|
"unitAlias": ""
|
118
118
|
},
|
119
119
|
{
|
120
|
-
"id":
|
120
|
+
"id": 26618,
|
121
121
|
"nodeType": "VariableDeclaration",
|
122
|
-
"src": "208:36:
|
122
|
+
"src": "208:36:50",
|
123
123
|
"nodes": [],
|
124
124
|
"constant": true,
|
125
125
|
"mutability": "constant",
|
126
126
|
"name": "ROOT_NAMESPACE",
|
127
|
-
"nameLocation": "225:14:
|
128
|
-
"scope":
|
127
|
+
"nameLocation": "225:14:50",
|
128
|
+
"scope": 26673,
|
129
129
|
"stateVariable": false,
|
130
130
|
"storageLocation": "default",
|
131
131
|
"typeDescriptions": {
|
@@ -133,10 +133,10 @@
|
|
133
133
|
"typeString": "bytes14"
|
134
134
|
},
|
135
135
|
"typeName": {
|
136
|
-
"id":
|
136
|
+
"id": 26616,
|
137
137
|
"name": "bytes14",
|
138
138
|
"nodeType": "ElementaryTypeName",
|
139
|
-
"src": "208:7:
|
139
|
+
"src": "208:7:50",
|
140
140
|
"typeDescriptions": {
|
141
141
|
"typeIdentifier": "t_bytes14",
|
142
142
|
"typeString": "bytes14"
|
@@ -144,14 +144,14 @@
|
|
144
144
|
},
|
145
145
|
"value": {
|
146
146
|
"hexValue": "",
|
147
|
-
"id":
|
147
|
+
"id": 26617,
|
148
148
|
"isConstant": false,
|
149
149
|
"isLValue": false,
|
150
150
|
"isPure": true,
|
151
151
|
"kind": "string",
|
152
152
|
"lValueRequested": false,
|
153
153
|
"nodeType": "Literal",
|
154
|
-
"src": "242:2:
|
154
|
+
"src": "242:2:50",
|
155
155
|
"typeDescriptions": {
|
156
156
|
"typeIdentifier": "t_stringliteral_c5d2460186f7233c927e7db2dcc703c0e500b653ca82273b7bfad8045d85a470",
|
157
157
|
"typeString": "literal_string \"\""
|
@@ -161,15 +161,15 @@
|
|
161
161
|
"visibility": "internal"
|
162
162
|
},
|
163
163
|
{
|
164
|
-
"id":
|
164
|
+
"id": 26621,
|
165
165
|
"nodeType": "VariableDeclaration",
|
166
|
-
"src": "246:31:
|
166
|
+
"src": "246:31:50",
|
167
167
|
"nodes": [],
|
168
168
|
"constant": true,
|
169
169
|
"mutability": "constant",
|
170
170
|
"name": "ROOT_NAME",
|
171
|
-
"nameLocation": "263:9:
|
172
|
-
"scope":
|
171
|
+
"nameLocation": "263:9:50",
|
172
|
+
"scope": 26673,
|
173
173
|
"stateVariable": false,
|
174
174
|
"storageLocation": "default",
|
175
175
|
"typeDescriptions": {
|
@@ -177,10 +177,10 @@
|
|
177
177
|
"typeString": "bytes16"
|
178
178
|
},
|
179
179
|
"typeName": {
|
180
|
-
"id":
|
180
|
+
"id": 26619,
|
181
181
|
"name": "bytes16",
|
182
182
|
"nodeType": "ElementaryTypeName",
|
183
|
-
"src": "246:7:
|
183
|
+
"src": "246:7:50",
|
184
184
|
"typeDescriptions": {
|
185
185
|
"typeIdentifier": "t_bytes16",
|
186
186
|
"typeString": "bytes16"
|
@@ -188,14 +188,14 @@
|
|
188
188
|
},
|
189
189
|
"value": {
|
190
190
|
"hexValue": "",
|
191
|
-
"id":
|
191
|
+
"id": 26620,
|
192
192
|
"isConstant": false,
|
193
193
|
"isLValue": false,
|
194
194
|
"isPure": true,
|
195
195
|
"kind": "string",
|
196
196
|
"lValueRequested": false,
|
197
197
|
"nodeType": "Literal",
|
198
|
-
"src": "275:2:
|
198
|
+
"src": "275:2:50",
|
199
199
|
"typeDescriptions": {
|
200
200
|
"typeIdentifier": "t_stringliteral_c5d2460186f7233c927e7db2dcc703c0e500b653ca82273b7bfad8045d85a470",
|
201
201
|
"typeString": "literal_string \"\""
|
@@ -205,38 +205,38 @@
|
|
205
205
|
"visibility": "internal"
|
206
206
|
},
|
207
207
|
{
|
208
|
-
"id":
|
208
|
+
"id": 26639,
|
209
209
|
"nodeType": "VariableDeclaration",
|
210
|
-
"src": "280:136:
|
210
|
+
"src": "280:136:50",
|
211
211
|
"nodes": [],
|
212
212
|
"constant": true,
|
213
213
|
"mutability": "constant",
|
214
214
|
"name": "WORLD_NAMESPACE_ID",
|
215
|
-
"nameLocation": "300:18:
|
216
|
-
"scope":
|
215
|
+
"nameLocation": "300:18:50",
|
216
|
+
"scope": 26673,
|
217
217
|
"stateVariable": false,
|
218
218
|
"storageLocation": "default",
|
219
219
|
"typeDescriptions": {
|
220
|
-
"typeIdentifier": "t_userDefinedValueType$_ResourceId_$
|
220
|
+
"typeIdentifier": "t_userDefinedValueType$_ResourceId_$29121",
|
221
221
|
"typeString": "ResourceId"
|
222
222
|
},
|
223
223
|
"typeName": {
|
224
|
-
"id":
|
224
|
+
"id": 26623,
|
225
225
|
"nodeType": "UserDefinedTypeName",
|
226
226
|
"pathNode": {
|
227
|
-
"id":
|
227
|
+
"id": 26622,
|
228
228
|
"name": "ResourceId",
|
229
229
|
"nameLocations": [
|
230
|
-
"280:10:
|
230
|
+
"280:10:50"
|
231
231
|
],
|
232
232
|
"nodeType": "IdentifierPath",
|
233
|
-
"referencedDeclaration":
|
234
|
-
"src": "280:10:
|
233
|
+
"referencedDeclaration": 29121,
|
234
|
+
"src": "280:10:50"
|
235
235
|
},
|
236
|
-
"referencedDeclaration":
|
237
|
-
"src": "280:10:
|
236
|
+
"referencedDeclaration": 29121,
|
237
|
+
"src": "280:10:50",
|
238
238
|
"typeDescriptions": {
|
239
|
-
"typeIdentifier": "t_userDefinedValueType$_ResourceId_$
|
239
|
+
"typeIdentifier": "t_userDefinedValueType$_ResourceId_$29121",
|
240
240
|
"typeString": "ResourceId"
|
241
241
|
}
|
242
242
|
},
|
@@ -247,12 +247,12 @@
|
|
247
247
|
{
|
248
248
|
"arguments": [
|
249
249
|
{
|
250
|
-
"id":
|
250
|
+
"id": 26630,
|
251
251
|
"name": "RESOURCE_NAMESPACE",
|
252
252
|
"nodeType": "Identifier",
|
253
253
|
"overloadedDeclarations": [],
|
254
|
-
"referencedDeclaration":
|
255
|
-
"src": "365:18:
|
254
|
+
"referencedDeclaration": 26716,
|
255
|
+
"src": "365:18:50",
|
256
256
|
"typeDescriptions": {
|
257
257
|
"typeIdentifier": "t_bytes2",
|
258
258
|
"typeString": "bytes2"
|
@@ -262,14 +262,14 @@
|
|
262
262
|
"arguments": [
|
263
263
|
{
|
264
264
|
"hexValue": "776f726c64",
|
265
|
-
"id":
|
265
|
+
"id": 26633,
|
266
266
|
"isConstant": false,
|
267
267
|
"isLValue": false,
|
268
268
|
"isPure": true,
|
269
269
|
"kind": "string",
|
270
270
|
"lValueRequested": false,
|
271
271
|
"nodeType": "Literal",
|
272
|
-
"src": "393:7:
|
272
|
+
"src": "393:7:50",
|
273
273
|
"typeDescriptions": {
|
274
274
|
"typeIdentifier": "t_stringliteral_8452c9b9140222b08593a26daa782707297be9f7b3e8281d7b4974769f19afd0",
|
275
275
|
"typeString": "literal_string \"world\""
|
@@ -284,26 +284,26 @@
|
|
284
284
|
"typeString": "literal_string \"world\""
|
285
285
|
}
|
286
286
|
],
|
287
|
-
"id":
|
287
|
+
"id": 26632,
|
288
288
|
"isConstant": false,
|
289
289
|
"isLValue": false,
|
290
290
|
"isPure": true,
|
291
291
|
"lValueRequested": false,
|
292
292
|
"nodeType": "ElementaryTypeNameExpression",
|
293
|
-
"src": "385:7:
|
293
|
+
"src": "385:7:50",
|
294
294
|
"typeDescriptions": {
|
295
295
|
"typeIdentifier": "t_type$_t_bytes14_$",
|
296
296
|
"typeString": "type(bytes14)"
|
297
297
|
},
|
298
298
|
"typeName": {
|
299
|
-
"id":
|
299
|
+
"id": 26631,
|
300
300
|
"name": "bytes14",
|
301
301
|
"nodeType": "ElementaryTypeName",
|
302
|
-
"src": "385:7:
|
302
|
+
"src": "385:7:50",
|
303
303
|
"typeDescriptions": {}
|
304
304
|
}
|
305
305
|
},
|
306
|
-
"id":
|
306
|
+
"id": 26634,
|
307
307
|
"isConstant": false,
|
308
308
|
"isLValue": false,
|
309
309
|
"isPure": true,
|
@@ -312,7 +312,7 @@
|
|
312
312
|
"nameLocations": [],
|
313
313
|
"names": [],
|
314
314
|
"nodeType": "FunctionCall",
|
315
|
-
"src": "385:16:
|
315
|
+
"src": "385:16:50",
|
316
316
|
"tryCall": false,
|
317
317
|
"typeDescriptions": {
|
318
318
|
"typeIdentifier": "t_bytes14",
|
@@ -320,12 +320,12 @@
|
|
320
320
|
}
|
321
321
|
},
|
322
322
|
{
|
323
|
-
"id":
|
323
|
+
"id": 26635,
|
324
324
|
"name": "ROOT_NAME",
|
325
325
|
"nodeType": "Identifier",
|
326
326
|
"overloadedDeclarations": [],
|
327
|
-
"referencedDeclaration":
|
328
|
-
"src": "403:9:
|
327
|
+
"referencedDeclaration": 26621,
|
328
|
+
"src": "403:9:50",
|
329
329
|
"typeDescriptions": {
|
330
330
|
"typeIdentifier": "t_bytes16",
|
331
331
|
"typeString": "bytes16"
|
@@ -348,32 +348,32 @@
|
|
348
348
|
}
|
349
349
|
],
|
350
350
|
"expression": {
|
351
|
-
"id":
|
351
|
+
"id": 26628,
|
352
352
|
"name": "abi",
|
353
353
|
"nodeType": "Identifier",
|
354
354
|
"overloadedDeclarations": [],
|
355
355
|
"referencedDeclaration": -1,
|
356
|
-
"src": "348:3:
|
356
|
+
"src": "348:3:50",
|
357
357
|
"typeDescriptions": {
|
358
358
|
"typeIdentifier": "t_magic_abi",
|
359
359
|
"typeString": "abi"
|
360
360
|
}
|
361
361
|
},
|
362
|
-
"id":
|
362
|
+
"id": 26629,
|
363
363
|
"isConstant": false,
|
364
364
|
"isLValue": false,
|
365
365
|
"isPure": true,
|
366
366
|
"lValueRequested": false,
|
367
|
-
"memberLocation": "352:12:
|
367
|
+
"memberLocation": "352:12:50",
|
368
368
|
"memberName": "encodePacked",
|
369
369
|
"nodeType": "MemberAccess",
|
370
|
-
"src": "348:16:
|
370
|
+
"src": "348:16:50",
|
371
371
|
"typeDescriptions": {
|
372
372
|
"typeIdentifier": "t_function_abiencodepacked_pure$__$returns$_t_bytes_memory_ptr_$",
|
373
373
|
"typeString": "function () pure returns (bytes memory)"
|
374
374
|
}
|
375
375
|
},
|
376
|
-
"id":
|
376
|
+
"id": 26636,
|
377
377
|
"isConstant": false,
|
378
378
|
"isLValue": false,
|
379
379
|
"isPure": true,
|
@@ -382,7 +382,7 @@
|
|
382
382
|
"nameLocations": [],
|
383
383
|
"names": [],
|
384
384
|
"nodeType": "FunctionCall",
|
385
|
-
"src": "348:65:
|
385
|
+
"src": "348:65:50",
|
386
386
|
"tryCall": false,
|
387
387
|
"typeDescriptions": {
|
388
388
|
"typeIdentifier": "t_bytes_memory_ptr",
|
@@ -397,26 +397,26 @@
|
|
397
397
|
"typeString": "bytes memory"
|
398
398
|
}
|
399
399
|
],
|
400
|
-
"id":
|
400
|
+
"id": 26627,
|
401
401
|
"isConstant": false,
|
402
402
|
"isLValue": false,
|
403
403
|
"isPure": true,
|
404
404
|
"lValueRequested": false,
|
405
405
|
"nodeType": "ElementaryTypeNameExpression",
|
406
|
-
"src": "340:7:
|
406
|
+
"src": "340:7:50",
|
407
407
|
"typeDescriptions": {
|
408
408
|
"typeIdentifier": "t_type$_t_bytes32_$",
|
409
409
|
"typeString": "type(bytes32)"
|
410
410
|
},
|
411
411
|
"typeName": {
|
412
|
-
"id":
|
412
|
+
"id": 26626,
|
413
413
|
"name": "bytes32",
|
414
414
|
"nodeType": "ElementaryTypeName",
|
415
|
-
"src": "340:7:
|
415
|
+
"src": "340:7:50",
|
416
416
|
"typeDescriptions": {}
|
417
417
|
}
|
418
418
|
},
|
419
|
-
"id":
|
419
|
+
"id": 26637,
|
420
420
|
"isConstant": false,
|
421
421
|
"isLValue": false,
|
422
422
|
"isPure": true,
|
@@ -425,7 +425,7 @@
|
|
425
425
|
"nameLocations": [],
|
426
426
|
"names": [],
|
427
427
|
"nodeType": "FunctionCall",
|
428
|
-
"src": "340:74:
|
428
|
+
"src": "340:74:50",
|
429
429
|
"tryCall": false,
|
430
430
|
"typeDescriptions": {
|
431
431
|
"typeIdentifier": "t_bytes32",
|
@@ -441,32 +441,32 @@
|
|
441
441
|
}
|
442
442
|
],
|
443
443
|
"expression": {
|
444
|
-
"id":
|
444
|
+
"id": 26624,
|
445
445
|
"name": "ResourceId",
|
446
446
|
"nodeType": "Identifier",
|
447
447
|
"overloadedDeclarations": [],
|
448
|
-
"referencedDeclaration":
|
449
|
-
"src": "321:10:
|
448
|
+
"referencedDeclaration": 29121,
|
449
|
+
"src": "321:10:50",
|
450
450
|
"typeDescriptions": {
|
451
|
-
"typeIdentifier": "t_type$_t_userDefinedValueType$_ResourceId_$
|
451
|
+
"typeIdentifier": "t_type$_t_userDefinedValueType$_ResourceId_$29121_$",
|
452
452
|
"typeString": "type(ResourceId)"
|
453
453
|
}
|
454
454
|
},
|
455
|
-
"id":
|
455
|
+
"id": 26625,
|
456
456
|
"isConstant": false,
|
457
457
|
"isLValue": false,
|
458
458
|
"isPure": true,
|
459
459
|
"lValueRequested": false,
|
460
|
-
"memberLocation": "332:4:
|
460
|
+
"memberLocation": "332:4:50",
|
461
461
|
"memberName": "wrap",
|
462
462
|
"nodeType": "MemberAccess",
|
463
|
-
"src": "321:15:
|
463
|
+
"src": "321:15:50",
|
464
464
|
"typeDescriptions": {
|
465
|
-
"typeIdentifier": "t_function_wrap_pure$_t_bytes32_$returns$_t_userDefinedValueType$_ResourceId_$
|
465
|
+
"typeIdentifier": "t_function_wrap_pure$_t_bytes32_$returns$_t_userDefinedValueType$_ResourceId_$29121_$",
|
466
466
|
"typeString": "function (bytes32) pure returns (ResourceId)"
|
467
467
|
}
|
468
468
|
},
|
469
|
-
"id":
|
469
|
+
"id": 26638,
|
470
470
|
"isConstant": false,
|
471
471
|
"isLValue": false,
|
472
472
|
"isPure": true,
|
@@ -475,48 +475,48 @@
|
|
475
475
|
"nameLocations": [],
|
476
476
|
"names": [],
|
477
477
|
"nodeType": "FunctionCall",
|
478
|
-
"src": "321:95:
|
478
|
+
"src": "321:95:50",
|
479
479
|
"tryCall": false,
|
480
480
|
"typeDescriptions": {
|
481
|
-
"typeIdentifier": "t_userDefinedValueType$_ResourceId_$
|
481
|
+
"typeIdentifier": "t_userDefinedValueType$_ResourceId_$29121",
|
482
482
|
"typeString": "ResourceId"
|
483
483
|
}
|
484
484
|
},
|
485
485
|
"visibility": "internal"
|
486
486
|
},
|
487
487
|
{
|
488
|
-
"id":
|
488
|
+
"id": 26654,
|
489
489
|
"nodeType": "VariableDeclaration",
|
490
|
-
"src": "419:133:
|
490
|
+
"src": "419:133:50",
|
491
491
|
"nodes": [],
|
492
492
|
"constant": true,
|
493
493
|
"mutability": "constant",
|
494
494
|
"name": "ROOT_NAMESPACE_ID",
|
495
|
-
"nameLocation": "439:17:
|
496
|
-
"scope":
|
495
|
+
"nameLocation": "439:17:50",
|
496
|
+
"scope": 26673,
|
497
497
|
"stateVariable": false,
|
498
498
|
"storageLocation": "default",
|
499
499
|
"typeDescriptions": {
|
500
|
-
"typeIdentifier": "t_userDefinedValueType$_ResourceId_$
|
500
|
+
"typeIdentifier": "t_userDefinedValueType$_ResourceId_$29121",
|
501
501
|
"typeString": "ResourceId"
|
502
502
|
},
|
503
503
|
"typeName": {
|
504
|
-
"id":
|
504
|
+
"id": 26641,
|
505
505
|
"nodeType": "UserDefinedTypeName",
|
506
506
|
"pathNode": {
|
507
|
-
"id":
|
507
|
+
"id": 26640,
|
508
508
|
"name": "ResourceId",
|
509
509
|
"nameLocations": [
|
510
|
-
"419:10:
|
510
|
+
"419:10:50"
|
511
511
|
],
|
512
512
|
"nodeType": "IdentifierPath",
|
513
|
-
"referencedDeclaration":
|
514
|
-
"src": "419:10:
|
513
|
+
"referencedDeclaration": 29121,
|
514
|
+
"src": "419:10:50"
|
515
515
|
},
|
516
|
-
"referencedDeclaration":
|
517
|
-
"src": "419:10:
|
516
|
+
"referencedDeclaration": 29121,
|
517
|
+
"src": "419:10:50",
|
518
518
|
"typeDescriptions": {
|
519
|
-
"typeIdentifier": "t_userDefinedValueType$_ResourceId_$
|
519
|
+
"typeIdentifier": "t_userDefinedValueType$_ResourceId_$29121",
|
520
520
|
"typeString": "ResourceId"
|
521
521
|
}
|
522
522
|
},
|
@@ -527,36 +527,36 @@
|
|
527
527
|
{
|
528
528
|
"arguments": [
|
529
529
|
{
|
530
|
-
"id":
|
530
|
+
"id": 26648,
|
531
531
|
"name": "RESOURCE_NAMESPACE",
|
532
532
|
"nodeType": "Identifier",
|
533
533
|
"overloadedDeclarations": [],
|
534
|
-
"referencedDeclaration":
|
535
|
-
"src": "503:18:
|
534
|
+
"referencedDeclaration": 26716,
|
535
|
+
"src": "503:18:50",
|
536
536
|
"typeDescriptions": {
|
537
537
|
"typeIdentifier": "t_bytes2",
|
538
538
|
"typeString": "bytes2"
|
539
539
|
}
|
540
540
|
},
|
541
541
|
{
|
542
|
-
"id":
|
542
|
+
"id": 26649,
|
543
543
|
"name": "ROOT_NAMESPACE",
|
544
544
|
"nodeType": "Identifier",
|
545
545
|
"overloadedDeclarations": [],
|
546
|
-
"referencedDeclaration":
|
547
|
-
"src": "523:14:
|
546
|
+
"referencedDeclaration": 26618,
|
547
|
+
"src": "523:14:50",
|
548
548
|
"typeDescriptions": {
|
549
549
|
"typeIdentifier": "t_bytes14",
|
550
550
|
"typeString": "bytes14"
|
551
551
|
}
|
552
552
|
},
|
553
553
|
{
|
554
|
-
"id":
|
554
|
+
"id": 26650,
|
555
555
|
"name": "ROOT_NAME",
|
556
556
|
"nodeType": "Identifier",
|
557
557
|
"overloadedDeclarations": [],
|
558
|
-
"referencedDeclaration":
|
559
|
-
"src": "539:9:
|
558
|
+
"referencedDeclaration": 26621,
|
559
|
+
"src": "539:9:50",
|
560
560
|
"typeDescriptions": {
|
561
561
|
"typeIdentifier": "t_bytes16",
|
562
562
|
"typeString": "bytes16"
|
@@ -579,32 +579,32 @@
|
|
579
579
|
}
|
580
580
|
],
|
581
581
|
"expression": {
|
582
|
-
"id":
|
582
|
+
"id": 26646,
|
583
583
|
"name": "abi",
|
584
584
|
"nodeType": "Identifier",
|
585
585
|
"overloadedDeclarations": [],
|
586
586
|
"referencedDeclaration": -1,
|
587
|
-
"src": "486:3:
|
587
|
+
"src": "486:3:50",
|
588
588
|
"typeDescriptions": {
|
589
589
|
"typeIdentifier": "t_magic_abi",
|
590
590
|
"typeString": "abi"
|
591
591
|
}
|
592
592
|
},
|
593
|
-
"id":
|
593
|
+
"id": 26647,
|
594
594
|
"isConstant": false,
|
595
595
|
"isLValue": false,
|
596
596
|
"isPure": true,
|
597
597
|
"lValueRequested": false,
|
598
|
-
"memberLocation": "490:12:
|
598
|
+
"memberLocation": "490:12:50",
|
599
599
|
"memberName": "encodePacked",
|
600
600
|
"nodeType": "MemberAccess",
|
601
|
-
"src": "486:16:
|
601
|
+
"src": "486:16:50",
|
602
602
|
"typeDescriptions": {
|
603
603
|
"typeIdentifier": "t_function_abiencodepacked_pure$__$returns$_t_bytes_memory_ptr_$",
|
604
604
|
"typeString": "function () pure returns (bytes memory)"
|
605
605
|
}
|
606
606
|
},
|
607
|
-
"id":
|
607
|
+
"id": 26651,
|
608
608
|
"isConstant": false,
|
609
609
|
"isLValue": false,
|
610
610
|
"isPure": true,
|
@@ -613,7 +613,7 @@
|
|
613
613
|
"nameLocations": [],
|
614
614
|
"names": [],
|
615
615
|
"nodeType": "FunctionCall",
|
616
|
-
"src": "486:63:
|
616
|
+
"src": "486:63:50",
|
617
617
|
"tryCall": false,
|
618
618
|
"typeDescriptions": {
|
619
619
|
"typeIdentifier": "t_bytes_memory_ptr",
|
@@ -628,26 +628,26 @@
|
|
628
628
|
"typeString": "bytes memory"
|
629
629
|
}
|
630
630
|
],
|
631
|
-
"id":
|
631
|
+
"id": 26645,
|
632
632
|
"isConstant": false,
|
633
633
|
"isLValue": false,
|
634
634
|
"isPure": true,
|
635
635
|
"lValueRequested": false,
|
636
636
|
"nodeType": "ElementaryTypeNameExpression",
|
637
|
-
"src": "478:7:
|
637
|
+
"src": "478:7:50",
|
638
638
|
"typeDescriptions": {
|
639
639
|
"typeIdentifier": "t_type$_t_bytes32_$",
|
640
640
|
"typeString": "type(bytes32)"
|
641
641
|
},
|
642
642
|
"typeName": {
|
643
|
-
"id":
|
643
|
+
"id": 26644,
|
644
644
|
"name": "bytes32",
|
645
645
|
"nodeType": "ElementaryTypeName",
|
646
|
-
"src": "478:7:
|
646
|
+
"src": "478:7:50",
|
647
647
|
"typeDescriptions": {}
|
648
648
|
}
|
649
649
|
},
|
650
|
-
"id":
|
650
|
+
"id": 26652,
|
651
651
|
"isConstant": false,
|
652
652
|
"isLValue": false,
|
653
653
|
"isPure": true,
|
@@ -656,7 +656,7 @@
|
|
656
656
|
"nameLocations": [],
|
657
657
|
"names": [],
|
658
658
|
"nodeType": "FunctionCall",
|
659
|
-
"src": "478:72:
|
659
|
+
"src": "478:72:50",
|
660
660
|
"tryCall": false,
|
661
661
|
"typeDescriptions": {
|
662
662
|
"typeIdentifier": "t_bytes32",
|
@@ -672,32 +672,32 @@
|
|
672
672
|
}
|
673
673
|
],
|
674
674
|
"expression": {
|
675
|
-
"id":
|
675
|
+
"id": 26642,
|
676
676
|
"name": "ResourceId",
|
677
677
|
"nodeType": "Identifier",
|
678
678
|
"overloadedDeclarations": [],
|
679
|
-
"referencedDeclaration":
|
680
|
-
"src": "459:10:
|
679
|
+
"referencedDeclaration": 29121,
|
680
|
+
"src": "459:10:50",
|
681
681
|
"typeDescriptions": {
|
682
|
-
"typeIdentifier": "t_type$_t_userDefinedValueType$_ResourceId_$
|
682
|
+
"typeIdentifier": "t_type$_t_userDefinedValueType$_ResourceId_$29121_$",
|
683
683
|
"typeString": "type(ResourceId)"
|
684
684
|
}
|
685
685
|
},
|
686
|
-
"id":
|
686
|
+
"id": 26643,
|
687
687
|
"isConstant": false,
|
688
688
|
"isLValue": false,
|
689
689
|
"isPure": true,
|
690
690
|
"lValueRequested": false,
|
691
|
-
"memberLocation": "470:4:
|
691
|
+
"memberLocation": "470:4:50",
|
692
692
|
"memberName": "wrap",
|
693
693
|
"nodeType": "MemberAccess",
|
694
|
-
"src": "459:15:
|
694
|
+
"src": "459:15:50",
|
695
695
|
"typeDescriptions": {
|
696
|
-
"typeIdentifier": "t_function_wrap_pure$_t_bytes32_$returns$_t_userDefinedValueType$_ResourceId_$
|
696
|
+
"typeIdentifier": "t_function_wrap_pure$_t_bytes32_$returns$_t_userDefinedValueType$_ResourceId_$29121_$",
|
697
697
|
"typeString": "function (bytes32) pure returns (ResourceId)"
|
698
698
|
}
|
699
699
|
},
|
700
|
-
"id":
|
700
|
+
"id": 26653,
|
701
701
|
"isConstant": false,
|
702
702
|
"isLValue": false,
|
703
703
|
"isPure": true,
|
@@ -706,48 +706,48 @@
|
|
706
706
|
"nameLocations": [],
|
707
707
|
"names": [],
|
708
708
|
"nodeType": "FunctionCall",
|
709
|
-
"src": "459:93:
|
709
|
+
"src": "459:93:50",
|
710
710
|
"tryCall": false,
|
711
711
|
"typeDescriptions": {
|
712
|
-
"typeIdentifier": "t_userDefinedValueType$_ResourceId_$
|
712
|
+
"typeIdentifier": "t_userDefinedValueType$_ResourceId_$29121",
|
713
713
|
"typeString": "ResourceId"
|
714
714
|
}
|
715
715
|
},
|
716
716
|
"visibility": "internal"
|
717
717
|
},
|
718
718
|
{
|
719
|
-
"id":
|
719
|
+
"id": 26672,
|
720
720
|
"nodeType": "VariableDeclaration",
|
721
|
-
"src": "555:144:
|
721
|
+
"src": "555:144:50",
|
722
722
|
"nodes": [],
|
723
723
|
"constant": true,
|
724
724
|
"mutability": "constant",
|
725
725
|
"name": "UNLIMITED_DELEGATION",
|
726
|
-
"nameLocation": "575:20:
|
727
|
-
"scope":
|
726
|
+
"nameLocation": "575:20:50",
|
727
|
+
"scope": 26673,
|
728
728
|
"stateVariable": false,
|
729
729
|
"storageLocation": "default",
|
730
730
|
"typeDescriptions": {
|
731
|
-
"typeIdentifier": "t_userDefinedValueType$_ResourceId_$
|
731
|
+
"typeIdentifier": "t_userDefinedValueType$_ResourceId_$29121",
|
732
732
|
"typeString": "ResourceId"
|
733
733
|
},
|
734
734
|
"typeName": {
|
735
|
-
"id":
|
735
|
+
"id": 26656,
|
736
736
|
"nodeType": "UserDefinedTypeName",
|
737
737
|
"pathNode": {
|
738
|
-
"id":
|
738
|
+
"id": 26655,
|
739
739
|
"name": "ResourceId",
|
740
740
|
"nameLocations": [
|
741
|
-
"555:10:
|
741
|
+
"555:10:50"
|
742
742
|
],
|
743
743
|
"nodeType": "IdentifierPath",
|
744
|
-
"referencedDeclaration":
|
745
|
-
"src": "555:10:
|
744
|
+
"referencedDeclaration": 29121,
|
745
|
+
"src": "555:10:50"
|
746
746
|
},
|
747
|
-
"referencedDeclaration":
|
748
|
-
"src": "555:10:
|
747
|
+
"referencedDeclaration": 29121,
|
748
|
+
"src": "555:10:50",
|
749
749
|
"typeDescriptions": {
|
750
|
-
"typeIdentifier": "t_userDefinedValueType$_ResourceId_$
|
750
|
+
"typeIdentifier": "t_userDefinedValueType$_ResourceId_$29121",
|
751
751
|
"typeString": "ResourceId"
|
752
752
|
}
|
753
753
|
},
|
@@ -758,24 +758,24 @@
|
|
758
758
|
{
|
759
759
|
"arguments": [
|
760
760
|
{
|
761
|
-
"id":
|
761
|
+
"id": 26663,
|
762
762
|
"name": "RESOURCE_SYSTEM",
|
763
763
|
"nodeType": "Identifier",
|
764
764
|
"overloadedDeclarations": [],
|
765
|
-
"referencedDeclaration":
|
766
|
-
"src": "642:15:
|
765
|
+
"referencedDeclaration": 26722,
|
766
|
+
"src": "642:15:50",
|
767
767
|
"typeDescriptions": {
|
768
768
|
"typeIdentifier": "t_bytes2",
|
769
769
|
"typeString": "bytes2"
|
770
770
|
}
|
771
771
|
},
|
772
772
|
{
|
773
|
-
"id":
|
773
|
+
"id": 26664,
|
774
774
|
"name": "ROOT_NAMESPACE",
|
775
775
|
"nodeType": "Identifier",
|
776
776
|
"overloadedDeclarations": [],
|
777
|
-
"referencedDeclaration":
|
778
|
-
"src": "659:14:
|
777
|
+
"referencedDeclaration": 26618,
|
778
|
+
"src": "659:14:50",
|
779
779
|
"typeDescriptions": {
|
780
780
|
"typeIdentifier": "t_bytes14",
|
781
781
|
"typeString": "bytes14"
|
@@ -785,14 +785,14 @@
|
|
785
785
|
"arguments": [
|
786
786
|
{
|
787
787
|
"hexValue": "756e6c696d69746564",
|
788
|
-
"id":
|
788
|
+
"id": 26667,
|
789
789
|
"isConstant": false,
|
790
790
|
"isLValue": false,
|
791
791
|
"isPure": true,
|
792
792
|
"kind": "string",
|
793
793
|
"lValueRequested": false,
|
794
794
|
"nodeType": "Literal",
|
795
|
-
"src": "683:11:
|
795
|
+
"src": "683:11:50",
|
796
796
|
"typeDescriptions": {
|
797
797
|
"typeIdentifier": "t_stringliteral_2a99c007357d7836fff579cc3480b735ced34796eb2805e33c23d0eaeefdc492",
|
798
798
|
"typeString": "literal_string \"unlimited\""
|
@@ -807,26 +807,26 @@
|
|
807
807
|
"typeString": "literal_string \"unlimited\""
|
808
808
|
}
|
809
809
|
],
|
810
|
-
"id":
|
810
|
+
"id": 26666,
|
811
811
|
"isConstant": false,
|
812
812
|
"isLValue": false,
|
813
813
|
"isPure": true,
|
814
814
|
"lValueRequested": false,
|
815
815
|
"nodeType": "ElementaryTypeNameExpression",
|
816
|
-
"src": "675:7:
|
816
|
+
"src": "675:7:50",
|
817
817
|
"typeDescriptions": {
|
818
818
|
"typeIdentifier": "t_type$_t_bytes16_$",
|
819
819
|
"typeString": "type(bytes16)"
|
820
820
|
},
|
821
821
|
"typeName": {
|
822
|
-
"id":
|
822
|
+
"id": 26665,
|
823
823
|
"name": "bytes16",
|
824
824
|
"nodeType": "ElementaryTypeName",
|
825
|
-
"src": "675:7:
|
825
|
+
"src": "675:7:50",
|
826
826
|
"typeDescriptions": {}
|
827
827
|
}
|
828
828
|
},
|
829
|
-
"id":
|
829
|
+
"id": 26668,
|
830
830
|
"isConstant": false,
|
831
831
|
"isLValue": false,
|
832
832
|
"isPure": true,
|
@@ -835,7 +835,7 @@
|
|
835
835
|
"nameLocations": [],
|
836
836
|
"names": [],
|
837
837
|
"nodeType": "FunctionCall",
|
838
|
-
"src": "675:20:
|
838
|
+
"src": "675:20:50",
|
839
839
|
"tryCall": false,
|
840
840
|
"typeDescriptions": {
|
841
841
|
"typeIdentifier": "t_bytes16",
|
@@ -859,32 +859,32 @@
|
|
859
859
|
}
|
860
860
|
],
|
861
861
|
"expression": {
|
862
|
-
"id":
|
862
|
+
"id": 26661,
|
863
863
|
"name": "abi",
|
864
864
|
"nodeType": "Identifier",
|
865
865
|
"overloadedDeclarations": [],
|
866
866
|
"referencedDeclaration": -1,
|
867
|
-
"src": "625:3:
|
867
|
+
"src": "625:3:50",
|
868
868
|
"typeDescriptions": {
|
869
869
|
"typeIdentifier": "t_magic_abi",
|
870
870
|
"typeString": "abi"
|
871
871
|
}
|
872
872
|
},
|
873
|
-
"id":
|
873
|
+
"id": 26662,
|
874
874
|
"isConstant": false,
|
875
875
|
"isLValue": false,
|
876
876
|
"isPure": true,
|
877
877
|
"lValueRequested": false,
|
878
|
-
"memberLocation": "629:12:
|
878
|
+
"memberLocation": "629:12:50",
|
879
879
|
"memberName": "encodePacked",
|
880
880
|
"nodeType": "MemberAccess",
|
881
|
-
"src": "625:16:
|
881
|
+
"src": "625:16:50",
|
882
882
|
"typeDescriptions": {
|
883
883
|
"typeIdentifier": "t_function_abiencodepacked_pure$__$returns$_t_bytes_memory_ptr_$",
|
884
884
|
"typeString": "function () pure returns (bytes memory)"
|
885
885
|
}
|
886
886
|
},
|
887
|
-
"id":
|
887
|
+
"id": 26669,
|
888
888
|
"isConstant": false,
|
889
889
|
"isLValue": false,
|
890
890
|
"isPure": true,
|
@@ -893,7 +893,7 @@
|
|
893
893
|
"nameLocations": [],
|
894
894
|
"names": [],
|
895
895
|
"nodeType": "FunctionCall",
|
896
|
-
"src": "625:71:
|
896
|
+
"src": "625:71:50",
|
897
897
|
"tryCall": false,
|
898
898
|
"typeDescriptions": {
|
899
899
|
"typeIdentifier": "t_bytes_memory_ptr",
|
@@ -908,26 +908,26 @@
|
|
908
908
|
"typeString": "bytes memory"
|
909
909
|
}
|
910
910
|
],
|
911
|
-
"id":
|
911
|
+
"id": 26660,
|
912
912
|
"isConstant": false,
|
913
913
|
"isLValue": false,
|
914
914
|
"isPure": true,
|
915
915
|
"lValueRequested": false,
|
916
916
|
"nodeType": "ElementaryTypeNameExpression",
|
917
|
-
"src": "617:7:
|
917
|
+
"src": "617:7:50",
|
918
918
|
"typeDescriptions": {
|
919
919
|
"typeIdentifier": "t_type$_t_bytes32_$",
|
920
920
|
"typeString": "type(bytes32)"
|
921
921
|
},
|
922
922
|
"typeName": {
|
923
|
-
"id":
|
923
|
+
"id": 26659,
|
924
924
|
"name": "bytes32",
|
925
925
|
"nodeType": "ElementaryTypeName",
|
926
|
-
"src": "617:7:
|
926
|
+
"src": "617:7:50",
|
927
927
|
"typeDescriptions": {}
|
928
928
|
}
|
929
929
|
},
|
930
|
-
"id":
|
930
|
+
"id": 26670,
|
931
931
|
"isConstant": false,
|
932
932
|
"isLValue": false,
|
933
933
|
"isPure": true,
|
@@ -936,7 +936,7 @@
|
|
936
936
|
"nameLocations": [],
|
937
937
|
"names": [],
|
938
938
|
"nodeType": "FunctionCall",
|
939
|
-
"src": "617:80:
|
939
|
+
"src": "617:80:50",
|
940
940
|
"tryCall": false,
|
941
941
|
"typeDescriptions": {
|
942
942
|
"typeIdentifier": "t_bytes32",
|
@@ -952,32 +952,32 @@
|
|
952
952
|
}
|
953
953
|
],
|
954
954
|
"expression": {
|
955
|
-
"id":
|
955
|
+
"id": 26657,
|
956
956
|
"name": "ResourceId",
|
957
957
|
"nodeType": "Identifier",
|
958
958
|
"overloadedDeclarations": [],
|
959
|
-
"referencedDeclaration":
|
960
|
-
"src": "598:10:
|
959
|
+
"referencedDeclaration": 29121,
|
960
|
+
"src": "598:10:50",
|
961
961
|
"typeDescriptions": {
|
962
|
-
"typeIdentifier": "t_type$_t_userDefinedValueType$_ResourceId_$
|
962
|
+
"typeIdentifier": "t_type$_t_userDefinedValueType$_ResourceId_$29121_$",
|
963
963
|
"typeString": "type(ResourceId)"
|
964
964
|
}
|
965
965
|
},
|
966
|
-
"id":
|
966
|
+
"id": 26658,
|
967
967
|
"isConstant": false,
|
968
968
|
"isLValue": false,
|
969
969
|
"isPure": true,
|
970
970
|
"lValueRequested": false,
|
971
|
-
"memberLocation": "609:4:
|
971
|
+
"memberLocation": "609:4:50",
|
972
972
|
"memberName": "wrap",
|
973
973
|
"nodeType": "MemberAccess",
|
974
|
-
"src": "598:15:
|
974
|
+
"src": "598:15:50",
|
975
975
|
"typeDescriptions": {
|
976
|
-
"typeIdentifier": "t_function_wrap_pure$_t_bytes32_$returns$_t_userDefinedValueType$_ResourceId_$
|
976
|
+
"typeIdentifier": "t_function_wrap_pure$_t_bytes32_$returns$_t_userDefinedValueType$_ResourceId_$29121_$",
|
977
977
|
"typeString": "function (bytes32) pure returns (ResourceId)"
|
978
978
|
}
|
979
979
|
},
|
980
|
-
"id":
|
980
|
+
"id": 26671,
|
981
981
|
"isConstant": false,
|
982
982
|
"isLValue": false,
|
983
983
|
"isPure": true,
|
@@ -986,10 +986,10 @@
|
|
986
986
|
"nameLocations": [],
|
987
987
|
"names": [],
|
988
988
|
"nodeType": "FunctionCall",
|
989
|
-
"src": "598:101:
|
989
|
+
"src": "598:101:50",
|
990
990
|
"tryCall": false,
|
991
991
|
"typeDescriptions": {
|
992
|
-
"typeIdentifier": "t_userDefinedValueType$_ResourceId_$
|
992
|
+
"typeIdentifier": "t_userDefinedValueType$_ResourceId_$29121",
|
993
993
|
"typeString": "ResourceId"
|
994
994
|
}
|
995
995
|
},
|
@@ -998,5 +998,5 @@
|
|
998
998
|
],
|
999
999
|
"license": "MIT"
|
1000
1000
|
},
|
1001
|
-
"id":
|
1001
|
+
"id": 50
|
1002
1002
|
}
|