@latticexyz/world-modules 2.0.0-main-c07fa021 → 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.
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
@@ -329,7 +329,7 @@
329
329
  "sourceMap": "681:1313:133:-:0;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;403:220:88;;;;;;:::i;:::-;;:::i;:::-;;;611:14:139;;604:22;586:41;;574:2;559:18;403:220:88;;;;;;;;799:379:90;;;:::i;:::-;;;814:42:139;802:55;;;784:74;;772:2;757:18;799:379:90;638:226:139;1646:346:133;;;;;;:::i;:::-;;:::i;:::-;;962:78;;;-1:-1:-1;;;2189:98:139;;2177:2;2162:18;962:78:133;2043:250:139;1248:212:90;;;-1:-1:-1;;1430:14:90;1426:23;1413:37;2444:25:139;;2432:2;2417:18;1248:212:90;2298:177:139;1044:598:133;;;;;;:::i;:::-;;:::i;1464:95:90:-;;;:::i;403:220:88:-;527:4;546:34;;;229:110:102;546:34:88;;:72;;-1:-1:-1;584:34:88;;;97::101;584::88;546:72;539:79;403:220;-1:-1:-1;;403:220:88:o;799:379:90:-;1081:34;1085:14;1081:34;1068:48;1064:2;1060:57;;1128:45;;-1:-1:-1;1163:10:90;1128:45;799:379;:::o;1646:346:133:-;1690:16;1720:8;:6;:8::i;:::-;492:55:135;;;-1:-1:-1;;;492:55:135;;;2663:92:139;-1:-1:-1;;;2771:11:139;;;2764:100;418:16:135;2880:12:139;;;2873:101;1690:39:133;;-1:-1:-1;1758:38:133;;1690:39;;2990:12:139;492:55:135;;;;;;;;;;;;484:64;;;:::i;:::-;1758:21:133;:38::i;:::-;608:57:135;;;-1:-1:-1;;;608:57:135;;;2663:92:139;-1:-1:-1;;;2771:11:139;;;2764:100;-1:-1:-1;;;2880:12:139;;;2873:101;1826:20:133;;;;;;2990:12:139;608:57:135;;;;;;;;;;;;600:66;;;:::i;:::-;1826:57:133;;;;;;;;;;;;;3631:25:139;;;;3704:42;1858:18:133;3692:55:139;3672:18;;;3665:83;1878:4:133;3764:18:139;;;3757:50;3604:18;;1826:57:133;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;-1:-1:-1;;608:57:135;;;-1:-1:-1;;;608:57:135;;;2663:92:139;-1:-1:-1;;;2771:11:139;;;2764:100;-1:-1:-1;;;2880:12:139;;;2873:101;1925:30:133;;;;-1:-1:-1;1925:30:133;;-1:-1:-1;2990:12:139;608:57:135;;;;;;;;;;;;600:66;;;:::i;:::-;1925:62:133;;;;;;;;;;;;;4062:25:139;;4123:2;4118;4103:18;;4096:30;;;4162:2;4142:18;;;4135:30;4201:19;4196:2;4181:18;;4174:47;4253:3;4238:19;;3818:445;1925:62:133;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;:::i;:::-;;1684:308;1646:346;:::o;1044:598::-;1092:16;1122:8;:6;:8::i;:::-;492:55:135;;;-1:-1:-1;;;492:55:135;;;2663:92:139;-1:-1:-1;;;2771:11:139;;;2764:100;418:16:135;2880:12:139;;;2873:101;1092:39:133;;-1:-1:-1;1160:32:133;;2990:12:139;492:55:135;;;;;;;;;;;;484:64;;;:::i;:::-;1160:22:133;:32::i;:::-;608:57:135;;;-1:-1:-1;;;608:57:135;;;2663:92:139;-1:-1:-1;;;2771:11:139;;;2764:100;-1:-1:-1;;;2880:12:139;;;2873:101;1223:12:133;;;;1258:27;;;;;;1308:20;;2990:12:139;608:57:135;;;;;;;;;;;;600:66;;;:::i;:::-;1293:75:133;;;;;3631:25:139;;;;3704:42;1342:18:133;3692:55:139;3672:18;;;3665:83;1362:4:133;3764:18:139;;;3757:50;3604:18;;1293:75:133;;;-1:-1:-1;;1293:75:133;;;;;;;;;;;;;;;;;;;;;;;;;;;;1258:116;;;;-1:-1:-1;1258:116:133;:::i;:::-;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;1222:152;;;;1385:7;1380:35;;1394:21;1410:4;1394:15;:21::i;:::-;608:57:135;;;-1:-1:-1;;;608:57:135;;;2663:92:139;-1:-1:-1;;;2771:11:139;;;2764:100;-1:-1:-1;;;2880:12:139;;;2873:101;1475:27:133;;;;;;1525:30;;2990:12:139;608:57:135;;;;;;;;;;;;600:66;;;:::i;:::-;1510:80:133;;;;;;4062:25:139;;;;4103:18;;;4096:30;4162:2;4142:18;;;4135:30;4201:19;4181:18;;;4174:47;4238:19;;1510:80:133;;;-1:-1:-1;;1510:80:133;;;;;;;;;;;;;;;;;;;;;;;;;;;;1475:121;;;;-1:-1:-1;1475:121:133;:::i;:::-;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;-1:-1:-1;1457:139:133;;-1:-1:-1;1457:139:133;-1:-1:-1;1457:139:133;1602:35;;1616:21;1632:4;1616:15;:21::i;:::-;1086:556;;;1044:598;:::o;1464:95:90:-;1503:7;1525:29;:27;:29::i;:::-;1518:36;;1464:95;:::o;2696:184:137:-;2765:20;;;;2786:8;1162:66;2810:14;:12;:14::i;:::-;2826:16;:14;:16::i;:::-;2844:13;:11;:13::i;:::-;2859:15;:13;:15::i;:::-;2765:110;;;;;;;;;;;;;;;;;;;;:::i;:::-;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;2696:184;;:::o;2447:173::-;2502:113;2526:8;1162:66;2550:14;:12;:14::i;:::-;2566:16;:14;:16::i;:::-;2584:13;:11;:13::i;:::-;2599:15;:13;:15::i;:::-;2502:23;:113::i;:::-;2447:173;:::o;182:217:108:-;385:6;379:13;372:4;364:6;360:17;353:40;1091:227:68;622:42;1180:22;1141:7;;1180:22;;;1208:106;;1256:10;1249:17;;;1091:227;:::o;1208:106::-;1294:13;1091:227;-1:-1:-1;1091:227:68:o;1434:160:137:-;1528:19;;;1481:6;1528:19;;;;;;;;;1561:28;1578:10;1561:16;:28::i;:::-;1554:35;;;1434:160;:::o;1636:208::-;1734:19;;;1751:1;1734:19;;;;;;;;;1685:6;;;;1734:19;;;;;;;;;;;;-1:-1:-1;1734:19:137;1699:54;;1777:18;1759:12;1772:1;1759:15;;;;;;;;:::i;:::-;;;;;;:36;;;;;;;;;:::i;:::-;;;;;;;;;;;:::i;:::-;;;-1:-1:-1;1809:30:137;1826:12;1809:16;:30::i;1883:109::-;1972:15;;;1985:1;1972:15;;;;;;;;;1929:24;;1972:15;;;;;;;;;;;;;;;;;;;;1961:26;;1883:109;:::o;2033:144::-;2128:15;;;2141:1;2128:15;;;;;;;;;2081:26;;2128:15;;;;;;;;;;;;;;;;;;;;2115:28;;2149:23;;;;;;;;;;;;;;;;;:10;2160:1;2149:13;;;;;;;;:::i;:::-;;;;;;:23;;;;2033:144;:::o;4522:1764:66:-;-1:-1:-1;;;4782:7:66;:35;;;;;;:83;;-1:-1:-1;4842:23:66;4821:7;:44;;;;4782:83;4778:209;;;-1:-1:-1;;;4937:7:66;4970;4953:25;;;;;;7481:19:139;;7525:2;7516:12;;7320:214;4953:25:66;;;;-1:-1:-1;;4953:25:66;;;;;;;;;;4882:98;;;;;;;;;;:::i;:::-;;;;;;;;4778:209;5033:43;:11;5068:5;5033:20;:43::i;:::-;5117:40;:9;5150:4;5117:18;:40::i;:::-;5163:43;:11;5198:5;5163:20;:43::i;:::-;790:38:80;4155:60:63;;;705:34:80;4078:59:63;;;4072:144;4057:159;;5294:8:66;:15;:40;5290:148;;790:38:80;4155:60:63;;;705:34:80;4078:59:63;;;4072:144;4057:159;;5415:15:66;;5351:80;;;;;;;;8183:25:139;;;;8224:18;;;8217:34;8156:18;;5351:80:66;8009:248:139;5290:148:66;790:38:80;4155:60:63;;;705:34:80;4078:59:63;;;4072:144;4057:159;;5488:10:66;:17;:44;5484:158;;790:38:80;4155:60:63;;;705:34:80;4078:59:63;;;4072:144;4057:159;;5617:17:66;;5549:86;;;;;;;;8183:25:139;;;;8224:18;;;8217:34;8156:18;;5549:86:66;8009:248:139;5484:158:66;790:38:80;4155:60:63;;;705:34:80;4078:59:63;;;4072:144;4057:159;;790:38:80;4155:60:63;;;705:34:80;4078:59:63;;;4072:144;4057:159;;5699:50:66;5695:171;;790:38:80;4155:60:63;;;705:34:80;4078:59:63;;;4072:144;4057:159;;790:38:80;4155:60:63;;;705:34:80;4078:59:63;;;4072:144;4057:159;;5766:93:66;;;;;;;;8183:25:139;;;;8224:18;;;8217:34;8156:18;;5766:93:66;8009:248:139;5695:171:66;5928:31;5951:7;5928:22;:31::i;:::-;5924:140;;;6014:7;6047;6030:25;;;;;;7481:19:139;;7525:2;7516:12;;7320:214;6030:25:66;;;;-1:-1:-1;;6030:25:66;;;;;;;;;;5976:81;;;;;;;;;:::i;5924:140::-;6105:103;6117:7;6126:11;6139:9;6150:11;6174:8;6163:20;;;;;;;;:::i;:::-;;;;;;;;;;;;;6196:10;6185:22;;;;;;;;:::i;:::-;;;;;;;;;;;;;6105:11;:103::i;:::-;6244:37;6267:7;6276:4;6244:22;:37::i;778:2059:63:-;846:6;356:2:80;864:7:63;:14;:33;860:85;;;930:7;:14;906:39;;-1:-1:-1;;;906:39:63;;;;;;2444:25:139;;2432:2;2417:18;;2298:177;860:85:63;951:14;;;;1152:956;1176:7;:14;1172:1;:18;1152:956;;;1202:24;1229:32;:7;1237:1;1229:10;;;;;;;;:::i;:::-;;;;;;;:30;;;;;;;;:::i;:::-;;:32::i;:::-;1202:59;;1274:16;1294:1;1274:21;1270:404;;1459:15;;;;;1270:404;;;1503:17;;1499:175;;1627:38;;;;;;;;;;;;;;1499:175;1800:16;1785:31;;;;295:1:80;2062::63;2058;228:2:80;2040:19:63;:23;2039:40;2023:7;2031:1;2023:10;;;;;;;;:::i;:::-;;;;;;;2015:19;;;;;;;;:::i;:::-;:65;;2005:75;;;;;-1:-1:-1;2090:3:63;;1152:956;;;;493:1:80;2152:13:63;:34;2148:85;;;2195:38;;-1:-1:-1;;;2195:38:63;;;;;2444:25:139;;;2417:18;;2195:38:63;2298:177:139;2148:85:63;2333:14;;:30;;;295:1:80;626:13;638:1;148:2;626:13;:::i;:::-;625:30;;;;:::i;:::-;2621:41:63;;;2611:51;;;;;295:1:80;722;706:13;718:1;148:2;706:13;:::i;:::-;:17;;;;:::i;:::-;705:34;;;;:::i;:::-;2678:47:63;;;2668:57;;;;;295:1:80;811;;791:13;803:1;148:2;791:13;:::i;:::-;:17;;;;:::i;:::-;:21;;;;:::i;:::-;790:38;;;;:::i;:::-;2741:49:63;;;;2731:59;;;;;778:2059;-1:-1:-1;;;;778:2059:63:o;4284:1197:54:-;4406:10;4405:11;:36;;;;-1:-1:-1;4230:45:54;;4420:21;4401:95;;;4450:46;;;;;4494:1;4450:46;;;2444:25:139;2417:18;;4450:46:54;2298:177:139;4401:95:54;4564:25;4592:30;:11;:28;:30::i;:::-;4564:58;;493:1:80;4632:17:54;:38;4628:113;;;4679:62;;;;;;;;2444:25:139;;;2417:18;;4679:62:54;2298:177:139;4628:113:54;4748:24;4775:29;:11;:27;:29::i;:::-;4748:56;-1:-1:-1;4879:23:54;4905:36;4924:17;4748:56;4905:36;:::i;:::-;4879:62;;356:2:80;4951:15:54;:34;4947:107;;;4994:60;;;;;;;;2444:25:139;;;2417:18;;4994:60:54;2298:177:139;4947:107:54;5102:9;5097:380;5117:16;5113:1;:20;5097:380;;;2881:93;2929:19;:27;;;295:1:80;2928:44:54;2894:79;;;2881:93;5145:24;5206:21;;;5202:230;;5246:50;;;;;;;;;;;;;;5202:230;148:2:80;5315:16:54;:28;5311:121;;;5362:61;;;;;;;;;;;;;;5311:121;-1:-1:-1;5459:3:54;;5097:380;;4401:1683:63;4508:10;4507:11;:31;;;;-1:-1:-1;4230:45:54;;4522:16:63;4503:80;;;4547:36;;-1:-1:-1;;;4547:36:63;;4581:1;4547:36;;;2444:25:139;2417:18;;4547:36:63;2298:177:139;4503:80:63;4646:25;4674;:6;:23;:25::i;:::-;4646:53;;493:1:80;4709:17:63;:38;4705:103;;;4756:52;;-1:-1:-1;;;4756:52:63;;;;;2444:25:139;;;2417:18;;4756:52:63;2298:177:139;4705:103:63;4815:24;4842;:6;:22;:24::i;:::-;4815:51;-1:-1:-1;4936:23:63;4962:36;4981:17;4815:51;4962:36;:::i;:::-;4936:62;;356:2:80;5008:15:63;:34;5004:97;;;5051:50;;-1:-1:-1;;;5051:50:63;;;;;2444:25:139;;;2417:18;;5051:50:63;2298:177:139;5004:97:63;5160:25;5191:26;5228:9;5223:551;5243:15;5239:1;:19;5223:551;;;5316:1;5274:39;:17;:6;5289:1;5274:14;:17::i;:::-;:37;;;;;;;;:::i;:39::-;:43;5270:459;;;5378:16;5373:1;:21;5369:82;;5403:48;;;;;;;;;;;;;;5369:82;5483:19;;;;;5270:459;;;5585:16;5581:1;:20;5577:81;;;5610:48;;;;;;;;;;;;;;5577:81;5690:20;;;;;5270:459;5756:3;;5223:551;;;;5847:16;5826:17;:37;5822:102;;5872:52;;-1:-1:-1;;;5872:52:63;;;;;2444:25:139;;;2417:18;;5872:52:63;2298:177:139;5822:102:63;6000:17;5978:18;:39;5974:105;;6026:53;;-1:-1:-1;;;6026:53:63;;;;;2444:25:139;;;2417:18;;6026:53:63;2298:177:139;5974:105:63;4465:1619;;;;;4401:1683;;:::o;3328:314:76:-;3442:16;;;3456:1;3442:16;;;;;;;;;3394:11;;;;3442:16;;;;;;;;;;;;-1:-1:-1;3442:16:76;3413:45;;3497:10;3464:9;3474:1;3464:12;;;;;;;;:::i;:::-;;;;;;;;;;;:44;;;;1047:77;;;-1:-1:-1;;;1047:77:76;;;2663:92:139;1080:19:76;2771:11:139;;;2764:100;1101:22:76;2880:12:139;;;2873:101;1047:77:76;;;;;;;;;;2990:12:139;;1047:77:76;;-1:-1:-1;;3531:62:76;;1039:86;;;:::i;:::-;3566:9;3577:1;1237:66;3531:24;:62::i;:::-;3515:78;;3607:29;3628:5;3615:20;;555:10:62;446:126;3607:29:76;3599:38;3328:314;-1:-1:-1;;;;3328:314:76:o;28706:676:78:-;34749:53;;;;;;10170:19:139;;;10205:12;;;10198:28;;;34722:12:78;10242::139;;;10235:28;;;34749:53:78;;;;;;;;;;10279:12:139;;;;34749:53:78;;;28997:29;29029:55;29043:18;29063:20;29029:13;:55::i;:::-;28997:87;;29090:25;29118:55;29132:18;29152:20;29118:13;:55::i;:::-;29209:16;;;29223:1;29209:16;;;;;;;;;29090:83;;-1:-1:-1;29180:26:78;;29209:16;;;;;;;;;;;;-1:-1:-1;29209:16:78;29180:45;;29264:7;29231:9;29241:1;29231:12;;;;;;;;:::i;:::-;;;;;;;;;;;:41;;;;1147:72;;;-1:-1:-1;;;1147:72:78;;;2663:92:139;1180:19:78;2771:11:139;;;2764:100;1201:17:78;2880:12:139;;;2873:101;1147:72:78;;;;;;;;;;2990:12:139;;1147:72:78;;29279:98;;1139:81;;;:::i;:::-;29309:9;29320:11;29333:15;29350:12;1327:66;29279:19;:98::i;:::-;28908:474;;;;28706:676;;;;;;:::o;5372:268:76:-;5472:16;;;5486:1;5472:16;;;;;;;;;5443:26;;5472:16;;;;;;;;;;;-1:-1:-1;5472:16:76;5443:45;;5527:10;5494:9;5504:1;5494:12;;;;;;;;:::i;:::-;;;;;;;;;;;:44;;;;1047:77;;;-1:-1:-1;;;1047:77:76;;;2663:92:139;1080:19:76;2771:11:139;;;2764:100;1101:22:76;2880:12:139;;;2873:101;1047:77:76;;;;;;;;;;2990:12:139;;1047:77:76;;5545:90;;1039:86;;;:::i;:::-;5580:9;5591:1;5612:6;5594:26;;;;;;9841:14:139;9834:22;9829:3;9825:32;9813:45;;9883:1;9874:11;;9690:201;5594:26:76;;;;-1:-1:-1;;5594:26:76;;;;;;;;;1237:66;5545:24;:90::i;3195:520:52:-;3261:7;3274:13;3296:10;3290:17;;;;;;;;:::i;:::-;3274:33;;;;3324:2;3316:5;:10;3312:401;;;3568:2;3560:10;3574:1;3559:16;;;-1:-1:-1;;3195:520:52:o;3312:401::-;3610:18;3596:10;:32;;;;;;;;:::i;:::-;;3592:121;;-1:-1:-1;3643:2:52;;3195:520;-1:-1:-1;;3195:520:52:o;3592:121::-;-1:-1:-1;3707:1:52;;3195:520;-1:-1:-1;;3195:520:52:o;3592:121::-;3270:445;3195:520;;;:::o;3564:173:54:-;3638:7;295:1:80;811;;791:13;803:1;148:2;791:13;:::i;:::-;:17;;;;:::i;:::-;:21;;;;:::i;:::-;790:38;;;;:::i;:::-;3674:11:54;3653:79;3666:65;;3653:79;;3564:173;-1:-1:-1;;3564:173:54:o;3311:171::-;3384:7;295:1:80;722;706:13;718:1;148:2;706:13;:::i;3218:206:63:-;3288:10;3378:19;:27;;;3409:1;3377:33;3356:6;3331:82;3348:63;;3331:82;;;;;;;;;:::i;:::-;3324:89;3218:206;-1:-1:-1;;;3218:206:63:o;22412:541:66:-;22569:7;22706:242;22750:59;22791:7;22800:8;22750:40;:59::i;:::-;22827:31;;;;2929:19:54;:27;295:1:80;2928:44:54;2894:79;;;2881:93;22876:63:66;22915:11;22928:10;22876:38;:63::i;:::-;22706:17;:242::i;:::-;22693:255;22412:541;-1:-1:-1;;;;;22412:541:66:o;34872:388:78:-;35180:32;;35214:34;;34998:29;;1127:5:61;;;411;1158:39;;;;1140:58;1239:23;1224:39;;;;1206:58;35158:91:78;986:344:61;35325:234:78;35451:12;35502:18;35531:20;35478:76;;;;;;;;;:::i;:::-;;;;;;;;;;;;;35471:83;;35325:234;;;;:::o;8089:3002:66:-;8362:7;8346:75;8371:8;8381:10;8393:14;8409:11;8346:75;;;;;;;;;:::i;:::-;;;;;;;;-1:-1:-1;;;8486:7:66;:35;;;8531:7;8482:62;8682:22;8707:24;8723:7;8707:15;:24::i;:::-;8682:49;;8742:9;8737:340;8757:5;:12;8753:1;:16;8737:340;;;8784:9;8806:5;8812:1;8806:8;;;;;;;;:::i;:::-;;;;;;;8784:31;;8827:33;94:6:81;8827:4:66;:14;;;;;:33;;;;:::i;:::-;8823:248;;;8872:190;;;;;2267:35:55;;;;;8872:47:66;;:190;;8931:7;;8950:8;;8970:10;;8992:14;;9018:11;;9041;;8872:190;;;:::i;:::-;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;8823:248;-1:-1:-1;8771:3:66;;;;:::i;:::-;;;;8737:340;;;;9140:26;9169:59;9210:7;9219:8;9169:40;:59::i;:::-;9140:88;-1:-1:-1;9234:21:66;414:4:60;404:15;;9234:54:66;;9294:149;9332:18;9366:1;9390:13;9419:10;:17;9294:13;:149::i;:::-;9543:1;9510:30;:11;:28;:30::i;:::-;:34;9506:1174;;;9629:33;9665:66;9713:7;9722:8;9665:47;:66::i;:::-;244:28:65;;;9629:102:66;-1:-1:-1;414:4:60;404:15;;9905:47:66;;10061:27;10096:25;10134:7;10129:545;10147:30;:11;:28;:30::i;:::-;10143:1;:34;;;10129:545;;;10213:63;10255:7;10264:8;10274:1;10213:41;:63::i;:::-;10191:85;-1:-1:-1;10306:25:66;:14;10329:1;3556:16:61;;488:5;3556:16;411:5;3545:27;3505:68;3483:92;;;3368:218;10306:25:66;10286:45;;10341:170;10383:19;10422:1;10450:13;10483:17;10341:13;:170::i;:::-;10521:34;10538:17;10521:34;;:::i;:::-;;-1:-1:-1;10652:3:66;;10129:545;;;;9546:1134;;;9506:1174;10754:9;10749:338;10769:5;:12;10765:1;:16;10749:338;;;10796:9;10818:5;10824:1;10818:8;;;;;;;;:::i;:::-;;;;;;;10796:31;;10839:32;136:6:81;10839:4:66;:14;;;;;:32;;;;:::i;:::-;10835:246;;;10883:189;;;;;2267:35:55;;;;;10883:46:66;;:189;;10941:7;;10960:8;;10980:10;;11002:14;;11028:11;;11051;;10883:189;;;:::i;:::-;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;10835:246;-1:-1:-1;10783:3:66;;;;:::i;:::-;;;;10749:338;;14023:355;14195:178;14229:7;14254:8;14284:63;14323:11;14336:10;14284:38;:63::i;:::-;14362:4;14195:16;:178::i;:::-;14023:355;;;;;:::o;32283:191::-;32385:7;32449;32458:8;32432:35;;;;;;;;;:::i;:::-;;;;-1:-1:-1;;32432:35:66;;;;;;;;;32422:46;;32432:35;32422:46;;;;26121:22;32415:53;;32283:191;-1:-1:-1;;;32283:191:66:o;32856:242::-;32952:7;;;32991:84;33011:10;33007:14;;:1;:14;32991:84;;;33036:32;2881:93:54;2929:19;:27;;;295:1:80;2928:44:54;2894:79;;;2881:93;33036:32:66;;:::i;:::-;;-1:-1:-1;33023:3:66;;;;:::i;:::-;;;;32991:84;;;-1:-1:-1;33087:6:66;32856:242;-1:-1:-1;;;32856:242:66:o;6937:790:65:-;7035:14;7071:2;7061:6;:12;7057:112;;7130:2;7121:6;:11;7103:29;;;;7152:2;7142:12;;;;;;:::i;:::-;;;;7057:112;-1:-1:-1;7349:21:65;;7345:1;7333:14;;7329:42;7497:2;:11;;;7579:22;;;7575:148;;;7704:1;7688:14;7684:22;7678:29;7674:1;7659:13;7655:21;7651:57;7643:6;7640:69;7630:79;;7051:676;6937:790;;;;;:::o;4506:342:77:-;4622:16;;;4636:1;4622:16;;;;;;;;;4563:22;;4593:26;;4622:16;;;;;;;;;;;;-1:-1:-1;4622:16:77;4593:45;;4677:7;4644:9;4654:1;4644:12;;;;;;;;:::i;:::-;;;;;;;;;;;:41;;;;1047:76;;;-1:-1:-1;;;1047:76:77;;;2663:92:139;1080:19:77;2771:11:139;;;2764:100;1101:21:77;2880:12:139;;;2873:101;1047:76:77;;;;;;;;;;2990:12:139;;1047:76:77;;-1:-1:-1;;4713:49:77;;1039:85;;;:::i;:::-;4749:9;4760:1;4713:25;:49::i;:::-;4692:70;;4776:66;:44;4797:5;4804:1;4807:5;:12;4776:20;:44::i;:::-;:64;:66::i;1957:136:55:-;2027:4;2079:9;2046:42;;2065:9;2047:15;2057:4;2486:26;;;2356:162;2047:15;:27;2046:42;;;2039:49;;1957:136;;;;:::o;574:2326:65:-;687:10;;683:1491;;840:2;830:6;:12;826:122;;903:2;894:6;:11;876:29;;;;927:2;917:12;;;;;;:::i;:::-;;;;826:122;1038:10;;1034:1134;;1246:2;:11;;;1120:21;-1:-1:-1;;613:1:69;600:14;;578:37;576:40;1278:31:65;;1478:1;1470:6;1466:14;1514:4;1503:9;1499:20;1491:28;;1569:13;1563:20;1552:9;1548:36;1530:54;;1817:4;1813:9;1796:14;1790:21;1786:37;1717:4;1705:10;1701:21;1644:193;1616:14;1596:253;;1908:13;1898:6;:23;1894:36;;1923:7;;;;1894:36;-1:-1:-1;2071:1:65;2053:19;;;;;2084:30;;;;2126:23;;1034:1134;2204:253;2221:2;2211:6;:12;2204:253;;2316:20;;2293:44;;2390:1;2372:19;;;;2418:2;2401:19;;;;-1:-1:-1;;2430:12:65;2204:253;;;2525:10;;2521:375;;2545:12;-1:-1:-1;;613:1:69;600:14;;578:37;576:40;2827:21:65;;2743:20;;2739:31;;2850:9;;2823:37;2688:184;2644:238;;-1:-1:-1;574:2326:65;;;;:::o;33717:230:66:-;33838:7;33922;33931:8;33905:35;;;;;;;;;:::i;:::-;;;;-1:-1:-1;;33905:35:66;;;;;;;;;33895:46;;33905:35;33895:46;;;;26284:40;33868:73;;33717:230;-1:-1:-1;;;33717:230:66:o;33358:274::-;33502:7;33607;33616:8;33590:35;;;;;;;;;:::i;:::-;;;;;;;;;;;;;33580:46;;;;;;33559:17;33552:25;;33532:45;;;26193:34;33532:45;:94;33524:103;;33517:110;;33358:274;;;;;:::o;11095:1506::-;11216:16;11235:59;11276:7;11285:8;11235:40;:59::i;:::-;11216:78;;11396:7;11352:100;11415:8;11432:5;11445:4;11352:100;;;;;;;;:::i;:::-;;;;;;;;-1:-1:-1;;;11517:7:66;:35;;;11513:62;;11562:7;;;11513:62;11720:22;11745:24;11761:7;11745:15;:24::i;:::-;11720:49;;11780:9;11775:328;11795:5;:12;11791:1;:16;11775:328;;;11822:9;11844:5;11850:1;11844:8;;;;;;;;:::i;:::-;;;;;;;11822:31;;11865:41;187:6:81;11865:4:66;:14;;;;;:41;;;;:::i;:::-;11861:236;;;11918:170;;;;;2267:35:55;;;;;11918:54:66;;:170;;11994:7;;12023:8;;12050:5;;12073:4;;11918:170;;;:::i;:::-;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;11861:236;-1:-1:-1;11809:3:66;;;;:::i;:::-;;;;11775:328;;;;12152:70;12184:8;12202:5;12152:70;;12215:4;12152:13;:70::i;:::-;12276:9;12271:326;12291:5;:12;12287:1;:16;12271:326;;;12318:9;12340:5;12346:1;12340:8;;;;;;;;:::i;:::-;;;;;;;12318:31;;12361:40;237:6:81;12361:4:66;:14;;;;;:40;;;;:::i;:::-;12357:234;;;12413:169;;;;;2267:35:55;;;;;12413:53:66;;:169;;12488:7;;12517:8;;12544:5;;12567:4;;12413:169;;;:::i;:::-;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;12357:234;-1:-1:-1;12305:3:66;;;;:::i;:::-;;;;12271:326;;23074:522;23210:12;23334:257;23373:79;23415:7;23424:8;23434:17;23373:41;:79::i;:::-;23470:93;23545:17;23470:66;23518:7;23527:8;23470:47;:66::i;:::-;:74;3556:16:61;;488:5;3556:16;411:5;3545:27;3505:68;3483:92;;;3368:218;23470:93:66;23581:1;23334:12;:257::i;1564:570:64:-;1655:5;1753:3;1744:5;:12;;:34;;;;;1767:4;:11;1760:3;:18;;1744:34;1738:85;;1806:4;1812:5;1819:3;1788:35;;;;;;;;;;;;;:::i;1738:85::-;1891:4;1881:15;;1938:17;1950:5;1881:15;1938:17;:::i;:::-;;-1:-1:-1;1961:12:64;1976:11;1982:5;1976:3;:11;:::i;:::-;643:17;2112:15;2104:3;2092:15;;;;2091:37;;;;;;-1:-1:-1;;;;;1564:570:64:o;18970:220:83:-;19036:24;19068:30;19101:32;19119:6;19127:2;19131:1;19101:17;:32::i;286:162:65:-;375:68;381:14;397:6;414:4:60;404:15;;431:4:65;:11;375:5;:68::i;34055:301:66:-;34176:13;34268:82;34299:48;34329:7;34338:8;34299:29;:48::i;:::-;3384:21:65;;3278:137;3512:665;3924:4;3918:11;3965:4;3953:17;;-1:-1:-1;;3843:14:65;4012:26;;;3843:14;3839:28;3984:4;3977:63;4084:6;4076;4069:22;4102:51;4107:14;4123:6;4131;4139:13;4102:4;:51::i;2297:1396:85:-;2417:22;2447:21;2471;:11;2373:3:64;2351:25;;2277:104;2471:21:85;2447:45;-1:-1:-1;643:17:64;2514:38;;2498:20:85;2660:11;2514:38:64;2660:11:85;2645:26;;;;:::i;:::-;;;-1:-1:-1;2828:26:85;2843:11;2828:12;:26;:::i;:::-;:31;2824:123;;2869:71;;;;;15851:2:139;2869:71:85;;;15833:21:139;15890:2;15870:18;;;15863:30;15929:34;15909:18;;;15902:62;16000:31;15980:18;;;15973:59;16049:19;;2869:71:85;15649:425:139;2824:123:85;3049:4;3043:11;3034:20;;3092:4;3085:5;3081:16;3152:2;3139:11;3135:20;3121:12;3117:39;3111:4;3104:53;3200:11;3193:5;3186:26;3243:1;3220:463;3259:11;3256:1;3253:18;3220:463;;;3653:20;;3632:42;;3611:64;;3525:31;;;;3438:4;3420:23;;;;3346:1;3339:9;3220:463;;;3224:28;;3001:688;;;2297:1396;;;;;:::o;4303:2258:65:-;4420:10;;4416:1421;;4573:2;4563:6;:12;4559:122;;4636:2;4627:6;:11;4609:29;;;;4660:2;4650:12;;;;;;:::i;:::-;;;;4559:122;4771:10;;4767:1064;;4979:2;:11;;;4853:21;-1:-1:-1;;613:1:69;600:14;;578:37;576:40;5011:38:65;;5233:14;5227:21;5223:1;5215:6;5211:14;5207:42;5480:4;5476:9;5460:13;5454:20;5450:36;5381:4;5369:10;5365:21;5308:192;5281:13;5261:251;;5571:13;5561:6;:23;5557:36;;5586:7;;;;5557:36;-1:-1:-1;5734:1:65;5716:19;;;;;5789:23;;;;;5747:30;4767:1064;5866:253;5883:2;5873:6;:12;5866:253;;5977:21;;5955:44;;6052:1;6034:19;;;;-1:-1:-1;;6092:12:65;;;;6080:2;6063:19;5866:253;;;6187:10;;6183:374;;6207:12;-1:-1:-1;;613:1:69;600:14;;578:37;576:40;6489:20:65;;6404:21;;6400:32;;6511:9;;6485:36;6349:184;6306:237;;-1:-1:-1;4303:2258:65;;;;:::o;14:177:139:-;99:66;92:5;88:78;81:5;78:89;68:117;;181:1;178;171:12;196:245;254:6;307:2;295:9;286:7;282:23;278:32;275:52;;;323:1;320;313:12;275:52;362:9;349:23;381:30;405:5;381:30;:::i;869:184::-;-1:-1:-1;;;918:1:139;911:88;1018:4;1015:1;1008:15;1042:4;1039:1;1032:15;1058:980;1126:6;1179:2;1167:9;1158:7;1154:23;1150:32;1147:52;;;1195:1;1192;1185:12;1147:52;1235:9;1222:23;1264:18;1305:2;1297:6;1294:14;1291:34;;;1321:1;1318;1311:12;1291:34;1359:6;1348:9;1344:22;1334:32;;1404:7;1397:4;1393:2;1389:13;1385:27;1375:55;;1426:1;1423;1416:12;1375:55;1462:2;1449:16;1484:2;1480;1477:10;1474:36;;;1490:18;;:::i;:::-;1624:2;1618:9;1686:4;1678:13;;-1:-1:-1;;1674:22:139;;;1698:2;1670:31;1666:40;1654:53;;;1722:18;;;1742:22;;;1719:46;1716:72;;;1768:18;;:::i;:::-;1808:10;1804:2;1797:22;1843:2;1835:6;1828:18;1883:7;1878:2;1873;1869;1865:11;1861:20;1858:33;1855:53;;;1904:1;1901;1894:12;1855:53;1960:2;1955;1951;1947:11;1942:2;1934:6;1930:15;1917:46;2005:1;1983:15;;;2000:2;1979:24;1972:35;;;;-1:-1:-1;1987:6:139;1058:980;-1:-1:-1;;;;;1058:980:139:o;3013:357::-;3131:12;;3178:4;3167:16;;;3161:23;;3131:12;3196:16;;3193:171;;;-1:-1:-1;;3270:4:139;3266:17;;;;3263:1;3259:25;3255:98;3244:110;;3013:357;-1:-1:-1;3013:357:139:o;4268:249::-;4337:6;4390:2;4378:9;4369:7;4365:23;4361:32;4358:52;;;4406:1;4403;4396:12;4358:52;4438:9;4432:16;4457:30;4481:5;4457:30;:::i;4522:250::-;4607:1;4617:113;4631:6;4628:1;4625:13;4617:113;;;4707:11;;;4701:18;4688:11;;;4681:39;4653:2;4646:10;4617:113;;;-1:-1:-1;;4764:1:139;4746:16;;4739:27;4522:250::o;4777:287::-;4906:3;4944:6;4938:13;4960:66;5019:6;5014:3;5007:4;4999:6;4995:17;4960:66;:::i;:::-;5042:16;;;;;4777:287;-1:-1:-1;;4777:287:139:o;5069:330::-;5111:3;5149:5;5143:12;5176:6;5171:3;5164:19;5192:76;5261:6;5254:4;5249:3;5245:14;5238:4;5231:5;5227:16;5192:76;:::i;:::-;5313:2;5301:15;-1:-1:-1;;5297:88:139;5288:98;;;;5388:4;5284:109;;5069:330;-1:-1:-1;;5069:330:139:o;5404:616::-;5456:3;5494:5;5488:12;5521:6;5516:3;5509:19;5547:4;5588:2;5583:3;5579:12;5613:11;5640;5633:18;;5690:6;5687:1;5683:14;5676:5;5672:26;5660:38;;5732:2;5725:5;5721:14;5753:1;5763:231;5777:6;5774:1;5771:13;5763:231;;;5848:5;5842:4;5838:16;5833:3;5826:29;5876:38;5909:4;5900:6;5894:13;5876:38;:::i;:::-;5972:12;;;;5868:46;-1:-1:-1;5937:15:139;;;;5799:1;5792:9;5763:231;;;-1:-1:-1;6010:4:139;;5404:616;-1:-1:-1;;;;;;;5404:616:139:o;6025:912::-;6555:6;6544:9;6537:25;6598:6;6593:2;6582:9;6578:18;6571:34;6641:6;6636:2;6625:9;6621:18;6614:34;6684:6;6679:2;6668:9;6664:18;6657:34;6728:3;6722;6711:9;6707:19;6700:32;6518:4;6755:56;6806:3;6795:9;6791:19;6783:6;6755:56;:::i;:::-;6860:9;6852:6;6848:22;6842:3;6831:9;6827:19;6820:51;6888:43;6924:6;6916;6888:43;:::i;:::-;6880:51;6025:912;-1:-1:-1;;;;;;;;;6025:912:139:o;6942:184::-;-1:-1:-1;;;6991:1:139;6984:88;7091:4;7088:1;7081:15;7115:4;7112:1;7105:15;7131:184;-1:-1:-1;;;7180:1:139;7173:88;7280:4;7277:1;7270:15;7304:4;7301:1;7294:15;7539:465;7786:66;7778:6;7774:79;7763:9;7756:98;7890:6;7885:2;7874:9;7870:18;7863:34;7933:2;7928;7917:9;7913:18;7906:30;7737:4;7953:45;7994:2;7983:9;7979:18;7971:6;7953:45;:::i;8262:323::-;8471:6;8460:9;8453:25;8514:2;8509;8498:9;8494:18;8487:30;8434:4;8534:45;8575:2;8564:9;8560:18;8552:6;8534:45;:::i;8590:280::-;8789:2;8778:9;8771:21;8752:4;8809:55;8860:2;8849:9;8845:18;8837:6;8809:55;:::i;8875:184::-;-1:-1:-1;;;8924:1:139;8917:88;9024:4;9021:1;9014:15;9048:4;9045:1;9038:15;9064:128;9131:9;;;9152:11;;;9149:37;;;9166:18;;:::i;9197:168::-;9270:9;;;9301;;9318:15;;;9312:22;;9298:37;9288:71;;9339:18;;:::i;9560:125::-;9625:9;;;9646:10;;;9643:36;;;9659:18;;:::i;10302:492::-;10477:3;10515:6;10509:13;10531:66;10590:6;10585:3;10578:4;10570:6;10566:17;10531:66;:::i;:::-;10660:13;;10619:16;;;;10682:70;10660:13;10619:16;10729:4;10717:17;;10682:70;:::i;:::-;10768:20;;10302:492;-1:-1:-1;;;;10302:492:139:o;10799:435::-;10852:3;10890:5;10884:12;10917:6;10912:3;10905:19;10943:4;10972:2;10967:3;10963:12;10956:19;;11009:2;11002:5;10998:14;11030:1;11040:169;11054:6;11051:1;11048:13;11040:169;;;11115:13;;11103:26;;11149:12;;;;11184:15;;;;11076:1;11069:9;11040:169;;;-1:-1:-1;11225:3:139;;10799:435;-1:-1:-1;;;;;10799:435:139:o;11239:691::-;11573:3;11562:9;11555:22;11536:4;11600:57;11652:3;11641:9;11637:19;11629:6;11600:57;:::i;:::-;11705:9;11697:6;11693:22;11688:2;11677:9;11673:18;11666:50;11739:33;11765:6;11757;11739:33;:::i;:::-;11725:47;;11808:6;11803:2;11792:9;11788:18;11781:34;11863:9;11855:6;11851:22;11846:2;11835:9;11831:18;11824:50;11891:33;11917:6;11909;11891:33;:::i;:::-;11883:41;11239:691;-1:-1:-1;;;;;;;11239:691:139:o;11935:900::-;12390:6;12379:9;12372:25;12433:3;12428:2;12417:9;12413:18;12406:31;12353:4;12460:57;12512:3;12501:9;12497:19;12489:6;12460:57;:::i;:::-;12565:9;12557:6;12553:22;12548:2;12537:9;12533:18;12526:50;12599:33;12625:6;12617;12599:33;:::i;:::-;12585:47;;12668:6;12663:2;12652:9;12648:18;12641:34;12724:9;12716:6;12712:22;12706:3;12695:9;12691:19;12684:51;12752:33;12778:6;12770;12752:33;:::i;:::-;12744:41;;;12822:6;12816:3;12805:9;12801:19;12794:35;11935:900;;;;;;;;;:::o;12840:195::-;12879:3;-1:-1:-1;;12903:5:139;12900:77;12897:103;;12980:18;;:::i;:::-;-1:-1:-1;13027:1:139;13016:13;;12840:195::o;13040:640::-;13291:6;13286:3;13279:19;13261:3;13317:2;13350;13345:3;13341:12;13382:6;13376:13;13447:2;13439:6;13435:15;13468:1;13478:175;13492:6;13489:1;13486:13;13478:175;;;13555:13;;13541:28;;13591:14;;;;13628:15;;;;13514:1;13507:9;13478:175;;13685:184;-1:-1:-1;;;13734:1:139;13727:88;13834:4;13831:1;13824:15;13858:4;13855:1;13848:15;13874:512;14125:2;14114:9;14107:21;14088:4;14151:56;14203:2;14192:9;14188:18;14180:6;14151:56;:::i;:::-;14255:14;14247:6;14243:27;14238:2;14227:9;14223:18;14216:55;14319:9;14311:6;14307:22;14302:2;14291:9;14287:18;14280:50;14347:33;14373:6;14365;14347:33;:::i;:::-;14339:41;13874:512;-1:-1:-1;;;;;;13874:512:139:o;14391:617::-;14702:6;14691:9;14684:25;14745:3;14740:2;14729:9;14725:18;14718:31;14665:4;14772:57;14824:3;14813:9;14809:19;14801:6;14772:57;:::i;:::-;14877:14;14869:6;14865:27;14860:2;14849:9;14845:18;14838:55;14941:9;14933:6;14929:22;14924:2;14913:9;14909:18;14902:50;14969:33;14995:6;14987;14969:33;:::i;15013:360::-;15216:2;15205:9;15198:21;15179:4;15236:45;15277:2;15266:9;15262:18;15254:6;15236:45;:::i;:::-;15312:2;15297:18;;15290:34;;;;-1:-1:-1;15355:2:139;15340:18;15333:34;15228:53;15013:360;-1:-1:-1;15013:360:139:o;15378:266::-;15410:1;15436;15426:189;;-1:-1:-1;;;15468:1:139;15461:88;15572:4;15569:1;15562:15;15600:4;15597:1;15590:15;15426:189;-1:-1:-1;15629:9:139;;15378:266::o",
