@latticexyz/world-modules 2.0.0-main-251170e1 → 2.0.0-main-c07fa021

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 (91) hide show
  1. package/dist/mud.config.js +1 -1
  2. package/dist/mud.config.js.map +1 -1
  3. package/out/ArrayLib.sol/ArrayLib.json +477 -477
  4. package/out/CallboundDelegationControl.sol/CallboundDelegationControl.json +314 -314
  5. package/out/CallboundDelegations.sol/CallboundDelegations.json +4012 -4012
  6. package/out/DelegationControl.sol/DelegationControl.json +22 -22
  7. package/out/IAccessManagementSystem.sol/IAccessManagementSystem.json +97 -97
  8. package/out/IBalanceTransferSystem.sol/IBalanceTransferSystem.json +81 -81
  9. package/out/IBaseWorld.sol/IBaseWorld.abi.json +0 -13
  10. package/out/IBaseWorld.sol/IBaseWorld.abi.json.d.ts +0 -13
  11. package/out/IBaseWorld.sol/IBaseWorld.json +63 -143
  12. package/out/ICallBatchSystem.sol/ICallBatchSystem.json +51 -51
  13. package/out/ICoreSystem.sol/ICoreSystem.json +15 -15
  14. package/out/IDelegationControl.sol/IDelegationControl.json +93 -93
  15. package/out/IModule.sol/IModule.json +139 -139
  16. package/out/IModuleInstallationSystem.sol/IModuleInstallationSystem.json +58 -58
  17. package/out/ISystemHook.sol/ISystemHook.json +129 -129
  18. package/out/IUniqueEntitySystem.sol/IUniqueEntitySystem.abi.json +2 -2
  19. package/out/IUniqueEntitySystem.sol/IUniqueEntitySystem.abi.json.d.ts +2 -2
  20. package/out/IUniqueEntitySystem.sol/IUniqueEntitySystem.json +37 -37
  21. package/out/IWorldContextConsumer.sol/IWorldContextConsumer.json +118 -118
  22. package/out/IWorldErrors.sol/IWorldErrors.json +238 -238
  23. package/out/IWorldKernel.sol/IWorldCall.json +241 -241
  24. package/out/IWorldKernel.sol/IWorldKernel.json +241 -241
  25. package/out/IWorldKernel.sol/IWorldModuleInstallation.json +241 -241
  26. package/out/IWorldRegistrationSystem.sol/IWorldRegistrationSystem.json +282 -282
  27. package/out/KeysInTable.sol/KeysInTable.json +15792 -15792
  28. package/out/KeysInTableHook.sol/KeysInTableHook.json +1253 -1253
  29. package/out/KeysInTableModule.sol/KeysInTableModule.json +798 -798
  30. package/out/KeysWithValue.sol/KeysWithValue.json +5879 -5879
  31. package/out/KeysWithValueHook.sol/KeysWithValueHook.json +1335 -1335
  32. package/out/KeysWithValueModule.sol/KeysWithValueModule.json +619 -619
  33. package/out/Module.sol/Module.json +20 -20
  34. package/out/StandardDelegationsModule.sol/StandardDelegationsModule.json +467 -467
  35. package/out/StoreHook.sol/StoreHook.json +31 -31
  36. package/out/System.sol/System.json +3 -3
  37. package/out/TimeboundDelegationControl.sol/TimeboundDelegationControl.json +166 -166
  38. package/out/TimeboundDelegations.sol/TimeboundDelegations.json +3149 -3149
  39. package/out/UniqueEntity.sol/UniqueEntity.json +1976 -1976
  40. package/out/UniqueEntityModule.sol/UniqueEntityModule.json +486 -486
  41. package/out/UniqueEntitySystem.sol/UniqueEntitySystem.json +114 -114
  42. package/out/UsedKeysIndex.sol/UsedKeysIndex.json +3954 -3954
  43. package/out/WorldContext.sol/WorldContextConsumer.json +17 -17
  44. package/out/WorldContext.sol/WorldContextProvider.json +17 -17
  45. package/out/WorldResourceId.sol/WorldResourceIdInstance.json +7 -7
  46. package/out/WorldResourceId.sol/WorldResourceIdLib.json +7 -7
  47. package/out/constants.sol/constants.json +116 -116
  48. package/out/getKeysInTable.sol/getKeysInTable.json +819 -819
  49. package/out/getKeysWithValue.sol/getKeysWithValue.json +374 -374
  50. package/out/getTargetTableId.sol/getTargetTableId.json +232 -232
  51. package/out/getUniqueEntity.sol/getUniqueEntity.json +143 -143
  52. package/out/hasKey.sol/hasKey.json +189 -189
  53. package/out/index.sol/index.json +73 -73
  54. package/out/interfaces/IBaseWorld.sol/IBaseWorld.json +197 -197
  55. package/out/interfaces/IERC165.sol/IERC165.json +50 -50
  56. package/out/interfaces/IWorldKernel.sol/IWorldCall.json +137 -137
  57. package/out/interfaces/IWorldKernel.sol/IWorldKernel.json +137 -137
  58. package/out/interfaces/IWorldKernel.sol/IWorldModuleInstallation.json +137 -137
  59. package/out/query.sol/query.json +1791 -1791
  60. package/out/src/FieldLayout.sol/FieldLayoutInstance.json +47 -47
  61. package/out/src/FieldLayout.sol/FieldLayoutLib.json +47 -47
  62. package/out/src/IStore.sol/IStore.json +21 -21
  63. package/out/src/IStore.sol/IStoreData.json +21 -21
  64. package/out/src/IStore.sol/IStoreRead.json +21 -21
  65. package/out/src/IStore.sol/IStoreRegistration.json +21 -21
  66. package/out/src/IStore.sol/IStoreWrite.json +21 -21
  67. package/out/src/Memory.sol/Memory.json +4 -4
  68. package/out/src/Schema.sol/SchemaInstance.json +42 -42
  69. package/out/src/Schema.sol/SchemaLib.json +42 -42
  70. package/out/src/Slice.sol/SliceInstance.json +4 -4
  71. package/out/src/Slice.sol/SliceLib.json +4 -4
  72. package/out/src/StoreCore.sol/StoreCore.json +294 -294
  73. package/out/src/StoreCore.sol/StoreCoreInternal.json +294 -294
  74. package/out/src/StoreSwitch.sol/StoreSwitch.json +23 -23
  75. package/out/src/WorldContext.sol/WorldContextConsumer.json +22 -22
  76. package/out/src/WorldContext.sol/WorldContextProvider.json +22 -22
  77. package/out/src/WorldResourceId.sol/WorldResourceIdInstance.json +14 -14
  78. package/out/src/WorldResourceId.sol/WorldResourceIdLib.json +14 -14
  79. package/out/tightcoder/EncodeArray.sol/EncodeArray.json +297 -297
  80. package/package.json +8 -8
  81. package/src/interfaces/IBaseWorld.sol +1 -3
  82. package/src/interfaces/IUniqueEntitySystem.sol +2 -3
  83. package/src/modules/keysintable/KeysInTableModule.sol +1 -1
  84. package/src/modules/keyswithvalue/KeysWithValueHook.sol +1 -1
  85. package/src/modules/keyswithvalue/KeysWithValueModule.sol +1 -1
  86. package/src/modules/std-delegations/StandardDelegationsModule.sol +1 -1
  87. package/src/modules/uniqueentity/UniqueEntityModule.sol +1 -1
  88. package/src/modules/uniqueentity/getUniqueEntity.sol +2 -2
  89. package/out/interfaces/IUniqueEntitySystem.sol/IUniqueEntitySystem.abi.json +0 -15
  90. package/out/interfaces/IUniqueEntitySystem.sol/IUniqueEntitySystem.abi.json.d.ts +0 -16
  91. package/out/interfaces/IUniqueEntitySystem.sol/IUniqueEntitySystem.json +0 -197
