@latticexyz/world-modules 2.0.0-main-f99e8898 → 2.0.0-main-94d7f1ee

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 (115) hide show
  1. package/out/AccessControl.sol/AccessControl.abi.json +1 -0
  2. package/out/AccessControl.sol/AccessControl.json +1651 -0
  3. package/out/ArrayLib.sol/ArrayLib.json +477 -477
  4. package/out/Balances.sol/Balances.abi.json +1 -0
  5. package/out/Balances.sol/Balances.json +13002 -0
  6. package/out/CallboundDelegationControl.sol/CallboundDelegationControl.json +350 -350
  7. package/out/CallboundDelegations.sol/CallboundDelegations.json +4497 -4497
  8. package/out/DelegationControl.sol/DelegationControl.json +135 -135
  9. package/out/FunctionSelectors.sol/FunctionSelectors.abi.json +1 -0
  10. package/out/FunctionSelectors.sol/FunctionSelectors.json +17874 -0
  11. package/out/Hooks.sol/Hooks.json +45 -45
  12. package/out/IAccessManagementSystem.sol/IAccessManagementSystem.json +14 -14
  13. package/out/IBalanceTransferSystem.sol/IBalanceTransferSystem.json +15 -15
  14. package/out/IBaseWorld.sol/IBaseWorld.json +81 -81
  15. package/out/IBatchCallSystem.sol/IBatchCallSystem.json +15 -15
  16. package/out/IDelegationControl.sol/IDelegationControl.json +7 -7
  17. package/out/ISystemHook.sol/ISystemHook.json +12 -12
  18. package/out/IUniqueEntitySystem.sol/IUniqueEntitySystem.json +25 -25
  19. package/out/IWorldErrors.sol/IWorldErrors.json +19 -19
  20. package/out/IWorldKernel.sol/IWorldCall.json +10 -10
  21. package/out/IWorldKernel.sol/IWorldKernel.json +10 -10
  22. package/out/IWorldKernel.sol/IWorldModuleInstallation.json +10 -10
  23. package/out/IWorldRegistrationSystem.sol/IWorldRegistrationSystem.json +39 -39
  24. package/out/KeysInTable.sol/KeysInTable.json +18190 -18190
  25. package/out/KeysInTableHook.sol/KeysInTableHook.json +1407 -1407
  26. package/out/KeysInTableModule.sol/KeysInTableModule.json +838 -838
  27. package/out/KeysWithValue.sol/KeysWithValue.json +6631 -6631
  28. package/out/KeysWithValueHook.sol/KeysWithValueHook.json +1557 -1557
  29. package/out/KeysWithValueModule.sol/KeysWithValueModule.json +650 -650
  30. package/out/Module.sol/Module.json +119 -119
  31. package/out/NamespaceOwner.sol/NamespaceOwner.abi.json +1 -0
  32. package/out/NamespaceOwner.sol/NamespaceOwner.json +13016 -0
  33. package/out/ResourceAccess.sol/ResourceAccess.abi.json +1 -0
  34. package/out/ResourceAccess.sol/ResourceAccess.json +17296 -0
  35. package/out/ResourceIds.sol/ResourceIds.json +45 -45
  36. package/out/Schema.sol/SchemaInstance.json +30 -30
  37. package/out/Schema.sol/SchemaLib.json +30 -30
  38. package/out/SchemaType.sol/SchemaType.json +729 -729
  39. package/out/StandardDelegationsModule.sol/StandardDelegationsModule.json +448 -448
  40. package/out/StoreHook.sol/StoreHook.json +639 -639
  41. package/out/StoreHooks.sol/StoreHooks.json +45 -45
  42. package/out/System.sol/System.json +32 -32
  43. package/out/SystemHooks.sol/SystemHooks.abi.json +1 -0
  44. package/out/SystemHooks.sol/SystemHooks.json +32460 -0
  45. package/out/SystemSwitch.sol/SystemSwitch.abi.json +1 -0
  46. package/out/SystemSwitch.sol/SystemSwitch.json +2879 -0
  47. package/out/Systems.sol/Systems.abi.json +1 -0
  48. package/out/Systems.sol/Systems.json +18508 -0
  49. package/out/Tables.sol/Tables.json +73 -73
  50. package/out/TimeboundDelegationControl.sol/TimeboundDelegationControl.json +183 -183
  51. package/out/TimeboundDelegations.sol/TimeboundDelegations.json +3474 -3474
  52. package/out/UniqueEntity.sol/UniqueEntity.json +2345 -2345
  53. package/out/UniqueEntityModule.sol/UniqueEntityModule.json +482 -482
  54. package/out/UniqueEntitySystem.sol/UniqueEntitySystem.json +128 -128
  55. package/out/UsedKeysIndex.sol/UsedKeysIndex.json +4590 -4590
  56. package/out/WorldContext.sol/WorldContextConsumer.json +14 -14
  57. package/out/WorldContext.sol/WorldContextConsumerLib.json +14 -14
  58. package/out/WorldContext.sol/WorldContextProviderLib.json +14 -14
  59. package/out/WorldResourceId.sol/WorldResourceIdInstance.json +103 -103
  60. package/out/WorldResourceId.sol/WorldResourceIdLib.json +103 -103
  61. package/out/constants.sol/constants.json +194 -194
  62. package/out/getKeysInTable.sol/getKeysInTable.json +918 -918
  63. package/out/getKeysWithValue.sol/getKeysWithValue.json +431 -431
  64. package/out/getTargetTableId.sol/getTargetTableId.json +272 -272
  65. package/out/getUniqueEntity.sol/getUniqueEntity.json +389 -240
  66. package/out/hasKey.sol/hasKey.json +215 -215
  67. package/out/index.sol/index.json +73 -73
  68. package/out/interfaces/IBaseWorld.sol/IBaseWorld.json +171 -171
  69. package/out/query.sol/query.json +1892 -1892
  70. package/out/revertWithBytes.sol/revertWithBytes.json +52 -52
  71. package/out/src/Bytes.sol/Bytes.json +3766 -3766
  72. package/out/src/FieldLayout.sol/FieldLayoutInstance.json +1204 -1204
  73. package/out/src/FieldLayout.sol/FieldLayoutLib.json +1204 -1204
  74. package/out/src/Hook.sol/HookInstance.abi.json +1 -0
  75. package/out/src/Hook.sol/HookInstance.json +2823 -0
  76. package/out/src/Hook.sol/HookLib.abi.json +1 -0
  77. package/out/src/Hook.sol/HookLib.json +2823 -0
  78. package/out/src/IStore.sol/IStore.json +73 -73
  79. package/out/src/ISystemHook.sol/ISystemHook.abi.json +67 -0
  80. package/out/src/ISystemHook.sol/ISystemHook.abi.json.d.ts +68 -0
  81. package/out/src/ISystemHook.sol/ISystemHook.json +852 -0
  82. package/out/src/IWorldErrors.sol/IWorldErrors.abi.json +189 -0
  83. package/out/src/IWorldErrors.sol/IWorldErrors.abi.json.d.ts +190 -0
  84. package/out/src/IWorldErrors.sol/IWorldErrors.json +1463 -0
  85. package/out/src/IWorldKernel.sol/IWorldCall.json +258 -258
  86. package/out/src/IWorldKernel.sol/IWorldKernel.json +258 -258
  87. package/out/src/IWorldKernel.sol/IWorldModuleInstallation.json +258 -258
  88. package/out/src/Memory.sol/Memory.json +242 -242
  89. package/out/src/PackedCounter.sol/PackedCounterInstance.json +1633 -1633
  90. package/out/src/PackedCounter.sol/PackedCounterLib.json +1633 -1633
  91. package/out/src/ResourceId.sol/ResourceIdInstance.json +206 -206
  92. package/out/src/ResourceId.sol/ResourceIdLib.json +206 -206
  93. package/out/src/Schema.sol/SchemaInstance.json +1351 -1351
  94. package/out/src/Schema.sol/SchemaLib.json +1351 -1351
  95. package/out/src/Slice.sol/SliceInstance.json +802 -802
  96. package/out/src/Slice.sol/SliceLib.json +802 -802
  97. package/out/src/StoreCore.sol/StoreCore.json +7412 -7412
  98. package/out/src/StoreCore.sol/StoreCoreInternal.json +7412 -7412
  99. package/out/src/StoreSwitch.sol/StoreSwitch.json +4064 -4064
  100. package/out/src/WorldContext.sol/WorldContextConsumer.json +805 -805
  101. package/out/src/WorldContext.sol/WorldContextConsumerLib.json +807 -807
  102. package/out/src/WorldContext.sol/WorldContextProviderLib.json +807 -807
  103. package/out/src/WorldResourceId.sol/WorldResourceIdInstance.json +809 -809
  104. package/out/src/WorldResourceId.sol/WorldResourceIdLib.json +809 -809
  105. package/out/storeHookTypes.sol/storeHookTypes.json +204 -204
  106. package/out/storeResourceTypes.sol/storeResourceTypes.json +23 -23
  107. package/out/systemHookTypes.sol/systemHookTypes.json +270 -0
  108. package/out/tables/ResourceIds.sol/ResourceIds.json +2922 -2922
  109. package/out/tables/Tables.sol/Tables.json +12189 -12189
  110. package/out/tightcoder/EncodeArray.sol/EncodeArray.json +6883 -6883
  111. package/out/types.sol/types.json +71 -71
  112. package/out/worldResourceTypes.sol/worldResourceTypes.json +92 -92
  113. package/package.json +8 -8
  114. package/src/modules/uniqueentity/getUniqueEntity.sol +5 -3
  115. package/src/utils/SystemSwitch.sol +82 -0
