@latticexyz/world-modules 2.0.0-main-5fdbb127 → 2.0.0-main-fe005ee0
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.
- package/out/ArrayLib.sol/ArrayLib.json +255 -255
- package/out/CallboundDelegationControl.sol/CallboundDelegationControl.json +203 -203
- package/out/CallboundDelegations.sol/CallboundDelegations.json +2595 -2595
- package/out/DelegationControl.sol/DelegationControl.json +85 -85
- package/out/Hooks.sol/Hooks.json +45 -45
- package/out/IAccessManagementSystem.sol/IAccessManagementSystem.json +14 -14
- package/out/IBalanceTransferSystem.sol/IBalanceTransferSystem.json +15 -15
- package/out/IBaseWorld.sol/IBaseWorld.json +60 -60
- package/out/IBatchCallSystem.sol/IBatchCallSystem.json +19 -19
- package/out/IDelegationControl.sol/IDelegationControl.json +7 -7
- package/out/ISystemHook.sol/ISystemHook.json +12 -12
- package/out/IUniqueEntitySystem.sol/IUniqueEntitySystem.json +13 -13
- package/out/IWorldErrors.sol/IWorldErrors.json +19 -19
- package/out/IWorldKernel.sol/IWorldCall.json +10 -10
- package/out/IWorldKernel.sol/IWorldKernel.json +10 -10
- package/out/IWorldKernel.sol/IWorldModuleInstallation.json +10 -10
- package/out/IWorldRegistrationSystem.sol/IWorldRegistrationSystem.json +39 -39
- package/out/KeysInTable.sol/KeysInTable.json +10668 -10668
- package/out/KeysInTableHook.sol/KeysInTableHook.json +862 -862
- package/out/KeysInTableModule.sol/KeysInTableModule.json +527 -527
- package/out/KeysWithValue.sol/KeysWithValue.json +3828 -3828
- package/out/KeysWithValueHook.sol/KeysWithValueHook.json +989 -989
- package/out/KeysWithValueModule.sol/KeysWithValueModule.json +416 -416
- package/out/Module.sol/Module.json +75 -75
- package/out/ResourceIds.sol/ResourceIds.json +45 -45
- package/out/Schema.sol/SchemaInstance.json +30 -30
- package/out/Schema.sol/SchemaLib.json +30 -30
- package/out/SchemaType.sol/SchemaType.json +276 -276
- package/out/StandardDelegationsModule.sol/StandardDelegationsModule.json +293 -293
- package/out/StoreHook.sol/StoreHook.json +368 -368
- package/out/StoreHooks.sol/StoreHooks.json +45 -45
- package/out/System.sol/System.json +19 -19
- package/out/Tables.sol/Tables.json +73 -73
- package/out/TimeboundDelegationControl.sol/TimeboundDelegationControl.json +107 -107
- package/out/TimeboundDelegations.sol/TimeboundDelegations.json +1986 -1986
- package/out/UniqueEntity.sol/UniqueEntity.json +1402 -1402
- package/out/UniqueEntityModule.sol/UniqueEntityModule.json +317 -317
- package/out/UniqueEntitySystem.sol/UniqueEntitySystem.json +81 -81
- package/out/UsedKeysIndex.sol/UsedKeysIndex.json +2722 -2722
- package/out/WorldContext.sol/WorldContextConsumer.json +11 -11
- package/out/WorldContext.sol/WorldContextProvider.json +11 -11
- package/out/WorldResourceId.sol/WorldResourceIdInstance.json +96 -96
- package/out/WorldResourceId.sol/WorldResourceIdLib.json +96 -96
- package/out/constants.sol/constants.json +35 -35
- package/out/getKeysInTable.sol/getKeysInTable.json +564 -564
- package/out/getKeysWithValue.sol/getKeysWithValue.json +264 -264
- package/out/getTargetTableId.sol/getTargetTableId.json +163 -163
- package/out/getUniqueEntity.sol/getUniqueEntity.json +88 -88
- package/out/hasKey.sol/hasKey.json +130 -130
- package/out/index.sol/index.json +53 -53
- package/out/interfaces/IBaseWorld.sol/IBaseWorld.json +124 -124
- package/out/query.sol/query.json +1154 -1154
- package/out/revertWithBytes.sol/revertWithBytes.json +15 -15
- package/out/src/Bytes.sol/Bytes.json +1332 -1332
- package/out/src/FieldLayout.sol/FieldLayoutInstance.json +697 -697
- package/out/src/FieldLayout.sol/FieldLayoutLib.json +697 -697
- package/out/src/IStore.sol/IStore.json +52 -52
- package/out/src/IWorldKernel.sol/IWorldCall.json +150 -150
- package/out/src/IWorldKernel.sol/IWorldKernel.json +150 -150
- package/out/src/IWorldKernel.sol/IWorldModuleInstallation.json +150 -150
- package/out/src/Memory.sol/Memory.json +91 -91
- package/out/src/PackedCounter.sol/PackedCounterInstance.json +929 -929
- package/out/src/PackedCounter.sol/PackedCounterLib.json +929 -929
- package/out/src/ResourceId.sol/ResourceIdInstance.json +116 -116
- package/out/src/ResourceId.sol/ResourceIdLib.json +116 -116
- package/out/src/Schema.sol/SchemaInstance.json +790 -790
- package/out/src/Schema.sol/SchemaLib.json +790 -790
- package/out/src/Slice.sol/SliceInstance.json +430 -430
- package/out/src/Slice.sol/SliceLib.json +430 -430
- package/out/src/StoreCore.sol/StoreCore.json +4455 -4455
- package/out/src/StoreCore.sol/StoreCoreInternal.json +4455 -4455
- package/out/src/StoreSwitch.sol/StoreSwitch.json +2483 -2483
- package/out/src/WorldContext.sol/WorldContextConsumer.json +363 -363
- package/out/src/WorldContext.sol/WorldContextProvider.json +363 -363
- package/out/src/WorldResourceId.sol/WorldResourceIdInstance.json +476 -476
- package/out/src/WorldResourceId.sol/WorldResourceIdLib.json +476 -476
- package/out/storeHookTypes.sol/storeHookTypes.json +115 -115
- package/out/storeResourceTypes.sol/storeResourceTypes.json +12 -12
- package/out/tables/ResourceIds.sol/ResourceIds.json +1746 -1746
- package/out/tables/Tables.sol/Tables.json +7288 -7288
- package/out/tightcoder/EncodeArray.sol/EncodeArray.json +3345 -3345
- package/out/types.sol/types.json +60 -72
- package/out/worldResourceTypes.sol/worldResourceTypes.json +53 -53
- package/package.json +8 -8
@@ -134,7 +134,7 @@
|
|
134
134
|
"sourceMap": "1629:2008:122:-:0;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;754:220:95;;;;;;:::i;:::-;;:::i;:::-;;;516:14:139;;509:22;491:41;;479:2;464:18;754:220:95;;;;;;;;1151:379:97;;;:::i;:::-;;;719:42:139;707:55;;;689:74;;677:2;662:18;1151:379:97;543:226:139;3539:96:122;;;;;;:::i;:::-;;:::i;:::-;;1938:83;;;2000:16;2094:98:139;;2082:2;2067:18;1938:83:122;1948:250:139;1771:212:97;;;-1:-1:-1;;1953:14:97;1949:23;1936:37;2349:25:139;;2337:2;2322:18;1771:212:97;2203:177:139;2025:1510:122;;;;;;:::i;:::-;;:::i;2199:95:97:-;;;:::i;754:220:95:-;878:4;897:34;;;360:110:90;897:34:95;;:72;;-1:-1:-1;935:34:95;;;188::89;935::95;897:72;890:79;754:220;-1:-1:-1;;754:220:95:o;1151:379:97:-;1433:34;1437:14;1433:34;1420:48;1416:2;1412:57;;1480:45;;-1:-1:-1;1515:10:97;1480:45;1151:379;:::o;3539:96:122:-;3595:35;;;;;;;;;;;;;;2025:1510;2119:24;2173:4;2162:27;;;;;;;;;;;;:::i;:::-;2119:71;;2196:30;2229:49;2246:16;2264:13;2229:16;:49::i;:::-;2196:82;;2285:16;2315:8;:6;:8::i;:::-;2285:39;-1:-1:-1;2365:12:122;;2406:27;;;;2465:19;2506;1162:66:126;2579:28:122;:26;:28::i;:::-;2619:30;:28;:30::i;:::-;2661:27;:25;:27::i;:::-;2700:29;:27;:29::i;:::-;2441:306;;;;;;;;;;;;;:::i;:::-;;;;-1:-1:-1;;2441:306:122;;;;;;;;;;;;;;;;;;;;;;;;;;;;2406:347;;;;-1:-1:-1;2406:347:122;:::i;:::-;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;2364:389;;;;2841:5;2833:27;;2883:5;:17;;;2903:19;2932:4;2868:71;;;;;;;;5127:25:139;;;5200:42;5188:55;5183:2;5168:18;;5161:83;5115:2;5100:18;;4921:329;2868:71:122;;;;-1:-1:-1;;2868:71:122;;;;;;;;;;;;;;;;;;;;;;;;;;;;2833:112;;;;-1:-1:-1;2833:112:122;:::i;:::-;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;-1:-1:-1;2809:136:122;;-1:-1:-1;2809:136:122;-1:-1:-1;2809:136:122;2952:41;;2966:27;2982:10;2966:15;:27::i;:::-;983:6:81;3137:340:122;;;;;5512:25:139;;;3102:27:122;3231:4;5573:55:139;;5553:18;;;5546:83;3247:212:122;5645:18:139;;;;5638:45;;;;3137:340:122;;;;;;;;;;5485:18:139;;;;3137:340:122;;;;;;;;;;;;;3102:381;;:27;;;;:381;;3137:340;3102:381;:::i;:::-;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;-1:-1:-1;3078:405:122;;-1:-1:-1;3078:405:122;-1:-1:-1;3078:405:122;3489:41;;3503:27;3519:10;3503:15;:27::i;:::-;2072:1463;;;;;2025:1510;:::o;2199:95:97:-;2238:7;2260:29;:27;:29::i;:::-;2253:36;;2199:95;:::o;1052:559:125:-;1142:10;1158:17;1178:46;1210:13;1178:31;:46::i;:::-;1158:66;;1228:27;1265:51;1302:13;336:5:67;2530:44:98;;2432:148;1265:51:125;1228:89;-1:-1:-1;401:5:125;1544:33;401:5;336::67;1544:33:125;:::i;:::-;:56;;;;:::i;:::-;1521:18;;;:80;;1474:33;354:5;336::67;1474:33:125;:::i;:::-;1363:14;1440:29;;;;;:68;;336:5:67;1390:37:125;;;;;1355:154;:247;;;-1:-1:-1;;1052:559:125;;;;:::o;1435:200:126:-;1529:19;;;1546:1;1529:19;;;;;;;;;1482:6;;;;1529:19;;;;;;;;;;;;-1:-1:-1;1529:19:126;1496:52;;1570:18;1554:10;1565:1;1554:13;;;;;;;;:::i;:::-;;;;;;:34;;;;;;;;;:::i;:::-;;;;;;;;;;;:::i;:::-;;;-1:-1:-1;1602:28:126;1619:10;1602:16;:28::i;:::-;1595:35;;;1435:200;:::o;1677:214::-;1775:19;;;1792:1;1775:19;;;;;;;;;1726:6;;;;1775:19;;;;;;;;;;;;-1:-1:-1;1775:19:126;1740:54;;1818:24;1800:12;1813:1;1800:15;;;;;;;;:::i;1930:140::-;2019:15;;;2032:1;2019:15;;;;;;;;;1976:24;;2019:15;;;;;;;;;;;;;;;;;;;;2008:26;;2040:25;;;;;;;;;;;;;;;;;:8;2049:1;2040:11;;;;;;;;:::i;:::-;;;;;;:25;;;;1930:140;:::o;2111:152::-;2206:15;;;2219:1;2206:15;;;;;;;;;2159:26;;2206:15;;;;;;;;;;;;;;;;;;;;2193:28;;2227:31;;;;;;;;;;;;;;;;;:10;2238:1;2227:13;;;;;;;;:::i;501:217:108:-;704:6;698:13;691:4;683:6;679:17;672:40;1766:227:73;996:42;1855:22;1816:7;;1855:22;;;1883:106;;1931:10;1924:17;;;1766:227;:::o;1883:106::-;1969:13;1766:227;-1:-1:-1;1766:227:73:o;3058:160:98:-;3121:7;3185:26;399:6;336:5:67;3185:26:98;:::i;:::-;3151:61;;;;;3058:160;-1:-1:-1;3058:160:98:o;1247:2059:68:-;1315:6;647:2:79;1333:7:68;:14;:33;1329:85;;;1399:7;:14;1375:39;;;;;;;;;2349:25:139;;2337:2;2322:18;;2203:177;1375:39:68;;;;;;;;1329:85;1420:14;;;;1621:956;1645:7;:14;1641:1;:18;1621:956;;;1671:24;1698:32;:7;1706:1;1698:10;;;;;;;;:::i;:::-;;;;;;;:30;;;;;;;;:::i;:::-;;:32::i;:::-;1671:59;;1743:16;1763:1;1743:21;1739:404;;1928:15;;;;;1739:404;;;1972:17;;1968:175;;2096:38;;;;;;;;;;;;;;1968:175;2269:16;2254:31;;;;537:1:79;2531::68;2527;437:2:79;2509:19:68;:23;2508:40;2492:7;2500:1;2492:10;;;;;;;;:::i;:::-;;;;;;;2484:19;;;;;;;;:::i;:::-;:65;;2474:75;;;;;-1:-1:-1;2559:3:68;;1621:956;;;;902:1:79;2621:13:68;:34;2617:85;;;2664:38;;;;;;;;2349:25:139;;;2322:18;;2664:38:68;2203:177:139;2617:85:68;2802:14;;:30;;;537:1:79;1247:13;1259:1;334:2;1247:13;:::i;:::-;1246:30;;;;:::i;:::-;3090:41:68;;;3080:51;;;;;537:1:79;1425;1409:13;1421:1;334:2;1409:13;:::i;:::-;:17;;;;:::i;:::-;1408:34;;;;:::i;:::-;3147:47:68;;;3137:57;;;;;537:1:79;1597;;1577:13;1589:1;334:2;1577:13;:::i;:::-;:17;;;;:::i;:::-;:21;;;;:::i;:::-;1576:38;;;;:::i;:::-;3210:49:68;;;;3200:59;;;;;1247:2059;-1:-1:-1;;;;1247:2059:68:o;3195:520:52:-;3261:7;3274:13;3296:10;3290:17;;;;;;;;:::i;:::-;3274:33;;;;3324:2;3316:5;:10;3312:401;;;3568:2;3560:10;3574:1;3559:16;;;-1:-1:-1;;3195:520:52:o;3312:401::-;3610:18;3596:10;:32;;;;;;;;:::i;:::-;;3592:121;;-1:-1:-1;3643:2:52;;3195:520;-1:-1:-1;;3195:520:52:o;3592:121::-;-1:-1:-1;3707:1:52;;3195:520;-1:-1:-1;;3195:520:52:o;14:332:139:-;72:6;125:2;113:9;104:7;100:23;96:32;93:52;;;141:1;138;131:12;93:52;180:9;167:23;230:66;223:5;219:78;212:5;209:89;199:117;;312:1;309;302:12;199:117;335:5;14:332;-1:-1:-1;;;14:332:139:o;774:184::-;-1:-1:-1;;;823:1:139;816:88;923:4;920:1;913:15;947:4;944:1;937:15;963:980;1031:6;1084:2;1072:9;1063:7;1059:23;1055:32;1052:52;;;1100:1;1097;1090:12;1052:52;1140:9;1127:23;1169:18;1210:2;1202:6;1199:14;1196:34;;;1226:1;1223;1216:12;1196:34;1264:6;1253:9;1249:22;1239:32;;1309:7;1302:4;1298:2;1294:13;1290:27;1280:55;;1331:1;1328;1321:12;1280:55;1367:2;1354:16;1389:2;1385;1382:10;1379:36;;;1395:18;;:::i;:::-;1529:2;1523:9;1591:4;1583:13;;-1:-1:-1;;1579:22:139;;;1603:2;1575:31;1571:40;1559:53;;;1627:18;;;1647:22;;;1624:46;1621:72;;;1673:18;;:::i;:::-;1713:10;1709:2;1702:22;1748:2;1740:6;1733:18;1788:7;1783:2;1778;1774;1770:11;1766:20;1763:33;1760:53;;;1809:1;1806;1799:12;1760:53;1865:2;1860;1856;1852:11;1847:2;1839:6;1835:15;1822:46;1910:1;1888:15;;;1905:2;1884:24;1877:35;;;;-1:-1:-1;1892:6:139;963:980;-1:-1:-1;;;;;963:980:139:o;2385:184::-;2455:6;2508:2;2496:9;2487:7;2483:23;2479:32;2476:52;;;2524:1;2521;2514:12;2476:52;-1:-1:-1;2547:16:139;;2385:184;-1:-1:-1;2385:184:139:o;2574:250::-;2659:1;2669:113;2683:6;2680:1;2677:13;2669:113;;;2759:11;;;2753:18;2740:11;;;2733:39;2705:2;2698:10;2669:113;;;-1:-1:-1;;2816:1:139;2798:16;;2791:27;2574:250::o;2829:878::-;2881:3;2912;2944:5;2938:12;2971:6;2966:3;2959:19;2997:4;3026:2;3021:3;3017:12;3010:19;;3082:2;3072:6;3069:1;3065:14;3058:5;3054:26;3050:35;3119:2;3112:5;3108:14;3140:1;3150:531;3164:6;3161:1;3158:13;3150:531;;;-1:-1:-1;;3336:2:139;3328:5;3322:4;3318:16;3314:25;3309:3;3302:38;3369:6;3363:13;3411:2;3405:9;3440:8;3434:4;3427:22;3462:72;3525:8;3520:2;3514:4;3510:13;3505:2;3501;3497:11;3462:72;:::i;:::-;3659:12;;;;3587:2;3573:17;3569:26;;;3559:37;;;;3555:46;;;-1:-1:-1;3624:15:139;;;;3186:1;3179:9;3150:531;;;-1:-1:-1;3697:4:139;;2829:878;-1:-1:-1;;;;;;;2829:878:139:o;3712:912::-;4242:6;4231:9;4224:25;4285:6;4280:2;4269:9;4265:18;4258:34;4328:6;4323:2;4312:9;4308:18;4301:34;4371:6;4366:2;4355:9;4351:18;4344:34;4415:3;4409;4398:9;4394:19;4387:32;4205:4;4442:56;4493:3;4482:9;4478:19;4470:6;4442:56;:::i;:::-;4547:9;4539:6;4535:22;4529:3;4518:9;4514:19;4507:51;4575:43;4611:6;4603;4575:43;:::i;:::-;4567:51;3712:912;-1:-1:-1;;;;;;;;;3712:912:139:o;4629:287::-;4758:3;4796:6;4790:13;4812:66;4871:6;4866:3;4859:4;4851:6;4847:17;4812:66;:::i;:::-;4894:16;;;;;4629:287;-1:-1:-1;;4629:287:139:o;5694:184::-;-1:-1:-1;;;5743:1:139;5736:88;5843:4;5840:1;5833:15;5867:4;5864:1;5857:15;5883:125;5948:9;;;5969:10;;;5966:36;;;5982:18;;:::i;6013:184::-;-1:-1:-1;;;6062:1:139;6055:88;6162:4;6159:1;6152:15;6186:4;6183:1;6176:15;6202:184;-1:-1:-1;;;6251:1:139;6244:88;6351:4;6348:1;6341:15;6375:4;6372:1;6365:15;6391:128;6458:9;;;6479:11;;;6476:37;;;6493:18;;:::i;6524:168::-;6597:9;;;6628;;6645:15;;;6639:22;;6625:37;6615:71;;6666:18;;:::i",
|
135
135
|
"linkReferences": {},
|
136
136
|
"immutableReferences": {
|
137
|
-
"
|
137
|
+
"50291": [
|
138
138
|
{
|
139
139
|
"start": 979,
|
140
140
|
"length": 32
|
@@ -155,7 +155,7 @@
|
|
155
155
|
"installRoot(bytes)": "7c5b0335",
|
156
156
|
"supportsInterface(bytes4)": "01ffc9a7"
|
157
157
|
},
|
158
|
-
"rawMetadata": "{\"compiler\":{\"version\":\"0.8.21+commit.d9974bed\"},\"language\":\"Solidity\",\"output\":{\"abi\":[{\"inputs\":[],\"name\":\"Module_NonRootInstallNotSupported\",\"type\":\"error\"},{\"inputs\":[],\"name\":\"Module_RootInstallNotSupported\",\"type\":\"error\"},{\"inputs\":[{\"internalType\":\"uint256\",\"name\":\"length\",\"type\":\"uint256\"}],\"name\":\"SchemaLib_InvalidLength\",\"type\":\"error\"},{\"inputs\":[],\"name\":\"SchemaLib_StaticTypeAfterDynamicType\",\"type\":\"error\"},{\"inputs\":[],\"name\":\"_msgSender\",\"outputs\":[{\"internalType\":\"address\",\"name\":\"sender\",\"type\":\"address\"}],\"stateMutability\":\"view\",\"type\":\"function\"},{\"inputs\":[],\"name\":\"_msgValue\",\"outputs\":[{\"internalType\":\"uint256\",\"name\":\"value\",\"type\":\"uint256\"}],\"stateMutability\":\"pure\",\"type\":\"function\"},{\"inputs\":[],\"name\":\"_world\",\"outputs\":[{\"internalType\":\"address\",\"name\":\"\",\"type\":\"address\"}],\"stateMutability\":\"view\",\"type\":\"function\"},{\"inputs\":[],\"name\":\"getName\",\"outputs\":[{\"internalType\":\"bytes16\",\"name\":\"\",\"type\":\"bytes16\"}],\"stateMutability\":\"pure\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"bytes\",\"name\":\"\",\"type\":\"bytes\"}],\"name\":\"install\",\"outputs\":[],\"stateMutability\":\"pure\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"bytes\",\"name\":\"args\",\"type\":\"bytes\"}],\"name\":\"installRoot\",\"outputs\":[],\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"bytes4\",\"name\":\"interfaceId\",\"type\":\"bytes4\"}],\"name\":\"supportsInterface\",\"outputs\":[{\"internalType\":\"bool\",\"name\":\"\",\"type\":\"bool\"}],\"stateMutability\":\"pure\",\"type\":\"function\"}],\"devdoc\":{\"errors\":{\"Module_RootInstallNotSupported()\":[{\"details\":\"Errors to represent non-support of specific installation types.\"}],\"SchemaLib_InvalidLength(uint256)\":[{\"details\":\"Error raised when the provided schema has an invalid length.\"}],\"SchemaLib_StaticTypeAfterDynamicType()\":[{\"details\":\"Error raised when a static type is placed after a dynamic type in a schema.\"}]},\"kind\":\"dev\",\"methods\":{\"_msgSender()\":{\"returns\":{\"sender\":\"The address of the trusted sender.\"}},\"_msgValue()\":{\"returns\":{\"value\":\"The `msg.value` in the call to the World contract before the World routed the call to the WorldContextConsumer contract.\"}},\"_world()\":{\"returns\":{\"_0\":\"The address of the World contract that routed the call to this WorldContextConsumer.\"}},\"getName()\":{\"details\":\"Provides a way to identify the module by a unique name.\",\"returns\":{\"_0\":\"The name of the module as a bytes16.\"}},\"installRoot(bytes)\":{\"details\":\"This function is invoked by the World contract during `installRootModule` process. The module expects to be called via the World contract and thus installs itself on the `msg.sender`.\",\"params\":{\"args\":\"Arguments that may be needed during the installation process.\"}},\"supportsInterface(bytes4)\":{\"details\":\"Overrides the functionality from IERC165 and WorldContextConsumer to check for supported interfaces.\",\"params\":{\"interfaceId\":\"The bytes4 identifier for the interface.\"},\"returns\":{\"_0\":\"true if the interface is supported, false otherwise.\"}}},\"version\":1},\"userdoc\":{\"kind\":\"user\",\"methods\":{\"_msgSender()\":{\"notice\":\"Extracts the trusted msg.sender value from the appended calldata.\"},\"_msgValue()\":{\"notice\":\"Extract the `msg.value` from the context appended to the calldata.\"},\"_world()\":{\"notice\":\"Get the address of the World contract that routed the call to this WorldContextConsumer.\"},\"getName()\":{\"notice\":\"Return the name of the module.\"},\"installRoot(bytes)\":{\"notice\":\"Installs the module as a root module.\"},\"supportsInterface(bytes4)\":{\"notice\":\"Checks if the given interfaceId is supported by this contract.\"}},\"notice\":\"This module deploys a hook that is called when a value is set in the `sourceTableId` provided in the install methods arguments. The hook keeps track of the keys that map to a given value. from value to list of keys with this value. This mapping is stored in a table registered by the module at the `targetTableId` provided in the install methods arguments. Note: if a table with composite keys is used, only the first key is indexed Note: this module currently only supports `installRoot` (via `World.installRootModule`). TODO: add support for `install` (via `World.installModule`) by using `callFrom` with the `msgSender()`\",\"version\":1}},\"settings\":{\"compilationTarget\":{\"src/modules/keyswithvalue/KeysWithValueModule.sol\":\"KeysWithValueModule\"},\"evmVersion\":\"paris\",\"libraries\":{},\"metadata\":{\"bytecodeHash\":\"none\"},\"optimizer\":{\"enabled\":true,\"runs\":3000},\"remappings\":[\":@latticexyz/=node_modules/@latticexyz/\",\":ds-test/=node_modules/ds-test/src/\",\":forge-std/=node_modules/forge-std/src/\"]},\"sources\":{\"node_modules/@latticexyz/schema-type/src/solidity/SchemaType.sol\":{\"keccak256\":\"0x770eff7a38b9b7b1613dc11ca09db4f28b42a117c9b39b2a06a650a58a250bdb\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://39f544110658a53def52c2a4e33b8b158b95a4f14fccea58d5268b6e728d86d4\",\"dweb:/ipfs/QmTesj6tjSFbfAiKUitXapdNYWPStS8bLkB3r22qfyHwUC\"]},\"node_modules/@latticexyz/store/src/Bytes.sol\":{\"keccak256\":\"0xb36724e0369ad053579ec04b9b51707dd8dcc4a72b38404cebdf018ce40bf202\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://d8745e1632b7ee94f128600837a36ae53fabaf73c506b0c6d1cae70ea2e9b086\",\"dweb:/ipfs/QmXuMqmybWjEPqWEx91DTM7KAUyxAmDcsj7riBfCfA427N\"]},\"node_modules/@latticexyz/store/src/FieldLayout.sol\":{\"keccak256\":\"0xadb7ac513012e59b66ca70b786eec1465f6b44ae268765de6d8ae1f1a9531192\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://aa59a7d190154d7eba8fa6b5f0c6e5477f434a217f0e353c3b158a3c25895057\",\"dweb:/ipfs/QmeWTCwGJwZjjYYKdaSSWa1rzc4Uo4YXMUDotTQfdSCtRD\"]},\"node_modules/@latticexyz/store/src/Hook.sol\":{\"keccak256\":\"0xd54d6067a7a8683c446c5c88c1a4b0019caca1cddcde8583f83a8f13f172a923\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://f85e55447a4fdad532dd84e1ba7c169603848d210fc461b32dc57fd7b6b72410\",\"dweb:/ipfs/Qmejcoi7J3Ad5RZdndJsDQqRfmKs6FKW9aksALFvkxmm41\"]},\"node_modules/@latticexyz/store/src/IERC165.sol\":{\"keccak256\":\"0x1a113ae394de69ca1db7e9acb1886eaee3967dcfed46fc78497e77bc26dd778f\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://091e04dc9e8d5b3a492d1d39a6d06fd5b4bad3c282bd4c06a38d92bec3422513\",\"dweb:/ipfs/QmbfMi1bH9RAs4JMDxKmhVqpAoyoVgN9nd7o11SakJC1zQ\"]},\"node_modules/@latticexyz/store/src/IStore.sol\":{\"keccak256\":\"0x9092b65551d0f910e5645cebb5acadb387cdd192d75fa89cd6b293bd65b28827\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://478825a6f7eff9ddab968e71e1d55ebee279d3b318f10976d9334384000059c0\",\"dweb:/ipfs/Qme7NY976woRy3RQjE4tkkiwoXnoVtTmER3PbWCSbjZ2kb\"]},\"node_modules/@latticexyz/store/src/IStoreData.sol\":{\"keccak256\":\"0x2a7392d937f372fbcd0ee9333a5af33e2630587b6e6dd714b1cebf75d8cdfc15\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://6dca5e58374dc496bbc33fbe7b0c3774d3767662b23630a515a59b13d69fe66c\",\"dweb:/ipfs/QmU15fFKVtmYgGivVG3wJfCnRKjsJY2jdEjp75FFCqUN7t\"]},\"node_modules/@latticexyz/store/src/IStoreErrors.sol\":{\"keccak256\":\"0xb9070663ded3cad82285bb7610949e422f88abb48c2ddbd792af83d127d64212\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://830490f1c888bec86df1e7ef43773d60ebdbdfdb2b91ab7fe074e2f38d7439dc\",\"dweb:/ipfs/QmS26fpXdZuGgMmjcdQDf9k1Bedn2dhjk9byFZJoNkctPZ\"]},\"node_modules/@latticexyz/store/src/IStoreEvents.sol\":{\"keccak256\":\"0xa6d353df9033207ea4b6b13cb13535d6d9abd6963e7c27749c5ca2a9bf5f8cef\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://2827bf5d86d2011cde150e8a4c6b39d187398831870407ca8aa065257f04954a\",\"dweb:/ipfs/QmanvEbRTpN5u2YYnk8hTupoWugFAKL7xbj6cHUaZQ83WG\"]},\"node_modules/@latticexyz/store/src/IStoreHook.sol\":{\"keccak256\":\"0x237a6871db470dda42feb50f4f237c066daf599cda28e48458d533d639f2b3d7\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://ca670b27fc6cc824223b6e99d307632baf9ee66a7d58cfbdcfca57e2d5eb1488\",\"dweb:/ipfs/QmVQx23VfsyYRvyRy5ZQEeUvNyfuK75DZ8EF4uKCGEQ4sr\"]},\"node_modules/@latticexyz/store/src/IStoreRead.sol\":{\"keccak256\":\"0xd2180d53ecd31069b1166f170ecdcd85917ac50f45fc26fb39b49cee7ba00e37\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://1494bb0a3228e2d194bddaed4761fd3ca865979f0e3f3a53acd271143a4aa0ac\",\"dweb:/ipfs/Qmaddnzzmu99iP9dTWK9ZeByh5dZyjY9SpVnRdvyr2fBAo\"]},\"node_modules/@latticexyz/store/src/IStoreRegistration.sol\":{\"keccak256\":\"0xf448fbb2bc9c982721a43234463656da5a49cea08543e62148d54f11e1ac3e2f\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://64b3579d9b9dcd73dca2beab3d4fcf60237420945ebbb2e9f4ffcc88f4110115\",\"dweb:/ipfs/QmaW5nN3zGEriSYHncye6Nz2TkAw1oo1CyG2JuJTJrJoXg\"]},\"node_modules/@latticexyz/store/src/IStoreWrite.sol\":{\"keccak256\":\"0x8b6c7af5ee330928aebb58c8872d3944304ee10ed11f8a325b6accc4ec5df81b\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://b866d158701c7a40834bed735194b804ef219f2bbe574e2307785fff7bcf9da1\",\"dweb:/ipfs/QmXzJfZkXVfyr2RFGwDuazeVnV3UWYmQxjKZ3KzFbbe75U\"]},\"node_modules/@latticexyz/store/src/Memory.sol\":{\"keccak256\":\"0x69295976e61a1a108d1b4d6eb497b238730309f3047c4320d48e01a0ce8d4ec7\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://559c451b21fb9dd4fec27b41bef42f4362f1e7ebb7992106d548b9d4f733b3e5\",\"dweb:/ipfs/QmeSE7YTW5zUrfZYFVb2pFnDe3XxiT8XNecfwC3wfpxCRv\"]},\"node_modules/@latticexyz/store/src/PackedCounter.sol\":{\"keccak256\":\"0x44ddfa9eb8a861462c550f0a9d66c40c68acdb347a61fa765949608407a2c7fb\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://47ee957f4b19cab9e20bf5fc569c015eca13852fb3351f2a105a8be9c48204c0\",\"dweb:/ipfs/QmNkyzDobVQLoq9BtQ8HtgsPLiqnmi97EZx1wsu6wp8nKH\"]},\"node_modules/@latticexyz/store/src/ResourceId.sol\":{\"keccak256\":\"0x40983c580b8958e55db4520095934a535e98544ffe8228327e598973eb6647ed\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://839d658fa2bb2b1f09a08149d2bf0c26a26c301ad2dda8154fc99458085a695d\",\"dweb:/ipfs/Qmd5jHHYrgqraPqF8bjzT4xyjsoPk8K7pkxXLLfz6MRT6d\"]},\"node_modules/@latticexyz/store/src/Schema.sol\":{\"keccak256\":\"0x58aef318ba03f8ff8866ef70f8a30f549b150657ea699734aefe16c298956401\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://7dc104690a7e2bcf5ce1afadcd58f8ef4d639b4b92b9ad9293656235d54395f3\",\"dweb:/ipfs/QmYJJvEv5KBJ3kzf9AkgRn7Uu5dp4exGTRddf4cae1btgE\"]},\"node_modules/@latticexyz/store/src/Slice.sol\":{\"keccak256\":\"0xfaf54b1f5acccd4c6ce3f8377050ee84efbb423cb604b4651e8b9ea3b467bf32\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://acf2ce7ffec21f28ad1dc6da06c342f1212a03a3d16a0be7ee85715a5940718c\",\"dweb:/ipfs/QmTCN3NSdFg87hi7KS2Xtq7PsmRUMG64SxC8PtP3p2GzuT\"]},\"node_modules/@latticexyz/store/src/Storage.sol\":{\"keccak256\":\"0x0893905ebe431a414226b479a84a54804091001a406222c748adbd4b651853a5\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://bcfcd3848127884041f0bcd727a0e7acbddec283aa6c16ba47abc6a3be720648\",\"dweb:/ipfs/QmY5fBd53e4Ro6vzTZYsteSibSTXVA3GHTeCAiUZTa5DPZ\"]},\"node_modules/@latticexyz/store/src/StoreCore.sol\":{\"keccak256\":\"0xa1f69881bc1e225e4edccbf50a055b9e1933acf1951448bfc43cd5af08ae593f\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://db08db3902fcc2cf1034a45d4a482204a2a676398bdded6419c6c55954db4954\",\"dweb:/ipfs/QmSRcCucWgpnhztKpCnYR6ZhTXHMoPY59aBgKaPrsBQHsF\"]},\"node_modules/@latticexyz/store/src/StoreHook.sol\":{\"keccak256\":\"0xd267686b3961da4d9a39e2cd39b89d7074ed27a516a03085bb69a6efea0a424e\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://c8c96a99b6c8dab12799165b888ed5c647638a1114bec138dd65ad46c6d1cf34\",\"dweb:/ipfs/QmaMAkfEmRivfHts72hfYiiQiVc15QSRsXkPHM3d2AbFjf\"]},\"node_modules/@latticexyz/store/src/StoreSwitch.sol\":{\"keccak256\":\"0xf132af10f960a498f49c0534027056e715f4bdcb8fbdb53ac6879c92309ab416\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://e85a09aeb7543bcd9d74b7ad319ae61e1f7f15a6a0ad9e79aff750fbd18111c7\",\"dweb:/ipfs/QmY6xgqeeaR1FsCPLmFbVgjm1D2UyrXNABKXWLfFaSmBhR\"]},\"node_modules/@latticexyz/store/src/codegen/index.sol\":{\"keccak256\":\"0xf337a5abb2d43ef00c1c200e7fbec30fc89c7c701e457ab4277194b700d2aea3\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://eccdf6158076b4e8f1b587a0310228f53323705e054a44eaa7733f38805c3ee6\",\"dweb:/ipfs/QmbXEVNTctg54dK9awdCVyAjeuUjR6ckfmmXBP8DrFmjyq\"]},\"node_modules/@latticexyz/store/src/codegen/tables/Hooks.sol\":{\"keccak256\":\"0x1341e0a658af398bc76bbcd0083a1111e4b2ad6892475b5ef2d1f235aefdf625\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://50e811e36ea9d16143de3d4281f7751e8f3b4210e3f74c21de588cc81a203a33\",\"dweb:/ipfs/QmaLJ3LA5KbgAqt7WAcAmyNVDtMfHKYmigKPVpdT8kjp5Y\"]},\"node_modules/@latticexyz/store/src/codegen/tables/ResourceIds.sol\":{\"keccak256\":\"0xfe70e9225008614c395dc141722e2a14898c074da2ca3af17c004cf9f26bcf2e\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://97e47beaee1176814c508b86c3fbb8b714a93ab258b16e3a29df4ea5610b4347\",\"dweb:/ipfs/QmdvrFW9G7boaeUu6cWAEMNrPAs8Rp1un2GNjb5sSJMiBJ\"]},\"node_modules/@latticexyz/store/src/codegen/tables/StoreHooks.sol\":{\"keccak256\":\"0xf57c568d5edb295564c63d8b72040973b264a3c11b7b77df70522341d1834d77\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://133b004d033eba9448765a16b5483dbbae42c1c5b7f0d66eb1d8a912e1f0fc7c\",\"dweb:/ipfs/QmdVjv3WqNjKyZaWXZEbX6wGBdmuDMjqGkZMKXqewQGxYd\"]},\"node_modules/@latticexyz/store/src/codegen/tables/Tables.sol\":{\"keccak256\":\"0x47d550b6ed67615443624630360cb80897ddd4e220f704fb368747ec484eaf28\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://508477622f0706b336cb319ec22c0f7e5272afdb102fa87d62fe85496d249492\",\"dweb:/ipfs/QmUGfRyWhVECSi7rjbCZYtXpkRWR2rF5uJQoEPMLx7Fmpq\"]},\"node_modules/@latticexyz/store/src/constants.sol\":{\"keccak256\":\"0x9e37c64c119ef07ad914bc589ee3f6d67946ab95877978c1ee3e2c1ffae07076\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://3fad47e542025382aa28e8171253e34f93b2f149434b67a26989542d70218793\",\"dweb:/ipfs/QmW6JsKNwPc6oAMrgcikgR2EPwMUtQANiuZSQSGCd29HHC\"]},\"node_modules/@latticexyz/store/src/leftMask.sol\":{\"keccak256\":\"0xd0360567e4d77c6a8e3d8a5f4bf3653ccde4d268674c50988d55695dc6193f6f\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://53e6bcb53fcb08ee9426225fdab7c41df91e12cb4f80d92895a6117338627401\",\"dweb:/ipfs/QmeLcaPGeMBpNSTSsPYK3PHpzKuGMjuitCweAWcoXK2mXr\"]},\"node_modules/@latticexyz/store/src/storeHookTypes.sol\":{\"keccak256\":\"0x60880298016fa117ed9a43ddfd020f11d98a2d345bdcb08e5884e40df98eddd5\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://3619dfda1fd514c0fc5fb34c14d5b5aa41dd6ba6045d37d5f4c8199f3a826f81\",\"dweb:/ipfs/QmbzRBYfVa423gNzCitpGN3i2N9oeGYfinVE1jgtqxnNZX\"]},\"node_modules/@latticexyz/store/src/storeResourceTypes.sol\":{\"keccak256\":\"0xada1867ba72930fc5cf5562dd4e36de849dbac9c833b7969cb1b046a808fabf2\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://6e4b5fdcaa54f567a3f8561c2c3fbc0d68c8dad892a4a8e5418bbce8efc53d84\",\"dweb:/ipfs/QmTWbYJX1yrCqrEwUKB9rGpHdRvLNU8GCkBbxnLjGD4d2t\"]},\"node_modules/@latticexyz/store/src/tightcoder/DecodeSlice.sol\":{\"keccak256\":\"0x1af0fd984640123391ec2df855d00298504b7ce186a56c2caca769cfd9e08e04\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://7305a62318890d2cc6420ba7dec13d9f2c1cb67ac689015fc83b9cbccd0696f1\",\"dweb:/ipfs/QmR8jGNLbt64Tv1YZKRVBCVsd71oeUQFzGHHtpsrs4PuRq\"]},\"node_modules/@latticexyz/store/src/tightcoder/EncodeArray.sol\":{\"keccak256\":\"0x1c280d24360282e196d9c4833c58c2437108cea2af0ac7596f95be81389e306d\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://6b4556b6eeae9328fbd9adcce346547e823c397503276a4d63effb67e00b5b49\",\"dweb:/ipfs/QmUsynVsMYzjh8oJR8YB7SRrwFMdXcsQsHBrXxLEEFxsiB\"]},\"node_modules/@latticexyz/store/src/tightcoder/TightCoder.sol\":{\"keccak256\":\"0x5cacd4cb371e0a79bc8d64f62349d568fd8b08093c11ae0c3db4f16480d8808b\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://12b64ddf2b5c19cf68ba93a8153ed79cbafe7a91e015d4b2f25eb1d42ab06256\",\"dweb:/ipfs/QmQz5WwztcuTbSGFv2pkhU3w5scUj1gmavoyUpduxk2v3A\"]},\"node_modules/@latticexyz/store/src/version.sol\":{\"keccak256\":\"0x01029999a48b7c1d85de84cae465dd24ec126c95b8a865cd20c7ed5dfcc0f02c\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://9750164ce996badb0fd7df2f526780b9cb9558912405fe46f31064bd7c522491\",\"dweb:/ipfs/QmYf8m2ZXFANRc9ysHgNkNtSF327ccxKYjCUJ49UXBKADk\"]},\"node_modules/@latticexyz/world/src/IERC165.sol\":{\"keccak256\":\"0x7997ebbdee6a2493f28e7032c7a8b906ade40f807d95734e2653c8f1b023ff47\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://c8ca41bb2619bf27e5bf886d1322f0e2dffd096c49f7ae6e716541dd1e1ddce5\",\"dweb:/ipfs/Qmb8zATUWWTtiWaSLjbAe6PGnJPes9ANvEyk7pYoWR3P3Y\"]},\"node_modules/@latticexyz/world/src/IModule.sol\":{\"keccak256\":\"0xec02d49b84a882c9cf01e4e5c16f890ed7c52db945fd43a6f97ffe87730ba0d3\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://8f8ee1a3aaac5789b36808bdae2e26e32d1664583a6b21680b5721f04d81bbc3\",\"dweb:/ipfs/Qmd4L3vGQiavSCe9g2k7riyA6cer3ruuxRFehAJCSxNRfw\"]},\"node_modules/@latticexyz/world/src/ISystemHook.sol\":{\"keccak256\":\"0xb2114b6b66c0e7d8304d9e1d06aa1d0731f089daa6a0584e6cf744d9c48cf4db\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://ebbb172970b106dd4ae5a6d5e417ac75cad7529d2b94c1601e10b886d0edf510\",\"dweb:/ipfs/QmPGn4F92hjkFch6Jh2NB37EYLLfstw6JxJKUZjXBFqGCw\"]},\"node_modules/@latticexyz/world/src/IWorldContextConsumer.sol\":{\"keccak256\":\"0x22b8cb3ffcc21cb1657d57fc8ac929d2d6fdd199328e6f43ad2cb54f53dcd500\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://47c001f6b7c6d6e453c340618d23b1532078abb7d0fd7283405071e4e8ff8d2d\",\"dweb:/ipfs/QmRW3femBhqQCPwDEj4Jop2Dnd3EU21ufg7GDVwN4joCQu\"]},\"node_modules/@latticexyz/world/src/IWorldErrors.sol\":{\"keccak256\":\"0xc3e7975e5785574543229eac51e3441f4185863d7f5346c0ae08a27b4541f8a7\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://62cc0dc109e6e5475bb07fb95643a31c74337c23521db0557a36dad6117a1e83\",\"dweb:/ipfs/Qmb8jbE1XQTUdreKFr4Jw3xmjctaLuReRZjPxZKQ2uW9p4\"]},\"node_modules/@latticexyz/world/src/IWorldKernel.sol\":{\"keccak256\":\"0x9dc133cb55dc23fd6fcbbef8078bb4ea9bf67d698400cf89fc62b905b60cf5eb\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://7c1a57df7052218483eafe72d873660f39a73e2e06c1b14ad8a579d85b94bc6c\",\"dweb:/ipfs/Qme7dnjvADGZyM2L7nZ51nSjsjXXF9isTVCpWaUCd1cEGs\"]},\"node_modules/@latticexyz/world/src/Module.sol\":{\"keccak256\":\"0x652a3d6a3721a1c3f36abd7a398b16ae7d9e30ddbf54d8dc4494343dadb9f719\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://c33d2bb71a7ae8823233fa399f778fe86e9bb078889a092fcd1ed9e7838873e5\",\"dweb:/ipfs/QmYM6JQ4syoxQLCXC4evHVEwbsTuXgS42HZZ9Fho7J9EXr\"]},\"node_modules/@latticexyz/world/src/WorldContext.sol\":{\"keccak256\":\"0x45792667fe063195103e9fd74e3e9e0b0b4aea4fc4a0a8a3e69538c14751217b\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://cba8976da1e2f7e336045e8d65eba89d18ae49e4688de61ff61a95fb817fe9fc\",\"dweb:/ipfs/QmWoByJM6DmheS2jisxSvAzrqC6XWrgaKxoNNUr44aXJtE\"]},\"node_modules/@latticexyz/world/src/WorldResourceId.sol\":{\"keccak256\":\"0xb7bfae2890004001221b3902d185c14cfea0e606d16914f6b7f81cf112aa9417\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://acfd0d09166fc1bf16a8a5c80fbae1bd42426b2fcbab3c492bc836ea5c0375fb\",\"dweb:/ipfs/QmTzZWHVBkx8hipFVpgEwAbZpr4c6hfr7yf7R71JojT3NK\"]},\"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\":\"0xb015a8d9e4c23275363fb8aae39b3b4a9f0c947ac0f96a1b841f095a35a8b74b\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://9e3224a28f412196f0cd58d939b90fb5c727dbe536d5a42982a30f0deecafc50\",\"dweb:/ipfs/QmRPTWEasti446WP4Kt8GYdjXTJpYrACbqnKZunBCwjMsx\"]},\"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\":\"0x009e00dcbd2f11fcc5fa0cf80702ef50cda0ea648708b965d14a5caa1251b3d0\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://90d8f20a1f6158d64b7cdae370e9a376920d062ce8086e684ecb49de854d08e6\",\"dweb:/ipfs/QmbmXzqwv7YBBYpFZUtuSeBiNJV21P5xhsrbrZ3rXmGNZW\"]},\"node_modules/@latticexyz/world/src/codegen/interfaces/IWorldRegistrationSystem.sol\":{\"keccak256\":\"0xc5681d6507402a063211c645cc31fb8ef60e2b2eb85da6e14b028c316715f300\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://e83b9374d8dc0aaeedfa0106bb562f597c53e7e11b8ae5892328d4338d611ad3\",\"dweb:/ipfs/Qmd5JZHh3rP58oijqJH6P5XSUuEfhrFuAryHYLrVsVBzW6\"]},\"node_modules/@latticexyz/world/src/constants.sol\":{\"keccak256\":\"0x36c772d51a5da46fcddf88831194d6d331083b8c8246fa79107c4b697c258d77\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://2d2656374c398a2b075d5f26d2ab2c3ea315c99912e52d8030d50f5f8fdda8ac\",\"dweb:/ipfs/QmSG8uJr2ZbFVnht5cTG6xb6XbB6f3kvnznks4BdeAMYET\"]},\"node_modules/@latticexyz/world/src/modules/core/types.sol\":{\"keccak256\":\"0x256b3269e1e7eb6c8b6e26432bbe6799b4d45a88ef1b0e795ea71e604cec3a8a\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://99bf6320ce9671ed74e7352b4e6c462d741ca9a894c48b526e7d8513308fa6b3\",\"dweb:/ipfs/QmRFJcWFMDRkg7soJ4r4MrqacKmj16vUEMFEGWJuvFi4vJ\"]},\"node_modules/@latticexyz/world/src/revertWithBytes.sol\":{\"keccak256\":\"0x16795bdbfd7956d733df9ada1030ee7a1a714e3b9da5899149a7b07568c4af55\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://7a71128b4989e78215d5fc57dae8c2f84c6b5e503c159178c0df6f642b8228df\",\"dweb:/ipfs/QmNYTfBe62SdGESZ32fxME72CbAxEqk4j79jBT7655C4u7\"]},\"node_modules/@latticexyz/world/src/worldResourceTypes.sol\":{\"keccak256\":\"0xe31ee781596541f60ed71ef327c9d26ffc899e7fb3f4991c67406518bfc00746\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://f7b864fea8c77833a322b16c4673f110d5065d0cafcedecd07895699cf4258c2\",\"dweb:/ipfs/QmRkzXVjMLwQFWxjEjgfdXVPAp6SU4zfxPo4NJcmz8HwH9\"]},\"src/modules/keyswithvalue/KeysWithValueHook.sol\":{\"keccak256\":\"0xee64527269e80d32ca25db99c417f582a0b134c9fb878cf14489baa2aaec40e5\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://a37714f1fa7cf984130a08a0e9f320817cbe0053eae44d432676951f3b90653f\",\"dweb:/ipfs/QmZjWVwJPrsscv9zJU8jBfMn39yDquYePcACRYQW6qiaFx\"]},\"src/modules/keyswithvalue/KeysWithValueModule.sol\":{\"keccak256\":\"0x7de2ff1f72d2a0cd8ef46af093d93ad54446e1a0ff17b0994c3531a7f907ddac\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://6ea88b94ab3af3f205a9ae3f6db19c05a11efdec35993394925f8ab661232323\",\"dweb:/ipfs/QmdVxtBT85gr82vTkdoHGvfynVq9WRYV67DtkZHgWEsoPS\"]},\"src/modules/keyswithvalue/constants.sol\":{\"keccak256\":\"0xf8745d975bd2f321e676d083a215513b114c70f7d5a105244dfe444a78e74de5\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://a7fc161f890a9ee2edf731f57fcfee2ab4e3b4bebb9470df7850a138c08fc2c8\",\"dweb:/ipfs/QmVyyFaR1tzTYgmiGHnumdXQKsjb5qRVPMS3uTRX1ik3XL\"]},\"src/modules/keyswithvalue/getTargetTableId.sol\":{\"keccak256\":\"0xa7d235a9c96925a340aeaa166c8b67d289b4450ca59f0645052207d318030d78\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://2dce50e51faa63a75e051d8ccf463271674f588088fca6ab168e06a5fe8cc16b\",\"dweb:/ipfs/QmP2eZFJPMiazcEhdv9Q5SJYRNna7CHoV6o8bxURzRtCHh\"]},\"src/modules/keyswithvalue/tables/KeysWithValue.sol\":{\"keccak256\":\"0x6e7dd6afba9208d3f4a765138b3c33f04b78ca161f877bfa944817b8ba663617\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://28e64eb2bb1a4ad47600e8a7dfa4bd0e8f66279d5e42f4bab1be6284ba2dd2ef\",\"dweb:/ipfs/QmR4PhWhxQ5bHJn8GGjZtUDPW5Gy1hmXbsajt5hT4JakT4\"]},\"src/modules/utils/ArrayLib.sol\":{\"keccak256\":\"0x5063027c39c927b80c84ac3bb36d20e19fbbddb746380c1efaf2f33f6fec30b8\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://c49eab76687709db420cbe52737610563f44344ef13608e0809e38c43179cb43\",\"dweb:/ipfs/QmRdQ7iW5j51AVJWin8aaKmj6Xj97ZV5vjfVjG5RqYG5xB\"]}},\"version\":1}",
|
158
|
+
"rawMetadata": "{\"compiler\":{\"version\":\"0.8.21+commit.d9974bed\"},\"language\":\"Solidity\",\"output\":{\"abi\":[{\"inputs\":[],\"name\":\"Module_NonRootInstallNotSupported\",\"type\":\"error\"},{\"inputs\":[],\"name\":\"Module_RootInstallNotSupported\",\"type\":\"error\"},{\"inputs\":[{\"internalType\":\"uint256\",\"name\":\"length\",\"type\":\"uint256\"}],\"name\":\"SchemaLib_InvalidLength\",\"type\":\"error\"},{\"inputs\":[],\"name\":\"SchemaLib_StaticTypeAfterDynamicType\",\"type\":\"error\"},{\"inputs\":[],\"name\":\"_msgSender\",\"outputs\":[{\"internalType\":\"address\",\"name\":\"sender\",\"type\":\"address\"}],\"stateMutability\":\"view\",\"type\":\"function\"},{\"inputs\":[],\"name\":\"_msgValue\",\"outputs\":[{\"internalType\":\"uint256\",\"name\":\"value\",\"type\":\"uint256\"}],\"stateMutability\":\"pure\",\"type\":\"function\"},{\"inputs\":[],\"name\":\"_world\",\"outputs\":[{\"internalType\":\"address\",\"name\":\"\",\"type\":\"address\"}],\"stateMutability\":\"view\",\"type\":\"function\"},{\"inputs\":[],\"name\":\"getName\",\"outputs\":[{\"internalType\":\"bytes16\",\"name\":\"\",\"type\":\"bytes16\"}],\"stateMutability\":\"pure\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"bytes\",\"name\":\"\",\"type\":\"bytes\"}],\"name\":\"install\",\"outputs\":[],\"stateMutability\":\"pure\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"bytes\",\"name\":\"args\",\"type\":\"bytes\"}],\"name\":\"installRoot\",\"outputs\":[],\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"bytes4\",\"name\":\"interfaceId\",\"type\":\"bytes4\"}],\"name\":\"supportsInterface\",\"outputs\":[{\"internalType\":\"bool\",\"name\":\"\",\"type\":\"bool\"}],\"stateMutability\":\"pure\",\"type\":\"function\"}],\"devdoc\":{\"errors\":{\"Module_RootInstallNotSupported()\":[{\"details\":\"Errors to represent non-support of specific installation types.\"}],\"SchemaLib_InvalidLength(uint256)\":[{\"details\":\"Error raised when the provided schema has an invalid length.\"}],\"SchemaLib_StaticTypeAfterDynamicType()\":[{\"details\":\"Error raised when a static type is placed after a dynamic type in a schema.\"}]},\"kind\":\"dev\",\"methods\":{\"_msgSender()\":{\"returns\":{\"sender\":\"The address of the trusted sender.\"}},\"_msgValue()\":{\"returns\":{\"value\":\"The `msg.value` in the call to the World contract before the World routed the call to the WorldContextConsumer contract.\"}},\"_world()\":{\"returns\":{\"_0\":\"The address of the World contract that routed the call to this WorldContextConsumer.\"}},\"getName()\":{\"details\":\"Provides a way to identify the module by a unique name.\",\"returns\":{\"_0\":\"The name of the module as a bytes16.\"}},\"installRoot(bytes)\":{\"details\":\"This function is invoked by the World contract during `installRootModule` process. The module expects to be called via the World contract and thus installs itself on the `msg.sender`.\",\"params\":{\"args\":\"Arguments that may be needed during the installation process.\"}},\"supportsInterface(bytes4)\":{\"details\":\"Overrides the functionality from IERC165 and WorldContextConsumer to check for supported interfaces.\",\"params\":{\"interfaceId\":\"The bytes4 identifier for the interface.\"},\"returns\":{\"_0\":\"true if the interface is supported, false otherwise.\"}}},\"version\":1},\"userdoc\":{\"kind\":\"user\",\"methods\":{\"_msgSender()\":{\"notice\":\"Extracts the trusted msg.sender value from the appended calldata.\"},\"_msgValue()\":{\"notice\":\"Extract the `msg.value` from the context appended to the calldata.\"},\"_world()\":{\"notice\":\"Get the address of the World contract that routed the call to this WorldContextConsumer.\"},\"getName()\":{\"notice\":\"Return the name of the module.\"},\"installRoot(bytes)\":{\"notice\":\"Installs the module as a root module.\"},\"supportsInterface(bytes4)\":{\"notice\":\"Checks if the given interfaceId is supported by this contract.\"}},\"notice\":\"This module deploys a hook that is called when a value is set in the `sourceTableId` provided in the install methods arguments. The hook keeps track of the keys that map to a given value. from value to list of keys with this value. This mapping is stored in a table registered by the module at the `targetTableId` provided in the install methods arguments. Note: if a table with composite keys is used, only the first key is indexed Note: this module currently only supports `installRoot` (via `World.installRootModule`). TODO: add support for `install` (via `World.installModule`) by using `callFrom` with the `msgSender()`\",\"version\":1}},\"settings\":{\"compilationTarget\":{\"src/modules/keyswithvalue/KeysWithValueModule.sol\":\"KeysWithValueModule\"},\"evmVersion\":\"paris\",\"libraries\":{},\"metadata\":{\"bytecodeHash\":\"none\"},\"optimizer\":{\"enabled\":true,\"runs\":3000},\"remappings\":[\":@latticexyz/=node_modules/@latticexyz/\",\":ds-test/=node_modules/ds-test/src/\",\":forge-std/=node_modules/forge-std/src/\"]},\"sources\":{\"node_modules/@latticexyz/schema-type/src/solidity/SchemaType.sol\":{\"keccak256\":\"0x770eff7a38b9b7b1613dc11ca09db4f28b42a117c9b39b2a06a650a58a250bdb\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://39f544110658a53def52c2a4e33b8b158b95a4f14fccea58d5268b6e728d86d4\",\"dweb:/ipfs/QmTesj6tjSFbfAiKUitXapdNYWPStS8bLkB3r22qfyHwUC\"]},\"node_modules/@latticexyz/store/src/Bytes.sol\":{\"keccak256\":\"0xb36724e0369ad053579ec04b9b51707dd8dcc4a72b38404cebdf018ce40bf202\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://d8745e1632b7ee94f128600837a36ae53fabaf73c506b0c6d1cae70ea2e9b086\",\"dweb:/ipfs/QmXuMqmybWjEPqWEx91DTM7KAUyxAmDcsj7riBfCfA427N\"]},\"node_modules/@latticexyz/store/src/FieldLayout.sol\":{\"keccak256\":\"0xadb7ac513012e59b66ca70b786eec1465f6b44ae268765de6d8ae1f1a9531192\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://aa59a7d190154d7eba8fa6b5f0c6e5477f434a217f0e353c3b158a3c25895057\",\"dweb:/ipfs/QmeWTCwGJwZjjYYKdaSSWa1rzc4Uo4YXMUDotTQfdSCtRD\"]},\"node_modules/@latticexyz/store/src/Hook.sol\":{\"keccak256\":\"0xd54d6067a7a8683c446c5c88c1a4b0019caca1cddcde8583f83a8f13f172a923\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://f85e55447a4fdad532dd84e1ba7c169603848d210fc461b32dc57fd7b6b72410\",\"dweb:/ipfs/Qmejcoi7J3Ad5RZdndJsDQqRfmKs6FKW9aksALFvkxmm41\"]},\"node_modules/@latticexyz/store/src/IERC165.sol\":{\"keccak256\":\"0x1a113ae394de69ca1db7e9acb1886eaee3967dcfed46fc78497e77bc26dd778f\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://091e04dc9e8d5b3a492d1d39a6d06fd5b4bad3c282bd4c06a38d92bec3422513\",\"dweb:/ipfs/QmbfMi1bH9RAs4JMDxKmhVqpAoyoVgN9nd7o11SakJC1zQ\"]},\"node_modules/@latticexyz/store/src/IStore.sol\":{\"keccak256\":\"0x9092b65551d0f910e5645cebb5acadb387cdd192d75fa89cd6b293bd65b28827\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://478825a6f7eff9ddab968e71e1d55ebee279d3b318f10976d9334384000059c0\",\"dweb:/ipfs/Qme7NY976woRy3RQjE4tkkiwoXnoVtTmER3PbWCSbjZ2kb\"]},\"node_modules/@latticexyz/store/src/IStoreData.sol\":{\"keccak256\":\"0x2a7392d937f372fbcd0ee9333a5af33e2630587b6e6dd714b1cebf75d8cdfc15\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://6dca5e58374dc496bbc33fbe7b0c3774d3767662b23630a515a59b13d69fe66c\",\"dweb:/ipfs/QmU15fFKVtmYgGivVG3wJfCnRKjsJY2jdEjp75FFCqUN7t\"]},\"node_modules/@latticexyz/store/src/IStoreErrors.sol\":{\"keccak256\":\"0xb9070663ded3cad82285bb7610949e422f88abb48c2ddbd792af83d127d64212\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://830490f1c888bec86df1e7ef43773d60ebdbdfdb2b91ab7fe074e2f38d7439dc\",\"dweb:/ipfs/QmS26fpXdZuGgMmjcdQDf9k1Bedn2dhjk9byFZJoNkctPZ\"]},\"node_modules/@latticexyz/store/src/IStoreEvents.sol\":{\"keccak256\":\"0xa6d353df9033207ea4b6b13cb13535d6d9abd6963e7c27749c5ca2a9bf5f8cef\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://2827bf5d86d2011cde150e8a4c6b39d187398831870407ca8aa065257f04954a\",\"dweb:/ipfs/QmanvEbRTpN5u2YYnk8hTupoWugFAKL7xbj6cHUaZQ83WG\"]},\"node_modules/@latticexyz/store/src/IStoreHook.sol\":{\"keccak256\":\"0x237a6871db470dda42feb50f4f237c066daf599cda28e48458d533d639f2b3d7\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://ca670b27fc6cc824223b6e99d307632baf9ee66a7d58cfbdcfca57e2d5eb1488\",\"dweb:/ipfs/QmVQx23VfsyYRvyRy5ZQEeUvNyfuK75DZ8EF4uKCGEQ4sr\"]},\"node_modules/@latticexyz/store/src/IStoreRead.sol\":{\"keccak256\":\"0xd2180d53ecd31069b1166f170ecdcd85917ac50f45fc26fb39b49cee7ba00e37\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://1494bb0a3228e2d194bddaed4761fd3ca865979f0e3f3a53acd271143a4aa0ac\",\"dweb:/ipfs/Qmaddnzzmu99iP9dTWK9ZeByh5dZyjY9SpVnRdvyr2fBAo\"]},\"node_modules/@latticexyz/store/src/IStoreRegistration.sol\":{\"keccak256\":\"0xf448fbb2bc9c982721a43234463656da5a49cea08543e62148d54f11e1ac3e2f\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://64b3579d9b9dcd73dca2beab3d4fcf60237420945ebbb2e9f4ffcc88f4110115\",\"dweb:/ipfs/QmaW5nN3zGEriSYHncye6Nz2TkAw1oo1CyG2JuJTJrJoXg\"]},\"node_modules/@latticexyz/store/src/IStoreWrite.sol\":{\"keccak256\":\"0x8b6c7af5ee330928aebb58c8872d3944304ee10ed11f8a325b6accc4ec5df81b\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://b866d158701c7a40834bed735194b804ef219f2bbe574e2307785fff7bcf9da1\",\"dweb:/ipfs/QmXzJfZkXVfyr2RFGwDuazeVnV3UWYmQxjKZ3KzFbbe75U\"]},\"node_modules/@latticexyz/store/src/Memory.sol\":{\"keccak256\":\"0x69295976e61a1a108d1b4d6eb497b238730309f3047c4320d48e01a0ce8d4ec7\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://559c451b21fb9dd4fec27b41bef42f4362f1e7ebb7992106d548b9d4f733b3e5\",\"dweb:/ipfs/QmeSE7YTW5zUrfZYFVb2pFnDe3XxiT8XNecfwC3wfpxCRv\"]},\"node_modules/@latticexyz/store/src/PackedCounter.sol\":{\"keccak256\":\"0x44ddfa9eb8a861462c550f0a9d66c40c68acdb347a61fa765949608407a2c7fb\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://47ee957f4b19cab9e20bf5fc569c015eca13852fb3351f2a105a8be9c48204c0\",\"dweb:/ipfs/QmNkyzDobVQLoq9BtQ8HtgsPLiqnmi97EZx1wsu6wp8nKH\"]},\"node_modules/@latticexyz/store/src/ResourceId.sol\":{\"keccak256\":\"0x40983c580b8958e55db4520095934a535e98544ffe8228327e598973eb6647ed\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://839d658fa2bb2b1f09a08149d2bf0c26a26c301ad2dda8154fc99458085a695d\",\"dweb:/ipfs/Qmd5jHHYrgqraPqF8bjzT4xyjsoPk8K7pkxXLLfz6MRT6d\"]},\"node_modules/@latticexyz/store/src/Schema.sol\":{\"keccak256\":\"0x58aef318ba03f8ff8866ef70f8a30f549b150657ea699734aefe16c298956401\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://7dc104690a7e2bcf5ce1afadcd58f8ef4d639b4b92b9ad9293656235d54395f3\",\"dweb:/ipfs/QmYJJvEv5KBJ3kzf9AkgRn7Uu5dp4exGTRddf4cae1btgE\"]},\"node_modules/@latticexyz/store/src/Slice.sol\":{\"keccak256\":\"0xfaf54b1f5acccd4c6ce3f8377050ee84efbb423cb604b4651e8b9ea3b467bf32\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://acf2ce7ffec21f28ad1dc6da06c342f1212a03a3d16a0be7ee85715a5940718c\",\"dweb:/ipfs/QmTCN3NSdFg87hi7KS2Xtq7PsmRUMG64SxC8PtP3p2GzuT\"]},\"node_modules/@latticexyz/store/src/Storage.sol\":{\"keccak256\":\"0x0893905ebe431a414226b479a84a54804091001a406222c748adbd4b651853a5\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://bcfcd3848127884041f0bcd727a0e7acbddec283aa6c16ba47abc6a3be720648\",\"dweb:/ipfs/QmY5fBd53e4Ro6vzTZYsteSibSTXVA3GHTeCAiUZTa5DPZ\"]},\"node_modules/@latticexyz/store/src/StoreCore.sol\":{\"keccak256\":\"0xa1f69881bc1e225e4edccbf50a055b9e1933acf1951448bfc43cd5af08ae593f\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://db08db3902fcc2cf1034a45d4a482204a2a676398bdded6419c6c55954db4954\",\"dweb:/ipfs/QmSRcCucWgpnhztKpCnYR6ZhTXHMoPY59aBgKaPrsBQHsF\"]},\"node_modules/@latticexyz/store/src/StoreHook.sol\":{\"keccak256\":\"0xd267686b3961da4d9a39e2cd39b89d7074ed27a516a03085bb69a6efea0a424e\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://c8c96a99b6c8dab12799165b888ed5c647638a1114bec138dd65ad46c6d1cf34\",\"dweb:/ipfs/QmaMAkfEmRivfHts72hfYiiQiVc15QSRsXkPHM3d2AbFjf\"]},\"node_modules/@latticexyz/store/src/StoreSwitch.sol\":{\"keccak256\":\"0xf132af10f960a498f49c0534027056e715f4bdcb8fbdb53ac6879c92309ab416\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://e85a09aeb7543bcd9d74b7ad319ae61e1f7f15a6a0ad9e79aff750fbd18111c7\",\"dweb:/ipfs/QmY6xgqeeaR1FsCPLmFbVgjm1D2UyrXNABKXWLfFaSmBhR\"]},\"node_modules/@latticexyz/store/src/codegen/index.sol\":{\"keccak256\":\"0xf337a5abb2d43ef00c1c200e7fbec30fc89c7c701e457ab4277194b700d2aea3\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://eccdf6158076b4e8f1b587a0310228f53323705e054a44eaa7733f38805c3ee6\",\"dweb:/ipfs/QmbXEVNTctg54dK9awdCVyAjeuUjR6ckfmmXBP8DrFmjyq\"]},\"node_modules/@latticexyz/store/src/codegen/tables/Hooks.sol\":{\"keccak256\":\"0x1341e0a658af398bc76bbcd0083a1111e4b2ad6892475b5ef2d1f235aefdf625\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://50e811e36ea9d16143de3d4281f7751e8f3b4210e3f74c21de588cc81a203a33\",\"dweb:/ipfs/QmaLJ3LA5KbgAqt7WAcAmyNVDtMfHKYmigKPVpdT8kjp5Y\"]},\"node_modules/@latticexyz/store/src/codegen/tables/ResourceIds.sol\":{\"keccak256\":\"0xfe70e9225008614c395dc141722e2a14898c074da2ca3af17c004cf9f26bcf2e\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://97e47beaee1176814c508b86c3fbb8b714a93ab258b16e3a29df4ea5610b4347\",\"dweb:/ipfs/QmdvrFW9G7boaeUu6cWAEMNrPAs8Rp1un2GNjb5sSJMiBJ\"]},\"node_modules/@latticexyz/store/src/codegen/tables/StoreHooks.sol\":{\"keccak256\":\"0xf57c568d5edb295564c63d8b72040973b264a3c11b7b77df70522341d1834d77\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://133b004d033eba9448765a16b5483dbbae42c1c5b7f0d66eb1d8a912e1f0fc7c\",\"dweb:/ipfs/QmdVjv3WqNjKyZaWXZEbX6wGBdmuDMjqGkZMKXqewQGxYd\"]},\"node_modules/@latticexyz/store/src/codegen/tables/Tables.sol\":{\"keccak256\":\"0x47d550b6ed67615443624630360cb80897ddd4e220f704fb368747ec484eaf28\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://508477622f0706b336cb319ec22c0f7e5272afdb102fa87d62fe85496d249492\",\"dweb:/ipfs/QmUGfRyWhVECSi7rjbCZYtXpkRWR2rF5uJQoEPMLx7Fmpq\"]},\"node_modules/@latticexyz/store/src/constants.sol\":{\"keccak256\":\"0x9e37c64c119ef07ad914bc589ee3f6d67946ab95877978c1ee3e2c1ffae07076\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://3fad47e542025382aa28e8171253e34f93b2f149434b67a26989542d70218793\",\"dweb:/ipfs/QmW6JsKNwPc6oAMrgcikgR2EPwMUtQANiuZSQSGCd29HHC\"]},\"node_modules/@latticexyz/store/src/leftMask.sol\":{\"keccak256\":\"0xd0360567e4d77c6a8e3d8a5f4bf3653ccde4d268674c50988d55695dc6193f6f\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://53e6bcb53fcb08ee9426225fdab7c41df91e12cb4f80d92895a6117338627401\",\"dweb:/ipfs/QmeLcaPGeMBpNSTSsPYK3PHpzKuGMjuitCweAWcoXK2mXr\"]},\"node_modules/@latticexyz/store/src/storeHookTypes.sol\":{\"keccak256\":\"0x60880298016fa117ed9a43ddfd020f11d98a2d345bdcb08e5884e40df98eddd5\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://3619dfda1fd514c0fc5fb34c14d5b5aa41dd6ba6045d37d5f4c8199f3a826f81\",\"dweb:/ipfs/QmbzRBYfVa423gNzCitpGN3i2N9oeGYfinVE1jgtqxnNZX\"]},\"node_modules/@latticexyz/store/src/storeResourceTypes.sol\":{\"keccak256\":\"0xada1867ba72930fc5cf5562dd4e36de849dbac9c833b7969cb1b046a808fabf2\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://6e4b5fdcaa54f567a3f8561c2c3fbc0d68c8dad892a4a8e5418bbce8efc53d84\",\"dweb:/ipfs/QmTWbYJX1yrCqrEwUKB9rGpHdRvLNU8GCkBbxnLjGD4d2t\"]},\"node_modules/@latticexyz/store/src/tightcoder/DecodeSlice.sol\":{\"keccak256\":\"0x1af0fd984640123391ec2df855d00298504b7ce186a56c2caca769cfd9e08e04\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://7305a62318890d2cc6420ba7dec13d9f2c1cb67ac689015fc83b9cbccd0696f1\",\"dweb:/ipfs/QmR8jGNLbt64Tv1YZKRVBCVsd71oeUQFzGHHtpsrs4PuRq\"]},\"node_modules/@latticexyz/store/src/tightcoder/EncodeArray.sol\":{\"keccak256\":\"0x1c280d24360282e196d9c4833c58c2437108cea2af0ac7596f95be81389e306d\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://6b4556b6eeae9328fbd9adcce346547e823c397503276a4d63effb67e00b5b49\",\"dweb:/ipfs/QmUsynVsMYzjh8oJR8YB7SRrwFMdXcsQsHBrXxLEEFxsiB\"]},\"node_modules/@latticexyz/store/src/tightcoder/TightCoder.sol\":{\"keccak256\":\"0x5cacd4cb371e0a79bc8d64f62349d568fd8b08093c11ae0c3db4f16480d8808b\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://12b64ddf2b5c19cf68ba93a8153ed79cbafe7a91e015d4b2f25eb1d42ab06256\",\"dweb:/ipfs/QmQz5WwztcuTbSGFv2pkhU3w5scUj1gmavoyUpduxk2v3A\"]},\"node_modules/@latticexyz/store/src/version.sol\":{\"keccak256\":\"0x01029999a48b7c1d85de84cae465dd24ec126c95b8a865cd20c7ed5dfcc0f02c\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://9750164ce996badb0fd7df2f526780b9cb9558912405fe46f31064bd7c522491\",\"dweb:/ipfs/QmYf8m2ZXFANRc9ysHgNkNtSF327ccxKYjCUJ49UXBKADk\"]},\"node_modules/@latticexyz/world/src/IERC165.sol\":{\"keccak256\":\"0x7997ebbdee6a2493f28e7032c7a8b906ade40f807d95734e2653c8f1b023ff47\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://c8ca41bb2619bf27e5bf886d1322f0e2dffd096c49f7ae6e716541dd1e1ddce5\",\"dweb:/ipfs/Qmb8zATUWWTtiWaSLjbAe6PGnJPes9ANvEyk7pYoWR3P3Y\"]},\"node_modules/@latticexyz/world/src/IModule.sol\":{\"keccak256\":\"0xec02d49b84a882c9cf01e4e5c16f890ed7c52db945fd43a6f97ffe87730ba0d3\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://8f8ee1a3aaac5789b36808bdae2e26e32d1664583a6b21680b5721f04d81bbc3\",\"dweb:/ipfs/Qmd4L3vGQiavSCe9g2k7riyA6cer3ruuxRFehAJCSxNRfw\"]},\"node_modules/@latticexyz/world/src/ISystemHook.sol\":{\"keccak256\":\"0xb2114b6b66c0e7d8304d9e1d06aa1d0731f089daa6a0584e6cf744d9c48cf4db\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://ebbb172970b106dd4ae5a6d5e417ac75cad7529d2b94c1601e10b886d0edf510\",\"dweb:/ipfs/QmPGn4F92hjkFch6Jh2NB37EYLLfstw6JxJKUZjXBFqGCw\"]},\"node_modules/@latticexyz/world/src/IWorldContextConsumer.sol\":{\"keccak256\":\"0x22b8cb3ffcc21cb1657d57fc8ac929d2d6fdd199328e6f43ad2cb54f53dcd500\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://47c001f6b7c6d6e453c340618d23b1532078abb7d0fd7283405071e4e8ff8d2d\",\"dweb:/ipfs/QmRW3femBhqQCPwDEj4Jop2Dnd3EU21ufg7GDVwN4joCQu\"]},\"node_modules/@latticexyz/world/src/IWorldErrors.sol\":{\"keccak256\":\"0xc3e7975e5785574543229eac51e3441f4185863d7f5346c0ae08a27b4541f8a7\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://62cc0dc109e6e5475bb07fb95643a31c74337c23521db0557a36dad6117a1e83\",\"dweb:/ipfs/Qmb8jbE1XQTUdreKFr4Jw3xmjctaLuReRZjPxZKQ2uW9p4\"]},\"node_modules/@latticexyz/world/src/IWorldKernel.sol\":{\"keccak256\":\"0x9dc133cb55dc23fd6fcbbef8078bb4ea9bf67d698400cf89fc62b905b60cf5eb\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://7c1a57df7052218483eafe72d873660f39a73e2e06c1b14ad8a579d85b94bc6c\",\"dweb:/ipfs/Qme7dnjvADGZyM2L7nZ51nSjsjXXF9isTVCpWaUCd1cEGs\"]},\"node_modules/@latticexyz/world/src/Module.sol\":{\"keccak256\":\"0x652a3d6a3721a1c3f36abd7a398b16ae7d9e30ddbf54d8dc4494343dadb9f719\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://c33d2bb71a7ae8823233fa399f778fe86e9bb078889a092fcd1ed9e7838873e5\",\"dweb:/ipfs/QmYM6JQ4syoxQLCXC4evHVEwbsTuXgS42HZZ9Fho7J9EXr\"]},\"node_modules/@latticexyz/world/src/WorldContext.sol\":{\"keccak256\":\"0x45792667fe063195103e9fd74e3e9e0b0b4aea4fc4a0a8a3e69538c14751217b\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://cba8976da1e2f7e336045e8d65eba89d18ae49e4688de61ff61a95fb817fe9fc\",\"dweb:/ipfs/QmWoByJM6DmheS2jisxSvAzrqC6XWrgaKxoNNUr44aXJtE\"]},\"node_modules/@latticexyz/world/src/WorldResourceId.sol\":{\"keccak256\":\"0xb7bfae2890004001221b3902d185c14cfea0e606d16914f6b7f81cf112aa9417\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://acfd0d09166fc1bf16a8a5c80fbae1bd42426b2fcbab3c492bc836ea5c0375fb\",\"dweb:/ipfs/QmTzZWHVBkx8hipFVpgEwAbZpr4c6hfr7yf7R71JojT3NK\"]},\"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\":\"0xb015a8d9e4c23275363fb8aae39b3b4a9f0c947ac0f96a1b841f095a35a8b74b\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://9e3224a28f412196f0cd58d939b90fb5c727dbe536d5a42982a30f0deecafc50\",\"dweb:/ipfs/QmRPTWEasti446WP4Kt8GYdjXTJpYrACbqnKZunBCwjMsx\"]},\"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\":\"0x009e00dcbd2f11fcc5fa0cf80702ef50cda0ea648708b965d14a5caa1251b3d0\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://90d8f20a1f6158d64b7cdae370e9a376920d062ce8086e684ecb49de854d08e6\",\"dweb:/ipfs/QmbmXzqwv7YBBYpFZUtuSeBiNJV21P5xhsrbrZ3rXmGNZW\"]},\"node_modules/@latticexyz/world/src/codegen/interfaces/IWorldRegistrationSystem.sol\":{\"keccak256\":\"0xc5681d6507402a063211c645cc31fb8ef60e2b2eb85da6e14b028c316715f300\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://e83b9374d8dc0aaeedfa0106bb562f597c53e7e11b8ae5892328d4338d611ad3\",\"dweb:/ipfs/Qmd5JZHh3rP58oijqJH6P5XSUuEfhrFuAryHYLrVsVBzW6\"]},\"node_modules/@latticexyz/world/src/constants.sol\":{\"keccak256\":\"0x36c772d51a5da46fcddf88831194d6d331083b8c8246fa79107c4b697c258d77\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://2d2656374c398a2b075d5f26d2ab2c3ea315c99912e52d8030d50f5f8fdda8ac\",\"dweb:/ipfs/QmSG8uJr2ZbFVnht5cTG6xb6XbB6f3kvnznks4BdeAMYET\"]},\"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\":\"0x16795bdbfd7956d733df9ada1030ee7a1a714e3b9da5899149a7b07568c4af55\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://7a71128b4989e78215d5fc57dae8c2f84c6b5e503c159178c0df6f642b8228df\",\"dweb:/ipfs/QmNYTfBe62SdGESZ32fxME72CbAxEqk4j79jBT7655C4u7\"]},\"node_modules/@latticexyz/world/src/worldResourceTypes.sol\":{\"keccak256\":\"0xe31ee781596541f60ed71ef327c9d26ffc899e7fb3f4991c67406518bfc00746\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://f7b864fea8c77833a322b16c4673f110d5065d0cafcedecd07895699cf4258c2\",\"dweb:/ipfs/QmRkzXVjMLwQFWxjEjgfdXVPAp6SU4zfxPo4NJcmz8HwH9\"]},\"src/modules/keyswithvalue/KeysWithValueHook.sol\":{\"keccak256\":\"0xee64527269e80d32ca25db99c417f582a0b134c9fb878cf14489baa2aaec40e5\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://a37714f1fa7cf984130a08a0e9f320817cbe0053eae44d432676951f3b90653f\",\"dweb:/ipfs/QmZjWVwJPrsscv9zJU8jBfMn39yDquYePcACRYQW6qiaFx\"]},\"src/modules/keyswithvalue/KeysWithValueModule.sol\":{\"keccak256\":\"0x7de2ff1f72d2a0cd8ef46af093d93ad54446e1a0ff17b0994c3531a7f907ddac\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://6ea88b94ab3af3f205a9ae3f6db19c05a11efdec35993394925f8ab661232323\",\"dweb:/ipfs/QmdVxtBT85gr82vTkdoHGvfynVq9WRYV67DtkZHgWEsoPS\"]},\"src/modules/keyswithvalue/constants.sol\":{\"keccak256\":\"0xf8745d975bd2f321e676d083a215513b114c70f7d5a105244dfe444a78e74de5\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://a7fc161f890a9ee2edf731f57fcfee2ab4e3b4bebb9470df7850a138c08fc2c8\",\"dweb:/ipfs/QmVyyFaR1tzTYgmiGHnumdXQKsjb5qRVPMS3uTRX1ik3XL\"]},\"src/modules/keyswithvalue/getTargetTableId.sol\":{\"keccak256\":\"0xa7d235a9c96925a340aeaa166c8b67d289b4450ca59f0645052207d318030d78\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://2dce50e51faa63a75e051d8ccf463271674f588088fca6ab168e06a5fe8cc16b\",\"dweb:/ipfs/QmP2eZFJPMiazcEhdv9Q5SJYRNna7CHoV6o8bxURzRtCHh\"]},\"src/modules/keyswithvalue/tables/KeysWithValue.sol\":{\"keccak256\":\"0x6e7dd6afba9208d3f4a765138b3c33f04b78ca161f877bfa944817b8ba663617\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://28e64eb2bb1a4ad47600e8a7dfa4bd0e8f66279d5e42f4bab1be6284ba2dd2ef\",\"dweb:/ipfs/QmR4PhWhxQ5bHJn8GGjZtUDPW5Gy1hmXbsajt5hT4JakT4\"]},\"src/modules/utils/ArrayLib.sol\":{\"keccak256\":\"0x5063027c39c927b80c84ac3bb36d20e19fbbddb746380c1efaf2f33f6fec30b8\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://c49eab76687709db420cbe52737610563f44344ef13608e0809e38c43179cb43\",\"dweb:/ipfs/QmRdQ7iW5j51AVJWin8aaKmj6Xj97ZV5vjfVjG5RqYG5xB\"]}},\"version\":1}",
|
159
159
|
"metadata": {
|
160
160
|
"compiler": {
|
161
161
|
"version": "0.8.21+commit.d9974bed"
|
@@ -788,10 +788,10 @@
|
|
788
788
|
"license": "MIT"
|
789
789
|
},
|
790
790
|
"node_modules/@latticexyz/world/src/modules/core/types.sol": {
|
791
|
-
"keccak256": "
|
791
|
+
"keccak256": "0x8a1cdd3e028281fb61da725f2f6502df776f473fea963bd46e8101725d55d54c",
|
792
792
|
"urls": [
|
793
|
-
"bzz-raw://
|
794
|
-
"dweb:/ipfs/
|
793
|
+
"bzz-raw://86e064413bb3f3be43fdba31be40e819283a07af3d914b27e1ec3e39b6a6440e",
|
794
|
+
"dweb:/ipfs/QmPcUKj747S5dkV6EBNp66ojMBAW64XoGxpgsdVwPUiapm"
|
795
795
|
],
|
796
796
|
"license": "MIT"
|
797
797
|
},
|
@@ -864,68 +864,68 @@
|
|
864
864
|
},
|
865
865
|
"ast": {
|
866
866
|
"absolutePath": "src/modules/keyswithvalue/KeysWithValueModule.sol",
|
867
|
-
"id":
|
867
|
+
"id": 50448,
|
868
868
|
"exportedSymbols": {
|
869
869
|
"AFTER_SPLICE_DYNAMIC_DATA": [
|
870
|
-
|
870
|
+
36520
|
871
871
|
],
|
872
872
|
"AFTER_SPLICE_STATIC_DATA": [
|
873
|
-
|
873
|
+
36508
|
874
874
|
],
|
875
875
|
"BEFORE_DELETE_RECORD": [
|
876
|
-
|
876
|
+
36526
|
877
877
|
],
|
878
878
|
"BEFORE_SET_RECORD": [
|
879
|
-
|
879
|
+
36490
|
880
880
|
],
|
881
881
|
"BEFORE_SPLICE_DYNAMIC_DATA": [
|
882
|
-
|
882
|
+
36514
|
883
883
|
],
|
884
884
|
"BEFORE_SPLICE_STATIC_DATA": [
|
885
|
-
|
885
|
+
36502
|
886
886
|
],
|
887
887
|
"IBaseWorld": [
|
888
|
-
|
888
|
+
39651
|
889
889
|
],
|
890
890
|
"KeysWithValue": [
|
891
|
-
|
891
|
+
53147
|
892
892
|
],
|
893
893
|
"KeysWithValueHook": [
|
894
|
-
|
894
|
+
50247
|
895
895
|
],
|
896
896
|
"KeysWithValueModule": [
|
897
|
-
|
897
|
+
50447
|
898
898
|
],
|
899
899
|
"MODULE_NAMESPACE": [
|
900
|
-
|
900
|
+
50452
|
901
901
|
],
|
902
902
|
"Module": [
|
903
|
-
|
903
|
+
39093
|
904
904
|
],
|
905
905
|
"ResourceId": [
|
906
|
-
|
906
|
+
26521
|
907
907
|
],
|
908
908
|
"StoreSwitch": [
|
909
|
-
|
909
|
+
31203
|
910
910
|
],
|
911
911
|
"WorldContextConsumer": [
|
912
|
-
|
912
|
+
39177
|
913
913
|
],
|
914
914
|
"WorldResourceIdInstance": [
|
915
|
-
|
915
|
+
39615
|
916
916
|
],
|
917
917
|
"getTargetTableId": [
|
918
|
-
|
918
|
+
50683
|
919
919
|
],
|
920
920
|
"revertWithBytes": [
|
921
|
-
|
921
|
+
39725
|
922
922
|
]
|
923
923
|
},
|
924
924
|
"nodeType": "SourceUnit",
|
925
925
|
"src": "32:3606:122",
|
926
926
|
"nodes": [
|
927
927
|
{
|
928
|
-
"id":
|
928
|
+
"id": 50249,
|
929
929
|
"nodeType": "PragmaDirective",
|
930
930
|
"src": "32:25:122",
|
931
931
|
"nodes": [],
|
@@ -937,23 +937,23 @@
|
|
937
937
|
]
|
938
938
|
},
|
939
939
|
{
|
940
|
-
"id":
|
940
|
+
"id": 50251,
|
941
941
|
"nodeType": "ImportDirective",
|
942
942
|
"src": "58:68:122",
|
943
943
|
"nodes": [],
|
944
944
|
"absolutePath": "node_modules/@latticexyz/store/src/StoreSwitch.sol",
|
945
945
|
"file": "@latticexyz/store/src/StoreSwitch.sol",
|
946
946
|
"nameLocation": "-1:-1:-1",
|
947
|
-
"scope":
|
948
|
-
"sourceUnit":
|
947
|
+
"scope": 50448,
|
948
|
+
"sourceUnit": 31204,
|
949
949
|
"symbolAliases": [
|
950
950
|
{
|
951
951
|
"foreign": {
|
952
|
-
"id":
|
952
|
+
"id": 50250,
|
953
953
|
"name": "StoreSwitch",
|
954
954
|
"nodeType": "Identifier",
|
955
955
|
"overloadedDeclarations": [],
|
956
|
-
"referencedDeclaration":
|
956
|
+
"referencedDeclaration": 31203,
|
957
957
|
"src": "67:11:122",
|
958
958
|
"typeDescriptions": {}
|
959
959
|
},
|
@@ -963,23 +963,23 @@
|
|
963
963
|
"unitAlias": ""
|
964
964
|
},
|
965
965
|
{
|
966
|
-
"id":
|
966
|
+
"id": 50258,
|
967
967
|
"nodeType": "ImportDirective",
|
968
968
|
"src": "127:207:122",
|
969
969
|
"nodes": [],
|
970
970
|
"absolutePath": "node_modules/@latticexyz/store/src/storeHookTypes.sol",
|
971
971
|
"file": "@latticexyz/store/src/storeHookTypes.sol",
|
972
972
|
"nameLocation": "-1:-1:-1",
|
973
|
-
"scope":
|
974
|
-
"sourceUnit":
|
973
|
+
"scope": 50448,
|
974
|
+
"sourceUnit": 36571,
|
975
975
|
"symbolAliases": [
|
976
976
|
{
|
977
977
|
"foreign": {
|
978
|
-
"id":
|
978
|
+
"id": 50252,
|
979
979
|
"name": "BEFORE_SET_RECORD",
|
980
980
|
"nodeType": "Identifier",
|
981
981
|
"overloadedDeclarations": [],
|
982
|
-
"referencedDeclaration":
|
982
|
+
"referencedDeclaration": 36490,
|
983
983
|
"src": "136:17:122",
|
984
984
|
"typeDescriptions": {}
|
985
985
|
},
|
@@ -987,11 +987,11 @@
|
|
987
987
|
},
|
988
988
|
{
|
989
989
|
"foreign": {
|
990
|
-
"id":
|
990
|
+
"id": 50253,
|
991
991
|
"name": "BEFORE_SPLICE_STATIC_DATA",
|
992
992
|
"nodeType": "Identifier",
|
993
993
|
"overloadedDeclarations": [],
|
994
|
-
"referencedDeclaration":
|
994
|
+
"referencedDeclaration": 36502,
|
995
995
|
"src": "155:25:122",
|
996
996
|
"typeDescriptions": {}
|
997
997
|
},
|
@@ -999,11 +999,11 @@
|
|
999
999
|
},
|
1000
1000
|
{
|
1001
1001
|
"foreign": {
|
1002
|
-
"id":
|
1002
|
+
"id": 50254,
|
1003
1003
|
"name": "AFTER_SPLICE_STATIC_DATA",
|
1004
1004
|
"nodeType": "Identifier",
|
1005
1005
|
"overloadedDeclarations": [],
|
1006
|
-
"referencedDeclaration":
|
1006
|
+
"referencedDeclaration": 36508,
|
1007
1007
|
"src": "182:24:122",
|
1008
1008
|
"typeDescriptions": {}
|
1009
1009
|
},
|
@@ -1011,11 +1011,11 @@
|
|
1011
1011
|
},
|
1012
1012
|
{
|
1013
1013
|
"foreign": {
|
1014
|
-
"id":
|
1014
|
+
"id": 50255,
|
1015
1015
|
"name": "BEFORE_SPLICE_DYNAMIC_DATA",
|
1016
1016
|
"nodeType": "Identifier",
|
1017
1017
|
"overloadedDeclarations": [],
|
1018
|
-
"referencedDeclaration":
|
1018
|
+
"referencedDeclaration": 36514,
|
1019
1019
|
"src": "208:26:122",
|
1020
1020
|
"typeDescriptions": {}
|
1021
1021
|
},
|
@@ -1023,11 +1023,11 @@
|
|
1023
1023
|
},
|
1024
1024
|
{
|
1025
1025
|
"foreign": {
|
1026
|
-
"id":
|
1026
|
+
"id": 50256,
|
1027
1027
|
"name": "AFTER_SPLICE_DYNAMIC_DATA",
|
1028
1028
|
"nodeType": "Identifier",
|
1029
1029
|
"overloadedDeclarations": [],
|
1030
|
-
"referencedDeclaration":
|
1030
|
+
"referencedDeclaration": 36520,
|
1031
1031
|
"src": "236:25:122",
|
1032
1032
|
"typeDescriptions": {}
|
1033
1033
|
},
|
@@ -1035,11 +1035,11 @@
|
|
1035
1035
|
},
|
1036
1036
|
{
|
1037
1037
|
"foreign": {
|
1038
|
-
"id":
|
1038
|
+
"id": 50257,
|
1039
1039
|
"name": "BEFORE_DELETE_RECORD",
|
1040
1040
|
"nodeType": "Identifier",
|
1041
1041
|
"overloadedDeclarations": [],
|
1042
|
-
"referencedDeclaration":
|
1042
|
+
"referencedDeclaration": 36526,
|
1043
1043
|
"src": "263:20:122",
|
1044
1044
|
"typeDescriptions": {}
|
1045
1045
|
},
|
@@ -1049,23 +1049,23 @@
|
|
1049
1049
|
"unitAlias": ""
|
1050
1050
|
},
|
1051
1051
|
{
|
1052
|
-
"id":
|
1052
|
+
"id": 50260,
|
1053
1053
|
"nodeType": "ImportDirective",
|
1054
1054
|
"src": "335:58:122",
|
1055
1055
|
"nodes": [],
|
1056
1056
|
"absolutePath": "node_modules/@latticexyz/world/src/Module.sol",
|
1057
1057
|
"file": "@latticexyz/world/src/Module.sol",
|
1058
1058
|
"nameLocation": "-1:-1:-1",
|
1059
|
-
"scope":
|
1060
|
-
"sourceUnit":
|
1059
|
+
"scope": 50448,
|
1060
|
+
"sourceUnit": 39094,
|
1061
1061
|
"symbolAliases": [
|
1062
1062
|
{
|
1063
1063
|
"foreign": {
|
1064
|
-
"id":
|
1064
|
+
"id": 50259,
|
1065
1065
|
"name": "Module",
|
1066
1066
|
"nodeType": "Identifier",
|
1067
1067
|
"overloadedDeclarations": [],
|
1068
|
-
"referencedDeclaration":
|
1068
|
+
"referencedDeclaration": 39093,
|
1069
1069
|
"src": "344:6:122",
|
1070
1070
|
"typeDescriptions": {}
|
1071
1071
|
},
|
@@ -1075,23 +1075,23 @@
|
|
1075
1075
|
"unitAlias": ""
|
1076
1076
|
},
|
1077
1077
|
{
|
1078
|
-
"id":
|
1078
|
+
"id": 50262,
|
1079
1079
|
"nodeType": "ImportDirective",
|
1080
1080
|
"src": "395:85:122",
|
1081
1081
|
"nodes": [],
|
1082
1082
|
"absolutePath": "node_modules/@latticexyz/world/src/codegen/interfaces/IBaseWorld.sol",
|
1083
1083
|
"file": "@latticexyz/world/src/codegen/interfaces/IBaseWorld.sol",
|
1084
1084
|
"nameLocation": "-1:-1:-1",
|
1085
|
-
"scope":
|
1086
|
-
"sourceUnit":
|
1085
|
+
"scope": 50448,
|
1086
|
+
"sourceUnit": 39652,
|
1087
1087
|
"symbolAliases": [
|
1088
1088
|
{
|
1089
1089
|
"foreign": {
|
1090
|
-
"id":
|
1090
|
+
"id": 50261,
|
1091
1091
|
"name": "IBaseWorld",
|
1092
1092
|
"nodeType": "Identifier",
|
1093
1093
|
"overloadedDeclarations": [],
|
1094
|
-
"referencedDeclaration":
|
1094
|
+
"referencedDeclaration": 39651,
|
1095
1095
|
"src": "404:10:122",
|
1096
1096
|
"typeDescriptions": {}
|
1097
1097
|
},
|
@@ -1101,23 +1101,23 @@
|
|
1101
1101
|
"unitAlias": ""
|
1102
1102
|
},
|
1103
1103
|
{
|
1104
|
-
"id":
|
1104
|
+
"id": 50264,
|
1105
1105
|
"nodeType": "ImportDirective",
|
1106
1106
|
"src": "482:78:122",
|
1107
1107
|
"nodes": [],
|
1108
1108
|
"absolutePath": "node_modules/@latticexyz/world/src/WorldContext.sol",
|
1109
1109
|
"file": "@latticexyz/world/src/WorldContext.sol",
|
1110
1110
|
"nameLocation": "-1:-1:-1",
|
1111
|
-
"scope":
|
1112
|
-
"sourceUnit":
|
1111
|
+
"scope": 50448,
|
1112
|
+
"sourceUnit": 39332,
|
1113
1113
|
"symbolAliases": [
|
1114
1114
|
{
|
1115
1115
|
"foreign": {
|
1116
|
-
"id":
|
1116
|
+
"id": 50263,
|
1117
1117
|
"name": "WorldContextConsumer",
|
1118
1118
|
"nodeType": "Identifier",
|
1119
1119
|
"overloadedDeclarations": [],
|
1120
|
-
"referencedDeclaration":
|
1120
|
+
"referencedDeclaration": 39177,
|
1121
1121
|
"src": "491:20:122",
|
1122
1122
|
"typeDescriptions": {}
|
1123
1123
|
},
|
@@ -1127,23 +1127,23 @@
|
|
1127
1127
|
"unitAlias": ""
|
1128
1128
|
},
|
1129
1129
|
{
|
1130
|
-
"id":
|
1130
|
+
"id": 50267,
|
1131
1131
|
"nodeType": "ImportDirective",
|
1132
1132
|
"src": "561:96:122",
|
1133
1133
|
"nodes": [],
|
1134
1134
|
"absolutePath": "node_modules/@latticexyz/world/src/WorldResourceId.sol",
|
1135
1135
|
"file": "@latticexyz/world/src/WorldResourceId.sol",
|
1136
1136
|
"nameLocation": "-1:-1:-1",
|
1137
|
-
"scope":
|
1138
|
-
"sourceUnit":
|
1137
|
+
"scope": 50448,
|
1138
|
+
"sourceUnit": 39616,
|
1139
1139
|
"symbolAliases": [
|
1140
1140
|
{
|
1141
1141
|
"foreign": {
|
1142
|
-
"id":
|
1142
|
+
"id": 50265,
|
1143
1143
|
"name": "ResourceId",
|
1144
1144
|
"nodeType": "Identifier",
|
1145
1145
|
"overloadedDeclarations": [],
|
1146
|
-
"referencedDeclaration":
|
1146
|
+
"referencedDeclaration": 26521,
|
1147
1147
|
"src": "570:10:122",
|
1148
1148
|
"typeDescriptions": {}
|
1149
1149
|
},
|
@@ -1151,11 +1151,11 @@
|
|
1151
1151
|
},
|
1152
1152
|
{
|
1153
1153
|
"foreign": {
|
1154
|
-
"id":
|
1154
|
+
"id": 50266,
|
1155
1155
|
"name": "WorldResourceIdInstance",
|
1156
1156
|
"nodeType": "Identifier",
|
1157
1157
|
"overloadedDeclarations": [],
|
1158
|
-
"referencedDeclaration":
|
1158
|
+
"referencedDeclaration": 39615,
|
1159
1159
|
"src": "582:23:122",
|
1160
1160
|
"typeDescriptions": {}
|
1161
1161
|
},
|
@@ -1165,23 +1165,23 @@
|
|
1165
1165
|
"unitAlias": ""
|
1166
1166
|
},
|
1167
1167
|
{
|
1168
|
-
"id":
|
1168
|
+
"id": 50269,
|
1169
1169
|
"nodeType": "ImportDirective",
|
1170
1170
|
"src": "658:76:122",
|
1171
1171
|
"nodes": [],
|
1172
1172
|
"absolutePath": "node_modules/@latticexyz/world/src/revertWithBytes.sol",
|
1173
1173
|
"file": "@latticexyz/world/src/revertWithBytes.sol",
|
1174
1174
|
"nameLocation": "-1:-1:-1",
|
1175
|
-
"scope":
|
1176
|
-
"sourceUnit":
|
1175
|
+
"scope": 50448,
|
1176
|
+
"sourceUnit": 39726,
|
1177
1177
|
"symbolAliases": [
|
1178
1178
|
{
|
1179
1179
|
"foreign": {
|
1180
|
-
"id":
|
1180
|
+
"id": 50268,
|
1181
1181
|
"name": "revertWithBytes",
|
1182
1182
|
"nodeType": "Identifier",
|
1183
1183
|
"overloadedDeclarations": [],
|
1184
|
-
"referencedDeclaration":
|
1184
|
+
"referencedDeclaration": 39725,
|
1185
1185
|
"src": "667:15:122",
|
1186
1186
|
"typeDescriptions": {}
|
1187
1187
|
},
|
@@ -1191,23 +1191,23 @@
|
|
1191
1191
|
"unitAlias": ""
|
1192
1192
|
},
|
1193
1193
|
{
|
1194
|
-
"id":
|
1194
|
+
"id": 50271,
|
1195
1195
|
"nodeType": "ImportDirective",
|
1196
1196
|
"src": "736:51:122",
|
1197
1197
|
"nodes": [],
|
1198
1198
|
"absolutePath": "src/modules/keyswithvalue/constants.sol",
|
1199
1199
|
"file": "./constants.sol",
|
1200
1200
|
"nameLocation": "-1:-1:-1",
|
1201
|
-
"scope":
|
1202
|
-
"sourceUnit":
|
1201
|
+
"scope": 50448,
|
1202
|
+
"sourceUnit": 50453,
|
1203
1203
|
"symbolAliases": [
|
1204
1204
|
{
|
1205
1205
|
"foreign": {
|
1206
|
-
"id":
|
1206
|
+
"id": 50270,
|
1207
1207
|
"name": "MODULE_NAMESPACE",
|
1208
1208
|
"nodeType": "Identifier",
|
1209
1209
|
"overloadedDeclarations": [],
|
1210
|
-
"referencedDeclaration":
|
1210
|
+
"referencedDeclaration": 50452,
|
1211
1211
|
"src": "745:16:122",
|
1212
1212
|
"typeDescriptions": {}
|
1213
1213
|
},
|
@@ -1217,23 +1217,23 @@
|
|
1217
1217
|
"unitAlias": ""
|
1218
1218
|
},
|
1219
1219
|
{
|
1220
|
-
"id":
|
1220
|
+
"id": 50273,
|
1221
1221
|
"nodeType": "ImportDirective",
|
1222
1222
|
"src": "788:60:122",
|
1223
1223
|
"nodes": [],
|
1224
1224
|
"absolutePath": "src/modules/keyswithvalue/KeysWithValueHook.sol",
|
1225
1225
|
"file": "./KeysWithValueHook.sol",
|
1226
1226
|
"nameLocation": "-1:-1:-1",
|
1227
|
-
"scope":
|
1228
|
-
"sourceUnit":
|
1227
|
+
"scope": 50448,
|
1228
|
+
"sourceUnit": 50248,
|
1229
1229
|
"symbolAliases": [
|
1230
1230
|
{
|
1231
1231
|
"foreign": {
|
1232
|
-
"id":
|
1232
|
+
"id": 50272,
|
1233
1233
|
"name": "KeysWithValueHook",
|
1234
1234
|
"nodeType": "Identifier",
|
1235
1235
|
"overloadedDeclarations": [],
|
1236
|
-
"referencedDeclaration":
|
1236
|
+
"referencedDeclaration": 50247,
|
1237
1237
|
"src": "797:17:122",
|
1238
1238
|
"typeDescriptions": {}
|
1239
1239
|
},
|
@@ -1243,23 +1243,23 @@
|
|
1243
1243
|
"unitAlias": ""
|
1244
1244
|
},
|
1245
1245
|
{
|
1246
|
-
"id":
|
1246
|
+
"id": 50275,
|
1247
1247
|
"nodeType": "ImportDirective",
|
1248
1248
|
"src": "849:59:122",
|
1249
1249
|
"nodes": [],
|
1250
1250
|
"absolutePath": "src/modules/keyswithvalue/tables/KeysWithValue.sol",
|
1251
1251
|
"file": "./tables/KeysWithValue.sol",
|
1252
1252
|
"nameLocation": "-1:-1:-1",
|
1253
|
-
"scope":
|
1254
|
-
"sourceUnit":
|
1253
|
+
"scope": 50448,
|
1254
|
+
"sourceUnit": 53148,
|
1255
1255
|
"symbolAliases": [
|
1256
1256
|
{
|
1257
1257
|
"foreign": {
|
1258
|
-
"id":
|
1258
|
+
"id": 50274,
|
1259
1259
|
"name": "KeysWithValue",
|
1260
1260
|
"nodeType": "Identifier",
|
1261
1261
|
"overloadedDeclarations": [],
|
1262
|
-
"referencedDeclaration":
|
1262
|
+
"referencedDeclaration": 53147,
|
1263
1263
|
"src": "858:13:122",
|
1264
1264
|
"typeDescriptions": {}
|
1265
1265
|
},
|
@@ -1269,23 +1269,23 @@
|
|
1269
1269
|
"unitAlias": ""
|
1270
1270
|
},
|
1271
1271
|
{
|
1272
|
-
"id":
|
1272
|
+
"id": 50277,
|
1273
1273
|
"nodeType": "ImportDirective",
|
1274
1274
|
"src": "909:58:122",
|
1275
1275
|
"nodes": [],
|
1276
1276
|
"absolutePath": "src/modules/keyswithvalue/getTargetTableId.sol",
|
1277
1277
|
"file": "./getTargetTableId.sol",
|
1278
1278
|
"nameLocation": "-1:-1:-1",
|
1279
|
-
"scope":
|
1280
|
-
"sourceUnit":
|
1279
|
+
"scope": 50448,
|
1280
|
+
"sourceUnit": 50684,
|
1281
1281
|
"symbolAliases": [
|
1282
1282
|
{
|
1283
1283
|
"foreign": {
|
1284
|
-
"id":
|
1284
|
+
"id": 50276,
|
1285
1285
|
"name": "getTargetTableId",
|
1286
1286
|
"nodeType": "Identifier",
|
1287
1287
|
"overloadedDeclarations": [],
|
1288
|
-
"referencedDeclaration":
|
1288
|
+
"referencedDeclaration": 50683,
|
1289
1289
|
"src": "918:16:122",
|
1290
1290
|
"typeDescriptions": {}
|
1291
1291
|
},
|
@@ -1295,49 +1295,49 @@
|
|
1295
1295
|
"unitAlias": ""
|
1296
1296
|
},
|
1297
1297
|
{
|
1298
|
-
"id":
|
1298
|
+
"id": 50447,
|
1299
1299
|
"nodeType": "ContractDefinition",
|
1300
1300
|
"src": "1629:2008:122",
|
1301
1301
|
"nodes": [
|
1302
1302
|
{
|
1303
|
-
"id":
|
1303
|
+
"id": 50284,
|
1304
1304
|
"nodeType": "UsingForDirective",
|
1305
1305
|
"src": "1672:45:122",
|
1306
1306
|
"nodes": [],
|
1307
1307
|
"global": false,
|
1308
1308
|
"libraryName": {
|
1309
|
-
"id":
|
1309
|
+
"id": 50281,
|
1310
1310
|
"name": "WorldResourceIdInstance",
|
1311
1311
|
"nameLocations": [
|
1312
1312
|
"1678:23:122"
|
1313
1313
|
],
|
1314
1314
|
"nodeType": "IdentifierPath",
|
1315
|
-
"referencedDeclaration":
|
1315
|
+
"referencedDeclaration": 39615,
|
1316
1316
|
"src": "1678:23:122"
|
1317
1317
|
},
|
1318
1318
|
"typeName": {
|
1319
|
-
"id":
|
1319
|
+
"id": 50283,
|
1320
1320
|
"nodeType": "UserDefinedTypeName",
|
1321
1321
|
"pathNode": {
|
1322
|
-
"id":
|
1322
|
+
"id": 50282,
|
1323
1323
|
"name": "ResourceId",
|
1324
1324
|
"nameLocations": [
|
1325
1325
|
"1706:10:122"
|
1326
1326
|
],
|
1327
1327
|
"nodeType": "IdentifierPath",
|
1328
|
-
"referencedDeclaration":
|
1328
|
+
"referencedDeclaration": 26521,
|
1329
1329
|
"src": "1706:10:122"
|
1330
1330
|
},
|
1331
|
-
"referencedDeclaration":
|
1331
|
+
"referencedDeclaration": 26521,
|
1332
1332
|
"src": "1706:10:122",
|
1333
1333
|
"typeDescriptions": {
|
1334
|
-
"typeIdentifier": "t_userDefinedValueType$_ResourceId_$
|
1334
|
+
"typeIdentifier": "t_userDefinedValueType$_ResourceId_$26521",
|
1335
1335
|
"typeString": "ResourceId"
|
1336
1336
|
}
|
1337
1337
|
}
|
1338
1338
|
},
|
1339
1339
|
{
|
1340
|
-
"id":
|
1340
|
+
"id": 50291,
|
1341
1341
|
"nodeType": "VariableDeclaration",
|
1342
1342
|
"src": "1867:66:122",
|
1343
1343
|
"nodes": [],
|
@@ -1345,30 +1345,30 @@
|
|
1345
1345
|
"mutability": "immutable",
|
1346
1346
|
"name": "hook",
|
1347
1347
|
"nameLocation": "1903:4:122",
|
1348
|
-
"scope":
|
1348
|
+
"scope": 50447,
|
1349
1349
|
"stateVariable": true,
|
1350
1350
|
"storageLocation": "default",
|
1351
1351
|
"typeDescriptions": {
|
1352
|
-
"typeIdentifier": "t_contract$_KeysWithValueHook_$
|
1352
|
+
"typeIdentifier": "t_contract$_KeysWithValueHook_$50247",
|
1353
1353
|
"typeString": "contract KeysWithValueHook"
|
1354
1354
|
},
|
1355
1355
|
"typeName": {
|
1356
|
-
"id":
|
1356
|
+
"id": 50286,
|
1357
1357
|
"nodeType": "UserDefinedTypeName",
|
1358
1358
|
"pathNode": {
|
1359
|
-
"id":
|
1359
|
+
"id": 50285,
|
1360
1360
|
"name": "KeysWithValueHook",
|
1361
1361
|
"nameLocations": [
|
1362
1362
|
"1867:17:122"
|
1363
1363
|
],
|
1364
1364
|
"nodeType": "IdentifierPath",
|
1365
|
-
"referencedDeclaration":
|
1365
|
+
"referencedDeclaration": 50247,
|
1366
1366
|
"src": "1867:17:122"
|
1367
1367
|
},
|
1368
|
-
"referencedDeclaration":
|
1368
|
+
"referencedDeclaration": 50247,
|
1369
1369
|
"src": "1867:17:122",
|
1370
1370
|
"typeDescriptions": {
|
1371
|
-
"typeIdentifier": "t_contract$_KeysWithValueHook_$
|
1371
|
+
"typeIdentifier": "t_contract$_KeysWithValueHook_$50247",
|
1372
1372
|
"typeString": "contract KeysWithValueHook"
|
1373
1373
|
}
|
1374
1374
|
},
|
@@ -1376,7 +1376,7 @@
|
|
1376
1376
|
"arguments": [],
|
1377
1377
|
"expression": {
|
1378
1378
|
"argumentTypes": [],
|
1379
|
-
"id":
|
1379
|
+
"id": 50289,
|
1380
1380
|
"isConstant": false,
|
1381
1381
|
"isLValue": false,
|
1382
1382
|
"isPure": false,
|
@@ -1384,31 +1384,31 @@
|
|
1384
1384
|
"nodeType": "NewExpression",
|
1385
1385
|
"src": "1910:21:122",
|
1386
1386
|
"typeDescriptions": {
|
1387
|
-
"typeIdentifier": "t_function_creation_nonpayable$__$returns$_t_contract$_KeysWithValueHook_$
|
1387
|
+
"typeIdentifier": "t_function_creation_nonpayable$__$returns$_t_contract$_KeysWithValueHook_$50247_$",
|
1388
1388
|
"typeString": "function () returns (contract KeysWithValueHook)"
|
1389
1389
|
},
|
1390
1390
|
"typeName": {
|
1391
|
-
"id":
|
1391
|
+
"id": 50288,
|
1392
1392
|
"nodeType": "UserDefinedTypeName",
|
1393
1393
|
"pathNode": {
|
1394
|
-
"id":
|
1394
|
+
"id": 50287,
|
1395
1395
|
"name": "KeysWithValueHook",
|
1396
1396
|
"nameLocations": [
|
1397
1397
|
"1914:17:122"
|
1398
1398
|
],
|
1399
1399
|
"nodeType": "IdentifierPath",
|
1400
|
-
"referencedDeclaration":
|
1400
|
+
"referencedDeclaration": 50247,
|
1401
1401
|
"src": "1914:17:122"
|
1402
1402
|
},
|
1403
|
-
"referencedDeclaration":
|
1403
|
+
"referencedDeclaration": 50247,
|
1404
1404
|
"src": "1914:17:122",
|
1405
1405
|
"typeDescriptions": {
|
1406
|
-
"typeIdentifier": "t_contract$_KeysWithValueHook_$
|
1406
|
+
"typeIdentifier": "t_contract$_KeysWithValueHook_$50247",
|
1407
1407
|
"typeString": "contract KeysWithValueHook"
|
1408
1408
|
}
|
1409
1409
|
}
|
1410
1410
|
},
|
1411
|
-
"id":
|
1411
|
+
"id": 50290,
|
1412
1412
|
"isConstant": false,
|
1413
1413
|
"isLValue": false,
|
1414
1414
|
"isPure": false,
|
@@ -1420,19 +1420,19 @@
|
|
1420
1420
|
"src": "1910:23:122",
|
1421
1421
|
"tryCall": false,
|
1422
1422
|
"typeDescriptions": {
|
1423
|
-
"typeIdentifier": "t_contract$_KeysWithValueHook_$
|
1423
|
+
"typeIdentifier": "t_contract$_KeysWithValueHook_$50247",
|
1424
1424
|
"typeString": "contract KeysWithValueHook"
|
1425
1425
|
}
|
1426
1426
|
},
|
1427
1427
|
"visibility": "private"
|
1428
1428
|
},
|
1429
1429
|
{
|
1430
|
-
"id":
|
1430
|
+
"id": 50302,
|
1431
1431
|
"nodeType": "FunctionDefinition",
|
1432
1432
|
"src": "1938:83:122",
|
1433
1433
|
"nodes": [],
|
1434
1434
|
"body": {
|
1435
|
-
"id":
|
1435
|
+
"id": 50301,
|
1436
1436
|
"nodeType": "Block",
|
1437
1437
|
"src": "1987:34:122",
|
1438
1438
|
"nodes": [],
|
@@ -1442,7 +1442,7 @@
|
|
1442
1442
|
"arguments": [
|
1443
1443
|
{
|
1444
1444
|
"hexValue": "696e646578",
|
1445
|
-
"id":
|
1445
|
+
"id": 50298,
|
1446
1446
|
"isConstant": false,
|
1447
1447
|
"isLValue": false,
|
1448
1448
|
"isPure": true,
|
@@ -1464,7 +1464,7 @@
|
|
1464
1464
|
"typeString": "literal_string \"index\""
|
1465
1465
|
}
|
1466
1466
|
],
|
1467
|
-
"id":
|
1467
|
+
"id": 50297,
|
1468
1468
|
"isConstant": false,
|
1469
1469
|
"isLValue": false,
|
1470
1470
|
"isPure": true,
|
@@ -1476,14 +1476,14 @@
|
|
1476
1476
|
"typeString": "type(bytes16)"
|
1477
1477
|
},
|
1478
1478
|
"typeName": {
|
1479
|
-
"id":
|
1479
|
+
"id": 50296,
|
1480
1480
|
"name": "bytes16",
|
1481
1481
|
"nodeType": "ElementaryTypeName",
|
1482
1482
|
"src": "2000:7:122",
|
1483
1483
|
"typeDescriptions": {}
|
1484
1484
|
}
|
1485
1485
|
},
|
1486
|
-
"id":
|
1486
|
+
"id": 50299,
|
1487
1487
|
"isConstant": false,
|
1488
1488
|
"isLValue": false,
|
1489
1489
|
"isPure": true,
|
@@ -1499,15 +1499,15 @@
|
|
1499
1499
|
"typeString": "bytes16"
|
1500
1500
|
}
|
1501
1501
|
},
|
1502
|
-
"functionReturnParameters":
|
1503
|
-
"id":
|
1502
|
+
"functionReturnParameters": 50295,
|
1503
|
+
"id": 50300,
|
1504
1504
|
"nodeType": "Return",
|
1505
1505
|
"src": "1993:23:122"
|
1506
1506
|
}
|
1507
1507
|
]
|
1508
1508
|
},
|
1509
1509
|
"baseFunctions": [
|
1510
|
-
|
1510
|
+
61440
|
1511
1511
|
],
|
1512
1512
|
"functionSelector": "17d7de7c",
|
1513
1513
|
"implemented": true,
|
@@ -1516,23 +1516,23 @@
|
|
1516
1516
|
"name": "getName",
|
1517
1517
|
"nameLocation": "1947:7:122",
|
1518
1518
|
"parameters": {
|
1519
|
-
"id":
|
1519
|
+
"id": 50292,
|
1520
1520
|
"nodeType": "ParameterList",
|
1521
1521
|
"parameters": [],
|
1522
1522
|
"src": "1954:2:122"
|
1523
1523
|
},
|
1524
1524
|
"returnParameters": {
|
1525
|
-
"id":
|
1525
|
+
"id": 50295,
|
1526
1526
|
"nodeType": "ParameterList",
|
1527
1527
|
"parameters": [
|
1528
1528
|
{
|
1529
1529
|
"constant": false,
|
1530
|
-
"id":
|
1530
|
+
"id": 50294,
|
1531
1531
|
"mutability": "mutable",
|
1532
1532
|
"name": "",
|
1533
1533
|
"nameLocation": "-1:-1:-1",
|
1534
1534
|
"nodeType": "VariableDeclaration",
|
1535
|
-
"scope":
|
1535
|
+
"scope": 50302,
|
1536
1536
|
"src": "1978:7:122",
|
1537
1537
|
"stateVariable": false,
|
1538
1538
|
"storageLocation": "default",
|
@@ -1541,7 +1541,7 @@
|
|
1541
1541
|
"typeString": "bytes16"
|
1542
1542
|
},
|
1543
1543
|
"typeName": {
|
1544
|
-
"id":
|
1544
|
+
"id": 50293,
|
1545
1545
|
"name": "bytes16",
|
1546
1546
|
"nodeType": "ElementaryTypeName",
|
1547
1547
|
"src": "1978:7:122",
|
@@ -1555,76 +1555,76 @@
|
|
1555
1555
|
],
|
1556
1556
|
"src": "1977:9:122"
|
1557
1557
|
},
|
1558
|
-
"scope":
|
1558
|
+
"scope": 50447,
|
1559
1559
|
"stateMutability": "pure",
|
1560
1560
|
"virtual": false,
|
1561
1561
|
"visibility": "public"
|
1562
1562
|
},
|
1563
1563
|
{
|
1564
|
-
"id":
|
1564
|
+
"id": 50437,
|
1565
1565
|
"nodeType": "FunctionDefinition",
|
1566
1566
|
"src": "2025:1510:122",
|
1567
1567
|
"nodes": [],
|
1568
1568
|
"body": {
|
1569
|
-
"id":
|
1569
|
+
"id": 50436,
|
1570
1570
|
"nodeType": "Block",
|
1571
1571
|
"src": "2072:1463:122",
|
1572
1572
|
"nodes": [],
|
1573
1573
|
"statements": [
|
1574
1574
|
{
|
1575
1575
|
"assignments": [
|
1576
|
-
|
1576
|
+
50309
|
1577
1577
|
],
|
1578
1578
|
"declarations": [
|
1579
1579
|
{
|
1580
1580
|
"constant": false,
|
1581
|
-
"id":
|
1581
|
+
"id": 50309,
|
1582
1582
|
"mutability": "mutable",
|
1583
1583
|
"name": "sourceTableId",
|
1584
1584
|
"nameLocation": "2130:13:122",
|
1585
1585
|
"nodeType": "VariableDeclaration",
|
1586
|
-
"scope":
|
1586
|
+
"scope": 50436,
|
1587
1587
|
"src": "2119:24:122",
|
1588
1588
|
"stateVariable": false,
|
1589
1589
|
"storageLocation": "default",
|
1590
1590
|
"typeDescriptions": {
|
1591
|
-
"typeIdentifier": "t_userDefinedValueType$_ResourceId_$
|
1591
|
+
"typeIdentifier": "t_userDefinedValueType$_ResourceId_$26521",
|
1592
1592
|
"typeString": "ResourceId"
|
1593
1593
|
},
|
1594
1594
|
"typeName": {
|
1595
|
-
"id":
|
1595
|
+
"id": 50308,
|
1596
1596
|
"nodeType": "UserDefinedTypeName",
|
1597
1597
|
"pathNode": {
|
1598
|
-
"id":
|
1598
|
+
"id": 50307,
|
1599
1599
|
"name": "ResourceId",
|
1600
1600
|
"nameLocations": [
|
1601
1601
|
"2119:10:122"
|
1602
1602
|
],
|
1603
1603
|
"nodeType": "IdentifierPath",
|
1604
|
-
"referencedDeclaration":
|
1604
|
+
"referencedDeclaration": 26521,
|
1605
1605
|
"src": "2119:10:122"
|
1606
1606
|
},
|
1607
|
-
"referencedDeclaration":
|
1607
|
+
"referencedDeclaration": 26521,
|
1608
1608
|
"src": "2119:10:122",
|
1609
1609
|
"typeDescriptions": {
|
1610
|
-
"typeIdentifier": "t_userDefinedValueType$_ResourceId_$
|
1610
|
+
"typeIdentifier": "t_userDefinedValueType$_ResourceId_$26521",
|
1611
1611
|
"typeString": "ResourceId"
|
1612
1612
|
}
|
1613
1613
|
},
|
1614
1614
|
"visibility": "internal"
|
1615
1615
|
}
|
1616
1616
|
],
|
1617
|
-
"id":
|
1617
|
+
"id": 50320,
|
1618
1618
|
"initialValue": {
|
1619
1619
|
"arguments": [
|
1620
1620
|
{
|
1621
1621
|
"arguments": [
|
1622
1622
|
{
|
1623
|
-
"id":
|
1623
|
+
"id": 50314,
|
1624
1624
|
"name": "args",
|
1625
1625
|
"nodeType": "Identifier",
|
1626
1626
|
"overloadedDeclarations": [],
|
1627
|
-
"referencedDeclaration":
|
1627
|
+
"referencedDeclaration": 50304,
|
1628
1628
|
"src": "2173:4:122",
|
1629
1629
|
"typeDescriptions": {
|
1630
1630
|
"typeIdentifier": "t_bytes_memory_ptr",
|
@@ -1634,7 +1634,7 @@
|
|
1634
1634
|
{
|
1635
1635
|
"components": [
|
1636
1636
|
{
|
1637
|
-
"id":
|
1637
|
+
"id": 50316,
|
1638
1638
|
"isConstant": false,
|
1639
1639
|
"isLValue": false,
|
1640
1640
|
"isPure": true,
|
@@ -1646,7 +1646,7 @@
|
|
1646
1646
|
"typeString": "type(bytes32)"
|
1647
1647
|
},
|
1648
1648
|
"typeName": {
|
1649
|
-
"id":
|
1649
|
+
"id": 50315,
|
1650
1650
|
"name": "bytes32",
|
1651
1651
|
"nodeType": "ElementaryTypeName",
|
1652
1652
|
"src": "2180:7:122",
|
@@ -1654,7 +1654,7 @@
|
|
1654
1654
|
}
|
1655
1655
|
}
|
1656
1656
|
],
|
1657
|
-
"id":
|
1657
|
+
"id": 50317,
|
1658
1658
|
"isConstant": false,
|
1659
1659
|
"isInlineArray": false,
|
1660
1660
|
"isLValue": false,
|
@@ -1680,7 +1680,7 @@
|
|
1680
1680
|
}
|
1681
1681
|
],
|
1682
1682
|
"expression": {
|
1683
|
-
"id":
|
1683
|
+
"id": 50312,
|
1684
1684
|
"name": "abi",
|
1685
1685
|
"nodeType": "Identifier",
|
1686
1686
|
"overloadedDeclarations": [],
|
@@ -1691,7 +1691,7 @@
|
|
1691
1691
|
"typeString": "abi"
|
1692
1692
|
}
|
1693
1693
|
},
|
1694
|
-
"id":
|
1694
|
+
"id": 50313,
|
1695
1695
|
"isConstant": false,
|
1696
1696
|
"isLValue": false,
|
1697
1697
|
"isPure": true,
|
@@ -1705,7 +1705,7 @@
|
|
1705
1705
|
"typeString": "function () pure"
|
1706
1706
|
}
|
1707
1707
|
},
|
1708
|
-
"id":
|
1708
|
+
"id": 50318,
|
1709
1709
|
"isConstant": false,
|
1710
1710
|
"isLValue": false,
|
1711
1711
|
"isPure": false,
|
@@ -1730,18 +1730,18 @@
|
|
1730
1730
|
}
|
1731
1731
|
],
|
1732
1732
|
"expression": {
|
1733
|
-
"id":
|
1733
|
+
"id": 50310,
|
1734
1734
|
"name": "ResourceId",
|
1735
1735
|
"nodeType": "Identifier",
|
1736
1736
|
"overloadedDeclarations": [],
|
1737
|
-
"referencedDeclaration":
|
1737
|
+
"referencedDeclaration": 26521,
|
1738
1738
|
"src": "2146:10:122",
|
1739
1739
|
"typeDescriptions": {
|
1740
|
-
"typeIdentifier": "t_type$_t_userDefinedValueType$_ResourceId_$
|
1740
|
+
"typeIdentifier": "t_type$_t_userDefinedValueType$_ResourceId_$26521_$",
|
1741
1741
|
"typeString": "type(ResourceId)"
|
1742
1742
|
}
|
1743
1743
|
},
|
1744
|
-
"id":
|
1744
|
+
"id": 50311,
|
1745
1745
|
"isConstant": false,
|
1746
1746
|
"isLValue": false,
|
1747
1747
|
"isPure": true,
|
@@ -1751,11 +1751,11 @@
|
|
1751
1751
|
"nodeType": "MemberAccess",
|
1752
1752
|
"src": "2146:15:122",
|
1753
1753
|
"typeDescriptions": {
|
1754
|
-
"typeIdentifier": "t_function_wrap_pure$_t_bytes32_$returns$_t_userDefinedValueType$_ResourceId_$
|
1754
|
+
"typeIdentifier": "t_function_wrap_pure$_t_bytes32_$returns$_t_userDefinedValueType$_ResourceId_$26521_$",
|
1755
1755
|
"typeString": "function (bytes32) pure returns (ResourceId)"
|
1756
1756
|
}
|
1757
1757
|
},
|
1758
|
-
"id":
|
1758
|
+
"id": 50319,
|
1759
1759
|
"isConstant": false,
|
1760
1760
|
"isLValue": false,
|
1761
1761
|
"isPure": false,
|
@@ -1767,7 +1767,7 @@
|
|
1767
1767
|
"src": "2146:44:122",
|
1768
1768
|
"tryCall": false,
|
1769
1769
|
"typeDescriptions": {
|
1770
|
-
"typeIdentifier": "t_userDefinedValueType$_ResourceId_$
|
1770
|
+
"typeIdentifier": "t_userDefinedValueType$_ResourceId_$26521",
|
1771
1771
|
"typeString": "ResourceId"
|
1772
1772
|
}
|
1773
1773
|
},
|
@@ -1776,56 +1776,56 @@
|
|
1776
1776
|
},
|
1777
1777
|
{
|
1778
1778
|
"assignments": [
|
1779
|
-
|
1779
|
+
50323
|
1780
1780
|
],
|
1781
1781
|
"declarations": [
|
1782
1782
|
{
|
1783
1783
|
"constant": false,
|
1784
|
-
"id":
|
1784
|
+
"id": 50323,
|
1785
1785
|
"mutability": "mutable",
|
1786
1786
|
"name": "targetTableSelector",
|
1787
1787
|
"nameLocation": "2207:19:122",
|
1788
1788
|
"nodeType": "VariableDeclaration",
|
1789
|
-
"scope":
|
1789
|
+
"scope": 50436,
|
1790
1790
|
"src": "2196:30:122",
|
1791
1791
|
"stateVariable": false,
|
1792
1792
|
"storageLocation": "default",
|
1793
1793
|
"typeDescriptions": {
|
1794
|
-
"typeIdentifier": "t_userDefinedValueType$_ResourceId_$
|
1794
|
+
"typeIdentifier": "t_userDefinedValueType$_ResourceId_$26521",
|
1795
1795
|
"typeString": "ResourceId"
|
1796
1796
|
},
|
1797
1797
|
"typeName": {
|
1798
|
-
"id":
|
1798
|
+
"id": 50322,
|
1799
1799
|
"nodeType": "UserDefinedTypeName",
|
1800
1800
|
"pathNode": {
|
1801
|
-
"id":
|
1801
|
+
"id": 50321,
|
1802
1802
|
"name": "ResourceId",
|
1803
1803
|
"nameLocations": [
|
1804
1804
|
"2196:10:122"
|
1805
1805
|
],
|
1806
1806
|
"nodeType": "IdentifierPath",
|
1807
|
-
"referencedDeclaration":
|
1807
|
+
"referencedDeclaration": 26521,
|
1808
1808
|
"src": "2196:10:122"
|
1809
1809
|
},
|
1810
|
-
"referencedDeclaration":
|
1810
|
+
"referencedDeclaration": 26521,
|
1811
1811
|
"src": "2196:10:122",
|
1812
1812
|
"typeDescriptions": {
|
1813
|
-
"typeIdentifier": "t_userDefinedValueType$_ResourceId_$
|
1813
|
+
"typeIdentifier": "t_userDefinedValueType$_ResourceId_$26521",
|
1814
1814
|
"typeString": "ResourceId"
|
1815
1815
|
}
|
1816
1816
|
},
|
1817
1817
|
"visibility": "internal"
|
1818
1818
|
}
|
1819
1819
|
],
|
1820
|
-
"id":
|
1820
|
+
"id": 50328,
|
1821
1821
|
"initialValue": {
|
1822
1822
|
"arguments": [
|
1823
1823
|
{
|
1824
|
-
"id":
|
1824
|
+
"id": 50325,
|
1825
1825
|
"name": "MODULE_NAMESPACE",
|
1826
1826
|
"nodeType": "Identifier",
|
1827
1827
|
"overloadedDeclarations": [],
|
1828
|
-
"referencedDeclaration":
|
1828
|
+
"referencedDeclaration": 50452,
|
1829
1829
|
"src": "2246:16:122",
|
1830
1830
|
"typeDescriptions": {
|
1831
1831
|
"typeIdentifier": "t_bytes7",
|
@@ -1833,14 +1833,14 @@
|
|
1833
1833
|
}
|
1834
1834
|
},
|
1835
1835
|
{
|
1836
|
-
"id":
|
1836
|
+
"id": 50326,
|
1837
1837
|
"name": "sourceTableId",
|
1838
1838
|
"nodeType": "Identifier",
|
1839
1839
|
"overloadedDeclarations": [],
|
1840
|
-
"referencedDeclaration":
|
1840
|
+
"referencedDeclaration": 50309,
|
1841
1841
|
"src": "2264:13:122",
|
1842
1842
|
"typeDescriptions": {
|
1843
|
-
"typeIdentifier": "t_userDefinedValueType$_ResourceId_$
|
1843
|
+
"typeIdentifier": "t_userDefinedValueType$_ResourceId_$26521",
|
1844
1844
|
"typeString": "ResourceId"
|
1845
1845
|
}
|
1846
1846
|
}
|
@@ -1852,22 +1852,22 @@
|
|
1852
1852
|
"typeString": "bytes7"
|
1853
1853
|
},
|
1854
1854
|
{
|
1855
|
-
"typeIdentifier": "t_userDefinedValueType$_ResourceId_$
|
1855
|
+
"typeIdentifier": "t_userDefinedValueType$_ResourceId_$26521",
|
1856
1856
|
"typeString": "ResourceId"
|
1857
1857
|
}
|
1858
1858
|
],
|
1859
|
-
"id":
|
1859
|
+
"id": 50324,
|
1860
1860
|
"name": "getTargetTableId",
|
1861
1861
|
"nodeType": "Identifier",
|
1862
1862
|
"overloadedDeclarations": [],
|
1863
|
-
"referencedDeclaration":
|
1863
|
+
"referencedDeclaration": 50683,
|
1864
1864
|
"src": "2229:16:122",
|
1865
1865
|
"typeDescriptions": {
|
1866
|
-
"typeIdentifier": "t_function_internal_pure$_t_bytes7_$_t_userDefinedValueType$_ResourceId_$
|
1866
|
+
"typeIdentifier": "t_function_internal_pure$_t_bytes7_$_t_userDefinedValueType$_ResourceId_$26521_$returns$_t_userDefinedValueType$_ResourceId_$26521_$",
|
1867
1867
|
"typeString": "function (bytes7,ResourceId) pure returns (ResourceId)"
|
1868
1868
|
}
|
1869
1869
|
},
|
1870
|
-
"id":
|
1870
|
+
"id": 50327,
|
1871
1871
|
"isConstant": false,
|
1872
1872
|
"isLValue": false,
|
1873
1873
|
"isPure": false,
|
@@ -1879,7 +1879,7 @@
|
|
1879
1879
|
"src": "2229:49:122",
|
1880
1880
|
"tryCall": false,
|
1881
1881
|
"typeDescriptions": {
|
1882
|
-
"typeIdentifier": "t_userDefinedValueType$_ResourceId_$
|
1882
|
+
"typeIdentifier": "t_userDefinedValueType$_ResourceId_$26521",
|
1883
1883
|
"typeString": "ResourceId"
|
1884
1884
|
}
|
1885
1885
|
},
|
@@ -1888,66 +1888,66 @@
|
|
1888
1888
|
},
|
1889
1889
|
{
|
1890
1890
|
"assignments": [
|
1891
|
-
|
1891
|
+
50331
|
1892
1892
|
],
|
1893
1893
|
"declarations": [
|
1894
1894
|
{
|
1895
1895
|
"constant": false,
|
1896
|
-
"id":
|
1896
|
+
"id": 50331,
|
1897
1897
|
"mutability": "mutable",
|
1898
1898
|
"name": "world",
|
1899
1899
|
"nameLocation": "2296:5:122",
|
1900
1900
|
"nodeType": "VariableDeclaration",
|
1901
|
-
"scope":
|
1901
|
+
"scope": 50436,
|
1902
1902
|
"src": "2285:16:122",
|
1903
1903
|
"stateVariable": false,
|
1904
1904
|
"storageLocation": "default",
|
1905
1905
|
"typeDescriptions": {
|
1906
|
-
"typeIdentifier": "t_contract$_IBaseWorld_$
|
1906
|
+
"typeIdentifier": "t_contract$_IBaseWorld_$39651",
|
1907
1907
|
"typeString": "contract IBaseWorld"
|
1908
1908
|
},
|
1909
1909
|
"typeName": {
|
1910
|
-
"id":
|
1910
|
+
"id": 50330,
|
1911
1911
|
"nodeType": "UserDefinedTypeName",
|
1912
1912
|
"pathNode": {
|
1913
|
-
"id":
|
1913
|
+
"id": 50329,
|
1914
1914
|
"name": "IBaseWorld",
|
1915
1915
|
"nameLocations": [
|
1916
1916
|
"2285:10:122"
|
1917
1917
|
],
|
1918
1918
|
"nodeType": "IdentifierPath",
|
1919
|
-
"referencedDeclaration":
|
1919
|
+
"referencedDeclaration": 39651,
|
1920
1920
|
"src": "2285:10:122"
|
1921
1921
|
},
|
1922
|
-
"referencedDeclaration":
|
1922
|
+
"referencedDeclaration": 39651,
|
1923
1923
|
"src": "2285:10:122",
|
1924
1924
|
"typeDescriptions": {
|
1925
|
-
"typeIdentifier": "t_contract$_IBaseWorld_$
|
1925
|
+
"typeIdentifier": "t_contract$_IBaseWorld_$39651",
|
1926
1926
|
"typeString": "contract IBaseWorld"
|
1927
1927
|
}
|
1928
1928
|
},
|
1929
1929
|
"visibility": "internal"
|
1930
1930
|
}
|
1931
1931
|
],
|
1932
|
-
"id":
|
1932
|
+
"id": 50336,
|
1933
1933
|
"initialValue": {
|
1934
1934
|
"arguments": [
|
1935
1935
|
{
|
1936
1936
|
"arguments": [],
|
1937
1937
|
"expression": {
|
1938
1938
|
"argumentTypes": [],
|
1939
|
-
"id":
|
1939
|
+
"id": 50333,
|
1940
1940
|
"name": "_world",
|
1941
1941
|
"nodeType": "Identifier",
|
1942
1942
|
"overloadedDeclarations": [],
|
1943
|
-
"referencedDeclaration":
|
1943
|
+
"referencedDeclaration": 39159,
|
1944
1944
|
"src": "2315:6:122",
|
1945
1945
|
"typeDescriptions": {
|
1946
1946
|
"typeIdentifier": "t_function_internal_view$__$returns$_t_address_$",
|
1947
1947
|
"typeString": "function () view returns (address)"
|
1948
1948
|
}
|
1949
1949
|
},
|
1950
|
-
"id":
|
1950
|
+
"id": 50334,
|
1951
1951
|
"isConstant": false,
|
1952
1952
|
"isLValue": false,
|
1953
1953
|
"isPure": false,
|
@@ -1971,18 +1971,18 @@
|
|
1971
1971
|
"typeString": "address"
|
1972
1972
|
}
|
1973
1973
|
],
|
1974
|
-
"id":
|
1974
|
+
"id": 50332,
|
1975
1975
|
"name": "IBaseWorld",
|
1976
1976
|
"nodeType": "Identifier",
|
1977
1977
|
"overloadedDeclarations": [],
|
1978
|
-
"referencedDeclaration":
|
1978
|
+
"referencedDeclaration": 39651,
|
1979
1979
|
"src": "2304:10:122",
|
1980
1980
|
"typeDescriptions": {
|
1981
|
-
"typeIdentifier": "t_type$_t_contract$_IBaseWorld_$
|
1981
|
+
"typeIdentifier": "t_type$_t_contract$_IBaseWorld_$39651_$",
|
1982
1982
|
"typeString": "type(contract IBaseWorld)"
|
1983
1983
|
}
|
1984
1984
|
},
|
1985
|
-
"id":
|
1985
|
+
"id": 50335,
|
1986
1986
|
"isConstant": false,
|
1987
1987
|
"isLValue": false,
|
1988
1988
|
"isPure": false,
|
@@ -1994,7 +1994,7 @@
|
|
1994
1994
|
"src": "2304:20:122",
|
1995
1995
|
"tryCall": false,
|
1996
1996
|
"typeDescriptions": {
|
1997
|
-
"typeIdentifier": "t_contract$_IBaseWorld_$
|
1997
|
+
"typeIdentifier": "t_contract$_IBaseWorld_$39651",
|
1998
1998
|
"typeString": "contract IBaseWorld"
|
1999
1999
|
}
|
2000
2000
|
},
|
@@ -2003,18 +2003,18 @@
|
|
2003
2003
|
},
|
2004
2004
|
{
|
2005
2005
|
"assignments": [
|
2006
|
-
|
2007
|
-
|
2006
|
+
50338,
|
2007
|
+
50340
|
2008
2008
|
],
|
2009
2009
|
"declarations": [
|
2010
2010
|
{
|
2011
2011
|
"constant": false,
|
2012
|
-
"id":
|
2012
|
+
"id": 50338,
|
2013
2013
|
"mutability": "mutable",
|
2014
2014
|
"name": "success",
|
2015
2015
|
"nameLocation": "2370:7:122",
|
2016
2016
|
"nodeType": "VariableDeclaration",
|
2017
|
-
"scope":
|
2017
|
+
"scope": 50436,
|
2018
2018
|
"src": "2365:12:122",
|
2019
2019
|
"stateVariable": false,
|
2020
2020
|
"storageLocation": "default",
|
@@ -2023,7 +2023,7 @@
|
|
2023
2023
|
"typeString": "bool"
|
2024
2024
|
},
|
2025
2025
|
"typeName": {
|
2026
|
-
"id":
|
2026
|
+
"id": 50337,
|
2027
2027
|
"name": "bool",
|
2028
2028
|
"nodeType": "ElementaryTypeName",
|
2029
2029
|
"src": "2365:4:122",
|
@@ -2036,12 +2036,12 @@
|
|
2036
2036
|
},
|
2037
2037
|
{
|
2038
2038
|
"constant": false,
|
2039
|
-
"id":
|
2039
|
+
"id": 50340,
|
2040
2040
|
"mutability": "mutable",
|
2041
2041
|
"name": "returnData",
|
2042
2042
|
"nameLocation": "2392:10:122",
|
2043
2043
|
"nodeType": "VariableDeclaration",
|
2044
|
-
"scope":
|
2044
|
+
"scope": 50436,
|
2045
2045
|
"src": "2379:23:122",
|
2046
2046
|
"stateVariable": false,
|
2047
2047
|
"storageLocation": "memory",
|
@@ -2050,7 +2050,7 @@
|
|
2050
2050
|
"typeString": "bytes"
|
2051
2051
|
},
|
2052
2052
|
"typeName": {
|
2053
|
-
"id":
|
2053
|
+
"id": 50339,
|
2054
2054
|
"name": "bytes",
|
2055
2055
|
"nodeType": "ElementaryTypeName",
|
2056
2056
|
"src": "2379:5:122",
|
@@ -2062,25 +2062,25 @@
|
|
2062
2062
|
"visibility": "internal"
|
2063
2063
|
}
|
2064
2064
|
],
|
2065
|
-
"id":
|
2065
|
+
"id": 50369,
|
2066
2066
|
"initialValue": {
|
2067
2067
|
"arguments": [
|
2068
2068
|
{
|
2069
2069
|
"arguments": [
|
2070
2070
|
{
|
2071
2071
|
"expression": {
|
2072
|
-
"id":
|
2072
|
+
"id": 50348,
|
2073
2073
|
"name": "world",
|
2074
2074
|
"nodeType": "Identifier",
|
2075
2075
|
"overloadedDeclarations": [],
|
2076
|
-
"referencedDeclaration":
|
2076
|
+
"referencedDeclaration": 50331,
|
2077
2077
|
"src": "2465:5:122",
|
2078
2078
|
"typeDescriptions": {
|
2079
|
-
"typeIdentifier": "t_contract$_IBaseWorld_$
|
2079
|
+
"typeIdentifier": "t_contract$_IBaseWorld_$39651",
|
2080
2080
|
"typeString": "contract IBaseWorld"
|
2081
2081
|
}
|
2082
2082
|
},
|
2083
|
-
"id":
|
2083
|
+
"id": 50349,
|
2084
2084
|
"isConstant": false,
|
2085
2085
|
"isLValue": false,
|
2086
2086
|
"isPure": false,
|
@@ -2088,24 +2088,24 @@
|
|
2088
2088
|
"memberLocation": "2471:13:122",
|
2089
2089
|
"memberName": "registerTable",
|
2090
2090
|
"nodeType": "MemberAccess",
|
2091
|
-
"referencedDeclaration":
|
2091
|
+
"referencedDeclaration": 58067,
|
2092
2092
|
"src": "2465:19:122",
|
2093
2093
|
"typeDescriptions": {
|
2094
|
-
"typeIdentifier": "t_function_external_nonpayable$_t_userDefinedValueType$_ResourceId_$
|
2094
|
+
"typeIdentifier": "t_function_external_nonpayable$_t_userDefinedValueType$_ResourceId_$26521_$_t_userDefinedValueType$_FieldLayout_$25399_$_t_userDefinedValueType$_Schema_$26604_$_t_userDefinedValueType$_Schema_$26604_$_t_array$_t_string_memory_ptr_$dyn_memory_ptr_$_t_array$_t_string_memory_ptr_$dyn_memory_ptr_$returns$__$",
|
2095
2095
|
"typeString": "function (ResourceId,FieldLayout,Schema,Schema,string memory[] memory,string memory[] memory) external"
|
2096
2096
|
}
|
2097
2097
|
},
|
2098
2098
|
{
|
2099
2099
|
"components": [
|
2100
2100
|
{
|
2101
|
-
"id":
|
2101
|
+
"id": 50350,
|
2102
2102
|
"name": "targetTableSelector",
|
2103
2103
|
"nodeType": "Identifier",
|
2104
2104
|
"overloadedDeclarations": [],
|
2105
|
-
"referencedDeclaration":
|
2105
|
+
"referencedDeclaration": 50323,
|
2106
2106
|
"src": "2506:19:122",
|
2107
2107
|
"typeDescriptions": {
|
2108
|
-
"typeIdentifier": "t_userDefinedValueType$_ResourceId_$
|
2108
|
+
"typeIdentifier": "t_userDefinedValueType$_ResourceId_$26521",
|
2109
2109
|
"typeString": "ResourceId"
|
2110
2110
|
}
|
2111
2111
|
},
|
@@ -2114,18 +2114,18 @@
|
|
2114
2114
|
"expression": {
|
2115
2115
|
"argumentTypes": [],
|
2116
2116
|
"expression": {
|
2117
|
-
"id":
|
2117
|
+
"id": 50351,
|
2118
2118
|
"name": "KeysWithValue",
|
2119
2119
|
"nodeType": "Identifier",
|
2120
2120
|
"overloadedDeclarations": [],
|
2121
|
-
"referencedDeclaration":
|
2121
|
+
"referencedDeclaration": 53147,
|
2122
2122
|
"src": "2537:13:122",
|
2123
2123
|
"typeDescriptions": {
|
2124
|
-
"typeIdentifier": "t_type$_t_contract$_KeysWithValue_$
|
2124
|
+
"typeIdentifier": "t_type$_t_contract$_KeysWithValue_$53147_$",
|
2125
2125
|
"typeString": "type(library KeysWithValue)"
|
2126
2126
|
}
|
2127
2127
|
},
|
2128
|
-
"id":
|
2128
|
+
"id": 50352,
|
2129
2129
|
"isConstant": false,
|
2130
2130
|
"isLValue": false,
|
2131
2131
|
"isPure": false,
|
@@ -2133,14 +2133,14 @@
|
|
2133
2133
|
"memberLocation": "2551:14:122",
|
2134
2134
|
"memberName": "getFieldLayout",
|
2135
2135
|
"nodeType": "MemberAccess",
|
2136
|
-
"referencedDeclaration":
|
2136
|
+
"referencedDeclaration": 50732,
|
2137
2137
|
"src": "2537:28:122",
|
2138
2138
|
"typeDescriptions": {
|
2139
|
-
"typeIdentifier": "t_function_internal_pure$__$returns$_t_userDefinedValueType$_FieldLayout_$
|
2139
|
+
"typeIdentifier": "t_function_internal_pure$__$returns$_t_userDefinedValueType$_FieldLayout_$25399_$",
|
2140
2140
|
"typeString": "function () pure returns (FieldLayout)"
|
2141
2141
|
}
|
2142
2142
|
},
|
2143
|
-
"id":
|
2143
|
+
"id": 50353,
|
2144
2144
|
"isConstant": false,
|
2145
2145
|
"isLValue": false,
|
2146
2146
|
"isPure": false,
|
@@ -2152,7 +2152,7 @@
|
|
2152
2152
|
"src": "2537:30:122",
|
2153
2153
|
"tryCall": false,
|
2154
2154
|
"typeDescriptions": {
|
2155
|
-
"typeIdentifier": "t_userDefinedValueType$_FieldLayout_$
|
2155
|
+
"typeIdentifier": "t_userDefinedValueType$_FieldLayout_$25399",
|
2156
2156
|
"typeString": "FieldLayout"
|
2157
2157
|
}
|
2158
2158
|
},
|
@@ -2161,18 +2161,18 @@
|
|
2161
2161
|
"expression": {
|
2162
2162
|
"argumentTypes": [],
|
2163
2163
|
"expression": {
|
2164
|
-
"id":
|
2164
|
+
"id": 50354,
|
2165
2165
|
"name": "KeysWithValue",
|
2166
2166
|
"nodeType": "Identifier",
|
2167
2167
|
"overloadedDeclarations": [],
|
2168
|
-
"referencedDeclaration":
|
2168
|
+
"referencedDeclaration": 53147,
|
2169
2169
|
"src": "2579:13:122",
|
2170
2170
|
"typeDescriptions": {
|
2171
|
-
"typeIdentifier": "t_type$_t_contract$_KeysWithValue_$
|
2171
|
+
"typeIdentifier": "t_type$_t_contract$_KeysWithValue_$53147_$",
|
2172
2172
|
"typeString": "type(library KeysWithValue)"
|
2173
2173
|
}
|
2174
2174
|
},
|
2175
|
-
"id":
|
2175
|
+
"id": 50355,
|
2176
2176
|
"isConstant": false,
|
2177
2177
|
"isLValue": false,
|
2178
2178
|
"isPure": false,
|
@@ -2180,14 +2180,14 @@
|
|
2180
2180
|
"memberLocation": "2593:12:122",
|
2181
2181
|
"memberName": "getKeySchema",
|
2182
2182
|
"nodeType": "MemberAccess",
|
2183
|
-
"referencedDeclaration":
|
2183
|
+
"referencedDeclaration": 50764,
|
2184
2184
|
"src": "2579:26:122",
|
2185
2185
|
"typeDescriptions": {
|
2186
|
-
"typeIdentifier": "t_function_internal_pure$__$returns$_t_userDefinedValueType$_Schema_$
|
2186
|
+
"typeIdentifier": "t_function_internal_pure$__$returns$_t_userDefinedValueType$_Schema_$26604_$",
|
2187
2187
|
"typeString": "function () pure returns (Schema)"
|
2188
2188
|
}
|
2189
2189
|
},
|
2190
|
-
"id":
|
2190
|
+
"id": 50356,
|
2191
2191
|
"isConstant": false,
|
2192
2192
|
"isLValue": false,
|
2193
2193
|
"isPure": false,
|
@@ -2199,7 +2199,7 @@
|
|
2199
2199
|
"src": "2579:28:122",
|
2200
2200
|
"tryCall": false,
|
2201
2201
|
"typeDescriptions": {
|
2202
|
-
"typeIdentifier": "t_userDefinedValueType$_Schema_$
|
2202
|
+
"typeIdentifier": "t_userDefinedValueType$_Schema_$26604",
|
2203
2203
|
"typeString": "Schema"
|
2204
2204
|
}
|
2205
2205
|
},
|
@@ -2208,18 +2208,18 @@
|
|
2208
2208
|
"expression": {
|
2209
2209
|
"argumentTypes": [],
|
2210
2210
|
"expression": {
|
2211
|
-
"id":
|
2211
|
+
"id": 50357,
|
2212
2212
|
"name": "KeysWithValue",
|
2213
2213
|
"nodeType": "Identifier",
|
2214
2214
|
"overloadedDeclarations": [],
|
2215
|
-
"referencedDeclaration":
|
2215
|
+
"referencedDeclaration": 53147,
|
2216
2216
|
"src": "2619:13:122",
|
2217
2217
|
"typeDescriptions": {
|
2218
|
-
"typeIdentifier": "t_type$_t_contract$_KeysWithValue_$
|
2218
|
+
"typeIdentifier": "t_type$_t_contract$_KeysWithValue_$53147_$",
|
2219
2219
|
"typeString": "type(library KeysWithValue)"
|
2220
2220
|
}
|
2221
2221
|
},
|
2222
|
-
"id":
|
2222
|
+
"id": 50358,
|
2223
2223
|
"isConstant": false,
|
2224
2224
|
"isLValue": false,
|
2225
2225
|
"isPure": false,
|
@@ -2227,14 +2227,14 @@
|
|
2227
2227
|
"memberLocation": "2633:14:122",
|
2228
2228
|
"memberName": "getValueSchema",
|
2229
2229
|
"nodeType": "MemberAccess",
|
2230
|
-
"referencedDeclaration":
|
2230
|
+
"referencedDeclaration": 50796,
|
2231
2231
|
"src": "2619:28:122",
|
2232
2232
|
"typeDescriptions": {
|
2233
|
-
"typeIdentifier": "t_function_internal_pure$__$returns$_t_userDefinedValueType$_Schema_$
|
2233
|
+
"typeIdentifier": "t_function_internal_pure$__$returns$_t_userDefinedValueType$_Schema_$26604_$",
|
2234
2234
|
"typeString": "function () pure returns (Schema)"
|
2235
2235
|
}
|
2236
2236
|
},
|
2237
|
-
"id":
|
2237
|
+
"id": 50359,
|
2238
2238
|
"isConstant": false,
|
2239
2239
|
"isLValue": false,
|
2240
2240
|
"isPure": false,
|
@@ -2246,7 +2246,7 @@
|
|
2246
2246
|
"src": "2619:30:122",
|
2247
2247
|
"tryCall": false,
|
2248
2248
|
"typeDescriptions": {
|
2249
|
-
"typeIdentifier": "t_userDefinedValueType$_Schema_$
|
2249
|
+
"typeIdentifier": "t_userDefinedValueType$_Schema_$26604",
|
2250
2250
|
"typeString": "Schema"
|
2251
2251
|
}
|
2252
2252
|
},
|
@@ -2255,18 +2255,18 @@
|
|
2255
2255
|
"expression": {
|
2256
2256
|
"argumentTypes": [],
|
2257
2257
|
"expression": {
|
2258
|
-
"id":
|
2258
|
+
"id": 50360,
|
2259
2259
|
"name": "KeysWithValue",
|
2260
2260
|
"nodeType": "Identifier",
|
2261
2261
|
"overloadedDeclarations": [],
|
2262
|
-
"referencedDeclaration":
|
2262
|
+
"referencedDeclaration": 53147,
|
2263
2263
|
"src": "2661:13:122",
|
2264
2264
|
"typeDescriptions": {
|
2265
|
-
"typeIdentifier": "t_type$_t_contract$_KeysWithValue_$
|
2265
|
+
"typeIdentifier": "t_type$_t_contract$_KeysWithValue_$53147_$",
|
2266
2266
|
"typeString": "type(library KeysWithValue)"
|
2267
2267
|
}
|
2268
2268
|
},
|
2269
|
-
"id":
|
2269
|
+
"id": 50361,
|
2270
2270
|
"isConstant": false,
|
2271
2271
|
"isLValue": false,
|
2272
2272
|
"isPure": false,
|
@@ -2274,14 +2274,14 @@
|
|
2274
2274
|
"memberLocation": "2675:11:122",
|
2275
2275
|
"memberName": "getKeyNames",
|
2276
2276
|
"nodeType": "MemberAccess",
|
2277
|
-
"referencedDeclaration":
|
2277
|
+
"referencedDeclaration": 50818,
|
2278
2278
|
"src": "2661:25:122",
|
2279
2279
|
"typeDescriptions": {
|
2280
2280
|
"typeIdentifier": "t_function_internal_pure$__$returns$_t_array$_t_string_memory_ptr_$dyn_memory_ptr_$",
|
2281
2281
|
"typeString": "function () pure returns (string memory[] memory)"
|
2282
2282
|
}
|
2283
2283
|
},
|
2284
|
-
"id":
|
2284
|
+
"id": 50362,
|
2285
2285
|
"isConstant": false,
|
2286
2286
|
"isLValue": false,
|
2287
2287
|
"isPure": false,
|
@@ -2302,18 +2302,18 @@
|
|
2302
2302
|
"expression": {
|
2303
2303
|
"argumentTypes": [],
|
2304
2304
|
"expression": {
|
2305
|
-
"id":
|
2305
|
+
"id": 50363,
|
2306
2306
|
"name": "KeysWithValue",
|
2307
2307
|
"nodeType": "Identifier",
|
2308
2308
|
"overloadedDeclarations": [],
|
2309
|
-
"referencedDeclaration":
|
2309
|
+
"referencedDeclaration": 53147,
|
2310
2310
|
"src": "2700:13:122",
|
2311
2311
|
"typeDescriptions": {
|
2312
|
-
"typeIdentifier": "t_type$_t_contract$_KeysWithValue_$
|
2312
|
+
"typeIdentifier": "t_type$_t_contract$_KeysWithValue_$53147_$",
|
2313
2313
|
"typeString": "type(library KeysWithValue)"
|
2314
2314
|
}
|
2315
2315
|
},
|
2316
|
-
"id":
|
2316
|
+
"id": 50364,
|
2317
2317
|
"isConstant": false,
|
2318
2318
|
"isLValue": false,
|
2319
2319
|
"isPure": false,
|
@@ -2321,14 +2321,14 @@
|
|
2321
2321
|
"memberLocation": "2714:13:122",
|
2322
2322
|
"memberName": "getFieldNames",
|
2323
2323
|
"nodeType": "MemberAccess",
|
2324
|
-
"referencedDeclaration":
|
2324
|
+
"referencedDeclaration": 50840,
|
2325
2325
|
"src": "2700:27:122",
|
2326
2326
|
"typeDescriptions": {
|
2327
2327
|
"typeIdentifier": "t_function_internal_pure$__$returns$_t_array$_t_string_memory_ptr_$dyn_memory_ptr_$",
|
2328
2328
|
"typeString": "function () pure returns (string memory[] memory)"
|
2329
2329
|
}
|
2330
2330
|
},
|
2331
|
-
"id":
|
2331
|
+
"id": 50365,
|
2332
2332
|
"isConstant": false,
|
2333
2333
|
"isLValue": false,
|
2334
2334
|
"isPure": false,
|
@@ -2345,7 +2345,7 @@
|
|
2345
2345
|
}
|
2346
2346
|
}
|
2347
2347
|
],
|
2348
|
-
"id":
|
2348
|
+
"id": 50366,
|
2349
2349
|
"isConstant": false,
|
2350
2350
|
"isInlineArray": false,
|
2351
2351
|
"isLValue": false,
|
@@ -2354,7 +2354,7 @@
|
|
2354
2354
|
"nodeType": "TupleExpression",
|
2355
2355
|
"src": "2494:245:122",
|
2356
2356
|
"typeDescriptions": {
|
2357
|
-
"typeIdentifier": "t_tuple$_t_userDefinedValueType$_ResourceId_$
|
2357
|
+
"typeIdentifier": "t_tuple$_t_userDefinedValueType$_ResourceId_$26521_$_t_userDefinedValueType$_FieldLayout_$25399_$_t_userDefinedValueType$_Schema_$26604_$_t_userDefinedValueType$_Schema_$26604_$_t_array$_t_string_memory_ptr_$dyn_memory_ptr_$_t_array$_t_string_memory_ptr_$dyn_memory_ptr_$",
|
2358
2358
|
"typeString": "tuple(ResourceId,FieldLayout,Schema,Schema,string memory[] memory,string memory[] memory)"
|
2359
2359
|
}
|
2360
2360
|
}
|
@@ -2362,16 +2362,16 @@
|
|
2362
2362
|
"expression": {
|
2363
2363
|
"argumentTypes": [
|
2364
2364
|
{
|
2365
|
-
"typeIdentifier": "t_function_external_nonpayable$_t_userDefinedValueType$_ResourceId_$
|
2365
|
+
"typeIdentifier": "t_function_external_nonpayable$_t_userDefinedValueType$_ResourceId_$26521_$_t_userDefinedValueType$_FieldLayout_$25399_$_t_userDefinedValueType$_Schema_$26604_$_t_userDefinedValueType$_Schema_$26604_$_t_array$_t_string_memory_ptr_$dyn_memory_ptr_$_t_array$_t_string_memory_ptr_$dyn_memory_ptr_$returns$__$",
|
2366
2366
|
"typeString": "function (ResourceId,FieldLayout,Schema,Schema,string memory[] memory,string memory[] memory) external"
|
2367
2367
|
},
|
2368
2368
|
{
|
2369
|
-
"typeIdentifier": "t_tuple$_t_userDefinedValueType$_ResourceId_$
|
2369
|
+
"typeIdentifier": "t_tuple$_t_userDefinedValueType$_ResourceId_$26521_$_t_userDefinedValueType$_FieldLayout_$25399_$_t_userDefinedValueType$_Schema_$26604_$_t_userDefinedValueType$_Schema_$26604_$_t_array$_t_string_memory_ptr_$dyn_memory_ptr_$_t_array$_t_string_memory_ptr_$dyn_memory_ptr_$",
|
2370
2370
|
"typeString": "tuple(ResourceId,FieldLayout,Schema,Schema,string memory[] memory,string memory[] memory)"
|
2371
2371
|
}
|
2372
2372
|
],
|
2373
2373
|
"expression": {
|
2374
|
-
"id":
|
2374
|
+
"id": 50346,
|
2375
2375
|
"name": "abi",
|
2376
2376
|
"nodeType": "Identifier",
|
2377
2377
|
"overloadedDeclarations": [],
|
@@ -2382,7 +2382,7 @@
|
|
2382
2382
|
"typeString": "abi"
|
2383
2383
|
}
|
2384
2384
|
},
|
2385
|
-
"id":
|
2385
|
+
"id": 50347,
|
2386
2386
|
"isConstant": false,
|
2387
2387
|
"isLValue": false,
|
2388
2388
|
"isPure": true,
|
@@ -2396,7 +2396,7 @@
|
|
2396
2396
|
"typeString": "function () pure returns (bytes memory)"
|
2397
2397
|
}
|
2398
2398
|
},
|
2399
|
-
"id":
|
2399
|
+
"id": 50367,
|
2400
2400
|
"isConstant": false,
|
2401
2401
|
"isLValue": false,
|
2402
2402
|
"isPure": false,
|
@@ -2423,14 +2423,14 @@
|
|
2423
2423
|
"expression": {
|
2424
2424
|
"arguments": [
|
2425
2425
|
{
|
2426
|
-
"id":
|
2426
|
+
"id": 50343,
|
2427
2427
|
"name": "world",
|
2428
2428
|
"nodeType": "Identifier",
|
2429
2429
|
"overloadedDeclarations": [],
|
2430
|
-
"referencedDeclaration":
|
2430
|
+
"referencedDeclaration": 50331,
|
2431
2431
|
"src": "2414:5:122",
|
2432
2432
|
"typeDescriptions": {
|
2433
|
-
"typeIdentifier": "t_contract$_IBaseWorld_$
|
2433
|
+
"typeIdentifier": "t_contract$_IBaseWorld_$39651",
|
2434
2434
|
"typeString": "contract IBaseWorld"
|
2435
2435
|
}
|
2436
2436
|
}
|
@@ -2438,11 +2438,11 @@
|
|
2438
2438
|
"expression": {
|
2439
2439
|
"argumentTypes": [
|
2440
2440
|
{
|
2441
|
-
"typeIdentifier": "t_contract$_IBaseWorld_$
|
2441
|
+
"typeIdentifier": "t_contract$_IBaseWorld_$39651",
|
2442
2442
|
"typeString": "contract IBaseWorld"
|
2443
2443
|
}
|
2444
2444
|
],
|
2445
|
-
"id":
|
2445
|
+
"id": 50342,
|
2446
2446
|
"isConstant": false,
|
2447
2447
|
"isLValue": false,
|
2448
2448
|
"isPure": true,
|
@@ -2454,14 +2454,14 @@
|
|
2454
2454
|
"typeString": "type(address)"
|
2455
2455
|
},
|
2456
2456
|
"typeName": {
|
2457
|
-
"id":
|
2457
|
+
"id": 50341,
|
2458
2458
|
"name": "address",
|
2459
2459
|
"nodeType": "ElementaryTypeName",
|
2460
2460
|
"src": "2406:7:122",
|
2461
2461
|
"typeDescriptions": {}
|
2462
2462
|
}
|
2463
2463
|
},
|
2464
|
-
"id":
|
2464
|
+
"id": 50344,
|
2465
2465
|
"isConstant": false,
|
2466
2466
|
"isLValue": false,
|
2467
2467
|
"isPure": false,
|
@@ -2477,7 +2477,7 @@
|
|
2477
2477
|
"typeString": "address"
|
2478
2478
|
}
|
2479
2479
|
},
|
2480
|
-
"id":
|
2480
|
+
"id": 50345,
|
2481
2481
|
"isConstant": false,
|
2482
2482
|
"isLValue": false,
|
2483
2483
|
"isPure": false,
|
@@ -2491,7 +2491,7 @@
|
|
2491
2491
|
"typeString": "function (bytes memory) returns (bool,bytes memory)"
|
2492
2492
|
}
|
2493
2493
|
},
|
2494
|
-
"id":
|
2494
|
+
"id": 50368,
|
2495
2495
|
"isConstant": false,
|
2496
2496
|
"isLValue": false,
|
2497
2497
|
"isPure": false,
|
@@ -2512,7 +2512,7 @@
|
|
2512
2512
|
},
|
2513
2513
|
{
|
2514
2514
|
"expression": {
|
2515
|
-
"id":
|
2515
|
+
"id": 50390,
|
2516
2516
|
"isConstant": false,
|
2517
2517
|
"isLValue": false,
|
2518
2518
|
"isPure": false,
|
@@ -2520,11 +2520,11 @@
|
|
2520
2520
|
"leftHandSide": {
|
2521
2521
|
"components": [
|
2522
2522
|
{
|
2523
|
-
"id":
|
2523
|
+
"id": 50370,
|
2524
2524
|
"name": "success",
|
2525
2525
|
"nodeType": "Identifier",
|
2526
2526
|
"overloadedDeclarations": [],
|
2527
|
-
"referencedDeclaration":
|
2527
|
+
"referencedDeclaration": 50338,
|
2528
2528
|
"src": "2810:7:122",
|
2529
2529
|
"typeDescriptions": {
|
2530
2530
|
"typeIdentifier": "t_bool",
|
@@ -2532,11 +2532,11 @@
|
|
2532
2532
|
}
|
2533
2533
|
},
|
2534
2534
|
{
|
2535
|
-
"id":
|
2535
|
+
"id": 50371,
|
2536
2536
|
"name": "returnData",
|
2537
2537
|
"nodeType": "Identifier",
|
2538
2538
|
"overloadedDeclarations": [],
|
2539
|
-
"referencedDeclaration":
|
2539
|
+
"referencedDeclaration": 50340,
|
2540
2540
|
"src": "2819:10:122",
|
2541
2541
|
"typeDescriptions": {
|
2542
2542
|
"typeIdentifier": "t_bytes_memory_ptr",
|
@@ -2544,7 +2544,7 @@
|
|
2544
2544
|
}
|
2545
2545
|
}
|
2546
2546
|
],
|
2547
|
-
"id":
|
2547
|
+
"id": 50372,
|
2548
2548
|
"isConstant": false,
|
2549
2549
|
"isInlineArray": false,
|
2550
2550
|
"isLValue": true,
|
@@ -2565,18 +2565,18 @@
|
|
2565
2565
|
"arguments": [
|
2566
2566
|
{
|
2567
2567
|
"expression": {
|
2568
|
-
"id":
|
2568
|
+
"id": 50380,
|
2569
2569
|
"name": "world",
|
2570
2570
|
"nodeType": "Identifier",
|
2571
2571
|
"overloadedDeclarations": [],
|
2572
|
-
"referencedDeclaration":
|
2572
|
+
"referencedDeclaration": 50331,
|
2573
2573
|
"src": "2883:5:122",
|
2574
2574
|
"typeDescriptions": {
|
2575
|
-
"typeIdentifier": "t_contract$_IBaseWorld_$
|
2575
|
+
"typeIdentifier": "t_contract$_IBaseWorld_$39651",
|
2576
2576
|
"typeString": "contract IBaseWorld"
|
2577
2577
|
}
|
2578
2578
|
},
|
2579
|
-
"id":
|
2579
|
+
"id": 50381,
|
2580
2580
|
"isConstant": false,
|
2581
2581
|
"isLValue": false,
|
2582
2582
|
"isPure": false,
|
@@ -2584,38 +2584,38 @@
|
|
2584
2584
|
"memberLocation": "2889:11:122",
|
2585
2585
|
"memberName": "grantAccess",
|
2586
2586
|
"nodeType": "MemberAccess",
|
2587
|
-
"referencedDeclaration":
|
2587
|
+
"referencedDeclaration": 61559,
|
2588
2588
|
"src": "2883:17:122",
|
2589
2589
|
"typeDescriptions": {
|
2590
|
-
"typeIdentifier": "t_function_external_nonpayable$_t_userDefinedValueType$_ResourceId_$
|
2590
|
+
"typeIdentifier": "t_function_external_nonpayable$_t_userDefinedValueType$_ResourceId_$26521_$_t_address_$returns$__$",
|
2591
2591
|
"typeString": "function (ResourceId,address) external"
|
2592
2592
|
}
|
2593
2593
|
},
|
2594
2594
|
{
|
2595
2595
|
"components": [
|
2596
2596
|
{
|
2597
|
-
"id":
|
2597
|
+
"id": 50382,
|
2598
2598
|
"name": "targetTableSelector",
|
2599
2599
|
"nodeType": "Identifier",
|
2600
2600
|
"overloadedDeclarations": [],
|
2601
|
-
"referencedDeclaration":
|
2601
|
+
"referencedDeclaration": 50323,
|
2602
2602
|
"src": "2903:19:122",
|
2603
2603
|
"typeDescriptions": {
|
2604
|
-
"typeIdentifier": "t_userDefinedValueType$_ResourceId_$
|
2604
|
+
"typeIdentifier": "t_userDefinedValueType$_ResourceId_$26521",
|
2605
2605
|
"typeString": "ResourceId"
|
2606
2606
|
}
|
2607
2607
|
},
|
2608
2608
|
{
|
2609
2609
|
"arguments": [
|
2610
2610
|
{
|
2611
|
-
"id":
|
2611
|
+
"id": 50385,
|
2612
2612
|
"name": "hook",
|
2613
2613
|
"nodeType": "Identifier",
|
2614
2614
|
"overloadedDeclarations": [],
|
2615
|
-
"referencedDeclaration":
|
2615
|
+
"referencedDeclaration": 50291,
|
2616
2616
|
"src": "2932:4:122",
|
2617
2617
|
"typeDescriptions": {
|
2618
|
-
"typeIdentifier": "t_contract$_KeysWithValueHook_$
|
2618
|
+
"typeIdentifier": "t_contract$_KeysWithValueHook_$50247",
|
2619
2619
|
"typeString": "contract KeysWithValueHook"
|
2620
2620
|
}
|
2621
2621
|
}
|
@@ -2623,11 +2623,11 @@
|
|
2623
2623
|
"expression": {
|
2624
2624
|
"argumentTypes": [
|
2625
2625
|
{
|
2626
|
-
"typeIdentifier": "t_contract$_KeysWithValueHook_$
|
2626
|
+
"typeIdentifier": "t_contract$_KeysWithValueHook_$50247",
|
2627
2627
|
"typeString": "contract KeysWithValueHook"
|
2628
2628
|
}
|
2629
2629
|
],
|
2630
|
-
"id":
|
2630
|
+
"id": 50384,
|
2631
2631
|
"isConstant": false,
|
2632
2632
|
"isLValue": false,
|
2633
2633
|
"isPure": true,
|
@@ -2639,14 +2639,14 @@
|
|
2639
2639
|
"typeString": "type(address)"
|
2640
2640
|
},
|
2641
2641
|
"typeName": {
|
2642
|
-
"id":
|
2642
|
+
"id": 50383,
|
2643
2643
|
"name": "address",
|
2644
2644
|
"nodeType": "ElementaryTypeName",
|
2645
2645
|
"src": "2924:7:122",
|
2646
2646
|
"typeDescriptions": {}
|
2647
2647
|
}
|
2648
2648
|
},
|
2649
|
-
"id":
|
2649
|
+
"id": 50386,
|
2650
2650
|
"isConstant": false,
|
2651
2651
|
"isLValue": false,
|
2652
2652
|
"isPure": false,
|
@@ -2663,7 +2663,7 @@
|
|
2663
2663
|
}
|
2664
2664
|
}
|
2665
2665
|
],
|
2666
|
-
"id":
|
2666
|
+
"id": 50387,
|
2667
2667
|
"isConstant": false,
|
2668
2668
|
"isInlineArray": false,
|
2669
2669
|
"isLValue": false,
|
@@ -2672,7 +2672,7 @@
|
|
2672
2672
|
"nodeType": "TupleExpression",
|
2673
2673
|
"src": "2902:36:122",
|
2674
2674
|
"typeDescriptions": {
|
2675
|
-
"typeIdentifier": "t_tuple$_t_userDefinedValueType$_ResourceId_$
|
2675
|
+
"typeIdentifier": "t_tuple$_t_userDefinedValueType$_ResourceId_$26521_$_t_address_$",
|
2676
2676
|
"typeString": "tuple(ResourceId,address)"
|
2677
2677
|
}
|
2678
2678
|
}
|
@@ -2680,16 +2680,16 @@
|
|
2680
2680
|
"expression": {
|
2681
2681
|
"argumentTypes": [
|
2682
2682
|
{
|
2683
|
-
"typeIdentifier": "t_function_external_nonpayable$_t_userDefinedValueType$_ResourceId_$
|
2683
|
+
"typeIdentifier": "t_function_external_nonpayable$_t_userDefinedValueType$_ResourceId_$26521_$_t_address_$returns$__$",
|
2684
2684
|
"typeString": "function (ResourceId,address) external"
|
2685
2685
|
},
|
2686
2686
|
{
|
2687
|
-
"typeIdentifier": "t_tuple$_t_userDefinedValueType$_ResourceId_$
|
2687
|
+
"typeIdentifier": "t_tuple$_t_userDefinedValueType$_ResourceId_$26521_$_t_address_$",
|
2688
2688
|
"typeString": "tuple(ResourceId,address)"
|
2689
2689
|
}
|
2690
2690
|
],
|
2691
2691
|
"expression": {
|
2692
|
-
"id":
|
2692
|
+
"id": 50378,
|
2693
2693
|
"name": "abi",
|
2694
2694
|
"nodeType": "Identifier",
|
2695
2695
|
"overloadedDeclarations": [],
|
@@ -2700,7 +2700,7 @@
|
|
2700
2700
|
"typeString": "abi"
|
2701
2701
|
}
|
2702
2702
|
},
|
2703
|
-
"id":
|
2703
|
+
"id": 50379,
|
2704
2704
|
"isConstant": false,
|
2705
2705
|
"isLValue": false,
|
2706
2706
|
"isPure": true,
|
@@ -2714,7 +2714,7 @@
|
|
2714
2714
|
"typeString": "function () pure returns (bytes memory)"
|
2715
2715
|
}
|
2716
2716
|
},
|
2717
|
-
"id":
|
2717
|
+
"id": 50388,
|
2718
2718
|
"isConstant": false,
|
2719
2719
|
"isLValue": false,
|
2720
2720
|
"isPure": false,
|
@@ -2741,14 +2741,14 @@
|
|
2741
2741
|
"expression": {
|
2742
2742
|
"arguments": [
|
2743
2743
|
{
|
2744
|
-
"id":
|
2744
|
+
"id": 50375,
|
2745
2745
|
"name": "world",
|
2746
2746
|
"nodeType": "Identifier",
|
2747
2747
|
"overloadedDeclarations": [],
|
2748
|
-
"referencedDeclaration":
|
2748
|
+
"referencedDeclaration": 50331,
|
2749
2749
|
"src": "2841:5:122",
|
2750
2750
|
"typeDescriptions": {
|
2751
|
-
"typeIdentifier": "t_contract$_IBaseWorld_$
|
2751
|
+
"typeIdentifier": "t_contract$_IBaseWorld_$39651",
|
2752
2752
|
"typeString": "contract IBaseWorld"
|
2753
2753
|
}
|
2754
2754
|
}
|
@@ -2756,11 +2756,11 @@
|
|
2756
2756
|
"expression": {
|
2757
2757
|
"argumentTypes": [
|
2758
2758
|
{
|
2759
|
-
"typeIdentifier": "t_contract$_IBaseWorld_$
|
2759
|
+
"typeIdentifier": "t_contract$_IBaseWorld_$39651",
|
2760
2760
|
"typeString": "contract IBaseWorld"
|
2761
2761
|
}
|
2762
2762
|
],
|
2763
|
-
"id":
|
2763
|
+
"id": 50374,
|
2764
2764
|
"isConstant": false,
|
2765
2765
|
"isLValue": false,
|
2766
2766
|
"isPure": true,
|
@@ -2772,14 +2772,14 @@
|
|
2772
2772
|
"typeString": "type(address)"
|
2773
2773
|
},
|
2774
2774
|
"typeName": {
|
2775
|
-
"id":
|
2775
|
+
"id": 50373,
|
2776
2776
|
"name": "address",
|
2777
2777
|
"nodeType": "ElementaryTypeName",
|
2778
2778
|
"src": "2833:7:122",
|
2779
2779
|
"typeDescriptions": {}
|
2780
2780
|
}
|
2781
2781
|
},
|
2782
|
-
"id":
|
2782
|
+
"id": 50376,
|
2783
2783
|
"isConstant": false,
|
2784
2784
|
"isLValue": false,
|
2785
2785
|
"isPure": false,
|
@@ -2795,7 +2795,7 @@
|
|
2795
2795
|
"typeString": "address"
|
2796
2796
|
}
|
2797
2797
|
},
|
2798
|
-
"id":
|
2798
|
+
"id": 50377,
|
2799
2799
|
"isConstant": false,
|
2800
2800
|
"isLValue": false,
|
2801
2801
|
"isPure": false,
|
@@ -2809,7 +2809,7 @@
|
|
2809
2809
|
"typeString": "function (bytes memory) returns (bool,bytes memory)"
|
2810
2810
|
}
|
2811
2811
|
},
|
2812
|
-
"id":
|
2812
|
+
"id": 50389,
|
2813
2813
|
"isConstant": false,
|
2814
2814
|
"isLValue": false,
|
2815
2815
|
"isPure": false,
|
@@ -2831,13 +2831,13 @@
|
|
2831
2831
|
"typeString": "tuple()"
|
2832
2832
|
}
|
2833
2833
|
},
|
2834
|
-
"id":
|
2834
|
+
"id": 50391,
|
2835
2835
|
"nodeType": "ExpressionStatement",
|
2836
2836
|
"src": "2809:136:122"
|
2837
2837
|
},
|
2838
2838
|
{
|
2839
2839
|
"condition": {
|
2840
|
-
"id":
|
2840
|
+
"id": 50393,
|
2841
2841
|
"isConstant": false,
|
2842
2842
|
"isLValue": false,
|
2843
2843
|
"isPure": false,
|
@@ -2847,11 +2847,11 @@
|
|
2847
2847
|
"prefix": true,
|
2848
2848
|
"src": "2956:8:122",
|
2849
2849
|
"subExpression": {
|
2850
|
-
"id":
|
2850
|
+
"id": 50392,
|
2851
2851
|
"name": "success",
|
2852
2852
|
"nodeType": "Identifier",
|
2853
2853
|
"overloadedDeclarations": [],
|
2854
|
-
"referencedDeclaration":
|
2854
|
+
"referencedDeclaration": 50338,
|
2855
2855
|
"src": "2957:7:122",
|
2856
2856
|
"typeDescriptions": {
|
2857
2857
|
"typeIdentifier": "t_bool",
|
@@ -2863,18 +2863,18 @@
|
|
2863
2863
|
"typeString": "bool"
|
2864
2864
|
}
|
2865
2865
|
},
|
2866
|
-
"id":
|
2866
|
+
"id": 50398,
|
2867
2867
|
"nodeType": "IfStatement",
|
2868
2868
|
"src": "2952:41:122",
|
2869
2869
|
"trueBody": {
|
2870
2870
|
"expression": {
|
2871
2871
|
"arguments": [
|
2872
2872
|
{
|
2873
|
-
"id":
|
2873
|
+
"id": 50395,
|
2874
2874
|
"name": "returnData",
|
2875
2875
|
"nodeType": "Identifier",
|
2876
2876
|
"overloadedDeclarations": [],
|
2877
|
-
"referencedDeclaration":
|
2877
|
+
"referencedDeclaration": 50340,
|
2878
2878
|
"src": "2982:10:122",
|
2879
2879
|
"typeDescriptions": {
|
2880
2880
|
"typeIdentifier": "t_bytes_memory_ptr",
|
@@ -2889,18 +2889,18 @@
|
|
2889
2889
|
"typeString": "bytes memory"
|
2890
2890
|
}
|
2891
2891
|
],
|
2892
|
-
"id":
|
2892
|
+
"id": 50394,
|
2893
2893
|
"name": "revertWithBytes",
|
2894
2894
|
"nodeType": "Identifier",
|
2895
2895
|
"overloadedDeclarations": [],
|
2896
|
-
"referencedDeclaration":
|
2896
|
+
"referencedDeclaration": 39725,
|
2897
2897
|
"src": "2966:15:122",
|
2898
2898
|
"typeDescriptions": {
|
2899
2899
|
"typeIdentifier": "t_function_internal_pure$_t_bytes_memory_ptr_$returns$__$",
|
2900
2900
|
"typeString": "function (bytes memory) pure"
|
2901
2901
|
}
|
2902
2902
|
},
|
2903
|
-
"id":
|
2903
|
+
"id": 50396,
|
2904
2904
|
"isConstant": false,
|
2905
2905
|
"isLValue": false,
|
2906
2906
|
"isPure": false,
|
@@ -2916,14 +2916,14 @@
|
|
2916
2916
|
"typeString": "tuple()"
|
2917
2917
|
}
|
2918
2918
|
},
|
2919
|
-
"id":
|
2919
|
+
"id": 50397,
|
2920
2920
|
"nodeType": "ExpressionStatement",
|
2921
2921
|
"src": "2966:27:122"
|
2922
2922
|
}
|
2923
2923
|
},
|
2924
2924
|
{
|
2925
2925
|
"expression": {
|
2926
|
-
"id":
|
2926
|
+
"id": 50427,
|
2927
2927
|
"isConstant": false,
|
2928
2928
|
"isLValue": false,
|
2929
2929
|
"isPure": false,
|
@@ -2931,11 +2931,11 @@
|
|
2931
2931
|
"leftHandSide": {
|
2932
2932
|
"components": [
|
2933
2933
|
{
|
2934
|
-
"id":
|
2934
|
+
"id": 50399,
|
2935
2935
|
"name": "success",
|
2936
2936
|
"nodeType": "Identifier",
|
2937
2937
|
"overloadedDeclarations": [],
|
2938
|
-
"referencedDeclaration":
|
2938
|
+
"referencedDeclaration": 50338,
|
2939
2939
|
"src": "3079:7:122",
|
2940
2940
|
"typeDescriptions": {
|
2941
2941
|
"typeIdentifier": "t_bool",
|
@@ -2943,11 +2943,11 @@
|
|
2943
2943
|
}
|
2944
2944
|
},
|
2945
2945
|
{
|
2946
|
-
"id":
|
2946
|
+
"id": 50400,
|
2947
2947
|
"name": "returnData",
|
2948
2948
|
"nodeType": "Identifier",
|
2949
2949
|
"overloadedDeclarations": [],
|
2950
|
-
"referencedDeclaration":
|
2950
|
+
"referencedDeclaration": 50340,
|
2951
2951
|
"src": "3088:10:122",
|
2952
2952
|
"typeDescriptions": {
|
2953
2953
|
"typeIdentifier": "t_bytes_memory_ptr",
|
@@ -2955,7 +2955,7 @@
|
|
2955
2955
|
}
|
2956
2956
|
}
|
2957
2957
|
],
|
2958
|
-
"id":
|
2958
|
+
"id": 50401,
|
2959
2959
|
"isConstant": false,
|
2960
2960
|
"isInlineArray": false,
|
2961
2961
|
"isLValue": true,
|
@@ -2976,18 +2976,18 @@
|
|
2976
2976
|
"arguments": [
|
2977
2977
|
{
|
2978
2978
|
"expression": {
|
2979
|
-
"id":
|
2979
|
+
"id": 50409,
|
2980
2980
|
"name": "world",
|
2981
2981
|
"nodeType": "Identifier",
|
2982
2982
|
"overloadedDeclarations": [],
|
2983
|
-
"referencedDeclaration":
|
2983
|
+
"referencedDeclaration": 50331,
|
2984
2984
|
"src": "3161:5:122",
|
2985
2985
|
"typeDescriptions": {
|
2986
|
-
"typeIdentifier": "t_contract$_IBaseWorld_$
|
2986
|
+
"typeIdentifier": "t_contract$_IBaseWorld_$39651",
|
2987
2987
|
"typeString": "contract IBaseWorld"
|
2988
2988
|
}
|
2989
2989
|
},
|
2990
|
-
"id":
|
2990
|
+
"id": 50410,
|
2991
2991
|
"isConstant": false,
|
2992
2992
|
"isLValue": false,
|
2993
2993
|
"isPure": false,
|
@@ -2995,36 +2995,36 @@
|
|
2995
2995
|
"memberLocation": "3167:17:122",
|
2996
2996
|
"memberName": "registerStoreHook",
|
2997
2997
|
"nodeType": "MemberAccess",
|
2998
|
-
"referencedDeclaration":
|
2998
|
+
"referencedDeclaration": 58078,
|
2999
2999
|
"src": "3161:23:122",
|
3000
3000
|
"typeDescriptions": {
|
3001
|
-
"typeIdentifier": "t_function_external_nonpayable$_t_userDefinedValueType$_ResourceId_$
|
3001
|
+
"typeIdentifier": "t_function_external_nonpayable$_t_userDefinedValueType$_ResourceId_$26521_$_t_contract$_IStoreHook_$60847_$_t_uint8_$returns$__$",
|
3002
3002
|
"typeString": "function (ResourceId,contract IStoreHook,uint8) external"
|
3003
3003
|
}
|
3004
3004
|
},
|
3005
3005
|
{
|
3006
3006
|
"components": [
|
3007
3007
|
{
|
3008
|
-
"id":
|
3008
|
+
"id": 50411,
|
3009
3009
|
"name": "sourceTableId",
|
3010
3010
|
"nodeType": "Identifier",
|
3011
3011
|
"overloadedDeclarations": [],
|
3012
|
-
"referencedDeclaration":
|
3012
|
+
"referencedDeclaration": 50309,
|
3013
3013
|
"src": "3206:13:122",
|
3014
3014
|
"typeDescriptions": {
|
3015
|
-
"typeIdentifier": "t_userDefinedValueType$_ResourceId_$
|
3015
|
+
"typeIdentifier": "t_userDefinedValueType$_ResourceId_$26521",
|
3016
3016
|
"typeString": "ResourceId"
|
3017
3017
|
}
|
3018
3018
|
},
|
3019
3019
|
{
|
3020
|
-
"id":
|
3020
|
+
"id": 50412,
|
3021
3021
|
"name": "hook",
|
3022
3022
|
"nodeType": "Identifier",
|
3023
3023
|
"overloadedDeclarations": [],
|
3024
|
-
"referencedDeclaration":
|
3024
|
+
"referencedDeclaration": 50291,
|
3025
3025
|
"src": "3231:4:122",
|
3026
3026
|
"typeDescriptions": {
|
3027
|
-
"typeIdentifier": "t_contract$_KeysWithValueHook_$
|
3027
|
+
"typeIdentifier": "t_contract$_KeysWithValueHook_$50247",
|
3028
3028
|
"typeString": "contract KeysWithValueHook"
|
3029
3029
|
}
|
3030
3030
|
},
|
@@ -3033,7 +3033,7 @@
|
|
3033
3033
|
"typeIdentifier": "t_uint8",
|
3034
3034
|
"typeString": "uint8"
|
3035
3035
|
},
|
3036
|
-
"id":
|
3036
|
+
"id": 50423,
|
3037
3037
|
"isConstant": false,
|
3038
3038
|
"isLValue": false,
|
3039
3039
|
"isPure": true,
|
@@ -3043,7 +3043,7 @@
|
|
3043
3043
|
"typeIdentifier": "t_uint8",
|
3044
3044
|
"typeString": "uint8"
|
3045
3045
|
},
|
3046
|
-
"id":
|
3046
|
+
"id": 50421,
|
3047
3047
|
"isConstant": false,
|
3048
3048
|
"isLValue": false,
|
3049
3049
|
"isPure": true,
|
@@ -3053,7 +3053,7 @@
|
|
3053
3053
|
"typeIdentifier": "t_uint8",
|
3054
3054
|
"typeString": "uint8"
|
3055
3055
|
},
|
3056
|
-
"id":
|
3056
|
+
"id": 50419,
|
3057
3057
|
"isConstant": false,
|
3058
3058
|
"isLValue": false,
|
3059
3059
|
"isPure": true,
|
@@ -3063,7 +3063,7 @@
|
|
3063
3063
|
"typeIdentifier": "t_uint8",
|
3064
3064
|
"typeString": "uint8"
|
3065
3065
|
},
|
3066
|
-
"id":
|
3066
|
+
"id": 50417,
|
3067
3067
|
"isConstant": false,
|
3068
3068
|
"isLValue": false,
|
3069
3069
|
"isPure": true,
|
@@ -3073,17 +3073,17 @@
|
|
3073
3073
|
"typeIdentifier": "t_uint8",
|
3074
3074
|
"typeString": "uint8"
|
3075
3075
|
},
|
3076
|
-
"id":
|
3076
|
+
"id": 50415,
|
3077
3077
|
"isConstant": false,
|
3078
3078
|
"isLValue": false,
|
3079
3079
|
"isPure": true,
|
3080
3080
|
"lValueRequested": false,
|
3081
3081
|
"leftExpression": {
|
3082
|
-
"id":
|
3082
|
+
"id": 50413,
|
3083
3083
|
"name": "BEFORE_SET_RECORD",
|
3084
3084
|
"nodeType": "Identifier",
|
3085
3085
|
"overloadedDeclarations": [],
|
3086
|
-
"referencedDeclaration":
|
3086
|
+
"referencedDeclaration": 36490,
|
3087
3087
|
"src": "3247:17:122",
|
3088
3088
|
"typeDescriptions": {
|
3089
3089
|
"typeIdentifier": "t_uint8",
|
@@ -3093,11 +3093,11 @@
|
|
3093
3093
|
"nodeType": "BinaryOperation",
|
3094
3094
|
"operator": "|",
|
3095
3095
|
"rightExpression": {
|
3096
|
-
"id":
|
3096
|
+
"id": 50414,
|
3097
3097
|
"name": "BEFORE_SPLICE_STATIC_DATA",
|
3098
3098
|
"nodeType": "Identifier",
|
3099
3099
|
"overloadedDeclarations": [],
|
3100
|
-
"referencedDeclaration":
|
3100
|
+
"referencedDeclaration": 36502,
|
3101
3101
|
"src": "3279:25:122",
|
3102
3102
|
"typeDescriptions": {
|
3103
3103
|
"typeIdentifier": "t_uint8",
|
@@ -3113,11 +3113,11 @@
|
|
3113
3113
|
"nodeType": "BinaryOperation",
|
3114
3114
|
"operator": "|",
|
3115
3115
|
"rightExpression": {
|
3116
|
-
"id":
|
3116
|
+
"id": 50416,
|
3117
3117
|
"name": "AFTER_SPLICE_STATIC_DATA",
|
3118
3118
|
"nodeType": "Identifier",
|
3119
3119
|
"overloadedDeclarations": [],
|
3120
|
-
"referencedDeclaration":
|
3120
|
+
"referencedDeclaration": 36508,
|
3121
3121
|
"src": "3319:24:122",
|
3122
3122
|
"typeDescriptions": {
|
3123
3123
|
"typeIdentifier": "t_uint8",
|
@@ -3133,11 +3133,11 @@
|
|
3133
3133
|
"nodeType": "BinaryOperation",
|
3134
3134
|
"operator": "|",
|
3135
3135
|
"rightExpression": {
|
3136
|
-
"id":
|
3136
|
+
"id": 50418,
|
3137
3137
|
"name": "BEFORE_SPLICE_DYNAMIC_DATA",
|
3138
3138
|
"nodeType": "Identifier",
|
3139
3139
|
"overloadedDeclarations": [],
|
3140
|
-
"referencedDeclaration":
|
3140
|
+
"referencedDeclaration": 36514,
|
3141
3141
|
"src": "3358:26:122",
|
3142
3142
|
"typeDescriptions": {
|
3143
3143
|
"typeIdentifier": "t_uint8",
|
@@ -3153,11 +3153,11 @@
|
|
3153
3153
|
"nodeType": "BinaryOperation",
|
3154
3154
|
"operator": "|",
|
3155
3155
|
"rightExpression": {
|
3156
|
-
"id":
|
3156
|
+
"id": 50420,
|
3157
3157
|
"name": "AFTER_SPLICE_DYNAMIC_DATA",
|
3158
3158
|
"nodeType": "Identifier",
|
3159
3159
|
"overloadedDeclarations": [],
|
3160
|
-
"referencedDeclaration":
|
3160
|
+
"referencedDeclaration": 36520,
|
3161
3161
|
"src": "3399:25:122",
|
3162
3162
|
"typeDescriptions": {
|
3163
3163
|
"typeIdentifier": "t_uint8",
|
@@ -3173,11 +3173,11 @@
|
|
3173
3173
|
"nodeType": "BinaryOperation",
|
3174
3174
|
"operator": "|",
|
3175
3175
|
"rightExpression": {
|
3176
|
-
"id":
|
3176
|
+
"id": 50422,
|
3177
3177
|
"name": "BEFORE_DELETE_RECORD",
|
3178
3178
|
"nodeType": "Identifier",
|
3179
3179
|
"overloadedDeclarations": [],
|
3180
|
-
"referencedDeclaration":
|
3180
|
+
"referencedDeclaration": 36526,
|
3181
3181
|
"src": "3439:20:122",
|
3182
3182
|
"typeDescriptions": {
|
3183
3183
|
"typeIdentifier": "t_uint8",
|
@@ -3191,7 +3191,7 @@
|
|
3191
3191
|
}
|
3192
3192
|
}
|
3193
3193
|
],
|
3194
|
-
"id":
|
3194
|
+
"id": 50424,
|
3195
3195
|
"isConstant": false,
|
3196
3196
|
"isInlineArray": false,
|
3197
3197
|
"isLValue": false,
|
@@ -3200,7 +3200,7 @@
|
|
3200
3200
|
"nodeType": "TupleExpression",
|
3201
3201
|
"src": "3194:275:122",
|
3202
3202
|
"typeDescriptions": {
|
3203
|
-
"typeIdentifier": "t_tuple$_t_userDefinedValueType$_ResourceId_$
|
3203
|
+
"typeIdentifier": "t_tuple$_t_userDefinedValueType$_ResourceId_$26521_$_t_contract$_KeysWithValueHook_$50247_$_t_uint8_$",
|
3204
3204
|
"typeString": "tuple(ResourceId,contract KeysWithValueHook,uint8)"
|
3205
3205
|
}
|
3206
3206
|
}
|
@@ -3208,16 +3208,16 @@
|
|
3208
3208
|
"expression": {
|
3209
3209
|
"argumentTypes": [
|
3210
3210
|
{
|
3211
|
-
"typeIdentifier": "t_function_external_nonpayable$_t_userDefinedValueType$_ResourceId_$
|
3211
|
+
"typeIdentifier": "t_function_external_nonpayable$_t_userDefinedValueType$_ResourceId_$26521_$_t_contract$_IStoreHook_$60847_$_t_uint8_$returns$__$",
|
3212
3212
|
"typeString": "function (ResourceId,contract IStoreHook,uint8) external"
|
3213
3213
|
},
|
3214
3214
|
{
|
3215
|
-
"typeIdentifier": "t_tuple$_t_userDefinedValueType$_ResourceId_$
|
3215
|
+
"typeIdentifier": "t_tuple$_t_userDefinedValueType$_ResourceId_$26521_$_t_contract$_KeysWithValueHook_$50247_$_t_uint8_$",
|
3216
3216
|
"typeString": "tuple(ResourceId,contract KeysWithValueHook,uint8)"
|
3217
3217
|
}
|
3218
3218
|
],
|
3219
3219
|
"expression": {
|
3220
|
-
"id":
|
3220
|
+
"id": 50407,
|
3221
3221
|
"name": "abi",
|
3222
3222
|
"nodeType": "Identifier",
|
3223
3223
|
"overloadedDeclarations": [],
|
@@ -3228,7 +3228,7 @@
|
|
3228
3228
|
"typeString": "abi"
|
3229
3229
|
}
|
3230
3230
|
},
|
3231
|
-
"id":
|
3231
|
+
"id": 50408,
|
3232
3232
|
"isConstant": false,
|
3233
3233
|
"isLValue": false,
|
3234
3234
|
"isPure": true,
|
@@ -3242,7 +3242,7 @@
|
|
3242
3242
|
"typeString": "function () pure returns (bytes memory)"
|
3243
3243
|
}
|
3244
3244
|
},
|
3245
|
-
"id":
|
3245
|
+
"id": 50425,
|
3246
3246
|
"isConstant": false,
|
3247
3247
|
"isLValue": false,
|
3248
3248
|
"isPure": false,
|
@@ -3269,14 +3269,14 @@
|
|
3269
3269
|
"expression": {
|
3270
3270
|
"arguments": [
|
3271
3271
|
{
|
3272
|
-
"id":
|
3272
|
+
"id": 50404,
|
3273
3273
|
"name": "world",
|
3274
3274
|
"nodeType": "Identifier",
|
3275
3275
|
"overloadedDeclarations": [],
|
3276
|
-
"referencedDeclaration":
|
3276
|
+
"referencedDeclaration": 50331,
|
3277
3277
|
"src": "3110:5:122",
|
3278
3278
|
"typeDescriptions": {
|
3279
|
-
"typeIdentifier": "t_contract$_IBaseWorld_$
|
3279
|
+
"typeIdentifier": "t_contract$_IBaseWorld_$39651",
|
3280
3280
|
"typeString": "contract IBaseWorld"
|
3281
3281
|
}
|
3282
3282
|
}
|
@@ -3284,11 +3284,11 @@
|
|
3284
3284
|
"expression": {
|
3285
3285
|
"argumentTypes": [
|
3286
3286
|
{
|
3287
|
-
"typeIdentifier": "t_contract$_IBaseWorld_$
|
3287
|
+
"typeIdentifier": "t_contract$_IBaseWorld_$39651",
|
3288
3288
|
"typeString": "contract IBaseWorld"
|
3289
3289
|
}
|
3290
3290
|
],
|
3291
|
-
"id":
|
3291
|
+
"id": 50403,
|
3292
3292
|
"isConstant": false,
|
3293
3293
|
"isLValue": false,
|
3294
3294
|
"isPure": true,
|
@@ -3300,14 +3300,14 @@
|
|
3300
3300
|
"typeString": "type(address)"
|
3301
3301
|
},
|
3302
3302
|
"typeName": {
|
3303
|
-
"id":
|
3303
|
+
"id": 50402,
|
3304
3304
|
"name": "address",
|
3305
3305
|
"nodeType": "ElementaryTypeName",
|
3306
3306
|
"src": "3102:7:122",
|
3307
3307
|
"typeDescriptions": {}
|
3308
3308
|
}
|
3309
3309
|
},
|
3310
|
-
"id":
|
3310
|
+
"id": 50405,
|
3311
3311
|
"isConstant": false,
|
3312
3312
|
"isLValue": false,
|
3313
3313
|
"isPure": false,
|
@@ -3323,7 +3323,7 @@
|
|
3323
3323
|
"typeString": "address"
|
3324
3324
|
}
|
3325
3325
|
},
|
3326
|
-
"id":
|
3326
|
+
"id": 50406,
|
3327
3327
|
"isConstant": false,
|
3328
3328
|
"isLValue": false,
|
3329
3329
|
"isPure": false,
|
@@ -3337,7 +3337,7 @@
|
|
3337
3337
|
"typeString": "function (bytes memory) returns (bool,bytes memory)"
|
3338
3338
|
}
|
3339
3339
|
},
|
3340
|
-
"id":
|
3340
|
+
"id": 50426,
|
3341
3341
|
"isConstant": false,
|
3342
3342
|
"isLValue": false,
|
3343
3343
|
"isPure": false,
|
@@ -3359,13 +3359,13 @@
|
|
3359
3359
|
"typeString": "tuple()"
|
3360
3360
|
}
|
3361
3361
|
},
|
3362
|
-
"id":
|
3362
|
+
"id": 50428,
|
3363
3363
|
"nodeType": "ExpressionStatement",
|
3364
3364
|
"src": "3078:405:122"
|
3365
3365
|
},
|
3366
3366
|
{
|
3367
3367
|
"condition": {
|
3368
|
-
"id":
|
3368
|
+
"id": 50430,
|
3369
3369
|
"isConstant": false,
|
3370
3370
|
"isLValue": false,
|
3371
3371
|
"isPure": false,
|
@@ -3375,11 +3375,11 @@
|
|
3375
3375
|
"prefix": true,
|
3376
3376
|
"src": "3493:8:122",
|
3377
3377
|
"subExpression": {
|
3378
|
-
"id":
|
3378
|
+
"id": 50429,
|
3379
3379
|
"name": "success",
|
3380
3380
|
"nodeType": "Identifier",
|
3381
3381
|
"overloadedDeclarations": [],
|
3382
|
-
"referencedDeclaration":
|
3382
|
+
"referencedDeclaration": 50338,
|
3383
3383
|
"src": "3494:7:122",
|
3384
3384
|
"typeDescriptions": {
|
3385
3385
|
"typeIdentifier": "t_bool",
|
@@ -3391,18 +3391,18 @@
|
|
3391
3391
|
"typeString": "bool"
|
3392
3392
|
}
|
3393
3393
|
},
|
3394
|
-
"id":
|
3394
|
+
"id": 50435,
|
3395
3395
|
"nodeType": "IfStatement",
|
3396
3396
|
"src": "3489:41:122",
|
3397
3397
|
"trueBody": {
|
3398
3398
|
"expression": {
|
3399
3399
|
"arguments": [
|
3400
3400
|
{
|
3401
|
-
"id":
|
3401
|
+
"id": 50432,
|
3402
3402
|
"name": "returnData",
|
3403
3403
|
"nodeType": "Identifier",
|
3404
3404
|
"overloadedDeclarations": [],
|
3405
|
-
"referencedDeclaration":
|
3405
|
+
"referencedDeclaration": 50340,
|
3406
3406
|
"src": "3519:10:122",
|
3407
3407
|
"typeDescriptions": {
|
3408
3408
|
"typeIdentifier": "t_bytes_memory_ptr",
|
@@ -3417,18 +3417,18 @@
|
|
3417
3417
|
"typeString": "bytes memory"
|
3418
3418
|
}
|
3419
3419
|
],
|
3420
|
-
"id":
|
3420
|
+
"id": 50431,
|
3421
3421
|
"name": "revertWithBytes",
|
3422
3422
|
"nodeType": "Identifier",
|
3423
3423
|
"overloadedDeclarations": [],
|
3424
|
-
"referencedDeclaration":
|
3424
|
+
"referencedDeclaration": 39725,
|
3425
3425
|
"src": "3503:15:122",
|
3426
3426
|
"typeDescriptions": {
|
3427
3427
|
"typeIdentifier": "t_function_internal_pure$_t_bytes_memory_ptr_$returns$__$",
|
3428
3428
|
"typeString": "function (bytes memory) pure"
|
3429
3429
|
}
|
3430
3430
|
},
|
3431
|
-
"id":
|
3431
|
+
"id": 50433,
|
3432
3432
|
"isConstant": false,
|
3433
3433
|
"isLValue": false,
|
3434
3434
|
"isPure": false,
|
@@ -3444,7 +3444,7 @@
|
|
3444
3444
|
"typeString": "tuple()"
|
3445
3445
|
}
|
3446
3446
|
},
|
3447
|
-
"id":
|
3447
|
+
"id": 50434,
|
3448
3448
|
"nodeType": "ExpressionStatement",
|
3449
3449
|
"src": "3503:27:122"
|
3450
3450
|
}
|
@@ -3452,7 +3452,7 @@
|
|
3452
3452
|
]
|
3453
3453
|
},
|
3454
3454
|
"baseFunctions": [
|
3455
|
-
|
3455
|
+
61446
|
3456
3456
|
],
|
3457
3457
|
"functionSelector": "7c5b0335",
|
3458
3458
|
"implemented": true,
|
@@ -3461,17 +3461,17 @@
|
|
3461
3461
|
"name": "installRoot",
|
3462
3462
|
"nameLocation": "2034:11:122",
|
3463
3463
|
"parameters": {
|
3464
|
-
"id":
|
3464
|
+
"id": 50305,
|
3465
3465
|
"nodeType": "ParameterList",
|
3466
3466
|
"parameters": [
|
3467
3467
|
{
|
3468
3468
|
"constant": false,
|
3469
|
-
"id":
|
3469
|
+
"id": 50304,
|
3470
3470
|
"mutability": "mutable",
|
3471
3471
|
"name": "args",
|
3472
3472
|
"nameLocation": "2059:4:122",
|
3473
3473
|
"nodeType": "VariableDeclaration",
|
3474
|
-
"scope":
|
3474
|
+
"scope": 50437,
|
3475
3475
|
"src": "2046:17:122",
|
3476
3476
|
"stateVariable": false,
|
3477
3477
|
"storageLocation": "memory",
|
@@ -3480,7 +3480,7 @@
|
|
3480
3480
|
"typeString": "bytes"
|
3481
3481
|
},
|
3482
3482
|
"typeName": {
|
3483
|
-
"id":
|
3483
|
+
"id": 50303,
|
3484
3484
|
"name": "bytes",
|
3485
3485
|
"nodeType": "ElementaryTypeName",
|
3486
3486
|
"src": "2046:5:122",
|
@@ -3495,23 +3495,23 @@
|
|
3495
3495
|
"src": "2045:19:122"
|
3496
3496
|
},
|
3497
3497
|
"returnParameters": {
|
3498
|
-
"id":
|
3498
|
+
"id": 50306,
|
3499
3499
|
"nodeType": "ParameterList",
|
3500
3500
|
"parameters": [],
|
3501
3501
|
"src": "2072:0:122"
|
3502
3502
|
},
|
3503
|
-
"scope":
|
3503
|
+
"scope": 50447,
|
3504
3504
|
"stateMutability": "nonpayable",
|
3505
3505
|
"virtual": false,
|
3506
3506
|
"visibility": "public"
|
3507
3507
|
},
|
3508
3508
|
{
|
3509
|
-
"id":
|
3509
|
+
"id": 50446,
|
3510
3510
|
"nodeType": "FunctionDefinition",
|
3511
3511
|
"src": "3539:96:122",
|
3512
3512
|
"nodes": [],
|
3513
3513
|
"body": {
|
3514
|
-
"id":
|
3514
|
+
"id": 50445,
|
3515
3515
|
"nodeType": "Block",
|
3516
3516
|
"src": "3582:53:122",
|
3517
3517
|
"nodes": [],
|
@@ -3521,18 +3521,18 @@
|
|
3521
3521
|
"arguments": [],
|
3522
3522
|
"expression": {
|
3523
3523
|
"argumentTypes": [],
|
3524
|
-
"id":
|
3524
|
+
"id": 50442,
|
3525
3525
|
"name": "Module_NonRootInstallNotSupported",
|
3526
3526
|
"nodeType": "Identifier",
|
3527
3527
|
"overloadedDeclarations": [],
|
3528
|
-
"referencedDeclaration":
|
3528
|
+
"referencedDeclaration": 61434,
|
3529
3529
|
"src": "3595:33:122",
|
3530
3530
|
"typeDescriptions": {
|
3531
3531
|
"typeIdentifier": "t_function_error_pure$__$returns$__$",
|
3532
3532
|
"typeString": "function () pure"
|
3533
3533
|
}
|
3534
3534
|
},
|
3535
|
-
"id":
|
3535
|
+
"id": 50443,
|
3536
3536
|
"isConstant": false,
|
3537
3537
|
"isLValue": false,
|
3538
3538
|
"isPure": false,
|
@@ -3548,14 +3548,14 @@
|
|
3548
3548
|
"typeString": "tuple()"
|
3549
3549
|
}
|
3550
3550
|
},
|
3551
|
-
"id":
|
3551
|
+
"id": 50444,
|
3552
3552
|
"nodeType": "RevertStatement",
|
3553
3553
|
"src": "3588:42:122"
|
3554
3554
|
}
|
3555
3555
|
]
|
3556
3556
|
},
|
3557
3557
|
"baseFunctions": [
|
3558
|
-
|
3558
|
+
61452
|
3559
3559
|
],
|
3560
3560
|
"functionSelector": "13861fb5",
|
3561
3561
|
"implemented": true,
|
@@ -3564,17 +3564,17 @@
|
|
3564
3564
|
"name": "install",
|
3565
3565
|
"nameLocation": "3548:7:122",
|
3566
3566
|
"parameters": {
|
3567
|
-
"id":
|
3567
|
+
"id": 50440,
|
3568
3568
|
"nodeType": "ParameterList",
|
3569
3569
|
"parameters": [
|
3570
3570
|
{
|
3571
3571
|
"constant": false,
|
3572
|
-
"id":
|
3572
|
+
"id": 50439,
|
3573
3573
|
"mutability": "mutable",
|
3574
3574
|
"name": "",
|
3575
3575
|
"nameLocation": "-1:-1:-1",
|
3576
3576
|
"nodeType": "VariableDeclaration",
|
3577
|
-
"scope":
|
3577
|
+
"scope": 50446,
|
3578
3578
|
"src": "3556:12:122",
|
3579
3579
|
"stateVariable": false,
|
3580
3580
|
"storageLocation": "memory",
|
@@ -3583,7 +3583,7 @@
|
|
3583
3583
|
"typeString": "bytes"
|
3584
3584
|
},
|
3585
3585
|
"typeName": {
|
3586
|
-
"id":
|
3586
|
+
"id": 50438,
|
3587
3587
|
"name": "bytes",
|
3588
3588
|
"nodeType": "ElementaryTypeName",
|
3589
3589
|
"src": "3556:5:122",
|
@@ -3598,12 +3598,12 @@
|
|
3598
3598
|
"src": "3555:14:122"
|
3599
3599
|
},
|
3600
3600
|
"returnParameters": {
|
3601
|
-
"id":
|
3601
|
+
"id": 50441,
|
3602
3602
|
"nodeType": "ParameterList",
|
3603
3603
|
"parameters": [],
|
3604
3604
|
"src": "3582:0:122"
|
3605
3605
|
},
|
3606
|
-
"scope":
|
3606
|
+
"scope": 50447,
|
3607
3607
|
"stateMutability": "pure",
|
3608
3608
|
"virtual": false,
|
3609
3609
|
"visibility": "public"
|
@@ -3613,48 +3613,48 @@
|
|
3613
3613
|
"baseContracts": [
|
3614
3614
|
{
|
3615
3615
|
"baseName": {
|
3616
|
-
"id":
|
3616
|
+
"id": 50279,
|
3617
3617
|
"name": "Module",
|
3618
3618
|
"nameLocations": [
|
3619
3619
|
"1661:6:122"
|
3620
3620
|
],
|
3621
3621
|
"nodeType": "IdentifierPath",
|
3622
|
-
"referencedDeclaration":
|
3622
|
+
"referencedDeclaration": 39093,
|
3623
3623
|
"src": "1661:6:122"
|
3624
3624
|
},
|
3625
|
-
"id":
|
3625
|
+
"id": 50280,
|
3626
3626
|
"nodeType": "InheritanceSpecifier",
|
3627
3627
|
"src": "1661:6:122"
|
3628
3628
|
}
|
3629
3629
|
],
|
3630
3630
|
"canonicalName": "KeysWithValueModule",
|
3631
3631
|
"contractDependencies": [
|
3632
|
-
|
3632
|
+
50247
|
3633
3633
|
],
|
3634
3634
|
"contractKind": "contract",
|
3635
3635
|
"documentation": {
|
3636
|
-
"id":
|
3636
|
+
"id": 50278,
|
3637
3637
|
"nodeType": "StructuredDocumentation",
|
3638
3638
|
"src": "969:659:122",
|
3639
3639
|
"text": " This module deploys a hook that is called when a value is set in the `sourceTableId`\n provided in the install methods arguments. The hook keeps track of the keys that map to a given value.\n from value to list of keys with this value. This mapping is stored in a table registered\n by the module at the `targetTableId` provided in the install methods arguments.\n Note: if a table with composite keys is used, only the first key is indexed\n Note: this module currently only supports `installRoot` (via `World.installRootModule`).\n TODO: add support for `install` (via `World.installModule`) by using `callFrom` with the `msgSender()`"
|
3640
3640
|
},
|
3641
3641
|
"fullyImplemented": true,
|
3642
3642
|
"linearizedBaseContracts": [
|
3643
|
-
|
3644
|
-
|
3645
|
-
|
3646
|
-
|
3647
|
-
|
3648
|
-
|
3643
|
+
50447,
|
3644
|
+
39093,
|
3645
|
+
39177,
|
3646
|
+
61405,
|
3647
|
+
61453,
|
3648
|
+
61362
|
3649
3649
|
],
|
3650
3650
|
"name": "KeysWithValueModule",
|
3651
3651
|
"nameLocation": "1638:19:122",
|
3652
|
-
"scope":
|
3652
|
+
"scope": 50448,
|
3653
3653
|
"usedErrors": [
|
3654
|
-
|
3655
|
-
|
3656
|
-
|
3657
|
-
|
3654
|
+
26614,
|
3655
|
+
26617,
|
3656
|
+
61432,
|
3657
|
+
61434
|
3658
3658
|
],
|
3659
3659
|
"usedEvents": []
|
3660
3660
|
}
|