@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": "1419:2624:114:-: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;3945:96:114;;;;;;:::i;:::-;;:::i;:::-;;1720:89;;;1782:22;2094:98:139;;2082:2;2067:18;1720:89:114;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;1813:2128:114;;;;;;:::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;3945:96:114:-;4001:35;;;;;;;;;;;;;;1813:2128;1916:24;1970:4;1959:27;;;;;;;;;;;;:::i;:::-;1916:71;;1994:16;2024:8;:6;:8::i;:::-;1253:69:119;;;-1:-1:-1;;;1253:69:119;;;2757:92:139;2095:12:114;2865:11:139;;;2858:100;;;1299:22:119;2974:12:139;;;2967:101;1994:39:114;;-1:-1:-1;2113:23:114;;2148:42;;3084:12:139;1253:69:119;;;;;;;;;;;;1245:78;;;:::i;:::-;2148:22:114;:42::i;:::-;2143:1421;;1253:69:119;;;-1:-1:-1;;;1253:69:119;;;2757:92:139;1286:11:119;2865::139;;;2858:100;1299:22:119;2974:12:139;;;2967:101;2253:27:114;;;;;;2316:19;;3084:12:139;1253:69:119;;;;;;;;;;;;1245:78;;;:::i;:::-;1435:66;2435:26:114;:24;:26::i;:::-;2475:28;:26;:28::i;:::-;2517:25;:23;:25::i;:::-;2556:27;:25;:27::i;:::-;2290:315;;;;;;;;;;;;;:::i;:::-;;;;-1:-1:-1;;2290:315:114;;;;;;;;;;;;;;;;;;;;;;;;;;;;2253:360;;;;-1:-1:-1;2253:360:114;:::i;:::-;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;-1:-1:-1;2229:384:114;;-1:-1:-1;2229:384:114;-1:-1:-1;2229:384:114;2621:41;;2635:27;2651:10;2635:15;:27::i;:::-;1253:71:120;;;-1:-1:-1;;;1253:71:120;;;2757:92:139;1286:11:120;2865::139;;;2858:100;1299:24:120;2974:12:139;;;2967:101;2695:27:114;;;;;;2758:19;;3084:12:139;1253:71:120;;;;;;;;;;;;1245:80;;;:::i;:::-;1439:66;2881:28:114;:26;:28::i;:::-;2923:30;:28;:30::i;:::-;2967:27;:25;:27::i;:::-;3008:29;:27;:29::i;:::-;2732:327;;;;;;;;;;;;;:::i;:::-;;;;-1:-1:-1;;2732:327:114;;;;;;;;;;;;;;;;;;;;;;;;;;;;2695:372;;;;-1:-1:-1;2695:372:114;:::i;:::-;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;-1:-1:-1;2671:396:114;;-1:-1:-1;2671:396:114;-1:-1:-1;2671:396:114;3075:41;;3089:27;3105:10;3089:15;:27::i;:::-;1253:69:119;;;-1:-1:-1;;;1253:69:119;;;2757:92:139;1286:11:119;2865::139;;;2858:100;1299:22:119;2974:12:139;;;2967:101;3194:27:114;;;;;;3246:17;;3084:12:139;1253:69:119;;;;;;;;;;;;1245:78;;;:::i;:::-;3231:70:114;;;;;6026:25:139;;;;6099:42;3294:4:114;6087:55:139;6067:18;;;6060:83;5999:18;;3231:70:114;;;-1:-1:-1;;3231:70:114;;;;;;;;;;;;;;;;;;;;;;;;;;;;3194:115;;;;-1:-1:-1;3194:115:114;:::i;:::-;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;-1:-1:-1;3170:139:114;;-1:-1:-1;3170:139:114;-1:-1:-1;3170:139:114;3317:41;;3331:27;3347:10;3331:15;:27::i;:::-;1253:71:120;;;-1:-1:-1;;;1253:71:120;;;2757:92:139;1286:11:120;2865::139;;;2858:100;1299:24:120;2974:12:139;;;2967:101;3391:27:114;;;;;;3443:17;;3084:12:139;1253:71:120;;;;;;;;;;;;1245:80;;;:::i;:::-;3428:72:114;;;;;6026:25:139;;;;6099:42;3493:4:114;6087:55:139;6067:18;;;6060:83;5999:18;;3428:72:114;;;-1:-1:-1;;3428:72:114;;;;;;;;;;;;;;;;;;;;;;;;;;;;3391:117;;;;-1:-1:-1;3391:117:114;:::i;:::-;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;-1:-1:-1;3367:141:114;;-1:-1:-1;3367:141:114;-1:-1:-1;3367:141:114;3516:41;;3530:27;3546:10;3530:15;:27::i;:::-;386:6:81;3707:223:114;;;;;6409:25:139;;;3672:27:114;3801:4;6470:55:139;;6450:18;;;6443:83;3817:95:114;6542:18:139;;;;6535:45;;;;3707:223:114;;;;;;;;;;6382:18:139;;;;3707:223:114;;;;;;;;;;;;;3672:264;;:27;;;;:264;;3707:223;3672:264;:::i;:::-;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;-1:-1:-1;;;;;;;;1813:2128:114:o;1464:95:90:-;1503:7;1525:29;:27;:29::i;:::-;1518:36;;1464:95;:::o;3328:314:76:-;3442:16;;;3456:1;3442:16;;;;;;;;;3394:11;;;;3442:16;;;;;;;;;;;;-1:-1:-1;3442:16:76;3413:45;;3497:10;3464:9;3474:1;3464:12;;;;;;;;:::i;:::-;;;;;;;;;;;:44;;;;1047:77;;;-1:-1:-1;;;1047:77:76;;;2757:92:139;1080:19:76;2865:11:139;;;2858:100;1101:22:76;2974:12:139;;;2967:101;1047:77:76;;;;;;;;;;3084:12:139;;1047:77:76;;-1:-1:-1;;3531:62:76;;1039:86;;;:::i;:::-;3566:9;3577:1;1237:66;3531:24;:62::i;:::-;3515:78;;3607:29;3628:5;3615:20;;8595:5;8509:97;3607:29;3599:38;3328:314;-1:-1:-1;;;;3328:314:76:o;1829:200:119:-;1923:19;;;1940:1;1923:19;;;;;;;;;1876:6;;;;1923:19;;;;;;;;;;;;-1:-1:-1;1923:19:119;1890:52;;1964:18;1948:10;1959:1;1948:13;;;;;;;;:::i;:::-;;;;;;:34;;;;;;;;;:::i;:::-;;;;;;;;;;;:::i;:::-;;;-1:-1:-1;1996:28:119;2013:10;1996:16;:28::i;:::-;1989:35;;;1829:200;:::o;2071:406::-;2169:19;;;2186:1;2169:19;;;;;;;;;2120:6;;;;2169:19;;;;;;;;;;;-1:-1:-1;2169:19:119;2134:54;;2212:24;2194:12;2207:1;2194:15;;;;;;;;:::i;:::-;;;;;;:42;;;;;;;;;:::i;:::-;;;;;;;;;;;:::i;:::-;;;;;2260:24;2242:12;2255:1;2242:15;;;;;;;;:::i;:::-;;;;;;:42;;;;;;;;;:::i;:::-;;;;;;;;;;;:::i;:::-;;;;;2308:24;2290:12;2303:1;2290:15;;;;;;;;:::i;:::-;;;;;;:42;;;;;;;;;:::i;:::-;;;;;;;;;;;:::i;:::-;;;;;2356:24;2338:12;2351:1;2338:15;;;;;;;;:::i;:::-;;;;;;:42;;;;;;;;;:::i;:::-;;;;;;;;;;;:::i;:::-;;;;;2404:24;2386:12;2399:1;2386:15;;;;;;;;:::i;2516:144::-;2605:15;;;2618:1;2605:15;;;;;;;;;2562:24;;2605:15;;;;;;;;;;;;;;;;;;;;2594:26;;2626:29;;;;;;;;;;;;;;;;;:8;2635:1;2626:11;;;;;;;;:::i;:::-;;;;;;:29;;;;2516:144;:::o;2701:260::-;2796:15;;;2809:1;2796:15;;;;;;;;;2749:26;;2796:15;;;;;;;;;;;;;;;;;;;;2783:28;;2817:23;;;;;;;;;;;;;;;;;:10;2828:1;2817:13;;;;;;;;:::i;:::-;;;;;;:23;;;;2846;;;;;;;;;;;;;;;;;:10;2857:1;2846:13;;;;;;;;:::i;:::-;;;;;;:23;;;;2875;;;;;;;;;;;;;;;;;:10;2886:1;2875:13;;;;;;;;:::i;:::-;;;;;;:23;;;;2904;;;;;;;;;;;;;;;;;:10;2915:1;2904:13;;;;;;;;:::i;:::-;;;;;;:23;;;;2933;;;;;;;;;;;;;;;;;:10;2944:1;2933:13;;;;;;;;:::i;182:217:108:-;385:6;379:13;372:4;364:6;360:17;353:40;1712:240:120;1806:19;;;1823:1;1806:19;;;;;;;;1759:6;;;;1806:19;1823:1;1806:19;;;;;;;;;;-1:-1:-1;1806:19:120;1773:52;;1847:18;1831:10;1842:1;1831:13;;;;;;;;:::i;:::-;;;;;;:34;;;;;;;;;:::i;:::-;;;;;;;;;;;:::i;:::-;;;;;1887:18;1871:10;1882:1;1871:13;;;;;;;;:::i;1994:246::-;2092:19;;;2109:1;2092:19;;;;;;;;2043:6;;;;2092:19;2109:1;2092:19;;;;;;;;;;-1:-1:-1;2092:19:120;2057:54;;2135:15;2117:12;2130:1;2117:15;;;;;;;;:::i;:::-;;;;;;:33;;;;;;;;;:::i;:::-;;;;;;;;;;;:::i;:::-;;;;;2174:17;2156:12;2169:1;2156:15;;;;;;;;:::i;2279:174::-;2368:15;;;2381:1;2368:15;;;2325:24;2368:15;;;;;;;;;;;;;;;;;;;;;;;;;;2357:26;;2389:29;;;;;;;;;;;;;;;;;:8;2398:1;2389:11;;;;;;;;:::i;:::-;;;;;;:29;;;;2424:24;;;;;;;;;;;;;;;;;:8;2433:1;2424:11;;;;;;;;:::i;2494:171::-;2589:15;;;2602:1;2589:15;;;2542:26;2589:15;;;;;;;;;;;;;;;;;;;;;;;;;;2576:28;;2610:21;;;;;;;;;;;;;;;;;:10;2621:1;2610:13;;;;;;;;:::i;:::-;;;;;;:21;;;;2637:23;;;;;;;;;;;;;;;;;:10;2648:1;2637:13;;;;;;;;:::i;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;22412:541:66:-;22569:7;22706:242;22750:59;22791:7;22800:8;22750:40;:59::i;:::-;22827:31;;;;2929:19:54;:27;295:1:80;2928:44:54;2894:79;;;2881:93;22876:63:66;22915:11;22928:10;22876:38;:63::i;:::-;22706:17;:242::i;:::-;22693:255;22412:541;-1:-1:-1;;;;;22412:541:66:o;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;32283:191:66:-;32385:7;32449;32458:8;32432:35;;;;;;;;;:::i;:::-;;;;-1:-1:-1;;32432:35:66;;;;;;;;;32422:46;;32432:35;32422:46;;;;26121:22;32415:53;;32283:191;-1:-1:-1;;;32283:191:66:o;32856:242::-;32952:7;;;32991:84;33011:10;33007:14;;:1;:14;32991:84;;;33036:32;2881:93:54;2929:19;:27;;;295:1:80;2928:44:54;2894:79;;;2881:93;33036:32:66;;:::i;:::-;;-1:-1:-1;33023:3:66;;;;:::i;:::-;;;;32991:84;;;-1:-1:-1;33087:6:66;32856:242;-1:-1:-1;;;32856:242:66:o;6937:790:65:-;7035:14;7071:2;7061:6;:12;7057:112;;7130:2;7121:6;:11;7103:29;;;;7152:2;7142:12;;;;;;:::i;:::-;;;;7057:112;-1:-1:-1;7349:21:65;;7345:1;7333:14;;7329:42;7497:2;:11;;;7579:22;;;7575:148;;;7704:1;7688:14;7684:22;7678:29;7674:1;7659:13;7655:21;7651:57;7643:6;7640:69;7630:79;;7051:676;6937:790;;;;;:::o;3195:520:52:-;3261:7;3274:13;3296:10;3290:17;;;;;;;;:::i;:::-;3274:33;;;;3324:2;3316:5;:10;3312:401;;;3568:2;3560:10;3574:1;3559:16;;;-1:-1:-1;;3195:520:52:o;3312:401::-;3610:18;3596:10;:32;;;;;;;;:::i;:::-;;3592:121;;-1:-1:-1;3643:2:52;;3195:520;-1:-1:-1;;3195:520:52:o;3592:121::-;-1:-1:-1;3707:1:52;;3195:520;-1:-1:-1;;3195:520:52:o;3592:121::-;3270:445;3195:520;;;:::o;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;3107:357::-;3225:12;;3272:4;3261:16;;;3255:23;;3225:12;3290:16;;3287:171;;;-1:-1:-1;;3364:4:139;3360:17;;;;3357:1;3353:25;3349:98;3338:110;;3107:357;-1:-1:-1;3107:357:139:o;3469:250::-;3554:1;3564:113;3578:6;3575:1;3572:13;3564:113;;;3654:11;;;3648:18;3635:11;;;3628:39;3600:2;3593:10;3564:113;;;-1:-1:-1;;3711:1:139;3693:16;;3686:27;3469:250::o;3724:882::-;3776:3;3814:5;3808:12;3841:6;3836:3;3829:19;3867:4;3908:2;3903:3;3899:12;3933:11;3960;3953:18;;4010:6;4007:1;4003:14;3996:5;3992:26;3980:38;;4052:2;4045:5;4041:14;4073:1;4083:497;4097:6;4094:1;4091:13;4083:497;;;4168:5;4162:4;4158:16;4153:3;4146:29;4204:6;4198:13;4246:2;4240:9;4275:8;4269:4;4262:22;4297:72;4360:8;4355:2;4349:4;4345:13;4340:2;4336;4332:11;4297:72;:::i;:::-;4558:12;;;;4422:2;4408:17;-1:-1:-1;;4404:90:139;4394:101;;;;4390:110;;;-1:-1:-1;4523:15:139;;;;4119:1;4112:9;4083:497;;;-1:-1:-1;4596:4:139;;3724:882;-1:-1:-1;;;;;;;3724:882:139:o;4611:912::-;5141:6;5130:9;5123:25;5184:6;5179:2;5168:9;5164:18;5157:34;5227:6;5222:2;5211:9;5207:18;5200:34;5270:6;5265:2;5254:9;5250:18;5243:34;5314:3;5308;5297:9;5293:19;5286:32;5104:4;5341:56;5392:3;5381:9;5377:19;5369:6;5341:56;:::i;:::-;5446:9;5438:6;5434:22;5428:3;5417:9;5413:19;5406:51;5474:43;5510:6;5502;5474:43;:::i;:::-;5466:51;4611:912;-1:-1:-1;;;;;;;;;4611:912:139:o;5528:287::-;5657:3;5695:6;5689:13;5711:66;5770:6;5765:3;5758:4;5750:6;5746:17;5711:66;:::i;:::-;5793:16;;;;;5528:287;-1:-1:-1;;5528:287:139:o;6591:184::-;-1:-1:-1;;;6640:1:139;6633:88;6740:4;6737:1;6730:15;6764:4;6761:1;6754:15;6780:184;-1:-1:-1;;;6829:1:139;6822:88;6929:4;6926:1;6919:15;6953:4;6950:1;6943:15;6969:184;-1:-1:-1;;;7018:1:139;7011:88;7118:4;7115:1;7108:15;7142:4;7139:1;7132:15;7158:128;7225:9;;;7246:11;;;7243:37;;;7260:18;;:::i;7291:168::-;7364:9;;;7395;;7412:15;;;7406:22;;7392:37;7382:71;;7433:18;;:::i;7464:640::-;7715:6;7710:3;7703:19;7685:3;7741:2;7774;7769:3;7765:12;7806:6;7800:13;7871:2;7863:6;7859:15;7892:1;7902:175;7916:6;7913:1;7910:13;7902:175;;;7979:13;;7965:28;;8015:14;;;;8052:15;;;;7938:1;7931:9;7902:175;;8109:125;8174:9;;;8195:10;;;8192:36;;;8208:18;;:::i;8239:195::-;8278:3;-1:-1:-1;;8302:5:139;8299:77;8296:103;;8379:18;;:::i;:::-;-1:-1:-1;8426:1:139;8415:13;;8239:195::o;8439:184::-;-1:-1:-1;;;8488:1:139;8481:88;8588:4;8585:1;8578:15;8612:4;8609:1;8602:15",
135
135
  "linkReferences": {},
