@latticexyz/world-modules 2.0.0-main-87235a21 → 2.0.0-main-fd10cff6

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