@latticexyz/world-modules 2.0.0-main-fd10cff6 → 2.0.0-main-fa74f25e

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (87) hide show
  1. package/out/ArrayLib.sol/ArrayLib.json +255 -255
  2. package/out/CallboundDelegationControl.sol/CallboundDelegationControl.json +244 -220
  3. package/out/CallboundDelegations.sol/CallboundDelegations.json +2595 -2595
  4. package/out/DelegationControl.sol/DelegationControl.json +125 -101
  5. package/out/Hooks.sol/Hooks.json +45 -45
  6. package/out/IAccessManagementSystem.sol/IAccessManagementSystem.json +64 -64
  7. package/out/IBalanceTransferSystem.sol/IBalanceTransferSystem.json +53 -53
  8. package/out/IBaseWorld.sol/IBaseWorld.json +130 -85
  9. package/out/IBatchCallSystem.sol/IBatchCallSystem.json +51 -51
  10. package/out/ICoreSystem.sol/ICoreSystem.json +6 -6
  11. package/out/IDelegationControl.sol/IDelegationControl.json +50 -26
  12. package/out/IModuleInstallationSystem.sol/IModuleInstallationSystem.json +20 -20
  13. package/out/ISystemHook.sol/ISystemHook.json +171 -131
  14. package/out/IUniqueEntitySystem.sol/IUniqueEntitySystem.json +13 -13
  15. package/out/IWorldContextConsumer.sol/IWorldContextConsumer.json +157 -109
  16. package/out/IWorldErrors.sol/IWorldErrors.json +345 -255
  17. package/out/IWorldKernel.sol/IWorldCall.json +294 -254
  18. package/out/IWorldKernel.sol/IWorldKernel.json +321 -258
  19. package/out/IWorldKernel.sol/IWorldModuleInstallation.json +279 -253
  20. package/out/IWorldRegistrationSystem.sol/IWorldRegistrationSystem.json +201 -201
  21. package/out/KeysInTable.sol/KeysInTable.json +10668 -10668
  22. package/out/KeysInTableHook.sol/KeysInTableHook.json +862 -862
  23. package/out/KeysInTableModule.sol/KeysInTableModule.json +573 -549
  24. package/out/KeysWithValue.sol/KeysWithValue.json +3828 -3828
  25. package/out/KeysWithValueHook.sol/KeysWithValueHook.json +1011 -1011
  26. package/out/KeysWithValueModule.sol/KeysWithValueModule.json +462 -438
  27. package/out/Module.sol/Module.json +109 -85
  28. package/out/ResourceIds.sol/ResourceIds.json +45 -45
  29. package/out/Schema.sol/SchemaInstance.json +30 -30
  30. package/out/Schema.sol/SchemaLib.json +30 -30
  31. package/out/SchemaType.sol/SchemaType.json +276 -276
  32. package/out/StandardDelegationsModule.sol/StandardDelegationsModule.json +339 -315
  33. package/out/StoreHook.sol/StoreHook.json +358 -358
  34. package/out/StoreHooks.sol/StoreHooks.json +45 -45
  35. package/out/System.sol/System.json +84 -41
  36. package/out/Tables.sol/Tables.json +73 -73
  37. package/out/TimeboundDelegationControl.sol/TimeboundDelegationControl.json +148 -124
  38. package/out/TimeboundDelegations.sol/TimeboundDelegations.json +1986 -1986
  39. package/out/UniqueEntity.sol/UniqueEntity.json +1402 -1402
  40. package/out/UniqueEntityModule.sol/UniqueEntityModule.json +366 -342
  41. package/out/UniqueEntitySystem.sol/UniqueEntitySystem.json +138 -102
  42. package/out/UsedKeysIndex.sol/UsedKeysIndex.json +2722 -2722
  43. package/out/WorldContext.sol/WorldContextConsumer.json +774 -677
  44. package/out/WorldContext.sol/WorldContextProvider.json +737 -677
  45. package/out/WorldResourceId.sol/WorldResourceIdInstance.json +777 -765
  46. package/out/WorldResourceId.sol/WorldResourceIdLib.json +777 -765
  47. package/out/constants.sol/constants.json +115 -115
  48. package/out/getKeysInTable.sol/getKeysInTable.json +564 -564
  49. package/out/getKeysWithValue.sol/getKeysWithValue.json +264 -264
  50. package/out/getTargetTableId.sol/getTargetTableId.json +163 -163
  51. package/out/getUniqueEntity.sol/getUniqueEntity.json +88 -88
  52. package/out/hasKey.sol/hasKey.json +130 -130
  53. package/out/index.sol/index.json +53 -53
  54. package/out/interfaces/IBaseWorld.sol/IBaseWorld.json +202 -157
  55. package/out/query.sol/query.json +1154 -1154
  56. package/out/revertWithBytes.sol/revertWithBytes.json +51 -51
  57. package/out/src/Bytes.sol/Bytes.json +1332 -1332
  58. package/out/src/FieldLayout.sol/FieldLayoutInstance.json +697 -697
  59. package/out/src/FieldLayout.sol/FieldLayoutLib.json +697 -697
  60. package/out/src/IStore.sol/IStore.json +53 -53
  61. package/out/src/IWorldKernel.sol/IWorldCall.json +307 -267
  62. package/out/src/IWorldKernel.sol/IWorldKernel.json +334 -271
  63. package/out/src/IWorldKernel.sol/IWorldModuleInstallation.json +292 -266
  64. package/out/src/Memory.sol/Memory.json +89 -89
  65. package/out/src/PackedCounter.sol/PackedCounterInstance.json +923 -923
  66. package/out/src/PackedCounter.sol/PackedCounterLib.json +923 -923
  67. package/out/src/ResourceId.sol/ResourceIdInstance.json +112 -112
  68. package/out/src/ResourceId.sol/ResourceIdLib.json +112 -112
  69. package/out/src/Schema.sol/SchemaInstance.json +787 -787
  70. package/out/src/Schema.sol/SchemaLib.json +787 -787
  71. package/out/src/Slice.sol/SliceInstance.json +429 -429
  72. package/out/src/Slice.sol/SliceLib.json +429 -429
  73. package/out/src/StoreCore.sol/StoreCore.json +4455 -4455
  74. package/out/src/StoreCore.sol/StoreCoreInternal.json +4455 -4455
  75. package/out/src/StoreSwitch.sol/StoreSwitch.json +2454 -2454
  76. package/out/src/WorldContext.sol/WorldContextConsumer.json +780 -683
  77. package/out/src/WorldContext.sol/WorldContextProvider.json +743 -683
  78. package/out/src/WorldResourceId.sol/WorldResourceIdInstance.json +777 -765
  79. package/out/src/WorldResourceId.sol/WorldResourceIdLib.json +777 -765
  80. package/out/storeHookTypes.sol/storeHookTypes.json +115 -115
  81. package/out/storeResourceTypes.sol/storeResourceTypes.json +12 -12
  82. package/out/tables/ResourceIds.sol/ResourceIds.json +1746 -1746
  83. package/out/tables/Tables.sol/Tables.json +7288 -7288
  84. package/out/tightcoder/EncodeArray.sol/EncodeArray.json +3246 -3246
  85. package/out/types.sol/types.json +39 -39
  86. package/out/worldResourceTypes.sol/worldResourceTypes.json +87 -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;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;754:220:95;;;;;;:::i;:::-;;:::i;:::-;;;516:14:139;;509:22;491:41;;479:2;464:18;754:220:95;;;;;;;;777:379:97;;;:::i;:::-;;;719:42:139;707:55;;;689:74;;677:2;662:18;777: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;1226:212:97;;;-1:-1:-1;;1408:14:97;1404:23;1391:37;2349:25:139;;2337:2;2322:18;1226:212:97;2203:177:139;2025:1510:122;;;;;;:::i;:::-;;:::i;1442: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;777:379:97:-;1059:34;1063:14;1059:34;1046:48;1042:2;1038:57;;1106:45;;-1:-1:-1;1141:10:97;1106:45;777: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;1442:95:97:-;1481:7;1503:29;:27;:29::i;:::-;1496:36;;1442: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;2089:44:98;;1991: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;2482:160:98:-;2545:7;2609:26;399:6;117:5:67;2609:26:98;:::i;:::-;2575:61;;;;;2482:160;-1:-1:-1;2482: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",
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;501:217:108:-;704:6;698:13;691:4;683:6;679:17;672: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
- "49789": [
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\":{\"errors\":{\"Module_RootInstallNotSupported()\":[{\"details\":\"Errors to represent non-support of specific installation types.\"}]},\"kind\":\"dev\",\"methods\":{\"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\":{\"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\":\"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\":\"0x652a3d6a3721a1c3f36abd7a398b16ae7d9e30ddbf54d8dc4494343dadb9f719\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://c33d2bb71a7ae8823233fa399f778fe86e9bb078889a092fcd1ed9e7838873e5\",\"dweb:/ipfs/QmYM6JQ4syoxQLCXC4evHVEwbsTuXgS42HZZ9Fho7J9EXr\"]},\"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\":\"0x16795bdbfd7956d733df9ada1030ee7a1a714e3b9da5899149a7b07568c4af55\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://7a71128b4989e78215d5fc57dae8c2f84c6b5e503c159178c0df6f642b8228df\",\"dweb:/ipfs/QmNYTfBe62SdGESZ32fxME72CbAxEqk4j79jBT7655C4u7\"]},\"node_modules/@latticexyz/world/src/worldResourceTypes.sol\":{\"keccak256\":\"0xe31ee781596541f60ed71ef327c9d26ffc899e7fb3f4991c67406518bfc00746\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://f7b864fea8c77833a322b16c4673f110d5065d0cafcedecd07895699cf4258c2\",\"dweb:/ipfs/QmRkzXVjMLwQFWxjEjgfdXVPAp6SU4zfxPo4NJcmz8HwH9\"]},\"src/modules/keyswithvalue/KeysWithValueHook.sol\":{\"keccak256\":\"0xee64527269e80d32ca25db99c417f582a0b134c9fb878cf14489baa2aaec40e5\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://a37714f1fa7cf984130a08a0e9f320817cbe0053eae44d432676951f3b90653f\",\"dweb:/ipfs/QmZjWVwJPrsscv9zJU8jBfMn39yDquYePcACRYQW6qiaFx\"]},\"src/modules/keyswithvalue/KeysWithValueModule.sol\":{\"keccak256\":\"0x7de2ff1f72d2a0cd8ef46af093d93ad54446e1a0ff17b0994c3531a7f907ddac\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://6ea88b94ab3af3f205a9ae3f6db19c05a11efdec35993394925f8ab661232323\",\"dweb:/ipfs/QmdVxtBT85gr82vTkdoHGvfynVq9WRYV67DtkZHgWEsoPS\"]},\"src/modules/keyswithvalue/constants.sol\":{\"keccak256\":\"0xf8745d975bd2f321e676d083a215513b114c70f7d5a105244dfe444a78e74de5\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://a7fc161f890a9ee2edf731f57fcfee2ab4e3b4bebb9470df7850a138c08fc2c8\",\"dweb:/ipfs/QmVyyFaR1tzTYgmiGHnumdXQKsjb5qRVPMS3uTRX1ik3XL\"]},\"src/modules/keyswithvalue/getTargetTableId.sol\":{\"keccak256\":\"0xa7d235a9c96925a340aeaa166c8b67d289b4450ca59f0645052207d318030d78\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://2dce50e51faa63a75e051d8ccf463271674f588088fca6ab168e06a5fe8cc16b\",\"dweb:/ipfs/QmP2eZFJPMiazcEhdv9Q5SJYRNna7CHoV6o8bxURzRtCHh\"]},\"src/modules/keyswithvalue/tables/KeysWithValue.sol\":{\"keccak256\":\"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"
@@ -288,6 +288,21 @@
288
288
  "devdoc": {
289
289
  "kind": "dev",
290
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
+ },
291
306
  "getName()": {
292
307
  "details": "Provides a way to identify the module by a unique name.",
293
308
  "returns": {
@@ -315,6 +330,15 @@
315
330
  "userdoc": {
316
331
  "kind": "user",
317
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
+ },
318
342
  "getName()": {
319
343
  "notice": "Return the name of the module."
320
344
  },
@@ -644,34 +668,34 @@
644
668
  "license": "MIT"
645
669
  },
646
670
  "node_modules/@latticexyz/world/src/ISystemHook.sol": {
647
- "keccak256": "0x6bfa168ec3b03cd09b5e0c658c0faab40379b4093935744c0a7297ac7a2fcec8",
671
+ "keccak256": "0xb2114b6b66c0e7d8304d9e1d06aa1d0731f089daa6a0584e6cf744d9c48cf4db",
648
672
  "urls": [
649
- "bzz-raw://ac7990b2cf63e95cde3396e248fee9e280235cfd11dc7a350865e0f3ffca59ba",
650
- "dweb:/ipfs/QmZKkGqGKgr32HX4fVu7vNH34JbyzHczJ9H5SLjsbrRDtp"
673
+ "bzz-raw://ebbb172970b106dd4ae5a6d5e417ac75cad7529d2b94c1601e10b886d0edf510",
674
+ "dweb:/ipfs/QmPGn4F92hjkFch6Jh2NB37EYLLfstw6JxJKUZjXBFqGCw"
651
675
  ],
652
676
  "license": "MIT"
653
677
  },
654
678
  "node_modules/@latticexyz/world/src/IWorldContextConsumer.sol": {
655
- "keccak256": "0x0c0f9eba3a700d97a3b87678bbf12d4bbd8a80490e9b3a5841d049ebc1a89f93",
679
+ "keccak256": "0x22b8cb3ffcc21cb1657d57fc8ac929d2d6fdd199328e6f43ad2cb54f53dcd500",
656
680
  "urls": [
657
- "bzz-raw://a56466e8ddcaf10b9109bfbc581563f5e9eefcaff1963a6954ccd093859ef6d2",
658
- "dweb:/ipfs/QmNk6FvWzmLT3vnsUuzqr9MYMfaQRa7yLuNM7DVvpkuytf"
681
+ "bzz-raw://47c001f6b7c6d6e453c340618d23b1532078abb7d0fd7283405071e4e8ff8d2d",
682
+ "dweb:/ipfs/QmRW3femBhqQCPwDEj4Jop2Dnd3EU21ufg7GDVwN4joCQu"
659
683
  ],
660
684
  "license": "MIT"
661
685
  },
662
686
  "node_modules/@latticexyz/world/src/IWorldErrors.sol": {
663
- "keccak256": "0xf3c2037a2899d81a15d5e13c7101337fcf01fcb321cec418e36da5617d52c99c",
687
+ "keccak256": "0xc3e7975e5785574543229eac51e3441f4185863d7f5346c0ae08a27b4541f8a7",
664
688
  "urls": [
665
- "bzz-raw://565b53005697c2cb4ce744f4b192545e3b059d42ea97075fe022a47d0d38cb7f",
666
- "dweb:/ipfs/QmbGVQuozeLMwUic7LanodXacPiBfomKS8ERnkVFi9vSYz"
689
+ "bzz-raw://62cc0dc109e6e5475bb07fb95643a31c74337c23521db0557a36dad6117a1e83",
690
+ "dweb:/ipfs/Qmb8jbE1XQTUdreKFr4Jw3xmjctaLuReRZjPxZKQ2uW9p4"
667
691
  ],
668
692
  "license": "MIT"
669
693
  },
670
694
  "node_modules/@latticexyz/world/src/IWorldKernel.sol": {
671
- "keccak256": "0xc2e28cb4daa77de640228f7b3b5c98423e6c39a8b8f68af5a56b076cad7025de",
695
+ "keccak256": "0x9dc133cb55dc23fd6fcbbef8078bb4ea9bf67d698400cf89fc62b905b60cf5eb",
672
696
  "urls": [
673
- "bzz-raw://7ae7e0798dc66368f6dc56992cd1fe3046dd51bcb6fcc3b04b7fd0d48b9557bc",
674
- "dweb:/ipfs/QmXKJLLGjVaDBRhbvT47Mxkt2jFEBShvHLAtt3CZYVEbqF"
697
+ "bzz-raw://7c1a57df7052218483eafe72d873660f39a73e2e06c1b14ad8a579d85b94bc6c",
698
+ "dweb:/ipfs/Qme7dnjvADGZyM2L7nZ51nSjsjXXF9isTVCpWaUCd1cEGs"
675
699
  ],
676
700
  "license": "MIT"
677
701
  },
@@ -684,18 +708,18 @@
684
708
  "license": "MIT"
685
709
  },
686
710
  "node_modules/@latticexyz/world/src/WorldContext.sol": {
687
- "keccak256": "0x7b808edfeb5f548e06899db7e3fdfafa7b42fccf2f596a04b24a8193618a511b",
711
+ "keccak256": "0x45792667fe063195103e9fd74e3e9e0b0b4aea4fc4a0a8a3e69538c14751217b",
688
712
  "urls": [
689
- "bzz-raw://acca2b5f96ef412f32da9359667c82fe1a854acc0663165864434620214b8078",
690
- "dweb:/ipfs/QmeaoYxRToMbMSDfDZZC1fumKjs9WUu6ZkxSLwJKx4FfC8"
713
+ "bzz-raw://cba8976da1e2f7e336045e8d65eba89d18ae49e4688de61ff61a95fb817fe9fc",
714
+ "dweb:/ipfs/QmWoByJM6DmheS2jisxSvAzrqC6XWrgaKxoNNUr44aXJtE"
691
715
  ],
692
716
  "license": "MIT"
693
717
  },
694
718
  "node_modules/@latticexyz/world/src/WorldResourceId.sol": {
695
- "keccak256": "0x979e418af3d0d3a1866240bed58d2792f0718cc1803a1476ec8c93af5577cae3",
719
+ "keccak256": "0xb7bfae2890004001221b3902d185c14cfea0e606d16914f6b7f81cf112aa9417",
696
720
  "urls": [
697
- "bzz-raw://c68cfe48ce67fe83f4b000c954891821d1fae31bfdd36de37a12637c8a1864f7",
698
- "dweb:/ipfs/QmUX9tHSMTeScbiacKX2T16gLV6aPKDU1Q3eDiNxqmVNa1"
721
+ "bzz-raw://acfd0d09166fc1bf16a8a5c80fbae1bd42426b2fcbab3c492bc836ea5c0375fb",
722
+ "dweb:/ipfs/QmTzZWHVBkx8hipFVpgEwAbZpr4c6hfr7yf7R71JojT3NK"
699
723
  ],
700
724
  "license": "MIT"
701
725
  },
@@ -772,18 +796,18 @@
772
796
  "license": "MIT"
773
797
  },