136
136
  "immutableReferences": {
137
- "49970": [
137
+ "49989": [
138
138
  {
139
139
  "start": 1596,
140
140
  "length": 32
@@ -159,7 +159,7 @@
159
159
  "installRoot(bytes)": "7c5b0335",
160
160
  "supportsInterface(bytes4)": "01ffc9a7"
161
161
  },
162
- "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 are in a given table. This mapping is stored in a global table that is registered when the module is first installed. 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/keysintable/KeysInTableModule.sol\":\"KeysInTableModule\"},\"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/keysintable/KeysInTableHook.sol\":{\"keccak256\":\"0x5c99ca28f8f1cf7bbd4a81a740bdbf1bf3868cbcf67413375e693e6d0ddfae13\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://fd577beb914ac63b06ca53e2bac25ab7d59bd5db3e939b17d26ec651780ad673\",\"dweb:/ipfs/QmXff1gvwQ3z2DSZpd4v78qx2kWtDPA4PXZbrgW4qHZC7G\"]},\"src/modules/keysintable/KeysInTableModule.sol\":{\"keccak256\":\"0xd9242dcc6e8a9d5e007c515f5fee69283e88b107184f0130a5646bcb71ccf212\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://407060762d00c75be697f361d7e3fa6f0058541b8a8c5d3d25560be4e9bc64b9\",\"dweb:/ipfs/QmcF8rpeRt9TfF2dR1Psf1CMB1eMUHvVZ5xD3wdzC84pT9\"]},\"src/modules/keysintable/tables/KeysInTable.sol\":{\"keccak256\":\"0x3904c9646e7a32e890f957dae1c6aafa2443a451849bf846408a05aec2f5d758\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://8f1b3cffba9f3b83cc3486e5645daf7e160dd1441d8e30d3c23441f49ef3ea44\",\"dweb:/ipfs/QmSdAxi1cf67mCxcCBMvHe15ubcZ6tm2nhcRTLCSWfbxGq\"]},\"src/modules/keysintable/tables/UsedKeysIndex.sol\":{\"keccak256\":\"0x43dd072734e034b542e669aa582722f706343439ef4a1bdd766f041d3bfb0cfd\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://1780a7e7360212b66c50ec1bf67c33c6d56a7ca6e0b60246f129eff021444b3f\",\"dweb:/ipfs/QmcLY4xgXw9UJGTKrJUkMr4WEqCmpmUQiSxfvBS3NzTZVr\"]}},\"version\":1}",
162
+ "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 are in a given table. This mapping is stored in a global table that is registered when the module is first installed. 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/keysintable/KeysInTableModule.sol\":\"KeysInTableModule\"},\"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/keysintable/KeysInTableHook.sol\":{\"keccak256\":\"0x5c99ca28f8f1cf7bbd4a81a740bdbf1bf3868cbcf67413375e693e6d0ddfae13\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://fd577beb914ac63b06ca53e2bac25ab7d59bd5db3e939b17d26ec651780ad673\",\"dweb:/ipfs/QmXff1gvwQ3z2DSZpd4v78qx2kWtDPA4PXZbrgW4qHZC7G\"]},\"src/modules/keysintable/KeysInTableModule.sol\":{\"keccak256\":\"0xd9242dcc6e8a9d5e007c515f5fee69283e88b107184f0130a5646bcb71ccf212\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://407060762d00c75be697f361d7e3fa6f0058541b8a8c5d3d25560be4e9bc64b9\",\"dweb:/ipfs/QmcF8rpeRt9TfF2dR1Psf1CMB1eMUHvVZ5xD3wdzC84pT9\"]},\"src/modules/keysintable/tables/KeysInTable.sol\":{\"keccak256\":\"0x3904c9646e7a32e890f957dae1c6aafa2443a451849bf846408a05aec2f5d758\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://8f1b3cffba9f3b83cc3486e5645daf7e160dd1441d8e30d3c23441f49ef3ea44\",\"dweb:/ipfs/QmSdAxi1cf67mCxcCBMvHe15ubcZ6tm2nhcRTLCSWfbxGq\"]},\"src/modules/keysintable/tables/UsedKeysIndex.sol\":{\"keccak256\":\"0x43dd072734e034b542e669aa582722f706343439ef4a1bdd766f041d3bfb0cfd\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://1780a7e7360212b66c50ec1bf67c33c6d56a7ca6e0b60246f129eff021444b3f\",\"dweb:/ipfs/QmcLY4xgXw9UJGTKrJUkMr4WEqCmpmUQiSxfvBS3NzTZVr\"]}},\"version\":1}",
163
163
  "metadata": {
164
164
  "compiler": {
165
165
  "version": "0.8.21+commit.d9974bed"
@@ -647,18 +647,18 @@
647
647
  "license": "MIT"
648
648
  },
649
649
  "node_modules/@latticexyz/world/src/codegen/interfaces/IBaseWorld.sol": {
650
- "keccak256": "0x9072f69e71a3c4dadf90089295c4c942fa890f735f813862b01ad17e6d1b7c9d",
650
+ "keccak256": "0x326929e432c46fcdab1931247a4b32605ea8fa9a418a0079a456661bed5760ac",
651
651
  "urls": [
652
- "bzz-raw://16f8877e97e8d6e89979ead642a9ee575552eecc3d7e58ad05820a434b9bd23f",
653
- "dweb:/ipfs/QmduXpy4HBM95RCfZb5L9hjK14QPNFTtouREcNaxZgr3Pp"
652
+ "bzz-raw://34cbaef340e11c0f3c49a3453c0c0cf5995ef137f4fa30e785b1cfb778db2026",
653
+ "dweb:/ipfs/QmWzBjVMMTNV89svjD7riF5FqWFQtcNiR4TMwNysjtWhDC"
654
654
  ],
655
655
  "license": "MIT"
656
656
  },
657
- "node_modules/@latticexyz/world/src/codegen/interfaces/ICallBatchSystem.sol": {
658
- "keccak256": "0x2248dcccd33b2204d52c2a7ade8237c01c826aacb2069ca6c72dab52044c8507",
657
+ "node_modules/@latticexyz/world/src/codegen/interfaces/IBatchCallSystem.sol": {
658
+ "keccak256": "0x7a787646278283d1a8dd7d264aea3a33824fc2064d57a6dc10621b9bb5399570",
659
659
  "urls": [
660
- "bzz-raw://02c5e1e0bd8bada1c300a287536b356173fb7db2a7ac1e5f4237128992684c7f",
661
- "dweb:/ipfs/QmV1J8hnESN9RhzvjFYZWAPcfkz2ePQrXKk4oEoNWFCjjf"
660
+ "bzz-raw://87d83c3e1c9aecc0b61b359c6a6df3b0ce1e75a16127b054b14a8d044fa5d922",
661
+ "dweb:/ipfs/QmcoRu2V1VRTYKyMnuqqeRvDRrqXQsTmK2ehKsqKUK99ui"
662
662
  ],
663
663
  "license": "MIT"
664
664
  },
@@ -743,10 +743,10 @@
743
743
  "license": "MIT"
744
744
  },
745
745
  "node_modules/@latticexyz/world/src/modules/core/types.sol": {
746
- "keccak256": "0x551f7814c1905dcfdd1165598cc1f721dcb599c7e64e076917c6e4abeef012f3",
746
+ "keccak256": "0x8a1cdd3e028281fb61da725f2f6502df776f473fea963bd46e8101725d55d54c",
747
747
  "urls": [
748
- "bzz-raw://3c61ae32a9f62f967549424425dd72abc9a70b2c3c19d02926e011529d3628fe",
749
- "dweb:/ipfs/QmacLTFt3fHr6dvGH42bB3pkEK7prmtYyrhAvJzKMqcxYy"
748
+ "bzz-raw://86e064413bb3f3be43fdba31be40e819283a07af3d914b27e1ec3e39b6a6440e",
749
+ "dweb:/ipfs/QmPcUKj747S5dkV6EBNp66ojMBAW64XoGxpgsdVwPUiapm"
750
750
  ],
751
751
  "license": "MIT"
752
752
  },
@@ -803,62 +803,62 @@
803
803
  },
804
804
  "ast": {
805
805
  "absolutePath": "src/modules/keysintable/KeysInTableModule.sol",
806
- "id": 50198,
806
+ "id": 50217,
807
807
  "exportedSymbols": {
808
808
  "AFTER_SPLICE_DYNAMIC_DATA": [
809
- 46312
809
+ 46331
810
810
  ],
811
811
  "AFTER_SPLICE_STATIC_DATA": [
812
- 46302
812
+ 46321
813
813
  ],
814
814
  "BEFORE_DELETE_RECORD": [
815
- 46317
815
+ 46336
816
816
  ],
817
817
  "BEFORE_SET_RECORD": [
818
- 46287
818
+ 46306
819
819
  ],
820
820
  "IBaseWorld": [
821
- 49243
821
+ 49262
822
822
  ],
823
823
  "KeysInTable": [
824
- 57800
824
+ 57819
825
825
  ],
826
826
  "KeysInTableHook": [
827
- 49930
827
+ 49949
828
828
  ],
829
829
  "KeysInTableModule": [
830
- 50197
830
+ 50216
831
831
  ],
832
832
  "KeysInTableTableId": [
833
- 51284
833
+ 51303
834
834
  ],
835
835
  "Module": [
836
- 48698
836
+ 48717
837
837
  ],
838
838
  "ResourceId": [
839
- 36365
839
+ 36384
840
840
  ],
841
841
  "ResourceIds": [
842
- 42019
842
+ 42038
843
843
  ],
844
844
  "UsedKeysIndex": [
845
- 59412
845
+ 59431
846
846
  ],
847
847
  "UsedKeysIndexTableId": [
848
- 57859
848
+ 57878
849
849
  ],
850
850
  "WorldResourceIdInstance": [
851
- 49207
851
+ 49226
852
852
  ],
853
853
  "revertWithBytes": [
854
- 49373
854
+ 49392
855
855
  ]
856
856
  },
857
857
  "nodeType": "SourceUnit",
858
858
  "src": "32:4012:114",
859
859
  "nodes": [
860
860
  {
861
- "id": 49932,
861
+ "id": 49951,
862
862
  "nodeType": "PragmaDirective",
863
863
  "src": "32:25:114",
864
864
  "nodes": [],
@@ -870,23 +870,23 @@
870
870
  ]
871
871
  },
872
872
  {
873
- "id": 49937,
873
+ "id": 49956,
874
874
  "nodeType": "ImportDirective",
875
875
  "src": "59:152:114",
876
876
  "nodes": [],
877
877
  "absolutePath": "node_modules/@latticexyz/store/src/storeHookTypes.sol",
878
878
  "file": "@latticexyz/store/src/storeHookTypes.sol",
879
879
  "nameLocation": "-1:-1:-1",
880
- "scope": 50198,
881
- "sourceUnit": 46358,
880
+ "scope": 50217,
881
+ "sourceUnit": 46377,
882
882
  "symbolAliases": [
883
883
  {
884
884
  "foreign": {
885
- "id": 49933,
885
+ "id": 49952,
886
886
  "name": "BEFORE_SET_RECORD",
887
887
  "nodeType": "Identifier",
888
888
  "overloadedDeclarations": [],
889
- "referencedDeclaration": 46287,
889
+ "referencedDeclaration": 46306,
890
890
  "src": "68:17:114",
891
891
  "typeDescriptions": {}
892
892
  },
@@ -894,11 +894,11 @@
894
894
  },
895
895
  {
896
896
  "foreign": {
897
- "id": 49934,
897
+ "id": 49953,
898
898
  "name": "AFTER_SPLICE_STATIC_DATA",
899
899
  "nodeType": "Identifier",
900
900
  "overloadedDeclarations": [],
901
- "referencedDeclaration": 46302,
901
+ "referencedDeclaration": 46321,
902
902
  "src": "87:24:114",
903
903
  "typeDescriptions": {}
904
904
  },
@@ -906,11 +906,11 @@
906
906
  },
907
907
  {
908
908
  "foreign": {
909
- "id": 49935,
909
+ "id": 49954,
910
910
  "name": "AFTER_SPLICE_DYNAMIC_DATA",
911
911
  "nodeType": "Identifier",
912
912
  "overloadedDeclarations": [],
913
- "referencedDeclaration": 46312,
913
+ "referencedDeclaration": 46331,
914
914
  "src": "113:25:114",
915
915
  "typeDescriptions": {}
916
916
  },
@@ -918,11 +918,11 @@
918
918
  },
919
919
  {
920
920
  "foreign": {
921
- "id": 49936,
921
+ "id": 49955,
922
922
  "name": "BEFORE_DELETE_RECORD",
923
923
  "nodeType": "Identifier",
924
924
  "overloadedDeclarations": [],
925
- "referencedDeclaration": 46317,
925
+ "referencedDeclaration": 46336,
926
926
  "src": "140:20:114",
927
927
  "typeDescriptions": {}
928
928
  },
@@ -932,23 +932,23 @@
932
932
  "unitAlias": ""
933
933
  },
934
934
  {
935
- "id": 49939,
935
+ "id": 49958,
936
936
  "nodeType": "ImportDirective",
937
937
  "src": "212:83:114",
938
938
  "nodes": [],
939
939
  "absolutePath": "node_modules/@latticexyz/store/src/codegen/tables/ResourceIds.sol",
940
940
  "file": "@latticexyz/store/src/codegen/tables/ResourceIds.sol",
941
941
  "nameLocation": "-1:-1:-1",
942
- "scope": 50198,
943
- "sourceUnit": 42029,
942
+ "scope": 50217,
943
+ "sourceUnit": 42048,
944
944
  "symbolAliases": [
945
945
  {
946
946
  "foreign": {
947
- "id": 49938,
947
+ "id": 49957,
948
948
  "name": "ResourceIds",
949
949
  "nodeType": "Identifier",
950
950
  "overloadedDeclarations": [],
951
- "referencedDeclaration": 42019,
951
+ "referencedDeclaration": 42038,
952
952
  "src": "221:11:114",
953
953
  "typeDescriptions": {}
954
954
  },
@@ -958,23 +958,23 @@
958
958
  "unitAlias": ""
959
959
  },
960
960
  {
961
- "id": 49941,
961
+ "id": 49960,
962
962
  "nodeType": "ImportDirective",
963
963
  "src": "297:58:114",
964
964
  "nodes": [],
965
965
  "absolutePath": "node_modules/@latticexyz/world/src/Module.sol",
966
966
  "file": "@latticexyz/world/src/Module.sol",
967
967
  "nameLocation": "-1:-1:-1",
968
- "scope": 50198,
969
- "sourceUnit": 48699,
968
+ "scope": 50217,
969
+ "sourceUnit": 48718,
970
970
  "symbolAliases": [
971
971
  {
972
972
  "foreign": {
973
- "id": 49940,
973
+ "id": 49959,
974
974
  "name": "Module",
975
975
  "nodeType": "Identifier",
976
976
  "overloadedDeclarations": [],
977
- "referencedDeclaration": 48698,
977
+ "referencedDeclaration": 48717,
978
978
  "src": "306:6:114",
979
979
  "typeDescriptions": {}
980
980
  },
@@ -984,23 +984,23 @@
984
984
  "unitAlias": ""
985
985
  },
986
986
  {
987
- "id": 49943,
987
+ "id": 49962,
988
988
  "nodeType": "ImportDirective",
989
989
  "src": "357:85:114",
990
990
  "nodes": [],
991
991
  "absolutePath": "node_modules/@latticexyz/world/src/codegen/interfaces/IBaseWorld.sol",
992
992
  "file": "@latticexyz/world/src/codegen/interfaces/IBaseWorld.sol",
993
993
  "nameLocation": "-1:-1:-1",
994
- "scope": 50198,
995
- "sourceUnit": 49244,
994
+ "scope": 50217,
995
+ "sourceUnit": 49263,
996
996
  "symbolAliases": [
997
997
  {
998
998
  "foreign": {
999
- "id": 49942,
999
+ "id": 49961,
1000
1000
  "name": "IBaseWorld",
1001
1001
  "nodeType": "Identifier",
1002
1002
  "overloadedDeclarations": [],
1003
- "referencedDeclaration": 49243,
1003
+ "referencedDeclaration": 49262,
1004
1004
  "src": "366:10:114",
1005
1005
  "typeDescriptions": {}
1006
1006
  },
@@ -1010,23 +1010,23 @@
1010
1010
  "unitAlias": ""
1011
1011
  },
1012
1012
  {
1013
- "id": 49946,
1013
+ "id": 49965,
1014
1014
  "nodeType": "ImportDirective",
1015
1015
  "src": "444:96:114",
1016
1016
  "nodes": [],
1017
1017
  "absolutePath": "node_modules/@latticexyz/world/src/WorldResourceId.sol",
1018
1018
  "file": "@latticexyz/world/src/WorldResourceId.sol",
1019
1019
  "nameLocation": "-1:-1:-1",
1020
- "scope": 50198,
1021
- "sourceUnit": 49208,
1020
+ "scope": 50217,
1021
+ "sourceUnit": 49227,
1022
1022
  "symbolAliases": [
1023
1023
  {
1024
1024
  "foreign": {
1025
- "id": 49944,
1025
+ "id": 49963,
1026
1026
  "name": "ResourceId",
1027
1027
  "nodeType": "Identifier",
1028
1028
  "overloadedDeclarations": [],
1029
- "referencedDeclaration": 36365,
1029
+ "referencedDeclaration": 36384,
1030
1030
  "src": "453:10:114",
1031
1031
  "typeDescriptions": {}
1032
1032
  },
@@ -1034,11 +1034,11 @@
1034
1034
  },
1035
1035
  {
1036
1036
  "foreign": {
1037
- "id": 49945,
1037
+ "id": 49964,
1038
1038
  "name": "WorldResourceIdInstance",
1039
1039
  "nodeType": "Identifier",
1040
1040
  "overloadedDeclarations": [],
1041
- "referencedDeclaration": 49207,
1041
+ "referencedDeclaration": 49226,
1042
1042
  "src": "465:23:114",
1043
1043
  "typeDescriptions": {}
1044
1044
  },
@@ -1048,23 +1048,23 @@
1048
1048
  "unitAlias": ""
1049
1049
  },
1050
1050
  {
1051
- "id": 49948,
1051
+ "id": 49967,
1052
1052
  "nodeType": "ImportDirective",
1053
1053
  "src": "541:76:114",
1054
1054
  "nodes": [],
1055
1055
  "absolutePath": "node_modules/@latticexyz/world/src/revertWithBytes.sol",
1056
1056
  "file": "@latticexyz/world/src/revertWithBytes.sol",
1057
1057
  "nameLocation": "-1:-1:-1",
1058
- "scope": 50198,
1059
- "sourceUnit": 49374,
1058
+ "scope": 50217,
1059
+ "sourceUnit": 49393,
1060
1060
  "symbolAliases": [
1061
1061
  {
1062
1062
  "foreign": {
1063
- "id": 49947,
1063
+ "id": 49966,
1064
1064
  "name": "revertWithBytes",
1065
1065
  "nodeType": "Identifier",
1066
1066
  "overloadedDeclarations": [],
1067
- "referencedDeclaration": 49373,
1067
+ "referencedDeclaration": 49392,
1068
1068
  "src": "550:15:114",
1069
1069
  "typeDescriptions": {}
1070
1070
  },
@@ -1074,23 +1074,23 @@
1074
1074
  "unitAlias": ""
1075
1075
  },
1076
1076
  {
1077
- "id": 49950,
1077
+ "id": 49969,
1078
1078
  "nodeType": "ImportDirective",
1079
1079
  "src": "619:56:114",
1080
1080
  "nodes": [],
1081
1081
  "absolutePath": "src/modules/keysintable/KeysInTableHook.sol",
1082
1082
  "file": "./KeysInTableHook.sol",
1083
1083
  "nameLocation": "-1:-1:-1",
1084
- "scope": 50198,
1085
- "sourceUnit": 49931,
1084
+ "scope": 50217,
1085
+ "sourceUnit": 49950,
1086
1086
  "symbolAliases": [
1087
1087
  {
1088
1088
  "foreign": {
1089
- "id": 49949,
1089
+ "id": 49968,
1090
1090
  "name": "KeysInTableHook",
1091
1091
  "nodeType": "Identifier",
1092
1092
  "overloadedDeclarations": [],
1093
- "referencedDeclaration": 49930,
1093
+ "referencedDeclaration": 49949,
1094
1094
  "src": "628:15:114",
1095
1095
  "typeDescriptions": {}
1096
1096
  },
@@ -1100,23 +1100,23 @@
1100
1100
  "unitAlias": ""
1101
1101
  },
1102
1102
  {
1103
- "id": 49953,
1103
+ "id": 49972,
1104
1104
  "nodeType": "ImportDirective",
1105
1105
  "src": "676:75:114",
1106
1106
  "nodes": [],
1107
1107
  "absolutePath": "src/modules/keysintable/tables/KeysInTable.sol",
1108
1108
  "file": "./tables/KeysInTable.sol",
1109
1109
  "nameLocation": "-1:-1:-1",
1110
- "scope": 50198,
1111
- "sourceUnit": 57801,
1110
+ "scope": 50217,
1111
+ "sourceUnit": 57820,
1112
1112
  "symbolAliases": [
1113
1113
  {
1114
1114
  "foreign": {
1115
- "id": 49951,
1115
+ "id": 49970,
1116
1116
  "name": "KeysInTable",
1117
1117
  "nodeType": "Identifier",
1118
1118
  "overloadedDeclarations": [],
1119
- "referencedDeclaration": 57800,
1119
+ "referencedDeclaration": 57819,
1120
1120
  "src": "685:11:114",
1121
1121
  "typeDescriptions": {}
1122
1122
  },
@@ -1124,11 +1124,11 @@
1124
1124
  },
1125
1125
  {
1126
1126
  "foreign": {
1127
- "id": 49952,
1127
+ "id": 49971,
1128
1128
  "name": "KeysInTableTableId",
1129
1129
  "nodeType": "Identifier",
1130
1130
  "overloadedDeclarations": [],
1131
- "referencedDeclaration": 51284,
1131
+ "referencedDeclaration": 51303,
1132
1132
  "src": "698:18:114",
1133
1133
  "typeDescriptions": {}
1134
1134
  },
@@ -1138,23 +1138,23 @@
1138
1138
  "unitAlias": ""
1139
1139
  },
1140
1140
  {
1141
- "id": 49956,
1141
+ "id": 49975,
1142
1142
  "nodeType": "ImportDirective",
1143
1143
  "src": "752:81:114",
1144
1144
  "nodes": [],
1145
1145
  "absolutePath": "src/modules/keysintable/tables/UsedKeysIndex.sol",
1146
1146
  "file": "./tables/UsedKeysIndex.sol",
1147
1147
  "nameLocation": "-1:-1:-1",
1148
- "scope": 50198,
1149
- "sourceUnit": 59422,
1148
+ "scope": 50217,
1149
+ "sourceUnit": 59441,
1150
1150
  "symbolAliases": [
1151
1151
  {
1152
1152
  "foreign": {
1153
- "id": 49954,
1153
+ "id": 49973,
1154
1154
  "name": "UsedKeysIndex",
1155
1155
  "nodeType": "Identifier",
1156
1156
  "overloadedDeclarations": [],
1157
- "referencedDeclaration": 59412,
1157
+ "referencedDeclaration": 59431,
1158
1158
  "src": "761:13:114",
1159
1159
  "typeDescriptions": {}
1160
1160
  },
@@ -1162,11 +1162,11 @@
1162
1162
  },
1163
1163
  {
1164
1164
  "foreign": {
1165
- "id": 49955,
1165
+ "id": 49974,
1166
1166
  "name": "UsedKeysIndexTableId",
1167
1167
  "nodeType": "Identifier",
1168
1168
  "overloadedDeclarations": [],
1169
- "referencedDeclaration": 57859,
1169
+ "referencedDeclaration": 57878,
1170
1170
  "src": "776:20:114",
1171
1171
  "typeDescriptions": {}
1172
1172
  },
@@ -1176,49 +1176,49 @@
1176
1176
  "unitAlias": ""
1177
1177
  },
1178
1178
  {
1179
- "id": 50197,
1179
+ "id": 50216,
1180
1180
  "nodeType": "ContractDefinition",
1181
1181
  "src": "1419:2624:114",
1182
1182
  "nodes": [
1183
1183
  {
1184
- "id": 49963,
1184
+ "id": 49982,
1185
1185
  "nodeType": "UsingForDirective",
1186
1186
  "src": "1460:45:114",
1187
1187
  "nodes": [],
1188
1188
  "global": false,
1189
1189
  "libraryName": {
1190
- "id": 49960,
1190
+ "id": 49979,
1191
1191
  "name": "WorldResourceIdInstance",
1192
1192
  "nameLocations": [
1193
1193
  "1466:23:114"
1194
1194
  ],
1195
1195
  "nodeType": "IdentifierPath",
1196
- "referencedDeclaration": 49207,
1196
+ "referencedDeclaration": 49226,
1197
1197
  "src": "1466:23:114"
1198
1198
  },
1199
1199
  "typeName": {
1200
- "id": 49962,
1200
+ "id": 49981,
1201
1201
  "nodeType": "UserDefinedTypeName",
1202
1202
  "pathNode": {
1203
- "id": 49961,
1203
+ "id": 49980,
1204
1204
  "name": "ResourceId",
1205
1205
  "nameLocations": [
1206
1206
  "1494:10:114"
1207
1207
  ],
1208
1208
  "nodeType": "IdentifierPath",
1209
- "referencedDeclaration": 36365,
1209
+ "referencedDeclaration": 36384,
1210
1210
  "src": "1494:10:114"
1211
1211
  },
1212
- "referencedDeclaration": 36365,
1212
+ "referencedDeclaration": 36384,
1213
1213
  "src": "1494:10:114",
1214
1214
  "typeDescriptions": {
1215
- "typeIdentifier": "t_userDefinedValueType$_ResourceId_$36365",
1215
+ "typeIdentifier": "t_userDefinedValueType$_ResourceId_$36384",
1216
1216
  "typeString": "ResourceId"
1217
1217
  }
1218
1218
  }
1219
1219
  },
1220
1220
  {
1221
- "id": 49970,
1221
+ "id": 49989,
1222
1222
  "nodeType": "VariableDeclaration",
1223
1223
  "src": "1653:62:114",
1224
1224
  "nodes": [],
@@ -1226,30 +1226,30 @@
1226
1226
  "mutability": "immutable",
1227
1227
  "name": "hook",
1228
1228
  "nameLocation": "1687:4:114",
1229
- "scope": 50197,
1229
+ "scope": 50216,
1230
1230
  "stateVariable": true,
1231
1231
  "storageLocation": "default",
1232
1232
  "typeDescriptions": {
1233
- "typeIdentifier": "t_contract$_KeysInTableHook_$49930",
1233
+ "typeIdentifier": "t_contract$_KeysInTableHook_$49949",
1234
1234
  "typeString": "contract KeysInTableHook"
1235
1235
  },
1236
1236
  "typeName": {
1237
- "id": 49965,
1237
+ "id": 49984,
1238
1238
  "nodeType": "UserDefinedTypeName",
1239
1239
  "pathNode": {
1240
- "id": 49964,
1240
+ "id": 49983,
1241
1241
  "name": "KeysInTableHook",
1242
1242
  "nameLocations": [
1243
1243
  "1653:15:114"
1244
1244
  ],
1245
1245
  "nodeType": "IdentifierPath",
1246
- "referencedDeclaration": 49930,
1246
+ "referencedDeclaration": 49949,
1247
1247
  "src": "1653:15:114"
1248
1248
  },
1249
- "referencedDeclaration": 49930,
1249
+ "referencedDeclaration": 49949,
1250
1250
  "src": "1653:15:114",
1251
1251
  "typeDescriptions": {
1252
- "typeIdentifier": "t_contract$_KeysInTableHook_$49930",
1252
+ "typeIdentifier": "t_contract$_KeysInTableHook_$49949",
1253
1253
  "typeString": "contract KeysInTableHook"
1254
1254
  }
1255
1255
  },
@@ -1257,7 +1257,7 @@
1257
1257
  "arguments": [],
1258
1258
  "expression": {
1259
1259
  "argumentTypes": [],
1260
- "id": 49968,
1260
+ "id": 49987,
1261
1261
  "isConstant": false,
1262
1262
  "isLValue": false,
1263
1263
  "isPure": false,
@@ -1265,31 +1265,31 @@
1265
1265
  "nodeType": "NewExpression",
1266
1266
  "src": "1694:19:114",
1267
1267
  "typeDescriptions": {
1268
- "typeIdentifier": "t_function_creation_nonpayable$__$returns$_t_contract$_KeysInTableHook_$49930_$",
1268
+ "typeIdentifier": "t_function_creation_nonpayable$__$returns$_t_contract$_KeysInTableHook_$49949_$",
1269
1269
  "typeString": "function () returns (contract KeysInTableHook)"
1270
1270
  },
1271
1271
  "typeName": {
1272
- "id": 49967,
1272
+ "id": 49986,
1273
1273
  "nodeType": "UserDefinedTypeName",
1274
1274
  "pathNode": {
1275
- "id": 49966,
1275
+ "id": 49985,
1276
1276
  "name": "KeysInTableHook",
1277
1277
  "nameLocations": [
1278
1278
  "1698:15:114"
1279
1279
  ],
1280
1280
  "nodeType": "IdentifierPath",
1281
- "referencedDeclaration": 49930,
1281
+ "referencedDeclaration": 49949,
1282
1282
  "src": "1698:15:114"
1283
1283
  },
1284
- "referencedDeclaration": 49930,
1284
+ "referencedDeclaration": 49949,
1285
1285
  "src": "1698:15:114",
1286
1286
  "typeDescriptions": {
1287
- "typeIdentifier": "t_contract$_KeysInTableHook_$49930",
1287
+ "typeIdentifier": "t_contract$_KeysInTableHook_$49949",
1288
1288
  "typeString": "contract KeysInTableHook"
1289
1289
  }
1290
1290
  }
1291
1291
  },
1292
- "id": 49969,
1292
+ "id": 49988,
1293
1293
  "isConstant": false,
1294
1294
  "isLValue": false,
1295
1295
  "isPure": false,
@@ -1301,19 +1301,19 @@
1301
1301
  "src": "1694:21:114",
1302
1302
  "tryCall": false,
1303
1303
  "typeDescriptions": {
1304
- "typeIdentifier": "t_contract$_KeysInTableHook_$49930",
1304
+ "typeIdentifier": "t_contract$_KeysInTableHook_$49949",
1305
1305
  "typeString": "contract KeysInTableHook"
1306
1306
  }
1307
1307
  },
1308
1308
  "visibility": "private"
1309
1309
  },
1310
1310
  {
1311
- "id": 49981,
1311
+ "id": 50000,
1312
1312
  "nodeType": "FunctionDefinition",
1313
1313
  "src": "1720:89:114",
1314
1314
  "nodes": [],
1315
1315
  "body": {
1316
- "id": 49980,
1316
+ "id": 49999,
1317
1317
  "nodeType": "Block",
1318
1318
  "src": "1769:40:114",
1319
1319
  "nodes": [],
@@ -1323,7 +1323,7 @@
1323
1323
  "arguments": [
1324
1324
  {
1325
1325
  "hexValue": "6b657973496e5461626c65",
1326
- "id": 49977,
1326
+ "id": 49996,
1327
1327
  "isConstant": false,
1328
1328
  "isLValue": false,
1329
1329
  "isPure": true,
@@ -1345,7 +1345,7 @@
1345
1345
  "typeString": "literal_string \"keysInTable\""
1346
1346
  }
1347
1347
  ],
1348
- "id": 49976,
1348
+ "id": 49995,
1349
1349
  "isConstant": false,
1350
1350
  "isLValue": false,
1351
1351
  "isPure": true,
@@ -1357,14 +1357,14 @@
1357
1357
  "typeString": "type(bytes16)"
1358
1358
  },
1359
1359
  "typeName": {
1360
- "id": 49975,
1360
+ "id": 49994,
1361
1361
  "name": "bytes16",
1362
1362
  "nodeType": "ElementaryTypeName",
1363
1363
  "src": "1782:7:114",
1364
1364
  "typeDescriptions": {}
1365
1365
  }
1366
1366
  },
1367
- "id": 49978,
1367
+ "id": 49997,
1368
1368
  "isConstant": false,
1369
1369
  "isLValue": false,
1370
1370
  "isPure": true,
@@ -1380,15 +1380,15 @@
1380
1380
  "typeString": "bytes16"
1381
1381
  }
1382
1382
  },
1383
- "functionReturnParameters": 49974,
1384
- "id": 49979,
1383
+ "functionReturnParameters": 49993,
1384
+ "id": 49998,
1385
1385
  "nodeType": "Return",
1386
1386
  "src": "1775:29:114"
1387
1387
  }
1388
1388
  ]
1389
1389
  },
1390
1390
  "baseFunctions": [
1391
- 70911
1391
+ 70930
1392
1392
  ],
1393
1393
  "functionSelector": "17d7de7c",
1394
1394
  "implemented": true,
@@ -1397,23 +1397,23 @@
1397
1397
  "name": "getName",
1398
1398
  "nameLocation": "1729:7:114",
1399
1399
  "parameters": {
1400
- "id": 49971,
1400
+ "id": 49990,
1401
1401
  "nodeType": "ParameterList",
1402
1402
  "parameters": [],
1403
1403
  "src": "1736:2:114"
1404
1404
  },
1405
1405
  "returnParameters": {
1406
- "id": 49974,
1406
+ "id": 49993,
1407
1407
  "nodeType": "ParameterList",
1408
1408
  "parameters": [
1409
1409
  {
1410
1410
  "constant": false,
1411
- "id": 49973,
1411
+ "id": 49992,
1412
1412
  "mutability": "mutable",
1413
1413
  "name": "",
1414
1414
  "nameLocation": "-1:-1:-1",
1415
1415
  "nodeType": "VariableDeclaration",
1416
- "scope": 49981,
1416
+ "scope": 50000,
1417
1417
  "src": "1760:7:114",
1418
1418
  "stateVariable": false,
1419
1419
  "storageLocation": "default",
@@ -1422,7 +1422,7 @@
1422
1422
  "typeString": "bytes16"
1423
1423
  },
1424
1424
  "typeName": {
1425
- "id": 49972,
1425
+ "id": 49991,
1426
1426
  "name": "bytes16",
1427
1427
  "nodeType": "ElementaryTypeName",
1428
1428
  "src": "1760:7:114",
@@ -1436,76 +1436,76 @@
1436
1436
  ],
1437
1437
  "src": "1759:9:114"
1438
1438
  },
1439
- "scope": 50197,
1439
+ "scope": 50216,
1440
1440
  "stateMutability": "pure",
1441
1441
  "virtual": false,
1442
1442
  "visibility": "public"
1443
1443
  },
1444
1444
  {
1445
- "id": 50187,
1445
+ "id": 50206,
1446
1446
  "nodeType": "FunctionDefinition",
1447
1447
  "src": "1813:2128:114",
1448
1448
  "nodes": [],
1449
1449
  "body": {
1450
- "id": 50186,
1450
+ "id": 50205,
1451
1451
  "nodeType": "Block",
1452
1452
  "src": "1869:2072:114",
1453
1453
  "nodes": [],
1454
1454
  "statements": [
1455
1455
  {
1456
1456
  "assignments": [
1457
- 49989
1457
+ 50008
1458
1458
  ],
1459
1459
  "declarations": [
1460
1460
  {
1461
1461
  "constant": false,
1462
- "id": 49989,
1462
+ "id": 50008,
1463
1463
  "mutability": "mutable",
1464
1464
  "name": "sourceTableId",
1465
1465
  "nameLocation": "1927:13:114",
1466
1466
  "nodeType": "VariableDeclaration",
1467
- "scope": 50186,
1467
+ "scope": 50205,
1468
1468
  "src": "1916:24:114",
1469
1469
  "stateVariable": false,
1470
1470
  "storageLocation": "default",
1471
1471
  "typeDescriptions": {
1472
- "typeIdentifier": "t_userDefinedValueType$_ResourceId_$36365",
1472
+ "typeIdentifier": "t_userDefinedValueType$_ResourceId_$36384",
1473
1473
  "typeString": "ResourceId"
1474
1474
  },
1475
1475
  "typeName": {
1476
- "id": 49988,
1476
+ "id": 50007,
1477
1477
  "nodeType": "UserDefinedTypeName",
1478
1478
  "pathNode": {
1479
- "id": 49987,
1479
+ "id": 50006,
1480
1480
  "name": "ResourceId",
1481
1481
  "nameLocations": [
1482
1482
  "1916:10:114"
1483
1483
  ],
1484
1484
  "nodeType": "IdentifierPath",
1485
- "referencedDeclaration": 36365,
1485
+ "referencedDeclaration": 36384,
1486
1486
  "src": "1916:10:114"
1487
1487
  },
1488
- "referencedDeclaration": 36365,
1488
+ "referencedDeclaration": 36384,
1489
1489
  "src": "1916:10:114",
1490
1490
  "typeDescriptions": {
1491
- "typeIdentifier": "t_userDefinedValueType$_ResourceId_$36365",
1491
+ "typeIdentifier": "t_userDefinedValueType$_ResourceId_$36384",
1492
1492
  "typeString": "ResourceId"
1493
1493
  }
1494
1494
  },
1495
1495
  "visibility": "internal"
1496
1496
  }
1497
1497
  ],
1498
- "id": 50000,
1498
+ "id": 50019,
1499
1499
  "initialValue": {
1500
1500
  "arguments": [
1501
1501
  {
1502
1502
  "arguments": [
1503
1503
  {
1504
- "id": 49994,
1504
+ "id": 50013,
1505
1505
  "name": "args",
1506
1506
  "nodeType": "Identifier",
1507
1507
  "overloadedDeclarations": [],
1508
- "referencedDeclaration": 49983,
1508
+ "referencedDeclaration": 50002,
1509
1509
  "src": "1970:4:114",
1510
1510
  "typeDescriptions": {
1511
1511
  "typeIdentifier": "t_bytes_memory_ptr",
@@ -1515,7 +1515,7 @@
1515
1515
  {
1516
1516
  "components": [
1517
1517
  {
1518
- "id": 49996,
1518
+ "id": 50015,
1519
1519
  "isConstant": false,
1520
1520
  "isLValue": false,
1521
1521
  "isPure": true,
@@ -1527,7 +1527,7 @@
1527
1527
  "typeString": "type(bytes32)"
1528
1528
  },
1529
1529
  "typeName": {
1530
- "id": 49995,
1530
+ "id": 50014,
1531
1531
  "name": "bytes32",
1532
1532
  "nodeType": "ElementaryTypeName",
1533
1533
  "src": "1977:7:114",
@@ -1535,7 +1535,7 @@
1535
1535
  }
1536
1536
  }
1537
1537
  ],
1538
- "id": 49997,
1538
+ "id": 50016,
1539
1539
  "isConstant": false,
1540
1540
  "isInlineArray": false,
1541
1541
  "isLValue": false,
@@ -1561,7 +1561,7 @@
1561
1561
  }
1562
1562
  ],
1563
1563
  "expression": {
1564
- "id": 49992,
1564
+ "id": 50011,
1565
1565
  "name": "abi",
1566
1566
  "nodeType": "Identifier",
1567
1567
  "overloadedDeclarations": [],
@@ -1572,7 +1572,7 @@
1572
1572
  "typeString": "abi"
1573
1573
  }
1574
1574
  },
1575
- "id": 49993,
1575
+ "id": 50012,
1576
1576
  "isConstant": false,
1577
1577
  "isLValue": false,
1578
1578
  "isPure": true,
@@ -1586,7 +1586,7 @@
1586
1586
  "typeString": "function () pure"
1587
1587
  }
1588
1588
  },
1589
- "id": 49998,
1589
+ "id": 50017,
1590
1590
  "isConstant": false,
1591
1591
  "isLValue": false,
1592
1592
  "isPure": false,
@@ -1611,18 +1611,18 @@
1611
1611
  }
1612
1612
  ],
1613
1613
  "expression": {
1614
- "id": 49990,
1614
+ "id": 50009,
1615
1615
  "name": "ResourceId",
1616
1616
  "nodeType": "Identifier",
1617
1617
  "overloadedDeclarations": [],
1618
- "referencedDeclaration": 36365,
1618
+ "referencedDeclaration": 36384,
1619
1619
  "src": "1943:10:114",
1620
1620
  "typeDescriptions": {
1621
- "typeIdentifier": "t_type$_t_userDefinedValueType$_ResourceId_$36365_$",
1621
+ "typeIdentifier": "t_type$_t_userDefinedValueType$_ResourceId_$36384_$",
1622
1622
  "typeString": "type(ResourceId)"
1623
1623
  }
1624
1624
  },
1625
- "id": 49991,
1625
+ "id": 50010,
1626
1626
  "isConstant": false,
1627
1627
  "isLValue": false,
1628
1628
  "isPure": true,
@@ -1632,11 +1632,11 @@
1632
1632
  "nodeType": "MemberAccess",
1633
1633
  "src": "1943:15:114",
1634
1634
  "typeDescriptions": {
1635
- "typeIdentifier": "t_function_wrap_pure$_t_bytes32_$returns$_t_userDefinedValueType$_ResourceId_$36365_$",
1635
+ "typeIdentifier": "t_function_wrap_pure$_t_bytes32_$returns$_t_userDefinedValueType$_ResourceId_$36384_$",
1636
1636
  "typeString": "function (bytes32) pure returns (ResourceId)"
1637
1637
  }
1638
1638
  },
1639
- "id": 49999,
1639
+ "id": 50018,
1640
1640
  "isConstant": false,
1641
1641
  "isLValue": false,
1642
1642
  "isPure": false,
@@ -1648,7 +1648,7 @@
1648
1648
  "src": "1943:44:114",
1649
1649
  "tryCall": false,
1650
1650
  "typeDescriptions": {
1651
- "typeIdentifier": "t_userDefinedValueType$_ResourceId_$36365",
1651
+ "typeIdentifier": "t_userDefinedValueType$_ResourceId_$36384",
1652
1652
  "typeString": "ResourceId"
1653
1653
  }
1654
1654
  },
@@ -1657,66 +1657,66 @@
1657
1657
  },
1658
1658
  {
1659
1659
  "assignments": [
1660
- 50003
1660
+ 50022
1661
1661
  ],
1662
1662
  "declarations": [
1663
1663
  {
1664
1664
  "constant": false,
1665
- "id": 50003,
1665
+ "id": 50022,
1666
1666
  "mutability": "mutable",
1667
1667
  "name": "world",
1668
1668
  "nameLocation": "2005:5:114",
1669
1669
  "nodeType": "VariableDeclaration",
1670
- "scope": 50186,
1670
+ "scope": 50205,
1671
1671
  "src": "1994:16:114",
1672
1672
  "stateVariable": false,
1673
1673
  "storageLocation": "default",
1674
1674
  "typeDescriptions": {
1675
- "typeIdentifier": "t_contract$_IBaseWorld_$49243",
1675
+ "typeIdentifier": "t_contract$_IBaseWorld_$49262",
1676
1676
  "typeString": "contract IBaseWorld"
1677
1677
  },
1678
1678
  "typeName": {
1679
- "id": 50002,
1679
+ "id": 50021,
1680
1680
  "nodeType": "UserDefinedTypeName",
1681
1681
  "pathNode": {
1682
- "id": 50001,
1682
+ "id": 50020,
1683
1683
  "name": "IBaseWorld",
1684
1684
  "nameLocations": [
1685
1685
  "1994:10:114"
1686
1686
  ],
1687
1687
  "nodeType": "IdentifierPath",
1688
- "referencedDeclaration": 49243,
1688
+ "referencedDeclaration": 49262,
1689
1689
  "src": "1994:10:114"
1690
1690
  },
1691
- "referencedDeclaration": 49243,
1691
+ "referencedDeclaration": 49262,
1692
1692
  "src": "1994:10:114",
1693
1693
  "typeDescriptions": {
1694
- "typeIdentifier": "t_contract$_IBaseWorld_$49243",
1694
+ "typeIdentifier": "t_contract$_IBaseWorld_$49262",
1695
1695
  "typeString": "contract IBaseWorld"
1696
1696
  }
1697
1697
  },
1698
1698
  "visibility": "internal"
1699
1699
  }
1700
1700
  ],
1701
- "id": 50008,
1701
+ "id": 50027,
1702
1702
  "initialValue": {
1703
1703
  "arguments": [
1704
1704
  {
1705
1705
  "arguments": [],
1706
1706
  "expression": {
1707
1707
  "argumentTypes": [],
1708
- "id": 50005,
1708
+ "id": 50024,
1709
1709
  "name": "_world",
1710
1710
  "nodeType": "Identifier",
1711
1711
  "overloadedDeclarations": [],
1712
- "referencedDeclaration": 48759,
1712
+ "referencedDeclaration": 48778,
1713
1713
  "src": "2024:6:114",
1714
1714
  "typeDescriptions": {
1715
1715
  "typeIdentifier": "t_function_internal_view$__$returns$_t_address_$",
1716
1716
  "typeString": "function () view returns (address)"
1717
1717
  }
1718
1718
  },
1719
- "id": 50006,
1719
+ "id": 50025,
1720
1720
  "isConstant": false,
1721
1721
  "isLValue": false,
1722
1722
  "isPure": false,
@@ -1740,18 +1740,18 @@
1740
1740
  "typeString": "address"
1741
1741
  }
1742
1742
  ],
1743
- "id": 50004,
1743
+ "id": 50023,
1744
1744
  "name": "IBaseWorld",
1745
1745
  "nodeType": "Identifier",
1746
1746
  "overloadedDeclarations": [],
1747
- "referencedDeclaration": 49243,
1747
+ "referencedDeclaration": 49262,
1748
1748
  "src": "2013:10:114",
1749
1749
  "typeDescriptions": {
1750
- "typeIdentifier": "t_type$_t_contract$_IBaseWorld_$49243_$",
1750
+ "typeIdentifier": "t_type$_t_contract$_IBaseWorld_$49262_$",
1751
1751
  "typeString": "type(contract IBaseWorld)"
1752
1752
  }
1753
1753
  },
1754
- "id": 50007,
1754
+ "id": 50026,
1755
1755
  "isConstant": false,
1756
1756
  "isLValue": false,
1757
1757
  "isPure": false,
@@ -1763,7 +1763,7 @@
1763
1763
  "src": "2013:20:114",
1764
1764
  "tryCall": false,
1765
1765
  "typeDescriptions": {
1766
- "typeIdentifier": "t_contract$_IBaseWorld_$49243",
1766
+ "typeIdentifier": "t_contract$_IBaseWorld_$49262",
1767
1767
  "typeString": "contract IBaseWorld"
1768
1768
  }
1769
1769
  },
@@ -1772,17 +1772,17 @@
1772
1772
  },
1773
1773
  {
1774
1774
  "assignments": [
1775
- 50010
1775
+ 50029
1776
1776
  ],
1777
1777
  "declarations": [
1778
1778
  {
1779
1779
  "constant": false,
1780
- "id": 50010,
1780
+ "id": 50029,
1781
1781
  "mutability": "mutable",
1782
1782
  "name": "success",
1783
1783
  "nameLocation": "2100:7:114",
1784
1784
  "nodeType": "VariableDeclaration",
1785
- "scope": 50186,
1785
+ "scope": 50205,
1786
1786
  "src": "2095:12:114",
1787
1787
  "stateVariable": false,
1788
1788
  "storageLocation": "default",
@@ -1791,7 +1791,7 @@
1791
1791
  "typeString": "bool"
1792
1792
  },
1793
1793
  "typeName": {
1794
- "id": 50009,
1794
+ "id": 50028,
1795
1795
  "name": "bool",
1796
1796
  "nodeType": "ElementaryTypeName",
1797
1797
  "src": "2095:4:114",
@@ -1803,23 +1803,23 @@
1803
1803
  "visibility": "internal"
1804
1804
  }
1805
1805
  ],
1806
- "id": 50011,
1806
+ "id": 50030,
1807
1807
  "nodeType": "VariableDeclarationStatement",
1808
1808
  "src": "2095:12:114"
1809
1809
  },
1810
1810
  {
1811
1811
  "assignments": [
1812
- 50013
1812
+ 50032
1813
1813
  ],
1814
1814
  "declarations": [
1815
1815
  {
1816
1816
  "constant": false,
1817
- "id": 50013,
1817
+ "id": 50032,
1818
1818
  "mutability": "mutable",
1819
1819
  "name": "returnData",
1820
1820
  "nameLocation": "2126:10:114",
1821
1821
  "nodeType": "VariableDeclaration",
1822
- "scope": 50186,
1822
+ "scope": 50205,
1823
1823
  "src": "2113:23:114",
1824
1824
  "stateVariable": false,
1825
1825
  "storageLocation": "memory",
@@ -1828,7 +1828,7 @@
1828
1828
  "typeString": "bytes"
1829
1829
  },
1830
1830
  "typeName": {
1831
- "id": 50012,
1831
+ "id": 50031,
1832
1832
  "name": "bytes",
1833
1833
  "nodeType": "ElementaryTypeName",
1834
1834
  "src": "2113:5:114",
@@ -1840,13 +1840,13 @@
1840
1840
  "visibility": "internal"
1841
1841
  }
1842
1842
  ],
1843
- "id": 50014,
1843
+ "id": 50033,
1844
1844
  "nodeType": "VariableDeclarationStatement",
1845
1845
  "src": "2113:23:114"
1846
1846
  },
1847
1847
  {
1848
1848
  "condition": {
1849
- "id": 50019,
1849
+ "id": 50038,
1850
1850
  "isConstant": false,
1851
1851
  "isLValue": false,
1852
1852
  "isPure": false,
@@ -1858,14 +1858,14 @@
1858
1858
  "subExpression": {
1859
1859
  "arguments": [
1860
1860
  {
1861
- "id": 50017,
1861
+ "id": 50036,
1862
1862
  "name": "KeysInTableTableId",
1863
1863
  "nodeType": "Identifier",
1864
1864
  "overloadedDeclarations": [],
1865
- "referencedDeclaration": 51284,
1865
+ "referencedDeclaration": 51303,
1866
1866
  "src": "2171:18:114",
1867
1867
  "typeDescriptions": {
1868
- "typeIdentifier": "t_userDefinedValueType$_ResourceId_$36365",
1868
+ "typeIdentifier": "t_userDefinedValueType$_ResourceId_$36384",
1869
1869
  "typeString": "ResourceId"
1870
1870
  }
1871
1871
  }
@@ -1873,23 +1873,23 @@
1873
1873
  "expression": {
1874
1874
  "argumentTypes": [
1875
1875
  {
1876
- "typeIdentifier": "t_userDefinedValueType$_ResourceId_$36365",
1876
+ "typeIdentifier": "t_userDefinedValueType$_ResourceId_$36384",
1877
1877
  "typeString": "ResourceId"
1878
1878
  }
1879
1879
  ],
1880
1880
  "expression": {
1881
- "id": 50015,
1881
+ "id": 50034,
1882
1882
  "name": "ResourceIds",
1883
1883
  "nodeType": "Identifier",
1884
1884
  "overloadedDeclarations": [],
1885
- "referencedDeclaration": 42019,
1885
+ "referencedDeclaration": 42038,
1886
1886
  "src": "2148:11:114",
1887
1887
  "typeDescriptions": {
1888
- "typeIdentifier": "t_type$_t_contract$_ResourceIds_$42019_$",
1888
+ "typeIdentifier": "t_type$_t_contract$_ResourceIds_$42038_$",
1889
1889
  "typeString": "type(library ResourceIds)"
1890
1890
  }
1891
1891
  },
1892
- "id": 50016,
1892
+ "id": 50035,
1893
1893
  "isConstant": false,
1894
1894
  "isLValue": false,
1895
1895
  "isPure": false,
@@ -1897,14 +1897,14 @@
1897
1897
  "memberLocation": "2160:10:114",
1898
1898
  "memberName": "_getExists",
1899
1899
  "nodeType": "MemberAccess",
1900
- "referencedDeclaration": 41350,
1900
+ "referencedDeclaration": 41369,
1901
1901
  "src": "2148:22:114",
1902
1902
  "typeDescriptions": {
1903
- "typeIdentifier": "t_function_internal_view$_t_userDefinedValueType$_ResourceId_$36365_$returns$_t_bool_$",
1903
+ "typeIdentifier": "t_function_internal_view$_t_userDefinedValueType$_ResourceId_$36384_$returns$_t_bool_$",
1904
1904
  "typeString": "function (ResourceId) view returns (bool)"
1905
1905
  }
1906
1906
  },
1907
- "id": 50018,
1907
+ "id": 50037,
1908
1908
  "isConstant": false,
1909
1909
  "isLValue": false,
1910
1910
  "isPure": false,
@@ -1925,17 +1925,17 @@
1925
1925
  "typeString": "bool"
1926
1926
  }
1927
1927
  },
1928
- "id": 50159,
1928
+ "id": 50178,
1929
1929
  "nodeType": "IfStatement",
1930
1930
  "src": "2143:1421:114",
1931
1931
  "trueBody": {
1932
- "id": 50158,
1932
+ "id": 50177,
1933
1933
  "nodeType": "Block",
1934
1934
  "src": "2192:1372:114",
1935
1935
  "statements": [
1936
1936
  {
1937
1937
  "expression": {
1938
- "id": 50051,
1938
+ "id": 50070,
1939
1939
  "isConstant": false,
1940
1940
  "isLValue": false,
1941
1941
  "isPure": false,
@@ -1943,11 +1943,11 @@
1943
1943
  "leftHandSide": {
1944
1944
  "components": [
1945
1945
  {
1946
- "id": 50020,
1946
+ "id": 50039,
1947
1947
  "name": "success",
1948
1948
  "nodeType": "Identifier",
1949
1949
  "overloadedDeclarations": [],
1950
- "referencedDeclaration": 50010,
1950
+ "referencedDeclaration": 50029,
1951
1951
  "src": "2230:7:114",
1952
1952
  "typeDescriptions": {
1953
1953
  "typeIdentifier": "t_bool",
@@ -1955,11 +1955,11 @@
1955
1955
  }
1956
1956
  },
1957
1957
  {
1958
- "id": 50021,
1958
+ "id": 50040,
1959
1959
  "name": "returnData",
1960
1960
  "nodeType": "Identifier",
1961
1961
  "overloadedDeclarations": [],
1962
- "referencedDeclaration": 50013,
1962
+ "referencedDeclaration": 50032,
1963
1963
  "src": "2239:10:114",
1964
1964
  "typeDescriptions": {
1965
1965
  "typeIdentifier": "t_bytes_memory_ptr",
@@ -1967,7 +1967,7 @@
1967
1967
  }
1968
1968
  }
1969
1969
  ],
1970
- "id": 50022,
1970
+ "id": 50041,
1971
1971
  "isConstant": false,
1972
1972
  "isInlineArray": false,
1973
1973
  "isLValue": true,
@@ -1988,18 +1988,18 @@
1988
1988
  "arguments": [
1989
1989
  {
1990
1990
  "expression": {
1991
- "id": 50030,
1991
+ "id": 50049,
1992
1992
  "name": "world",
1993
1993
  "nodeType": "Identifier",
1994
1994
  "overloadedDeclarations": [],
1995
- "referencedDeclaration": 50003,
1995
+ "referencedDeclaration": 50022,
1996
1996
  "src": "2316:5:114",
1997
1997
  "typeDescriptions": {
1998
- "typeIdentifier": "t_contract$_IBaseWorld_$49243",
1998
+ "typeIdentifier": "t_contract$_IBaseWorld_$49262",
1999
1999
  "typeString": "contract IBaseWorld"
2000
2000
  }
2001
2001
  },
2002
- "id": 50031,
2002
+ "id": 50050,
2003
2003
  "isConstant": false,
2004
2004
  "isLValue": false,
2005
2005
  "isPure": false,
@@ -2007,24 +2007,24 @@
2007
2007
  "memberLocation": "2322:13:114",
2008
2008
  "memberName": "registerTable",
2009
2009
  "nodeType": "MemberAccess",
2010
- "referencedDeclaration": 35656,
2010
+ "referencedDeclaration": 35675,
2011
2011
  "src": "2316:19:114",
2012
2012
  "typeDescriptions": {
2013
- "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$__$",
2013
+ "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$__$",
2014
2014
  "typeString": "function (ResourceId,FieldLayout,Schema,Schema,string memory[] memory,string memory[] memory) external"
2015
2015
  }
2016
2016
  },
2017
2017
  {
2018
2018
  "components": [
2019
2019
  {
2020
- "id": 50032,
2020
+ "id": 50051,
2021
2021
  "name": "KeysInTableTableId",
2022
2022
  "nodeType": "Identifier",
2023
2023
  "overloadedDeclarations": [],
2024
- "referencedDeclaration": 51284,
2024
+ "referencedDeclaration": 51303,
2025
2025
  "src": "2361:18:114",
2026
2026
  "typeDescriptions": {
2027
- "typeIdentifier": "t_userDefinedValueType$_ResourceId_$36365",
2027
+ "typeIdentifier": "t_userDefinedValueType$_ResourceId_$36384",
2028
2028
  "typeString": "ResourceId"
2029
2029
  }
2030
2030
  },
@@ -2033,18 +2033,18 @@
2033
2033
  "expression": {
2034
2034
  "argumentTypes": [],
2035
2035
  "expression": {
2036
- "id": 50033,
2036
+ "id": 50052,
2037
2037
  "name": "KeysInTable",
2038
2038
  "nodeType": "Identifier",
2039
2039
  "overloadedDeclarations": [],
2040
- "referencedDeclaration": 57800,
2040
+ "referencedDeclaration": 57819,
2041
2041
  "src": "2393:11:114",
2042
2042
  "typeDescriptions": {
2043
- "typeIdentifier": "t_type$_t_contract$_KeysInTable_$57800_$",
2043
+ "typeIdentifier": "t_type$_t_contract$_KeysInTable_$57819_$",
2044
2044
  "typeString": "type(library KeysInTable)"
2045
2045
  }
2046
2046
  },
2047
- "id": 50034,
2047
+ "id": 50053,
2048
2048
  "isConstant": false,
2049
2049
  "isLValue": false,
2050
2050
  "isPure": false,
@@ -2052,14 +2052,14 @@
2052
2052
  "memberLocation": "2405:14:114",
2053
2053
  "memberName": "getFieldLayout",
2054
2054
  "nodeType": "MemberAccess",
2055
- "referencedDeclaration": 51317,
2055
+ "referencedDeclaration": 51336,
2056
2056
  "src": "2393:26:114",
2057
2057
  "typeDescriptions": {
2058
- "typeIdentifier": "t_function_internal_pure$__$returns$_t_userDefinedValueType$_FieldLayout_$34805_$",
2058
+ "typeIdentifier": "t_function_internal_pure$__$returns$_t_userDefinedValueType$_FieldLayout_$34824_$",
2059
2059
  "typeString": "function () pure returns (FieldLayout)"
2060
2060
  }
2061
2061
  },
2062
- "id": 50035,
2062
+ "id": 50054,
2063
2063
  "isConstant": false,
2064
2064
  "isLValue": false,
2065
2065
  "isPure": false,
@@ -2071,7 +2071,7 @@
2071
2071
  "src": "2393:28:114",
2072
2072
  "tryCall": false,
2073
2073
  "typeDescriptions": {
2074
- "typeIdentifier": "t_userDefinedValueType$_FieldLayout_$34805",
2074
+ "typeIdentifier": "t_userDefinedValueType$_FieldLayout_$34824",
2075
2075
  "typeString": "FieldLayout"
2076
2076
  }
2077
2077
  },
@@ -2080,18 +2080,18 @@
2080
2080
  "expression": {
2081
2081
  "argumentTypes": [],
2082
2082
  "expression": {
2083
- "id": 50036,
2083
+ "id": 50055,
2084
2084
  "name": "KeysInTable",
2085
2085
  "nodeType": "Identifier",
2086
2086
  "overloadedDeclarations": [],
2087
- "referencedDeclaration": 57800,
2087
+ "referencedDeclaration": 57819,
2088
2088
  "src": "2435:11:114",
2089
2089
  "typeDescriptions": {
2090
- "typeIdentifier": "t_type$_t_contract$_KeysInTable_$57800_$",
2090
+ "typeIdentifier": "t_type$_t_contract$_KeysInTable_$57819_$",
2091
2091
  "typeString": "type(library KeysInTable)"
2092
2092
  }
2093
2093
  },
2094
- "id": 50037,
2094
+ "id": 50056,
2095
2095
  "isConstant": false,
2096
2096
  "isLValue": false,
2097
2097
  "isPure": false,
@@ -2099,14 +2099,14 @@
2099
2099
  "memberLocation": "2447:12:114",
2100
2100
  "memberName": "getKeySchema",
2101
2101
  "nodeType": "MemberAccess",
2102
- "referencedDeclaration": 51349,
2102
+ "referencedDeclaration": 51368,
2103
2103
  "src": "2435:24:114",
2104
2104
  "typeDescriptions": {
2105
- "typeIdentifier": "t_function_internal_pure$__$returns$_t_userDefinedValueType$_Schema_$36441_$",
2105
+ "typeIdentifier": "t_function_internal_pure$__$returns$_t_userDefinedValueType$_Schema_$36460_$",
2106
2106
  "typeString": "function () pure returns (Schema)"
2107
2107
  }
2108
2108
  },
2109
- "id": 50038,
2109
+ "id": 50057,
2110
2110
  "isConstant": false,
2111
2111
  "isLValue": false,
2112
2112
  "isPure": false,
@@ -2118,7 +2118,7 @@
2118
2118
  "src": "2435:26:114",
2119
2119
  "tryCall": false,
2120
2120
  "typeDescriptions": {
2121
- "typeIdentifier": "t_userDefinedValueType$_Schema_$36441",
2121
+ "typeIdentifier": "t_userDefinedValueType$_Schema_$36460",
2122
2122
  "typeString": "Schema"
2123
2123
  }
2124
2124
  },
@@ -2127,18 +2127,18 @@
2127
2127
  "expression": {
2128
2128
  "argumentTypes": [],
2129
2129
  "expression": {
2130
- "id": 50039,
2130
+ "id": 50058,
2131
2131
  "name": "KeysInTable",
2132
2132
  "nodeType": "Identifier",
2133
2133
  "overloadedDeclarations": [],
2134
- "referencedDeclaration": 57800,
2134
+ "referencedDeclaration": 57819,
2135
2135
  "src": "2475:11:114",
2136
2136
  "typeDescriptions": {
2137
- "typeIdentifier": "t_type$_t_contract$_KeysInTable_$57800_$",
2137
+ "typeIdentifier": "t_type$_t_contract$_KeysInTable_$57819_$",
2138
2138
  "typeString": "type(library KeysInTable)"
2139
2139
  }
2140
2140
  },
2141
- "id": 50040,
2141
+ "id": 50059,
2142
2142
  "isConstant": false,
2143
2143
  "isLValue": false,
2144
2144
  "isPure": false,
@@ -2146,14 +2146,14 @@
2146
2146
  "memberLocation": "2487:14:114",
2147
2147
  "memberName": "getValueSchema",
2148
2148
  "nodeType": "MemberAccess",
2149
- "referencedDeclaration": 51409,
2149
+ "referencedDeclaration": 51428,
2150
2150
  "src": "2475:26:114",
2151
2151
  "typeDescriptions": {
2152
- "typeIdentifier": "t_function_internal_pure$__$returns$_t_userDefinedValueType$_Schema_$36441_$",
2152
+ "typeIdentifier": "t_function_internal_pure$__$returns$_t_userDefinedValueType$_Schema_$36460_$",
2153
2153
  "typeString": "function () pure returns (Schema)"
2154
2154
  }
2155
2155
  },
2156
- "id": 50041,
2156
+ "id": 50060,
2157
2157
  "isConstant": false,
2158
2158
  "isLValue": false,
2159
2159
  "isPure": false,
@@ -2165,7 +2165,7 @@
2165
2165
  "src": "2475:28:114",
2166
2166
  "tryCall": false,
2167
2167
  "typeDescriptions": {
2168
- "typeIdentifier": "t_userDefinedValueType$_Schema_$36441",
2168
+ "typeIdentifier": "t_userDefinedValueType$_Schema_$36460",
2169
2169
  "typeString": "Schema"
2170
2170
  }
2171
2171
  },
@@ -2174,18 +2174,18 @@
2174
2174
  "expression": {
2175
2175
  "argumentTypes": [],
2176
2176
  "expression": {
2177
- "id": 50042,
2177
+ "id": 50061,
2178
2178
  "name": "KeysInTable",
2179
2179
  "nodeType": "Identifier",
2180
2180
  "overloadedDeclarations": [],
2181
- "referencedDeclaration": 57800,
2181
+ "referencedDeclaration": 57819,
2182
2182
  "src": "2517:11:114",
2183
2183
  "typeDescriptions": {
2184
- "typeIdentifier": "t_type$_t_contract$_KeysInTable_$57800_$",
2184
+ "typeIdentifier": "t_type$_t_contract$_KeysInTable_$57819_$",
2185
2185
  "typeString": "type(library KeysInTable)"
2186
2186
  }
2187
2187
  },
2188
- "id": 50043,
2188
+ "id": 50062,
2189
2189
  "isConstant": false,
2190
2190
  "isLValue": false,
2191
2191
  "isPure": false,
@@ -2193,14 +2193,14 @@
2193
2193
  "memberLocation": "2529:11:114",
2194
2194
  "memberName": "getKeyNames",
2195
2195
  "nodeType": "MemberAccess",
2196
- "referencedDeclaration": 51431,
2196
+ "referencedDeclaration": 51450,
2197
2197
  "src": "2517:23:114",
2198
2198
  "typeDescriptions": {
2199
2199
  "typeIdentifier": "t_function_internal_pure$__$returns$_t_array$_t_string_memory_ptr_$dyn_memory_ptr_$",
2200
2200
  "typeString": "function () pure returns (string memory[] memory)"
2201
2201
  }
2202
2202
  },
2203
- "id": 50044,
2203
+ "id": 50063,
2204
2204
  "isConstant": false,
2205
2205
  "isLValue": false,
2206
2206
  "isPure": false,
@@ -2221,18 +2221,18 @@
2221
2221
  "expression": {
2222
2222
  "argumentTypes": [],
2223
2223
  "expression": {
2224
- "id": 50045,
2224
+ "id": 50064,
2225
2225
  "name": "KeysInTable",
2226
2226
  "nodeType": "Identifier",
2227
2227
  "overloadedDeclarations": [],
2228
- "referencedDeclaration": 57800,
2228
+ "referencedDeclaration": 57819,
2229
2229
  "src": "2556:11:114",
2230
2230
  "typeDescriptions": {
2231
- "typeIdentifier": "t_type$_t_contract$_KeysInTable_$57800_$",
2231
+ "typeIdentifier": "t_type$_t_contract$_KeysInTable_$57819_$",
2232
2232
  "typeString": "type(library KeysInTable)"
2233
2233
  }
2234
2234
  },
2235
- "id": 50046,
2235
+ "id": 50065,
2236
2236
  "isConstant": false,
2237
2237
  "isLValue": false,
2238
2238
  "isPure": false,
@@ -2240,14 +2240,14 @@
2240
2240
  "memberLocation": "2568:13:114",
2241
2241
  "memberName": "getFieldNames",
2242
2242
  "nodeType": "MemberAccess",
2243
- "referencedDeclaration": 51477,
2243
+ "referencedDeclaration": 51496,
2244
2244
  "src": "2556:25:114",
2245
2245
  "typeDescriptions": {
2246
2246
  "typeIdentifier": "t_function_internal_pure$__$returns$_t_array$_t_string_memory_ptr_$dyn_memory_ptr_$",
2247
2247
  "typeString": "function () pure returns (string memory[] memory)"
2248
2248
  }
2249
2249
  },
2250
- "id": 50047,
2250
+ "id": 50066,
2251
2251
  "isConstant": false,
2252
2252
  "isLValue": false,
2253
2253
  "isPure": false,
@@ -2264,7 +2264,7 @@
2264
2264
  }
2265
2265
  }
2266
2266
  ],
2267
- "id": 50048,
2267
+ "id": 50067,
2268
2268
  "isConstant": false,
2269
2269
  "isInlineArray": false,
2270
2270
  "isLValue": false,
@@ -2273,7 +2273,7 @@
2273
2273
  "nodeType": "TupleExpression",
2274
2274
  "src": "2347:248:114",
2275
2275
  "typeDescriptions": {
2276
- "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_$",
2276
+ "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_$",
2277
2277
  "typeString": "tuple(ResourceId,FieldLayout,Schema,Schema,string memory[] memory,string memory[] memory)"
2278
2278
  }
2279
2279
  }
@@ -2281,16 +2281,16 @@
2281
2281
  "expression": {
2282
2282
  "argumentTypes": [
2283
2283
  {
2284
- "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$__$",
2284
+ "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$__$",
2285
2285
  "typeString": "function (ResourceId,FieldLayout,Schema,Schema,string memory[] memory,string memory[] memory) external"
2286
2286
  },
2287
2287
  {
2288
- "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_$",
2288
+ "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_$",
2289
2289
  "typeString": "tuple(ResourceId,FieldLayout,Schema,Schema,string memory[] memory,string memory[] memory)"
2290
2290
  }
2291
2291
  ],
2292
2292
  "expression": {
2293
- "id": 50028,
2293
+ "id": 50047,
2294
2294
  "name": "abi",
2295
2295
  "nodeType": "Identifier",
2296
2296
  "overloadedDeclarations": [],
@@ -2301,7 +2301,7 @@
2301
2301
  "typeString": "abi"
2302
2302
  }
2303
2303
  },
2304
- "id": 50029,
2304
+ "id": 50048,
2305
2305
  "isConstant": false,
2306
2306
  "isLValue": false,
2307
2307
  "isPure": true,
@@ -2315,7 +2315,7 @@
2315
2315
  "typeString": "function () pure returns (bytes memory)"
2316
2316
  }
2317
2317
  },
2318
- "id": 50049,
2318
+ "id": 50068,
2319
2319
  "isConstant": false,
2320
2320
  "isLValue": false,
2321
2321
  "isPure": false,
@@ -2342,14 +2342,14 @@
2342
2342
  "expression": {
2343
2343
  "arguments": [
2344
2344
  {
2345
- "id": 50025,
2345
+ "id": 50044,
2346
2346
  "name": "world",
2347
2347
  "nodeType": "Identifier",
2348
2348
  "overloadedDeclarations": [],
2349
- "referencedDeclaration": 50003,
2349
+ "referencedDeclaration": 50022,
2350
2350
  "src": "2261:5:114",
2351
2351
  "typeDescriptions": {
2352
- "typeIdentifier": "t_contract$_IBaseWorld_$49243",
2352
+ "typeIdentifier": "t_contract$_IBaseWorld_$49262",
2353
2353
  "typeString": "contract IBaseWorld"
2354
2354
  }
2355
2355
  }
@@ -2357,11 +2357,11 @@
2357
2357
  "expression": {
2358
2358
  "argumentTypes": [
2359
2359
  {
2360
- "typeIdentifier": "t_contract$_IBaseWorld_$49243",
2360
+ "typeIdentifier": "t_contract$_IBaseWorld_$49262",
2361
2361
  "typeString": "contract IBaseWorld"
2362
2362
  }
2363
2363
  ],
2364
- "id": 50024,
2364
+ "id": 50043,
2365
2365
  "isConstant": false,
2366
2366
  "isLValue": false,
2367
2367
  "isPure": true,
@@ -2373,14 +2373,14 @@
2373
2373
  "typeString": "type(address)"
2374
2374
  },
2375
2375
  "typeName": {
2376
- "id": 50023,
2376
+ "id": 50042,
2377
2377
  "name": "address",
2378
2378
  "nodeType": "ElementaryTypeName",
2379
2379
  "src": "2253:7:114",
2380
2380
  "typeDescriptions": {}
2381
2381
  }
2382
2382
  },
2383
- "id": 50026,
2383
+ "id": 50045,
2384
2384
  "isConstant": false,
2385
2385
  "isLValue": false,
2386
2386
  "isPure": false,
@@ -2396,7 +2396,7 @@
2396
2396
  "typeString": "address"
2397
2397
  }
2398
2398
  },
2399
- "id": 50027,
2399
+ "id": 50046,
2400
2400
  "isConstant": false,
2401
2401
  "isLValue": false,
2402
2402
  "isPure": false,
@@ -2410,7 +2410,7 @@
2410
2410
  "typeString": "function (bytes memory) returns (bool,bytes memory)"
2411
2411
  }
2412
2412
  },
2413
- "id": 50050,
2413
+ "id": 50069,
2414
2414
  "isConstant": false,
2415
2415
  "isLValue": false,
2416
2416
  "isPure": false,
@@ -2432,13 +2432,13 @@
2432
2432
  "typeString": "tuple()"
2433
2433
  }
2434
2434
  },
2435
- "id": 50052,
2435
+ "id": 50071,
2436
2436
  "nodeType": "ExpressionStatement",
2437
2437
  "src": "2229:384:114"
2438
2438
  },
2439
2439
  {
2440
2440
  "condition": {
2441
- "id": 50054,
2441
+ "id": 50073,
2442
2442
  "isConstant": false,
2443
2443
  "isLValue": false,
2444
2444
  "isPure": false,
@@ -2448,11 +2448,11 @@
2448
2448
  "prefix": true,
2449
2449
  "src": "2625:8:114",
2450
2450
  "subExpression": {
2451
- "id": 50053,
2451
+ "id": 50072,
2452
2452
  "name": "success",
2453
2453
  "nodeType": "Identifier",
2454
2454
  "overloadedDeclarations": [],
2455
- "referencedDeclaration": 50010,
2455
+ "referencedDeclaration": 50029,
2456
2456
  "src": "2626:7:114",
2457
2457
  "typeDescriptions": {
2458
2458
  "typeIdentifier": "t_bool",
@@ -2464,18 +2464,18 @@
2464
2464
  "typeString": "bool"
2465
2465
  }
2466
2466
  },
2467
- "id": 50059,
2467
+ "id": 50078,
2468
2468
  "nodeType": "IfStatement",
2469
2469
  "src": "2621:41:114",
2470
2470
  "trueBody": {
2471
2471
  "expression": {
2472
2472
  "arguments": [
2473
2473
  {
2474
- "id": 50056,
2474
+ "id": 50075,
2475
2475
  "name": "returnData",
2476
2476
  "nodeType": "Identifier",
2477
2477
  "overloadedDeclarations": [],
2478
- "referencedDeclaration": 50013,
2478
+ "referencedDeclaration": 50032,
2479
2479
  "src": "2651:10:114",
2480
2480
  "typeDescriptions": {
2481
2481
  "typeIdentifier": "t_bytes_memory_ptr",
@@ -2490,18 +2490,18 @@
2490
2490
  "typeString": "bytes memory"
2491
2491
  }
2492
2492
  ],
2493
- "id": 50055,
2493
+ "id": 50074,
2494
2494
  "name": "revertWithBytes",
2495
2495
  "nodeType": "Identifier",
2496
2496
  "overloadedDeclarations": [],
2497
- "referencedDeclaration": 49373,
2497
+ "referencedDeclaration": 49392,
2498
2498
  "src": "2635:15:114",
2499
2499
  "typeDescriptions": {
2500
2500
  "typeIdentifier": "t_function_internal_pure$_t_bytes_memory_ptr_$returns$__$",
2501
2501
  "typeString": "function (bytes memory) pure"
2502
2502
  }
2503
2503
  },
2504
- "id": 50057,
2504
+ "id": 50076,
2505
2505
  "isConstant": false,
2506
2506
  "isLValue": false,
2507
2507
  "isPure": false,
@@ -2517,14 +2517,14 @@
2517
2517
  "typeString": "tuple()"
2518
2518
  }
2519
2519
  },
2520
- "id": 50058,
2520
+ "id": 50077,
2521
2521
  "nodeType": "ExpressionStatement",
2522
2522
  "src": "2635:27:114"
2523
2523
  }
2524
2524
  },
2525
2525
  {
2526
2526
  "expression": {
2527
- "id": 50091,
2527
+ "id": 50110,
2528
2528
  "isConstant": false,
2529
2529
  "isLValue": false,
2530
2530
  "isPure": false,
@@ -2532,11 +2532,11 @@
2532
2532
  "leftHandSide": {
2533
2533
  "components": [
2534
2534
  {
2535
- "id": 50060,
2535
+ "id": 50079,
2536
2536
  "name": "success",
2537
2537
  "nodeType": "Identifier",
2538
2538
  "overloadedDeclarations": [],
2539
- "referencedDeclaration": 50010,
2539
+ "referencedDeclaration": 50029,
2540
2540
  "src": "2672:7:114",
2541
2541
  "typeDescriptions": {
2542
2542
  "typeIdentifier": "t_bool",
@@ -2544,11 +2544,11 @@
2544
2544
  }
2545
2545
  },
2546
2546
  {
2547
- "id": 50061,
2547
+ "id": 50080,
2548
2548
  "name": "returnData",
2549
2549
  "nodeType": "Identifier",
2550
2550
  "overloadedDeclarations": [],
2551
- "referencedDeclaration": 50013,
2551
+ "referencedDeclaration": 50032,
2552
2552
  "src": "2681:10:114",
2553
2553
  "typeDescriptions": {
2554
2554
  "typeIdentifier": "t_bytes_memory_ptr",
@@ -2556,7 +2556,7 @@
2556
2556
  }
2557
2557
  }
2558
2558
  ],
2559
- "id": 50062,
2559
+ "id": 50081,
2560
2560
  "isConstant": false,
2561
2561
  "isInlineArray": false,
2562
2562
  "isLValue": true,
@@ -2577,18 +2577,18 @@
2577
2577
  "arguments": [
2578
2578
  {
2579
2579
  "expression": {
2580
- "id": 50070,
2580
+ "id": 50089,
2581
2581
  "name": "world",
2582
2582
  "nodeType": "Identifier",
2583
2583
  "overloadedDeclarations": [],
2584
- "referencedDeclaration": 50003,
2584
+ "referencedDeclaration": 50022,
2585
2585
  "src": "2758:5:114",
2586
2586
  "typeDescriptions": {
2587
- "typeIdentifier": "t_contract$_IBaseWorld_$49243",
2587
+ "typeIdentifier": "t_contract$_IBaseWorld_$49262",
2588
2588
  "typeString": "contract IBaseWorld"
2589
2589
  }
2590
2590
  },
2591
- "id": 50071,
2591
+ "id": 50090,
2592
2592
  "isConstant": false,
2593
2593
  "isLValue": false,
2594
2594
  "isPure": false,
@@ -2596,24 +2596,24 @@
2596
2596
  "memberLocation": "2764:13:114",
2597
2597
  "memberName": "registerTable",
2598
2598
  "nodeType": "MemberAccess",
2599
- "referencedDeclaration": 35656,
2599
+ "referencedDeclaration": 35675,
2600
2600
  "src": "2758:19:114",
2601
2601
  "typeDescriptions": {
2602
- "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$__$",
2602
+ "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$__$",
2603
2603
  "typeString": "function (ResourceId,FieldLayout,Schema,Schema,string memory[] memory,string memory[] memory) external"
2604
2604
  }
2605
2605
  },
2606
2606
  {
2607
2607
  "components": [
2608
2608
  {
2609
- "id": 50072,
2609
+ "id": 50091,
2610
2610
  "name": "UsedKeysIndexTableId",
2611
2611
  "nodeType": "Identifier",
2612
2612
  "overloadedDeclarations": [],
2613
- "referencedDeclaration": 57859,
2613
+ "referencedDeclaration": 57878,
2614
2614
  "src": "2803:20:114",
2615
2615
  "typeDescriptions": {
2616
- "typeIdentifier": "t_userDefinedValueType$_ResourceId_$36365",
2616
+ "typeIdentifier": "t_userDefinedValueType$_ResourceId_$36384",
2617
2617
  "typeString": "ResourceId"
2618
2618
  }
2619
2619
  },
@@ -2622,18 +2622,18 @@
2622
2622
  "expression": {
2623
2623
  "argumentTypes": [],
2624
2624
  "expression": {
2625
- "id": 50073,
2625
+ "id": 50092,
2626
2626
  "name": "UsedKeysIndex",
2627
2627
  "nodeType": "Identifier",
2628
2628
  "overloadedDeclarations": [],
2629
- "referencedDeclaration": 59412,
2629
+ "referencedDeclaration": 59431,
2630
2630
  "src": "2837:13:114",
2631
2631
  "typeDescriptions": {
2632
- "typeIdentifier": "t_type$_t_contract$_UsedKeysIndex_$59412_$",
2632
+ "typeIdentifier": "t_type$_t_contract$_UsedKeysIndex_$59431_$",
2633
2633
  "typeString": "type(library UsedKeysIndex)"
2634
2634
  }
2635
2635
  },
2636
- "id": 50074,
2636
+ "id": 50093,
2637
2637
  "isConstant": false,
2638
2638
  "isLValue": false,
2639
2639
  "isPure": false,
@@ -2641,14 +2641,14 @@
2641
2641
  "memberLocation": "2851:14:114",
2642
2642
  "memberName": "getFieldLayout",
2643
2643
  "nodeType": "MemberAccess",
2644
- "referencedDeclaration": 57876,
2644
+ "referencedDeclaration": 57895,
2645
2645
  "src": "2837:28:114",
2646
2646
  "typeDescriptions": {
2647
- "typeIdentifier": "t_function_internal_pure$__$returns$_t_userDefinedValueType$_FieldLayout_$34805_$",
2647
+ "typeIdentifier": "t_function_internal_pure$__$returns$_t_userDefinedValueType$_FieldLayout_$34824_$",
2648
2648
  "typeString": "function () pure returns (FieldLayout)"
2649
2649
  }
2650
2650
  },
2651
- "id": 50075,
2651
+ "id": 50094,
2652
2652
  "isConstant": false,
2653
2653
  "isLValue": false,
2654
2654
  "isPure": false,
@@ -2660,7 +2660,7 @@
2660
2660
  "src": "2837:30:114",
2661
2661
  "tryCall": false,
2662
2662
  "typeDescriptions": {
2663
- "typeIdentifier": "t_userDefinedValueType$_FieldLayout_$34805",
2663
+ "typeIdentifier": "t_userDefinedValueType$_FieldLayout_$34824",
2664
2664
  "typeString": "FieldLayout"
2665
2665
  }
2666
2666
  },
@@ -2669,18 +2669,18 @@
2669
2669
  "expression": {
2670
2670
  "argumentTypes": [],
2671
2671
  "expression": {
2672
- "id": 50076,
2672
+ "id": 50095,
2673
2673
  "name": "UsedKeysIndex",
2674
2674
  "nodeType": "Identifier",
2675
2675
  "overloadedDeclarations": [],
2676
- "referencedDeclaration": 59412,
2676
+ "referencedDeclaration": 59431,
2677
2677
  "src": "2881:13:114",
2678
2678
  "typeDescriptions": {
2679
- "typeIdentifier": "t_type$_t_contract$_UsedKeysIndex_$59412_$",
2679
+ "typeIdentifier": "t_type$_t_contract$_UsedKeysIndex_$59431_$",
2680
2680
  "typeString": "type(library UsedKeysIndex)"
2681
2681
  }
2682
2682
  },
2683
- "id": 50077,
2683
+ "id": 50096,
2684
2684
  "isConstant": false,
2685
2685
  "isLValue": false,
2686
2686
  "isPure": false,
@@ -2688,14 +2688,14 @@
2688
2688
  "memberLocation": "2895:12:114",
2689
2689
  "memberName": "getKeySchema",
2690
2690
  "nodeType": "MemberAccess",
2691
- "referencedDeclaration": 57915,
2691
+ "referencedDeclaration": 57934,
2692
2692
  "src": "2881:26:114",
2693
2693
  "typeDescriptions": {
2694
- "typeIdentifier": "t_function_internal_pure$__$returns$_t_userDefinedValueType$_Schema_$36441_$",
2694
+ "typeIdentifier": "t_function_internal_pure$__$returns$_t_userDefinedValueType$_Schema_$36460_$",
2695
2695
  "typeString": "function () pure returns (Schema)"
2696
2696
  }
2697
2697
  },
2698
- "id": 50078,
2698
+ "id": 50097,
2699
2699
  "isConstant": false,
2700
2700
  "isLValue": false,
2701
2701
  "isPure": false,
@@ -2707,7 +2707,7 @@
2707
2707
  "src": "2881:28:114",
2708
2708
  "tryCall": false,
2709
2709
  "typeDescriptions": {
2710
- "typeIdentifier": "t_userDefinedValueType$_Schema_$36441",
2710
+ "typeIdentifier": "t_userDefinedValueType$_Schema_$36460",
2711
2711
  "typeString": "Schema"
2712
2712
  }
2713
2713
  },
@@ -2716,18 +2716,18 @@
2716
2716
  "expression": {
2717
2717
  "argumentTypes": [],
2718
2718
  "expression": {
2719
- "id": 50079,
2719
+ "id": 50098,
2720
2720
  "name": "UsedKeysIndex",
2721
2721
  "nodeType": "Identifier",
2722
2722
  "overloadedDeclarations": [],
2723
- "referencedDeclaration": 59412,
2723
+ "referencedDeclaration": 59431,
2724
2724
  "src": "2923:13:114",
2725
2725
  "typeDescriptions": {
2726
- "typeIdentifier": "t_type$_t_contract$_UsedKeysIndex_$59412_$",
2726
+ "typeIdentifier": "t_type$_t_contract$_UsedKeysIndex_$59431_$",
2727
2727
  "typeString": "type(library UsedKeysIndex)"
2728
2728
  }
2729
2729
  },
2730
- "id": 50080,
2730
+ "id": 50099,
2731
2731
  "isConstant": false,
2732
2732
  "isLValue": false,
2733
2733
  "isPure": false,
@@ -2735,14 +2735,14 @@
2735
2735
  "memberLocation": "2937:14:114",
2736
2736
  "memberName": "getValueSchema",
2737
2737
  "nodeType": "MemberAccess",
2738
- "referencedDeclaration": 57954,
2738
+ "referencedDeclaration": 57973,
2739
2739
  "src": "2923:28:114",
2740
2740
  "typeDescriptions": {
2741
- "typeIdentifier": "t_function_internal_pure$__$returns$_t_userDefinedValueType$_Schema_$36441_$",
2741
+ "typeIdentifier": "t_function_internal_pure$__$returns$_t_userDefinedValueType$_Schema_$36460_$",
2742
2742
  "typeString": "function () pure returns (Schema)"
2743
2743
  }
2744
2744
  },
2745
- "id": 50081,
2745
+ "id": 50100,
2746
2746
  "isConstant": false,
2747
2747
  "isLValue": false,
2748
2748
  "isPure": false,
@@ -2754,7 +2754,7 @@
2754
2754
  "src": "2923:30:114",
2755
2755
  "tryCall": false,
2756
2756
  "typeDescriptions": {
2757
- "typeIdentifier": "t_userDefinedValueType$_Schema_$36441",
2757
+ "typeIdentifier": "t_userDefinedValueType$_Schema_$36460",
2758
2758
  "typeString": "Schema"
2759
2759
  }
2760
2760
  },
@@ -2763,18 +2763,18 @@
2763
2763
  "expression": {
2764
2764
  "argumentTypes": [],
2765
2765
  "expression": {
2766
- "id": 50082,
2766
+ "id": 50101,
2767
2767
  "name": "UsedKeysIndex",
2768
2768
  "nodeType": "Identifier",
2769
2769
  "overloadedDeclarations": [],
2770
- "referencedDeclaration": 59412,
2770
+ "referencedDeclaration": 59431,
2771
2771
  "src": "2967:13:114",
2772
2772
  "typeDescriptions": {
2773
- "typeIdentifier": "t_type$_t_contract$_UsedKeysIndex_$59412_$",
2773
+ "typeIdentifier": "t_type$_t_contract$_UsedKeysIndex_$59431_$",
2774
2774
  "typeString": "type(library UsedKeysIndex)"
2775
2775
  }
2776
2776
  },
2777
- "id": 50083,
2777
+ "id": 50102,
2778
2778
  "isConstant": false,
2779
2779
  "isLValue": false,
2780
2780
  "isPure": false,
@@ -2782,14 +2782,14 @@
2782
2782
  "memberLocation": "2981:11:114",
2783
2783
  "memberName": "getKeyNames",
2784
2784
  "nodeType": "MemberAccess",
2785
- "referencedDeclaration": 57982,
2785
+ "referencedDeclaration": 58001,
2786
2786
  "src": "2967:25:114",
2787
2787
  "typeDescriptions": {
2788
2788
  "typeIdentifier": "t_function_internal_pure$__$returns$_t_array$_t_string_memory_ptr_$dyn_memory_ptr_$",
2789
2789
  "typeString": "function () pure returns (string memory[] memory)"
2790
2790
  }
2791
2791
  },
2792
- "id": 50084,
2792
+ "id": 50103,
2793
2793
  "isConstant": false,
2794
2794
  "isLValue": false,
2795
2795
  "isPure": false,
@@ -2810,18 +2810,18 @@
2810
2810
  "expression": {
2811
2811
  "argumentTypes": [],
2812
2812
  "expression": {
2813
- "id": 50085,
2813
+ "id": 50104,
2814
2814
  "name": "UsedKeysIndex",
2815
2815
  "nodeType": "Identifier",
2816
2816
  "overloadedDeclarations": [],
2817
- "referencedDeclaration": 59412,
2817
+ "referencedDeclaration": 59431,
2818
2818
  "src": "3008:13:114",
2819
2819
  "typeDescriptions": {
2820
- "typeIdentifier": "t_type$_t_contract$_UsedKeysIndex_$59412_$",
2820
+ "typeIdentifier": "t_type$_t_contract$_UsedKeysIndex_$59431_$",
2821
2821
  "typeString": "type(library UsedKeysIndex)"
2822
2822
  }
2823
2823
  },
2824
- "id": 50086,
2824
+ "id": 50105,
2825
2825
  "isConstant": false,
2826
2826
  "isLValue": false,
2827
2827
  "isPure": false,
@@ -2829,14 +2829,14 @@
2829
2829
  "memberLocation": "3022:13:114",
2830
2830
  "memberName": "getFieldNames",
2831
2831
  "nodeType": "MemberAccess",
2832
- "referencedDeclaration": 58010,
2832
+ "referencedDeclaration": 58029,
2833
2833
  "src": "3008:27:114",
2834
2834
  "typeDescriptions": {
2835
2835
  "typeIdentifier": "t_function_internal_pure$__$returns$_t_array$_t_string_memory_ptr_$dyn_memory_ptr_$",
2836
2836
  "typeString": "function () pure returns (string memory[] memory)"
2837
2837
  }
2838
2838
  },
2839
- "id": 50087,
2839
+ "id": 50106,
2840
2840
  "isConstant": false,
2841
2841
  "isLValue": false,
2842
2842
  "isPure": false,
@@ -2853,7 +2853,7 @@
2853
2853
  }
2854
2854
  }
2855
2855
  ],
2856
- "id": 50088,
2856
+ "id": 50107,
2857
2857
  "isConstant": false,
2858
2858
  "isInlineArray": false,
2859
2859
  "isLValue": false,
@@ -2862,7 +2862,7 @@
2862
2862
  "nodeType": "TupleExpression",
2863
2863
  "src": "2789:260:114",
2864
2864
  "typeDescriptions": {
2865
- "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_$",
2865
+ "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_$",
2866
2866
  "typeString": "tuple(ResourceId,FieldLayout,Schema,Schema,string memory[] memory,string memory[] memory)"
2867
2867
  }
2868
2868
  }
@@ -2870,16 +2870,16 @@
2870
2870
  "expression": {
2871
2871
  "argumentTypes": [
2872
2872
  {
2873
- "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$__$",
2873
+ "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$__$",
2874
2874
  "typeString": "function (ResourceId,FieldLayout,Schema,Schema,string memory[] memory,string memory[] memory) external"
2875
2875
  },
2876
2876
  {
2877
- "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_$",
2877
+ "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_$",
2878
2878
  "typeString": "tuple(ResourceId,FieldLayout,Schema,Schema,string memory[] memory,string memory[] memory)"
2879
2879
  }
2880
2880
  ],
2881
2881
  "expression": {
2882
- "id": 50068,
2882
+ "id": 50087,
2883
2883
  "name": "abi",
2884
2884
  "nodeType": "Identifier",
2885
2885
  "overloadedDeclarations": [],
@@ -2890,7 +2890,7 @@
2890
2890
  "typeString": "abi"
2891
2891
  }
2892
2892
  },
2893
- "id": 50069,
2893
+ "id": 50088,
2894
2894
  "isConstant": false,
2895
2895
  "isLValue": false,
2896
2896
  "isPure": true,
@@ -2904,7 +2904,7 @@
2904
2904
  "typeString": "function () pure returns (bytes memory)"
2905
2905
  }
2906
2906
  },
2907
- "id": 50089,
2907
+ "id": 50108,
2908
2908
  "isConstant": false,
2909
2909
  "isLValue": false,
2910
2910
  "isPure": false,
@@ -2931,14 +2931,14 @@
2931
2931
  "expression": {
2932
2932
  "arguments": [
2933
2933
  {
2934
- "id": 50065,
2934
+ "id": 50084,
2935
2935
  "name": "world",
2936
2936
  "nodeType": "Identifier",
2937
2937
  "overloadedDeclarations": [],
2938
- "referencedDeclaration": 50003,
2938
+ "referencedDeclaration": 50022,
2939
2939
  "src": "2703:5:114",
2940
2940
  "typeDescriptions": {
2941
- "typeIdentifier": "t_contract$_IBaseWorld_$49243",
2941
+ "typeIdentifier": "t_contract$_IBaseWorld_$49262",
2942
2942
  "typeString": "contract IBaseWorld"
2943
2943
  }
2944
2944
  }
@@ -2946,11 +2946,11 @@
2946
2946
  "expression": {
2947
2947
  "argumentTypes": [
2948
2948
  {
2949
- "typeIdentifier": "t_contract$_IBaseWorld_$49243",
2949
+ "typeIdentifier": "t_contract$_IBaseWorld_$49262",
2950
2950
  "typeString": "contract IBaseWorld"
2951
2951
  }
2952
2952
  ],
2953
- "id": 50064,
2953
+ "id": 50083,
2954
2954
  "isConstant": false,
2955
2955
  "isLValue": false,
2956
2956
  "isPure": true,
@@ -2962,14 +2962,14 @@
2962
2962
  "typeString": "type(address)"
2963
2963
  },
2964
2964
  "typeName": {
2965
- "id": 50063,
2965
+ "id": 50082,
2966
2966
  "name": "address",
2967
2967
  "nodeType": "ElementaryTypeName",
2968
2968
  "src": "2695:7:114",
2969
2969
  "typeDescriptions": {}
2970
2970
  }
2971
2971
  },
2972
- "id": 50066,
2972
+ "id": 50085,
2973
2973
  "isConstant": false,
2974
2974
  "isLValue": false,
2975
2975
  "isPure": false,
@@ -2985,7 +2985,7 @@
2985
2985
  "typeString": "address"
2986
2986
  }
2987
2987
  },
2988
- "id": 50067,
2988
+ "id": 50086,
2989
2989
  "isConstant": false,
2990
2990
  "isLValue": false,
2991
2991
  "isPure": false,
@@ -2999,7 +2999,7 @@
2999
2999
  "typeString": "function (bytes memory) returns (bool,bytes memory)"
3000
3000
  }
3001
3001
  },
3002
- "id": 50090,
3002
+ "id": 50109,
3003
3003
  "isConstant": false,
3004
3004
  "isLValue": false,
3005
3005
  "isPure": false,
@@ -3021,13 +3021,13 @@
3021
3021
  "typeString": "tuple()"
3022
3022
  }
3023
3023
  },
3024
- "id": 50092,
3024
+ "id": 50111,
3025
3025
  "nodeType": "ExpressionStatement",
3026
3026
  "src": "2671:396:114"
3027
3027
  },
3028
3028
  {
3029
3029
  "condition": {
3030
- "id": 50094,
3030
+ "id": 50113,
3031
3031
  "isConstant": false,
3032
3032
  "isLValue": false,
3033
3033
  "isPure": false,
@@ -3037,11 +3037,11 @@
3037
3037
  "prefix": true,
3038
3038
  "src": "3079:8:114",
3039
3039
  "subExpression": {
3040
- "id": 50093,
3040
+ "id": 50112,
3041
3041
  "name": "success",
3042
3042
  "nodeType": "Identifier",
3043
3043
  "overloadedDeclarations": [],
3044
- "referencedDeclaration": 50010,
3044
+ "referencedDeclaration": 50029,
3045
3045
  "src": "3080:7:114",
3046
3046
  "typeDescriptions": {
3047
3047
  "typeIdentifier": "t_bool",
@@ -3053,18 +3053,18 @@
3053
3053
  "typeString": "bool"
3054
3054
  }
3055
3055
  },
3056
- "id": 50099,
3056
+ "id": 50118,
3057
3057
  "nodeType": "IfStatement",
3058
3058
  "src": "3075:41:114",
3059
3059
  "trueBody": {
3060
3060
  "expression": {
3061
3061
  "arguments": [
3062
3062
  {
3063
- "id": 50096,
3063
+ "id": 50115,
3064
3064
  "name": "returnData",
3065
3065
  "nodeType": "Identifier",
3066
3066
  "overloadedDeclarations": [],
3067
- "referencedDeclaration": 50013,
3067
+ "referencedDeclaration": 50032,
3068
3068
  "src": "3105:10:114",
3069
3069
  "typeDescriptions": {
3070
3070
  "typeIdentifier": "t_bytes_memory_ptr",
@@ -3079,18 +3079,18 @@
3079
3079
  "typeString": "bytes memory"
3080
3080
  }
3081
3081
  ],
3082
- "id": 50095,
3082
+ "id": 50114,
3083
3083
  "name": "revertWithBytes",
3084
3084
  "nodeType": "Identifier",
3085
3085
  "overloadedDeclarations": [],
3086
- "referencedDeclaration": 49373,
3086
+ "referencedDeclaration": 49392,
3087
3087
  "src": "3089:15:114",
3088
3088
  "typeDescriptions": {
3089
3089
  "typeIdentifier": "t_function_internal_pure$_t_bytes_memory_ptr_$returns$__$",
3090
3090
  "typeString": "function (bytes memory) pure"
3091
3091
  }
3092
3092
  },
3093
- "id": 50097,
3093
+ "id": 50116,
3094
3094
  "isConstant": false,
3095
3095
  "isLValue": false,
3096
3096
  "isPure": false,
@@ -3106,14 +3106,14 @@
3106
3106
  "typeString": "tuple()"
3107
3107
  }
3108
3108
  },
3109
- "id": 50098,
3109
+ "id": 50117,
3110
3110
  "nodeType": "ExpressionStatement",
3111
3111
  "src": "3089:27:114"
3112
3112
  }
3113
3113
  },
3114
3114
  {
3115
3115
  "expression": {
3116
- "id": 50120,
3116
+ "id": 50139,
3117
3117
  "isConstant": false,
3118
3118
  "isLValue": false,
3119
3119
  "isPure": false,
@@ -3121,11 +3121,11 @@
3121
3121
  "leftHandSide": {
3122
3122
  "components": [
3123
3123
  {
3124
- "id": 50100,
3124
+ "id": 50119,
3125
3125
  "name": "success",
3126
3126
  "nodeType": "Identifier",
3127
3127
  "overloadedDeclarations": [],
3128
- "referencedDeclaration": 50010,
3128
+ "referencedDeclaration": 50029,
3129
3129
  "src": "3171:7:114",
3130
3130
  "typeDescriptions": {
3131
3131
  "typeIdentifier": "t_bool",
@@ -3133,11 +3133,11 @@
3133
3133
  }
3134
3134
  },
3135
3135
  {
3136
- "id": 50101,
3136
+ "id": 50120,
3137
3137
  "name": "returnData",
3138
3138
  "nodeType": "Identifier",
3139
3139
  "overloadedDeclarations": [],
3140
- "referencedDeclaration": 50013,
3140
+ "referencedDeclaration": 50032,
3141
3141
  "src": "3180:10:114",
3142
3142
  "typeDescriptions": {
3143
3143
  "typeIdentifier": "t_bytes_memory_ptr",
@@ -3145,7 +3145,7 @@
3145
3145
  }
3146
3146
  }
3147
3147
  ],
3148
- "id": 50102,
3148
+ "id": 50121,
3149
3149
  "isConstant": false,
3150
3150
  "isInlineArray": false,
3151
3151
  "isLValue": true,
@@ -3166,18 +3166,18 @@
3166
3166
  "arguments": [
3167
3167
  {
3168
3168
  "expression": {
3169
- "id": 50110,
3169
+ "id": 50129,
3170
3170
  "name": "world",
3171
3171
  "nodeType": "Identifier",
3172
3172
  "overloadedDeclarations": [],
3173
- "referencedDeclaration": 50003,
3173
+ "referencedDeclaration": 50022,
3174
3174
  "src": "3246:5:114",
3175
3175
  "typeDescriptions": {
3176
- "typeIdentifier": "t_contract$_IBaseWorld_$49243",
3176
+ "typeIdentifier": "t_contract$_IBaseWorld_$49262",
3177
3177
  "typeString": "contract IBaseWorld"
3178
3178
  }
3179
3179
  },
3180
- "id": 50111,
3180
+ "id": 50130,
3181
3181
  "isConstant": false,
3182
3182
  "isLValue": false,
3183
3183
  "isPure": false,
@@ -3185,38 +3185,38 @@
3185
3185
  "memberLocation": "3252:11:114",
3186
3186
  "memberName": "grantAccess",
3187
3187
  "nodeType": "MemberAccess",
3188
- "referencedDeclaration": 70936,
3188
+ "referencedDeclaration": 70955,
3189
3189
  "src": "3246:17:114",
3190
3190
  "typeDescriptions": {
3191
- "typeIdentifier": "t_function_external_nonpayable$_t_userDefinedValueType$_ResourceId_$36365_$_t_address_$returns$__$",
3191
+ "typeIdentifier": "t_function_external_nonpayable$_t_userDefinedValueType$_ResourceId_$36384_$_t_address_$returns$__$",
3192
3192
  "typeString": "function (ResourceId,address) external"
3193
3193
  }
3194
3194
  },
3195
3195
  {
3196
3196
  "components": [
3197
3197
  {
3198
- "id": 50112,
3198
+ "id": 50131,
3199
3199
  "name": "KeysInTableTableId",
3200
3200
  "nodeType": "Identifier",
3201
3201
  "overloadedDeclarations": [],
3202
- "referencedDeclaration": 51284,
3202
+ "referencedDeclaration": 51303,
3203
3203
  "src": "3266:18:114",
3204
3204
  "typeDescriptions": {
3205
- "typeIdentifier": "t_userDefinedValueType$_ResourceId_$36365",
3205
+ "typeIdentifier": "t_userDefinedValueType$_ResourceId_$36384",
3206
3206
  "typeString": "ResourceId"
3207
3207
  }
3208
3208
  },
3209
3209
  {
3210
3210
  "arguments": [
3211
3211
  {
3212
- "id": 50115,
3212
+ "id": 50134,
3213
3213
  "name": "hook",
3214
3214
  "nodeType": "Identifier",
3215
3215
  "overloadedDeclarations": [],
3216
- "referencedDeclaration": 49970,
3216
+ "referencedDeclaration": 49989,
3217
3217
  "src": "3294:4:114",
3218
3218
  "typeDescriptions": {
3219
- "typeIdentifier": "t_contract$_KeysInTableHook_$49930",
3219
+ "typeIdentifier": "t_contract$_KeysInTableHook_$49949",
3220
3220
  "typeString": "contract KeysInTableHook"
3221
3221
  }
3222
3222
  }
@@ -3224,11 +3224,11 @@
3224
3224
  "expression": {
3225
3225
  "argumentTypes": [
3226
3226
  {
3227
- "typeIdentifier": "t_contract$_KeysInTableHook_$49930",
3227
+ "typeIdentifier": "t_contract$_KeysInTableHook_$49949",
3228
3228
  "typeString": "contract KeysInTableHook"
3229
3229
  }
3230
3230
  ],
3231
- "id": 50114,
3231
+ "id": 50133,
3232
3232
  "isConstant": false,
3233
3233
  "isLValue": false,
3234
3234
  "isPure": true,
@@ -3240,14 +3240,14 @@
3240
3240
  "typeString": "type(address)"
3241
3241
  },
3242
3242
  "typeName": {
3243
- "id": 50113,
3243
+ "id": 50132,
3244
3244
  "name": "address",
3245
3245
  "nodeType": "ElementaryTypeName",
3246
3246
  "src": "3286:7:114",
3247
3247
  "typeDescriptions": {}
3248
3248
  }
3249
3249
  },
3250
- "id": 50116,
3250
+ "id": 50135,
3251
3251
  "isConstant": false,
3252
3252
  "isLValue": false,
3253
3253
  "isPure": false,
@@ -3264,7 +3264,7 @@
3264
3264
  }
3265
3265
  }
3266
3266
  ],
3267
- "id": 50117,
3267
+ "id": 50136,
3268
3268
  "isConstant": false,
3269
3269
  "isInlineArray": false,
3270
3270
  "isLValue": false,
@@ -3273,7 +3273,7 @@
3273
3273
  "nodeType": "TupleExpression",
3274
3274
  "src": "3265:35:114",
3275
3275
  "typeDescriptions": {
3276
- "typeIdentifier": "t_tuple$_t_userDefinedValueType$_ResourceId_$36365_$_t_address_$",
3276
+ "typeIdentifier": "t_tuple$_t_userDefinedValueType$_ResourceId_$36384_$_t_address_$",
3277
3277
  "typeString": "tuple(ResourceId,address)"
3278
3278
  }
3279
3279
  }
@@ -3281,16 +3281,16 @@
3281
3281
  "expression": {
3282
3282
  "argumentTypes": [
3283
3283
  {
3284
- "typeIdentifier": "t_function_external_nonpayable$_t_userDefinedValueType$_ResourceId_$36365_$_t_address_$returns$__$",
3284
+ "typeIdentifier": "t_function_external_nonpayable$_t_userDefinedValueType$_ResourceId_$36384_$_t_address_$returns$__$",
3285
3285
  "typeString": "function (ResourceId,address) external"
3286
3286
  },
3287
3287
  {
3288
- "typeIdentifier": "t_tuple$_t_userDefinedValueType$_ResourceId_$36365_$_t_address_$",
3288
+ "typeIdentifier": "t_tuple$_t_userDefinedValueType$_ResourceId_$36384_$_t_address_$",
3289
3289
  "typeString": "tuple(ResourceId,address)"
3290
3290
  }
3291
3291
  ],
3292
3292
  "expression": {
3293
- "id": 50108,
3293
+ "id": 50127,
3294
3294
  "name": "abi",
3295
3295
  "nodeType": "Identifier",
3296
3296
  "overloadedDeclarations": [],
@@ -3301,7 +3301,7 @@
3301
3301
  "typeString": "abi"
3302
3302
  }
3303
3303
  },
3304
- "id": 50109,
3304
+ "id": 50128,
3305
3305
  "isConstant": false,
3306
3306
  "isLValue": false,
3307
3307
  "isPure": true,
@@ -3315,7 +3315,7 @@
3315
3315
  "typeString": "function () pure returns (bytes memory)"
3316
3316
  }
3317
3317
  },
3318
- "id": 50118,
3318
+ "id": 50137,
3319
3319
  "isConstant": false,
3320
3320
  "isLValue": false,
3321
3321
  "isPure": false,
@@ -3342,14 +3342,14 @@
3342
3342
  "expression": {
3343
3343
  "arguments": [
3344
3344
  {
3345
- "id": 50105,
3345
+ "id": 50124,
3346
3346
  "name": "world",
3347
3347
  "nodeType": "Identifier",
3348
3348
  "overloadedDeclarations": [],
3349
- "referencedDeclaration": 50003,
3349
+ "referencedDeclaration": 50022,
3350
3350
  "src": "3202:5:114",
3351
3351
  "typeDescriptions": {
3352
- "typeIdentifier": "t_contract$_IBaseWorld_$49243",
3352
+ "typeIdentifier": "t_contract$_IBaseWorld_$49262",
3353
3353
  "typeString": "contract IBaseWorld"
3354
3354
  }
3355
3355
  }
@@ -3357,11 +3357,11 @@
3357
3357
  "expression": {
3358
3358
  "argumentTypes": [
3359
3359
  {
3360
- "typeIdentifier": "t_contract$_IBaseWorld_$49243",
3360
+ "typeIdentifier": "t_contract$_IBaseWorld_$49262",
3361
3361
  "typeString": "contract IBaseWorld"
3362
3362
  }
3363
3363
  ],
3364
- "id": 50104,
3364
+ "id": 50123,
3365
3365
  "isConstant": false,
3366
3366
  "isLValue": false,
3367
3367
  "isPure": true,
@@ -3373,14 +3373,14 @@
3373
3373
  "typeString": "type(address)"
3374
3374
  },
3375
3375
  "typeName": {
3376
- "id": 50103,
3376
+ "id": 50122,
3377
3377
  "name": "address",
3378
3378
  "nodeType": "ElementaryTypeName",
3379
3379
  "src": "3194:7:114",
3380
3380
  "typeDescriptions": {}
3381
3381
  }
3382
3382
  },
3383
- "id": 50106,
3383
+ "id": 50125,
3384
3384
  "isConstant": false,
3385
3385
  "isLValue": false,
3386
3386
  "isPure": false,
@@ -3396,7 +3396,7 @@
3396
3396
  "typeString": "address"
3397
3397
  }
3398
3398
  },
3399
- "id": 50107,
3399
+ "id": 50126,
3400
3400
  "isConstant": false,
3401
3401
  "isLValue": false,
3402
3402
  "isPure": false,
@@ -3410,7 +3410,7 @@
3410
3410
  "typeString": "function (bytes memory) returns (bool,bytes memory)"
3411
3411
  }
3412
3412
  },
3413
- "id": 50119,
3413
+ "id": 50138,
3414
3414
  "isConstant": false,
3415
3415
  "isLValue": false,
3416
3416
  "isPure": false,
@@ -3432,13 +3432,13 @@
3432
3432
  "typeString": "tuple()"
3433
3433
  }
