@latticexyz/world-modules 2.0.0-main-c07fa021 → 2.0.0-main-c4f49240

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 (104) hide show
  1. package/out/ArrayLib.sol/ArrayLib.json +255 -255
  2. package/out/Callbacks.sol/Callbacks.json +45 -45
  3. package/out/CallboundDelegationControl.sol/CallboundDelegationControl.json +203 -203
  4. package/out/CallboundDelegations.sol/CallboundDelegations.json +2595 -2595
  5. package/out/DelegationControl.sol/DelegationControl.json +83 -83
  6. package/out/Hooks.sol/Hooks.json +45 -45
  7. package/out/IAccessManagementSystem.sol/IAccessManagementSystem.json +14 -14
  8. package/out/IBalanceTransferSystem.sol/IBalanceTransferSystem.json +15 -15
  9. package/out/IBaseWorld.sol/IBaseWorld.json +64 -64
  10. package/out/IBatchCallSystem.sol/IBatchCallSystem.abi.json +69 -0
  11. package/out/IBatchCallSystem.sol/IBatchCallSystem.abi.json.d.ts +70 -0
  12. package/out/IBatchCallSystem.sol/IBatchCallSystem.json +534 -0
  13. package/out/ICoreSystem.sol/ICoreSystem.json +6 -6
  14. package/out/IDelegationControl.sol/IDelegationControl.json +60 -60
  15. package/out/IModule.sol/IModule.json +76 -76
  16. package/out/IModuleInstallationSystem.sol/IModuleInstallationSystem.json +27 -27
  17. package/out/ISystemHook.sol/ISystemHook.json +82 -82
  18. package/out/IUniqueEntitySystem.sol/IUniqueEntitySystem.json +13 -13
  19. package/out/IWorldContextConsumer.sol/IWorldContextConsumer.json +67 -67
  20. package/out/IWorldErrors.sol/IWorldErrors.json +136 -136
  21. package/out/IWorldKernel.sol/IWorldCall.json +149 -149
  22. package/out/IWorldKernel.sol/IWorldKernel.json +149 -149
  23. package/out/IWorldKernel.sol/IWorldModuleInstallation.json +149 -149
  24. package/out/IWorldRegistrationSystem.sol/IWorldRegistrationSystem.json +175 -175
  25. package/out/KeyEncoding.sol/KeyEncoding.json +80 -80
  26. package/out/KeysInTable.sol/KeysInTable.json +10668 -10668
  27. package/out/KeysInTableHook.sol/KeysInTableHook.json +862 -862
  28. package/out/KeysInTableModule.sol/KeysInTableModule.json +534 -534
  29. package/out/KeysWithValue.sol/KeysWithValue.json +3828 -3828
  30. package/out/KeysWithValueHook.sol/KeysWithValueHook.json +996 -996
  31. package/out/KeysWithValueModule.sol/KeysWithValueModule.json +423 -423
  32. package/out/Mixed.sol/Mixed.json +66 -66
  33. package/out/Module.sol/Module.json +73 -73
  34. package/out/ResourceIds.sol/ResourceIds.json +45 -45
  35. package/out/Schema.sol/SchemaInstance.json +30 -30
  36. package/out/Schema.sol/SchemaLib.json +30 -30
  37. package/out/SchemaType.sol/SchemaType.json +276 -276
  38. package/out/StandardDelegationsModule.sol/StandardDelegationsModule.json +300 -300
  39. package/out/StoreHook.sol/StoreHook.json +358 -358
  40. package/out/StoreHooks.sol/StoreHooks.json +45 -45
  41. package/out/System.sol/System.json +18 -18
  42. package/out/Tables.sol/Tables.json +73 -73
  43. package/out/TimeboundDelegationControl.sol/TimeboundDelegationControl.json +107 -107
  44. package/out/TimeboundDelegations.sol/TimeboundDelegations.json +1986 -1986
  45. package/out/UniqueEntity.sol/UniqueEntity.json +1402 -1402
  46. package/out/UniqueEntityModule.sol/UniqueEntityModule.json +324 -324
  47. package/out/UniqueEntitySystem.sol/UniqueEntitySystem.json +81 -81
  48. package/out/UsedKeysIndex.sol/UsedKeysIndex.json +2722 -2722
  49. package/out/Vector2.sol/Vector2.json +52 -52
  50. package/out/WorldContext.sol/WorldContextConsumer.json +28 -28
  51. package/out/WorldContext.sol/WorldContextProvider.json +28 -28
  52. package/out/WorldResourceId.sol/WorldResourceIdInstance.json +103 -103
  53. package/out/WorldResourceId.sol/WorldResourceIdLib.json +103 -103
  54. package/out/constants.sol/constants.json +85 -85
  55. package/out/getKeysInTable.sol/getKeysInTable.json +564 -564
  56. package/out/getKeysWithValue.sol/getKeysWithValue.json +264 -264
  57. package/out/getTargetTableId.sol/getTargetTableId.json +163 -163
  58. package/out/getUniqueEntity.sol/getUniqueEntity.json +88 -88
  59. package/out/hasKey.sol/hasKey.json +130 -130
  60. package/out/index.sol/index.json +53 -53
  61. package/out/interfaces/IBaseWorld.sol/IBaseWorld.abi.json +51 -15
  62. package/out/interfaces/IBaseWorld.sol/IBaseWorld.abi.json.d.ts +51 -15
  63. package/out/interfaces/IBaseWorld.sol/IBaseWorld.json +244 -171
  64. package/out/interfaces/IERC165.sol/IERC165.json +27 -27
  65. package/out/interfaces/IWorldKernel.sol/IWorldCall.json +151 -151
  66. package/out/interfaces/IWorldKernel.sol/IWorldKernel.json +151 -151
  67. package/out/interfaces/IWorldKernel.sol/IWorldModuleInstallation.json +151 -151
  68. package/out/query.sol/query.json +1154 -1154
  69. package/out/revertWithBytes.sol/revertWithBytes.json +15 -15
  70. package/out/src/Bytes.sol/Bytes.json +1332 -1332
  71. package/out/src/FieldLayout.sol/FieldLayoutInstance.json +697 -697
  72. package/out/src/FieldLayout.sol/FieldLayoutLib.json +697 -697
  73. package/out/src/IStore.sol/IStore.json +886 -886
  74. package/out/src/IStore.sol/IStoreData.json +886 -886
  75. package/out/src/IStore.sol/IStoreRead.json +886 -886
  76. package/out/src/IStore.sol/IStoreRegistration.json +886 -886
  77. package/out/src/IStore.sol/IStoreWrite.json +886 -886
  78. package/out/src/Memory.sol/Memory.json +89 -89
  79. package/out/src/PackedCounter.sol/PackedCounterInstance.json +923 -923
  80. package/out/src/PackedCounter.sol/PackedCounterLib.json +923 -923
  81. package/out/src/ResourceId.sol/ResourceIdInstance.json +112 -112
  82. package/out/src/ResourceId.sol/ResourceIdLib.json +112 -112
  83. package/out/src/Schema.sol/SchemaInstance.json +787 -787
  84. package/out/src/Schema.sol/SchemaLib.json +787 -787
  85. package/out/src/Slice.sol/SliceInstance.json +429 -429
  86. package/out/src/Slice.sol/SliceLib.json +429 -429
  87. package/out/src/StoreCore.sol/StoreCore.json +4461 -4461
  88. package/out/src/StoreCore.sol/StoreCoreInternal.json +4461 -4461
  89. package/out/src/StoreSwitch.sol/StoreSwitch.json +2454 -2454
  90. package/out/src/WorldContext.sol/WorldContextConsumer.json +353 -353
  91. package/out/src/WorldContext.sol/WorldContextProvider.json +353 -353
  92. package/out/src/WorldResourceId.sol/WorldResourceIdInstance.json +474 -474
  93. package/out/src/WorldResourceId.sol/WorldResourceIdLib.json +474 -474
  94. package/out/storeHookTypes.sol/storeHookTypes.json +115 -115
  95. package/out/storeResourceTypes.sol/storeResourceTypes.json +12 -12
  96. package/out/tables/ResourceIds.sol/ResourceIds.json +1746 -1746
  97. package/out/tables/Tables.sol/Tables.json +7288 -7288
  98. package/out/tightcoder/EncodeArray.sol/EncodeArray.json +3246 -3246
  99. package/out/types.sol/types.json +131 -23
  100. package/out/worldResourceTypes.sol/worldResourceTypes.json +53 -53
  101. package/package.json +8 -8
  102. package/out/ICallBatchSystem.sol/ICallBatchSystem.abi.json +0 -33
  103. package/out/ICallBatchSystem.sol/ICallBatchSystem.abi.json.d.ts +0 -34
  104. package/out/ICallBatchSystem.sol/ICallBatchSystem.json +0 -334
