@latticexyz/world-modules 2.0.0-main-c07fa021 → 2.0.0-main-c4f49240

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (104) hide show
  1. package/out/ArrayLib.sol/ArrayLib.json +255 -255
  2. package/out/Callbacks.sol/Callbacks.json +45 -45
  3. package/out/CallboundDelegationControl.sol/CallboundDelegationControl.json +203 -203
  4. package/out/CallboundDelegations.sol/CallboundDelegations.json +2595 -2595
  5. package/out/DelegationControl.sol/DelegationControl.json +83 -83
  6. package/out/Hooks.sol/Hooks.json +45 -45
  7. package/out/IAccessManagementSystem.sol/IAccessManagementSystem.json +14 -14
  8. package/out/IBalanceTransferSystem.sol/IBalanceTransferSystem.json +15 -15
  9. package/out/IBaseWorld.sol/IBaseWorld.json +64 -64
  10. package/out/IBatchCallSystem.sol/IBatchCallSystem.abi.json +69 -0
  11. package/out/IBatchCallSystem.sol/IBatchCallSystem.abi.json.d.ts +70 -0
  12. package/out/IBatchCallSystem.sol/IBatchCallSystem.json +534 -0
  13. package/out/ICoreSystem.sol/ICoreSystem.json +6 -6
  14. package/out/IDelegationControl.sol/IDelegationControl.json +60 -60
  15. package/out/IModule.sol/IModule.json +76 -76
  16. package/out/IModuleInstallationSystem.sol/IModuleInstallationSystem.json +27 -27
  17. package/out/ISystemHook.sol/ISystemHook.json +82 -82
  18. package/out/IUniqueEntitySystem.sol/IUniqueEntitySystem.json +13 -13
  19. package/out/IWorldContextConsumer.sol/IWorldContextConsumer.json +67 -67
  20. package/out/IWorldErrors.sol/IWorldErrors.json +136 -136
  21. package/out/IWorldKernel.sol/IWorldCall.json +149 -149
  22. package/out/IWorldKernel.sol/IWorldKernel.json +149 -149
  23. package/out/IWorldKernel.sol/IWorldModuleInstallation.json +149 -149
  24. package/out/IWorldRegistrationSystem.sol/IWorldRegistrationSystem.json +175 -175
  25. package/out/KeyEncoding.sol/KeyEncoding.json +80 -80
  26. package/out/KeysInTable.sol/KeysInTable.json +10668 -10668
  27. package/out/KeysInTableHook.sol/KeysInTableHook.json +862 -862
  28. package/out/KeysInTableModule.sol/KeysInTableModule.json +534 -534
  29. package/out/KeysWithValue.sol/KeysWithValue.json +3828 -3828
  30. package/out/KeysWithValueHook.sol/KeysWithValueHook.json +996 -996
  31. package/out/KeysWithValueModule.sol/KeysWithValueModule.json +423 -423
  32. package/out/Mixed.sol/Mixed.json +66 -66
  33. package/out/Module.sol/Module.json +73 -73
  34. package/out/ResourceIds.sol/ResourceIds.json +45 -45
  35. package/out/Schema.sol/SchemaInstance.json +30 -30
  36. package/out/Schema.sol/SchemaLib.json +30 -30
  37. package/out/SchemaType.sol/SchemaType.json +276 -276
  38. package/out/StandardDelegationsModule.sol/StandardDelegationsModule.json +300 -300
  39. package/out/StoreHook.sol/StoreHook.json +358 -358
  40. package/out/StoreHooks.sol/StoreHooks.json +45 -45
  41. package/out/System.sol/System.json +18 -18
  42. package/out/Tables.sol/Tables.json +73 -73
  43. package/out/TimeboundDelegationControl.sol/TimeboundDelegationControl.json +107 -107
  44. package/out/TimeboundDelegations.sol/TimeboundDelegations.json +1986 -1986
  45. package/out/UniqueEntity.sol/UniqueEntity.json +1402 -1402
  46. package/out/UniqueEntityModule.sol/UniqueEntityModule.json +324 -324
  47. package/out/UniqueEntitySystem.sol/UniqueEntitySystem.json +81 -81
  48. package/out/UsedKeysIndex.sol/UsedKeysIndex.json +2722 -2722
  49. package/out/Vector2.sol/Vector2.json +52 -52
  50. package/out/WorldContext.sol/WorldContextConsumer.json +28 -28
  51. package/out/WorldContext.sol/WorldContextProvider.json +28 -28
  52. package/out/WorldResourceId.sol/WorldResourceIdInstance.json +103 -103
  53. package/out/WorldResourceId.sol/WorldResourceIdLib.json +103 -103
  54. package/out/constants.sol/constants.json +85 -85
  55. package/out/getKeysInTable.sol/getKeysInTable.json +564 -564
  56. package/out/getKeysWithValue.sol/getKeysWithValue.json +264 -264
  57. package/out/getTargetTableId.sol/getTargetTableId.json +163 -163
  58. package/out/getUniqueEntity.sol/getUniqueEntity.json +88 -88
  59. package/out/hasKey.sol/hasKey.json +130 -130
  60. package/out/index.sol/index.json +53 -53
  61. package/out/interfaces/IBaseWorld.sol/IBaseWorld.abi.json +51 -15
  62. package/out/interfaces/IBaseWorld.sol/IBaseWorld.abi.json.d.ts +51 -15
  63. package/out/interfaces/IBaseWorld.sol/IBaseWorld.json +244 -171
  64. package/out/interfaces/IERC165.sol/IERC165.json +27 -27
  65. package/out/interfaces/IWorldKernel.sol/IWorldCall.json +151 -151
  66. package/out/interfaces/IWorldKernel.sol/IWorldKernel.json +151 -151
  67. package/out/interfaces/IWorldKernel.sol/IWorldModuleInstallation.json +151 -151
  68. package/out/query.sol/query.json +1154 -1154
  69. package/out/revertWithBytes.sol/revertWithBytes.json +15 -15
  70. package/out/src/Bytes.sol/Bytes.json +1332 -1332
  71. package/out/src/FieldLayout.sol/FieldLayoutInstance.json +697 -697
  72. package/out/src/FieldLayout.sol/FieldLayoutLib.json +697 -697
  73. package/out/src/IStore.sol/IStore.json +886 -886
  74. package/out/src/IStore.sol/IStoreData.json +886 -886
  75. package/out/src/IStore.sol/IStoreRead.json +886 -886
  76. package/out/src/IStore.sol/IStoreRegistration.json +886 -886
  77. package/out/src/IStore.sol/IStoreWrite.json +886 -886
  78. package/out/src/Memory.sol/Memory.json +89 -89
  79. package/out/src/PackedCounter.sol/PackedCounterInstance.json +923 -923
  80. package/out/src/PackedCounter.sol/PackedCounterLib.json +923 -923
  81. package/out/src/ResourceId.sol/ResourceIdInstance.json +112 -112
  82. package/out/src/ResourceId.sol/ResourceIdLib.json +112 -112
  83. package/out/src/Schema.sol/SchemaInstance.json +787 -787
  84. package/out/src/Schema.sol/SchemaLib.json +787 -787
  85. package/out/src/Slice.sol/SliceInstance.json +429 -429
  86. package/out/src/Slice.sol/SliceLib.json +429 -429
  87. package/out/src/StoreCore.sol/StoreCore.json +4461 -4461
  88. package/out/src/StoreCore.sol/StoreCoreInternal.json +4461 -4461
  89. package/out/src/StoreSwitch.sol/StoreSwitch.json +2454 -2454
  90. package/out/src/WorldContext.sol/WorldContextConsumer.json +353 -353
  91. package/out/src/WorldContext.sol/WorldContextProvider.json +353 -353
  92. package/out/src/WorldResourceId.sol/WorldResourceIdInstance.json +474 -474
  93. package/out/src/WorldResourceId.sol/WorldResourceIdLib.json +474 -474
  94. package/out/storeHookTypes.sol/storeHookTypes.json +115 -115
  95. package/out/storeResourceTypes.sol/storeResourceTypes.json +12 -12
  96. package/out/tables/ResourceIds.sol/ResourceIds.json +1746 -1746
  97. package/out/tables/Tables.sol/Tables.json +7288 -7288
  98. package/out/tightcoder/EncodeArray.sol/EncodeArray.json +3246 -3246
  99. package/out/types.sol/types.json +131 -23
  100. package/out/worldResourceTypes.sol/worldResourceTypes.json +53 -53
  101. package/package.json +8 -8
  102. package/out/ICallBatchSystem.sol/ICallBatchSystem.abi.json +0 -33
  103. package/out/ICallBatchSystem.sol/ICallBatchSystem.abi.json.d.ts +0 -34
  104. package/out/ICallBatchSystem.sol/ICallBatchSystem.json +0 -334
@@ -134,7 +134,7 @@
134
134
  "sourceMap": "1629:2008:122:-:0;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;403:220:88;;;;;;:::i;:::-;;:::i;:::-;;;516:14:139;;509:22;491:41;;479:2;464:18;403:220:88;;;;;;;;799:379:90;;;:::i;:::-;;;719:42:139;707:55;;;689:74;;677:2;662:18;799:379:90;543:226:139;3539:96:122;;;;;;:::i;:::-;;:::i;:::-;;1938:83;;;2000:16;2094:98:139;;2082:2;2067:18;1938:83:122;1948:250:139;1248:212:90;;;-1:-1:-1;;1430:14:90;1426:23;1413:37;2349:25:139;;2337:2;2322:18;1248:212:90;2203:177:139;2025:1510:122;;;;;;:::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;3539:96:122:-;3595:35;;;;;;;;;;;;;;2025:1510;2119:24;2173:4;2162:27;;;;;;;;;;;;:::i;:::-;2119:71;;2196:30;2229:49;2246:16;2264:13;2229:16;:49::i;:::-;2196:82;;2285:16;2315:8;:6;:8::i;:::-;2285:39;-1:-1:-1;2365:12:122;;2406:27;;;;2465:19;2506;1162:66:126;2579:28:122;:26;:28::i;:::-;2619:30;:28;:30::i;:::-;2661:27;:25;:27::i;:::-;2700:29;:27;:29::i;:::-;2441:306;;;;;;;;;;;;;:::i;:::-;;;;-1:-1:-1;;2441:306:122;;;;;;;;;;;;;;;;;;;;;;;;;;;;2406:347;;;;-1:-1:-1;2406:347:122;:::i;:::-;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;2364:389;;;;2841:5;2833:27;;2883:5;:17;;;2903:19;2932:4;2868:71;;;;;;;;5127:25:139;;;5200:42;5188:55;5183:2;5168:18;;5161:83;5115:2;5100:18;;4921:329;2868:71:122;;;;-1:-1:-1;;2868:71:122;;;;;;;;;;;;;;;;;;;;;;;;;;;;2833:112;;;;-1:-1:-1;2833:112:122;:::i;:::-;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;-1:-1:-1;2809:136:122;;-1:-1:-1;2809:136:122;-1:-1:-1;2809:136:122;2952:41;;2966:27;2982:10;2966:15;:27::i;:::-;386:6:81;3137:340:122;;;;;5512:25:139;;;3102:27:122;3231:4;5573:55:139;;5553:18;;;5546:83;3247:212:122;5645:18:139;;;;5638:45;;;;3137:340:122;;;;;;;;;;5485:18:139;;;;3137:340:122;;;;;;;;;;;;;3102:381;;:27;;;;:381;;3137:340;3102:381;:::i;:::-;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;-1:-1:-1;3078:405:122;;-1:-1:-1;3078:405:122;-1:-1:-1;3078:405:122;3489:41;;3503:27;3519:10;3503:15;:27::i;:::-;2072:1463;;;;;2025:1510;:::o;1464:95:90:-;1503:7;1525:29;:27;:29::i;:::-;1518:36;;1464:95;:::o;1052:559:125:-;1142:10;1158:17;1178:46;1210:13;1178:31;:46::i;:::-;1158:66;;1228:27;1265:51;1302:13;117:5:62;2089:44:91;;1991:148;1265:51:125;1228:89;-1:-1:-1;401:5:125;1544:33;401:5;117::62;1544:33:125;:::i;:::-;:56;;;;:::i;:::-;1521:18;;;:80;;1474:33;354:5;117::62;1474:33:125;:::i;:::-;1363:14;1440:29;;;;;:68;;117:5:62;1390:37:125;;;;;1355:154;:247;;;-1:-1:-1;;1052:559:125;;;;:::o;1435:200:126:-;1529:19;;;1546:1;1529:19;;;;;;;;;1482:6;;;;1529:19;;;;;;;;;;;;-1:-1:-1;1529:19:126;1496:52;;1570:18;1554:10;1565:1;1554:13;;;;;;;;:::i;:::-;;;;;;:34;;;;;;;;;:::i;:::-;;;;;;;;;;;:::i;:::-;;;-1:-1:-1;1602:28:126;1619:10;1602:16;:28::i;:::-;1595:35;;;1435:200;:::o;1677:214::-;1775:19;;;1792:1;1775:19;;;;;;;;;1726:6;;;;1775:19;;;;;;;;;;;;-1:-1:-1;1775:19:126;1740:54;;1818:24;1800:12;1813:1;1800:15;;;;;;;;:::i;1930:140::-;2019:15;;;2032:1;2019:15;;;;;;;;;1976:24;;2019:15;;;;;;;;;;;;;;;;;;;;2008:26;;2040:25;;;;;;;;;;;;;;;;;:8;2049:1;2040:11;;;;;;;;:::i;:::-;;;;;;:25;;;;1930:140;:::o;2111:152::-;2206:15;;;2219:1;2206:15;;;;;;;;;2159:26;;2206:15;;;;;;;;;;;;;;;;;;;;2193:28;;2227:31;;;;;;;;;;;;;;;;;:10;2238:1;2227:13;;;;;;;;:::i;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;2482:160:91:-;2545:7;2609:26;399:6;117:5:62;2609:26:91;:::i;:::-;2575:61;;;;;2482:160;-1:-1:-1;2482:160:91:o;778:2059:63:-;846:6;356:2:80;864:7:63;:14;:33;860:85;;;930:7;:14;906:39;;;;;;;;;2349:25:139;;2337:2;2322:18;;2203:177;906:39:63;;;;;;;;860:85;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;;;;;;;;2349:25:139;;;2322:18;;2195:38:63;2203: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;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;14:332:139:-;72:6;125:2;113:9;104:7;100:23;96:32;93:52;;;141:1;138;131:12;93:52;180:9;167:23;230:66;223:5;219:78;212:5;209:89;199:117;;312:1;309;302:12;199:117;335:5;14:332;-1:-1:-1;;;14:332:139:o;774:184::-;-1:-1:-1;;;823:1:139;816:88;923:4;920:1;913:15;947:4;944:1;937:15;963:980;1031:6;1084:2;1072:9;1063:7;1059:23;1055:32;1052:52;;;1100:1;1097;1090:12;1052:52;1140:9;1127:23;1169:18;1210:2;1202:6;1199:14;1196:34;;;1226:1;1223;1216:12;1196:34;1264:6;1253:9;1249:22;1239:32;;1309:7;1302:4;1298:2;1294:13;1290:27;1280:55;;1331:1;1328;1321:12;1280:55;1367:2;1354:16;1389:2;1385;1382:10;1379:36;;;1395:18;;:::i;:::-;1529:2;1523:9;1591:4;1583:13;;-1:-1:-1;;1579:22:139;;;1603:2;1575:31;1571:40;1559:53;;;1627:18;;;1647:22;;;1624:46;1621:72;;;1673:18;;:::i;:::-;1713:10;1709:2;1702:22;1748:2;1740:6;1733:18;1788:7;1783:2;1778;1774;1770:11;1766:20;1763:33;1760:53;;;1809:1;1806;1799:12;1760:53;1865:2;1860;1856;1852:11;1847:2;1839:6;1835:15;1822:46;1910:1;1888:15;;;1905:2;1884:24;1877:35;;;;-1:-1:-1;1892:6:139;963:980;-1:-1:-1;;;;;963:980:139:o;2385:184::-;2455:6;2508:2;2496:9;2487:7;2483:23;2479:32;2476:52;;;2524:1;2521;2514:12;2476:52;-1:-1:-1;2547:16:139;;2385:184;-1:-1:-1;2385:184:139:o;2574:250::-;2659:1;2669:113;2683:6;2680:1;2677:13;2669:113;;;2759:11;;;2753:18;2740:11;;;2733:39;2705:2;2698:10;2669:113;;;-1:-1:-1;;2816:1:139;2798:16;;2791:27;2574:250::o;2829:878::-;2881:3;2912;2944:5;2938:12;2971:6;2966:3;2959:19;2997:4;3026:2;3021:3;3017:12;3010:19;;3082:2;3072:6;3069:1;3065:14;3058:5;3054:26;3050:35;3119:2;3112:5;3108:14;3140:1;3150:531;3164:6;3161:1;3158:13;3150:531;;;-1:-1:-1;;3336:2:139;3328:5;3322:4;3318:16;3314:25;3309:3;3302:38;3369:6;3363:13;3411:2;3405:9;3440:8;3434:4;3427:22;3462:72;3525:8;3520:2;3514:4;3510:13;3505:2;3501;3497:11;3462:72;:::i;:::-;3659:12;;;;3587:2;3573:17;3569:26;;;3559:37;;;;3555:46;;;-1:-1:-1;3624:15:139;;;;3186:1;3179:9;3150:531;;;-1:-1:-1;3697:4:139;;2829:878;-1:-1:-1;;;;;;;2829:878:139:o;3712:912::-;4242:6;4231:9;4224:25;4285:6;4280:2;4269:9;4265:18;4258:34;4328:6;4323:2;4312:9;4308:18;4301:34;4371:6;4366:2;4355:9;4351:18;4344:34;4415:3;4409;4398:9;4394:19;4387:32;4205:4;4442:56;4493:3;4482:9;4478:19;4470:6;4442:56;:::i;:::-;4547:9;4539:6;4535:22;4529:3;4518:9;4514:19;4507:51;4575:43;4611:6;4603;4575:43;:::i;:::-;4567:51;3712:912;-1:-1:-1;;;;;;;;;3712:912:139:o;4629:287::-;4758:3;4796:6;4790:13;4812:66;4871:6;4866:3;4859:4;4851:6;4847:17;4812:66;:::i;:::-;4894:16;;;;;4629:287;-1:-1:-1;;4629:287:139:o;5694:184::-;-1:-1:-1;;;5743:1:139;5736:88;5843:4;5840:1;5833:15;5867:4;5864:1;5857:15;5883:125;5948:9;;;5969:10;;;5966:36;;;5982:18;;:::i;6013:184::-;-1:-1:-1;;;6062:1:139;6055:88;6162:4;6159:1;6152:15;6186:4;6183:1;6176:15;6202:184;-1:-1:-1;;;6251:1:139;6244:88;6351:4;6348:1;6341:15;6375:4;6372:1;6365:15;6391:128;6458:9;;;6479:11;;;6476:37;;;6493:18;;:::i;6524:168::-;6597:9;;;6628;;6645:15;;;6639:22;;6625:37;6615:71;;6666:18;;:::i",
