@latticexyz/world-modules 2.0.0-main-a38a9f25 → 2.0.0-main-cf2104eb

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 (84) hide show
  1. package/out/ArrayLib.sol/ArrayLib.json +255 -255
  2. package/out/CallboundDelegationControl.sol/CallboundDelegationControl.json +203 -203
  3. package/out/CallboundDelegations.sol/CallboundDelegations.json +2595 -2595
  4. package/out/DelegationControl.sol/DelegationControl.json +85 -85
  5. package/out/Hooks.sol/Hooks.json +45 -45
  6. package/out/IAccessManagementSystem.sol/IAccessManagementSystem.json +14 -14
  7. package/out/IBalanceTransferSystem.sol/IBalanceTransferSystem.json +15 -15
  8. package/out/IBaseWorld.sol/IBaseWorld.json +60 -60
  9. package/out/IBatchCallSystem.sol/IBatchCallSystem.json +19 -19
  10. package/out/IDelegationControl.sol/IDelegationControl.json +7 -7
  11. package/out/ISystemHook.sol/ISystemHook.json +12 -12
  12. package/out/IUniqueEntitySystem.sol/IUniqueEntitySystem.json +13 -13
  13. package/out/IWorldErrors.sol/IWorldErrors.json +19 -19
  14. package/out/IWorldKernel.sol/IWorldCall.json +10 -10
  15. package/out/IWorldKernel.sol/IWorldKernel.json +10 -10
  16. package/out/IWorldKernel.sol/IWorldModuleInstallation.json +10 -10
  17. package/out/IWorldRegistrationSystem.sol/IWorldRegistrationSystem.json +39 -39
  18. package/out/KeysInTable.sol/KeysInTable.json +10668 -10668
  19. package/out/KeysInTableHook.sol/KeysInTableHook.json +862 -862
  20. package/out/KeysInTableModule.sol/KeysInTableModule.json +527 -527
  21. package/out/KeysWithValue.sol/KeysWithValue.json +3828 -3828
  22. package/out/KeysWithValueHook.sol/KeysWithValueHook.json +989 -989
  23. package/out/KeysWithValueModule.sol/KeysWithValueModule.json +416 -416
  24. package/out/Module.sol/Module.json +75 -75
  25. package/out/ResourceIds.sol/ResourceIds.json +45 -45
  26. package/out/Schema.sol/SchemaInstance.json +30 -30
  27. package/out/Schema.sol/SchemaLib.json +30 -30
  28. package/out/SchemaType.sol/SchemaType.json +276 -276
  29. package/out/StandardDelegationsModule.sol/StandardDelegationsModule.json +293 -293
  30. package/out/StoreHook.sol/StoreHook.json +368 -368
  31. package/out/StoreHooks.sol/StoreHooks.json +45 -45
  32. package/out/System.sol/System.json +19 -19
  33. package/out/Tables.sol/Tables.json +73 -73
  34. package/out/TimeboundDelegationControl.sol/TimeboundDelegationControl.json +107 -107
  35. package/out/TimeboundDelegations.sol/TimeboundDelegations.json +1986 -1986
  36. package/out/UniqueEntity.sol/UniqueEntity.json +1402 -1402
  37. package/out/UniqueEntityModule.sol/UniqueEntityModule.json +317 -317
  38. package/out/UniqueEntitySystem.sol/UniqueEntitySystem.json +81 -81
  39. package/out/UsedKeysIndex.sol/UsedKeysIndex.json +2722 -2722
  40. package/out/WorldContext.sol/WorldContextConsumer.json +11 -11
  41. package/out/WorldContext.sol/WorldContextProvider.json +11 -11
  42. package/out/WorldResourceId.sol/WorldResourceIdInstance.json +96 -96
  43. package/out/WorldResourceId.sol/WorldResourceIdLib.json +96 -96
  44. package/out/constants.sol/constants.json +35 -35
  45. package/out/getKeysInTable.sol/getKeysInTable.json +564 -564
  46. package/out/getKeysWithValue.sol/getKeysWithValue.json +264 -264
  47. package/out/getTargetTableId.sol/getTargetTableId.json +163 -163
  48. package/out/getUniqueEntity.sol/getUniqueEntity.json +88 -88
  49. package/out/hasKey.sol/hasKey.json +130 -130
  50. package/out/index.sol/index.json +53 -53
  51. package/out/interfaces/IBaseWorld.sol/IBaseWorld.json +124 -124
  52. package/out/query.sol/query.json +1154 -1154
  53. package/out/revertWithBytes.sol/revertWithBytes.json +15 -15
  54. package/out/src/Bytes.sol/Bytes.json +1332 -1332
  55. package/out/src/FieldLayout.sol/FieldLayoutInstance.json +697 -697
  56. package/out/src/FieldLayout.sol/FieldLayoutLib.json +697 -697
  57. package/out/src/IStore.sol/IStore.json +52 -52
  58. package/out/src/IWorldKernel.sol/IWorldCall.json +150 -150
  59. package/out/src/IWorldKernel.sol/IWorldKernel.json +150 -150
  60. package/out/src/IWorldKernel.sol/IWorldModuleInstallation.json +150 -150
  61. package/out/src/Memory.sol/Memory.json +91 -91
  62. package/out/src/PackedCounter.sol/PackedCounterInstance.json +929 -929
  63. package/out/src/PackedCounter.sol/PackedCounterLib.json +929 -929
  64. package/out/src/ResourceId.sol/ResourceIdInstance.json +116 -116
  65. package/out/src/ResourceId.sol/ResourceIdLib.json +116 -116
  66. package/out/src/Schema.sol/SchemaInstance.json +790 -790
  67. package/out/src/Schema.sol/SchemaLib.json +790 -790
  68. package/out/src/Slice.sol/SliceInstance.json +430 -430
  69. package/out/src/Slice.sol/SliceLib.json +430 -430
  70. package/out/src/StoreCore.sol/StoreCore.json +4455 -4455
  71. package/out/src/StoreCore.sol/StoreCoreInternal.json +4455 -4455
  72. package/out/src/StoreSwitch.sol/StoreSwitch.json +2483 -2483
  73. package/out/src/WorldContext.sol/WorldContextConsumer.json +363 -363
  74. package/out/src/WorldContext.sol/WorldContextProvider.json +363 -363
  75. package/out/src/WorldResourceId.sol/WorldResourceIdInstance.json +476 -476
  76. package/out/src/WorldResourceId.sol/WorldResourceIdLib.json +476 -476
  77. package/out/storeHookTypes.sol/storeHookTypes.json +115 -115
  78. package/out/storeResourceTypes.sol/storeResourceTypes.json +12 -12
  79. package/out/tables/ResourceIds.sol/ResourceIds.json +1746 -1746
  80. package/out/tables/Tables.sol/Tables.json +7288 -7288
  81. package/out/tightcoder/EncodeArray.sol/EncodeArray.json +3345 -3345
  82. package/out/types.sol/types.json +72 -60
  83. package/out/worldResourceTypes.sol/worldResourceTypes.json +53 -53
  84. package/package.json +8 -8