@@ -266,29 +266,29 @@
266
266
  },
267
267
  "ast": {
268
268
  "absolutePath": "/home/runner/work/mud/mud/packages/world/src/interfaces/ISystemHook.sol",
269
- "id": 33508,
269
+ "id": 33519,
270
270
  "exportedSymbols": {
271
271
  "ERC165_INTERFACE_ID": [
272
- 33412
272
+ 33423
273
273
  ],
274
274
  "IERC165": [
275
- 33421
275
+ 33432
276
276
  ],
277
277
  "ISystemHook": [
278
- 33507
278
+ 33518
279
279
  ],
280
280
  "ResourceId": [
281
- 36365
281
+ 36384
282
282
  ],
283
283
  "SYSTEM_HOOK_INTERFACE_ID": [
284
- 33484
284
+ 33495
285
285
  ]
286
286
  },
287
287
  "nodeType": "SourceUnit",
288
288
  "src": "32:607:45",
289
289
  "nodes": [
290
290
  {
291
- "id": 33468,
291
+ "id": 33479,
292
292
  "nodeType": "PragmaDirective",
293
293
  "src": "32:25:45",
294
294
  "nodes": [],
@@ -300,23 +300,23 @@
300
300
  ]
301
301
  },
302
302
  {
303
- "id": 33471,
303
+ "id": 33482,
304
304
  "nodeType": "ImportDirective",
305
305
  "src": "59:61:45",
306
306
  "nodes": [],
307
307
  "absolutePath": "/home/runner/work/mud/mud/packages/world/src/interfaces/IERC165.sol",
308
308
  "file": "./IERC165.sol",
309
309
  "nameLocation": "-1:-1:-1",
310
- "scope": 33508,
311
- "sourceUnit": 33422,
310
+ "scope": 33519,
311
+ "sourceUnit": 33433,
312
312
  "symbolAliases": [
313
313
  {
314
314
  "foreign": {
315
- "id": 33469,
315
+ "id": 33480,
316
316
  "name": "IERC165",
317
317
  "nodeType": "Identifier",
318
318
  "overloadedDeclarations": [],
319
- "referencedDeclaration": 33421,
319
+ "referencedDeclaration": 33432,
320
320
  "src": "68:7:45",
321
321
  "typeDescriptions": {}
322
322
  },
@@ -324,11 +324,11 @@
324
324
  },
325
325
  {
326
326
  "foreign": {
327
- "id": 33470,
327
+ "id": 33481,
328
328
  "name": "ERC165_INTERFACE_ID",
329
329
  "nodeType": "Identifier",
330
330
  "overloadedDeclarations": [],
331
- "referencedDeclaration": 33412,
331
+ "referencedDeclaration": 33423,
332
332
  "src": "77:19:45",
333
333
  "typeDescriptions": {}
334
334
  },
@@ -338,23 +338,23 @@
338
338
  "unitAlias": ""
339
339
  },
340
340
  {
341
- "id": 33473,
341
+ "id": 33484,
342
342
  "nodeType": "ImportDirective",
343
343
  "src": "121:52:45",
344
344
  "nodes": [],
345
345
  "absolutePath": "/home/runner/work/mud/mud/packages/world/src/WorldResourceId.sol",
346
346
  "file": "../WorldResourceId.sol",
347
347
  "nameLocation": "-1:-1:-1",
348
- "scope": 33508,
348
+ "scope": 33519,
349
349
  "sourceUnit": 33156,
350
350
  "symbolAliases": [
351
351
  {
352
352
  "foreign": {
353
- "id": 33472,
353
+ "id": 33483,
354
354
  "name": "ResourceId",
355
355
  "nodeType": "Identifier",
356
356
  "overloadedDeclarations": [],
357
- "referencedDeclaration": 36365,
357
+ "referencedDeclaration": 36384,
358
358
  "src": "130:10:45",
359
359
  "typeDescriptions": {}
360
360
  },
@@ -364,7 +364,7 @@
364
364
  "unitAlias": ""
365
365
  },
366
366
  {
367
- "id": 33484,
367
+ "id": 33495,
368
368
  "nodeType": "VariableDeclaration",
369
369
  "src": "244:149:45",
370
370
  "nodes": [],
@@ -372,7 +372,7 @@
372
372
  "mutability": "constant",
373
373
  "name": "SYSTEM_HOOK_INTERFACE_ID",
374
374
  "nameLocation": "260:24:45",
375
- "scope": 33508,
375
+ "scope": 33519,
376
376
  "stateVariable": false,
377
377
  "storageLocation": "default",
378
378
  "typeDescriptions": {
@@ -380,7 +380,7 @@
380
380
  "typeString": "bytes4"
381
381
  },
382
382
  "typeName": {
383
- "id": 33474,
383
+ "id": 33485,
384
384
  "name": "bytes4",
385
385
  "nodeType": "ElementaryTypeName",
386
386
  "src": "244:6:45",
@@ -394,7 +394,7 @@
394
394
  "typeIdentifier": "t_bytes4",
395
395
  "typeString": "bytes4"
396
396
  },
397
- "id": 33483,
397
+ "id": 33494,
398
398
  "isConstant": false,
399
399
  "isLValue": false,
400
400
  "isPure": true,
@@ -404,7 +404,7 @@
404
404
  "typeIdentifier": "t_bytes4",
405
405
  "typeString": "bytes4"
406
406
  },
407
- "id": 33481,
407
+ "id": 33492,
408
408
  "isConstant": false,
409
409
  "isLValue": false,
410
410
  "isPure": true,
@@ -412,18 +412,18 @@
412
412
  "leftExpression": {
413
413
  "expression": {
414
414
  "expression": {
415
- "id": 33475,
415
+ "id": 33486,
416
416
  "name": "ISystemHook",
417
417
  "nodeType": "Identifier",
418
418
  "overloadedDeclarations": [],
419
- "referencedDeclaration": 33507,
419
+ "referencedDeclaration": 33518,
420
420
  "src": "287:11:45",
421
421
  "typeDescriptions": {
422
- "typeIdentifier": "t_type$_t_contract$_ISystemHook_$33507_$",
422
+ "typeIdentifier": "t_type$_t_contract$_ISystemHook_$33518_$",
423
423
  "typeString": "type(contract ISystemHook)"
424
424
  }
425
425
  },
426
- "id": 33476,
426
+ "id": 33487,
427
427
  "isConstant": false,
428
428
  "isLValue": false,
429
429
  "isPure": true,
@@ -431,14 +431,14 @@
431
431
  "memberLocation": "299:18:45",
432
432
  "memberName": "onBeforeCallSystem",
433
433
  "nodeType": "MemberAccess",
434
- "referencedDeclaration": 33496,
434
+ "referencedDeclaration": 33507,
435
435
  "src": "287:30:45",
436
436
  "typeDescriptions": {
437
- "typeIdentifier": "t_function_declaration_nonpayable$_t_address_$_t_userDefinedValueType$_ResourceId_$36365_$_t_bytes_memory_ptr_$returns$__$",
437
+ "typeIdentifier": "t_function_declaration_nonpayable$_t_address_$_t_userDefinedValueType$_ResourceId_$36384_$_t_bytes_memory_ptr_$returns$__$",
438
438
  "typeString": "function ISystemHook.onBeforeCallSystem(address,ResourceId,bytes memory)"
439
439
  }
440
440
  },
441
- "id": 33477,
441
+ "id": 33488,
442
442
  "isConstant": false,
443
443
  "isLValue": false,
444
444
  "isPure": true,
@@ -457,18 +457,18 @@
457
457
  "rightExpression": {
458
458
  "expression": {
459
459
  "expression": {
460
- "id": 33478,
460
+ "id": 33489,
461
461
  "name": "ISystemHook",
462
462
  "nodeType": "Identifier",
463
463
  "overloadedDeclarations": [],
464
- "referencedDeclaration": 33507,
464
+ "referencedDeclaration": 33518,
465
465
  "src": "331:11:45",
466
466
  "typeDescriptions": {
467
- "typeIdentifier": "t_type$_t_contract$_ISystemHook_$33507_$",
467
+ "typeIdentifier": "t_type$_t_contract$_ISystemHook_$33518_$",
468
468
  "typeString": "type(contract ISystemHook)"
469
469
  }
470
470
  },
471
- "id": 33479,
471
+ "id": 33490,
472
472
  "isConstant": false,
473
473
  "isLValue": false,
474
474
  "isPure": true,
@@ -476,14 +476,14 @@
476
476
  "memberLocation": "343:17:45",
477
477
  "memberName": "onAfterCallSystem",
478
478
  "nodeType": "MemberAccess",
479
- "referencedDeclaration": 33506,
479
+ "referencedDeclaration": 33517,
480
480
  "src": "331:29:45",
481
481
  "typeDescriptions": {
482
- "typeIdentifier": "t_function_declaration_nonpayable$_t_address_$_t_userDefinedValueType$_ResourceId_$36365_$_t_bytes_memory_ptr_$returns$__$",
482
+ "typeIdentifier": "t_function_declaration_nonpayable$_t_address_$_t_userDefinedValueType$_ResourceId_$36384_$_t_bytes_memory_ptr_$returns$__$",
483
483
  "typeString": "function ISystemHook.onAfterCallSystem(address,ResourceId,bytes memory)"
484
484
  }
485
485
  },
486
- "id": 33480,
486
+ "id": 33491,
487
487
  "isConstant": false,
488
488
  "isLValue": false,
489
489
  "isPure": true,
@@ -506,11 +506,11 @@
506
506
  "nodeType": "BinaryOperation",
507
507
  "operator": "^",
508
508
  "rightExpression": {
509
- "id": 33482,
509
+ "id": 33493,
510
510
  "name": "ERC165_INTERFACE_ID",
511
511
  "nodeType": "Identifier",
512
512
  "overloadedDeclarations": [],
513
- "referencedDeclaration": 33412,
513
+ "referencedDeclaration": 33423,
514
514
  "src": "374:19:45",
515
515
  "typeDescriptions": {
516
516
  "typeIdentifier": "t_bytes4",
@@ -526,12 +526,12 @@
526
526
  "visibility": "internal"
527
527
  },
528
528
  {
529
- "id": 33507,
529
+ "id": 33518,
530
530
  "nodeType": "ContractDefinition",
531
531
  "src": "396:242:45",
532
532
  "nodes": [
533
533
  {
534
- "id": 33496,
534
+ "id": 33507,
535
535
  "nodeType": "FunctionDefinition",
536
536
  "src": "433:100:45",
537
537
  "nodes": [],
@@ -542,17 +542,17 @@
542
542
  "name": "onBeforeCallSystem",
543
543
  "nameLocation": "442:18:45",
544
544
  "parameters": {
545
- "id": 33494,
545
+ "id": 33505,
546
546
  "nodeType": "ParameterList",
547
547
  "parameters": [
548
548
  {
549
549
  "constant": false,
550
- "id": 33488,
550
+ "id": 33499,
551
551
  "mutability": "mutable",
552
552
  "name": "msgSender",
553
553
  "nameLocation": "469:9:45",
554
554
  "nodeType": "VariableDeclaration",
555
- "scope": 33496,
555
+ "scope": 33507,
556
556
  "src": "461:17:45",
557
557
  "stateVariable": false,
558
558
  "storageLocation": "default",
@@ -561,7 +561,7 @@
561
561
  "typeString": "address"
562
562
  },
563
563
  "typeName": {
564
- "id": 33487,
564
+ "id": 33498,
565
565
  "name": "address",
566
566
  "nodeType": "ElementaryTypeName",
567
567
  "src": "461:7:45",
@@ -575,36 +575,36 @@
575
575
  },
576
576
  {
577
577
  "constant": false,
578
- "id": 33491,
578
+ "id": 33502,
579
579
  "mutability": "mutable",
580
580
  "name": "systemId",
581
581
  "nameLocation": "491:8:45",
582
582
  "nodeType": "VariableDeclaration",
583
- "scope": 33496,
583
+ "scope": 33507,
584
584
  "src": "480:19:45",
585
585
  "stateVariable": false,
586
586
  "storageLocation": "default",
587
587
  "typeDescriptions": {
588
- "typeIdentifier": "t_userDefinedValueType$_ResourceId_$36365",
588
+ "typeIdentifier": "t_userDefinedValueType$_ResourceId_$36384",
589
589
  "typeString": "ResourceId"
590
590
  },
591
591
  "typeName": {
592
- "id": 33490,
592
+ "id": 33501,
593
593
  "nodeType": "UserDefinedTypeName",
594
594
  "pathNode": {
595
- "id": 33489,
595
+ "id": 33500,
596
596
  "name": "ResourceId",
597
597
  "nameLocations": [
598
598
  "480:10:45"
599
599
  ],
600
600
  "nodeType": "IdentifierPath",
601
- "referencedDeclaration": 36365,
601
+ "referencedDeclaration": 36384,
602
602
  "src": "480:10:45"
603
603
  },
604
- "referencedDeclaration": 36365,
604
+ "referencedDeclaration": 36384,
605
605
  "src": "480:10:45",
606
606
  "typeDescriptions": {
607
- "typeIdentifier": "t_userDefinedValueType$_ResourceId_$36365",
607
+ "typeIdentifier": "t_userDefinedValueType$_ResourceId_$36384",
608
608
  "typeString": "ResourceId"
609
609
  }
610
610
  },
@@ -612,12 +612,12 @@
612
612
  },
613
613
  {
614
614
  "constant": false,
615
- "id": 33493,
615
+ "id": 33504,
616
616
  "mutability": "mutable",
617
617
  "name": "callData",
618
618
  "nameLocation": "514:8:45",
619
619
  "nodeType": "VariableDeclaration",
620
- "scope": 33496,
620
+ "scope": 33507,
621
621
  "src": "501:21:45",
622
622
  "stateVariable": false,
623
623
  "storageLocation": "memory",
@@ -626,7 +626,7 @@
626
626
  "typeString": "bytes"
627
627
  },
628
628
  "typeName": {
629
- "id": 33492,
629
+ "id": 33503,
630
630
  "name": "bytes",
631
631
  "nodeType": "ElementaryTypeName",
632
632
  "src": "501:5:45",
@@ -641,18 +641,18 @@
641
641
  "src": "460:63:45"
642
642
  },
643
643
  "returnParameters": {
644
- "id": 33495,
644
+ "id": 33506,
645
645
  "nodeType": "ParameterList",
646
646
  "parameters": [],
647
647
  "src": "532:0:45"
648
648
  },
649
- "scope": 33507,
649
+ "scope": 33518,
650
650
  "stateMutability": "nonpayable",
651
651
  "virtual": false,
652
652
  "visibility": "external"
653
653
  },
654
654
  {
655
- "id": 33506,
655
+ "id": 33517,
656
656
  "nodeType": "FunctionDefinition",
657
657
  "src": "537:99:45",
658
658
  "nodes": [],
@@ -663,17 +663,17 @@
663
663
  "name": "onAfterCallSystem",
664
664
  "nameLocation": "546:17:45",
665
665
  "parameters": {
666
- "id": 33504,
666
+ "id": 33515,
667
667
  "nodeType": "ParameterList",
668
668
  "parameters": [
669
669
  {
670
670
  "constant": false,
671
- "id": 33498,
671
+ "id": 33509,
672
672
  "mutability": "mutable",
673
673
  "name": "msgSender",
674
674
  "nameLocation": "572:9:45",
675
675
  "nodeType": "VariableDeclaration",
676
- "scope": 33506,
676
+ "scope": 33517,
677
677
  "src": "564:17:45",
678
678
  "stateVariable": false,
679
679
  "storageLocation": "default",
@@ -682,7 +682,7 @@
682
682
  "typeString": "address"
683
683
  },
684
684
  "typeName": {
685
- "id": 33497,
685
+ "id": 33508,
686
686
  "name": "address",
687
687
  "nodeType": "ElementaryTypeName",
688
688
  "src": "564:7:45",
@@ -696,36 +696,36 @@
696
696
  },
697
697
  {
698
698
  "constant": false,
699
- "id": 33501,
699
+ "id": 33512,
700
700
  "mutability": "mutable",
701
701
  "name": "systemId",
702
702
  "nameLocation": "594:8:45",
703
703
  "nodeType": "VariableDeclaration",
704
- "scope": 33506,
704
+ "scope": 33517,
705
705
  "src": "583:19:45",
706
706
  "stateVariable": false,
707
707
  "storageLocation": "default",
708
708
  "typeDescriptions": {
709
- "typeIdentifier": "t_userDefinedValueType$_ResourceId_$36365",
709
+ "typeIdentifier": "t_userDefinedValueType$_ResourceId_$36384",
710
710
  "typeString": "ResourceId"
711
711
  },
712
712
  "typeName": {
713
- "id": 33500,
713
+ "id": 33511,
714
714
  "nodeType": "UserDefinedTypeName",
715
715
  "pathNode": {
716
- "id": 33499,
716
+ "id": 33510,
717
717
  "name": "ResourceId",
718
718
  "nameLocations": [
719
719
  "583:10:45"
720
720
  ],
721
721
  "nodeType": "IdentifierPath",
722
- "referencedDeclaration": 36365,
722
+ "referencedDeclaration": 36384,
723
723
  "src": "583:10:45"
724
724
  },
725
- "referencedDeclaration": 36365,
725
+ "referencedDeclaration": 36384,
726
726
  "src": "583:10:45",
727
727
  "typeDescriptions": {
728
- "typeIdentifier": "t_userDefinedValueType$_ResourceId_$36365",
728
+ "typeIdentifier": "t_userDefinedValueType$_ResourceId_$36384",
729
729
  "typeString": "ResourceId"
730
730
  }
731
731
  },
@@ -733,12 +733,12 @@
733
733
  },
734
734
  {
735
735
  "constant": false,
736
- "id": 33503,
736
+ "id": 33514,
737
737
  "mutability": "mutable",
738
738
  "name": "callData",
739
739
  "nameLocation": "617:8:45",
740
740
  "nodeType": "VariableDeclaration",
741
- "scope": 33506,
741
+ "scope": 33517,
742
742
  "src": "604:21:45",
743
743
  "stateVariable": false,
744
744
  "storageLocation": "memory",
@@ -747,7 +747,7 @@
747
747
  "typeString": "bytes"
748
748
  },
749
749
  "typeName": {
750
- "id": 33502,
750
+ "id": 33513,
751
751
  "name": "bytes",
752
752
  "nodeType": "ElementaryTypeName",
753
753
  "src": "604:5:45",
@@ -762,12 +762,12 @@
762
762
  "src": "563:63:45"
763
763
  },
764
764
  "returnParameters": {
765
- "id": 33505,
765
+ "id": 33516,
766
766
  "nodeType": "ParameterList",
767
767
  "parameters": [],
768
768
  "src": "635:0:45"
769
769
  },
770
- "scope": 33507,
770
+ "scope": 33518,
771
771
  "stateMutability": "nonpayable",
772
772
  "virtual": false,
773
773
  "visibility": "external"
@@ -777,16 +777,16 @@
777
777
  "baseContracts": [
778
778
  {
779
779
  "baseName": {
780
- "id": 33485,
780
+ "id": 33496,
781
781
  "name": "IERC165",
782
782
  "nameLocations": [
783
783
  "421:7:45"
784
784
  ],
785
785
  "nodeType": "IdentifierPath",
786
- "referencedDeclaration": 33421,
786
+ "referencedDeclaration": 33432,
787
787
  "src": "421:7:45"
788
788
  },
789
- "id": 33486,
789
+ "id": 33497,
790
790
  "nodeType": "InheritanceSpecifier",
791
791
  "src": "421:7:45"
792
792
  }
@@ -796,12 +796,12 @@
796
796
  "contractKind": "interface",
797
797
  "fullyImplemented": false,
798
798
  "linearizedBaseContracts": [
799
- 33507,
800
- 33421
799
+ 33518,
800
+ 33432
801
801
  ],
802
802
  "name": "ISystemHook",
803
803
  "nameLocation": "406:11:45",
804
- "scope": 33508,
804
+ "scope": 33519,
805
805
  "usedErrors": [],
806
806
  "usedEvents": []
807
807
  }
@@ -92,17 +92,17 @@
92
92
  },
93
93
  "ast": {
94
94
  "absolutePath": "src/interfaces/IUniqueEntitySystem.sol",
95
- "id": 49445,
95
+ "id": 49464,
96
96
  "exportedSymbols": {
97
97
  "IUniqueEntitySystem": [
98
- 49444
98
+ 49463
99
99
  ]
100
100
  },
101
101
  "nodeType": "SourceUnit",
102
102
  "src": "32:233:112",
103
103
  "nodes": [
104
104
  {
105
- "id": 49438,
105
+ "id": 49457,
106
106
  "nodeType": "PragmaDirective",
107
107
  "src": "32:25:112",
108
108
  "nodes": [],
@@ -114,12 +114,12 @@
114
114
  ]
115
115
  },
116
116
  {
117
- "id": 49444,
117
+ "id": 49463,
118
118
  "nodeType": "ContractDefinition",
119
119
  "src": "141:123:112",
120
120
  "nodes": [
121
121
  {
122
- "id": 49443,
122
+ "id": 49462,
123
123
  "nodeType": "FunctionDefinition",
124
124
  "src": "175:87:112",
125
125
  "nodes": [],
@@ -130,23 +130,23 @@
130
130
  "name": "uniqueEntity_system_getUniqueEntity",
131
131
  "nameLocation": "184:35:112",
132
132
  "parameters": {
133
- "id": 49439,
133
+ "id": 49458,
134
134
  "nodeType": "ParameterList",
135
135
  "parameters": [],
136
136
  "src": "219:2:112"
137
137
  },
138
138
  "returnParameters": {
139
- "id": 49442,
139
+ "id": 49461,
140
140
  "nodeType": "ParameterList",
141
141
  "parameters": [
142
142
  {
143
143
  "constant": false,
144
- "id": 49441,
144
+ "id": 49460,
145
145
  "mutability": "mutable",
146
146
  "name": "uniqueEntity",
147
147
  "nameLocation": "248:12:112",
148
148
  "nodeType": "VariableDeclaration",
149
- "scope": 49443,
149
+ "scope": 49462,
150
150
  "src": "240:20:112",
151
151
  "stateVariable": false,
152
152
  "storageLocation": "default",
@@ -155,7 +155,7 @@
155
155
  "typeString": "bytes32"
156
156
  },
157
157
  "typeName": {
158
- "id": 49440,
158
+ "id": 49459,
159
159
  "name": "bytes32",
160
160
  "nodeType": "ElementaryTypeName",
161
161
  "src": "240:7:112",
@@ -169,7 +169,7 @@
169
169
  ],
170
170
  "src": "239:22:112"
171
171
  },
172
- "scope": 49444,
172
+ "scope": 49463,
173
173
  "stateMutability": "nonpayable",
174
174
  "virtual": false,
175
175
  "visibility": "external"
@@ -182,11 +182,11 @@
182
182
  "contractKind": "interface",
183
183
  "fullyImplemented": false,
184
184
  "linearizedBaseContracts": [
185
- 49444
185
+ 49463
186
186
  ],
187
187
  "name": "IUniqueEntitySystem",
188
188
  "nameLocation": "151:19:112",
189
- "scope": 49445,
189
+ "scope": 49464,
190
190
  "usedErrors": [],
191
191
  "usedEvents": []
192
192
  }