330
330
  "linkReferences": {},
331
331
  "immutableReferences": {
332
- "66260": [
332
+ "66279": [
333
333
  {
334
334
  "start": 818,
335
335
  "length": 32
@@ -350,7 +350,7 @@
350
350
  "installRoot(bytes)": "7c5b0335",
351
351
  "supportsInterface(bytes4)": "01ffc9a7"
352
352
  },
353
- "rawMetadata": "{\"compiler\":{\"version\":\"0.8.21+commit.d9974bed\"},\"language\":\"Solidity\",\"output\":{\"abi\":[{\"inputs\":[{\"internalType\":\"uint256\",\"name\":\"length\",\"type\":\"uint256\"}],\"name\":\"FieldLayoutLib_InvalidLength\",\"type\":\"error\"},{\"inputs\":[],\"name\":\"FieldLayoutLib_StaticLengthDoesNotFitInAWord\",\"type\":\"error\"},{\"inputs\":[],\"name\":\"FieldLayoutLib_StaticLengthIsZero\",\"type\":\"error\"},{\"inputs\":[],\"name\":\"Module_NonRootInstallNotSupported\",\"type\":\"error\"},{\"inputs\":[],\"name\":\"Module_RootInstallNotSupported\",\"type\":\"error\"},{\"inputs\":[{\"internalType\":\"uint256\",\"name\":\"length\",\"type\":\"uint256\"}],\"name\":\"SchemaLib_InvalidLength\",\"type\":\"error\"},{\"inputs\":[],\"name\":\"SchemaLib_StaticTypeAfterDynamicType\",\"type\":\"error\"},{\"inputs\":[{\"internalType\":\"bytes\",\"name\":\"data\",\"type\":\"bytes\"},{\"internalType\":\"uint256\",\"name\":\"start\",\"type\":\"uint256\"},{\"internalType\":\"uint256\",\"name\":\"end\",\"type\":\"uint256\"}],\"name\":\"Slice_OutOfBounds\",\"type\":\"error\"},{\"inputs\":[{\"internalType\":\"uint256\",\"name\":\"expected\",\"type\":\"uint256\"},{\"internalType\":\"uint256\",\"name\":\"received\",\"type\":\"uint256\"}],\"name\":\"Store_InvalidFieldNamesLength\",\"type\":\"error\"},{\"inputs\":[{\"internalType\":\"uint256\",\"name\":\"expected\",\"type\":\"uint256\"},{\"internalType\":\"uint256\",\"name\":\"received\",\"type\":\"uint256\"}],\"name\":\"Store_InvalidKeyNamesLength\",\"type\":\"error\"},{\"inputs\":[{\"internalType\":\"bytes2\",\"name\":\"expected\",\"type\":\"bytes2\"},{\"internalType\":\"ResourceId\",\"name\":\"resourceId\",\"type\":\"bytes32\"},{\"internalType\":\"string\",\"name\":\"resourceIdString\",\"type\":\"string\"}],\"name\":\"Store_InvalidResourceType\",\"type\":\"error\"},{\"inputs\":[{\"internalType\":\"uint256\",\"name\":\"expected\",\"type\":\"uint256\"},{\"internalType\":\"uint256\",\"name\":\"received\",\"type\":\"uint256\"}],\"name\":\"Store_InvalidValueSchemaLength\",\"type\":\"error\"},{\"inputs\":[{\"internalType\":\"ResourceId\",\"name\":\"tableId\",\"type\":\"bytes32\"},{\"internalType\":\"string\",\"name\":\"tableIdString\",\"type\":\"string\"}],\"name\":\"Store_TableAlreadyExists\",\"type\":\"error\"},{\"anonymous\":false,\"inputs\":[{\"indexed\":true,\"internalType\":\"ResourceId\",\"name\":\"tableId\",\"type\":\"bytes32\"},{\"indexed\":false,\"internalType\":\"bytes32[]\",\"name\":\"keyTuple\",\"type\":\"bytes32[]\"},{\"indexed\":false,\"internalType\":\"bytes\",\"name\":\"staticData\",\"type\":\"bytes\"},{\"indexed\":false,\"internalType\":\"PackedCounter\",\"name\":\"encodedLengths\",\"type\":\"bytes32\"},{\"indexed\":false,\"internalType\":\"bytes\",\"name\":\"dynamicData\",\"type\":\"bytes\"}],\"name\":\"Store_SetRecord\",\"type\":\"event\"},{\"anonymous\":false,\"inputs\":[{\"indexed\":true,\"internalType\":\"ResourceId\",\"name\":\"tableId\",\"type\":\"bytes32\"},{\"indexed\":false,\"internalType\":\"bytes32[]\",\"name\":\"keyTuple\",\"type\":\"bytes32[]\"},{\"indexed\":false,\"internalType\":\"uint48\",\"name\":\"start\",\"type\":\"uint48\"},{\"indexed\":false,\"internalType\":\"bytes\",\"name\":\"data\",\"type\":\"bytes\"}],\"name\":\"Store_SpliceStaticData\",\"type\":\"event\"},{\"inputs\":[],\"name\":\"_msgSender\",\"outputs\":[{\"internalType\":\"address\",\"name\":\"sender\",\"type\":\"address\"}],\"stateMutability\":\"view\",\"type\":\"function\"},{\"inputs\":[],\"name\":\"_msgValue\",\"outputs\":[{\"internalType\":\"uint256\",\"name\":\"value\",\"type\":\"uint256\"}],\"stateMutability\":\"pure\",\"type\":\"function\"},{\"inputs\":[],\"name\":\"_world\",\"outputs\":[{\"internalType\":\"address\",\"name\":\"\",\"type\":\"address\"}],\"stateMutability\":\"view\",\"type\":\"function\"},{\"inputs\":[],\"name\":\"getName\",\"outputs\":[{\"internalType\":\"bytes16\",\"name\":\"\",\"type\":\"bytes16\"}],\"stateMutability\":\"pure\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"bytes\",\"name\":\"\",\"type\":\"bytes\"}],\"name\":\"install\",\"outputs\":[],\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"bytes\",\"name\":\"\",\"type\":\"bytes\"}],\"name\":\"installRoot\",\"outputs\":[],\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"bytes4\",\"name\":\"interfaceId\",\"type\":\"bytes4\"}],\"name\":\"supportsInterface\",\"outputs\":[{\"internalType\":\"bool\",\"name\":\"\",\"type\":\"bool\"}],\"stateMutability\":\"pure\",\"type\":\"function\"}],\"devdoc\":{\"kind\":\"dev\",\"methods\":{},\"version\":1},\"userdoc\":{\"kind\":\"user\",\"methods\":{\"getName()\":{\"notice\":\"Return the module name as a bytes16.\"}},\"notice\":\"This module creates a table that stores a nonce, and a public system that returns an incremented nonce each time.\",\"version\":1}},\"settings\":{\"compilationTarget\":{\"src/modules/uniqueentity/UniqueEntityModule.sol\":\"UniqueEntityModule\"},\"evmVersion\":\"paris\",\"libraries\":{},\"metadata\":{\"bytecodeHash\":\"none\"},\"optimizer\":{\"enabled\":true,\"runs\":3000},\"remappings\":[\":@latticexyz/=node_modules/@latticexyz/\",\":ds-test/=node_modules/ds-test/src/\",\":forge-std/=node_modules/forge-std/src/\"]},\"sources\":{\"node_modules/@latticexyz/schema-type/src/solidity/SchemaType.sol\":{\"keccak256\":\"0x770eff7a38b9b7b1613dc11ca09db4f28b42a117c9b39b2a06a650a58a250bdb\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://39f544110658a53def52c2a4e33b8b158b95a4f14fccea58d5268b6e728d86d4\",\"dweb:/ipfs/QmTesj6tjSFbfAiKUitXapdNYWPStS8bLkB3r22qfyHwUC\"]},\"node_modules/@latticexyz/store/src/Bytes.sol\":{\"keccak256\":\"0xb36724e0369ad053579ec04b9b51707dd8dcc4a72b38404cebdf018ce40bf202\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://d8745e1632b7ee94f128600837a36ae53fabaf73c506b0c6d1cae70ea2e9b086\",\"dweb:/ipfs/QmXuMqmybWjEPqWEx91DTM7KAUyxAmDcsj7riBfCfA427N\"]},\"node_modules/@latticexyz/store/src/FieldLayout.sol\":{\"keccak256\":\"0xadb7ac513012e59b66ca70b786eec1465f6b44ae268765de6d8ae1f1a9531192\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://aa59a7d190154d7eba8fa6b5f0c6e5477f434a217f0e353c3b158a3c25895057\",\"dweb:/ipfs/QmeWTCwGJwZjjYYKdaSSWa1rzc4Uo4YXMUDotTQfdSCtRD\"]},\"node_modules/@latticexyz/store/src/Hook.sol\":{\"keccak256\":\"0xd54d6067a7a8683c446c5c88c1a4b0019caca1cddcde8583f83a8f13f172a923\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://f85e55447a4fdad532dd84e1ba7c169603848d210fc461b32dc57fd7b6b72410\",\"dweb:/ipfs/Qmejcoi7J3Ad5RZdndJsDQqRfmKs6FKW9aksALFvkxmm41\"]},\"node_modules/@latticexyz/store/src/IERC165.sol\":{\"keccak256\":\"0x1a113ae394de69ca1db7e9acb1886eaee3967dcfed46fc78497e77bc26dd778f\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://091e04dc9e8d5b3a492d1d39a6d06fd5b4bad3c282bd4c06a38d92bec3422513\",\"dweb:/ipfs/QmbfMi1bH9RAs4JMDxKmhVqpAoyoVgN9nd7o11SakJC1zQ\"]},\"node_modules/@latticexyz/store/src/IStore.sol\":{\"keccak256\":\"0xc5ae0d2f3ce0c17a906920bb681ef2a7d83d35fd3ee2c7801e56c496a5426041\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://ba9308262c68beee67841930fad114ee0e97e8aa97818eca8cccb9a5584a6ee2\",\"dweb:/ipfs/QmW9WE4urC6kxVoNzS4cdh1XyJjjYfXn2kR3xnSdwBMoFU\"]},\"node_modules/@latticexyz/store/src/IStoreErrors.sol\":{\"keccak256\":\"0xb9070663ded3cad82285bb7610949e422f88abb48c2ddbd792af83d127d64212\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://830490f1c888bec86df1e7ef43773d60ebdbdfdb2b91ab7fe074e2f38d7439dc\",\"dweb:/ipfs/QmS26fpXdZuGgMmjcdQDf9k1Bedn2dhjk9byFZJoNkctPZ\"]},\"node_modules/@latticexyz/store/src/IStoreHook.sol\":{\"keccak256\":\"0x237a6871db470dda42feb50f4f237c066daf599cda28e48458d533d639f2b3d7\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://ca670b27fc6cc824223b6e99d307632baf9ee66a7d58cfbdcfca57e2d5eb1488\",\"dweb:/ipfs/QmVQx23VfsyYRvyRy5ZQEeUvNyfuK75DZ8EF4uKCGEQ4sr\"]},\"node_modules/@latticexyz/store/src/Memory.sol\":{\"keccak256\":\"0x57f34c8d9e0a6936c291400422ee8ff94d6f5d52239e92ed2c5323dcde231a42\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://b9d5765fb74f17c1aba580760d10b6e9ffcb71a0ce0554524191d9dbbb4e7126\",\"dweb:/ipfs/QmVfNykt8UZ4HjzFdSg4sT8qhdHqfSFH5pssmheZDbxvAg\"]},\"node_modules/@latticexyz/store/src/PackedCounter.sol\":{\"keccak256\":\"0x1efd826172c7004d5771c2abe6e27a36a7fb05273e81f05f2ec36a3dcfb9af2e\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://3d024122b3f9d7f050fabd646a7151ab92dd90c0907b9025aa97656965b28e04\",\"dweb:/ipfs/QmYNyvdSDoMa6FaRzTV2JLcUZVSygnyS3HbRCdNZJ8PV7A\"]},\"node_modules/@latticexyz/store/src/ResourceId.sol\":{\"keccak256\":\"0x4a61aefe72d6035b1e9aca7841aab44ebd26f8706bdbb447f382046fa94753b6\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://f715743739e4f8f8a98d78397025a92299ecb3b5dde88cc53bc1ab72bf531fa6\",\"dweb:/ipfs/QmVsYAupGWZUemE4t6xjLqztGHadQ8cyo9E4mT5ZDKUmTs\"]},\"node_modules/@latticexyz/store/src/Schema.sol\":{\"keccak256\":\"0x07c1468d1776e76c451d7ce1e94509bd02f664f89e6fc98d82925cf06ecce31d\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://97bababaebe4bd8402fbff2db3395506f5277b8dcc53b88ceb636350f5438e3d\",\"dweb:/ipfs/QmP4dWkucmpgYztjv8HsXy21JqQYYn42nztzDAcSVuHSv1\"]},\"node_modules/@latticexyz/store/src/Slice.sol\":{\"keccak256\":\"0x3c06a067ca8de1ea75b986837ef97d5fdce0637ca43d1ef0cf5e63c01f4b9161\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://f48e754ba5033db9ae64a04d191bd66cccc432dc30931a7d1327bd7b2b76fd37\",\"dweb:/ipfs/QmQsoEbcy4SMLTjwi5Eonge3mpWpoVieaxif8W4TqafoEz\"]},\"node_modules/@latticexyz/store/src/Storage.sol\":{\"keccak256\":\"0x6ec77ae6cd523dd44c1499f130b72691c3b3f60872911c930b4808600f16ce10\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://a2165003e40a79da518c616328ed22d8a1c5c6a00fbb16f5c43d3fa67a802670\",\"dweb:/ipfs/QmVq5r5uJr74Wqd4rp5kbXa5zGAjrB7TeGMLMu7SMXapsG\"]},\"node_modules/@latticexyz/store/src/StoreCore.sol\":{\"keccak256\":\"0xab739723b31c5f0261b59860b63d55c2dd40ce642a57dce29cdba9673776e3db\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://b2ccb3124a76dd4e1f948e1dd4be5083c7af61830a0a1a3c7cf69a3051be60a4\",\"dweb:/ipfs/QmYuJvsgrLRdKhPFjgTc1KrKUois7T4nDGYX7K1PdZvLmE\"]},\"node_modules/@latticexyz/store/src/StoreSwitch.sol\":{\"keccak256\":\"0x56e2fc6b04c1d64a068b3a8e6e8900bea1b51b824a9bfb7f2fdb294015b99147\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://b336a38da42d3aad9be5edecfa68e6c1ab18348f853ab4147a92f69527e107e2\",\"dweb:/ipfs/QmVeFQ5skNx4VJbJPt1zTE6JHH9FCQ39UorZj2NGSX3fEq\"]},\"node_modules/@latticexyz/store/src/Utils.sol\":{\"keccak256\":\"0x9f5aaf307403002b45a2e4c2f999a21b90df70c7b796cfd66cc3d5431be894be\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://0a2ae01c25a86aa4c7652c4a88099888d6445e871a9656790dc251eec6cdb97c\",\"dweb:/ipfs/QmVoUETvXqSUK6GfX9z67G2xQh7soGZLAwyUsKKpfPXEk6\"]},\"node_modules/@latticexyz/store/src/codegen/common.sol\":{\"keccak256\":\"0xfb8a86c7cd9337dd447f5fec131d86e668e855094eb030cf8aee4bef293595f9\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://9713bddb9dcbf611048148a195c0239480b1ac29df22df9fbd2df36274aa8d0b\",\"dweb:/ipfs/QmYoNyg6iLpGQkXA5szq67KGR8eaz8yyTwy2X66wtDj9Bo\"]},\"node_modules/@latticexyz/store/src/codegen/index.sol\":{\"keccak256\":\"0x79671238d6a1f75760e223b5408c2eaa037cc7e967eb83c4b4183ae8e2cbd305\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://c3b389f702892d1af97c64c0548e604e9a19c58bcd37c7f5432c3ef8f04ca9b4\",\"dweb:/ipfs/QmcPGk5suKsTVbRdbSBoCtuQxgmYFcL4Mm43p26xktV2Tf\"]},\"node_modules/@latticexyz/store/src/codegen/tables/Callbacks.sol\":{\"keccak256\":\"0xa4c12033628c424f4d42c517f9336a0f345228f29b9d8e2b2f78d7216b310be0\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://5773b379562452b02a836ccfbfa17ff6c09192d7ec90785561859570100c1772\",\"dweb:/ipfs/QmZp7CWYDYiSb1jkAvtV8EgNjGjEdJWwNowtomeumjirXW\"]},\"node_modules/@latticexyz/store/src/codegen/tables/Hooks.sol\":{\"keccak256\":\"0x2e138ee1e68db71495ee97f9df9e508d2c83d75cacab25db647f3ed7b43b22a4\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://c9029b6380c6a62e2b647bdafeede3deff7737d1049de52248d79151c7a786c9\",\"dweb:/ipfs/QmdqJdN3V2LqUrK2kWF9fDvAHFPLNspCsPD73ECFPudZAb\"]},\"node_modules/@latticexyz/store/src/codegen/tables/KeyEncoding.sol\":{\"keccak256\":\"0x7c5071cf860fad851a293f7cbf79dfe09bbd09c309c03c8d60c9d054bfd38bda\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://279e0f25c49a142cc22d03b7489468a6d2e5bb957c8f9dac2e5f37a84aeefbbb\",\"dweb:/ipfs/QmRvrYDdTST2vVs9Nqt7ebyZCsZncUmKr4MW3Zo1WkoeD2\"]},\"node_modules/@latticexyz/store/src/codegen/tables/Mixed.sol\":{\"keccak256\":\"0x3c1edeb40384979d466d9a7a114f39b945210923e4357ed0b92785892d64f747\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://905c91865fe3425b2914650adf0be75a1d5220917cb6d2df427ec2baa4d58ec3\",\"dweb:/ipfs/QmY1yyYEzpoWZZVf45dNCVhst4B4MYFxGaPvXKDdwF2a1P\"]},\"node_modules/@latticexyz/store/src/codegen/tables/ResourceIds.sol\":{\"keccak256\":\"0x0717b20786ee60b7e4cd67ac92489e477341a8403553bfac7f28c325c79f9c61\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://f353e3c65541e00ad47735096476b46db104bade5e7bfd1bb20f337c55da963f\",\"dweb:/ipfs/QmaqW7n6dd4vQMFxwL9dgBEb4mRxGPre4dJSFqg5Rugfv4\"]},\"node_modules/@latticexyz/store/src/codegen/tables/StoreHooks.sol\":{\"keccak256\":\"0x1a50b217738e808c3bc429b42d9a3486fcaf7df5cba19cbb5cb8c378af4eceeb\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://96eb732de4e4049c4a0d83b4373c196cba33ed1fccbe6a6c3070a13a92a8e132\",\"dweb:/ipfs/QmZ5yYpGWvXKyziJE15BKAwWgm7zuJEEqMEef3tJUQt3Pz\"]},\"node_modules/@latticexyz/store/src/codegen/tables/Tables.sol\":{\"keccak256\":\"0x8f006f9480c705ebe4129b4c0ad82f58db67ceb8aa95e9e7d889071c2c206c9e\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://9b3600a426428562ea717aa95f3b1fcc49e494ea5eee47125961f1d671782513\",\"dweb:/ipfs/QmPWRKTcFMwCKmeqTWo7SV3To3kQqRhSuCTa1pEmZmF2uu\"]},\"node_modules/@latticexyz/store/src/codegen/tables/Vector2.sol\":{\"keccak256\":\"0x5d77a18126af39efed806b3e14e75581f946e5dfac3d8d38afb4a77f323e5bf7\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://cec93ed73c42f33adfd9a049f5b5786376fe1b670bcc8c1fc1b52ab913732480\",\"dweb:/ipfs/QmZv813X9o3ARfWKzG7TBxgjM5i1R943y3w2HC3bsQZbmB\"]},\"node_modules/@latticexyz/store/src/constants.sol\":{\"keccak256\":\"0x3826d50fae1df0e69313e5f52c235e860a8c9ff2623a5e0ae3fd0438cfa557fb\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://91806d1fe0ffa80ca861bd8eb7251911e523d0bbf72858300f0119ef12ae2961\",\"dweb:/ipfs/QmbPcr8eu32qhBwYfYem9nZ549BNc7Zjyc4VkYjFnM8nyQ\"]},\"node_modules/@latticexyz/store/src/storeHookTypes.sol\":{\"keccak256\":\"0x574ec08fd11b930f375324026cbd2bad770a2fc5dfddfded9a694238a2eb6246\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://4eb9de43e66c6ea6b9221236695a1b2e9c54f2b5bb5aa083b678b0d673563ccc\",\"dweb:/ipfs/QmYE25Ek4XdL2DKcwru1whS4kKTjr16JU1MhysCm2Vffob\"]},\"node_modules/@latticexyz/store/src/storeResourceTypes.sol\":{\"keccak256\":\"0xb2c27c7b8f974f1e3c70dd82c92f35f5bbd2887e16afe454e6dbc38300a51feb\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://6cbdbcc95835f67030eebdebeaf0bfd6faa612381179e7f7be8b9d3c00b20878\",\"dweb:/ipfs/QmNeZU5MmRQqhcLxN6BA2BQvgEst8yg67F4VQoPJEEK6kg\"]},\"node_modules/@latticexyz/store/src/tightcoder/DecodeSlice.sol\":{\"keccak256\":\"0xd64eae381daba3788cce62cc209a4ae05817bda80a63fc356b1e1c5bd81e7024\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://922453b0896758bdbd8dfb68137c1893f9ee7099c0e4d591578a9a1b26f9f6ef\",\"dweb:/ipfs/QmQVGnVvkRcQSphaRZW4GMTbr8rLKuGiJ6JKGh9ZDfsEzx\"]},\"node_modules/@latticexyz/store/src/tightcoder/EncodeArray.sol\":{\"keccak256\":\"0xbb895ba4c1470c5c16c65634f056865010b4a717983f82a289572fd804c87535\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://2a2bffa72d437ddcfde157cc918cc181ae668e949d4136e6e92f2520a875a898\",\"dweb:/ipfs/QmaAwtXNUv3TKAxkhvGqhWBZPtm57J8Qqi3XVsW6DWZfAo\"]},\"node_modules/@latticexyz/store/src/tightcoder/TightCoder.sol\":{\"keccak256\":\"0x77a5a3999b14509626ff78dc0c8d75d8a3fba893c67d398ba90d98199981a334\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://917fa5d6af6ccbfae2075d1243e450123d91fea75b48bb7b948c2ef0f52011aa\",\"dweb:/ipfs/QmeLYkXLBMnVBqfSucewg3jgpKvBZu8mNGxz21d86Fsbmq\"]},\"node_modules/@latticexyz/store/src/version.sol\":{\"keccak256\":\"0x9841934424a8544b0e7beefbaf362814de86e31980325466e0e6b71750c2a1d2\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://ab7716fd978100f676a51bd30fe528134a6726f19bae9035ee7159b636417685\",\"dweb:/ipfs/QmetPaVt7qaSNK2jU2DZneqkeiDy1mAZe8SWJidNmid8X5\"]},\"node_modules/@latticexyz/world/src/Module.sol\":{\"keccak256\":\"0x3cc86c90ae41b3186a8d116b10f3cb85b1d2a9463184eb94e1a540dee28378b0\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://5919d92026ab95f947b18b7d2060e8ee398822e3bc14d9f27d7b0087c94f4e5d\",\"dweb:/ipfs/QmPAkoJh1CBEogXi3EjcQXuNAwPk2n25GhSn8gPdpskfEK\"]},\"node_modules/@latticexyz/world/src/System.sol\":{\"keccak256\":\"0x292268424bc9bc274beedd4a8b759cf6909193257818ecc2a9bf918d7b887bbe\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://dde062417eb1eb4cacbecb7b96659c6249cccb003bc5df6d825038c12e22861e\",\"dweb:/ipfs/QmczQ6NzKBnCdofXtTgCTUxxvSX9ApPLHudiUy5D8kpHY1\"]},\"node_modules/@latticexyz/world/src/WorldContext.sol\":{\"keccak256\":\"0x4414cab8d9a7195af19166c68a73bed667cc552c21520ae920f7e9bf7b729b2b\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://e3a6de5af348bd036b5a0dbd6e9336b3a9d76016a2d3827ab88b8ec5860ac9f3\",\"dweb:/ipfs/QmeWRDd8rmXUjMPt7f7HDTQLpyU53o1NK4bF9cgrCNFVCZ\"]},\"node_modules/@latticexyz/world/src/WorldResourceId.sol\":{\"keccak256\":\"0x979e418af3d0d3a1866240bed58d2792f0718cc1803a1476ec8c93af5577cae3\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://c68cfe48ce67fe83f4b000c954891821d1fae31bfdd36de37a12637c8a1864f7\",\"dweb:/ipfs/QmUX9tHSMTeScbiacKX2T16gLV6aPKDU1Q3eDiNxqmVNa1\"]},\"node_modules/@latticexyz/world/src/codegen/interfaces/IAccessManagementSystem.sol\":{\"keccak256\":\"0x19c5c91d4abc5d9a121224954855d648cc9c0267ab0ba26313ab21cdddd7e13c\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://7ea88e4d1ec0bc4ba9e9342f83a2aa7e7787d27a35da5cc92621697b544527fc\",\"dweb:/ipfs/QmVjFupMVs6jRmS98Rxz8XBjd2kxvmXJGokFkKKxPn7FA9\"]},\"node_modules/@latticexyz/world/src/codegen/interfaces/IBalanceTransferSystem.sol\":{\"keccak256\":\"0x694f52c99dac14f11e9f489dd58edb69e72147ee9681bf66b4751a659e1161fd\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://73f67b1fb2acc02fd8c03ce127dc2882a41d534287e73b5ca494479a3e5beacc\",\"dweb:/ipfs/Qmevj5uCw7KpU4vuvP62Tz9weFLGD9NXhy7gKc4aXq56JA\"]},\"node_modules/@latticexyz/world/src/codegen/interfaces/IBaseWorld.sol\":{\"keccak256\":\"0x9072f69e71a3c4dadf90089295c4c942fa890f735f813862b01ad17e6d1b7c9d\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://16f8877e97e8d6e89979ead642a9ee575552eecc3d7e58ad05820a434b9bd23f\",\"dweb:/ipfs/QmduXpy4HBM95RCfZb5L9hjK14QPNFTtouREcNaxZgr3Pp\"]},\"node_modules/@latticexyz/world/src/codegen/interfaces/ICallBatchSystem.sol\":{\"keccak256\":\"0x2248dcccd33b2204d52c2a7ade8237c01c826aacb2069ca6c72dab52044c8507\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://02c5e1e0bd8bada1c300a287536b356173fb7db2a7ac1e5f4237128992684c7f\",\"dweb:/ipfs/QmV1J8hnESN9RhzvjFYZWAPcfkz2ePQrXKk4oEoNWFCjjf\"]},\"node_modules/@latticexyz/world/src/codegen/interfaces/ICoreSystem.sol\":{\"keccak256\":\"0x2d81bbd0c31f30f59e02a999abac7424b7001f3214221872493d58799ea41bfe\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://4310a29d7520173f8ec4f5ee6a0b5177f065103306c2714fbdf6b1e9ab18a75f\",\"dweb:/ipfs/QmNfvbPhmuwfjkNxuXeu9KZGbVs6XAsjbirxt3AQgPm4bA\"]},\"node_modules/@latticexyz/world/src/codegen/interfaces/IModuleInstallationSystem.sol\":{\"keccak256\":\"0xe413ead95f1994cc6e147a430b366d6afc455196e3241be86ffed90fed654c17\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://d207b87e0f4ffbe9be86431551b43c84af10d93b73e9abd95fc5f40839e7bc14\",\"dweb:/ipfs/QmSZzLQj7B2KnLPL5D5JhNsSdgLJxxy3sV3kExWp1KJrvZ\"]},\"node_modules/@latticexyz/world/src/codegen/interfaces/IWorldRegistrationSystem.sol\":{\"keccak256\":\"0x603efa2e53b22995762f515ca0bc3369d2d91913ff330ad816349ad0bbf43268\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://fd7e0ed0f14328866dc40c215c58001229402435b54ca06c750186e3b414461b\",\"dweb:/ipfs/QmabmG7tUVFQEFPkodLM1XwB96fFYfCH5729wF9z9AY4VH\"]},\"node_modules/@latticexyz/world/src/constants.sol\":{\"keccak256\":\"0x6ba6106af53f968def4e958c37e1da3d4a055174a75bb34378becdb0bec44a63\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://b6634717bf77ea7bcc54b625665db61f48d39be47161090467d2264dee0361dc\",\"dweb:/ipfs/QmWM5kNhwmDii9zZMwf3q9y8mM1PKeRLQxXHHGpLNXq1DG\"]},\"node_modules/@latticexyz/world/src/interfaces/IERC165.sol\":{\"keccak256\":\"0x1a113ae394de69ca1db7e9acb1886eaee3967dcfed46fc78497e77bc26dd778f\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://091e04dc9e8d5b3a492d1d39a6d06fd5b4bad3c282bd4c06a38d92bec3422513\",\"dweb:/ipfs/QmbfMi1bH9RAs4JMDxKmhVqpAoyoVgN9nd7o11SakJC1zQ\"]},\"node_modules/@latticexyz/world/src/interfaces/IModule.sol\":{\"keccak256\":\"0x94ea093fda2be088097d66cc615b048a7a21d54a52b82cee9fdb76b31bedbb09\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://ed989ab47a35f8ca01f5b9f6f42f075687ce41e2f26c647cc27031421f5179e8\",\"dweb:/ipfs/QmT6Xc4A2CGzGa7eL3NimPFXBW4Jy4jFBFFCw1QU6aGo61\"]},\"node_modules/@latticexyz/world/src/interfaces/ISystemHook.sol\":{\"keccak256\":\"0x3a10f7fecbe03ce93911e53eb396ef28624fa2d8afa036cddb720178ec6a76a6\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://85a747cee9777d6e0cbcc733cc99f478d50a094edabe5e672fc4af5944d1cebc\",\"dweb:/ipfs/QmUwYqLrWHuDhv5rTp1QGfyj9WyPcVRZrBV8VJeTveUjKx\"]},\"node_modules/@latticexyz/world/src/interfaces/IWorldContextConsumer.sol\":{\"keccak256\":\"0x0c0f9eba3a700d97a3b87678bbf12d4bbd8a80490e9b3a5841d049ebc1a89f93\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://a56466e8ddcaf10b9109bfbc581563f5e9eefcaff1963a6954ccd093859ef6d2\",\"dweb:/ipfs/QmNk6FvWzmLT3vnsUuzqr9MYMfaQRa7yLuNM7DVvpkuytf\"]},\"node_modules/@latticexyz/world/src/interfaces/IWorldErrors.sol\":{\"keccak256\":\"0xf3c2037a2899d81a15d5e13c7101337fcf01fcb321cec418e36da5617d52c99c\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://565b53005697c2cb4ce744f4b192545e3b059d42ea97075fe022a47d0d38cb7f\",\"dweb:/ipfs/QmbGVQuozeLMwUic7LanodXacPiBfomKS8ERnkVFi9vSYz\"]},\"node_modules/@latticexyz/world/src/interfaces/IWorldKernel.sol\":{\"keccak256\":\"0xcfe75c867f4149b888b4fd458ced52abb12b14b41f3d4979f09ca45ba9200f61\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://9706ab61fac258e4c27a11cbcb429697edf8c67184f1f98fea8d536c2e3e42de\",\"dweb:/ipfs/QmSZrTfMKjQN7afMh6fTfTxRHjwUEsejjsSBcaNve5KcRN\"]},\"node_modules/@latticexyz/world/src/modules/core/types.sol\":{\"keccak256\":\"0x551f7814c1905dcfdd1165598cc1f721dcb599c7e64e076917c6e4abeef012f3\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://3c61ae32a9f62f967549424425dd72abc9a70b2c3c19d02926e011529d3628fe\",\"dweb:/ipfs/QmacLTFt3fHr6dvGH42bB3pkEK7prmtYyrhAvJzKMqcxYy\"]},\"node_modules/@latticexyz/world/src/revertWithBytes.sol\":{\"keccak256\":\"0xb4239b7d84f764babc15a46eab53ea45dae0ce5c3738f9c283d7ab2f6e8fddea\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://d495ceadc4e5506a4cec20329f5862f53cf7886cb3d8533bc5071c26ea2d2522\",\"dweb:/ipfs/QmaNDdqDGnZkc3stbjUKAKHa29Hzu4JJPVvcogDMe7r8sM\"]},\"node_modules/@latticexyz/world/src/worldResourceTypes.sol\":{\"keccak256\":\"0x88f844f2c43757c819c8f140b30254f07c3484e12cce573879d43b2ee6a23f8b\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://55a9095094c2b7b1043020681696380cfc3cffd1f264a70bacb44fccd0fc0a8a\",\"dweb:/ipfs/QmfPdLPr9hfV8X8yfHhEf2HmEWAnA4d1c6EHEjHMdeM7ML\"]},\"src/modules/uniqueentity/UniqueEntityModule.sol\":{\"keccak256\":\"0x2a6176e18ab7e032f42e4f72922f091d885a79c3dc1cecd59576ee83f56b7f71\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://ed48cf950a7ff594b243385c584f673f32ab4a4787ab805c2106cbc0ca9bfb45\",\"dweb:/ipfs/QmZXshHiWSj8SzM5HCvWW3Skv5b1t9V5AcAJmQaU3Nrg2n\"]},\"src/modules/uniqueentity/UniqueEntitySystem.sol\":{\"keccak256\":\"0x7459e16f89df6b682f5dd355d0f9178c0d540d6388db0740fdb832d871a8e4bf\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://64667b045d4af2ec8ee9856a8377e0d61563cbcd4953bdff75e60dc08e055d65\",\"dweb:/ipfs/QmUAHh1AMyG1Mq4SH5is2q97V3tAc3nqjcx5AzRWkATe5K\"]},\"src/modules/uniqueentity/constants.sol\":{\"keccak256\":\"0xd75446c0fac3b5f27c028657696ddc78b3abcdfaf4ce778e828f37e8cbee042d\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://7eb04a357265fd23227be7ede0ce2d57440c17ad72c2ccf11b60b5ad3a7d72fd\",\"dweb:/ipfs/QmVRFEWtYMKqP1nQRq5UCVQfDKPGuaqZ7YwtRnLm39b43G\"]},\"src/modules/uniqueentity/tables/UniqueEntity.sol\":{\"keccak256\":\"0x07590b8e426e1f0a0407702e04e18358fd385c49cf772acb5cc88715c885a3ca\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://7e49a6f11f5f87b104d336789c257df0368fcc5255aa7ea144e5f085f899e1c6\",\"dweb:/ipfs/QmaRMYAjnMpWfrtUm9ZZX9xWocNZxFXBErHUL3suBP1AWp\"]}},\"version\":1}",
353
+ "rawMetadata": "{\"compiler\":{\"version\":\"0.8.21+commit.d9974bed\"},\"language\":\"Solidity\",\"output\":{\"abi\":[{\"inputs\":[{\"internalType\":\"uint256\",\"name\":\"length\",\"type\":\"uint256\"}],\"name\":\"FieldLayoutLib_InvalidLength\",\"type\":\"error\"},{\"inputs\":[],\"name\":\"FieldLayoutLib_StaticLengthDoesNotFitInAWord\",\"type\":\"error\"},{\"inputs\":[],\"name\":\"FieldLayoutLib_StaticLengthIsZero\",\"type\":\"error\"},{\"inputs\":[],\"name\":\"Module_NonRootInstallNotSupported\",\"type\":\"error\"},{\"inputs\":[],\"name\":\"Module_RootInstallNotSupported\",\"type\":\"error\"},{\"inputs\":[{\"internalType\":\"uint256\",\"name\":\"length\",\"type\":\"uint256\"}],\"name\":\"SchemaLib_InvalidLength\",\"type\":\"error\"},{\"inputs\":[],\"name\":\"SchemaLib_StaticTypeAfterDynamicType\",\"type\":\"error\"},{\"inputs\":[{\"internalType\":\"bytes\",\"name\":\"data\",\"type\":\"bytes\"},{\"internalType\":\"uint256\",\"name\":\"start\",\"type\":\"uint256\"},{\"internalType\":\"uint256\",\"name\":\"end\",\"type\":\"uint256\"}],\"name\":\"Slice_OutOfBounds\",\"type\":\"error\"},{\"inputs\":[{\"internalType\":\"uint256\",\"name\":\"expected\",\"type\":\"uint256\"},{\"internalType\":\"uint256\",\"name\":\"received\",\"type\":\"uint256\"}],\"name\":\"Store_InvalidFieldNamesLength\",\"type\":\"error\"},{\"inputs\":[{\"internalType\":\"uint256\",\"name\":\"expected\",\"type\":\"uint256\"},{\"internalType\":\"uint256\",\"name\":\"received\",\"type\":\"uint256\"}],\"name\":\"Store_InvalidKeyNamesLength\",\"type\":\"error\"},{\"inputs\":[{\"internalType\":\"bytes2\",\"name\":\"expected\",\"type\":\"bytes2\"},{\"internalType\":\"ResourceId\",\"name\":\"resourceId\",\"type\":\"bytes32\"},{\"internalType\":\"string\",\"name\":\"resourceIdString\",\"type\":\"string\"}],\"name\":\"Store_InvalidResourceType\",\"type\":\"error\"},{\"inputs\":[{\"internalType\":\"uint256\",\"name\":\"expected\",\"type\":\"uint256\"},{\"internalType\":\"uint256\",\"name\":\"received\",\"type\":\"uint256\"}],\"name\":\"Store_InvalidValueSchemaLength\",\"type\":\"error\"},{\"inputs\":[{\"internalType\":\"ResourceId\",\"name\":\"tableId\",\"type\":\"bytes32\"},{\"internalType\":\"string\",\"name\":\"tableIdString\",\"type\":\"string\"}],\"name\":\"Store_TableAlreadyExists\",\"type\":\"error\"},{\"anonymous\":false,\"inputs\":[{\"indexed\":true,\"internalType\":\"ResourceId\",\"name\":\"tableId\",\"type\":\"bytes32\"},{\"indexed\":false,\"internalType\":\"bytes32[]\",\"name\":\"keyTuple\",\"type\":\"bytes32[]\"},{\"indexed\":false,\"internalType\":\"bytes\",\"name\":\"staticData\",\"type\":\"bytes\"},{\"indexed\":false,\"internalType\":\"PackedCounter\",\"name\":\"encodedLengths\",\"type\":\"bytes32\"},{\"indexed\":false,\"internalType\":\"bytes\",\"name\":\"dynamicData\",\"type\":\"bytes\"}],\"name\":\"Store_SetRecord\",\"type\":\"event\"},{\"anonymous\":false,\"inputs\":[{\"indexed\":true,\"internalType\":\"ResourceId\",\"name\":\"tableId\",\"type\":\"bytes32\"},{\"indexed\":false,\"internalType\":\"bytes32[]\",\"name\":\"keyTuple\",\"type\":\"bytes32[]\"},{\"indexed\":false,\"internalType\":\"uint48\",\"name\":\"start\",\"type\":\"uint48\"},{\"indexed\":false,\"internalType\":\"bytes\",\"name\":\"data\",\"type\":\"bytes\"}],\"name\":\"Store_SpliceStaticData\",\"type\":\"event\"},{\"inputs\":[],\"name\":\"_msgSender\",\"outputs\":[{\"internalType\":\"address\",\"name\":\"sender\",\"type\":\"address\"}],\"stateMutability\":\"view\",\"type\":\"function\"},{\"inputs\":[],\"name\":\"_msgValue\",\"outputs\":[{\"internalType\":\"uint256\",\"name\":\"value\",\"type\":\"uint256\"}],\"stateMutability\":\"pure\",\"type\":\"function\"},{\"inputs\":[],\"name\":\"_world\",\"outputs\":[{\"internalType\":\"address\",\"name\":\"\",\"type\":\"address\"}],\"stateMutability\":\"view\",\"type\":\"function\"},{\"inputs\":[],\"name\":\"getName\",\"outputs\":[{\"internalType\":\"bytes16\",\"name\":\"\",\"type\":\"bytes16\"}],\"stateMutability\":\"pure\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"bytes\",\"name\":\"\",\"type\":\"bytes\"}],\"name\":\"install\",\"outputs\":[],\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"bytes\",\"name\":\"\",\"type\":\"bytes\"}],\"name\":\"installRoot\",\"outputs\":[],\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"bytes4\",\"name\":\"interfaceId\",\"type\":\"bytes4\"}],\"name\":\"supportsInterface\",\"outputs\":[{\"internalType\":\"bool\",\"name\":\"\",\"type\":\"bool\"}],\"stateMutability\":\"pure\",\"type\":\"function\"}],\"devdoc\":{\"kind\":\"dev\",\"methods\":{},\"version\":1},\"userdoc\":{\"kind\":\"user\",\"methods\":{\"getName()\":{\"notice\":\"Return the module name as a bytes16.\"}},\"notice\":\"This module creates a table that stores a nonce, and a public system that returns an incremented nonce each time.\",\"version\":1}},\"settings\":{\"compilationTarget\":{\"src/modules/uniqueentity/UniqueEntityModule.sol\":\"UniqueEntityModule\"},\"evmVersion\":\"paris\",\"libraries\":{},\"metadata\":{\"bytecodeHash\":\"none\"},\"optimizer\":{\"enabled\":true,\"runs\":3000},\"remappings\":[\":@latticexyz/=node_modules/@latticexyz/\",\":ds-test/=node_modules/ds-test/src/\",\":forge-std/=node_modules/forge-std/src/\"]},\"sources\":{\"node_modules/@latticexyz/schema-type/src/solidity/SchemaType.sol\":{\"keccak256\":\"0x770eff7a38b9b7b1613dc11ca09db4f28b42a117c9b39b2a06a650a58a250bdb\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://39f544110658a53def52c2a4e33b8b158b95a4f14fccea58d5268b6e728d86d4\",\"dweb:/ipfs/QmTesj6tjSFbfAiKUitXapdNYWPStS8bLkB3r22qfyHwUC\"]},\"node_modules/@latticexyz/store/src/Bytes.sol\":{\"keccak256\":\"0xb36724e0369ad053579ec04b9b51707dd8dcc4a72b38404cebdf018ce40bf202\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://d8745e1632b7ee94f128600837a36ae53fabaf73c506b0c6d1cae70ea2e9b086\",\"dweb:/ipfs/QmXuMqmybWjEPqWEx91DTM7KAUyxAmDcsj7riBfCfA427N\"]},\"node_modules/@latticexyz/store/src/FieldLayout.sol\":{\"keccak256\":\"0xadb7ac513012e59b66ca70b786eec1465f6b44ae268765de6d8ae1f1a9531192\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://aa59a7d190154d7eba8fa6b5f0c6e5477f434a217f0e353c3b158a3c25895057\",\"dweb:/ipfs/QmeWTCwGJwZjjYYKdaSSWa1rzc4Uo4YXMUDotTQfdSCtRD\"]},\"node_modules/@latticexyz/store/src/Hook.sol\":{\"keccak256\":\"0xd54d6067a7a8683c446c5c88c1a4b0019caca1cddcde8583f83a8f13f172a923\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://f85e55447a4fdad532dd84e1ba7c169603848d210fc461b32dc57fd7b6b72410\",\"dweb:/ipfs/Qmejcoi7J3Ad5RZdndJsDQqRfmKs6FKW9aksALFvkxmm41\"]},\"node_modules/@latticexyz/store/src/IERC165.sol\":{\"keccak256\":\"0x1a113ae394de69ca1db7e9acb1886eaee3967dcfed46fc78497e77bc26dd778f\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://091e04dc9e8d5b3a492d1d39a6d06fd5b4bad3c282bd4c06a38d92bec3422513\",\"dweb:/ipfs/QmbfMi1bH9RAs4JMDxKmhVqpAoyoVgN9nd7o11SakJC1zQ\"]},\"node_modules/@latticexyz/store/src/IStore.sol\":{\"keccak256\":\"0xc5ae0d2f3ce0c17a906920bb681ef2a7d83d35fd3ee2c7801e56c496a5426041\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://ba9308262c68beee67841930fad114ee0e97e8aa97818eca8cccb9a5584a6ee2\",\"dweb:/ipfs/QmW9WE4urC6kxVoNzS4cdh1XyJjjYfXn2kR3xnSdwBMoFU\"]},\"node_modules/@latticexyz/store/src/IStoreErrors.sol\":{\"keccak256\":\"0xb9070663ded3cad82285bb7610949e422f88abb48c2ddbd792af83d127d64212\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://830490f1c888bec86df1e7ef43773d60ebdbdfdb2b91ab7fe074e2f38d7439dc\",\"dweb:/ipfs/QmS26fpXdZuGgMmjcdQDf9k1Bedn2dhjk9byFZJoNkctPZ\"]},\"node_modules/@latticexyz/store/src/IStoreHook.sol\":{\"keccak256\":\"0x237a6871db470dda42feb50f4f237c066daf599cda28e48458d533d639f2b3d7\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://ca670b27fc6cc824223b6e99d307632baf9ee66a7d58cfbdcfca57e2d5eb1488\",\"dweb:/ipfs/QmVQx23VfsyYRvyRy5ZQEeUvNyfuK75DZ8EF4uKCGEQ4sr\"]},\"node_modules/@latticexyz/store/src/Memory.sol\":{\"keccak256\":\"0x57f34c8d9e0a6936c291400422ee8ff94d6f5d52239e92ed2c5323dcde231a42\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://b9d5765fb74f17c1aba580760d10b6e9ffcb71a0ce0554524191d9dbbb4e7126\",\"dweb:/ipfs/QmVfNykt8UZ4HjzFdSg4sT8qhdHqfSFH5pssmheZDbxvAg\"]},\"node_modules/@latticexyz/store/src/PackedCounter.sol\":{\"keccak256\":\"0x1efd826172c7004d5771c2abe6e27a36a7fb05273e81f05f2ec36a3dcfb9af2e\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://3d024122b3f9d7f050fabd646a7151ab92dd90c0907b9025aa97656965b28e04\",\"dweb:/ipfs/QmYNyvdSDoMa6FaRzTV2JLcUZVSygnyS3HbRCdNZJ8PV7A\"]},\"node_modules/@latticexyz/store/src/ResourceId.sol\":{\"keccak256\":\"0x4a61aefe72d6035b1e9aca7841aab44ebd26f8706bdbb447f382046fa94753b6\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://f715743739e4f8f8a98d78397025a92299ecb3b5dde88cc53bc1ab72bf531fa6\",\"dweb:/ipfs/QmVsYAupGWZUemE4t6xjLqztGHadQ8cyo9E4mT5ZDKUmTs\"]},\"node_modules/@latticexyz/store/src/Schema.sol\":{\"keccak256\":\"0x07c1468d1776e76c451d7ce1e94509bd02f664f89e6fc98d82925cf06ecce31d\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://97bababaebe4bd8402fbff2db3395506f5277b8dcc53b88ceb636350f5438e3d\",\"dweb:/ipfs/QmP4dWkucmpgYztjv8HsXy21JqQYYn42nztzDAcSVuHSv1\"]},\"node_modules/@latticexyz/store/src/Slice.sol\":{\"keccak256\":\"0x3c06a067ca8de1ea75b986837ef97d5fdce0637ca43d1ef0cf5e63c01f4b9161\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://f48e754ba5033db9ae64a04d191bd66cccc432dc30931a7d1327bd7b2b76fd37\",\"dweb:/ipfs/QmQsoEbcy4SMLTjwi5Eonge3mpWpoVieaxif8W4TqafoEz\"]},\"node_modules/@latticexyz/store/src/Storage.sol\":{\"keccak256\":\"0x6ec77ae6cd523dd44c1499f130b72691c3b3f60872911c930b4808600f16ce10\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://a2165003e40a79da518c616328ed22d8a1c5c6a00fbb16f5c43d3fa67a802670\",\"dweb:/ipfs/QmVq5r5uJr74Wqd4rp5kbXa5zGAjrB7TeGMLMu7SMXapsG\"]},\"node_modules/@latticexyz/store/src/StoreCore.sol\":{\"keccak256\":\"0xab739723b31c5f0261b59860b63d55c2dd40ce642a57dce29cdba9673776e3db\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://b2ccb3124a76dd4e1f948e1dd4be5083c7af61830a0a1a3c7cf69a3051be60a4\",\"dweb:/ipfs/QmYuJvsgrLRdKhPFjgTc1KrKUois7T4nDGYX7K1PdZvLmE\"]},\"node_modules/@latticexyz/store/src/StoreSwitch.sol\":{\"keccak256\":\"0x56e2fc6b04c1d64a068b3a8e6e8900bea1b51b824a9bfb7f2fdb294015b99147\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://b336a38da42d3aad9be5edecfa68e6c1ab18348f853ab4147a92f69527e107e2\",\"dweb:/ipfs/QmVeFQ5skNx4VJbJPt1zTE6JHH9FCQ39UorZj2NGSX3fEq\"]},\"node_modules/@latticexyz/store/src/Utils.sol\":{\"keccak256\":\"0x9f5aaf307403002b45a2e4c2f999a21b90df70c7b796cfd66cc3d5431be894be\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://0a2ae01c25a86aa4c7652c4a88099888d6445e871a9656790dc251eec6cdb97c\",\"dweb:/ipfs/QmVoUETvXqSUK6GfX9z67G2xQh7soGZLAwyUsKKpfPXEk6\"]},\"node_modules/@latticexyz/store/src/codegen/common.sol\":{\"keccak256\":\"0xfb8a86c7cd9337dd447f5fec131d86e668e855094eb030cf8aee4bef293595f9\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://9713bddb9dcbf611048148a195c0239480b1ac29df22df9fbd2df36274aa8d0b\",\"dweb:/ipfs/QmYoNyg6iLpGQkXA5szq67KGR8eaz8yyTwy2X66wtDj9Bo\"]},\"node_modules/@latticexyz/store/src/codegen/index.sol\":{\"keccak256\":\"0x79671238d6a1f75760e223b5408c2eaa037cc7e967eb83c4b4183ae8e2cbd305\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://c3b389f702892d1af97c64c0548e604e9a19c58bcd37c7f5432c3ef8f04ca9b4\",\"dweb:/ipfs/QmcPGk5suKsTVbRdbSBoCtuQxgmYFcL4Mm43p26xktV2Tf\"]},\"node_modules/@latticexyz/store/src/codegen/tables/Callbacks.sol\":{\"keccak256\":\"0xa4c12033628c424f4d42c517f9336a0f345228f29b9d8e2b2f78d7216b310be0\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://5773b379562452b02a836ccfbfa17ff6c09192d7ec90785561859570100c1772\",\"dweb:/ipfs/QmZp7CWYDYiSb1jkAvtV8EgNjGjEdJWwNowtomeumjirXW\"]},\"node_modules/@latticexyz/store/src/codegen/tables/Hooks.sol\":{\"keccak256\":\"0x2e138ee1e68db71495ee97f9df9e508d2c83d75cacab25db647f3ed7b43b22a4\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://c9029b6380c6a62e2b647bdafeede3deff7737d1049de52248d79151c7a786c9\",\"dweb:/ipfs/QmdqJdN3V2LqUrK2kWF9fDvAHFPLNspCsPD73ECFPudZAb\"]},\"node_modules/@latticexyz/store/src/codegen/tables/KeyEncoding.sol\":{\"keccak256\":\"0x7c5071cf860fad851a293f7cbf79dfe09bbd09c309c03c8d60c9d054bfd38bda\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://279e0f25c49a142cc22d03b7489468a6d2e5bb957c8f9dac2e5f37a84aeefbbb\",\"dweb:/ipfs/QmRvrYDdTST2vVs9Nqt7ebyZCsZncUmKr4MW3Zo1WkoeD2\"]},\"node_modules/@latticexyz/store/src/codegen/tables/Mixed.sol\":{\"keccak256\":\"0x3c1edeb40384979d466d9a7a114f39b945210923e4357ed0b92785892d64f747\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://905c91865fe3425b2914650adf0be75a1d5220917cb6d2df427ec2baa4d58ec3\",\"dweb:/ipfs/QmY1yyYEzpoWZZVf45dNCVhst4B4MYFxGaPvXKDdwF2a1P\"]},\"node_modules/@latticexyz/store/src/codegen/tables/ResourceIds.sol\":{\"keccak256\":\"0x0717b20786ee60b7e4cd67ac92489e477341a8403553bfac7f28c325c79f9c61\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://f353e3c65541e00ad47735096476b46db104bade5e7bfd1bb20f337c55da963f\",\"dweb:/ipfs/QmaqW7n6dd4vQMFxwL9dgBEb4mRxGPre4dJSFqg5Rugfv4\"]},\"node_modules/@latticexyz/store/src/codegen/tables/StoreHooks.sol\":{\"keccak256\":\"0x1a50b217738e808c3bc429b42d9a3486fcaf7df5cba19cbb5cb8c378af4eceeb\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://96eb732de4e4049c4a0d83b4373c196cba33ed1fccbe6a6c3070a13a92a8e132\",\"dweb:/ipfs/QmZ5yYpGWvXKyziJE15BKAwWgm7zuJEEqMEef3tJUQt3Pz\"]},\"node_modules/@latticexyz/store/src/codegen/tables/Tables.sol\":{\"keccak256\":\"0x8f006f9480c705ebe4129b4c0ad82f58db67ceb8aa95e9e7d889071c2c206c9e\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://9b3600a426428562ea717aa95f3b1fcc49e494ea5eee47125961f1d671782513\",\"dweb:/ipfs/QmPWRKTcFMwCKmeqTWo7SV3To3kQqRhSuCTa1pEmZmF2uu\"]},\"node_modules/@latticexyz/store/src/codegen/tables/Vector2.sol\":{\"keccak256\":\"0x5d77a18126af39efed806b3e14e75581f946e5dfac3d8d38afb4a77f323e5bf7\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://cec93ed73c42f33adfd9a049f5b5786376fe1b670bcc8c1fc1b52ab913732480\",\"dweb:/ipfs/QmZv813X9o3ARfWKzG7TBxgjM5i1R943y3w2HC3bsQZbmB\"]},\"node_modules/@latticexyz/store/src/constants.sol\":{\"keccak256\":\"0x3826d50fae1df0e69313e5f52c235e860a8c9ff2623a5e0ae3fd0438cfa557fb\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://91806d1fe0ffa80ca861bd8eb7251911e523d0bbf72858300f0119ef12ae2961\",\"dweb:/ipfs/QmbPcr8eu32qhBwYfYem9nZ549BNc7Zjyc4VkYjFnM8nyQ\"]},\"node_modules/@latticexyz/store/src/storeHookTypes.sol\":{\"keccak256\":\"0x574ec08fd11b930f375324026cbd2bad770a2fc5dfddfded9a694238a2eb6246\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://4eb9de43e66c6ea6b9221236695a1b2e9c54f2b5bb5aa083b678b0d673563ccc\",\"dweb:/ipfs/QmYE25Ek4XdL2DKcwru1whS4kKTjr16JU1MhysCm2Vffob\"]},\"node_modules/@latticexyz/store/src/storeResourceTypes.sol\":{\"keccak256\":\"0xb2c27c7b8f974f1e3c70dd82c92f35f5bbd2887e16afe454e6dbc38300a51feb\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://6cbdbcc95835f67030eebdebeaf0bfd6faa612381179e7f7be8b9d3c00b20878\",\"dweb:/ipfs/QmNeZU5MmRQqhcLxN6BA2BQvgEst8yg67F4VQoPJEEK6kg\"]},\"node_modules/@latticexyz/store/src/tightcoder/DecodeSlice.sol\":{\"keccak256\":\"0xd64eae381daba3788cce62cc209a4ae05817bda80a63fc356b1e1c5bd81e7024\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://922453b0896758bdbd8dfb68137c1893f9ee7099c0e4d591578a9a1b26f9f6ef\",\"dweb:/ipfs/QmQVGnVvkRcQSphaRZW4GMTbr8rLKuGiJ6JKGh9ZDfsEzx\"]},\"node_modules/@latticexyz/store/src/tightcoder/EncodeArray.sol\":{\"keccak256\":\"0xbb895ba4c1470c5c16c65634f056865010b4a717983f82a289572fd804c87535\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://2a2bffa72d437ddcfde157cc918cc181ae668e949d4136e6e92f2520a875a898\",\"dweb:/ipfs/QmaAwtXNUv3TKAxkhvGqhWBZPtm57J8Qqi3XVsW6DWZfAo\"]},\"node_modules/@latticexyz/store/src/tightcoder/TightCoder.sol\":{\"keccak256\":\"0x77a5a3999b14509626ff78dc0c8d75d8a3fba893c67d398ba90d98199981a334\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://917fa5d6af6ccbfae2075d1243e450123d91fea75b48bb7b948c2ef0f52011aa\",\"dweb:/ipfs/QmeLYkXLBMnVBqfSucewg3jgpKvBZu8mNGxz21d86Fsbmq\"]},\"node_modules/@latticexyz/store/src/version.sol\":{\"keccak256\":\"0x9841934424a8544b0e7beefbaf362814de86e31980325466e0e6b71750c2a1d2\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://ab7716fd978100f676a51bd30fe528134a6726f19bae9035ee7159b636417685\",\"dweb:/ipfs/QmetPaVt7qaSNK2jU2DZneqkeiDy1mAZe8SWJidNmid8X5\"]},\"node_modules/@latticexyz/world/src/Module.sol\":{\"keccak256\":\"0x3cc86c90ae41b3186a8d116b10f3cb85b1d2a9463184eb94e1a540dee28378b0\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://5919d92026ab95f947b18b7d2060e8ee398822e3bc14d9f27d7b0087c94f4e5d\",\"dweb:/ipfs/QmPAkoJh1CBEogXi3EjcQXuNAwPk2n25GhSn8gPdpskfEK\"]},\"node_modules/@latticexyz/world/src/System.sol\":{\"keccak256\":\"0x292268424bc9bc274beedd4a8b759cf6909193257818ecc2a9bf918d7b887bbe\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://dde062417eb1eb4cacbecb7b96659c6249cccb003bc5df6d825038c12e22861e\",\"dweb:/ipfs/QmczQ6NzKBnCdofXtTgCTUxxvSX9ApPLHudiUy5D8kpHY1\"]},\"node_modules/@latticexyz/world/src/WorldContext.sol\":{\"keccak256\":\"0x4414cab8d9a7195af19166c68a73bed667cc552c21520ae920f7e9bf7b729b2b\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://e3a6de5af348bd036b5a0dbd6e9336b3a9d76016a2d3827ab88b8ec5860ac9f3\",\"dweb:/ipfs/QmeWRDd8rmXUjMPt7f7HDTQLpyU53o1NK4bF9cgrCNFVCZ\"]},\"node_modules/@latticexyz/world/src/WorldResourceId.sol\":{\"keccak256\":\"0x979e418af3d0d3a1866240bed58d2792f0718cc1803a1476ec8c93af5577cae3\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://c68cfe48ce67fe83f4b000c954891821d1fae31bfdd36de37a12637c8a1864f7\",\"dweb:/ipfs/QmUX9tHSMTeScbiacKX2T16gLV6aPKDU1Q3eDiNxqmVNa1\"]},\"node_modules/@latticexyz/world/src/codegen/interfaces/IAccessManagementSystem.sol\":{\"keccak256\":\"0x19c5c91d4abc5d9a121224954855d648cc9c0267ab0ba26313ab21cdddd7e13c\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://7ea88e4d1ec0bc4ba9e9342f83a2aa7e7787d27a35da5cc92621697b544527fc\",\"dweb:/ipfs/QmVjFupMVs6jRmS98Rxz8XBjd2kxvmXJGokFkKKxPn7FA9\"]},\"node_modules/@latticexyz/world/src/codegen/interfaces/IBalanceTransferSystem.sol\":{\"keccak256\":\"0x694f52c99dac14f11e9f489dd58edb69e72147ee9681bf66b4751a659e1161fd\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://73f67b1fb2acc02fd8c03ce127dc2882a41d534287e73b5ca494479a3e5beacc\",\"dweb:/ipfs/Qmevj5uCw7KpU4vuvP62Tz9weFLGD9NXhy7gKc4aXq56JA\"]},\"node_modules/@latticexyz/world/src/codegen/interfaces/IBaseWorld.sol\":{\"keccak256\":\"0x326929e432c46fcdab1931247a4b32605ea8fa9a418a0079a456661bed5760ac\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://34cbaef340e11c0f3c49a3453c0c0cf5995ef137f4fa30e785b1cfb778db2026\",\"dweb:/ipfs/QmWzBjVMMTNV89svjD7riF5FqWFQtcNiR4TMwNysjtWhDC\"]},\"node_modules/@latticexyz/world/src/codegen/interfaces/IBatchCallSystem.sol\":{\"keccak256\":\"0x7a787646278283d1a8dd7d264aea3a33824fc2064d57a6dc10621b9bb5399570\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://87d83c3e1c9aecc0b61b359c6a6df3b0ce1e75a16127b054b14a8d044fa5d922\",\"dweb:/ipfs/QmcoRu2V1VRTYKyMnuqqeRvDRrqXQsTmK2ehKsqKUK99ui\"]},\"node_modules/@latticexyz/world/src/codegen/interfaces/ICoreSystem.sol\":{\"keccak256\":\"0x2d81bbd0c31f30f59e02a999abac7424b7001f3214221872493d58799ea41bfe\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://4310a29d7520173f8ec4f5ee6a0b5177f065103306c2714fbdf6b1e9ab18a75f\",\"dweb:/ipfs/QmNfvbPhmuwfjkNxuXeu9KZGbVs6XAsjbirxt3AQgPm4bA\"]},\"node_modules/@latticexyz/world/src/codegen/interfaces/IModuleInstallationSystem.sol\":{\"keccak256\":\"0xe413ead95f1994cc6e147a430b366d6afc455196e3241be86ffed90fed654c17\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://d207b87e0f4ffbe9be86431551b43c84af10d93b73e9abd95fc5f40839e7bc14\",\"dweb:/ipfs/QmSZzLQj7B2KnLPL5D5JhNsSdgLJxxy3sV3kExWp1KJrvZ\"]},\"node_modules/@latticexyz/world/src/codegen/interfaces/IWorldRegistrationSystem.sol\":{\"keccak256\":\"0x603efa2e53b22995762f515ca0bc3369d2d91913ff330ad816349ad0bbf43268\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://fd7e0ed0f14328866dc40c215c58001229402435b54ca06c750186e3b414461b\",\"dweb:/ipfs/QmabmG7tUVFQEFPkodLM1XwB96fFYfCH5729wF9z9AY4VH\"]},\"node_modules/@latticexyz/world/src/constants.sol\":{\"keccak256\":\"0x6ba6106af53f968def4e958c37e1da3d4a055174a75bb34378becdb0bec44a63\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://b6634717bf77ea7bcc54b625665db61f48d39be47161090467d2264dee0361dc\",\"dweb:/ipfs/QmWM5kNhwmDii9zZMwf3q9y8mM1PKeRLQxXHHGpLNXq1DG\"]},\"node_modules/@latticexyz/world/src/interfaces/IERC165.sol\":{\"keccak256\":\"0x1a113ae394de69ca1db7e9acb1886eaee3967dcfed46fc78497e77bc26dd778f\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://091e04dc9e8d5b3a492d1d39a6d06fd5b4bad3c282bd4c06a38d92bec3422513\",\"dweb:/ipfs/QmbfMi1bH9RAs4JMDxKmhVqpAoyoVgN9nd7o11SakJC1zQ\"]},\"node_modules/@latticexyz/world/src/interfaces/IModule.sol\":{\"keccak256\":\"0x94ea093fda2be088097d66cc615b048a7a21d54a52b82cee9fdb76b31bedbb09\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://ed989ab47a35f8ca01f5b9f6f42f075687ce41e2f26c647cc27031421f5179e8\",\"dweb:/ipfs/QmT6Xc4A2CGzGa7eL3NimPFXBW4Jy4jFBFFCw1QU6aGo61\"]},\"node_modules/@latticexyz/world/src/interfaces/ISystemHook.sol\":{\"keccak256\":\"0x3a10f7fecbe03ce93911e53eb396ef28624fa2d8afa036cddb720178ec6a76a6\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://85a747cee9777d6e0cbcc733cc99f478d50a094edabe5e672fc4af5944d1cebc\",\"dweb:/ipfs/QmUwYqLrWHuDhv5rTp1QGfyj9WyPcVRZrBV8VJeTveUjKx\"]},\"node_modules/@latticexyz/world/src/interfaces/IWorldContextConsumer.sol\":{\"keccak256\":\"0x0c0f9eba3a700d97a3b87678bbf12d4bbd8a80490e9b3a5841d049ebc1a89f93\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://a56466e8ddcaf10b9109bfbc581563f5e9eefcaff1963a6954ccd093859ef6d2\",\"dweb:/ipfs/QmNk6FvWzmLT3vnsUuzqr9MYMfaQRa7yLuNM7DVvpkuytf\"]},\"node_modules/@latticexyz/world/src/interfaces/IWorldErrors.sol\":{\"keccak256\":\"0xf3c2037a2899d81a15d5e13c7101337fcf01fcb321cec418e36da5617d52c99c\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://565b53005697c2cb4ce744f4b192545e3b059d42ea97075fe022a47d0d38cb7f\",\"dweb:/ipfs/QmbGVQuozeLMwUic7LanodXacPiBfomKS8ERnkVFi9vSYz\"]},\"node_modules/@latticexyz/world/src/interfaces/IWorldKernel.sol\":{\"keccak256\":\"0xcfe75c867f4149b888b4fd458ced52abb12b14b41f3d4979f09ca45ba9200f61\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://9706ab61fac258e4c27a11cbcb429697edf8c67184f1f98fea8d536c2e3e42de\",\"dweb:/ipfs/QmSZrTfMKjQN7afMh6fTfTxRHjwUEsejjsSBcaNve5KcRN\"]},\"node_modules/@latticexyz/world/src/modules/core/types.sol\":{\"keccak256\":\"0x8a1cdd3e028281fb61da725f2f6502df776f473fea963bd46e8101725d55d54c\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://86e064413bb3f3be43fdba31be40e819283a07af3d914b27e1ec3e39b6a6440e\",\"dweb:/ipfs/QmPcUKj747S5dkV6EBNp66ojMBAW64XoGxpgsdVwPUiapm\"]},\"node_modules/@latticexyz/world/src/revertWithBytes.sol\":{\"keccak256\":\"0xb4239b7d84f764babc15a46eab53ea45dae0ce5c3738f9c283d7ab2f6e8fddea\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://d495ceadc4e5506a4cec20329f5862f53cf7886cb3d8533bc5071c26ea2d2522\",\"dweb:/ipfs/QmaNDdqDGnZkc3stbjUKAKHa29Hzu4JJPVvcogDMe7r8sM\"]},\"node_modules/@latticexyz/world/src/worldResourceTypes.sol\":{\"keccak256\":\"0x88f844f2c43757c819c8f140b30254f07c3484e12cce573879d43b2ee6a23f8b\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://55a9095094c2b7b1043020681696380cfc3cffd1f264a70bacb44fccd0fc0a8a\",\"dweb:/ipfs/QmfPdLPr9hfV8X8yfHhEf2HmEWAnA4d1c6EHEjHMdeM7ML\"]},\"src/modules/uniqueentity/UniqueEntityModule.sol\":{\"keccak256\":\"0x2a6176e18ab7e032f42e4f72922f091d885a79c3dc1cecd59576ee83f56b7f71\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://ed48cf950a7ff594b243385c584f673f32ab4a4787ab805c2106cbc0ca9bfb45\",\"dweb:/ipfs/QmZXshHiWSj8SzM5HCvWW3Skv5b1t9V5AcAJmQaU3Nrg2n\"]},\"src/modules/uniqueentity/UniqueEntitySystem.sol\":{\"keccak256\":\"0x7459e16f89df6b682f5dd355d0f9178c0d540d6388db0740fdb832d871a8e4bf\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://64667b045d4af2ec8ee9856a8377e0d61563cbcd4953bdff75e60dc08e055d65\",\"dweb:/ipfs/QmUAHh1AMyG1Mq4SH5is2q97V3tAc3nqjcx5AzRWkATe5K\"]},\"src/modules/uniqueentity/constants.sol\":{\"keccak256\":\"0xd75446c0fac3b5f27c028657696ddc78b3abcdfaf4ce778e828f37e8cbee042d\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://7eb04a357265fd23227be7ede0ce2d57440c17ad72c2ccf11b60b5ad3a7d72fd\",\"dweb:/ipfs/QmVRFEWtYMKqP1nQRq5UCVQfDKPGuaqZ7YwtRnLm39b43G\"]},\"src/modules/uniqueentity/tables/UniqueEntity.sol\":{\"keccak256\":\"0x07590b8e426e1f0a0407702e04e18358fd385c49cf772acb5cc88715c885a3ca\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://7e49a6f11f5f87b104d336789c257df0368fcc5255aa7ea144e5f085f899e1c6\",\"dweb:/ipfs/QmaRMYAjnMpWfrtUm9ZZX9xWocNZxFXBErHUL3suBP1AWp\"]}},\"version\":1}",
354
354
  "metadata": {
355
355
  "compiler": {
356
356
  "version": "0.8.21+commit.d9974bed"
@@ -1030,18 +1030,18 @@
1030
1030
  "license": "MIT"
1031
1031
  },
1032
1032
  "node_modules/@latticexyz/world/src/codegen/interfaces/IBaseWorld.sol": {
1033
- "keccak256": "0x9072f69e71a3c4dadf90089295c4c942fa890f735f813862b01ad17e6d1b7c9d",
1033
+ "keccak256": "0x326929e432c46fcdab1931247a4b32605ea8fa9a418a0079a456661bed5760ac",
1034
1034
  "urls": [
1035
- "bzz-raw://16f8877e97e8d6e89979ead642a9ee575552eecc3d7e58ad05820a434b9bd23f",
1036
- "dweb:/ipfs/QmduXpy4HBM95RCfZb5L9hjK14QPNFTtouREcNaxZgr3Pp"
1035
+ "bzz-raw://34cbaef340e11c0f3c49a3453c0c0cf5995ef137f4fa30e785b1cfb778db2026",
1036
+ "dweb:/ipfs/QmWzBjVMMTNV89svjD7riF5FqWFQtcNiR4TMwNysjtWhDC"
1037
1037
  ],
1038
1038
  "license": "MIT"
1039
1039
  },
1040
- "node_modules/@latticexyz/world/src/codegen/interfaces/ICallBatchSystem.sol": {
1041
- "keccak256": "0x2248dcccd33b2204d52c2a7ade8237c01c826aacb2069ca6c72dab52044c8507",
1040
+ "node_modules/@latticexyz/world/src/codegen/interfaces/IBatchCallSystem.sol": {
1041
+ "keccak256": "0x7a787646278283d1a8dd7d264aea3a33824fc2064d57a6dc10621b9bb5399570",
1042
1042
  "urls": [
1043
- "bzz-raw://02c5e1e0bd8bada1c300a287536b356173fb7db2a7ac1e5f4237128992684c7f",
1044
- "dweb:/ipfs/QmV1J8hnESN9RhzvjFYZWAPcfkz2ePQrXKk4oEoNWFCjjf"
1043
+ "bzz-raw://87d83c3e1c9aecc0b61b359c6a6df3b0ce1e75a16127b054b14a8d044fa5d922",
1044
+ "dweb:/ipfs/QmcoRu2V1VRTYKyMnuqqeRvDRrqXQsTmK2ehKsqKUK99ui"
1045
1045
  ],
1046
1046
  "license": "MIT"
1047
1047
  },
@@ -1126,10 +1126,10 @@
1126
1126
  "license": "MIT"
1127
1127
  },
1128
1128
  "node_modules/@latticexyz/world/src/modules/core/types.sol": {
1129
- "keccak256": "0x551f7814c1905dcfdd1165598cc1f721dcb599c7e64e076917c6e4abeef012f3",
1129
+ "keccak256": "0x8a1cdd3e028281fb61da725f2f6502df776f473fea963bd46e8101725d55d54c",
1130
1130
  "urls": [
1131
- "bzz-raw://3c61ae32a9f62f967549424425dd72abc9a70b2c3c19d02926e011529d3628fe",
1132
- "dweb:/ipfs/QmacLTFt3fHr6dvGH42bB3pkEK7prmtYyrhAvJzKMqcxYy"
1131
+ "bzz-raw://86e064413bb3f3be43fdba31be40e819283a07af3d914b27e1ec3e39b6a6440e",
1132
+ "dweb:/ipfs/QmPcUKj747S5dkV6EBNp66ojMBAW64XoGxpgsdVwPUiapm"
1133
1133
  ],
1134
1134
  "license": "MIT"
1135
1135
  },
@@ -1186,44 +1186,44 @@
1186
1186
  },
1187
1187
  "ast": {
1188
1188
  "absolutePath": "src/modules/uniqueentity/UniqueEntityModule.sol",
1189
- "id": 66379,
1189
+ "id": 66398,
1190
1190
  "exportedSymbols": {
1191
1191
  "IBaseWorld": [
1192
- 49243
1192
+ 49262
1193
1193
  ],
1194
1194
  "MODULE_NAME": [
1195
- 66436
1195
+ 66455
1196
1196
  ],
1197
1197
  "Module": [
1198
- 48698
1198
+ 48717
1199
1199
  ],
1200
1200
  "SYSTEM_ID": [
1201
- 66479
1201
+ 66498
1202
1202
  ],
1203
1203
  "TABLE_ID": [
1204
- 66463
1204
+ 66482
1205
1205
  ],
1206
1206
  "UniqueEntity": [
1207
- 67353
1207
+ 67372
1208
1208
  ],
1209
1209
  "UniqueEntityModule": [
1210
- 66378
1210
+ 66397
1211
1211
  ],
1212
1212
  "UniqueEntitySystem": [
1213
- 66417
1213
+ 66436
1214
1214
  ],
1215
1215
  "WorldContextConsumer": [
1216
- 48776
1216
+ 48795
1217
1217
  ],
1218
1218
  "revertWithBytes": [
1219
- 49373
1219
+ 49392
1220
1220
  ]
1221
1221
  },
1222
1222
  "nodeType": "SourceUnit",
1223
1223
  "src": "32:1963:133",
1224
1224
  "nodes": [
1225
1225
  {
1226
- "id": 66234,
1226
+ "id": 66253,
1227
1227
  "nodeType": "PragmaDirective",
1228
1228
  "src": "32:25:133",
1229
1229
  "nodes": [],
@@ -1235,23 +1235,23 @@
1235
1235
  ]
1236
1236
  },
1237
1237
  {
1238
- "id": 66236,
1238
+ "id": 66255,
1239
1239
  "nodeType": "ImportDirective",
1240
1240
  "src": "59:85:133",
1241
1241
  "nodes": [],
1242
1242
  "absolutePath": "node_modules/@latticexyz/world/src/codegen/interfaces/IBaseWorld.sol",
1243
1243
  "file": "@latticexyz/world/src/codegen/interfaces/IBaseWorld.sol",
1244
1244
  "nameLocation": "-1:-1:-1",
1245
- "scope": 66379,
1246
- "sourceUnit": 49244,
1245
+ "scope": 66398,
1246
+ "sourceUnit": 49263,
1247
1247
  "symbolAliases": [
1248
1248
  {
1249
1249
  "foreign": {
1250
- "id": 66235,
1250
+ "id": 66254,
1251
1251
  "name": "IBaseWorld",
1252
1252
  "nodeType": "Identifier",
1253
1253
  "overloadedDeclarations": [],
1254
- "referencedDeclaration": 49243,
1254
+ "referencedDeclaration": 49262,
1255
1255
  "src": "68:10:133",
1256
1256
  "typeDescriptions": {}
1257
1257
  },
@@ -1261,23 +1261,23 @@
1261
1261
  "unitAlias": ""
1262
1262
  },
1263
1263
  {
1264
- "id": 66238,
1264
+ "id": 66257,
1265
1265
  "nodeType": "ImportDirective",
1266
1266
  "src": "146:58:133",
1267
1267
  "nodes": [],
1268
1268
  "absolutePath": "node_modules/@latticexyz/world/src/Module.sol",
1269
1269
  "file": "@latticexyz/world/src/Module.sol",
1270
1270
  "nameLocation": "-1:-1:-1",
1271
- "scope": 66379,
1272
- "sourceUnit": 48699,
1271
+ "scope": 66398,
1272
+ "sourceUnit": 48718,
1273
1273
  "symbolAliases": [
1274
1274
  {
1275
1275
  "foreign": {
1276
- "id": 66237,
1276
+ "id": 66256,
1277
1277
  "name": "Module",
1278
1278
  "nodeType": "Identifier",
1279
1279
  "overloadedDeclarations": [],
1280
- "referencedDeclaration": 48698,
1280
+ "referencedDeclaration": 48717,
1281
1281
  "src": "155:6:133",
1282
1282
  "typeDescriptions": {}
1283
1283
  },
@@ -1287,23 +1287,23 @@
1287
1287
  "unitAlias": ""
1288
1288
  },
1289
1289
  {
1290
- "id": 66240,
1290
+ "id": 66259,
1291
1291
  "nodeType": "ImportDirective",
1292
1292
  "src": "205:78:133",
1293
1293
  "nodes": [],
1294
1294
  "absolutePath": "node_modules/@latticexyz/world/src/WorldContext.sol",
1295
1295
  "file": "@latticexyz/world/src/WorldContext.sol",
1296
1296
  "nameLocation": "-1:-1:-1",
1297
- "scope": 66379,
1298
- "sourceUnit": 48926,
1297
+ "scope": 66398,
1298
+ "sourceUnit": 48945,
1299
1299
  "symbolAliases": [
1300
1300
  {
1301
1301
  "foreign": {
1302
- "id": 66239,
1302
+ "id": 66258,
1303
1303
  "name": "WorldContextConsumer",
1304
1304
  "nodeType": "Identifier",
1305
1305
  "overloadedDeclarations": [],
1306
- "referencedDeclaration": 48776,
1306
+ "referencedDeclaration": 48795,
1307
1307
  "src": "214:20:133",
1308
1308
  "typeDescriptions": {}
1309
1309
  },
@@ -1313,23 +1313,23 @@
1313
1313
  "unitAlias": ""
1314
1314
  },
1315
1315
  {
1316
- "id": 66242,
1316
+ "id": 66261,
1317
1317
  "nodeType": "ImportDirective",
1318
1318
  "src": "284:76:133",
1319
1319
  "nodes": [],
1320
1320
  "absolutePath": "node_modules/@latticexyz/world/src/revertWithBytes.sol",
1321
1321
  "file": "@latticexyz/world/src/revertWithBytes.sol",
1322
1322
  "nameLocation": "-1:-1:-1",
1323
- "scope": 66379,
1324
- "sourceUnit": 49374,
1323
+ "scope": 66398,
1324
+ "sourceUnit": 49393,
1325
1325
  "symbolAliases": [
1326
1326
  {
1327
1327
  "foreign": {
1328
- "id": 66241,
1328
+ "id": 66260,
1329
1329
  "name": "revertWithBytes",
1330
1330
  "nodeType": "Identifier",
1331
1331
  "overloadedDeclarations": [],
1332
- "referencedDeclaration": 49373,
1332
+ "referencedDeclaration": 49392,
1333
1333
  "src": "293:15:133",
1334
1334
  "typeDescriptions": {}
1335
1335
  },
@@ -1339,23 +1339,23 @@
1339
1339
  "unitAlias": ""
1340
1340
  },
1341
1341
  {
1342
- "id": 66244,
1342
+ "id": 66263,
1343
1343
  "nodeType": "ImportDirective",
1344
1344
  "src": "362:57:133",
1345
1345
  "nodes": [],
1346
1346
  "absolutePath": "src/modules/uniqueentity/tables/UniqueEntity.sol",
1347
1347
  "file": "./tables/UniqueEntity.sol",
1348
1348
  "nameLocation": "-1:-1:-1",
1349
- "scope": 66379,
1350
- "sourceUnit": 67354,
1349
+ "scope": 66398,
1350
+ "sourceUnit": 67373,
1351
1351
  "symbolAliases": [
1352
1352
  {
1353
1353
  "foreign": {
1354
- "id": 66243,
1354
+ "id": 66262,
1355
1355
  "name": "UniqueEntity",
1356
1356
  "nodeType": "Identifier",
1357
1357
  "overloadedDeclarations": [],
1358
- "referencedDeclaration": 67353,
1358
+ "referencedDeclaration": 67372,
1359
1359
  "src": "371:12:133",
1360
1360
  "typeDescriptions": {}
1361
1361
  },
@@ -1365,23 +1365,23 @@
1365
1365
  "unitAlias": ""
1366
1366
  },
1367
1367
  {
1368
- "id": 66246,
1368
+ "id": 66265,
1369
1369
  "nodeType": "ImportDirective",
1370
1370
  "src": "420:62:133",
1371
1371
  "nodes": [],
1372
1372
  "absolutePath": "src/modules/uniqueentity/UniqueEntitySystem.sol",
1373
1373
  "file": "./UniqueEntitySystem.sol",
1374
1374
  "nameLocation": "-1:-1:-1",
1375
- "scope": 66379,
1376
- "sourceUnit": 66418,
1375
+ "scope": 66398,
1376
+ "sourceUnit": 66437,
1377
1377
  "symbolAliases": [
1378
1378
  {
1379
1379
  "foreign": {
1380
- "id": 66245,
1380
+ "id": 66264,
1381
1381
  "name": "UniqueEntitySystem",
1382
1382
  "nodeType": "Identifier",
1383
1383
  "overloadedDeclarations": [],
1384
- "referencedDeclaration": 66417,
1384
+ "referencedDeclaration": 66436,
1385
1385
  "src": "429:18:133",
1386
1386
  "typeDescriptions": {}
1387
1387
  },
@@ -1391,23 +1391,23 @@
1391
1391
  "unitAlias": ""
1392
1392
  },
1393
1393
  {
1394
- "id": 66250,
1394
+ "id": 66269,
1395
1395
  "nodeType": "ImportDirective",
1396
1396
  "src": "484:67:133",
1397
1397
  "nodes": [],
1398
1398
  "absolutePath": "src/modules/uniqueentity/constants.sol",
1399
1399
  "file": "./constants.sol",
1400
1400
  "nameLocation": "-1:-1:-1",
1401
- "scope": 66379,
1402
- "sourceUnit": 66480,
1401
+ "scope": 66398,
1402
+ "sourceUnit": 66499,
1403
1403
  "symbolAliases": [
1404
1404
  {
1405
1405
  "foreign": {
1406
- "id": 66247,
1406
+ "id": 66266,
1407
1407
  "name": "MODULE_NAME",
1408
1408
  "nodeType": "Identifier",
1409
1409
  "overloadedDeclarations": [],
1410
- "referencedDeclaration": 66436,
1410
+ "referencedDeclaration": 66455,
1411
1411
  "src": "493:11:133",
1412
1412
  "typeDescriptions": {}
1413
1413
  },
@@ -1415,11 +1415,11 @@
1415
1415
  },
1416
1416
  {
1417
1417
  "foreign": {
1418
- "id": 66248,
1418
+ "id": 66267,
1419
1419
  "name": "TABLE_ID",
1420
1420
  "nodeType": "Identifier",
1421
1421
  "overloadedDeclarations": [],
1422
- "referencedDeclaration": 66463,
1422
+ "referencedDeclaration": 66482,
1423
1423
  "src": "506:8:133",
1424
1424
  "typeDescriptions": {}
1425
1425
  },
@@ -1427,11 +1427,11 @@
1427
1427
  },
1428
1428
  {
1429
1429
  "foreign": {
1430
- "id": 66249,
1430
+ "id": 66268,
1431
1431
  "name": "SYSTEM_ID",
1432
1432
  "nodeType": "Identifier",
1433
1433
  "overloadedDeclarations": [],
1434
- "referencedDeclaration": 66479,
1434
+ "referencedDeclaration": 66498,
1435
1435
  "src": "516:9:133",
1436
1436
  "typeDescriptions": {}
1437
1437
  },
@@ -1441,12 +1441,12 @@
1441
1441
  "unitAlias": ""
1442
1442
  },
1443
1443
  {
1444
- "id": 66378,
1444
+ "id": 66397,
1445
1445
  "nodeType": "ContractDefinition",
1446
1446
  "src": "681:1313:133",
1447
1447
  "nodes": [
1448
1448
  {
1449
- "id": 66260,
1449
+ "id": 66279,
1450
1450
  "nodeType": "VariableDeclaration",
1451
1451
  "src": "875:82:133",
1452
1452
  "nodes": [],
@@ -1454,30 +1454,30 @@
1454
1454
  "mutability": "immutable",
1455
1455
  "name": "uniqueEntitySystem",
1456
1456
  "nameLocation": "912:18:133",
1457
- "scope": 66378,
1457
+ "scope": 66397,
1458
1458
  "stateVariable": true,
1459
1459
  "storageLocation": "default",
1460
1460
  "typeDescriptions": {
1461
- "typeIdentifier": "t_contract$_UniqueEntitySystem_$66417",
1461
+ "typeIdentifier": "t_contract$_UniqueEntitySystem_$66436",
1462
1462
  "typeString": "contract UniqueEntitySystem"
1463
1463
  },
1464
1464
  "typeName": {
1465
- "id": 66255,
1465
+ "id": 66274,
1466
1466
  "nodeType": "UserDefinedTypeName",
1467
1467
  "pathNode": {
1468
- "id": 66254,
1468
+ "id": 66273,
1469
1469
  "name": "UniqueEntitySystem",
1470
1470
  "nameLocations": [
1471
1471
  "875:18:133"
1472
1472
  ],
1473
1473
  "nodeType": "IdentifierPath",
1474
- "referencedDeclaration": 66417,
1474
+ "referencedDeclaration": 66436,
1475
1475
  "src": "875:18:133"
1476
1476
  },
1477
- "referencedDeclaration": 66417,
1477
+ "referencedDeclaration": 66436,
1478
1478
  "src": "875:18:133",
1479
1479
  "typeDescriptions": {
1480
- "typeIdentifier": "t_contract$_UniqueEntitySystem_$66417",
1480
+ "typeIdentifier": "t_contract$_UniqueEntitySystem_$66436",
1481
1481
  "typeString": "contract UniqueEntitySystem"
1482
1482
  }
1483
1483
  },
@@ -1485,7 +1485,7 @@
1485
1485
  "arguments": [],
1486
1486
  "expression": {
1487
1487
  "argumentTypes": [],
1488
- "id": 66258,
1488
+ "id": 66277,
1489
1489
  "isConstant": false,
1490
1490
  "isLValue": false,
1491
1491
  "isPure": false,
@@ -1493,31 +1493,31 @@
1493
1493
  "nodeType": "NewExpression",
1494
1494
  "src": "933:22:133",
1495
1495
  "typeDescriptions": {
1496
- "typeIdentifier": "t_function_creation_nonpayable$__$returns$_t_contract$_UniqueEntitySystem_$66417_$",
1496
+ "typeIdentifier": "t_function_creation_nonpayable$__$returns$_t_contract$_UniqueEntitySystem_$66436_$",
1497
1497
  "typeString": "function () returns (contract UniqueEntitySystem)"
1498
1498
  },
1499
1499
  "typeName": {
1500
- "id": 66257,
1500
+ "id": 66276,
1501
1501
  "nodeType": "UserDefinedTypeName",
1502
1502
  "pathNode": {
1503
- "id": 66256,
1503
+ "id": 66275,
1504
1504
  "name": "UniqueEntitySystem",
1505
1505
  "nameLocations": [
1506
1506
  "937:18:133"
1507
1507
  ],
1508
1508
  "nodeType": "IdentifierPath",
1509
- "referencedDeclaration": 66417,
1509
+ "referencedDeclaration": 66436,
1510
1510
  "src": "937:18:133"
1511
1511
  },
1512
- "referencedDeclaration": 66417,
1512
+ "referencedDeclaration": 66436,
1513
1513
  "src": "937:18:133",
1514
1514
  "typeDescriptions": {
1515
- "typeIdentifier": "t_contract$_UniqueEntitySystem_$66417",
1515
+ "typeIdentifier": "t_contract$_UniqueEntitySystem_$66436",
1516
1516
  "typeString": "contract UniqueEntitySystem"
1517
1517
  }
1518
1518
  }
1519
1519
  },
1520
- "id": 66259,
1520
+ "id": 66278,
1521
1521
  "isConstant": false,
1522
1522
  "isLValue": false,
1523
1523
  "isPure": false,
@@ -1529,45 +1529,45 @@
1529
1529
  "src": "933:24:133",
1530
1530
  "tryCall": false,
1531
1531
  "typeDescriptions": {
1532
- "typeIdentifier": "t_contract$_UniqueEntitySystem_$66417",
1532
+ "typeIdentifier": "t_contract$_UniqueEntitySystem_$66436",
1533
1533
  "typeString": "contract UniqueEntitySystem"
1534
1534
  }
1535
1535
  },
1536
1536
  "visibility": "private"
1537
1537
  },
1538
1538
  {
1539
- "id": 66268,
1539
+ "id": 66287,
1540
1540
  "nodeType": "FunctionDefinition",
1541
1541
  "src": "962:78:133",
1542
1542
  "nodes": [],
1543
1543
  "body": {
1544
- "id": 66267,
1544
+ "id": 66286,
1545
1545
  "nodeType": "Block",
1546
1546
  "src": "1011:29:133",
1547
1547
  "nodes": [],
1548
1548
  "statements": [
1549
1549
  {
1550
1550
  "expression": {
1551
- "id": 66265,
1551
+ "id": 66284,
1552
1552
  "name": "MODULE_NAME",
1553
1553
  "nodeType": "Identifier",
1554
1554
  "overloadedDeclarations": [],
1555
- "referencedDeclaration": 66436,
1555
+ "referencedDeclaration": 66455,
1556
1556
  "src": "1024:11:133",
1557
1557
  "typeDescriptions": {
1558
1558
  "typeIdentifier": "t_bytes16",
1559
1559
  "typeString": "bytes16"
1560
1560
  }
1561
1561
  },
1562
- "functionReturnParameters": 66264,
1563
- "id": 66266,
1562
+ "functionReturnParameters": 66283,
1563
+ "id": 66285,
1564
1564
  "nodeType": "Return",
1565
1565
  "src": "1017:18:133"
1566
1566
  }
1567
1567
  ]
1568
1568
  },
1569
1569
  "baseFunctions": [
1570
- 70911
1570
+ 70930
1571
1571
  ],
1572
1572
  "functionSelector": "17d7de7c",
1573
1573
  "implemented": true,
@@ -1576,23 +1576,23 @@
1576
1576
  "name": "getName",
1577
1577
  "nameLocation": "971:7:133",
1578
1578
  "parameters": {
1579
- "id": 66261,
1579
+ "id": 66280,
1580
1580
  "nodeType": "ParameterList",
1581
1581
  "parameters": [],
1582
1582
  "src": "978:2:133"
1583
1583
  },
1584
1584
  "returnParameters": {
1585
- "id": 66264,
1585
+ "id": 66283,
1586
1586
  "nodeType": "ParameterList",
1587
1587
  "parameters": [
1588
1588
  {
1589
1589
  "constant": false,
1590
- "id": 66263,
1590
+ "id": 66282,
1591
1591
  "mutability": "mutable",
1592
1592
  "name": "",
1593
1593
  "nameLocation": "-1:-1:-1",
1594
1594
  "nodeType": "VariableDeclaration",
1595
- "scope": 66268,
1595
+ "scope": 66287,
1596
1596
  "src": "1002:7:133",
1597
1597
  "stateVariable": false,
1598
1598
  "storageLocation": "default",
@@ -1601,7 +1601,7 @@
1601
1601
  "typeString": "bytes16"
1602
1602
  },
1603
1603
  "typeName": {
1604
- "id": 66262,
1604
+ "id": 66281,
1605
1605
  "name": "bytes16",
1606
1606
  "nodeType": "ElementaryTypeName",
1607
1607
  "src": "1002:7:133",
@@ -1615,84 +1615,84 @@
1615
1615
  ],
1616
1616
  "src": "1001:9:133"
1617
1617
  },
1618
- "scope": 66378,
1618
+ "scope": 66397,
1619
1619
  "stateMutability": "pure",
1620
1620
  "virtual": false,
1621
1621
  "visibility": "public"
1622
1622
  },
1623
1623
  {
1624
- "id": 66341,
1624
+ "id": 66360,
1625
1625
  "nodeType": "FunctionDefinition",
1626
1626
  "src": "1044:598:133",
1627
1627
  "nodes": [],
1628
1628
  "body": {
1629
- "id": 66340,
1629
+ "id": 66359,
1630
1630
  "nodeType": "Block",
1631
1631
  "src": "1086:556:133",
1632
1632
  "nodes": [],
1633
1633
  "statements": [
1634
1634
  {
1635
1635
  "assignments": [
1636
- 66275
1636
+ 66294
1637
1637
  ],
1638
1638
  "declarations": [
1639
1639
  {
1640
1640
  "constant": false,
1641
- "id": 66275,
1641
+ "id": 66294,
1642
1642
  "mutability": "mutable",
1643
1643
  "name": "world",
1644
1644
  "nameLocation": "1103:5:133",
1645
1645
  "nodeType": "VariableDeclaration",
1646
- "scope": 66340,
1646
+ "scope": 66359,
1647
1647
  "src": "1092:16:133",
1648
1648
  "stateVariable": false,
1649
1649
  "storageLocation": "default",
1650
1650
  "typeDescriptions": {
1651
- "typeIdentifier": "t_contract$_IBaseWorld_$49243",
1651
+ "typeIdentifier": "t_contract$_IBaseWorld_$49262",
1652
1652
  "typeString": "contract IBaseWorld"
1653
1653
  },
1654
1654
  "typeName": {
1655
- "id": 66274,
1655
+ "id": 66293,
1656
1656
  "nodeType": "UserDefinedTypeName",
1657
1657
  "pathNode": {
1658
- "id": 66273,
1658
+ "id": 66292,
1659
1659
  "name": "IBaseWorld",
1660
1660
  "nameLocations": [
1661
1661
  "1092:10:133"
1662
1662
  ],
1663
1663
  "nodeType": "IdentifierPath",
1664
- "referencedDeclaration": 49243,
1664
+ "referencedDeclaration": 49262,
1665
1665
  "src": "1092:10:133"
1666
1666
  },
1667
- "referencedDeclaration": 49243,
1667
+ "referencedDeclaration": 49262,
1668
1668
  "src": "1092:10:133",
1669
1669
  "typeDescriptions": {
1670
- "typeIdentifier": "t_contract$_IBaseWorld_$49243",
1670
+ "typeIdentifier": "t_contract$_IBaseWorld_$49262",
1671
1671
  "typeString": "contract IBaseWorld"
1672
1672
  }
1673
1673
  },
1674
1674
  "visibility": "internal"
1675
1675
  }
1676
1676
  ],
1677
- "id": 66280,
1677
+ "id": 66299,
1678
1678
  "initialValue": {
1679
1679
  "arguments": [
1680
1680
  {
1681
1681
  "arguments": [],
1682
1682
  "expression": {
1683
1683
  "argumentTypes": [],
1684
- "id": 66277,
1684
+ "id": 66296,
1685
1685
  "name": "_world",
1686
1686
  "nodeType": "Identifier",
1687
1687
  "overloadedDeclarations": [],
1688
- "referencedDeclaration": 48759,
1688
+ "referencedDeclaration": 48778,
1689
1689
  "src": "1122:6:133",
1690
1690
  "typeDescriptions": {
1691
1691
  "typeIdentifier": "t_function_internal_view$__$returns$_t_address_$",
1692
1692
  "typeString": "function () view returns (address)"
1693
1693
  }
1694
1694
  },
1695
- "id": 66278,
1695
+ "id": 66297,
1696
1696
  "isConstant": false,
1697
1697
  "isLValue": false,
1698
1698
  "isPure": false,
@@ -1716,18 +1716,18 @@
1716
1716
  "typeString": "address"
1717
1717
  }
1718
1718
  ],
1719
- "id": 66276,
1719
+ "id": 66295,
1720
1720
  "name": "IBaseWorld",
1721
1721
  "nodeType": "Identifier",
1722
1722
  "overloadedDeclarations": [],
1723
- "referencedDeclaration": 49243,
1723
+ "referencedDeclaration": 49262,
1724
1724
  "src": "1111:10:133",
1725
1725
  "typeDescriptions": {
1726
- "typeIdentifier": "t_type$_t_contract$_IBaseWorld_$49243_$",
1726
+ "typeIdentifier": "t_type$_t_contract$_IBaseWorld_$49262_$",
1727
1727
  "typeString": "type(contract IBaseWorld)"
1728
1728
  }
1729
1729
  },
1730
- "id": 66279,
1730
+ "id": 66298,
1731
1731
  "isConstant": false,
1732
1732
  "isLValue": false,
1733
1733
  "isPure": false,
@@ -1739,7 +1739,7 @@
1739
1739
  "src": "1111:20:133",
1740
1740
  "tryCall": false,
1741
1741
  "typeDescriptions": {
1742
- "typeIdentifier": "t_contract$_IBaseWorld_$49243",
1742
+ "typeIdentifier": "t_contract$_IBaseWorld_$49262",
1743
1743
  "typeString": "contract IBaseWorld"
1744
1744
  }
1745
1745
  },
@@ -1750,14 +1750,14 @@
1750
1750
  "expression": {
1751
1751
  "arguments": [
1752
1752
  {
1753
- "id": 66284,
1753
+ "id": 66303,
1754
1754
  "name": "TABLE_ID",
1755
1755
  "nodeType": "Identifier",
1756
1756
  "overloadedDeclarations": [],
1757
- "referencedDeclaration": 66463,
1757
+ "referencedDeclaration": 66482,
1758
1758
  "src": "1183:8:133",
1759
1759
  "typeDescriptions": {
1760
- "typeIdentifier": "t_userDefinedValueType$_ResourceId_$36365",
1760
+ "typeIdentifier": "t_userDefinedValueType$_ResourceId_$36384",
1761
1761
  "typeString": "ResourceId"
1762
1762
  }
1763
1763
  }
@@ -1765,23 +1765,23 @@
1765
1765
  "expression": {
1766
1766
  "argumentTypes": [
1767
1767
  {
1768
- "typeIdentifier": "t_userDefinedValueType$_ResourceId_$36365",
1768
+ "typeIdentifier": "t_userDefinedValueType$_ResourceId_$36384",
1769
1769
  "typeString": "ResourceId"
1770
1770
  }
1771
1771
  ],
1772
1772
  "expression": {
1773
- "id": 66281,
1773
+ "id": 66300,
1774
1774
  "name": "UniqueEntity",
1775
1775
  "nodeType": "Identifier",
1776
1776
  "overloadedDeclarations": [],
1777
- "referencedDeclaration": 67353,
1777
+ "referencedDeclaration": 67372,
1778
1778
  "src": "1160:12:133",
1779
1779
  "typeDescriptions": {
1780
- "typeIdentifier": "t_type$_t_contract$_UniqueEntity_$67353_$",
1780
+ "typeIdentifier": "t_type$_t_contract$_UniqueEntity_$67372_$",
1781
1781
  "typeString": "type(library UniqueEntity)"
1782
1782
  }
1783
1783
  },
1784
- "id": 66283,
1784
+ "id": 66302,
1785
1785
  "isConstant": false,
1786
1786
  "isLValue": false,
1787
1787
  "isPure": false,
@@ -1789,14 +1789,14 @@
1789
1789
  "memberLocation": "1173:9:133",
1790
1790
  "memberName": "_register",
1791
1791
  "nodeType": "MemberAccess",
1792
- "referencedDeclaration": 66715,
1792
+ "referencedDeclaration": 66734,
1793
1793
  "src": "1160:22:133",
1794
1794
  "typeDescriptions": {
1795
- "typeIdentifier": "t_function_internal_nonpayable$_t_userDefinedValueType$_ResourceId_$36365_$returns$__$",
1795
+ "typeIdentifier": "t_function_internal_nonpayable$_t_userDefinedValueType$_ResourceId_$36384_$returns$__$",
1796
1796
  "typeString": "function (ResourceId)"
1797
1797
  }
1798
1798
  },
1799
- "id": 66285,
1799
+ "id": 66304,
1800
1800
  "isConstant": false,
1801
1801
  "isLValue": false,
1802
1802
  "isPure": false,
@@ -1812,24 +1812,24 @@
1812
1812
  "typeString": "tuple()"
1813
1813
  }
1814
1814
  },
1815
- "id": 66286,
1815
+ "id": 66305,
1816
1816
  "nodeType": "ExpressionStatement",
1817
1817
  "src": "1160:32:133"
1818
1818
  },
1819
1819
  {
1820
1820
  "assignments": [
1821
- 66288,
1822
- 66290
1821
+ 66307,
1822
+ 66309
1823
1823
  ],
1824
1824
  "declarations": [
1825
1825
  {
1826
1826
  "constant": false,
1827
- "id": 66288,
1827
+ "id": 66307,
1828
1828
  "mutability": "mutable",
1829
1829
  "name": "success",
1830
1830
  "nameLocation": "1228:7:133",
1831
1831
  "nodeType": "VariableDeclaration",
1832
- "scope": 66340,
1832
+ "scope": 66359,
1833
1833
  "src": "1223:12:133",
1834
1834
  "stateVariable": false,
1835
1835
  "storageLocation": "default",
@@ -1838,7 +1838,7 @@
1838
1838
  "typeString": "bool"
1839
1839
  },
1840
1840
  "typeName": {
1841
- "id": 66287,
1841
+ "id": 66306,
1842
1842
  "name": "bool",
1843
1843
  "nodeType": "ElementaryTypeName",
1844
1844
  "src": "1223:4:133",
@@ -1851,12 +1851,12 @@
1851
1851
  },
1852
1852
  {
1853
1853
  "constant": false,
1854
- "id": 66290,
1854
+ "id": 66309,
1855
1855
  "mutability": "mutable",
1856
1856
  "name": "data",
1857
1857
  "nameLocation": "1250:4:133",
1858
1858
  "nodeType": "VariableDeclaration",
1859
- "scope": 66340,
1859
+ "scope": 66359,
1860
1860
  "src": "1237:17:133",
1861
1861
  "stateVariable": false,
1862
1862
  "storageLocation": "memory",
@@ -1865,7 +1865,7 @@
1865
1865
  "typeString": "bytes"
1866
1866
  },
1867
1867
  "typeName": {
1868
- "id": 66289,
1868
+ "id": 66308,
1869
1869
  "name": "bytes",
1870
1870
  "nodeType": "ElementaryTypeName",
1871
1871
  "src": "1237:5:133",
@@ -1877,25 +1877,25 @@
1877
1877
  "visibility": "internal"
1878
1878
  }
1879
1879
  ],
1880
- "id": 66306,
1880
+ "id": 66325,
1881
1881
  "initialValue": {
1882
1882
  "arguments": [
1883
1883
  {
1884
1884
  "arguments": [
1885
1885
  {
1886
1886
  "expression": {
1887
- "id": 66298,
1887
+ "id": 66317,
1888
1888
  "name": "world",
1889
1889
  "nodeType": "Identifier",
1890
1890
  "overloadedDeclarations": [],
1891
- "referencedDeclaration": 66275,
1891
+ "referencedDeclaration": 66294,
1892
1892
  "src": "1308:5:133",
1893
1893
  "typeDescriptions": {
1894
- "typeIdentifier": "t_contract$_IBaseWorld_$49243",
1894
+ "typeIdentifier": "t_contract$_IBaseWorld_$49262",
1895
1895
  "typeString": "contract IBaseWorld"
1896
1896
  }
1897
1897
  },
1898
- "id": 66299,
1898
+ "id": 66318,
1899
1899
  "isConstant": false,
1900
1900
  "isLValue": false,
1901
1901
  "isPure": false,
@@ -1903,42 +1903,42 @@
1903
1903
  "memberLocation": "1314:14:133",
1904
1904
  "memberName": "registerSystem",
1905
1905
  "nodeType": "MemberAccess",
1906
- "referencedDeclaration": 71055,
1906
+ "referencedDeclaration": 71085,
1907
1907
  "src": "1308:20:133",
1908
1908
  "typeDescriptions": {
1909
- "typeIdentifier": "t_function_external_nonpayable$_t_userDefinedValueType$_ResourceId_$36365_$_t_contract$_WorldContextConsumer_$48776_$_t_bool_$returns$__$",
1909
+ "typeIdentifier": "t_function_external_nonpayable$_t_userDefinedValueType$_ResourceId_$36384_$_t_contract$_WorldContextConsumer_$48795_$_t_bool_$returns$__$",
1910
1910
  "typeString": "function (ResourceId,contract WorldContextConsumer,bool) external"
1911
1911
  }
1912
1912
  },
1913
1913
  {
1914
1914
  "components": [
1915
1915
  {
1916
- "id": 66300,
1916
+ "id": 66319,
1917
1917
  "name": "SYSTEM_ID",
1918
1918
  "nodeType": "Identifier",
1919
1919
  "overloadedDeclarations": [],
1920
- "referencedDeclaration": 66479,
1920
+ "referencedDeclaration": 66498,
1921
1921
  "src": "1331:9:133",
1922
1922
  "typeDescriptions": {
1923
- "typeIdentifier": "t_userDefinedValueType$_ResourceId_$36365",
1923
+ "typeIdentifier": "t_userDefinedValueType$_ResourceId_$36384",
1924
1924
  "typeString": "ResourceId"
1925
1925
  }
1926
1926
  },
1927
1927
  {
1928
- "id": 66301,
1928
+ "id": 66320,
1929
1929
  "name": "uniqueEntitySystem",
1930
1930
  "nodeType": "Identifier",
1931
1931
  "overloadedDeclarations": [],
1932
- "referencedDeclaration": 66260,
1932
+ "referencedDeclaration": 66279,
1933
1933
  "src": "1342:18:133",
1934
1934
  "typeDescriptions": {
1935
- "typeIdentifier": "t_contract$_UniqueEntitySystem_$66417",
1935
+ "typeIdentifier": "t_contract$_UniqueEntitySystem_$66436",
1936
1936
  "typeString": "contract UniqueEntitySystem"
1937
1937
  }
1938
1938
  },
1939
1939
  {
1940
1940
  "hexValue": "74727565",
1941
- "id": 66302,
1941
+ "id": 66321,
1942
1942
  "isConstant": false,
1943
1943
  "isLValue": false,
1944
1944
  "isPure": true,
@@ -1953,7 +1953,7 @@
1953
1953
  "value": "true"
1954
1954
  }
1955
1955
  ],
1956
- "id": 66303,
1956
+ "id": 66322,
1957
1957
  "isConstant": false,
1958
1958
  "isInlineArray": false,
1959
1959
  "isLValue": false,
@@ -1962,7 +1962,7 @@
1962
1962
  "nodeType": "TupleExpression",
1963
1963
  "src": "1330:37:133",
1964
1964
  "typeDescriptions": {
1965
- "typeIdentifier": "t_tuple$_t_userDefinedValueType$_ResourceId_$36365_$_t_contract$_UniqueEntitySystem_$66417_$_t_bool_$",
1965
+ "typeIdentifier": "t_tuple$_t_userDefinedValueType$_ResourceId_$36384_$_t_contract$_UniqueEntitySystem_$66436_$_t_bool_$",
1966
1966
  "typeString": "tuple(ResourceId,contract UniqueEntitySystem,bool)"
1967
1967
  }
1968
1968
  }
@@ -1970,16 +1970,16 @@
1970
1970
  "expression": {
1971
1971
  "argumentTypes": [
1972
1972
  {
1973
- "typeIdentifier": "t_function_external_nonpayable$_t_userDefinedValueType$_ResourceId_$36365_$_t_contract$_WorldContextConsumer_$48776_$_t_bool_$returns$__$",
1973
+ "typeIdentifier": "t_function_external_nonpayable$_t_userDefinedValueType$_ResourceId_$36384_$_t_contract$_WorldContextConsumer_$48795_$_t_bool_$returns$__$",
1974
1974
  "typeString": "function (ResourceId,contract WorldContextConsumer,bool) external"
1975
1975
  },
1976
1976
  {
1977
- "typeIdentifier": "t_tuple$_t_userDefinedValueType$_ResourceId_$36365_$_t_contract$_UniqueEntitySystem_$66417_$_t_bool_$",
1977
+ "typeIdentifier": "t_tuple$_t_userDefinedValueType$_ResourceId_$36384_$_t_contract$_UniqueEntitySystem_$66436_$_t_bool_$",
1978
1978
  "typeString": "tuple(ResourceId,contract UniqueEntitySystem,bool)"
1979
1979
  }
1980
1980
  ],
1981
1981
  "expression": {
1982
- "id": 66296,
1982
+ "id": 66315,
1983
1983
  "name": "abi",
1984
1984
  "nodeType": "Identifier",
1985
1985
  "overloadedDeclarations": [],
@@ -1990,7 +1990,7 @@
1990
1990
  "typeString": "abi"
1991
1991
  }
1992
1992
  },
1993
- "id": 66297,
1993
+ "id": 66316,
1994
1994
  "isConstant": false,
1995
1995
  "isLValue": false,
1996
1996
  "isPure": true,
@@ -2004,7 +2004,7 @@
2004
2004
  "typeString": "function () pure returns (bytes memory)"
2005
2005
  }
2006
2006
  },
2007
- "id": 66304,
2007
+ "id": 66323,
2008
2008
  "isConstant": false,
2009
2009
  "isLValue": false,
2010
2010
  "isPure": false,
@@ -2031,14 +2031,14 @@
2031
2031
  "expression": {
2032
2032
  "arguments": [
2033
2033
  {
2034
- "id": 66293,
2034
+ "id": 66312,
2035
2035
  "name": "world",
2036
2036
  "nodeType": "Identifier",
2037
2037
  "overloadedDeclarations": [],
2038
- "referencedDeclaration": 66275,
2038
+ "referencedDeclaration": 66294,
2039
2039
  "src": "1266:5:133",
2040
2040
  "typeDescriptions": {
2041
- "typeIdentifier": "t_contract$_IBaseWorld_$49243",
2041
+ "typeIdentifier": "t_contract$_IBaseWorld_$49262",
2042
2042
  "typeString": "contract IBaseWorld"
2043
2043
  }
2044
2044
  }
@@ -2046,11 +2046,11 @@
2046
2046
  "expression": {
2047
2047
  "argumentTypes": [
2048
2048
  {
2049
- "typeIdentifier": "t_contract$_IBaseWorld_$49243",
2049
+ "typeIdentifier": "t_contract$_IBaseWorld_$49262",
2050
2050
  "typeString": "contract IBaseWorld"
2051
2051
  }
2052
2052
  ],
2053
- "id": 66292,
2053
+ "id": 66311,
2054
2054
  "isConstant": false,
2055
2055
  "isLValue": false,
2056
2056
  "isPure": true,
@@ -2062,14 +2062,14 @@
2062
2062
  "typeString": "type(address)"
2063
2063
  },
2064
2064
  "typeName": {
2065
- "id": 66291,
2065
+ "id": 66310,
2066
2066
  "name": "address",
2067
2067
  "nodeType": "ElementaryTypeName",
2068
2068
  "src": "1258:7:133",
2069
2069
  "typeDescriptions": {}
2070
2070
  }
2071
2071
  },
2072
- "id": 66294,
2072
+ "id": 66313,
2073
2073
  "isConstant": false,
2074
2074
  "isLValue": false,
2075
2075
  "isPure": false,
@@ -2085,7 +2085,7 @@
2085
2085
  "typeString": "address"
2086
2086
  }
2087
2087
  },
2088
- "id": 66295,
2088
+ "id": 66314,
2089
2089
  "isConstant": false,
2090
2090
  "isLValue": false,
2091
2091
  "isPure": false,
@@ -2099,7 +2099,7 @@
2099
2099
  "typeString": "function (bytes memory) returns (bool,bytes memory)"
2100
2100
  }
2101
2101
  },
2102
- "id": 66305,
2102
+ "id": 66324,
2103
2103
  "isConstant": false,
2104
2104
  "isLValue": false,
2105
2105
  "isPure": false,
@@ -2120,7 +2120,7 @@
2120
2120
  },
2121
2121
  {
2122
2122
  "condition": {
2123
- "id": 66308,
2123
+ "id": 66327,
2124
2124
  "isConstant": false,
2125
2125
  "isLValue": false,
2126
2126
  "isPure": false,
@@ -2130,11 +2130,11 @@
2130
2130
  "prefix": true,
2131
2131
  "src": "1384:8:133",
2132
2132
  "subExpression": {
2133
- "id": 66307,
2133
+ "id": 66326,
2134
2134
  "name": "success",
2135
2135
  "nodeType": "Identifier",
2136
2136
  "overloadedDeclarations": [],
2137
- "referencedDeclaration": 66288,
2137
+ "referencedDeclaration": 66307,
2138
2138
  "src": "1385:7:133",
2139
2139
  "typeDescriptions": {
2140
2140
  "typeIdentifier": "t_bool",
@@ -2146,18 +2146,18 @@
2146
2146
  "typeString": "bool"
2147
2147
  }
2148
2148
  },
2149
- "id": 66313,
2149
+ "id": 66332,
2150
2150
  "nodeType": "IfStatement",
2151
2151
  "src": "1380:35:133",
2152
2152
  "trueBody": {
2153
2153
  "expression": {
2154
2154
  "arguments": [
2155
2155
  {
2156
- "id": 66310,
2156
+ "id": 66329,
2157
2157
  "name": "data",
2158
2158
  "nodeType": "Identifier",
2159
2159
  "overloadedDeclarations": [],
2160
- "referencedDeclaration": 66290,
2160
+ "referencedDeclaration": 66309,
2161
2161
  "src": "1410:4:133",
2162
2162
  "typeDescriptions": {
2163
2163
  "typeIdentifier": "t_bytes_memory_ptr",
@@ -2172,18 +2172,18 @@
2172
2172
  "typeString": "bytes memory"
2173
2173
  }
2174
2174
  ],
2175
- "id": 66309,
2175
+ "id": 66328,
2176
2176
  "name": "revertWithBytes",
2177
2177
  "nodeType": "Identifier",
2178
2178
  "overloadedDeclarations": [],
2179
- "referencedDeclaration": 49373,
2179
+ "referencedDeclaration": 49392,
2180
2180
  "src": "1394:15:133",
2181
2181
  "typeDescriptions": {
2182
2182
  "typeIdentifier": "t_function_internal_pure$_t_bytes_memory_ptr_$returns$__$",
2183
2183
  "typeString": "function (bytes memory) pure"
2184
2184
  }
2185
2185
  },
2186
- "id": 66311,
2186
+ "id": 66330,
2187
2187
  "isConstant": false,
2188
2188
  "isLValue": false,
2189
2189
  "isPure": false,
@@ -2199,14 +2199,14 @@
2199
2199
  "typeString": "tuple()"
2200
2200
  }
2201
2201
  },
2202
- "id": 66312,
2202
+ "id": 66331,
2203
2203
  "nodeType": "ExpressionStatement",
2204
2204
  "src": "1394:21:133"
2205
2205
  }
2206
2206
  },
2207
2207
  {
2208
2208
  "expression": {
2209
- "id": 66331,
2209
+ "id": 66350,
2210
2210
  "isConstant": false,
2211
2211
  "isLValue": false,
2212
2212
  "isPure": false,
@@ -2214,11 +2214,11 @@
2214
2214
  "leftHandSide": {
2215
2215
  "components": [
2216
2216
  {
2217
- "id": 66314,
2217
+ "id": 66333,
2218
2218
  "name": "success",
2219
2219
  "nodeType": "Identifier",
2220
2220
  "overloadedDeclarations": [],
2221
- "referencedDeclaration": 66288,
2221
+ "referencedDeclaration": 66307,
2222
2222
  "src": "1458:7:133",
2223
2223
  "typeDescriptions": {
2224
2224
  "typeIdentifier": "t_bool",
@@ -2226,11 +2226,11 @@
2226
2226
  }
2227
2227
  },
2228
2228
  {
2229
- "id": 66315,
2229
+ "id": 66334,
2230
2230
  "name": "data",
2231
2231
  "nodeType": "Identifier",
2232
2232
  "overloadedDeclarations": [],
2233
- "referencedDeclaration": 66290,
2233
+ "referencedDeclaration": 66309,
2234
2234
  "src": "1467:4:133",
2235
2235
  "typeDescriptions": {
2236
2236
  "typeIdentifier": "t_bytes_memory_ptr",
@@ -2238,7 +2238,7 @@
2238
2238
  }
2239
2239
  }
2240
2240
  ],
2241
- "id": 66316,
2241
+ "id": 66335,
2242
2242
  "isConstant": false,
2243
2243
  "isInlineArray": false,
2244
2244
  "isLValue": true,
@@ -2259,18 +2259,18 @@
2259
2259
  "arguments": [
2260
2260
  {
2261
2261
  "expression": {
2262
- "id": 66324,
2262
+ "id": 66343,
2263
2263
  "name": "world",
2264
2264
  "nodeType": "Identifier",
2265
2265
  "overloadedDeclarations": [],
2266
- "referencedDeclaration": 66275,
2266
+ "referencedDeclaration": 66294,
2267
2267
  "src": "1525:5:133",
2268
2268
  "typeDescriptions": {
2269
- "typeIdentifier": "t_contract$_IBaseWorld_$49243",
2269
+ "typeIdentifier": "t_contract$_IBaseWorld_$49262",
2270
2270
  "typeString": "contract IBaseWorld"
2271
2271
  }
2272
2272
  },
2273
- "id": 66325,
2273
+ "id": 66344,
2274
2274
  "isConstant": false,
2275
2275
  "isLValue": false,
2276
2276
  "isPure": false,
@@ -2278,30 +2278,30 @@
2278
2278
  "memberLocation": "1531:24:133",
2279
2279
  "memberName": "registerFunctionSelector",
2280
2280
  "nodeType": "MemberAccess",
2281
- "referencedDeclaration": 71065,
2281
+ "referencedDeclaration": 71095,
2282
2282
  "src": "1525:30:133",
2283
2283
  "typeDescriptions": {
2284
- "typeIdentifier": "t_function_external_nonpayable$_t_userDefinedValueType$_ResourceId_$36365_$_t_string_memory_ptr_$returns$_t_bytes4_$",
2284
+ "typeIdentifier": "t_function_external_nonpayable$_t_userDefinedValueType$_ResourceId_$36384_$_t_string_memory_ptr_$returns$_t_bytes4_$",
2285
2285
  "typeString": "function (ResourceId,string memory) external returns (bytes4)"
2286
2286
  }
2287
2287
  },
2288
2288
  {
2289
2289
  "components": [
2290
2290
  {
2291
- "id": 66326,
2291
+ "id": 66345,
2292
2292
  "name": "SYSTEM_ID",
2293
2293
  "nodeType": "Identifier",
2294
2294
  "overloadedDeclarations": [],
2295
- "referencedDeclaration": 66479,
2295
+ "referencedDeclaration": 66498,
2296
2296
  "src": "1558:9:133",
2297
2297
  "typeDescriptions": {
2298
- "typeIdentifier": "t_userDefinedValueType$_ResourceId_$36365",
2298
+ "typeIdentifier": "t_userDefinedValueType$_ResourceId_$36384",
2299
2299
  "typeString": "ResourceId"
2300
2300
  }
2301
2301
  },
2302
2302
  {
2303
2303
  "hexValue": "676574556e69717565456e746974792829",
2304
- "id": 66327,
2304
+ "id": 66346,
2305
2305
  "isConstant": false,
2306
2306
  "isLValue": false,
2307
2307
  "isPure": true,
@@ -2316,7 +2316,7 @@
2316
2316
  "value": "getUniqueEntity()"
2317
2317
  }
2318
2318
  ],
2319
- "id": 66328,
2319
+ "id": 66347,
2320
2320
  "isConstant": false,
2321
2321
  "isInlineArray": false,
2322
2322
  "isLValue": false,
@@ -2325,7 +2325,7 @@
2325
2325
  "nodeType": "TupleExpression",
2326
2326
  "src": "1557:32:133",
2327
2327
  "typeDescriptions": {
2328
- "typeIdentifier": "t_tuple$_t_userDefinedValueType$_ResourceId_$36365_$_t_stringliteral_490923cdd7584b615e29dfb2b4f19acd99d517a4c092612379225d1e1b575cd1_$",
2328
+ "typeIdentifier": "t_tuple$_t_userDefinedValueType$_ResourceId_$36384_$_t_stringliteral_490923cdd7584b615e29dfb2b4f19acd99d517a4c092612379225d1e1b575cd1_$",
2329
2329
  "typeString": "tuple(ResourceId,literal_string \"getUniqueEntity()\")"
2330
2330
  }
2331
2331
  }
@@ -2333,16 +2333,16 @@
2333
2333
  "expression": {
2334
2334
  "argumentTypes": [
2335
2335
  {
2336
- "typeIdentifier": "t_function_external_nonpayable$_t_userDefinedValueType$_ResourceId_$36365_$_t_string_memory_ptr_$returns$_t_bytes4_$",
2336
+ "typeIdentifier": "t_function_external_nonpayable$_t_userDefinedValueType$_ResourceId_$36384_$_t_string_memory_ptr_$returns$_t_bytes4_$",
2337
2337
  "typeString": "function (ResourceId,string memory) external returns (bytes4)"
2338
2338
  },
2339
2339
  {
2340
- "typeIdentifier": "t_tuple$_t_userDefinedValueType$_ResourceId_$36365_$_t_stringliteral_490923cdd7584b615e29dfb2b4f19acd99d517a4c092612379225d1e1b575cd1_$",
2340
+ "typeIdentifier": "t_tuple$_t_userDefinedValueType$_ResourceId_$36384_$_t_stringliteral_490923cdd7584b615e29dfb2b4f19acd99d517a4c092612379225d1e1b575cd1_$",
2341
2341
  "typeString": "tuple(ResourceId,literal_string \"getUniqueEntity()\")"
2342
2342
  }
2343
2343
  ],
2344
2344
  "expression": {
2345
- "id": 66322,
2345
+ "id": 66341,
2346
2346
  "name": "abi",
2347
2347
  "nodeType": "Identifier",
2348
2348
  "overloadedDeclarations": [],
@@ -2353,7 +2353,7 @@
2353
2353
  "typeString": "abi"
2354
2354
  }
2355
2355
  },
2356
- "id": 66323,
2356
+ "id": 66342,
2357
2357
  "isConstant": false,
2358
2358
  "isLValue": false,
2359
2359
  "isPure": true,
@@ -2367,7 +2367,7 @@
2367
2367
  "typeString": "function () pure returns (bytes memory)"
2368
2368
  }
2369
2369
  },
2370
- "id": 66329,
2370
+ "id": 66348,
2371
2371
  "isConstant": false,
2372
2372
  "isLValue": false,
2373
2373
  "isPure": false,
@@ -2394,14 +2394,14 @@
2394
2394
  "expression": {
2395
2395
  "arguments": [
2396
2396
  {
2397
- "id": 66319,
2397
+ "id": 66338,
2398
2398
  "name": "world",
2399
2399
  "nodeType": "Identifier",
2400
2400
  "overloadedDeclarations": [],
2401
- "referencedDeclaration": 66275,
2401
+ "referencedDeclaration": 66294,
2402
2402
  "src": "1483:5:133",
2403
2403
  "typeDescriptions": {
2404
- "typeIdentifier": "t_contract$_IBaseWorld_$49243",
2404
+ "typeIdentifier": "t_contract$_IBaseWorld_$49262",
2405
2405
  "typeString": "contract IBaseWorld"
2406
2406
  }
2407
2407
  }
@@ -2409,11 +2409,11 @@
2409
2409
  "expression": {
2410
2410
  "argumentTypes": [
2411
2411
  {
2412
- "typeIdentifier": "t_contract$_IBaseWorld_$49243",
2412
+ "typeIdentifier": "t_contract$_IBaseWorld_$49262",
2413
2413
  "typeString": "contract IBaseWorld"
2414
2414
  }
2415
2415
  ],
2416
- "id": 66318,
2416
+ "id": 66337,
2417
2417
  "isConstant": false,
2418
2418
  "isLValue": false,
2419
2419
  "isPure": true,
@@ -2425,14 +2425,14 @@
2425
2425
  "typeString": "type(address)"
2426
2426
  },
2427
2427
  "typeName": {
2428
- "id": 66317,
2428
+ "id": 66336,
2429
2429
  "name": "address",
2430
2430
  "nodeType": "ElementaryTypeName",
2431
2431
  "src": "1475:7:133",
2432
2432
  "typeDescriptions": {}
2433
2433
  }
2434
2434
  },
2435
- "id": 66320,
2435
+ "id": 66339,
2436
2436
  "isConstant": false,
2437
2437
  "isLValue": false,
2438
2438
  "isPure": false,
@@ -2448,7 +2448,7 @@
2448
2448
  "typeString": "address"
2449
2449
  }
2450
2450
  },
2451
- "id": 66321,
2451
+ "id": 66340,
2452
2452
  "isConstant": false,
2453
2453
  "isLValue": false,
2454
2454
  "isPure": false,
@@ -2462,7 +2462,7 @@
2462
2462
  "typeString": "function (bytes memory) returns (bool,bytes memory)"
2463
2463
  }
2464
2464
  },
2465
- "id": 66330,
2465
+ "id": 66349,
2466
2466
  "isConstant": false,
2467
2467
  "isLValue": false,
2468
2468
  "isPure": false,
@@ -2484,13 +2484,13 @@
2484
2484
  "typeString": "tuple()"
2485
2485
  }
2486
2486
  },
2487
- "id": 66332,
2487
+ "id": 66351,
2488
2488
  "nodeType": "ExpressionStatement",
2489
2489
  "src": "1457:139:133"
2490
2490
  },
2491
2491
  {
2492
2492
  "condition": {
2493
- "id": 66334,
2493
+ "id": 66353,
2494
2494
  "isConstant": false,
2495
2495
  "isLValue": false,
2496
2496
  "isPure": false,
@@ -2500,11 +2500,11 @@
2500
2500
  "prefix": true,
2501
2501
  "src": "1606:8:133",
2502
2502
  "subExpression": {
2503
- "id": 66333,
2503
+ "id": 66352,
2504
2504
  "name": "success",
2505
2505
  "nodeType": "Identifier",
2506
2506
  "overloadedDeclarations": [],
2507
- "referencedDeclaration": 66288,
2507
+ "referencedDeclaration": 66307,
2508
2508
  "src": "1607:7:133",
2509
2509
  "typeDescriptions": {
2510
2510
  "typeIdentifier": "t_bool",
@@ -2516,18 +2516,18 @@
2516
2516
  "typeString": "bool"
2517
2517
  }
2518
2518
  },
2519
- "id": 66339,
2519
+ "id": 66358,
2520
2520
  "nodeType": "IfStatement",
2521
2521
  "src": "1602:35:133",
2522
2522
  "trueBody": {
2523
2523
  "expression": {
2524
2524
  "arguments": [
2525
2525
  {
2526
- "id": 66336,
2526
+ "id": 66355,
2527
2527
  "name": "data",
2528
2528
  "nodeType": "Identifier",
2529
2529
  "overloadedDeclarations": [],
2530
- "referencedDeclaration": 66290,
2530
+ "referencedDeclaration": 66309,
2531
2531
  "src": "1632:4:133",
2532
2532
  "typeDescriptions": {
2533
2533
  "typeIdentifier": "t_bytes_memory_ptr",
@@ -2542,18 +2542,18 @@
2542
2542
  "typeString": "bytes memory"
2543
2543
  }
2544
2544
  ],
2545
- "id": 66335,
2545
+ "id": 66354,
2546
2546
  "name": "revertWithBytes",
2547
2547
  "nodeType": "Identifier",
2548
2548
  "overloadedDeclarations": [],
2549
- "referencedDeclaration": 49373,
2549
+ "referencedDeclaration": 49392,
2550
2550
  "src": "1616:15:133",
2551
2551
  "typeDescriptions": {
2552
2552
  "typeIdentifier": "t_function_internal_pure$_t_bytes_memory_ptr_$returns$__$",
2553
2553
  "typeString": "function (bytes memory) pure"
2554
2554
  }
2555
2555
  },
2556
- "id": 66337,
2556
+ "id": 66356,
2557
2557
  "isConstant": false,
2558
2558
  "isLValue": false,
2559
2559
  "isPure": false,
@@ -2569,7 +2569,7 @@
2569
2569
  "typeString": "tuple()"
2570
2570
  }
2571
2571
  },
2572
- "id": 66338,
2572
+ "id": 66357,
2573
2573
  "nodeType": "ExpressionStatement",
2574
2574
  "src": "1616:21:133"
2575
2575
  }
@@ -2577,7 +2577,7 @@
2577
2577
  ]
2578
2578
  },
2579
2579
  "baseFunctions": [
2580
- 70917
2580
+ 70936
2581
2581
  ],
2582
2582
  "functionSelector": "7c5b0335",
2583
2583
  "implemented": true,
@@ -2586,17 +2586,17 @@
2586
2586
  "name": "installRoot",
2587
2587
  "nameLocation": "1053:11:133",
2588
2588
  "parameters": {
2589
- "id": 66271,
2589
+ "id": 66290,
2590
2590
  "nodeType": "ParameterList",
2591
2591
  "parameters": [
2592
2592
  {
2593
2593
  "constant": false,
2594
- "id": 66270,
2594
+ "id": 66289,
2595
2595
  "mutability": "mutable",
2596
2596
  "name": "",
2597
2597
  "nameLocation": "-1:-1:-1",
2598
2598
  "nodeType": "VariableDeclaration",
2599
- "scope": 66341,
2599
+ "scope": 66360,
2600
2600
  "src": "1065:12:133",
2601
2601
  "stateVariable": false,
2602
2602
  "storageLocation": "memory",
@@ -2605,7 +2605,7 @@
2605
2605
  "typeString": "bytes"
2606
2606
  },
2607
2607
  "typeName": {
2608
- "id": 66269,
2608
+ "id": 66288,
2609
2609
  "name": "bytes",
2610
2610
  "nodeType": "ElementaryTypeName",
2611
2611
  "src": "1065:5:133",
@@ -2620,89 +2620,89 @@
2620
2620
  "src": "1064:14:133"
2621
2621
  },
2622
2622
  "returnParameters": {
2623
- "id": 66272,
2623
+ "id": 66291,
2624
2624
  "nodeType": "ParameterList",
2625
2625
  "parameters": [],
2626
2626
  "src": "1086:0:133"
2627
2627
  },
2628
- "scope": 66378,
2628
+ "scope": 66397,
2629
2629
  "stateMutability": "nonpayable",
2630
2630
  "virtual": false,
2631
2631
  "visibility": "public"
2632
2632
  },
2633
2633
  {
2634
- "id": 66377,
2634
+ "id": 66396,
2635
2635
  "nodeType": "FunctionDefinition",
2636
2636
  "src": "1646:346:133",
2637
2637
  "nodes": [],
2638
2638
  "body": {
2639
- "id": 66376,
2639
+ "id": 66395,
2640
2640
  "nodeType": "Block",
2641
2641
  "src": "1684:308:133",
2642
2642
  "nodes": [],
2643
2643
  "statements": [
2644
2644
  {
2645
2645
  "assignments": [
2646
- 66348
2646
+ 66367
2647
2647
  ],
2648
2648
  "declarations": [
2649
2649
  {
2650
2650
  "constant": false,
2651
- "id": 66348,
2651
+ "id": 66367,
2652
2652
  "mutability": "mutable",
2653
2653
  "name": "world",
2654
2654
  "nameLocation": "1701:5:133",
2655
2655
  "nodeType": "VariableDeclaration",
2656
- "scope": 66376,
2656
+ "scope": 66395,
2657
2657
  "src": "1690:16:133",
2658
2658
  "stateVariable": false,
2659
2659
  "storageLocation": "default",
2660
2660
  "typeDescriptions": {
2661
- "typeIdentifier": "t_contract$_IBaseWorld_$49243",
2661
+ "typeIdentifier": "t_contract$_IBaseWorld_$49262",
2662
2662
  "typeString": "contract IBaseWorld"
2663
2663
  },
2664
2664
  "typeName": {
2665
- "id": 66347,
2665
+ "id": 66366,
2666
2666
  "nodeType": "UserDefinedTypeName",
2667
2667
  "pathNode": {
2668
- "id": 66346,
2668
+ "id": 66365,
2669
2669
  "name": "IBaseWorld",
2670
2670
  "nameLocations": [
2671
2671
  "1690:10:133"
2672
2672
  ],
2673
2673
  "nodeType": "IdentifierPath",
2674
- "referencedDeclaration": 49243,
2674
+ "referencedDeclaration": 49262,
2675
2675
  "src": "1690:10:133"
2676
2676
  },
2677
- "referencedDeclaration": 49243,
2677
+ "referencedDeclaration": 49262,
2678
2678
  "src": "1690:10:133",
2679
2679
  "typeDescriptions": {
2680
- "typeIdentifier": "t_contract$_IBaseWorld_$49243",
2680
+ "typeIdentifier": "t_contract$_IBaseWorld_$49262",
2681
2681
  "typeString": "contract IBaseWorld"
2682
2682
  }
2683
2683
  },
2684
2684
  "visibility": "internal"
2685
2685
  }
2686
2686
  ],
2687
- "id": 66353,
2687
+ "id": 66372,
2688
2688
  "initialValue": {
2689
2689
  "arguments": [
2690
2690
  {
2691
2691
  "arguments": [],
2692
2692
  "expression": {
2693
2693
  "argumentTypes": [],
2694
- "id": 66350,
2694
+ "id": 66369,
2695
2695
  "name": "_world",
2696
2696
  "nodeType": "Identifier",
2697
2697
  "overloadedDeclarations": [],
2698
- "referencedDeclaration": 48759,
2698
+ "referencedDeclaration": 48778,
2699
2699
  "src": "1720:6:133",
2700
2700
  "typeDescriptions": {
2701
2701
  "typeIdentifier": "t_function_internal_view$__$returns$_t_address_$",
2702
2702
  "typeString": "function () view returns (address)"
2703
2703
  }
2704
2704
  },
2705
- "id": 66351,
2705
+ "id": 66370,
2706
2706
  "isConstant": false,
2707
2707
  "isLValue": false,
2708
2708
  "isPure": false,
@@ -2726,18 +2726,18 @@
2726
2726
  "typeString": "address"
2727
2727
  }
2728
2728
  ],
2729
- "id": 66349,
2729
+ "id": 66368,
2730
2730
  "name": "IBaseWorld",
2731
2731
  "nodeType": "Identifier",
2732
2732
  "overloadedDeclarations": [],
2733
- "referencedDeclaration": 49243,
2733
+ "referencedDeclaration": 49262,
2734
2734
  "src": "1709:10:133",
2735
2735
  "typeDescriptions": {
2736
- "typeIdentifier": "t_type$_t_contract$_IBaseWorld_$49243_$",
2736
+ "typeIdentifier": "t_type$_t_contract$_IBaseWorld_$49262_$",
2737
2737
  "typeString": "type(contract IBaseWorld)"
2738
2738
  }
2739
2739
  },
2740
- "id": 66352,
2740
+ "id": 66371,
2741
2741
  "isConstant": false,
2742
2742
  "isLValue": false,
2743
2743
  "isPure": false,
@@ -2749,7 +2749,7 @@
2749
2749
  "src": "1709:20:133",
2750
2750
  "tryCall": false,
2751
2751
  "typeDescriptions": {
2752
- "typeIdentifier": "t_contract$_IBaseWorld_$49243",
2752
+ "typeIdentifier": "t_contract$_IBaseWorld_$49262",
2753
2753
  "typeString": "contract IBaseWorld"
2754
2754
  }
2755
2755
  },
@@ -2760,26 +2760,26 @@
2760
2760
  "expression": {
2761
2761
  "arguments": [
2762
2762
  {
2763
- "id": 66357,
2763
+ "id": 66376,
2764
2764
  "name": "world",
2765
2765
  "nodeType": "Identifier",
2766
2766
  "overloadedDeclarations": [],
2767
- "referencedDeclaration": 66348,
2767
+ "referencedDeclaration": 66367,
2768
2768
  "src": "1780:5:133",
2769
2769
  "typeDescriptions": {
2770
- "typeIdentifier": "t_contract$_IBaseWorld_$49243",
2770
+ "typeIdentifier": "t_contract$_IBaseWorld_$49262",
2771
2771
  "typeString": "contract IBaseWorld"
2772
2772
  }
2773
2773
  },
2774
2774
  {
2775
- "id": 66358,
2775
+ "id": 66377,
2776
2776
  "name": "TABLE_ID",
2777
2777
  "nodeType": "Identifier",
2778
2778
  "overloadedDeclarations": [],
2779
- "referencedDeclaration": 66463,
2779
+ "referencedDeclaration": 66482,
2780
2780
  "src": "1787:8:133",
2781
2781
  "typeDescriptions": {
2782
- "typeIdentifier": "t_userDefinedValueType$_ResourceId_$36365",
2782
+ "typeIdentifier": "t_userDefinedValueType$_ResourceId_$36384",
2783
2783
  "typeString": "ResourceId"
2784
2784
  }
2785
2785
  }
@@ -2787,27 +2787,27 @@
2787
2787
  "expression": {
2788
2788
  "argumentTypes": [
2789
2789
  {
2790
- "typeIdentifier": "t_contract$_IBaseWorld_$49243",
2790
+ "typeIdentifier": "t_contract$_IBaseWorld_$49262",
2791
2791
  "typeString": "contract IBaseWorld"
2792
2792
  },
2793
2793
  {
2794
- "typeIdentifier": "t_userDefinedValueType$_ResourceId_$36365",
2794
+ "typeIdentifier": "t_userDefinedValueType$_ResourceId_$36384",
2795
2795
  "typeString": "ResourceId"
2796
2796
  }
2797
2797
  ],
2798
2798
  "expression": {
2799
- "id": 66354,
2799
+ "id": 66373,
2800
2800
  "name": "UniqueEntity",
2801
2801
  "nodeType": "Identifier",
2802
2802
  "overloadedDeclarations": [],
2803
- "referencedDeclaration": 67353,
2803
+ "referencedDeclaration": 67372,
2804
2804
  "src": "1758:12:133",
2805
2805
  "typeDescriptions": {
2806
- "typeIdentifier": "t_type$_t_contract$_UniqueEntity_$67353_$",
2806
+ "typeIdentifier": "t_type$_t_contract$_UniqueEntity_$67372_$",
2807
2807
  "typeString": "type(library UniqueEntity)"
2808
2808
  }
2809
2809
  },
2810
- "id": 66356,
2810
+ "id": 66375,
2811
2811
  "isConstant": false,
2812
2812
  "isLValue": false,
2813
2813
  "isPure": false,
@@ -2815,14 +2815,14 @@
2815
2815
  "memberLocation": "1771:8:133",
2816
2816
  "memberName": "register",
2817
2817
  "nodeType": "MemberAccess",
2818
- "referencedDeclaration": 66741,
2818
+ "referencedDeclaration": 66760,
2819
2819
  "src": "1758:21:133",
2820
2820
  "typeDescriptions": {
2821
- "typeIdentifier": "t_function_internal_nonpayable$_t_contract$_IStore_$35684_$_t_userDefinedValueType$_ResourceId_$36365_$returns$__$",
2821
+ "typeIdentifier": "t_function_internal_nonpayable$_t_contract$_IStore_$35703_$_t_userDefinedValueType$_ResourceId_$36384_$returns$__$",
2822
2822
  "typeString": "function (contract IStore,ResourceId)"
2823
2823
  }
2824
2824
  },
2825
- "id": 66359,
2825
+ "id": 66378,
2826
2826
  "isConstant": false,
2827
2827
  "isLValue": false,
2828
2828
  "isPure": false,
@@ -2838,7 +2838,7 @@
2838
2838
  "typeString": "tuple()"
2839
2839
  }
2840
2840
  },
2841
- "id": 66360,
2841
+ "id": 66379,
2842
2842
  "nodeType": "ExpressionStatement",
2843
2843
  "src": "1758:38:133"
2844
2844
  },
@@ -2846,32 +2846,32 @@
2846
2846
  "expression": {
2847
2847
  "arguments": [
2848
2848
  {
2849
- "id": 66364,
2849
+ "id": 66383,
2850
2850
  "name": "SYSTEM_ID",
2851
2851
  "nodeType": "Identifier",
2852
2852
  "overloadedDeclarations": [],
2853
- "referencedDeclaration": 66479,
2853
+ "referencedDeclaration": 66498,
2854
2854
  "src": "1847:9:133",
2855
2855
  "typeDescriptions": {
2856
- "typeIdentifier": "t_userDefinedValueType$_ResourceId_$36365",
2856
+ "typeIdentifier": "t_userDefinedValueType$_ResourceId_$36384",
2857
2857
  "typeString": "ResourceId"
2858
2858
  }
2859
2859
  },
2860
2860
  {
2861
- "id": 66365,
2861
+ "id": 66384,
2862
2862
  "name": "uniqueEntitySystem",
2863
2863
  "nodeType": "Identifier",
2864
2864
  "overloadedDeclarations": [],
2865
- "referencedDeclaration": 66260,
2865
+ "referencedDeclaration": 66279,
2866
2866
  "src": "1858:18:133",
2867
2867
  "typeDescriptions": {
2868
- "typeIdentifier": "t_contract$_UniqueEntitySystem_$66417",
2868
+ "typeIdentifier": "t_contract$_UniqueEntitySystem_$66436",
2869
2869
  "typeString": "contract UniqueEntitySystem"
2870
2870
  }
2871
2871
  },
2872
2872
  {
2873
2873
  "hexValue": "74727565",
2874
- "id": 66366,
2874
+ "id": 66385,
2875
2875
  "isConstant": false,
2876
2876
  "isLValue": false,
2877
2877
  "isPure": true,
@@ -2889,11 +2889,11 @@
2889
2889
  "expression": {
2890
2890
  "argumentTypes": [
2891
2891
  {
2892
- "typeIdentifier": "t_userDefinedValueType$_ResourceId_$36365",
2892
+ "typeIdentifier": "t_userDefinedValueType$_ResourceId_$36384",
2893
2893
  "typeString": "ResourceId"
2894
2894
  },
2895
2895
  {
2896
- "typeIdentifier": "t_contract$_UniqueEntitySystem_$66417",
2896
+ "typeIdentifier": "t_contract$_UniqueEntitySystem_$66436",
2897
2897
  "typeString": "contract UniqueEntitySystem"
2898
2898
  },
2899
2899
  {
@@ -2902,18 +2902,18 @@
2902
2902
  }
2903
2903
  ],
2904
2904
  "expression": {
2905
- "id": 66361,
2905
+ "id": 66380,
2906
2906
  "name": "world",
2907
2907
  "nodeType": "Identifier",
2908
2908
  "overloadedDeclarations": [],
2909
- "referencedDeclaration": 66348,
2909
+ "referencedDeclaration": 66367,
2910
2910
  "src": "1826:5:133",
2911
2911
  "typeDescriptions": {
2912
- "typeIdentifier": "t_contract$_IBaseWorld_$49243",
2912
+ "typeIdentifier": "t_contract$_IBaseWorld_$49262",
2913
2913
  "typeString": "contract IBaseWorld"
2914
2914
  }
2915
2915
  },
2916
- "id": 66363,
2916
+ "id": 66382,
2917
2917
  "isConstant": false,
2918
2918
  "isLValue": false,
2919
2919
  "isPure": false,
@@ -2921,14 +2921,14 @@
2921
2921
  "memberLocation": "1832:14:133",
2922
2922
  "memberName": "registerSystem",
2923
2923
  "nodeType": "MemberAccess",
2924
- "referencedDeclaration": 71055,
2924
+ "referencedDeclaration": 71085,
2925
2925
  "src": "1826:20:133",
2926
2926
  "typeDescriptions": {
2927
- "typeIdentifier": "t_function_external_nonpayable$_t_userDefinedValueType$_ResourceId_$36365_$_t_contract$_WorldContextConsumer_$48776_$_t_bool_$returns$__$",
2927
+ "typeIdentifier": "t_function_external_nonpayable$_t_userDefinedValueType$_ResourceId_$36384_$_t_contract$_WorldContextConsumer_$48795_$_t_bool_$returns$__$",
2928
2928
  "typeString": "function (ResourceId,contract WorldContextConsumer,bool) external"
2929
2929
  }
2930
2930
  },
2931
- "id": 66367,
2931
+ "id": 66386,
2932
2932
  "isConstant": false,
2933
2933
  "isLValue": false,
2934
2934
  "isPure": false,
@@ -2944,7 +2944,7 @@
2944
2944
  "typeString": "tuple()"
2945
2945
  }
2946
2946
  },
2947
- "id": 66368,
2947
+ "id": 66387,
2948
2948
  "nodeType": "ExpressionStatement",
2949
2949
  "src": "1826:57:133"
2950
2950
  },
@@ -2952,20 +2952,20 @@
2952
2952
  "expression": {
2953
2953
  "arguments": [
2954
2954
  {
2955
- "id": 66372,
2955
+ "id": 66391,
2956
2956
  "name": "SYSTEM_ID",
2957
2957
  "nodeType": "Identifier",
2958
2958
  "overloadedDeclarations": [],
2959
- "referencedDeclaration": 66479,
2959
+ "referencedDeclaration": 66498,
2960
2960
  "src": "1956:9:133",
2961
2961
  "typeDescriptions": {
2962
- "typeIdentifier": "t_userDefinedValueType$_ResourceId_$36365",
2962
+ "typeIdentifier": "t_userDefinedValueType$_ResourceId_$36384",
2963
2963
  "typeString": "ResourceId"
2964
2964
  }
2965
2965
  },
2966
2966
  {
2967
2967
  "hexValue": "676574556e69717565456e746974792829",
2968
- "id": 66373,
2968
+ "id": 66392,
2969
2969
  "isConstant": false,
2970
2970
  "isLValue": false,
2971
2971
  "isPure": true,
@@ -2983,7 +2983,7 @@
2983
2983
  "expression": {
2984
2984
  "argumentTypes": [
2985
2985
  {
2986
- "typeIdentifier": "t_userDefinedValueType$_ResourceId_$36365",
2986
+ "typeIdentifier": "t_userDefinedValueType$_ResourceId_$36384",
2987
2987
  "typeString": "ResourceId"
2988
2988
  },
2989
2989
  {
@@ -2992,18 +2992,18 @@
2992
2992
  }
2993
2993
  ],
2994
2994
  "expression": {
2995
- "id": 66369,
2995
+ "id": 66388,
2996
2996
  "name": "world",
2997
2997
  "nodeType": "Identifier",
2998
2998
  "overloadedDeclarations": [],
2999
- "referencedDeclaration": 66348,
2999
+ "referencedDeclaration": 66367,
3000
3000
  "src": "1925:5:133",
3001
3001
  "typeDescriptions": {
3002
- "typeIdentifier": "t_contract$_IBaseWorld_$49243",
3002
+ "typeIdentifier": "t_contract$_IBaseWorld_$49262",
3003
3003
  "typeString": "contract IBaseWorld"
3004
3004
  }
3005
3005
  },
3006
- "id": 66371,
3006
+ "id": 66390,
3007
3007
  "isConstant": false,
3008
3008
  "isLValue": false,
3009
3009
  "isPure": false,
@@ -3011,14 +3011,14 @@
3011
3011
  "memberLocation": "1931:24:133",
3012
3012
  "memberName": "registerFunctionSelector",
3013
3013
  "nodeType": "MemberAccess",
3014
- "referencedDeclaration": 71065,
3014
+ "referencedDeclaration": 71095,
3015
3015
  "src": "1925:30:133",
3016
3016
  "typeDescriptions": {
3017
- "typeIdentifier": "t_function_external_nonpayable$_t_userDefinedValueType$_ResourceId_$36365_$_t_string_memory_ptr_$returns$_t_bytes4_$",
3017
+ "typeIdentifier": "t_function_external_nonpayable$_t_userDefinedValueType$_ResourceId_$36384_$_t_string_memory_ptr_$returns$_t_bytes4_$",
3018
3018
  "typeString": "function (ResourceId,string memory) external returns (bytes4)"
3019
3019
  }
3020
3020
  },
3021
- "id": 66374,
3021
+ "id": 66393,
3022
3022
  "isConstant": false,
3023
3023
  "isLValue": false,
3024
3024
  "isPure": false,
@@ -3034,14 +3034,14 @@
3034
3034
  "typeString": "bytes4"
3035
3035
  }
3036
3036
  },
3037
- "id": 66375,
3037
+ "id": 66394,
3038
3038
  "nodeType": "ExpressionStatement",
3039
3039
  "src": "1925:62:133"
3040
3040
  }
3041
3041
  ]
3042
3042
  },
3043
3043
  "baseFunctions": [
3044
- 70923
3044
+ 70942
3045
3045
  ],
3046
3046
  "functionSelector": "13861fb5",
3047
3047
  "implemented": true,
@@ -3050,17 +3050,17 @@
3050
3050
  "name": "install",
3051
3051
  "nameLocation": "1655:7:133",
3052
3052
  "parameters": {
3053
- "id": 66344,
3053
+ "id": 66363,
3054
3054
  "nodeType": "ParameterList",
3055
3055
  "parameters": [
3056
3056
  {
3057
3057
  "constant": false,
3058
- "id": 66343,
3058
+ "id": 66362,
3059
3059
  "mutability": "mutable",
3060
3060
  "name": "",
3061
3061
  "nameLocation": "-1:-1:-1",
3062
3062
  "nodeType": "VariableDeclaration",
3063
- "scope": 66377,
3063
+ "scope": 66396,
3064
3064
  "src": "1663:12:133",
3065
3065
  "stateVariable": false,
3066
3066
  "storageLocation": "memory",
@@ -3069,7 +3069,7 @@
3069
3069
  "typeString": "bytes"
3070
3070
  },
3071
3071
  "typeName": {
3072
- "id": 66342,
3072
+ "id": 66361,
3073
3073
  "name": "bytes",
3074
3074
  "nodeType": "ElementaryTypeName",
3075
3075
  "src": "1663:5:133",
@@ -3084,12 +3084,12 @@
3084
3084
  "src": "1662:14:133"
3085
3085
  },
3086
3086
  "returnParameters": {
3087
- "id": 66345,
3087
+ "id": 66364,
3088
3088
  "nodeType": "ParameterList",
3089
3089
  "parameters": [],
3090
3090
  "src": "1684:0:133"
3091
3091
  },
3092
- "scope": 66378,
3092
+ "scope": 66397,
3093
3093
  "stateMutability": "nonpayable",
3094
3094
  "virtual": false,
3095
3095
  "visibility": "public"
@@ -3099,61 +3099,61 @@
3099
3099
  "baseContracts": [
3100
3100
  {
3101
3101
  "baseName": {
3102
- "id": 66252,
3102
+ "id": 66271,
3103
3103
  "name": "Module",
3104
3104
  "nameLocations": [
3105
3105
  "712:6:133"
3106
3106
  ],
3107
3107
  "nodeType": "IdentifierPath",
3108
- "referencedDeclaration": 48698,
3108
+ "referencedDeclaration": 48717,
3109
3109
  "src": "712:6:133"
3110
3110
  },
3111
- "id": 66253,
3111
+ "id": 66272,
3112
3112
  "nodeType": "InheritanceSpecifier",
3113
3113
  "src": "712:6:133"
3114
3114
  }
3115
3115
  ],
3116
3116
  "canonicalName": "UniqueEntityModule",
3117
3117
  "contractDependencies": [
3118
- 66417
3118
+ 66436
3119
3119
  ],
3120
3120
  "contractKind": "contract",
3121
3121
  "documentation": {
3122
- "id": 66251,
3122
+ "id": 66270,
3123
3123
  "nodeType": "StructuredDocumentation",
3124
3124
  "src": "553:127:133",
3125
3125
  "text": " This module creates a table that stores a nonce, and\n a public system that returns an incremented nonce each time."
3126
3126
  },
3127
3127
  "fullyImplemented": true,
3128
3128
  "linearizedBaseContracts": [
3129
- 66378,
3130
- 48698,
3131
- 48776,
3132
- 70879,
3133
- 70924,
3134
- 70841
3129
+ 66397,
3130
+ 48717,
3131
+ 48795,
3132
+ 70898,
3133
+ 70943,
3134
+ 70860
3135
3135
  ],
3136
3136
  "name": "UniqueEntityModule",
3137
3137
  "nameLocation": "690:18:133",
3138
- "scope": 66379,
3138
+ "scope": 66398,
3139
3139
  "usedErrors": [
3140
- 34814,
3141
- 34816,
3142
- 34818,
3143
- 36450,
3144
- 36452,
3145
- 36931,
3146
- 67596,
3147
- 67612,
3148
- 67630,
3149
- 67636,
3150
- 67642,
3151
- 70903,
3152
- 70905
3140
+ 34833,
3141
+ 34835,
3142
+ 34837,
3143
+ 36469,
3144
+ 36471,
3145
+ 36950,
3146
+ 67615,
3147
+ 67631,
3148
+ 67649,
3149
+ 67655,
3150
+ 67661,
3151
+ 70922,
3152
+ 70924
3153
3153
  ],
3154
3154
  "usedEvents": [
3155
- 37232,
3156
- 37244
3155
+ 37251,
3156
+ 37263
3157
3157
  ]
3158
3158
  }
3159
3159
  ],