@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.
Files changed (112) hide show
  1. package/out/ArrayLib.sol/ArrayLib.json +255 -255
  2. package/out/CallboundDelegationControl.sol/CallboundDelegationControl.json +215 -215
  3. package/out/CallboundDelegations.sol/CallboundDelegations.json +2599 -2599
  4. package/out/DecodeSlice.sol/DecodeSlice.json +3250 -3250
  5. package/out/DelegationControl.sol/DelegationControl.json +94 -94
  6. package/out/EncodeArray.sol/EncodeArray.json +3345 -3345
  7. package/out/FieldLayout.sol/FieldLayoutInstance.json +47 -47
  8. package/out/FieldLayout.sol/FieldLayoutLib.json +47 -47
  9. package/out/Hook.sol/HookInstance.json +13 -13
  10. package/out/Hook.sol/HookLib.json +13 -13
  11. package/out/Hooks.sol/Hooks.json +3393 -3393
  12. package/out/IAccessManagementSystem.sol/IAccessManagementSystem.json +58 -58
  13. package/out/IBalanceTransferSystem.sol/IBalanceTransferSystem.json +54 -54
  14. package/out/IBaseWorld.sol/IBaseWorld.json +64 -64
  15. package/out/IBatchCallSystem.sol/IBatchCallSystem.json +52 -52
  16. package/out/ICoreSystem.sol/ICoreSystem.json +7 -7
  17. package/out/IDelegationControl.sol/IDelegationControl.json +62 -62
  18. package/out/IModule.sol/IModule.json +78 -78
  19. package/out/IModuleInstallationSystem.sol/IModuleInstallationSystem.json +28 -28
  20. package/out/ISystemHook.sol/ISystemHook.json +86 -86
  21. package/out/IUniqueEntitySystem.sol/IUniqueEntitySystem.json +13 -13
  22. package/out/IWorldContextConsumer.sol/IWorldContextConsumer.json +71 -71
  23. package/out/IWorldErrors.sol/IWorldErrors.json +152 -152
  24. package/out/IWorldKernel.sol/IWorldCall.json +154 -154
  25. package/out/IWorldKernel.sol/IWorldKernel.json +154 -154
  26. package/out/IWorldKernel.sol/IWorldModuleInstallation.json +154 -154
  27. package/out/IWorldRegistrationSystem.sol/IWorldRegistrationSystem.json +190 -190
  28. package/out/KeysInTable.sol/KeysInTable.json +10672 -10672
  29. package/out/KeysInTableHook.sol/KeysInTableHook.json +867 -867
  30. package/out/KeysInTableModule.sol/KeysInTableModule.json +538 -538
  31. package/out/KeysWithValue.sol/KeysWithValue.json +3832 -3832
  32. package/out/KeysWithValueHook.sol/KeysWithValueHook.json +993 -993
  33. package/out/KeysWithValueModule.sol/KeysWithValueModule.json +426 -426
  34. package/out/Memory.sol/Memory.json +4 -4
  35. package/out/Module.sol/Module.json +84 -84
  36. package/out/ResourceIds.sol/ResourceIds.json +1363 -1363
  37. package/out/Schema.sol/SchemaInstance.json +72 -72
  38. package/out/Schema.sol/SchemaLib.json +72 -72
  39. package/out/SchemaType.sol/SchemaType.json +276 -276
  40. package/out/Slice.sol/SliceInstance.json +4 -4
  41. package/out/Slice.sol/SliceLib.json +4 -4
  42. package/out/StandardDelegationsModule.sol/StandardDelegationsModule.json +303 -303
  43. package/out/Storage.sol/Storage.json +7 -7
  44. package/out/StoreCore.sol/StoreCore.json +708 -737
  45. package/out/StoreCore.sol/StoreCoreInternal.json +710 -739
  46. package/out/StoreHook.sol/StoreHook.json +368 -368
  47. package/out/StoreHooks.sol/StoreHooks.json +3232 -3232
  48. package/out/StoreSwitch.sol/StoreSwitch.json +1885 -1885
  49. package/out/System.sol/System.json +31 -31
  50. package/out/Tables.sol/Tables.json +5585 -5585
  51. package/out/TightCoder.sol/TightCoder.json +124 -124
  52. package/out/TimeboundDelegationControl.sol/TimeboundDelegationControl.json +119 -119
  53. package/out/TimeboundDelegations.sol/TimeboundDelegations.json +1990 -1990
  54. package/out/UniqueEntity.sol/UniqueEntity.json +1406 -1406
  55. package/out/UniqueEntityModule.sol/UniqueEntityModule.json +327 -327
  56. package/out/UniqueEntitySystem.sol/UniqueEntitySystem.json +93 -93
  57. package/out/UsedKeysIndex.sol/UsedKeysIndex.json +2727 -2727
  58. package/out/WorldContext.sol/WorldContextConsumer.json +1380 -988
  59. package/out/WorldContext.sol/{WorldContextProvider.json → WorldContextConsumerLib.json} +1381 -989
  60. package/out/WorldContext.sol/WorldContextProviderLib.json +3910 -0
  61. package/out/WorldResourceId.sol/WorldResourceIdInstance.json +476 -476
  62. package/out/WorldResourceId.sol/WorldResourceIdLib.json +476 -476
  63. package/out/constants.sol/LayoutOffsets.json +79 -79
  64. package/out/constants.sol/constants.json +115 -115
  65. package/out/getKeysInTable.sol/getKeysInTable.json +564 -564
  66. package/out/getKeysWithValue.sol/getKeysWithValue.json +264 -264
  67. package/out/getTargetTableId.sol/getTargetTableId.json +163 -163
  68. package/out/getUniqueEntity.sol/getUniqueEntity.json +88 -88
  69. package/out/hasKey.sol/hasKey.json +130 -130
  70. package/out/index.sol/index.json +53 -53
  71. package/out/interfaces/IBaseWorld.sol/IBaseWorld.json +131 -131
  72. package/out/leftMask.sol/leftMask.json +31 -31
  73. package/out/query.sol/query.json +1154 -1154
  74. package/out/revertWithBytes.sol/revertWithBytes.json +15 -15
  75. package/out/src/Bytes.sol/Bytes.json +1338 -1338
  76. package/out/src/FieldLayout.sol/FieldLayoutInstance.json +698 -698
  77. package/out/src/FieldLayout.sol/FieldLayoutLib.json +698 -698
  78. package/out/src/IStore.sol/IStore.json +53 -53
  79. package/out/src/IWorldKernel.sol/IWorldCall.json +153 -153
  80. package/out/src/IWorldKernel.sol/IWorldKernel.json +153 -153
  81. package/out/src/IWorldKernel.sol/IWorldModuleInstallation.json +153 -153
  82. package/out/src/Memory.sol/Memory.json +91 -91
  83. package/out/src/PackedCounter.sol/PackedCounterInstance.json +929 -929
  84. package/out/src/PackedCounter.sol/PackedCounterLib.json +929 -929
  85. package/out/src/ResourceId.sol/ResourceIdInstance.json +116 -116
  86. package/out/src/ResourceId.sol/ResourceIdLib.json +116 -116
  87. package/out/src/Schema.sol/SchemaInstance.json +790 -790
  88. package/out/src/Schema.sol/SchemaLib.json +790 -790
  89. package/out/src/Slice.sol/SliceInstance.json +430 -430
  90. package/out/src/Slice.sol/SliceLib.json +430 -430
  91. package/out/src/StoreCore.sol/StoreCore.json +4695 -4724
  92. package/out/src/StoreCore.sol/StoreCoreInternal.json +4697 -4726
  93. package/out/src/StoreSwitch.sol/StoreSwitch.json +2487 -2487
  94. package/out/src/WorldContext.sol/WorldContextConsumer.json +1291 -899
  95. package/out/src/WorldContext.sol/WorldContextConsumerLib.abi.json +1 -0
  96. package/out/src/WorldContext.sol/{WorldContextProvider.json → WorldContextConsumerLib.json} +1292 -900
  97. package/out/src/WorldContext.sol/WorldContextProviderLib.abi.json +1 -0
  98. package/out/src/WorldContext.sol/WorldContextProviderLib.json +3910 -0
  99. package/out/src/WorldResourceId.sol/WorldResourceIdInstance.json +476 -476
  100. package/out/src/WorldResourceId.sol/WorldResourceIdLib.json +476 -476
  101. package/out/storeHookTypes.sol/storeHookTypes.json +115 -115
  102. package/out/storeResourceTypes.sol/storeResourceTypes.json +12 -12
  103. package/out/tables/ResourceIds.sol/ResourceIds.json +1751 -1751
  104. package/out/tables/Tables.sol/Tables.json +7292 -7292
  105. package/out/tightcoder/EncodeArray.sol/EncodeArray.json +3345 -3345
  106. package/out/types.sol/types.json +41 -41
  107. package/out/version.sol/version.json +7 -7
  108. package/out/world/src/IERC165.sol/IERC165.json +28 -28
  109. package/out/worldResourceTypes.sol/worldResourceTypes.json +53 -53
  110. package/package.json +8 -8
  111. /package/out/WorldContext.sol/{WorldContextProvider.abi.json → WorldContextConsumerLib.abi.json} +0 -0
  112. /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": 24123,