@@ -661,34 +661,34 @@
661
661
  },
662
662
  "ast": {
663
663
  "absolutePath": "node_modules/@latticexyz/world/src/Module.sol",
664
- "id": 39184,
664
+ "id": 41937,
665
665
  "exportedSymbols": {
666
666
  "ERC165_INTERFACE_ID": [
667
- 61490
667
+ 75587
668
668
  ],
669
669
  "IERC165": [
670
- 61500
670
+ 75597
671
671
  ],
672
672
  "IModule": [
673
- 61591
673
+ 75688
674
674
  ],
675
675
  "MODULE_INTERFACE_ID": [
676
- 61564
676
+ 75661
677
677
  ],
678
678
  "Module": [
679
- 39183
679
+ 41936
680
680
  ],
681
681
  "WorldContextConsumer": [
682
- 39261
682
+ 42014
683
683
  ]
684
684
  },
685
685
  "nodeType": "SourceUnit",
686
- "src": "32:945:95",
686
+ "src": "32:945:98",
687
687
  "nodes": [
688
688
  {
689
- "id": 39149,
689
+ "id": 41902,
690
690
  "nodeType": "PragmaDirective",
691
- "src": "32:25:95",
691
+ "src": "32:25:98",
692
692
  "nodes": [],
693
693
  "literals": [
694
694
  "solidity",
@@ -698,24 +698,24 @@
698
698
  ]
699
699
  },
700
700
  {
701
- "id": 39151,
701
+ "id": 41904,
702
702
  "nodeType": "ImportDirective",
703
- "src": "59:58:95",
703
+ "src": "59:58:98",
704
704
  "nodes": [],
705
705
  "absolutePath": "node_modules/@latticexyz/world/src/WorldContext.sol",
706
706
  "file": "./WorldContext.sol",
707
707
  "nameLocation": "-1:-1:-1",
708
- "scope": 39184,
709
- "sourceUnit": 39456,
708
+ "scope": 41937,
709
+ "sourceUnit": 42209,
710
710
  "symbolAliases": [
711
711
  {
712
712
  "foreign": {
713
- "id": 39150,
713
+ "id": 41903,
714
714
  "name": "WorldContextConsumer",
715
715
  "nodeType": "Identifier",
716
716
  "overloadedDeclarations": [],
717
- "referencedDeclaration": 39261,
718
- "src": "68:20:95",
717
+ "referencedDeclaration": 42014,
718
+ "src": "68:20:98",
719
719
  "typeDescriptions": {}
720
720
  },
721
721
  "nameLocation": "-1:-1:-1"
@@ -724,36 +724,36 @@
724
724
  "unitAlias": ""
725
725
  },
726
726
  {
727
- "id": 39154,
727
+ "id": 41907,
728
728
  "nodeType": "ImportDirective",
729
- "src": "118:61:95",
729
+ "src": "118:61:98",
730
730
  "nodes": [],
731
731
  "absolutePath": "node_modules/@latticexyz/world/src/IModule.sol",
732
732
  "file": "./IModule.sol",
733
733
  "nameLocation": "-1:-1:-1",
734
- "scope": 39184,
735
- "sourceUnit": 61592,
734
+ "scope": 41937,
735
+ "sourceUnit": 75689,
736
736
  "symbolAliases": [
737
737
  {
738
738
  "foreign": {
739
- "id": 39152,
739
+ "id": 41905,
740
740
  "name": "IModule",
741
741
  "nodeType": "Identifier",
742
742
  "overloadedDeclarations": [],
743
- "referencedDeclaration": 61591,
744
- "src": "127:7:95",
743
+ "referencedDeclaration": 75688,
744
+ "src": "127:7:98",
745
745
  "typeDescriptions": {}
746
746
  },
747
747
  "nameLocation": "-1:-1:-1"
748
748
  },
749
749
  {
750
750
  "foreign": {
751
- "id": 39153,
751
+ "id": 41906,
752
752
  "name": "MODULE_INTERFACE_ID",
753
753
  "nodeType": "Identifier",
754
754
  "overloadedDeclarations": [],
755
- "referencedDeclaration": 61564,
756
- "src": "136:19:95",
755
+ "referencedDeclaration": 75661,
756
+ "src": "136:19:98",
757
757
  "typeDescriptions": {}
758
758
  },
759
759
  "nameLocation": "-1:-1:-1"
@@ -762,36 +762,36 @@
762
762
  "unitAlias": ""
763
763
  },
764
764
  {
765
- "id": 39157,
765
+ "id": 41910,
766
766
  "nodeType": "ImportDirective",
767
- "src": "180:61:95",
767
+ "src": "180:61:98",
768
768
  "nodes": [],
769
769
  "absolutePath": "node_modules/@latticexyz/world/src/IERC165.sol",
770
770
  "file": "./IERC165.sol",
771
771
  "nameLocation": "-1:-1:-1",
772
- "scope": 39184,
773
- "sourceUnit": 61501,
772
+ "scope": 41937,
773
+ "sourceUnit": 75598,
774
774
  "symbolAliases": [
775
775
  {
776
776
  "foreign": {
777
- "id": 39155,
777
+ "id": 41908,
778
778
  "name": "IERC165",
779
779
  "nodeType": "Identifier",
780
780
  "overloadedDeclarations": [],
781
- "referencedDeclaration": 61500,
782
- "src": "189:7:95",
781
+ "referencedDeclaration": 75597,
782
+ "src": "189:7:98",
783
783
  "typeDescriptions": {}
784
784
  },
785
785
  "nameLocation": "-1:-1:-1"
786
786
  },
787
787
  {
788
788
  "foreign": {
789
- "id": 39156,
789
+ "id": 41909,
790
790
  "name": "ERC165_INTERFACE_ID",
791
791
  "nodeType": "Identifier",
792
792
  "overloadedDeclarations": [],
793
- "referencedDeclaration": 61490,
794
- "src": "198:19:95",
793
+ "referencedDeclaration": 75587,
794
+ "src": "198:19:98",
795
795
  "typeDescriptions": {}
796
796
  },
797
797
  "nameLocation": "-1:-1:-1"
@@ -800,19 +800,19 @@
800
800
  "unitAlias": ""
801
801
  },
802
802
  {
803
- "id": 39183,
803
+ "id": 41936,
804
804
  "nodeType": "ContractDefinition",
805
- "src": "362:614:95",
805
+ "src": "362:614:98",
806
806
  "nodes": [
807
807
  {
808
- "id": 39182,
808
+ "id": 41935,
809
809
  "nodeType": "FunctionDefinition",
810
- "src": "754:220:95",
810
+ "src": "754:220:98",
811
811
  "nodes": [],
812
812
  "body": {
813
- "id": 39181,
813
+ "id": 41934,
814
814
  "nodeType": "Block",
815
- "src": "884:90:95",
815
+ "src": "884:90:98",
816
816
  "nodes": [],
817
817
  "statements": [
818
818
  {
@@ -821,7 +821,7 @@
821
821
  "typeIdentifier": "t_bool",
822
822
  "typeString": "bool"
823
823
  },
824
- "id": 39179,
824
+ "id": 41932,
825
825
  "isConstant": false,
826
826
  "isLValue": false,
827
827
  "isPure": false,
@@ -831,18 +831,18 @@
831
831
  "typeIdentifier": "t_bytes4",
832
832
  "typeString": "bytes4"
833
833
  },
834
- "id": 39175,
834
+ "id": 41928,
835
835
  "isConstant": false,
836
836
  "isLValue": false,
837
837
  "isPure": false,
838
838
  "lValueRequested": false,
839
839
  "leftExpression": {
840
- "id": 39173,
840
+ "id": 41926,
841
841
  "name": "interfaceId",
842
842
  "nodeType": "Identifier",
843
843
  "overloadedDeclarations": [],
844
- "referencedDeclaration": 39165,
845
- "src": "897:11:95",
844
+ "referencedDeclaration": 41918,
845
+ "src": "897:11:98",
846
846
  "typeDescriptions": {
847
847
  "typeIdentifier": "t_bytes4",
848
848
  "typeString": "bytes4"
@@ -851,18 +851,18 @@
851
851
  "nodeType": "BinaryOperation",
852
852
  "operator": "==",
853
853
  "rightExpression": {
854
- "id": 39174,
854
+ "id": 41927,
855
855
  "name": "MODULE_INTERFACE_ID",
856
856
  "nodeType": "Identifier",
857
857
  "overloadedDeclarations": [],
858
- "referencedDeclaration": 61564,
859
- "src": "912:19:95",
858
+ "referencedDeclaration": 75661,
859
+ "src": "912:19:98",
860
860
  "typeDescriptions": {
861
861
  "typeIdentifier": "t_bytes4",
862
862
  "typeString": "bytes4"
863
863
  }
864
864
  },
865
- "src": "897:34:95",
865
+ "src": "897:34:98",
866
866
  "typeDescriptions": {
867
867
  "typeIdentifier": "t_bool",
868
868
  "typeString": "bool"
@@ -875,18 +875,18 @@
875
875
  "typeIdentifier": "t_bytes4",
876
876
  "typeString": "bytes4"
877
877
  },
878
- "id": 39178,
878
+ "id": 41931,
879
879
  "isConstant": false,
880
880
  "isLValue": false,
881
881
  "isPure": false,
882
882
  "lValueRequested": false,
883
883
  "leftExpression": {
884
- "id": 39176,
884
+ "id": 41929,
885
885
  "name": "interfaceId",
886
886
  "nodeType": "Identifier",
887
887
  "overloadedDeclarations": [],
888
- "referencedDeclaration": 39165,
889
- "src": "935:11:95",
888
+ "referencedDeclaration": 41918,
889
+ "src": "935:11:98",
890
890
  "typeDescriptions": {
891
891
  "typeIdentifier": "t_bytes4",
892
892
  "typeString": "bytes4"
@@ -895,44 +895,44 @@
895
895
  "nodeType": "BinaryOperation",
896
896
  "operator": "==",
897
897
  "rightExpression": {
898
- "id": 39177,
898
+ "id": 41930,
899
899
  "name": "ERC165_INTERFACE_ID",
900
900
  "nodeType": "Identifier",
901
901
  "overloadedDeclarations": [],
902
- "referencedDeclaration": 61490,
903
- "src": "950:19:95",
902
+ "referencedDeclaration": 75587,
903
+ "src": "950:19:98",
904
904
  "typeDescriptions": {
905
905
  "typeIdentifier": "t_bytes4",
906
906
  "typeString": "bytes4"
907
907
  }
908
908
  },
909
- "src": "935:34:95",
909
+ "src": "935:34:98",
910
910
  "typeDescriptions": {
911
911
  "typeIdentifier": "t_bool",
912
912
  "typeString": "bool"
913
913
  }
914
914
  },
915
- "src": "897:72:95",
915
+ "src": "897:72:98",
916
916
  "typeDescriptions": {
917
917
  "typeIdentifier": "t_bool",
918
918
  "typeString": "bool"
919
919
  }
920
920
  },
921
- "functionReturnParameters": 39172,
922
- "id": 39180,
921
+ "functionReturnParameters": 41925,
922
+ "id": 41933,
923
923
  "nodeType": "Return",
924
- "src": "890:79:95"
924
+ "src": "890:79:98"
925
925
  }
926
926
  ]
927
927
  },
928
928
  "baseFunctions": [
929
- 39260,
930
- 61499
929
+ 42013,
930
+ 75596
931
931
  ],
932
932
  "documentation": {
933
- "id": 39163,
933
+ "id": 41916,
934
934
  "nodeType": "StructuredDocumentation",
935
- "src": "424:327:95",
935
+ "src": "424:327:98",
936
936
  "text": " @notice Checks if the given interfaceId is supported by this contract.\n @dev Overrides the functionality from IERC165 and WorldContextConsumer to check for supported interfaces.\n @param interfaceId The bytes4 identifier for the interface.\n @return true if the interface is supported, false otherwise."
937
937
  },
938
938
  "functionSelector": "01ffc9a7",
@@ -940,47 +940,47 @@
940
940
  "kind": "function",
941
941
  "modifiers": [],
942
942
  "name": "supportsInterface",
943
- "nameLocation": "763:17:95",
943
+ "nameLocation": "763:17:98",
944
944
  "overrides": {
945
- "id": 39169,
945
+ "id": 41922,
946
946
  "nodeType": "OverrideSpecifier",
947
947
  "overrides": [
948
948
  {
949
- "id": 39167,
949
+ "id": 41920,
950
950
  "name": "IERC165",
951
951
  "nameLocations": [
952
- "838:7:95"
952
+ "838:7:98"
953
953
  ],
954
954
  "nodeType": "IdentifierPath",
955
- "referencedDeclaration": 61500,
956
- "src": "838:7:95"
955
+ "referencedDeclaration": 75597,
956
+ "src": "838:7:98"
957
957
  },
958
958
  {
959
- "id": 39168,
959
+ "id": 41921,
960
960
  "name": "WorldContextConsumer",
961
961
  "nameLocations": [
962
- "847:20:95"
962
+ "847:20:98"
963
963
  ],
964
964
  "nodeType": "IdentifierPath",
965
- "referencedDeclaration": 39261,
966
- "src": "847:20:95"
965
+ "referencedDeclaration": 42014,
966
+ "src": "847:20:98"
967
967
  }
968
968
  ],
969
- "src": "829:39:95"
969
+ "src": "829:39:98"
970
970
  },
971
971
  "parameters": {
972
- "id": 39166,
972
+ "id": 41919,
973
973
  "nodeType": "ParameterList",
974
974
  "parameters": [
975
975
  {
976
976
  "constant": false,
977
- "id": 39165,
977
+ "id": 41918,
978
978
  "mutability": "mutable",
979
979
  "name": "interfaceId",
980
- "nameLocation": "793:11:95",
980
+ "nameLocation": "793:11:98",
981
981
  "nodeType": "VariableDeclaration",
982
- "scope": 39182,
983
- "src": "786:18:95",
982
+ "scope": 41935,
983
+ "src": "786:18:98",
984
984
  "stateVariable": false,
985
985
  "storageLocation": "default",
986
986
  "typeDescriptions": {
@@ -988,10 +988,10 @@
988
988
  "typeString": "bytes4"
989
989
  },
990
990
  "typeName": {
991
- "id": 39164,
991
+ "id": 41917,
992
992
  "name": "bytes4",
993
993
  "nodeType": "ElementaryTypeName",
994
- "src": "786:6:95",
994
+ "src": "786:6:98",
995
995
  "typeDescriptions": {
996
996
  "typeIdentifier": "t_bytes4",
997
997
  "typeString": "bytes4"
@@ -1000,21 +1000,21 @@
1000
1000
  "visibility": "internal"
1001
1001
  }
1002
1002
  ],
1003
- "src": "780:28:95"
1003
+ "src": "780:28:98"
1004
1004
  },
1005
1005
  "returnParameters": {
1006
- "id": 39172,
1006
+ "id": 41925,
1007
1007
  "nodeType": "ParameterList",
1008
1008
  "parameters": [
1009
1009
  {
1010
1010
  "constant": false,
1011
- "id": 39171,
1011
+ "id": 41924,
1012
1012
  "mutability": "mutable",
1013
1013
  "name": "",
1014
1014
  "nameLocation": "-1:-1:-1",
1015
1015
  "nodeType": "VariableDeclaration",
1016
- "scope": 39182,
1017
- "src": "878:4:95",
1016
+ "scope": 41935,
1017
+ "src": "878:4:98",
1018
1018
  "stateVariable": false,
1019
1019
  "storageLocation": "default",
1020
1020
  "typeDescriptions": {
@@ -1022,10 +1022,10 @@
1022
1022
  "typeString": "bool"
1023
1023
  },
1024
1024
  "typeName": {
1025
- "id": 39170,
1025
+ "id": 41923,
1026
1026
  "name": "bool",
1027
1027
  "nodeType": "ElementaryTypeName",
1028
- "src": "878:4:95",
1028
+ "src": "878:4:98",
1029
1029
  "typeDescriptions": {
1030
1030
  "typeIdentifier": "t_bool",
1031
1031
  "typeString": "bool"
@@ -1034,9 +1034,9 @@
1034
1034
  "visibility": "internal"
1035
1035
  }
1036
1036
  ],
1037
- "src": "877:6:95"
1037
+ "src": "877:6:98"
1038
1038
  },
1039
- "scope": 39183,
1039
+ "scope": 41936,
1040
1040
  "stateMutability": "pure",
1041
1041
  "virtual": true,
1042
1042
  "visibility": "public"
@@ -1046,63 +1046,63 @@
1046
1046
  "baseContracts": [
1047
1047
  {
1048
1048
  "baseName": {
1049
- "id": 39159,
1049
+ "id": 41912,
1050
1050
  "name": "IModule",
1051
1051
  "nameLocations": [
1052
- "390:7:95"
1052
+ "390:7:98"
1053
1053
  ],
1054
1054
  "nodeType": "IdentifierPath",
1055
- "referencedDeclaration": 61591,
1056
- "src": "390:7:95"
1055
+ "referencedDeclaration": 75688,
1056
+ "src": "390:7:98"
1057
1057
  },
1058
- "id": 39160,
1058
+ "id": 41913,
1059
1059
  "nodeType": "InheritanceSpecifier",
1060
- "src": "390:7:95"
1060
+ "src": "390:7:98"
1061
1061
  },
1062
1062
  {
1063
1063
  "baseName": {
1064
- "id": 39161,
1064
+ "id": 41914,
1065
1065
  "name": "WorldContextConsumer",
1066
1066
  "nameLocations": [
1067
- "399:20:95"
1067
+ "399:20:98"
1068
1068
  ],
1069
1069
  "nodeType": "IdentifierPath",
1070
- "referencedDeclaration": 39261,
1071
- "src": "399:20:95"
1070
+ "referencedDeclaration": 42014,
1071
+ "src": "399:20:98"
1072
1072
  },
1073
- "id": 39162,
1073
+ "id": 41915,
1074
1074
  "nodeType": "InheritanceSpecifier",
1075
- "src": "399:20:95"
1075
+ "src": "399:20:98"
1076
1076
  }
1077
1077
  ],
1078
1078
  "canonicalName": "Module",
1079
1079
  "contractDependencies": [],
1080
1080
  "contractKind": "contract",
1081
1081
  "documentation": {
1082
- "id": 39158,
1082
+ "id": 41911,
1083
1083
  "nodeType": "StructuredDocumentation",
1084
- "src": "243:118:95",
1084
+ "src": "243:118:98",
1085
1085
  "text": " @title Module\n @dev Abstract contract that implements the ERC-165 supportsInterface function for IModule."
1086
1086
  },
1087
1087
  "fullyImplemented": false,
1088
1088
  "linearizedBaseContracts": [
1089
- 39183,
1090
- 39261,
1091
- 61543,
1092
- 61591,
1093
- 61500
1089
+ 41936,
1090
+ 42014,
1091
+ 75640,
1092
+ 75688,
1093
+ 75597
1094
1094
  ],
1095
1095
  "name": "Module",
1096
- "nameLocation": "380:6:95",
1097
- "scope": 39184,
1096
+ "nameLocation": "380:6:98",
1097
+ "scope": 41937,
1098
1098
  "usedErrors": [
1099
- 61570,
1100
- 61572
1099
+ 75667,
1100
+ 75669
1101
1101
  ],
1102
1102
  "usedEvents": []
1103
1103
  }
1104
1104
  ],
1105
1105
  "license": "MIT"
1106
1106
  },
1107
- "id": 95
1107
+ "id": 98
1108
1108
  }