135
135
  "linkReferences": {},
136
136
  "immutableReferences": {
137
- "59938": [
137
+ "59957": [
138
138
  {
139
139
  "start": 979,
140
140
  "length": 32
@@ -155,7 +155,7 @@
155
155
  "installRoot(bytes)": "7c5b0335",
156
156
  "supportsInterface(bytes4)": "01ffc9a7"
157
157
  },
158
- "rawMetadata": "{\"compiler\":{\"version\":\"0.8.21+commit.d9974bed\"},\"language\":\"Solidity\",\"output\":{\"abi\":[{\"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\":[],\"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\":\"pure\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"bytes\",\"name\":\"args\",\"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.\"},\"installRoot(bytes)\":{\"notice\":\"This function is called by the World as part of `installRootModule`. The module expects to be called via the World contract, and therefore installs itself on the `msg.sender`.\"}},\"notice\":\"This module deploys a hook that is called when a value is set in the `sourceTableId` provided in the install methods arguments. The hook keeps track of the keys that map to a given value. from value to list of keys with this value. This mapping is stored in a table registered by the module at the `targetTableId` provided in the install methods arguments. Note: if a table with composite keys is used, only the first key is indexed Note: this module currently only supports `installRoot` (via `World.installRootModule`). TODO: add support for `install` (via `World.installModule`) by using `callFrom` with the `msgSender()`\",\"version\":1}},\"settings\":{\"compilationTarget\":{\"src/modules/keyswithvalue/KeysWithValueModule.sol\":\"KeysWithValueModule\"},\"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/StoreHook.sol\":{\"keccak256\":\"0x51654c8695568ca0b5d2c864661016771160f6e38f5c02046fbc78d7320d9f00\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://30205d1347e918cb1a92d17d953bd810816f4aec14c5baaa5d55f0089befcc84\",\"dweb:/ipfs/QmWkhsxugSuR9FDsF829hLRMRLTHjRkBrvztQAkFLTkLYh\"]},\"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/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/keyswithvalue/KeysWithValueHook.sol\":{\"keccak256\":\"0xee64527269e80d32ca25db99c417f582a0b134c9fb878cf14489baa2aaec40e5\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://a37714f1fa7cf984130a08a0e9f320817cbe0053eae44d432676951f3b90653f\",\"dweb:/ipfs/QmZjWVwJPrsscv9zJU8jBfMn39yDquYePcACRYQW6qiaFx\"]},\"src/modules/keyswithvalue/KeysWithValueModule.sol\":{\"keccak256\":\"0x7de2ff1f72d2a0cd8ef46af093d93ad54446e1a0ff17b0994c3531a7f907ddac\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://6ea88b94ab3af3f205a9ae3f6db19c05a11efdec35993394925f8ab661232323\",\"dweb:/ipfs/QmdVxtBT85gr82vTkdoHGvfynVq9WRYV67DtkZHgWEsoPS\"]},\"src/modules/keyswithvalue/constants.sol\":{\"keccak256\":\"0xf8745d975bd2f321e676d083a215513b114c70f7d5a105244dfe444a78e74de5\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://a7fc161f890a9ee2edf731f57fcfee2ab4e3b4bebb9470df7850a138c08fc2c8\",\"dweb:/ipfs/QmVyyFaR1tzTYgmiGHnumdXQKsjb5qRVPMS3uTRX1ik3XL\"]},\"src/modules/keyswithvalue/getTargetTableId.sol\":{\"keccak256\":\"0xa7d235a9c96925a340aeaa166c8b67d289b4450ca59f0645052207d318030d78\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://2dce50e51faa63a75e051d8ccf463271674f588088fca6ab168e06a5fe8cc16b\",\"dweb:/ipfs/QmP2eZFJPMiazcEhdv9Q5SJYRNna7CHoV6o8bxURzRtCHh\"]},\"src/modules/keyswithvalue/tables/KeysWithValue.sol\":{\"keccak256\":\"0xd61277d077f382990d6a6733553562c17108d2a46bc570f351d394b6c8fe9b2d\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://8c0ba8b231b8785249217c1bcc800e3aa636e54ebe532468f5f0ab134a5278be\",\"dweb:/ipfs/QmaE1ebh4aJ3NMMytCKfB9PaUFWKVay3UuoqptdSYq6oAn\"]},\"src/modules/utils/ArrayLib.sol\":{\"keccak256\":\"0x5063027c39c927b80c84ac3bb36d20e19fbbddb746380c1efaf2f33f6fec30b8\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://c49eab76687709db420cbe52737610563f44344ef13608e0809e38c43179cb43\",\"dweb:/ipfs/QmRdQ7iW5j51AVJWin8aaKmj6Xj97ZV5vjfVjG5RqYG5xB\"]}},\"version\":1}",
158
+ "rawMetadata": "{\"compiler\":{\"version\":\"0.8.21+commit.d9974bed\"},\"language\":\"Solidity\",\"output\":{\"abi\":[{\"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\":[],\"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\":\"pure\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"bytes\",\"name\":\"args\",\"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.\"},\"installRoot(bytes)\":{\"notice\":\"This function is called by the World as part of `installRootModule`. The module expects to be called via the World contract, and therefore installs itself on the `msg.sender`.\"}},\"notice\":\"This module deploys a hook that is called when a value is set in the `sourceTableId` provided in the install methods arguments. The hook keeps track of the keys that map to a given value. from value to list of keys with this value. This mapping is stored in a table registered by the module at the `targetTableId` provided in the install methods arguments. Note: if a table with composite keys is used, only the first key is indexed Note: this module currently only supports `installRoot` (via `World.installRootModule`). TODO: add support for `install` (via `World.installModule`) by using `callFrom` with the `msgSender()`\",\"version\":1}},\"settings\":{\"compilationTarget\":{\"src/modules/keyswithvalue/KeysWithValueModule.sol\":\"KeysWithValueModule\"},\"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/StoreHook.sol\":{\"keccak256\":\"0x51654c8695568ca0b5d2c864661016771160f6e38f5c02046fbc78d7320d9f00\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://30205d1347e918cb1a92d17d953bd810816f4aec14c5baaa5d55f0089befcc84\",\"dweb:/ipfs/QmWkhsxugSuR9FDsF829hLRMRLTHjRkBrvztQAkFLTkLYh\"]},\"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/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/keyswithvalue/KeysWithValueHook.sol\":{\"keccak256\":\"0xee64527269e80d32ca25db99c417f582a0b134c9fb878cf14489baa2aaec40e5\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://a37714f1fa7cf984130a08a0e9f320817cbe0053eae44d432676951f3b90653f\",\"dweb:/ipfs/QmZjWVwJPrsscv9zJU8jBfMn39yDquYePcACRYQW6qiaFx\"]},\"src/modules/keyswithvalue/KeysWithValueModule.sol\":{\"keccak256\":\"0x7de2ff1f72d2a0cd8ef46af093d93ad54446e1a0ff17b0994c3531a7f907ddac\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://6ea88b94ab3af3f205a9ae3f6db19c05a11efdec35993394925f8ab661232323\",\"dweb:/ipfs/QmdVxtBT85gr82vTkdoHGvfynVq9WRYV67DtkZHgWEsoPS\"]},\"src/modules/keyswithvalue/constants.sol\":{\"keccak256\":\"0xf8745d975bd2f321e676d083a215513b114c70f7d5a105244dfe444a78e74de5\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://a7fc161f890a9ee2edf731f57fcfee2ab4e3b4bebb9470df7850a138c08fc2c8\",\"dweb:/ipfs/QmVyyFaR1tzTYgmiGHnumdXQKsjb5qRVPMS3uTRX1ik3XL\"]},\"src/modules/keyswithvalue/getTargetTableId.sol\":{\"keccak256\":\"0xa7d235a9c96925a340aeaa166c8b67d289b4450ca59f0645052207d318030d78\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://2dce50e51faa63a75e051d8ccf463271674f588088fca6ab168e06a5fe8cc16b\",\"dweb:/ipfs/QmP2eZFJPMiazcEhdv9Q5SJYRNna7CHoV6o8bxURzRtCHh\"]},\"src/modules/keyswithvalue/tables/KeysWithValue.sol\":{\"keccak256\":\"0xd61277d077f382990d6a6733553562c17108d2a46bc570f351d394b6c8fe9b2d\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://8c0ba8b231b8785249217c1bcc800e3aa636e54ebe532468f5f0ab134a5278be\",\"dweb:/ipfs/QmaE1ebh4aJ3NMMytCKfB9PaUFWKVay3UuoqptdSYq6oAn\"]},\"src/modules/utils/ArrayLib.sol\":{\"keccak256\":\"0x5063027c39c927b80c84ac3bb36d20e19fbbddb746380c1efaf2f33f6fec30b8\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://c49eab76687709db420cbe52737610563f44344ef13608e0809e38c43179cb43\",\"dweb:/ipfs/QmRdQ7iW5j51AVJWin8aaKmj6Xj97ZV5vjfVjG5RqYG5xB\"]}},\"version\":1}",
159
159
  "metadata": {
160
160
  "compiler": {
161
161
  "version": "0.8.21+commit.d9974bed"
@@ -643,18 +643,18 @@
643
643
  "license": "MIT"
644
644
  },
645
645
  "node_modules/@latticexyz/world/src/codegen/interfaces/IBaseWorld.sol": {
646
- "keccak256": "0x9072f69e71a3c4dadf90089295c4c942fa890f735f813862b01ad17e6d1b7c9d",
646
+ "keccak256": "0x326929e432c46fcdab1931247a4b32605ea8fa9a418a0079a456661bed5760ac",
647
647
  "urls": [
648
- "bzz-raw://16f8877e97e8d6e89979ead642a9ee575552eecc3d7e58ad05820a434b9bd23f",
649
- "dweb:/ipfs/QmduXpy4HBM95RCfZb5L9hjK14QPNFTtouREcNaxZgr3Pp"
648
+ "bzz-raw://34cbaef340e11c0f3c49a3453c0c0cf5995ef137f4fa30e785b1cfb778db2026",
649
+ "dweb:/ipfs/QmWzBjVMMTNV89svjD7riF5FqWFQtcNiR4TMwNysjtWhDC"
650
650
  ],
651
651
  "license": "MIT"
652
652
  },
653
- "node_modules/@latticexyz/world/src/codegen/interfaces/ICallBatchSystem.sol": {
654
- "keccak256": "0x2248dcccd33b2204d52c2a7ade8237c01c826aacb2069ca6c72dab52044c8507",
653
+ "node_modules/@latticexyz/world/src/codegen/interfaces/IBatchCallSystem.sol": {
654
+ "keccak256": "0x7a787646278283d1a8dd7d264aea3a33824fc2064d57a6dc10621b9bb5399570",
655
655
  "urls": [
656
- "bzz-raw://02c5e1e0bd8bada1c300a287536b356173fb7db2a7ac1e5f4237128992684c7f",
657
- "dweb:/ipfs/QmV1J8hnESN9RhzvjFYZWAPcfkz2ePQrXKk4oEoNWFCjjf"
656
+ "bzz-raw://87d83c3e1c9aecc0b61b359c6a6df3b0ce1e75a16127b054b14a8d044fa5d922",
657
+ "dweb:/ipfs/QmcoRu2V1VRTYKyMnuqqeRvDRrqXQsTmK2ehKsqKUK99ui"
658
658
  ],
659
659
  "license": "MIT"
660
660
  },
@@ -739,10 +739,10 @@
739
739
  "license": "MIT"
740
740
  },
741
741
  "node_modules/@latticexyz/world/src/modules/core/types.sol": {
742
- "keccak256": "0x551f7814c1905dcfdd1165598cc1f721dcb599c7e64e076917c6e4abeef012f3",
742
+ "keccak256": "0x8a1cdd3e028281fb61da725f2f6502df776f473fea963bd46e8101725d55d54c",
743
743
  "urls": [
744
- "bzz-raw://3c61ae32a9f62f967549424425dd72abc9a70b2c3c19d02926e011529d3628fe",
745
- "dweb:/ipfs/QmacLTFt3fHr6dvGH42bB3pkEK7prmtYyrhAvJzKMqcxYy"
744
+ "bzz-raw://86e064413bb3f3be43fdba31be40e819283a07af3d914b27e1ec3e39b6a6440e",
745
+ "dweb:/ipfs/QmPcUKj747S5dkV6EBNp66ojMBAW64XoGxpgsdVwPUiapm"
746
746
  ],
747
747
  "license": "MIT"
748
748
  },
@@ -815,68 +815,68 @@
815
815
  },
816
816
  "ast": {
817
817
  "absolutePath": "src/modules/keyswithvalue/KeysWithValueModule.sol",
818
- "id": 60095,
818
+ "id": 60114,
819
819
  "exportedSymbols": {
820
820
  "AFTER_SPLICE_DYNAMIC_DATA": [
821
- 46312
821
+ 46331
822
822
  ],
823
823
  "AFTER_SPLICE_STATIC_DATA": [
824
- 46302
824
+ 46321
825
825
  ],
826
826
  "BEFORE_DELETE_RECORD": [
827
- 46317
827
+ 46336
828
828
  ],
829
829
  "BEFORE_SET_RECORD": [
830
- 46287
830
+ 46306
831
831
  ],
832
832
  "BEFORE_SPLICE_DYNAMIC_DATA": [
833
- 46307
833
+ 46326
834
834
  ],
835
835
  "BEFORE_SPLICE_STATIC_DATA": [
836
- 46297
836
+ 46316
837
837
  ],
838
838
  "IBaseWorld": [
839
- 49243
839
+ 49262
840
840
  ],
841
841
  "KeysWithValue": [
842
- 62794
842
+ 62813
843
843
  ],
844
844
  "KeysWithValueHook": [
845
- 59894
845
+ 59913
846
846
  ],
847
847
  "KeysWithValueModule": [
848
- 60094
848
+ 60113
849
849
  ],
850
850
  "MODULE_NAMESPACE": [
851
- 60099
851
+ 60118
852
852
  ],
853
853
  "Module": [
854
- 48698
854
+ 48717
855
855
  ],
856
856
  "ResourceId": [
857
- 36365
857
+ 36384
858
858
  ],
859
859
  "StoreSwitch": [
860
- 41001
860
+ 41020
861
861
  ],
862
862
  "WorldContextConsumer": [
863
- 48776
863
+ 48795
864
864
  ],
865
865
  "WorldResourceIdInstance": [
866
- 49207
866
+ 49226
867
867
  ],
868
868
  "getTargetTableId": [
869
- 60330
869
+ 60349
870
870
  ],
871
871
  "revertWithBytes": [
872
- 49373
872
+ 49392
873
873
  ]
874
874
  },
875
875
  "nodeType": "SourceUnit",
876
876
  "src": "32:3606:122",
877
877
  "nodes": [
878
878
  {
879
- "id": 59896,
879
+ "id": 59915,
880
880
  "nodeType": "PragmaDirective",
881
881
  "src": "32:25:122",
882
882
  "nodes": [],
@@ -888,23 +888,23 @@
888
888
  ]
889
889
  },
890
890
  {
891
- "id": 59898,
891
+ "id": 59917,
892
892
  "nodeType": "ImportDirective",
893
893
  "src": "58:68:122",
894
894
  "nodes": [],
895
895
  "absolutePath": "node_modules/@latticexyz/store/src/StoreSwitch.sol",
896
896
  "file": "@latticexyz/store/src/StoreSwitch.sol",
897
897
  "nameLocation": "-1:-1:-1",
898
- "scope": 60095,
899
- "sourceUnit": 41002,
898
+ "scope": 60114,
899
+ "sourceUnit": 41021,
900
900
  "symbolAliases": [
901
901
  {
902
902
  "foreign": {
903
- "id": 59897,
903
+ "id": 59916,
904
904
  "name": "StoreSwitch",
905
905
  "nodeType": "Identifier",
906
906
  "overloadedDeclarations": [],
907
- "referencedDeclaration": 41001,
907
+ "referencedDeclaration": 41020,
908
908
  "src": "67:11:122",
909
909
  "typeDescriptions": {}
910
910
  },
@@ -914,23 +914,23 @@
914
914
  "unitAlias": ""
915
915
  },
916
916
  {
917
- "id": 59905,
917
+ "id": 59924,
918
918
  "nodeType": "ImportDirective",
919
919
  "src": "127:207:122",
920
920
  "nodes": [],
921
921
  "absolutePath": "node_modules/@latticexyz/store/src/storeHookTypes.sol",
922
922
  "file": "@latticexyz/store/src/storeHookTypes.sol",
923
923
  "nameLocation": "-1:-1:-1",
924
- "scope": 60095,
925
- "sourceUnit": 46358,
924
+ "scope": 60114,
925
+ "sourceUnit": 46377,
926
926
  "symbolAliases": [
927
927
  {
928
928
  "foreign": {
929
- "id": 59899,
929
+ "id": 59918,
930
930
  "name": "BEFORE_SET_RECORD",
931
931
  "nodeType": "Identifier",
932
932
  "overloadedDeclarations": [],
933
- "referencedDeclaration": 46287,
933
+ "referencedDeclaration": 46306,
934
934
  "src": "136:17:122",
935
935
  "typeDescriptions": {}
936
936
  },
@@ -938,11 +938,11 @@
938
938
  },
939
939
  {
940
940
  "foreign": {
941
- "id": 59900,
941
+ "id": 59919,
942
942
  "name": "BEFORE_SPLICE_STATIC_DATA",
943
943
  "nodeType": "Identifier",
944
944
  "overloadedDeclarations": [],
945
- "referencedDeclaration": 46297,
945
+ "referencedDeclaration": 46316,
946
946
  "src": "155:25:122",
947
947
  "typeDescriptions": {}
948
948
  },
@@ -950,11 +950,11 @@
950
950
  },
951
951
  {
952
952
  "foreign": {
953
- "id": 59901,
953
+ "id": 59920,
954
954
  "name": "AFTER_SPLICE_STATIC_DATA",
955
955
  "nodeType": "Identifier",
956
956
  "overloadedDeclarations": [],
957
- "referencedDeclaration": 46302,
957
+ "referencedDeclaration": 46321,
958
958
  "src": "182:24:122",
959
959
  "typeDescriptions": {}
960
960
  },
@@ -962,11 +962,11 @@
962
962
  },
963
963
  {
964
964
  "foreign": {
965
- "id": 59902,
965
+ "id": 59921,
966
966
  "name": "BEFORE_SPLICE_DYNAMIC_DATA",
967
967
  "nodeType": "Identifier",
968
968
  "overloadedDeclarations": [],
969
- "referencedDeclaration": 46307,
969
+ "referencedDeclaration": 46326,
970
970
  "src": "208:26:122",
971
971
  "typeDescriptions": {}
972
972
  },
@@ -974,11 +974,11 @@
974
974
  },
975
975
  {
976
976
  "foreign": {
977
- "id": 59903,
977
+ "id": 59922,
978
978
  "name": "AFTER_SPLICE_DYNAMIC_DATA",
979
979
  "nodeType": "Identifier",
980
980
  "overloadedDeclarations": [],
981
- "referencedDeclaration": 46312,
981
+ "referencedDeclaration": 46331,
982
982
  "src": "236:25:122",
983
983
  "typeDescriptions": {}
984
984
  },
@@ -986,11 +986,11 @@
986
986
  },
987
987
  {
988
988
  "foreign": {
989
- "id": 59904,
989
+ "id": 59923,
990
990
  "name": "BEFORE_DELETE_RECORD",
991
991
  "nodeType": "Identifier",
992
992
  "overloadedDeclarations": [],
993
- "referencedDeclaration": 46317,
993
+ "referencedDeclaration": 46336,
994
994
  "src": "263:20:122",
995
995
  "typeDescriptions": {}
996
996
  },
@@ -1000,23 +1000,23 @@
1000
1000
  "unitAlias": ""
1001
1001
  },
1002
1002
  {
1003
- "id": 59907,
1003
+ "id": 59926,
1004
1004
  "nodeType": "ImportDirective",
1005
1005
  "src": "335:58:122",
1006
1006
  "nodes": [],
1007
1007
  "absolutePath": "node_modules/@latticexyz/world/src/Module.sol",
1008
1008
  "file": "@latticexyz/world/src/Module.sol",
1009
1009
  "nameLocation": "-1:-1:-1",
1010
- "scope": 60095,
1011
- "sourceUnit": 48699,
1010
+ "scope": 60114,
1011
+ "sourceUnit": 48718,
1012
1012
  "symbolAliases": [
1013
1013
  {
1014
1014
  "foreign": {
1015
- "id": 59906,
1015
+ "id": 59925,
1016
1016
  "name": "Module",
1017
1017
  "nodeType": "Identifier",
1018
1018
  "overloadedDeclarations": [],
1019
- "referencedDeclaration": 48698,
1019
+ "referencedDeclaration": 48717,
1020
1020
  "src": "344:6:122",
1021
1021
  "typeDescriptions": {}
1022
1022
  },
@@ -1026,23 +1026,23 @@
1026
1026
  "unitAlias": ""
1027
1027
  },
1028
1028
  {
1029
- "id": 59909,
1029
+ "id": 59928,
1030
1030
  "nodeType": "ImportDirective",
1031
1031
  "src": "395:85:122",
1032
1032
  "nodes": [],
1033
1033
  "absolutePath": "node_modules/@latticexyz/world/src/codegen/interfaces/IBaseWorld.sol",
1034
1034
  "file": "@latticexyz/world/src/codegen/interfaces/IBaseWorld.sol",
1035
1035
  "nameLocation": "-1:-1:-1",
1036
- "scope": 60095,
1037
- "sourceUnit": 49244,
1036
+ "scope": 60114,
1037
+ "sourceUnit": 49263,
1038
1038
  "symbolAliases": [
1039
1039
  {
1040
1040
  "foreign": {
1041
- "id": 59908,
1041
+ "id": 59927,
1042
1042
  "name": "IBaseWorld",
1043
1043
  "nodeType": "Identifier",
1044
1044
  "overloadedDeclarations": [],
1045
- "referencedDeclaration": 49243,
1045
+ "referencedDeclaration": 49262,
1046
1046
  "src": "404:10:122",
1047
1047
  "typeDescriptions": {}
1048
1048
  },
@@ -1052,23 +1052,23 @@
1052
1052
  "unitAlias": ""
1053
1053
  },
1054
1054
  {
1055
- "id": 59911,
1055
+ "id": 59930,
1056
1056
  "nodeType": "ImportDirective",
1057
1057
  "src": "482:78:122",
1058
1058
  "nodes": [],
1059
1059
  "absolutePath": "node_modules/@latticexyz/world/src/WorldContext.sol",
1060
1060
  "file": "@latticexyz/world/src/WorldContext.sol",
1061
1061
  "nameLocation": "-1:-1:-1",
1062
- "scope": 60095,
1063
- "sourceUnit": 48926,
1062
+ "scope": 60114,
1063
+ "sourceUnit": 48945,
1064
1064
  "symbolAliases": [
1065
1065
  {
1066
1066
  "foreign": {
1067
- "id": 59910,
1067
+ "id": 59929,
1068
1068
  "name": "WorldContextConsumer",
1069
1069
  "nodeType": "Identifier",
1070
1070
  "overloadedDeclarations": [],
1071
- "referencedDeclaration": 48776,
1071
+ "referencedDeclaration": 48795,
1072
1072
  "src": "491:20:122",
1073
1073
  "typeDescriptions": {}
1074
1074
  },
@@ -1078,23 +1078,23 @@
1078
1078
  "unitAlias": ""
1079
1079
  },
1080
1080
  {
1081
- "id": 59914,
1081
+ "id": 59933,
1082
1082
  "nodeType": "ImportDirective",
1083
1083
  "src": "561:96:122",
1084
1084
  "nodes": [],
1085
1085
  "absolutePath": "node_modules/@latticexyz/world/src/WorldResourceId.sol",
1086
1086
  "file": "@latticexyz/world/src/WorldResourceId.sol",
1087
1087
  "nameLocation": "-1:-1:-1",
1088
- "scope": 60095,
1089
- "sourceUnit": 49208,
1088
+ "scope": 60114,
1089
+ "sourceUnit": 49227,
1090
1090
  "symbolAliases": [
1091
1091
  {
1092
1092
  "foreign": {
1093
- "id": 59912,
1093
+ "id": 59931,
1094
1094
  "name": "ResourceId",
1095
1095
  "nodeType": "Identifier",
1096
1096
  "overloadedDeclarations": [],
1097
- "referencedDeclaration": 36365,
1097
+ "referencedDeclaration": 36384,
1098
1098
  "src": "570:10:122",
1099
1099
  "typeDescriptions": {}
1100
1100
  },
@@ -1102,11 +1102,11 @@
1102
1102
  },
1103
1103
  {
1104
1104
  "foreign": {
1105
- "id": 59913,
1105
+ "id": 59932,
1106
1106
  "name": "WorldResourceIdInstance",
1107
1107
  "nodeType": "Identifier",
1108
1108
  "overloadedDeclarations": [],
1109
- "referencedDeclaration": 49207,
1109
+ "referencedDeclaration": 49226,
1110
1110
  "src": "582:23:122",
1111
1111
  "typeDescriptions": {}
1112
1112
  },
@@ -1116,23 +1116,23 @@
1116
1116
  "unitAlias": ""
1117
1117
  },
1118
1118
  {
1119
- "id": 59916,
1119
+ "id": 59935,
1120
1120
  "nodeType": "ImportDirective",
1121
1121
  "src": "658:76:122",
1122
1122
  "nodes": [],
1123
1123
  "absolutePath": "node_modules/@latticexyz/world/src/revertWithBytes.sol",
1124
1124
  "file": "@latticexyz/world/src/revertWithBytes.sol",
1125
1125
  "nameLocation": "-1:-1:-1",
1126
- "scope": 60095,
1127
- "sourceUnit": 49374,
1126
+ "scope": 60114,
1127
+ "sourceUnit": 49393,
1128
1128
  "symbolAliases": [
1129
1129
  {
1130
1130
  "foreign": {
1131
- "id": 59915,
1131
+ "id": 59934,
1132
1132
  "name": "revertWithBytes",
1133
1133
  "nodeType": "Identifier",
1134
1134
  "overloadedDeclarations": [],
1135
- "referencedDeclaration": 49373,
1135
+ "referencedDeclaration": 49392,
1136
1136
  "src": "667:15:122",
1137
1137
  "typeDescriptions": {}
1138
1138
  },
@@ -1142,23 +1142,23 @@
1142
1142
  "unitAlias": ""
1143
1143
  },
1144
1144
  {
1145
- "id": 59918,
1145
+ "id": 59937,
1146
1146
  "nodeType": "ImportDirective",
1147
1147
  "src": "736:51:122",
1148
1148
  "nodes": [],
1149
1149
  "absolutePath": "src/modules/keyswithvalue/constants.sol",
1150
1150
  "file": "./constants.sol",
1151
1151
  "nameLocation": "-1:-1:-1",
1152
- "scope": 60095,
1153
- "sourceUnit": 60100,
1152
+ "scope": 60114,
1153
+ "sourceUnit": 60119,
1154
1154
  "symbolAliases": [
1155
1155
  {
1156
1156
  "foreign": {
1157
- "id": 59917,
1157
+ "id": 59936,
1158
1158
  "name": "MODULE_NAMESPACE",
1159
1159
  "nodeType": "Identifier",
1160
1160
  "overloadedDeclarations": [],
1161
- "referencedDeclaration": 60099,
1161
+ "referencedDeclaration": 60118,
1162
1162
  "src": "745:16:122",
1163
1163
  "typeDescriptions": {}
1164
1164
  },
@@ -1168,23 +1168,23 @@
1168
1168
  "unitAlias": ""
1169
1169
  },
1170
1170
  {
1171
- "id": 59920,
1171
+ "id": 59939,
1172
1172
  "nodeType": "ImportDirective",
1173
1173
  "src": "788:60:122",
1174
1174
  "nodes": [],
1175
1175
  "absolutePath": "src/modules/keyswithvalue/KeysWithValueHook.sol",
1176
1176
  "file": "./KeysWithValueHook.sol",
1177
1177
  "nameLocation": "-1:-1:-1",
1178
- "scope": 60095,
1179
- "sourceUnit": 59895,
1178
+ "scope": 60114,
1179
+ "sourceUnit": 59914,
1180
1180
  "symbolAliases": [
1181
1181
  {
1182
1182
  "foreign": {
1183
- "id": 59919,
1183
+ "id": 59938,
1184
1184
  "name": "KeysWithValueHook",
1185
1185
  "nodeType": "Identifier",
1186
1186
  "overloadedDeclarations": [],
1187
- "referencedDeclaration": 59894,
1187
+ "referencedDeclaration": 59913,
1188
1188
  "src": "797:17:122",
1189
1189
  "typeDescriptions": {}
1190
1190
  },
@@ -1194,23 +1194,23 @@
1194
1194
  "unitAlias": ""
1195
1195
  },
1196
1196
  {
1197
- "id": 59922,
1197
+ "id": 59941,
1198
1198
  "nodeType": "ImportDirective",
1199
1199
  "src": "849:59:122",
1200
1200
  "nodes": [],
1201
1201
  "absolutePath": "src/modules/keyswithvalue/tables/KeysWithValue.sol",
1202
1202
  "file": "./tables/KeysWithValue.sol",
1203
1203
  "nameLocation": "-1:-1:-1",
1204
- "scope": 60095,
1205
- "sourceUnit": 62795,
1204
+ "scope": 60114,
1205
+ "sourceUnit": 62814,
1206
1206
  "symbolAliases": [
1207
1207
  {
1208
1208
  "foreign": {
1209
- "id": 59921,
1209
+ "id": 59940,
1210
1210
  "name": "KeysWithValue",
1211
1211
  "nodeType": "Identifier",
1212
1212
  "overloadedDeclarations": [],
1213
- "referencedDeclaration": 62794,
1213
+ "referencedDeclaration": 62813,
1214
1214
  "src": "858:13:122",
1215
1215
  "typeDescriptions": {}
1216
1216
  },
@@ -1220,23 +1220,23 @@
1220
1220
  "unitAlias": ""
1221
1221
  },
1222
1222
  {
1223
- "id": 59924,
1223
+ "id": 59943,
1224
1224
  "nodeType": "ImportDirective",
1225
1225
  "src": "909:58:122",
1226
1226
  "nodes": [],
1227
1227
  "absolutePath": "src/modules/keyswithvalue/getTargetTableId.sol",
1228
1228
  "file": "./getTargetTableId.sol",
1229
1229
  "nameLocation": "-1:-1:-1",
1230
- "scope": 60095,
1231
- "sourceUnit": 60331,
1230
+ "scope": 60114,
1231
+ "sourceUnit": 60350,
1232
1232
  "symbolAliases": [
1233
1233
  {
1234
1234
  "foreign": {
1235
- "id": 59923,
1235
+ "id": 59942,
1236
1236
  "name": "getTargetTableId",
1237
1237
  "nodeType": "Identifier",
1238
1238
  "overloadedDeclarations": [],
1239
- "referencedDeclaration": 60330,
1239
+ "referencedDeclaration": 60349,
1240
1240
  "src": "918:16:122",
1241
1241
  "typeDescriptions": {}
1242
1242
  },
@@ -1246,49 +1246,49 @@
1246
1246
  "unitAlias": ""
1247
1247
  },
1248
1248
  {
1249
- "id": 60094,
1249
+ "id": 60113,
1250
1250
  "nodeType": "ContractDefinition",
1251
1251
  "src": "1629:2008:122",
1252
1252
  "nodes": [
1253
1253
  {
1254
- "id": 59931,
1254
+ "id": 59950,
1255
1255
  "nodeType": "UsingForDirective",
1256
1256
  "src": "1672:45:122",
1257
1257
  "nodes": [],
1258
1258
  "global": false,
1259
1259
  "libraryName": {
1260
- "id": 59928,
1260
+ "id": 59947,
1261
1261
  "name": "WorldResourceIdInstance",
1262
1262
  "nameLocations": [
1263
1263
  "1678:23:122"
1264
1264
  ],
1265
1265
  "nodeType": "IdentifierPath",
1266
- "referencedDeclaration": 49207,
1266
+ "referencedDeclaration": 49226,
1267
1267
  "src": "1678:23:122"
1268
1268
  },
1269
1269
  "typeName": {
1270
- "id": 59930,
1270
+ "id": 59949,
1271
1271
  "nodeType": "UserDefinedTypeName",
1272
1272
  "pathNode": {
1273
- "id": 59929,
1273
+ "id": 59948,
1274
1274
  "name": "ResourceId",
1275
1275
  "nameLocations": [
1276
1276
  "1706:10:122"
1277
1277
  ],
1278
1278
  "nodeType": "IdentifierPath",
1279
- "referencedDeclaration": 36365,
1279
+ "referencedDeclaration": 36384,
1280
1280
  "src": "1706:10:122"
1281
1281
  },
1282
- "referencedDeclaration": 36365,
1282
+ "referencedDeclaration": 36384,
1283
1283
  "src": "1706:10:122",
1284
1284
  "typeDescriptions": {
1285
- "typeIdentifier": "t_userDefinedValueType$_ResourceId_$36365",
1285
+ "typeIdentifier": "t_userDefinedValueType$_ResourceId_$36384",
1286
1286
  "typeString": "ResourceId"
1287
1287
  }
1288
1288
  }
1289
1289
  },
1290
1290
  {
1291
- "id": 59938,
1291
+ "id": 59957,
1292
1292
  "nodeType": "VariableDeclaration",
1293
1293
  "src": "1867:66:122",
1294
1294
  "nodes": [],
@@ -1296,30 +1296,30 @@
1296
1296
  "mutability": "immutable",
1297
1297
  "name": "hook",
1298
1298
  "nameLocation": "1903:4:122",
1299
- "scope": 60094,
1299
+ "scope": 60113,
1300
1300
  "stateVariable": true,
1301
1301
  "storageLocation": "default",
1302
1302
  "typeDescriptions": {
1303
- "typeIdentifier": "t_contract$_KeysWithValueHook_$59894",
1303
+ "typeIdentifier": "t_contract$_KeysWithValueHook_$59913",
1304
1304
  "typeString": "contract KeysWithValueHook"
1305
1305
  },
1306
1306
  "typeName": {
1307
- "id": 59933,
1307
+ "id": 59952,
1308
1308
  "nodeType": "UserDefinedTypeName",
1309
1309
  "pathNode": {
1310
- "id": 59932,
1310
+ "id": 59951,
1311
1311
  "name": "KeysWithValueHook",
1312
1312
  "nameLocations": [
1313
1313
  "1867:17:122"
1314
1314
  ],
1315
1315
  "nodeType": "IdentifierPath",
1316
- "referencedDeclaration": 59894,
1316
+ "referencedDeclaration": 59913,
1317
1317
  "src": "1867:17:122"
1318
1318
  },
1319
- "referencedDeclaration": 59894,
1319
+ "referencedDeclaration": 59913,
1320
1320
  "src": "1867:17:122",
1321
1321
  "typeDescriptions": {
1322
- "typeIdentifier": "t_contract$_KeysWithValueHook_$59894",
1322
+ "typeIdentifier": "t_contract$_KeysWithValueHook_$59913",
1323
1323
  "typeString": "contract KeysWithValueHook"
1324
1324
  }
1325
1325
  },
@@ -1327,7 +1327,7 @@
1327
1327
  "arguments": [],
1328
1328
  "expression": {
1329
1329
  "argumentTypes": [],
1330
- "id": 59936,
1330
+ "id": 59955,
1331
1331
  "isConstant": false,
1332
1332
  "isLValue": false,
1333
1333
  "isPure": false,
@@ -1335,31 +1335,31 @@
1335
1335
  "nodeType": "NewExpression",
1336
1336
  "src": "1910:21:122",
1337
1337
  "typeDescriptions": {
1338
- "typeIdentifier": "t_function_creation_nonpayable$__$returns$_t_contract$_KeysWithValueHook_$59894_$",
1338
+ "typeIdentifier": "t_function_creation_nonpayable$__$returns$_t_contract$_KeysWithValueHook_$59913_$",
1339
1339
  "typeString": "function () returns (contract KeysWithValueHook)"
1340
1340
  },
1341
1341
  "typeName": {
1342
- "id": 59935,
1342
+ "id": 59954,
1343
1343
  "nodeType": "UserDefinedTypeName",
1344
1344
  "pathNode": {
1345
- "id": 59934,
1345
+ "id": 59953,
1346
1346
  "name": "KeysWithValueHook",
1347
1347
  "nameLocations": [
1348
1348
  "1914:17:122"
1349
1349
  ],
1350
1350
  "nodeType": "IdentifierPath",
1351
- "referencedDeclaration": 59894,
1351
+ "referencedDeclaration": 59913,
1352
1352
  "src": "1914:17:122"
1353
1353
  },
1354
- "referencedDeclaration": 59894,
1354
+ "referencedDeclaration": 59913,
1355
1355
  "src": "1914:17:122",
1356
1356
  "typeDescriptions": {
1357
- "typeIdentifier": "t_contract$_KeysWithValueHook_$59894",
1357
+ "typeIdentifier": "t_contract$_KeysWithValueHook_$59913",
1358
1358
  "typeString": "contract KeysWithValueHook"
1359
1359
  }
1360
1360
  }
1361
1361
  },
1362
- "id": 59937,
1362
+ "id": 59956,
1363
1363
  "isConstant": false,
1364
1364
  "isLValue": false,
1365
1365
  "isPure": false,
@@ -1371,19 +1371,19 @@
1371
1371
  "src": "1910:23:122",
1372
1372
  "tryCall": false,
1373
1373
  "typeDescriptions": {
1374
- "typeIdentifier": "t_contract$_KeysWithValueHook_$59894",
1374
+ "typeIdentifier": "t_contract$_KeysWithValueHook_$59913",
1375
1375
  "typeString": "contract KeysWithValueHook"
1376
1376
  }
1377
1377
  },
1378
1378
  "visibility": "private"
1379
1379
  },
1380
1380
  {
1381
- "id": 59949,
1381
+ "id": 59968,
1382
1382
  "nodeType": "FunctionDefinition",
1383
1383
  "src": "1938:83:122",
1384
1384
  "nodes": [],
1385
1385
  "body": {
1386
- "id": 59948,
1386
+ "id": 59967,
1387
1387
  "nodeType": "Block",
1388
1388
  "src": "1987:34:122",
1389
1389
  "nodes": [],
@@ -1393,7 +1393,7 @@
1393
1393
  "arguments": [
1394
1394
  {
1395
1395
  "hexValue": "696e646578",
1396
- "id": 59945,
1396
+ "id": 59964,
1397
1397
  "isConstant": false,
1398
1398
  "isLValue": false,
1399
1399
  "isPure": true,
@@ -1415,7 +1415,7 @@
1415
1415
  "typeString": "literal_string \"index\""
1416
1416
  }
1417
1417
  ],
1418
- "id": 59944,
1418
+ "id": 59963,
1419
1419
  "isConstant": false,
1420
1420
  "isLValue": false,
1421
1421
  "isPure": true,
@@ -1427,14 +1427,14 @@
1427
1427
  "typeString": "type(bytes16)"
1428
1428
  },
1429
1429
  "typeName": {
1430
- "id": 59943,
1430
+ "id": 59962,
1431
1431
  "name": "bytes16",
1432
1432
  "nodeType": "ElementaryTypeName",
1433
1433
  "src": "2000:7:122",
1434
1434
  "typeDescriptions": {}
1435
1435
  }
1436
1436
  },
1437
- "id": 59946,
1437
+ "id": 59965,
1438
1438
  "isConstant": false,
1439
1439
  "isLValue": false,
1440
1440
  "isPure": true,
@@ -1450,15 +1450,15 @@
1450
1450
  "typeString": "bytes16"
1451
1451
  }
1452
1452
  },
1453
- "functionReturnParameters": 59942,
1454
- "id": 59947,
1453
+ "functionReturnParameters": 59961,
1454
+ "id": 59966,
1455
1455
  "nodeType": "Return",
1456
1456
  "src": "1993:23:122"
1457
1457
  }
1458
1458
  ]
1459
1459
  },
1460
1460
  "baseFunctions": [
1461
- 70911
1461
+ 70930
1462
1462
  ],
1463
1463
  "functionSelector": "17d7de7c",
1464
1464
  "implemented": true,
@@ -1467,23 +1467,23 @@
1467
1467
  "name": "getName",
1468
1468
  "nameLocation": "1947:7:122",
1469
1469
  "parameters": {
1470
- "id": 59939,
1470
+ "id": 59958,
1471
1471
  "nodeType": "ParameterList",
1472
1472
  "parameters": [],
1473
1473
  "src": "1954:2:122"
1474
1474
  },
1475
1475
  "returnParameters": {
1476
- "id": 59942,
1476
+ "id": 59961,
1477
1477
  "nodeType": "ParameterList",
1478
1478
  "parameters": [
1479
1479
  {
1480
1480
  "constant": false,
1481
- "id": 59941,
1481
+ "id": 59960,
1482
1482
  "mutability": "mutable",
1483
1483
  "name": "",
1484
1484
  "nameLocation": "-1:-1:-1",
1485
1485
  "nodeType": "VariableDeclaration",
1486
- "scope": 59949,
1486
+ "scope": 59968,
1487
1487
  "src": "1978:7:122",
1488
1488
  "stateVariable": false,
1489
1489
  "storageLocation": "default",
@@ -1492,7 +1492,7 @@
1492
1492
  "typeString": "bytes16"
1493
1493
  },
1494
1494
  "typeName": {
1495
- "id": 59940,
1495
+ "id": 59959,
1496
1496
  "name": "bytes16",
1497
1497
  "nodeType": "ElementaryTypeName",
1498
1498
  "src": "1978:7:122",
@@ -1506,76 +1506,76 @@
1506
1506
  ],
1507
1507
  "src": "1977:9:122"
1508
1508
  },
1509
- "scope": 60094,
1509
+ "scope": 60113,
1510
1510
  "stateMutability": "pure",
1511
1511
  "virtual": false,
1512
1512
  "visibility": "public"
1513
1513
  },
1514
1514
  {
1515
- "id": 60084,
1515
+ "id": 60103,
1516
1516
  "nodeType": "FunctionDefinition",
1517
1517
  "src": "2025:1510:122",
1518
1518
  "nodes": [],
1519
1519
  "body": {
1520
- "id": 60083,
1520
+ "id": 60102,
1521
1521
  "nodeType": "Block",
1522
1522
  "src": "2072:1463:122",
1523
1523
  "nodes": [],
1524
1524
  "statements": [
1525
1525
  {
1526
1526
  "assignments": [
1527
- 59956
1527
+ 59975
1528
1528
  ],
1529
1529
  "declarations": [
1530
1530
  {
1531
1531
  "constant": false,
1532
- "id": 59956,
1532
+ "id": 59975,
1533
1533
  "mutability": "mutable",
1534
1534
  "name": "sourceTableId",
1535
1535
  "nameLocation": "2130:13:122",
1536
1536
  "nodeType": "VariableDeclaration",
1537
- "scope": 60083,
1537
+ "scope": 60102,
1538
1538
  "src": "2119:24:122",
1539
1539
  "stateVariable": false,
1540
1540
  "storageLocation": "default",
1541
1541
  "typeDescriptions": {
1542
- "typeIdentifier": "t_userDefinedValueType$_ResourceId_$36365",
1542
+ "typeIdentifier": "t_userDefinedValueType$_ResourceId_$36384",
1543
1543
  "typeString": "ResourceId"
1544
1544
  },
1545
1545
  "typeName": {
1546
- "id": 59955,
1546
+ "id": 59974,
1547
1547
  "nodeType": "UserDefinedTypeName",
1548
1548
  "pathNode": {
1549
- "id": 59954,
1549
+ "id": 59973,
1550
1550
  "name": "ResourceId",
1551
1551
  "nameLocations": [
1552
1552
  "2119:10:122"
1553
1553
  ],
1554
1554
  "nodeType": "IdentifierPath",
1555
- "referencedDeclaration": 36365,
1555
+ "referencedDeclaration": 36384,
1556
1556
  "src": "2119:10:122"
1557
1557
  },
1558
- "referencedDeclaration": 36365,
1558
+ "referencedDeclaration": 36384,
1559
1559
  "src": "2119:10:122",
1560
1560
  "typeDescriptions": {
1561
- "typeIdentifier": "t_userDefinedValueType$_ResourceId_$36365",
1561
+ "typeIdentifier": "t_userDefinedValueType$_ResourceId_$36384",
1562
1562
  "typeString": "ResourceId"
1563
1563
  }
1564
1564
  },
1565
1565
  "visibility": "internal"
1566
1566
  }
1567
1567
  ],
1568
- "id": 59967,
1568
+ "id": 59986,
1569
1569
  "initialValue": {
1570
1570
  "arguments": [
1571
1571
  {
1572
1572
  "arguments": [
1573
1573
  {
1574
- "id": 59961,
1574
+ "id": 59980,
1575
1575
  "name": "args",
1576
1576
  "nodeType": "Identifier",
1577
1577
  "overloadedDeclarations": [],
1578
- "referencedDeclaration": 59951,
1578
+ "referencedDeclaration": 59970,
1579
1579
  "src": "2173:4:122",
1580
1580
  "typeDescriptions": {
1581
1581
  "typeIdentifier": "t_bytes_memory_ptr",
@@ -1585,7 +1585,7 @@
1585
1585
  {
1586
1586
  "components": [
1587
1587
  {
1588
- "id": 59963,
1588
+ "id": 59982,
1589
1589
  "isConstant": false,
1590
1590
  "isLValue": false,
1591
1591
  "isPure": true,
@@ -1597,7 +1597,7 @@
1597
1597
  "typeString": "type(bytes32)"
1598
1598
  },
1599
1599
  "typeName": {
1600
- "id": 59962,
1600
+ "id": 59981,
1601
1601
  "name": "bytes32",
1602
1602
  "nodeType": "ElementaryTypeName",
1603
1603
  "src": "2180:7:122",
@@ -1605,7 +1605,7 @@
1605
1605
  }
1606
1606
  }
1607
1607
  ],
1608
- "id": 59964,
1608
+ "id": 59983,
1609
1609
  "isConstant": false,
1610
1610
  "isInlineArray": false,
1611
1611
  "isLValue": false,
@@ -1631,7 +1631,7 @@
1631
1631
  }
1632
1632
  ],
1633
1633
  "expression": {
1634
- "id": 59959,
1634
+ "id": 59978,
1635
1635
  "name": "abi",
1636
1636
  "nodeType": "Identifier",
1637
1637
  "overloadedDeclarations": [],
@@ -1642,7 +1642,7 @@
1642
1642
  "typeString": "abi"
1643
1643
  }
1644
1644
  },
1645
- "id": 59960,
1645
+ "id": 59979,
1646
1646
  "isConstant": false,
1647
1647
  "isLValue": false,
1648
1648
  "isPure": true,
@@ -1656,7 +1656,7 @@
1656
1656
  "typeString": "function () pure"
1657
1657
  }
1658
1658
  },
1659
- "id": 59965,
1659
+ "id": 59984,
1660
1660
  "isConstant": false,
1661
1661
  "isLValue": false,
1662
1662
  "isPure": false,
@@ -1681,18 +1681,18 @@
1681
1681
  }
1682
1682
  ],
1683
1683
  "expression": {
1684
- "id": 59957,
1684
+ "id": 59976,
1685
1685
  "name": "ResourceId",
1686
1686
  "nodeType": "Identifier",
1687
1687
  "overloadedDeclarations": [],
1688
- "referencedDeclaration": 36365,
1688
+ "referencedDeclaration": 36384,
1689
1689
  "src": "2146:10:122",
1690
1690
  "typeDescriptions": {
1691
- "typeIdentifier": "t_type$_t_userDefinedValueType$_ResourceId_$36365_$",
1691
+ "typeIdentifier": "t_type$_t_userDefinedValueType$_ResourceId_$36384_$",
1692
1692
  "typeString": "type(ResourceId)"
1693
1693
  }
1694
1694
  },
1695
- "id": 59958,
1695
+ "id": 59977,
1696
1696
  "isConstant": false,
1697
1697
  "isLValue": false,
1698
1698
  "isPure": true,
@@ -1702,11 +1702,11 @@
1702
1702
  "nodeType": "MemberAccess",
1703
1703
  "src": "2146:15:122",
1704
1704
  "typeDescriptions": {
1705
- "typeIdentifier": "t_function_wrap_pure$_t_bytes32_$returns$_t_userDefinedValueType$_ResourceId_$36365_$",
1705
+ "typeIdentifier": "t_function_wrap_pure$_t_bytes32_$returns$_t_userDefinedValueType$_ResourceId_$36384_$",
1706
1706
  "typeString": "function (bytes32) pure returns (ResourceId)"
1707
1707
  }
1708
1708
  },
1709
- "id": 59966,
1709
+ "id": 59985,
1710
1710
  "isConstant": false,
1711
1711
  "isLValue": false,
1712
1712
  "isPure": false,
@@ -1718,7 +1718,7 @@
1718
1718
  "src": "2146:44:122",
1719
1719
  "tryCall": false,
1720
1720
  "typeDescriptions": {
1721
- "typeIdentifier": "t_userDefinedValueType$_ResourceId_$36365",
1721
+ "typeIdentifier": "t_userDefinedValueType$_ResourceId_$36384",
1722
1722
  "typeString": "ResourceId"
1723
1723
  }
1724
1724
  },
@@ -1727,56 +1727,56 @@
1727
1727
  },
1728
1728
  {
1729
1729
  "assignments": [
1730
- 59970
1730
+ 59989
1731
1731
  ],
1732
1732
  "declarations": [
1733
1733
  {
1734
1734
  "constant": false,
1735
- "id": 59970,
1735
+ "id": 59989,
1736
1736
  "mutability": "mutable",
1737
1737
  "name": "targetTableSelector",
1738
1738
  "nameLocation": "2207:19:122",
1739
1739
  "nodeType": "VariableDeclaration",
1740
- "scope": 60083,
1740
+ "scope": 60102,
1741
1741
  "src": "2196:30:122",
1742
1742
  "stateVariable": false,
1743
1743
  "storageLocation": "default",
1744
1744
  "typeDescriptions": {
1745
- "typeIdentifier": "t_userDefinedValueType$_ResourceId_$36365",
1745
+ "typeIdentifier": "t_userDefinedValueType$_ResourceId_$36384",
1746
1746
  "typeString": "ResourceId"
1747
1747
  },
1748
1748
  "typeName": {
1749
- "id": 59969,
1749
+ "id": 59988,
1750
1750
  "nodeType": "UserDefinedTypeName",
1751
1751
  "pathNode": {
1752
- "id": 59968,
1752
+ "id": 59987,
1753
1753
  "name": "ResourceId",
1754
1754
  "nameLocations": [
1755
1755
  "2196:10:122"
1756
1756
  ],
1757
1757
  "nodeType": "IdentifierPath",
1758
- "referencedDeclaration": 36365,
1758
+ "referencedDeclaration": 36384,
1759
1759
  "src": "2196:10:122"
1760
1760
  },
1761
- "referencedDeclaration": 36365,
1761
+ "referencedDeclaration": 36384,
1762
1762
  "src": "2196:10:122",
1763
1763
  "typeDescriptions": {
1764
- "typeIdentifier": "t_userDefinedValueType$_ResourceId_$36365",
1764
+ "typeIdentifier": "t_userDefinedValueType$_ResourceId_$36384",
1765
1765
  "typeString": "ResourceId"
1766
1766
  }
1767
1767
  },
1768
1768
  "visibility": "internal"
1769
1769
  }
1770
1770
  ],
1771
- "id": 59975,
1771
+ "id": 59994,
1772
1772
  "initialValue": {
1773
1773
  "arguments": [
1774
1774
  {
1775
- "id": 59972,
1775
+ "id": 59991,
1776
1776
  "name": "MODULE_NAMESPACE",
1777
1777
  "nodeType": "Identifier",
1778
1778
  "overloadedDeclarations": [],
1779
- "referencedDeclaration": 60099,
1779
+ "referencedDeclaration": 60118,
1780
1780
  "src": "2246:16:122",
1781
1781
  "typeDescriptions": {
1782
1782
  "typeIdentifier": "t_bytes7",
@@ -1784,14 +1784,14 @@
1784
1784
  }
1785
1785
  },
1786
1786
  {
1787
- "id": 59973,
1787
+ "id": 59992,
1788
1788
  "name": "sourceTableId",
1789
1789
  "nodeType": "Identifier",
1790
1790
  "overloadedDeclarations": [],
1791
- "referencedDeclaration": 59956,
1791
+ "referencedDeclaration": 59975,
1792
1792
  "src": "2264:13:122",
1793
1793
  "typeDescriptions": {
1794
- "typeIdentifier": "t_userDefinedValueType$_ResourceId_$36365",
1794
+ "typeIdentifier": "t_userDefinedValueType$_ResourceId_$36384",
1795
1795
  "typeString": "ResourceId"
1796
1796
  }
1797
1797
  }
@@ -1803,22 +1803,22 @@
1803
1803
  "typeString": "bytes7"
1804
1804
  },
1805
1805
  {
1806
- "typeIdentifier": "t_userDefinedValueType$_ResourceId_$36365",
1806
+ "typeIdentifier": "t_userDefinedValueType$_ResourceId_$36384",
1807
1807
  "typeString": "ResourceId"
1808
1808
  }
1809
1809
  ],
1810
- "id": 59971,
1810
+ "id": 59990,
1811
1811
  "name": "getTargetTableId",
1812
1812
  "nodeType": "Identifier",
1813
1813
  "overloadedDeclarations": [],
1814
- "referencedDeclaration": 60330,
1814
+ "referencedDeclaration": 60349,
1815
1815
  "src": "2229:16:122",
1816
1816
  "typeDescriptions": {
1817
- "typeIdentifier": "t_function_internal_pure$_t_bytes7_$_t_userDefinedValueType$_ResourceId_$36365_$returns$_t_userDefinedValueType$_ResourceId_$36365_$",
1817
+ "typeIdentifier": "t_function_internal_pure$_t_bytes7_$_t_userDefinedValueType$_ResourceId_$36384_$returns$_t_userDefinedValueType$_ResourceId_$36384_$",
1818
1818
  "typeString": "function (bytes7,ResourceId) pure returns (ResourceId)"
1819
1819
  }
1820
1820
  },
1821
- "id": 59974,
1821
+ "id": 59993,
1822
1822
  "isConstant": false,
1823
1823
  "isLValue": false,
1824
1824
  "isPure": false,
@@ -1830,7 +1830,7 @@
1830
1830
  "src": "2229:49:122",
1831
1831
  "tryCall": false,
1832
1832
  "typeDescriptions": {
1833
- "typeIdentifier": "t_userDefinedValueType$_ResourceId_$36365",
1833
+ "typeIdentifier": "t_userDefinedValueType$_ResourceId_$36384",
1834
1834
  "typeString": "ResourceId"
1835
1835
  }
1836
1836
  },
@@ -1839,66 +1839,66 @@
1839
1839
  },
1840
1840
  {
1841
1841
  "assignments": [
1842
- 59978
1842
+ 59997
1843
1843
  ],
1844
1844
  "declarations": [
1845
1845
  {
1846
1846
  "constant": false,
1847
- "id": 59978,
1847
+ "id": 59997,
1848
1848
  "mutability": "mutable",
1849
1849
  "name": "world",
1850
1850
  "nameLocation": "2296:5:122",
1851
1851
  "nodeType": "VariableDeclaration",
1852
- "scope": 60083,
1852
+ "scope": 60102,
1853
1853
  "src": "2285:16:122",
1854
1854
  "stateVariable": false,
1855
1855
  "storageLocation": "default",
1856
1856
  "typeDescriptions": {
1857
- "typeIdentifier": "t_contract$_IBaseWorld_$49243",
1857
+ "typeIdentifier": "t_contract$_IBaseWorld_$49262",
1858
1858
  "typeString": "contract IBaseWorld"
1859
1859
  },
1860
1860
  "typeName": {
1861
- "id": 59977,
1861
+ "id": 59996,
1862
1862
  "nodeType": "UserDefinedTypeName",
1863
1863
  "pathNode": {
1864
- "id": 59976,
1864
+ "id": 59995,
1865
1865
  "name": "IBaseWorld",
1866
1866
  "nameLocations": [
1867
1867
  "2285:10:122"
1868
1868
  ],
1869
1869
  "nodeType": "IdentifierPath",
1870
- "referencedDeclaration": 49243,
1870
+ "referencedDeclaration": 49262,
1871
1871
  "src": "2285:10:122"
1872
1872
  },
1873
- "referencedDeclaration": 49243,
1873
+ "referencedDeclaration": 49262,
1874
1874
  "src": "2285:10:122",
1875
1875
  "typeDescriptions": {
1876
- "typeIdentifier": "t_contract$_IBaseWorld_$49243",
1876
+ "typeIdentifier": "t_contract$_IBaseWorld_$49262",
1877
1877
  "typeString": "contract IBaseWorld"
1878
1878
  }
1879
1879
  },
1880
1880
  "visibility": "internal"
1881
1881
  }
1882
1882
  ],
1883
- "id": 59983,
1883
+ "id": 60002,
1884
1884
  "initialValue": {
1885
1885
  "arguments": [
1886
1886
  {
1887
1887
  "arguments": [],
1888
1888
  "expression": {
1889
1889
  "argumentTypes": [],
1890
- "id": 59980,
1890
+ "id": 59999,
1891
1891
  "name": "_world",
1892
1892
  "nodeType": "Identifier",
1893
1893
  "overloadedDeclarations": [],
1894
- "referencedDeclaration": 48759,
1894
+ "referencedDeclaration": 48778,
1895
1895
  "src": "2315:6:122",
1896
1896
  "typeDescriptions": {
1897
1897
  "typeIdentifier": "t_function_internal_view$__$returns$_t_address_$",
1898
1898
  "typeString": "function () view returns (address)"
1899
1899
  }
1900
1900
  },
1901
- "id": 59981,
1901
+ "id": 60000,
1902
1902
  "isConstant": false,
1903
1903
  "isLValue": false,
1904
1904
  "isPure": false,
@@ -1922,18 +1922,18 @@
1922
1922
  "typeString": "address"
1923
1923
  }
1924
1924
  ],
1925
- "id": 59979,
1925
+ "id": 59998,
1926
1926
  "name": "IBaseWorld",
1927
1927
  "nodeType": "Identifier",
1928
1928
  "overloadedDeclarations": [],
1929
- "referencedDeclaration": 49243,
1929
+ "referencedDeclaration": 49262,
1930
1930
  "src": "2304:10:122",
1931
1931
  "typeDescriptions": {
1932
- "typeIdentifier": "t_type$_t_contract$_IBaseWorld_$49243_$",
1932
+ "typeIdentifier": "t_type$_t_contract$_IBaseWorld_$49262_$",
1933
1933
  "typeString": "type(contract IBaseWorld)"
1934
1934
  }
1935
1935
  },
1936
- "id": 59982,
1936
+ "id": 60001,
1937
1937
  "isConstant": false,
1938
1938
  "isLValue": false,
1939
1939
  "isPure": false,
@@ -1945,7 +1945,7 @@
1945
1945
  "src": "2304:20:122",
1946
1946
  "tryCall": false,
1947
1947
  "typeDescriptions": {
1948
- "typeIdentifier": "t_contract$_IBaseWorld_$49243",
1948
+ "typeIdentifier": "t_contract$_IBaseWorld_$49262",
1949
1949
  "typeString": "contract IBaseWorld"
1950
1950
  }
1951
1951
  },
@@ -1954,18 +1954,18 @@
1954
1954
  },
1955
1955
  {
1956
1956
  "assignments": [
1957
- 59985,
1958
- 59987
1957
+ 60004,
1958
+ 60006
1959
1959
  ],
1960
1960
  "declarations": [
1961
1961
  {
1962
1962
  "constant": false,
1963
- "id": 59985,
1963
+ "id": 60004,
1964
1964
  "mutability": "mutable",
1965
1965
  "name": "success",
1966
1966
  "nameLocation": "2370:7:122",
1967
1967
  "nodeType": "VariableDeclaration",
1968
- "scope": 60083,
1968
+ "scope": 60102,
1969
1969
  "src": "2365:12:122",
1970
1970
  "stateVariable": false,
1971
1971
  "storageLocation": "default",
@@ -1974,7 +1974,7 @@
1974
1974
  "typeString": "bool"
1975
1975
  },
1976
1976
  "typeName": {
1977
- "id": 59984,
1977
+ "id": 60003,
1978
1978
  "name": "bool",
1979
1979
  "nodeType": "ElementaryTypeName",
1980
1980
  "src": "2365:4:122",
@@ -1987,12 +1987,12 @@
1987
1987
  },
1988
1988
  {
1989
1989
  "constant": false,
1990
- "id": 59987,
1990
+ "id": 60006,
1991
1991
  "mutability": "mutable",
1992
1992
  "name": "returnData",
1993
1993
  "nameLocation": "2392:10:122",
1994
1994
  "nodeType": "VariableDeclaration",
1995
- "scope": 60083,
1995
+ "scope": 60102,
1996
1996
  "src": "2379:23:122",
1997
1997
  "stateVariable": false,
1998
1998
  "storageLocation": "memory",
@@ -2001,7 +2001,7 @@
2001
2001
  "typeString": "bytes"
2002
2002
  },
2003
2003
  "typeName": {
2004
- "id": 59986,
2004
+ "id": 60005,
2005
2005
  "name": "bytes",
2006
2006
  "nodeType": "ElementaryTypeName",
2007
2007
  "src": "2379:5:122",
@@ -2013,25 +2013,25 @@
2013
2013
  "visibility": "internal"
2014
2014
  }
2015
2015
  ],
2016
- "id": 60016,
2016
+ "id": 60035,
2017
2017
  "initialValue": {
2018
2018
  "arguments": [
2019
2019
  {
2020
2020
  "arguments": [
2021
2021
  {
2022
2022
  "expression": {
2023
- "id": 59995,
2023
+ "id": 60014,
2024
2024
  "name": "world",
2025
2025
  "nodeType": "Identifier",
2026
2026
  "overloadedDeclarations": [],
2027
- "referencedDeclaration": 59978,
2027
+ "referencedDeclaration": 59997,
2028
2028
  "src": "2465:5:122",
2029
2029
  "typeDescriptions": {
2030
- "typeIdentifier": "t_contract$_IBaseWorld_$49243",
2030
+ "typeIdentifier": "t_contract$_IBaseWorld_$49262",
2031
2031
  "typeString": "contract IBaseWorld"
2032
2032
  }
2033
2033
  },
2034
- "id": 59996,
2034
+ "id": 60015,
2035
2035
  "isConstant": false,
2036
2036
  "isLValue": false,
2037
2037
  "isPure": false,
@@ -2039,24 +2039,24 @@
2039
2039
  "memberLocation": "2471:13:122",
2040
2040
  "memberName": "registerTable",
2041
2041
  "nodeType": "MemberAccess",
2042
- "referencedDeclaration": 35656,
2042
+ "referencedDeclaration": 35675,
2043
2043
  "src": "2465:19:122",
2044
2044
  "typeDescriptions": {
2045
- "typeIdentifier": "t_function_external_nonpayable$_t_userDefinedValueType$_ResourceId_$36365_$_t_userDefinedValueType$_FieldLayout_$34805_$_t_userDefinedValueType$_Schema_$36441_$_t_userDefinedValueType$_Schema_$36441_$_t_array$_t_string_memory_ptr_$dyn_memory_ptr_$_t_array$_t_string_memory_ptr_$dyn_memory_ptr_$returns$__$",
2045
+ "typeIdentifier": "t_function_external_nonpayable$_t_userDefinedValueType$_ResourceId_$36384_$_t_userDefinedValueType$_FieldLayout_$34824_$_t_userDefinedValueType$_Schema_$36460_$_t_userDefinedValueType$_Schema_$36460_$_t_array$_t_string_memory_ptr_$dyn_memory_ptr_$_t_array$_t_string_memory_ptr_$dyn_memory_ptr_$returns$__$",
2046
2046
  "typeString": "function (ResourceId,FieldLayout,Schema,Schema,string memory[] memory,string memory[] memory) external"
2047
2047
  }
2048
2048
  },
2049
2049
  {
2050
2050
  "components": [
2051
2051
  {
2052
- "id": 59997,
2052
+ "id": 60016,
2053
2053
  "name": "targetTableSelector",
2054
2054
  "nodeType": "Identifier",
2055
2055
  "overloadedDeclarations": [],
2056
- "referencedDeclaration": 59970,
2056
+ "referencedDeclaration": 59989,
2057
2057
  "src": "2506:19:122",
2058
2058
  "typeDescriptions": {
2059
- "typeIdentifier": "t_userDefinedValueType$_ResourceId_$36365",
2059
+ "typeIdentifier": "t_userDefinedValueType$_ResourceId_$36384",
2060
2060
  "typeString": "ResourceId"
2061
2061
  }
2062
2062
  },
@@ -2065,18 +2065,18 @@
2065
2065
  "expression": {
2066
2066
  "argumentTypes": [],
2067
2067
  "expression": {
2068
- "id": 59998,
2068
+ "id": 60017,
2069
2069
  "name": "KeysWithValue",
2070
2070
  "nodeType": "Identifier",
2071
2071
  "overloadedDeclarations": [],
2072
- "referencedDeclaration": 62794,
2072
+ "referencedDeclaration": 62813,
2073
2073
  "src": "2537:13:122",
2074
2074
  "typeDescriptions": {
2075
- "typeIdentifier": "t_type$_t_contract$_KeysWithValue_$62794_$",
2075
+ "typeIdentifier": "t_type$_t_contract$_KeysWithValue_$62813_$",
2076
2076
  "typeString": "type(library KeysWithValue)"
2077
2077
  }
2078
2078
  },
2079
- "id": 59999,
2079
+ "id": 60018,
2080
2080
  "isConstant": false,
2081
2081
  "isLValue": false,
2082
2082
  "isPure": false,
@@ -2084,14 +2084,14 @@
2084
2084
  "memberLocation": "2551:14:122",
2085
2085
  "memberName": "getFieldLayout",
2086
2086
  "nodeType": "MemberAccess",
2087
- "referencedDeclaration": 60379,
2087
+ "referencedDeclaration": 60398,
2088
2088
  "src": "2537:28:122",
2089
2089
  "typeDescriptions": {
2090
- "typeIdentifier": "t_function_internal_pure$__$returns$_t_userDefinedValueType$_FieldLayout_$34805_$",
2090
+ "typeIdentifier": "t_function_internal_pure$__$returns$_t_userDefinedValueType$_FieldLayout_$34824_$",
2091
2091
  "typeString": "function () pure returns (FieldLayout)"
2092
2092
  }
2093
2093
  },
2094
- "id": 60000,
2094
+ "id": 60019,
2095
2095
  "isConstant": false,
2096
2096
  "isLValue": false,
2097
2097
  "isPure": false,
@@ -2103,7 +2103,7 @@
2103
2103
  "src": "2537:30:122",
2104
2104
  "tryCall": false,
2105
2105
  "typeDescriptions": {
2106
- "typeIdentifier": "t_userDefinedValueType$_FieldLayout_$34805",
2106
+ "typeIdentifier": "t_userDefinedValueType$_FieldLayout_$34824",
2107
2107
  "typeString": "FieldLayout"
2108
2108
  }
2109
2109
  },
@@ -2112,18 +2112,18 @@
2112
2112
  "expression": {
2113
2113
  "argumentTypes": [],
2114
2114
  "expression": {
2115
- "id": 60001,
2115
+ "id": 60020,
2116
2116
  "name": "KeysWithValue",
2117
2117
  "nodeType": "Identifier",
2118
2118
  "overloadedDeclarations": [],
2119
- "referencedDeclaration": 62794,
2119
+ "referencedDeclaration": 62813,
2120
2120
  "src": "2579:13:122",
2121
2121
  "typeDescriptions": {
2122
- "typeIdentifier": "t_type$_t_contract$_KeysWithValue_$62794_$",
2122
+ "typeIdentifier": "t_type$_t_contract$_KeysWithValue_$62813_$",
2123
2123
  "typeString": "type(library KeysWithValue)"
2124
2124
  }
2125
2125
  },
2126
- "id": 60002,
2126
+ "id": 60021,
2127
2127
  "isConstant": false,
2128
2128
  "isLValue": false,
2129
2129
  "isPure": false,
@@ -2131,14 +2131,14 @@
2131
2131
  "memberLocation": "2593:12:122",
2132
2132
  "memberName": "getKeySchema",
2133
2133
  "nodeType": "MemberAccess",
2134
- "referencedDeclaration": 60411,
2134
+ "referencedDeclaration": 60430,
2135
2135
  "src": "2579:26:122",
2136
2136
  "typeDescriptions": {
2137
- "typeIdentifier": "t_function_internal_pure$__$returns$_t_userDefinedValueType$_Schema_$36441_$",
2137
+ "typeIdentifier": "t_function_internal_pure$__$returns$_t_userDefinedValueType$_Schema_$36460_$",
2138
2138
  "typeString": "function () pure returns (Schema)"
2139
2139
  }
2140
2140
  },
2141
- "id": 60003,
2141
+ "id": 60022,
2142
2142
  "isConstant": false,
2143
2143
  "isLValue": false,
2144
2144
  "isPure": false,
@@ -2150,7 +2150,7 @@
2150
2150
  "src": "2579:28:122",
2151
2151
  "tryCall": false,
2152
2152
  "typeDescriptions": {
2153
- "typeIdentifier": "t_userDefinedValueType$_Schema_$36441",
2153
+ "typeIdentifier": "t_userDefinedValueType$_Schema_$36460",
2154
2154
  "typeString": "Schema"
2155
2155
  }
2156
2156
  },
@@ -2159,18 +2159,18 @@
2159
2159
  "expression": {
2160
2160
  "argumentTypes": [],
2161
2161
  "expression": {
2162
- "id": 60004,
2162
+ "id": 60023,
2163
2163
  "name": "KeysWithValue",
2164
2164
  "nodeType": "Identifier",
2165
2165
  "overloadedDeclarations": [],
2166
- "referencedDeclaration": 62794,
2166
+ "referencedDeclaration": 62813,
2167
2167
  "src": "2619:13:122",
2168
2168
  "typeDescriptions": {
2169
- "typeIdentifier": "t_type$_t_contract$_KeysWithValue_$62794_$",
2169
+ "typeIdentifier": "t_type$_t_contract$_KeysWithValue_$62813_$",
2170
2170
  "typeString": "type(library KeysWithValue)"
2171
2171
  }
2172
2172
  },
2173
- "id": 60005,
2173
+ "id": 60024,
2174
2174
  "isConstant": false,
2175
2175
  "isLValue": false,
2176
2176
  "isPure": false,
@@ -2178,14 +2178,14 @@
2178
2178
  "memberLocation": "2633:14:122",
2179
2179
  "memberName": "getValueSchema",
2180
2180
  "nodeType": "MemberAccess",
2181
- "referencedDeclaration": 60443,
2181
+ "referencedDeclaration": 60462,
2182
2182
  "src": "2619:28:122",
2183
2183
  "typeDescriptions": {
2184
- "typeIdentifier": "t_function_internal_pure$__$returns$_t_userDefinedValueType$_Schema_$36441_$",
2184
+ "typeIdentifier": "t_function_internal_pure$__$returns$_t_userDefinedValueType$_Schema_$36460_$",
2185
2185
  "typeString": "function () pure returns (Schema)"
2186
2186
  }
2187
2187
  },
2188
- "id": 60006,
2188
+ "id": 60025,
2189
2189
  "isConstant": false,
2190
2190
  "isLValue": false,
2191
2191
  "isPure": false,
@@ -2197,7 +2197,7 @@
2197
2197
  "src": "2619:30:122",
2198
2198
  "tryCall": false,
2199
2199
  "typeDescriptions": {
2200
- "typeIdentifier": "t_userDefinedValueType$_Schema_$36441",
2200
+ "typeIdentifier": "t_userDefinedValueType$_Schema_$36460",
2201
2201
  "typeString": "Schema"
2202
2202
  }
2203
2203
  },
@@ -2206,18 +2206,18 @@
2206
2206
  "expression": {
2207
2207
  "argumentTypes": [],
2208
2208
  "expression": {
2209
- "id": 60007,
2209
+ "id": 60026,
2210
2210
  "name": "KeysWithValue",
2211
2211
  "nodeType": "Identifier",
2212
2212
  "overloadedDeclarations": [],
2213
- "referencedDeclaration": 62794,
2213
+ "referencedDeclaration": 62813,
2214
2214
  "src": "2661:13:122",
2215
2215
  "typeDescriptions": {
2216
- "typeIdentifier": "t_type$_t_contract$_KeysWithValue_$62794_$",
2216
+ "typeIdentifier": "t_type$_t_contract$_KeysWithValue_$62813_$",
2217
2217
  "typeString": "type(library KeysWithValue)"
2218
2218
  }
2219
2219
  },
2220
- "id": 60008,
2220
+ "id": 60027,
2221
2221
  "isConstant": false,
2222
2222
  "isLValue": false,
2223
2223
  "isPure": false,
@@ -2225,14 +2225,14 @@
2225
2225
  "memberLocation": "2675:11:122",
2226
2226
  "memberName": "getKeyNames",
2227
2227
  "nodeType": "MemberAccess",
2228
- "referencedDeclaration": 60465,
2228
+ "referencedDeclaration": 60484,
2229
2229
  "src": "2661:25:122",
2230
2230
  "typeDescriptions": {
2231
2231
  "typeIdentifier": "t_function_internal_pure$__$returns$_t_array$_t_string_memory_ptr_$dyn_memory_ptr_$",
2232
2232
  "typeString": "function () pure returns (string memory[] memory)"
2233
2233
  }
2234
2234
  },
2235
- "id": 60009,
2235
+ "id": 60028,
2236
2236
  "isConstant": false,
2237
2237
  "isLValue": false,
2238
2238
  "isPure": false,
@@ -2253,18 +2253,18 @@
2253
2253
  "expression": {
2254
2254
  "argumentTypes": [],
2255
2255
  "expression": {
2256
- "id": 60010,
2256
+ "id": 60029,
2257
2257
  "name": "KeysWithValue",
2258
2258
  "nodeType": "Identifier",
2259
2259
  "overloadedDeclarations": [],
2260
- "referencedDeclaration": 62794,
2260
+ "referencedDeclaration": 62813,
2261
2261
  "src": "2700:13:122",
2262
2262
  "typeDescriptions": {
2263
- "typeIdentifier": "t_type$_t_contract$_KeysWithValue_$62794_$",
2263
+ "typeIdentifier": "t_type$_t_contract$_KeysWithValue_$62813_$",
2264
2264
  "typeString": "type(library KeysWithValue)"
2265
2265
  }
2266
2266
  },
2267
- "id": 60011,
2267
+ "id": 60030,
2268
2268
  "isConstant": false,
2269
2269
  "isLValue": false,
2270
2270
  "isPure": false,
@@ -2272,14 +2272,14 @@
2272
2272
  "memberLocation": "2714:13:122",
2273
2273
  "memberName": "getFieldNames",
2274
2274
  "nodeType": "MemberAccess",
2275
- "referencedDeclaration": 60487,
2275
+ "referencedDeclaration": 60506,
2276
2276
  "src": "2700:27:122",
2277
2277
  "typeDescriptions": {
2278
2278
  "typeIdentifier": "t_function_internal_pure$__$returns$_t_array$_t_string_memory_ptr_$dyn_memory_ptr_$",
2279
2279
  "typeString": "function () pure returns (string memory[] memory)"
2280
2280
  }
2281
2281
  },
2282
- "id": 60012,
2282
+ "id": 60031,
2283
2283
  "isConstant": false,
2284
2284
  "isLValue": false,
2285
2285
  "isPure": false,
@@ -2296,7 +2296,7 @@
2296
2296
  }
2297
2297
  }
2298
2298
  ],
2299
- "id": 60013,
2299
+ "id": 60032,
2300
2300
  "isConstant": false,
2301
2301
  "isInlineArray": false,
2302
2302
  "isLValue": false,
@@ -2305,7 +2305,7 @@
2305
2305
  "nodeType": "TupleExpression",
2306
2306
  "src": "2494:245:122",
2307
2307
  "typeDescriptions": {
2308
- "typeIdentifier": "t_tuple$_t_userDefinedValueType$_ResourceId_$36365_$_t_userDefinedValueType$_FieldLayout_$34805_$_t_userDefinedValueType$_Schema_$36441_$_t_userDefinedValueType$_Schema_$36441_$_t_array$_t_string_memory_ptr_$dyn_memory_ptr_$_t_array$_t_string_memory_ptr_$dyn_memory_ptr_$",
2308
+ "typeIdentifier": "t_tuple$_t_userDefinedValueType$_ResourceId_$36384_$_t_userDefinedValueType$_FieldLayout_$34824_$_t_userDefinedValueType$_Schema_$36460_$_t_userDefinedValueType$_Schema_$36460_$_t_array$_t_string_memory_ptr_$dyn_memory_ptr_$_t_array$_t_string_memory_ptr_$dyn_memory_ptr_$",
2309
2309
  "typeString": "tuple(ResourceId,FieldLayout,Schema,Schema,string memory[] memory,string memory[] memory)"
2310
2310
  }
2311
2311
  }
@@ -2313,16 +2313,16 @@
2313
2313
  "expression": {
2314
2314
  "argumentTypes": [
2315
2315
  {
2316
- "typeIdentifier": "t_function_external_nonpayable$_t_userDefinedValueType$_ResourceId_$36365_$_t_userDefinedValueType$_FieldLayout_$34805_$_t_userDefinedValueType$_Schema_$36441_$_t_userDefinedValueType$_Schema_$36441_$_t_array$_t_string_memory_ptr_$dyn_memory_ptr_$_t_array$_t_string_memory_ptr_$dyn_memory_ptr_$returns$__$",
2316
+ "typeIdentifier": "t_function_external_nonpayable$_t_userDefinedValueType$_ResourceId_$36384_$_t_userDefinedValueType$_FieldLayout_$34824_$_t_userDefinedValueType$_Schema_$36460_$_t_userDefinedValueType$_Schema_$36460_$_t_array$_t_string_memory_ptr_$dyn_memory_ptr_$_t_array$_t_string_memory_ptr_$dyn_memory_ptr_$returns$__$",
2317
2317
  "typeString": "function (ResourceId,FieldLayout,Schema,Schema,string memory[] memory,string memory[] memory) external"
2318
2318
  },
2319
2319
  {
2320
- "typeIdentifier": "t_tuple$_t_userDefinedValueType$_ResourceId_$36365_$_t_userDefinedValueType$_FieldLayout_$34805_$_t_userDefinedValueType$_Schema_$36441_$_t_userDefinedValueType$_Schema_$36441_$_t_array$_t_string_memory_ptr_$dyn_memory_ptr_$_t_array$_t_string_memory_ptr_$dyn_memory_ptr_$",
2320
+ "typeIdentifier": "t_tuple$_t_userDefinedValueType$_ResourceId_$36384_$_t_userDefinedValueType$_FieldLayout_$34824_$_t_userDefinedValueType$_Schema_$36460_$_t_userDefinedValueType$_Schema_$36460_$_t_array$_t_string_memory_ptr_$dyn_memory_ptr_$_t_array$_t_string_memory_ptr_$dyn_memory_ptr_$",
2321
2321
  "typeString": "tuple(ResourceId,FieldLayout,Schema,Schema,string memory[] memory,string memory[] memory)"
2322
2322
  }
2323
2323
  ],
2324
2324
  "expression": {
2325
- "id": 59993,
2325
+ "id": 60012,
2326
2326
  "name": "abi",
2327
2327
  "nodeType": "Identifier",
2328
2328
  "overloadedDeclarations": [],
@@ -2333,7 +2333,7 @@
2333
2333
  "typeString": "abi"
2334
2334
  }
2335
2335
  },
2336
- "id": 59994,
2336
+ "id": 60013,
2337
2337
  "isConstant": false,
2338
2338
  "isLValue": false,
2339
2339
  "isPure": true,
@@ -2347,7 +2347,7 @@
2347
2347
  "typeString": "function () pure returns (bytes memory)"
2348
2348
  }
2349
2349
  },
2350
- "id": 60014,
2350
+ "id": 60033,
2351
2351
  "isConstant": false,
2352
2352
  "isLValue": false,
2353
2353
  "isPure": false,
@@ -2374,14 +2374,14 @@
2374
2374
  "expression": {
2375
2375
  "arguments": [
2376
2376
  {
2377
- "id": 59990,
2377
+ "id": 60009,
2378
2378
  "name": "world",
2379
2379
  "nodeType": "Identifier",
2380
2380
  "overloadedDeclarations": [],
2381
- "referencedDeclaration": 59978,
2381
+ "referencedDeclaration": 59997,
2382
2382
  "src": "2414:5:122",
2383
2383
  "typeDescriptions": {
2384
- "typeIdentifier": "t_contract$_IBaseWorld_$49243",
2384
+ "typeIdentifier": "t_contract$_IBaseWorld_$49262",
2385
2385
  "typeString": "contract IBaseWorld"
2386
2386
  }
2387
2387
  }
@@ -2389,11 +2389,11 @@
2389
2389
  "expression": {
2390
2390
  "argumentTypes": [
2391
2391
  {
2392
- "typeIdentifier": "t_contract$_IBaseWorld_$49243",
2392
+ "typeIdentifier": "t_contract$_IBaseWorld_$49262",
2393
2393
  "typeString": "contract IBaseWorld"
2394
2394
  }
2395
2395
  ],
2396
- "id": 59989,
2396
+ "id": 60008,
2397
2397
  "isConstant": false,
2398
2398
  "isLValue": false,
2399
2399
  "isPure": true,
@@ -2405,14 +2405,14 @@
2405
2405
  "typeString": "type(address)"
2406
2406
  },
2407
2407
  "typeName": {
2408
- "id": 59988,
2408
+ "id": 60007,
2409
2409
  "name": "address",
2410
2410
  "nodeType": "ElementaryTypeName",
2411
2411
  "src": "2406:7:122",
2412
2412
  "typeDescriptions": {}
2413
2413
  }
2414
2414
  },
2415
- "id": 59991,
2415
+ "id": 60010,
2416
2416
  "isConstant": false,
2417
2417
  "isLValue": false,
2418
2418
  "isPure": false,
@@ -2428,7 +2428,7 @@
2428
2428
  "typeString": "address"
2429
2429
  }
2430
2430
  },
2431
- "id": 59992,
2431
+ "id": 60011,
2432
2432
  "isConstant": false,
2433
2433
  "isLValue": false,
2434
2434
  "isPure": false,
@@ -2442,7 +2442,7 @@
2442
2442
  "typeString": "function (bytes memory) returns (bool,bytes memory)"
2443
2443
  }
2444
2444
  },
2445
- "id": 60015,
2445
+ "id": 60034,
2446
2446
  "isConstant": false,
2447
2447
  "isLValue": false,
2448
2448
  "isPure": false,
@@ -2463,7 +2463,7 @@
2463
2463
  },
2464
2464
  {
2465
2465
  "expression": {
2466
- "id": 60037,
2466
+ "id": 60056,
2467
2467
  "isConstant": false,
2468
2468
  "isLValue": false,
2469
2469
  "isPure": false,
@@ -2471,11 +2471,11 @@
2471
2471
  "leftHandSide": {
2472
2472
  "components": [
2473
2473
  {
2474
- "id": 60017,
2474
+ "id": 60036,
2475
2475
  "name": "success",
2476
2476
  "nodeType": "Identifier",
2477
2477
  "overloadedDeclarations": [],
2478
- "referencedDeclaration": 59985,
2478
+ "referencedDeclaration": 60004,
2479
2479
  "src": "2810:7:122",
2480
2480
  "typeDescriptions": {
2481
2481
  "typeIdentifier": "t_bool",
@@ -2483,11 +2483,11 @@
2483
2483
  }
2484
2484
  },
2485
2485
  {
2486
- "id": 60018,
2486
+ "id": 60037,
2487
2487
  "name": "returnData",
2488
2488
  "nodeType": "Identifier",
2489
2489
  "overloadedDeclarations": [],
2490
- "referencedDeclaration": 59987,
2490
+ "referencedDeclaration": 60006,
2491
2491
  "src": "2819:10:122",
2492
2492
  "typeDescriptions": {
2493
2493
  "typeIdentifier": "t_bytes_memory_ptr",
@@ -2495,7 +2495,7 @@
2495
2495
  }
2496
2496
  }
2497
2497
  ],
2498
- "id": 60019,
2498
+ "id": 60038,
2499
2499
  "isConstant": false,
2500
2500
  "isInlineArray": false,
2501
2501
  "isLValue": true,
@@ -2516,18 +2516,18 @@
2516
2516
  "arguments": [
2517
2517
  {
2518
2518
  "expression": {
2519
- "id": 60027,
2519
+ "id": 60046,
2520
2520
  "name": "world",
2521
2521
  "nodeType": "Identifier",
2522
2522
  "overloadedDeclarations": [],
2523
- "referencedDeclaration": 59978,
2523
+ "referencedDeclaration": 59997,
2524
2524
  "src": "2883:5:122",
2525
2525
  "typeDescriptions": {
2526
- "typeIdentifier": "t_contract$_IBaseWorld_$49243",
2526
+ "typeIdentifier": "t_contract$_IBaseWorld_$49262",
2527
2527
  "typeString": "contract IBaseWorld"
2528
2528
  }
2529
2529
  },
2530
- "id": 60028,
2530
+ "id": 60047,
2531
2531
  "isConstant": false,
2532
2532
  "isLValue": false,
2533
2533
  "isPure": false,
@@ -2535,38 +2535,38 @@
2535
2535
  "memberLocation": "2889:11:122",
2536
2536
  "memberName": "grantAccess",
2537
2537
  "nodeType": "MemberAccess",
2538
- "referencedDeclaration": 70936,
2538
+ "referencedDeclaration": 70955,
2539
2539
  "src": "2883:17:122",
2540
2540
  "typeDescriptions": {
2541
- "typeIdentifier": "t_function_external_nonpayable$_t_userDefinedValueType$_ResourceId_$36365_$_t_address_$returns$__$",
2541
+ "typeIdentifier": "t_function_external_nonpayable$_t_userDefinedValueType$_ResourceId_$36384_$_t_address_$returns$__$",
2542
2542
  "typeString": "function (ResourceId,address) external"
2543
2543
  }
2544
2544
  },
2545
2545
  {
2546
2546
  "components": [
2547
2547
  {
2548
- "id": 60029,
2548
+ "id": 60048,
2549
2549
  "name": "targetTableSelector",
2550
2550
  "nodeType": "Identifier",
2551
2551
  "overloadedDeclarations": [],
2552
- "referencedDeclaration": 59970,
2552
+ "referencedDeclaration": 59989,
2553
2553
  "src": "2903:19:122",
2554
2554
  "typeDescriptions": {
2555
- "typeIdentifier": "t_userDefinedValueType$_ResourceId_$36365",
2555
+ "typeIdentifier": "t_userDefinedValueType$_ResourceId_$36384",
2556
2556
  "typeString": "ResourceId"
2557
2557
  }
2558
2558
  },
2559
2559
  {
2560
2560
  "arguments": [
2561
2561
  {
2562
- "id": 60032,
2562
+ "id": 60051,
2563
2563
  "name": "hook",
2564
2564
  "nodeType": "Identifier",
2565
2565
  "overloadedDeclarations": [],
2566
- "referencedDeclaration": 59938,
2566
+ "referencedDeclaration": 59957,
2567
2567
  "src": "2932:4:122",
2568
2568
  "typeDescriptions": {
2569
- "typeIdentifier": "t_contract$_KeysWithValueHook_$59894",
2569
+ "typeIdentifier": "t_contract$_KeysWithValueHook_$59913",
2570
2570
  "typeString": "contract KeysWithValueHook"
2571
2571
  }
2572
2572
  }
@@ -2574,11 +2574,11 @@
2574
2574
  "expression": {
2575
2575
  "argumentTypes": [
2576
2576
  {
2577
- "typeIdentifier": "t_contract$_KeysWithValueHook_$59894",
2577
+ "typeIdentifier": "t_contract$_KeysWithValueHook_$59913",
2578
2578
  "typeString": "contract KeysWithValueHook"
2579
2579
  }
2580
2580
  ],
2581
- "id": 60031,
2581
+ "id": 60050,
2582
2582
  "isConstant": false,
2583
2583
  "isLValue": false,
2584
2584
  "isPure": true,
@@ -2590,14 +2590,14 @@
2590
2590
  "typeString": "type(address)"
2591
2591
  },
2592
2592
  "typeName": {
2593
- "id": 60030,
2593
+ "id": 60049,
2594
2594
  "name": "address",
2595
2595
  "nodeType": "ElementaryTypeName",
2596
2596
  "src": "2924:7:122",
2597
2597
  "typeDescriptions": {}
2598
2598
  }
2599
2599
  },
2600
- "id": 60033,
2600
+ "id": 60052,
2601
2601
  "isConstant": false,
2602
2602
  "isLValue": false,
2603
2603
  "isPure": false,
@@ -2614,7 +2614,7 @@
2614
2614
  }
2615
2615
  }
2616
2616
  ],
2617
- "id": 60034,
2617
+ "id": 60053,
2618
2618
  "isConstant": false,
2619
2619
  "isInlineArray": false,
2620
2620
  "isLValue": false,
@@ -2623,7 +2623,7 @@
2623
2623
  "nodeType": "TupleExpression",
2624
2624
  "src": "2902:36:122",
2625
2625
  "typeDescriptions": {
2626
- "typeIdentifier": "t_tuple$_t_userDefinedValueType$_ResourceId_$36365_$_t_address_$",
2626
+ "typeIdentifier": "t_tuple$_t_userDefinedValueType$_ResourceId_$36384_$_t_address_$",
2627
2627
  "typeString": "tuple(ResourceId,address)"
2628
2628
  }
2629
2629
  }
@@ -2631,16 +2631,16 @@
2631
2631
  "expression": {
2632
2632
  "argumentTypes": [
2633
2633
  {
2634
- "typeIdentifier": "t_function_external_nonpayable$_t_userDefinedValueType$_ResourceId_$36365_$_t_address_$returns$__$",
2634
+ "typeIdentifier": "t_function_external_nonpayable$_t_userDefinedValueType$_ResourceId_$36384_$_t_address_$returns$__$",
2635
2635
  "typeString": "function (ResourceId,address) external"
2636
2636
  },
2637
2637
  {
2638
- "typeIdentifier": "t_tuple$_t_userDefinedValueType$_ResourceId_$36365_$_t_address_$",
2638
+ "typeIdentifier": "t_tuple$_t_userDefinedValueType$_ResourceId_$36384_$_t_address_$",
2639
2639
  "typeString": "tuple(ResourceId,address)"
2640
2640
  }
2641
2641
  ],
2642
2642
  "expression": {
2643
- "id": 60025,
2643
+ "id": 60044,
2644
2644
  "name": "abi",
2645
2645
  "nodeType": "Identifier",
2646
2646
  "overloadedDeclarations": [],
@@ -2651,7 +2651,7 @@
2651
2651
  "typeString": "abi"
2652
2652
  }
2653
2653
  },
2654
- "id": 60026,
2654
+ "id": 60045,
2655
2655
  "isConstant": false,
2656
2656
  "isLValue": false,
2657
2657
  "isPure": true,
@@ -2665,7 +2665,7 @@
2665
2665
  "typeString": "function () pure returns (bytes memory)"
2666
2666
  }
2667
2667
  },
2668
- "id": 60035,
2668
+ "id": 60054,
2669
2669
  "isConstant": false,
2670
2670
  "isLValue": false,
2671
2671
  "isPure": false,
@@ -2692,14 +2692,14 @@
2692
2692
  "expression": {
2693
2693
  "arguments": [
2694
2694
  {
2695
- "id": 60022,
2695
+ "id": 60041,
2696
2696
  "name": "world",
2697
2697
  "nodeType": "Identifier",
2698
2698
  "overloadedDeclarations": [],
2699
- "referencedDeclaration": 59978,
2699
+ "referencedDeclaration": 59997,
2700
2700
  "src": "2841:5:122",
2701
2701
  "typeDescriptions": {
2702
- "typeIdentifier": "t_contract$_IBaseWorld_$49243",
2702
+ "typeIdentifier": "t_contract$_IBaseWorld_$49262",
2703
2703
  "typeString": "contract IBaseWorld"
2704
2704
  }
2705
2705
  }
@@ -2707,11 +2707,11 @@
2707
2707
  "expression": {
2708
2708
  "argumentTypes": [
2709
2709
  {
2710
- "typeIdentifier": "t_contract$_IBaseWorld_$49243",
2710
+ "typeIdentifier": "t_contract$_IBaseWorld_$49262",
2711
2711
  "typeString": "contract IBaseWorld"
2712
2712
  }
2713
2713
  ],
2714
- "id": 60021,
2714
+ "id": 60040,
2715
2715
  "isConstant": false,
2716
2716
  "isLValue": false,
2717
2717
  "isPure": true,
@@ -2723,14 +2723,14 @@
2723
2723
  "typeString": "type(address)"
2724
2724
  },
2725
2725
  "typeName": {
2726
- "id": 60020,
2726
+ "id": 60039,
2727
2727
  "name": "address",
2728
2728
  "nodeType": "ElementaryTypeName",
2729
2729
  "src": "2833:7:122",
2730
2730
  "typeDescriptions": {}
2731
2731
  }
2732
2732
  },
2733
- "id": 60023,
2733
+ "id": 60042,
2734
2734
  "isConstant": false,
2735
2735
  "isLValue": false,
2736
2736
  "isPure": false,
@@ -2746,7 +2746,7 @@
2746
2746
  "typeString": "address"
2747
2747
  }
2748
2748
  },
2749
- "id": 60024,
2749
+ "id": 60043,
2750
2750
  "isConstant": false,
2751
2751
  "isLValue": false,
2752
2752
  "isPure": false,
@@ -2760,7 +2760,7 @@
2760
2760
  "typeString": "function (bytes memory) returns (bool,bytes memory)"
2761
2761
  }
2762
2762
  },
2763
- "id": 60036,
2763
+ "id": 60055,
2764
2764
  "isConstant": false,
2765
2765
  "isLValue": false,
2766
2766
  "isPure": false,
@@ -2782,13 +2782,13 @@
2782
2782
  "typeString": "tuple()"
2783
2783
  }
2784
2784
  },
2785
- "id": 60038,
2785
+ "id": 60057,
2786
2786
  "nodeType": "ExpressionStatement",
2787
2787
  "src": "2809:136:122"
2788
2788
  },
2789
2789
  {
2790
2790
  "condition": {
2791
- "id": 60040,
2791
+ "id": 60059,
2792
2792
  "isConstant": false,
2793
2793
  "isLValue": false,
2794
2794
  "isPure": false,
@@ -2798,11 +2798,11 @@
2798
2798
  "prefix": true,
2799
2799
  "src": "2956:8:122",
2800
2800
  "subExpression": {
2801
- "id": 60039,
2801
+ "id": 60058,
2802
2802
  "name": "success",
2803
2803
  "nodeType": "Identifier",
2804
2804
  "overloadedDeclarations": [],
2805
- "referencedDeclaration": 59985,
2805
+ "referencedDeclaration": 60004,
2806
2806
  "src": "2957:7:122",
2807
2807
  "typeDescriptions": {
2808
2808
  "typeIdentifier": "t_bool",
@@ -2814,18 +2814,18 @@
2814
2814
  "typeString": "bool"
2815
2815
  }
2816
2816
  },
2817
- "id": 60045,
2817
+ "id": 60064,
2818
2818
  "nodeType": "IfStatement",
2819
2819
  "src": "2952:41:122",
2820
2820
  "trueBody": {
2821
2821
  "expression": {
2822
2822
  "arguments": [
2823
2823
  {
2824
- "id": 60042,
2824
+ "id": 60061,
2825
2825
  "name": "returnData",
2826
2826
  "nodeType": "Identifier",
2827
2827
  "overloadedDeclarations": [],
2828
- "referencedDeclaration": 59987,
2828
+ "referencedDeclaration": 60006,
2829
2829
  "src": "2982:10:122",
2830
2830
  "typeDescriptions": {
2831
2831
  "typeIdentifier": "t_bytes_memory_ptr",
@@ -2840,18 +2840,18 @@
2840
2840
  "typeString": "bytes memory"
2841
2841
  }
2842
2842
  ],
2843
- "id": 60041,
2843
+ "id": 60060,
2844
2844
  "name": "revertWithBytes",
2845
2845
  "nodeType": "Identifier",
2846
2846
  "overloadedDeclarations": [],
2847
- "referencedDeclaration": 49373,
2847
+ "referencedDeclaration": 49392,
2848
2848
  "src": "2966:15:122",
2849
2849
  "typeDescriptions": {
2850
2850
  "typeIdentifier": "t_function_internal_pure$_t_bytes_memory_ptr_$returns$__$",
2851
2851
  "typeString": "function (bytes memory) pure"
2852
2852
  }
2853
2853
  },
2854
- "id": 60043,
2854
+ "id": 60062,
2855
2855
  "isConstant": false,
2856
2856
  "isLValue": false,
2857
2857
  "isPure": false,
@@ -2867,14 +2867,14 @@
2867
2867
  "typeString": "tuple()"
2868
2868
  }
2869
2869
  },
2870
- "id": 60044,
2870
+ "id": 60063,
2871
2871
  "nodeType": "ExpressionStatement",
2872
2872
  "src": "2966:27:122"
2873
2873
  }
2874
2874
  },
2875
2875
  {
2876
2876
  "expression": {
2877
- "id": 60074,
2877
+ "id": 60093,
2878
2878
  "isConstant": false,
2879
2879
  "isLValue": false,
2880
2880
  "isPure": false,
@@ -2882,11 +2882,11 @@
2882
2882
  "leftHandSide": {
2883
2883
  "components": [
2884
2884
  {
2885
- "id": 60046,
2885
+ "id": 60065,
2886
2886
  "name": "success",
2887
2887
  "nodeType": "Identifier",
2888
2888
  "overloadedDeclarations": [],
2889
- "referencedDeclaration": 59985,
2889
+ "referencedDeclaration": 60004,
2890
2890
  "src": "3079:7:122",
2891
2891
  "typeDescriptions": {
2892
2892
  "typeIdentifier": "t_bool",
@@ -2894,11 +2894,11 @@
2894
2894
  }
2895
2895
  },
2896
2896
  {
2897
- "id": 60047,
2897
+ "id": 60066,
2898
2898
  "name": "returnData",
2899
2899
  "nodeType": "Identifier",
2900
2900
  "overloadedDeclarations": [],
2901
- "referencedDeclaration": 59987,
2901
+ "referencedDeclaration": 60006,
2902
2902
  "src": "3088:10:122",
2903
2903
  "typeDescriptions": {
2904
2904
  "typeIdentifier": "t_bytes_memory_ptr",
@@ -2906,7 +2906,7 @@
2906
2906
  }
2907
2907
  }
2908
2908
  ],
2909
- "id": 60048,
2909
+ "id": 60067,
2910
2910
  "isConstant": false,
2911
2911
  "isInlineArray": false,
2912
2912
  "isLValue": true,
@@ -2927,18 +2927,18 @@
2927
2927
  "arguments": [
2928
2928
  {
2929
2929
  "expression": {
2930
- "id": 60056,
2930
+ "id": 60075,
2931
2931
  "name": "world",
2932
2932
  "nodeType": "Identifier",
2933
2933
  "overloadedDeclarations": [],
2934
- "referencedDeclaration": 59978,
2934
+ "referencedDeclaration": 59997,
2935
2935
  "src": "3161:5:122",
2936
2936
  "typeDescriptions": {
2937
- "typeIdentifier": "t_contract$_IBaseWorld_$49243",
2937
+ "typeIdentifier": "t_contract$_IBaseWorld_$49262",
2938
2938
  "typeString": "contract IBaseWorld"
2939
2939
  }
2940
2940
  },
2941
- "id": 60057,
2941
+ "id": 60076,
2942
2942
  "isConstant": false,
2943
2943
  "isLValue": false,
2944
2944
  "isPure": false,
@@ -2946,36 +2946,36 @@
2946
2946
  "memberLocation": "3167:17:122",
2947
2947
  "memberName": "registerStoreHook",
2948
2948
  "nodeType": "MemberAccess",
2949
- "referencedDeclaration": 35667,
2949
+ "referencedDeclaration": 35686,
2950
2950
  "src": "3161:23:122",
2951
2951
  "typeDescriptions": {
2952
- "typeIdentifier": "t_function_external_nonpayable$_t_userDefinedValueType$_ResourceId_$36365_$_t_contract$_IStoreHook_$67830_$_t_uint8_$returns$__$",
2952
+ "typeIdentifier": "t_function_external_nonpayable$_t_userDefinedValueType$_ResourceId_$36384_$_t_contract$_IStoreHook_$67849_$_t_uint8_$returns$__$",
2953
2953
  "typeString": "function (ResourceId,contract IStoreHook,uint8) external"
2954
2954
  }
2955
2955
  },
2956
2956
  {
2957
2957
  "components": [
2958
2958
  {
2959
- "id": 60058,
2959
+ "id": 60077,
2960
2960
  "name": "sourceTableId",
2961
2961
  "nodeType": "Identifier",
2962
2962
  "overloadedDeclarations": [],
2963
- "referencedDeclaration": 59956,
2963
+ "referencedDeclaration": 59975,
2964
2964
  "src": "3206:13:122",
2965
2965
  "typeDescriptions": {
2966
- "typeIdentifier": "t_userDefinedValueType$_ResourceId_$36365",
2966
+ "typeIdentifier": "t_userDefinedValueType$_ResourceId_$36384",
2967
2967
  "typeString": "ResourceId"
2968
2968
  }
2969
2969
  },
2970
2970
  {
2971
- "id": 60059,
2971
+ "id": 60078,
2972
2972
  "name": "hook",
2973
2973
  "nodeType": "Identifier",
2974
2974
  "overloadedDeclarations": [],
2975
- "referencedDeclaration": 59938,
2975
+ "referencedDeclaration": 59957,
2976
2976
  "src": "3231:4:122",
2977
2977
  "typeDescriptions": {
2978
- "typeIdentifier": "t_contract$_KeysWithValueHook_$59894",
2978
+ "typeIdentifier": "t_contract$_KeysWithValueHook_$59913",
2979
2979
  "typeString": "contract KeysWithValueHook"
2980
2980
  }
2981
2981
  },
@@ -2984,7 +2984,7 @@
2984
2984
  "typeIdentifier": "t_uint8",
2985
2985
  "typeString": "uint8"
2986
2986
  },
2987
- "id": 60070,
2987
+ "id": 60089,
2988
2988
  "isConstant": false,
2989
2989
  "isLValue": false,
2990
2990
  "isPure": true,
@@ -2994,7 +2994,7 @@
2994
2994
  "typeIdentifier": "t_uint8",
2995
2995
  "typeString": "uint8"
2996
2996
  },
2997
- "id": 60068,
2997
+ "id": 60087,
2998
2998
  "isConstant": false,
2999
2999
  "isLValue": false,
3000
3000
  "isPure": true,
@@ -3004,7 +3004,7 @@
3004
3004
  "typeIdentifier": "t_uint8",
3005
3005
  "typeString": "uint8"
3006
3006
  },
3007
- "id": 60066,
3007
+ "id": 60085,
3008
3008
  "isConstant": false,
3009
3009
  "isLValue": false,
3010
3010
  "isPure": true,
@@ -3014,7 +3014,7 @@
3014
3014
  "typeIdentifier": "t_uint8",
3015
3015
  "typeString": "uint8"
3016
3016
  },
3017
- "id": 60064,
3017
+ "id": 60083,
3018
3018
  "isConstant": false,
3019
3019
  "isLValue": false,
3020
3020
  "isPure": true,
@@ -3024,17 +3024,17 @@
3024
3024
  "typeIdentifier": "t_uint8",
3025
3025
  "typeString": "uint8"
3026
3026
  },
3027
- "id": 60062,
3027
+ "id": 60081,
3028
3028
  "isConstant": false,
3029
3029
  "isLValue": false,
3030
3030
  "isPure": true,
3031
3031
  "lValueRequested": false,
3032
3032
  "leftExpression": {
3033
- "id": 60060,
3033
+ "id": 60079,
3034
3034
  "name": "BEFORE_SET_RECORD",
3035
3035
  "nodeType": "Identifier",
3036
3036
  "overloadedDeclarations": [],
3037
- "referencedDeclaration": 46287,
3037
+ "referencedDeclaration": 46306,
3038
3038
  "src": "3247:17:122",
3039
3039
  "typeDescriptions": {
3040
3040
  "typeIdentifier": "t_uint8",
@@ -3044,11 +3044,11 @@
3044
3044
  "nodeType": "BinaryOperation",
3045
3045
  "operator": "|",
3046
3046
  "rightExpression": {
3047
- "id": 60061,
3047
+ "id": 60080,
3048
3048
  "name": "BEFORE_SPLICE_STATIC_DATA",
3049
3049
  "nodeType": "Identifier",
3050
3050
  "overloadedDeclarations": [],
3051
- "referencedDeclaration": 46297,
3051
+ "referencedDeclaration": 46316,
3052
3052
  "src": "3279:25:122",
3053
3053
  "typeDescriptions": {
3054
3054
  "typeIdentifier": "t_uint8",
@@ -3064,11 +3064,11 @@
3064
3064
  "nodeType": "BinaryOperation",
3065
3065
  "operator": "|",
3066
3066
  "rightExpression": {
3067
- "id": 60063,
3067
+ "id": 60082,
3068
3068
  "name": "AFTER_SPLICE_STATIC_DATA",
3069
3069
  "nodeType": "Identifier",
3070
3070
  "overloadedDeclarations": [],
3071
- "referencedDeclaration": 46302,
3071
+ "referencedDeclaration": 46321,
3072
3072
  "src": "3319:24:122",
3073
3073
  "typeDescriptions": {
3074
3074
  "typeIdentifier": "t_uint8",
@@ -3084,11 +3084,11 @@
3084
3084
  "nodeType": "BinaryOperation",
3085
3085
  "operator": "|",
3086
3086
  "rightExpression": {
3087
- "id": 60065,
3087
+ "id": 60084,
3088
3088
  "name": "BEFORE_SPLICE_DYNAMIC_DATA",
3089
3089
  "nodeType": "Identifier",
3090
3090
  "overloadedDeclarations": [],
3091
- "referencedDeclaration": 46307,
3091
+ "referencedDeclaration": 46326,
3092
3092
  "src": "3358:26:122",
3093
3093
  "typeDescriptions": {
3094
3094
  "typeIdentifier": "t_uint8",
@@ -3104,11 +3104,11 @@
3104
3104
  "nodeType": "BinaryOperation",
3105
3105
  "operator": "|",
3106
3106
  "rightExpression": {
3107
- "id": 60067,
3107
+ "id": 60086,
3108
3108
  "name": "AFTER_SPLICE_DYNAMIC_DATA",
3109
3109
  "nodeType": "Identifier",
3110
3110
  "overloadedDeclarations": [],
3111
- "referencedDeclaration": 46312,
3111
+ "referencedDeclaration": 46331,
3112
3112
  "src": "3399:25:122",
3113
3113
  "typeDescriptions": {
3114
3114
  "typeIdentifier": "t_uint8",
@@ -3124,11 +3124,11 @@
3124
3124
  "nodeType": "BinaryOperation",
3125
3125
  "operator": "|",
3126
3126
  "rightExpression": {
3127
- "id": 60069,
3127
+ "id": 60088,
3128
3128
  "name": "BEFORE_DELETE_RECORD",
3129
3129
  "nodeType": "Identifier",
3130
3130
  "overloadedDeclarations": [],
3131
- "referencedDeclaration": 46317,
3131
+ "referencedDeclaration": 46336,
3132
3132
  "src": "3439:20:122",
3133
3133
  "typeDescriptions": {
3134
3134
  "typeIdentifier": "t_uint8",
@@ -3142,7 +3142,7 @@
3142
3142
  }
3143
3143
  }
3144
3144
  ],
3145
- "id": 60071,
3145
+ "id": 60090,
3146
3146
  "isConstant": false,
3147
3147
  "isInlineArray": false,
3148
3148
  "isLValue": false,
@@ -3151,7 +3151,7 @@
3151
3151
  "nodeType": "TupleExpression",
3152
3152
  "src": "3194:275:122",
3153
3153
  "typeDescriptions": {
3154
- "typeIdentifier": "t_tuple$_t_userDefinedValueType$_ResourceId_$36365_$_t_contract$_KeysWithValueHook_$59894_$_t_uint8_$",
3154
+ "typeIdentifier": "t_tuple$_t_userDefinedValueType$_ResourceId_$36384_$_t_contract$_KeysWithValueHook_$59913_$_t_uint8_$",
3155
3155
  "typeString": "tuple(ResourceId,contract KeysWithValueHook,uint8)"
3156
3156
  }
3157
3157
  }
@@ -3159,16 +3159,16 @@
3159
3159
  "expression": {
3160
3160
  "argumentTypes": [
3161
3161
  {
3162
- "typeIdentifier": "t_function_external_nonpayable$_t_userDefinedValueType$_ResourceId_$36365_$_t_contract$_IStoreHook_$67830_$_t_uint8_$returns$__$",
3162
+ "typeIdentifier": "t_function_external_nonpayable$_t_userDefinedValueType$_ResourceId_$36384_$_t_contract$_IStoreHook_$67849_$_t_uint8_$returns$__$",
3163
3163
  "typeString": "function (ResourceId,contract IStoreHook,uint8) external"
3164
3164
  },
3165
3165
  {
3166
- "typeIdentifier": "t_tuple$_t_userDefinedValueType$_ResourceId_$36365_$_t_contract$_KeysWithValueHook_$59894_$_t_uint8_$",
3166
+ "typeIdentifier": "t_tuple$_t_userDefinedValueType$_ResourceId_$36384_$_t_contract$_KeysWithValueHook_$59913_$_t_uint8_$",
3167
3167
  "typeString": "tuple(ResourceId,contract KeysWithValueHook,uint8)"
3168
3168
  }
3169
3169
  ],
3170
3170
  "expression": {
3171
- "id": 60054,
3171
+ "id": 60073,
3172
3172
  "name": "abi",
3173
3173
  "nodeType": "Identifier",
3174
3174
  "overloadedDeclarations": [],
@@ -3179,7 +3179,7 @@
3179
3179
  "typeString": "abi"
3180
3180
  }
3181
3181
  },
3182
- "id": 60055,
3182
+ "id": 60074,
3183
3183
  "isConstant": false,
3184
3184
  "isLValue": false,
3185
3185
  "isPure": true,
@@ -3193,7 +3193,7 @@
3193
3193
  "typeString": "function () pure returns (bytes memory)"
3194
3194
  }
3195
3195
  },
3196
- "id": 60072,
3196
+ "id": 60091,
3197
3197
  "isConstant": false,
3198
3198
  "isLValue": false,
3199
3199
  "isPure": false,
@@ -3220,14 +3220,14 @@
3220
3220
  "expression": {
3221
3221
  "arguments": [
3222
3222
  {
3223
- "id": 60051,
3223
+ "id": 60070,
3224
3224
  "name": "world",
3225
3225
  "nodeType": "Identifier",
3226
3226
  "overloadedDeclarations": [],
3227
- "referencedDeclaration": 59978,
3227
+ "referencedDeclaration": 59997,
3228
3228
  "src": "3110:5:122",
3229
3229
  "typeDescriptions": {
3230
- "typeIdentifier": "t_contract$_IBaseWorld_$49243",
3230
+ "typeIdentifier": "t_contract$_IBaseWorld_$49262",
3231
3231
  "typeString": "contract IBaseWorld"
3232
3232
  }
3233
3233
  }
@@ -3235,11 +3235,11 @@
3235
3235
  "expression": {
3236
3236
  "argumentTypes": [
3237
3237
  {
3238
- "typeIdentifier": "t_contract$_IBaseWorld_$49243",
3238
+ "typeIdentifier": "t_contract$_IBaseWorld_$49262",
3239
3239
  "typeString": "contract IBaseWorld"
3240
3240
  }
3241
3241
  ],
3242
- "id": 60050,
3242
+ "id": 60069,
3243
3243
  "isConstant": false,
3244
3244
  "isLValue": false,
3245
3245
  "isPure": true,
@@ -3251,14 +3251,14 @@
3251
3251
  "typeString": "type(address)"
3252
3252
  },
3253
3253
  "typeName": {
3254
- "id": 60049,
3254
+ "id": 60068,
3255
3255
  "name": "address",
3256
3256
  "nodeType": "ElementaryTypeName",
3257
3257
  "src": "3102:7:122",
3258
3258
  "typeDescriptions": {}
3259
3259
  }
3260
3260
  },
3261
- "id": 60052,
3261
+ "id": 60071,
3262
3262
  "isConstant": false,
3263
3263
  "isLValue": false,
3264
3264
  "isPure": false,
@@ -3274,7 +3274,7 @@
3274
3274
  "typeString": "address"
3275
3275
  }
3276
3276
  },
3277
- "id": 60053,
3277
+ "id": 60072,
3278
3278
  "isConstant": false,
3279
3279
  "isLValue": false,
3280
3280
  "isPure": false,
@@ -3288,7 +3288,7 @@
3288
3288
  "typeString": "function (bytes memory) returns (bool,bytes memory)"
3289
3289
  }
3290
3290
  },
3291
- "id": 60073,
3291
+ "id": 60092,
3292
3292
  "isConstant": false,
3293
3293
  "isLValue": false,
3294
3294
  "isPure": false,
@@ -3310,13 +3310,13 @@
3310
3310
  "typeString": "tuple()"
3311
3311
  }
3312
3312
  },
3313
- "id": 60075,
3313
+ "id": 60094,
3314
3314
  "nodeType": "ExpressionStatement",
3315
3315
  "src": "3078:405:122"
3316
3316
  },
3317
3317
  {
3318
3318
  "condition": {
3319
- "id": 60077,
3319
+ "id": 60096,
3320
3320
  "isConstant": false,
3321
3321
  "isLValue": false,
3322
3322
  "isPure": false,
@@ -3326,11 +3326,11 @@
3326
3326
  "prefix": true,
3327
3327
  "src": "3493:8:122",
3328
3328
  "subExpression": {
3329
- "id": 60076,
3329
+ "id": 60095,
3330
3330
  "name": "success",
3331
3331
  "nodeType": "Identifier",
3332
3332
  "overloadedDeclarations": [],
3333
- "referencedDeclaration": 59985,
3333
+ "referencedDeclaration": 60004,
3334
3334
  "src": "3494:7:122",
3335
3335
  "typeDescriptions": {
3336
3336
  "typeIdentifier": "t_bool",
@@ -3342,18 +3342,18 @@
3342
3342
  "typeString": "bool"
3343
3343
  }
3344
3344
  },
3345
- "id": 60082,
3345
+ "id": 60101,
3346
3346
  "nodeType": "IfStatement",
3347
3347
  "src": "3489:41:122",
3348
3348
  "trueBody": {
3349
3349
  "expression": {
3350
3350
  "arguments": [
3351
3351
  {
3352
- "id": 60079,
3352
+ "id": 60098,
3353
3353
  "name": "returnData",
3354
3354
  "nodeType": "Identifier",
3355
3355
  "overloadedDeclarations": [],
3356
- "referencedDeclaration": 59987,
3356
+ "referencedDeclaration": 60006,
3357
3357
  "src": "3519:10:122",
3358
3358
  "typeDescriptions": {
3359
3359
  "typeIdentifier": "t_bytes_memory_ptr",
@@ -3368,18 +3368,18 @@
3368
3368
  "typeString": "bytes memory"
3369
3369
  }
3370
3370
  ],
3371
- "id": 60078,
3371
+ "id": 60097,
3372
3372
  "name": "revertWithBytes",
3373
3373
  "nodeType": "Identifier",
3374
3374
  "overloadedDeclarations": [],
3375
- "referencedDeclaration": 49373,
3375
+ "referencedDeclaration": 49392,
3376
3376
  "src": "3503:15:122",
3377
3377
  "typeDescriptions": {
3378
3378
  "typeIdentifier": "t_function_internal_pure$_t_bytes_memory_ptr_$returns$__$",
3379
3379
  "typeString": "function (bytes memory) pure"
3380
3380
  }
3381
3381
  },
3382
- "id": 60080,
3382
+ "id": 60099,
3383
3383
  "isConstant": false,
3384
3384
  "isLValue": false,
3385
3385
  "isPure": false,
@@ -3395,7 +3395,7 @@
3395
3395
  "typeString": "tuple()"
3396
3396
  }
3397
3397
  },
3398
- "id": 60081,
3398
+ "id": 60100,
3399
3399
  "nodeType": "ExpressionStatement",
3400
3400
  "src": "3503:27:122"
3401
3401
  }
@@ -3403,7 +3403,7 @@
3403
3403
  ]
3404
3404
  },
3405
3405
  "baseFunctions": [
3406
- 70917
3406
+ 70936
3407
3407
  ],
3408
3408
  "functionSelector": "7c5b0335",
3409
3409
  "implemented": true,
@@ -3412,17 +3412,17 @@
3412
3412
  "name": "installRoot",
3413
3413
  "nameLocation": "2034:11:122",
3414
3414
  "parameters": {
3415
- "id": 59952,
3415
+ "id": 59971,
3416
3416
  "nodeType": "ParameterList",
3417
3417
  "parameters": [
3418
3418
  {
3419
3419
  "constant": false,
3420
- "id": 59951,
3420
+ "id": 59970,
3421
3421
  "mutability": "mutable",
3422
3422
  "name": "args",
3423
3423
  "nameLocation": "2059:4:122",
3424
3424
  "nodeType": "VariableDeclaration",
3425
- "scope": 60084,
3425
+ "scope": 60103,
3426
3426
  "src": "2046:17:122",
3427
3427
  "stateVariable": false,
3428
3428
  "storageLocation": "memory",
@@ -3431,7 +3431,7 @@
3431
3431
  "typeString": "bytes"
3432
3432
  },
3433
3433
  "typeName": {
3434
- "id": 59950,
3434
+ "id": 59969,
3435
3435
  "name": "bytes",
3436
3436
  "nodeType": "ElementaryTypeName",
3437
3437
  "src": "2046:5:122",
@@ -3446,23 +3446,23 @@
3446
3446
  "src": "2045:19:122"
3447
3447
  },
3448
3448
  "returnParameters": {
3449
- "id": 59953,
3449
+ "id": 59972,
3450
3450
  "nodeType": "ParameterList",
3451
3451
  "parameters": [],
3452
3452
  "src": "2072:0:122"
3453
3453
  },
3454
- "scope": 60094,
3454
+ "scope": 60113,
3455
3455
  "stateMutability": "nonpayable",
3456
3456
  "virtual": false,
3457
3457
  "visibility": "public"
3458
3458
  },
3459
3459
  {
3460
- "id": 60093,
3460
+ "id": 60112,
3461
3461
  "nodeType": "FunctionDefinition",
3462
3462
  "src": "3539:96:122",
3463
3463
  "nodes": [],
3464
3464
  "body": {
3465
- "id": 60092,
3465
+ "id": 60111,
3466
3466
  "nodeType": "Block",
3467
3467
  "src": "3582:53:122",
3468
3468
  "nodes": [],
@@ -3472,18 +3472,18 @@
3472
3472
  "arguments": [],
3473
3473
  "expression": {
3474
3474
  "argumentTypes": [],
3475
- "id": 60089,
3475
+ "id": 60108,
3476
3476
  "name": "Module_NonRootInstallNotSupported",
3477
3477
  "nodeType": "Identifier",
3478
3478
  "overloadedDeclarations": [],
3479
- "referencedDeclaration": 70905,
3479
+ "referencedDeclaration": 70924,
3480
3480
  "src": "3595:33:122",
3481
3481
  "typeDescriptions": {
3482
3482
  "typeIdentifier": "t_function_error_pure$__$returns$__$",
3483
3483
  "typeString": "function () pure"
3484
3484
  }
3485
3485
  },
3486
- "id": 60090,
3486
+ "id": 60109,
3487
3487
  "isConstant": false,
3488
3488
  "isLValue": false,
3489
3489
  "isPure": false,
@@ -3499,14 +3499,14 @@
3499
3499
  "typeString": "tuple()"
3500
3500
  }
3501
3501
  },
3502
- "id": 60091,
3502
+ "id": 60110,
3503
3503
  "nodeType": "RevertStatement",
3504
3504
  "src": "3588:42:122"
3505
3505
  }
3506
3506
  ]
3507
3507
  },
3508
3508
  "baseFunctions": [
3509
- 70923
3509
+ 70942
3510
3510
  ],
3511
3511
  "functionSelector": "13861fb5",
3512
3512
  "implemented": true,
@@ -3515,17 +3515,17 @@
3515
3515
  "name": "install",
3516
3516
  "nameLocation": "3548:7:122",
3517
3517
  "parameters": {
3518
- "id": 60087,
3518
+ "id": 60106,
3519
3519
  "nodeType": "ParameterList",
3520
3520
  "parameters": [
3521
3521
  {
3522
3522
  "constant": false,
3523
- "id": 60086,
3523
+ "id": 60105,
3524
3524
  "mutability": "mutable",
3525
3525
  "name": "",
3526
3526
  "nameLocation": "-1:-1:-1",
3527
3527
  "nodeType": "VariableDeclaration",
3528
- "scope": 60093,
3528
+ "scope": 60112,
3529
3529
  "src": "3556:12:122",
3530
3530
  "stateVariable": false,
3531
3531
  "storageLocation": "memory",
@@ -3534,7 +3534,7 @@
3534
3534
  "typeString": "bytes"
3535
3535
  },
3536
3536
  "typeName": {
3537
- "id": 60085,
3537
+ "id": 60104,
3538
3538
  "name": "bytes",
3539
3539
  "nodeType": "ElementaryTypeName",
3540
3540
  "src": "3556:5:122",
@@ -3549,12 +3549,12 @@
3549
3549
  "src": "3555:14:122"
3550
3550
  },
3551
3551
  "returnParameters": {
3552
- "id": 60088,
3552
+ "id": 60107,
3553
3553
  "nodeType": "ParameterList",
3554
3554
  "parameters": [],
3555
3555
  "src": "3582:0:122"
3556
3556
  },
3557
- "scope": 60094,
3557
+ "scope": 60113,
3558
3558
  "stateMutability": "pure",
3559
3559
  "virtual": false,
3560
3560
  "visibility": "public"
@@ -3564,48 +3564,48 @@
3564
3564
  "baseContracts": [
3565
3565
  {
3566
3566
  "baseName": {
3567
- "id": 59926,
3567
+ "id": 59945,
3568
3568
  "name": "Module",
3569
3569
  "nameLocations": [
3570
3570
  "1661:6:122"
3571
3571
  ],
3572
3572
  "nodeType": "IdentifierPath",
3573
- "referencedDeclaration": 48698,
3573
+ "referencedDeclaration": 48717,
3574
3574
  "src": "1661:6:122"
3575
3575
  },
3576
- "id": 59927,
3576
+ "id": 59946,
3577
3577
  "nodeType": "InheritanceSpecifier",
3578
3578
  "src": "1661:6:122"
3579
3579
  }
3580
3580
  ],
3581
3581
  "canonicalName": "KeysWithValueModule",
3582
3582
  "contractDependencies": [
3583
- 59894
3583
+ 59913
3584
3584
  ],
3585
3585
  "contractKind": "contract",
3586
3586
  "documentation": {
3587
- "id": 59925,
3587
+ "id": 59944,
3588
3588
  "nodeType": "StructuredDocumentation",
3589
3589
  "src": "969:659:122",
3590
3590
  "text": " This module deploys a hook that is called when a value is set in the `sourceTableId`\n provided in the install methods arguments. The hook keeps track of the keys that map to a given value.\n from value to list of keys with this value. This mapping is stored in a table registered\n by the module at the `targetTableId` provided in the install methods arguments.\n Note: if a table with composite keys is used, only the first key is indexed\n Note: this module currently only supports `installRoot` (via `World.installRootModule`).\n TODO: add support for `install` (via `World.installModule`) by using `callFrom` with the `msgSender()`"
3591
3591
  },
3592
3592
  "fullyImplemented": true,
3593
3593
  "linearizedBaseContracts": [
3594
- 60094,
3595
- 48698,
3596
- 48776,
3597
- 70879,
3598
- 70924,
3599
- 70841
3594
+ 60113,
3595
+ 48717,
3596
+ 48795,
3597
+ 70898,
3598
+ 70943,
3599
+ 70860
3600
3600
  ],
3601
3601
  "name": "KeysWithValueModule",
3602
3602
  "nameLocation": "1638:19:122",
3603
- "scope": 60095,
3603
+ "scope": 60114,
3604
3604
  "usedErrors": [
3605
- 36450,
3606
- 36452,
3607
- 70903,
3608
- 70905
3605
+ 36469,
3606
+ 36471,
3607
+ 70922,
3608
+ 70924
3609
3609
  ],
3610
3610
  "usedEvents": []
3611
3611
  }