3434
3434
  },
3435
- "id": 50121,
3435
+ "id": 50140,
3436
3436
  "nodeType": "ExpressionStatement",
3437
3437
  "src": "3170:139:114"
3438
3438
  },
3439
3439
  {
3440
3440
  "condition": {
3441
- "id": 50123,
3441
+ "id": 50142,
3442
3442
  "isConstant": false,
3443
3443
  "isLValue": false,
3444
3444
  "isPure": false,
@@ -3448,11 +3448,11 @@
3448
3448
  "prefix": true,
3449
3449
  "src": "3321:8:114",
3450
3450
  "subExpression": {
3451
- "id": 50122,
3451
+ "id": 50141,
3452
3452
  "name": "success",
3453
3453
  "nodeType": "Identifier",
3454
3454
  "overloadedDeclarations": [],
3455
- "referencedDeclaration": 50010,
3455
+ "referencedDeclaration": 50029,
3456
3456
  "src": "3322:7:114",
3457
3457
  "typeDescriptions": {
3458
3458
  "typeIdentifier": "t_bool",
@@ -3464,18 +3464,18 @@
3464
3464
  "typeString": "bool"
3465
3465
  }
3466
3466
  },
3467
- "id": 50128,
3467
+ "id": 50147,
3468
3468
  "nodeType": "IfStatement",
3469
3469
  "src": "3317:41:114",
3470
3470
  "trueBody": {
3471
3471
  "expression": {
3472
3472
  "arguments": [
3473
3473
  {
3474
- "id": 50125,
3474
+ "id": 50144,
3475
3475
  "name": "returnData",
3476
3476
  "nodeType": "Identifier",
3477
3477
  "overloadedDeclarations": [],
3478
- "referencedDeclaration": 50013,
3478
+ "referencedDeclaration": 50032,
3479
3479
  "src": "3347:10:114",
3480
3480
  "typeDescriptions": {
3481
3481
  "typeIdentifier": "t_bytes_memory_ptr",
@@ -3490,18 +3490,18 @@
3490
3490
  "typeString": "bytes memory"
3491
3491
  }
3492
3492
  ],
3493
- "id": 50124,
3493
+ "id": 50143,
3494
3494
  "name": "revertWithBytes",
3495
3495
  "nodeType": "Identifier",
3496
3496
  "overloadedDeclarations": [],
3497
- "referencedDeclaration": 49373,
3497
+ "referencedDeclaration": 49392,
3498
3498
  "src": "3331:15:114",
3499
3499
  "typeDescriptions": {
3500
3500
  "typeIdentifier": "t_function_internal_pure$_t_bytes_memory_ptr_$returns$__$",
3501
3501
  "typeString": "function (bytes memory) pure"
3502
3502
  }
3503
3503
  },
3504
- "id": 50126,
3504
+ "id": 50145,
3505
3505
  "isConstant": false,
3506
3506
  "isLValue": false,
3507
3507
  "isPure": false,
@@ -3517,14 +3517,14 @@
3517
3517
  "typeString": "tuple()"
3518
3518
  }
3519
3519
  },
3520
- "id": 50127,
3520
+ "id": 50146,
3521
3521
  "nodeType": "ExpressionStatement",
3522
3522
  "src": "3331:27:114"
3523
3523
  }
3524
3524
  },