774
798
  "node_modules/@latticexyz/world/src/revertWithBytes.sol": {
775
- "keccak256": "0xb4239b7d84f764babc15a46eab53ea45dae0ce5c3738f9c283d7ab2f6e8fddea",
799
+ "keccak256": "0x16795bdbfd7956d733df9ada1030ee7a1a714e3b9da5899149a7b07568c4af55",
776
800
  "urls": [
777
- "bzz-raw://d495ceadc4e5506a4cec20329f5862f53cf7886cb3d8533bc5071c26ea2d2522",
778
- "dweb:/ipfs/QmaNDdqDGnZkc3stbjUKAKHa29Hzu4JJPVvcogDMe7r8sM"
801
+ "bzz-raw://7a71128b4989e78215d5fc57dae8c2f84c6b5e503c159178c0df6f642b8228df",
802
+ "dweb:/ipfs/QmNYTfBe62SdGESZ32fxME72CbAxEqk4j79jBT7655C4u7"
779
803
  ],
780
804
  "license": "MIT"
781
805
  },
782
806
  "node_modules/@latticexyz/world/src/worldResourceTypes.sol": {
783
- "keccak256": "0x88f844f2c43757c819c8f140b30254f07c3484e12cce573879d43b2ee6a23f8b",
807
+ "keccak256": "0xe31ee781596541f60ed71ef327c9d26ffc899e7fb3f4991c67406518bfc00746",
784
808
  "urls": [
785
- "bzz-raw://55a9095094c2b7b1043020681696380cfc3cffd1f264a70bacb44fccd0fc0a8a",
786
- "dweb:/ipfs/QmfPdLPr9hfV8X8yfHhEf2HmEWAnA4d1c6EHEjHMdeM7ML"
809
+ "bzz-raw://f7b864fea8c77833a322b16c4673f110d5065d0cafcedecd07895699cf4258c2",
810
+ "dweb:/ipfs/QmRkzXVjMLwQFWxjEjgfdXVPAp6SU4zfxPo4NJcmz8HwH9"
787
811
  ],
788
812
  "license": "MIT"
789
813
  },
@@ -840,68 +864,68 @@
840
864
  },
