@latticexyz/world-modules 2.0.0-main-251170e1 → 2.0.0-main-5741d53d

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 (121) 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/Callbacks.sol/Callbacks.json +45 -45
  5. package/out/CallboundDelegationControl.sol/CallboundDelegationControl.json +350 -350
  6. package/out/CallboundDelegations.sol/CallboundDelegations.json +4497 -4497
  7. package/out/DelegationControl.sol/DelegationControl.json +83 -83
  8. package/out/Hooks.sol/Hooks.json +45 -45
  9. package/out/IAccessManagementSystem.sol/IAccessManagementSystem.json +111 -111
  10. package/out/IBalanceTransferSystem.sol/IBalanceTransferSystem.json +96 -96
  11. package/out/IBaseWorld.sol/IBaseWorld.abi.json +0 -13
  12. package/out/IBaseWorld.sol/IBaseWorld.abi.json.d.ts +0 -13
  13. package/out/IBaseWorld.sol/IBaseWorld.json +81 -161
  14. package/out/IBatchCallSystem.sol/IBatchCallSystem.abi.json +69 -0
  15. package/out/IBatchCallSystem.sol/IBatchCallSystem.abi.json.d.ts +70 -0
  16. package/out/IBatchCallSystem.sol/IBatchCallSystem.json +534 -0
  17. package/out/ICoreSystem.sol/ICoreSystem.json +15 -15
  18. package/out/IDelegationControl.sol/IDelegationControl.json +100 -100
  19. package/out/IModule.sol/IModule.json +139 -139
  20. package/out/IModuleInstallationSystem.sol/IModuleInstallationSystem.json +58 -58
  21. package/out/ISystemHook.sol/ISystemHook.json +141 -141
  22. package/out/IUniqueEntitySystem.sol/IUniqueEntitySystem.abi.json +2 -2
  23. package/out/IUniqueEntitySystem.sol/IUniqueEntitySystem.abi.json.d.ts +2 -2
  24. package/out/IUniqueEntitySystem.sol/IUniqueEntitySystem.json +37 -37
  25. package/out/IWorldContextConsumer.sol/IWorldContextConsumer.json +118 -118
  26. package/out/IWorldErrors.sol/IWorldErrors.json +257 -257
  27. package/out/IWorldKernel.sol/IWorldCall.json +251 -251
  28. package/out/IWorldKernel.sol/IWorldKernel.json +251 -251
  29. package/out/IWorldKernel.sol/IWorldModuleInstallation.json +251 -251
  30. package/out/IWorldRegistrationSystem.sol/IWorldRegistrationSystem.json +321 -321
  31. package/out/KeyEncoding.sol/KeyEncoding.json +80 -80
  32. package/out/KeysInTable.sol/KeysInTable.json +18190 -18190
  33. package/out/KeysInTableHook.sol/KeysInTableHook.json +1407 -1407
  34. package/out/KeysInTableModule.sol/KeysInTableModule.json +885 -885
  35. package/out/KeysWithValue.sol/KeysWithValue.json +6631 -6631
  36. package/out/KeysWithValueHook.sol/KeysWithValueHook.json +1604 -1604
  37. package/out/KeysWithValueModule.sol/KeysWithValueModule.json +700 -700
  38. package/out/Mixed.sol/Mixed.json +66 -66
  39. package/out/Module.sol/Module.json +73 -73
  40. package/out/ResourceIds.sol/ResourceIds.json +45 -45
  41. package/out/Schema.sol/SchemaInstance.json +30 -30
  42. package/out/Schema.sol/SchemaLib.json +30 -30
  43. package/out/SchemaType.sol/SchemaType.json +276 -276
  44. package/out/StandardDelegationsModule.sol/StandardDelegationsModule.json +495 -495
  45. package/out/StoreHook.sol/StoreHook.json +358 -358
  46. package/out/StoreHooks.sol/StoreHooks.json +45 -45
  47. package/out/System.sol/System.json +19 -19
  48. package/out/Tables.sol/Tables.json +73 -73
  49. package/out/TimeboundDelegationControl.sol/TimeboundDelegationControl.json +183 -183
  50. package/out/TimeboundDelegations.sol/TimeboundDelegations.json +3474 -3474
  51. package/out/UniqueEntity.sol/UniqueEntity.json +2345 -2345
  52. package/out/UniqueEntityModule.sol/UniqueEntityModule.json +529 -529
  53. package/out/UniqueEntitySystem.sol/UniqueEntitySystem.json +128 -128
  54. package/out/UsedKeysIndex.sol/UsedKeysIndex.json +4588 -4588
  55. package/out/Vector2.sol/Vector2.json +52 -52
  56. package/out/WorldContext.sol/WorldContextConsumer.json +28 -28
  57. package/out/WorldContext.sol/WorldContextProvider.json +28 -28
  58. package/out/WorldResourceId.sol/WorldResourceIdInstance.json +103 -103
  59. package/out/WorldResourceId.sol/WorldResourceIdLib.json +103 -103
  60. package/out/constants.sol/constants.json +142 -142
  61. package/out/getKeysInTable.sol/getKeysInTable.json +918 -918
  62. package/out/getKeysWithValue.sol/getKeysWithValue.json +431 -431
  63. package/out/getTargetTableId.sol/getTargetTableId.json +272 -272
  64. package/out/getUniqueEntity.sol/getUniqueEntity.json +149 -149
  65. package/out/hasKey.sol/hasKey.json +215 -215
  66. package/out/index.sol/index.json +73 -73
  67. package/out/interfaces/IBaseWorld.sol/IBaseWorld.abi.json +51 -15
  68. package/out/interfaces/IBaseWorld.sol/IBaseWorld.abi.json.d.ts +51 -15
  69. package/out/interfaces/IBaseWorld.sol/IBaseWorld.json +326 -253
  70. package/out/interfaces/IERC165.sol/IERC165.json +50 -50
  71. package/out/interfaces/IWorldKernel.sol/IWorldCall.json +149 -149
  72. package/out/interfaces/IWorldKernel.sol/IWorldKernel.json +149 -149
  73. package/out/interfaces/IWorldKernel.sol/IWorldModuleInstallation.json +149 -149
  74. package/out/query.sol/query.json +1892 -1892
  75. package/out/revertWithBytes.sol/revertWithBytes.json +15 -15
  76. package/out/src/Bytes.sol/Bytes.json +1332 -1332
  77. package/out/src/FieldLayout.sol/FieldLayoutInstance.json +697 -697
  78. package/out/src/FieldLayout.sol/FieldLayoutLib.json +697 -697
  79. package/out/src/IStore.sol/IStore.json +885 -885
  80. package/out/src/IStore.sol/IStoreData.json +885 -885
  81. package/out/src/IStore.sol/IStoreRead.json +885 -885
  82. package/out/src/IStore.sol/IStoreRegistration.json +885 -885
  83. package/out/src/IStore.sol/IStoreWrite.json +885 -885
  84. package/out/src/Memory.sol/Memory.json +89 -89
  85. package/out/src/PackedCounter.sol/PackedCounterInstance.json +923 -923
  86. package/out/src/PackedCounter.sol/PackedCounterLib.json +923 -923
  87. package/out/src/ResourceId.sol/ResourceIdInstance.json +112 -112
  88. package/out/src/ResourceId.sol/ResourceIdLib.json +112 -112
  89. package/out/src/Schema.sol/SchemaInstance.json +787 -787
  90. package/out/src/Schema.sol/SchemaLib.json +787 -787
  91. package/out/src/Slice.sol/SliceInstance.json +429 -429
  92. package/out/src/Slice.sol/SliceLib.json +429 -429
  93. package/out/src/StoreCore.sol/StoreCore.json +4461 -4461
  94. package/out/src/StoreCore.sol/StoreCoreInternal.json +4461 -4461
  95. package/out/src/StoreSwitch.sol/StoreSwitch.json +2454 -2454
  96. package/out/src/WorldContext.sol/WorldContextConsumer.json +353 -353
  97. package/out/src/WorldContext.sol/WorldContextProvider.json +353 -353
  98. package/out/src/WorldResourceId.sol/WorldResourceIdInstance.json +474 -474
  99. package/out/src/WorldResourceId.sol/WorldResourceIdLib.json +474 -474
  100. package/out/storeHookTypes.sol/storeHookTypes.json +115 -115
  101. package/out/storeResourceTypes.sol/storeResourceTypes.json +12 -12
  102. package/out/tables/ResourceIds.sol/ResourceIds.json +1746 -1746
  103. package/out/tables/Tables.sol/Tables.json +7288 -7288
  104. package/out/tightcoder/EncodeArray.sol/EncodeArray.json +3246 -3246
  105. package/out/types.sol/types.json +131 -23
  106. package/out/worldResourceTypes.sol/worldResourceTypes.json +53 -53
  107. package/package.json +8 -8
  108. package/src/interfaces/IBaseWorld.sol +1 -3
  109. package/src/interfaces/IUniqueEntitySystem.sol +2 -3
  110. package/src/modules/keysintable/KeysInTableModule.sol +1 -1
  111. package/src/modules/keyswithvalue/KeysWithValueHook.sol +1 -1
  112. package/src/modules/keyswithvalue/KeysWithValueModule.sol +1 -1
  113. package/src/modules/std-delegations/StandardDelegationsModule.sol +1 -1
  114. package/src/modules/uniqueentity/UniqueEntityModule.sol +1 -1
  115. package/src/modules/uniqueentity/getUniqueEntity.sol +2 -2
  116. package/out/ICallBatchSystem.sol/ICallBatchSystem.abi.json +0 -33
  117. package/out/ICallBatchSystem.sol/ICallBatchSystem.abi.json.d.ts +0 -34
  118. package/out/ICallBatchSystem.sol/ICallBatchSystem.json +0 -334
  119. package/out/interfaces/IUniqueEntitySystem.sol/IUniqueEntitySystem.abi.json +0 -15
  120. package/out/interfaces/IUniqueEntitySystem.sol/IUniqueEntitySystem.abi.json.d.ts +0 -16
  121. 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": 33557,
