@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
@@ -672,26 +672,26 @@
672
672
  },
673
673
  "ast": {
674
674
  "absolutePath": "src/modules/uniqueentity/UniqueEntitySystem.sol",
675
- "id": 66418,
675
+ "id": 66437,
676
676
  "exportedSymbols": {
677
677
  "System": [
678
- 48705
678
+ 48724
679
679
  ],
680
680
  "TABLE_ID": [
681
- 66463
681
+ 66482
682
682
  ],
683
683
  "UniqueEntity": [
684
- 67353
684
+ 67372
685
685
  ],
686
686
  "UniqueEntitySystem": [
687
- 66417
687
+ 66436
688
688
  ]
689
689
  },
690
690
  "nodeType": "SourceUnit",
691
691
  "src": "32:491:134",
692
692
  "nodes": [
693
693
  {
694
- "id": 66380,
694
+ "id": 66399,
695
695
  "nodeType": "PragmaDirective",
696
696
  "src": "32:25:134",
697
697
  "nodes": [],
@@ -703,23 +703,23 @@
703
703
  ]
704
704
  },
705
705
  {
706
- "id": 66382,
706
+ "id": 66401,
707
707
  "nodeType": "ImportDirective",
708
708
  "src": "59:58:134",
709
709
  "nodes": [],
710
710
  "absolutePath": "node_modules/@latticexyz/world/src/System.sol",
711
711
  "file": "@latticexyz/world/src/System.sol",
712
712
  "nameLocation": "-1:-1:-1",
713
- "scope": 66418,
714
- "sourceUnit": 48706,
713
+ "scope": 66437,
714
+ "sourceUnit": 48725,
715
715
  "symbolAliases": [
716
716
  {
717
717
  "foreign": {
718
- "id": 66381,
718
+ "id": 66400,
719
719
  "name": "System",
720
720
  "nodeType": "Identifier",
721
721
  "overloadedDeclarations": [],
722
- "referencedDeclaration": 48705,
722
+ "referencedDeclaration": 48724,
723
723
  "src": "68:6:134",
724
724
  "typeDescriptions": {}
725
725
  },
@@ -729,23 +729,23 @@
729
729
  "unitAlias": ""
730
730
  },
731
731
  {
732
- "id": 66384,
732
+ "id": 66403,
733
733
  "nodeType": "ImportDirective",
734
734
  "src": "118:43:134",
735
735
  "nodes": [],
736
736
  "absolutePath": "src/modules/uniqueentity/constants.sol",
737
737
  "file": "./constants.sol",
738
738
  "nameLocation": "-1:-1:-1",
739
- "scope": 66418,
740
- "sourceUnit": 66480,
739
+ "scope": 66437,
740
+ "sourceUnit": 66499,
741
741
  "symbolAliases": [
742
742
  {
743
743
  "foreign": {
744
- "id": 66383,
744
+ "id": 66402,
745
745
  "name": "TABLE_ID",
746
746
  "nodeType": "Identifier",
747
747
  "overloadedDeclarations": [],
748
- "referencedDeclaration": 66463,
748
+ "referencedDeclaration": 66482,
749
749
  "src": "127:8:134",
750
750
  "typeDescriptions": {}
751
751
  },
@@ -755,23 +755,23 @@
755
755
  "unitAlias": ""
756
756
  },
757
757
  {
758
- "id": 66386,
758
+ "id": 66405,
759
759
  "nodeType": "ImportDirective",
760
760
  "src": "162:57:134",
761
761
  "nodes": [],
762
762
  "absolutePath": "src/modules/uniqueentity/tables/UniqueEntity.sol",
763
763
  "file": "./tables/UniqueEntity.sol",
764
764
  "nameLocation": "-1:-1:-1",
765
- "scope": 66418,
766
- "sourceUnit": 67354,
765
+ "scope": 66437,
766
+ "sourceUnit": 67373,
767
767
  "symbolAliases": [
768
768
  {
769
769
  "foreign": {
770
- "id": 66385,
770
+ "id": 66404,
771
771
  "name": "UniqueEntity",
772
772
  "nodeType": "Identifier",
773
773
  "overloadedDeclarations": [],
774
- "referencedDeclaration": 67353,
774
+ "referencedDeclaration": 67372,
775
775
  "src": "171:12:134",
776
776
  "typeDescriptions": {}
777
777
  },
@@ -781,34 +781,34 @@
781
781
  "unitAlias": ""
782
782
  },
783
783
  {
784
- "id": 66417,
784
+ "id": 66436,
785
785
  "nodeType": "ContractDefinition",
786
786
  "src": "221:301:134",
787
787
  "nodes": [
788
788
  {
789
- "id": 66416,
789
+ "id": 66435,
790
790
  "nodeType": "FunctionDefinition",
791
791
  "src": "315:205:134",
792
792
  "nodes": [],
793
793
  "body": {
794
- "id": 66415,
794
+ "id": 66434,
795
795
  "nodeType": "Block",
796
796
  "src": "375:145:134",
797
797
  "nodes": [],
798
798
  "statements": [
799
799
  {
800
800
  "assignments": [
801
- 66395
801
+ 66414
802
802
  ],
803
803
  "declarations": [
804
804
  {
805
805
  "constant": false,
806
- "id": 66395,
806
+ "id": 66414,
807
807
  "mutability": "mutable",
808
808
  "name": "uniqueEntity",
809
809
  "nameLocation": "389:12:134",
810
810
  "nodeType": "VariableDeclaration",
811
- "scope": 66415,
811
+ "scope": 66434,
812
812
  "src": "381:20:134",
813
813
  "stateVariable": false,
814
814
  "storageLocation": "default",
@@ -817,7 +817,7 @@
817
817
  "typeString": "uint256"
818
818
  },
819
819
  "typeName": {
820
- "id": 66394,
820
+ "id": 66413,
821
821
  "name": "uint256",
822
822
  "nodeType": "ElementaryTypeName",
823
823
  "src": "381:7:134",
@@ -829,13 +829,13 @@
829
829
  "visibility": "internal"
830
830
  }
831
831
  ],
832
- "id": 66402,
832
+ "id": 66421,
833
833
  "initialValue": {
834
834
  "commonType": {
835
835
  "typeIdentifier": "t_uint256",
836
836
  "typeString": "uint256"
837
837
  },
838
- "id": 66401,
838
+ "id": 66420,
839
839
  "isConstant": false,
840
840
  "isLValue": false,
841
841
  "isPure": false,
@@ -843,14 +843,14 @@
843
843
  "leftExpression": {
844
844
  "arguments": [
845
845
  {
846
- "id": 66398,
846
+ "id": 66417,
847
847
  "name": "TABLE_ID",
848
848
  "nodeType": "Identifier",
849
849
  "overloadedDeclarations": [],
850
- "referencedDeclaration": 66463,
850
+ "referencedDeclaration": 66482,
851
851
  "src": "421:8:134",
852
852
  "typeDescriptions": {
853
- "typeIdentifier": "t_userDefinedValueType$_ResourceId_$36365",
853
+ "typeIdentifier": "t_userDefinedValueType$_ResourceId_$36384",
854
854
  "typeString": "ResourceId"
855
855
  }
856
856
  }
@@ -858,23 +858,23 @@
858
858
  "expression": {
859
859
  "argumentTypes": [
860
860
  {
861
- "typeIdentifier": "t_userDefinedValueType$_ResourceId_$36365",
861
+ "typeIdentifier": "t_userDefinedValueType$_ResourceId_$36384",
862
862
  "typeString": "ResourceId"
863
863
  }
864
864
  ],
865
865
  "expression": {
866
- "id": 66396,
866
+ "id": 66415,
867
867
  "name": "UniqueEntity",
868
868
  "nodeType": "Identifier",
869
869
  "overloadedDeclarations": [],
870
- "referencedDeclaration": 67353,
870
+ "referencedDeclaration": 67372,
871
871
  "src": "404:12:134",
872
872
  "typeDescriptions": {
873
- "typeIdentifier": "t_type$_t_contract$_UniqueEntity_$67353_$",
873
+ "typeIdentifier": "t_type$_t_contract$_UniqueEntity_$67372_$",
874
874
  "typeString": "type(library UniqueEntity)"
875
875
  }
876
876
  },
877
- "id": 66397,
877
+ "id": 66416,
878
878
  "isConstant": false,
879
879
  "isLValue": false,
880
880
  "isPure": false,
@@ -882,14 +882,14 @@
882
882
  "memberLocation": "417:3:134",
883
883
  "memberName": "get",
884
884
  "nodeType": "MemberAccess",
885
- "referencedDeclaration": 66904,
885
+ "referencedDeclaration": 66923,
886
886
  "src": "404:16:134",
887
887
  "typeDescriptions": {
888
- "typeIdentifier": "t_function_internal_view$_t_userDefinedValueType$_ResourceId_$36365_$returns$_t_uint256_$",
888
+ "typeIdentifier": "t_function_internal_view$_t_userDefinedValueType$_ResourceId_$36384_$returns$_t_uint256_$",
889
889
  "typeString": "function (ResourceId) view returns (uint256)"
890
890
  }
891
891
  },
892
- "id": 66399,
892
+ "id": 66418,
893
893
  "isConstant": false,
894
894
  "isLValue": false,
895
895
  "isPure": false,
@@ -909,7 +909,7 @@
909
909
  "operator": "+",
910
910
  "rightExpression": {
911
911
  "hexValue": "31",
912
- "id": 66400,
912
+ "id": 66419,
913
913
  "isConstant": false,
914
914
  "isLValue": false,
915
915
  "isPure": true,
@@ -936,23 +936,23 @@
936
936
  "expression": {
937
937
  "arguments": [
938
938
  {
939
- "id": 66406,
939
+ "id": 66425,
940
940
  "name": "TABLE_ID",
941
941
  "nodeType": "Identifier",
942
942
  "overloadedDeclarations": [],
943
- "referencedDeclaration": 66463,
943
+ "referencedDeclaration": 66482,
944
944
  "src": "457:8:134",
945
945
  "typeDescriptions": {
946
- "typeIdentifier": "t_userDefinedValueType$_ResourceId_$36365",
946
+ "typeIdentifier": "t_userDefinedValueType$_ResourceId_$36384",
947
947
  "typeString": "ResourceId"
948
948
  }
949
949
  },
950
950
  {
951
- "id": 66407,
951
+ "id": 66426,
952
952
  "name": "uniqueEntity",
953
953
  "nodeType": "Identifier",
954
954
  "overloadedDeclarations": [],
955
- "referencedDeclaration": 66395,
955
+ "referencedDeclaration": 66414,
956
956
  "src": "467:12:134",
957
957
  "typeDescriptions": {
958
958
  "typeIdentifier": "t_uint256",
@@ -963,7 +963,7 @@
963
963
  "expression": {
964
964
  "argumentTypes": [
965
965
  {
966
- "typeIdentifier": "t_userDefinedValueType$_ResourceId_$36365",
966
+ "typeIdentifier": "t_userDefinedValueType$_ResourceId_$36384",
967
967
  "typeString": "ResourceId"
968
968
  },
969
969
  {
@@ -972,18 +972,18 @@
972
972
  }
973
973
  ],
974
974
  "expression": {
975
- "id": 66403,
975
+ "id": 66422,
976
976
  "name": "UniqueEntity",
977
977
  "nodeType": "Identifier",
978
978
  "overloadedDeclarations": [],
979
- "referencedDeclaration": 67353,
979
+ "referencedDeclaration": 67372,
980
980
  "src": "440:12:134",
981
981
  "typeDescriptions": {
982
- "typeIdentifier": "t_type$_t_contract$_UniqueEntity_$67353_$",
982
+ "typeIdentifier": "t_type$_t_contract$_UniqueEntity_$67372_$",
983
983
  "typeString": "type(library UniqueEntity)"
984
984
  }
985
985
  },
986
- "id": 66405,
986
+ "id": 66424,
987
987
  "isConstant": false,
988
988
  "isLValue": false,
989
989
  "isPure": false,
@@ -991,14 +991,14 @@
991
991
  "memberLocation": "453:3:134",
992
992
  "memberName": "set",
993
993
  "nodeType": "MemberAccess",
994
- "referencedDeclaration": 67130,
994
+ "referencedDeclaration": 67149,
995
995
  "src": "440:16:134",
996
996
  "typeDescriptions": {
997
- "typeIdentifier": "t_function_internal_nonpayable$_t_userDefinedValueType$_ResourceId_$36365_$_t_uint256_$returns$__$",
997
+ "typeIdentifier": "t_function_internal_nonpayable$_t_userDefinedValueType$_ResourceId_$36384_$_t_uint256_$returns$__$",
998
998
  "typeString": "function (ResourceId,uint256)"
999
999
  }
1000
1000
  },
1001
- "id": 66408,
1001
+ "id": 66427,
1002
1002
  "isConstant": false,
1003
1003
  "isLValue": false,
1004
1004
  "isPure": false,
@@ -1014,7 +1014,7 @@
1014
1014
  "typeString": "tuple()"
1015
1015
  }
1016
1016
  },
1017
- "id": 66409,
1017
+ "id": 66428,
1018
1018
  "nodeType": "ExpressionStatement",
1019
1019
  "src": "440:40:134"
1020
1020
  },
@@ -1022,11 +1022,11 @@
1022
1022
  "expression": {
1023
1023
  "arguments": [
1024
1024
  {
1025
- "id": 66412,
1025
+ "id": 66431,
1026
1026
  "name": "uniqueEntity",
1027
1027
  "nodeType": "Identifier",
1028
1028
  "overloadedDeclarations": [],
1029
- "referencedDeclaration": 66395,
1029
+ "referencedDeclaration": 66414,
1030
1030
  "src": "502:12:134",
1031
1031
  "typeDescriptions": {
1032
1032
  "typeIdentifier": "t_uint256",
@@ -1041,7 +1041,7 @@
1041
1041
  "typeString": "uint256"
1042
1042
  }
1043
1043
  ],
1044
- "id": 66411,
1044
+ "id": 66430,
1045
1045
  "isConstant": false,
1046
1046
  "isLValue": false,
1047
1047
  "isPure": true,
@@ -1053,14 +1053,14 @@
1053
1053
  "typeString": "type(bytes32)"
1054
1054
  },
1055
1055
  "typeName": {
1056
- "id": 66410,
1056
+ "id": 66429,
1057
1057
  "name": "bytes32",
1058
1058
  "nodeType": "ElementaryTypeName",
1059
1059
  "src": "494:7:134",
1060
1060
  "typeDescriptions": {}
1061
1061
  }
1062
1062
  },
1063
- "id": 66413,
1063
+ "id": 66432,
1064
1064
  "isConstant": false,
1065
1065
  "isLValue": false,
1066
1066
  "isPure": false,
@@ -1076,15 +1076,15 @@
1076
1076
  "typeString": "bytes32"
1077
1077
  }
1078
1078
  },
1079
- "functionReturnParameters": 66393,
1080
- "id": 66414,
1079
+ "functionReturnParameters": 66412,
1080
+ "id": 66433,
1081
1081
  "nodeType": "Return",
1082
1082
  "src": "487:28:134"
1083
1083
  }
1084
1084
  ]
1085
1085
  },
1086
1086
  "documentation": {
1087
- "id": 66389,
1087
+ "id": 66408,
1088
1088
  "nodeType": "StructuredDocumentation",
1089
1089
  "src": "263:49:134",
1090
1090
  "text": " Increment and get an entity nonce."
@@ -1096,23 +1096,23 @@
1096
1096
  "name": "getUniqueEntity",
1097
1097
  "nameLocation": "324:15:134",
1098
1098
  "parameters": {
1099
- "id": 66390,
1099
+ "id": 66409,
1100
1100
  "nodeType": "ParameterList",
1101
1101
  "parameters": [],
1102
1102
  "src": "339:2:134"
1103
1103
  },
1104
1104
  "returnParameters": {
1105
- "id": 66393,
1105
+ "id": 66412,
1106
1106
  "nodeType": "ParameterList",
1107
1107
  "parameters": [
1108
1108
  {
1109
1109
  "constant": false,
1110
- "id": 66392,
1110
+ "id": 66411,
1111
1111
  "mutability": "mutable",
1112
1112
  "name": "",
1113
1113
  "nameLocation": "-1:-1:-1",
1114
1114
  "nodeType": "VariableDeclaration",
1115
- "scope": 66416,
1115
+ "scope": 66435,
1116
1116
  "src": "366:7:134",
1117
1117
  "stateVariable": false,
1118
1118
  "storageLocation": "default",
@@ -1121,7 +1121,7 @@
1121
1121
  "typeString": "bytes32"
1122
1122
  },
1123
1123
  "typeName": {
1124
- "id": 66391,
1124
+ "id": 66410,
1125
1125
  "name": "bytes32",
1126
1126
  "nodeType": "ElementaryTypeName",
1127
1127
  "src": "366:7:134",
@@ -1135,7 +1135,7 @@
1135
1135
  ],
1136
1136
  "src": "365:9:134"
1137
1137
  },
1138
- "scope": 66417,
1138
+ "scope": 66436,
1139
1139
  "stateMutability": "nonpayable",
1140
1140
  "virtual": true,
1141
1141
  "visibility": "public"
@@ -1145,16 +1145,16 @@
1145
1145
  "baseContracts": [
1146
1146
  {
1147
1147
  "baseName": {
1148
- "id": 66387,
1148
+ "id": 66406,
1149
1149
  "name": "System",
1150
1150
  "nameLocations": [
1151
1151
  "252:6:134"
1152
1152
  ],
1153
1153
  "nodeType": "IdentifierPath",
1154
- "referencedDeclaration": 48705,
1154
+ "referencedDeclaration": 48724,
1155
1155
  "src": "252:6:134"
1156
1156
  },
1157
- "id": 66388,
1157
+ "id": 66407,
1158
1158
  "nodeType": "InheritanceSpecifier",
1159
1159
  "src": "252:6:134"
1160
1160
  }
@@ -1164,20 +1164,20 @@
1164
1164
  "contractKind": "contract",
1165
1165
  "fullyImplemented": true,
1166
1166
  "linearizedBaseContracts": [
1167
- 66417,
1168
- 48705,
1169
- 48776,
1170
- 70879,
1171
- 70841
1167
+ 66436,
1168
+ 48724,
1169
+ 48795,
1170
+ 70898,
1171
+ 70860
1172
1172
  ],
1173
1173
  "name": "UniqueEntitySystem",
1174
1174
  "nameLocation": "230:18:134",
1175
- "scope": 66418,
1175
+ "scope": 66437,
1176
1176
  "usedErrors": [
1177
- 36931
1177
+ 36950
1178
1178
  ],
1179
1179
  "usedEvents": [
1180
- 37244
1180
+ 37263
1181
1181
  ]
1182
1182
  }
1183
1183
  ],