@@ -207,28 +207,28 @@
207
207
  },
208
208
  "ast": {
209
209
  "absolutePath": "/home/runner/work/mud/mud/packages/world/src/interfaces/IWorldContextConsumer.sol",
210
- "id": 33457,
210
+ "id": 33546,
211
211
  "exportedSymbols": {
212
212
  "ERC165_INTERFACE_ID": [
213
- 33310
213
+ 33412
214
214
  ],
215
215
  "IERC165": [
216
- 33319
216
+ 33421
217
217
  ],
218
218
  "IWorldContextConsumer": [
219
- 33456
219
+ 33545
220
220
  ],
221
221
  "WORLD_CONTEXT_CONSUMER_INTERFACE_ID": [
222
- 33438
222
+ 33527
223
223
  ]
224
224
  },
225
225
  "nodeType": "SourceUnit",
226
- "src": "32:583:45",
226
+ "src": "32:583:46",
227
227
  "nodes": [
228
228
  {
229
- "id": 33420,
229
+ "id": 33509,
230
230
  "nodeType": "PragmaDirective",
231
- "src": "32:25:45",
231
+ "src": "32:25:46",
232
232
  "nodes": [],
233
233
  "literals": [
234
234
  "solidity",
@@ -238,36 +238,36 @@
238
238
  ]
239
239
  },
240
240
  {
241
- "id": 33423,
241
+ "id": 33512,
242
242
  "nodeType": "ImportDirective",
243
- "src": "59:61:45",
243
+ "src": "59:61:46",
244
244
  "nodes": [],
245
245
  "absolutePath": "/home/runner/work/mud/mud/packages/world/src/interfaces/IERC165.sol",
246
246
  "file": "./IERC165.sol",
247
247
  "nameLocation": "-1:-1:-1",
248
- "scope": 33457,
249
- "sourceUnit": 33320,
248
+ "scope": 33546,
249
+ "sourceUnit": 33422,
250
250
  "symbolAliases": [
251
251
  {
252
252
  "foreign": {
253
- "id": 33421,
253
+ "id": 33510,
254
254
  "name": "IERC165",
255
255
  "nodeType": "Identifier",
256
256
  "overloadedDeclarations": [],
257
- "referencedDeclaration": 33319,
258
- "src": "68:7:45",
257
+ "referencedDeclaration": 33421,
258
+ "src": "68:7:46",
259
259
  "typeDescriptions": {}
260
260
  },
261
261
  "nameLocation": "-1:-1:-1"
262
262
  },
263
263
  {
264
264
  "foreign": {
265
- "id": 33422,
265
+ "id": 33511,
266
266
  "name": "ERC165_INTERFACE_ID",
267
267
  "nodeType": "Identifier",
268
268
  "overloadedDeclarations": [],
269
- "referencedDeclaration": 33310,
270
- "src": "77:19:45",
269
+ "referencedDeclaration": 33412,
270
+ "src": "77:19:46",
271
271
  "typeDescriptions": {}
272
272
  },
273
273
  "nameLocation": "-1:-1:-1"
@@ -276,15 +276,15 @@
276
276
  "unitAlias": ""
277
277
  },
278
278
  {
279
- "id": 33438,
279
+ "id": 33527,
280
280
  "nodeType": "VariableDeclaration",
281
- "src": "191:206:45",
281
+ "src": "191:206:46",
282
282
  "nodes": [],
283
283
  "constant": true,
284
284
  "mutability": "constant",
285
285
  "name": "WORLD_CONTEXT_CONSUMER_INTERFACE_ID",
286
- "nameLocation": "207:35:45",
287
- "scope": 33457,
286
+ "nameLocation": "207:35:46",
287
+ "scope": 33546,
288
288
  "stateVariable": false,
289
289
  "storageLocation": "default",
290
290
  "typeDescriptions": {
@@ -292,10 +292,10 @@
292
292
  "typeString": "bytes4"
293
293
  },
294
294
  "typeName": {
295
- "id": 33424,
295
+ "id": 33513,
296
296
  "name": "bytes4",
297
297
  "nodeType": "ElementaryTypeName",
298
- "src": "191:6:45",
298
+ "src": "191:6:46",
299
299
  "typeDescriptions": {
300
300
  "typeIdentifier": "t_bytes4",
301
301
  "typeString": "bytes4"
@@ -306,7 +306,7 @@
306
306
  "typeIdentifier": "t_bytes4",
307
307
  "typeString": "bytes4"
308
308
  },
309
- "id": 33437,
309
+ "id": 33526,
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": 33435,
319
+ "id": 33524,
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": 33431,
329
+ "id": 33520,
330
330
  "isConstant": false,
331
331
  "isLValue": false,
332
332
  "isPure": true,
@@ -334,41 +334,41 @@
334
334
  "leftExpression": {
335
335
  "expression": {
336
336
  "expression": {
337
- "id": 33425,
337
+ "id": 33514,
338
338
  "name": "IWorldContextConsumer",
339
339
  "nodeType": "Identifier",
340
340
  "overloadedDeclarations": [],
341
- "referencedDeclaration": 33456,
342
- "src": "245:21:45",
341
+ "referencedDeclaration": 33545,
342
+ "src": "245:21:46",
343
343
  "typeDescriptions": {
344
- "typeIdentifier": "t_type$_t_contract$_IWorldContextConsumer_$33456_$",
344
+ "typeIdentifier": "t_type$_t_contract$_IWorldContextConsumer_$33545_$",
345
345
  "typeString": "type(contract IWorldContextConsumer)"
346
346
  }
347
347
  },
348
- "id": 33426,
348
+ "id": 33515,
349
349
  "isConstant": false,
350
350
  "isLValue": false,
351
351
  "isPure": true,
352
352
  "lValueRequested": false,
353
- "memberLocation": "267:10:45",
353
+ "memberLocation": "267:10:46",
354
354
  "memberName": "_msgSender",
355
355
  "nodeType": "MemberAccess",
356
- "referencedDeclaration": 33445,
357
- "src": "245:32:45",
356
+ "referencedDeclaration": 33534,
357
+ "src": "245:32:46",
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": 33427,
363
+ "id": 33516,
364
364
  "isConstant": false,
365
365
  "isLValue": false,
366
366
  "isPure": true,
367
367
  "lValueRequested": false,
368
- "memberLocation": "278:8:45",
368
+ "memberLocation": "278:8:46",
369
369
  "memberName": "selector",
370
370
  "nodeType": "MemberAccess",
371
- "src": "245:41:45",
371
+ "src": "245:41:46",
372
372
  "typeDescriptions": {
373
373
  "typeIdentifier": "t_bytes4",
374
374
  "typeString": "bytes4"
@@ -379,47 +379,47 @@
379
379
  "rightExpression": {
380
380
  "expression": {
381
381
  "expression": {
382
- "id": 33428,
382
+ "id": 33517,
383
383
  "name": "IWorldContextConsumer",
384
384
  "nodeType": "Identifier",
385
385
  "overloadedDeclarations": [],
386
- "referencedDeclaration": 33456,
387
- "src": "291:21:45",
386
+ "referencedDeclaration": 33545,
387
+ "src": "291:21:46",
388
388
  "typeDescriptions": {
389
- "typeIdentifier": "t_type$_t_contract$_IWorldContextConsumer_$33456_$",
389
+ "typeIdentifier": "t_type$_t_contract$_IWorldContextConsumer_$33545_$",
390
390
  "typeString": "type(contract IWorldContextConsumer)"
391
391
  }
392
392
  },
393
- "id": 33429,
393
+ "id": 33518,
394
394
  "isConstant": false,
395
395
  "isLValue": false,
396
396
  "isPure": true,
397
397
  "lValueRequested": false,
398
- "memberLocation": "313:9:45",
398
+ "memberLocation": "313:9:46",
399
399
  "memberName": "_msgValue",
400
400
  "nodeType": "MemberAccess",
401
- "referencedDeclaration": 33450,
402
- "src": "291:31:45",
401
+ "referencedDeclaration": 33539,
402
+ "src": "291:31:46",
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": 33430,
408
+ "id": 33519,
409
409
  "isConstant": false,
410
410
  "isLValue": false,
411
411
  "isPure": true,
412
412
  "lValueRequested": false,
413
- "memberLocation": "323:8:45",
413
+ "memberLocation": "323:8:46",
414
414
  "memberName": "selector",
415
415
  "nodeType": "MemberAccess",
416
- "src": "291:40:45",
416
+ "src": "291:40:46",
417
417
  "typeDescriptions": {
418
418
  "typeIdentifier": "t_bytes4",
419
419
  "typeString": "bytes4"
420
420
  }
421
421
  },
422
- "src": "245:86:45",
422
+ "src": "245:86:46",
423
423
  "typeDescriptions": {
424
424
  "typeIdentifier": "t_bytes4",
425
425
  "typeString": "bytes4"
@@ -430,47 +430,47 @@
430
430
  "rightExpression": {
431
431
  "expression": {
432
432
  "expression": {
433
- "id": 33432,
433
+ "id": 33521,
434
434
  "name": "IWorldContextConsumer",
435
435
  "nodeType": "Identifier",
436
436
  "overloadedDeclarations": [],
437
- "referencedDeclaration": 33456,
438
- "src": "336:21:45",
437
+ "referencedDeclaration": 33545,
438
+ "src": "336:21:46",
439
439
  "typeDescriptions": {
440
- "typeIdentifier": "t_type$_t_contract$_IWorldContextConsumer_$33456_$",
440
+ "typeIdentifier": "t_type$_t_contract$_IWorldContextConsumer_$33545_$",
441
441
  "typeString": "type(contract IWorldContextConsumer)"
442
442
  }
443
443
  },
444
- "id": 33433,
444
+ "id": 33522,
445
445
  "isConstant": false,
446
446
  "isLValue": false,
447
447
  "isPure": true,
448
448
  "lValueRequested": false,
449
- "memberLocation": "358:6:45",
449
+ "memberLocation": "358:6:46",
450
450
  "memberName": "_world",
451
451
  "nodeType": "MemberAccess",
452
- "referencedDeclaration": 33455,
453
- "src": "336:28:45",
452
+ "referencedDeclaration": 33544,
453
+ "src": "336:28:46",
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": 33434,
459
+ "id": 33523,
460
460
  "isConstant": false,
461
461
  "isLValue": false,
462
462
  "isPure": true,
463
463
  "lValueRequested": false,
464
- "memberLocation": "365:8:45",
464
+ "memberLocation": "365:8:46",
465
465
  "memberName": "selector",
466
466
  "nodeType": "MemberAccess",
467
- "src": "336:37:45",
467
+ "src": "336:37:46",
468
468
  "typeDescriptions": {
469
469
  "typeIdentifier": "t_bytes4",
470
470
  "typeString": "bytes4"
471
471
  }
472
472
  },
473
- "src": "245:128:45",
473
+ "src": "245:128:46",
474
474
  "typeDescriptions": {
475
475
  "typeIdentifier": "t_bytes4",
476
476
  "typeString": "bytes4"
@@ -479,18 +479,18 @@
479
479
  "nodeType": "BinaryOperation",
480
480
  "operator": "^",
481
481
  "rightExpression": {
482
- "id": 33436,
482
+ "id": 33525,
483
483
  "name": "ERC165_INTERFACE_ID",
484
484
  "nodeType": "Identifier",
485
485
  "overloadedDeclarations": [],
486
- "referencedDeclaration": 33310,
487
- "src": "378:19:45",
486
+ "referencedDeclaration": 33412,
487
+ "src": "378:19:46",
488
488
  "typeDescriptions": {
489
489
  "typeIdentifier": "t_bytes4",
490
490
  "typeString": "bytes4"
491
491
  }
492
492
  },
493
- "src": "245:152:45",
493
+ "src": "245:152:46",
494
494
  "typeDescriptions": {
495
495
  "typeIdentifier": "t_bytes4",
496
496
  "typeString": "bytes4"
@@ -499,40 +499,40 @@
499
499
  "visibility": "internal"
500
500
  },
501
501
  {
502
- "id": 33456,
502
+ "id": 33545,
503
503
  "nodeType": "ContractDefinition",
504
- "src": "400:214:45",
504
+ "src": "400:214:46",
505
505
  "nodes": [
506
506
  {
507
- "id": 33445,
507
+ "id": 33534,
508
508
  "nodeType": "FunctionDefinition",
509
- "src": "447:54:45",
509
+ "src": "447:54:46",
510
510
  "nodes": [],
511
511
  "functionSelector": "119df25f",
512
512
  "implemented": false,
513
513
  "kind": "function",
514
514
  "modifiers": [],
515
515
  "name": "_msgSender",
516
- "nameLocation": "456:10:45",
516
+ "nameLocation": "456:10:46",
517
517
  "parameters": {
518
- "id": 33441,
518
+ "id": 33530,
519
519
  "nodeType": "ParameterList",
520
520
  "parameters": [],
521
- "src": "466:2:45"
521
+ "src": "466:2:46"
522
522
  },
523
523
  "returnParameters": {
524
- "id": 33444,
524
+ "id": 33533,
525
525
  "nodeType": "ParameterList",
526
526
  "parameters": [
527
527
  {
528
528
  "constant": false,
529
- "id": 33443,
529
+ "id": 33532,
530
530
  "mutability": "mutable",
531
531
  "name": "",
532
532
  "nameLocation": "-1:-1:-1",
533
533
  "nodeType": "VariableDeclaration",
534
- "scope": 33445,
535
- "src": "492:7:45",
534
+ "scope": 33534,
535
+ "src": "492:7:46",
536
536
  "stateVariable": false,
537
537
  "storageLocation": "default",
538
538
  "typeDescriptions": {
@@ -540,10 +540,10 @@
540
540
  "typeString": "address"
541
541
  },
542
542
  "typeName": {
543
- "id": 33442,
543
+ "id": 33531,
544
544
  "name": "address",
545
545
  "nodeType": "ElementaryTypeName",
546
- "src": "492:7:45",
546
+ "src": "492:7:46",
547
547
  "stateMutability": "nonpayable",
548
548
  "typeDescriptions": {
549
549
  "typeIdentifier": "t_address",
@@ -553,43 +553,43 @@
553
553
  "visibility": "internal"
554
554
  }
555
555
  ],
556
- "src": "491:9:45"
556
+ "src": "491:9:46"
557
557
  },
558
- "scope": 33456,
558
+ "scope": 33545,
559
559
  "stateMutability": "view",
560
560
  "virtual": false,
561
561
  "visibility": "external"
562
562
  },
563
563
  {
564
- "id": 33450,
564
+ "id": 33539,
565
565
  "nodeType": "FunctionDefinition",
566
- "src": "505:53:45",
566
+ "src": "505:53:46",
567
567
  "nodes": [],
568
568
  "functionSelector": "45ec9354",
569
569
  "implemented": false,
570
570
  "kind": "function",
571
571
  "modifiers": [],
572
572
  "name": "_msgValue",
573
- "nameLocation": "514:9:45",
573
+ "nameLocation": "514:9:46",
574
574
  "parameters": {
575
- "id": 33446,
575
+ "id": 33535,
576
576
  "nodeType": "ParameterList",
577
577
  "parameters": [],
578
- "src": "523:2:45"
578
+ "src": "523:2:46"
579
579
  },
580
580
  "returnParameters": {
581
- "id": 33449,
581
+ "id": 33538,
582
582
  "nodeType": "ParameterList",
583
583
  "parameters": [
584
584
  {
585
585
  "constant": false,
586
- "id": 33448,
586
+ "id": 33537,
587
587
  "mutability": "mutable",
588
588
  "name": "",
589
589
  "nameLocation": "-1:-1:-1",
590
590
  "nodeType": "VariableDeclaration",
591
- "scope": 33450,
592
- "src": "549:7:45",
591
+ "scope": 33539,
592
+ "src": "549:7:46",
593
593
  "stateVariable": false,
594
594
  "storageLocation": "default",
595
595
  "typeDescriptions": {
@@ -597,10 +597,10 @@
597
597
  "typeString": "uint256"
598
598
  },
599
599
  "typeName": {
600
- "id": 33447,
600
+ "id": 33536,
601
601
  "name": "uint256",
602
602
  "nodeType": "ElementaryTypeName",
603
- "src": "549:7:45",
603
+ "src": "549:7:46",
604
604
  "typeDescriptions": {
605
605
  "typeIdentifier": "t_uint256",
606
606
  "typeString": "uint256"
@@ -609,43 +609,43 @@
609
609
  "visibility": "internal"
610
610
  }
611
611
  ],
612
- "src": "548:9:45"
612
+ "src": "548:9:46"
613
613
  },
614
- "scope": 33456,
614
+ "scope": 33545,
615
615
  "stateMutability": "view",
616
616
  "virtual": false,
617
617
  "visibility": "external"
618
618
  },
619
619
  {
620
- "id": 33455,
620
+ "id": 33544,
621
621
  "nodeType": "FunctionDefinition",
622
- "src": "562:50:45",
622
+ "src": "562:50:46",
623
623
  "nodes": [],
624
624
  "functionSelector": "e1af802c",
625
625
  "implemented": false,
626
626
  "kind": "function",
627
627
  "modifiers": [],
628
628
  "name": "_world",
629
- "nameLocation": "571:6:45",
629
+ "nameLocation": "571:6:46",
630
630
  "parameters": {
631
- "id": 33451,
631
+ "id": 33540,
632
632
  "nodeType": "ParameterList",
633
633
  "parameters": [],
634
- "src": "577:2:45"
634
+ "src": "577:2:46"
635
635
  },
636
636
  "returnParameters": {
637
- "id": 33454,
637
+ "id": 33543,
638
638
  "nodeType": "ParameterList",
639
639
  "parameters": [
640
640
  {
641
641
  "constant": false,
642
- "id": 33453,
642
+ "id": 33542,
643
643
  "mutability": "mutable",
644
644
  "name": "",
645
645
  "nameLocation": "-1:-1:-1",
646
646
  "nodeType": "VariableDeclaration",
647
- "scope": 33455,
648
- "src": "603:7:45",
647
+ "scope": 33544,
648
+ "src": "603:7:46",
649
649
  "stateVariable": false,
650
650
  "storageLocation": "default",
651
651
  "typeDescriptions": {
@@ -653,10 +653,10 @@
653
653
  "typeString": "address"
654
654
  },
655
655
  "typeName": {
656
- "id": 33452,
656
+ "id": 33541,
657
657
  "name": "address",
658
658
  "nodeType": "ElementaryTypeName",
659
- "src": "603:7:45",
659
+ "src": "603:7:46",
660
660
  "stateMutability": "nonpayable",
661
661
  "typeDescriptions": {
662
662
  "typeIdentifier": "t_address",
@@ -666,9 +666,9 @@
666
666
  "visibility": "internal"
667
667
  }
668
668
  ],
669
- "src": "602:9:45"
669
+ "src": "602:9:46"
670
670
  },
671
- "scope": 33456,
671
+ "scope": 33545,
672
672
  "stateMutability": "view",
673
673
  "virtual": false,
674
674
  "visibility": "external"
@@ -678,18 +678,18 @@
678
678
  "baseContracts": [
679
679
  {
680
680
  "baseName": {
681
- "id": 33439,
681
+ "id": 33528,
682
682
  "name": "IERC165",
683
683
  "nameLocations": [
684
- "435:7:45"
684
+ "435:7:46"
685
685
  ],
686
686
  "nodeType": "IdentifierPath",
687
- "referencedDeclaration": 33319,
688
- "src": "435:7:45"
687
+ "referencedDeclaration": 33421,
688
+ "src": "435:7:46"
689
689
  },
690
- "id": 33440,
690
+ "id": 33529,
691
691
  "nodeType": "InheritanceSpecifier",
692
- "src": "435:7:45"
692
+ "src": "435:7:46"
693
693
  }
694
694
  ],
695
695
  "canonicalName": "IWorldContextConsumer",
@@ -697,17 +697,17 @@
697
697
  "contractKind": "interface",
698
698
  "fullyImplemented": false,
699
699
  "linearizedBaseContracts": [
700
- 33456,
701
- 33319
700
+ 33545,
701
+ 33421
702
702
  ],
703
703
  "name": "IWorldContextConsumer",
704
- "nameLocation": "410:21:45",
705
- "scope": 33457,
704
+ "nameLocation": "410:21:46",
705
+ "scope": 33546,
706
706
  "usedErrors": [],
707
707
  "usedEvents": []
708
708
  }
709
709
  ],
710
710
  "license": "MIT"
711
711
  },
712
- "id": 45
712
+ "id": 46
713
713
  }