211
211
  "exportedSymbols": {
212
212
  "ERC165_INTERFACE_ID": [
213
- 33310
213
+ 33423
214
214
  ],
215
215
  "IERC165": [
216
- 33319
216
+ 33432
217
217
  ],
218
218
  "IWorldContextConsumer": [
219
- 33456
219
+ 33556
220
220
  ],
221
221
  "WORLD_CONTEXT_CONSUMER_INTERFACE_ID": [
222
- 33438
222
+ 33538
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": 33520,
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": 33523,
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": 33557,
249
+ "sourceUnit": 33433,
250
250
  "symbolAliases": [
251
251
  {
252
252
  "foreign": {
253
- "id": 33421,
253
+ "id": 33521,
254
254
  "name": "IERC165",
255
255
  "nodeType": "Identifier",
256
256
  "overloadedDeclarations": [],
257
- "referencedDeclaration": 33319,
258
- "src": "68:7:45",
257
+ "referencedDeclaration": 33432,
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": 33522,
266
266
  "name": "ERC165_INTERFACE_ID",
267
267
  "nodeType": "Identifier",
268
268
  "overloadedDeclarations": [],
269
- "referencedDeclaration": 33310,
270
- "src": "77:19:45",
269
+ "referencedDeclaration": 33423,
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": 33538,
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": 33557,
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": 33524,
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": 33537,
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": 33535,
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": 33531,
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": 33525,
338
338
  "name": "IWorldContextConsumer",
339
339
  "nodeType": "Identifier",
340
340
  "overloadedDeclarations": [],
341
- "referencedDeclaration": 33456,
342
- "src": "245:21:45",
341
+ "referencedDeclaration": 33556,
342
+ "src": "245:21:46",
343
343
  "typeDescriptions": {
344
- "typeIdentifier": "t_type$_t_contract$_IWorldContextConsumer_$33456_$",
344
+ "typeIdentifier": "t_type$_t_contract$_IWorldContextConsumer_$33556_$",
345
345
  "typeString": "type(contract IWorldContextConsumer)"
346
346
  }
347
347
  },
348
- "id": 33426,
348
+ "id": 33526,
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": 33545,
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": 33527,
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": 33528,
383
383
  "name": "IWorldContextConsumer",
384
384
  "nodeType": "Identifier",
385
385
  "overloadedDeclarations": [],
386
- "referencedDeclaration": 33456,
387
- "src": "291:21:45",
386
+ "referencedDeclaration": 33556,
387
+ "src": "291:21:46",
388
388
  "typeDescriptions": {
389
- "typeIdentifier": "t_type$_t_contract$_IWorldContextConsumer_$33456_$",
389
+ "typeIdentifier": "t_type$_t_contract$_IWorldContextConsumer_$33556_$",
390
390
  "typeString": "type(contract IWorldContextConsumer)"
391
391
  }
392
392
  },
393
- "id": 33429,
393
+ "id": 33529,
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": 33550,
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": 33530,
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": 33532,
434
434
  "name": "IWorldContextConsumer",
435
435
  "nodeType": "Identifier",
436
436
  "overloadedDeclarations": [],
437
- "referencedDeclaration": 33456,
438
- "src": "336:21:45",
437
+ "referencedDeclaration": 33556,
438
+ "src": "336:21:46",
439
439
  "typeDescriptions": {
440
- "typeIdentifier": "t_type$_t_contract$_IWorldContextConsumer_$33456_$",
440
+ "typeIdentifier": "t_type$_t_contract$_IWorldContextConsumer_$33556_$",
441
441
  "typeString": "type(contract IWorldContextConsumer)"
442
442
  }
443
443
  },
444
- "id": 33433,
444
+ "id": 33533,
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": 33555,
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": 33534,
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": 33536,
483
483
  "name": "ERC165_INTERFACE_ID",
484
484
  "nodeType": "Identifier",
485
485
  "overloadedDeclarations": [],
486
- "referencedDeclaration": 33310,
487
- "src": "378:19:45",
486
+ "referencedDeclaration": 33423,
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": 33556,
503
503
  "nodeType": "ContractDefinition",
504
- "src": "400:214:45",
504
+ "src": "400:214:46",
505
505
  "nodes": [
506
506
  {
507
- "id": 33445,
507
+ "id": 33545,
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": 33541,
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": 33544,
525
525
  "nodeType": "ParameterList",
526
526
  "parameters": [
527
527
  {
528
528
  "constant": false,
529
- "id": 33443,
529
+ "id": 33543,
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": 33545,
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": 33542,
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": 33556,
559
559
  "stateMutability": "view",
560
560
  "virtual": false,
561
561
  "visibility": "external"
562
562
  },
563
563
  {
564
- "id": 33450,
564
+ "id": 33550,
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": 33546,
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": 33549,
582
582
  "nodeType": "ParameterList",
583
583
  "parameters": [
584
584
  {
585
585
  "constant": false,
586
- "id": 33448,
586
+ "id": 33548,
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": 33550,
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": 33547,
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": 33556,
615
615
  "stateMutability": "view",
616
616
  "virtual": false,
617
617
  "visibility": "external"
618
618
  },
619
619
  {
620
- "id": 33455,
620
+ "id": 33555,
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": 33551,
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": 33554,
638
638
  "nodeType": "ParameterList",
639
639
  "parameters": [
640
640
  {
641
641
  "constant": false,
642
- "id": 33453,
642
+ "id": 33553,
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": 33555,
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": 33552,
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": 33556,
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": 33539,
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": 33432,
688
+ "src": "435:7:46"
689
689
  },
690
- "id": 33440,
690
+ "id": 33540,
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
+ 33556,
701
+ 33432
702
702
  ],
703
703
  "name": "IWorldContextConsumer",
704
- "nameLocation": "410:21:45",
705
- "scope": 33457,
704
+ "nameLocation": "410:21:46",
705
+ "scope": 33557,
706
706
  "usedErrors": [],
707
707
  "usedEvents": []
708
708
  }
709
709
  ],
710
710
  "license": "MIT"
711
711
  },
712
- "id": 45
712
+ "id": 46
713
713
  }