@latticexyz/world-modules 2.0.0-main-87235a21 → 2.0.0-main-fd10cff6
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/ArrayLib.sol/ArrayLib.json +255 -255
- package/out/CallboundDelegationControl.sol/CallboundDelegationControl.json +228 -215
- package/out/CallboundDelegations.sol/CallboundDelegations.json +2595 -2595
- package/out/DelegationControl.sol/DelegationControl.json +157 -131
- package/out/Hooks.sol/Hooks.json +45 -45
- package/out/IAccessManagementSystem.sol/IAccessManagementSystem.json +57 -57
- package/out/IBalanceTransferSystem.sol/IBalanceTransferSystem.json +53 -53
- package/out/IBaseWorld.sol/IBaseWorld.json +70 -70
- package/out/IBatchCallSystem.sol/IBatchCallSystem.json +51 -51
- package/out/ICoreSystem.sol/ICoreSystem.json +6 -6
- package/out/IDelegationControl.sol/IDelegationControl.json +105 -99
- package/out/IModule.sol/IModule.json +181 -151
- package/out/IModuleInstallationSystem.sol/IModuleInstallationSystem.json +34 -34
- package/out/ISystemHook.sol/ISystemHook.json +91 -91
- package/out/IUniqueEntitySystem.sol/IUniqueEntitySystem.json +13 -13
- package/out/IWorldContextConsumer.sol/IWorldContextConsumer.json +75 -75
- package/out/IWorldErrors.sol/IWorldErrors.json +134 -134
- package/out/IWorldKernel.sol/IWorldCall.json +155 -155
- package/out/IWorldKernel.sol/IWorldKernel.json +155 -155
- package/out/IWorldKernel.sol/IWorldModuleInstallation.json +155 -155
- package/out/IWorldRegistrationSystem.sol/IWorldRegistrationSystem.json +186 -186
- package/out/KeysInTable.sol/KeysInTable.json +10668 -10668
- package/out/KeysInTableHook.sol/KeysInTableHook.json +862 -862
- package/out/KeysInTableModule.sol/KeysInTableModule.json +562 -537
- package/out/KeysWithValue.sol/KeysWithValue.json +3828 -3828
- package/out/KeysWithValueHook.sol/KeysWithValueHook.json +992 -992
- package/out/KeysWithValueModule.sol/KeysWithValueModule.json +451 -426
- package/out/Module.sol/Module.json +162 -119
- 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 +327 -308
- package/out/StoreHook.sol/StoreHook.json +358 -358
- package/out/StoreHooks.sol/StoreHooks.json +45 -45
- package/out/System.sol/System.json +23 -23
- package/out/Tables.sol/Tables.json +73 -73
- package/out/TimeboundDelegationControl.sol/TimeboundDelegationControl.json +132 -119
- package/out/TimeboundDelegations.sol/TimeboundDelegations.json +1986 -1986
- package/out/UniqueEntity.sol/UniqueEntity.json +1402 -1402
- package/out/UniqueEntityModule.sol/UniqueEntityModule.json +345 -326
- package/out/UniqueEntitySystem.sol/UniqueEntitySystem.json +86 -86
- package/out/UsedKeysIndex.sol/UsedKeysIndex.json +2722 -2722
- package/out/WorldContext.sol/WorldContextConsumer.json +357 -357
- package/out/WorldContext.sol/WorldContextProvider.json +357 -357
- package/out/WorldResourceId.sol/WorldResourceIdInstance.json +474 -474
- package/out/WorldResourceId.sol/WorldResourceIdLib.json +474 -474
- package/out/constants.sol/constants.json +115 -115
- 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 +88 -88
- package/out/hasKey.sol/hasKey.json +130 -130
- package/out/index.sol/index.json +53 -53
- package/out/interfaces/IBaseWorld.sol/IBaseWorld.json +130 -130
- package/out/query.sol/query.json +1154 -1154
- package/out/revertWithBytes.sol/revertWithBytes.json +15 -15
- package/out/src/Bytes.sol/Bytes.json +1332 -1332
- package/out/src/FieldLayout.sol/FieldLayoutInstance.json +697 -697
- package/out/src/FieldLayout.sol/FieldLayoutLib.json +697 -697
- package/out/src/IStore.sol/IStore.json +53 -53
- package/out/src/IWorldKernel.sol/IWorldCall.json +156 -156
- package/out/src/IWorldKernel.sol/IWorldKernel.json +156 -156
- package/out/src/IWorldKernel.sol/IWorldModuleInstallation.json +156 -156
- package/out/src/Memory.sol/Memory.json +89 -89
- package/out/src/PackedCounter.sol/PackedCounterInstance.json +923 -923
- package/out/src/PackedCounter.sol/PackedCounterLib.json +923 -923
- package/out/src/ResourceId.sol/ResourceIdInstance.json +112 -112
- package/out/src/ResourceId.sol/ResourceIdLib.json +112 -112
- package/out/src/Schema.sol/SchemaInstance.json +787 -787
- package/out/src/Schema.sol/SchemaLib.json +787 -787
- package/out/src/Slice.sol/SliceInstance.json +429 -429
- package/out/src/Slice.sol/SliceLib.json +429 -429
- 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 +2454 -2454
- package/out/src/WorldContext.sol/WorldContextConsumer.json +357 -357
- package/out/src/WorldContext.sol/WorldContextProvider.json +357 -357
- package/out/src/WorldResourceId.sol/WorldResourceIdInstance.json +474 -474
- package/out/src/WorldResourceId.sol/WorldResourceIdLib.json +474 -474
- package/out/storeHookTypes.sol/storeHookTypes.json +115 -115
- package/out/storeResourceTypes.sol/storeResourceTypes.json +12 -12
- package/out/tables/ResourceIds.sol/ResourceIds.json +1746 -1746
- package/out/tables/Tables.sol/Tables.json +7288 -7288
- package/out/tightcoder/EncodeArray.sol/EncodeArray.json +3246 -3246
- package/out/types.sol/types.json +39 -39
- package/out/world/src/IERC165.sol/IERC165.json +63 -57
- package/out/worldResourceTypes.sol/worldResourceTypes.json +53 -53
- package/package.json +8 -8
@@ -92,17 +92,17 @@
|
|
92
92
|
},
|
93
93
|
"ast": {
|
94
94
|
"absolutePath": "src/interfaces/IUniqueEntitySystem.sol",
|
95
|
-
"id":
|
95
|
+
"id": 39296,
|
96
96
|
"exportedSymbols": {
|
97
97
|
"IUniqueEntitySystem": [
|
98
|
-
|
98
|
+
39295
|
99
99
|
]
|
100
100
|
},
|
101
101
|
"nodeType": "SourceUnit",
|
102
102
|
"src": "32:233:112",
|
103
103
|
"nodes": [
|
104
104
|
{
|
105
|
-
"id":
|
105
|
+
"id": 39289,
|
106
106
|
"nodeType": "PragmaDirective",
|
107
107
|
"src": "32:25:112",
|
108
108
|
"nodes": [],
|
@@ -114,12 +114,12 @@
|
|
114
114
|
]
|
115
115
|
},
|
116
116
|
{
|
117
|
-
"id":
|
117
|
+
"id": 39295,
|
118
118
|
"nodeType": "ContractDefinition",
|
119
119
|
"src": "141:123:112",
|
120
120
|
"nodes": [
|
121
121
|
{
|
122
|
-
"id":
|
122
|
+
"id": 39294,
|
123
123
|
"nodeType": "FunctionDefinition",
|
124
124
|
"src": "175:87:112",
|
125
125
|
"nodes": [],
|
@@ -130,23 +130,23 @@
|
|
130
130
|
"name": "uniqueEntity_system_getUniqueEntity",
|
131
131
|
"nameLocation": "184:35:112",
|
132
132
|
"parameters": {
|
133
|
-
"id":
|
133
|
+
"id": 39290,
|
134
134
|
"nodeType": "ParameterList",
|
135
135
|
"parameters": [],
|
136
136
|
"src": "219:2:112"
|
137
137
|
},
|
138
138
|
"returnParameters": {
|
139
|
-
"id":
|
139
|
+
"id": 39293,
|
140
140
|
"nodeType": "ParameterList",
|
141
141
|
"parameters": [
|
142
142
|
{
|
143
143
|
"constant": false,
|
144
|
-
"id":
|
144
|
+
"id": 39292,
|
145
145
|
"mutability": "mutable",
|
146
146
|
"name": "uniqueEntity",
|
147
147
|
"nameLocation": "248:12:112",
|
148
148
|
"nodeType": "VariableDeclaration",
|
149
|
-
"scope":
|
149
|
+
"scope": 39294,
|
150
150
|
"src": "240:20:112",
|
151
151
|
"stateVariable": false,
|
152
152
|
"storageLocation": "default",
|
@@ -155,7 +155,7 @@
|
|
155
155
|
"typeString": "bytes32"
|
156
156
|
},
|
157
157
|
"typeName": {
|
158
|
-
"id":
|
158
|
+
"id": 39291,
|
159
159
|
"name": "bytes32",
|
160
160
|
"nodeType": "ElementaryTypeName",
|
161
161
|
"src": "240:7:112",
|
@@ -169,7 +169,7 @@
|
|
169
169
|
],
|
170
170
|
"src": "239:22:112"
|
171
171
|
},
|
172
|
-
"scope":
|
172
|
+
"scope": 39295,
|
173
173
|
"stateMutability": "nonpayable",
|
174
174
|
"virtual": false,
|
175
175
|
"visibility": "external"
|
@@ -182,11 +182,11 @@
|
|
182
182
|
"contractKind": "interface",
|
183
183
|
"fullyImplemented": false,
|
184
184
|
"linearizedBaseContracts": [
|
185
|
-
|
185
|
+
39295
|
186
186
|
],
|
187
187
|
"name": "IUniqueEntitySystem",
|
188
188
|
"nameLocation": "151:19:112",
|
189
|
-
"scope":
|
189
|
+
"scope": 39296,
|
190
190
|
"usedErrors": [],
|
191
191
|
"usedEvents": []
|
192
192
|
}
|
@@ -75,7 +75,7 @@
|
|
75
75
|
"_world()": "e1af802c",
|
76
76
|
"supportsInterface(bytes4)": "01ffc9a7"
|
77
77
|
},
|
78
|
-
"rawMetadata": "{\"compiler\":{\"version\":\"0.8.21+commit.d9974bed\"},\"language\":\"Solidity\",\"output\":{\"abi\":[{\"inputs\":[],\"name\":\"_msgSender\",\"outputs\":[{\"internalType\":\"address\",\"name\":\"\",\"type\":\"address\"}],\"stateMutability\":\"view\",\"type\":\"function\"},{\"inputs\":[],\"name\":\"_msgValue\",\"outputs\":[{\"internalType\":\"uint256\",\"name\":\"\",\"type\":\"uint256\"}],\"stateMutability\":\"view\",\"type\":\"function\"},{\"inputs\":[],\"name\":\"_world\",\"outputs\":[{\"internalType\":\"address\",\"name\":\"\",\"type\":\"address\"}],\"stateMutability\":\"view\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"bytes4\",\"name\":\"interfaceID\",\"type\":\"bytes4\"}],\"name\":\"supportsInterface\",\"outputs\":[{\"internalType\":\"bool\",\"name\":\"\",\"type\":\"bool\"}],\"stateMutability\":\"view\",\"type\":\"function\"}],\"devdoc\":{\"kind\":\"dev\",\"methods\":{\"supportsInterface(bytes4)\":{\"details\":\"Interface identification is specified in ERC-165. This function
|
78
|
+
"rawMetadata": "{\"compiler\":{\"version\":\"0.8.21+commit.d9974bed\"},\"language\":\"Solidity\",\"output\":{\"abi\":[{\"inputs\":[],\"name\":\"_msgSender\",\"outputs\":[{\"internalType\":\"address\",\"name\":\"\",\"type\":\"address\"}],\"stateMutability\":\"view\",\"type\":\"function\"},{\"inputs\":[],\"name\":\"_msgValue\",\"outputs\":[{\"internalType\":\"uint256\",\"name\":\"\",\"type\":\"uint256\"}],\"stateMutability\":\"view\",\"type\":\"function\"},{\"inputs\":[],\"name\":\"_world\",\"outputs\":[{\"internalType\":\"address\",\"name\":\"\",\"type\":\"address\"}],\"stateMutability\":\"view\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"bytes4\",\"name\":\"interfaceID\",\"type\":\"bytes4\"}],\"name\":\"supportsInterface\",\"outputs\":[{\"internalType\":\"bool\",\"name\":\"\",\"type\":\"bool\"}],\"stateMutability\":\"view\",\"type\":\"function\"}],\"devdoc\":{\"kind\":\"dev\",\"methods\":{\"supportsInterface(bytes4)\":{\"details\":\"Interface identification is specified in ERC-165. This function uses less than 30,000 gas.\",\"params\":{\"interfaceID\":\"The interface identifier, as specified in ERC-165.\"},\"returns\":{\"_0\":\"True if the contract implements `interfaceID` and `interfaceID` is not 0xffffffff, false otherwise.\"}}},\"version\":1},\"userdoc\":{\"kind\":\"user\",\"methods\":{\"supportsInterface(bytes4)\":{\"notice\":\"Query if a contract implements an interface.\"}},\"version\":1}},\"settings\":{\"compilationTarget\":{\"/home/runner/work/mud/mud/packages/world/src/IWorldContextConsumer.sol\":\"IWorldContextConsumer\"},\"evmVersion\":\"paris\",\"libraries\":{},\"metadata\":{\"bytecodeHash\":\"none\"},\"optimizer\":{\"enabled\":true,\"runs\":3000},\"remappings\":[\":@latticexyz/=node_modules/@latticexyz/\",\":ds-test/=node_modules/ds-test/src/\",\":forge-std/=node_modules/forge-std/src/\"]},\"sources\":{\"/home/runner/work/mud/mud/packages/world/src/IERC165.sol\":{\"keccak256\":\"0x7997ebbdee6a2493f28e7032c7a8b906ade40f807d95734e2653c8f1b023ff47\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://c8ca41bb2619bf27e5bf886d1322f0e2dffd096c49f7ae6e716541dd1e1ddce5\",\"dweb:/ipfs/Qmb8zATUWWTtiWaSLjbAe6PGnJPes9ANvEyk7pYoWR3P3Y\"]},\"/home/runner/work/mud/mud/packages/world/src/IWorldContextConsumer.sol\":{\"keccak256\":\"0x0c0f9eba3a700d97a3b87678bbf12d4bbd8a80490e9b3a5841d049ebc1a89f93\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://a56466e8ddcaf10b9109bfbc581563f5e9eefcaff1963a6954ccd093859ef6d2\",\"dweb:/ipfs/QmNk6FvWzmLT3vnsUuzqr9MYMfaQRa7yLuNM7DVvpkuytf\"]}},\"version\":1}",
|
79
79
|
"metadata": {
|
80
80
|
"compiler": {
|
81
81
|
"version": "0.8.21+commit.d9974bed"
|
@@ -146,12 +146,12 @@
|
|
146
146
|
"kind": "dev",
|
147
147
|
"methods": {
|
148
148
|
"supportsInterface(bytes4)": {
|
149
|
-
"details": "Interface identification is specified in ERC-165. This function
|
149
|
+
"details": "Interface identification is specified in ERC-165. This function uses less than 30,000 gas.",
|
150
150
|
"params": {
|
151
|
-
"interfaceID": "The interface identifier, as specified in ERC-165"
|
151
|
+
"interfaceID": "The interface identifier, as specified in ERC-165."
|
152
152
|
},
|
153
153
|
"returns": {
|
154
|
-
"_0": "
|
154
|
+
"_0": "True if the contract implements `interfaceID` and `interfaceID` is not 0xffffffff, false otherwise."
|
155
155
|
}
|
156
156
|
}
|
157
157
|
},
|
@@ -161,7 +161,7 @@
|
|
161
161
|
"kind": "user",
|
162
162
|
"methods": {
|
163
163
|
"supportsInterface(bytes4)": {
|
164
|
-
"notice": "Query if a contract implements an interface"
|
164
|
+
"notice": "Query if a contract implements an interface."
|
165
165
|
}
|
166
166
|
},
|
167
167
|
"version": 1
|
@@ -187,10 +187,10 @@
|
|
187
187
|
},
|
188
188
|
"sources": {
|
189
189
|
"/home/runner/work/mud/mud/packages/world/src/IERC165.sol": {
|
190
|
-
"keccak256": "
|
190
|
+
"keccak256": "0x7997ebbdee6a2493f28e7032c7a8b906ade40f807d95734e2653c8f1b023ff47",
|
191
191
|
"urls": [
|
192
|
-
"bzz-raw://
|
193
|
-
"dweb:/ipfs/
|
192
|
+
"bzz-raw://c8ca41bb2619bf27e5bf886d1322f0e2dffd096c49f7ae6e716541dd1e1ddce5",
|
193
|
+
"dweb:/ipfs/Qmb8zATUWWTtiWaSLjbAe6PGnJPes9ANvEyk7pYoWR3P3Y"
|
194
194
|
],
|
195
195
|
"license": "MIT"
|
196
196
|
},
|
@@ -207,26 +207,26 @@
|
|
207
207
|
},
|
208
208
|
"ast": {
|
209
209
|
"absolutePath": "/home/runner/work/mud/mud/packages/world/src/IWorldContextConsumer.sol",
|
210
|
-
"id":
|
210
|
+
"id": 23065,
|
211
211
|
"exportedSymbols": {
|
212
212
|
"ERC165_INTERFACE_ID": [
|
213
|
-
|
213
|
+
22927
|
214
214
|
],
|
215
215
|
"IERC165": [
|
216
|
-
|
216
|
+
22937
|
217
217
|
],
|
218
218
|
"IWorldContextConsumer": [
|
219
|
-
|
219
|
+
23064
|
220
220
|
],
|
221
221
|
"WORLD_CONTEXT_CONSUMER_INTERFACE_ID": [
|
222
|
-
|
222
|
+
23046
|
223
223
|
]
|
224
224
|
},
|
225
225
|
"nodeType": "SourceUnit",
|
226
226
|
"src": "32:583:37",
|
227
227
|
"nodes": [
|
228
228
|
{
|
229
|
-
"id":
|
229
|
+
"id": 23028,
|
230
230
|
"nodeType": "PragmaDirective",
|
231
231
|
"src": "32:25:37",
|
232
232
|
"nodes": [],
|
@@ -238,23 +238,23 @@
|
|
238
238
|
]
|
239
239
|
},
|
240
240
|
{
|
241
|
-
"id":
|
241
|
+
"id": 23031,
|
242
242
|
"nodeType": "ImportDirective",
|
243
243
|
"src": "59:61:37",
|
244
244
|
"nodes": [],
|
245
245
|
"absolutePath": "/home/runner/work/mud/mud/packages/world/src/IERC165.sol",
|
246
246
|
"file": "./IERC165.sol",
|
247
247
|
"nameLocation": "-1:-1:-1",
|
248
|
-
"scope":
|
249
|
-
"sourceUnit":
|
248
|
+
"scope": 23065,
|
249
|
+
"sourceUnit": 22938,
|
250
250
|
"symbolAliases": [
|
251
251
|
{
|
252
252
|
"foreign": {
|
253
|
-
"id":
|
253
|
+
"id": 23029,
|
254
254
|
"name": "IERC165",
|
255
255
|
"nodeType": "Identifier",
|
256
256
|
"overloadedDeclarations": [],
|
257
|
-
"referencedDeclaration":
|
257
|
+
"referencedDeclaration": 22937,
|
258
258
|
"src": "68:7:37",
|
259
259
|
"typeDescriptions": {}
|
260
260
|
},
|
@@ -262,11 +262,11 @@
|
|
262
262
|
},
|
263
263
|
{
|
264
264
|
"foreign": {
|
265
|
-
"id":
|
265
|
+
"id": 23030,
|
266
266
|
"name": "ERC165_INTERFACE_ID",
|
267
267
|
"nodeType": "Identifier",
|
268
268
|
"overloadedDeclarations": [],
|
269
|
-
"referencedDeclaration":
|
269
|
+
"referencedDeclaration": 22927,
|
270
270
|
"src": "77:19:37",
|
271
271
|
"typeDescriptions": {}
|
272
272
|
},
|
@@ -276,7 +276,7 @@
|
|
276
276
|
"unitAlias": ""
|
277
277
|
},
|
278
278
|
{
|
279
|
-
"id":
|
279
|
+
"id": 23046,
|
280
280
|
"nodeType": "VariableDeclaration",
|
281
281
|
"src": "191:206:37",
|
282
282
|
"nodes": [],
|
@@ -284,7 +284,7 @@
|
|
284
284
|
"mutability": "constant",
|
285
285
|
"name": "WORLD_CONTEXT_CONSUMER_INTERFACE_ID",
|
286
286
|
"nameLocation": "207:35:37",
|
287
|
-
"scope":
|
287
|
+
"scope": 23065,
|
288
288
|
"stateVariable": false,
|
289
289
|
"storageLocation": "default",
|
290
290
|
"typeDescriptions": {
|
@@ -292,7 +292,7 @@
|
|
292
292
|
"typeString": "bytes4"
|
293
293
|
},
|
294
294
|
"typeName": {
|
295
|
-
"id":
|
295
|
+
"id": 23032,
|
296
296
|
"name": "bytes4",
|
297
297
|
"nodeType": "ElementaryTypeName",
|
298
298
|
"src": "191:6:37",
|
@@ -306,7 +306,7 @@
|
|
306
306
|
"typeIdentifier": "t_bytes4",
|
307
307
|
"typeString": "bytes4"
|
308
308
|
},
|
309
|
-
"id":
|
309
|
+
"id": 23045,
|
310
310
|
"isConstant": false,
|
311
311
|
"isLValue": false,
|
312
312
|
"isPure": true,
|
@@ -316,7 +316,7 @@
|
|
316
316
|
"typeIdentifier": "t_bytes4",
|
317
317
|
"typeString": "bytes4"
|
318
318
|
},
|
319
|
-
"id":
|
319
|
+
"id": 23043,
|
320
320
|
"isConstant": false,
|
321
321
|
"isLValue": false,
|
322
322
|
"isPure": true,
|
@@ -326,7 +326,7 @@
|
|
326
326
|
"typeIdentifier": "t_bytes4",
|
327
327
|
"typeString": "bytes4"
|
328
328
|
},
|
329
|
-
"id":
|
329
|
+
"id": 23039,
|
330
330
|
"isConstant": false,
|
331
331
|
"isLValue": false,
|
332
332
|
"isPure": true,
|
@@ -334,18 +334,18 @@
|
|
334
334
|
"leftExpression": {
|
335
335
|
"expression": {
|
336
336
|
"expression": {
|
337
|
-
"id":
|
337
|
+
"id": 23033,
|
338
338
|
"name": "IWorldContextConsumer",
|
339
339
|
"nodeType": "Identifier",
|
340
340
|
"overloadedDeclarations": [],
|
341
|
-
"referencedDeclaration":
|
341
|
+
"referencedDeclaration": 23064,
|
342
342
|
"src": "245:21:37",
|
343
343
|
"typeDescriptions": {
|
344
|
-
"typeIdentifier": "t_type$_t_contract$_IWorldContextConsumer_$
|
344
|
+
"typeIdentifier": "t_type$_t_contract$_IWorldContextConsumer_$23064_$",
|
345
345
|
"typeString": "type(contract IWorldContextConsumer)"
|
346
346
|
}
|
347
347
|
},
|
348
|
-
"id":
|
348
|
+
"id": 23034,
|
349
349
|
"isConstant": false,
|
350
350
|
"isLValue": false,
|
351
351
|
"isPure": true,
|
@@ -353,14 +353,14 @@
|
|
353
353
|
"memberLocation": "267:10:37",
|
354
354
|
"memberName": "_msgSender",
|
355
355
|
"nodeType": "MemberAccess",
|
356
|
-
"referencedDeclaration":
|
356
|
+
"referencedDeclaration": 23053,
|
357
357
|
"src": "245:32:37",
|
358
358
|
"typeDescriptions": {
|
359
359
|
"typeIdentifier": "t_function_declaration_view$__$returns$_t_address_$",
|
360
360
|
"typeString": "function IWorldContextConsumer._msgSender() view returns (address)"
|
361
361
|
}
|
362
362
|
},
|
363
|
-
"id":
|
363
|
+
"id": 23035,
|
364
364
|
"isConstant": false,
|
365
365
|
"isLValue": false,
|
366
366
|
"isPure": true,
|
@@ -379,18 +379,18 @@
|
|
379
379
|
"rightExpression": {
|
380
380
|
"expression": {
|
381
381
|
"expression": {
|
382
|
-
"id":
|
382
|
+
"id": 23036,
|
383
383
|
"name": "IWorldContextConsumer",
|
384
384
|
"nodeType": "Identifier",
|
385
385
|
"overloadedDeclarations": [],
|
386
|
-
"referencedDeclaration":
|
386
|
+
"referencedDeclaration": 23064,
|
387
387
|
"src": "291:21:37",
|
388
388
|
"typeDescriptions": {
|
389
|
-
"typeIdentifier": "t_type$_t_contract$_IWorldContextConsumer_$
|
389
|
+
"typeIdentifier": "t_type$_t_contract$_IWorldContextConsumer_$23064_$",
|
390
390
|
"typeString": "type(contract IWorldContextConsumer)"
|
391
391
|
}
|
392
392
|
},
|
393
|
-
"id":
|
393
|
+
"id": 23037,
|
394
394
|
"isConstant": false,
|
395
395
|
"isLValue": false,
|
396
396
|
"isPure": true,
|
@@ -398,14 +398,14 @@
|
|
398
398
|
"memberLocation": "313:9:37",
|
399
399
|
"memberName": "_msgValue",
|
400
400
|
"nodeType": "MemberAccess",
|
401
|
-
"referencedDeclaration":
|
401
|
+
"referencedDeclaration": 23058,
|
402
402
|
"src": "291:31:37",
|
403
403
|
"typeDescriptions": {
|
404
404
|
"typeIdentifier": "t_function_declaration_view$__$returns$_t_uint256_$",
|
405
405
|
"typeString": "function IWorldContextConsumer._msgValue() view returns (uint256)"
|
406
406
|
}
|
407
407
|
},
|
408
|
-
"id":
|
408
|
+
"id": 23038,
|
409
409
|
"isConstant": false,
|
410
410
|
"isLValue": false,
|
411
411
|
"isPure": true,
|
@@ -430,18 +430,18 @@
|
|
430
430
|
"rightExpression": {
|
431
431
|
"expression": {
|
432
432
|
"expression": {
|
433
|
-
"id":
|
433
|
+
"id": 23040,
|
434
434
|
"name": "IWorldContextConsumer",
|
435
435
|
"nodeType": "Identifier",
|
436
436
|
"overloadedDeclarations": [],
|
437
|
-
"referencedDeclaration":
|
437
|
+
"referencedDeclaration": 23064,
|
438
438
|
"src": "336:21:37",
|
439
439
|
"typeDescriptions": {
|
440
|
-
"typeIdentifier": "t_type$_t_contract$_IWorldContextConsumer_$
|
440
|
+
"typeIdentifier": "t_type$_t_contract$_IWorldContextConsumer_$23064_$",
|
441
441
|
"typeString": "type(contract IWorldContextConsumer)"
|
442
442
|
}
|
443
443
|
},
|
444
|
-
"id":
|
444
|
+
"id": 23041,
|
445
445
|
"isConstant": false,
|
446
446
|
"isLValue": false,
|
447
447
|
"isPure": true,
|
@@ -449,14 +449,14 @@
|
|
449
449
|
"memberLocation": "358:6:37",
|
450
450
|
"memberName": "_world",
|
451
451
|
"nodeType": "MemberAccess",
|
452
|
-
"referencedDeclaration":
|
452
|
+
"referencedDeclaration": 23063,
|
453
453
|
"src": "336:28:37",
|
454
454
|
"typeDescriptions": {
|
455
455
|
"typeIdentifier": "t_function_declaration_view$__$returns$_t_address_$",
|
456
456
|
"typeString": "function IWorldContextConsumer._world() view returns (address)"
|
457
457
|
}
|
458
458
|
},
|
459
|
-
"id":
|
459
|
+
"id": 23042,
|
460
460
|
"isConstant": false,
|
461
461
|
"isLValue": false,
|
462
462
|
"isPure": true,
|
@@ -479,11 +479,11 @@
|
|
479
479
|
"nodeType": "BinaryOperation",
|
480
480
|
"operator": "^",
|
481
481
|
"rightExpression": {
|
482
|
-
"id":
|
482
|
+
"id": 23044,
|
483
483
|
"name": "ERC165_INTERFACE_ID",
|
484
484
|
"nodeType": "Identifier",
|
485
485
|
"overloadedDeclarations": [],
|
486
|
-
"referencedDeclaration":
|
486
|
+
"referencedDeclaration": 22927,
|
487
487
|
"src": "378:19:37",
|
488
488
|
"typeDescriptions": {
|
489
489
|
"typeIdentifier": "t_bytes4",
|
@@ -499,12 +499,12 @@
|
|
499
499
|
"visibility": "internal"
|
500
500
|
},
|
501
501
|
{
|
502
|
-
"id":
|
502
|
+
"id": 23064,
|
503
503
|
"nodeType": "ContractDefinition",
|
504
504
|
"src": "400:214:37",
|
505
505
|
"nodes": [
|
506
506
|
{
|
507
|
-
"id":
|
507
|
+
"id": 23053,
|
508
508
|
"nodeType": "FunctionDefinition",
|
509
509
|
"src": "447:54:37",
|
510
510
|
"nodes": [],
|
@@ -515,23 +515,23 @@
|
|
515
515
|
"name": "_msgSender",
|
516
516
|
"nameLocation": "456:10:37",
|
517
517
|
"parameters": {
|
518
|
-
"id":
|
518
|
+
"id": 23049,
|
519
519
|
"nodeType": "ParameterList",
|
520
520
|
"parameters": [],
|
521
521
|
"src": "466:2:37"
|
522
522
|
},
|
523
523
|
"returnParameters": {
|
524
|
-
"id":
|
524
|
+
"id": 23052,
|
525
525
|
"nodeType": "ParameterList",
|
526
526
|
"parameters": [
|
527
527
|
{
|
528
528
|
"constant": false,
|
529
|
-
"id":
|
529
|
+
"id": 23051,
|
530
530
|
"mutability": "mutable",
|
531
531
|
"name": "",
|
532
532
|
"nameLocation": "-1:-1:-1",
|
533
533
|
"nodeType": "VariableDeclaration",
|
534
|
-
"scope":
|
534
|
+
"scope": 23053,
|
535
535
|
"src": "492:7:37",
|
536
536
|
"stateVariable": false,
|
537
537
|
"storageLocation": "default",
|
@@ -540,7 +540,7 @@
|
|
540
540
|
"typeString": "address"
|
541
541
|
},
|
542
542
|
"typeName": {
|
543
|
-
"id":
|
543
|
+
"id": 23050,
|
544
544
|
"name": "address",
|
545
545
|
"nodeType": "ElementaryTypeName",
|
546
546
|
"src": "492:7:37",
|
@@ -555,13 +555,13 @@
|
|
555
555
|
],
|
556
556
|
"src": "491:9:37"
|
557
557
|
},
|
558
|
-
"scope":
|
558
|
+
"scope": 23064,
|
559
559
|
"stateMutability": "view",
|
560
560
|
"virtual": false,
|
561
561
|
"visibility": "external"
|
562
562
|
},
|
563
563
|
{
|
564
|
-
"id":
|
564
|
+
"id": 23058,
|
565
565
|
"nodeType": "FunctionDefinition",
|
566
566
|
"src": "505:53:37",
|
567
567
|
"nodes": [],
|
@@ -572,23 +572,23 @@
|
|
572
572
|
"name": "_msgValue",
|
573
573
|
"nameLocation": "514:9:37",
|
574
574
|
"parameters": {
|
575
|
-
"id":
|
575
|
+
"id": 23054,
|
576
576
|
"nodeType": "ParameterList",
|
577
577
|
"parameters": [],
|
578
578
|
"src": "523:2:37"
|
579
579
|
},
|
580
580
|
"returnParameters": {
|
581
|
-
"id":
|
581
|
+
"id": 23057,
|
582
582
|
"nodeType": "ParameterList",
|
583
583
|
"parameters": [
|
584
584
|
{
|
585
585
|
"constant": false,
|
586
|
-
"id":
|
586
|
+
"id": 23056,
|
587
587
|
"mutability": "mutable",
|
588
588
|
"name": "",
|
589
589
|
"nameLocation": "-1:-1:-1",
|
590
590
|
"nodeType": "VariableDeclaration",
|
591
|
-
"scope":
|
591
|
+
"scope": 23058,
|
592
592
|
"src": "549:7:37",
|
593
593
|
"stateVariable": false,
|
594
594
|
"storageLocation": "default",
|
@@ -597,7 +597,7 @@
|
|
597
597
|
"typeString": "uint256"
|
598
598
|
},
|
599
599
|
"typeName": {
|
600
|
-
"id":
|
600
|
+
"id": 23055,
|
601
601
|
"name": "uint256",
|
602
602
|
"nodeType": "ElementaryTypeName",
|
603
603
|
"src": "549:7:37",
|
@@ -611,13 +611,13 @@
|
|
611
611
|
],
|
612
612
|
"src": "548:9:37"
|
613
613
|
},
|
614
|
-
"scope":
|
614
|
+
"scope": 23064,
|
615
615
|
"stateMutability": "view",
|
616
616
|
"virtual": false,
|
617
617
|
"visibility": "external"
|
618
618
|
},
|
619
619
|
{
|
620
|
-
"id":
|
620
|
+
"id": 23063,
|
621
621
|
"nodeType": "FunctionDefinition",
|
622
622
|
"src": "562:50:37",
|
623
623
|
"nodes": [],
|
@@ -628,23 +628,23 @@
|
|
628
628
|
"name": "_world",
|
629
629
|
"nameLocation": "571:6:37",
|
630
630
|
"parameters": {
|
631
|
-
"id":
|
631
|
+
"id": 23059,
|
632
632
|
"nodeType": "ParameterList",
|
633
633
|
"parameters": [],
|
634
634
|
"src": "577:2:37"
|
635
635
|
},
|
636
636
|
"returnParameters": {
|
637
|
-
"id":
|
637
|
+
"id": 23062,
|
638
638
|
"nodeType": "ParameterList",
|
639
639
|
"parameters": [
|
640
640
|
{
|
641
641
|
"constant": false,
|
642
|
-
"id":
|
642
|
+
"id": 23061,
|
643
643
|
"mutability": "mutable",
|
644
644
|
"name": "",
|
645
645
|
"nameLocation": "-1:-1:-1",
|
646
646
|
"nodeType": "VariableDeclaration",
|
647
|
-
"scope":
|
647
|
+
"scope": 23063,
|
648
648
|
"src": "603:7:37",
|
649
649
|
"stateVariable": false,
|
650
650
|
"storageLocation": "default",
|
@@ -653,7 +653,7 @@
|
|
653
653
|
"typeString": "address"
|
654
654
|
},
|
655
655
|
"typeName": {
|
656
|
-
"id":
|
656
|
+
"id": 23060,
|
657
657
|
"name": "address",
|
658
658
|
"nodeType": "ElementaryTypeName",
|
659
659
|
"src": "603:7:37",
|
@@ -668,7 +668,7 @@
|
|
668
668
|
],
|
669
669
|
"src": "602:9:37"
|
670
670
|
},
|
671
|
-
"scope":
|
671
|
+
"scope": 23064,
|
672
672
|
"stateMutability": "view",
|
673
673
|
"virtual": false,
|
674
674
|
"visibility": "external"
|
@@ -678,16 +678,16 @@
|
|
678
678
|
"baseContracts": [
|
679
679
|
{
|
680
680
|
"baseName": {
|
681
|
-
"id":
|
681
|
+
"id": 23047,
|
682
682
|
"name": "IERC165",
|
683
683
|
"nameLocations": [
|
684
684
|
"435:7:37"
|
685
685
|
],
|
686
686
|
"nodeType": "IdentifierPath",
|
687
|
-
"referencedDeclaration":
|
687
|
+
"referencedDeclaration": 22937,
|
688
688
|
"src": "435:7:37"
|
689
689
|
},
|
690
|
-
"id":
|
690
|
+
"id": 23048,
|
691
691
|
"nodeType": "InheritanceSpecifier",
|
692
692
|
"src": "435:7:37"
|
693
693
|
}
|
@@ -697,12 +697,12 @@
|
|
697
697
|
"contractKind": "interface",
|
698
698
|
"fullyImplemented": false,
|
699
699
|
"linearizedBaseContracts": [
|
700
|
-
|
701
|
-
|
700
|
+
23064,
|
701
|
+
22937
|
702
702
|
],
|
703
703
|
"name": "IWorldContextConsumer",
|
704
704
|
"nameLocation": "410:21:37",
|
705
|
-
"scope":
|
705
|
+
"scope": 23065,
|
706
706
|
"usedErrors": [],
|
707
707
|
"usedEvents": []
|
708
708
|
}
|