@latticexyz/world-modules 2.0.0-main-071aadb9 → 2.0.0-main-7987c94d
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 +215 -215
- package/out/CallboundDelegations.sol/CallboundDelegations.json +2599 -2599
- package/out/DecodeSlice.sol/DecodeSlice.json +3250 -3250
- package/out/DelegationControl.sol/DelegationControl.json +94 -94
- package/out/EncodeArray.sol/EncodeArray.json +3345 -3345
- package/out/FieldLayout.sol/FieldLayoutInstance.json +47 -47
- package/out/FieldLayout.sol/FieldLayoutLib.json +47 -47
- package/out/Hook.sol/HookInstance.json +13 -13
- package/out/Hook.sol/HookLib.json +13 -13
- package/out/Hooks.sol/Hooks.json +3393 -3393
- package/out/IAccessManagementSystem.sol/IAccessManagementSystem.json +58 -58
- package/out/IBalanceTransferSystem.sol/IBalanceTransferSystem.json +54 -54
- package/out/IBaseWorld.sol/IBaseWorld.json +64 -64
- package/out/IBatchCallSystem.sol/IBatchCallSystem.json +52 -52
- package/out/ICoreSystem.sol/ICoreSystem.json +7 -7
- package/out/IDelegationControl.sol/IDelegationControl.json +62 -62
- package/out/IModule.sol/IModule.json +78 -78
- package/out/IModuleInstallationSystem.sol/IModuleInstallationSystem.json +28 -28
- package/out/ISystemHook.sol/ISystemHook.json +86 -86
- package/out/IUniqueEntitySystem.sol/IUniqueEntitySystem.json +13 -13
- package/out/IWorldContextConsumer.sol/IWorldContextConsumer.json +71 -71
- package/out/IWorldErrors.sol/IWorldErrors.json +152 -152
- package/out/IWorldKernel.sol/IWorldCall.json +154 -154
- package/out/IWorldKernel.sol/IWorldKernel.json +154 -154
- package/out/IWorldKernel.sol/IWorldModuleInstallation.json +154 -154
- package/out/IWorldRegistrationSystem.sol/IWorldRegistrationSystem.json +190 -190
- package/out/KeysInTable.sol/KeysInTable.json +10672 -10672
- package/out/KeysInTableHook.sol/KeysInTableHook.json +867 -867
- package/out/KeysInTableModule.sol/KeysInTableModule.json +538 -538
- package/out/KeysWithValue.sol/KeysWithValue.json +3832 -3832
- package/out/KeysWithValueHook.sol/KeysWithValueHook.json +993 -993
- package/out/KeysWithValueModule.sol/KeysWithValueModule.json +426 -426
- package/out/Memory.sol/Memory.json +4 -4
- package/out/Module.sol/Module.json +84 -84
- package/out/ResourceIds.sol/ResourceIds.json +1363 -1363
- package/out/Schema.sol/SchemaInstance.json +72 -72
- package/out/Schema.sol/SchemaLib.json +72 -72
- package/out/SchemaType.sol/SchemaType.json +276 -276
- package/out/Slice.sol/SliceInstance.json +4 -4
- package/out/Slice.sol/SliceLib.json +4 -4
- package/out/StandardDelegationsModule.sol/StandardDelegationsModule.json +303 -303
- package/out/Storage.sol/Storage.json +7 -7
- package/out/StoreCore.sol/StoreCore.json +708 -737
- package/out/StoreCore.sol/StoreCoreInternal.json +710 -739
- package/out/StoreHook.sol/StoreHook.json +368 -368
- package/out/StoreHooks.sol/StoreHooks.json +3232 -3232
- package/out/StoreSwitch.sol/StoreSwitch.json +1885 -1885
- package/out/System.sol/System.json +31 -31
- package/out/Tables.sol/Tables.json +5585 -5585
- package/out/TightCoder.sol/TightCoder.json +124 -124
- package/out/TimeboundDelegationControl.sol/TimeboundDelegationControl.json +119 -119
- package/out/TimeboundDelegations.sol/TimeboundDelegations.json +1990 -1990
- package/out/UniqueEntity.sol/UniqueEntity.json +1406 -1406
- package/out/UniqueEntityModule.sol/UniqueEntityModule.json +327 -327
- package/out/UniqueEntitySystem.sol/UniqueEntitySystem.json +93 -93
- package/out/UsedKeysIndex.sol/UsedKeysIndex.json +2727 -2727
- package/out/WorldContext.sol/WorldContextConsumer.json +1380 -988
- package/out/WorldContext.sol/{WorldContextProvider.json → WorldContextConsumerLib.json} +1381 -989
- package/out/WorldContext.sol/WorldContextProviderLib.json +3910 -0
- package/out/WorldResourceId.sol/WorldResourceIdInstance.json +476 -476
- package/out/WorldResourceId.sol/WorldResourceIdLib.json +476 -476
- package/out/constants.sol/LayoutOffsets.json +79 -79
- 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 +131 -131
- package/out/leftMask.sol/leftMask.json +31 -31
- 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/IStore.sol/IStore.json +53 -53
- package/out/src/IWorldKernel.sol/IWorldCall.json +153 -153
- package/out/src/IWorldKernel.sol/IWorldKernel.json +153 -153
- package/out/src/IWorldKernel.sol/IWorldModuleInstallation.json +153 -153
- 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 +4695 -4724
- package/out/src/StoreCore.sol/StoreCoreInternal.json +4697 -4726
- package/out/src/StoreSwitch.sol/StoreSwitch.json +2487 -2487
- package/out/src/WorldContext.sol/WorldContextConsumer.json +1291 -899
- package/out/src/WorldContext.sol/WorldContextConsumerLib.abi.json +1 -0
- package/out/src/WorldContext.sol/{WorldContextProvider.json → WorldContextConsumerLib.json} +1292 -900
- package/out/src/WorldContext.sol/WorldContextProviderLib.abi.json +1 -0
- package/out/src/WorldContext.sol/WorldContextProviderLib.json +3910 -0
- package/out/src/WorldResourceId.sol/WorldResourceIdInstance.json +476 -476
- package/out/src/WorldResourceId.sol/WorldResourceIdLib.json +476 -476
- package/out/storeHookTypes.sol/storeHookTypes.json +115 -115
- package/out/storeResourceTypes.sol/storeResourceTypes.json +12 -12
- package/out/tables/ResourceIds.sol/ResourceIds.json +1751 -1751
- package/out/tables/Tables.sol/Tables.json +7292 -7292
- package/out/tightcoder/EncodeArray.sol/EncodeArray.json +3345 -3345
- package/out/types.sol/types.json +41 -41
- package/out/version.sol/version.json +7 -7
- package/out/world/src/IERC165.sol/IERC165.json +28 -28
- package/out/worldResourceTypes.sol/worldResourceTypes.json +53 -53
- package/package.json +8 -8
- /package/out/WorldContext.sol/{WorldContextProvider.abi.json → WorldContextConsumerLib.abi.json} +0 -0
- /package/out/{src/WorldContext.sol/WorldContextProvider.abi.json → WorldContext.sol/WorldContextProviderLib.abi.json} +0 -0
@@ -165,20 +165,20 @@
|
|
165
165
|
},
|
166
166
|
"ast": {
|
167
167
|
"absolutePath": "/home/runner/work/mud/mud/packages/world/src/codegen/interfaces/IBalanceTransferSystem.sol",
|
168
|
-
"id":
|
168
|
+
"id": 24155,
|
169
169
|
"exportedSymbols": {
|
170
170
|
"IBalanceTransferSystem": [
|
171
|
-
|
171
|
+
24154
|
172
172
|
],
|
173
173
|
"ResourceId": [
|
174
|
-
|
174
|
+
26605
|
175
175
|
]
|
176
176
|
},
|
177
177
|
"nodeType": "SourceUnit",
|
178
178
|
"src": "32:562:43",
|
179
179
|
"nodes": [
|
180
180
|
{
|
181
|
-
"id":
|
181
|
+
"id": 24129,
|
182
182
|
"nodeType": "PragmaDirective",
|
183
183
|
"src": "32:25:43",
|
184
184
|
"nodes": [],
|
@@ -190,23 +190,23 @@
|
|
190
190
|
]
|
191
191
|
},
|
192
192
|
{
|
193
|
-
"id":
|
193
|
+
"id": 24131,
|
194
194
|
"nodeType": "ImportDirective",
|
195
195
|
"src": "108:66:43",
|
196
196
|
"nodes": [],
|
197
197
|
"absolutePath": "node_modules/@latticexyz/store/src/ResourceId.sol",
|
198
198
|
"file": "@latticexyz/store/src/ResourceId.sol",
|
199
199
|
"nameLocation": "-1:-1:-1",
|
200
|
-
"scope":
|
201
|
-
"sourceUnit":
|
200
|
+
"scope": 24155,
|
201
|
+
"sourceUnit": 26677,
|
202
202
|
"symbolAliases": [
|
203
203
|
{
|
204
204
|
"foreign": {
|
205
|
-
"id":
|
205
|
+
"id": 24130,
|
206
206
|
"name": "ResourceId",
|
207
207
|
"nodeType": "Identifier",
|
208
208
|
"overloadedDeclarations": [],
|
209
|
-
"referencedDeclaration":
|
209
|
+
"referencedDeclaration": 26605,
|
210
210
|
"src": "117:10:43",
|
211
211
|
"typeDescriptions": {}
|
212
212
|
},
|
@@ -216,12 +216,12 @@
|
|
216
216
|
"unitAlias": ""
|
217
217
|
},
|
218
218
|
{
|
219
|
-
"id":
|
219
|
+
"id": 24154,
|
220
220
|
"nodeType": "ContractDefinition",
|
221
221
|
"src": "329:264:43",
|
222
222
|
"nodes": [
|
223
223
|
{
|
224
|
-
"id":
|
224
|
+
"id": 24143,
|
225
225
|
"nodeType": "FunctionDefinition",
|
226
226
|
"src": "366:115:43",
|
227
227
|
"nodes": [],
|
@@ -232,41 +232,41 @@
|
|
232
232
|
"name": "transferBalanceToNamespace",
|
233
233
|
"nameLocation": "375:26:43",
|
234
234
|
"parameters": {
|
235
|
-
"id":
|
235
|
+
"id": 24141,
|
236
236
|
"nodeType": "ParameterList",
|
237
237
|
"parameters": [
|
238
238
|
{
|
239
239
|
"constant": false,
|
240
|
-
"id":
|
240
|
+
"id": 24135,
|
241
241
|
"mutability": "mutable",
|
242
242
|
"name": "fromNamespaceId",
|
243
243
|
"nameLocation": "413:15:43",
|
244
244
|
"nodeType": "VariableDeclaration",
|
245
|
-
"scope":
|
245
|
+
"scope": 24143,
|
246
246
|
"src": "402:26:43",
|
247
247
|
"stateVariable": false,
|
248
248
|
"storageLocation": "default",
|
249
249
|
"typeDescriptions": {
|
250
|
-
"typeIdentifier": "t_userDefinedValueType$_ResourceId_$
|
250
|
+
"typeIdentifier": "t_userDefinedValueType$_ResourceId_$26605",
|
251
251
|
"typeString": "ResourceId"
|
252
252
|
},
|
253
253
|
"typeName": {
|
254
|
-
"id":
|
254
|
+
"id": 24134,
|
255
255
|
"nodeType": "UserDefinedTypeName",
|
256
256
|
"pathNode": {
|
257
|
-
"id":
|
257
|
+
"id": 24133,
|
258
258
|
"name": "ResourceId",
|
259
259
|
"nameLocations": [
|
260
260
|
"402:10:43"
|
261
261
|
],
|
262
262
|
"nodeType": "IdentifierPath",
|
263
|
-
"referencedDeclaration":
|
263
|
+
"referencedDeclaration": 26605,
|
264
264
|
"src": "402:10:43"
|
265
265
|
},
|
266
|
-
"referencedDeclaration":
|
266
|
+
"referencedDeclaration": 26605,
|
267
267
|
"src": "402:10:43",
|
268
268
|
"typeDescriptions": {
|
269
|
-
"typeIdentifier": "t_userDefinedValueType$_ResourceId_$
|
269
|
+
"typeIdentifier": "t_userDefinedValueType$_ResourceId_$26605",
|
270
270
|
"typeString": "ResourceId"
|
271
271
|
}
|
272
272
|
},
|
@@ -274,36 +274,36 @@
|
|
274
274
|
},
|
275
275
|
{
|
276
276
|
"constant": false,
|
277
|
-
"id":
|
277
|
+
"id": 24138,
|
278
278
|
"mutability": "mutable",
|
279
279
|
"name": "toNamespaceId",
|
280
280
|
"nameLocation": "441:13:43",
|
281
281
|
"nodeType": "VariableDeclaration",
|
282
|
-
"scope":
|
282
|
+
"scope": 24143,
|
283
283
|
"src": "430:24:43",
|
284
284
|
"stateVariable": false,
|
285
285
|
"storageLocation": "default",
|
286
286
|
"typeDescriptions": {
|
287
|
-
"typeIdentifier": "t_userDefinedValueType$_ResourceId_$
|
287
|
+
"typeIdentifier": "t_userDefinedValueType$_ResourceId_$26605",
|
288
288
|
"typeString": "ResourceId"
|
289
289
|
},
|
290
290
|
"typeName": {
|
291
|
-
"id":
|
291
|
+
"id": 24137,
|
292
292
|
"nodeType": "UserDefinedTypeName",
|
293
293
|
"pathNode": {
|
294
|
-
"id":
|
294
|
+
"id": 24136,
|
295
295
|
"name": "ResourceId",
|
296
296
|
"nameLocations": [
|
297
297
|
"430:10:43"
|
298
298
|
],
|
299
299
|
"nodeType": "IdentifierPath",
|
300
|
-
"referencedDeclaration":
|
300
|
+
"referencedDeclaration": 26605,
|
301
301
|
"src": "430:10:43"
|
302
302
|
},
|
303
|
-
"referencedDeclaration":
|
303
|
+
"referencedDeclaration": 26605,
|
304
304
|
"src": "430:10:43",
|
305
305
|
"typeDescriptions": {
|
306
|
-
"typeIdentifier": "t_userDefinedValueType$_ResourceId_$
|
306
|
+
"typeIdentifier": "t_userDefinedValueType$_ResourceId_$26605",
|
307
307
|
"typeString": "ResourceId"
|
308
308
|
}
|
309
309
|
},
|
@@ -311,12 +311,12 @@
|
|
311
311
|
},
|
312
312
|
{
|
313
313
|
"constant": false,
|
314
|
-
"id":
|
314
|
+
"id": 24140,
|
315
315
|
"mutability": "mutable",
|
316
316
|
"name": "amount",
|
317
317
|
"nameLocation": "464:6:43",
|
318
318
|
"nodeType": "VariableDeclaration",
|
319
|
-
"scope":
|
319
|
+
"scope": 24143,
|
320
320
|
"src": "456:14:43",
|
321
321
|
"stateVariable": false,
|
322
322
|
"storageLocation": "default",
|
@@ -325,7 +325,7 @@
|
|
325
325
|
"typeString": "uint256"
|
326
326
|
},
|
327
327
|
"typeName": {
|
328
|
-
"id":
|
328
|
+
"id": 24139,
|
329
329
|
"name": "uint256",
|
330
330
|
"nodeType": "ElementaryTypeName",
|
331
331
|
"src": "456:7:43",
|
@@ -340,18 +340,18 @@
|
|
340
340
|
"src": "401:70:43"
|
341
341
|
},
|
342
342
|
"returnParameters": {
|
343
|
-
"id":
|
343
|
+
"id": 24142,
|
344
344
|
"nodeType": "ParameterList",
|
345
345
|
"parameters": [],
|
346
346
|
"src": "480:0:43"
|
347
347
|
},
|
348
|
-
"scope":
|
348
|
+
"scope": 24154,
|
349
349
|
"stateMutability": "nonpayable",
|
350
350
|
"virtual": false,
|
351
351
|
"visibility": "external"
|
352
352
|
},
|
353
353
|
{
|
354
|
-
"id":
|
354
|
+
"id": 24153,
|
355
355
|
"nodeType": "FunctionDefinition",
|
356
356
|
"src": "485:106:43",
|
357
357
|
"nodes": [],
|
@@ -362,41 +362,41 @@
|
|
362
362
|
"name": "transferBalanceToAddress",
|
363
363
|
"nameLocation": "494:24:43",
|
364
364
|
"parameters": {
|
365
|
-
"id":
|
365
|
+
"id": 24151,
|
366
366
|
"nodeType": "ParameterList",
|
367
367
|
"parameters": [
|
368
368
|
{
|
369
369
|
"constant": false,
|
370
|
-
"id":
|
370
|
+
"id": 24146,
|
371
371
|
"mutability": "mutable",
|
372
372
|
"name": "fromNamespaceId",
|
373
373
|
"nameLocation": "530:15:43",
|
374
374
|
"nodeType": "VariableDeclaration",
|
375
|
-
"scope":
|
375
|
+
"scope": 24153,
|
376
376
|
"src": "519:26:43",
|
377
377
|
"stateVariable": false,
|
378
378
|
"storageLocation": "default",
|
379
379
|
"typeDescriptions": {
|
380
|
-
"typeIdentifier": "t_userDefinedValueType$_ResourceId_$
|
380
|
+
"typeIdentifier": "t_userDefinedValueType$_ResourceId_$26605",
|
381
381
|
"typeString": "ResourceId"
|
382
382
|
},
|
383
383
|
"typeName": {
|
384
|
-
"id":
|
384
|
+
"id": 24145,
|
385
385
|
"nodeType": "UserDefinedTypeName",
|
386
386
|
"pathNode": {
|
387
|
-
"id":
|
387
|
+
"id": 24144,
|
388
388
|
"name": "ResourceId",
|
389
389
|
"nameLocations": [
|
390
390
|
"519:10:43"
|
391
391
|
],
|
392
392
|
"nodeType": "IdentifierPath",
|
393
|
-
"referencedDeclaration":
|
393
|
+
"referencedDeclaration": 26605,
|
394
394
|
"src": "519:10:43"
|
395
395
|
},
|
396
|
-
"referencedDeclaration":
|
396
|
+
"referencedDeclaration": 26605,
|
397
397
|
"src": "519:10:43",
|
398
398
|
"typeDescriptions": {
|
399
|
-
"typeIdentifier": "t_userDefinedValueType$_ResourceId_$
|
399
|
+
"typeIdentifier": "t_userDefinedValueType$_ResourceId_$26605",
|
400
400
|
"typeString": "ResourceId"
|
401
401
|
}
|
402
402
|
},
|
@@ -404,12 +404,12 @@
|
|
404
404
|
},
|
405
405
|
{
|
406
406
|
"constant": false,
|
407
|
-
"id":
|
407
|
+
"id": 24148,
|
408
408
|
"mutability": "mutable",
|
409
409
|
"name": "toAddress",
|
410
410
|
"nameLocation": "555:9:43",
|
411
411
|
"nodeType": "VariableDeclaration",
|
412
|
-
"scope":
|
412
|
+
"scope": 24153,
|
413
413
|
"src": "547:17:43",
|
414
414
|
"stateVariable": false,
|
415
415
|
"storageLocation": "default",
|
@@ -418,7 +418,7 @@
|
|
418
418
|
"typeString": "address"
|
419
419
|
},
|
420
420
|
"typeName": {
|
421
|
-
"id":
|
421
|
+
"id": 24147,
|
422
422
|
"name": "address",
|
423
423
|
"nodeType": "ElementaryTypeName",
|
424
424
|
"src": "547:7:43",
|
@@ -432,12 +432,12 @@
|
|
432
432
|
},
|
433
433
|
{
|
434
434
|
"constant": false,
|
435
|
-
"id":
|
435
|
+
"id": 24150,
|
436
436
|
"mutability": "mutable",
|
437
437
|
"name": "amount",
|
438
438
|
"nameLocation": "574:6:43",
|
439
439
|
"nodeType": "VariableDeclaration",
|
440
|
-
"scope":
|
440
|
+
"scope": 24153,
|
441
441
|
"src": "566:14:43",
|
442
442
|
"stateVariable": false,
|
443
443
|
"storageLocation": "default",
|
@@ -446,7 +446,7 @@
|
|
446
446
|
"typeString": "uint256"
|
447
447
|
},
|
448
448
|
"typeName": {
|
449
|
-
"id":
|
449
|
+
"id": 24149,
|
450
450
|
"name": "uint256",
|
451
451
|
"nodeType": "ElementaryTypeName",
|
452
452
|
"src": "566:7:43",
|
@@ -461,12 +461,12 @@
|
|
461
461
|
"src": "518:63:43"
|
462
462
|
},
|
463
463
|
"returnParameters": {
|
464
|
-
"id":
|
464
|
+
"id": 24152,
|
465
465
|
"nodeType": "ParameterList",
|
466
466
|
"parameters": [],
|
467
467
|
"src": "590:0:43"
|
468
468
|
},
|
469
|
-
"scope":
|
469
|
+
"scope": 24154,
|
470
470
|
"stateMutability": "nonpayable",
|
471
471
|
"virtual": false,
|
472
472
|
"visibility": "external"
|
@@ -478,18 +478,18 @@
|
|
478
478
|
"contractDependencies": [],
|
479
479
|
"contractKind": "interface",
|
480
480
|
"documentation": {
|
481
|
-
"id":
|
481
|
+
"id": 24132,
|
482
482
|
"nodeType": "StructuredDocumentation",
|
483
483
|
"src": "176:152:43",
|
484
484
|
"text": " @title IBalanceTransferSystem\n @dev This interface is automatically generated from the corresponding system contract. Do not edit manually."
|
485
485
|
},
|
486
486
|
"fullyImplemented": false,
|
487
487
|
"linearizedBaseContracts": [
|
488
|
-
|
488
|
+
24154
|
489
489
|
],
|
490
490
|
"name": "IBalanceTransferSystem",
|
491
491
|
"nameLocation": "339:22:43",
|
492
|
-
"scope":
|
492
|
+
"scope": 24155,
|
493
493
|
"usedErrors": [],
|
494
494
|
"usedEvents": []
|
495
495
|
}
|
@@ -3139,23 +3139,23 @@
|
|
3139
3139
|
},
|
3140
3140
|
"ast": {
|
3141
3141
|
"absolutePath": "src/interfaces/IBaseWorld.sol",
|
3142
|
-
"id":
|
3142
|
+
"id": 39914,
|
3143
3143
|
"exportedSymbols": {
|
3144
3144
|
"IBaseWorld": [
|
3145
|
-
|
3145
|
+
39913
|
3146
3146
|
],
|
3147
3147
|
"IStore": [
|
3148
|
-
|
3148
|
+
25916
|
3149
3149
|
],
|
3150
3150
|
"IWorldKernel": [
|
3151
|
-
|
3151
|
+
39147
|
3152
3152
|
]
|
3153
3153
|
},
|
3154
3154
|
"nodeType": "SourceUnit",
|
3155
3155
|
"src": "32:497:111",
|
3156
3156
|
"nodes": [
|
3157
3157
|
{
|
3158
|
-
"id":
|
3158
|
+
"id": 39903,
|
3159
3159
|
"nodeType": "PragmaDirective",
|
3160
3160
|
"src": "32:25:111",
|
3161
3161
|
"nodes": [],
|
@@ -3167,23 +3167,23 @@
|
|
3167
3167
|
]
|
3168
3168
|
},
|
3169
3169
|
{
|
3170
|
-
"id":
|
3170
|
+
"id": 39905,
|
3171
3171
|
"nodeType": "ImportDirective",
|
3172
3172
|
"src": "108:58:111",
|
3173
3173
|
"nodes": [],
|
3174
3174
|
"absolutePath": "node_modules/@latticexyz/store/src/IStore.sol",
|
3175
3175
|
"file": "@latticexyz/store/src/IStore.sol",
|
3176
3176
|
"nameLocation": "-1:-1:-1",
|
3177
|
-
"scope":
|
3178
|
-
"sourceUnit":
|
3177
|
+
"scope": 39914,
|
3178
|
+
"sourceUnit": 25917,
|
3179
3179
|
"symbolAliases": [
|
3180
3180
|
{
|
3181
3181
|
"foreign": {
|
3182
|
-
"id":
|
3182
|
+
"id": 39904,
|
3183
3183
|
"name": "IStore",
|
3184
3184
|
"nodeType": "Identifier",
|
3185
3185
|
"overloadedDeclarations": [],
|
3186
|
-
"referencedDeclaration":
|
3186
|
+
"referencedDeclaration": 25916,
|
3187
3187
|
"src": "117:6:111",
|
3188
3188
|
"typeDescriptions": {}
|
3189
3189
|
},
|
@@ -3193,23 +3193,23 @@
|
|
3193
3193
|
"unitAlias": ""
|
3194
3194
|
},
|
3195
3195
|
{
|
3196
|
-
"id":
|
3196
|
+
"id": 39907,
|
3197
3197
|
"nodeType": "ImportDirective",
|
3198
3198
|
"src": "167:70:111",
|
3199
3199
|
"nodes": [],
|
3200
3200
|
"absolutePath": "node_modules/@latticexyz/world/src/IWorldKernel.sol",
|
3201
3201
|
"file": "@latticexyz/world/src/IWorldKernel.sol",
|
3202
3202
|
"nameLocation": "-1:-1:-1",
|
3203
|
-
"scope":
|
3204
|
-
"sourceUnit":
|
3203
|
+
"scope": 39914,
|
3204
|
+
"sourceUnit": 39148,
|
3205
3205
|
"symbolAliases": [
|
3206
3206
|
{
|
3207
3207
|
"foreign": {
|
3208
|
-
"id":
|
3208
|
+
"id": 39906,
|
3209
3209
|
"name": "IWorldKernel",
|
3210
3210
|
"nodeType": "Identifier",
|
3211
3211
|
"overloadedDeclarations": [],
|
3212
|
-
"referencedDeclaration":
|
3212
|
+
"referencedDeclaration": 39147,
|
3213
3213
|
"src": "176:12:111",
|
3214
3214
|
"typeDescriptions": {}
|
3215
3215
|
},
|
@@ -3219,7 +3219,7 @@
|
|
3219
3219
|
"unitAlias": ""
|
3220
3220
|
},
|
3221
3221
|
{
|
3222
|
-
"id":
|
3222
|
+
"id": 39913,
|
3223
3223
|
"nodeType": "ContractDefinition",
|
3224
3224
|
"src": "479:49:111",
|
3225
3225
|
"nodes": [],
|
@@ -3227,31 +3227,31 @@
|
|
3227
3227
|
"baseContracts": [
|
3228
3228
|
{
|
3229
3229
|
"baseName": {
|
3230
|
-
"id":
|
3230
|
+
"id": 39909,
|
3231
3231
|
"name": "IStore",
|
3232
3232
|
"nameLocations": [
|
3233
3233
|
"503:6:111"
|
3234
3234
|
],
|
3235
3235
|
"nodeType": "IdentifierPath",
|
3236
|
-
"referencedDeclaration":
|
3236
|
+
"referencedDeclaration": 25916,
|
3237
3237
|
"src": "503:6:111"
|
3238
3238
|
},
|
3239
|
-
"id":
|
3239
|
+
"id": 39910,
|
3240
3240
|
"nodeType": "InheritanceSpecifier",
|
3241
3241
|
"src": "503:6:111"
|
3242
3242
|
},
|
3243
3243
|
{
|
3244
3244
|
"baseName": {
|
3245
|
-
"id":
|
3245
|
+
"id": 39911,
|
3246
3246
|
"name": "IWorldKernel",
|
3247
3247
|
"nameLocations": [
|
3248
3248
|
"511:12:111"
|
3249
3249
|
],
|
3250
3250
|
"nodeType": "IdentifierPath",
|
3251
|
-
"referencedDeclaration":
|
3251
|
+
"referencedDeclaration": 39147,
|
3252
3252
|
"src": "511:12:111"
|
3253
3253
|
},
|
3254
|
-
"id":
|
3254
|
+
"id": 39912,
|
3255
3255
|
"nodeType": "InheritanceSpecifier",
|
3256
3256
|
"src": "511:12:111"
|
3257
3257
|
}
|
@@ -3260,61 +3260,61 @@
|
|
3260
3260
|
"contractDependencies": [],
|
3261
3261
|
"contractKind": "interface",
|
3262
3262
|
"documentation": {
|
3263
|
-
"id":
|
3263
|
+
"id": 39908,
|
3264
3264
|
"nodeType": "StructuredDocumentation",
|
3265
3265
|
"src": "239:239:111",
|
3266
3266
|
"text": " @title IBaseWorld\n @notice This interface integrates all systems and associated function selectors\n that are dynamically registered in the World during deployment.\n @dev This is an autogenerated file; do not edit manually."
|
3267
3267
|
},
|
3268
3268
|
"fullyImplemented": false,
|
3269
3269
|
"linearizedBaseContracts": [
|
3270
|
-
|
3271
|
-
|
3272
|
-
|
3273
|
-
|
3274
|
-
|
3275
|
-
|
3276
|
-
|
3277
|
-
|
3278
|
-
|
3279
|
-
|
3280
|
-
|
3281
|
-
|
3270
|
+
39913,
|
3271
|
+
39147,
|
3272
|
+
61685,
|
3273
|
+
39115,
|
3274
|
+
39089,
|
3275
|
+
25916,
|
3276
|
+
58162,
|
3277
|
+
58215,
|
3278
|
+
58096,
|
3279
|
+
62229,
|
3280
|
+
67543,
|
3281
|
+
62077
|
3282
3282
|
],
|
3283
3283
|
"name": "IBaseWorld",
|
3284
3284
|
"nameLocation": "489:10:111",
|
3285
|
-
"scope":
|
3285
|
+
"scope": 39914,
|
3286
3286
|
"usedErrors": [
|
3287
|
-
|
3288
|
-
|
3289
|
-
|
3290
|
-
|
3291
|
-
|
3292
|
-
|
3293
|
-
|
3294
|
-
|
3295
|
-
|
3296
|
-
|
3297
|
-
|
3298
|
-
61551,
|
3299
|
-
61558,
|
3300
|
-
61566,
|
3301
|
-
61571,
|
3302
|
-
61576,
|
3303
|
-
61581,
|
3304
|
-
61588,
|
3305
|
-
61591,
|
3306
|
-
61598,
|
3307
|
-
61605,
|
3287
|
+
58107,
|
3288
|
+
58114,
|
3289
|
+
58123,
|
3290
|
+
58129,
|
3291
|
+
58135,
|
3292
|
+
58141,
|
3293
|
+
58147,
|
3294
|
+
58153,
|
3295
|
+
58161,
|
3296
|
+
61599,
|
3297
|
+
61607,
|
3308
3298
|
61615,
|
3309
|
-
|
3299
|
+
61622,
|
3300
|
+
61630,
|
3301
|
+
61635,
|
3302
|
+
61640,
|
3303
|
+
61645,
|
3304
|
+
61652,
|
3305
|
+
61655,
|
3306
|
+
61662,
|
3307
|
+
61669,
|
3308
|
+
61679,
|
3309
|
+
61684
|
3310
3310
|
],
|
3311
3311
|
"usedEvents": [
|
3312
|
-
|
3313
|
-
|
3314
|
-
|
3315
|
-
|
3316
|
-
|
3317
|
-
|
3312
|
+
39127,
|
3313
|
+
58089,
|
3314
|
+
67502,
|
3315
|
+
67515,
|
3316
|
+
67533,
|
3317
|
+
67542
|
3318
3318
|
]
|
3319
3319
|
}
|
3320
3320
|
],
|