3525
3525
  {
3526
3526
  "expression": {
3527
- "id": 50149,
3527
+ "id": 50168,
3528
3528
  "isConstant": false,
3529
3529
  "isLValue": false,
3530
3530
  "isPure": false,
@@ -3532,11 +3532,11 @@
3532
3532
  "leftHandSide": {
3533
3533
  "components": [
3534
3534
  {
3535
- "id": 50129,
3535
+ "id": 50148,
3536
3536
  "name": "success",
3537
3537
  "nodeType": "Identifier",
3538
3538
  "overloadedDeclarations": [],
3539
- "referencedDeclaration": 50010,
3539
+ "referencedDeclaration": 50029,
3540
3540
  "src": "3368:7:114",
3541
3541
  "typeDescriptions": {
3542
3542
  "typeIdentifier": "t_bool",
@@ -3544,11 +3544,11 @@
3544
3544
  }
3545
3545
  },
3546
3546
  {
3547
- "id": 50130,
3547
+ "id": 50149,
3548
3548
  "name": "returnData",
3549
3549
  "nodeType": "Identifier",
3550
3550
  "overloadedDeclarations": [],
3551
- "referencedDeclaration": 50013,
3551
+ "referencedDeclaration": 50032,
3552
3552
  "src": "3377:10:114",
3553
3553
  "typeDescriptions": {
3554
3554
  "typeIdentifier": "t_bytes_memory_ptr",
@@ -3556,7 +3556,7 @@
3556
3556
  }
3557
3557
  }
3558
3558
  ],
3559
- "id": 50131,
3559
+ "id": 50150,
3560
3560
  "isConstant": false,
3561
3561
  "isInlineArray": false,
3562
3562
  "isLValue": true,
@@ -3577,18 +3577,18 @@
3577
3577
  "arguments": [
3578
3578
  {
3579
3579
  "expression": {
3580
- "id": 50139,
3580
+ "id": 50158,
3581
3581
  "name": "world",
3582
3582
  "nodeType": "Identifier",
3583
3583
  "overloadedDeclarations": [],
3584
- "referencedDeclaration": 50003,
3584
+ "referencedDeclaration": 50022,
3585
3585
  "src": "3443:5:114",
3586
3586
  "typeDescriptions": {
3587
- "typeIdentifier": "t_contract$_IBaseWorld_$49243",
3587
+ "typeIdentifier": "t_contract$_IBaseWorld_$49262",
3588
3588
  "typeString": "contract IBaseWorld"
3589
3589
  }
3590
3590
  },
3591
- "id": 50140,
3591
+ "id": 50159,
3592
3592
  "isConstant": false,
3593
3593
  "isLValue": false,
3594
3594
  "isPure": false,
@@ -3596,38 +3596,38 @@
3596
3596
  "memberLocation": "3449:11:114",
3597
3597
  "memberName": "grantAccess",
3598
3598
  "nodeType": "MemberAccess",
3599
- "referencedDeclaration": 70936,
3599
+ "referencedDeclaration": 70955,
3600
3600
  "src": "3443:17:114",
3601
3601
  "typeDescriptions": {
3602
- "typeIdentifier": "t_function_external_nonpayable$_t_userDefinedValueType$_ResourceId_$36365_$_t_address_$returns$__$",
3602
+ "typeIdentifier": "t_function_external_nonpayable$_t_userDefinedValueType$_ResourceId_$36384_$_t_address_$returns$__$",
3603
3603
  "typeString": "function (ResourceId,address) external"
3604
3604
  }
3605
3605
  },
3606
3606
  {
3607
3607
  "components": [
3608
3608
  {
3609
- "id": 50141,
3609
+ "id": 50160,
3610
3610
  "name": "UsedKeysIndexTableId",
3611
3611
  "nodeType": "Identifier",
3612
3612
  "overloadedDeclarations": [],
3613
- "referencedDeclaration": 57859,
3613
+ "referencedDeclaration": 57878,
3614
3614
  "src": "3463:20:114",
3615
3615
  "typeDescriptions": {
3616
- "typeIdentifier": "t_userDefinedValueType$_ResourceId_$36365",
3616
+ "typeIdentifier": "t_userDefinedValueType$_ResourceId_$36384",
3617
3617
  "typeString": "ResourceId"
3618
3618
  }
3619
3619
  },
3620
3620
  {
3621
3621
  "arguments": [
3622
3622
  {
3623
- "id": 50144,
3623
+ "id": 50163,
3624
3624
  "name": "hook",
3625
3625
  "nodeType": "Identifier",
3626
3626
  "overloadedDeclarations": [],
3627
- "referencedDeclaration": 49970,
3627
+ "referencedDeclaration": 49989,
3628
3628
  "src": "3493:4:114",
3629
3629
  "typeDescriptions": {
3630
- "typeIdentifier": "t_contract$_KeysInTableHook_$49930",
3630
+ "typeIdentifier": "t_contract$_KeysInTableHook_$49949",
3631
3631
  "typeString": "contract KeysInTableHook"
3632
3632
  }
3633
3633
  }
@@ -3635,11 +3635,11 @@
3635
3635
  "expression": {
3636
3636
  "argumentTypes": [
3637
3637
  {
3638
- "typeIdentifier": "t_contract$_KeysInTableHook_$49930",
3638
+ "typeIdentifier": "t_contract$_KeysInTableHook_$49949",
3639
3639
  "typeString": "contract KeysInTableHook"
3640
3640
  }
3641
3641
  ],
3642
- "id": 50143,
3642
+ "id": 50162,
3643
3643
  "isConstant": false,
3644
3644
  "isLValue": false,
3645
3645
  "isPure": true,
@@ -3651,14 +3651,14 @@
3651
3651
  "typeString": "type(address)"
3652
3652
  },
3653
3653
  "typeName": {
3654
- "id": 50142,
3654
+ "id": 50161,
3655
3655
  "name": "address",
3656
3656
  "nodeType": "ElementaryTypeName",
3657
3657
  "src": "3485:7:114",
3658
3658
  "typeDescriptions": {}
3659
3659
  }
3660
3660
  },
3661
- "id": 50145,
3661
+ "id": 50164,
3662
3662
  "isConstant": false,
3663
3663
  "isLValue": false,
3664
3664
  "isPure": false,
@@ -3675,7 +3675,7 @@
3675
3675
  }
3676
3676
  }
3677
3677
  ],
3678
- "id": 50146,
3678
+ "id": 50165,
3679
3679
  "isConstant": false,
3680
3680
  "isInlineArray": false,
3681
3681
  "isLValue": false,
@@ -3684,7 +3684,7 @@
3684
3684
  "nodeType": "TupleExpression",
3685
3685
  "src": "3462:37:114",
3686
3686
  "typeDescriptions": {
3687
- "typeIdentifier": "t_tuple$_t_userDefinedValueType$_ResourceId_$36365_$_t_address_$",
3687
+ "typeIdentifier": "t_tuple$_t_userDefinedValueType$_ResourceId_$36384_$_t_address_$",
3688
3688
  "typeString": "tuple(ResourceId,address)"
3689
3689
  }
3690
3690
  }
@@ -3692,16 +3692,16 @@
3692
3692
  "expression": {
3693
3693
  "argumentTypes": [
3694
3694
  {
3695
- "typeIdentifier": "t_function_external_nonpayable$_t_userDefinedValueType$_ResourceId_$36365_$_t_address_$returns$__$",
3695
+ "typeIdentifier": "t_function_external_nonpayable$_t_userDefinedValueType$_ResourceId_$36384_$_t_address_$returns$__$",
3696
3696
  "typeString": "function (ResourceId,address) external"
3697
3697
  },
3698
3698
  {
3699
- "typeIdentifier": "t_tuple$_t_userDefinedValueType$_ResourceId_$36365_$_t_address_$",
3699
+ "typeIdentifier": "t_tuple$_t_userDefinedValueType$_ResourceId_$36384_$_t_address_$",
3700
3700
  "typeString": "tuple(ResourceId,address)"
3701
3701
  }
3702
3702
  ],
3703
3703
  "expression": {
3704
- "id": 50137,
3704
+ "id": 50156,
3705
3705
  "name": "abi",
3706
3706
  "nodeType": "Identifier",
3707
3707
  "overloadedDeclarations": [],
@@ -3712,7 +3712,7 @@
3712
3712
  "typeString": "abi"
3713
3713
  }
3714
3714
  },
3715
- "id": 50138,
3715
+ "id": 50157,
3716
3716
  "isConstant": false,
3717
3717
  "isLValue": false,
3718
3718
  "isPure": true,
@@ -3726,7 +3726,7 @@
3726
3726
  "typeString": "function () pure returns (bytes memory)"
3727
3727
  }
3728
3728
  },
3729
- "id": 50147,
3729
+ "id": 50166,
3730
3730
  "isConstant": false,
3731
3731
  "isLValue": false,
3732
3732
  "isPure": false,
@@ -3753,14 +3753,14 @@
3753
3753
  "expression": {
3754
3754
  "arguments": [
3755
3755
  {
3756
- "id": 50134,
3756
+ "id": 50153,
3757
3757
  "name": "world",
3758
3758
  "nodeType": "Identifier",
3759
3759
  "overloadedDeclarations": [],
3760
- "referencedDeclaration": 50003,
3760
+ "referencedDeclaration": 50022,
3761
3761
  "src": "3399:5:114",
3762
3762
  "typeDescriptions": {
3763
- "typeIdentifier": "t_contract$_IBaseWorld_$49243",
3763
+ "typeIdentifier": "t_contract$_IBaseWorld_$49262",
3764
3764
  "typeString": "contract IBaseWorld"
3765
3765
  }
3766
3766
  }
@@ -3768,11 +3768,11 @@
3768
3768
  "expression": {
3769
3769
  "argumentTypes": [
3770
3770
  {
3771
- "typeIdentifier": "t_contract$_IBaseWorld_$49243",
3771
+ "typeIdentifier": "t_contract$_IBaseWorld_$49262",
3772
3772
  "typeString": "contract IBaseWorld"
3773
3773
  }
3774
3774
  ],
3775
- "id": 50133,
3775
+ "id": 50152,
3776
3776
  "isConstant": false,
3777
3777
  "isLValue": false,
3778
3778
  "isPure": true,
@@ -3784,14 +3784,14 @@
3784
3784
  "typeString": "type(address)"
3785
3785
  },
3786
3786
  "typeName": {
3787
- "id": 50132,
3787
+ "id": 50151,
3788
3788
  "name": "address",
3789
3789
  "nodeType": "ElementaryTypeName",
3790
3790
  "src": "3391:7:114",
3791
3791
  "typeDescriptions": {}
3792
3792
  }
3793
3793
  },
3794
- "id": 50135,
3794
+ "id": 50154,
3795
3795
  "isConstant": false,
3796
3796
  "isLValue": false,
3797
3797
  "isPure": false,
@@ -3807,7 +3807,7 @@
3807
3807
  "typeString": "address"
3808
3808
  }
3809
3809
  },