@@ -708,26 +708,26 @@
708
708
  },
709
709
  "ast": {
710
710
  "absolutePath": "src/modules/uniqueentity/UniqueEntitySystem.sol",
711
- "id": 56771,
711
+ "id": 56778,
712
712
  "exportedSymbols": {
713
713
  "System": [
714
- 39101
714
+ 39108
715
715
  ],
716
716
  "TABLE_ID": [
717
- 56816
717
+ 56823
718
718
  ],
719
719
  "UniqueEntity": [
720
- 57706
720
+ 57713
721
721
  ],
722
722
  "UniqueEntitySystem": [
723
- 56770
723
+ 56777
724
724
  ]
725
725
  },
726
726
  "nodeType": "SourceUnit",
727
727
  "src": "32:491:134",
728
728
  "nodes": [
729
729
  {
730
- "id": 56733,
730
+ "id": 56740,
731
731
  "nodeType": "PragmaDirective",
732
732
  "src": "32:25:134",
733
733
  "nodes": [],
@@ -739,23 +739,23 @@
739
739
  ]
740
740
  },
741
741
  {
742
- "id": 56735,
742
+ "id": 56742,
743
743
  "nodeType": "ImportDirective",
744
744
  "src": "59:58:134",
745
745
  "nodes": [],
746
746
  "absolutePath": "node_modules/@latticexyz/world/src/System.sol",
747
747
  "file": "@latticexyz/world/src/System.sol",
748
748
  "nameLocation": "-1:-1:-1",
749
- "scope": 56771,
750
- "sourceUnit": 39102,
749
+ "scope": 56778,
750
+ "sourceUnit": 39109,
751
751
  "symbolAliases": [
752
752
  {
753
753
  "foreign": {
754
- "id": 56734,
754
+ "id": 56741,
755
755
  "name": "System",
756
756
  "nodeType": "Identifier",
757
757
  "overloadedDeclarations": [],
758
- "referencedDeclaration": 39101,
758
+ "referencedDeclaration": 39108,
759
759
  "src": "68:6:134",
760
760
  "typeDescriptions": {}
761
761
  },
@@ -765,23 +765,23 @@
765
765
  "unitAlias": ""
766
766
  },
767
767
  {
768
- "id": 56737,
768
+ "id": 56744,
769
769
  "nodeType": "ImportDirective",
770
770
  "src": "118:43:134",
771
771
  "nodes": [],
772
772
  "absolutePath": "src/modules/uniqueentity/constants.sol",
773
773
  "file": "./constants.sol",
774
774
  "nameLocation": "-1:-1:-1",
775
- "scope": 56771,
776
- "sourceUnit": 56833,
775
+ "scope": 56778,
776
+ "sourceUnit": 56840,
777
777
  "symbolAliases": [
778
778
  {
779
779
  "foreign": {
780
- "id": 56736,
780
+ "id": 56743,
781
781
  "name": "TABLE_ID",
782
782
  "nodeType": "Identifier",
783
783
  "overloadedDeclarations": [],
784
- "referencedDeclaration": 56816,
784
+ "referencedDeclaration": 56823,
785
785
  "src": "127:8:134",
786
786
  "typeDescriptions": {}
787
787
  },
@@ -791,23 +791,23 @@
791
791
  "unitAlias": ""
792
792
  },
793
793
  {
794
- "id": 56739,
794
+ "id": 56746,
795
795
  "nodeType": "ImportDirective",
796
796
  "src": "162:57:134",
797
797
  "nodes": [],
798
798
  "absolutePath": "src/modules/uniqueentity/tables/UniqueEntity.sol",
799
799
  "file": "./tables/UniqueEntity.sol",
800
800
  "nameLocation": "-1:-1:-1",
801
- "scope": 56771,
802
- "sourceUnit": 57707,
801
+ "scope": 56778,
802
+ "sourceUnit": 57714,
803
803
  "symbolAliases": [
804
804
  {
805
805
  "foreign": {
806
- "id": 56738,
806
+ "id": 56745,
807
807
  "name": "UniqueEntity",
808
808
  "nodeType": "Identifier",
809
809
  "overloadedDeclarations": [],
810
- "referencedDeclaration": 57706,
810
+ "referencedDeclaration": 57713,
811
811
  "src": "171:12:134",
812
812
  "typeDescriptions": {}
813
813
  },
@@ -817,34 +817,34 @@
817
817
  "unitAlias": ""
818
818
  },
819
819
  {
820
- "id": 56770,
820
+ "id": 56777,
821
821
  "nodeType": "ContractDefinition",
822
822
  "src": "221:301:134",
823
823
  "nodes": [
824
824
  {
825
- "id": 56769,
825
+ "id": 56776,
826
826
  "nodeType": "FunctionDefinition",
827
827
  "src": "315:205:134",
828
828
  "nodes": [],
829
829
  "body": {
830
- "id": 56768,
830
+ "id": 56775,
831
831
  "nodeType": "Block",
832
832
  "src": "375:145:134",
833
833
  "nodes": [],
834
834
  "statements": [
835
835
  {
836
836
  "assignments": [
837
- 56748
837
+ 56755
838
838
  ],
839
839
  "declarations": [
840
840
  {
841
841
  "constant": false,
842
- "id": 56748,
842
+ "id": 56755,
843
843
  "mutability": "mutable",
844
844
  "name": "uniqueEntity",
845
845
  "nameLocation": "389:12:134",
846
846
  "nodeType": "VariableDeclaration",
847
- "scope": 56768,
847
+ "scope": 56775,
848
848
  "src": "381:20:134",
849
849
  "stateVariable": false,
850
850
  "storageLocation": "default",
@@ -853,7 +853,7 @@
853
853
  "typeString": "uint256"
854
854
  },
855
855
  "typeName": {
856
- "id": 56747,
856
+ "id": 56754,
857
857
  "name": "uint256",
858
858
  "nodeType": "ElementaryTypeName",
859
859
  "src": "381:7:134",
@@ -865,13 +865,13 @@
865
865
  "visibility": "internal"
866
866
  }
867
867
  ],
868
- "id": 56755,
868
+ "id": 56762,
869
869
  "initialValue": {
870
870
  "commonType": {
871
871
  "typeIdentifier": "t_uint256",
872
872
  "typeString": "uint256"
873
873
  },
874
- "id": 56754,
874
+ "id": 56761,
875
875
  "isConstant": false,
876
876
  "isLValue": false,
877
877
  "isPure": false,
@@ -879,14 +879,14 @@
879
879
  "leftExpression": {
880
880
  "arguments": [
881
881
  {
882
- "id": 56751,
882
+ "id": 56758,
883
883
  "name": "TABLE_ID",
884
884
  "nodeType": "Identifier",
885
885
  "overloadedDeclarations": [],
886
- "referencedDeclaration": 56816,
886
+ "referencedDeclaration": 56823,
887
887
  "src": "421:8:134",
888
888
  "typeDescriptions": {
889
- "typeIdentifier": "t_userDefinedValueType$_ResourceId_$26521",
889
+ "typeIdentifier": "t_userDefinedValueType$_ResourceId_$26528",
890
890
  "typeString": "ResourceId"
891
891
  }
892
892
  }
@@ -894,23 +894,23 @@
894
894
  "expression": {
895
895
  "argumentTypes": [
896
896
  {
897
- "typeIdentifier": "t_userDefinedValueType$_ResourceId_$26521",
897
+ "typeIdentifier": "t_userDefinedValueType$_ResourceId_$26528",
898
898
  "typeString": "ResourceId"
899
899
  }
900
900
  ],
901
901
  "expression": {
902
- "id": 56749,
902
+ "id": 56756,
903
903
  "name": "UniqueEntity",
904
904
  "nodeType": "Identifier",
905
905
  "overloadedDeclarations": [],
906
- "referencedDeclaration": 57706,
906
+ "referencedDeclaration": 57713,
907
907
  "src": "404:12:134",
908
908
  "typeDescriptions": {
909
- "typeIdentifier": "t_type$_t_contract$_UniqueEntity_$57706_$",
909
+ "typeIdentifier": "t_type$_t_contract$_UniqueEntity_$57713_$",
910
910
  "typeString": "type(library UniqueEntity)"
911
911
  }
912
912
  },
913
- "id": 56750,
913
+ "id": 56757,
914
914
  "isConstant": false,
915
915
  "isLValue": false,
916
916
  "isPure": false,
@@ -918,14 +918,14 @@
918
918
  "memberLocation": "417:3:134",
919
919
  "memberName": "get",
920
920
  "nodeType": "MemberAccess",
921
- "referencedDeclaration": 57257,
921
+ "referencedDeclaration": 57264,
922
922
  "src": "404:16:134",
923
923
  "typeDescriptions": {
924
- "typeIdentifier": "t_function_internal_view$_t_userDefinedValueType$_ResourceId_$26521_$returns$_t_uint256_$",
924
+ "typeIdentifier": "t_function_internal_view$_t_userDefinedValueType$_ResourceId_$26528_$returns$_t_uint256_$",
925
925
  "typeString": "function (ResourceId) view returns (uint256)"
926
926
  }
927
927
  },
928
- "id": 56752,
928
+ "id": 56759,
929
929
  "isConstant": false,
930
930
  "isLValue": false,
931
931
  "isPure": false,
@@ -945,7 +945,7 @@
945
945
  "operator": "+",
946
946
  "rightExpression": {
947
947
  "hexValue": "31",
948
- "id": 56753,
948
+ "id": 56760,
949
949
  "isConstant": false,
950
950
  "isLValue": false,
951
951
  "isPure": true,
@@ -972,23 +972,23 @@
972
972
  "expression": {
973
973
  "arguments": [
974
974
  {
975
- "id": 56759,
975
+ "id": 56766,
976
976
  "name": "TABLE_ID",
977
977
  "nodeType": "Identifier",
978
978
  "overloadedDeclarations": [],
979
- "referencedDeclaration": 56816,
979
+ "referencedDeclaration": 56823,
980
980
  "src": "457:8:134",
981
981
  "typeDescriptions": {
982
- "typeIdentifier": "t_userDefinedValueType$_ResourceId_$26521",
982
+ "typeIdentifier": "t_userDefinedValueType$_ResourceId_$26528",
983
983
  "typeString": "ResourceId"
984
984
  }
985
985
  },
986
986
  {
987
- "id": 56760,
987
+ "id": 56767,
988
988
  "name": "uniqueEntity",
989
989
  "nodeType": "Identifier",
990
990
  "overloadedDeclarations": [],
991
- "referencedDeclaration": 56748,
991
+ "referencedDeclaration": 56755,
992
992
  "src": "467:12:134",
993
993
  "typeDescriptions": {
994
994
  "typeIdentifier": "t_uint256",
@@ -999,7 +999,7 @@
999
999
  "expression": {
1000
1000
  "argumentTypes": [
1001
1001
  {
1002
- "typeIdentifier": "t_userDefinedValueType$_ResourceId_$26521",
1002
+ "typeIdentifier": "t_userDefinedValueType$_ResourceId_$26528",
1003
1003
  "typeString": "ResourceId"
1004
1004
  },
1005
1005
  {
@@ -1008,18 +1008,18 @@
1008
1008
  }
1009
1009
  ],
1010
1010
  "expression": {
1011
- "id": 56756,
1011
+ "id": 56763,
1012
1012
  "name": "UniqueEntity",
1013
1013
  "nodeType": "Identifier",
1014
1014
  "overloadedDeclarations": [],
1015
- "referencedDeclaration": 57706,
1015
+ "referencedDeclaration": 57713,
1016
1016
  "src": "440:12:134",
1017
1017
  "typeDescriptions": {
1018
- "typeIdentifier": "t_type$_t_contract$_UniqueEntity_$57706_$",
1018
+ "typeIdentifier": "t_type$_t_contract$_UniqueEntity_$57713_$",
1019
1019
  "typeString": "type(library UniqueEntity)"
1020
1020
  }
1021
1021
  },
1022
- "id": 56758,
1022
+ "id": 56765,
1023
1023
  "isConstant": false,
1024
1024
  "isLValue": false,
1025
1025
  "isPure": false,
@@ -1027,14 +1027,14 @@
1027
1027
  "memberLocation": "453:3:134",
1028
1028
  "memberName": "set",
1029
1029
  "nodeType": "MemberAccess",
1030
- "referencedDeclaration": 57483,
1030
+ "referencedDeclaration": 57490,
1031
1031
  "src": "440:16:134",
1032
1032
  "typeDescriptions": {
1033
- "typeIdentifier": "t_function_internal_nonpayable$_t_userDefinedValueType$_ResourceId_$26521_$_t_uint256_$returns$__$",
1033
+ "typeIdentifier": "t_function_internal_nonpayable$_t_userDefinedValueType$_ResourceId_$26528_$_t_uint256_$returns$__$",
1034
1034
  "typeString": "function (ResourceId,uint256)"
1035
1035
  }
1036
1036
  },
1037
- "id": 56761,
1037
+ "id": 56768,
1038
1038
  "isConstant": false,
1039
1039
  "isLValue": false,
1040
1040
  "isPure": false,
@@ -1050,7 +1050,7 @@
1050
1050
  "typeString": "tuple()"
1051
1051
  }
1052
1052
  },
1053
- "id": 56762,
1053
+ "id": 56769,
1054
1054
  "nodeType": "ExpressionStatement",
1055
1055
  "src": "440:40:134"
1056
1056
  },
@@ -1058,11 +1058,11 @@
1058
1058
  "expression": {
1059
1059
  "arguments": [
1060
1060
  {
1061
- "id": 56765,
1061
+ "id": 56772,
1062
1062
  "name": "uniqueEntity",
1063
1063
  "nodeType": "Identifier",
1064
1064
  "overloadedDeclarations": [],
1065
- "referencedDeclaration": 56748,
1065
+ "referencedDeclaration": 56755,
1066
1066
  "src": "502:12:134",
1067
1067
  "typeDescriptions": {
1068
1068
  "typeIdentifier": "t_uint256",
@@ -1077,7 +1077,7 @@
1077
1077
  "typeString": "uint256"
1078
1078
  }
1079
1079
  ],
1080
- "id": 56764,
1080
+ "id": 56771,
1081
1081
  "isConstant": false,
1082
1082
  "isLValue": false,
1083
1083
  "isPure": true,
@@ -1089,14 +1089,14 @@
1089
1089
  "typeString": "type(bytes32)"
1090
1090
  },
1091
1091
  "typeName": {
1092
- "id": 56763,
1092
+ "id": 56770,
1093
1093
  "name": "bytes32",
1094
1094
  "nodeType": "ElementaryTypeName",
1095
1095
  "src": "494:7:134",
1096
1096
  "typeDescriptions": {}
1097
1097
  }
1098
1098
  },
1099
- "id": 56766,
1099
+ "id": 56773,
1100
1100
  "isConstant": false,
1101
1101
  "isLValue": false,
1102
1102
  "isPure": false,
@@ -1112,15 +1112,15 @@
1112
1112
  "typeString": "bytes32"
1113
1113
  }
1114
1114
  },
1115
- "functionReturnParameters": 56746,
1116
- "id": 56767,
1115
+ "functionReturnParameters": 56753,
1116
+ "id": 56774,
1117
1117
  "nodeType": "Return",
1118
1118
  "src": "487:28:134"
1119
1119
  }
1120
1120
  ]
1121
1121
  },
1122
1122
  "documentation": {
1123
- "id": 56742,
1123
+ "id": 56749,
1124
1124
  "nodeType": "StructuredDocumentation",
1125
1125
  "src": "263:49:134",
1126
1126
  "text": " Increment and get an entity nonce."
@@ -1132,23 +1132,23 @@
1132
1132
  "name": "getUniqueEntity",
1133
1133
  "nameLocation": "324:15:134",
1134
1134
  "parameters": {
1135
- "id": 56743,
1135
+ "id": 56750,
1136
1136
  "nodeType": "ParameterList",
1137
1137
  "parameters": [],
1138
1138
  "src": "339:2:134"
1139
1139
  },
1140
1140
  "returnParameters": {
1141
- "id": 56746,
1141
+ "id": 56753,
1142
1142
  "nodeType": "ParameterList",
1143
1143
  "parameters": [
1144
1144
  {
1145
1145
  "constant": false,
1146
- "id": 56745,
1146
+ "id": 56752,
1147
1147
  "mutability": "mutable",
1148
1148
  "name": "",
1149
1149
  "nameLocation": "-1:-1:-1",
1150
1150
  "nodeType": "VariableDeclaration",
1151
- "scope": 56769,
1151
+ "scope": 56776,
1152
1152
  "src": "366:7:134",
1153
1153
  "stateVariable": false,
1154
1154
  "storageLocation": "default",
@@ -1157,7 +1157,7 @@
1157
1157
  "typeString": "bytes32"
1158
1158
  },
1159
1159
  "typeName": {
1160
- "id": 56744,
1160
+ "id": 56751,
1161
1161
  "name": "bytes32",
1162
1162
  "nodeType": "ElementaryTypeName",
1163
1163
  "src": "366:7:134",
@@ -1171,7 +1171,7 @@
1171
1171
  ],
1172
1172
  "src": "365:9:134"
1173
1173
  },
1174
- "scope": 56770,
1174
+ "scope": 56777,
1175
1175
  "stateMutability": "nonpayable",
1176
1176
  "virtual": true,
1177
1177
  "visibility": "public"
@@ -1181,16 +1181,16 @@
1181
1181
  "baseContracts": [
1182
1182
  {
1183
1183
  "baseName": {
1184
- "id": 56740,
1184
+ "id": 56747,
1185
1185
  "name": "System",
1186
1186
  "nameLocations": [
1187
1187
  "252:6:134"
1188
1188
  ],
1189
1189
  "nodeType": "IdentifierPath",
1190
- "referencedDeclaration": 39101,
1190
+ "referencedDeclaration": 39108,
1191
1191
  "src": "252:6:134"
1192
1192
  },
1193
- "id": 56741,
1193
+ "id": 56748,
1194
1194
  "nodeType": "InheritanceSpecifier",
1195
1195
  "src": "252:6:134"
1196
1196
  }
@@ -1200,20 +1200,20 @@
1200
1200
  "contractKind": "contract",
1201
1201
  "fullyImplemented": true,
1202
1202
  "linearizedBaseContracts": [
1203
- 56770,
1204
- 39101,
1205
- 39177,
1206
- 61405,
1207
- 61362
1203
+ 56777,
1204
+ 39108,
1205
+ 39184,
1206
+ 61412,
1207
+ 61369
1208
1208
  ],
1209
1209
  "name": "UniqueEntitySystem",
1210
1210
  "nameLocation": "230:18:134",
1211
- "scope": 56771,
1211
+ "scope": 56778,
1212
1212
  "usedErrors": [
1213
- 27097
1213
+ 27104
1214
1214
  ],
1215
1215
  "usedEvents": [
1216
- 27411
1216
+ 27418
1217
1217
  ]
1218
1218
  }
1219
1219
  ],