@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.
- package/dist/mud.config.js +1 -1
- package/dist/mud.config.js.map +1 -1
- package/out/ArrayLib.sol/ArrayLib.json +477 -477
- package/out/Callbacks.sol/Callbacks.json +45 -45
- package/out/CallboundDelegationControl.sol/CallboundDelegationControl.json +350 -350
- package/out/CallboundDelegations.sol/CallboundDelegations.json +4497 -4497
- package/out/DelegationControl.sol/DelegationControl.json +83 -83
- package/out/Hooks.sol/Hooks.json +45 -45
- package/out/IAccessManagementSystem.sol/IAccessManagementSystem.json +111 -111
- package/out/IBalanceTransferSystem.sol/IBalanceTransferSystem.json +96 -96
- package/out/IBaseWorld.sol/IBaseWorld.abi.json +0 -13
- package/out/IBaseWorld.sol/IBaseWorld.abi.json.d.ts +0 -13
- package/out/IBaseWorld.sol/IBaseWorld.json +81 -161
- package/out/IBatchCallSystem.sol/IBatchCallSystem.abi.json +69 -0
- package/out/IBatchCallSystem.sol/IBatchCallSystem.abi.json.d.ts +70 -0
- package/out/IBatchCallSystem.sol/IBatchCallSystem.json +534 -0
- package/out/ICoreSystem.sol/ICoreSystem.json +15 -15
- package/out/IDelegationControl.sol/IDelegationControl.json +100 -100
- package/out/IModule.sol/IModule.json +139 -139
- package/out/IModuleInstallationSystem.sol/IModuleInstallationSystem.json +58 -58
- package/out/ISystemHook.sol/ISystemHook.json +141 -141
- package/out/IUniqueEntitySystem.sol/IUniqueEntitySystem.abi.json +2 -2
- package/out/IUniqueEntitySystem.sol/IUniqueEntitySystem.abi.json.d.ts +2 -2
- package/out/IUniqueEntitySystem.sol/IUniqueEntitySystem.json +37 -37
- package/out/IWorldContextConsumer.sol/IWorldContextConsumer.json +118 -118
- package/out/IWorldErrors.sol/IWorldErrors.json +257 -257
- package/out/IWorldKernel.sol/IWorldCall.json +251 -251
- package/out/IWorldKernel.sol/IWorldKernel.json +251 -251
- package/out/IWorldKernel.sol/IWorldModuleInstallation.json +251 -251
- package/out/IWorldRegistrationSystem.sol/IWorldRegistrationSystem.json +321 -321
- package/out/KeyEncoding.sol/KeyEncoding.json +80 -80
- package/out/KeysInTable.sol/KeysInTable.json +18190 -18190
- package/out/KeysInTableHook.sol/KeysInTableHook.json +1407 -1407
- package/out/KeysInTableModule.sol/KeysInTableModule.json +885 -885
- package/out/KeysWithValue.sol/KeysWithValue.json +6631 -6631
- package/out/KeysWithValueHook.sol/KeysWithValueHook.json +1604 -1604
- package/out/KeysWithValueModule.sol/KeysWithValueModule.json +700 -700
- package/out/Mixed.sol/Mixed.json +66 -66
- package/out/Module.sol/Module.json +73 -73
- package/out/ResourceIds.sol/ResourceIds.json +45 -45
- package/out/Schema.sol/SchemaInstance.json +30 -30
- package/out/Schema.sol/SchemaLib.json +30 -30
- package/out/SchemaType.sol/SchemaType.json +276 -276
- package/out/StandardDelegationsModule.sol/StandardDelegationsModule.json +495 -495
- package/out/StoreHook.sol/StoreHook.json +358 -358
- package/out/StoreHooks.sol/StoreHooks.json +45 -45
- package/out/System.sol/System.json +19 -19
- package/out/Tables.sol/Tables.json +73 -73
- package/out/TimeboundDelegationControl.sol/TimeboundDelegationControl.json +183 -183
- package/out/TimeboundDelegations.sol/TimeboundDelegations.json +3474 -3474
- package/out/UniqueEntity.sol/UniqueEntity.json +2345 -2345
- package/out/UniqueEntityModule.sol/UniqueEntityModule.json +529 -529
- package/out/UniqueEntitySystem.sol/UniqueEntitySystem.json +128 -128
- package/out/UsedKeysIndex.sol/UsedKeysIndex.json +4588 -4588
- package/out/Vector2.sol/Vector2.json +52 -52
- package/out/WorldContext.sol/WorldContextConsumer.json +28 -28
- package/out/WorldContext.sol/WorldContextProvider.json +28 -28
- package/out/WorldResourceId.sol/WorldResourceIdInstance.json +103 -103
- package/out/WorldResourceId.sol/WorldResourceIdLib.json +103 -103
- package/out/constants.sol/constants.json +142 -142
- package/out/getKeysInTable.sol/getKeysInTable.json +918 -918
- package/out/getKeysWithValue.sol/getKeysWithValue.json +431 -431
- package/out/getTargetTableId.sol/getTargetTableId.json +272 -272
- package/out/getUniqueEntity.sol/getUniqueEntity.json +149 -149
- package/out/hasKey.sol/hasKey.json +215 -215
- package/out/index.sol/index.json +73 -73
- package/out/interfaces/IBaseWorld.sol/IBaseWorld.abi.json +51 -15
- package/out/interfaces/IBaseWorld.sol/IBaseWorld.abi.json.d.ts +51 -15
- package/out/interfaces/IBaseWorld.sol/IBaseWorld.json +326 -253
- package/out/interfaces/IERC165.sol/IERC165.json +50 -50
- package/out/interfaces/IWorldKernel.sol/IWorldCall.json +149 -149
- package/out/interfaces/IWorldKernel.sol/IWorldKernel.json +149 -149
- package/out/interfaces/IWorldKernel.sol/IWorldModuleInstallation.json +149 -149
- package/out/query.sol/query.json +1892 -1892
- package/out/revertWithBytes.sol/revertWithBytes.json +15 -15
- package/out/src/Bytes.sol/Bytes.json +1332 -1332
- package/out/src/FieldLayout.sol/FieldLayoutInstance.json +697 -697
- package/out/src/FieldLayout.sol/FieldLayoutLib.json +697 -697
- package/out/src/IStore.sol/IStore.json +885 -885
- package/out/src/IStore.sol/IStoreData.json +885 -885
- package/out/src/IStore.sol/IStoreRead.json +885 -885
- package/out/src/IStore.sol/IStoreRegistration.json +885 -885
- package/out/src/IStore.sol/IStoreWrite.json +885 -885
- package/out/src/Memory.sol/Memory.json +89 -89
- package/out/src/PackedCounter.sol/PackedCounterInstance.json +923 -923
- package/out/src/PackedCounter.sol/PackedCounterLib.json +923 -923
- package/out/src/ResourceId.sol/ResourceIdInstance.json +112 -112
- package/out/src/ResourceId.sol/ResourceIdLib.json +112 -112
- package/out/src/Schema.sol/SchemaInstance.json +787 -787
- package/out/src/Schema.sol/SchemaLib.json +787 -787
- package/out/src/Slice.sol/SliceInstance.json +429 -429
- package/out/src/Slice.sol/SliceLib.json +429 -429
- package/out/src/StoreCore.sol/StoreCore.json +4461 -4461
- package/out/src/StoreCore.sol/StoreCoreInternal.json +4461 -4461
- package/out/src/StoreSwitch.sol/StoreSwitch.json +2454 -2454
- package/out/src/WorldContext.sol/WorldContextConsumer.json +353 -353
- package/out/src/WorldContext.sol/WorldContextProvider.json +353 -353
- package/out/src/WorldResourceId.sol/WorldResourceIdInstance.json +474 -474
- package/out/src/WorldResourceId.sol/WorldResourceIdLib.json +474 -474
- package/out/storeHookTypes.sol/storeHookTypes.json +115 -115
- package/out/storeResourceTypes.sol/storeResourceTypes.json +12 -12
- package/out/tables/ResourceIds.sol/ResourceIds.json +1746 -1746
- package/out/tables/Tables.sol/Tables.json +7288 -7288
- package/out/tightcoder/EncodeArray.sol/EncodeArray.json +3246 -3246
- package/out/types.sol/types.json +131 -23
- package/out/worldResourceTypes.sol/worldResourceTypes.json +53 -53
- package/package.json +8 -8
- package/src/interfaces/IBaseWorld.sol +1 -3
- package/src/interfaces/IUniqueEntitySystem.sol +2 -3
- package/src/modules/keysintable/KeysInTableModule.sol +1 -1
- package/src/modules/keyswithvalue/KeysWithValueHook.sol +1 -1
- package/src/modules/keyswithvalue/KeysWithValueModule.sol +1 -1
- package/src/modules/std-delegations/StandardDelegationsModule.sol +1 -1
- package/src/modules/uniqueentity/UniqueEntityModule.sol +1 -1
- package/src/modules/uniqueentity/getUniqueEntity.sol +2 -2
- package/out/ICallBatchSystem.sol/ICallBatchSystem.abi.json +0 -33
- package/out/ICallBatchSystem.sol/ICallBatchSystem.abi.json.d.ts +0 -34
- package/out/ICallBatchSystem.sol/ICallBatchSystem.json +0 -334
- package/out/interfaces/IUniqueEntitySystem.sol/IUniqueEntitySystem.abi.json +0 -15
- package/out/interfaces/IUniqueEntitySystem.sol/IUniqueEntitySystem.abi.json.d.ts +0 -16
- package/out/interfaces/IUniqueEntitySystem.sol/IUniqueEntitySystem.json +0 -197
@@ -606,32 +606,32 @@
|
|
606
606
|
},
|
607
607
|
"ast": {
|
608
608
|
"absolutePath": "node_modules/@latticexyz/world/src/Module.sol",
|
609
|
-
"id":
|
609
|
+
"id": 48718,
|
610
610
|
"exportedSymbols": {
|
611
611
|
"ERC165_INTERFACE_ID": [
|
612
|
-
|
612
|
+
70851
|
613
613
|
],
|
614
614
|
"IERC165": [
|
615
|
-
|
615
|
+
70860
|
616
616
|
],
|
617
617
|
"IModule": [
|
618
|
-
|
618
|
+
70943
|
619
619
|
],
|
620
620
|
"MODULE_INTERFACE_ID": [
|
621
|
-
|
621
|
+
70918
|
622
622
|
],
|
623
623
|
"Module": [
|
624
|
-
|
624
|
+
48717
|
625
625
|
],
|
626
626
|
"WorldContextConsumer": [
|
627
|
-
|
627
|
+
48795
|
628
628
|
]
|
629
629
|
},
|
630
630
|
"nodeType": "SourceUnit",
|
631
631
|
"src": "32:594:88",
|
632
632
|
"nodes": [
|
633
633
|
{
|
634
|
-
"id":
|
634
|
+
"id": 48685,
|
635
635
|
"nodeType": "PragmaDirective",
|
636
636
|
"src": "32:25:88",
|
637
637
|
"nodes": [],
|
@@ -643,23 +643,23 @@
|
|
643
643
|
]
|
644
644
|
},
|
645
645
|
{
|
646
|
-
"id":
|
646
|
+
"id": 48687,
|
647
647
|
"nodeType": "ImportDirective",
|
648
648
|
"src": "59:58:88",
|
649
649
|
"nodes": [],
|
650
650
|
"absolutePath": "node_modules/@latticexyz/world/src/WorldContext.sol",
|
651
651
|
"file": "./WorldContext.sol",
|
652
652
|
"nameLocation": "-1:-1:-1",
|
653
|
-
"scope":
|
654
|
-
"sourceUnit":
|
653
|
+
"scope": 48718,
|
654
|
+
"sourceUnit": 48945,
|
655
655
|
"symbolAliases": [
|
656
656
|
{
|
657
657
|
"foreign": {
|
658
|
-
"id":
|
658
|
+
"id": 48686,
|
659
659
|
"name": "WorldContextConsumer",
|
660
660
|
"nodeType": "Identifier",
|
661
661
|
"overloadedDeclarations": [],
|
662
|
-
"referencedDeclaration":
|
662
|
+
"referencedDeclaration": 48795,
|
663
663
|
"src": "68:20:88",
|
664
664
|
"typeDescriptions": {}
|
665
665
|
},
|
@@ -669,23 +669,23 @@
|
|
669
669
|
"unitAlias": ""
|
670
670
|
},
|
671
671
|
{
|
672
|
-
"id":
|
672
|
+
"id": 48690,
|
673
673
|
"nodeType": "ImportDirective",
|
674
674
|
"src": "118:72:88",
|
675
675
|
"nodes": [],
|
676
676
|
"absolutePath": "node_modules/@latticexyz/world/src/interfaces/IModule.sol",
|
677
677
|
"file": "./interfaces/IModule.sol",
|
678
678
|
"nameLocation": "-1:-1:-1",
|
679
|
-
"scope":
|
680
|
-
"sourceUnit":
|
679
|
+
"scope": 48718,
|
680
|
+
"sourceUnit": 70944,
|
681
681
|
"symbolAliases": [
|
682
682
|
{
|
683
683
|
"foreign": {
|
684
|
-
"id":
|
684
|
+
"id": 48688,
|
685
685
|
"name": "IModule",
|
686
686
|
"nodeType": "Identifier",
|
687
687
|
"overloadedDeclarations": [],
|
688
|
-
"referencedDeclaration":
|
688
|
+
"referencedDeclaration": 70943,
|
689
689
|
"src": "127:7:88",
|
690
690
|
"typeDescriptions": {}
|
691
691
|
},
|
@@ -693,11 +693,11 @@
|
|
693
693
|
},
|
694
694
|
{
|
695
695
|
"foreign": {
|
696
|
-
"id":
|
696
|
+
"id": 48689,
|
697
697
|
"name": "MODULE_INTERFACE_ID",
|
698
698
|
"nodeType": "Identifier",
|
699
699
|
"overloadedDeclarations": [],
|
700
|
-
"referencedDeclaration":
|
700
|
+
"referencedDeclaration": 70918,
|
701
701
|
"src": "136:19:88",
|
702
702
|
"typeDescriptions": {}
|
703
703
|
},
|
@@ -707,23 +707,23 @@
|
|
707
707
|
"unitAlias": ""
|
708
708
|
},
|
709
709
|
{
|
710
|
-
"id":
|
710
|
+
"id": 48693,
|
711
711
|
"nodeType": "ImportDirective",
|
712
712
|
"src": "191:72:88",
|
713
713
|
"nodes": [],
|
714
714
|
"absolutePath": "node_modules/@latticexyz/world/src/interfaces/IERC165.sol",
|
715
715
|
"file": "./interfaces/IERC165.sol",
|
716
716
|
"nameLocation": "-1:-1:-1",
|
717
|
-
"scope":
|
718
|
-
"sourceUnit":
|
717
|
+
"scope": 48718,
|
718
|
+
"sourceUnit": 70861,
|
719
719
|
"symbolAliases": [
|
720
720
|
{
|
721
721
|
"foreign": {
|
722
|
-
"id":
|
722
|
+
"id": 48691,
|
723
723
|
"name": "IERC165",
|
724
724
|
"nodeType": "Identifier",
|
725
725
|
"overloadedDeclarations": [],
|
726
|
-
"referencedDeclaration":
|
726
|
+
"referencedDeclaration": 70860,
|
727
727
|
"src": "200:7:88",
|
728
728
|
"typeDescriptions": {}
|
729
729
|
},
|
@@ -731,11 +731,11 @@
|
|
731
731
|
},
|
732
732
|
{
|
733
733
|
"foreign": {
|
734
|
-
"id":
|
734
|
+
"id": 48692,
|
735
735
|
"name": "ERC165_INTERFACE_ID",
|
736
736
|
"nodeType": "Identifier",
|
737
737
|
"overloadedDeclarations": [],
|
738
|
-
"referencedDeclaration":
|
738
|
+
"referencedDeclaration": 70851,
|
739
739
|
"src": "209:19:88",
|
740
740
|
"typeDescriptions": {}
|
741
741
|
},
|
@@ -745,17 +745,17 @@
|
|
745
745
|
"unitAlias": ""
|
746
746
|
},
|
747
747
|
{
|
748
|
-
"id":
|
748
|
+
"id": 48717,
|
749
749
|
"nodeType": "ContractDefinition",
|
750
750
|
"src": "265:360:88",
|
751
751
|
"nodes": [
|
752
752
|
{
|
753
|
-
"id":
|
753
|
+
"id": 48716,
|
754
754
|
"nodeType": "FunctionDefinition",
|
755
755
|
"src": "403:220:88",
|
756
756
|
"nodes": [],
|
757
757
|
"body": {
|
758
|
-
"id":
|
758
|
+
"id": 48715,
|
759
759
|
"nodeType": "Block",
|
760
760
|
"src": "533:90:88",
|
761
761
|
"nodes": [],
|
@@ -766,7 +766,7 @@
|
|
766
766
|
"typeIdentifier": "t_bool",
|
767
767
|
"typeString": "bool"
|
768
768
|
},
|
769
|
-
"id":
|
769
|
+
"id": 48713,
|
770
770
|
"isConstant": false,
|
771
771
|
"isLValue": false,
|
772
772
|
"isPure": false,
|
@@ -776,17 +776,17 @@
|
|
776
776
|
"typeIdentifier": "t_bytes4",
|
777
777
|
"typeString": "bytes4"
|
778
778
|
},
|
779
|
-
"id":
|
779
|
+
"id": 48709,
|
780
780
|
"isConstant": false,
|
781
781
|
"isLValue": false,
|
782
782
|
"isPure": false,
|
783
783
|
"lValueRequested": false,
|
784
784
|
"leftExpression": {
|
785
|
-
"id":
|
785
|
+
"id": 48707,
|
786
786
|
"name": "interfaceId",
|
787
787
|
"nodeType": "Identifier",
|
788
788
|
"overloadedDeclarations": [],
|
789
|
-
"referencedDeclaration":
|
789
|
+
"referencedDeclaration": 48699,
|
790
790
|
"src": "546:11:88",
|
791
791
|
"typeDescriptions": {
|
792
792
|
"typeIdentifier": "t_bytes4",
|
@@ -796,11 +796,11 @@
|
|
796
796
|
"nodeType": "BinaryOperation",
|
797
797
|
"operator": "==",
|
798
798
|
"rightExpression": {
|
799
|
-
"id":
|
799
|
+
"id": 48708,
|
800
800
|
"name": "MODULE_INTERFACE_ID",
|
801
801
|
"nodeType": "Identifier",
|
802
802
|
"overloadedDeclarations": [],
|
803
|
-
"referencedDeclaration":
|
803
|
+
"referencedDeclaration": 70918,
|
804
804
|
"src": "561:19:88",
|
805
805
|
"typeDescriptions": {
|
806
806
|
"typeIdentifier": "t_bytes4",
|
@@ -820,17 +820,17 @@
|
|
820
820
|
"typeIdentifier": "t_bytes4",
|
821
821
|
"typeString": "bytes4"
|
822
822
|
},
|
823
|
-
"id":
|
823
|
+
"id": 48712,
|
824
824
|
"isConstant": false,
|
825
825
|
"isLValue": false,
|
826
826
|
"isPure": false,
|
827
827
|
"lValueRequested": false,
|
828
828
|
"leftExpression": {
|
829
|
-
"id":
|
829
|
+
"id": 48710,
|
830
830
|
"name": "interfaceId",
|
831
831
|
"nodeType": "Identifier",
|
832
832
|
"overloadedDeclarations": [],
|
833
|
-
"referencedDeclaration":
|
833
|
+
"referencedDeclaration": 48699,
|
834
834
|
"src": "584:11:88",
|
835
835
|
"typeDescriptions": {
|
836
836
|
"typeIdentifier": "t_bytes4",
|
@@ -840,11 +840,11 @@
|
|
840
840
|
"nodeType": "BinaryOperation",
|
841
841
|
"operator": "==",
|
842
842
|
"rightExpression": {
|
843
|
-
"id":
|
843
|
+
"id": 48711,
|
844
844
|
"name": "ERC165_INTERFACE_ID",
|
845
845
|
"nodeType": "Identifier",
|
846
846
|
"overloadedDeclarations": [],
|
847
|
-
"referencedDeclaration":
|
847
|
+
"referencedDeclaration": 70851,
|
848
848
|
"src": "599:19:88",
|
849
849
|
"typeDescriptions": {
|
850
850
|
"typeIdentifier": "t_bytes4",
|
@@ -863,16 +863,16 @@
|
|
863
863
|
"typeString": "bool"
|
864
864
|
}
|
865
865
|
},
|
866
|
-
"functionReturnParameters":
|
867
|
-
"id":
|
866
|
+
"functionReturnParameters": 48706,
|
867
|
+
"id": 48714,
|
868
868
|
"nodeType": "Return",
|
869
869
|
"src": "539:79:88"
|
870
870
|
}
|
871
871
|
]
|
872
872
|
},
|
873
873
|
"baseFunctions": [
|
874
|
-
|
875
|
-
|
874
|
+
48794,
|
875
|
+
70859
|
876
876
|
],
|
877
877
|
"functionSelector": "01ffc9a7",
|
878
878
|
"implemented": true,
|
@@ -881,44 +881,44 @@
|
|
881
881
|
"name": "supportsInterface",
|
882
882
|
"nameLocation": "412:17:88",
|
883
883
|
"overrides": {
|
884
|
-
"id":
|
884
|
+
"id": 48703,
|
885
885
|
"nodeType": "OverrideSpecifier",
|
886
886
|
"overrides": [
|
887
887
|
{
|
888
|
-
"id":
|
888
|
+
"id": 48701,
|
889
889
|
"name": "IERC165",
|
890
890
|
"nameLocations": [
|
891
891
|
"487:7:88"
|
892
892
|
],
|
893
893
|
"nodeType": "IdentifierPath",
|
894
|
-
"referencedDeclaration":
|
894
|
+
"referencedDeclaration": 70860,
|
895
895
|
"src": "487:7:88"
|
896
896
|
},
|
897
897
|
{
|
898
|
-
"id":
|
898
|
+
"id": 48702,
|
899
899
|
"name": "WorldContextConsumer",
|
900
900
|
"nameLocations": [
|
901
901
|
"496:20:88"
|
902
902
|
],
|
903
903
|
"nodeType": "IdentifierPath",
|
904
|
-
"referencedDeclaration":
|
904
|
+
"referencedDeclaration": 48795,
|
905
905
|
"src": "496:20:88"
|
906
906
|
}
|
907
907
|
],
|
908
908
|
"src": "478:39:88"
|
909
909
|
},
|
910
910
|
"parameters": {
|
911
|
-
"id":
|
911
|
+
"id": 48700,
|
912
912
|
"nodeType": "ParameterList",
|
913
913
|
"parameters": [
|
914
914
|
{
|
915
915
|
"constant": false,
|
916
|
-
"id":
|
916
|
+
"id": 48699,
|
917
917
|
"mutability": "mutable",
|
918
918
|
"name": "interfaceId",
|
919
919
|
"nameLocation": "442:11:88",
|
920
920
|
"nodeType": "VariableDeclaration",
|
921
|
-
"scope":
|
921
|
+
"scope": 48716,
|
922
922
|
"src": "435:18:88",
|
923
923
|
"stateVariable": false,
|
924
924
|
"storageLocation": "default",
|
@@ -927,7 +927,7 @@
|
|
927
927
|
"typeString": "bytes4"
|
928
928
|
},
|
929
929
|
"typeName": {
|
930
|
-
"id":
|
930
|
+
"id": 48698,
|
931
931
|
"name": "bytes4",
|
932
932
|
"nodeType": "ElementaryTypeName",
|
933
933
|
"src": "435:6:88",
|
@@ -942,17 +942,17 @@
|
|
942
942
|
"src": "429:28:88"
|
943
943
|
},
|
944
944
|
"returnParameters": {
|
945
|
-
"id":
|
945
|
+
"id": 48706,
|
946
946
|
"nodeType": "ParameterList",
|
947
947
|
"parameters": [
|
948
948
|
{
|
949
949
|
"constant": false,
|
950
|
-
"id":
|
950
|
+
"id": 48705,
|
951
951
|
"mutability": "mutable",
|
952
952
|
"name": "",
|
953
953
|
"nameLocation": "-1:-1:-1",
|
954
954
|
"nodeType": "VariableDeclaration",
|
955
|
-
"scope":
|
955
|
+
"scope": 48716,
|
956
956
|
"src": "527:4:88",
|
957
957
|
"stateVariable": false,
|
958
958
|
"storageLocation": "default",
|
@@ -961,7 +961,7 @@
|
|
961
961
|
"typeString": "bool"
|
962
962
|
},
|
963
963
|
"typeName": {
|
964
|
-
"id":
|
964
|
+
"id": 48704,
|
965
965
|
"name": "bool",
|
966
966
|
"nodeType": "ElementaryTypeName",
|
967
967
|
"src": "527:4:88",
|
@@ -975,7 +975,7 @@
|
|
975
975
|
],
|
976
976
|
"src": "526:6:88"
|
977
977
|
},
|
978
|
-
"scope":
|
978
|
+
"scope": 48717,
|
979
979
|
"stateMutability": "pure",
|
980
980
|
"virtual": true,
|
981
981
|
"visibility": "public"
|
@@ -985,31 +985,31 @@
|
|
985
985
|
"baseContracts": [
|
986
986
|
{
|
987
987
|
"baseName": {
|
988
|
-
"id":
|
988
|
+
"id": 48694,
|
989
989
|
"name": "IModule",
|
990
990
|
"nameLocations": [
|
991
991
|
"293:7:88"
|
992
992
|
],
|
993
993
|
"nodeType": "IdentifierPath",
|
994
|
-
"referencedDeclaration":
|
994
|
+
"referencedDeclaration": 70943,
|
995
995
|
"src": "293:7:88"
|
996
996
|
},
|
997
|
-
"id":
|
997
|
+
"id": 48695,
|
998
998
|
"nodeType": "InheritanceSpecifier",
|
999
999
|
"src": "293:7:88"
|
1000
1000
|
},
|
1001
1001
|
{
|
1002
1002
|
"baseName": {
|
1003
|
-
"id":
|
1003
|
+
"id": 48696,
|
1004
1004
|
"name": "WorldContextConsumer",
|
1005
1005
|
"nameLocations": [
|
1006
1006
|
"302:20:88"
|
1007
1007
|
],
|
1008
1008
|
"nodeType": "IdentifierPath",
|
1009
|
-
"referencedDeclaration":
|
1009
|
+
"referencedDeclaration": 48795,
|
1010
1010
|
"src": "302:20:88"
|
1011
1011
|
},
|
1012
|
-
"id":
|
1012
|
+
"id": 48697,
|
1013
1013
|
"nodeType": "InheritanceSpecifier",
|
1014
1014
|
"src": "302:20:88"
|
1015
1015
|
}
|
@@ -1019,18 +1019,18 @@
|
|
1019
1019
|
"contractKind": "contract",
|
1020
1020
|
"fullyImplemented": false,
|
1021
1021
|
"linearizedBaseContracts": [
|
1022
|
-
|
1023
|
-
|
1024
|
-
|
1025
|
-
|
1026
|
-
|
1022
|
+
48717,
|
1023
|
+
48795,
|
1024
|
+
70898,
|
1025
|
+
70943,
|
1026
|
+
70860
|
1027
1027
|
],
|
1028
1028
|
"name": "Module",
|
1029
1029
|
"nameLocation": "283:6:88",
|
1030
|
-
"scope":
|
1030
|
+
"scope": 48718,
|
1031
1031
|
"usedErrors": [
|
1032
|
-
|
1033
|
-
|
1032
|
+
70922,
|
1033
|
+
70924
|
1034
1034
|
],
|
1035
1035
|
"usedEvents": []
|
1036
1036
|
}
|