3810
- "id": 50136,
3810
+ "id": 50155,
3811
3811
  "isConstant": false,
3812
3812
  "isLValue": false,
3813
3813
  "isPure": false,
@@ -3821,7 +3821,7 @@
3821
3821
  "typeString": "function (bytes memory) returns (bool,bytes memory)"
3822
3822
  }
3823
3823
  },
3824
- "id": 50148,
3824
+ "id": 50167,
3825
3825
  "isConstant": false,
3826
3826
  "isLValue": false,
3827
3827
  "isPure": false,
@@ -3843,13 +3843,13 @@
3843
3843
  "typeString": "tuple()"
3844
3844
  }
3845
3845
  },
3846
- "id": 50150,
3846
+ "id": 50169,
3847
3847
  "nodeType": "ExpressionStatement",
3848
3848
  "src": "3367:141:114"
3849
3849
  },
3850
3850
  {
3851
3851
  "condition": {
3852
- "id": 50152,
3852
+ "id": 50171,
3853
3853
  "isConstant": false,
3854
3854
  "isLValue": false,
3855
3855
  "isPure": false,
@@ -3859,11 +3859,11 @@
3859
3859
  "prefix": true,
3860
3860
  "src": "3520:8:114",
3861
3861
  "subExpression": {
3862
- "id": 50151,
3862
+ "id": 50170,
3863
3863
  "name": "success",
3864
3864
  "nodeType": "Identifier",
3865
3865
  "overloadedDeclarations": [],
3866
- "referencedDeclaration": 50010,
3866
+ "referencedDeclaration": 50029,
3867
3867
  "src": "3521:7:114",
3868
3868
  "typeDescriptions": {
3869
3869
  "typeIdentifier": "t_bool",
@@ -3875,18 +3875,18 @@
3875
3875
  "typeString": "bool"
3876
3876
  }
3877
3877
  },
3878
- "id": 50157,
3878
+ "id": 50176,
3879
3879
  "nodeType": "IfStatement",
3880
3880
  "src": "3516:41:114",
3881
3881
  "trueBody": {
3882
3882
  "expression": {
3883
3883
  "arguments": [
3884
3884
  {
3885
- "id": 50154,
3885
+ "id": 50173,
3886
3886
  "name": "returnData",
3887
3887
  "nodeType": "Identifier",
3888
3888
  "overloadedDeclarations": [],
3889
- "referencedDeclaration": 50013,
3889
+ "referencedDeclaration": 50032,
3890
3890
  "src": "3546:10:114",
3891
3891
  "typeDescriptions": {
3892
3892
  "typeIdentifier": "t_bytes_memory_ptr",
@@ -3901,18 +3901,18 @@
3901
3901
  "typeString": "bytes memory"
3902
3902
  }
3903
3903
  ],
3904
- "id": 50153,
3904
+ "id": 50172,
3905
3905
  "name": "revertWithBytes",
3906
3906
  "nodeType": "Identifier",
3907
3907
  "overloadedDeclarations": [],
3908
- "referencedDeclaration": 49373,
3908
+ "referencedDeclaration": 49392,
3909
3909
  "src": "3530:15:114",
3910
3910
  "typeDescriptions": {
3911
3911
  "typeIdentifier": "t_function_internal_pure$_t_bytes_memory_ptr_$returns$__$",
3912
3912
  "typeString": "function (bytes memory) pure"
3913
3913
  }
3914
3914
  },
3915
- "id": 50155,
3915
+ "id": 50174,
3916
3916
  "isConstant": false,
3917
3917
  "isLValue": false,
3918
3918
  "isPure": false,
@@ -3928,7 +3928,7 @@
3928
3928
  "typeString": "tuple()"
3929
3929
  }
3930
3930
  },
3931
- "id": 50156,
3931
+ "id": 50175,
3932
3932
  "nodeType": "ExpressionStatement",
3933
3933
  "src": "3530:27:114"
3934
3934
  }
@@ -3938,7 +3938,7 @@
3938
3938
  },