841
865
  "ast": {
842
866
  "absolutePath": "src/modules/keyswithvalue/KeysWithValueModule.sol",
843
- "id": 49946,
867
+ "id": 50003,
844
868
  "exportedSymbols": {
845
869
  "AFTER_SPLICE_DYNAMIC_DATA": [
846
- 36141
870
+ 36181
847
871
  ],
848
872
  "AFTER_SPLICE_STATIC_DATA": [
849
- 36131
873
+ 36171
850
874
  ],
851
875
  "BEFORE_DELETE_RECORD": [
852
- 36146
876
+ 36186
853
877
  ],
854
878
  "BEFORE_SET_RECORD": [
855
- 36116
879
+ 36156
856
880
  ],
857
881
  "BEFORE_SPLICE_DYNAMIC_DATA": [
858
- 36136
882
+ 36176
859
883
  ],
860
884
  "BEFORE_SPLICE_STATIC_DATA": [
861
- 36126
885
+ 36166
862
886
  ],
863
887
  "IBaseWorld": [
864
- 39150
888
+ 39206
865
889
  ],
866
890
  "KeysWithValue": [
867
- 52645
891
+ 52702
868
892
  ],
869
893
  "KeysWithValueHook": [
870
- 49745
894
+ 49802
871
895
  ],
872
896
  "KeysWithValueModule": [
873
- 49945
897
+ 50002
874
898
  ],
875
899
  "MODULE_NAMESPACE": [
876
- 49950
900
+ 50007
877
901
  ],
878
902
  "Module": [
879
- 38605
903
+ 38648
880
904
  ],
881
905
  "ResourceId": [
882
- 26198
906
+ 26238
883
907
  ],
884
908
  "StoreSwitch": [
885
- 30830
909
+ 30870
886
910
  ],
887
911
  "WorldContextConsumer": [
888
- 38683
912
+ 38732
889
913
  ],
890
914
  "WorldResourceIdInstance": [
891
- 39114
915
+ 39170
892
916
  ],
893
917
  "getTargetTableId": [
894
- 50181
918
+ 50238
895
919
  ],
896
920
  "revertWithBytes": [
897
- 39224
921
+ 39280
898
922
  ]
899
923
  },
900
924
  "nodeType": "SourceUnit",
901
925
  "src": "32:3606:122",
902
926
  "nodes": [
903
927
  {
904
- "id": 49747,
928
+ "id": 49804,
905
929
  "nodeType": "PragmaDirective",
906
930
  "src": "32:25:122",
907
931
  "nodes": [],
@@ -913,23 +937,23 @@
913
937
  ]
914
938
  },
915
939
  {
916
- "id": 49749,
940
+ "id": 49806,
917
941
  "nodeType": "ImportDirective",
918
942
  "src": "58:68:122",
919
943
  "nodes": [],
920
944
  "absolutePath": "node_modules/@latticexyz/store/src/StoreSwitch.sol",
921
945
  "file": "@latticexyz/store/src/StoreSwitch.sol",
922
946
  "nameLocation": "-1:-1:-1",
923
- "scope": 49946,
924
- "sourceUnit": 30831,
947
+ "scope": 50003,
948
+ "sourceUnit": 30871,
925
949
  "symbolAliases": [
926
950
  {
927
951
  "foreign": {
928
- "id": 49748,
952
+ "id": 49805,
929
953
  "name": "StoreSwitch",
930
954
  "nodeType": "Identifier",
931
955
  "overloadedDeclarations": [],
932
- "referencedDeclaration": 30830,
956
+ "referencedDeclaration": 30870,
933
957
  "src": "67:11:122",
934
958
  "typeDescriptions": {}
935
959
  },
@@ -939,23 +963,23 @@
939
963
  "unitAlias": ""
940
964
  },
941
965
  {
942
- "id": 49756,
966
+ "id": 49813,
943
967
  "nodeType": "ImportDirective",
944
968
  "src": "127:207:122",
945
969
  "nodes": [],
946
970
  "absolutePath": "node_modules/@latticexyz/store/src/storeHookTypes.sol",
947
971
  "file": "@latticexyz/store/src/storeHookTypes.sol",
948
972
  "nameLocation": "-1:-1:-1",
949
- "scope": 49946,
950
- "sourceUnit": 36187,
973
+ "scope": 50003,
974
+ "sourceUnit": 36227,
951
975
  "symbolAliases": [
952
976
  {
953
977
  "foreign": {
954
- "id": 49750,
978
+ "id": 49807,
955
979
  "name": "BEFORE_SET_RECORD",
956
980
  "nodeType": "Identifier",
957
981
  "overloadedDeclarations": [],
958
- "referencedDeclaration": 36116,
982
+ "referencedDeclaration": 36156,
959
983
  "src": "136:17:122",
960
984
  "typeDescriptions": {}
961
985
  },
@@ -963,11 +987,11 @@
963
987
  },
964
988
  {
965
989
  "foreign": {
966
- "id": 49751,
990
+ "id": 49808,
967
991
  "name": "BEFORE_SPLICE_STATIC_DATA",
968
992
  "nodeType": "Identifier",
969
993
  "overloadedDeclarations": [],
970
- "referencedDeclaration": 36126,
994
+ "referencedDeclaration": 36166,
971
995
  "src": "155:25:122",
972
996
  "typeDescriptions": {}
973
997
  },
@@ -975,11 +999,11 @@
975
999
  },
976
1000
  {
977
1001
  "foreign": {
978
- "id": 49752,
1002
+ "id": 49809,
979
1003
  "name": "AFTER_SPLICE_STATIC_DATA",
980
1004
  "nodeType": "Identifier",
981
1005
  "overloadedDeclarations": [],
982
- "referencedDeclaration": 36131,
1006
+ "referencedDeclaration": 36171,
983
1007
  "src": "182:24:122",
984
1008
  "typeDescriptions": {}
985
1009
  },
@@ -987,11 +1011,11 @@
987
1011
  },
988
1012
  {
989
1013
  "foreign": {
990
- "id": 49753,
1014
+ "id": 49810,
991
1015
  "name": "BEFORE_SPLICE_DYNAMIC_DATA",
992
1016
  "nodeType": "Identifier",
993
1017
  "overloadedDeclarations": [],
994
- "referencedDeclaration": 36136,
1018
+ "referencedDeclaration": 36176,
995
1019
  "src": "208:26:122",
996
1020
  "typeDescriptions": {}
997
1021
  },
@@ -999,11 +1023,11 @@
999
1023
  },
1000
1024
  {
1001
1025
  "foreign": {
1002
- "id": 49754,
1026
+ "id": 49811,
1003
1027
  "name": "AFTER_SPLICE_DYNAMIC_DATA",
1004
1028
  "nodeType": "Identifier",
1005
1029
  "overloadedDeclarations": [],
1006
- "referencedDeclaration": 36141,
1030
+ "referencedDeclaration": 36181,
1007
1031
  "src": "236:25:122",
1008
1032
  "typeDescriptions": {}
1009
1033
  },
@@ -1011,11 +1035,11 @@
1011
1035
  },
1012
1036
  {
1013
1037
  "foreign": {
1014
- "id": 49755,
1038
+ "id": 49812,
1015
1039
  "name": "BEFORE_DELETE_RECORD",
1016
1040
  "nodeType": "Identifier",
1017
1041
  "overloadedDeclarations": [],
1018
- "referencedDeclaration": 36146,
1042
+ "referencedDeclaration": 36186,
1019
1043
  "src": "263:20:122",
1020
1044
  "typeDescriptions": {}
1021
1045
  },
@@ -1025,23 +1049,23 @@
1025
1049
  "unitAlias": ""
1026
1050
  },
1027
1051
  {
1028
- "id": 49758,
1052
+ "id": 49815,
1029
1053
  "nodeType": "ImportDirective",
1030
1054
  "src": "335:58:122",
1031
1055
  "nodes": [],
1032
1056
  "absolutePath": "node_modules/@latticexyz/world/src/Module.sol",
1033
1057
  "file": "@latticexyz/world/src/Module.sol",
1034
1058
  "nameLocation": "-1:-1:-1",
1035
- "scope": 49946,
1036
- "sourceUnit": 38606,
1059
+ "scope": 50003,
1060
+ "sourceUnit": 38649,
1037
1061
  "symbolAliases": [
1038
1062
  {
1039
1063
  "foreign": {
1040
- "id": 49757,
1064
+ "id": 49814,
1041
1065
  "name": "Module",
1042
1066
  "nodeType": "Identifier",
1043
1067
  "overloadedDeclarations": [],
1044
- "referencedDeclaration": 38605,
1068
+ "referencedDeclaration": 38648,
1045
1069
  "src": "344:6:122",
1046
1070
  "typeDescriptions": {}
1047
1071
  },
@@ -1051,23 +1075,23 @@
1051
1075
  "unitAlias": ""
1052
1076
  },
1053
1077
  {
1054
- "id": 49760,
1078
+ "id": 49817,
1055
1079
  "nodeType": "ImportDirective",
1056
1080
  "src": "395:85:122",
1057
1081
  "nodes": [],
1058
1082
  "absolutePath": "node_modules/@latticexyz/world/src/codegen/interfaces/IBaseWorld.sol",
1059
1083
  "file": "@latticexyz/world/src/codegen/interfaces/IBaseWorld.sol",
1060
1084
  "nameLocation": "-1:-1:-1",
1061
- "scope": 49946,
1062
- "sourceUnit": 39151,
1085
+ "scope": 50003,
1086
+ "sourceUnit": 39207,
1063
1087
  "symbolAliases": [
1064
1088
  {
1065
1089
  "foreign": {
1066
- "id": 49759,
1090
+ "id": 49816,
1067
1091
  "name": "IBaseWorld",
1068
1092
  "nodeType": "Identifier",
1069
1093
  "overloadedDeclarations": [],
1070
- "referencedDeclaration": 39150,
1094
+ "referencedDeclaration": 39206,
1071
1095
  "src": "404:10:122",
1072
1096
  "typeDescriptions": {}
1073
1097
  },
@@ -1077,23 +1101,23 @@
1077
1101
  "unitAlias": ""
1078
1102
  },
1079
1103
  {
1080
- "id": 49762,
1104
+ "id": 49819,
1081
1105
  "nodeType": "ImportDirective",
1082
1106
  "src": "482:78:122",
1083
1107
  "nodes": [],
1084
1108
  "absolutePath": "node_modules/@latticexyz/world/src/WorldContext.sol",
1085
1109
  "file": "@latticexyz/world/src/WorldContext.sol",
1086
1110
  "nameLocation": "-1:-1:-1",
1087
- "scope": 49946,
1088
- "sourceUnit": 38833,
1111
+ "scope": 50003,
1112
+ "sourceUnit": 38887,
1089
1113
  "symbolAliases": [
1090
1114
  {
1091
1115
  "foreign": {
1092
- "id": 49761,
1116
+ "id": 49818,
1093
1117
  "name": "WorldContextConsumer",
1094
1118
  "nodeType": "Identifier",
1095
1119
  "overloadedDeclarations": [],
1096
- "referencedDeclaration": 38683,
1120
+ "referencedDeclaration": 38732,
1097
1121
  "src": "491:20:122",
1098
1122
  "typeDescriptions": {}
1099
1123
  },
@@ -1103,23 +1127,23 @@
1103
1127
  "unitAlias": ""
1104
1128
  },
1105
1129
  {
1106
- "id": 49765,
1130
+ "id": 49822,
1107
1131
  "nodeType": "ImportDirective",
1108
1132
  "src": "561:96:122",
1109
1133
  "nodes": [],
1110
1134
  "absolutePath": "node_modules/@latticexyz/world/src/WorldResourceId.sol",
1111
1135
  "file": "@latticexyz/world/src/WorldResourceId.sol",
1112
1136
  "nameLocation": "-1:-1:-1",
1113
- "scope": 49946,
1114
- "sourceUnit": 39115,
1137
+ "scope": 50003,
1138
+ "sourceUnit": 39171,
1115
1139
  "symbolAliases": [
1116
1140
  {
1117
1141
  "foreign": {
1118
- "id": 49763,
1142
+ "id": 49820,
1119
1143
  "name": "ResourceId",
1120
1144
  "nodeType": "Identifier",
1121
1145
  "overloadedDeclarations": [],
1122
- "referencedDeclaration": 26198,
1146
+ "referencedDeclaration": 26238,
1123
1147
  "src": "570:10:122",
1124
1148
  "typeDescriptions": {}
1125
1149
  },
@@ -1127,11 +1151,11 @@
1127
1151
  },
1128
1152
  {
1129
1153
  "foreign": {
1130
- "id": 49764,
1154
+ "id": 49821,
1131
1155
  "name": "WorldResourceIdInstance",
1132
1156
  "nodeType": "Identifier",
1133
1157
  "overloadedDeclarations": [],
1134
- "referencedDeclaration": 39114,
1158
+ "referencedDeclaration": 39170,
1135
1159
  "src": "582:23:122",
1136
1160
  "typeDescriptions": {}
1137
1161
  },
@@ -1141,23 +1165,23 @@
1141
1165
  "unitAlias": ""
1142
1166
  },
1143
1167
  {
1144
- "id": 49767,
1168
+ "id": 49824,
1145
1169
  "nodeType": "ImportDirective",
1146
1170
  "src": "658:76:122",
1147
1171
  "nodes": [],
1148
1172
  "absolutePath": "node_modules/@latticexyz/world/src/revertWithBytes.sol",
1149
1173
  "file": "@latticexyz/world/src/revertWithBytes.sol",
1150
1174
  "nameLocation": "-1:-1:-1",
1151
- "scope": 49946,
1152
- "sourceUnit": 39225,
1175
+ "scope": 50003,
1176
+ "sourceUnit": 39281,
1153
1177
  "symbolAliases": [
1154
1178
  {
1155
1179
  "foreign": {
1156
- "id": 49766,
1180
+ "id": 49823,
1157
1181
  "name": "revertWithBytes",
1158
1182
  "nodeType": "Identifier",
1159
1183
  "overloadedDeclarations": [],
1160
- "referencedDeclaration": 39224,
1184
+ "referencedDeclaration": 39280,
1161
1185
  "src": "667:15:122",
1162
1186
  "typeDescriptions": {}
1163
1187
  },
@@ -1167,23 +1191,23 @@
1167
1191
  "unitAlias": ""
1168
1192
  },
1169
1193
  {
1170
- "id": 49769,
1194
+ "id": 49826,
1171
1195
  "nodeType": "ImportDirective",
1172
1196
  "src": "736:51:122",
1173
1197
  "nodes": [],
1174
1198
  "absolutePath": "src/modules/keyswithvalue/constants.sol",
1175
1199
  "file": "./constants.sol",
1176
1200
  "nameLocation": "-1:-1:-1",
1177
- "scope": 49946,
1178
- "sourceUnit": 49951,
1201
+ "scope": 50003,
1202
+ "sourceUnit": 50008,
1179
1203
  "symbolAliases": [
1180
1204
  {
1181
1205
  "foreign": {
1182
- "id": 49768,
1206
+ "id": 49825,
1183
1207
  "name": "MODULE_NAMESPACE",
1184
1208
  "nodeType": "Identifier",
1185
1209
  "overloadedDeclarations": [],
1186
- "referencedDeclaration": 49950,
1210
+ "referencedDeclaration": 50007,
1187
1211
  "src": "745:16:122",
1188
1212
  "typeDescriptions": {}
1189
1213
  },
@@ -1193,23 +1217,23 @@
1193
1217
  "unitAlias": ""
1194
1218
  },
1195
1219
  {
1196
- "id": 49771,
1220
+ "id": 49828,
1197
1221
  "nodeType": "ImportDirective",
1198
1222
  "src": "788:60:122",
1199
1223
  "nodes": [],
1200
1224
  "absolutePath": "src/modules/keyswithvalue/KeysWithValueHook.sol",
1201
1225
  "file": "./KeysWithValueHook.sol",
1202
1226
  "nameLocation": "-1:-1:-1",
1203
- "scope": 49946,
1204
- "sourceUnit": 49746,
1227
+ "scope": 50003,
1228
+ "sourceUnit": 49803,
1205
1229
  "symbolAliases": [
1206
1230
  {
1207
1231
  "foreign": {
1208
- "id": 49770,
1232
+ "id": 49827,
1209
1233
  "name": "KeysWithValueHook",
1210
1234
  "nodeType": "Identifier",
1211
1235
  "overloadedDeclarations": [],
1212
- "referencedDeclaration": 49745,
1236
+ "referencedDeclaration": 49802,
1213
1237
  "src": "797:17:122",
1214
1238
  "typeDescriptions": {}
1215
1239
  },
@@ -1219,23 +1243,23 @@
1219
1243
  "unitAlias": ""
1220
1244
  },
1221
1245
  {
1222
- "id": 49773,
1246
+ "id": 49830,
1223
1247
  "nodeType": "ImportDirective",
1224
1248
  "src": "849:59:122",
1225
1249
  "nodes": [],
1226
1250
  "absolutePath": "src/modules/keyswithvalue/tables/KeysWithValue.sol",
1227
1251
  "file": "./tables/KeysWithValue.sol",
1228
1252
  "nameLocation": "-1:-1:-1",
1229
- "scope": 49946,
1230
- "sourceUnit": 52646,
1253
+ "scope": 50003,
1254
+ "sourceUnit": 52703,
1231
1255
  "symbolAliases": [
1232
1256
  {
1233
1257
  "foreign": {
1234
- "id": 49772,
1258
+ "id": 49829,
1235
1259
  "name": "KeysWithValue",
1236
1260
  "nodeType": "Identifier",
1237
1261
  "overloadedDeclarations": [],
1238
- "referencedDeclaration": 52645,
1262
+ "referencedDeclaration": 52702,
1239
1263
  "src": "858:13:122",
1240
1264
  "typeDescriptions": {}
1241
1265
  },
@@ -1245,23 +1269,23 @@
1245
1269
  "unitAlias": ""
1246
1270
  },
1247
1271
  {
1248
- "id": 49775,
1272
+ "id": 49832,
1249
1273
  "nodeType": "ImportDirective",
1250
1274
  "src": "909:58:122",
1251
1275
  "nodes": [],
1252
1276
  "absolutePath": "src/modules/keyswithvalue/getTargetTableId.sol",
1253
1277
  "file": "./getTargetTableId.sol",
1254
1278
  "nameLocation": "-1:-1:-1",
1255
- "scope": 49946,
1256
- "sourceUnit": 50182,
1279
+ "scope": 50003,
1280
+ "sourceUnit": 50239,
1257
1281
  "symbolAliases": [
1258
1282
  {
1259
1283
  "foreign": {
1260
- "id": 49774,
1284
+ "id": 49831,
1261
1285
  "name": "getTargetTableId",
1262
1286
  "nodeType": "Identifier",
1263
1287
  "overloadedDeclarations": [],
1264
- "referencedDeclaration": 50181,
1288
+ "referencedDeclaration": 50238,
1265
1289
  "src": "918:16:122",
1266
1290
  "typeDescriptions": {}
1267
1291
  },
@@ -1271,49 +1295,49 @@
1271
1295
  "unitAlias": ""
1272
1296
  },
1273
1297
  {
1274
- "id": 49945,
1298
+ "id": 50002,
1275
1299
  "nodeType": "ContractDefinition",
1276
1300
  "src": "1629:2008:122",
1277
1301
  "nodes": [
1278
1302
  {
1279
- "id": 49782,
1303
+ "id": 49839,
1280
1304
  "nodeType": "UsingForDirective",
1281
1305
  "src": "1672:45:122",
1282
1306
  "nodes": [],
1283
1307
  "global": false,
1284
1308
  "libraryName": {
1285
- "id": 49779,
1309
+ "id": 49836,
1286
1310
  "name": "WorldResourceIdInstance",
1287
1311
  "nameLocations": [
1288
1312
  "1678:23:122"
1289
1313
  ],
1290
1314
  "nodeType": "IdentifierPath",
1291
- "referencedDeclaration": 39114,
1315
+ "referencedDeclaration": 39170,
1292
1316
  "src": "1678:23:122"
1293
1317
  },
1294
1318
  "typeName": {
1295
- "id": 49781,
1319
+ "id": 49838,
1296
1320
  "nodeType": "UserDefinedTypeName",
1297
1321
  "pathNode": {
1298
- "id": 49780,
1322
+ "id": 49837,
1299
1323
  "name": "ResourceId",
1300
1324
  "nameLocations": [
1301
1325
  "1706:10:122"
1302
1326
  ],
1303
1327
  "nodeType": "IdentifierPath",
1304
- "referencedDeclaration": 26198,
1328
+ "referencedDeclaration": 26238,
1305
1329
  "src": "1706:10:122"
1306
1330
  },
1307
- "referencedDeclaration": 26198,
1331
+ "referencedDeclaration": 26238,
1308
1332
  "src": "1706:10:122",
1309
1333
  "typeDescriptions": {
1310
- "typeIdentifier": "t_userDefinedValueType$_ResourceId_$26198",
1334
+ "typeIdentifier": "t_userDefinedValueType$_ResourceId_$26238",
1311
1335
  "typeString": "ResourceId"
1312
1336
  }
1313
1337
  }
1314
1338
  },
1315
1339
  {
1316
- "id": 49789,
1340
+ "id": 49846,
1317
1341
  "nodeType": "VariableDeclaration",
1318
1342
  "src": "1867:66:122",
1319
1343
  "nodes": [],
@@ -1321,30 +1345,30 @@
1321
1345
  "mutability": "immutable",
1322
1346
  "name": "hook",
1323
1347
  "nameLocation": "1903:4:122",
1324
- "scope": 49945,
1348
+ "scope": 50002,
1325
1349
  "stateVariable": true,
1326
1350
  "storageLocation": "default",
1327
1351
  "typeDescriptions": {
1328
- "typeIdentifier": "t_contract$_KeysWithValueHook_$49745",
1352
+ "typeIdentifier": "t_contract$_KeysWithValueHook_$49802",
1329
1353
  "typeString": "contract KeysWithValueHook"
1330
1354
  },
1331
1355
  "typeName": {
1332
- "id": 49784,
1356
+ "id": 49841,
1333
1357
  "nodeType": "UserDefinedTypeName",
1334
1358
  "pathNode": {
1335
- "id": 49783,
1359
+ "id": 49840,
1336
1360
  "name": "KeysWithValueHook",
1337
1361
  "nameLocations": [
1338
1362
  "1867:17:122"
1339
1363
  ],
1340
1364
  "nodeType": "IdentifierPath",
1341
- "referencedDeclaration": 49745,
1365
+ "referencedDeclaration": 49802,
1342
1366
  "src": "1867:17:122"
1343
1367
  },
1344
- "referencedDeclaration": 49745,
1368
+ "referencedDeclaration": 49802,
1345
1369
  "src": "1867:17:122",
1346
1370
  "typeDescriptions": {
1347
- "typeIdentifier": "t_contract$_KeysWithValueHook_$49745",
1371
+ "typeIdentifier": "t_contract$_KeysWithValueHook_$49802",
1348
1372
  "typeString": "contract KeysWithValueHook"
1349
1373
  }
1350
1374
  },
@@ -1352,7 +1376,7 @@
1352
1376
  "arguments": [],
1353
1377
  "expression": {
1354
1378
  "argumentTypes": [],
1355
- "id": 49787,
1379
+ "id": 49844,
1356
1380
  "isConstant": false,
1357
1381
  "isLValue": false,
1358
1382
  "isPure": false,
@@ -1360,31 +1384,31 @@
1360
1384
  "nodeType": "NewExpression",
1361
1385
  "src": "1910:21:122",
1362
1386
  "typeDescriptions": {
1363
- "typeIdentifier": "t_function_creation_nonpayable$__$returns$_t_contract$_KeysWithValueHook_$49745_$",
1387
+ "typeIdentifier": "t_function_creation_nonpayable$__$returns$_t_contract$_KeysWithValueHook_$49802_$",
1364
1388
  "typeString": "function () returns (contract KeysWithValueHook)"
1365
1389
  },
1366
1390
  "typeName": {
1367
- "id": 49786,
1391
+ "id": 49843,
1368
1392
  "nodeType": "UserDefinedTypeName",
1369
1393
  "pathNode": {
1370
- "id": 49785,
1394
+ "id": 49842,
1371
1395
  "name": "KeysWithValueHook",
1372
1396
  "nameLocations": [
1373
1397
  "1914:17:122"
1374
1398
  ],
1375
1399
  "nodeType": "IdentifierPath",
1376
- "referencedDeclaration": 49745,
1400
+ "referencedDeclaration": 49802,
1377
1401
  "src": "1914:17:122"
1378
1402
  },
1379
- "referencedDeclaration": 49745,
1403
+ "referencedDeclaration": 49802,
1380
1404
  "src": "1914:17:122",
1381
1405
  "typeDescriptions": {
1382
- "typeIdentifier": "t_contract$_KeysWithValueHook_$49745",
1406
+ "typeIdentifier": "t_contract$_KeysWithValueHook_$49802",
1383
1407
  "typeString": "contract KeysWithValueHook"
1384
1408
  }
1385
1409
  }
1386
1410
  },
1387
- "id": 49788,
1411
+ "id": 49845,
1388
1412
  "isConstant": false,
1389
1413
  "isLValue": false,
1390
1414
  "isPure": false,
@@ -1396,19 +1420,19 @@
1396
1420
  "src": "1910:23:122",
1397
1421
  "tryCall": false,
1398
1422
  "typeDescriptions": {
1399
- "typeIdentifier": "t_contract$_KeysWithValueHook_$49745",
1423
+ "typeIdentifier": "t_contract$_KeysWithValueHook_$49802",
1400
1424
  "typeString": "contract KeysWithValueHook"
1401
1425
  }
1402
1426
  },
1403
1427
  "visibility": "private"
1404
1428
  },
1405
1429
  {
1406
- "id": 49800,
1430
+ "id": 49857,
1407
1431
  "nodeType": "FunctionDefinition",
1408
1432
  "src": "1938:83:122",
1409
1433
  "nodes": [],
1410
1434
  "body": {
1411
- "id": 49799,
1435
+ "id": 49856,
1412
1436
  "nodeType": "Block",
1413
1437
  "src": "1987:34:122",
1414
1438
  "nodes": [],
@@ -1418,7 +1442,7 @@
1418
1442
  "arguments": [
1419
1443
  {
1420
1444
  "hexValue": "696e646578",
1421
- "id": 49796,
1445
+ "id": 49853,
1422
1446
  "isConstant": false,
1423
1447
  "isLValue": false,
1424
1448
  "isPure": true,
@@ -1440,7 +1464,7 @@
1440
1464
  "typeString": "literal_string \"index\""
1441
1465
  }
1442
1466
  ],
1443
- "id": 49795,
1467
+ "id": 49852,
1444
1468
  "isConstant": false,
1445
1469
  "isLValue": false,
1446
1470
  "isPure": true,
@@ -1452,14 +1476,14 @@
1452
1476
  "typeString": "type(bytes16)"
1453
1477
  },
1454
1478
  "typeName": {
1455
- "id": 49794,
1479
+ "id": 49851,
1456
1480
  "name": "bytes16",
1457
1481
  "nodeType": "ElementaryTypeName",
1458
1482
  "src": "2000:7:122",
1459
1483
  "typeDescriptions": {}
1460
1484
  }
1461
1485
  },
1462
- "id": 49797,
1486
+ "id": 49854,
1463
1487
  "isConstant": false,
1464
1488
  "isLValue": false,
1465
1489
  "isPure": true,
@@ -1475,15 +1499,15 @@
1475
1499
  "typeString": "bytes16"
1476
1500
  }
1477
1501
  },
1478
- "functionReturnParameters": 49793,
1479
- "id": 49798,
1502
+ "functionReturnParameters": 49850,
1503
+ "id": 49855,
1480
1504
  "nodeType": "Return",
1481
1505
  "src": "1993:23:122"
1482
1506
  }
1483
1507
  ]
1484
1508
  },
1485
1509
  "baseFunctions": [
1486
- 60818
1510
+ 60880
1487
1511
  ],
1488
1512
  "functionSelector": "17d7de7c",
1489
1513
  "implemented": true,
@@ -1492,23 +1516,23 @@
1492
1516
  "name": "getName",
1493
1517
  "nameLocation": "1947:7:122",
1494
1518
  "parameters": {
1495
- "id": 49790,
1519
+ "id": 49847,
1496
1520
  "nodeType": "ParameterList",
1497
1521
  "parameters": [],
1498
1522
  "src": "1954:2:122"
1499
1523
  },
1500
1524
  "returnParameters": {
1501
- "id": 49793,
1525
+ "id": 49850,
1502
1526
  "nodeType": "ParameterList",
1503
1527
  "parameters": [
1504
1528
  {
1505
1529
  "constant": false,
1506
- "id": 49792,
1530
+ "id": 49849,
1507
1531
  "mutability": "mutable",
1508
1532
  "name": "",
1509
1533
  "nameLocation": "-1:-1:-1",
1510
1534
  "nodeType": "VariableDeclaration",
1511
- "scope": 49800,
1535
+ "scope": 49857,
1512
1536
  "src": "1978:7:122",
1513
1537
  "stateVariable": false,
1514
1538
  "storageLocation": "default",
@@ -1517,7 +1541,7 @@
1517
1541
  "typeString": "bytes16"
1518
1542
  },
1519
1543
  "typeName": {
1520
- "id": 49791,
1544
+ "id": 49848,
1521
1545
  "name": "bytes16",
1522
1546
  "nodeType": "ElementaryTypeName",
1523
1547
  "src": "1978:7:122",
@@ -1531,76 +1555,76 @@
1531
1555
  ],
1532
1556
  "src": "1977:9:122"
1533
1557
  },
1534
- "scope": 49945,
1558
+ "scope": 50002,
1535
1559
  "stateMutability": "pure",
1536
1560
  "virtual": false,
1537
1561
  "visibility": "public"
1538
1562
  },
1539
1563
  {
1540
- "id": 49935,
1564
+ "id": 49992,
1541
1565
  "nodeType": "FunctionDefinition",
1542
1566
  "src": "2025:1510:122",
1543
1567
  "nodes": [],
1544
1568
  "body": {
1545
- "id": 49934,
1569
+ "id": 49991,
1546
1570
  "nodeType": "Block",
1547
1571
  "src": "2072:1463:122",
1548
1572
  "nodes": [],
1549
1573
  "statements": [
1550
1574
  {
1551
1575
  "assignments": [
1552
- 49807
1576
+ 49864
1553
1577
  ],
1554
1578
  "declarations": [
1555
1579
  {
1556
1580
  "constant": false,
1557
- "id": 49807,
1581
+ "id": 49864,
1558
1582
  "mutability": "mutable",
1559
1583
  "name": "sourceTableId",
1560
1584
  "nameLocation": "2130:13:122",
1561
1585
  "nodeType": "VariableDeclaration",
1562
- "scope": 49934,
1586
+ "scope": 49991,
1563
1587
  "src": "2119:24:122",
1564
1588
  "stateVariable": false,
1565
1589
  "storageLocation": "default",
1566
1590
  "typeDescriptions": {
1567
- "typeIdentifier": "t_userDefinedValueType$_ResourceId_$26198",
1591
+ "typeIdentifier": "t_userDefinedValueType$_ResourceId_$26238",
1568
1592
  "typeString": "ResourceId"
1569
1593
  },
1570
1594
  "typeName": {
1571
- "id": 49806,
1595
+ "id": 49863,
1572
1596
  "nodeType": "UserDefinedTypeName",
1573
1597
  "pathNode": {
1574
- "id": 49805,
1598
+ "id": 49862,
1575
1599
  "name": "ResourceId",
1576
1600
  "nameLocations": [
1577
1601
  "2119:10:122"
1578
1602
  ],
1579
1603
  "nodeType": "IdentifierPath",
1580
- "referencedDeclaration": 26198,
1604
+ "referencedDeclaration": 26238,
1581
1605
  "src": "2119:10:122"
1582
1606
  },
1583
- "referencedDeclaration": 26198,
1607
+ "referencedDeclaration": 26238,
1584
1608
  "src": "2119:10:122",
1585
1609
  "typeDescriptions": {
1586
- "typeIdentifier": "t_userDefinedValueType$_ResourceId_$26198",
1610
+ "typeIdentifier": "t_userDefinedValueType$_ResourceId_$26238",
1587
1611
  "typeString": "ResourceId"
1588
1612
  }
1589
1613
  },
1590
1614
  "visibility": "internal"
1591
1615
  }
1592
1616
  ],
1593
- "id": 49818,
1617
+ "id": 49875,
1594
1618
  "initialValue": {
1595
1619
  "arguments": [
1596
1620
  {
1597
1621
  "arguments": [
1598
1622
  {
1599
- "id": 49812,
1623
+ "id": 49869,
1600
1624
  "name": "args",
1601
1625
  "nodeType": "Identifier",
1602
1626
  "overloadedDeclarations": [],
1603
- "referencedDeclaration": 49802,
1627
+ "referencedDeclaration": 49859,
1604
1628
  "src": "2173:4:122",
1605
1629
  "typeDescriptions": {
1606
1630
  "typeIdentifier": "t_bytes_memory_ptr",
@@ -1610,7 +1634,7 @@
1610
1634
  {
1611
1635
  "components": [
1612
1636
  {
1613
- "id": 49814,
1637
+ "id": 49871,
1614
1638
  "isConstant": false,
1615
1639
  "isLValue": false,
1616
1640
  "isPure": true,
@@ -1622,7 +1646,7 @@
1622
1646
  "typeString": "type(bytes32)"
1623
1647
  },
1624
1648
  "typeName": {
1625
- "id": 49813,
1649
+ "id": 49870,
1626
1650
  "name": "bytes32",
1627
1651
  "nodeType": "ElementaryTypeName",
1628
1652
  "src": "2180:7:122",
@@ -1630,7 +1654,7 @@
1630
1654
  }
1631
1655
  }
1632
1656
  ],
1633
- "id": 49815,
1657
+ "id": 49872,
1634
1658
  "isConstant": false,
1635
1659
  "isInlineArray": false,
1636
1660
  "isLValue": false,
@@ -1656,7 +1680,7 @@
1656
1680
  }
1657
1681
  ],
1658
1682
  "expression": {
1659
- "id": 49810,
1683
+ "id": 49867,
1660
1684
  "name": "abi",
1661
1685
  "nodeType": "Identifier",
1662
1686
  "overloadedDeclarations": [],
@@ -1667,7 +1691,7 @@
1667
1691
  "typeString": "abi"
1668
1692
  }
1669
1693
  },
1670
- "id": 49811,
1694
+ "id": 49868,
1671
1695
  "isConstant": false,
1672
1696
  "isLValue": false,
1673
1697
  "isPure": true,
@@ -1681,7 +1705,7 @@
1681
1705
  "typeString": "function () pure"
1682
1706
  }
1683
1707
  },
1684
- "id": 49816,
1708
+ "id": 49873,
1685
1709
  "isConstant": false,
1686
1710
  "isLValue": false,
1687
1711
  "isPure": false,
@@ -1706,18 +1730,18 @@
1706
1730
  }
1707
1731
  ],
1708
1732
  "expression": {
1709
- "id": 49808,
1733
+ "id": 49865,
1710
1734
  "name": "ResourceId",
1711
1735
  "nodeType": "Identifier",
1712
1736
  "overloadedDeclarations": [],
1713
- "referencedDeclaration": 26198,
1737
+ "referencedDeclaration": 26238,
1714
1738
  "src": "2146:10:122",
1715
1739
  "typeDescriptions": {
1716
- "typeIdentifier": "t_type$_t_userDefinedValueType$_ResourceId_$26198_$",
1740
+ "typeIdentifier": "t_type$_t_userDefinedValueType$_ResourceId_$26238_$",
1717
1741
  "typeString": "type(ResourceId)"
1718
1742
  }
1719
1743
  },
1720
- "id": 49809,
1744
+ "id": 49866,
1721
1745
  "isConstant": false,
1722
1746
  "isLValue": false,
1723
1747
  "isPure": true,
@@ -1727,11 +1751,11 @@
1727
1751
  "nodeType": "MemberAccess",
1728
1752
  "src": "2146:15:122",
1729
1753
  "typeDescriptions": {
1730
- "typeIdentifier": "t_function_wrap_pure$_t_bytes32_$returns$_t_userDefinedValueType$_ResourceId_$26198_$",
1754
+ "typeIdentifier": "t_function_wrap_pure$_t_bytes32_$returns$_t_userDefinedValueType$_ResourceId_$26238_$",
1731
1755
  "typeString": "function (bytes32) pure returns (ResourceId)"
1732
1756
  }
1733
1757
  },
1734
- "id": 49817,
1758
+ "id": 49874,
1735
1759
  "isConstant": false,
1736
1760
  "isLValue": false,
1737
1761
  "isPure": false,
@@ -1743,7 +1767,7 @@
1743
1767
  "src": "2146:44:122",
1744
1768
  "tryCall": false,
1745
1769
  "typeDescriptions": {
1746
- "typeIdentifier": "t_userDefinedValueType$_ResourceId_$26198",
1770
+ "typeIdentifier": "t_userDefinedValueType$_ResourceId_$26238",
1747
1771
  "typeString": "ResourceId"
1748
1772
  }
1749
1773
  },
@@ -1752,56 +1776,56 @@
1752
1776
  },
1753
1777
  {
1754
1778
  "assignments": [
1755
- 49821
1779
+ 49878
1756
1780
  ],
1757
1781
  "declarations": [
1758
1782
  {
1759
1783
  "constant": false,
1760
- "id": 49821,
1784
+ "id": 49878,
1761
1785
  "mutability": "mutable",
1762
1786
  "name": "targetTableSelector",
1763
1787
  "nameLocation": "2207:19:122",
1764
1788
  "nodeType": "VariableDeclaration",
1765
- "scope": 49934,
1789
+ "scope": 49991,
1766
1790
  "src": "2196:30:122",
1767
1791
  "stateVariable": false,
1768
1792
  "storageLocation": "default",
1769
1793
  "typeDescriptions": {
1770
- "typeIdentifier": "t_userDefinedValueType$_ResourceId_$26198",
1794
+ "typeIdentifier": "t_userDefinedValueType$_ResourceId_$26238",
1771
1795
  "typeString": "ResourceId"
1772
1796
  },
1773
1797
  "typeName": {
1774
- "id": 49820,
1798
+ "id": 49877,
1775
1799
  "nodeType": "UserDefinedTypeName",
1776
1800
  "pathNode": {
1777
- "id": 49819,
1801
+ "id": 49876,
1778
1802
  "name": "ResourceId",
1779
1803
  "nameLocations": [
1780
1804
  "2196:10:122"
1781
1805
  ],
1782
1806
  "nodeType": "IdentifierPath",
1783
- "referencedDeclaration": 26198,
1807
+ "referencedDeclaration": 26238,
1784
1808
  "src": "2196:10:122"
1785
1809
  },
1786
- "referencedDeclaration": 26198,
1810
+ "referencedDeclaration": 26238,
1787
1811
  "src": "2196:10:122",
1788
1812
  "typeDescriptions": {
1789
- "typeIdentifier": "t_userDefinedValueType$_ResourceId_$26198",
1813
+ "typeIdentifier": "t_userDefinedValueType$_ResourceId_$26238",
1790
1814
  "typeString": "ResourceId"
1791
1815
  }
1792
1816
  },
1793
1817
  "visibility": "internal"
1794
1818
  }
1795
1819
  ],
1796
- "id": 49826,
1820
+ "id": 49883,
1797
1821
  "initialValue": {
1798
1822
  "arguments": [
1799
1823
  {
1800
- "id": 49823,
1824
+ "id": 49880,
1801
1825
  "name": "MODULE_NAMESPACE",
1802
1826
  "nodeType": "Identifier",
1803
1827
  "overloadedDeclarations": [],
1804
- "referencedDeclaration": 49950,
1828
+ "referencedDeclaration": 50007,
1805
1829
  "src": "2246:16:122",
1806
1830
  "typeDescriptions": {
1807
1831
  "typeIdentifier": "t_bytes7",
@@ -1809,14 +1833,14 @@
1809
1833
  }
1810
1834
  },
1811
1835
  {
1812
- "id": 49824,
1836
+ "id": 49881,
1813
1837
  "name": "sourceTableId",
1814
1838
  "nodeType": "Identifier",
1815
1839
  "overloadedDeclarations": [],
1816
- "referencedDeclaration": 49807,
1840
+ "referencedDeclaration": 49864,
1817
1841
  "src": "2264:13:122",
1818
1842
  "typeDescriptions": {
1819
- "typeIdentifier": "t_userDefinedValueType$_ResourceId_$26198",
1843
+ "typeIdentifier": "t_userDefinedValueType$_ResourceId_$26238",
1820
1844
  "typeString": "ResourceId"
1821
1845
  }
1822
1846
  }
@@ -1828,22 +1852,22 @@
1828
1852
  "typeString": "bytes7"
1829
1853
  },
1830
1854
  {
1831
- "typeIdentifier": "t_userDefinedValueType$_ResourceId_$26198",
1855
+ "typeIdentifier": "t_userDefinedValueType$_ResourceId_$26238",
1832
1856
  "typeString": "ResourceId"
1833
1857
  }
1834
1858
  ],
1835
- "id": 49822,
1859
+ "id": 49879,
1836
1860
  "name": "getTargetTableId",
1837
1861
  "nodeType": "Identifier",
1838
1862
  "overloadedDeclarations": [],
1839
- "referencedDeclaration": 50181,
1863
+ "referencedDeclaration": 50238,
1840
1864
  "src": "2229:16:122",
1841
1865
  "typeDescriptions": {
1842
- "typeIdentifier": "t_function_internal_pure$_t_bytes7_$_t_userDefinedValueType$_ResourceId_$26198_$returns$_t_userDefinedValueType$_ResourceId_$26198_$",
1866
+ "typeIdentifier": "t_function_internal_pure$_t_bytes7_$_t_userDefinedValueType$_ResourceId_$26238_$returns$_t_userDefinedValueType$_ResourceId_$26238_$",
1843
1867
  "typeString": "function (bytes7,ResourceId) pure returns (ResourceId)"
1844
1868
  }
1845
1869
  },
1846
- "id": 49825,
1870
+ "id": 49882,
1847
1871
  "isConstant": false,
1848
1872
  "isLValue": false,
1849
1873
  "isPure": false,
@@ -1855,7 +1879,7 @@
1855
1879
  "src": "2229:49:122",
1856
1880
  "tryCall": false,
1857
1881
  "typeDescriptions": {
1858
- "typeIdentifier": "t_userDefinedValueType$_ResourceId_$26198",
1882
+ "typeIdentifier": "t_userDefinedValueType$_ResourceId_$26238",
1859
1883
  "typeString": "ResourceId"
1860
1884
  }
1861
1885
  },
@@ -1864,66 +1888,66 @@
1864
1888
  },
1865
1889
  {
1866
1890
  "assignments": [
1867
- 49829
1891
+ 49886
1868
1892
  ],
1869
1893
  "declarations": [
1870
1894
  {
1871
1895
  "constant": false,
1872
- "id": 49829,
1896
+ "id": 49886,
1873
1897
  "mutability": "mutable",
1874
1898
  "name": "world",
1875
1899
  "nameLocation": "2296:5:122",
1876
1900
  "nodeType": "VariableDeclaration",
1877
- "scope": 49934,
1901
+ "scope": 49991,
1878
1902
  "src": "2285:16:122",
1879
1903
  "stateVariable": false,
1880
1904
  "storageLocation": "default",
1881
1905
  "typeDescriptions": {
1882
- "typeIdentifier": "t_contract$_IBaseWorld_$39150",
1906
+ "typeIdentifier": "t_contract$_IBaseWorld_$39206",
1883
1907
  "typeString": "contract IBaseWorld"
1884
1908
  },
1885
1909
  "typeName": {
1886
- "id": 49828,
1910
+ "id": 49885,
1887
1911
  "nodeType": "UserDefinedTypeName",
1888
1912
  "pathNode": {
1889
- "id": 49827,
1913
+ "id": 49884,
1890
1914
  "name": "IBaseWorld",
1891
1915
  "nameLocations": [
1892
1916
  "2285:10:122"
1893
1917
  ],
1894
1918
  "nodeType": "IdentifierPath",
1895
- "referencedDeclaration": 39150,
1919
+ "referencedDeclaration": 39206,
1896
1920
  "src": "2285:10:122"
1897
1921
  },
1898
- "referencedDeclaration": 39150,
1922
+ "referencedDeclaration": 39206,
1899
1923
  "src": "2285:10:122",
1900
1924
  "typeDescriptions": {
1901
- "typeIdentifier": "t_contract$_IBaseWorld_$39150",
1925
+ "typeIdentifier": "t_contract$_IBaseWorld_$39206",
1902
1926
  "typeString": "contract IBaseWorld"
1903
1927
  }
1904
1928
  },
1905
1929
  "visibility": "internal"
1906
1930
  }
1907
1931
  ],
1908
- "id": 49834,
1932
+ "id": 49891,
1909
1933
  "initialValue": {
1910
1934
  "arguments": [
1911
1935
  {
1912
1936
  "arguments": [],
1913
1937
  "expression": {
1914
1938
  "argumentTypes": [],
1915
- "id": 49831,
1939
+ "id": 49888,
1916
1940
  "name": "_world",
1917
1941
  "nodeType": "Identifier",
1918
1942
  "overloadedDeclarations": [],
1919
- "referencedDeclaration": 38666,
1943
+ "referencedDeclaration": 38714,
1920
1944
  "src": "2315:6:122",
1921
1945
  "typeDescriptions": {
1922
1946
  "typeIdentifier": "t_function_internal_view$__$returns$_t_address_$",
1923
1947
  "typeString": "function () view returns (address)"
1924
1948
  }
1925
1949
  },
1926
- "id": 49832,
1950
+ "id": 49889,
1927
1951
  "isConstant": false,
1928
1952
  "isLValue": false,
1929
1953
  "isPure": false,
@@ -1947,18 +1971,18 @@
1947
1971
  "typeString": "address"
1948
1972
  }
1949
1973
  ],
1950
- "id": 49830,
1974
+ "id": 49887,
1951
1975
  "name": "IBaseWorld",
1952
1976
  "nodeType": "Identifier",
1953
1977
  "overloadedDeclarations": [],
1954
- "referencedDeclaration": 39150,
1978
+ "referencedDeclaration": 39206,
1955
1979
  "src": "2304:10:122",
1956
1980
  "typeDescriptions": {
1957
- "typeIdentifier": "t_type$_t_contract$_IBaseWorld_$39150_$",
1981
+ "typeIdentifier": "t_type$_t_contract$_IBaseWorld_$39206_$",
1958
1982
  "typeString": "type(contract IBaseWorld)"
1959
1983
  }
1960
1984
  },
1961
- "id": 49833,
1985
+ "id": 49890,
1962
1986
  "isConstant": false,
1963
1987
  "isLValue": false,
1964
1988
  "isPure": false,
@@ -1970,7 +1994,7 @@
1970
1994
  "src": "2304:20:122",
1971
1995
  "tryCall": false,
1972
1996
  "typeDescriptions": {
1973
- "typeIdentifier": "t_contract$_IBaseWorld_$39150",
1997
+ "typeIdentifier": "t_contract$_IBaseWorld_$39206",
1974
1998
  "typeString": "contract IBaseWorld"
1975
1999
  }
1976
2000
  },
@@ -1979,18 +2003,18 @@
1979
2003
  },
1980
2004
  {
1981
2005
  "assignments": [
1982
- 49836,
1983
- 49838
2006
+ 49893,
2007
+ 49895
1984
2008
  ],
1985
2009
  "declarations": [
1986
2010
  {
1987
2011
  "constant": false,
1988
- "id": 49836,
2012
+ "id": 49893,
1989
2013
  "mutability": "mutable",
1990
2014
  "name": "success",
1991
2015
  "nameLocation": "2370:7:122",
1992
2016
  "nodeType": "VariableDeclaration",
1993
- "scope": 49934,
2017
+ "scope": 49991,
1994
2018
  "src": "2365:12:122",
1995
2019
  "stateVariable": false,
1996
2020
  "storageLocation": "default",
@@ -1999,7 +2023,7 @@
1999
2023
  "typeString": "bool"
2000
2024
  },
2001
2025
  "typeName": {
2002
- "id": 49835,
2026
+ "id": 49892,
2003
2027
  "name": "bool",
2004
2028
  "nodeType": "ElementaryTypeName",
2005
2029
  "src": "2365:4:122",
@@ -2012,12 +2036,12 @@
2012
2036
  },
2013
2037
  {
2014
2038
  "constant": false,
2015
- "id": 49838,
2039
+ "id": 49895,
2016
2040
  "mutability": "mutable",
2017
2041
  "name": "returnData",
2018
2042
  "nameLocation": "2392:10:122",
2019
2043
  "nodeType": "VariableDeclaration",
2020
- "scope": 49934,
2044
+ "scope": 49991,
2021
2045
  "src": "2379:23:122",
2022
2046
  "stateVariable": false,
2023
2047
  "storageLocation": "memory",
@@ -2026,7 +2050,7 @@
2026
2050
  "typeString": "bytes"
2027
2051
  },
2028
2052
  "typeName": {
2029
- "id": 49837,
2053
+ "id": 49894,
2030
2054
  "name": "bytes",
2031
2055
  "nodeType": "ElementaryTypeName",
2032
2056
  "src": "2379:5:122",
@@ -2038,25 +2062,25 @@
2038
2062
  "visibility": "internal"
2039
2063
  }
2040
2064
  ],
2041
- "id": 49867,
2065
+ "id": 49924,
2042
2066
  "initialValue": {
2043
2067
  "arguments": [
2044
2068
  {
2045
2069
  "arguments": [
2046
2070
  {
2047
2071
  "expression": {
2048
- "id": 49846,
2072
+ "id": 49903,
2049
2073
  "name": "world",
2050
2074
  "nodeType": "Identifier",
2051
2075
  "overloadedDeclarations": [],
2052
- "referencedDeclaration": 49829,
2076
+ "referencedDeclaration": 49886,
2053
2077
  "src": "2465:5:122",
2054
2078
  "typeDescriptions": {
2055
- "typeIdentifier": "t_contract$_IBaseWorld_$39150",
2079
+ "typeIdentifier": "t_contract$_IBaseWorld_$39206",
2056
2080
  "typeString": "contract IBaseWorld"
2057
2081
  }
2058
2082
  },
2059
- "id": 49847,
2083
+ "id": 49904,
2060
2084
  "isConstant": false,
2061
2085
  "isLValue": false,
2062
2086
  "isPure": false,
@@ -2064,24 +2088,24 @@
2064
2088
  "memberLocation": "2471:13:122",
2065
2089
  "memberName": "registerTable",
2066
2090
  "nodeType": "MemberAccess",
2067
- "referencedDeclaration": 57555,
2091
+ "referencedDeclaration": 57612,
2068
2092
  "src": "2465:19:122",
2069
2093
  "typeDescriptions": {
2070
- "typeIdentifier": "t_function_external_nonpayable$_t_userDefinedValueType$_ResourceId_$26198_$_t_userDefinedValueType$_FieldLayout_$25084_$_t_userDefinedValueType$_Schema_$26274_$_t_userDefinedValueType$_Schema_$26274_$_t_array$_t_string_memory_ptr_$dyn_memory_ptr_$_t_array$_t_string_memory_ptr_$dyn_memory_ptr_$returns$__$",
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$__$",
2071
2095
  "typeString": "function (ResourceId,FieldLayout,Schema,Schema,string memory[] memory,string memory[] memory) external"
2072
2096
  }
2073
2097
  },
2074
2098
  {
2075
2099
  "components": [
2076
2100
  {
2077
- "id": 49848,
2101
+ "id": 49905,
2078
2102
  "name": "targetTableSelector",
2079
2103
  "nodeType": "Identifier",
2080
2104
  "overloadedDeclarations": [],
2081
- "referencedDeclaration": 49821,
2105
+ "referencedDeclaration": 49878,
2082
2106
  "src": "2506:19:122",
2083
2107
  "typeDescriptions": {
2084
- "typeIdentifier": "t_userDefinedValueType$_ResourceId_$26198",
2108
+ "typeIdentifier": "t_userDefinedValueType$_ResourceId_$26238",
2085
2109
  "typeString": "ResourceId"
2086
2110
  }
2087
2111
  },
@@ -2090,18 +2114,18 @@
2090
2114
  "expression": {
2091
2115
  "argumentTypes": [],
2092
2116
  "expression": {
2093
- "id": 49849,
2117
+ "id": 49906,
2094
2118
  "name": "KeysWithValue",
2095
2119
  "nodeType": "Identifier",
2096
2120
  "overloadedDeclarations": [],
2097
- "referencedDeclaration": 52645,
2121
+ "referencedDeclaration": 52702,
2098
2122
  "src": "2537:13:122",
2099
2123
  "typeDescriptions": {
2100
- "typeIdentifier": "t_type$_t_contract$_KeysWithValue_$52645_$",
2124
+ "typeIdentifier": "t_type$_t_contract$_KeysWithValue_$52702_$",
2101
2125
  "typeString": "type(library KeysWithValue)"
2102
2126
  }
2103
2127
  },
2104
- "id": 49850,
2128
+ "id": 49907,
2105
2129
  "isConstant": false,
2106
2130
  "isLValue": false,
2107
2131
  "isPure": false,
@@ -2109,14 +2133,14 @@
2109
2133
  "memberLocation": "2551:14:122",
2110
2134
  "memberName": "getFieldLayout",
2111
2135
  "nodeType": "MemberAccess",
2112
- "referencedDeclaration": 50230,
2136
+ "referencedDeclaration": 50287,
2113
2137
  "src": "2537:28:122",
2114
2138
  "typeDescriptions": {
2115
- "typeIdentifier": "t_function_internal_pure$__$returns$_t_userDefinedValueType$_FieldLayout_$25084_$",
2139
+ "typeIdentifier": "t_function_internal_pure$__$returns$_t_userDefinedValueType$_FieldLayout_$25124_$",
2116
2140
  "typeString": "function () pure returns (FieldLayout)"
2117
2141
  }
2118
2142
  },
2119
- "id": 49851,
2143
+ "id": 49908,
2120
2144
  "isConstant": false,
2121
2145
  "isLValue": false,
2122
2146
  "isPure": false,
@@ -2128,7 +2152,7 @@
2128
2152
  "src": "2537:30:122",
2129
2153
  "tryCall": false,
2130
2154
  "typeDescriptions": {
2131
- "typeIdentifier": "t_userDefinedValueType$_FieldLayout_$25084",
2155
+ "typeIdentifier": "t_userDefinedValueType$_FieldLayout_$25124",
2132
2156
  "typeString": "FieldLayout"
2133
2157
  }
2134
2158
  },
@@ -2137,18 +2161,18 @@
2137
2161
  "expression": {
2138
2162
  "argumentTypes": [],
2139
2163
  "expression": {
2140
- "id": 49852,
2164
+ "id": 49909,
2141
2165
  "name": "KeysWithValue",
2142
2166
  "nodeType": "Identifier",
2143
2167
  "overloadedDeclarations": [],
2144
- "referencedDeclaration": 52645,
2168
+ "referencedDeclaration": 52702,
2145
2169
  "src": "2579:13:122",
2146
2170
  "typeDescriptions": {
2147
- "typeIdentifier": "t_type$_t_contract$_KeysWithValue_$52645_$",
2171
+ "typeIdentifier": "t_type$_t_contract$_KeysWithValue_$52702_$",
2148
2172
  "typeString": "type(library KeysWithValue)"
2149
2173
  }
2150
2174
  },
2151
- "id": 49853,
2175
+ "id": 49910,
2152
2176
  "isConstant": false,
2153
2177
  "isLValue": false,
2154
2178
  "isPure": false,
@@ -2156,14 +2180,14 @@
2156
2180
  "memberLocation": "2593:12:122",
2157
2181
  "memberName": "getKeySchema",
2158
2182
  "nodeType": "MemberAccess",
2159
- "referencedDeclaration": 50262,
2183
+ "referencedDeclaration": 50319,
2160
2184
  "src": "2579:26:122",
2161
2185
  "typeDescriptions": {
2162
- "typeIdentifier": "t_function_internal_pure$__$returns$_t_userDefinedValueType$_Schema_$26274_$",
2186
+ "typeIdentifier": "t_function_internal_pure$__$returns$_t_userDefinedValueType$_Schema_$26314_$",
2163
2187
  "typeString": "function () pure returns (Schema)"
2164
2188
  }
2165
2189
  },
2166
- "id": 49854,
2190
+ "id": 49911,
2167
2191
  "isConstant": false,
2168
2192
  "isLValue": false,
2169
2193
  "isPure": false,
@@ -2175,7 +2199,7 @@
2175
2199
  "src": "2579:28:122",
2176
2200
  "tryCall": false,
2177
2201
  "typeDescriptions": {
2178
- "typeIdentifier": "t_userDefinedValueType$_Schema_$26274",
2202
+ "typeIdentifier": "t_userDefinedValueType$_Schema_$26314",
2179
2203
  "typeString": "Schema"
2180
2204
  }
2181
2205
  },
@@ -2184,18 +2208,18 @@
2184
2208
  "expression": {
2185
2209
  "argumentTypes": [],
2186
2210
  "expression": {
2187
- "id": 49855,
2211
+ "id": 49912,
2188
2212
  "name": "KeysWithValue",
2189
2213
  "nodeType": "Identifier",
2190
2214
  "overloadedDeclarations": [],
2191
- "referencedDeclaration": 52645,
2215
+ "referencedDeclaration": 52702,
2192
2216
  "src": "2619:13:122",
2193
2217
  "typeDescriptions": {
2194
- "typeIdentifier": "t_type$_t_contract$_KeysWithValue_$52645_$",
2218
+ "typeIdentifier": "t_type$_t_contract$_KeysWithValue_$52702_$",
2195
2219
  "typeString": "type(library KeysWithValue)"
2196
2220
  }
2197
2221
  },
2198
- "id": 49856,
2222
+ "id": 49913,
2199
2223
  "isConstant": false,
2200
2224
  "isLValue": false,
2201
2225
  "isPure": false,
@@ -2203,14 +2227,14 @@
2203
2227
  "memberLocation": "2633:14:122",
2204
2228
  "memberName": "getValueSchema",
2205
2229
  "nodeType": "MemberAccess",
2206
- "referencedDeclaration": 50294,
2230
+ "referencedDeclaration": 50351,
2207
2231
  "src": "2619:28:122",
2208
2232
  "typeDescriptions": {
2209
- "typeIdentifier": "t_function_internal_pure$__$returns$_t_userDefinedValueType$_Schema_$26274_$",
2233
+ "typeIdentifier": "t_function_internal_pure$__$returns$_t_userDefinedValueType$_Schema_$26314_$",
2210
2234
  "typeString": "function () pure returns (Schema)"
2211
2235
  }
2212
2236
  },
2213
- "id": 49857,
2237
+ "id": 49914,
2214
2238
  "isConstant": false,
2215
2239
  "isLValue": false,
2216
2240
  "isPure": false,
@@ -2222,7 +2246,7 @@
2222
2246
  "src": "2619:30:122",
2223
2247
  "tryCall": false,
2224
2248
  "typeDescriptions": {
2225
- "typeIdentifier": "t_userDefinedValueType$_Schema_$26274",
2249
+ "typeIdentifier": "t_userDefinedValueType$_Schema_$26314",
2226
2250
  "typeString": "Schema"
2227
2251
  }
2228
2252
  },
@@ -2231,18 +2255,18 @@
2231
2255
  "expression": {
2232
2256
  "argumentTypes": [],
2233
2257
  "expression": {
2234
- "id": 49858,
2258
+ "id": 49915,
2235
2259
  "name": "KeysWithValue",
2236
2260
  "nodeType": "Identifier",
2237
2261
  "overloadedDeclarations": [],
2238
- "referencedDeclaration": 52645,
2262
+ "referencedDeclaration": 52702,
2239
2263
  "src": "2661:13:122",
2240
2264
  "typeDescriptions": {
2241
- "typeIdentifier": "t_type$_t_contract$_KeysWithValue_$52645_$",
2265
+ "typeIdentifier": "t_type$_t_contract$_KeysWithValue_$52702_$",
2242
2266
  "typeString": "type(library KeysWithValue)"
2243
2267
  }
2244
2268
  },
2245
- "id": 49859,
2269
+ "id": 49916,
2246
2270
  "isConstant": false,
2247
2271
  "isLValue": false,
2248
2272
  "isPure": false,
@@ -2250,14 +2274,14 @@
2250
2274
  "memberLocation": "2675:11:122",
2251
2275
  "memberName": "getKeyNames",
2252
2276
  "nodeType": "MemberAccess",
2253
- "referencedDeclaration": 50316,
2277
+ "referencedDeclaration": 50373,
2254
2278
  "src": "2661:25:122",
2255
2279
  "typeDescriptions": {
2256
2280
  "typeIdentifier": "t_function_internal_pure$__$returns$_t_array$_t_string_memory_ptr_$dyn_memory_ptr_$",
2257
2281
  "typeString": "function () pure returns (string memory[] memory)"
2258
2282
  }
2259
2283
  },
2260
- "id": 49860,
2284
+ "id": 49917,
2261
2285
  "isConstant": false,
2262
2286
  "isLValue": false,
2263
2287
  "isPure": false,
@@ -2278,18 +2302,18 @@
2278
2302
  "expression": {
2279
2303
  "argumentTypes": [],
2280
2304
  "expression": {
2281
- "id": 49861,
2305
+ "id": 49918,
2282
2306
  "name": "KeysWithValue",
2283
2307
  "nodeType": "Identifier",
2284
2308
  "overloadedDeclarations": [],
2285
- "referencedDeclaration": 52645,
2309
+ "referencedDeclaration": 52702,
2286
2310
  "src": "2700:13:122",
2287
2311
  "typeDescriptions": {
2288
- "typeIdentifier": "t_type$_t_contract$_KeysWithValue_$52645_$",
2312
+ "typeIdentifier": "t_type$_t_contract$_KeysWithValue_$52702_$",
2289
2313
  "typeString": "type(library KeysWithValue)"
2290
2314
  }
2291
2315
  },
2292
- "id": 49862,
2316
+ "id": 49919,
2293
2317
  "isConstant": false,
2294
2318
  "isLValue": false,
2295
2319
  "isPure": false,
@@ -2297,14 +2321,14 @@
2297
2321
  "memberLocation": "2714:13:122",
2298
2322
  "memberName": "getFieldNames",
2299
2323
  "nodeType": "MemberAccess",
2300
- "referencedDeclaration": 50338,
2324
+ "referencedDeclaration": 50395,
2301
2325
  "src": "2700:27:122",
2302
2326
  "typeDescriptions": {
2303
2327
  "typeIdentifier": "t_function_internal_pure$__$returns$_t_array$_t_string_memory_ptr_$dyn_memory_ptr_$",
2304
2328
  "typeString": "function () pure returns (string memory[] memory)"
2305
2329
  }
2306
2330
  },
2307
- "id": 49863,
2331
+ "id": 49920,
2308
2332
  "isConstant": false,
2309
2333
  "isLValue": false,
2310
2334
  "isPure": false,
@@ -2321,7 +2345,7 @@
2321
2345
  }
2322
2346
  }
2323
2347
  ],
2324
- "id": 49864,
2348
+ "id": 49921,
2325
2349
  "isConstant": false,
2326
2350
  "isInlineArray": false,
2327
2351
  "isLValue": false,
@@ -2330,7 +2354,7 @@
2330
2354
  "nodeType": "TupleExpression",
2331
2355
  "src": "2494:245:122",
2332
2356
  "typeDescriptions": {
2333
- "typeIdentifier": "t_tuple$_t_userDefinedValueType$_ResourceId_$26198_$_t_userDefinedValueType$_FieldLayout_$25084_$_t_userDefinedValueType$_Schema_$26274_$_t_userDefinedValueType$_Schema_$26274_$_t_array$_t_string_memory_ptr_$dyn_memory_ptr_$_t_array$_t_string_memory_ptr_$dyn_memory_ptr_$",
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_$",
2334
2358
  "typeString": "tuple(ResourceId,FieldLayout,Schema,Schema,string memory[] memory,string memory[] memory)"
2335
2359
  }
2336
2360
  }
@@ -2338,16 +2362,16 @@
2338
2362
  "expression": {
2339
2363
  "argumentTypes": [
2340
2364
  {
2341
- "typeIdentifier": "t_function_external_nonpayable$_t_userDefinedValueType$_ResourceId_$26198_$_t_userDefinedValueType$_FieldLayout_$25084_$_t_userDefinedValueType$_Schema_$26274_$_t_userDefinedValueType$_Schema_$26274_$_t_array$_t_string_memory_ptr_$dyn_memory_ptr_$_t_array$_t_string_memory_ptr_$dyn_memory_ptr_$returns$__$",
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$__$",
2342
2366
  "typeString": "function (ResourceId,FieldLayout,Schema,Schema,string memory[] memory,string memory[] memory) external"
2343
2367
  },
2344
2368
  {
2345
- "typeIdentifier": "t_tuple$_t_userDefinedValueType$_ResourceId_$26198_$_t_userDefinedValueType$_FieldLayout_$25084_$_t_userDefinedValueType$_Schema_$26274_$_t_userDefinedValueType$_Schema_$26274_$_t_array$_t_string_memory_ptr_$dyn_memory_ptr_$_t_array$_t_string_memory_ptr_$dyn_memory_ptr_$",
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_$",
2346
2370
  "typeString": "tuple(ResourceId,FieldLayout,Schema,Schema,string memory[] memory,string memory[] memory)"
2347
2371
  }
2348
2372
  ],
2349
2373
  "expression": {
2350
- "id": 49844,
2374
+ "id": 49901,
2351
2375
  "name": "abi",
2352
2376
  "nodeType": "Identifier",
2353
2377
  "overloadedDeclarations": [],
@@ -2358,7 +2382,7 @@
2358
2382
  "typeString": "abi"
2359
2383
  }
2360
2384
  },
2361
- "id": 49845,
2385
+ "id": 49902,
2362
2386
  "isConstant": false,
2363
2387
  "isLValue": false,
2364
2388
  "isPure": true,
@@ -2372,7 +2396,7 @@
2372
2396
  "typeString": "function () pure returns (bytes memory)"
2373
2397
  }
2374
2398
  },
2375
- "id": 49865,
2399
+ "id": 49922,
2376
2400
  "isConstant": false,
2377
2401
  "isLValue": false,
2378
2402
  "isPure": false,
@@ -2399,14 +2423,14 @@
2399
2423
  "expression": {
2400
2424
  "arguments": [
2401
2425
  {
2402
- "id": 49841,
2426
+ "id": 49898,
2403
2427
  "name": "world",
2404
2428
  "nodeType": "Identifier",
2405
2429
  "overloadedDeclarations": [],
2406
- "referencedDeclaration": 49829,
2430
+ "referencedDeclaration": 49886,
2407
2431
  "src": "2414:5:122",
2408
2432
  "typeDescriptions": {
2409
- "typeIdentifier": "t_contract$_IBaseWorld_$39150",
2433
+ "typeIdentifier": "t_contract$_IBaseWorld_$39206",
2410
2434
  "typeString": "contract IBaseWorld"
2411
2435
  }
2412
2436
  }
@@ -2414,11 +2438,11 @@
2414
2438
  "expression": {
2415
2439
  "argumentTypes": [
2416
2440
  {
2417
- "typeIdentifier": "t_contract$_IBaseWorld_$39150",
2441
+ "typeIdentifier": "t_contract$_IBaseWorld_$39206",
2418
2442
  "typeString": "contract IBaseWorld"
2419
2443
  }
2420
2444
  ],
2421
- "id": 49840,
2445
+ "id": 49897,
2422
2446
  "isConstant": false,
2423
2447
  "isLValue": false,
2424
2448
  "isPure": true,
@@ -2430,14 +2454,14 @@
2430
2454
  "typeString": "type(address)"
2431
2455
  },
2432
2456
  "typeName": {
2433
- "id": 49839,
2457
+ "id": 49896,
2434
2458
  "name": "address",
2435
2459
  "nodeType": "ElementaryTypeName",
2436
2460
  "src": "2406:7:122",
2437
2461
  "typeDescriptions": {}
2438
2462
  }
2439
2463
  },
2440
- "id": 49842,
2464
+ "id": 49899,
2441
2465
  "isConstant": false,
2442
2466
  "isLValue": false,
2443
2467
  "isPure": false,
@@ -2453,7 +2477,7 @@
2453
2477
  "typeString": "address"
2454
2478
  }
2455
2479
  },
2456
- "id": 49843,
2480
+ "id": 49900,
2457
2481
  "isConstant": false,
2458
2482
  "isLValue": false,
2459
2483
  "isPure": false,
@@ -2467,7 +2491,7 @@
2467
2491
  "typeString": "function (bytes memory) returns (bool,bytes memory)"
2468
2492
  }
2469
2493
  },
2470
- "id": 49866,
2494
+ "id": 49923,
2471
2495
  "isConstant": false,
2472
2496
  "isLValue": false,
2473
2497
  "isPure": false,
@@ -2488,7 +2512,7 @@
2488
2512
  },
2489
2513
  {
2490
2514
  "expression": {
2491
- "id": 49888,
2515
+ "id": 49945,
2492
2516
  "isConstant": false,
2493
2517
  "isLValue": false,
2494
2518
  "isPure": false,
@@ -2496,11 +2520,11 @@
2496
2520
  "leftHandSide": {
2497
2521
  "components": [
2498
2522
  {
2499
- "id": 49868,
2523
+ "id": 49925,
2500
2524
  "name": "success",
2501
2525
  "nodeType": "Identifier",
2502
2526
  "overloadedDeclarations": [],
2503
- "referencedDeclaration": 49836,
2527
+ "referencedDeclaration": 49893,
2504
2528
  "src": "2810:7:122",
2505
2529
  "typeDescriptions": {
2506
2530
  "typeIdentifier": "t_bool",
@@ -2508,11 +2532,11 @@
2508
2532
  }
2509
2533
  },
2510
2534
  {
2511
- "id": 49869,
2535
+ "id": 49926,
2512
2536
  "name": "returnData",
2513
2537
  "nodeType": "Identifier",
2514
2538
  "overloadedDeclarations": [],
2515
- "referencedDeclaration": 49838,
2539
+ "referencedDeclaration": 49895,
2516
2540
  "src": "2819:10:122",
2517
2541
  "typeDescriptions": {
2518
2542
  "typeIdentifier": "t_bytes_memory_ptr",
@@ -2520,7 +2544,7 @@
2520
2544
  }
2521
2545
  }
2522
2546
  ],
2523
- "id": 49870,
2547
+ "id": 49927,
2524
2548
  "isConstant": false,
2525
2549
  "isInlineArray": false,
2526
2550
  "isLValue": true,
@@ -2541,18 +2565,18 @@
2541
2565
  "arguments": [
2542
2566
  {
2543
2567
  "expression": {
2544
- "id": 49878,
2568
+ "id": 49935,
2545
2569
  "name": "world",
2546
2570
  "nodeType": "Identifier",
2547
2571
  "overloadedDeclarations": [],
2548
- "referencedDeclaration": 49829,
2572
+ "referencedDeclaration": 49886,
2549
2573
  "src": "2883:5:122",
2550
2574
  "typeDescriptions": {
2551
- "typeIdentifier": "t_contract$_IBaseWorld_$39150",
2575
+ "typeIdentifier": "t_contract$_IBaseWorld_$39206",
2552
2576
  "typeString": "contract IBaseWorld"
2553
2577
  }
2554
2578
  },
2555
- "id": 49879,
2579
+ "id": 49936,
2556
2580
  "isConstant": false,
2557
2581
  "isLValue": false,
2558
2582
  "isPure": false,
@@ -2560,38 +2584,38 @@
2560
2584
  "memberLocation": "2889:11:122",
2561
2585
  "memberName": "grantAccess",
2562
2586
  "nodeType": "MemberAccess",
2563
- "referencedDeclaration": 60922,
2587
+ "referencedDeclaration": 60999,
2564
2588
  "src": "2883:17:122",
2565
2589
  "typeDescriptions": {
2566
- "typeIdentifier": "t_function_external_nonpayable$_t_userDefinedValueType$_ResourceId_$26198_$_t_address_$returns$__$",
2590
+ "typeIdentifier": "t_function_external_nonpayable$_t_userDefinedValueType$_ResourceId_$26238_$_t_address_$returns$__$",
2567
2591
  "typeString": "function (ResourceId,address) external"
2568
2592
  }
2569
2593
  },
2570
2594
  {
2571
2595
  "components": [
2572
2596
  {
2573
- "id": 49880,
2597
+ "id": 49937,
2574
2598
  "name": "targetTableSelector",
2575
2599
  "nodeType": "Identifier",
2576
2600
  "overloadedDeclarations": [],
2577
- "referencedDeclaration": 49821,
2601
+ "referencedDeclaration": 49878,
2578
2602
  "src": "2903:19:122",
2579
2603
  "typeDescriptions": {
2580
- "typeIdentifier": "t_userDefinedValueType$_ResourceId_$26198",
2604
+ "typeIdentifier": "t_userDefinedValueType$_ResourceId_$26238",
2581
2605
  "typeString": "ResourceId"
2582
2606
  }
2583
2607
  },
2584
2608
  {
2585
2609
  "arguments": [
2586
2610
  {
2587
- "id": 49883,
2611
+ "id": 49940,
2588
2612
  "name": "hook",
2589
2613
  "nodeType": "Identifier",
2590
2614
  "overloadedDeclarations": [],
2591
- "referencedDeclaration": 49789,
2615
+ "referencedDeclaration": 49846,
2592
2616
  "src": "2932:4:122",
2593
2617
  "typeDescriptions": {
2594
- "typeIdentifier": "t_contract$_KeysWithValueHook_$49745",
2618
+ "typeIdentifier": "t_contract$_KeysWithValueHook_$49802",
2595
2619
  "typeString": "contract KeysWithValueHook"
2596
2620
  }
2597
2621
  }
@@ -2599,11 +2623,11 @@
2599
2623
  "expression": {
2600
2624
  "argumentTypes": [
2601
2625
  {
2602
- "typeIdentifier": "t_contract$_KeysWithValueHook_$49745",
2626
+ "typeIdentifier": "t_contract$_KeysWithValueHook_$49802",
2603
2627
  "typeString": "contract KeysWithValueHook"
2604
2628
  }
2605
2629
  ],
2606
- "id": 49882,
2630
+ "id": 49939,
2607
2631
  "isConstant": false,
2608
2632
  "isLValue": false,
2609
2633
  "isPure": true,
@@ -2615,14 +2639,14 @@
2615
2639
  "typeString": "type(address)"
2616
2640
  },
2617
2641
  "typeName": {
2618
- "id": 49881,
2642
+ "id": 49938,
2619
2643
  "name": "address",
2620
2644
  "nodeType": "ElementaryTypeName",
2621
2645
  "src": "2924:7:122",
2622
2646
  "typeDescriptions": {}
2623
2647
  }
2624
2648
  },
2625
- "id": 49884,
2649
+ "id": 49941,
2626
2650
  "isConstant": false,
2627
2651
  "isLValue": false,
2628
2652
  "isPure": false,
@@ -2639,7 +2663,7 @@
2639
2663
  }
2640
2664
  }
2641
2665
  ],
2642
- "id": 49885,
2666
+ "id": 49942,
2643
2667
  "isConstant": false,
2644
2668
  "isInlineArray": false,
2645
2669
  "isLValue": false,
@@ -2648,7 +2672,7 @@
2648
2672
  "nodeType": "TupleExpression",
2649
2673
  "src": "2902:36:122",
2650
2674
  "typeDescriptions": {
2651
- "typeIdentifier": "t_tuple$_t_userDefinedValueType$_ResourceId_$26198_$_t_address_$",
2675
+ "typeIdentifier": "t_tuple$_t_userDefinedValueType$_ResourceId_$26238_$_t_address_$",
2652
2676
  "typeString": "tuple(ResourceId,address)"
2653
2677
  }
2654
2678
  }
@@ -2656,16 +2680,16 @@
2656
2680
  "expression": {
2657
2681
  "argumentTypes": [
2658
2682
  {
2659
- "typeIdentifier": "t_function_external_nonpayable$_t_userDefinedValueType$_ResourceId_$26198_$_t_address_$returns$__$",
2683
+ "typeIdentifier": "t_function_external_nonpayable$_t_userDefinedValueType$_ResourceId_$26238_$_t_address_$returns$__$",
2660
2684
  "typeString": "function (ResourceId,address) external"
2661
2685
  },
2662
2686
  {
2663
- "typeIdentifier": "t_tuple$_t_userDefinedValueType$_ResourceId_$26198_$_t_address_$",
2687
+ "typeIdentifier": "t_tuple$_t_userDefinedValueType$_ResourceId_$26238_$_t_address_$",
2664
2688
  "typeString": "tuple(ResourceId,address)"
2665
2689
  }
2666
2690
  ],
2667
2691
  "expression": {
2668
- "id": 49876,
2692
+ "id": 49933,
2669
2693
  "name": "abi",
2670
2694
  "nodeType": "Identifier",
2671
2695
  "overloadedDeclarations": [],
@@ -2676,7 +2700,7 @@
2676
2700
  "typeString": "abi"
2677
2701
  }
2678
2702
  },
2679
- "id": 49877,
2703
+ "id": 49934,
2680
2704
  "isConstant": false,
2681
2705
  "isLValue": false,
2682
2706
  "isPure": true,
@@ -2690,7 +2714,7 @@
2690
2714
  "typeString": "function () pure returns (bytes memory)"
2691
2715
  }
2692
2716
  },
2693
- "id": 49886,
2717
+ "id": 49943,
2694
2718
  "isConstant": false,
2695
2719
  "isLValue": false,
2696
2720
  "isPure": false,
@@ -2717,14 +2741,14 @@
2717
2741
  "expression": {
2718
2742
  "arguments": [
2719
2743
  {
2720
- "id": 49873,
2744
+ "id": 49930,
2721
2745
  "name": "world",
2722
2746
  "nodeType": "Identifier",
2723
2747
  "overloadedDeclarations": [],
2724
- "referencedDeclaration": 49829,
2748
+ "referencedDeclaration": 49886,
2725
2749
  "src": "2841:5:122",
2726
2750
  "typeDescriptions": {
2727
- "typeIdentifier": "t_contract$_IBaseWorld_$39150",
2751
+ "typeIdentifier": "t_contract$_IBaseWorld_$39206",
2728
2752
  "typeString": "contract IBaseWorld"
2729
2753
  }
2730
2754
  }
@@ -2732,11 +2756,11 @@
2732
2756
  "expression": {
2733
2757
  "argumentTypes": [
2734
2758
  {
2735
- "typeIdentifier": "t_contract$_IBaseWorld_$39150",
2759
+ "typeIdentifier": "t_contract$_IBaseWorld_$39206",
2736
2760
  "typeString": "contract IBaseWorld"
2737
2761
  }
2738
2762
  ],
2739
- "id": 49872,
2763
+ "id": 49929,
2740
2764
  "isConstant": false,
2741
2765
  "isLValue": false,
2742
2766
  "isPure": true,
@@ -2748,14 +2772,14 @@
2748
2772
  "typeString": "type(address)"
2749
2773
  },
2750
2774
  "typeName": {
2751
- "id": 49871,
2775
+ "id": 49928,
2752
2776
  "name": "address",
2753
2777
  "nodeType": "ElementaryTypeName",
2754
2778
  "src": "2833:7:122",
2755
2779
  "typeDescriptions": {}
2756
2780
  }
2757
2781
  },
2758
- "id": 49874,
2782
+ "id": 49931,
2759
2783
  "isConstant": false,
2760
2784
  "isLValue": false,
2761
2785
  "isPure": false,
@@ -2771,7 +2795,7 @@
2771
2795
  "typeString": "address"
2772
2796
  }
2773
2797
  },
2774
- "id": 49875,
2798
+ "id": 49932,
2775
2799
  "isConstant": false,
2776
2800
  "isLValue": false,
2777
2801
  "isPure": false,
@@ -2785,7 +2809,7 @@
2785
2809
  "typeString": "function (bytes memory) returns (bool,bytes memory)"
2786
2810
  }
2787
2811
  },
2788
- "id": 49887,
2812
+ "id": 49944,
2789
2813
  "isConstant": false,
2790
2814
  "isLValue": false,
2791
2815
  "isPure": false,
@@ -2807,13 +2831,13 @@
2807
2831
  "typeString": "tuple()"
2808
2832
  }
2809
2833
  },
2810
- "id": 49889,
2834
+ "id": 49946,
2811
2835
  "nodeType": "ExpressionStatement",
2812
2836
  "src": "2809:136:122"
2813
2837
  },
2814
2838
  {
2815
2839
  "condition": {
2816
- "id": 49891,
2840
+ "id": 49948,
2817
2841
  "isConstant": false,
2818
2842
  "isLValue": false,
2819
2843
  "isPure": false,
@@ -2823,11 +2847,11 @@
2823
2847
  "prefix": true,
2824
2848
  "src": "2956:8:122",
2825
2849
  "subExpression": {
2826
- "id": 49890,
2850
+ "id": 49947,
2827
2851
  "name": "success",
2828
2852
  "nodeType": "Identifier",
2829
2853
  "overloadedDeclarations": [],
2830
- "referencedDeclaration": 49836,
2854
+ "referencedDeclaration": 49893,
2831
2855
  "src": "2957:7:122",
2832
2856
  "typeDescriptions": {
2833
2857
  "typeIdentifier": "t_bool",
@@ -2839,18 +2863,18 @@
2839
2863
  "typeString": "bool"
2840
2864
  }
2841
2865
  },
2842
- "id": 49896,
2866
+ "id": 49953,
2843
2867
  "nodeType": "IfStatement",
2844
2868
  "src": "2952:41:122",
2845
2869
  "trueBody": {
2846
2870
  "expression": {
2847
2871
  "arguments": [
2848
2872
  {
2849
- "id": 49893,
2873
+ "id": 49950,
2850
2874
  "name": "returnData",
2851
2875
  "nodeType": "Identifier",
2852
2876
  "overloadedDeclarations": [],
2853
- "referencedDeclaration": 49838,
2877
+ "referencedDeclaration": 49895,
2854
2878
  "src": "2982:10:122",
2855
2879
  "typeDescriptions": {
2856
2880
  "typeIdentifier": "t_bytes_memory_ptr",
@@ -2865,18 +2889,18 @@
2865
2889
  "typeString": "bytes memory"
2866
2890
  }
2867
2891
  ],
2868
- "id": 49892,
2892
+ "id": 49949,
2869
2893
  "name": "revertWithBytes",
2870
2894
  "nodeType": "Identifier",
2871
2895
  "overloadedDeclarations": [],
2872
- "referencedDeclaration": 39224,
2896
+ "referencedDeclaration": 39280,
2873
2897
  "src": "2966:15:122",
2874
2898
  "typeDescriptions": {
2875
2899
  "typeIdentifier": "t_function_internal_pure$_t_bytes_memory_ptr_$returns$__$",
2876
2900
  "typeString": "function (bytes memory) pure"
2877
2901
  }
2878
2902
  },
2879
- "id": 49894,
2903
+ "id": 49951,
2880
2904
  "isConstant": false,
2881
2905
  "isLValue": false,
2882
2906
  "isPure": false,
@@ -2892,14 +2916,14 @@
2892
2916
  "typeString": "tuple()"
2893
2917
  }
2894
2918
  },
2895
- "id": 49895,
2919
+ "id": 49952,
2896
2920
  "nodeType": "ExpressionStatement",
2897
2921
  "src": "2966:27:122"
2898
2922
  }
2899
2923
  },
2900
2924
  {
2901
2925
  "expression": {
2902
- "id": 49925,
2926
+ "id": 49982,
2903
2927
  "isConstant": false,
2904
2928
  "isLValue": false,
2905
2929
  "isPure": false,
@@ -2907,11 +2931,11 @@
2907
2931
  "leftHandSide": {
2908
2932
  "components": [
2909
2933
  {
2910
- "id": 49897,
2934
+ "id": 49954,
2911
2935
  "name": "success",
2912
2936
  "nodeType": "Identifier",
2913
2937
  "overloadedDeclarations": [],
2914
- "referencedDeclaration": 49836,
2938
+ "referencedDeclaration": 49893,
2915
2939
  "src": "3079:7:122",
2916
2940
  "typeDescriptions": {
2917
2941
  "typeIdentifier": "t_bool",
@@ -2919,11 +2943,11 @@
2919
2943
  }
2920
2944
  },
2921
2945
  {
2922
- "id": 49898,
2946
+ "id": 49955,
2923
2947
  "name": "returnData",
2924
2948
  "nodeType": "Identifier",
2925
2949
  "overloadedDeclarations": [],
2926
- "referencedDeclaration": 49838,
2950
+ "referencedDeclaration": 49895,
2927
2951
  "src": "3088:10:122",
2928
2952
  "typeDescriptions": {
2929
2953
  "typeIdentifier": "t_bytes_memory_ptr",
@@ -2931,7 +2955,7 @@
2931
2955
  }
2932
2956
  }
2933
2957
  ],
2934
- "id": 49899,
2958
+ "id": 49956,
2935
2959
  "isConstant": false,
2936
2960
  "isInlineArray": false,
2937
2961
  "isLValue": true,
@@ -2952,18 +2976,18 @@
2952
2976
  "arguments": [
2953
2977
  {
2954
2978
  "expression": {
2955
- "id": 49907,
2979
+ "id": 49964,
2956
2980
  "name": "world",
2957
2981
  "nodeType": "Identifier",
2958
2982
  "overloadedDeclarations": [],
2959
- "referencedDeclaration": 49829,
2983
+ "referencedDeclaration": 49886,
2960
2984
  "src": "3161:5:122",
2961
2985
  "typeDescriptions": {
2962
- "typeIdentifier": "t_contract$_IBaseWorld_$39150",
2986
+ "typeIdentifier": "t_contract$_IBaseWorld_$39206",
2963
2987
  "typeString": "contract IBaseWorld"
2964
2988
  }
2965
2989
  },
2966
- "id": 49908,
2990
+ "id": 49965,
2967
2991
  "isConstant": false,
2968
2992
  "isLValue": false,
2969
2993
  "isPure": false,
@@ -2971,36 +2995,36 @@
2971
2995
  "memberLocation": "3167:17:122",
2972
2996
  "memberName": "registerStoreHook",
2973
2997
  "nodeType": "MemberAccess",
2974
- "referencedDeclaration": 57566,
2998
+ "referencedDeclaration": 57623,
2975
2999
  "src": "3161:23:122",
2976
3000
  "typeDescriptions": {
2977
- "typeIdentifier": "t_function_external_nonpayable$_t_userDefinedValueType$_ResourceId_$26198_$_t_contract$_IStoreHook_$60236_$_t_uint8_$returns$__$",
3001
+ "typeIdentifier": "t_function_external_nonpayable$_t_userDefinedValueType$_ResourceId_$26238_$_t_contract$_IStoreHook_$60293_$_t_uint8_$returns$__$",
2978
3002
  "typeString": "function (ResourceId,contract IStoreHook,uint8) external"
2979
3003
  }
2980
3004
  },
2981
3005
  {
2982
3006
  "components": [
2983
3007
  {
2984
- "id": 49909,
3008
+ "id": 49966,
2985
3009
  "name": "sourceTableId",
2986
3010
  "nodeType": "Identifier",
2987
3011
  "overloadedDeclarations": [],
2988
- "referencedDeclaration": 49807,
3012
+ "referencedDeclaration": 49864,
2989
3013
  "src": "3206:13:122",
2990
3014
  "typeDescriptions": {
2991
- "typeIdentifier": "t_userDefinedValueType$_ResourceId_$26198",
3015
+ "typeIdentifier": "t_userDefinedValueType$_ResourceId_$26238",
2992
3016
  "typeString": "ResourceId"
2993
3017
  }
2994
3018
  },
2995
3019
  {
2996
- "id": 49910,
3020
+ "id": 49967,
2997
3021
  "name": "hook",
2998
3022
  "nodeType": "Identifier",
2999
3023
  "overloadedDeclarations": [],
3000
- "referencedDeclaration": 49789,
3024
+ "referencedDeclaration": 49846,
3001
3025
  "src": "3231:4:122",
3002
3026
  "typeDescriptions": {
3003
- "typeIdentifier": "t_contract$_KeysWithValueHook_$49745",
3027
+ "typeIdentifier": "t_contract$_KeysWithValueHook_$49802",
3004
3028
  "typeString": "contract KeysWithValueHook"
3005
3029
  }
3006
3030
  },
@@ -3009,7 +3033,7 @@
3009
3033
  "typeIdentifier": "t_uint8",
3010
3034
  "typeString": "uint8"
3011
3035
  },
3012
- "id": 49921,
3036
+ "id": 49978,
3013
3037
  "isConstant": false,
3014
3038
  "isLValue": false,
3015
3039
  "isPure": true,
@@ -3019,7 +3043,7 @@
3019
3043
  "typeIdentifier": "t_uint8",
3020
3044
  "typeString": "uint8"
3021
3045
  },
3022
- "id": 49919,
3046
+ "id": 49976,
3023
3047
  "isConstant": false,
3024
3048
  "isLValue": false,
3025
3049
  "isPure": true,
@@ -3029,7 +3053,7 @@
3029
3053
  "typeIdentifier": "t_uint8",
3030
3054
  "typeString": "uint8"
3031
3055
  },
3032
- "id": 49917,
3056
+ "id": 49974,
3033
3057
  "isConstant": false,
3034
3058
  "isLValue": false,
3035
3059
  "isPure": true,
@@ -3039,7 +3063,7 @@
3039
3063
  "typeIdentifier": "t_uint8",
3040
3064
  "typeString": "uint8"
3041
3065
  },
3042
- "id": 49915,
3066
+ "id": 49972,
3043
3067
  "isConstant": false,
3044
3068
  "isLValue": false,
3045
3069
  "isPure": true,
@@ -3049,17 +3073,17 @@
3049
3073
  "typeIdentifier": "t_uint8",
3050
3074
  "typeString": "uint8"
3051
3075
  },
3052
- "id": 49913,
3076
+ "id": 49970,
3053
3077
  "isConstant": false,
3054
3078
  "isLValue": false,
3055
3079
  "isPure": true,
3056
3080
  "lValueRequested": false,
3057
3081
  "leftExpression": {
3058
- "id": 49911,
3082
+ "id": 49968,
3059
3083
  "name": "BEFORE_SET_RECORD",
3060
3084
  "nodeType": "Identifier",
3061
3085
  "overloadedDeclarations": [],
3062
- "referencedDeclaration": 36116,
3086
+ "referencedDeclaration": 36156,
3063
3087
  "src": "3247:17:122",
3064
3088
  "typeDescriptions": {
3065
3089
  "typeIdentifier": "t_uint8",
@@ -3069,11 +3093,11 @@
3069
3093
  "nodeType": "BinaryOperation",
3070
3094
  "operator": "|",
3071
3095
  "rightExpression": {
3072
- "id": 49912,
3096
+ "id": 49969,
3073
3097
  "name": "BEFORE_SPLICE_STATIC_DATA",
3074
3098
  "nodeType": "Identifier",
3075
3099
  "overloadedDeclarations": [],
3076
- "referencedDeclaration": 36126,
3100
+ "referencedDeclaration": 36166,
3077
3101
  "src": "3279:25:122",
3078
3102
  "typeDescriptions": {
3079
3103
  "typeIdentifier": "t_uint8",
@@ -3089,11 +3113,11 @@
3089
3113
  "nodeType": "BinaryOperation",
3090
3114
  "operator": "|",
3091
3115
  "rightExpression": {
3092
- "id": 49914,
3116
+ "id": 49971,
3093
3117
  "name": "AFTER_SPLICE_STATIC_DATA",
3094
3118
  "nodeType": "Identifier",
3095
3119
  "overloadedDeclarations": [],
3096
- "referencedDeclaration": 36131,
3120
+ "referencedDeclaration": 36171,
3097
3121
  "src": "3319:24:122",
3098
3122
  "typeDescriptions": {
3099
3123
  "typeIdentifier": "t_uint8",
@@ -3109,11 +3133,11 @@
3109
3133
  "nodeType": "BinaryOperation",
3110
3134
  "operator": "|",
3111
3135
  "rightExpression": {
3112
- "id": 49916,
3136
+ "id": 49973,
3113
3137
  "name": "BEFORE_SPLICE_DYNAMIC_DATA",
3114
3138
  "nodeType": "Identifier",
3115
3139
  "overloadedDeclarations": [],
3116
- "referencedDeclaration": 36136,
3140
+ "referencedDeclaration": 36176,
3117
3141
  "src": "3358:26:122",
3118
3142
  "typeDescriptions": {
3119
3143
  "typeIdentifier": "t_uint8",
@@ -3129,11 +3153,11 @@
3129
3153
  "nodeType": "BinaryOperation",
3130
3154
  "operator": "|",
3131
3155
  "rightExpression": {
3132
- "id": 49918,
3156
+ "id": 49975,
3133
3157
  "name": "AFTER_SPLICE_DYNAMIC_DATA",
3134
3158
  "nodeType": "Identifier",
3135
3159
  "overloadedDeclarations": [],
3136
- "referencedDeclaration": 36141,
3160
+ "referencedDeclaration": 36181,
3137
3161
  "src": "3399:25:122",
3138
3162
  "typeDescriptions": {
3139
3163
  "typeIdentifier": "t_uint8",
@@ -3149,11 +3173,11 @@
3149
3173
  "nodeType": "BinaryOperation",
3150
3174
  "operator": "|",
3151
3175
  "rightExpression": {
3152
- "id": 49920,
3176
+ "id": 49977,
3153
3177
  "name": "BEFORE_DELETE_RECORD",
3154
3178
  "nodeType": "Identifier",
3155
3179
  "overloadedDeclarations": [],
3156
- "referencedDeclaration": 36146,
3180
+ "referencedDeclaration": 36186,
3157
3181
  "src": "3439:20:122",
3158
3182
  "typeDescriptions": {
3159
3183
  "typeIdentifier": "t_uint8",
@@ -3167,7 +3191,7 @@
3167
3191
  }
3168
3192
  }
3169
3193
  ],
3170
- "id": 49922,
3194
+ "id": 49979,
3171
3195
  "isConstant": false,
3172
3196
  "isInlineArray": false,
3173
3197
  "isLValue": false,
@@ -3176,7 +3200,7 @@
3176
3200
  "nodeType": "TupleExpression",
3177
3201
  "src": "3194:275:122",
3178
3202
  "typeDescriptions": {
3179
- "typeIdentifier": "t_tuple$_t_userDefinedValueType$_ResourceId_$26198_$_t_contract$_KeysWithValueHook_$49745_$_t_uint8_$",
3203
+ "typeIdentifier": "t_tuple$_t_userDefinedValueType$_ResourceId_$26238_$_t_contract$_KeysWithValueHook_$49802_$_t_uint8_$",
3180
3204
  "typeString": "tuple(ResourceId,contract KeysWithValueHook,uint8)"
3181
3205
  }
3182
3206
  }
@@ -3184,16 +3208,16 @@
3184
3208
  "expression": {
3185
3209
  "argumentTypes": [
3186
3210
  {
3187
- "typeIdentifier": "t_function_external_nonpayable$_t_userDefinedValueType$_ResourceId_$26198_$_t_contract$_IStoreHook_$60236_$_t_uint8_$returns$__$",
3211
+ "typeIdentifier": "t_function_external_nonpayable$_t_userDefinedValueType$_ResourceId_$26238_$_t_contract$_IStoreHook_$60293_$_t_uint8_$returns$__$",
3188
3212
  "typeString": "function (ResourceId,contract IStoreHook,uint8) external"
3189
3213
  },
3190
3214
  {
3191
- "typeIdentifier": "t_tuple$_t_userDefinedValueType$_ResourceId_$26198_$_t_contract$_KeysWithValueHook_$49745_$_t_uint8_$",
3215
+ "typeIdentifier": "t_tuple$_t_userDefinedValueType$_ResourceId_$26238_$_t_contract$_KeysWithValueHook_$49802_$_t_uint8_$",
3192
3216
  "typeString": "tuple(ResourceId,contract KeysWithValueHook,uint8)"
3193
3217
  }
3194
3218
  ],
3195
3219
  "expression": {
3196
- "id": 49905,
3220
+ "id": 49962,
3197
3221
  "name": "abi",
3198
3222
  "nodeType": "Identifier",
3199
3223
  "overloadedDeclarations": [],
@@ -3204,7 +3228,7 @@
3204
3228
  "typeString": "abi"
3205
3229
  }
3206
3230
  },
3207
- "id": 49906,
3231
+ "id": 49963,
3208
3232
  "isConstant": false,
3209
3233
  "isLValue": false,
3210
3234
  "isPure": true,
@@ -3218,7 +3242,7 @@
3218
3242
  "typeString": "function () pure returns (bytes memory)"
3219
3243
  }
3220
3244
  },
3221
- "id": 49923,
3245
+ "id": 49980,
3222
3246
  "isConstant": false,
3223
3247
  "isLValue": false,
3224
3248
  "isPure": false,
@@ -3245,14 +3269,14 @@
3245
3269
  "expression": {
3246
3270
  "arguments": [
3247
3271
  {
3248
- "id": 49902,
3272
+ "id": 49959,
3249
3273
  "name": "world",
3250
3274
  "nodeType": "Identifier",
3251
3275
  "overloadedDeclarations": [],
3252
- "referencedDeclaration": 49829,
3276
+ "referencedDeclaration": 49886,
3253
3277
  "src": "3110:5:122",
3254
3278
  "typeDescriptions": {
3255
- "typeIdentifier": "t_contract$_IBaseWorld_$39150",
3279
+ "typeIdentifier": "t_contract$_IBaseWorld_$39206",
3256
3280
  "typeString": "contract IBaseWorld"
3257
3281
  }
3258
3282
  }
@@ -3260,11 +3284,11 @@
3260
3284
  "expression": {
3261
3285
  "argumentTypes": [
3262
3286
  {
3263
- "typeIdentifier": "t_contract$_IBaseWorld_$39150",
3287
+ "typeIdentifier": "t_contract$_IBaseWorld_$39206",
3264
3288
  "typeString": "contract IBaseWorld"
3265
3289
  }
3266
3290
  ],
3267
- "id": 49901,
3291
+ "id": 49958,
3268
3292
  "isConstant": false,
3269
3293
  "isLValue": false,
3270
3294
  "isPure": true,
@@ -3276,14 +3300,14 @@
3276
3300
  "typeString": "type(address)"
3277
3301
  },
3278
3302
  "typeName": {
3279
- "id": 49900,
3303
+ "id": 49957,
3280
3304
  "name": "address",
3281
3305
  "nodeType": "ElementaryTypeName",
3282
3306
  "src": "3102:7:122",
3283
3307
  "typeDescriptions": {}
3284
3308
  }
3285
3309
  },
3286
- "id": 49903,
3310
+ "id": 49960,
3287
3311
  "isConstant": false,
3288
3312
  "isLValue": false,
3289
3313
  "isPure": false,
@@ -3299,7 +3323,7 @@
3299
3323
  "typeString": "address"
3300
3324
  }
3301
3325
  },
3302
- "id": 49904,
3326
+ "id": 49961,
3303
3327
  "isConstant": false,
3304
3328
  "isLValue": false,
3305
3329
  "isPure": false,
@@ -3313,7 +3337,7 @@
3313
3337
  "typeString": "function (bytes memory) returns (bool,bytes memory)"
3314
3338
  }
3315
3339
  },
3316
- "id": 49924,
3340
+ "id": 49981,
3317
3341
  "isConstant": false,
3318
3342
  "isLValue": false,
3319
3343
  "isPure": false,
@@ -3335,13 +3359,13 @@
3335
3359
  "typeString": "tuple()"
3336
3360
  }
3337
3361
  },
3338
- "id": 49926,
3362
+ "id": 49983,
3339
3363
  "nodeType": "ExpressionStatement",
3340
3364
  "src": "3078:405:122"
3341
3365
  },
3342
3366
  {
3343
3367
  "condition": {
3344
- "id": 49928,
3368
+ "id": 49985,
3345
3369
  "isConstant": false,
3346
3370
  "isLValue": false,
3347
3371
  "isPure": false,
@@ -3351,11 +3375,11 @@
3351
3375
  "prefix": true,
3352
3376
  "src": "3493:8:122",
3353
3377
  "subExpression": {
3354
- "id": 49927,
3378
+ "id": 49984,
3355
3379
  "name": "success",
3356
3380
  "nodeType": "Identifier",
3357
3381
  "overloadedDeclarations": [],
3358
- "referencedDeclaration": 49836,
3382
+ "referencedDeclaration": 49893,
3359
3383
  "src": "3494:7:122",
3360
3384
  "typeDescriptions": {
3361
3385
  "typeIdentifier": "t_bool",
@@ -3367,18 +3391,18 @@
3367
3391
  "typeString": "bool"
3368
3392
  }
3369
3393
  },
3370
- "id": 49933,
3394
+ "id": 49990,
3371
3395
  "nodeType": "IfStatement",
3372
3396
  "src": "3489:41:122",
3373
3397
  "trueBody": {
3374
3398
  "expression": {
3375
3399
  "arguments": [
3376
3400
  {
3377
- "id": 49930,
3401
+ "id": 49987,
3378
3402
  "name": "returnData",
3379
3403
  "nodeType": "Identifier",
3380
3404
  "overloadedDeclarations": [],
3381
- "referencedDeclaration": 49838,
3405
+ "referencedDeclaration": 49895,
3382
3406
  "src": "3519:10:122",
3383
3407
  "typeDescriptions": {
3384
3408
  "typeIdentifier": "t_bytes_memory_ptr",
@@ -3393,18 +3417,18 @@
3393
3417
  "typeString": "bytes memory"
3394
3418
  }
3395
3419
  ],
3396
- "id": 49929,
3420
+ "id": 49986,
3397
3421
  "name": "revertWithBytes",
3398
3422
  "nodeType": "Identifier",
3399
3423
  "overloadedDeclarations": [],
3400
- "referencedDeclaration": 39224,
3424
+ "referencedDeclaration": 39280,
3401
3425
  "src": "3503:15:122",
3402
3426
  "typeDescriptions": {
3403
3427
  "typeIdentifier": "t_function_internal_pure$_t_bytes_memory_ptr_$returns$__$",
3404
3428
  "typeString": "function (bytes memory) pure"
3405
3429
  }
3406
3430
  },
3407
- "id": 49931,
3431
+ "id": 49988,
3408
3432
  "isConstant": false,
3409
3433
  "isLValue": false,
3410
3434
  "isPure": false,
@@ -3420,7 +3444,7 @@
3420
3444
  "typeString": "tuple()"
3421
3445
  }
3422
3446
  },
3423
- "id": 49932,
3447
+ "id": 49989,
3424
3448
  "nodeType": "ExpressionStatement",
3425
3449
  "src": "3503:27:122"
3426
3450
  }
@@ -3428,7 +3452,7 @@
3428
3452
  ]
3429
3453
  },
3430
3454
  "baseFunctions": [
3431
- 60824
3455
+ 60886
3432
3456
  ],
3433
3457
  "functionSelector": "7c5b0335",
3434
3458
  "implemented": true,
@@ -3437,17 +3461,17 @@
3437
3461
  "name": "installRoot",
3438
3462
  "nameLocation": "2034:11:122",
3439
3463
  "parameters": {
3440
- "id": 49803,
3464
+ "id": 49860,
3441
3465
  "nodeType": "ParameterList",
3442
3466
  "parameters": [
3443
3467
  {
3444
3468
  "constant": false,
3445
- "id": 49802,
3469
+ "id": 49859,
3446
3470
  "mutability": "mutable",
3447
3471
  "name": "args",
3448
3472
  "nameLocation": "2059:4:122",
3449
3473
  "nodeType": "VariableDeclaration",
3450
- "scope": 49935,
3474
+ "scope": 49992,
3451
3475
  "src": "2046:17:122",
3452
3476
  "stateVariable": false,
3453
3477
  "storageLocation": "memory",
@@ -3456,7 +3480,7 @@
3456
3480
  "typeString": "bytes"
3457
3481
  },
3458
3482
  "typeName": {
3459
- "id": 49801,
3483
+ "id": 49858,
3460
3484
  "name": "bytes",
3461
3485
  "nodeType": "ElementaryTypeName",
3462
3486
  "src": "2046:5:122",
@@ -3471,23 +3495,23 @@
3471
3495
  "src": "2045:19:122"
3472
3496
  },
3473
3497
  "returnParameters": {
3474
- "id": 49804,
3498
+ "id": 49861,
3475
3499
  "nodeType": "ParameterList",
3476
3500
  "parameters": [],
3477
3501
  "src": "2072:0:122"
3478
3502
  },
3479
- "scope": 49945,
3503
+ "scope": 50002,
3480
3504
  "stateMutability": "nonpayable",
3481
3505
  "virtual": false,
3482
3506
  "visibility": "public"
3483
3507
  },
3484
3508
  {
3485
- "id": 49944,
3509
+ "id": 50001,
3486
3510
  "nodeType": "FunctionDefinition",
3487
3511
  "src": "3539:96:122",
3488
3512
  "nodes": [],
3489
3513
  "body": {
3490
- "id": 49943,
3514
+ "id": 50000,
3491
3515
  "nodeType": "Block",
3492
3516
  "src": "3582:53:122",
3493
3517
  "nodes": [],
@@ -3497,18 +3521,18 @@
3497
3521
  "arguments": [],
3498
3522
  "expression": {
3499
3523
  "argumentTypes": [],
3500
- "id": 49940,
3524
+ "id": 49997,
3501
3525
  "name": "Module_NonRootInstallNotSupported",
3502
3526
  "nodeType": "Identifier",
3503
3527
  "overloadedDeclarations": [],
3504
- "referencedDeclaration": 60812,
3528
+ "referencedDeclaration": 60874,
3505
3529
  "src": "3595:33:122",
3506
3530
  "typeDescriptions": {
3507
3531
  "typeIdentifier": "t_function_error_pure$__$returns$__$",
3508
3532
  "typeString": "function () pure"
3509
3533
  }
3510
3534
  },
3511
- "id": 49941,
3535
+ "id": 49998,
3512
3536
  "isConstant": false,
3513
3537
  "isLValue": false,
3514
3538
  "isPure": false,
@@ -3524,14 +3548,14 @@
3524
3548
  "typeString": "tuple()"
3525
3549
  }
3526
3550
  },
3527
- "id": 49942,
3551
+ "id": 49999,
3528
3552
  "nodeType": "RevertStatement",
3529
3553
  "src": "3588:42:122"
3530
3554
  }
3531
3555
  ]
3532
3556
  },
3533
3557
  "baseFunctions": [
3534
- 60830
3558
+ 60892
3535
3559
  ],
3536
3560
  "functionSelector": "13861fb5",
3537
3561
  "implemented": true,
@@ -3540,17 +3564,17 @@
3540
3564
  "name": "install",
3541
3565
  "nameLocation": "3548:7:122",
3542
3566
  "parameters": {
3543
- "id": 49938,
3567
+ "id": 49995,
3544
3568
  "nodeType": "ParameterList",
3545
3569
  "parameters": [
3546
3570
  {
3547
3571
  "constant": false,
3548
- "id": 49937,
3572
+ "id": 49994,
3549
3573
  "mutability": "mutable",
3550
3574
  "name": "",
3551
3575
  "nameLocation": "-1:-1:-1",
3552
3576
  "nodeType": "VariableDeclaration",
3553
- "scope": 49944,
3577
+ "scope": 50001,
3554
3578
  "src": "3556:12:122",
3555
3579
  "stateVariable": false,
3556
3580
  "storageLocation": "memory",
@@ -3559,7 +3583,7 @@
3559
3583
  "typeString": "bytes"
3560
3584
  },
3561
3585
  "typeName": {
3562
- "id": 49936,
3586
+ "id": 49993,
3563
3587
  "name": "bytes",
3564
3588
  "nodeType": "ElementaryTypeName",
3565
3589
  "src": "3556:5:122",
@@ -3574,12 +3598,12 @@
3574
3598
  "src": "3555:14:122"
3575
3599
  },
3576
3600
  "returnParameters": {
3577
- "id": 49939,
3601
+ "id": 49996,
3578
3602
  "nodeType": "ParameterList",
3579
3603
  "parameters": [],
3580
3604
  "src": "3582:0:122"
3581
3605
  },
3582
- "scope": 49945,
3606
+ "scope": 50002,
3583
3607
  "stateMutability": "pure",
3584
3608
  "virtual": false,
3585
3609
  "visibility": "public"
@@ -3589,48 +3613,48 @@
3589
3613
  "baseContracts": [
3590
3614
  {
3591
3615
  "baseName": {
3592
- "id": 49777,
3616
+ "id": 49834,
3593
3617
  "name": "Module",
3594
3618
  "nameLocations": [
3595
3619
  "1661:6:122"
3596
3620
  ],
3597
3621
  "nodeType": "IdentifierPath",
3598
- "referencedDeclaration": 38605,
3622
+ "referencedDeclaration": 38648,
3599
3623
  "src": "1661:6:122"
3600
3624
  },
3601
- "id": 49778,
3625
+ "id": 49835,
3602
3626
  "nodeType": "InheritanceSpecifier",
3603
3627
  "src": "1661:6:122"
3604
3628
  }
3605
3629
  ],
3606
3630
  "canonicalName": "KeysWithValueModule",
3607
3631
  "contractDependencies": [
3608
- 49745
3632
+ 49802
3609
3633
  ],
3610
3634
  "contractKind": "contract",
3611
3635
  "documentation": {
3612
- "id": 49776,
3636
+ "id": 49833,
3613
3637
  "nodeType": "StructuredDocumentation",
3614
3638
  "src": "969:659:122",
3615
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()`"
3616
3640
  },
3617
3641
  "fullyImplemented": true,
3618
3642
  "linearizedBaseContracts": [
3619
- 49945,
3620
- 38605,
3621
- 38683,
3622
- 60783,
3623
- 60831,
3624
- 60745
3643
+ 50002,
3644
+ 38648,
3645
+ 38732,
3646
+ 60845,
3647
+ 60893,
3648
+ 60802
3625
3649
  ],
3626
3650
  "name": "KeysWithValueModule",
3627
3651
  "nameLocation": "1638:19:122",
3628
- "scope": 49946,
3652
+ "scope": 50003,
3629
3653
  "usedErrors": [
3630
- 26283,
3631
- 26285,
3632
- 60810,
3633
- 60812
3654
+ 26323,
3655
+ 26325,
3656
+ 60872,
3657
+ 60874
3634
3658
  ],
3635
3659
  "usedEvents": []
3636
3660
  }