@latticexyz/world-modules 2.0.0-main-87235a21 → 2.0.0-main-85218618
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 +264 -227
- package/out/CallboundDelegations.sol/CallboundDelegations.json +2595 -2595
- package/out/DelegationControl.sol/DelegationControl.json +193 -143
- package/out/Hooks.sol/Hooks.json +45 -45
- package/out/IAccessManagementSystem.sol/IAccessManagementSystem.json +64 -64
- package/out/IBalanceTransferSystem.sol/IBalanceTransferSystem.json +53 -53
- package/out/IBaseWorld.sol/IBaseWorld.json +136 -91
- package/out/IBatchCallSystem.sol/IBatchCallSystem.json +51 -51
- package/out/ICoreSystem.sol/ICoreSystem.json +6 -6
- package/out/IDelegationControl.sol/IDelegationControl.json +138 -108
- package/out/IModule.sol/IModule.json +181 -151
- package/out/IModuleInstallationSystem.sol/IModuleInstallationSystem.json +34 -34
- package/out/ISystemHook.sol/ISystemHook.json +192 -152
- package/out/IUniqueEntitySystem.sol/IUniqueEntitySystem.json +13 -13
- package/out/IWorldContextConsumer.sol/IWorldContextConsumer.json +172 -124
- package/out/IWorldErrors.sol/IWorldErrors.json +346 -256
- package/out/IWorldKernel.sol/IWorldCall.json +312 -272
- package/out/IWorldKernel.sol/IWorldKernel.json +339 -276
- package/out/IWorldKernel.sol/IWorldModuleInstallation.json +297 -271
- package/out/IWorldRegistrationSystem.sol/IWorldRegistrationSystem.json +201 -201
- package/out/KeysInTable.sol/KeysInTable.json +10668 -10668
- package/out/KeysInTableHook.sol/KeysInTableHook.json +862 -862
- package/out/KeysInTableModule.sol/KeysInTableModule.json +607 -558
- package/out/KeysWithValue.sol/KeysWithValue.json +3828 -3828
- package/out/KeysWithValueHook.sol/KeysWithValueHook.json +1014 -1014
- package/out/KeysWithValueModule.sol/KeysWithValueModule.json +496 -447
- package/out/Module.sol/Module.json +192 -125
- 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 +372 -329
- package/out/StoreHook.sol/StoreHook.json +358 -358
- package/out/StoreHooks.sol/StoreHooks.json +45 -45
- package/out/System.sol/System.json +84 -41
- package/out/Tables.sol/Tables.json +73 -73
- package/out/TimeboundDelegationControl.sol/TimeboundDelegationControl.json +168 -131
- package/out/TimeboundDelegations.sol/TimeboundDelegations.json +1986 -1986
- package/out/UniqueEntity.sol/UniqueEntity.json +1402 -1402
- package/out/UniqueEntityModule.sol/UniqueEntityModule.json +393 -350
- package/out/UniqueEntitySystem.sol/UniqueEntitySystem.json +138 -102
- package/out/UsedKeysIndex.sol/UsedKeysIndex.json +2722 -2722
- package/out/WorldContext.sol/WorldContextConsumer.json +780 -683
- package/out/WorldContext.sol/WorldContextProvider.json +743 -683
- package/out/WorldResourceId.sol/WorldResourceIdInstance.json +777 -765
- package/out/WorldResourceId.sol/WorldResourceIdLib.json +777 -765
- package/out/constants.sol/constants.json +115 -115
- 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 +205 -160
- 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 +53 -53
- package/out/src/IWorldKernel.sol/IWorldCall.json +313 -273
- package/out/src/IWorldKernel.sol/IWorldKernel.json +340 -277
- package/out/src/IWorldKernel.sol/IWorldModuleInstallation.json +298 -272
- package/out/src/Memory.sol/Memory.json +89 -89
- package/out/src/PackedCounter.sol/PackedCounterInstance.json +923 -923
- package/out/src/PackedCounter.sol/PackedCounterLib.json +923 -923
- package/out/src/ResourceId.sol/ResourceIdInstance.json +112 -112
- package/out/src/ResourceId.sol/ResourceIdLib.json +112 -112
- package/out/src/Schema.sol/SchemaInstance.json +787 -787
- package/out/src/Schema.sol/SchemaLib.json +787 -787
- package/out/src/Slice.sol/SliceInstance.json +429 -429
- package/out/src/Slice.sol/SliceLib.json +429 -429
- 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 +2454 -2454
- package/out/src/WorldContext.sol/WorldContextConsumer.json +780 -683
- package/out/src/WorldContext.sol/WorldContextProvider.json +743 -683
- package/out/src/WorldResourceId.sol/WorldResourceIdInstance.json +777 -765
- package/out/src/WorldResourceId.sol/WorldResourceIdLib.json +777 -765
- 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 +3246 -3246
- package/out/types.sol/types.json +39 -39
- package/out/world/src/IERC165.sol/IERC165.json +63 -57
- package/out/worldResourceTypes.sol/worldResourceTypes.json +87 -87
- package/package.json +8 -8
@@ -131,10 +131,10 @@
|
|
131
131
|
},
|
132
132
|
"deployedBytecode": {
|
133
133
|
"object": "0x608060405234801561001057600080fd5b506004361061007d5760003560e01c806317d7de7c1161005b57806317d7de7c146100ec57806345ec93541461011a5780637c5b03351461012d578063e1af802c1461014057600080fd5b806301ffc9a714610082578063119df25f146100aa57806313861fb5146100d7575b600080fd5b610095610090366004610b30565b610148565b60405190151581526020015b60405180910390f35b6100b26101e1565b60405173ffffffffffffffffffffffffffffffffffffffff90911681526020016100a1565b6100ea6100e5366004610b8f565b610213565b005b6040517f696e64657800000000000000000000000000000000000000000000000000000081526020016100a1565b604051601f1936013581526020016100a1565b6100ea61013b366004610b8f565b610245565b6100b26105db565b60007fffffffff0000000000000000000000000000000000000000000000000000000082167f79f50b5b0000000000000000000000000000000000000000000000000000000014806101db57507fffffffff0000000000000000000000000000000000000000000000000000000082167f01ffc9a700000000000000000000000000000000000000000000000000000000145b92915050565b7fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffcc36013560601c806102105750335b90565b6040517fea8b184c00000000000000000000000000000000000000000000000000000000815260040160405180910390fd5b60008180602001905181019061025b9190610c40565b905060006102897f6b65797776616c00000000000000000000000000000000000000000000000000836105ea565b905060006102956105db565b905060008073ffffffffffffffffffffffffffffffffffffffff831680630ba51f49867c01000000000000000000000000000000000000000000000000000000006102de6106c7565b6102e661073f565b6102ee610779565b6102f66107fe565b60405160240161030b96959493929190610ced565b60408051601f198184030181529181526020820180517bffffffffffffffffffffffffffffffffffffffffffffffffffffffff1660e09490941b9390931790925290516103589250610d37565b600060405180830381855af49150503d8060008114610393576040519150601f19603f3d011682016040523d82523d6000602084013e610398565b606091505b50915091508273ffffffffffffffffffffffffffffffffffffffff168373ffffffffffffffffffffffffffffffffffffffff166340554c3a867f000000000000000000000000000000000000000000000000000000000000000060405160240161042292919091825273ffffffffffffffffffffffffffffffffffffffff16602082015260400190565b60408051601f198184030181529181526020820180517bffffffffffffffffffffffffffffffffffffffffffffffffffffffff1660e09490941b93909317909252905161046f9250610d37565b600060405180830381855af49150503d80600081146104aa576040519150601f19603f3d011682016040523d82523d6000602084013e6104af565b606091505b509092509050816104c3576104c381610875565b604080516024810187905273ffffffffffffffffffffffffffffffffffffffff7f000000000000000000000000000000000000000000000000000000000000000081166044830152607d60648084019190915283518084039091018152608490920183526020820180517bffffffffffffffffffffffffffffffffffffffffffffffffffffffff167f530f4b600000000000000000000000000000000000000000000000000000000017905291519185169161057f9190610d37565b600060405180830381855af49150503d80600081146105ba576040519150601f19603f3d011682016040523d82523d6000602084013e6105bf565b606091505b509092509050816105d3576105d381610875565b505050505050565b60006105e561087d565b905090565b6000806105f6836108c9565b905060006106048460101b90565b90506038610613816010610d69565b61061d9190610d69565b7fffffffffffffffffffffffffffffffff000000000000000000000000000000008316901c61064e60386010610d69565b7f74620000000000000000000000000000000000000000000000000000000000007fffffffffffffff0000000000000000000000000000000000000000000000000093909316901c601087901c7dffffffffffffff00000000000000000000000000000000000000000000001617171791505092915050565b60408051600180825281830190925260009182919060208083019080368337019050509050605f8160008151811061070157610701610d7c565b602002602001019060c581111561071a5761071a610d92565b908160c581111561072d5761072d610d92565b905250610739816108e0565b91505090565b6040805160018082528183019092526000918291906020808301908036833701905050905060c18160008151811061070157610701610d7c565b604080516001808252818301909252606091816020015b60608152602001906001900390816107905790505090506040518060400160405280600981526020017f76616c7565486173680000000000000000000000000000000000000000000000815250816000815181106107f0576107f0610d7c565b602002602001018190525090565b604080516001808252818301909252606091816020015b60608152602001906001900390816108155790505090506040518060400160405280600d81526020017f6b6579735769746856616c756500000000000000000000000000000000000000815250816000815181106107f0576107f0610d7c565b805160208201fd5b7f629a4c26e296b22a8e0856e9f6ecb2d1008d7e00081111962cd175fa7488e1755460009073ffffffffffffffffffffffffffffffffffffffff16806108c4573391505090565b919050565b60006108d760706010610d69565b9190911b919050565b6000601c8251111561092c5781516040517f5318beb900000000000000000000000000000000000000000000000000000000815260040161092391815260200190565b60405180910390fd5b60008080805b8551811015610a0757600061097087838151811061095257610952610d7c565b602002602001015160c581111561096b5761096b610d92565b610ad6565b905080600003610985576001909201916109bd565b82156109bd576040517ff1e56be400000000000000000000000000000000000000000000000000000000815260040160405180910390fd5b80840193506008826004601f0303028783815181106109de576109de610d7c565b602002602001015160c58111156109f7576109f7610d92565b901b949094179350600101610932565b506005811115610a46576040517f5318beb900000000000000000000000000000000000000000000000000000000815260048101829052602401610923565b84518190036008610a5960026020610da8565b610a639190610dbb565b83901b939093179260086001610a7b60026020610da8565b610a859190610da8565b610a8f9190610dbb565b81901b93909317926008600180610aa860026020610da8565b610ab29190610da8565b610abc9190610da8565b610ac69190610dbb565b9190911b92909217949350505050565b6000808260c5811115610aeb57610aeb610d92565b60ff1690506061811015610b0557601f1660010192915050565b60618360c5811115610b1957610b19610d92565b03610b275750601492915050565b50600092915050565b600060208284031215610b4257600080fd5b81357fffffffff0000000000000000000000000000000000000000000000000000000081168114610b7257600080fd5b9392505050565b634e487b7160e01b600052604160045260246000fd5b600060208284031215610ba157600080fd5b813567ffffffffffffffff80821115610bb957600080fd5b818401915084601f830112610bcd57600080fd5b813581811115610bdf57610bdf610b79565b604051601f8201601f19908116603f01168101908382118183101715610c0757610c07610b79565b81604052828152876020848701011115610c2057600080fd5b826020860160208301376000928101602001929092525095945050505050565b600060208284031215610c5257600080fd5b5051919050565b60005b83811015610c74578181015183820152602001610c5c565b50506000910152565b600082825180855260208086019550808260051b84010181860160005b84811015610ce057601f1980878503018a5282518051808652610cc281888801898501610c59565b9a86019a601f01909116939093018401925090830190600101610c9a565b5090979650505050505050565b86815285602082015284604082015283606082015260c060808201526000610d1860c0830185610c7d565b82810360a0840152610d2a8185610c7d565b9998505050505050505050565b60008251610d49818460208701610c59565b9190910192915050565b634e487b7160e01b600052601160045260246000fd5b808201808211156101db576101db610d53565b634e487b7160e01b600052603260045260246000fd5b634e487b7160e01b600052602160045260246000fd5b818103818111156101db576101db610d53565b80820281158282048414176101db576101db610d5356fea164736f6c6343000815000a",
|
134
|
-
"sourceMap": "1629:2008:122:-:0;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
|
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;:::-;386:6:81;3137:340:122;;;;;5512:25:139;;;3102:27:122;3231:4;5573:55:139;;5553:18;;;5546:83;3247:212:122;5645:18:139;;;;5638:45;;;;3137:340:122;;;;;;;;;;5485:18:139;;;;3137:340:122;;;;;;;;;;;;;3102:381;;:27;;;;:381;;3137:340;3102:381;:::i;:::-;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;-1:-1:-1;3078:405:122;;-1:-1:-1;3078:405:122;-1:-1:-1;3078:405:122;3489:41;;3503:27;3519:10;3503:15;:27::i;:::-;2072:1463;;;;;2025:1510;:::o;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;117:5:67;2530:44:98;;2432:148;1265:51:125;1228:89;-1:-1:-1;401:5:125;1544:33;401:5;117::67;1544:33:125;:::i;:::-;:56;;;;:::i;:::-;1521:18;;;:80;;1474:33;354:5;117::67;1474:33:125;:::i;:::-;1363:14;1440:29;;;;;:68;;117: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;182:217:108:-;385:6;379:13;372:4;364:6;360:17;353:40;1091:227:73;622:42;1180:22;1141:7;;1180:22;;;1208:106;;1256:10;1249:17;;;1091:227;:::o;1208:106::-;1294:13;1091:227;-1:-1:-1;1091:227:73:o;3058:160:98:-;3121:7;3185:26;399:6;117:5:67;3185:26:98;:::i;:::-;3151:61;;;;;3058:160;-1:-1:-1;3058:160:98:o;778:2059:68:-;846:6;356:2:79;864:7:68;:14;:33;860:85;;;930:7;:14;906:39;;;;;;;;;2349:25:139;;2337:2;2322:18;;2203:177;906:39:68;;;;;;;;860:85;951:14;;;;1152:956;1176:7;:14;1172:1;:18;1152:956;;;1202:24;1229:32;:7;1237:1;1229:10;;;;;;;;:::i;:::-;;;;;;;:30;;;;;;;;:::i;:::-;;:32::i;:::-;1202:59;;1274:16;1294:1;1274:21;1270:404;;1459:15;;;;;1270:404;;;1503:17;;1499:175;;1627:38;;;;;;;;;;;;;;1499:175;1800:16;1785:31;;;;295:1:79;2062::68;2058;228:2:79;2040:19:68;:23;2039:40;2023:7;2031:1;2023:10;;;;;;;;:::i;:::-;;;;;;;2015:19;;;;;;;;:::i;:::-;:65;;2005:75;;;;;-1:-1:-1;2090:3:68;;1152:956;;;;493:1:79;2152:13:68;:34;2148:85;;;2195:38;;;;;;;;2349:25:139;;;2322:18;;2195:38:68;2203:177:139;2148:85:68;2333:14;;:30;;;295:1:79;626:13;638:1;148:2;626:13;:::i;:::-;625:30;;;;:::i;:::-;2621:41:68;;;2611:51;;;;;295:1:79;722;706:13;718:1;148:2;706:13;:::i;:::-;:17;;;;:::i;:::-;705:34;;;;:::i;:::-;2678:47:68;;;2668:57;;;;;295:1:79;811;;791:13;803:1;148:2;791:13;:::i;:::-;:17;;;;:::i;:::-;:21;;;;:::i;:::-;790:38;;;;:::i;:::-;2741:49:68;;;;2731:59;;;;;778:2059;-1:-1:-1;;;;778: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
|
+
"49846": [
|
138
138
|
{
|
139
139
|
"start": 979,
|
140
140
|
"length": 32
|
@@ -155,7 +155,7 @@
|
|
155
155
|
"installRoot(bytes)": "7c5b0335",
|
156
156
|
"supportsInterface(bytes4)": "01ffc9a7"
|
157
157
|
},
|
158
|
-
"rawMetadata": "{\"compiler\":{\"version\":\"0.8.21+commit.d9974bed\"},\"language\":\"Solidity\",\"output\":{\"abi\":[{\"inputs\":[],\"name\":\"Module_NonRootInstallNotSupported\",\"type\":\"error\"},{\"inputs\":[],\"name\":\"Module_RootInstallNotSupported\",\"type\":\"error\"},{\"inputs\":[{\"internalType\":\"uint256\",\"name\":\"length\",\"type\":\"uint256\"}],\"name\":\"SchemaLib_InvalidLength\",\"type\":\"error\"},{\"inputs\":[],\"name\":\"SchemaLib_StaticTypeAfterDynamicType\",\"type\":\"error\"},{\"inputs\":[],\"name\":\"_msgSender\",\"outputs\":[{\"internalType\":\"address\",\"name\":\"sender\",\"type\":\"address\"}],\"stateMutability\":\"view\",\"type\":\"function\"},{\"inputs\":[],\"name\":\"_msgValue\",\"outputs\":[{\"internalType\":\"uint256\",\"name\":\"value\",\"type\":\"uint256\"}],\"stateMutability\":\"pure\",\"type\":\"function\"},{\"inputs\":[],\"name\":\"_world\",\"outputs\":[{\"internalType\":\"address\",\"name\":\"\",\"type\":\"address\"}],\"stateMutability\":\"view\",\"type\":\"function\"},{\"inputs\":[],\"name\":\"getName\",\"outputs\":[{\"internalType\":\"bytes16\",\"name\":\"\",\"type\":\"bytes16\"}],\"stateMutability\":\"pure\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"bytes\",\"name\":\"\",\"type\":\"bytes\"}],\"name\":\"install\",\"outputs\":[],\"stateMutability\":\"pure\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"bytes\",\"name\":\"args\",\"type\":\"bytes\"}],\"name\":\"installRoot\",\"outputs\":[],\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"bytes4\",\"name\":\"interfaceId\",\"type\":\"bytes4\"}],\"name\":\"supportsInterface\",\"outputs\":[{\"internalType\":\"bool\",\"name\":\"\",\"type\":\"bool\"}],\"stateMutability\":\"pure\",\"type\":\"function\"}],\"devdoc\":{\"kind\":\"dev\",\"methods\":{},\"version\":1},\"userdoc\":{\"kind\":\"user\",\"methods\":{\"getName()\":{\"notice\":\"Return the module name as a bytes16.\"},\"installRoot(bytes)\":{\"notice\":\"This function is called by the World as part of `installRootModule`. The module expects to be called via the World contract, and therefore installs itself on the `msg.sender`.\"}},\"notice\":\"This module deploys a hook that is called when a value is set in the `sourceTableId` provided in the install methods arguments. The hook keeps track of the keys that map to a given value. from value to list of keys with this value. This mapping is stored in a table registered by the module at the `targetTableId` provided in the install methods arguments. Note: if a table with composite keys is used, only the first key is indexed Note: this module currently only supports `installRoot` (via `World.installRootModule`). TODO: add support for `install` (via `World.installModule`) by using `callFrom` with the `msgSender()`\",\"version\":1}},\"settings\":{\"compilationTarget\":{\"src/modules/keyswithvalue/KeysWithValueModule.sol\":\"KeysWithValueModule\"},\"evmVersion\":\"paris\",\"libraries\":{},\"metadata\":{\"bytecodeHash\":\"none\"},\"optimizer\":{\"enabled\":true,\"runs\":3000},\"remappings\":[\":@latticexyz/=node_modules/@latticexyz/\",\":ds-test/=node_modules/ds-test/src/\",\":forge-std/=node_modules/forge-std/src/\"]},\"sources\":{\"node_modules/@latticexyz/schema-type/src/solidity/SchemaType.sol\":{\"keccak256\":\"0x770eff7a38b9b7b1613dc11ca09db4f28b42a117c9b39b2a06a650a58a250bdb\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://39f544110658a53def52c2a4e33b8b158b95a4f14fccea58d5268b6e728d86d4\",\"dweb:/ipfs/QmTesj6tjSFbfAiKUitXapdNYWPStS8bLkB3r22qfyHwUC\"]},\"node_modules/@latticexyz/store/src/Bytes.sol\":{\"keccak256\":\"0xb36724e0369ad053579ec04b9b51707dd8dcc4a72b38404cebdf018ce40bf202\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://d8745e1632b7ee94f128600837a36ae53fabaf73c506b0c6d1cae70ea2e9b086\",\"dweb:/ipfs/QmXuMqmybWjEPqWEx91DTM7KAUyxAmDcsj7riBfCfA427N\"]},\"node_modules/@latticexyz/store/src/FieldLayout.sol\":{\"keccak256\":\"0xadb7ac513012e59b66ca70b786eec1465f6b44ae268765de6d8ae1f1a9531192\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://aa59a7d190154d7eba8fa6b5f0c6e5477f434a217f0e353c3b158a3c25895057\",\"dweb:/ipfs/QmeWTCwGJwZjjYYKdaSSWa1rzc4Uo4YXMUDotTQfdSCtRD\"]},\"node_modules/@latticexyz/store/src/Hook.sol\":{\"keccak256\":\"0xd54d6067a7a8683c446c5c88c1a4b0019caca1cddcde8583f83a8f13f172a923\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://f85e55447a4fdad532dd84e1ba7c169603848d210fc461b32dc57fd7b6b72410\",\"dweb:/ipfs/Qmejcoi7J3Ad5RZdndJsDQqRfmKs6FKW9aksALFvkxmm41\"]},\"node_modules/@latticexyz/store/src/IERC165.sol\":{\"keccak256\":\"0x1a113ae394de69ca1db7e9acb1886eaee3967dcfed46fc78497e77bc26dd778f\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://091e04dc9e8d5b3a492d1d39a6d06fd5b4bad3c282bd4c06a38d92bec3422513\",\"dweb:/ipfs/QmbfMi1bH9RAs4JMDxKmhVqpAoyoVgN9nd7o11SakJC1zQ\"]},\"node_modules/@latticexyz/store/src/IStore.sol\":{\"keccak256\":\"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\":\"0xa1872adf18790f030ebe59cdc938a4639a1753fe487aeebe14d952d6e032ab31\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://3a15f9046013ab5628b7d934e2c740cf84ae39cb57de136c284090bf106c31b6\",\"dweb:/ipfs/QmZPrpunYTfgi5gDtqAq12GkdQDmrAGaUG7sVr2jVWe1Ye\"]},\"node_modules/@latticexyz/store/src/PackedCounter.sol\":{\"keccak256\":\"0x1efd826172c7004d5771c2abe6e27a36a7fb05273e81f05f2ec36a3dcfb9af2e\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://3d024122b3f9d7f050fabd646a7151ab92dd90c0907b9025aa97656965b28e04\",\"dweb:/ipfs/QmYNyvdSDoMa6FaRzTV2JLcUZVSygnyS3HbRCdNZJ8PV7A\"]},\"node_modules/@latticexyz/store/src/ResourceId.sol\":{\"keccak256\":\"0x4a61aefe72d6035b1e9aca7841aab44ebd26f8706bdbb447f382046fa94753b6\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://f715743739e4f8f8a98d78397025a92299ecb3b5dde88cc53bc1ab72bf531fa6\",\"dweb:/ipfs/QmVsYAupGWZUemE4t6xjLqztGHadQ8cyo9E4mT5ZDKUmTs\"]},\"node_modules/@latticexyz/store/src/Schema.sol\":{\"keccak256\":\"0x07c1468d1776e76c451d7ce1e94509bd02f664f89e6fc98d82925cf06ecce31d\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://97bababaebe4bd8402fbff2db3395506f5277b8dcc53b88ceb636350f5438e3d\",\"dweb:/ipfs/QmP4dWkucmpgYztjv8HsXy21JqQYYn42nztzDAcSVuHSv1\"]},\"node_modules/@latticexyz/store/src/Slice.sol\":{\"keccak256\":\"0x3c06a067ca8de1ea75b986837ef97d5fdce0637ca43d1ef0cf5e63c01f4b9161\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://f48e754ba5033db9ae64a04d191bd66cccc432dc30931a7d1327bd7b2b76fd37\",\"dweb:/ipfs/QmQsoEbcy4SMLTjwi5Eonge3mpWpoVieaxif8W4TqafoEz\"]},\"node_modules/@latticexyz/store/src/Storage.sol\":{\"keccak256\":\"0xba14c2766fb6c547448fa84f5e32664050684898ec6436537735dd294913ef7f\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://834d14bb66e13974b281bb909c56ed93eb0b20362a6131fa3fc3466004667694\",\"dweb:/ipfs/Qmbo4xUPGEkziMS1MzSD279ZG2Ah7YYRebcmFLYYjveFiR\"]},\"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\":\"0x51654c8695568ca0b5d2c864661016771160f6e38f5c02046fbc78d7320d9f00\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://30205d1347e918cb1a92d17d953bd810816f4aec14c5baaa5d55f0089befcc84\",\"dweb:/ipfs/QmWkhsxugSuR9FDsF829hLRMRLTHjRkBrvztQAkFLTkLYh\"]},\"node_modules/@latticexyz/store/src/StoreSwitch.sol\":{\"keccak256\":\"0x56e2fc6b04c1d64a068b3a8e6e8900bea1b51b824a9bfb7f2fdb294015b99147\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://b336a38da42d3aad9be5edecfa68e6c1ab18348f853ab4147a92f69527e107e2\",\"dweb:/ipfs/QmVeFQ5skNx4VJbJPt1zTE6JHH9FCQ39UorZj2NGSX3fEq\"]},\"node_modules/@latticexyz/store/src/codegen/index.sol\":{\"keccak256\":\"0xf337a5abb2d43ef00c1c200e7fbec30fc89c7c701e457ab4277194b700d2aea3\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://eccdf6158076b4e8f1b587a0310228f53323705e054a44eaa7733f38805c3ee6\",\"dweb:/ipfs/QmbXEVNTctg54dK9awdCVyAjeuUjR6ckfmmXBP8DrFmjyq\"]},\"node_modules/@latticexyz/store/src/codegen/tables/Hooks.sol\":{\"keccak256\":\"0x2e138ee1e68db71495ee97f9df9e508d2c83d75cacab25db647f3ed7b43b22a4\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://c9029b6380c6a62e2b647bdafeede3deff7737d1049de52248d79151c7a786c9\",\"dweb:/ipfs/QmdqJdN3V2LqUrK2kWF9fDvAHFPLNspCsPD73ECFPudZAb\"]},\"node_modules/@latticexyz/store/src/codegen/tables/ResourceIds.sol\":{\"keccak256\":\"0xdb1003aeef88489dbf32e8a10a581949c245aab7136f6a8786130ba448c628a1\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://77265a1beb7dbd951ea342e63a7aac9572203df4ee3231b5337a90c847b7232e\",\"dweb:/ipfs/QmcX937Nv56V576CnnTc8ASH1BgsK6DsmQK93npmAdVAC5\"]},\"node_modules/@latticexyz/store/src/codegen/tables/StoreHooks.sol\":{\"keccak256\":\"0x1d4be2832c255456d50862c8da907d8d10ce1f1245548165297172b9d323dbc4\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://a6908b829a035d07d33a1c219a7f98d3d5b88b8d7f19806cb7967fc05791a791\",\"dweb:/ipfs/QmWbx4snYp92MhQse6TvXUgLoaPhJJGzjzYHxMNPh1Vgd4\"]},\"node_modules/@latticexyz/store/src/codegen/tables/Tables.sol\":{\"keccak256\":\"0x7ab92a0033d9a7a332464d50173d9a4343ed53c26152218f2125ad0517563d68\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://db2be1de5a22c4a85565c28231e421934fbbf1fbfa195110323b4a4171c34b8c\",\"dweb:/ipfs/Qmcosfb89Mbosar4McEsZp9oaTgwisKNJwSPvRazpSpii3\"]},\"node_modules/@latticexyz/store/src/constants.sol\":{\"keccak256\":\"0x3826d50fae1df0e69313e5f52c235e860a8c9ff2623a5e0ae3fd0438cfa557fb\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://91806d1fe0ffa80ca861bd8eb7251911e523d0bbf72858300f0119ef12ae2961\",\"dweb:/ipfs/QmbPcr8eu32qhBwYfYem9nZ549BNc7Zjyc4VkYjFnM8nyQ\"]},\"node_modules/@latticexyz/store/src/leftMask.sol\":{\"keccak256\":\"0x9f5aaf307403002b45a2e4c2f999a21b90df70c7b796cfd66cc3d5431be894be\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://0a2ae01c25a86aa4c7652c4a88099888d6445e871a9656790dc251eec6cdb97c\",\"dweb:/ipfs/QmVoUETvXqSUK6GfX9z67G2xQh7soGZLAwyUsKKpfPXEk6\"]},\"node_modules/@latticexyz/store/src/storeHookTypes.sol\":{\"keccak256\":\"0x574ec08fd11b930f375324026cbd2bad770a2fc5dfddfded9a694238a2eb6246\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://4eb9de43e66c6ea6b9221236695a1b2e9c54f2b5bb5aa083b678b0d673563ccc\",\"dweb:/ipfs/QmYE25Ek4XdL2DKcwru1whS4kKTjr16JU1MhysCm2Vffob\"]},\"node_modules/@latticexyz/store/src/storeResourceTypes.sol\":{\"keccak256\":\"0xb2c27c7b8f974f1e3c70dd82c92f35f5bbd2887e16afe454e6dbc38300a51feb\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://6cbdbcc95835f67030eebdebeaf0bfd6faa612381179e7f7be8b9d3c00b20878\",\"dweb:/ipfs/QmNeZU5MmRQqhcLxN6BA2BQvgEst8yg67F4VQoPJEEK6kg\"]},\"node_modules/@latticexyz/store/src/tightcoder/DecodeSlice.sol\":{\"keccak256\":\"0xd64eae381daba3788cce62cc209a4ae05817bda80a63fc356b1e1c5bd81e7024\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://922453b0896758bdbd8dfb68137c1893f9ee7099c0e4d591578a9a1b26f9f6ef\",\"dweb:/ipfs/QmQVGnVvkRcQSphaRZW4GMTbr8rLKuGiJ6JKGh9ZDfsEzx\"]},\"node_modules/@latticexyz/store/src/tightcoder/EncodeArray.sol\":{\"keccak256\":\"0xbb895ba4c1470c5c16c65634f056865010b4a717983f82a289572fd804c87535\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://2a2bffa72d437ddcfde157cc918cc181ae668e949d4136e6e92f2520a875a898\",\"dweb:/ipfs/QmaAwtXNUv3TKAxkhvGqhWBZPtm57J8Qqi3XVsW6DWZfAo\"]},\"node_modules/@latticexyz/store/src/tightcoder/TightCoder.sol\":{\"keccak256\":\"0x5c66d7d7498df3e9ded0512506f2aa1a77077e18569975706049f53c2d009f20\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://74783a2ec9c5733261c3b8747c30e91173d0be47bfc75656879235624f57ee2c\",\"dweb:/ipfs/QmaRkUAtpyinafhQ2u6WGXy9N9HTVuAwJUTEbr4sxFSg3g\"]},\"node_modules/@latticexyz/store/src/version.sol\":{\"keccak256\":\"0xe973573981d86701f2749aeb81dd5e2b27b9b898f4467b779df9a0ce1a7d4d27\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://20154e4d5f7ff8ec38f2056a8b62ef3e11380335266759b3e1547c2642007168\",\"dweb:/ipfs/QmUND96YPeQQ6n9jwztPyeK5FyNqg3NVMnWkUGXaA81quL\"]},\"node_modules/@latticexyz/world/src/IERC165.sol\":{\"keccak256\":\"0x1a113ae394de69ca1db7e9acb1886eaee3967dcfed46fc78497e77bc26dd778f\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://091e04dc9e8d5b3a492d1d39a6d06fd5b4bad3c282bd4c06a38d92bec3422513\",\"dweb:/ipfs/QmbfMi1bH9RAs4JMDxKmhVqpAoyoVgN9nd7o11SakJC1zQ\"]},\"node_modules/@latticexyz/world/src/IModule.sol\":{\"keccak256\":\"0x94ea093fda2be088097d66cc615b048a7a21d54a52b82cee9fdb76b31bedbb09\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://ed989ab47a35f8ca01f5b9f6f42f075687ce41e2f26c647cc27031421f5179e8\",\"dweb:/ipfs/QmT6Xc4A2CGzGa7eL3NimPFXBW4Jy4jFBFFCw1QU6aGo61\"]},\"node_modules/@latticexyz/world/src/ISystemHook.sol\":{\"keccak256\":\"0x6bfa168ec3b03cd09b5e0c658c0faab40379b4093935744c0a7297ac7a2fcec8\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://ac7990b2cf63e95cde3396e248fee9e280235cfd11dc7a350865e0f3ffca59ba\",\"dweb:/ipfs/QmZKkGqGKgr32HX4fVu7vNH34JbyzHczJ9H5SLjsbrRDtp\"]},\"node_modules/@latticexyz/world/src/IWorldContextConsumer.sol\":{\"keccak256\":\"0x0c0f9eba3a700d97a3b87678bbf12d4bbd8a80490e9b3a5841d049ebc1a89f93\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://a56466e8ddcaf10b9109bfbc581563f5e9eefcaff1963a6954ccd093859ef6d2\",\"dweb:/ipfs/QmNk6FvWzmLT3vnsUuzqr9MYMfaQRa7yLuNM7DVvpkuytf\"]},\"node_modules/@latticexyz/world/src/IWorldErrors.sol\":{\"keccak256\":\"0xf3c2037a2899d81a15d5e13c7101337fcf01fcb321cec418e36da5617d52c99c\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://565b53005697c2cb4ce744f4b192545e3b059d42ea97075fe022a47d0d38cb7f\",\"dweb:/ipfs/QmbGVQuozeLMwUic7LanodXacPiBfomKS8ERnkVFi9vSYz\"]},\"node_modules/@latticexyz/world/src/IWorldKernel.sol\":{\"keccak256\":\"0xc2e28cb4daa77de640228f7b3b5c98423e6c39a8b8f68af5a56b076cad7025de\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://7ae7e0798dc66368f6dc56992cd1fe3046dd51bcb6fcc3b04b7fd0d48b9557bc\",\"dweb:/ipfs/QmXKJLLGjVaDBRhbvT47Mxkt2jFEBShvHLAtt3CZYVEbqF\"]},\"node_modules/@latticexyz/world/src/Module.sol\":{\"keccak256\":\"0x0cd9bb88fda6521c739a8b7889e203b0ce218ed72cbac80402b8e4d6ce47c651\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://fed9bec0c1e2e546dc9baf3943d84372d58146954e8c2aaf264e33c260195c71\",\"dweb:/ipfs/QmQNpzHKe33cJEzKWHumkYsrcs4pZDT67K1q8r3yFXMhHu\"]},\"node_modules/@latticexyz/world/src/WorldContext.sol\":{\"keccak256\":\"0x7b808edfeb5f548e06899db7e3fdfafa7b42fccf2f596a04b24a8193618a511b\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://acca2b5f96ef412f32da9359667c82fe1a854acc0663165864434620214b8078\",\"dweb:/ipfs/QmeaoYxRToMbMSDfDZZC1fumKjs9WUu6ZkxSLwJKx4FfC8\"]},\"node_modules/@latticexyz/world/src/WorldResourceId.sol\":{\"keccak256\":\"0x979e418af3d0d3a1866240bed58d2792f0718cc1803a1476ec8c93af5577cae3\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://c68cfe48ce67fe83f4b000c954891821d1fae31bfdd36de37a12637c8a1864f7\",\"dweb:/ipfs/QmUX9tHSMTeScbiacKX2T16gLV6aPKDU1Q3eDiNxqmVNa1\"]},\"node_modules/@latticexyz/world/src/codegen/interfaces/IAccessManagementSystem.sol\":{\"keccak256\":\"0x19c5c91d4abc5d9a121224954855d648cc9c0267ab0ba26313ab21cdddd7e13c\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://7ea88e4d1ec0bc4ba9e9342f83a2aa7e7787d27a35da5cc92621697b544527fc\",\"dweb:/ipfs/QmVjFupMVs6jRmS98Rxz8XBjd2kxvmXJGokFkKKxPn7FA9\"]},\"node_modules/@latticexyz/world/src/codegen/interfaces/IBalanceTransferSystem.sol\":{\"keccak256\":\"0x694f52c99dac14f11e9f489dd58edb69e72147ee9681bf66b4751a659e1161fd\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://73f67b1fb2acc02fd8c03ce127dc2882a41d534287e73b5ca494479a3e5beacc\",\"dweb:/ipfs/Qmevj5uCw7KpU4vuvP62Tz9weFLGD9NXhy7gKc4aXq56JA\"]},\"node_modules/@latticexyz/world/src/codegen/interfaces/IBaseWorld.sol\":{\"keccak256\":\"0xba47e2c238291a7ba9cd9237156cf3d0f5840569fc9a3c2dfa392eb91b2490b5\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://e2bbe00abe6ad2b86d5512fcf27247c0e06bc385f8568609e1bede69c9f56486\",\"dweb:/ipfs/Qmeivv9WUBJ5JFYA983JtNChopvuh6GYWhMonAx1kUrvMg\"]},\"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\":\"0xb4239b7d84f764babc15a46eab53ea45dae0ce5c3738f9c283d7ab2f6e8fddea\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://d495ceadc4e5506a4cec20329f5862f53cf7886cb3d8533bc5071c26ea2d2522\",\"dweb:/ipfs/QmaNDdqDGnZkc3stbjUKAKHa29Hzu4JJPVvcogDMe7r8sM\"]},\"node_modules/@latticexyz/world/src/worldResourceTypes.sol\":{\"keccak256\":\"0x88f844f2c43757c819c8f140b30254f07c3484e12cce573879d43b2ee6a23f8b\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://55a9095094c2b7b1043020681696380cfc3cffd1f264a70bacb44fccd0fc0a8a\",\"dweb:/ipfs/QmfPdLPr9hfV8X8yfHhEf2HmEWAnA4d1c6EHEjHMdeM7ML\"]},\"src/modules/keyswithvalue/KeysWithValueHook.sol\":{\"keccak256\":\"0xee64527269e80d32ca25db99c417f582a0b134c9fb878cf14489baa2aaec40e5\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://a37714f1fa7cf984130a08a0e9f320817cbe0053eae44d432676951f3b90653f\",\"dweb:/ipfs/QmZjWVwJPrsscv9zJU8jBfMn39yDquYePcACRYQW6qiaFx\"]},\"src/modules/keyswithvalue/KeysWithValueModule.sol\":{\"keccak256\":\"0x7de2ff1f72d2a0cd8ef46af093d93ad54446e1a0ff17b0994c3531a7f907ddac\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://6ea88b94ab3af3f205a9ae3f6db19c05a11efdec35993394925f8ab661232323\",\"dweb:/ipfs/QmdVxtBT85gr82vTkdoHGvfynVq9WRYV67DtkZHgWEsoPS\"]},\"src/modules/keyswithvalue/constants.sol\":{\"keccak256\":\"0xf8745d975bd2f321e676d083a215513b114c70f7d5a105244dfe444a78e74de5\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://a7fc161f890a9ee2edf731f57fcfee2ab4e3b4bebb9470df7850a138c08fc2c8\",\"dweb:/ipfs/QmVyyFaR1tzTYgmiGHnumdXQKsjb5qRVPMS3uTRX1ik3XL\"]},\"src/modules/keyswithvalue/getTargetTableId.sol\":{\"keccak256\":\"0xa7d235a9c96925a340aeaa166c8b67d289b4450ca59f0645052207d318030d78\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://2dce50e51faa63a75e051d8ccf463271674f588088fca6ab168e06a5fe8cc16b\",\"dweb:/ipfs/QmP2eZFJPMiazcEhdv9Q5SJYRNna7CHoV6o8bxURzRtCHh\"]},\"src/modules/keyswithvalue/tables/KeysWithValue.sol\":{\"keccak256\":\"0xd61277d077f382990d6a6733553562c17108d2a46bc570f351d394b6c8fe9b2d\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://8c0ba8b231b8785249217c1bcc800e3aa636e54ebe532468f5f0ab134a5278be\",\"dweb:/ipfs/QmaE1ebh4aJ3NMMytCKfB9PaUFWKVay3UuoqptdSYq6oAn\"]},\"src/modules/utils/ArrayLib.sol\":{\"keccak256\":\"0x5063027c39c927b80c84ac3bb36d20e19fbbddb746380c1efaf2f33f6fec30b8\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://c49eab76687709db420cbe52737610563f44344ef13608e0809e38c43179cb43\",\"dweb:/ipfs/QmRdQ7iW5j51AVJWin8aaKmj6Xj97ZV5vjfVjG5RqYG5xB\"]}},\"version\":1}",
|
158
|
+
"rawMetadata": "{\"compiler\":{\"version\":\"0.8.21+commit.d9974bed\"},\"language\":\"Solidity\",\"output\":{\"abi\":[{\"inputs\":[],\"name\":\"Module_NonRootInstallNotSupported\",\"type\":\"error\"},{\"inputs\":[],\"name\":\"Module_RootInstallNotSupported\",\"type\":\"error\"},{\"inputs\":[{\"internalType\":\"uint256\",\"name\":\"length\",\"type\":\"uint256\"}],\"name\":\"SchemaLib_InvalidLength\",\"type\":\"error\"},{\"inputs\":[],\"name\":\"SchemaLib_StaticTypeAfterDynamicType\",\"type\":\"error\"},{\"inputs\":[],\"name\":\"_msgSender\",\"outputs\":[{\"internalType\":\"address\",\"name\":\"sender\",\"type\":\"address\"}],\"stateMutability\":\"view\",\"type\":\"function\"},{\"inputs\":[],\"name\":\"_msgValue\",\"outputs\":[{\"internalType\":\"uint256\",\"name\":\"value\",\"type\":\"uint256\"}],\"stateMutability\":\"pure\",\"type\":\"function\"},{\"inputs\":[],\"name\":\"_world\",\"outputs\":[{\"internalType\":\"address\",\"name\":\"\",\"type\":\"address\"}],\"stateMutability\":\"view\",\"type\":\"function\"},{\"inputs\":[],\"name\":\"getName\",\"outputs\":[{\"internalType\":\"bytes16\",\"name\":\"\",\"type\":\"bytes16\"}],\"stateMutability\":\"pure\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"bytes\",\"name\":\"\",\"type\":\"bytes\"}],\"name\":\"install\",\"outputs\":[],\"stateMutability\":\"pure\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"bytes\",\"name\":\"args\",\"type\":\"bytes\"}],\"name\":\"installRoot\",\"outputs\":[],\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"bytes4\",\"name\":\"interfaceId\",\"type\":\"bytes4\"}],\"name\":\"supportsInterface\",\"outputs\":[{\"internalType\":\"bool\",\"name\":\"\",\"type\":\"bool\"}],\"stateMutability\":\"pure\",\"type\":\"function\"}],\"devdoc\":{\"errors\":{\"Module_RootInstallNotSupported()\":[{\"details\":\"Errors to represent non-support of specific installation types.\"}]},\"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\":\"0xa1872adf18790f030ebe59cdc938a4639a1753fe487aeebe14d952d6e032ab31\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://3a15f9046013ab5628b7d934e2c740cf84ae39cb57de136c284090bf106c31b6\",\"dweb:/ipfs/QmZPrpunYTfgi5gDtqAq12GkdQDmrAGaUG7sVr2jVWe1Ye\"]},\"node_modules/@latticexyz/store/src/PackedCounter.sol\":{\"keccak256\":\"0x1efd826172c7004d5771c2abe6e27a36a7fb05273e81f05f2ec36a3dcfb9af2e\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://3d024122b3f9d7f050fabd646a7151ab92dd90c0907b9025aa97656965b28e04\",\"dweb:/ipfs/QmYNyvdSDoMa6FaRzTV2JLcUZVSygnyS3HbRCdNZJ8PV7A\"]},\"node_modules/@latticexyz/store/src/ResourceId.sol\":{\"keccak256\":\"0x4a61aefe72d6035b1e9aca7841aab44ebd26f8706bdbb447f382046fa94753b6\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://f715743739e4f8f8a98d78397025a92299ecb3b5dde88cc53bc1ab72bf531fa6\",\"dweb:/ipfs/QmVsYAupGWZUemE4t6xjLqztGHadQ8cyo9E4mT5ZDKUmTs\"]},\"node_modules/@latticexyz/store/src/Schema.sol\":{\"keccak256\":\"0x07c1468d1776e76c451d7ce1e94509bd02f664f89e6fc98d82925cf06ecce31d\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://97bababaebe4bd8402fbff2db3395506f5277b8dcc53b88ceb636350f5438e3d\",\"dweb:/ipfs/QmP4dWkucmpgYztjv8HsXy21JqQYYn42nztzDAcSVuHSv1\"]},\"node_modules/@latticexyz/store/src/Slice.sol\":{\"keccak256\":\"0x3c06a067ca8de1ea75b986837ef97d5fdce0637ca43d1ef0cf5e63c01f4b9161\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://f48e754ba5033db9ae64a04d191bd66cccc432dc30931a7d1327bd7b2b76fd37\",\"dweb:/ipfs/QmQsoEbcy4SMLTjwi5Eonge3mpWpoVieaxif8W4TqafoEz\"]},\"node_modules/@latticexyz/store/src/Storage.sol\":{\"keccak256\":\"0xba14c2766fb6c547448fa84f5e32664050684898ec6436537735dd294913ef7f\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://834d14bb66e13974b281bb909c56ed93eb0b20362a6131fa3fc3466004667694\",\"dweb:/ipfs/Qmbo4xUPGEkziMS1MzSD279ZG2Ah7YYRebcmFLYYjveFiR\"]},\"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\":\"0x51654c8695568ca0b5d2c864661016771160f6e38f5c02046fbc78d7320d9f00\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://30205d1347e918cb1a92d17d953bd810816f4aec14c5baaa5d55f0089befcc84\",\"dweb:/ipfs/QmWkhsxugSuR9FDsF829hLRMRLTHjRkBrvztQAkFLTkLYh\"]},\"node_modules/@latticexyz/store/src/StoreSwitch.sol\":{\"keccak256\":\"0x56e2fc6b04c1d64a068b3a8e6e8900bea1b51b824a9bfb7f2fdb294015b99147\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://b336a38da42d3aad9be5edecfa68e6c1ab18348f853ab4147a92f69527e107e2\",\"dweb:/ipfs/QmVeFQ5skNx4VJbJPt1zTE6JHH9FCQ39UorZj2NGSX3fEq\"]},\"node_modules/@latticexyz/store/src/codegen/index.sol\":{\"keccak256\":\"0xf337a5abb2d43ef00c1c200e7fbec30fc89c7c701e457ab4277194b700d2aea3\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://eccdf6158076b4e8f1b587a0310228f53323705e054a44eaa7733f38805c3ee6\",\"dweb:/ipfs/QmbXEVNTctg54dK9awdCVyAjeuUjR6ckfmmXBP8DrFmjyq\"]},\"node_modules/@latticexyz/store/src/codegen/tables/Hooks.sol\":{\"keccak256\":\"0x2e138ee1e68db71495ee97f9df9e508d2c83d75cacab25db647f3ed7b43b22a4\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://c9029b6380c6a62e2b647bdafeede3deff7737d1049de52248d79151c7a786c9\",\"dweb:/ipfs/QmdqJdN3V2LqUrK2kWF9fDvAHFPLNspCsPD73ECFPudZAb\"]},\"node_modules/@latticexyz/store/src/codegen/tables/ResourceIds.sol\":{\"keccak256\":\"0xdb1003aeef88489dbf32e8a10a581949c245aab7136f6a8786130ba448c628a1\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://77265a1beb7dbd951ea342e63a7aac9572203df4ee3231b5337a90c847b7232e\",\"dweb:/ipfs/QmcX937Nv56V576CnnTc8ASH1BgsK6DsmQK93npmAdVAC5\"]},\"node_modules/@latticexyz/store/src/codegen/tables/StoreHooks.sol\":{\"keccak256\":\"0x1d4be2832c255456d50862c8da907d8d10ce1f1245548165297172b9d323dbc4\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://a6908b829a035d07d33a1c219a7f98d3d5b88b8d7f19806cb7967fc05791a791\",\"dweb:/ipfs/QmWbx4snYp92MhQse6TvXUgLoaPhJJGzjzYHxMNPh1Vgd4\"]},\"node_modules/@latticexyz/store/src/codegen/tables/Tables.sol\":{\"keccak256\":\"0x7ab92a0033d9a7a332464d50173d9a4343ed53c26152218f2125ad0517563d68\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://db2be1de5a22c4a85565c28231e421934fbbf1fbfa195110323b4a4171c34b8c\",\"dweb:/ipfs/Qmcosfb89Mbosar4McEsZp9oaTgwisKNJwSPvRazpSpii3\"]},\"node_modules/@latticexyz/store/src/constants.sol\":{\"keccak256\":\"0x3826d50fae1df0e69313e5f52c235e860a8c9ff2623a5e0ae3fd0438cfa557fb\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://91806d1fe0ffa80ca861bd8eb7251911e523d0bbf72858300f0119ef12ae2961\",\"dweb:/ipfs/QmbPcr8eu32qhBwYfYem9nZ549BNc7Zjyc4VkYjFnM8nyQ\"]},\"node_modules/@latticexyz/store/src/leftMask.sol\":{\"keccak256\":\"0x9f5aaf307403002b45a2e4c2f999a21b90df70c7b796cfd66cc3d5431be894be\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://0a2ae01c25a86aa4c7652c4a88099888d6445e871a9656790dc251eec6cdb97c\",\"dweb:/ipfs/QmVoUETvXqSUK6GfX9z67G2xQh7soGZLAwyUsKKpfPXEk6\"]},\"node_modules/@latticexyz/store/src/storeHookTypes.sol\":{\"keccak256\":\"0x574ec08fd11b930f375324026cbd2bad770a2fc5dfddfded9a694238a2eb6246\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://4eb9de43e66c6ea6b9221236695a1b2e9c54f2b5bb5aa083b678b0d673563ccc\",\"dweb:/ipfs/QmYE25Ek4XdL2DKcwru1whS4kKTjr16JU1MhysCm2Vffob\"]},\"node_modules/@latticexyz/store/src/storeResourceTypes.sol\":{\"keccak256\":\"0xb2c27c7b8f974f1e3c70dd82c92f35f5bbd2887e16afe454e6dbc38300a51feb\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://6cbdbcc95835f67030eebdebeaf0bfd6faa612381179e7f7be8b9d3c00b20878\",\"dweb:/ipfs/QmNeZU5MmRQqhcLxN6BA2BQvgEst8yg67F4VQoPJEEK6kg\"]},\"node_modules/@latticexyz/store/src/tightcoder/DecodeSlice.sol\":{\"keccak256\":\"0xd64eae381daba3788cce62cc209a4ae05817bda80a63fc356b1e1c5bd81e7024\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://922453b0896758bdbd8dfb68137c1893f9ee7099c0e4d591578a9a1b26f9f6ef\",\"dweb:/ipfs/QmQVGnVvkRcQSphaRZW4GMTbr8rLKuGiJ6JKGh9ZDfsEzx\"]},\"node_modules/@latticexyz/store/src/tightcoder/EncodeArray.sol\":{\"keccak256\":\"0xbb895ba4c1470c5c16c65634f056865010b4a717983f82a289572fd804c87535\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://2a2bffa72d437ddcfde157cc918cc181ae668e949d4136e6e92f2520a875a898\",\"dweb:/ipfs/QmaAwtXNUv3TKAxkhvGqhWBZPtm57J8Qqi3XVsW6DWZfAo\"]},\"node_modules/@latticexyz/store/src/tightcoder/TightCoder.sol\":{\"keccak256\":\"0x5c66d7d7498df3e9ded0512506f2aa1a77077e18569975706049f53c2d009f20\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://74783a2ec9c5733261c3b8747c30e91173d0be47bfc75656879235624f57ee2c\",\"dweb:/ipfs/QmaRkUAtpyinafhQ2u6WGXy9N9HTVuAwJUTEbr4sxFSg3g\"]},\"node_modules/@latticexyz/store/src/version.sol\":{\"keccak256\":\"0xe973573981d86701f2749aeb81dd5e2b27b9b898f4467b779df9a0ce1a7d4d27\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://20154e4d5f7ff8ec38f2056a8b62ef3e11380335266759b3e1547c2642007168\",\"dweb:/ipfs/QmUND96YPeQQ6n9jwztPyeK5FyNqg3NVMnWkUGXaA81quL\"]},\"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\":\"0xba47e2c238291a7ba9cd9237156cf3d0f5840569fc9a3c2dfa392eb91b2490b5\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://e2bbe00abe6ad2b86d5512fcf27247c0e06bc385f8568609e1bede69c9f56486\",\"dweb:/ipfs/Qmeivv9WUBJ5JFYA983JtNChopvuh6GYWhMonAx1kUrvMg\"]},\"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\":\"0xb4239b7d84f764babc15a46eab53ea45dae0ce5c3738f9c283d7ab2f6e8fddea\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://d495ceadc4e5506a4cec20329f5862f53cf7886cb3d8533bc5071c26ea2d2522\",\"dweb:/ipfs/QmaNDdqDGnZkc3stbjUKAKHa29Hzu4JJPVvcogDMe7r8sM\"]},\"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\":\"0xd61277d077f382990d6a6733553562c17108d2a46bc570f351d394b6c8fe9b2d\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://8c0ba8b231b8785249217c1bcc800e3aa636e54ebe532468f5f0ab134a5278be\",\"dweb:/ipfs/QmaE1ebh4aJ3NMMytCKfB9PaUFWKVay3UuoqptdSYq6oAn\"]},\"src/modules/utils/ArrayLib.sol\":{\"keccak256\":\"0x5063027c39c927b80c84ac3bb36d20e19fbbddb746380c1efaf2f33f6fec30b8\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://c49eab76687709db420cbe52737610563f44344ef13608e0809e38c43179cb43\",\"dweb:/ipfs/QmRdQ7iW5j51AVJWin8aaKmj6Xj97ZV5vjfVjG5RqYG5xB\"]}},\"version\":1}",
|
159
159
|
"metadata": {
|
160
160
|
"compiler": {
|
161
161
|
"version": "0.8.21+commit.d9974bed"
|
@@ -287,17 +287,66 @@
|
|
287
287
|
],
|
288
288
|
"devdoc": {
|
289
289
|
"kind": "dev",
|
290
|
-
"methods": {
|
290
|
+
"methods": {
|
291
|
+
"_msgSender()": {
|
292
|
+
"returns": {
|
293
|
+
"sender": "The address of the trusted sender."
|
294
|
+
}
|
295
|
+
},
|
296
|
+
"_msgValue()": {
|
297
|
+
"returns": {
|
298
|
+
"value": "The `msg.value` in the call to the World contract before the World routed the call to the WorldContextConsumer contract."
|
299
|
+
}
|
300
|
+
},
|
301
|
+
"_world()": {
|
302
|
+
"returns": {
|
303
|
+
"_0": "The address of the World contract that routed the call to this WorldContextConsumer."
|
304
|
+
}
|
305
|
+
},
|
306
|
+
"getName()": {
|
307
|
+
"details": "Provides a way to identify the module by a unique name.",
|
308
|
+
"returns": {
|
309
|
+
"_0": "The name of the module as a bytes16."
|
310
|
+
}
|
311
|
+
},
|
312
|
+
"installRoot(bytes)": {
|
313
|
+
"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`.",
|
314
|
+
"params": {
|
315
|
+
"args": "Arguments that may be needed during the installation process."
|
316
|
+
}
|
317
|
+
},
|
318
|
+
"supportsInterface(bytes4)": {
|
319
|
+
"details": "Overrides the functionality from IERC165 and WorldContextConsumer to check for supported interfaces.",
|
320
|
+
"params": {
|
321
|
+
"interfaceId": "The bytes4 identifier for the interface."
|
322
|
+
},
|
323
|
+
"returns": {
|
324
|
+
"_0": "true if the interface is supported, false otherwise."
|
325
|
+
}
|
326
|
+
}
|
327
|
+
},
|
291
328
|
"version": 1
|
292
329
|
},
|
293
330
|
"userdoc": {
|
294
331
|
"kind": "user",
|
295
332
|
"methods": {
|
333
|
+
"_msgSender()": {
|
334
|
+
"notice": "Extracts the trusted msg.sender value from the appended calldata."
|
335
|
+
},
|
336
|
+
"_msgValue()": {
|
337
|
+
"notice": "Extract the `msg.value` from the context appended to the calldata."
|
338
|
+
},
|
339
|
+
"_world()": {
|
340
|
+
"notice": "Get the address of the World contract that routed the call to this WorldContextConsumer."
|
341
|
+
},
|
296
342
|
"getName()": {
|
297
|
-
"notice": "Return the
|
343
|
+
"notice": "Return the name of the module."
|
298
344
|
},
|
299
345
|
"installRoot(bytes)": {
|
300
|
-
"notice": "
|
346
|
+
"notice": "Installs the module as a root module."
|
347
|
+
},
|
348
|
+
"supportsInterface(bytes4)": {
|
349
|
+
"notice": "Checks if the given interfaceId is supported by this contract."
|
301
350
|
}
|
302
351
|
},
|
303
352
|
"version": 1
|
@@ -603,74 +652,74 @@
|
|
603
652
|
"license": "MIT"
|
604
653
|
},
|
605
654
|
"node_modules/@latticexyz/world/src/IERC165.sol": {
|
606
|
-
"keccak256": "
|
655
|
+
"keccak256": "0x7997ebbdee6a2493f28e7032c7a8b906ade40f807d95734e2653c8f1b023ff47",
|
607
656
|
"urls": [
|
608
|
-
"bzz-raw://
|
609
|
-
"dweb:/ipfs/
|
657
|
+
"bzz-raw://c8ca41bb2619bf27e5bf886d1322f0e2dffd096c49f7ae6e716541dd1e1ddce5",
|
658
|
+
"dweb:/ipfs/Qmb8zATUWWTtiWaSLjbAe6PGnJPes9ANvEyk7pYoWR3P3Y"
|
610
659
|
],
|
611
660
|
"license": "MIT"
|
612
661
|
},
|
613
662
|
"node_modules/@latticexyz/world/src/IModule.sol": {
|
614
|
-
"keccak256": "
|
663
|
+
"keccak256": "0xec02d49b84a882c9cf01e4e5c16f890ed7c52db945fd43a6f97ffe87730ba0d3",
|
615
664
|
"urls": [
|
616
|
-
"bzz-raw://
|
617
|
-
"dweb:/ipfs/
|
665
|
+
"bzz-raw://8f8ee1a3aaac5789b36808bdae2e26e32d1664583a6b21680b5721f04d81bbc3",
|
666
|
+
"dweb:/ipfs/Qmd4L3vGQiavSCe9g2k7riyA6cer3ruuxRFehAJCSxNRfw"
|
618
667
|
],
|
619
668
|
"license": "MIT"
|
620
669
|
},
|
621
670
|
"node_modules/@latticexyz/world/src/ISystemHook.sol": {
|
622
|
-
"keccak256": "
|
671
|
+
"keccak256": "0xb2114b6b66c0e7d8304d9e1d06aa1d0731f089daa6a0584e6cf744d9c48cf4db",
|
623
672
|
"urls": [
|
624
|
-
"bzz-raw://
|
625
|
-
"dweb:/ipfs/
|
673
|
+
"bzz-raw://ebbb172970b106dd4ae5a6d5e417ac75cad7529d2b94c1601e10b886d0edf510",
|
674
|
+
"dweb:/ipfs/QmPGn4F92hjkFch6Jh2NB37EYLLfstw6JxJKUZjXBFqGCw"
|
626
675
|
],
|
627
676
|
"license": "MIT"
|
628
677
|
},
|
629
678
|
"node_modules/@latticexyz/world/src/IWorldContextConsumer.sol": {
|
630
|
-
"keccak256": "
|
679
|
+
"keccak256": "0x22b8cb3ffcc21cb1657d57fc8ac929d2d6fdd199328e6f43ad2cb54f53dcd500",
|
631
680
|
"urls": [
|
632
|
-
"bzz-raw://
|
633
|
-
"dweb:/ipfs/
|
681
|
+
"bzz-raw://47c001f6b7c6d6e453c340618d23b1532078abb7d0fd7283405071e4e8ff8d2d",
|
682
|
+
"dweb:/ipfs/QmRW3femBhqQCPwDEj4Jop2Dnd3EU21ufg7GDVwN4joCQu"
|
634
683
|
],
|
635
684
|
"license": "MIT"
|
636
685
|
},
|
637
686
|
"node_modules/@latticexyz/world/src/IWorldErrors.sol": {
|
638
|
-
"keccak256": "
|
687
|
+
"keccak256": "0xc3e7975e5785574543229eac51e3441f4185863d7f5346c0ae08a27b4541f8a7",
|
639
688
|
"urls": [
|
640
|
-
"bzz-raw://
|
641
|
-
"dweb:/ipfs/
|
689
|
+
"bzz-raw://62cc0dc109e6e5475bb07fb95643a31c74337c23521db0557a36dad6117a1e83",
|
690
|
+
"dweb:/ipfs/Qmb8jbE1XQTUdreKFr4Jw3xmjctaLuReRZjPxZKQ2uW9p4"
|
642
691
|
],
|
643
692
|
"license": "MIT"
|
644
693
|
},
|
645
694
|
"node_modules/@latticexyz/world/src/IWorldKernel.sol": {
|
646
|
-
"keccak256": "
|
695
|
+
"keccak256": "0x9dc133cb55dc23fd6fcbbef8078bb4ea9bf67d698400cf89fc62b905b60cf5eb",
|
647
696
|
"urls": [
|
648
|
-
"bzz-raw://
|
649
|
-
"dweb:/ipfs/
|
697
|
+
"bzz-raw://7c1a57df7052218483eafe72d873660f39a73e2e06c1b14ad8a579d85b94bc6c",
|
698
|
+
"dweb:/ipfs/Qme7dnjvADGZyM2L7nZ51nSjsjXXF9isTVCpWaUCd1cEGs"
|
650
699
|
],
|
651
700
|
"license": "MIT"
|
652
701
|
},
|
653
702
|
"node_modules/@latticexyz/world/src/Module.sol": {
|
654
|
-
"keccak256": "
|
703
|
+
"keccak256": "0x652a3d6a3721a1c3f36abd7a398b16ae7d9e30ddbf54d8dc4494343dadb9f719",
|
655
704
|
"urls": [
|
656
|
-
"bzz-raw://
|
657
|
-
"dweb:/ipfs/
|
705
|
+
"bzz-raw://c33d2bb71a7ae8823233fa399f778fe86e9bb078889a092fcd1ed9e7838873e5",
|
706
|
+
"dweb:/ipfs/QmYM6JQ4syoxQLCXC4evHVEwbsTuXgS42HZZ9Fho7J9EXr"
|
658
707
|
],
|
659
708
|
"license": "MIT"
|
660
709
|
},
|
661
710
|
"node_modules/@latticexyz/world/src/WorldContext.sol": {
|
662
|
-
"keccak256": "
|
711
|
+
"keccak256": "0x45792667fe063195103e9fd74e3e9e0b0b4aea4fc4a0a8a3e69538c14751217b",
|
663
712
|
"urls": [
|
664
|
-
"bzz-raw://
|
665
|
-
"dweb:/ipfs/
|
713
|
+
"bzz-raw://cba8976da1e2f7e336045e8d65eba89d18ae49e4688de61ff61a95fb817fe9fc",
|
714
|
+
"dweb:/ipfs/QmWoByJM6DmheS2jisxSvAzrqC6XWrgaKxoNNUr44aXJtE"
|
666
715
|
],
|
667
716
|
"license": "MIT"
|
668
717
|
},
|
669
718
|
"node_modules/@latticexyz/world/src/WorldResourceId.sol": {
|
670
|
-
"keccak256": "
|
719
|
+
"keccak256": "0xb7bfae2890004001221b3902d185c14cfea0e606d16914f6b7f81cf112aa9417",
|
671
720
|
"urls": [
|
672
|
-
"bzz-raw://
|
673
|
-
"dweb:/ipfs/
|
721
|
+
"bzz-raw://acfd0d09166fc1bf16a8a5c80fbae1bd42426b2fcbab3c492bc836ea5c0375fb",
|
722
|
+
"dweb:/ipfs/QmTzZWHVBkx8hipFVpgEwAbZpr4c6hfr7yf7R71JojT3NK"
|
674
723
|
],
|
675
724
|
"license": "MIT"
|
676
725
|
},
|
@@ -755,10 +804,10 @@
|
|
755
804
|
"license": "MIT"
|
756
805
|
},
|
757
806
|
"node_modules/@latticexyz/world/src/worldResourceTypes.sol": {
|
758
|
-
"keccak256": "
|
807
|
+
"keccak256": "0xe31ee781596541f60ed71ef327c9d26ffc899e7fb3f4991c67406518bfc00746",
|
759
808
|
"urls": [
|
760
|
-
"bzz-raw://
|
761
|
-
"dweb:/ipfs/
|
809
|
+
"bzz-raw://f7b864fea8c77833a322b16c4673f110d5065d0cafcedecd07895699cf4258c2",
|
810
|
+
"dweb:/ipfs/QmRkzXVjMLwQFWxjEjgfdXVPAp6SU4zfxPo4NJcmz8HwH9"
|
762
811
|
],
|
763
812
|
"license": "MIT"
|
764
813
|
},
|
@@ -815,68 +864,68 @@
|
|
815
864
|
},
|
816
865
|
"ast": {
|
817
866
|
"absolutePath": "src/modules/keyswithvalue/KeysWithValueModule.sol",
|
818
|
-
"id":
|
867
|
+
"id": 50003,
|
819
868
|
"exportedSymbols": {
|
820
869
|
"AFTER_SPLICE_DYNAMIC_DATA": [
|
821
|
-
|
870
|
+
36181
|
822
871
|
],
|
823
872
|
"AFTER_SPLICE_STATIC_DATA": [
|
824
|
-
|
873
|
+
36171
|
825
874
|
],
|
826
875
|
"BEFORE_DELETE_RECORD": [
|
827
|
-
|
876
|
+
36186
|
828
877
|
],
|
829
878
|
"BEFORE_SET_RECORD": [
|
830
|
-
|
879
|
+
36156
|
831
880
|
],
|
832
881
|
"BEFORE_SPLICE_DYNAMIC_DATA": [
|
833
|
-
|
882
|
+
36176
|
834
883
|
],
|
835
884
|
"BEFORE_SPLICE_STATIC_DATA": [
|
836
|
-
|
885
|
+
36166
|
837
886
|
],
|
838
887
|
"IBaseWorld": [
|
839
|
-
|
888
|
+
39206
|
840
889
|
],
|
841
890
|
"KeysWithValue": [
|
842
|
-
|
891
|
+
52702
|
843
892
|
],
|
844
893
|
"KeysWithValueHook": [
|
845
|
-
|
894
|
+
49802
|
846
895
|
],
|
847
896
|
"KeysWithValueModule": [
|
848
|
-
|
897
|
+
50002
|
849
898
|
],
|
850
899
|
"MODULE_NAMESPACE": [
|
851
|
-
|
900
|
+
50007
|
852
901
|
],
|
853
902
|
"Module": [
|
854
|
-
|
903
|
+
38648
|
855
904
|
],
|
856
905
|
"ResourceId": [
|
857
|
-
|
906
|
+
26238
|
858
907
|
],
|
859
908
|
"StoreSwitch": [
|
860
|
-
|
909
|
+
30870
|
861
910
|
],
|
862
911
|
"WorldContextConsumer": [
|
863
|
-
|
912
|
+
38732
|
864
913
|
],
|
865
914
|
"WorldResourceIdInstance": [
|
866
|
-
|
915
|
+
39170
|
867
916
|
],
|
868
917
|
"getTargetTableId": [
|
869
|
-
|
918
|
+
50238
|
870
919
|
],
|
871
920
|
"revertWithBytes": [
|
872
|
-
|
921
|
+
39280
|
873
922
|
]
|
874
923
|
},
|
875
924
|
"nodeType": "SourceUnit",
|
876
925
|
"src": "32:3606:122",
|
877
926
|
"nodes": [
|
878
927
|
{
|
879
|
-
"id":
|
928
|
+
"id": 49804,
|
880
929
|
"nodeType": "PragmaDirective",
|
881
930
|
"src": "32:25:122",
|
882
931
|
"nodes": [],
|
@@ -888,23 +937,23 @@
|
|
888
937
|
]
|
889
938
|
},
|
890
939
|
{
|
891
|
-
"id":
|
940
|
+
"id": 49806,
|
892
941
|
"nodeType": "ImportDirective",
|
893
942
|
"src": "58:68:122",
|
894
943
|
"nodes": [],
|
895
944
|
"absolutePath": "node_modules/@latticexyz/store/src/StoreSwitch.sol",
|
896
945
|
"file": "@latticexyz/store/src/StoreSwitch.sol",
|
897
946
|
"nameLocation": "-1:-1:-1",
|
898
|
-
"scope":
|
899
|
-
"sourceUnit":
|
947
|
+
"scope": 50003,
|
948
|
+
"sourceUnit": 30871,
|
900
949
|
"symbolAliases": [
|
901
950
|
{
|
902
951
|
"foreign": {
|
903
|
-
"id":
|
952
|
+
"id": 49805,
|
904
953
|
"name": "StoreSwitch",
|
905
954
|
"nodeType": "Identifier",
|
906
955
|
"overloadedDeclarations": [],
|
907
|
-
"referencedDeclaration":
|
956
|
+
"referencedDeclaration": 30870,
|
908
957
|
"src": "67:11:122",
|
909
958
|
"typeDescriptions": {}
|
910
959
|
},
|
@@ -914,23 +963,23 @@
|
|
914
963
|
"unitAlias": ""
|
915
964
|
},
|
916
965
|
{
|
917
|
-
"id":
|
966
|
+
"id": 49813,
|
918
967
|
"nodeType": "ImportDirective",
|
919
968
|
"src": "127:207:122",
|
920
969
|
"nodes": [],
|
921
970
|
"absolutePath": "node_modules/@latticexyz/store/src/storeHookTypes.sol",
|
922
971
|
"file": "@latticexyz/store/src/storeHookTypes.sol",
|
923
972
|
"nameLocation": "-1:-1:-1",
|
924
|
-
"scope":
|
925
|
-
"sourceUnit":
|
973
|
+
"scope": 50003,
|
974
|
+
"sourceUnit": 36227,
|
926
975
|
"symbolAliases": [
|
927
976
|
{
|
928
977
|
"foreign": {
|
929
|
-
"id":
|
978
|
+
"id": 49807,
|
930
979
|
"name": "BEFORE_SET_RECORD",
|
931
980
|
"nodeType": "Identifier",
|
932
981
|
"overloadedDeclarations": [],
|
933
|
-
"referencedDeclaration":
|
982
|
+
"referencedDeclaration": 36156,
|
934
983
|
"src": "136:17:122",
|
935
984
|
"typeDescriptions": {}
|
936
985
|
},
|
@@ -938,11 +987,11 @@
|
|
938
987
|
},
|
939
988
|
{
|
940
989
|
"foreign": {
|
941
|
-
"id":
|
990
|
+
"id": 49808,
|
942
991
|
"name": "BEFORE_SPLICE_STATIC_DATA",
|
943
992
|
"nodeType": "Identifier",
|
944
993
|
"overloadedDeclarations": [],
|
945
|
-
"referencedDeclaration":
|
994
|
+
"referencedDeclaration": 36166,
|
946
995
|
"src": "155:25:122",
|
947
996
|
"typeDescriptions": {}
|
948
997
|
},
|
@@ -950,11 +999,11 @@
|
|
950
999
|
},
|
951
1000
|
{
|
952
1001
|
"foreign": {
|
953
|
-
"id":
|
1002
|
+
"id": 49809,
|
954
1003
|
"name": "AFTER_SPLICE_STATIC_DATA",
|
955
1004
|
"nodeType": "Identifier",
|
956
1005
|
"overloadedDeclarations": [],
|
957
|
-
"referencedDeclaration":
|
1006
|
+
"referencedDeclaration": 36171,
|
958
1007
|
"src": "182:24:122",
|
959
1008
|
"typeDescriptions": {}
|
960
1009
|
},
|
@@ -962,11 +1011,11 @@
|
|
962
1011
|
},
|
963
1012
|
{
|
964
1013
|
"foreign": {
|
965
|
-
"id":
|
1014
|
+
"id": 49810,
|
966
1015
|
"name": "BEFORE_SPLICE_DYNAMIC_DATA",
|
967
1016
|
"nodeType": "Identifier",
|
968
1017
|
"overloadedDeclarations": [],
|
969
|
-
"referencedDeclaration":
|
1018
|
+
"referencedDeclaration": 36176,
|
970
1019
|
"src": "208:26:122",
|
971
1020
|
"typeDescriptions": {}
|
972
1021
|
},
|
@@ -974,11 +1023,11 @@
|
|
974
1023
|
},
|
975
1024
|
{
|
976
1025
|
"foreign": {
|
977
|
-
"id":
|
1026
|
+
"id": 49811,
|
978
1027
|
"name": "AFTER_SPLICE_DYNAMIC_DATA",
|
979
1028
|
"nodeType": "Identifier",
|
980
1029
|
"overloadedDeclarations": [],
|
981
|
-
"referencedDeclaration":
|
1030
|
+
"referencedDeclaration": 36181,
|
982
1031
|
"src": "236:25:122",
|
983
1032
|
"typeDescriptions": {}
|
984
1033
|
},
|
@@ -986,11 +1035,11 @@
|
|
986
1035
|
},
|
987
1036
|
{
|
988
1037
|
"foreign": {
|
989
|
-
"id":
|
1038
|
+
"id": 49812,
|
990
1039
|
"name": "BEFORE_DELETE_RECORD",
|
991
1040
|
"nodeType": "Identifier",
|
992
1041
|
"overloadedDeclarations": [],
|
993
|
-
"referencedDeclaration":
|
1042
|
+
"referencedDeclaration": 36186,
|
994
1043
|
"src": "263:20:122",
|
995
1044
|
"typeDescriptions": {}
|
996
1045
|
},
|
@@ -1000,23 +1049,23 @@
|
|
1000
1049
|
"unitAlias": ""
|
1001
1050
|
},
|
1002
1051
|
{
|
1003
|
-
"id":
|
1052
|
+
"id": 49815,
|
1004
1053
|
"nodeType": "ImportDirective",
|
1005
1054
|
"src": "335:58:122",
|
1006
1055
|
"nodes": [],
|
1007
1056
|
"absolutePath": "node_modules/@latticexyz/world/src/Module.sol",
|
1008
1057
|
"file": "@latticexyz/world/src/Module.sol",
|
1009
1058
|
"nameLocation": "-1:-1:-1",
|
1010
|
-
"scope":
|
1011
|
-
"sourceUnit":
|
1059
|
+
"scope": 50003,
|
1060
|
+
"sourceUnit": 38649,
|
1012
1061
|
"symbolAliases": [
|
1013
1062
|
{
|
1014
1063
|
"foreign": {
|
1015
|
-
"id":
|
1064
|
+
"id": 49814,
|
1016
1065
|
"name": "Module",
|
1017
1066
|
"nodeType": "Identifier",
|
1018
1067
|
"overloadedDeclarations": [],
|
1019
|
-
"referencedDeclaration":
|
1068
|
+
"referencedDeclaration": 38648,
|
1020
1069
|
"src": "344:6:122",
|
1021
1070
|
"typeDescriptions": {}
|
1022
1071
|
},
|
@@ -1026,23 +1075,23 @@
|
|
1026
1075
|
"unitAlias": ""
|
1027
1076
|
},
|
1028
1077
|
{
|
1029
|
-
"id":
|
1078
|
+
"id": 49817,
|
1030
1079
|
"nodeType": "ImportDirective",
|
1031
1080
|
"src": "395:85:122",
|
1032
1081
|
"nodes": [],
|
1033
1082
|
"absolutePath": "node_modules/@latticexyz/world/src/codegen/interfaces/IBaseWorld.sol",
|
1034
1083
|
"file": "@latticexyz/world/src/codegen/interfaces/IBaseWorld.sol",
|
1035
1084
|
"nameLocation": "-1:-1:-1",
|
1036
|
-
"scope":
|
1037
|
-
"sourceUnit":
|
1085
|
+
"scope": 50003,
|
1086
|
+
"sourceUnit": 39207,
|
1038
1087
|
"symbolAliases": [
|
1039
1088
|
{
|
1040
1089
|
"foreign": {
|
1041
|
-
"id":
|
1090
|
+
"id": 49816,
|
1042
1091
|
"name": "IBaseWorld",
|
1043
1092
|
"nodeType": "Identifier",
|
1044
1093
|
"overloadedDeclarations": [],
|
1045
|
-
"referencedDeclaration":
|
1094
|
+
"referencedDeclaration": 39206,
|
1046
1095
|
"src": "404:10:122",
|
1047
1096
|
"typeDescriptions": {}
|
1048
1097
|
},
|
@@ -1052,23 +1101,23 @@
|
|
1052
1101
|
"unitAlias": ""
|
1053
1102
|
},
|
1054
1103
|
{
|
1055
|
-
"id":
|
1104
|
+
"id": 49819,
|
1056
1105
|
"nodeType": "ImportDirective",
|
1057
1106
|
"src": "482:78:122",
|
1058
1107
|
"nodes": [],
|
1059
1108
|
"absolutePath": "node_modules/@latticexyz/world/src/WorldContext.sol",
|
1060
1109
|
"file": "@latticexyz/world/src/WorldContext.sol",
|
1061
1110
|
"nameLocation": "-1:-1:-1",
|
1062
|
-
"scope":
|
1063
|
-
"sourceUnit":
|
1111
|
+
"scope": 50003,
|
1112
|
+
"sourceUnit": 38887,
|
1064
1113
|
"symbolAliases": [
|
1065
1114
|
{
|
1066
1115
|
"foreign": {
|
1067
|
-
"id":
|
1116
|
+
"id": 49818,
|
1068
1117
|
"name": "WorldContextConsumer",
|
1069
1118
|
"nodeType": "Identifier",
|
1070
1119
|
"overloadedDeclarations": [],
|
1071
|
-
"referencedDeclaration":
|
1120
|
+
"referencedDeclaration": 38732,
|
1072
1121
|
"src": "491:20:122",
|
1073
1122
|
"typeDescriptions": {}
|
1074
1123
|
},
|
@@ -1078,23 +1127,23 @@
|
|
1078
1127
|
"unitAlias": ""
|
1079
1128
|
},
|
1080
1129
|
{
|
1081
|
-
"id":
|
1130
|
+
"id": 49822,
|
1082
1131
|
"nodeType": "ImportDirective",
|
1083
1132
|
"src": "561:96:122",
|
1084
1133
|
"nodes": [],
|
1085
1134
|
"absolutePath": "node_modules/@latticexyz/world/src/WorldResourceId.sol",
|
1086
1135
|
"file": "@latticexyz/world/src/WorldResourceId.sol",
|
1087
1136
|
"nameLocation": "-1:-1:-1",
|
1088
|
-
"scope":
|
1089
|
-
"sourceUnit":
|
1137
|
+
"scope": 50003,
|
1138
|
+
"sourceUnit": 39171,
|
1090
1139
|
"symbolAliases": [
|
1091
1140
|
{
|
1092
1141
|
"foreign": {
|
1093
|
-
"id":
|
1142
|
+
"id": 49820,
|
1094
1143
|
"name": "ResourceId",
|
1095
1144
|
"nodeType": "Identifier",
|
1096
1145
|
"overloadedDeclarations": [],
|
1097
|
-
"referencedDeclaration":
|
1146
|
+
"referencedDeclaration": 26238,
|
1098
1147
|
"src": "570:10:122",
|
1099
1148
|
"typeDescriptions": {}
|
1100
1149
|
},
|
@@ -1102,11 +1151,11 @@
|
|
1102
1151
|
},
|
1103
1152
|
{
|
1104
1153
|
"foreign": {
|
1105
|
-
"id":
|
1154
|
+
"id": 49821,
|
1106
1155
|
"name": "WorldResourceIdInstance",
|
1107
1156
|
"nodeType": "Identifier",
|
1108
1157
|
"overloadedDeclarations": [],
|
1109
|
-
"referencedDeclaration":
|
1158
|
+
"referencedDeclaration": 39170,
|
1110
1159
|
"src": "582:23:122",
|
1111
1160
|
"typeDescriptions": {}
|
1112
1161
|
},
|
@@ -1116,23 +1165,23 @@
|
|
1116
1165
|
"unitAlias": ""
|
1117
1166
|
},
|
1118
1167
|
{
|
1119
|
-
"id":
|
1168
|
+
"id": 49824,
|
1120
1169
|
"nodeType": "ImportDirective",
|
1121
1170
|
"src": "658:76:122",
|
1122
1171
|
"nodes": [],
|
1123
1172
|
"absolutePath": "node_modules/@latticexyz/world/src/revertWithBytes.sol",
|
1124
1173
|
"file": "@latticexyz/world/src/revertWithBytes.sol",
|
1125
1174
|
"nameLocation": "-1:-1:-1",
|
1126
|
-
"scope":
|
1127
|
-
"sourceUnit":
|
1175
|
+
"scope": 50003,
|
1176
|
+
"sourceUnit": 39281,
|
1128
1177
|
"symbolAliases": [
|
1129
1178
|
{
|
1130
1179
|
"foreign": {
|
1131
|
-
"id":
|
1180
|
+
"id": 49823,
|
1132
1181
|
"name": "revertWithBytes",
|
1133
1182
|
"nodeType": "Identifier",
|
1134
1183
|
"overloadedDeclarations": [],
|
1135
|
-
"referencedDeclaration":
|
1184
|
+
"referencedDeclaration": 39280,
|
1136
1185
|
"src": "667:15:122",
|
1137
1186
|
"typeDescriptions": {}
|
1138
1187
|
},
|
@@ -1142,23 +1191,23 @@
|
|
1142
1191
|
"unitAlias": ""
|
1143
1192
|
},
|
1144
1193
|
{
|
1145
|
-
"id":
|
1194
|
+
"id": 49826,
|
1146
1195
|
"nodeType": "ImportDirective",
|
1147
1196
|
"src": "736:51:122",
|
1148
1197
|
"nodes": [],
|
1149
1198
|
"absolutePath": "src/modules/keyswithvalue/constants.sol",
|
1150
1199
|
"file": "./constants.sol",
|
1151
1200
|
"nameLocation": "-1:-1:-1",
|
1152
|
-
"scope":
|
1153
|
-
"sourceUnit":
|
1201
|
+
"scope": 50003,
|
1202
|
+
"sourceUnit": 50008,
|
1154
1203
|
"symbolAliases": [
|
1155
1204
|
{
|
1156
1205
|
"foreign": {
|
1157
|
-
"id":
|
1206
|
+
"id": 49825,
|
1158
1207
|
"name": "MODULE_NAMESPACE",
|
1159
1208
|
"nodeType": "Identifier",
|
1160
1209
|
"overloadedDeclarations": [],
|
1161
|
-
"referencedDeclaration":
|
1210
|
+
"referencedDeclaration": 50007,
|
1162
1211
|
"src": "745:16:122",
|
1163
1212
|
"typeDescriptions": {}
|
1164
1213
|
},
|
@@ -1168,23 +1217,23 @@
|
|
1168
1217
|
"unitAlias": ""
|
1169
1218
|
},
|
1170
1219
|
{
|
1171
|
-
"id":
|
1220
|
+
"id": 49828,
|
1172
1221
|
"nodeType": "ImportDirective",
|
1173
1222
|
"src": "788:60:122",
|
1174
1223
|
"nodes": [],
|
1175
1224
|
"absolutePath": "src/modules/keyswithvalue/KeysWithValueHook.sol",
|
1176
1225
|
"file": "./KeysWithValueHook.sol",
|
1177
1226
|
"nameLocation": "-1:-1:-1",
|
1178
|
-
"scope":
|
1179
|
-
"sourceUnit":
|
1227
|
+
"scope": 50003,
|
1228
|
+
"sourceUnit": 49803,
|
1180
1229
|
"symbolAliases": [
|
1181
1230
|
{
|
1182
1231
|
"foreign": {
|
1183
|
-
"id":
|
1232
|
+
"id": 49827,
|
1184
1233
|
"name": "KeysWithValueHook",
|
1185
1234
|
"nodeType": "Identifier",
|
1186
1235
|
"overloadedDeclarations": [],
|
1187
|
-
"referencedDeclaration":
|
1236
|
+
"referencedDeclaration": 49802,
|
1188
1237
|
"src": "797:17:122",
|
1189
1238
|
"typeDescriptions": {}
|
1190
1239
|
},
|
@@ -1194,23 +1243,23 @@
|
|
1194
1243
|
"unitAlias": ""
|
1195
1244
|
},
|
1196
1245
|
{
|
1197
|
-
"id":
|
1246
|
+
"id": 49830,
|
1198
1247
|
"nodeType": "ImportDirective",
|
1199
1248
|
"src": "849:59:122",
|
1200
1249
|
"nodes": [],
|
1201
1250
|
"absolutePath": "src/modules/keyswithvalue/tables/KeysWithValue.sol",
|
1202
1251
|
"file": "./tables/KeysWithValue.sol",
|
1203
1252
|
"nameLocation": "-1:-1:-1",
|
1204
|
-
"scope":
|
1205
|
-
"sourceUnit":
|
1253
|
+
"scope": 50003,
|
1254
|
+
"sourceUnit": 52703,
|
1206
1255
|
"symbolAliases": [
|
1207
1256
|
{
|
1208
1257
|
"foreign": {
|
1209
|
-
"id":
|
1258
|
+
"id": 49829,
|
1210
1259
|
"name": "KeysWithValue",
|
1211
1260
|
"nodeType": "Identifier",
|
1212
1261
|
"overloadedDeclarations": [],
|
1213
|
-
"referencedDeclaration":
|
1262
|
+
"referencedDeclaration": 52702,
|
1214
1263
|
"src": "858:13:122",
|
1215
1264
|
"typeDescriptions": {}
|
1216
1265
|
},
|
@@ -1220,23 +1269,23 @@
|
|
1220
1269
|
"unitAlias": ""
|
1221
1270
|
},
|
1222
1271
|
{
|
1223
|
-
"id":
|
1272
|
+
"id": 49832,
|
1224
1273
|
"nodeType": "ImportDirective",
|
1225
1274
|
"src": "909:58:122",
|
1226
1275
|
"nodes": [],
|
1227
1276
|
"absolutePath": "src/modules/keyswithvalue/getTargetTableId.sol",
|
1228
1277
|
"file": "./getTargetTableId.sol",
|
1229
1278
|
"nameLocation": "-1:-1:-1",
|
1230
|
-
"scope":
|
1231
|
-
"sourceUnit":
|
1279
|
+
"scope": 50003,
|
1280
|
+
"sourceUnit": 50239,
|
1232
1281
|
"symbolAliases": [
|
1233
1282
|
{
|
1234
1283
|
"foreign": {
|
1235
|
-
"id":
|
1284
|
+
"id": 49831,
|
1236
1285
|
"name": "getTargetTableId",
|
1237
1286
|
"nodeType": "Identifier",
|
1238
1287
|
"overloadedDeclarations": [],
|
1239
|
-
"referencedDeclaration":
|
1288
|
+
"referencedDeclaration": 50238,
|
1240
1289
|
"src": "918:16:122",
|
1241
1290
|
"typeDescriptions": {}
|
1242
1291
|
},
|
@@ -1246,49 +1295,49 @@
|
|
1246
1295
|
"unitAlias": ""
|
1247
1296
|
},
|
1248
1297
|
{
|
1249
|
-
"id":
|
1298
|
+
"id": 50002,
|
1250
1299
|
"nodeType": "ContractDefinition",
|
1251
1300
|
"src": "1629:2008:122",
|
1252
1301
|
"nodes": [
|
1253
1302
|
{
|
1254
|
-
"id":
|
1303
|
+
"id": 49839,
|
1255
1304
|
"nodeType": "UsingForDirective",
|
1256
1305
|
"src": "1672:45:122",
|
1257
1306
|
"nodes": [],
|
1258
1307
|
"global": false,
|
1259
1308
|
"libraryName": {
|
1260
|
-
"id":
|
1309
|
+
"id": 49836,
|
1261
1310
|
"name": "WorldResourceIdInstance",
|
1262
1311
|
"nameLocations": [
|
1263
1312
|
"1678:23:122"
|
1264
1313
|
],
|
1265
1314
|
"nodeType": "IdentifierPath",
|
1266
|
-
"referencedDeclaration":
|
1315
|
+
"referencedDeclaration": 39170,
|
1267
1316
|
"src": "1678:23:122"
|
1268
1317
|
},
|
1269
1318
|
"typeName": {
|
1270
|
-
"id":
|
1319
|
+
"id": 49838,
|
1271
1320
|
"nodeType": "UserDefinedTypeName",
|
1272
1321
|
"pathNode": {
|
1273
|
-
"id":
|
1322
|
+
"id": 49837,
|
1274
1323
|
"name": "ResourceId",
|
1275
1324
|
"nameLocations": [
|
1276
1325
|
"1706:10:122"
|
1277
1326
|
],
|
1278
1327
|
"nodeType": "IdentifierPath",
|
1279
|
-
"referencedDeclaration":
|
1328
|
+
"referencedDeclaration": 26238,
|
1280
1329
|
"src": "1706:10:122"
|
1281
1330
|
},
|
1282
|
-
"referencedDeclaration":
|
1331
|
+
"referencedDeclaration": 26238,
|
1283
1332
|
"src": "1706:10:122",
|
1284
1333
|
"typeDescriptions": {
|
1285
|
-
"typeIdentifier": "t_userDefinedValueType$_ResourceId_$
|
1334
|
+
"typeIdentifier": "t_userDefinedValueType$_ResourceId_$26238",
|
1286
1335
|
"typeString": "ResourceId"
|
1287
1336
|
}
|
1288
1337
|
}
|
1289
1338
|
},
|
1290
1339
|
{
|
1291
|
-
"id":
|
1340
|
+
"id": 49846,
|
1292
1341
|
"nodeType": "VariableDeclaration",
|
1293
1342
|
"src": "1867:66:122",
|
1294
1343
|
"nodes": [],
|
@@ -1296,30 +1345,30 @@
|
|
1296
1345
|
"mutability": "immutable",
|
1297
1346
|
"name": "hook",
|
1298
1347
|
"nameLocation": "1903:4:122",
|
1299
|
-
"scope":
|
1348
|
+
"scope": 50002,
|
1300
1349
|
"stateVariable": true,
|
1301
1350
|
"storageLocation": "default",
|
1302
1351
|
"typeDescriptions": {
|
1303
|
-
"typeIdentifier": "t_contract$_KeysWithValueHook_$
|
1352
|
+
"typeIdentifier": "t_contract$_KeysWithValueHook_$49802",
|
1304
1353
|
"typeString": "contract KeysWithValueHook"
|
1305
1354
|
},
|
1306
1355
|
"typeName": {
|
1307
|
-
"id":
|
1356
|
+
"id": 49841,
|
1308
1357
|
"nodeType": "UserDefinedTypeName",
|
1309
1358
|
"pathNode": {
|
1310
|
-
"id":
|
1359
|
+
"id": 49840,
|
1311
1360
|
"name": "KeysWithValueHook",
|
1312
1361
|
"nameLocations": [
|
1313
1362
|
"1867:17:122"
|
1314
1363
|
],
|
1315
1364
|
"nodeType": "IdentifierPath",
|
1316
|
-
"referencedDeclaration":
|
1365
|
+
"referencedDeclaration": 49802,
|
1317
1366
|
"src": "1867:17:122"
|
1318
1367
|
},
|
1319
|
-
"referencedDeclaration":
|
1368
|
+
"referencedDeclaration": 49802,
|
1320
1369
|
"src": "1867:17:122",
|
1321
1370
|
"typeDescriptions": {
|
1322
|
-
"typeIdentifier": "t_contract$_KeysWithValueHook_$
|
1371
|
+
"typeIdentifier": "t_contract$_KeysWithValueHook_$49802",
|
1323
1372
|
"typeString": "contract KeysWithValueHook"
|
1324
1373
|
}
|
1325
1374
|
},
|
@@ -1327,7 +1376,7 @@
|
|
1327
1376
|
"arguments": [],
|
1328
1377
|
"expression": {
|
1329
1378
|
"argumentTypes": [],
|
1330
|
-
"id":
|
1379
|
+
"id": 49844,
|
1331
1380
|
"isConstant": false,
|
1332
1381
|
"isLValue": false,
|
1333
1382
|
"isPure": false,
|
@@ -1335,31 +1384,31 @@
|
|
1335
1384
|
"nodeType": "NewExpression",
|
1336
1385
|
"src": "1910:21:122",
|
1337
1386
|
"typeDescriptions": {
|
1338
|
-
"typeIdentifier": "t_function_creation_nonpayable$__$returns$_t_contract$_KeysWithValueHook_$
|
1387
|
+
"typeIdentifier": "t_function_creation_nonpayable$__$returns$_t_contract$_KeysWithValueHook_$49802_$",
|
1339
1388
|
"typeString": "function () returns (contract KeysWithValueHook)"
|
1340
1389
|
},
|
1341
1390
|
"typeName": {
|
1342
|
-
"id":
|
1391
|
+
"id": 49843,
|
1343
1392
|
"nodeType": "UserDefinedTypeName",
|
1344
1393
|
"pathNode": {
|
1345
|
-
"id":
|
1394
|
+
"id": 49842,
|
1346
1395
|
"name": "KeysWithValueHook",
|
1347
1396
|
"nameLocations": [
|
1348
1397
|
"1914:17:122"
|
1349
1398
|
],
|
1350
1399
|
"nodeType": "IdentifierPath",
|
1351
|
-
"referencedDeclaration":
|
1400
|
+
"referencedDeclaration": 49802,
|
1352
1401
|
"src": "1914:17:122"
|
1353
1402
|
},
|
1354
|
-
"referencedDeclaration":
|
1403
|
+
"referencedDeclaration": 49802,
|
1355
1404
|
"src": "1914:17:122",
|
1356
1405
|
"typeDescriptions": {
|
1357
|
-
"typeIdentifier": "t_contract$_KeysWithValueHook_$
|
1406
|
+
"typeIdentifier": "t_contract$_KeysWithValueHook_$49802",
|
1358
1407
|
"typeString": "contract KeysWithValueHook"
|
1359
1408
|
}
|
1360
1409
|
}
|
1361
1410
|
},
|
1362
|
-
"id":
|
1411
|
+
"id": 49845,
|
1363
1412
|
"isConstant": false,
|
1364
1413
|
"isLValue": false,
|
1365
1414
|
"isPure": false,
|
@@ -1371,19 +1420,19 @@
|
|
1371
1420
|
"src": "1910:23:122",
|
1372
1421
|
"tryCall": false,
|
1373
1422
|
"typeDescriptions": {
|
1374
|
-
"typeIdentifier": "t_contract$_KeysWithValueHook_$
|
1423
|
+
"typeIdentifier": "t_contract$_KeysWithValueHook_$49802",
|
1375
1424
|
"typeString": "contract KeysWithValueHook"
|
1376
1425
|
}
|
1377
1426
|
},
|
1378
1427
|
"visibility": "private"
|
1379
1428
|
},
|
1380
1429
|
{
|
1381
|
-
"id":
|
1430
|
+
"id": 49857,
|
1382
1431
|
"nodeType": "FunctionDefinition",
|
1383
1432
|
"src": "1938:83:122",
|
1384
1433
|
"nodes": [],
|
1385
1434
|
"body": {
|
1386
|
-
"id":
|
1435
|
+
"id": 49856,
|
1387
1436
|
"nodeType": "Block",
|
1388
1437
|
"src": "1987:34:122",
|
1389
1438
|
"nodes": [],
|
@@ -1393,7 +1442,7 @@
|
|
1393
1442
|
"arguments": [
|
1394
1443
|
{
|
1395
1444
|
"hexValue": "696e646578",
|
1396
|
-
"id":
|
1445
|
+
"id": 49853,
|
1397
1446
|
"isConstant": false,
|
1398
1447
|
"isLValue": false,
|
1399
1448
|
"isPure": true,
|
@@ -1415,7 +1464,7 @@
|
|
1415
1464
|
"typeString": "literal_string \"index\""
|
1416
1465
|
}
|
1417
1466
|
],
|
1418
|
-
"id":
|
1467
|
+
"id": 49852,
|
1419
1468
|
"isConstant": false,
|
1420
1469
|
"isLValue": false,
|
1421
1470
|
"isPure": true,
|
@@ -1427,14 +1476,14 @@
|
|
1427
1476
|
"typeString": "type(bytes16)"
|
1428
1477
|
},
|
1429
1478
|
"typeName": {
|
1430
|
-
"id":
|
1479
|
+
"id": 49851,
|
1431
1480
|
"name": "bytes16",
|
1432
1481
|
"nodeType": "ElementaryTypeName",
|
1433
1482
|
"src": "2000:7:122",
|
1434
1483
|
"typeDescriptions": {}
|
1435
1484
|
}
|
1436
1485
|
},
|
1437
|
-
"id":
|
1486
|
+
"id": 49854,
|
1438
1487
|
"isConstant": false,
|
1439
1488
|
"isLValue": false,
|
1440
1489
|
"isPure": true,
|
@@ -1450,15 +1499,15 @@
|
|
1450
1499
|
"typeString": "bytes16"
|
1451
1500
|
}
|
1452
1501
|
},
|
1453
|
-
"functionReturnParameters":
|
1454
|
-
"id":
|
1502
|
+
"functionReturnParameters": 49850,
|
1503
|
+
"id": 49855,
|
1455
1504
|
"nodeType": "Return",
|
1456
1505
|
"src": "1993:23:122"
|
1457
1506
|
}
|
1458
1507
|
]
|
1459
1508
|
},
|
1460
1509
|
"baseFunctions": [
|
1461
|
-
|
1510
|
+
60880
|
1462
1511
|
],
|
1463
1512
|
"functionSelector": "17d7de7c",
|
1464
1513
|
"implemented": true,
|
@@ -1467,23 +1516,23 @@
|
|
1467
1516
|
"name": "getName",
|
1468
1517
|
"nameLocation": "1947:7:122",
|
1469
1518
|
"parameters": {
|
1470
|
-
"id":
|
1519
|
+
"id": 49847,
|
1471
1520
|
"nodeType": "ParameterList",
|
1472
1521
|
"parameters": [],
|
1473
1522
|
"src": "1954:2:122"
|
1474
1523
|
},
|
1475
1524
|
"returnParameters": {
|
1476
|
-
"id":
|
1525
|
+
"id": 49850,
|
1477
1526
|
"nodeType": "ParameterList",
|
1478
1527
|
"parameters": [
|
1479
1528
|
{
|
1480
1529
|
"constant": false,
|
1481
|
-
"id":
|
1530
|
+
"id": 49849,
|
1482
1531
|
"mutability": "mutable",
|
1483
1532
|
"name": "",
|
1484
1533
|
"nameLocation": "-1:-1:-1",
|
1485
1534
|
"nodeType": "VariableDeclaration",
|
1486
|
-
"scope":
|
1535
|
+
"scope": 49857,
|
1487
1536
|
"src": "1978:7:122",
|
1488
1537
|
"stateVariable": false,
|
1489
1538
|
"storageLocation": "default",
|
@@ -1492,7 +1541,7 @@
|
|
1492
1541
|
"typeString": "bytes16"
|
1493
1542
|
},
|
1494
1543
|
"typeName": {
|
1495
|
-
"id":
|
1544
|
+
"id": 49848,
|
1496
1545
|
"name": "bytes16",
|
1497
1546
|
"nodeType": "ElementaryTypeName",
|
1498
1547
|
"src": "1978:7:122",
|
@@ -1506,76 +1555,76 @@
|
|
1506
1555
|
],
|
1507
1556
|
"src": "1977:9:122"
|
1508
1557
|
},
|
1509
|
-
"scope":
|
1558
|
+
"scope": 50002,
|
1510
1559
|
"stateMutability": "pure",
|
1511
1560
|
"virtual": false,
|
1512
1561
|
"visibility": "public"
|
1513
1562
|
},
|
1514
1563
|
{
|
1515
|
-
"id":
|
1564
|
+
"id": 49992,
|
1516
1565
|
"nodeType": "FunctionDefinition",
|
1517
1566
|
"src": "2025:1510:122",
|
1518
1567
|
"nodes": [],
|
1519
1568
|
"body": {
|
1520
|
-
"id":
|
1569
|
+
"id": 49991,
|
1521
1570
|
"nodeType": "Block",
|
1522
1571
|
"src": "2072:1463:122",
|
1523
1572
|
"nodes": [],
|
1524
1573
|
"statements": [
|
1525
1574
|
{
|
1526
1575
|
"assignments": [
|
1527
|
-
|
1576
|
+
49864
|
1528
1577
|
],
|
1529
1578
|
"declarations": [
|
1530
1579
|
{
|
1531
1580
|
"constant": false,
|
1532
|
-
"id":
|
1581
|
+
"id": 49864,
|
1533
1582
|
"mutability": "mutable",
|
1534
1583
|
"name": "sourceTableId",
|
1535
1584
|
"nameLocation": "2130:13:122",
|
1536
1585
|
"nodeType": "VariableDeclaration",
|
1537
|
-
"scope":
|
1586
|
+
"scope": 49991,
|
1538
1587
|
"src": "2119:24:122",
|
1539
1588
|
"stateVariable": false,
|
1540
1589
|
"storageLocation": "default",
|
1541
1590
|
"typeDescriptions": {
|
1542
|
-
"typeIdentifier": "t_userDefinedValueType$_ResourceId_$
|
1591
|
+
"typeIdentifier": "t_userDefinedValueType$_ResourceId_$26238",
|
1543
1592
|
"typeString": "ResourceId"
|
1544
1593
|
},
|
1545
1594
|
"typeName": {
|
1546
|
-
"id":
|
1595
|
+
"id": 49863,
|
1547
1596
|
"nodeType": "UserDefinedTypeName",
|
1548
1597
|
"pathNode": {
|
1549
|
-
"id":
|
1598
|
+
"id": 49862,
|
1550
1599
|
"name": "ResourceId",
|
1551
1600
|
"nameLocations": [
|
1552
1601
|
"2119:10:122"
|
1553
1602
|
],
|
1554
1603
|
"nodeType": "IdentifierPath",
|
1555
|
-
"referencedDeclaration":
|
1604
|
+
"referencedDeclaration": 26238,
|
1556
1605
|
"src": "2119:10:122"
|
1557
1606
|
},
|
1558
|
-
"referencedDeclaration":
|
1607
|
+
"referencedDeclaration": 26238,
|
1559
1608
|
"src": "2119:10:122",
|
1560
1609
|
"typeDescriptions": {
|
1561
|
-
"typeIdentifier": "t_userDefinedValueType$_ResourceId_$
|
1610
|
+
"typeIdentifier": "t_userDefinedValueType$_ResourceId_$26238",
|
1562
1611
|
"typeString": "ResourceId"
|
1563
1612
|
}
|
1564
1613
|
},
|
1565
1614
|
"visibility": "internal"
|
1566
1615
|
}
|
1567
1616
|
],
|
1568
|
-
"id":
|
1617
|
+
"id": 49875,
|
1569
1618
|
"initialValue": {
|
1570
1619
|
"arguments": [
|
1571
1620
|
{
|
1572
1621
|
"arguments": [
|
1573
1622
|
{
|
1574
|
-
"id":
|
1623
|
+
"id": 49869,
|
1575
1624
|
"name": "args",
|
1576
1625
|
"nodeType": "Identifier",
|
1577
1626
|
"overloadedDeclarations": [],
|
1578
|
-
"referencedDeclaration":
|
1627
|
+
"referencedDeclaration": 49859,
|
1579
1628
|
"src": "2173:4:122",
|
1580
1629
|
"typeDescriptions": {
|
1581
1630
|
"typeIdentifier": "t_bytes_memory_ptr",
|
@@ -1585,7 +1634,7 @@
|
|
1585
1634
|
{
|
1586
1635
|
"components": [
|
1587
1636
|
{
|
1588
|
-
"id":
|
1637
|
+
"id": 49871,
|
1589
1638
|
"isConstant": false,
|
1590
1639
|
"isLValue": false,
|
1591
1640
|
"isPure": true,
|
@@ -1597,7 +1646,7 @@
|
|
1597
1646
|
"typeString": "type(bytes32)"
|
1598
1647
|
},
|
1599
1648
|
"typeName": {
|
1600
|
-
"id":
|
1649
|
+
"id": 49870,
|
1601
1650
|
"name": "bytes32",
|
1602
1651
|
"nodeType": "ElementaryTypeName",
|
1603
1652
|
"src": "2180:7:122",
|
@@ -1605,7 +1654,7 @@
|
|
1605
1654
|
}
|
1606
1655
|
}
|
1607
1656
|
],
|
1608
|
-
"id":
|
1657
|
+
"id": 49872,
|
1609
1658
|
"isConstant": false,
|
1610
1659
|
"isInlineArray": false,
|
1611
1660
|
"isLValue": false,
|
@@ -1631,7 +1680,7 @@
|
|
1631
1680
|
}
|
1632
1681
|
],
|
1633
1682
|
"expression": {
|
1634
|
-
"id":
|
1683
|
+
"id": 49867,
|
1635
1684
|
"name": "abi",
|
1636
1685
|
"nodeType": "Identifier",
|
1637
1686
|
"overloadedDeclarations": [],
|
@@ -1642,7 +1691,7 @@
|
|
1642
1691
|
"typeString": "abi"
|
1643
1692
|
}
|
1644
1693
|
},
|
1645
|
-
"id":
|
1694
|
+
"id": 49868,
|
1646
1695
|
"isConstant": false,
|
1647
1696
|
"isLValue": false,
|
1648
1697
|
"isPure": true,
|
@@ -1656,7 +1705,7 @@
|
|
1656
1705
|
"typeString": "function () pure"
|
1657
1706
|
}
|
1658
1707
|
},
|
1659
|
-
"id":
|
1708
|
+
"id": 49873,
|
1660
1709
|
"isConstant": false,
|
1661
1710
|
"isLValue": false,
|
1662
1711
|
"isPure": false,
|
@@ -1681,18 +1730,18 @@
|
|
1681
1730
|
}
|
1682
1731
|
],
|
1683
1732
|
"expression": {
|
1684
|
-
"id":
|
1733
|
+
"id": 49865,
|
1685
1734
|
"name": "ResourceId",
|
1686
1735
|
"nodeType": "Identifier",
|
1687
1736
|
"overloadedDeclarations": [],
|
1688
|
-
"referencedDeclaration":
|
1737
|
+
"referencedDeclaration": 26238,
|
1689
1738
|
"src": "2146:10:122",
|
1690
1739
|
"typeDescriptions": {
|
1691
|
-
"typeIdentifier": "t_type$_t_userDefinedValueType$_ResourceId_$
|
1740
|
+
"typeIdentifier": "t_type$_t_userDefinedValueType$_ResourceId_$26238_$",
|
1692
1741
|
"typeString": "type(ResourceId)"
|
1693
1742
|
}
|
1694
1743
|
},
|
1695
|
-
"id":
|
1744
|
+
"id": 49866,
|
1696
1745
|
"isConstant": false,
|
1697
1746
|
"isLValue": false,
|
1698
1747
|
"isPure": true,
|
@@ -1702,11 +1751,11 @@
|
|
1702
1751
|
"nodeType": "MemberAccess",
|
1703
1752
|
"src": "2146:15:122",
|
1704
1753
|
"typeDescriptions": {
|
1705
|
-
"typeIdentifier": "t_function_wrap_pure$_t_bytes32_$returns$_t_userDefinedValueType$_ResourceId_$
|
1754
|
+
"typeIdentifier": "t_function_wrap_pure$_t_bytes32_$returns$_t_userDefinedValueType$_ResourceId_$26238_$",
|
1706
1755
|
"typeString": "function (bytes32) pure returns (ResourceId)"
|
1707
1756
|
}
|
1708
1757
|
},
|
1709
|
-
"id":
|
1758
|
+
"id": 49874,
|
1710
1759
|
"isConstant": false,
|
1711
1760
|
"isLValue": false,
|
1712
1761
|
"isPure": false,
|
@@ -1718,7 +1767,7 @@
|
|
1718
1767
|
"src": "2146:44:122",
|
1719
1768
|
"tryCall": false,
|
1720
1769
|
"typeDescriptions": {
|
1721
|
-
"typeIdentifier": "t_userDefinedValueType$_ResourceId_$
|
1770
|
+
"typeIdentifier": "t_userDefinedValueType$_ResourceId_$26238",
|
1722
1771
|
"typeString": "ResourceId"
|
1723
1772
|
}
|
1724
1773
|
},
|
@@ -1727,56 +1776,56 @@
|
|
1727
1776
|
},
|
1728
1777
|
{
|
1729
1778
|
"assignments": [
|
1730
|
-
|
1779
|
+
49878
|
1731
1780
|
],
|
1732
1781
|
"declarations": [
|
1733
1782
|
{
|
1734
1783
|
"constant": false,
|
1735
|
-
"id":
|
1784
|
+
"id": 49878,
|
1736
1785
|
"mutability": "mutable",
|
1737
1786
|
"name": "targetTableSelector",
|
1738
1787
|
"nameLocation": "2207:19:122",
|
1739
1788
|
"nodeType": "VariableDeclaration",
|
1740
|
-
"scope":
|
1789
|
+
"scope": 49991,
|
1741
1790
|
"src": "2196:30:122",
|
1742
1791
|
"stateVariable": false,
|
1743
1792
|
"storageLocation": "default",
|
1744
1793
|
"typeDescriptions": {
|
1745
|
-
"typeIdentifier": "t_userDefinedValueType$_ResourceId_$
|
1794
|
+
"typeIdentifier": "t_userDefinedValueType$_ResourceId_$26238",
|
1746
1795
|
"typeString": "ResourceId"
|
1747
1796
|
},
|
1748
1797
|
"typeName": {
|
1749
|
-
"id":
|
1798
|
+
"id": 49877,
|
1750
1799
|
"nodeType": "UserDefinedTypeName",
|
1751
1800
|
"pathNode": {
|
1752
|
-
"id":
|
1801
|
+
"id": 49876,
|
1753
1802
|
"name": "ResourceId",
|
1754
1803
|
"nameLocations": [
|
1755
1804
|
"2196:10:122"
|
1756
1805
|
],
|
1757
1806
|
"nodeType": "IdentifierPath",
|
1758
|
-
"referencedDeclaration":
|
1807
|
+
"referencedDeclaration": 26238,
|
1759
1808
|
"src": "2196:10:122"
|
1760
1809
|
},
|
1761
|
-
"referencedDeclaration":
|
1810
|
+
"referencedDeclaration": 26238,
|
1762
1811
|
"src": "2196:10:122",
|
1763
1812
|
"typeDescriptions": {
|
1764
|
-
"typeIdentifier": "t_userDefinedValueType$_ResourceId_$
|
1813
|
+
"typeIdentifier": "t_userDefinedValueType$_ResourceId_$26238",
|
1765
1814
|
"typeString": "ResourceId"
|
1766
1815
|
}
|
1767
1816
|
},
|
1768
1817
|
"visibility": "internal"
|
1769
1818
|
}
|
1770
1819
|
],
|
1771
|
-
"id":
|
1820
|
+
"id": 49883,
|
1772
1821
|
"initialValue": {
|
1773
1822
|
"arguments": [
|
1774
1823
|
{
|
1775
|
-
"id":
|
1824
|
+
"id": 49880,
|
1776
1825
|
"name": "MODULE_NAMESPACE",
|
1777
1826
|
"nodeType": "Identifier",
|
1778
1827
|
"overloadedDeclarations": [],
|
1779
|
-
"referencedDeclaration":
|
1828
|
+
"referencedDeclaration": 50007,
|
1780
1829
|
"src": "2246:16:122",
|
1781
1830
|
"typeDescriptions": {
|
1782
1831
|
"typeIdentifier": "t_bytes7",
|
@@ -1784,14 +1833,14 @@
|
|
1784
1833
|
}
|
1785
1834
|
},
|
1786
1835
|
{
|
1787
|
-
"id":
|
1836
|
+
"id": 49881,
|
1788
1837
|
"name": "sourceTableId",
|
1789
1838
|
"nodeType": "Identifier",
|
1790
1839
|
"overloadedDeclarations": [],
|
1791
|
-
"referencedDeclaration":
|
1840
|
+
"referencedDeclaration": 49864,
|
1792
1841
|
"src": "2264:13:122",
|
1793
1842
|
"typeDescriptions": {
|
1794
|
-
"typeIdentifier": "t_userDefinedValueType$_ResourceId_$
|
1843
|
+
"typeIdentifier": "t_userDefinedValueType$_ResourceId_$26238",
|
1795
1844
|
"typeString": "ResourceId"
|
1796
1845
|
}
|
1797
1846
|
}
|
@@ -1803,22 +1852,22 @@
|
|
1803
1852
|
"typeString": "bytes7"
|
1804
1853
|
},
|
1805
1854
|
{
|
1806
|
-
"typeIdentifier": "t_userDefinedValueType$_ResourceId_$
|
1855
|
+
"typeIdentifier": "t_userDefinedValueType$_ResourceId_$26238",
|
1807
1856
|
"typeString": "ResourceId"
|
1808
1857
|
}
|
1809
1858
|
],
|
1810
|
-
"id":
|
1859
|
+
"id": 49879,
|
1811
1860
|
"name": "getTargetTableId",
|
1812
1861
|
"nodeType": "Identifier",
|
1813
1862
|
"overloadedDeclarations": [],
|
1814
|
-
"referencedDeclaration":
|
1863
|
+
"referencedDeclaration": 50238,
|
1815
1864
|
"src": "2229:16:122",
|
1816
1865
|
"typeDescriptions": {
|
1817
|
-
"typeIdentifier": "t_function_internal_pure$_t_bytes7_$_t_userDefinedValueType$_ResourceId_$
|
1866
|
+
"typeIdentifier": "t_function_internal_pure$_t_bytes7_$_t_userDefinedValueType$_ResourceId_$26238_$returns$_t_userDefinedValueType$_ResourceId_$26238_$",
|
1818
1867
|
"typeString": "function (bytes7,ResourceId) pure returns (ResourceId)"
|
1819
1868
|
}
|
1820
1869
|
},
|
1821
|
-
"id":
|
1870
|
+
"id": 49882,
|
1822
1871
|
"isConstant": false,
|
1823
1872
|
"isLValue": false,
|
1824
1873
|
"isPure": false,
|
@@ -1830,7 +1879,7 @@
|
|
1830
1879
|
"src": "2229:49:122",
|
1831
1880
|
"tryCall": false,
|
1832
1881
|
"typeDescriptions": {
|
1833
|
-
"typeIdentifier": "t_userDefinedValueType$_ResourceId_$
|
1882
|
+
"typeIdentifier": "t_userDefinedValueType$_ResourceId_$26238",
|
1834
1883
|
"typeString": "ResourceId"
|
1835
1884
|
}
|
1836
1885
|
},
|
@@ -1839,66 +1888,66 @@
|
|
1839
1888
|
},
|
1840
1889
|
{
|
1841
1890
|
"assignments": [
|
1842
|
-
|
1891
|
+
49886
|
1843
1892
|
],
|
1844
1893
|
"declarations": [
|
1845
1894
|
{
|
1846
1895
|
"constant": false,
|
1847
|
-
"id":
|
1896
|
+
"id": 49886,
|
1848
1897
|
"mutability": "mutable",
|
1849
1898
|
"name": "world",
|
1850
1899
|
"nameLocation": "2296:5:122",
|
1851
1900
|
"nodeType": "VariableDeclaration",
|
1852
|
-
"scope":
|
1901
|
+
"scope": 49991,
|
1853
1902
|
"src": "2285:16:122",
|
1854
1903
|
"stateVariable": false,
|
1855
1904
|
"storageLocation": "default",
|
1856
1905
|
"typeDescriptions": {
|
1857
|
-
"typeIdentifier": "t_contract$_IBaseWorld_$
|
1906
|
+
"typeIdentifier": "t_contract$_IBaseWorld_$39206",
|
1858
1907
|
"typeString": "contract IBaseWorld"
|
1859
1908
|
},
|
1860
1909
|
"typeName": {
|
1861
|
-
"id":
|
1910
|
+
"id": 49885,
|
1862
1911
|
"nodeType": "UserDefinedTypeName",
|
1863
1912
|
"pathNode": {
|
1864
|
-
"id":
|
1913
|
+
"id": 49884,
|
1865
1914
|
"name": "IBaseWorld",
|
1866
1915
|
"nameLocations": [
|
1867
1916
|
"2285:10:122"
|
1868
1917
|
],
|
1869
1918
|
"nodeType": "IdentifierPath",
|
1870
|
-
"referencedDeclaration":
|
1919
|
+
"referencedDeclaration": 39206,
|
1871
1920
|
"src": "2285:10:122"
|
1872
1921
|
},
|
1873
|
-
"referencedDeclaration":
|
1922
|
+
"referencedDeclaration": 39206,
|
1874
1923
|
"src": "2285:10:122",
|
1875
1924
|
"typeDescriptions": {
|
1876
|
-
"typeIdentifier": "t_contract$_IBaseWorld_$
|
1925
|
+
"typeIdentifier": "t_contract$_IBaseWorld_$39206",
|
1877
1926
|
"typeString": "contract IBaseWorld"
|
1878
1927
|
}
|
1879
1928
|
},
|
1880
1929
|
"visibility": "internal"
|
1881
1930
|
}
|
1882
1931
|
],
|
1883
|
-
"id":
|
1932
|
+
"id": 49891,
|
1884
1933
|
"initialValue": {
|
1885
1934
|
"arguments": [
|
1886
1935
|
{
|
1887
1936
|
"arguments": [],
|
1888
1937
|
"expression": {
|
1889
1938
|
"argumentTypes": [],
|
1890
|
-
"id":
|
1939
|
+
"id": 49888,
|
1891
1940
|
"name": "_world",
|
1892
1941
|
"nodeType": "Identifier",
|
1893
1942
|
"overloadedDeclarations": [],
|
1894
|
-
"referencedDeclaration":
|
1943
|
+
"referencedDeclaration": 38714,
|
1895
1944
|
"src": "2315:6:122",
|
1896
1945
|
"typeDescriptions": {
|
1897
1946
|
"typeIdentifier": "t_function_internal_view$__$returns$_t_address_$",
|
1898
1947
|
"typeString": "function () view returns (address)"
|
1899
1948
|
}
|
1900
1949
|
},
|
1901
|
-
"id":
|
1950
|
+
"id": 49889,
|
1902
1951
|
"isConstant": false,
|
1903
1952
|
"isLValue": false,
|
1904
1953
|
"isPure": false,
|
@@ -1922,18 +1971,18 @@
|
|
1922
1971
|
"typeString": "address"
|
1923
1972
|
}
|
1924
1973
|
],
|
1925
|
-
"id":
|
1974
|
+
"id": 49887,
|
1926
1975
|
"name": "IBaseWorld",
|
1927
1976
|
"nodeType": "Identifier",
|
1928
1977
|
"overloadedDeclarations": [],
|
1929
|
-
"referencedDeclaration":
|
1978
|
+
"referencedDeclaration": 39206,
|
1930
1979
|
"src": "2304:10:122",
|
1931
1980
|
"typeDescriptions": {
|
1932
|
-
"typeIdentifier": "t_type$_t_contract$_IBaseWorld_$
|
1981
|
+
"typeIdentifier": "t_type$_t_contract$_IBaseWorld_$39206_$",
|
1933
1982
|
"typeString": "type(contract IBaseWorld)"
|
1934
1983
|
}
|
1935
1984
|
},
|
1936
|
-
"id":
|
1985
|
+
"id": 49890,
|
1937
1986
|
"isConstant": false,
|
1938
1987
|
"isLValue": false,
|
1939
1988
|
"isPure": false,
|
@@ -1945,7 +1994,7 @@
|
|
1945
1994
|
"src": "2304:20:122",
|
1946
1995
|
"tryCall": false,
|
1947
1996
|
"typeDescriptions": {
|
1948
|
-
"typeIdentifier": "t_contract$_IBaseWorld_$
|
1997
|
+
"typeIdentifier": "t_contract$_IBaseWorld_$39206",
|
1949
1998
|
"typeString": "contract IBaseWorld"
|
1950
1999
|
}
|
1951
2000
|
},
|
@@ -1954,18 +2003,18 @@
|
|
1954
2003
|
},
|
1955
2004
|
{
|
1956
2005
|
"assignments": [
|
1957
|
-
|
1958
|
-
|
2006
|
+
49893,
|
2007
|
+
49895
|
1959
2008
|
],
|
1960
2009
|
"declarations": [
|
1961
2010
|
{
|
1962
2011
|
"constant": false,
|
1963
|
-
"id":
|
2012
|
+
"id": 49893,
|
1964
2013
|
"mutability": "mutable",
|
1965
2014
|
"name": "success",
|
1966
2015
|
"nameLocation": "2370:7:122",
|
1967
2016
|
"nodeType": "VariableDeclaration",
|
1968
|
-
"scope":
|
2017
|
+
"scope": 49991,
|
1969
2018
|
"src": "2365:12:122",
|
1970
2019
|
"stateVariable": false,
|
1971
2020
|
"storageLocation": "default",
|
@@ -1974,7 +2023,7 @@
|
|
1974
2023
|
"typeString": "bool"
|
1975
2024
|
},
|
1976
2025
|
"typeName": {
|
1977
|
-
"id":
|
2026
|
+
"id": 49892,
|
1978
2027
|
"name": "bool",
|
1979
2028
|
"nodeType": "ElementaryTypeName",
|
1980
2029
|
"src": "2365:4:122",
|
@@ -1987,12 +2036,12 @@
|
|
1987
2036
|
},
|
1988
2037
|
{
|
1989
2038
|
"constant": false,
|
1990
|
-
"id":
|
2039
|
+
"id": 49895,
|
1991
2040
|
"mutability": "mutable",
|
1992
2041
|
"name": "returnData",
|
1993
2042
|
"nameLocation": "2392:10:122",
|
1994
2043
|
"nodeType": "VariableDeclaration",
|
1995
|
-
"scope":
|
2044
|
+
"scope": 49991,
|
1996
2045
|
"src": "2379:23:122",
|
1997
2046
|
"stateVariable": false,
|
1998
2047
|
"storageLocation": "memory",
|
@@ -2001,7 +2050,7 @@
|
|
2001
2050
|
"typeString": "bytes"
|
2002
2051
|
},
|
2003
2052
|
"typeName": {
|
2004
|
-
"id":
|
2053
|
+
"id": 49894,
|
2005
2054
|
"name": "bytes",
|
2006
2055
|
"nodeType": "ElementaryTypeName",
|
2007
2056
|
"src": "2379:5:122",
|
@@ -2013,25 +2062,25 @@
|
|
2013
2062
|
"visibility": "internal"
|
2014
2063
|
}
|
2015
2064
|
],
|
2016
|
-
"id":
|
2065
|
+
"id": 49924,
|
2017
2066
|
"initialValue": {
|
2018
2067
|
"arguments": [
|
2019
2068
|
{
|
2020
2069
|
"arguments": [
|
2021
2070
|
{
|
2022
2071
|
"expression": {
|
2023
|
-
"id":
|
2072
|
+
"id": 49903,
|
2024
2073
|
"name": "world",
|
2025
2074
|
"nodeType": "Identifier",
|
2026
2075
|
"overloadedDeclarations": [],
|
2027
|
-
"referencedDeclaration":
|
2076
|
+
"referencedDeclaration": 49886,
|
2028
2077
|
"src": "2465:5:122",
|
2029
2078
|
"typeDescriptions": {
|
2030
|
-
"typeIdentifier": "t_contract$_IBaseWorld_$
|
2079
|
+
"typeIdentifier": "t_contract$_IBaseWorld_$39206",
|
2031
2080
|
"typeString": "contract IBaseWorld"
|
2032
2081
|
}
|
2033
2082
|
},
|
2034
|
-
"id":
|
2083
|
+
"id": 49904,
|
2035
2084
|
"isConstant": false,
|
2036
2085
|
"isLValue": false,
|
2037
2086
|
"isPure": false,
|
@@ -2039,24 +2088,24 @@
|
|
2039
2088
|
"memberLocation": "2471:13:122",
|
2040
2089
|
"memberName": "registerTable",
|
2041
2090
|
"nodeType": "MemberAccess",
|
2042
|
-
"referencedDeclaration":
|
2091
|
+
"referencedDeclaration": 57612,
|
2043
2092
|
"src": "2465:19:122",
|
2044
2093
|
"typeDescriptions": {
|
2045
|
-
"typeIdentifier": "t_function_external_nonpayable$_t_userDefinedValueType$_ResourceId_$
|
2094
|
+
"typeIdentifier": "t_function_external_nonpayable$_t_userDefinedValueType$_ResourceId_$26238_$_t_userDefinedValueType$_FieldLayout_$25124_$_t_userDefinedValueType$_Schema_$26314_$_t_userDefinedValueType$_Schema_$26314_$_t_array$_t_string_memory_ptr_$dyn_memory_ptr_$_t_array$_t_string_memory_ptr_$dyn_memory_ptr_$returns$__$",
|
2046
2095
|
"typeString": "function (ResourceId,FieldLayout,Schema,Schema,string memory[] memory,string memory[] memory) external"
|
2047
2096
|
}
|
2048
2097
|
},
|
2049
2098
|
{
|
2050
2099
|
"components": [
|
2051
2100
|
{
|
2052
|
-
"id":
|
2101
|
+
"id": 49905,
|
2053
2102
|
"name": "targetTableSelector",
|
2054
2103
|
"nodeType": "Identifier",
|
2055
2104
|
"overloadedDeclarations": [],
|
2056
|
-
"referencedDeclaration":
|
2105
|
+
"referencedDeclaration": 49878,
|
2057
2106
|
"src": "2506:19:122",
|
2058
2107
|
"typeDescriptions": {
|
2059
|
-
"typeIdentifier": "t_userDefinedValueType$_ResourceId_$
|
2108
|
+
"typeIdentifier": "t_userDefinedValueType$_ResourceId_$26238",
|
2060
2109
|
"typeString": "ResourceId"
|
2061
2110
|
}
|
2062
2111
|
},
|
@@ -2065,18 +2114,18 @@
|
|
2065
2114
|
"expression": {
|
2066
2115
|
"argumentTypes": [],
|
2067
2116
|
"expression": {
|
2068
|
-
"id":
|
2117
|
+
"id": 49906,
|
2069
2118
|
"name": "KeysWithValue",
|
2070
2119
|
"nodeType": "Identifier",
|
2071
2120
|
"overloadedDeclarations": [],
|
2072
|
-
"referencedDeclaration":
|
2121
|
+
"referencedDeclaration": 52702,
|
2073
2122
|
"src": "2537:13:122",
|
2074
2123
|
"typeDescriptions": {
|
2075
|
-
"typeIdentifier": "t_type$_t_contract$_KeysWithValue_$
|
2124
|
+
"typeIdentifier": "t_type$_t_contract$_KeysWithValue_$52702_$",
|
2076
2125
|
"typeString": "type(library KeysWithValue)"
|
2077
2126
|
}
|
2078
2127
|
},
|
2079
|
-
"id":
|
2128
|
+
"id": 49907,
|
2080
2129
|
"isConstant": false,
|
2081
2130
|
"isLValue": false,
|
2082
2131
|
"isPure": false,
|
@@ -2084,14 +2133,14 @@
|
|
2084
2133
|
"memberLocation": "2551:14:122",
|
2085
2134
|
"memberName": "getFieldLayout",
|
2086
2135
|
"nodeType": "MemberAccess",
|
2087
|
-
"referencedDeclaration":
|
2136
|
+
"referencedDeclaration": 50287,
|
2088
2137
|
"src": "2537:28:122",
|
2089
2138
|
"typeDescriptions": {
|
2090
|
-
"typeIdentifier": "t_function_internal_pure$__$returns$_t_userDefinedValueType$_FieldLayout_$
|
2139
|
+
"typeIdentifier": "t_function_internal_pure$__$returns$_t_userDefinedValueType$_FieldLayout_$25124_$",
|
2091
2140
|
"typeString": "function () pure returns (FieldLayout)"
|
2092
2141
|
}
|
2093
2142
|
},
|
2094
|
-
"id":
|
2143
|
+
"id": 49908,
|
2095
2144
|
"isConstant": false,
|
2096
2145
|
"isLValue": false,
|
2097
2146
|
"isPure": false,
|
@@ -2103,7 +2152,7 @@
|
|
2103
2152
|
"src": "2537:30:122",
|
2104
2153
|
"tryCall": false,
|
2105
2154
|
"typeDescriptions": {
|
2106
|
-
"typeIdentifier": "t_userDefinedValueType$_FieldLayout_$
|
2155
|
+
"typeIdentifier": "t_userDefinedValueType$_FieldLayout_$25124",
|
2107
2156
|
"typeString": "FieldLayout"
|
2108
2157
|
}
|
2109
2158
|
},
|
@@ -2112,18 +2161,18 @@
|
|
2112
2161
|
"expression": {
|
2113
2162
|
"argumentTypes": [],
|
2114
2163
|
"expression": {
|
2115
|
-
"id":
|
2164
|
+
"id": 49909,
|
2116
2165
|
"name": "KeysWithValue",
|
2117
2166
|
"nodeType": "Identifier",
|
2118
2167
|
"overloadedDeclarations": [],
|
2119
|
-
"referencedDeclaration":
|
2168
|
+
"referencedDeclaration": 52702,
|
2120
2169
|
"src": "2579:13:122",
|
2121
2170
|
"typeDescriptions": {
|
2122
|
-
"typeIdentifier": "t_type$_t_contract$_KeysWithValue_$
|
2171
|
+
"typeIdentifier": "t_type$_t_contract$_KeysWithValue_$52702_$",
|
2123
2172
|
"typeString": "type(library KeysWithValue)"
|
2124
2173
|
}
|
2125
2174
|
},
|
2126
|
-
"id":
|
2175
|
+
"id": 49910,
|
2127
2176
|
"isConstant": false,
|
2128
2177
|
"isLValue": false,
|
2129
2178
|
"isPure": false,
|
@@ -2131,14 +2180,14 @@
|
|
2131
2180
|
"memberLocation": "2593:12:122",
|
2132
2181
|
"memberName": "getKeySchema",
|
2133
2182
|
"nodeType": "MemberAccess",
|
2134
|
-
"referencedDeclaration":
|
2183
|
+
"referencedDeclaration": 50319,
|
2135
2184
|
"src": "2579:26:122",
|
2136
2185
|
"typeDescriptions": {
|
2137
|
-
"typeIdentifier": "t_function_internal_pure$__$returns$_t_userDefinedValueType$_Schema_$
|
2186
|
+
"typeIdentifier": "t_function_internal_pure$__$returns$_t_userDefinedValueType$_Schema_$26314_$",
|
2138
2187
|
"typeString": "function () pure returns (Schema)"
|
2139
2188
|
}
|
2140
2189
|
},
|
2141
|
-
"id":
|
2190
|
+
"id": 49911,
|
2142
2191
|
"isConstant": false,
|
2143
2192
|
"isLValue": false,
|
2144
2193
|
"isPure": false,
|
@@ -2150,7 +2199,7 @@
|
|
2150
2199
|
"src": "2579:28:122",
|
2151
2200
|
"tryCall": false,
|
2152
2201
|
"typeDescriptions": {
|
2153
|
-
"typeIdentifier": "t_userDefinedValueType$_Schema_$
|
2202
|
+
"typeIdentifier": "t_userDefinedValueType$_Schema_$26314",
|
2154
2203
|
"typeString": "Schema"
|
2155
2204
|
}
|
2156
2205
|
},
|
@@ -2159,18 +2208,18 @@
|
|
2159
2208
|
"expression": {
|
2160
2209
|
"argumentTypes": [],
|
2161
2210
|
"expression": {
|
2162
|
-
"id":
|
2211
|
+
"id": 49912,
|
2163
2212
|
"name": "KeysWithValue",
|
2164
2213
|
"nodeType": "Identifier",
|
2165
2214
|
"overloadedDeclarations": [],
|
2166
|
-
"referencedDeclaration":
|
2215
|
+
"referencedDeclaration": 52702,
|
2167
2216
|
"src": "2619:13:122",
|
2168
2217
|
"typeDescriptions": {
|
2169
|
-
"typeIdentifier": "t_type$_t_contract$_KeysWithValue_$
|
2218
|
+
"typeIdentifier": "t_type$_t_contract$_KeysWithValue_$52702_$",
|
2170
2219
|
"typeString": "type(library KeysWithValue)"
|
2171
2220
|
}
|
2172
2221
|
},
|
2173
|
-
"id":
|
2222
|
+
"id": 49913,
|
2174
2223
|
"isConstant": false,
|
2175
2224
|
"isLValue": false,
|
2176
2225
|
"isPure": false,
|
@@ -2178,14 +2227,14 @@
|
|
2178
2227
|
"memberLocation": "2633:14:122",
|
2179
2228
|
"memberName": "getValueSchema",
|
2180
2229
|
"nodeType": "MemberAccess",
|
2181
|
-
"referencedDeclaration":
|
2230
|
+
"referencedDeclaration": 50351,
|
2182
2231
|
"src": "2619:28:122",
|
2183
2232
|
"typeDescriptions": {
|
2184
|
-
"typeIdentifier": "t_function_internal_pure$__$returns$_t_userDefinedValueType$_Schema_$
|
2233
|
+
"typeIdentifier": "t_function_internal_pure$__$returns$_t_userDefinedValueType$_Schema_$26314_$",
|
2185
2234
|
"typeString": "function () pure returns (Schema)"
|
2186
2235
|
}
|
2187
2236
|
},
|
2188
|
-
"id":
|
2237
|
+
"id": 49914,
|
2189
2238
|
"isConstant": false,
|
2190
2239
|
"isLValue": false,
|
2191
2240
|
"isPure": false,
|
@@ -2197,7 +2246,7 @@
|
|
2197
2246
|
"src": "2619:30:122",
|
2198
2247
|
"tryCall": false,
|
2199
2248
|
"typeDescriptions": {
|
2200
|
-
"typeIdentifier": "t_userDefinedValueType$_Schema_$
|
2249
|
+
"typeIdentifier": "t_userDefinedValueType$_Schema_$26314",
|
2201
2250
|
"typeString": "Schema"
|
2202
2251
|
}
|
2203
2252
|
},
|
@@ -2206,18 +2255,18 @@
|
|
2206
2255
|
"expression": {
|
2207
2256
|
"argumentTypes": [],
|
2208
2257
|
"expression": {
|
2209
|
-
"id":
|
2258
|
+
"id": 49915,
|
2210
2259
|
"name": "KeysWithValue",
|
2211
2260
|
"nodeType": "Identifier",
|
2212
2261
|
"overloadedDeclarations": [],
|
2213
|
-
"referencedDeclaration":
|
2262
|
+
"referencedDeclaration": 52702,
|
2214
2263
|
"src": "2661:13:122",
|
2215
2264
|
"typeDescriptions": {
|
2216
|
-
"typeIdentifier": "t_type$_t_contract$_KeysWithValue_$
|
2265
|
+
"typeIdentifier": "t_type$_t_contract$_KeysWithValue_$52702_$",
|
2217
2266
|
"typeString": "type(library KeysWithValue)"
|
2218
2267
|
}
|
2219
2268
|
},
|
2220
|
-
"id":
|
2269
|
+
"id": 49916,
|
2221
2270
|
"isConstant": false,
|
2222
2271
|
"isLValue": false,
|
2223
2272
|
"isPure": false,
|
@@ -2225,14 +2274,14 @@
|
|
2225
2274
|
"memberLocation": "2675:11:122",
|
2226
2275
|
"memberName": "getKeyNames",
|
2227
2276
|
"nodeType": "MemberAccess",
|
2228
|
-
"referencedDeclaration":
|
2277
|
+
"referencedDeclaration": 50373,
|
2229
2278
|
"src": "2661:25:122",
|
2230
2279
|
"typeDescriptions": {
|
2231
2280
|
"typeIdentifier": "t_function_internal_pure$__$returns$_t_array$_t_string_memory_ptr_$dyn_memory_ptr_$",
|
2232
2281
|
"typeString": "function () pure returns (string memory[] memory)"
|
2233
2282
|
}
|
2234
2283
|
},
|
2235
|
-
"id":
|
2284
|
+
"id": 49917,
|
2236
2285
|
"isConstant": false,
|
2237
2286
|
"isLValue": false,
|
2238
2287
|
"isPure": false,
|
@@ -2253,18 +2302,18 @@
|
|
2253
2302
|
"expression": {
|
2254
2303
|
"argumentTypes": [],
|
2255
2304
|
"expression": {
|
2256
|
-
"id":
|
2305
|
+
"id": 49918,
|
2257
2306
|
"name": "KeysWithValue",
|
2258
2307
|
"nodeType": "Identifier",
|
2259
2308
|
"overloadedDeclarations": [],
|
2260
|
-
"referencedDeclaration":
|
2309
|
+
"referencedDeclaration": 52702,
|
2261
2310
|
"src": "2700:13:122",
|
2262
2311
|
"typeDescriptions": {
|
2263
|
-
"typeIdentifier": "t_type$_t_contract$_KeysWithValue_$
|
2312
|
+
"typeIdentifier": "t_type$_t_contract$_KeysWithValue_$52702_$",
|
2264
2313
|
"typeString": "type(library KeysWithValue)"
|
2265
2314
|
}
|
2266
2315
|
},
|
2267
|
-
"id":
|
2316
|
+
"id": 49919,
|
2268
2317
|
"isConstant": false,
|
2269
2318
|
"isLValue": false,
|
2270
2319
|
"isPure": false,
|
@@ -2272,14 +2321,14 @@
|
|
2272
2321
|
"memberLocation": "2714:13:122",
|
2273
2322
|
"memberName": "getFieldNames",
|
2274
2323
|
"nodeType": "MemberAccess",
|
2275
|
-
"referencedDeclaration":
|
2324
|
+
"referencedDeclaration": 50395,
|
2276
2325
|
"src": "2700:27:122",
|
2277
2326
|
"typeDescriptions": {
|
2278
2327
|
"typeIdentifier": "t_function_internal_pure$__$returns$_t_array$_t_string_memory_ptr_$dyn_memory_ptr_$",
|
2279
2328
|
"typeString": "function () pure returns (string memory[] memory)"
|
2280
2329
|
}
|
2281
2330
|
},
|
2282
|
-
"id":
|
2331
|
+
"id": 49920,
|
2283
2332
|
"isConstant": false,
|
2284
2333
|
"isLValue": false,
|
2285
2334
|
"isPure": false,
|
@@ -2296,7 +2345,7 @@
|
|
2296
2345
|
}
|
2297
2346
|
}
|
2298
2347
|
],
|
2299
|
-
"id":
|
2348
|
+
"id": 49921,
|
2300
2349
|
"isConstant": false,
|
2301
2350
|
"isInlineArray": false,
|
2302
2351
|
"isLValue": false,
|
@@ -2305,7 +2354,7 @@
|
|
2305
2354
|
"nodeType": "TupleExpression",
|
2306
2355
|
"src": "2494:245:122",
|
2307
2356
|
"typeDescriptions": {
|
2308
|
-
"typeIdentifier": "t_tuple$_t_userDefinedValueType$_ResourceId_$
|
2357
|
+
"typeIdentifier": "t_tuple$_t_userDefinedValueType$_ResourceId_$26238_$_t_userDefinedValueType$_FieldLayout_$25124_$_t_userDefinedValueType$_Schema_$26314_$_t_userDefinedValueType$_Schema_$26314_$_t_array$_t_string_memory_ptr_$dyn_memory_ptr_$_t_array$_t_string_memory_ptr_$dyn_memory_ptr_$",
|
2309
2358
|
"typeString": "tuple(ResourceId,FieldLayout,Schema,Schema,string memory[] memory,string memory[] memory)"
|
2310
2359
|
}
|
2311
2360
|
}
|
@@ -2313,16 +2362,16 @@
|
|
2313
2362
|
"expression": {
|
2314
2363
|
"argumentTypes": [
|
2315
2364
|
{
|
2316
|
-
"typeIdentifier": "t_function_external_nonpayable$_t_userDefinedValueType$_ResourceId_$
|
2365
|
+
"typeIdentifier": "t_function_external_nonpayable$_t_userDefinedValueType$_ResourceId_$26238_$_t_userDefinedValueType$_FieldLayout_$25124_$_t_userDefinedValueType$_Schema_$26314_$_t_userDefinedValueType$_Schema_$26314_$_t_array$_t_string_memory_ptr_$dyn_memory_ptr_$_t_array$_t_string_memory_ptr_$dyn_memory_ptr_$returns$__$",
|
2317
2366
|
"typeString": "function (ResourceId,FieldLayout,Schema,Schema,string memory[] memory,string memory[] memory) external"
|
2318
2367
|
},
|
2319
2368
|
{
|
2320
|
-
"typeIdentifier": "t_tuple$_t_userDefinedValueType$_ResourceId_$
|
2369
|
+
"typeIdentifier": "t_tuple$_t_userDefinedValueType$_ResourceId_$26238_$_t_userDefinedValueType$_FieldLayout_$25124_$_t_userDefinedValueType$_Schema_$26314_$_t_userDefinedValueType$_Schema_$26314_$_t_array$_t_string_memory_ptr_$dyn_memory_ptr_$_t_array$_t_string_memory_ptr_$dyn_memory_ptr_$",
|
2321
2370
|
"typeString": "tuple(ResourceId,FieldLayout,Schema,Schema,string memory[] memory,string memory[] memory)"
|
2322
2371
|
}
|
2323
2372
|
],
|
2324
2373
|
"expression": {
|
2325
|
-
"id":
|
2374
|
+
"id": 49901,
|
2326
2375
|
"name": "abi",
|
2327
2376
|
"nodeType": "Identifier",
|
2328
2377
|
"overloadedDeclarations": [],
|
@@ -2333,7 +2382,7 @@
|
|
2333
2382
|
"typeString": "abi"
|
2334
2383
|
}
|
2335
2384
|
},
|
2336
|
-
"id":
|
2385
|
+
"id": 49902,
|
2337
2386
|
"isConstant": false,
|
2338
2387
|
"isLValue": false,
|
2339
2388
|
"isPure": true,
|
@@ -2347,7 +2396,7 @@
|
|
2347
2396
|
"typeString": "function () pure returns (bytes memory)"
|
2348
2397
|
}
|
2349
2398
|
},
|
2350
|
-
"id":
|
2399
|
+
"id": 49922,
|
2351
2400
|
"isConstant": false,
|
2352
2401
|
"isLValue": false,
|
2353
2402
|
"isPure": false,
|
@@ -2374,14 +2423,14 @@
|
|
2374
2423
|
"expression": {
|
2375
2424
|
"arguments": [
|
2376
2425
|
{
|
2377
|
-
"id":
|
2426
|
+
"id": 49898,
|
2378
2427
|
"name": "world",
|
2379
2428
|
"nodeType": "Identifier",
|
2380
2429
|
"overloadedDeclarations": [],
|
2381
|
-
"referencedDeclaration":
|
2430
|
+
"referencedDeclaration": 49886,
|
2382
2431
|
"src": "2414:5:122",
|
2383
2432
|
"typeDescriptions": {
|
2384
|
-
"typeIdentifier": "t_contract$_IBaseWorld_$
|
2433
|
+
"typeIdentifier": "t_contract$_IBaseWorld_$39206",
|
2385
2434
|
"typeString": "contract IBaseWorld"
|
2386
2435
|
}
|
2387
2436
|
}
|
@@ -2389,11 +2438,11 @@
|
|
2389
2438
|
"expression": {
|
2390
2439
|
"argumentTypes": [
|
2391
2440
|
{
|
2392
|
-
"typeIdentifier": "t_contract$_IBaseWorld_$
|
2441
|
+
"typeIdentifier": "t_contract$_IBaseWorld_$39206",
|
2393
2442
|
"typeString": "contract IBaseWorld"
|
2394
2443
|
}
|
2395
2444
|
],
|
2396
|
-
"id":
|
2445
|
+
"id": 49897,
|
2397
2446
|
"isConstant": false,
|
2398
2447
|
"isLValue": false,
|
2399
2448
|
"isPure": true,
|
@@ -2405,14 +2454,14 @@
|
|
2405
2454
|
"typeString": "type(address)"
|
2406
2455
|
},
|
2407
2456
|
"typeName": {
|
2408
|
-
"id":
|
2457
|
+
"id": 49896,
|
2409
2458
|
"name": "address",
|
2410
2459
|
"nodeType": "ElementaryTypeName",
|
2411
2460
|
"src": "2406:7:122",
|
2412
2461
|
"typeDescriptions": {}
|
2413
2462
|
}
|
2414
2463
|
},
|
2415
|
-
"id":
|
2464
|
+
"id": 49899,
|
2416
2465
|
"isConstant": false,
|
2417
2466
|
"isLValue": false,
|
2418
2467
|
"isPure": false,
|
@@ -2428,7 +2477,7 @@
|
|
2428
2477
|
"typeString": "address"
|
2429
2478
|
}
|
2430
2479
|
},
|
2431
|
-
"id":
|
2480
|
+
"id": 49900,
|
2432
2481
|
"isConstant": false,
|
2433
2482
|
"isLValue": false,
|
2434
2483
|
"isPure": false,
|
@@ -2442,7 +2491,7 @@
|
|
2442
2491
|
"typeString": "function (bytes memory) returns (bool,bytes memory)"
|
2443
2492
|
}
|
2444
2493
|
},
|
2445
|
-
"id":
|
2494
|
+
"id": 49923,
|
2446
2495
|
"isConstant": false,
|
2447
2496
|
"isLValue": false,
|
2448
2497
|
"isPure": false,
|
@@ -2463,7 +2512,7 @@
|
|
2463
2512
|
},
|
2464
2513
|
{
|
2465
2514
|
"expression": {
|
2466
|
-
"id":
|
2515
|
+
"id": 49945,
|
2467
2516
|
"isConstant": false,
|
2468
2517
|
"isLValue": false,
|
2469
2518
|
"isPure": false,
|
@@ -2471,11 +2520,11 @@
|
|
2471
2520
|
"leftHandSide": {
|
2472
2521
|
"components": [
|
2473
2522
|
{
|
2474
|
-
"id":
|
2523
|
+
"id": 49925,
|
2475
2524
|
"name": "success",
|
2476
2525
|
"nodeType": "Identifier",
|
2477
2526
|
"overloadedDeclarations": [],
|
2478
|
-
"referencedDeclaration":
|
2527
|
+
"referencedDeclaration": 49893,
|
2479
2528
|
"src": "2810:7:122",
|
2480
2529
|
"typeDescriptions": {
|
2481
2530
|
"typeIdentifier": "t_bool",
|
@@ -2483,11 +2532,11 @@
|
|
2483
2532
|
}
|
2484
2533
|
},
|
2485
2534
|
{
|
2486
|
-
"id":
|
2535
|
+
"id": 49926,
|
2487
2536
|
"name": "returnData",
|
2488
2537
|
"nodeType": "Identifier",
|
2489
2538
|
"overloadedDeclarations": [],
|
2490
|
-
"referencedDeclaration":
|
2539
|
+
"referencedDeclaration": 49895,
|
2491
2540
|
"src": "2819:10:122",
|
2492
2541
|
"typeDescriptions": {
|
2493
2542
|
"typeIdentifier": "t_bytes_memory_ptr",
|
@@ -2495,7 +2544,7 @@
|
|
2495
2544
|
}
|
2496
2545
|
}
|
2497
2546
|
],
|
2498
|
-
"id":
|
2547
|
+
"id": 49927,
|
2499
2548
|
"isConstant": false,
|
2500
2549
|
"isInlineArray": false,
|
2501
2550
|
"isLValue": true,
|
@@ -2516,18 +2565,18 @@
|
|
2516
2565
|
"arguments": [
|
2517
2566
|
{
|
2518
2567
|
"expression": {
|
2519
|
-
"id":
|
2568
|
+
"id": 49935,
|
2520
2569
|
"name": "world",
|
2521
2570
|
"nodeType": "Identifier",
|
2522
2571
|
"overloadedDeclarations": [],
|
2523
|
-
"referencedDeclaration":
|
2572
|
+
"referencedDeclaration": 49886,
|
2524
2573
|
"src": "2883:5:122",
|
2525
2574
|
"typeDescriptions": {
|
2526
|
-
"typeIdentifier": "t_contract$_IBaseWorld_$
|
2575
|
+
"typeIdentifier": "t_contract$_IBaseWorld_$39206",
|
2527
2576
|
"typeString": "contract IBaseWorld"
|
2528
2577
|
}
|
2529
2578
|
},
|
2530
|
-
"id":
|
2579
|
+
"id": 49936,
|
2531
2580
|
"isConstant": false,
|
2532
2581
|
"isLValue": false,
|
2533
2582
|
"isPure": false,
|
@@ -2535,38 +2584,38 @@
|
|
2535
2584
|
"memberLocation": "2889:11:122",
|
2536
2585
|
"memberName": "grantAccess",
|
2537
2586
|
"nodeType": "MemberAccess",
|
2538
|
-
"referencedDeclaration":
|
2587
|
+
"referencedDeclaration": 60999,
|
2539
2588
|
"src": "2883:17:122",
|
2540
2589
|
"typeDescriptions": {
|
2541
|
-
"typeIdentifier": "t_function_external_nonpayable$_t_userDefinedValueType$_ResourceId_$
|
2590
|
+
"typeIdentifier": "t_function_external_nonpayable$_t_userDefinedValueType$_ResourceId_$26238_$_t_address_$returns$__$",
|
2542
2591
|
"typeString": "function (ResourceId,address) external"
|
2543
2592
|
}
|
2544
2593
|
},
|
2545
2594
|
{
|
2546
2595
|
"components": [
|
2547
2596
|
{
|
2548
|
-
"id":
|
2597
|
+
"id": 49937,
|
2549
2598
|
"name": "targetTableSelector",
|
2550
2599
|
"nodeType": "Identifier",
|
2551
2600
|
"overloadedDeclarations": [],
|
2552
|
-
"referencedDeclaration":
|
2601
|
+
"referencedDeclaration": 49878,
|
2553
2602
|
"src": "2903:19:122",
|
2554
2603
|
"typeDescriptions": {
|
2555
|
-
"typeIdentifier": "t_userDefinedValueType$_ResourceId_$
|
2604
|
+
"typeIdentifier": "t_userDefinedValueType$_ResourceId_$26238",
|
2556
2605
|
"typeString": "ResourceId"
|
2557
2606
|
}
|
2558
2607
|
},
|
2559
2608
|
{
|
2560
2609
|
"arguments": [
|
2561
2610
|
{
|
2562
|
-
"id":
|
2611
|
+
"id": 49940,
|
2563
2612
|
"name": "hook",
|
2564
2613
|
"nodeType": "Identifier",
|
2565
2614
|
"overloadedDeclarations": [],
|
2566
|
-
"referencedDeclaration":
|
2615
|
+
"referencedDeclaration": 49846,
|
2567
2616
|
"src": "2932:4:122",
|
2568
2617
|
"typeDescriptions": {
|
2569
|
-
"typeIdentifier": "t_contract$_KeysWithValueHook_$
|
2618
|
+
"typeIdentifier": "t_contract$_KeysWithValueHook_$49802",
|
2570
2619
|
"typeString": "contract KeysWithValueHook"
|
2571
2620
|
}
|
2572
2621
|
}
|
@@ -2574,11 +2623,11 @@
|
|
2574
2623
|
"expression": {
|
2575
2624
|
"argumentTypes": [
|
2576
2625
|
{
|
2577
|
-
"typeIdentifier": "t_contract$_KeysWithValueHook_$
|
2626
|
+
"typeIdentifier": "t_contract$_KeysWithValueHook_$49802",
|
2578
2627
|
"typeString": "contract KeysWithValueHook"
|
2579
2628
|
}
|
2580
2629
|
],
|
2581
|
-
"id":
|
2630
|
+
"id": 49939,
|
2582
2631
|
"isConstant": false,
|
2583
2632
|
"isLValue": false,
|
2584
2633
|
"isPure": true,
|
@@ -2590,14 +2639,14 @@
|
|
2590
2639
|
"typeString": "type(address)"
|
2591
2640
|
},
|
2592
2641
|
"typeName": {
|
2593
|
-
"id":
|
2642
|
+
"id": 49938,
|
2594
2643
|
"name": "address",
|
2595
2644
|
"nodeType": "ElementaryTypeName",
|
2596
2645
|
"src": "2924:7:122",
|
2597
2646
|
"typeDescriptions": {}
|
2598
2647
|
}
|
2599
2648
|
},
|
2600
|
-
"id":
|
2649
|
+
"id": 49941,
|
2601
2650
|
"isConstant": false,
|
2602
2651
|
"isLValue": false,
|
2603
2652
|
"isPure": false,
|
@@ -2614,7 +2663,7 @@
|
|
2614
2663
|
}
|
2615
2664
|
}
|
2616
2665
|
],
|
2617
|
-
"id":
|
2666
|
+
"id": 49942,
|
2618
2667
|
"isConstant": false,
|
2619
2668
|
"isInlineArray": false,
|
2620
2669
|
"isLValue": false,
|
@@ -2623,7 +2672,7 @@
|
|
2623
2672
|
"nodeType": "TupleExpression",
|
2624
2673
|
"src": "2902:36:122",
|
2625
2674
|
"typeDescriptions": {
|
2626
|
-
"typeIdentifier": "t_tuple$_t_userDefinedValueType$_ResourceId_$
|
2675
|
+
"typeIdentifier": "t_tuple$_t_userDefinedValueType$_ResourceId_$26238_$_t_address_$",
|
2627
2676
|
"typeString": "tuple(ResourceId,address)"
|
2628
2677
|
}
|
2629
2678
|
}
|
@@ -2631,16 +2680,16 @@
|
|
2631
2680
|
"expression": {
|
2632
2681
|
"argumentTypes": [
|
2633
2682
|
{
|
2634
|
-
"typeIdentifier": "t_function_external_nonpayable$_t_userDefinedValueType$_ResourceId_$
|
2683
|
+
"typeIdentifier": "t_function_external_nonpayable$_t_userDefinedValueType$_ResourceId_$26238_$_t_address_$returns$__$",
|
2635
2684
|
"typeString": "function (ResourceId,address) external"
|
2636
2685
|
},
|
2637
2686
|
{
|
2638
|
-
"typeIdentifier": "t_tuple$_t_userDefinedValueType$_ResourceId_$
|
2687
|
+
"typeIdentifier": "t_tuple$_t_userDefinedValueType$_ResourceId_$26238_$_t_address_$",
|
2639
2688
|
"typeString": "tuple(ResourceId,address)"
|
2640
2689
|
}
|
2641
2690
|
],
|
2642
2691
|
"expression": {
|
2643
|
-
"id":
|
2692
|
+
"id": 49933,
|
2644
2693
|
"name": "abi",
|
2645
2694
|
"nodeType": "Identifier",
|
2646
2695
|
"overloadedDeclarations": [],
|
@@ -2651,7 +2700,7 @@
|
|
2651
2700
|
"typeString": "abi"
|
2652
2701
|
}
|
2653
2702
|
},
|
2654
|
-
"id":
|
2703
|
+
"id": 49934,
|
2655
2704
|
"isConstant": false,
|
2656
2705
|
"isLValue": false,
|
2657
2706
|
"isPure": true,
|
@@ -2665,7 +2714,7 @@
|
|
2665
2714
|
"typeString": "function () pure returns (bytes memory)"
|
2666
2715
|
}
|
2667
2716
|
},
|
2668
|
-
"id":
|
2717
|
+
"id": 49943,
|
2669
2718
|
"isConstant": false,
|
2670
2719
|
"isLValue": false,
|
2671
2720
|
"isPure": false,
|
@@ -2692,14 +2741,14 @@
|
|
2692
2741
|
"expression": {
|
2693
2742
|
"arguments": [
|
2694
2743
|
{
|
2695
|
-
"id":
|
2744
|
+
"id": 49930,
|
2696
2745
|
"name": "world",
|
2697
2746
|
"nodeType": "Identifier",
|
2698
2747
|
"overloadedDeclarations": [],
|
2699
|
-
"referencedDeclaration":
|
2748
|
+
"referencedDeclaration": 49886,
|
2700
2749
|
"src": "2841:5:122",
|
2701
2750
|
"typeDescriptions": {
|
2702
|
-
"typeIdentifier": "t_contract$_IBaseWorld_$
|
2751
|
+
"typeIdentifier": "t_contract$_IBaseWorld_$39206",
|
2703
2752
|
"typeString": "contract IBaseWorld"
|
2704
2753
|
}
|
2705
2754
|
}
|
@@ -2707,11 +2756,11 @@
|
|
2707
2756
|
"expression": {
|
2708
2757
|
"argumentTypes": [
|
2709
2758
|
{
|
2710
|
-
"typeIdentifier": "t_contract$_IBaseWorld_$
|
2759
|
+
"typeIdentifier": "t_contract$_IBaseWorld_$39206",
|
2711
2760
|
"typeString": "contract IBaseWorld"
|
2712
2761
|
}
|
2713
2762
|
],
|
2714
|
-
"id":
|
2763
|
+
"id": 49929,
|
2715
2764
|
"isConstant": false,
|
2716
2765
|
"isLValue": false,
|
2717
2766
|
"isPure": true,
|
@@ -2723,14 +2772,14 @@
|
|
2723
2772
|
"typeString": "type(address)"
|
2724
2773
|
},
|
2725
2774
|
"typeName": {
|
2726
|
-
"id":
|
2775
|
+
"id": 49928,
|
2727
2776
|
"name": "address",
|
2728
2777
|
"nodeType": "ElementaryTypeName",
|
2729
2778
|
"src": "2833:7:122",
|
2730
2779
|
"typeDescriptions": {}
|
2731
2780
|
}
|
2732
2781
|
},
|
2733
|
-
"id":
|
2782
|
+
"id": 49931,
|
2734
2783
|
"isConstant": false,
|
2735
2784
|
"isLValue": false,
|
2736
2785
|
"isPure": false,
|
@@ -2746,7 +2795,7 @@
|
|
2746
2795
|
"typeString": "address"
|
2747
2796
|
}
|
2748
2797
|
},
|
2749
|
-
"id":
|
2798
|
+
"id": 49932,
|
2750
2799
|
"isConstant": false,
|
2751
2800
|
"isLValue": false,
|
2752
2801
|
"isPure": false,
|
@@ -2760,7 +2809,7 @@
|
|
2760
2809
|
"typeString": "function (bytes memory) returns (bool,bytes memory)"
|
2761
2810
|
}
|
2762
2811
|
},
|
2763
|
-
"id":
|
2812
|
+
"id": 49944,
|
2764
2813
|
"isConstant": false,
|
2765
2814
|
"isLValue": false,
|
2766
2815
|
"isPure": false,
|
@@ -2782,13 +2831,13 @@
|
|
2782
2831
|
"typeString": "tuple()"
|
2783
2832
|
}
|
2784
2833
|
},
|
2785
|
-
"id":
|
2834
|
+
"id": 49946,
|
2786
2835
|
"nodeType": "ExpressionStatement",
|
2787
2836
|
"src": "2809:136:122"
|
2788
2837
|
},
|
2789
2838
|
{
|
2790
2839
|
"condition": {
|
2791
|
-
"id":
|
2840
|
+
"id": 49948,
|
2792
2841
|
"isConstant": false,
|
2793
2842
|
"isLValue": false,
|
2794
2843
|
"isPure": false,
|
@@ -2798,11 +2847,11 @@
|
|
2798
2847
|
"prefix": true,
|
2799
2848
|
"src": "2956:8:122",
|
2800
2849
|
"subExpression": {
|
2801
|
-
"id":
|
2850
|
+
"id": 49947,
|
2802
2851
|
"name": "success",
|
2803
2852
|
"nodeType": "Identifier",
|
2804
2853
|
"overloadedDeclarations": [],
|
2805
|
-
"referencedDeclaration":
|
2854
|
+
"referencedDeclaration": 49893,
|
2806
2855
|
"src": "2957:7:122",
|
2807
2856
|
"typeDescriptions": {
|
2808
2857
|
"typeIdentifier": "t_bool",
|
@@ -2814,18 +2863,18 @@
|
|
2814
2863
|
"typeString": "bool"
|
2815
2864
|
}
|
2816
2865
|
},
|
2817
|
-
"id":
|
2866
|
+
"id": 49953,
|
2818
2867
|
"nodeType": "IfStatement",
|
2819
2868
|
"src": "2952:41:122",
|
2820
2869
|
"trueBody": {
|
2821
2870
|
"expression": {
|
2822
2871
|
"arguments": [
|
2823
2872
|
{
|
2824
|
-
"id":
|
2873
|
+
"id": 49950,
|
2825
2874
|
"name": "returnData",
|
2826
2875
|
"nodeType": "Identifier",
|
2827
2876
|
"overloadedDeclarations": [],
|
2828
|
-
"referencedDeclaration":
|
2877
|
+
"referencedDeclaration": 49895,
|
2829
2878
|
"src": "2982:10:122",
|
2830
2879
|
"typeDescriptions": {
|
2831
2880
|
"typeIdentifier": "t_bytes_memory_ptr",
|
@@ -2840,18 +2889,18 @@
|
|
2840
2889
|
"typeString": "bytes memory"
|
2841
2890
|
}
|
2842
2891
|
],
|
2843
|
-
"id":
|
2892
|
+
"id": 49949,
|
2844
2893
|
"name": "revertWithBytes",
|
2845
2894
|
"nodeType": "Identifier",
|
2846
2895
|
"overloadedDeclarations": [],
|
2847
|
-
"referencedDeclaration":
|
2896
|
+
"referencedDeclaration": 39280,
|
2848
2897
|
"src": "2966:15:122",
|
2849
2898
|
"typeDescriptions": {
|
2850
2899
|
"typeIdentifier": "t_function_internal_pure$_t_bytes_memory_ptr_$returns$__$",
|
2851
2900
|
"typeString": "function (bytes memory) pure"
|
2852
2901
|
}
|
2853
2902
|
},
|
2854
|
-
"id":
|
2903
|
+
"id": 49951,
|
2855
2904
|
"isConstant": false,
|
2856
2905
|
"isLValue": false,
|
2857
2906
|
"isPure": false,
|
@@ -2867,14 +2916,14 @@
|
|
2867
2916
|
"typeString": "tuple()"
|
2868
2917
|
}
|
2869
2918
|
},
|
2870
|
-
"id":
|
2919
|
+
"id": 49952,
|
2871
2920
|
"nodeType": "ExpressionStatement",
|
2872
2921
|
"src": "2966:27:122"
|
2873
2922
|
}
|
2874
2923
|
},
|
2875
2924
|
{
|
2876
2925
|
"expression": {
|
2877
|
-
"id":
|
2926
|
+
"id": 49982,
|
2878
2927
|
"isConstant": false,
|
2879
2928
|
"isLValue": false,
|
2880
2929
|
"isPure": false,
|
@@ -2882,11 +2931,11 @@
|
|
2882
2931
|
"leftHandSide": {
|
2883
2932
|
"components": [
|
2884
2933
|
{
|
2885
|
-
"id":
|
2934
|
+
"id": 49954,
|
2886
2935
|
"name": "success",
|
2887
2936
|
"nodeType": "Identifier",
|
2888
2937
|
"overloadedDeclarations": [],
|
2889
|
-
"referencedDeclaration":
|
2938
|
+
"referencedDeclaration": 49893,
|
2890
2939
|
"src": "3079:7:122",
|
2891
2940
|
"typeDescriptions": {
|
2892
2941
|
"typeIdentifier": "t_bool",
|
@@ -2894,11 +2943,11 @@
|
|
2894
2943
|
}
|
2895
2944
|
},
|
2896
2945
|
{
|
2897
|
-
"id":
|
2946
|
+
"id": 49955,
|
2898
2947
|
"name": "returnData",
|
2899
2948
|
"nodeType": "Identifier",
|
2900
2949
|
"overloadedDeclarations": [],
|
2901
|
-
"referencedDeclaration":
|
2950
|
+
"referencedDeclaration": 49895,
|
2902
2951
|
"src": "3088:10:122",
|
2903
2952
|
"typeDescriptions": {
|
2904
2953
|
"typeIdentifier": "t_bytes_memory_ptr",
|
@@ -2906,7 +2955,7 @@
|
|
2906
2955
|
}
|
2907
2956
|
}
|
2908
2957
|
],
|
2909
|
-
"id":
|
2958
|
+
"id": 49956,
|
2910
2959
|
"isConstant": false,
|
2911
2960
|
"isInlineArray": false,
|
2912
2961
|
"isLValue": true,
|
@@ -2927,18 +2976,18 @@
|
|
2927
2976
|
"arguments": [
|
2928
2977
|
{
|
2929
2978
|
"expression": {
|
2930
|
-
"id":
|
2979
|
+
"id": 49964,
|
2931
2980
|
"name": "world",
|
2932
2981
|
"nodeType": "Identifier",
|
2933
2982
|
"overloadedDeclarations": [],
|
2934
|
-
"referencedDeclaration":
|
2983
|
+
"referencedDeclaration": 49886,
|
2935
2984
|
"src": "3161:5:122",
|
2936
2985
|
"typeDescriptions": {
|
2937
|
-
"typeIdentifier": "t_contract$_IBaseWorld_$
|
2986
|
+
"typeIdentifier": "t_contract$_IBaseWorld_$39206",
|
2938
2987
|
"typeString": "contract IBaseWorld"
|
2939
2988
|
}
|
2940
2989
|
},
|
2941
|
-
"id":
|
2990
|
+
"id": 49965,
|
2942
2991
|
"isConstant": false,
|
2943
2992
|
"isLValue": false,
|
2944
2993
|
"isPure": false,
|
@@ -2946,36 +2995,36 @@
|
|
2946
2995
|
"memberLocation": "3167:17:122",
|
2947
2996
|
"memberName": "registerStoreHook",
|
2948
2997
|
"nodeType": "MemberAccess",
|
2949
|
-
"referencedDeclaration":
|
2998
|
+
"referencedDeclaration": 57623,
|
2950
2999
|
"src": "3161:23:122",
|
2951
3000
|
"typeDescriptions": {
|
2952
|
-
"typeIdentifier": "t_function_external_nonpayable$_t_userDefinedValueType$_ResourceId_$
|
3001
|
+
"typeIdentifier": "t_function_external_nonpayable$_t_userDefinedValueType$_ResourceId_$26238_$_t_contract$_IStoreHook_$60293_$_t_uint8_$returns$__$",
|
2953
3002
|
"typeString": "function (ResourceId,contract IStoreHook,uint8) external"
|
2954
3003
|
}
|
2955
3004
|
},
|
2956
3005
|
{
|
2957
3006
|
"components": [
|
2958
3007
|
{
|
2959
|
-
"id":
|
3008
|
+
"id": 49966,
|
2960
3009
|
"name": "sourceTableId",
|
2961
3010
|
"nodeType": "Identifier",
|
2962
3011
|
"overloadedDeclarations": [],
|
2963
|
-
"referencedDeclaration":
|
3012
|
+
"referencedDeclaration": 49864,
|
2964
3013
|
"src": "3206:13:122",
|
2965
3014
|
"typeDescriptions": {
|
2966
|
-
"typeIdentifier": "t_userDefinedValueType$_ResourceId_$
|
3015
|
+
"typeIdentifier": "t_userDefinedValueType$_ResourceId_$26238",
|
2967
3016
|
"typeString": "ResourceId"
|
2968
3017
|
}
|
2969
3018
|
},
|
2970
3019
|
{
|
2971
|
-
"id":
|
3020
|
+
"id": 49967,
|
2972
3021
|
"name": "hook",
|
2973
3022
|
"nodeType": "Identifier",
|
2974
3023
|
"overloadedDeclarations": [],
|
2975
|
-
"referencedDeclaration":
|
3024
|
+
"referencedDeclaration": 49846,
|
2976
3025
|
"src": "3231:4:122",
|
2977
3026
|
"typeDescriptions": {
|
2978
|
-
"typeIdentifier": "t_contract$_KeysWithValueHook_$
|
3027
|
+
"typeIdentifier": "t_contract$_KeysWithValueHook_$49802",
|
2979
3028
|
"typeString": "contract KeysWithValueHook"
|
2980
3029
|
}
|
2981
3030
|
},
|
@@ -2984,7 +3033,7 @@
|
|
2984
3033
|
"typeIdentifier": "t_uint8",
|
2985
3034
|
"typeString": "uint8"
|
2986
3035
|
},
|
2987
|
-
"id":
|
3036
|
+
"id": 49978,
|
2988
3037
|
"isConstant": false,
|
2989
3038
|
"isLValue": false,
|
2990
3039
|
"isPure": true,
|
@@ -2994,7 +3043,7 @@
|
|
2994
3043
|
"typeIdentifier": "t_uint8",
|
2995
3044
|
"typeString": "uint8"
|
2996
3045
|
},
|
2997
|
-
"id":
|
3046
|
+
"id": 49976,
|
2998
3047
|
"isConstant": false,
|
2999
3048
|
"isLValue": false,
|
3000
3049
|
"isPure": true,
|
@@ -3004,7 +3053,7 @@
|
|
3004
3053
|
"typeIdentifier": "t_uint8",
|
3005
3054
|
"typeString": "uint8"
|
3006
3055
|
},
|
3007
|
-
"id":
|
3056
|
+
"id": 49974,
|
3008
3057
|
"isConstant": false,
|
3009
3058
|
"isLValue": false,
|
3010
3059
|
"isPure": true,
|
@@ -3014,7 +3063,7 @@
|
|
3014
3063
|
"typeIdentifier": "t_uint8",
|
3015
3064
|
"typeString": "uint8"
|
3016
3065
|
},
|
3017
|
-
"id":
|
3066
|
+
"id": 49972,
|
3018
3067
|
"isConstant": false,
|
3019
3068
|
"isLValue": false,
|
3020
3069
|
"isPure": true,
|
@@ -3024,17 +3073,17 @@
|
|
3024
3073
|
"typeIdentifier": "t_uint8",
|
3025
3074
|
"typeString": "uint8"
|
3026
3075
|
},
|
3027
|
-
"id":
|
3076
|
+
"id": 49970,
|
3028
3077
|
"isConstant": false,
|
3029
3078
|
"isLValue": false,
|
3030
3079
|
"isPure": true,
|
3031
3080
|
"lValueRequested": false,
|
3032
3081
|
"leftExpression": {
|
3033
|
-
"id":
|
3082
|
+
"id": 49968,
|
3034
3083
|
"name": "BEFORE_SET_RECORD",
|
3035
3084
|
"nodeType": "Identifier",
|
3036
3085
|
"overloadedDeclarations": [],
|
3037
|
-
"referencedDeclaration":
|
3086
|
+
"referencedDeclaration": 36156,
|
3038
3087
|
"src": "3247:17:122",
|
3039
3088
|
"typeDescriptions": {
|
3040
3089
|
"typeIdentifier": "t_uint8",
|
@@ -3044,11 +3093,11 @@
|
|
3044
3093
|
"nodeType": "BinaryOperation",
|
3045
3094
|
"operator": "|",
|
3046
3095
|
"rightExpression": {
|
3047
|
-
"id":
|
3096
|
+
"id": 49969,
|
3048
3097
|
"name": "BEFORE_SPLICE_STATIC_DATA",
|
3049
3098
|
"nodeType": "Identifier",
|
3050
3099
|
"overloadedDeclarations": [],
|
3051
|
-
"referencedDeclaration":
|
3100
|
+
"referencedDeclaration": 36166,
|
3052
3101
|
"src": "3279:25:122",
|
3053
3102
|
"typeDescriptions": {
|
3054
3103
|
"typeIdentifier": "t_uint8",
|
@@ -3064,11 +3113,11 @@
|
|
3064
3113
|
"nodeType": "BinaryOperation",
|
3065
3114
|
"operator": "|",
|
3066
3115
|
"rightExpression": {
|
3067
|
-
"id":
|
3116
|
+
"id": 49971,
|
3068
3117
|
"name": "AFTER_SPLICE_STATIC_DATA",
|
3069
3118
|
"nodeType": "Identifier",
|
3070
3119
|
"overloadedDeclarations": [],
|
3071
|
-
"referencedDeclaration":
|
3120
|
+
"referencedDeclaration": 36171,
|
3072
3121
|
"src": "3319:24:122",
|
3073
3122
|
"typeDescriptions": {
|
3074
3123
|
"typeIdentifier": "t_uint8",
|
@@ -3084,11 +3133,11 @@
|
|
3084
3133
|
"nodeType": "BinaryOperation",
|
3085
3134
|
"operator": "|",
|
3086
3135
|
"rightExpression": {
|
3087
|
-
"id":
|
3136
|
+
"id": 49973,
|
3088
3137
|
"name": "BEFORE_SPLICE_DYNAMIC_DATA",
|
3089
3138
|
"nodeType": "Identifier",
|
3090
3139
|
"overloadedDeclarations": [],
|
3091
|
-
"referencedDeclaration":
|
3140
|
+
"referencedDeclaration": 36176,
|
3092
3141
|
"src": "3358:26:122",
|
3093
3142
|
"typeDescriptions": {
|
3094
3143
|
"typeIdentifier": "t_uint8",
|
@@ -3104,11 +3153,11 @@
|
|
3104
3153
|
"nodeType": "BinaryOperation",
|
3105
3154
|
"operator": "|",
|
3106
3155
|
"rightExpression": {
|
3107
|
-
"id":
|
3156
|
+
"id": 49975,
|
3108
3157
|
"name": "AFTER_SPLICE_DYNAMIC_DATA",
|
3109
3158
|
"nodeType": "Identifier",
|
3110
3159
|
"overloadedDeclarations": [],
|
3111
|
-
"referencedDeclaration":
|
3160
|
+
"referencedDeclaration": 36181,
|
3112
3161
|
"src": "3399:25:122",
|
3113
3162
|
"typeDescriptions": {
|
3114
3163
|
"typeIdentifier": "t_uint8",
|
@@ -3124,11 +3173,11 @@
|
|
3124
3173
|
"nodeType": "BinaryOperation",
|
3125
3174
|
"operator": "|",
|
3126
3175
|
"rightExpression": {
|
3127
|
-
"id":
|
3176
|
+
"id": 49977,
|
3128
3177
|
"name": "BEFORE_DELETE_RECORD",
|
3129
3178
|
"nodeType": "Identifier",
|
3130
3179
|
"overloadedDeclarations": [],
|
3131
|
-
"referencedDeclaration":
|
3180
|
+
"referencedDeclaration": 36186,
|
3132
3181
|
"src": "3439:20:122",
|
3133
3182
|
"typeDescriptions": {
|
3134
3183
|
"typeIdentifier": "t_uint8",
|
@@ -3142,7 +3191,7 @@
|
|
3142
3191
|
}
|
3143
3192
|
}
|
3144
3193
|
],
|
3145
|
-
"id":
|
3194
|
+
"id": 49979,
|
3146
3195
|
"isConstant": false,
|
3147
3196
|
"isInlineArray": false,
|
3148
3197
|
"isLValue": false,
|
@@ -3151,7 +3200,7 @@
|
|
3151
3200
|
"nodeType": "TupleExpression",
|
3152
3201
|
"src": "3194:275:122",
|
3153
3202
|
"typeDescriptions": {
|
3154
|
-
"typeIdentifier": "t_tuple$_t_userDefinedValueType$_ResourceId_$
|
3203
|
+
"typeIdentifier": "t_tuple$_t_userDefinedValueType$_ResourceId_$26238_$_t_contract$_KeysWithValueHook_$49802_$_t_uint8_$",
|
3155
3204
|
"typeString": "tuple(ResourceId,contract KeysWithValueHook,uint8)"
|
3156
3205
|
}
|
3157
3206
|
}
|
@@ -3159,16 +3208,16 @@
|
|
3159
3208
|
"expression": {
|
3160
3209
|
"argumentTypes": [
|
3161
3210
|
{
|
3162
|
-
"typeIdentifier": "t_function_external_nonpayable$_t_userDefinedValueType$_ResourceId_$
|
3211
|
+
"typeIdentifier": "t_function_external_nonpayable$_t_userDefinedValueType$_ResourceId_$26238_$_t_contract$_IStoreHook_$60293_$_t_uint8_$returns$__$",
|
3163
3212
|
"typeString": "function (ResourceId,contract IStoreHook,uint8) external"
|
3164
3213
|
},
|
3165
3214
|
{
|
3166
|
-
"typeIdentifier": "t_tuple$_t_userDefinedValueType$_ResourceId_$
|
3215
|
+
"typeIdentifier": "t_tuple$_t_userDefinedValueType$_ResourceId_$26238_$_t_contract$_KeysWithValueHook_$49802_$_t_uint8_$",
|
3167
3216
|
"typeString": "tuple(ResourceId,contract KeysWithValueHook,uint8)"
|
3168
3217
|
}
|
3169
3218
|
],
|
3170
3219
|
"expression": {
|
3171
|
-
"id":
|
3220
|
+
"id": 49962,
|
3172
3221
|
"name": "abi",
|
3173
3222
|
"nodeType": "Identifier",
|
3174
3223
|
"overloadedDeclarations": [],
|
@@ -3179,7 +3228,7 @@
|
|
3179
3228
|
"typeString": "abi"
|
3180
3229
|
}
|
3181
3230
|
},
|
3182
|
-
"id":
|
3231
|
+
"id": 49963,
|
3183
3232
|
"isConstant": false,
|
3184
3233
|
"isLValue": false,
|
3185
3234
|
"isPure": true,
|
@@ -3193,7 +3242,7 @@
|
|
3193
3242
|
"typeString": "function () pure returns (bytes memory)"
|
3194
3243
|
}
|
3195
3244
|
},
|
3196
|
-
"id":
|
3245
|
+
"id": 49980,
|
3197
3246
|
"isConstant": false,
|
3198
3247
|
"isLValue": false,
|
3199
3248
|
"isPure": false,
|
@@ -3220,14 +3269,14 @@
|
|
3220
3269
|
"expression": {
|
3221
3270
|
"arguments": [
|
3222
3271
|
{
|
3223
|
-
"id":
|
3272
|
+
"id": 49959,
|
3224
3273
|
"name": "world",
|
3225
3274
|
"nodeType": "Identifier",
|
3226
3275
|
"overloadedDeclarations": [],
|
3227
|
-
"referencedDeclaration":
|
3276
|
+
"referencedDeclaration": 49886,
|
3228
3277
|
"src": "3110:5:122",
|
3229
3278
|
"typeDescriptions": {
|
3230
|
-
"typeIdentifier": "t_contract$_IBaseWorld_$
|
3279
|
+
"typeIdentifier": "t_contract$_IBaseWorld_$39206",
|
3231
3280
|
"typeString": "contract IBaseWorld"
|
3232
3281
|
}
|
3233
3282
|
}
|
@@ -3235,11 +3284,11 @@
|
|
3235
3284
|
"expression": {
|
3236
3285
|
"argumentTypes": [
|
3237
3286
|
{
|
3238
|
-
"typeIdentifier": "t_contract$_IBaseWorld_$
|
3287
|
+
"typeIdentifier": "t_contract$_IBaseWorld_$39206",
|
3239
3288
|
"typeString": "contract IBaseWorld"
|
3240
3289
|
}
|
3241
3290
|
],
|
3242
|
-
"id":
|
3291
|
+
"id": 49958,
|
3243
3292
|
"isConstant": false,
|
3244
3293
|
"isLValue": false,
|
3245
3294
|
"isPure": true,
|
@@ -3251,14 +3300,14 @@
|
|
3251
3300
|
"typeString": "type(address)"
|
3252
3301
|
},
|
3253
3302
|
"typeName": {
|
3254
|
-
"id":
|
3303
|
+
"id": 49957,
|
3255
3304
|
"name": "address",
|
3256
3305
|
"nodeType": "ElementaryTypeName",
|
3257
3306
|
"src": "3102:7:122",
|
3258
3307
|
"typeDescriptions": {}
|
3259
3308
|
}
|
3260
3309
|
},
|
3261
|
-
"id":
|
3310
|
+
"id": 49960,
|
3262
3311
|
"isConstant": false,
|
3263
3312
|
"isLValue": false,
|
3264
3313
|
"isPure": false,
|
@@ -3274,7 +3323,7 @@
|
|
3274
3323
|
"typeString": "address"
|
3275
3324
|
}
|
3276
3325
|
},
|
3277
|
-
"id":
|
3326
|
+
"id": 49961,
|
3278
3327
|
"isConstant": false,
|
3279
3328
|
"isLValue": false,
|
3280
3329
|
"isPure": false,
|
@@ -3288,7 +3337,7 @@
|
|
3288
3337
|
"typeString": "function (bytes memory) returns (bool,bytes memory)"
|
3289
3338
|
}
|
3290
3339
|
},
|
3291
|
-
"id":
|
3340
|
+
"id": 49981,
|
3292
3341
|
"isConstant": false,
|
3293
3342
|
"isLValue": false,
|
3294
3343
|
"isPure": false,
|
@@ -3310,13 +3359,13 @@
|
|
3310
3359
|
"typeString": "tuple()"
|
3311
3360
|
}
|
3312
3361
|
},
|
3313
|
-
"id":
|
3362
|
+
"id": 49983,
|
3314
3363
|
"nodeType": "ExpressionStatement",
|
3315
3364
|
"src": "3078:405:122"
|
3316
3365
|
},
|
3317
3366
|
{
|
3318
3367
|
"condition": {
|
3319
|
-
"id":
|
3368
|
+
"id": 49985,
|
3320
3369
|
"isConstant": false,
|
3321
3370
|
"isLValue": false,
|
3322
3371
|
"isPure": false,
|
@@ -3326,11 +3375,11 @@
|
|
3326
3375
|
"prefix": true,
|
3327
3376
|
"src": "3493:8:122",
|
3328
3377
|
"subExpression": {
|
3329
|
-
"id":
|
3378
|
+
"id": 49984,
|
3330
3379
|
"name": "success",
|
3331
3380
|
"nodeType": "Identifier",
|
3332
3381
|
"overloadedDeclarations": [],
|
3333
|
-
"referencedDeclaration":
|
3382
|
+
"referencedDeclaration": 49893,
|
3334
3383
|
"src": "3494:7:122",
|
3335
3384
|
"typeDescriptions": {
|
3336
3385
|
"typeIdentifier": "t_bool",
|
@@ -3342,18 +3391,18 @@
|
|
3342
3391
|
"typeString": "bool"
|
3343
3392
|
}
|
3344
3393
|
},
|
3345
|
-
"id":
|
3394
|
+
"id": 49990,
|
3346
3395
|
"nodeType": "IfStatement",
|
3347
3396
|
"src": "3489:41:122",
|
3348
3397
|
"trueBody": {
|
3349
3398
|
"expression": {
|
3350
3399
|
"arguments": [
|
3351
3400
|
{
|
3352
|
-
"id":
|
3401
|
+
"id": 49987,
|
3353
3402
|
"name": "returnData",
|
3354
3403
|
"nodeType": "Identifier",
|
3355
3404
|
"overloadedDeclarations": [],
|
3356
|
-
"referencedDeclaration":
|
3405
|
+
"referencedDeclaration": 49895,
|
3357
3406
|
"src": "3519:10:122",
|
3358
3407
|
"typeDescriptions": {
|
3359
3408
|
"typeIdentifier": "t_bytes_memory_ptr",
|
@@ -3368,18 +3417,18 @@
|
|
3368
3417
|
"typeString": "bytes memory"
|
3369
3418
|
}
|
3370
3419
|
],
|
3371
|
-
"id":
|
3420
|
+
"id": 49986,
|
3372
3421
|
"name": "revertWithBytes",
|
3373
3422
|
"nodeType": "Identifier",
|
3374
3423
|
"overloadedDeclarations": [],
|
3375
|
-
"referencedDeclaration":
|
3424
|
+
"referencedDeclaration": 39280,
|
3376
3425
|
"src": "3503:15:122",
|
3377
3426
|
"typeDescriptions": {
|
3378
3427
|
"typeIdentifier": "t_function_internal_pure$_t_bytes_memory_ptr_$returns$__$",
|
3379
3428
|
"typeString": "function (bytes memory) pure"
|
3380
3429
|
}
|
3381
3430
|
},
|
3382
|
-
"id":
|
3431
|
+
"id": 49988,
|
3383
3432
|
"isConstant": false,
|
3384
3433
|
"isLValue": false,
|
3385
3434
|
"isPure": false,
|
@@ -3395,7 +3444,7 @@
|
|
3395
3444
|
"typeString": "tuple()"
|
3396
3445
|
}
|
3397
3446
|
},
|
3398
|
-
"id":
|
3447
|
+
"id": 49989,
|
3399
3448
|
"nodeType": "ExpressionStatement",
|
3400
3449
|
"src": "3503:27:122"
|
3401
3450
|
}
|
@@ -3403,7 +3452,7 @@
|
|
3403
3452
|
]
|
3404
3453
|
},
|
3405
3454
|
"baseFunctions": [
|
3406
|
-
|
3455
|
+
60886
|
3407
3456
|
],
|
3408
3457
|
"functionSelector": "7c5b0335",
|
3409
3458
|
"implemented": true,
|
@@ -3412,17 +3461,17 @@
|
|
3412
3461
|
"name": "installRoot",
|
3413
3462
|
"nameLocation": "2034:11:122",
|
3414
3463
|
"parameters": {
|
3415
|
-
"id":
|
3464
|
+
"id": 49860,
|
3416
3465
|
"nodeType": "ParameterList",
|
3417
3466
|
"parameters": [
|
3418
3467
|
{
|
3419
3468
|
"constant": false,
|
3420
|
-
"id":
|
3469
|
+
"id": 49859,
|
3421
3470
|
"mutability": "mutable",
|
3422
3471
|
"name": "args",
|
3423
3472
|
"nameLocation": "2059:4:122",
|
3424
3473
|
"nodeType": "VariableDeclaration",
|
3425
|
-
"scope":
|
3474
|
+
"scope": 49992,
|
3426
3475
|
"src": "2046:17:122",
|
3427
3476
|
"stateVariable": false,
|
3428
3477
|
"storageLocation": "memory",
|
@@ -3431,7 +3480,7 @@
|
|
3431
3480
|
"typeString": "bytes"
|
3432
3481
|
},
|
3433
3482
|
"typeName": {
|
3434
|
-
"id":
|
3483
|
+
"id": 49858,
|
3435
3484
|
"name": "bytes",
|
3436
3485
|
"nodeType": "ElementaryTypeName",
|
3437
3486
|
"src": "2046:5:122",
|
@@ -3446,23 +3495,23 @@
|
|
3446
3495
|
"src": "2045:19:122"
|
3447
3496
|
},
|
3448
3497
|
"returnParameters": {
|
3449
|
-
"id":
|
3498
|
+
"id": 49861,
|
3450
3499
|
"nodeType": "ParameterList",
|
3451
3500
|
"parameters": [],
|
3452
3501
|
"src": "2072:0:122"
|
3453
3502
|
},
|
3454
|
-
"scope":
|
3503
|
+
"scope": 50002,
|
3455
3504
|
"stateMutability": "nonpayable",
|
3456
3505
|
"virtual": false,
|
3457
3506
|
"visibility": "public"
|
3458
3507
|
},
|
3459
3508
|
{
|
3460
|
-
"id":
|
3509
|
+
"id": 50001,
|
3461
3510
|
"nodeType": "FunctionDefinition",
|
3462
3511
|
"src": "3539:96:122",
|
3463
3512
|
"nodes": [],
|
3464
3513
|
"body": {
|
3465
|
-
"id":
|
3514
|
+
"id": 50000,
|
3466
3515
|
"nodeType": "Block",
|
3467
3516
|
"src": "3582:53:122",
|
3468
3517
|
"nodes": [],
|
@@ -3472,18 +3521,18 @@
|
|
3472
3521
|
"arguments": [],
|
3473
3522
|
"expression": {
|
3474
3523
|
"argumentTypes": [],
|
3475
|
-
"id":
|
3524
|
+
"id": 49997,
|
3476
3525
|
"name": "Module_NonRootInstallNotSupported",
|
3477
3526
|
"nodeType": "Identifier",
|
3478
3527
|
"overloadedDeclarations": [],
|
3479
|
-
"referencedDeclaration":
|
3528
|
+
"referencedDeclaration": 60874,
|
3480
3529
|
"src": "3595:33:122",
|
3481
3530
|
"typeDescriptions": {
|
3482
3531
|
"typeIdentifier": "t_function_error_pure$__$returns$__$",
|
3483
3532
|
"typeString": "function () pure"
|
3484
3533
|
}
|
3485
3534
|
},
|
3486
|
-
"id":
|
3535
|
+
"id": 49998,
|
3487
3536
|
"isConstant": false,
|
3488
3537
|
"isLValue": false,
|
3489
3538
|
"isPure": false,
|
@@ -3499,14 +3548,14 @@
|
|
3499
3548
|
"typeString": "tuple()"
|
3500
3549
|
}
|
3501
3550
|
},
|
3502
|
-
"id":
|
3551
|
+
"id": 49999,
|
3503
3552
|
"nodeType": "RevertStatement",
|
3504
3553
|
"src": "3588:42:122"
|
3505
3554
|
}
|
3506
3555
|
]
|
3507
3556
|
},
|
3508
3557
|
"baseFunctions": [
|
3509
|
-
|
3558
|
+
60892
|
3510
3559
|
],
|
3511
3560
|
"functionSelector": "13861fb5",
|
3512
3561
|
"implemented": true,
|
@@ -3515,17 +3564,17 @@
|
|
3515
3564
|
"name": "install",
|
3516
3565
|
"nameLocation": "3548:7:122",
|
3517
3566
|
"parameters": {
|
3518
|
-
"id":
|
3567
|
+
"id": 49995,
|
3519
3568
|
"nodeType": "ParameterList",
|
3520
3569
|
"parameters": [
|
3521
3570
|
{
|
3522
3571
|
"constant": false,
|
3523
|
-
"id":
|
3572
|
+
"id": 49994,
|
3524
3573
|
"mutability": "mutable",
|
3525
3574
|
"name": "",
|
3526
3575
|
"nameLocation": "-1:-1:-1",
|
3527
3576
|
"nodeType": "VariableDeclaration",
|
3528
|
-
"scope":
|
3577
|
+
"scope": 50001,
|
3529
3578
|
"src": "3556:12:122",
|
3530
3579
|
"stateVariable": false,
|
3531
3580
|
"storageLocation": "memory",
|
@@ -3534,7 +3583,7 @@
|
|
3534
3583
|
"typeString": "bytes"
|
3535
3584
|
},
|
3536
3585
|
"typeName": {
|
3537
|
-
"id":
|
3586
|
+
"id": 49993,
|
3538
3587
|
"name": "bytes",
|
3539
3588
|
"nodeType": "ElementaryTypeName",
|
3540
3589
|
"src": "3556:5:122",
|
@@ -3549,12 +3598,12 @@
|
|
3549
3598
|
"src": "3555:14:122"
|
3550
3599
|
},
|
3551
3600
|
"returnParameters": {
|
3552
|
-
"id":
|
3601
|
+
"id": 49996,
|
3553
3602
|
"nodeType": "ParameterList",
|
3554
3603
|
"parameters": [],
|
3555
3604
|
"src": "3582:0:122"
|
3556
3605
|
},
|
3557
|
-
"scope":
|
3606
|
+
"scope": 50002,
|
3558
3607
|
"stateMutability": "pure",
|
3559
3608
|
"virtual": false,
|
3560
3609
|
"visibility": "public"
|
@@ -3564,48 +3613,48 @@
|
|
3564
3613
|
"baseContracts": [
|
3565
3614
|
{
|
3566
3615
|
"baseName": {
|
3567
|
-
"id":
|
3616
|
+
"id": 49834,
|
3568
3617
|
"name": "Module",
|
3569
3618
|
"nameLocations": [
|
3570
3619
|
"1661:6:122"
|
3571
3620
|
],
|
3572
3621
|
"nodeType": "IdentifierPath",
|
3573
|
-
"referencedDeclaration":
|
3622
|
+
"referencedDeclaration": 38648,
|
3574
3623
|
"src": "1661:6:122"
|
3575
3624
|
},
|
3576
|
-
"id":
|
3625
|
+
"id": 49835,
|
3577
3626
|
"nodeType": "InheritanceSpecifier",
|
3578
3627
|
"src": "1661:6:122"
|
3579
3628
|
}
|
3580
3629
|
],
|
3581
3630
|
"canonicalName": "KeysWithValueModule",
|
3582
3631
|
"contractDependencies": [
|
3583
|
-
|
3632
|
+
49802
|
3584
3633
|
],
|
3585
3634
|
"contractKind": "contract",
|
3586
3635
|
"documentation": {
|
3587
|
-
"id":
|
3636
|
+
"id": 49833,
|
3588
3637
|
"nodeType": "StructuredDocumentation",
|
3589
3638
|
"src": "969:659:122",
|
3590
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()`"
|
3591
3640
|
},
|
3592
3641
|
"fullyImplemented": true,
|
3593
3642
|
"linearizedBaseContracts": [
|
3594
|
-
|
3595
|
-
|
3596
|
-
|
3597
|
-
|
3598
|
-
|
3599
|
-
|
3643
|
+
50002,
|
3644
|
+
38648,
|
3645
|
+
38732,
|
3646
|
+
60845,
|
3647
|
+
60893,
|
3648
|
+
60802
|
3600
3649
|
],
|
3601
3650
|
"name": "KeysWithValueModule",
|
3602
3651
|
"nameLocation": "1638:19:122",
|
3603
|
-
"scope":
|
3652
|
+
"scope": 50003,
|
3604
3653
|
"usedErrors": [
|
3605
|
-
|
3606
|
-
|
3607
|
-
|
3608
|
-
|
3654
|
+
26323,
|
3655
|
+
26325,
|
3656
|
+
60872,
|
3657
|
+
60874
|
3609
3658
|
],
|
3610
3659
|
"usedEvents": []
|
3611
3660
|
}
|