3939
3939
  {
3940
3940
  "expression": {
3941
- "id": 50184,
3941
+ "id": 50203,
3942
3942
  "isConstant": false,
3943
3943
  "isLValue": false,
3944
3944
  "isPure": false,
@@ -3946,11 +3946,11 @@
3946
3946
  "leftHandSide": {
3947
3947
  "components": [
3948
3948
  {
3949
- "id": 50160,
3949
+ "id": 50179,
3950
3950
  "name": "success",
3951
3951
  "nodeType": "Identifier",
3952
3952
  "overloadedDeclarations": [],
3953
- "referencedDeclaration": 50010,
3953
+ "referencedDeclaration": 50029,
3954
3954
  "src": "3649:7:114",
3955
3955
  "typeDescriptions": {
3956
3956
  "typeIdentifier": "t_bool",
@@ -3958,11 +3958,11 @@
3958
3958
  }
3959
3959
  },
3960
3960
  {
3961
- "id": 50161,
3961
+ "id": 50180,
3962
3962
  "name": "returnData",
3963
3963
  "nodeType": "Identifier",
3964
3964
  "overloadedDeclarations": [],
3965
- "referencedDeclaration": 50013,
3965
+ "referencedDeclaration": 50032,
3966
3966
  "src": "3658:10:114",
3967
3967
  "typeDescriptions": {
3968
3968
  "typeIdentifier": "t_bytes_memory_ptr",
@@ -3970,7 +3970,7 @@
3970
3970
  }
3971
3971
  }
3972
3972
  ],
3973
- "id": 50162,
3973
+ "id": 50181,
3974
3974
  "isConstant": false,
3975
3975
  "isInlineArray": false,
3976
3976
  "isLValue": true,
@@ -3991,18 +3991,18 @@
3991
3991
  "arguments": [
3992
3992
  {
3993
3993
  "expression": {
3994
- "id": 50170,
3994
+ "id": 50189,
3995
3995
  "name": "world",
3996
3996
  "nodeType": "Identifier",
3997
3997
  "overloadedDeclarations": [],
3998
- "referencedDeclaration": 50003,
3998
+ "referencedDeclaration": 50022,
3999
3999
  "src": "3731:5:114",
4000
4000
  "typeDescriptions": {
4001
- "typeIdentifier": "t_contract$_IBaseWorld_$49243",
4001
+ "typeIdentifier": "t_contract$_IBaseWorld_$49262",
4002
4002
  "typeString": "contract IBaseWorld"
4003
4003
  }
4004
4004
  },
4005
- "id": 50171,
4005
+ "id": 50190,
4006
4006
  "isConstant": false,
4007
4007
  "isLValue": false,
4008
4008
  "isPure": false,
@@ -4010,36 +4010,36 @@
4010
4010
  "memberLocation": "3737:17:114",
4011
4011
  "memberName": "registerStoreHook",
4012
4012
  "nodeType": "MemberAccess",
4013
- "referencedDeclaration": 35667,
4013
+ "referencedDeclaration": 35686,
4014
4014
  "src": "3731:23:114",
4015
4015
  "typeDescriptions": {
4016
- "typeIdentifier": "t_function_external_nonpayable$_t_userDefinedValueType$_ResourceId_$36365_$_t_contract$_IStoreHook_$67830_$_t_uint8_$returns$__$",
4016
+ "typeIdentifier": "t_function_external_nonpayable$_t_userDefinedValueType$_ResourceId_$36384_$_t_contract$_IStoreHook_$67849_$_t_uint8_$returns$__$",
4017
4017
  "typeString": "function (ResourceId,contract IStoreHook,uint8) external"
4018
4018
  }
4019
4019
  },
4020
4020
  {
4021
4021
  "components": [
4022
4022
  {
4023
- "id": 50172,
4023
+ "id": 50191,
4024
4024
  "name": "sourceTableId",
4025
4025
  "nodeType": "Identifier",
4026
4026
  "overloadedDeclarations": [],
4027
- "referencedDeclaration": 49989,
4027
+ "referencedDeclaration": 50008,
4028
4028
  "src": "3776:13:114",
4029
4029
  "typeDescriptions": {
4030
- "typeIdentifier": "t_userDefinedValueType$_ResourceId_$36365",
4030
+ "typeIdentifier": "t_userDefinedValueType$_ResourceId_$36384",
4031
4031
  "typeString": "ResourceId"
4032
4032
  }
4033
4033
  },
4034
4034
  {
4035
- "id": 50173,
4035
+ "id": 50192,
4036
4036
  "name": "hook",
4037
4037
  "nodeType": "Identifier",
4038
4038
  "overloadedDeclarations": [],
4039
- "referencedDeclaration": 49970,
4039
+ "referencedDeclaration": 49989,
4040
4040
  "src": "3801:4:114",
4041
4041
  "typeDescriptions": {
4042
- "typeIdentifier": "t_contract$_KeysInTableHook_$49930",
4042
+ "typeIdentifier": "t_contract$_KeysInTableHook_$49949",
4043
4043
  "typeString": "contract KeysInTableHook"
4044
4044
  }
4045
4045
  },
@@ -4048,7 +4048,7 @@
4048
4048
  "typeIdentifier": "t_uint8",
4049
4049
  "typeString": "uint8"
4050
4050
  },
4051
- "id": 50180,
4051
+ "id": 50199,
4052
4052
  "isConstant": false,
4053
4053
  "isLValue": false,
4054
4054
  "isPure": true,
@@ -4058,7 +4058,7 @@
4058
4058
  "typeIdentifier": "t_uint8",
4059
4059
  "typeString": "uint8"
4060
4060
  },
4061
- "id": 50178,
4061
+ "id": 50197,
4062
4062
  "isConstant": false,
4063
4063
  "isLValue": false,
4064
4064
  "isPure": true,
@@ -4068,17 +4068,17 @@
4068
4068
  "typeIdentifier": "t_uint8",
4069
4069
  "typeString": "uint8"
4070
4070
  },
4071
- "id": 50176,
4071
+ "id": 50195,
4072
4072
  "isConstant": false,
4073
4073
  "isLValue": false,
4074
4074
  "isPure": true,
4075
4075
  "lValueRequested": false,
4076
4076
  "leftExpression": {
4077
- "id": 50174,
4077
+ "id": 50193,
4078
4078
  "name": "BEFORE_SET_RECORD",
4079
4079
  "nodeType": "Identifier",
4080
4080
  "overloadedDeclarations": [],
4081
- "referencedDeclaration": 46287,
4081
+ "referencedDeclaration": 46306,
4082
4082
  "src": "3817:17:114",
4083
4083
  "typeDescriptions": {
4084
4084
  "typeIdentifier": "t_uint8",
@@ -4088,11 +4088,11 @@
4088
4088
  "nodeType": "BinaryOperation",
4089
4089
  "operator": "|",
4090
4090
  "rightExpression": {
4091
- "id": 50175,
4091
+ "id": 50194,
4092
4092
  "name": "AFTER_SPLICE_STATIC_DATA",
4093
4093
  "nodeType": "Identifier",
4094
4094
  "overloadedDeclarations": [],
4095
- "referencedDeclaration": 46302,
4095
+ "referencedDeclaration": 46321,
4096
4096
  "src": "3837:24:114",
4097
4097
  "typeDescriptions": {
4098
4098
  "typeIdentifier": "t_uint8",
@@ -4108,11 +4108,11 @@
4108
4108
  "nodeType": "BinaryOperation",
4109
4109
  "operator": "|",
4110
4110
  "rightExpression": {
4111
- "id": 50177,
4111
+ "id": 50196,
4112
4112
  "name": "AFTER_SPLICE_DYNAMIC_DATA",
4113
4113
  "nodeType": "Identifier",
4114
4114
  "overloadedDeclarations": [],
4115
- "referencedDeclaration": 46312,
4115
+ "referencedDeclaration": 46331,
4116
4116
  "src": "3864:25:114",
4117
4117
  "typeDescriptions": {
4118
4118
  "typeIdentifier": "t_uint8",
@@ -4128,11 +4128,11 @@
4128
4128
  "nodeType": "BinaryOperation",
4129
4129
  "operator": "|",
4130
4130
  "rightExpression": {
4131
- "id": 50179,
4131
+ "id": 50198,
4132
4132
  "name": "BEFORE_DELETE_RECORD",
4133
4133
  "nodeType": "Identifier",
4134
4134
  "overloadedDeclarations": [],
4135
- "referencedDeclaration": 46317,
4135
+ "referencedDeclaration": 46336,
4136
4136
  "src": "3892:20:114",
4137
4137
  "typeDescriptions": {
4138
4138
  "typeIdentifier": "t_uint8",
@@ -4146,7 +4146,7 @@
4146
4146
  }
4147
4147
  }
4148
4148
  ],
4149
- "id": 50181,
4149
+ "id": 50200,
4150
4150
  "isConstant": false,
4151
4151
  "isInlineArray": false,
4152
4152
  "isLValue": false,
@@ -4155,7 +4155,7 @@
4155
4155
  "nodeType": "TupleExpression",
4156
4156
  "src": "3764:158:114",
4157
4157
  "typeDescriptions": {
4158
- "typeIdentifier": "t_tuple$_t_userDefinedValueType$_ResourceId_$36365_$_t_contract$_KeysInTableHook_$49930_$_t_uint8_$",
4158
+ "typeIdentifier": "t_tuple$_t_userDefinedValueType$_ResourceId_$36384_$_t_contract$_KeysInTableHook_$49949_$_t_uint8_$",
4159
4159
  "typeString": "tuple(ResourceId,contract KeysInTableHook,uint8)"
4160
4160
  }
4161
4161
  }
@@ -4163,16 +4163,16 @@
4163
4163
  "expression": {
4164
4164
  "argumentTypes": [
4165
4165
  {
4166
- "typeIdentifier": "t_function_external_nonpayable$_t_userDefinedValueType$_ResourceId_$36365_$_t_contract$_IStoreHook_$67830_$_t_uint8_$returns$__$",
4166
+ "typeIdentifier": "t_function_external_nonpayable$_t_userDefinedValueType$_ResourceId_$36384_$_t_contract$_IStoreHook_$67849_$_t_uint8_$returns$__$",
4167
4167
  "typeString": "function (ResourceId,contract IStoreHook,uint8) external"
4168
4168
  },
4169
4169
  {
4170
- "typeIdentifier": "t_tuple$_t_userDefinedValueType$_ResourceId_$36365_$_t_contract$_KeysInTableHook_$49930_$_t_uint8_$",
4170
+ "typeIdentifier": "t_tuple$_t_userDefinedValueType$_ResourceId_$36384_$_t_contract$_KeysInTableHook_$49949_$_t_uint8_$",
4171
4171
  "typeString": "tuple(ResourceId,contract KeysInTableHook,uint8)"
4172
4172
  }
4173
4173
  ],
4174
4174
  "expression": {
4175
- "id": 50168,
4175
+ "id": 50187,
4176
4176
  "name": "abi",
4177
4177
  "nodeType": "Identifier",
4178
4178
  "overloadedDeclarations": [],
@@ -4183,7 +4183,7 @@
4183
4183
  "typeString": "abi"
4184
4184
  }
4185
4185
  },
4186
- "id": 50169,
4186
+ "id": 50188,
4187
4187
  "isConstant": false,
4188
4188
  "isLValue": false,
4189
4189
  "isPure": true,
@@ -4197,7 +4197,7 @@
4197
4197
  "typeString": "function () pure returns (bytes memory)"
4198
4198
  }
4199
4199
  },
4200
- "id": 50182,
4200
+ "id": 50201,
4201
4201
  "isConstant": false,
4202
4202
  "isLValue": false,
4203
4203
  "isPure": false,
@@ -4224,14 +4224,14 @@
4224
4224
  "expression": {
4225
4225
  "arguments": [
4226
4226
  {
4227
- "id": 50165,
4227
+ "id": 50184,
4228
4228
  "name": "world",
4229
4229
  "nodeType": "Identifier",
4230
4230
  "overloadedDeclarations": [],
4231
- "referencedDeclaration": 50003,
4231
+ "referencedDeclaration": 50022,
4232
4232
  "src": "3680:5:114",
4233
4233
  "typeDescriptions": {
4234
- "typeIdentifier": "t_contract$_IBaseWorld_$49243",
4234
+ "typeIdentifier": "t_contract$_IBaseWorld_$49262",
4235
4235
  "typeString": "contract IBaseWorld"
4236
4236
  }
4237
4237
  }
@@ -4239,11 +4239,11 @@
4239
4239
  "expression": {
4240
4240
  "argumentTypes": [
4241
4241
  {
4242
- "typeIdentifier": "t_contract$_IBaseWorld_$49243",
4242
+ "typeIdentifier": "t_contract$_IBaseWorld_$49262",
4243
4243
  "typeString": "contract IBaseWorld"
4244
4244
  }
4245
4245
  ],
4246
- "id": 50164,
4246
+ "id": 50183,
4247
4247
  "isConstant": false,
4248
4248
  "isLValue": false,
4249
4249
  "isPure": true,
@@ -4255,14 +4255,14 @@
4255
4255
  "typeString": "type(address)"
4256
4256
  },
4257
4257
  "typeName": {
4258
- "id": 50163,
4258
+ "id": 50182,
4259
4259
  "name": "address",
4260
4260
  "nodeType": "ElementaryTypeName",
4261
4261
  "src": "3672:7:114",
4262
4262
  "typeDescriptions": {}
4263
4263
  }
4264
4264
  },
4265
- "id": 50166,
4265
+ "id": 50185,
4266
4266
  "isConstant": false,
4267
4267
  "isLValue": false,
4268
4268
  "isPure": false,
@@ -4278,7 +4278,7 @@
4278
4278
  "typeString": "address"
4279
4279
  }
4280
4280
  },
4281
- "id": 50167,
4281
+ "id": 50186,
4282
4282
  "isConstant": false,
4283
4283
  "isLValue": false,
4284
4284
  "isPure": false,
@@ -4292,7 +4292,7 @@
4292
4292
  "typeString": "function (bytes memory) returns (bool,bytes memory)"
4293
4293
  }
4294
4294
  },
4295
- "id": 50183,
4295
+ "id": 50202,
4296
4296
  "isConstant": false,
4297
4297
  "isLValue": false,
4298
4298
  "isPure": false,
@@ -4314,14 +4314,14 @@
4314
4314
  "typeString": "tuple()"
4315
4315
  }
4316
4316
  },