168
+ "id": 24155,
169
169
  "exportedSymbols": {
170
170
  "IBalanceTransferSystem": [
171
- 24122
171
+ 24154
172
172
  ],
173
173
  "ResourceId": [
174
- 26573
174
+ 26605
175
175
  ]
176
176
  },
177
177
  "nodeType": "SourceUnit",
178
178
  "src": "32:562:43",
179
179
  "nodes": [
180
180
  {
181
- "id": 24097,
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": 24099,
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": 24123,
201
- "sourceUnit": 26645,
200
+ "scope": 24155,
201
+ "sourceUnit": 26677,
202
202
  "symbolAliases": [
203
203
  {
204
204
  "foreign": {
205
- "id": 24098,
205
+ "id": 24130,
206
206
  "name": "ResourceId",
207
207
  "nodeType": "Identifier",
208
208
  "overloadedDeclarations": [],
209
- "referencedDeclaration": 26573,
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": 24122,
219
+ "id": 24154,
220
220
  "nodeType": "ContractDefinition",
221
221
  "src": "329:264:43",
222
222
  "nodes": [
223
223
  {
224
- "id": 24111,
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": 24109,
235
+ "id": 24141,
236
236
  "nodeType": "ParameterList",
237
237
  "parameters": [
238
238
  {
239
239
  "constant": false,
240
- "id": 24103,
240
+ "id": 24135,
241
241
  "mutability": "mutable",
242
242
  "name": "fromNamespaceId",
243
243
  "nameLocation": "413:15:43",
244
244
  "nodeType": "VariableDeclaration",
245
- "scope": 24111,
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_$26573",
250
+ "typeIdentifier": "t_userDefinedValueType$_ResourceId_$26605",
251
251
  "typeString": "ResourceId"
252
252
  },
253
253
  "typeName": {
254
- "id": 24102,
254
+ "id": 24134,
255
255
  "nodeType": "UserDefinedTypeName",
256
256
  "pathNode": {
257
- "id": 24101,
257
+ "id": 24133,
258
258
  "name": "ResourceId",
259
259
  "nameLocations": [
260
260
  "402:10:43"
261
261
  ],
262
262
  "nodeType": "IdentifierPath",
263
- "referencedDeclaration": 26573,
263
+ "referencedDeclaration": 26605,
264
264
  "src": "402:10:43"
265
265
  },
266
- "referencedDeclaration": 26573,
266
+ "referencedDeclaration": 26605,
267
267
  "src": "402:10:43",
268
268
  "typeDescriptions": {
269
- "typeIdentifier": "t_userDefinedValueType$_ResourceId_$26573",
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": 24106,
277
+ "id": 24138,
278
278
  "mutability": "mutable",
279
279
  "name": "toNamespaceId",
280
280
  "nameLocation": "441:13:43",
281
281
  "nodeType": "VariableDeclaration",
282
- "scope": 24111,
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_$26573",
287
+ "typeIdentifier": "t_userDefinedValueType$_ResourceId_$26605",
288
288
  "typeString": "ResourceId"
289
289
  },
290
290
  "typeName": {
291
- "id": 24105,
291
+ "id": 24137,
292
292
  "nodeType": "UserDefinedTypeName",
293
293
  "pathNode": {
294
- "id": 24104,
294
+ "id": 24136,
295
295
  "name": "ResourceId",
296
296
  "nameLocations": [
297
297
  "430:10:43"
298
298
  ],
299
299
  "nodeType": "IdentifierPath",
300
- "referencedDeclaration": 26573,
300
+ "referencedDeclaration": 26605,
301
301
  "src": "430:10:43"
302
302
  },
303
- "referencedDeclaration": 26573,
303
+ "referencedDeclaration": 26605,
304
304
  "src": "430:10:43",
305
305
  "typeDescriptions": {
306
- "typeIdentifier": "t_userDefinedValueType$_ResourceId_$26573",
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": 24108,
314
+ "id": 24140,
315
315
  "mutability": "mutable",
316
316
  "name": "amount",
317
317
  "nameLocation": "464:6:43",
318
318
  "nodeType": "VariableDeclaration",
319
- "scope": 24111,
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": 24107,
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": 24110,
343
+ "id": 24142,
344
344
  "nodeType": "ParameterList",
345
345
  "parameters": [],
346
346
  "src": "480:0:43"
347
347
  },
348
- "scope": 24122,
348
+ "scope": 24154,
349
349
  "stateMutability": "nonpayable",
350
350
  "virtual": false,
351
351
  "visibility": "external"
352
352
  },
353
353
  {
354
- "id": 24121,
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": 24119,
365
+ "id": 24151,
366
366
  "nodeType": "ParameterList",
367
367
  "parameters": [
368
368
  {
369
369
  "constant": false,
370
- "id": 24114,
370
+ "id": 24146,
371
371
  "mutability": "mutable",
372
372
  "name": "fromNamespaceId",
373
373
  "nameLocation": "530:15:43",
374
374
  "nodeType": "VariableDeclaration",
375
- "scope": 24121,
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_$26573",
380
+ "typeIdentifier": "t_userDefinedValueType$_ResourceId_$26605",
381
381
  "typeString": "ResourceId"
382
382
  },
383
383
  "typeName": {
384
- "id": 24113,
384
+ "id": 24145,
385
385
  "nodeType": "UserDefinedTypeName",
386
386
  "pathNode": {
387
- "id": 24112,
387
+ "id": 24144,
388
388
  "name": "ResourceId",
389
389
  "nameLocations": [
390
390
  "519:10:43"
391
391
  ],
392
392
  "nodeType": "IdentifierPath",
393
- "referencedDeclaration": 26573,
393
+ "referencedDeclaration": 26605,
394
394
  "src": "519:10:43"
395
395
  },
396
- "referencedDeclaration": 26573,
396
+ "referencedDeclaration": 26605,
397
397
  "src": "519:10:43",
398
398
  "typeDescriptions": {
399
- "typeIdentifier": "t_userDefinedValueType$_ResourceId_$26573",
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": 24116,
407
+ "id": 24148,
408
408
  "mutability": "mutable",
409
409
  "name": "toAddress",
410
410
  "nameLocation": "555:9:43",
411
411
  "nodeType": "VariableDeclaration",
412
- "scope": 24121,
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": 24115,
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": 24118,
435
+ "id": 24150,
436
436
  "mutability": "mutable",
437
437
  "name": "amount",
438
438
  "nameLocation": "574:6:43",
439
439
  "nodeType": "VariableDeclaration",
440
- "scope": 24121,
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": 24117,
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": 24120,
464
+ "id": 24152,
465
465
  "nodeType": "ParameterList",
466
466
  "parameters": [],
467
467
  "src": "590:0:43"
468
468
  },
469
- "scope": 24122,
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": 24100,
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
- 24122
488
+ 24154
489
489
  ],
490
490
  "name": "IBalanceTransferSystem",
491
491
  "nameLocation": "339:22:43",
492
- "scope": 24123,
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": 39850,
3142
+ "id": 39914,
3143
3143
  "exportedSymbols": {
3144
3144
  "IBaseWorld": [
3145
- 39849
3145
+ 39913
3146
3146
  ],
3147
3147
  "IStore": [
3148
- 25884
3148
+ 25916
3149
3149
  ],
3150
3150
  "IWorldKernel": [
3151
- 39117
3151
+ 39147
3152
3152
  ]
3153
3153
  },
3154
3154
  "nodeType": "SourceUnit",
3155
3155
  "src": "32:497:111",
3156
3156
  "nodes": [
3157
3157
  {
3158
- "id": 39839,
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": 39841,
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": 39850,
3178
- "sourceUnit": 25885,
3177
+ "scope": 39914,
3178
+ "sourceUnit": 25917,
3179
3179
  "symbolAliases": [
3180
3180
  {
3181
3181
  "foreign": {
3182
- "id": 39840,
3182
+ "id": 39904,
3183
3183
  "name": "IStore",
3184
3184
  "nodeType": "Identifier",
3185
3185
  "overloadedDeclarations": [],
3186
- "referencedDeclaration": 25884,
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": 39843,
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": 39850,
3204
- "sourceUnit": 39118,
3203
+ "scope": 39914,
3204
+ "sourceUnit": 39148,
3205
3205
  "symbolAliases": [
3206
3206
  {
3207
3207
  "foreign": {
3208
- "id": 39842,
3208
+ "id": 39906,
3209
3209
  "name": "IWorldKernel",
3210
3210
  "nodeType": "Identifier",
3211
3211
  "overloadedDeclarations": [],
3212
- "referencedDeclaration": 39117,
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": 39849,
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": 39845,
3230
+ "id": 39909,
3231
3231
  "name": "IStore",
3232
3232
  "nameLocations": [
3233
3233
  "503:6:111"
3234
3234
  ],
3235
3235
  "nodeType": "IdentifierPath",
3236
- "referencedDeclaration": 25884,
3236
+ "referencedDeclaration": 25916,
3237
3237
  "src": "503:6:111"
3238
3238
  },
3239
- "id": 39846,
3239
+ "id": 39910,
3240
3240
  "nodeType": "InheritanceSpecifier",
3241
3241
  "src": "503:6:111"
3242
3242
  },
3243
3243
  {
3244
3244
  "baseName": {
3245
- "id": 39847,
3245
+ "id": 39911,
3246
3246
  "name": "IWorldKernel",
3247
3247
  "nameLocations": [
3248
3248
  "511:12:111"
3249
3249
  ],
3250
3250
  "nodeType": "IdentifierPath",
3251
- "referencedDeclaration": 39117,
3251
+ "referencedDeclaration": 39147,
3252
3252
  "src": "511:12:111"
3253
3253
  },
3254
- "id": 39848,
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": 39844,
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
- 39849,
3271
- 39117,
3272
- 61621,
3273
- 39085,
3274
- 39059,
3275
- 25884,
3276
- 58098,
3277
- 58151,
3278
- 58032,
3279
- 62165,
3280
- 67479,
3281
- 62013
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": 39850,
3285
+ "scope": 39914,
3286
3286
  "usedErrors": [
3287
- 58043,
3288
- 58050,
3289
- 58059,
3290
- 58065,
3291
- 58071,
3292
- 58077,
3293
- 58083,
3294
- 58089,
3295
- 58097,
3296
- 61535,
3297
- 61543,
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
- 61620
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
- 39097,
3313
- 58025,
3314
- 67438,
3315
- 67451,
3316
- 67469,
3317
- 67478
3312
+ 39127,
3313
+ 58089,
3314
+ 67502,
3315
+ 67515,
3316
+ 67533,
3317
+ 67542
3318
3318
  ]
3319
3319
  }
3320
3320
  ],