4317
- "id": 50185,
4317
+ "id": 50204,
4318
4318
  "nodeType": "ExpressionStatement",
4319
4319
  "src": "3648:288:114"
4320
4320
  }
4321
4321
  ]
4322
4322
  },
4323
4323
  "baseFunctions": [
4324
- 70917
4324
+ 70936
4325
4325
  ],
4326
4326
  "functionSelector": "7c5b0335",
4327
4327
  "implemented": true,
@@ -4330,23 +4330,23 @@
4330
4330
  "name": "installRoot",
4331
4331
  "nameLocation": "1822:11:114",
4332
4332
  "overrides": {
4333
- "id": 49985,
4333
+ "id": 50004,
4334
4334
  "nodeType": "OverrideSpecifier",
4335
4335
  "overrides": [],
4336
4336
  "src": "1860:8:114"
4337
4337
  },
4338
4338
  "parameters": {
4339
- "id": 49984,
4339
+ "id": 50003,
4340
4340
  "nodeType": "ParameterList",
4341
4341
  "parameters": [
4342
4342
  {
4343
4343
  "constant": false,
4344
- "id": 49983,
4344
+ "id": 50002,
4345
4345
  "mutability": "mutable",
4346
4346
  "name": "args",
4347
4347
  "nameLocation": "1847:4:114",
4348
4348
  "nodeType": "VariableDeclaration",
4349
- "scope": 50187,
4349
+ "scope": 50206,
4350
4350
  "src": "1834:17:114",
4351
4351
  "stateVariable": false,
4352
4352
  "storageLocation": "memory",
@@ -4355,7 +4355,7 @@
4355
4355
  "typeString": "bytes"
4356
4356
  },
4357
4357
  "typeName": {
4358
- "id": 49982,
4358
+ "id": 50001,
4359
4359
  "name": "bytes",
4360
4360
  "nodeType": "ElementaryTypeName",
4361
4361
  "src": "1834:5:114",
@@ -4370,23 +4370,23 @@
4370
4370
  "src": "1833:19:114"
4371
4371
  },
4372
4372
  "returnParameters": {
4373
- "id": 49986,
4373
+ "id": 50005,
4374
4374
  "nodeType": "ParameterList",
4375
4375
  "parameters": [],
4376
4376
  "src": "1869:0:114"
4377
4377
  },
4378
- "scope": 50197,
4378
+ "scope": 50216,
4379
4379
  "stateMutability": "nonpayable",
4380
4380
  "virtual": false,
4381
4381
  "visibility": "public"
4382
4382
  },
4383
4383
  {
4384
- "id": 50196,
4384
+ "id": 50215,
4385
4385
  "nodeType": "FunctionDefinition",
4386
4386
  "src": "3945:96:114",
4387
4387
  "nodes": [],
4388
4388
  "body": {
4389
- "id": 50195,
4389
+ "id": 50214,
4390
4390
  "nodeType": "Block",
4391
4391
  "src": "3988:53:114",
4392
4392
  "nodes": [],
@@ -4396,18 +4396,18 @@
4396
4396
  "arguments": [],
4397
4397
  "expression": {
4398
4398
  "argumentTypes": [],
4399
- "id": 50192,
4399
+ "id": 50211,
4400
4400
  "name": "Module_NonRootInstallNotSupported",
4401
4401
  "nodeType": "Identifier",
4402
4402
  "overloadedDeclarations": [],
4403
- "referencedDeclaration": 70905,
4403
+ "referencedDeclaration": 70924,
4404
4404
  "src": "4001:33:114",
4405
4405
  "typeDescriptions": {
4406
4406
  "typeIdentifier": "t_function_error_pure$__$returns$__$",
4407
4407
  "typeString": "function () pure"
4408
4408
  }
4409
4409
  },
4410
- "id": 50193,
4410
+ "id": 50212,
4411
4411
  "isConstant": false,
4412
4412
  "isLValue": false,
4413
4413
  "isPure": false,
@@ -4423,14 +4423,14 @@
4423
4423
  "typeString": "tuple()"
4424
4424
  }
4425
4425
  },
4426
- "id": 50194,
4426
+ "id": 50213,
4427
4427
  "nodeType": "RevertStatement",
4428
4428
  "src": "3994:42:114"
4429
4429
  }
4430
4430
  ]
4431
4431
  },
4432
4432
  "baseFunctions": [
4433
- 70923
4433
+ 70942
4434
4434
  ],
4435
4435
  "functionSelector": "13861fb5",
4436
4436
  "implemented": true,
@@ -4439,17 +4439,17 @@
4439
4439
  "name": "install",
4440
4440
  "nameLocation": "3954:7:114",
4441
4441
  "parameters": {
4442
- "id": 50190,
4442
+ "id": 50209,
4443
4443
  "nodeType": "ParameterList",
4444
4444
  "parameters": [
4445
4445
  {
4446
4446
  "constant": false,
4447
- "id": 50189,
4447
+ "id": 50208,
4448
4448
  "mutability": "mutable",
4449
4449
  "name": "",
4450
4450
  "nameLocation": "-1:-1:-1",
4451
4451
  "nodeType": "VariableDeclaration",
4452
- "scope": 50196,
4452
+ "scope": 50215,
4453
4453
  "src": "3962:12:114",
4454
4454
  "stateVariable": false,
4455
4455
  "storageLocation": "memory",
@@ -4458,7 +4458,7 @@
4458
4458
  "typeString": "bytes"
4459
4459
  },
4460
4460
  "typeName": {
4461
- "id": 50188,
4461
+ "id": 50207,
4462
4462
  "name": "bytes",
4463
4463
  "nodeType": "ElementaryTypeName",
4464
4464
  "src": "3962:5:114",
@@ -4473,12 +4473,12 @@
4473
4473
  "src": "3961:14:114"
4474
4474
  },
4475
4475
  "returnParameters": {
4476
- "id": 50191,
4476
+ "id": 50210,
4477
4477
  "nodeType": "ParameterList",
4478
4478
  "parameters": [],
4479
4479
  "src": "3988:0:114"
4480
4480
  },
4481
- "scope": 50197,
4481
+ "scope": 50216,
4482
4482
  "stateMutability": "pure",
4483
4483
  "virtual": false,
4484
4484
  "visibility": "public"
@@ -4488,48 +4488,48 @@
4488
4488
  "baseContracts": [
4489
4489
  {
4490
4490
  "baseName": {
4491
- "id": 49958,
4491
+ "id": 49977,
4492
4492
  "name": "Module",
4493
4493
  "nameLocations": [
4494
4494
  "1449:6:114"
4495
4495
  ],
4496
4496
  "nodeType": "IdentifierPath",
4497
- "referencedDeclaration": 48698,
4497
+ "referencedDeclaration": 48717,
4498
4498
  "src": "1449:6:114"
4499
4499
  },
4500
- "id": 49959,
4500
+ "id": 49978,
4501
4501
  "nodeType": "InheritanceSpecifier",
4502
4502
  "src": "1449:6:114"
4503
4503
  }
4504
4504
  ],
4505
4505
  "canonicalName": "KeysInTableModule",
4506
4506
  "contractDependencies": [
4507
- 49930
4507
+ 49949
4508
4508
  ],
4509
4509
  "contractKind": "contract",
4510
4510
  "documentation": {
4511
- "id": 49957,
4511
+ "id": 49976,
4512
4512
  "nodeType": "StructuredDocumentation",
4513
4513
  "src": "835:583:114",
4514
4514
  "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 are in a given table.\n This mapping is stored in a global table that is registered when the module is first installed.\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()`"
4515
4515
  },
4516
4516
  "fullyImplemented": true,
4517
4517
  "linearizedBaseContracts": [
4518
- 50197,
4519
- 48698,
4520
- 48776,
4521
- 70879,
4522
- 70924,
4523
- 70841
4518
+ 50216,
4519
+ 48717,
4520
+ 48795,
4521
+ 70898,
4522
+ 70943,
4523
+ 70860
4524
4524
  ],
4525
4525
  "name": "KeysInTableModule",
4526
4526
  "nameLocation": "1428:17:114",
4527
- "scope": 50198,
4527
+ "scope": 50217,
4528
4528
  "usedErrors": [
4529
- 36450,
4530
- 36452,
4531
- 70903,
4532
- 70905
4529
+ 36469,
4530
+ 36471,
4531
+ 70922,
4532
+ 70924
4533
4533
  ],
4534
4534
  "usedEvents": []
4535
4535
  }