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

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (87) hide show
  1. package/out/ArrayLib.sol/ArrayLib.json +255 -255
  2. package/out/CallboundDelegationControl.sol/CallboundDelegationControl.json +244 -220
  3. package/out/CallboundDelegations.sol/CallboundDelegations.json +2595 -2595
  4. package/out/DelegationControl.sol/DelegationControl.json +125 -101
  5. package/out/Hooks.sol/Hooks.json +45 -45
  6. package/out/IAccessManagementSystem.sol/IAccessManagementSystem.json +64 -64
  7. package/out/IBalanceTransferSystem.sol/IBalanceTransferSystem.json +53 -53
  8. package/out/IBaseWorld.sol/IBaseWorld.json +130 -85
  9. package/out/IBatchCallSystem.sol/IBatchCallSystem.json +51 -51
  10. package/out/ICoreSystem.sol/ICoreSystem.json +6 -6
  11. package/out/IDelegationControl.sol/IDelegationControl.json +50 -26
  12. package/out/IModuleInstallationSystem.sol/IModuleInstallationSystem.json +20 -20
  13. package/out/ISystemHook.sol/ISystemHook.json +171 -131
  14. package/out/IUniqueEntitySystem.sol/IUniqueEntitySystem.json +13 -13
  15. package/out/IWorldContextConsumer.sol/IWorldContextConsumer.json +157 -109
  16. package/out/IWorldErrors.sol/IWorldErrors.json +345 -255
  17. package/out/IWorldKernel.sol/IWorldCall.json +294 -254
  18. package/out/IWorldKernel.sol/IWorldKernel.json +321 -258
  19. package/out/IWorldKernel.sol/IWorldModuleInstallation.json +279 -253
  20. package/out/IWorldRegistrationSystem.sol/IWorldRegistrationSystem.json +201 -201
  21. package/out/KeysInTable.sol/KeysInTable.json +10668 -10668
  22. package/out/KeysInTableHook.sol/KeysInTableHook.json +862 -862
  23. package/out/KeysInTableModule.sol/KeysInTableModule.json +573 -549
  24. package/out/KeysWithValue.sol/KeysWithValue.json +3828 -3828
  25. package/out/KeysWithValueHook.sol/KeysWithValueHook.json +1011 -1011
  26. package/out/KeysWithValueModule.sol/KeysWithValueModule.json +462 -438
  27. package/out/Module.sol/Module.json +109 -85
  28. package/out/ResourceIds.sol/ResourceIds.json +45 -45
  29. package/out/Schema.sol/SchemaInstance.json +30 -30
  30. package/out/Schema.sol/SchemaLib.json +30 -30
  31. package/out/SchemaType.sol/SchemaType.json +276 -276
  32. package/out/StandardDelegationsModule.sol/StandardDelegationsModule.json +339 -315
  33. package/out/StoreHook.sol/StoreHook.json +358 -358
  34. package/out/StoreHooks.sol/StoreHooks.json +45 -45
  35. package/out/System.sol/System.json +84 -41
  36. package/out/Tables.sol/Tables.json +73 -73
  37. package/out/TimeboundDelegationControl.sol/TimeboundDelegationControl.json +148 -124
  38. package/out/TimeboundDelegations.sol/TimeboundDelegations.json +1986 -1986
  39. package/out/UniqueEntity.sol/UniqueEntity.json +1402 -1402
  40. package/out/UniqueEntityModule.sol/UniqueEntityModule.json +366 -342
  41. package/out/UniqueEntitySystem.sol/UniqueEntitySystem.json +138 -102
  42. package/out/UsedKeysIndex.sol/UsedKeysIndex.json +2722 -2722
  43. package/out/WorldContext.sol/WorldContextConsumer.json +774 -677
  44. package/out/WorldContext.sol/WorldContextProvider.json +737 -677
  45. package/out/WorldResourceId.sol/WorldResourceIdInstance.json +777 -765
  46. package/out/WorldResourceId.sol/WorldResourceIdLib.json +777 -765
  47. package/out/constants.sol/constants.json +115 -115
  48. package/out/getKeysInTable.sol/getKeysInTable.json +564 -564
  49. package/out/getKeysWithValue.sol/getKeysWithValue.json +264 -264
  50. package/out/getTargetTableId.sol/getTargetTableId.json +163 -163
  51. package/out/getUniqueEntity.sol/getUniqueEntity.json +88 -88
  52. package/out/hasKey.sol/hasKey.json +130 -130
  53. package/out/index.sol/index.json +53 -53
  54. package/out/interfaces/IBaseWorld.sol/IBaseWorld.json +202 -157
  55. package/out/query.sol/query.json +1154 -1154
  56. package/out/revertWithBytes.sol/revertWithBytes.json +51 -51
  57. package/out/src/Bytes.sol/Bytes.json +1332 -1332
  58. package/out/src/FieldLayout.sol/FieldLayoutInstance.json +697 -697
  59. package/out/src/FieldLayout.sol/FieldLayoutLib.json +697 -697
  60. package/out/src/IStore.sol/IStore.json +53 -53
  61. package/out/src/IWorldKernel.sol/IWorldCall.json +307 -267
  62. package/out/src/IWorldKernel.sol/IWorldKernel.json +334 -271
  63. package/out/src/IWorldKernel.sol/IWorldModuleInstallation.json +292 -266
  64. package/out/src/Memory.sol/Memory.json +89 -89
  65. package/out/src/PackedCounter.sol/PackedCounterInstance.json +923 -923
  66. package/out/src/PackedCounter.sol/PackedCounterLib.json +923 -923
  67. package/out/src/ResourceId.sol/ResourceIdInstance.json +112 -112
  68. package/out/src/ResourceId.sol/ResourceIdLib.json +112 -112
  69. package/out/src/Schema.sol/SchemaInstance.json +787 -787
  70. package/out/src/Schema.sol/SchemaLib.json +787 -787
  71. package/out/src/Slice.sol/SliceInstance.json +429 -429
  72. package/out/src/Slice.sol/SliceLib.json +429 -429
  73. package/out/src/StoreCore.sol/StoreCore.json +4455 -4455
  74. package/out/src/StoreCore.sol/StoreCoreInternal.json +4455 -4455
  75. package/out/src/StoreSwitch.sol/StoreSwitch.json +2454 -2454
  76. package/out/src/WorldContext.sol/WorldContextConsumer.json +780 -683
  77. package/out/src/WorldContext.sol/WorldContextProvider.json +743 -683
  78. package/out/src/WorldResourceId.sol/WorldResourceIdInstance.json +777 -765
  79. package/out/src/WorldResourceId.sol/WorldResourceIdLib.json +777 -765
  80. package/out/storeHookTypes.sol/storeHookTypes.json +115 -115
  81. package/out/storeResourceTypes.sol/storeResourceTypes.json +12 -12
  82. package/out/tables/ResourceIds.sol/ResourceIds.json +1746 -1746
  83. package/out/tables/Tables.sol/Tables.json +7288 -7288
  84. package/out/tightcoder/EncodeArray.sol/EncodeArray.json +3246 -3246
  85. package/out/types.sol/types.json +39 -39
  86. package/out/worldResourceTypes.sol/worldResourceTypes.json +87 -87
  87. package/package.json +8 -8
@@ -131,10 +131,10 @@
131
131
  },
132
132
  "deployedBytecode": {
133
133
  "object": "0x608060405234801561001057600080fd5b506004361061007d5760003560e01c806317d7de7c1161005b57806317d7de7c146100ec57806345ec93541461011a5780637c5b03351461012d578063e1af802c1461014057600080fd5b806301ffc9a714610082578063119df25f146100aa57806313861fb5146100d7575b600080fd5b6100956100903660046114e6565b610148565b60405190151581526020015b60405180910390f35b6100b26101e1565b60405173ffffffffffffffffffffffffffffffffffffffff90911681526020016100a1565b6100ea6100e5366004611545565b610213565b005b6040517f6b657973496e5461626c6500000000000000000000000000000000000000000081526020016100a1565b604051601f1936013581526020016100a1565b6100ea61013b366004611545565b610245565b6100b261096b565b60007fffffffff0000000000000000000000000000000000000000000000000000000082167f79f50b5b0000000000000000000000000000000000000000000000000000000014806101db57507fffffffff0000000000000000000000000000000000000000000000000000000082167f01ffc9a700000000000000000000000000000000000000000000000000000000145b92915050565b7fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffcc36013560601c806102105750335b90565b6040517fea8b184c00000000000000000000000000000000000000000000000000000000815260040160405180910390fd5b60008180602001905181019061025b91906115f6565b9050600061026761096b565b60408051613a3160f11b60208201526000602282018190527f4b657973496e5461626c6500000000000000000000000000000000000000000060308301529293506060916102cd91016040516020818303038152906040526102c89061160f565b61097a565b6108655760408051613a3160f11b6020820152600060228201527f4b657973496e5461626c65000000000000000000000000000000000000000000603082015273ffffffffffffffffffffffffffffffffffffffff8516918291630ba51f4991016040516020818303038152906040526103469061160f565b7c050000000000000000000000000000000000000000000000000000000061036c610a76565b610374610aee565b61037c610c3d565b610384610cc2565b604051602401610399969594939291906116c4565b60408051601f198184030181529181526020820180517bffffffffffffffffffffffffffffffffffffffffffffffffffffffff1660e09490941b9390931790925290516103e6925061170e565b600060405180830381855af49150503d8060008114610421576040519150601f19603f3d011682016040523d82523d6000602084013e610426565b606091505b5090925090508161043a5761043a81610e8a565b60408051613a3160f11b6020820152600060228201527f557365644b657973496e64657800000000000000000000000000000000000000603082015273ffffffffffffffffffffffffffffffffffffffff8516918291630ba51f4991016040516020818303038152906040526104af9061160f565b7e060200010500000000000000000000000000000000000000000000000000006104d7610e92565b6104df610f11565b6104e7610f90565b6104ef61105a565b604051602401610504969594939291906116c4565b60408051601f198184030181529181526020820180517bffffffffffffffffffffffffffffffffffffffffffffffffffffffff1660e09490941b939093179092529051610551925061170e565b600060405180830381855af49150503d806000811461058c576040519150601f19603f3d011682016040523d82523d6000602084013e610591565b606091505b509092509050816105a5576105a581610e8a565b60408051613a3160f11b6020820152600060228201527f4b657973496e5461626c65000000000000000000000000000000000000000000603082015273ffffffffffffffffffffffffffffffffffffffff85169182916340554c3a910160405160208183030381529060405261061a9061160f565b604051602481019190915273ffffffffffffffffffffffffffffffffffffffff7f000000000000000000000000000000000000000000000000000000000000000016604482015260640160408051601f198184030181529181526020820180517bffffffffffffffffffffffffffffffffffffffffffffffffffffffff1660e09490941b9390931790925290516106b1925061170e565b600060405180830381855af49150503d80600081146106ec576040519150601f19603f3d011682016040523d82523d6000602084013e6106f1565b606091505b509092509050816107055761070581610e8a565b60408051613a3160f11b6020820152600060228201527f557365644b657973496e64657800000000000000000000000000000000000000603082015273ffffffffffffffffffffffffffffffffffffffff85169182916340554c3a910160405160208183030381529060405261077a9061160f565b604051602481019190915273ffffffffffffffffffffffffffffffffffffffff7f000000000000000000000000000000000000000000000000000000000000000016604482015260640160408051601f198184030181529181526020820180517bffffffffffffffffffffffffffffffffffffffffffffffffffffffff1660e09490941b939093179092529051610811925061170e565b600060405180830381855af49150503d806000811461084c576040519150601f19603f3d011682016040523d82523d6000602084013e610851565b606091505b509092509050816108655761086581610e8a565b604080516024810186905273ffffffffffffffffffffffffffffffffffffffff7f000000000000000000000000000000000000000000000000000000000000000081166044830152606960648084019190915283518084039091018152608490920183526020820180517bffffffffffffffffffffffffffffffffffffffffffffffffffffffff167f530f4b6000000000000000000000000000000000000000000000000000000000179052915191851691610921919061170e565b600060405180830381855af49150503d806000811461095c576040519150601f19603f3d011682016040523d82523d6000602084013e610961565b606091505b5050505050505050565b6000610975611124565b905090565b6040805160018082528183019092526000918291906020808301908036833701905050905082816000815181106109b3576109b361172a565b60209081029190910181019190915260408051613a3160f11b818401527f73746f726500000000000000000000000000000000000000000000000000000060228201527f5265736f7572636549647300000000000000000000000000000000000000000060308201528151808203909301835281019052600090610a6290610a3a9061160f565b8360007e01010001000000000000000000000000000000000000000000000000000000611170565b9050610a6e8160f81c90565b949350505050565b60408051600180825281830190925260009182919060208083019080368337019050509050605f81600081518110610ab057610ab061172a565b602002602001019060c5811115610ac957610ac9611740565b908160c5811115610adc57610adc611740565b905250610ae8816111a6565b91505090565b60408051600580825260c082019092526000918291906020820160a08036833701905050905060c181600081518110610b2957610b2961172a565b602002602001019060c5811115610b4257610b42611740565b908160c5811115610b5557610b55611740565b8152505060c181600181518110610b6e57610b6e61172a565b602002602001019060c5811115610b8757610b87611740565b908160c5811115610b9a57610b9a611740565b8152505060c181600281518110610bb357610bb361172a565b602002602001019060c5811115610bcc57610bcc611740565b908160c5811115610bdf57610bdf611740565b8152505060c181600381518110610bf857610bf861172a565b602002602001019060c5811115610c1157610c11611740565b908160c5811115610c2457610c24611740565b8152505060c181600481518110610ab057610ab061172a565b604080516001808252818301909252606091816020015b6060815260200190600190039081610c545790505090506040518060400160405280600d81526020017f736f757263655461626c6549640000000000000000000000000000000000000081525081600081518110610cb457610cb461172a565b602002602001018190525090565b60408051600580825260c08201909252606091816020015b6060815260200190600190039081610cda5790505090506040518060400160405280600581526020017f6b6579733000000000000000000000000000000000000000000000000000000081525081600081518110610d3a57610d3a61172a565b60200260200101819052506040518060400160405280600581526020017f6b6579733100000000000000000000000000000000000000000000000000000081525081600181518110610d8e57610d8e61172a565b60200260200101819052506040518060400160405280600581526020017f6b6579733200000000000000000000000000000000000000000000000000000081525081600281518110610de257610de261172a565b60200260200101819052506040518060400160405280600581526020017f6b6579733300000000000000000000000000000000000000000000000000000081525081600381518110610e3657610e3661172a565b60200260200101819052506040518060400160405280600581526020017f6b6579733400000000000000000000000000000000000000000000000000000081525081600481518110610cb457610cb461172a565b805160208201fd5b60408051600280825260608201835260009283929190602083019080368337019050509050605f81600081518110610ecc57610ecc61172a565b602002602001019060c5811115610ee557610ee5611740565b908160c5811115610ef857610ef8611740565b81525050605f81600181518110610ab057610ab061172a565b60408051600280825260608201835260009283929190602083019080368337019050509050606081600081518110610f4b57610f4b61172a565b602002602001019060c5811115610f6457610f64611740565b908160c5811115610f7757610f77611740565b81525050600481600181518110610ab057610ab061172a565b6040805160028082526060828101909352816020015b6060815260200190600190039081610fa65790505090506040518060400160405280600d81526020017f736f757263655461626c65496400000000000000000000000000000000000000815250816000815181106110065761100661172a565b60200260200101819052506040518060400160405280600881526020017f6b6579734861736800000000000000000000000000000000000000000000000081525081600181518110610cb457610cb461172a565b6040805160028082526060828101909352816020015b60608152602001906001900390816110705790505090506040518060400160405280600381526020017f6861730000000000000000000000000000000000000000000000000000000000815250816000815181106110d0576110d061172a565b60200260200101819052506040518060400160405280600581526020017f696e64657800000000000000000000000000000000000000000000000000000081525081600181518110610cb457610cb461172a565b7f629a4c26e296b22a8e0856e9f6ecb2d1008d7e00081111962cd175fa7488e1755460009073ffffffffffffffffffffffffffffffffffffffff168061116b573391505090565b919050565b600061119d61117f868661139c565b60ff858116601b0360080285901c1661119885876113f2565b611435565b95945050505050565b6000601c825111156111f25781516040517f5318beb90000000000000000000000000000000000000000000000000000000081526004016111e991815260200190565b60405180910390fd5b60008080805b85518110156112cd5760006112368783815181106112185761121861172a565b602002602001015160c581111561123157611231611740565b611486565b90508060000361124b57600190920191611283565b8215611283576040517ff1e56be400000000000000000000000000000000000000000000000000000000815260040160405180910390fd5b80840193506008826004601f0303028783815181106112a4576112a461172a565b602002602001015160c58111156112bd576112bd611740565b901b9490941793506001016111f8565b50600581111561130c576040517f5318beb9000000000000000000000000000000000000000000000000000000008152600481018290526024016111e9565b8451819003600861131f6002602061176c565b611329919061177f565b83901b9390931792600860016113416002602061176c565b61134b919061176c565b611355919061177f565b81901b9390931792600860018061136e6002602061176c565b611378919061176c565b611382919061176c565b61138c919061177f565b9190911b92909217949350505050565b600082826040516020016113b1929190611796565b60408051601f1981840301815291905280516020909101207f86425bff6b57326c7859e89024fe4f238ca327a1ae4a230180dd2f0e88aaa7d9189392505050565b600080805b8360ff1681101561142d5761141960ff601b83900360080287901c16836117c4565b915080611425816117d7565b9150506113f7565b509392505050565b60006020821061145b57602082048401935060208281611457576114576117f1565b0691505b508254600882021b60208290038084111561142d576001850154600882021c82179150509392505050565b6000808260c581111561149b5761149b611740565b60ff16905060618110156114b557601f1660010192915050565b60618360c58111156114c9576114c9611740565b036114d75750601492915050565b50600092915050565b50919050565b6000602082840312156114f857600080fd5b81357fffffffff000000000000000000000000000000000000000000000000000000008116811461152857600080fd5b9392505050565b634e487b7160e01b600052604160045260246000fd5b60006020828403121561155757600080fd5b813567ffffffffffffffff8082111561156f57600080fd5b818401915084601f83011261158357600080fd5b8135818111156115955761159561152f565b604051601f8201601f19908116603f011681019083821181831017156115bd576115bd61152f565b816040528281528760208487010111156115d657600080fd5b826020860160208301376000928101602001929092525095945050505050565b60006020828403121561160857600080fd5b5051919050565b805160208083015191908110156114e05760001960209190910360031b1b16919050565b60005b8381101561164e578181015183820152602001611636565b50506000910152565b600081518084526020808501808196508360051b8101915082860160005b858110156116b75782840389528151805180865261169881888801898501611633565b99860199601f01601f1916949094018501935090840190600101611675565b5091979650505050505050565b86815285602082015284604082015283606082015260c0608082015260006116ef60c0830185611657565b82810360a08401526117018185611657565b9998505050505050505050565b60008251611720818460208701611633565b9190910192915050565b634e487b7160e01b600052603260045260246000fd5b634e487b7160e01b600052602160045260246000fd5b634e487b7160e01b600052601160045260246000fd5b818103818111156101db576101db611756565b80820281158282048414176101db576101db611756565b82815260006020808301845182860160005b828110156116b7578151845292840192908401906001016117a8565b808201808211156101db576101db611756565b600060001982036117ea576117ea611756565b5060010190565b634e487b7160e01b600052601260045260246000fdfea164736f6c6343000815000a",
134
- "sourceMap": "1419:2624:114:-: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;3945:96:114;;;;;;:::i;:::-;;:::i;:::-;;1720:89;;;1782:22;2094:98:139;;2082:2;2067:18;1720:89:114;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;1813:2128:114;;;;;;:::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;3945:96:114:-;4001:35;;;;;;;;;;;;;;1813:2128;1916:24;1970:4;1959:27;;;;;;;;;;;;:::i;:::-;1916:71;;1994:16;2024:8;:6;:8::i;:::-;1253:69:119;;;-1:-1:-1;;;1253:69:119;;;2757:92:139;2095:12:114;2865:11:139;;;2858:100;;;1299:22:119;2974:12:139;;;2967:101;1994:39:114;;-1:-1:-1;2113:23:114;;2148:42;;3084:12:139;1253:69:119;;;;;;;;;;;;1245:78;;;:::i;:::-;2148:22:114;:42::i;:::-;2143:1421;;1253:69:119;;;-1:-1:-1;;;1253:69:119;;;2757:92:139;1286:11:119;2865::139;;;2858:100;1299:22:119;2974:12:139;;;2967:101;2253:27:114;;;;;;2316:19;;3084:12:139;1253:69:119;;;;;;;;;;;;1245:78;;;:::i;:::-;1435:66;2435:26:114;:24;:26::i;:::-;2475:28;:26;:28::i;:::-;2517:25;:23;:25::i;:::-;2556:27;:25;:27::i;:::-;2290:315;;;;;;;;;;;;;:::i;:::-;;;;-1:-1:-1;;2290:315:114;;;;;;;;;;;;;;;;;;;;;;;;;;;;2253:360;;;;-1:-1:-1;2253:360:114;:::i;:::-;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;-1:-1:-1;2229:384:114;;-1:-1:-1;2229:384:114;-1:-1:-1;2229:384:114;2621:41;;2635:27;2651:10;2635:15;:27::i;:::-;1253:71:120;;;-1:-1:-1;;;1253:71:120;;;2757:92:139;1286:11:120;2865::139;;;2858:100;1299:24:120;2974:12:139;;;2967:101;2695:27:114;;;;;;2758:19;;3084:12:139;1253:71:120;;;;;;;;;;;;1245:80;;;:::i;:::-;1439:66;2881:28:114;:26;:28::i;:::-;2923:30;:28;:30::i;:::-;2967:27;:25;:27::i;:::-;3008:29;:27;:29::i;:::-;2732:327;;;;;;;;;;;;;:::i;:::-;;;;-1:-1:-1;;2732:327:114;;;;;;;;;;;;;;;;;;;;;;;;;;;;2695:372;;;;-1:-1:-1;2695:372:114;:::i;:::-;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;-1:-1:-1;2671:396:114;;-1:-1:-1;2671:396:114;-1:-1:-1;2671:396:114;3075:41;;3089:27;3105:10;3089:15;:27::i;:::-;1253:69:119;;;-1:-1:-1;;;1253:69:119;;;2757:92:139;1286:11:119;2865::139;;;2858:100;1299:22:119;2974:12:139;;;2967:101;3194:27:114;;;;;;3246:17;;3084:12:139;1253:69:119;;;;;;;;;;;;1245:78;;;:::i;:::-;3231:70:114;;;;;6026:25:139;;;;6099:42;3294:4:114;6087:55:139;6067:18;;;6060:83;5999:18;;3231:70:114;;;-1:-1:-1;;3231:70:114;;;;;;;;;;;;;;;;;;;;;;;;;;;;3194:115;;;;-1:-1:-1;3194:115:114;:::i;:::-;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;-1:-1:-1;3170:139:114;;-1:-1:-1;3170:139:114;-1:-1:-1;3170:139:114;3317:41;;3331:27;3347:10;3331:15;:27::i;:::-;1253:71:120;;;-1:-1:-1;;;1253:71:120;;;2757:92:139;1286:11:120;2865::139;;;2858:100;1299:24:120;2974:12:139;;;2967:101;3391:27:114;;;;;;3443:17;;3084:12:139;1253:71:120;;;;;;;;;;;;1245:80;;;:::i;:::-;3428:72:114;;;;;6026:25:139;;;;6099:42;3493:4:114;6087:55:139;6067:18;;;6060:83;5999:18;;3428:72:114;;;-1:-1:-1;;3428:72:114;;;;;;;;;;;;;;;;;;;;;;;;;;;;3391:117;;;;-1:-1:-1;3391:117:114;:::i;:::-;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;-1:-1:-1;3367:141:114;;-1:-1:-1;3367:141:114;-1:-1:-1;3367:141:114;3516:41;;3530:27;3546:10;3530:15;:27::i;:::-;386:6:81;3707:223:114;;;;;6409:25:139;;;3672:27:114;3801:4;6470:55:139;;6450:18;;;6443:83;3817:95:114;6542:18:139;;;;6535:45;;;;3707:223:114;;;;;;;;;;6382:18:139;;;;3707:223:114;;;;;;;;;;;;;3672:264;;:27;;;;:264;;3707:223;3672:264;:::i;:::-;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;-1:-1:-1;;;;;;;;1813:2128:114:o;1442:95:97:-;1481:7;1503:29;:27;:29::i;:::-;1496:36;;1442:95;:::o;3325:314:76:-;3439:16;;;3453:1;3439:16;;;;;;;;;3391:11;;;;3439:16;;;;;;;;;;;;-1:-1:-1;3439:16:76;3410:45;;3494:10;3461:9;3471:1;3461:12;;;;;;;;:::i;:::-;;;;;;;;;;;:44;;;;1047:74;;;-1:-1:-1;;;1047:74:76;;;2757:92:139;1080:16:76;2865:11:139;;;2858:100;1098:22:76;2974:12:139;;;2967:101;1047:74:76;;;;;;;;;;3084:12:139;;1047:74:76;;-1:-1:-1;;3528:62:76;;1039:83;;;:::i;:::-;3563:9;3574:1;1234:66;3528:24;:62::i;:::-;3512:78;;3604:29;3625:5;3612:20;;8592:5;8506:97;3604:29;3596:38;3325:314;-1:-1:-1;;;;3325:314:76:o;1829:200:119:-;1923:19;;;1940:1;1923:19;;;;;;;;;1876:6;;;;1923:19;;;;;;;;;;;;-1:-1:-1;1923:19:119;1890:52;;1964:18;1948:10;1959:1;1948:13;;;;;;;;:::i;:::-;;;;;;:34;;;;;;;;;:::i;:::-;;;;;;;;;;;:::i;:::-;;;-1:-1:-1;1996:28:119;2013:10;1996:16;:28::i;:::-;1989:35;;;1829:200;:::o;2071:406::-;2169:19;;;2186:1;2169:19;;;;;;;;;2120:6;;;;2169:19;;;;;;;;;;;-1:-1:-1;2169:19:119;2134:54;;2212:24;2194:12;2207:1;2194:15;;;;;;;;:::i;:::-;;;;;;:42;;;;;;;;;:::i;:::-;;;;;;;;;;;:::i;:::-;;;;;2260:24;2242:12;2255:1;2242:15;;;;;;;;:::i;:::-;;;;;;:42;;;;;;;;;:::i;:::-;;;;;;;;;;;:::i;:::-;;;;;2308:24;2290:12;2303:1;2290:15;;;;;;;;:::i;:::-;;;;;;:42;;;;;;;;;:::i;:::-;;;;;;;;;;;:::i;:::-;;;;;2356:24;2338:12;2351:1;2338:15;;;;;;;;:::i;:::-;;;;;;:42;;;;;;;;;:::i;:::-;;;;;;;;;;;:::i;:::-;;;;;2404:24;2386:12;2399:1;2386:15;;;;;;;;:::i;2516:144::-;2605:15;;;2618:1;2605:15;;;;;;;;;2562:24;;2605:15;;;;;;;;;;;;;;;;;;;;2594:26;;2626:29;;;;;;;;;;;;;;;;;:8;2635:1;2626:11;;;;;;;;:::i;:::-;;;;;;:29;;;;2516:144;:::o;2701:260::-;2796:15;;;2809:1;2796:15;;;;;;;;;2749:26;;2796:15;;;;;;;;;;;;;;;;;;;;2783:28;;2817:23;;;;;;;;;;;;;;;;;:10;2828:1;2817:13;;;;;;;;:::i;:::-;;;;;;:23;;;;2846;;;;;;;;;;;;;;;;;:10;2857:1;2846:13;;;;;;;;:::i;:::-;;;;;;:23;;;;2875;;;;;;;;;;;;;;;;;:10;2886:1;2875:13;;;;;;;;:::i;:::-;;;;;;:23;;;;2904;;;;;;;;;;;;;;;;;:10;2915:1;2904:13;;;;;;;;:::i;:::-;;;;;;:23;;;;2933;;;;;;;;;;;;;;;;;:10;2944:1;2933:13;;;;;;;;:::i;182:217:108:-;385:6;379:13;372:4;364:6;360:17;353:40;1712:240:120;1806:19;;;1823:1;1806:19;;;;;;;;1759:6;;;;1806:19;1823:1;1806:19;;;;;;;;;;-1:-1:-1;1806:19:120;1773:52;;1847:18;1831:10;1842:1;1831:13;;;;;;;;:::i;:::-;;;;;;:34;;;;;;;;;:::i;:::-;;;;;;;;;;;:::i;:::-;;;;;1887:18;1871:10;1882:1;1871:13;;;;;;;;:::i;1994:246::-;2092:19;;;2109:1;2092:19;;;;;;;;2043:6;;;;2092:19;2109:1;2092:19;;;;;;;;;;-1:-1:-1;2092:19:120;2057:54;;2135:15;2117:12;2130:1;2117:15;;;;;;;;:::i;:::-;;;;;;:33;;;;;;;;;:::i;:::-;;;;;;;;;;;:::i;:::-;;;;;2174:17;2156:12;2169:1;2156:15;;;;;;;;:::i;2279:174::-;2368:15;;;2381:1;2368:15;;;2325:24;2368:15;;;;;;;;;;;;;;;;;;;;;;;;;;2357:26;;2389:29;;;;;;;;;;;;;;;;;:8;2398:1;2389:11;;;;;;;;:::i;:::-;;;;;;:29;;;;2424:24;;;;;;;;;;;;;;;;;:8;2433:1;2424:11;;;;;;;;:::i;2494:171::-;2589:15;;;2602:1;2589:15;;;2542:26;2589:15;;;;;;;;;;;;;;;;;;;;;;;;;;2576:28;;2610:21;;;;;;;;;;;;;;;;;:10;2621:1;2610:13;;;;;;;;:::i;:::-;;;;;;:21;;;;2637:23;;;;;;;;;;;;;;;;;:10;2648:1;2637:13;;;;;;;;:::i;1091:227: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;22375:541:71:-;22532:7;22669:242;22713:59;22754:7;22763:8;22713:40;:59::i;:::-;22790:31;;;;2929:19:54;:27;295:1:79;2928:44:54;2894:79;;;2881:93;22839:63:71;22878:11;22891:10;22839:38;:63::i;:::-;22669:17;:242::i;:::-;22656:255;22375:541;-1:-1:-1;;;;;22375:541:71: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;32246:191:71:-;32348:7;32412;32421:8;32395:35;;;;;;;;;:::i;:::-;;;;-1:-1:-1;;32395:35:71;;;;;;;;;32385:46;;32395:35;32385:46;;;;26084:22;32378:53;;32246:191;-1:-1:-1;;;32246:191:71:o;32819:242::-;32915:7;;;32954:84;32974:10;32970:14;;:1;:14;32954:84;;;32999:32;2881:93:54;2929:19;:27;;;295:1:79;2928:44:54;2894:79;;;2881:93;32999:32:71;;:::i;:::-;;-1:-1:-1;32986:3:71;;;;:::i;:::-;;;;32954:84;;;-1:-1:-1;33050:6:71;32819:242;-1:-1:-1;;;32819:242:71:o;6940:790:70:-;7038:14;7074:2;7064:6;:12;7060:112;;7133:2;7124:6;:11;7106:29;;;;7155:2;7145:12;;;;;;:::i;:::-;;;;7060:112;-1:-1:-1;7352:21:70;;7348:1;7336:14;;7332:42;7500:2;:11;;;7582:22;;;7578:148;;;7707:1;7691:14;7687:22;7681:29;7677:1;7662:13;7658:21;7654:57;7646:6;7643:69;7633:79;;7054:676;6940:790;;;;;:::o;3195:520:52:-;3261:7;3274:13;3296:10;3290:17;;;;;;;;:::i;:::-;3274:33;;;;3324:2;3316:5;:10;3312:401;;;3568:2;3560:10;3574:1;3559:16;;;-1:-1:-1;;3195:520:52:o;3312:401::-;3610:18;3596:10;:32;;;;;;;;:::i;:::-;;3592:121;;-1:-1:-1;3643:2:52;;3195:520;-1:-1:-1;;3195:520:52:o;3592:121::-;-1:-1:-1;3707:1:52;;3195:520;-1:-1:-1;;3195:520:52:o;3592:121::-;3270:445;3195:520;;;:::o;14:332:139:-;72:6;125:2;113:9;104:7;100:23;96:32;93:52;;;141:1;138;131:12;93:52;180:9;167:23;230:66;223:5;219:78;212:5;209:89;199:117;;312:1;309;302:12;199:117;335:5;14:332;-1:-1:-1;;;14:332:139:o;774:184::-;-1:-1:-1;;;823:1:139;816:88;923:4;920:1;913:15;947:4;944:1;937:15;963:980;1031:6;1084:2;1072:9;1063:7;1059:23;1055:32;1052:52;;;1100:1;1097;1090:12;1052:52;1140:9;1127:23;1169:18;1210:2;1202:6;1199:14;1196:34;;;1226:1;1223;1216:12;1196:34;1264:6;1253:9;1249:22;1239:32;;1309:7;1302:4;1298:2;1294:13;1290:27;1280:55;;1331:1;1328;1321:12;1280:55;1367:2;1354:16;1389:2;1385;1382:10;1379:36;;;1395:18;;:::i;:::-;1529:2;1523:9;1591:4;1583:13;;-1:-1:-1;;1579:22:139;;;1603:2;1575:31;1571:40;1559:53;;;1627:18;;;1647:22;;;1624:46;1621:72;;;1673:18;;:::i;:::-;1713:10;1709:2;1702:22;1748:2;1740:6;1733:18;1788:7;1783:2;1778;1774;1770:11;1766:20;1763:33;1760:53;;;1809:1;1806;1799:12;1760:53;1865:2;1860;1856;1852:11;1847:2;1839:6;1835:15;1822:46;1910:1;1888:15;;;1905:2;1884:24;1877:35;;;;-1:-1:-1;1892:6:139;963:980;-1:-1:-1;;;;;963:980:139:o;2385:184::-;2455:6;2508:2;2496:9;2487:7;2483:23;2479:32;2476:52;;;2524:1;2521;2514:12;2476:52;-1:-1:-1;2547:16:139;;2385:184;-1:-1:-1;2385:184:139:o;3107:357::-;3225:12;;3272:4;3261:16;;;3255:23;;3225:12;3290:16;;3287:171;;;-1:-1:-1;;3364:4:139;3360:17;;;;3357:1;3353:25;3349:98;3338:110;;3107:357;-1:-1:-1;3107:357:139:o;3469:250::-;3554:1;3564:113;3578:6;3575:1;3572:13;3564:113;;;3654:11;;;3648:18;3635:11;;;3628:39;3600:2;3593:10;3564:113;;;-1:-1:-1;;3711:1:139;3693:16;;3686:27;3469:250::o;3724:882::-;3776:3;3814:5;3808:12;3841:6;3836:3;3829:19;3867:4;3908:2;3903:3;3899:12;3933:11;3960;3953:18;;4010:6;4007:1;4003:14;3996:5;3992:26;3980:38;;4052:2;4045:5;4041:14;4073:1;4083:497;4097:6;4094:1;4091:13;4083:497;;;4168:5;4162:4;4158:16;4153:3;4146:29;4204:6;4198:13;4246:2;4240:9;4275:8;4269:4;4262:22;4297:72;4360:8;4355:2;4349:4;4345:13;4340:2;4336;4332:11;4297:72;:::i;:::-;4558:12;;;;4422:2;4408:17;-1:-1:-1;;4404:90:139;4394:101;;;;4390:110;;;-1:-1:-1;4523:15:139;;;;4119:1;4112:9;4083:497;;;-1:-1:-1;4596:4:139;;3724:882;-1:-1:-1;;;;;;;3724:882:139:o;4611:912::-;5141:6;5130:9;5123:25;5184:6;5179:2;5168:9;5164:18;5157:34;5227:6;5222:2;5211:9;5207:18;5200:34;5270:6;5265:2;5254:9;5250:18;5243:34;5314:3;5308;5297:9;5293:19;5286:32;5104:4;5341:56;5392:3;5381:9;5377:19;5369:6;5341:56;:::i;:::-;5446:9;5438:6;5434:22;5428:3;5417:9;5413:19;5406:51;5474:43;5510:6;5502;5474:43;:::i;:::-;5466:51;4611:912;-1:-1:-1;;;;;;;;;4611:912:139:o;5528:287::-;5657:3;5695:6;5689:13;5711:66;5770:6;5765:3;5758:4;5750:6;5746:17;5711:66;:::i;:::-;5793:16;;;;;5528:287;-1:-1:-1;;5528:287:139:o;6591:184::-;-1:-1:-1;;;6640:1:139;6633:88;6740:4;6737:1;6730:15;6764:4;6761:1;6754:15;6780:184;-1:-1:-1;;;6829:1:139;6822:88;6929:4;6926:1;6919:15;6953:4;6950:1;6943:15;6969:184;-1:-1:-1;;;7018:1:139;7011:88;7118:4;7115:1;7108:15;7142:4;7139:1;7132:15;7158:128;7225:9;;;7246:11;;;7243:37;;;7260:18;;:::i;7291:168::-;7364:9;;;7395;;7412:15;;;7406:22;;7392:37;7382:71;;7433:18;;:::i;7464:640::-;7715:6;7710:3;7703:19;7685:3;7741:2;7774;7769:3;7765:12;7806:6;7800:13;7871:2;7863:6;7859:15;7892:1;7902:175;7916:6;7913:1;7910:13;7902:175;;;7979:13;;7965:28;;8015:14;;;;8052:15;;;;7938:1;7931:9;7902:175;;8109:125;8174:9;;;8195:10;;;8192:36;;;8208:18;;:::i;8239:195::-;8278:3;-1:-1:-1;;8302:5:139;8299:77;8296:103;;8379:18;;:::i;:::-;-1:-1:-1;8426:1:139;8415:13;;8239:195::o;8439:184::-;-1:-1:-1;;;8488:1:139;8481:88;8588:4;8585:1;8578:15;8612:4;8609:1;8602:15",
134
+ "sourceMap": "1419:2624:114:-:0;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;754:220:95;;;;;;:::i;:::-;;:::i;:::-;;;516:14:139;;509:22;491:41;;479:2;464:18;754:220:95;;;;;;;;1151:379:97;;;:::i;:::-;;;719:42:139;707:55;;;689:74;;677:2;662:18;1151:379:97;543:226:139;3945:96:114;;;;;;:::i;:::-;;:::i;:::-;;1720:89;;;1782:22;2094:98:139;;2082:2;2067:18;1720:89:114;1948:250:139;1771:212:97;;;-1:-1:-1;;1953:14:97;1949:23;1936:37;2349:25:139;;2337:2;2322:18;1771:212:97;2203:177:139;1813:2128:114;;;;;;:::i;:::-;;:::i;2199:95:97:-;;;:::i;754:220:95:-;878:4;897:34;;;360:110:90;897:34:95;;:72;;-1:-1:-1;935:34:95;;;188::89;935::95;897:72;890:79;754:220;-1:-1:-1;;754:220:95:o;1151:379:97:-;1433:34;1437:14;1433:34;1420:48;1416:2;1412:57;;1480:45;;-1:-1:-1;1515:10:97;1480:45;1151:379;:::o;3945:96:114:-;4001:35;;;;;;;;;;;;;;1813:2128;1916:24;1970:4;1959:27;;;;;;;;;;;;:::i;:::-;1916:71;;1994:16;2024:8;:6;:8::i;:::-;1253:69:119;;;-1:-1:-1;;;1253:69:119;;;2757:92:139;2095:12:114;2865:11:139;;;2858:100;;;1299:22:119;2974:12:139;;;2967:101;1994:39:114;;-1:-1:-1;2113:23:114;;2148:42;;3084:12:139;1253:69:119;;;;;;;;;;;;1245:78;;;:::i;:::-;2148:22:114;:42::i;:::-;2143:1421;;1253:69:119;;;-1:-1:-1;;;1253:69:119;;;2757:92:139;1286:11:119;2865::139;;;2858:100;1299:22:119;2974:12:139;;;2967:101;2253:27:114;;;;;;2316:19;;3084:12:139;1253:69:119;;;;;;;;;;;;1245:78;;;:::i;:::-;1435:66;2435:26:114;:24;:26::i;:::-;2475:28;:26;:28::i;:::-;2517:25;:23;:25::i;:::-;2556:27;:25;:27::i;:::-;2290:315;;;;;;;;;;;;;:::i;:::-;;;;-1:-1:-1;;2290:315:114;;;;;;;;;;;;;;;;;;;;;;;;;;;;2253:360;;;;-1:-1:-1;2253:360:114;:::i;:::-;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;-1:-1:-1;2229:384:114;;-1:-1:-1;2229:384:114;-1:-1:-1;2229:384:114;2621:41;;2635:27;2651:10;2635:15;:27::i;:::-;1253:71:120;;;-1:-1:-1;;;1253:71:120;;;2757:92:139;1286:11:120;2865::139;;;2858:100;1299:24:120;2974:12:139;;;2967:101;2695:27:114;;;;;;2758:19;;3084:12:139;1253:71:120;;;;;;;;;;;;1245:80;;;:::i;:::-;1439:66;2881:28:114;:26;:28::i;:::-;2923:30;:28;:30::i;:::-;2967:27;:25;:27::i;:::-;3008:29;:27;:29::i;:::-;2732:327;;;;;;;;;;;;;:::i;:::-;;;;-1:-1:-1;;2732:327:114;;;;;;;;;;;;;;;;;;;;;;;;;;;;2695:372;;;;-1:-1:-1;2695:372:114;:::i;:::-;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;-1:-1:-1;2671:396:114;;-1:-1:-1;2671:396:114;-1:-1:-1;2671:396:114;3075:41;;3089:27;3105:10;3089:15;:27::i;:::-;1253:69:119;;;-1:-1:-1;;;1253:69:119;;;2757:92:139;1286:11:119;2865::139;;;2858:100;1299:22:119;2974:12:139;;;2967:101;3194:27:114;;;;;;3246:17;;3084:12:139;1253:69:119;;;;;;;;;;;;1245:78;;;:::i;:::-;3231:70:114;;;;;6026:25:139;;;;6099:42;3294:4:114;6087:55:139;6067:18;;;6060:83;5999:18;;3231:70:114;;;-1:-1:-1;;3231:70:114;;;;;;;;;;;;;;;;;;;;;;;;;;;;3194:115;;;;-1:-1:-1;3194:115:114;:::i;:::-;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;-1:-1:-1;3170:139:114;;-1:-1:-1;3170:139:114;-1:-1:-1;3170:139:114;3317:41;;3331:27;3347:10;3331:15;:27::i;:::-;1253:71:120;;;-1:-1:-1;;;1253:71:120;;;2757:92:139;1286:11:120;2865::139;;;2858:100;1299:24:120;2974:12:139;;;2967:101;3391:27:114;;;;;;3443:17;;3084:12:139;1253:71:120;;;;;;;;;;;;1245:80;;;:::i;:::-;3428:72:114;;;;;6026:25:139;;;;6099:42;3493:4:114;6087:55:139;6067:18;;;6060:83;5999:18;;3428:72:114;;;-1:-1:-1;;3428:72:114;;;;;;;;;;;;;;;;;;;;;;;;;;;;3391:117;;;;-1:-1:-1;3391:117:114;:::i;:::-;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;-1:-1:-1;3367:141:114;;-1:-1:-1;3367:141:114;-1:-1:-1;3367:141:114;3516:41;;3530:27;3546:10;3530:15;:27::i;:::-;386:6:81;3707:223:114;;;;;6409:25:139;;;3672:27:114;3801:4;6470:55:139;;6450:18;;;6443:83;3817:95:114;6542:18:139;;;;6535:45;;;;3707:223:114;;;;;;;;;;6382:18:139;;;;3707:223:114;;;;;;;;;;;;;3672:264;;:27;;;;:264;;3707:223;3672:264;:::i;:::-;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;-1:-1:-1;;;;;;;;1813:2128:114:o;2199:95:97:-;2238:7;2260:29;:27;:29::i;:::-;2253:36;;2199:95;:::o;3325:314:76:-;3439:16;;;3453:1;3439:16;;;;;;;;;3391:11;;;;3439:16;;;;;;;;;;;;-1:-1:-1;3439:16:76;3410:45;;3494:10;3461:9;3471:1;3461:12;;;;;;;;:::i;:::-;;;;;;;;;;;:44;;;;1047:74;;;-1:-1:-1;;;1047:74:76;;;2757:92:139;1080:16:76;2865:11:139;;;2858:100;1098:22:76;2974:12:139;;;2967:101;1047:74:76;;;;;;;;;;3084:12:139;;1047:74:76;;-1:-1:-1;;3528:62:76;;1039:83;;;:::i;:::-;3563:9;3574:1;1234:66;3528:24;:62::i;:::-;3512:78;;3604:29;3625:5;3612:20;;8592:5;8506:97;3604:29;3596:38;3325:314;-1:-1:-1;;;;3325:314:76:o;1829:200:119:-;1923:19;;;1940:1;1923:19;;;;;;;;;1876:6;;;;1923:19;;;;;;;;;;;;-1:-1:-1;1923:19:119;1890:52;;1964:18;1948:10;1959:1;1948:13;;;;;;;;:::i;:::-;;;;;;:34;;;;;;;;;:::i;:::-;;;;;;;;;;;:::i;:::-;;;-1:-1:-1;1996:28:119;2013:10;1996:16;:28::i;:::-;1989:35;;;1829:200;:::o;2071:406::-;2169:19;;;2186:1;2169:19;;;;;;;;;2120:6;;;;2169:19;;;;;;;;;;;-1:-1:-1;2169:19:119;2134:54;;2212:24;2194:12;2207:1;2194:15;;;;;;;;:::i;:::-;;;;;;:42;;;;;;;;;:::i;:::-;;;;;;;;;;;:::i;:::-;;;;;2260:24;2242:12;2255:1;2242:15;;;;;;;;:::i;:::-;;;;;;:42;;;;;;;;;:::i;:::-;;;;;;;;;;;:::i;:::-;;;;;2308:24;2290:12;2303:1;2290:15;;;;;;;;:::i;:::-;;;;;;:42;;;;;;;;;:::i;:::-;;;;;;;;;;;:::i;:::-;;;;;2356:24;2338:12;2351:1;2338:15;;;;;;;;:::i;:::-;;;;;;:42;;;;;;;;;:::i;:::-;;;;;;;;;;;:::i;:::-;;;;;2404:24;2386:12;2399:1;2386:15;;;;;;;;:::i;2516:144::-;2605:15;;;2618:1;2605:15;;;;;;;;;2562:24;;2605:15;;;;;;;;;;;;;;;;;;;;2594:26;;2626:29;;;;;;;;;;;;;;;;;:8;2635:1;2626:11;;;;;;;;:::i;:::-;;;;;;:29;;;;2516:144;:::o;2701:260::-;2796:15;;;2809:1;2796:15;;;;;;;;;2749:26;;2796:15;;;;;;;;;;;;;;;;;;;;2783:28;;2817:23;;;;;;;;;;;;;;;;;:10;2828:1;2817:13;;;;;;;;:::i;:::-;;;;;;:23;;;;2846;;;;;;;;;;;;;;;;;:10;2857:1;2846:13;;;;;;;;:::i;:::-;;;;;;:23;;;;2875;;;;;;;;;;;;;;;;;:10;2886:1;2875:13;;;;;;;;:::i;:::-;;;;;;:23;;;;2904;;;;;;;;;;;;;;;;;:10;2915:1;2904:13;;;;;;;;:::i;:::-;;;;;;:23;;;;2933;;;;;;;;;;;;;;;;;:10;2944:1;2933:13;;;;;;;;:::i;501:217:108:-;704:6;698:13;691:4;683:6;679:17;672:40;1712:240:120;1806:19;;;1823:1;1806:19;;;;;;;;1759:6;;;;1806:19;1823:1;1806:19;;;;;;;;;;-1:-1:-1;1806:19:120;1773:52;;1847:18;1831:10;1842:1;1831:13;;;;;;;;:::i;:::-;;;;;;:34;;;;;;;;;:::i;:::-;;;;;;;;;;;:::i;:::-;;;;;1887:18;1871:10;1882:1;1871:13;;;;;;;;:::i;1994:246::-;2092:19;;;2109:1;2092:19;;;;;;;;2043:6;;;;2092:19;2109:1;2092:19;;;;;;;;;;-1:-1:-1;2092:19:120;2057:54;;2135:15;2117:12;2130:1;2117:15;;;;;;;;:::i;:::-;;;;;;:33;;;;;;;;;:::i;:::-;;;;;;;;;;;:::i;:::-;;;;;2174:17;2156:12;2169:1;2156:15;;;;;;;;:::i;2279:174::-;2368:15;;;2381:1;2368:15;;;2325:24;2368:15;;;;;;;;;;;;;;;;;;;;;;;;;;2357:26;;2389:29;;;;;;;;;;;;;;;;;:8;2398:1;2389:11;;;;;;;;:::i;:::-;;;;;;:29;;;;2424:24;;;;;;;;;;;;;;;;;:8;2433:1;2424:11;;;;;;;;:::i;2494:171::-;2589:15;;;2602:1;2589:15;;;2542:26;2589:15;;;;;;;;;;;;;;;;;;;;;;;;;;2576:28;;2610:21;;;;;;;;;;;;;;;;;:10;2621:1;2610:13;;;;;;;;:::i;:::-;;;;;;:21;;;;2637:23;;;;;;;;;;;;;;;;;:10;2648:1;2637:13;;;;;;;;:::i;1091:227: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;22375:541:71:-;22532:7;22669:242;22713:59;22754:7;22763:8;22713:40;:59::i;:::-;22790:31;;;;2929:19:54;:27;295:1:79;2928:44:54;2894:79;;;2881:93;22839:63:71;22878:11;22891:10;22839:38;:63::i;:::-;22669:17;:242::i;:::-;22656:255;22375:541;-1:-1:-1;;;;;22375:541:71: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;32246:191:71:-;32348:7;32412;32421:8;32395:35;;;;;;;;;:::i;:::-;;;;-1:-1:-1;;32395:35:71;;;;;;;;;32385:46;;32395:35;32385:46;;;;26084:22;32378:53;;32246:191;-1:-1:-1;;;32246:191:71:o;32819:242::-;32915:7;;;32954:84;32974:10;32970:14;;:1;:14;32954:84;;;32999:32;2881:93:54;2929:19;:27;;;295:1:79;2928:44:54;2894:79;;;2881:93;32999:32:71;;:::i;:::-;;-1:-1:-1;32986:3:71;;;;:::i;:::-;;;;32954:84;;;-1:-1:-1;33050:6:71;32819:242;-1:-1:-1;;;32819:242:71:o;6940:790:70:-;7038:14;7074:2;7064:6;:12;7060:112;;7133:2;7124:6;:11;7106:29;;;;7155:2;7145:12;;;;;;:::i;:::-;;;;7060:112;-1:-1:-1;7352:21:70;;7348:1;7336:14;;7332:42;7500:2;:11;;;7582:22;;;7578:148;;;7707:1;7691:14;7687:22;7681:29;7677:1;7662:13;7658:21;7654:57;7646:6;7643:69;7633:79;;7054:676;6940:790;;;;;:::o;3195:520:52:-;3261:7;3274:13;3296:10;3290:17;;;;;;;;:::i;:::-;3274:33;;;;3324:2;3316:5;:10;3312:401;;;3568:2;3560:10;3574:1;3559:16;;;-1:-1:-1;;3195:520:52:o;3312:401::-;3610:18;3596:10;:32;;;;;;;;:::i;:::-;;3592:121;;-1:-1:-1;3643:2:52;;3195:520;-1:-1:-1;;3195:520:52:o;3592:121::-;-1:-1:-1;3707:1:52;;3195:520;-1:-1:-1;;3195:520:52:o;3592:121::-;3270:445;3195:520;;;:::o;14:332:139:-;72:6;125:2;113:9;104:7;100:23;96:32;93:52;;;141:1;138;131:12;93:52;180:9;167:23;230:66;223:5;219:78;212:5;209:89;199:117;;312:1;309;302:12;199:117;335:5;14:332;-1:-1:-1;;;14:332:139:o;774:184::-;-1:-1:-1;;;823:1:139;816:88;923:4;920:1;913:15;947:4;944:1;937:15;963:980;1031:6;1084:2;1072:9;1063:7;1059:23;1055:32;1052:52;;;1100:1;1097;1090:12;1052:52;1140:9;1127:23;1169:18;1210:2;1202:6;1199:14;1196:34;;;1226:1;1223;1216:12;1196:34;1264:6;1253:9;1249:22;1239:32;;1309:7;1302:4;1298:2;1294:13;1290:27;1280:55;;1331:1;1328;1321:12;1280:55;1367:2;1354:16;1389:2;1385;1382:10;1379:36;;;1395:18;;:::i;:::-;1529:2;1523:9;1591:4;1583:13;;-1:-1:-1;;1579:22:139;;;1603:2;1575:31;1571:40;1559:53;;;1627:18;;;1647:22;;;1624:46;1621:72;;;1673:18;;:::i;:::-;1713:10;1709:2;1702:22;1748:2;1740:6;1733:18;1788:7;1783:2;1778;1774;1770:11;1766:20;1763:33;1760:53;;;1809:1;1806;1799:12;1760:53;1865:2;1860;1856;1852:11;1847:2;1839:6;1835:15;1822:46;1910:1;1888:15;;;1905:2;1884:24;1877:35;;;;-1:-1:-1;1892:6:139;963:980;-1:-1:-1;;;;;963:980:139:o;2385:184::-;2455:6;2508:2;2496:9;2487:7;2483:23;2479:32;2476:52;;;2524:1;2521;2514:12;2476:52;-1:-1:-1;2547:16:139;;2385:184;-1:-1:-1;2385:184:139:o;3107:357::-;3225:12;;3272:4;3261:16;;;3255:23;;3225:12;3290:16;;3287:171;;;-1:-1:-1;;3364:4:139;3360:17;;;;3357:1;3353:25;3349:98;3338:110;;3107:357;-1:-1:-1;3107:357:139:o;3469:250::-;3554:1;3564:113;3578:6;3575:1;3572:13;3564:113;;;3654:11;;;3648:18;3635:11;;;3628:39;3600:2;3593:10;3564:113;;;-1:-1:-1;;3711:1:139;3693:16;;3686:27;3469:250::o;3724:882::-;3776:3;3814:5;3808:12;3841:6;3836:3;3829:19;3867:4;3908:2;3903:3;3899:12;3933:11;3960;3953:18;;4010:6;4007:1;4003:14;3996:5;3992:26;3980:38;;4052:2;4045:5;4041:14;4073:1;4083:497;4097:6;4094:1;4091:13;4083:497;;;4168:5;4162:4;4158:16;4153:3;4146:29;4204:6;4198:13;4246:2;4240:9;4275:8;4269:4;4262:22;4297:72;4360:8;4355:2;4349:4;4345:13;4340:2;4336;4332:11;4297:72;:::i;:::-;4558:12;;;;4422:2;4408:17;-1:-1:-1;;4404:90:139;4394:101;;;;4390:110;;;-1:-1:-1;4523:15:139;;;;4119:1;4112:9;4083:497;;;-1:-1:-1;4596:4:139;;3724:882;-1:-1:-1;;;;;;;3724:882:139:o;4611:912::-;5141:6;5130:9;5123:25;5184:6;5179:2;5168:9;5164:18;5157:34;5227:6;5222:2;5211:9;5207:18;5200:34;5270:6;5265:2;5254:9;5250:18;5243:34;5314:3;5308;5297:9;5293:19;5286:32;5104:4;5341:56;5392:3;5381:9;5377:19;5369:6;5341:56;:::i;:::-;5446:9;5438:6;5434:22;5428:3;5417:9;5413:19;5406:51;5474:43;5510:6;5502;5474:43;:::i;:::-;5466:51;4611:912;-1:-1:-1;;;;;;;;;4611:912:139:o;5528:287::-;5657:3;5695:6;5689:13;5711:66;5770:6;5765:3;5758:4;5750:6;5746:17;5711:66;:::i;:::-;5793:16;;;;;5528:287;-1:-1:-1;;5528:287:139:o;6591:184::-;-1:-1:-1;;;6640:1:139;6633:88;6740:4;6737:1;6730:15;6764:4;6761:1;6754:15;6780:184;-1:-1:-1;;;6829:1:139;6822:88;6929:4;6926:1;6919:15;6953:4;6950:1;6943:15;6969:184;-1:-1:-1;;;7018:1:139;7011:88;7118:4;7115:1;7108:15;7142:4;7139:1;7132:15;7158:128;7225:9;;;7246:11;;;7243:37;;;7260:18;;:::i;7291:168::-;7364:9;;;7395;;7412:15;;;7406:22;;7392:37;7382:71;;7433:18;;:::i;7464:640::-;7715:6;7710:3;7703:19;7685:3;7741:2;7774;7769:3;7765:12;7806:6;7800:13;7871:2;7863:6;7859:15;7892:1;7902:175;7916:6;7913:1;7910:13;7902:175;;;7979:13;;7965:28;;8015:14;;;;8052:15;;;;7938:1;7931:9;7902:175;;8109:125;8174:9;;;8195:10;;;8192:36;;;8208:18;;:::i;8239:195::-;8278:3;-1:-1:-1;;8302:5:139;8299:77;8296:103;;8379:18;;:::i;:::-;-1:-1:-1;8426:1:139;8415:13;;8239:195::o;8439:184::-;-1:-1:-1;;;8488:1:139;8481:88;8588:4;8585:1;8578:15;8612:4;8609:1;8602:15",
135
135
  "linkReferences": {},
136
136
  "immutableReferences": {
137
- "39821": [
137
+ "39878": [
138
138
  {
139
139
  "start": 1596,
140
140
  "length": 32
@@ -159,7 +159,7 @@
159
159
  "installRoot(bytes)": "7c5b0335",
160
160
  "supportsInterface(bytes4)": "01ffc9a7"
161
161
  },
162
- "rawMetadata": "{\"compiler\":{\"version\":\"0.8.21+commit.d9974bed\"},\"language\":\"Solidity\",\"output\":{\"abi\":[{\"inputs\":[],\"name\":\"Module_NonRootInstallNotSupported\",\"type\":\"error\"},{\"inputs\":[],\"name\":\"Module_RootInstallNotSupported\",\"type\":\"error\"},{\"inputs\":[{\"internalType\":\"uint256\",\"name\":\"length\",\"type\":\"uint256\"}],\"name\":\"SchemaLib_InvalidLength\",\"type\":\"error\"},{\"inputs\":[],\"name\":\"SchemaLib_StaticTypeAfterDynamicType\",\"type\":\"error\"},{\"inputs\":[],\"name\":\"_msgSender\",\"outputs\":[{\"internalType\":\"address\",\"name\":\"sender\",\"type\":\"address\"}],\"stateMutability\":\"view\",\"type\":\"function\"},{\"inputs\":[],\"name\":\"_msgValue\",\"outputs\":[{\"internalType\":\"uint256\",\"name\":\"value\",\"type\":\"uint256\"}],\"stateMutability\":\"pure\",\"type\":\"function\"},{\"inputs\":[],\"name\":\"_world\",\"outputs\":[{\"internalType\":\"address\",\"name\":\"\",\"type\":\"address\"}],\"stateMutability\":\"view\",\"type\":\"function\"},{\"inputs\":[],\"name\":\"getName\",\"outputs\":[{\"internalType\":\"bytes16\",\"name\":\"\",\"type\":\"bytes16\"}],\"stateMutability\":\"pure\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"bytes\",\"name\":\"\",\"type\":\"bytes\"}],\"name\":\"install\",\"outputs\":[],\"stateMutability\":\"pure\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"bytes\",\"name\":\"args\",\"type\":\"bytes\"}],\"name\":\"installRoot\",\"outputs\":[],\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"bytes4\",\"name\":\"interfaceId\",\"type\":\"bytes4\"}],\"name\":\"supportsInterface\",\"outputs\":[{\"internalType\":\"bool\",\"name\":\"\",\"type\":\"bool\"}],\"stateMutability\":\"pure\",\"type\":\"function\"}],\"devdoc\":{\"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 are in a given table. This mapping is stored in a global table that is registered when the module is first installed. Note: if a table with composite keys is used, only the first key is indexed Note: this module currently only supports `installRoot` (via `World.installRootModule`). TODO: add support for `install` (via `World.installModule`) by using `callFrom` with the `msgSender()`\",\"version\":1}},\"settings\":{\"compilationTarget\":{\"src/modules/keysintable/KeysInTableModule.sol\":\"KeysInTableModule\"},\"evmVersion\":\"paris\",\"libraries\":{},\"metadata\":{\"bytecodeHash\":\"none\"},\"optimizer\":{\"enabled\":true,\"runs\":3000},\"remappings\":[\":@latticexyz/=node_modules/@latticexyz/\",\":ds-test/=node_modules/ds-test/src/\",\":forge-std/=node_modules/forge-std/src/\"]},\"sources\":{\"node_modules/@latticexyz/schema-type/src/solidity/SchemaType.sol\":{\"keccak256\":\"0x770eff7a38b9b7b1613dc11ca09db4f28b42a117c9b39b2a06a650a58a250bdb\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://39f544110658a53def52c2a4e33b8b158b95a4f14fccea58d5268b6e728d86d4\",\"dweb:/ipfs/QmTesj6tjSFbfAiKUitXapdNYWPStS8bLkB3r22qfyHwUC\"]},\"node_modules/@latticexyz/store/src/Bytes.sol\":{\"keccak256\":\"0xb36724e0369ad053579ec04b9b51707dd8dcc4a72b38404cebdf018ce40bf202\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://d8745e1632b7ee94f128600837a36ae53fabaf73c506b0c6d1cae70ea2e9b086\",\"dweb:/ipfs/QmXuMqmybWjEPqWEx91DTM7KAUyxAmDcsj7riBfCfA427N\"]},\"node_modules/@latticexyz/store/src/FieldLayout.sol\":{\"keccak256\":\"0xadb7ac513012e59b66ca70b786eec1465f6b44ae268765de6d8ae1f1a9531192\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://aa59a7d190154d7eba8fa6b5f0c6e5477f434a217f0e353c3b158a3c25895057\",\"dweb:/ipfs/QmeWTCwGJwZjjYYKdaSSWa1rzc4Uo4YXMUDotTQfdSCtRD\"]},\"node_modules/@latticexyz/store/src/Hook.sol\":{\"keccak256\":\"0xd54d6067a7a8683c446c5c88c1a4b0019caca1cddcde8583f83a8f13f172a923\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://f85e55447a4fdad532dd84e1ba7c169603848d210fc461b32dc57fd7b6b72410\",\"dweb:/ipfs/Qmejcoi7J3Ad5RZdndJsDQqRfmKs6FKW9aksALFvkxmm41\"]},\"node_modules/@latticexyz/store/src/IERC165.sol\":{\"keccak256\":\"0x1a113ae394de69ca1db7e9acb1886eaee3967dcfed46fc78497e77bc26dd778f\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://091e04dc9e8d5b3a492d1d39a6d06fd5b4bad3c282bd4c06a38d92bec3422513\",\"dweb:/ipfs/QmbfMi1bH9RAs4JMDxKmhVqpAoyoVgN9nd7o11SakJC1zQ\"]},\"node_modules/@latticexyz/store/src/IStore.sol\":{\"keccak256\":\"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/keysintable/KeysInTableHook.sol\":{\"keccak256\":\"0x5c99ca28f8f1cf7bbd4a81a740bdbf1bf3868cbcf67413375e693e6d0ddfae13\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://fd577beb914ac63b06ca53e2bac25ab7d59bd5db3e939b17d26ec651780ad673\",\"dweb:/ipfs/QmXff1gvwQ3z2DSZpd4v78qx2kWtDPA4PXZbrgW4qHZC7G\"]},\"src/modules/keysintable/KeysInTableModule.sol\":{\"keccak256\":\"0xd9242dcc6e8a9d5e007c515f5fee69283e88b107184f0130a5646bcb71ccf212\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://407060762d00c75be697f361d7e3fa6f0058541b8a8c5d3d25560be4e9bc64b9\",\"dweb:/ipfs/QmcF8rpeRt9TfF2dR1Psf1CMB1eMUHvVZ5xD3wdzC84pT9\"]},\"src/modules/keysintable/tables/KeysInTable.sol\":{\"keccak256\":\"0x3904c9646e7a32e890f957dae1c6aafa2443a451849bf846408a05aec2f5d758\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://8f1b3cffba9f3b83cc3486e5645daf7e160dd1441d8e30d3c23441f49ef3ea44\",\"dweb:/ipfs/QmSdAxi1cf67mCxcCBMvHe15ubcZ6tm2nhcRTLCSWfbxGq\"]},\"src/modules/keysintable/tables/UsedKeysIndex.sol\":{\"keccak256\":\"0x43dd072734e034b542e669aa582722f706343439ef4a1bdd766f041d3bfb0cfd\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://1780a7e7360212b66c50ec1bf67c33c6d56a7ca6e0b60246f129eff021444b3f\",\"dweb:/ipfs/QmcLY4xgXw9UJGTKrJUkMr4WEqCmpmUQiSxfvBS3NzTZVr\"]}},\"version\":1}",
162
+ "rawMetadata": "{\"compiler\":{\"version\":\"0.8.21+commit.d9974bed\"},\"language\":\"Solidity\",\"output\":{\"abi\":[{\"inputs\":[],\"name\":\"Module_NonRootInstallNotSupported\",\"type\":\"error\"},{\"inputs\":[],\"name\":\"Module_RootInstallNotSupported\",\"type\":\"error\"},{\"inputs\":[{\"internalType\":\"uint256\",\"name\":\"length\",\"type\":\"uint256\"}],\"name\":\"SchemaLib_InvalidLength\",\"type\":\"error\"},{\"inputs\":[],\"name\":\"SchemaLib_StaticTypeAfterDynamicType\",\"type\":\"error\"},{\"inputs\":[],\"name\":\"_msgSender\",\"outputs\":[{\"internalType\":\"address\",\"name\":\"sender\",\"type\":\"address\"}],\"stateMutability\":\"view\",\"type\":\"function\"},{\"inputs\":[],\"name\":\"_msgValue\",\"outputs\":[{\"internalType\":\"uint256\",\"name\":\"value\",\"type\":\"uint256\"}],\"stateMutability\":\"pure\",\"type\":\"function\"},{\"inputs\":[],\"name\":\"_world\",\"outputs\":[{\"internalType\":\"address\",\"name\":\"\",\"type\":\"address\"}],\"stateMutability\":\"view\",\"type\":\"function\"},{\"inputs\":[],\"name\":\"getName\",\"outputs\":[{\"internalType\":\"bytes16\",\"name\":\"\",\"type\":\"bytes16\"}],\"stateMutability\":\"pure\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"bytes\",\"name\":\"\",\"type\":\"bytes\"}],\"name\":\"install\",\"outputs\":[],\"stateMutability\":\"pure\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"bytes\",\"name\":\"args\",\"type\":\"bytes\"}],\"name\":\"installRoot\",\"outputs\":[],\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"bytes4\",\"name\":\"interfaceId\",\"type\":\"bytes4\"}],\"name\":\"supportsInterface\",\"outputs\":[{\"internalType\":\"bool\",\"name\":\"\",\"type\":\"bool\"}],\"stateMutability\":\"pure\",\"type\":\"function\"}],\"devdoc\":{\"errors\":{\"Module_RootInstallNotSupported()\":[{\"details\":\"Errors to represent non-support of specific installation types.\"}]},\"kind\":\"dev\",\"methods\":{\"_msgSender()\":{\"returns\":{\"sender\":\"The address of the trusted sender.\"}},\"_msgValue()\":{\"returns\":{\"value\":\"The `msg.value` in the call to the World contract before the World routed the call to the WorldContextConsumer contract.\"}},\"_world()\":{\"returns\":{\"_0\":\"The address of the World contract that routed the call to this WorldContextConsumer.\"}},\"getName()\":{\"details\":\"Provides a way to identify the module by a unique name.\",\"returns\":{\"_0\":\"The name of the module as a bytes16.\"}},\"installRoot(bytes)\":{\"details\":\"This function is invoked by the World contract during `installRootModule` process. The module expects to be called via the World contract and thus installs itself on the `msg.sender`.\",\"params\":{\"args\":\"Arguments that may be needed during the installation process.\"}},\"supportsInterface(bytes4)\":{\"details\":\"Overrides the functionality from IERC165 and WorldContextConsumer to check for supported interfaces.\",\"params\":{\"interfaceId\":\"The bytes4 identifier for the interface.\"},\"returns\":{\"_0\":\"true if the interface is supported, false otherwise.\"}}},\"version\":1},\"userdoc\":{\"kind\":\"user\",\"methods\":{\"_msgSender()\":{\"notice\":\"Extracts the trusted msg.sender value from the appended calldata.\"},\"_msgValue()\":{\"notice\":\"Extract the `msg.value` from the context appended to the calldata.\"},\"_world()\":{\"notice\":\"Get the address of the World contract that routed the call to this WorldContextConsumer.\"},\"getName()\":{\"notice\":\"Return the name of the module.\"},\"installRoot(bytes)\":{\"notice\":\"Installs the module as a root module.\"},\"supportsInterface(bytes4)\":{\"notice\":\"Checks if the given interfaceId is supported by this contract.\"}},\"notice\":\"This module deploys a hook that is called when a value is set in the `sourceTableId` provided in the install methods arguments. The hook keeps track of the keys that are in a given table. This mapping is stored in a global table that is registered when the module is first installed. Note: if a table with composite keys is used, only the first key is indexed Note: this module currently only supports `installRoot` (via `World.installRootModule`). TODO: add support for `install` (via `World.installModule`) by using `callFrom` with the `msgSender()`\",\"version\":1}},\"settings\":{\"compilationTarget\":{\"src/modules/keysintable/KeysInTableModule.sol\":\"KeysInTableModule\"},\"evmVersion\":\"paris\",\"libraries\":{},\"metadata\":{\"bytecodeHash\":\"none\"},\"optimizer\":{\"enabled\":true,\"runs\":3000},\"remappings\":[\":@latticexyz/=node_modules/@latticexyz/\",\":ds-test/=node_modules/ds-test/src/\",\":forge-std/=node_modules/forge-std/src/\"]},\"sources\":{\"node_modules/@latticexyz/schema-type/src/solidity/SchemaType.sol\":{\"keccak256\":\"0x770eff7a38b9b7b1613dc11ca09db4f28b42a117c9b39b2a06a650a58a250bdb\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://39f544110658a53def52c2a4e33b8b158b95a4f14fccea58d5268b6e728d86d4\",\"dweb:/ipfs/QmTesj6tjSFbfAiKUitXapdNYWPStS8bLkB3r22qfyHwUC\"]},\"node_modules/@latticexyz/store/src/Bytes.sol\":{\"keccak256\":\"0xb36724e0369ad053579ec04b9b51707dd8dcc4a72b38404cebdf018ce40bf202\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://d8745e1632b7ee94f128600837a36ae53fabaf73c506b0c6d1cae70ea2e9b086\",\"dweb:/ipfs/QmXuMqmybWjEPqWEx91DTM7KAUyxAmDcsj7riBfCfA427N\"]},\"node_modules/@latticexyz/store/src/FieldLayout.sol\":{\"keccak256\":\"0xadb7ac513012e59b66ca70b786eec1465f6b44ae268765de6d8ae1f1a9531192\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://aa59a7d190154d7eba8fa6b5f0c6e5477f434a217f0e353c3b158a3c25895057\",\"dweb:/ipfs/QmeWTCwGJwZjjYYKdaSSWa1rzc4Uo4YXMUDotTQfdSCtRD\"]},\"node_modules/@latticexyz/store/src/Hook.sol\":{\"keccak256\":\"0xd54d6067a7a8683c446c5c88c1a4b0019caca1cddcde8583f83a8f13f172a923\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://f85e55447a4fdad532dd84e1ba7c169603848d210fc461b32dc57fd7b6b72410\",\"dweb:/ipfs/Qmejcoi7J3Ad5RZdndJsDQqRfmKs6FKW9aksALFvkxmm41\"]},\"node_modules/@latticexyz/store/src/IERC165.sol\":{\"keccak256\":\"0x1a113ae394de69ca1db7e9acb1886eaee3967dcfed46fc78497e77bc26dd778f\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://091e04dc9e8d5b3a492d1d39a6d06fd5b4bad3c282bd4c06a38d92bec3422513\",\"dweb:/ipfs/QmbfMi1bH9RAs4JMDxKmhVqpAoyoVgN9nd7o11SakJC1zQ\"]},\"node_modules/@latticexyz/store/src/IStore.sol\":{\"keccak256\":\"0x9092b65551d0f910e5645cebb5acadb387cdd192d75fa89cd6b293bd65b28827\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://478825a6f7eff9ddab968e71e1d55ebee279d3b318f10976d9334384000059c0\",\"dweb:/ipfs/Qme7NY976woRy3RQjE4tkkiwoXnoVtTmER3PbWCSbjZ2kb\"]},\"node_modules/@latticexyz/store/src/IStoreData.sol\":{\"keccak256\":\"0x2a7392d937f372fbcd0ee9333a5af33e2630587b6e6dd714b1cebf75d8cdfc15\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://6dca5e58374dc496bbc33fbe7b0c3774d3767662b23630a515a59b13d69fe66c\",\"dweb:/ipfs/QmU15fFKVtmYgGivVG3wJfCnRKjsJY2jdEjp75FFCqUN7t\"]},\"node_modules/@latticexyz/store/src/IStoreErrors.sol\":{\"keccak256\":\"0xb9070663ded3cad82285bb7610949e422f88abb48c2ddbd792af83d127d64212\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://830490f1c888bec86df1e7ef43773d60ebdbdfdb2b91ab7fe074e2f38d7439dc\",\"dweb:/ipfs/QmS26fpXdZuGgMmjcdQDf9k1Bedn2dhjk9byFZJoNkctPZ\"]},\"node_modules/@latticexyz/store/src/IStoreEvents.sol\":{\"keccak256\":\"0xa6d353df9033207ea4b6b13cb13535d6d9abd6963e7c27749c5ca2a9bf5f8cef\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://2827bf5d86d2011cde150e8a4c6b39d187398831870407ca8aa065257f04954a\",\"dweb:/ipfs/QmanvEbRTpN5u2YYnk8hTupoWugFAKL7xbj6cHUaZQ83WG\"]},\"node_modules/@latticexyz/store/src/IStoreHook.sol\":{\"keccak256\":\"0x237a6871db470dda42feb50f4f237c066daf599cda28e48458d533d639f2b3d7\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://ca670b27fc6cc824223b6e99d307632baf9ee66a7d58cfbdcfca57e2d5eb1488\",\"dweb:/ipfs/QmVQx23VfsyYRvyRy5ZQEeUvNyfuK75DZ8EF4uKCGEQ4sr\"]},\"node_modules/@latticexyz/store/src/IStoreRead.sol\":{\"keccak256\":\"0xd2180d53ecd31069b1166f170ecdcd85917ac50f45fc26fb39b49cee7ba00e37\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://1494bb0a3228e2d194bddaed4761fd3ca865979f0e3f3a53acd271143a4aa0ac\",\"dweb:/ipfs/Qmaddnzzmu99iP9dTWK9ZeByh5dZyjY9SpVnRdvyr2fBAo\"]},\"node_modules/@latticexyz/store/src/IStoreRegistration.sol\":{\"keccak256\":\"0xf448fbb2bc9c982721a43234463656da5a49cea08543e62148d54f11e1ac3e2f\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://64b3579d9b9dcd73dca2beab3d4fcf60237420945ebbb2e9f4ffcc88f4110115\",\"dweb:/ipfs/QmaW5nN3zGEriSYHncye6Nz2TkAw1oo1CyG2JuJTJrJoXg\"]},\"node_modules/@latticexyz/store/src/IStoreWrite.sol\":{\"keccak256\":\"0x8b6c7af5ee330928aebb58c8872d3944304ee10ed11f8a325b6accc4ec5df81b\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://b866d158701c7a40834bed735194b804ef219f2bbe574e2307785fff7bcf9da1\",\"dweb:/ipfs/QmXzJfZkXVfyr2RFGwDuazeVnV3UWYmQxjKZ3KzFbbe75U\"]},\"node_modules/@latticexyz/store/src/Memory.sol\":{\"keccak256\":\"0xa1872adf18790f030ebe59cdc938a4639a1753fe487aeebe14d952d6e032ab31\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://3a15f9046013ab5628b7d934e2c740cf84ae39cb57de136c284090bf106c31b6\",\"dweb:/ipfs/QmZPrpunYTfgi5gDtqAq12GkdQDmrAGaUG7sVr2jVWe1Ye\"]},\"node_modules/@latticexyz/store/src/PackedCounter.sol\":{\"keccak256\":\"0x1efd826172c7004d5771c2abe6e27a36a7fb05273e81f05f2ec36a3dcfb9af2e\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://3d024122b3f9d7f050fabd646a7151ab92dd90c0907b9025aa97656965b28e04\",\"dweb:/ipfs/QmYNyvdSDoMa6FaRzTV2JLcUZVSygnyS3HbRCdNZJ8PV7A\"]},\"node_modules/@latticexyz/store/src/ResourceId.sol\":{\"keccak256\":\"0x4a61aefe72d6035b1e9aca7841aab44ebd26f8706bdbb447f382046fa94753b6\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://f715743739e4f8f8a98d78397025a92299ecb3b5dde88cc53bc1ab72bf531fa6\",\"dweb:/ipfs/QmVsYAupGWZUemE4t6xjLqztGHadQ8cyo9E4mT5ZDKUmTs\"]},\"node_modules/@latticexyz/store/src/Schema.sol\":{\"keccak256\":\"0x07c1468d1776e76c451d7ce1e94509bd02f664f89e6fc98d82925cf06ecce31d\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://97bababaebe4bd8402fbff2db3395506f5277b8dcc53b88ceb636350f5438e3d\",\"dweb:/ipfs/QmP4dWkucmpgYztjv8HsXy21JqQYYn42nztzDAcSVuHSv1\"]},\"node_modules/@latticexyz/store/src/Slice.sol\":{\"keccak256\":\"0x3c06a067ca8de1ea75b986837ef97d5fdce0637ca43d1ef0cf5e63c01f4b9161\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://f48e754ba5033db9ae64a04d191bd66cccc432dc30931a7d1327bd7b2b76fd37\",\"dweb:/ipfs/QmQsoEbcy4SMLTjwi5Eonge3mpWpoVieaxif8W4TqafoEz\"]},\"node_modules/@latticexyz/store/src/Storage.sol\":{\"keccak256\":\"0xba14c2766fb6c547448fa84f5e32664050684898ec6436537735dd294913ef7f\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://834d14bb66e13974b281bb909c56ed93eb0b20362a6131fa3fc3466004667694\",\"dweb:/ipfs/Qmbo4xUPGEkziMS1MzSD279ZG2Ah7YYRebcmFLYYjveFiR\"]},\"node_modules/@latticexyz/store/src/StoreCore.sol\":{\"keccak256\":\"0xa1f69881bc1e225e4edccbf50a055b9e1933acf1951448bfc43cd5af08ae593f\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://db08db3902fcc2cf1034a45d4a482204a2a676398bdded6419c6c55954db4954\",\"dweb:/ipfs/QmSRcCucWgpnhztKpCnYR6ZhTXHMoPY59aBgKaPrsBQHsF\"]},\"node_modules/@latticexyz/store/src/StoreHook.sol\":{\"keccak256\":\"0x51654c8695568ca0b5d2c864661016771160f6e38f5c02046fbc78d7320d9f00\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://30205d1347e918cb1a92d17d953bd810816f4aec14c5baaa5d55f0089befcc84\",\"dweb:/ipfs/QmWkhsxugSuR9FDsF829hLRMRLTHjRkBrvztQAkFLTkLYh\"]},\"node_modules/@latticexyz/store/src/StoreSwitch.sol\":{\"keccak256\":\"0x56e2fc6b04c1d64a068b3a8e6e8900bea1b51b824a9bfb7f2fdb294015b99147\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://b336a38da42d3aad9be5edecfa68e6c1ab18348f853ab4147a92f69527e107e2\",\"dweb:/ipfs/QmVeFQ5skNx4VJbJPt1zTE6JHH9FCQ39UorZj2NGSX3fEq\"]},\"node_modules/@latticexyz/store/src/codegen/index.sol\":{\"keccak256\":\"0xf337a5abb2d43ef00c1c200e7fbec30fc89c7c701e457ab4277194b700d2aea3\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://eccdf6158076b4e8f1b587a0310228f53323705e054a44eaa7733f38805c3ee6\",\"dweb:/ipfs/QmbXEVNTctg54dK9awdCVyAjeuUjR6ckfmmXBP8DrFmjyq\"]},\"node_modules/@latticexyz/store/src/codegen/tables/Hooks.sol\":{\"keccak256\":\"0x2e138ee1e68db71495ee97f9df9e508d2c83d75cacab25db647f3ed7b43b22a4\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://c9029b6380c6a62e2b647bdafeede3deff7737d1049de52248d79151c7a786c9\",\"dweb:/ipfs/QmdqJdN3V2LqUrK2kWF9fDvAHFPLNspCsPD73ECFPudZAb\"]},\"node_modules/@latticexyz/store/src/codegen/tables/ResourceIds.sol\":{\"keccak256\":\"0xdb1003aeef88489dbf32e8a10a581949c245aab7136f6a8786130ba448c628a1\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://77265a1beb7dbd951ea342e63a7aac9572203df4ee3231b5337a90c847b7232e\",\"dweb:/ipfs/QmcX937Nv56V576CnnTc8ASH1BgsK6DsmQK93npmAdVAC5\"]},\"node_modules/@latticexyz/store/src/codegen/tables/StoreHooks.sol\":{\"keccak256\":\"0x1d4be2832c255456d50862c8da907d8d10ce1f1245548165297172b9d323dbc4\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://a6908b829a035d07d33a1c219a7f98d3d5b88b8d7f19806cb7967fc05791a791\",\"dweb:/ipfs/QmWbx4snYp92MhQse6TvXUgLoaPhJJGzjzYHxMNPh1Vgd4\"]},\"node_modules/@latticexyz/store/src/codegen/tables/Tables.sol\":{\"keccak256\":\"0x7ab92a0033d9a7a332464d50173d9a4343ed53c26152218f2125ad0517563d68\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://db2be1de5a22c4a85565c28231e421934fbbf1fbfa195110323b4a4171c34b8c\",\"dweb:/ipfs/Qmcosfb89Mbosar4McEsZp9oaTgwisKNJwSPvRazpSpii3\"]},\"node_modules/@latticexyz/store/src/constants.sol\":{\"keccak256\":\"0x3826d50fae1df0e69313e5f52c235e860a8c9ff2623a5e0ae3fd0438cfa557fb\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://91806d1fe0ffa80ca861bd8eb7251911e523d0bbf72858300f0119ef12ae2961\",\"dweb:/ipfs/QmbPcr8eu32qhBwYfYem9nZ549BNc7Zjyc4VkYjFnM8nyQ\"]},\"node_modules/@latticexyz/store/src/leftMask.sol\":{\"keccak256\":\"0x9f5aaf307403002b45a2e4c2f999a21b90df70c7b796cfd66cc3d5431be894be\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://0a2ae01c25a86aa4c7652c4a88099888d6445e871a9656790dc251eec6cdb97c\",\"dweb:/ipfs/QmVoUETvXqSUK6GfX9z67G2xQh7soGZLAwyUsKKpfPXEk6\"]},\"node_modules/@latticexyz/store/src/storeHookTypes.sol\":{\"keccak256\":\"0x574ec08fd11b930f375324026cbd2bad770a2fc5dfddfded9a694238a2eb6246\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://4eb9de43e66c6ea6b9221236695a1b2e9c54f2b5bb5aa083b678b0d673563ccc\",\"dweb:/ipfs/QmYE25Ek4XdL2DKcwru1whS4kKTjr16JU1MhysCm2Vffob\"]},\"node_modules/@latticexyz/store/src/storeResourceTypes.sol\":{\"keccak256\":\"0xb2c27c7b8f974f1e3c70dd82c92f35f5bbd2887e16afe454e6dbc38300a51feb\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://6cbdbcc95835f67030eebdebeaf0bfd6faa612381179e7f7be8b9d3c00b20878\",\"dweb:/ipfs/QmNeZU5MmRQqhcLxN6BA2BQvgEst8yg67F4VQoPJEEK6kg\"]},\"node_modules/@latticexyz/store/src/tightcoder/DecodeSlice.sol\":{\"keccak256\":\"0xd64eae381daba3788cce62cc209a4ae05817bda80a63fc356b1e1c5bd81e7024\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://922453b0896758bdbd8dfb68137c1893f9ee7099c0e4d591578a9a1b26f9f6ef\",\"dweb:/ipfs/QmQVGnVvkRcQSphaRZW4GMTbr8rLKuGiJ6JKGh9ZDfsEzx\"]},\"node_modules/@latticexyz/store/src/tightcoder/EncodeArray.sol\":{\"keccak256\":\"0xbb895ba4c1470c5c16c65634f056865010b4a717983f82a289572fd804c87535\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://2a2bffa72d437ddcfde157cc918cc181ae668e949d4136e6e92f2520a875a898\",\"dweb:/ipfs/QmaAwtXNUv3TKAxkhvGqhWBZPtm57J8Qqi3XVsW6DWZfAo\"]},\"node_modules/@latticexyz/store/src/tightcoder/TightCoder.sol\":{\"keccak256\":\"0x5c66d7d7498df3e9ded0512506f2aa1a77077e18569975706049f53c2d009f20\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://74783a2ec9c5733261c3b8747c30e91173d0be47bfc75656879235624f57ee2c\",\"dweb:/ipfs/QmaRkUAtpyinafhQ2u6WGXy9N9HTVuAwJUTEbr4sxFSg3g\"]},\"node_modules/@latticexyz/store/src/version.sol\":{\"keccak256\":\"0xe973573981d86701f2749aeb81dd5e2b27b9b898f4467b779df9a0ce1a7d4d27\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://20154e4d5f7ff8ec38f2056a8b62ef3e11380335266759b3e1547c2642007168\",\"dweb:/ipfs/QmUND96YPeQQ6n9jwztPyeK5FyNqg3NVMnWkUGXaA81quL\"]},\"node_modules/@latticexyz/world/src/IERC165.sol\":{\"keccak256\":\"0x7997ebbdee6a2493f28e7032c7a8b906ade40f807d95734e2653c8f1b023ff47\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://c8ca41bb2619bf27e5bf886d1322f0e2dffd096c49f7ae6e716541dd1e1ddce5\",\"dweb:/ipfs/Qmb8zATUWWTtiWaSLjbAe6PGnJPes9ANvEyk7pYoWR3P3Y\"]},\"node_modules/@latticexyz/world/src/IModule.sol\":{\"keccak256\":\"0xec02d49b84a882c9cf01e4e5c16f890ed7c52db945fd43a6f97ffe87730ba0d3\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://8f8ee1a3aaac5789b36808bdae2e26e32d1664583a6b21680b5721f04d81bbc3\",\"dweb:/ipfs/Qmd4L3vGQiavSCe9g2k7riyA6cer3ruuxRFehAJCSxNRfw\"]},\"node_modules/@latticexyz/world/src/ISystemHook.sol\":{\"keccak256\":\"0xb2114b6b66c0e7d8304d9e1d06aa1d0731f089daa6a0584e6cf744d9c48cf4db\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://ebbb172970b106dd4ae5a6d5e417ac75cad7529d2b94c1601e10b886d0edf510\",\"dweb:/ipfs/QmPGn4F92hjkFch6Jh2NB37EYLLfstw6JxJKUZjXBFqGCw\"]},\"node_modules/@latticexyz/world/src/IWorldContextConsumer.sol\":{\"keccak256\":\"0x22b8cb3ffcc21cb1657d57fc8ac929d2d6fdd199328e6f43ad2cb54f53dcd500\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://47c001f6b7c6d6e453c340618d23b1532078abb7d0fd7283405071e4e8ff8d2d\",\"dweb:/ipfs/QmRW3femBhqQCPwDEj4Jop2Dnd3EU21ufg7GDVwN4joCQu\"]},\"node_modules/@latticexyz/world/src/IWorldErrors.sol\":{\"keccak256\":\"0xc3e7975e5785574543229eac51e3441f4185863d7f5346c0ae08a27b4541f8a7\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://62cc0dc109e6e5475bb07fb95643a31c74337c23521db0557a36dad6117a1e83\",\"dweb:/ipfs/Qmb8jbE1XQTUdreKFr4Jw3xmjctaLuReRZjPxZKQ2uW9p4\"]},\"node_modules/@latticexyz/world/src/IWorldKernel.sol\":{\"keccak256\":\"0x9dc133cb55dc23fd6fcbbef8078bb4ea9bf67d698400cf89fc62b905b60cf5eb\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://7c1a57df7052218483eafe72d873660f39a73e2e06c1b14ad8a579d85b94bc6c\",\"dweb:/ipfs/Qme7dnjvADGZyM2L7nZ51nSjsjXXF9isTVCpWaUCd1cEGs\"]},\"node_modules/@latticexyz/world/src/Module.sol\":{\"keccak256\":\"0x652a3d6a3721a1c3f36abd7a398b16ae7d9e30ddbf54d8dc4494343dadb9f719\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://c33d2bb71a7ae8823233fa399f778fe86e9bb078889a092fcd1ed9e7838873e5\",\"dweb:/ipfs/QmYM6JQ4syoxQLCXC4evHVEwbsTuXgS42HZZ9Fho7J9EXr\"]},\"node_modules/@latticexyz/world/src/WorldContext.sol\":{\"keccak256\":\"0x45792667fe063195103e9fd74e3e9e0b0b4aea4fc4a0a8a3e69538c14751217b\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://cba8976da1e2f7e336045e8d65eba89d18ae49e4688de61ff61a95fb817fe9fc\",\"dweb:/ipfs/QmWoByJM6DmheS2jisxSvAzrqC6XWrgaKxoNNUr44aXJtE\"]},\"node_modules/@latticexyz/world/src/WorldResourceId.sol\":{\"keccak256\":\"0xb7bfae2890004001221b3902d185c14cfea0e606d16914f6b7f81cf112aa9417\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://acfd0d09166fc1bf16a8a5c80fbae1bd42426b2fcbab3c492bc836ea5c0375fb\",\"dweb:/ipfs/QmTzZWHVBkx8hipFVpgEwAbZpr4c6hfr7yf7R71JojT3NK\"]},\"node_modules/@latticexyz/world/src/codegen/interfaces/IAccessManagementSystem.sol\":{\"keccak256\":\"0x19c5c91d4abc5d9a121224954855d648cc9c0267ab0ba26313ab21cdddd7e13c\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://7ea88e4d1ec0bc4ba9e9342f83a2aa7e7787d27a35da5cc92621697b544527fc\",\"dweb:/ipfs/QmVjFupMVs6jRmS98Rxz8XBjd2kxvmXJGokFkKKxPn7FA9\"]},\"node_modules/@latticexyz/world/src/codegen/interfaces/IBalanceTransferSystem.sol\":{\"keccak256\":\"0x694f52c99dac14f11e9f489dd58edb69e72147ee9681bf66b4751a659e1161fd\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://73f67b1fb2acc02fd8c03ce127dc2882a41d534287e73b5ca494479a3e5beacc\",\"dweb:/ipfs/Qmevj5uCw7KpU4vuvP62Tz9weFLGD9NXhy7gKc4aXq56JA\"]},\"node_modules/@latticexyz/world/src/codegen/interfaces/IBaseWorld.sol\":{\"keccak256\":\"0xba47e2c238291a7ba9cd9237156cf3d0f5840569fc9a3c2dfa392eb91b2490b5\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://e2bbe00abe6ad2b86d5512fcf27247c0e06bc385f8568609e1bede69c9f56486\",\"dweb:/ipfs/Qmeivv9WUBJ5JFYA983JtNChopvuh6GYWhMonAx1kUrvMg\"]},\"node_modules/@latticexyz/world/src/codegen/interfaces/IBatchCallSystem.sol\":{\"keccak256\":\"0x7a787646278283d1a8dd7d264aea3a33824fc2064d57a6dc10621b9bb5399570\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://87d83c3e1c9aecc0b61b359c6a6df3b0ce1e75a16127b054b14a8d044fa5d922\",\"dweb:/ipfs/QmcoRu2V1VRTYKyMnuqqeRvDRrqXQsTmK2ehKsqKUK99ui\"]},\"node_modules/@latticexyz/world/src/codegen/interfaces/ICoreSystem.sol\":{\"keccak256\":\"0x2d81bbd0c31f30f59e02a999abac7424b7001f3214221872493d58799ea41bfe\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://4310a29d7520173f8ec4f5ee6a0b5177f065103306c2714fbdf6b1e9ab18a75f\",\"dweb:/ipfs/QmNfvbPhmuwfjkNxuXeu9KZGbVs6XAsjbirxt3AQgPm4bA\"]},\"node_modules/@latticexyz/world/src/codegen/interfaces/IModuleInstallationSystem.sol\":{\"keccak256\":\"0x009e00dcbd2f11fcc5fa0cf80702ef50cda0ea648708b965d14a5caa1251b3d0\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://90d8f20a1f6158d64b7cdae370e9a376920d062ce8086e684ecb49de854d08e6\",\"dweb:/ipfs/QmbmXzqwv7YBBYpFZUtuSeBiNJV21P5xhsrbrZ3rXmGNZW\"]},\"node_modules/@latticexyz/world/src/codegen/interfaces/IWorldRegistrationSystem.sol\":{\"keccak256\":\"0xc5681d6507402a063211c645cc31fb8ef60e2b2eb85da6e14b028c316715f300\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://e83b9374d8dc0aaeedfa0106bb562f597c53e7e11b8ae5892328d4338d611ad3\",\"dweb:/ipfs/Qmd5JZHh3rP58oijqJH6P5XSUuEfhrFuAryHYLrVsVBzW6\"]},\"node_modules/@latticexyz/world/src/constants.sol\":{\"keccak256\":\"0x36c772d51a5da46fcddf88831194d6d331083b8c8246fa79107c4b697c258d77\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://2d2656374c398a2b075d5f26d2ab2c3ea315c99912e52d8030d50f5f8fdda8ac\",\"dweb:/ipfs/QmSG8uJr2ZbFVnht5cTG6xb6XbB6f3kvnznks4BdeAMYET\"]},\"node_modules/@latticexyz/world/src/modules/core/types.sol\":{\"keccak256\":\"0x8a1cdd3e028281fb61da725f2f6502df776f473fea963bd46e8101725d55d54c\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://86e064413bb3f3be43fdba31be40e819283a07af3d914b27e1ec3e39b6a6440e\",\"dweb:/ipfs/QmPcUKj747S5dkV6EBNp66ojMBAW64XoGxpgsdVwPUiapm\"]},\"node_modules/@latticexyz/world/src/revertWithBytes.sol\":{\"keccak256\":\"0x16795bdbfd7956d733df9ada1030ee7a1a714e3b9da5899149a7b07568c4af55\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://7a71128b4989e78215d5fc57dae8c2f84c6b5e503c159178c0df6f642b8228df\",\"dweb:/ipfs/QmNYTfBe62SdGESZ32fxME72CbAxEqk4j79jBT7655C4u7\"]},\"node_modules/@latticexyz/world/src/worldResourceTypes.sol\":{\"keccak256\":\"0xe31ee781596541f60ed71ef327c9d26ffc899e7fb3f4991c67406518bfc00746\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://f7b864fea8c77833a322b16c4673f110d5065d0cafcedecd07895699cf4258c2\",\"dweb:/ipfs/QmRkzXVjMLwQFWxjEjgfdXVPAp6SU4zfxPo4NJcmz8HwH9\"]},\"src/modules/keysintable/KeysInTableHook.sol\":{\"keccak256\":\"0x5c99ca28f8f1cf7bbd4a81a740bdbf1bf3868cbcf67413375e693e6d0ddfae13\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://fd577beb914ac63b06ca53e2bac25ab7d59bd5db3e939b17d26ec651780ad673\",\"dweb:/ipfs/QmXff1gvwQ3z2DSZpd4v78qx2kWtDPA4PXZbrgW4qHZC7G\"]},\"src/modules/keysintable/KeysInTableModule.sol\":{\"keccak256\":\"0xd9242dcc6e8a9d5e007c515f5fee69283e88b107184f0130a5646bcb71ccf212\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://407060762d00c75be697f361d7e3fa6f0058541b8a8c5d3d25560be4e9bc64b9\",\"dweb:/ipfs/QmcF8rpeRt9TfF2dR1Psf1CMB1eMUHvVZ5xD3wdzC84pT9\"]},\"src/modules/keysintable/tables/KeysInTable.sol\":{\"keccak256\":\"0x3904c9646e7a32e890f957dae1c6aafa2443a451849bf846408a05aec2f5d758\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://8f1b3cffba9f3b83cc3486e5645daf7e160dd1441d8e30d3c23441f49ef3ea44\",\"dweb:/ipfs/QmSdAxi1cf67mCxcCBMvHe15ubcZ6tm2nhcRTLCSWfbxGq\"]},\"src/modules/keysintable/tables/UsedKeysIndex.sol\":{\"keccak256\":\"0x43dd072734e034b542e669aa582722f706343439ef4a1bdd766f041d3bfb0cfd\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://1780a7e7360212b66c50ec1bf67c33c6d56a7ca6e0b60246f129eff021444b3f\",\"dweb:/ipfs/QmcLY4xgXw9UJGTKrJUkMr4WEqCmpmUQiSxfvBS3NzTZVr\"]}},\"version\":1}",
163
163
  "metadata": {
164
164
  "compiler": {
165
165
  "version": "0.8.21+commit.d9974bed"
@@ -292,6 +292,21 @@
292
292
  "devdoc": {
293
293
  "kind": "dev",
294
294
  "methods": {
295
+ "_msgSender()": {
296
+ "returns": {
297
+ "sender": "The address of the trusted sender."
298
+ }
299
+ },
300
+ "_msgValue()": {
301
+ "returns": {
302
+ "value": "The `msg.value` in the call to the World contract before the World routed the call to the WorldContextConsumer contract."
303
+ }
304
+ },
305
+ "_world()": {
306
+ "returns": {
307
+ "_0": "The address of the World contract that routed the call to this WorldContextConsumer."
308
+ }
309
+ },
295
310
  "getName()": {
296
311
  "details": "Provides a way to identify the module by a unique name.",
297
312
  "returns": {
@@ -319,6 +334,15 @@
319
334
  "userdoc": {
320
335
  "kind": "user",
321
336
  "methods": {
337
+ "_msgSender()": {
338
+ "notice": "Extracts the trusted msg.sender value from the appended calldata."
339
+ },
340
+ "_msgValue()": {
341
+ "notice": "Extract the `msg.value` from the context appended to the calldata."
342
+ },
343
+ "_world()": {
344
+ "notice": "Get the address of the World contract that routed the call to this WorldContextConsumer."
345
+ },
322
346
  "getName()": {
323
347
  "notice": "Return the name of the module."
324
348
  },
@@ -648,34 +672,34 @@
648
672
  "license": "MIT"
649
673
  },
650
674
  "node_modules/@latticexyz/world/src/ISystemHook.sol": {
651
- "keccak256": "0x6bfa168ec3b03cd09b5e0c658c0faab40379b4093935744c0a7297ac7a2fcec8",
675
+ "keccak256": "0xb2114b6b66c0e7d8304d9e1d06aa1d0731f089daa6a0584e6cf744d9c48cf4db",
652
676
  "urls": [
653
- "bzz-raw://ac7990b2cf63e95cde3396e248fee9e280235cfd11dc7a350865e0f3ffca59ba",
654
- "dweb:/ipfs/QmZKkGqGKgr32HX4fVu7vNH34JbyzHczJ9H5SLjsbrRDtp"
677
+ "bzz-raw://ebbb172970b106dd4ae5a6d5e417ac75cad7529d2b94c1601e10b886d0edf510",
678
+ "dweb:/ipfs/QmPGn4F92hjkFch6Jh2NB37EYLLfstw6JxJKUZjXBFqGCw"
655
679
  ],
656
680
  "license": "MIT"
657
681
  },
658
682
  "node_modules/@latticexyz/world/src/IWorldContextConsumer.sol": {
659
- "keccak256": "0x0c0f9eba3a700d97a3b87678bbf12d4bbd8a80490e9b3a5841d049ebc1a89f93",
683
+ "keccak256": "0x22b8cb3ffcc21cb1657d57fc8ac929d2d6fdd199328e6f43ad2cb54f53dcd500",
660
684
  "urls": [
661
- "bzz-raw://a56466e8ddcaf10b9109bfbc581563f5e9eefcaff1963a6954ccd093859ef6d2",
662
- "dweb:/ipfs/QmNk6FvWzmLT3vnsUuzqr9MYMfaQRa7yLuNM7DVvpkuytf"
685
+ "bzz-raw://47c001f6b7c6d6e453c340618d23b1532078abb7d0fd7283405071e4e8ff8d2d",
686
+ "dweb:/ipfs/QmRW3femBhqQCPwDEj4Jop2Dnd3EU21ufg7GDVwN4joCQu"
663
687
  ],
664
688
  "license": "MIT"
665
689
  },
666
690
  "node_modules/@latticexyz/world/src/IWorldErrors.sol": {
667
- "keccak256": "0xf3c2037a2899d81a15d5e13c7101337fcf01fcb321cec418e36da5617d52c99c",
691
+ "keccak256": "0xc3e7975e5785574543229eac51e3441f4185863d7f5346c0ae08a27b4541f8a7",
668
692
  "urls": [
669
- "bzz-raw://565b53005697c2cb4ce744f4b192545e3b059d42ea97075fe022a47d0d38cb7f",
670
- "dweb:/ipfs/QmbGVQuozeLMwUic7LanodXacPiBfomKS8ERnkVFi9vSYz"
693
+ "bzz-raw://62cc0dc109e6e5475bb07fb95643a31c74337c23521db0557a36dad6117a1e83",
694
+ "dweb:/ipfs/Qmb8jbE1XQTUdreKFr4Jw3xmjctaLuReRZjPxZKQ2uW9p4"
671
695
  ],
672
696
  "license": "MIT"
673
697
  },
674
698
  "node_modules/@latticexyz/world/src/IWorldKernel.sol": {
675
- "keccak256": "0xc2e28cb4daa77de640228f7b3b5c98423e6c39a8b8f68af5a56b076cad7025de",
699
+ "keccak256": "0x9dc133cb55dc23fd6fcbbef8078bb4ea9bf67d698400cf89fc62b905b60cf5eb",
676
700
  "urls": [
677
- "bzz-raw://7ae7e0798dc66368f6dc56992cd1fe3046dd51bcb6fcc3b04b7fd0d48b9557bc",
678
- "dweb:/ipfs/QmXKJLLGjVaDBRhbvT47Mxkt2jFEBShvHLAtt3CZYVEbqF"
701
+ "bzz-raw://7c1a57df7052218483eafe72d873660f39a73e2e06c1b14ad8a579d85b94bc6c",
702
+ "dweb:/ipfs/Qme7dnjvADGZyM2L7nZ51nSjsjXXF9isTVCpWaUCd1cEGs"
679
703
  ],
680
704
  "license": "MIT"
681
705
  },
@@ -688,18 +712,18 @@
688
712
  "license": "MIT"
689
713
  },
690
714
  "node_modules/@latticexyz/world/src/WorldContext.sol": {
691
- "keccak256": "0x7b808edfeb5f548e06899db7e3fdfafa7b42fccf2f596a04b24a8193618a511b",
715
+ "keccak256": "0x45792667fe063195103e9fd74e3e9e0b0b4aea4fc4a0a8a3e69538c14751217b",
692
716
  "urls": [
693
- "bzz-raw://acca2b5f96ef412f32da9359667c82fe1a854acc0663165864434620214b8078",
694
- "dweb:/ipfs/QmeaoYxRToMbMSDfDZZC1fumKjs9WUu6ZkxSLwJKx4FfC8"
717
+ "bzz-raw://cba8976da1e2f7e336045e8d65eba89d18ae49e4688de61ff61a95fb817fe9fc",
718
+ "dweb:/ipfs/QmWoByJM6DmheS2jisxSvAzrqC6XWrgaKxoNNUr44aXJtE"
695
719
  ],
696
720
  "license": "MIT"
697
721
  },
698
722
  "node_modules/@latticexyz/world/src/WorldResourceId.sol": {
699
- "keccak256": "0x979e418af3d0d3a1866240bed58d2792f0718cc1803a1476ec8c93af5577cae3",
723
+ "keccak256": "0xb7bfae2890004001221b3902d185c14cfea0e606d16914f6b7f81cf112aa9417",
700
724
  "urls": [
701
- "bzz-raw://c68cfe48ce67fe83f4b000c954891821d1fae31bfdd36de37a12637c8a1864f7",
702
- "dweb:/ipfs/QmUX9tHSMTeScbiacKX2T16gLV6aPKDU1Q3eDiNxqmVNa1"
725
+ "bzz-raw://acfd0d09166fc1bf16a8a5c80fbae1bd42426b2fcbab3c492bc836ea5c0375fb",
726
+ "dweb:/ipfs/QmTzZWHVBkx8hipFVpgEwAbZpr4c6hfr7yf7R71JojT3NK"
703
727
  ],
704
728
  "license": "MIT"
705
729
  },
@@ -776,18 +800,18 @@
776
800
  "license": "MIT"
777
801
  },
778
802
  "node_modules/@latticexyz/world/src/revertWithBytes.sol": {
779
- "keccak256": "0xb4239b7d84f764babc15a46eab53ea45dae0ce5c3738f9c283d7ab2f6e8fddea",
803
+ "keccak256": "0x16795bdbfd7956d733df9ada1030ee7a1a714e3b9da5899149a7b07568c4af55",
780
804
  "urls": [
781
- "bzz-raw://d495ceadc4e5506a4cec20329f5862f53cf7886cb3d8533bc5071c26ea2d2522",
782
- "dweb:/ipfs/QmaNDdqDGnZkc3stbjUKAKHa29Hzu4JJPVvcogDMe7r8sM"
805
+ "bzz-raw://7a71128b4989e78215d5fc57dae8c2f84c6b5e503c159178c0df6f642b8228df",
806
+ "dweb:/ipfs/QmNYTfBe62SdGESZ32fxME72CbAxEqk4j79jBT7655C4u7"
783
807
  ],
784
808
  "license": "MIT"
785
809
  },
786
810
  "node_modules/@latticexyz/world/src/worldResourceTypes.sol": {
787
- "keccak256": "0x88f844f2c43757c819c8f140b30254f07c3484e12cce573879d43b2ee6a23f8b",
811
+ "keccak256": "0xe31ee781596541f60ed71ef327c9d26ffc899e7fb3f4991c67406518bfc00746",
788
812
  "urls": [
789
- "bzz-raw://55a9095094c2b7b1043020681696380cfc3cffd1f264a70bacb44fccd0fc0a8a",
790
- "dweb:/ipfs/QmfPdLPr9hfV8X8yfHhEf2HmEWAnA4d1c6EHEjHMdeM7ML"
813
+ "bzz-raw://f7b864fea8c77833a322b16c4673f110d5065d0cafcedecd07895699cf4258c2",
814
+ "dweb:/ipfs/QmRkzXVjMLwQFWxjEjgfdXVPAp6SU4zfxPo4NJcmz8HwH9"
791
815
  ],
792
816
  "license": "MIT"
793
817
  },
@@ -828,62 +852,62 @@
828
852
  },
829
853
  "ast": {
830
854
  "absolutePath": "src/modules/keysintable/KeysInTableModule.sol",
831
- "id": 40049,
855
+ "id": 40106,
832
856
  "exportedSymbols": {
833
857
  "AFTER_SPLICE_DYNAMIC_DATA": [
834
- 36141
858
+ 36181
835
859
  ],
836
860
  "AFTER_SPLICE_STATIC_DATA": [
837
- 36131
861
+ 36171
838
862
  ],
839
863
  "BEFORE_DELETE_RECORD": [
840
- 36146
864
+ 36186
841
865
  ],
842
866
  "BEFORE_SET_RECORD": [
843
- 36116
867
+ 36156
844
868
  ],
845
869
  "IBaseWorld": [
846
- 39150
870
+ 39206
847
871
  ],
848
872
  "KeysInTable": [
849
- 47651
873
+ 47708
850
874
  ],
851
875
  "KeysInTableHook": [
852
- 39781
876
+ 39838
853
877
  ],
854
878
  "KeysInTableModule": [
855
- 40048
879
+ 40105
856
880
  ],
857
881
  "KeysInTableTableId": [
858
- 41135
882
+ 41192
859
883
  ],
860
884
  "Module": [
861
- 38605
885
+ 38648
862
886
  ],
863
887
  "ResourceId": [
864
- 26198
888
+ 26238
865
889
  ],
866
890
  "ResourceIds": [
867
- 31848
891
+ 31888
868
892
  ],
869
893
  "UsedKeysIndex": [
870
- 49263
894
+ 49320
871
895
  ],
872
896
  "UsedKeysIndexTableId": [
873
- 47710
897
+ 47767
874
898
  ],
875
899
  "WorldResourceIdInstance": [
876
- 39114
900
+ 39170
877
901
  ],
878
902
  "revertWithBytes": [
879
- 39224
903
+ 39280
880
904
  ]
881
905
  },
882
906
  "nodeType": "SourceUnit",
883
907
  "src": "32:4012:114",
884
908
  "nodes": [
885
909
  {
886
- "id": 39783,
910
+ "id": 39840,
887
911
  "nodeType": "PragmaDirective",
888
912
  "src": "32:25:114",
889
913
  "nodes": [],
@@ -895,23 +919,23 @@
895
919
  ]
896
920
  },
897
921
  {
898
- "id": 39788,
922
+ "id": 39845,
899
923
  "nodeType": "ImportDirective",
900
924
  "src": "59:152:114",
901
925
  "nodes": [],
902
926
  "absolutePath": "node_modules/@latticexyz/store/src/storeHookTypes.sol",
903
927
  "file": "@latticexyz/store/src/storeHookTypes.sol",
904
928
  "nameLocation": "-1:-1:-1",
905
- "scope": 40049,
906
- "sourceUnit": 36187,
929
+ "scope": 40106,
930
+ "sourceUnit": 36227,
907
931
  "symbolAliases": [
908
932
  {
909
933
  "foreign": {
910
- "id": 39784,
934
+ "id": 39841,
911
935
  "name": "BEFORE_SET_RECORD",
912
936
  "nodeType": "Identifier",
913
937
  "overloadedDeclarations": [],
914
- "referencedDeclaration": 36116,
938
+ "referencedDeclaration": 36156,
915
939
  "src": "68:17:114",
916
940
  "typeDescriptions": {}
917
941
  },
@@ -919,11 +943,11 @@
919
943
  },
920
944
  {
921
945
  "foreign": {
922
- "id": 39785,
946
+ "id": 39842,
923
947
  "name": "AFTER_SPLICE_STATIC_DATA",
924
948
  "nodeType": "Identifier",
925
949
  "overloadedDeclarations": [],
926
- "referencedDeclaration": 36131,
950
+ "referencedDeclaration": 36171,
927
951
  "src": "87:24:114",
928
952
  "typeDescriptions": {}
929
953
  },
@@ -931,11 +955,11 @@
931
955
  },
932
956
  {
933
957
  "foreign": {
934
- "id": 39786,
958
+ "id": 39843,
935
959
  "name": "AFTER_SPLICE_DYNAMIC_DATA",
936
960
  "nodeType": "Identifier",
937
961
  "overloadedDeclarations": [],
938
- "referencedDeclaration": 36141,
962
+ "referencedDeclaration": 36181,
939
963
  "src": "113:25:114",
940
964
  "typeDescriptions": {}
941
965
  },
@@ -943,11 +967,11 @@
943
967
  },
944
968
  {
945
969
  "foreign": {
946
- "id": 39787,
970
+ "id": 39844,
947
971
  "name": "BEFORE_DELETE_RECORD",
948
972
  "nodeType": "Identifier",
949
973
  "overloadedDeclarations": [],
950
- "referencedDeclaration": 36146,
974
+ "referencedDeclaration": 36186,
951
975
  "src": "140:20:114",
952
976
  "typeDescriptions": {}
953
977
  },
@@ -957,23 +981,23 @@
957
981
  "unitAlias": ""
958
982
  },
959
983
  {
960
- "id": 39790,
984
+ "id": 39847,
961
985
  "nodeType": "ImportDirective",
962
986
  "src": "212:83:114",
963
987
  "nodes": [],
964
988
  "absolutePath": "node_modules/@latticexyz/store/src/codegen/tables/ResourceIds.sol",
965
989
  "file": "@latticexyz/store/src/codegen/tables/ResourceIds.sol",
966
990
  "nameLocation": "-1:-1:-1",
967
- "scope": 40049,
968
- "sourceUnit": 31858,
991
+ "scope": 40106,
992
+ "sourceUnit": 31898,
969
993
  "symbolAliases": [
970
994
  {
971
995
  "foreign": {
972
- "id": 39789,
996
+ "id": 39846,
973
997
  "name": "ResourceIds",
974
998
  "nodeType": "Identifier",
975
999
  "overloadedDeclarations": [],
976
- "referencedDeclaration": 31848,
1000
+ "referencedDeclaration": 31888,
977
1001
  "src": "221:11:114",
978
1002
  "typeDescriptions": {}
979
1003
  },
@@ -983,23 +1007,23 @@
983
1007
  "unitAlias": ""
984
1008
  },
985
1009
  {
986
- "id": 39792,
1010
+ "id": 39849,
987
1011
  "nodeType": "ImportDirective",
988
1012
  "src": "297:58:114",
989
1013
  "nodes": [],
990
1014
  "absolutePath": "node_modules/@latticexyz/world/src/Module.sol",
991
1015
  "file": "@latticexyz/world/src/Module.sol",
992
1016
  "nameLocation": "-1:-1:-1",
993
- "scope": 40049,
994
- "sourceUnit": 38606,
1017
+ "scope": 40106,
1018
+ "sourceUnit": 38649,
995
1019
  "symbolAliases": [
996
1020
  {
997
1021
  "foreign": {
998
- "id": 39791,
1022
+ "id": 39848,
999
1023
  "name": "Module",
1000
1024
  "nodeType": "Identifier",
1001
1025
  "overloadedDeclarations": [],
1002
- "referencedDeclaration": 38605,
1026
+ "referencedDeclaration": 38648,
1003
1027
  "src": "306:6:114",
1004
1028
  "typeDescriptions": {}
1005
1029
  },
@@ -1009,23 +1033,23 @@
1009
1033
  "unitAlias": ""
1010
1034
  },
1011
1035
  {
1012
- "id": 39794,
1036
+ "id": 39851,
1013
1037
  "nodeType": "ImportDirective",
1014
1038
  "src": "357:85:114",
1015
1039
  "nodes": [],
1016
1040
  "absolutePath": "node_modules/@latticexyz/world/src/codegen/interfaces/IBaseWorld.sol",
1017
1041
  "file": "@latticexyz/world/src/codegen/interfaces/IBaseWorld.sol",
1018
1042
  "nameLocation": "-1:-1:-1",
1019
- "scope": 40049,
1020
- "sourceUnit": 39151,
1043
+ "scope": 40106,
1044
+ "sourceUnit": 39207,
1021
1045
  "symbolAliases": [
1022
1046
  {
1023
1047
  "foreign": {
1024
- "id": 39793,
1048
+ "id": 39850,
1025
1049
  "name": "IBaseWorld",
1026
1050
  "nodeType": "Identifier",
1027
1051
  "overloadedDeclarations": [],
1028
- "referencedDeclaration": 39150,
1052
+ "referencedDeclaration": 39206,
1029
1053
  "src": "366:10:114",
1030
1054
  "typeDescriptions": {}
1031
1055
  },
@@ -1035,23 +1059,23 @@
1035
1059
  "unitAlias": ""
1036
1060
  },
1037
1061
  {
1038
- "id": 39797,
1062
+ "id": 39854,
1039
1063
  "nodeType": "ImportDirective",
1040
1064
  "src": "444:96:114",
1041
1065
  "nodes": [],
1042
1066
  "absolutePath": "node_modules/@latticexyz/world/src/WorldResourceId.sol",
1043
1067
  "file": "@latticexyz/world/src/WorldResourceId.sol",
1044
1068
  "nameLocation": "-1:-1:-1",
1045
- "scope": 40049,
1046
- "sourceUnit": 39115,
1069
+ "scope": 40106,
1070
+ "sourceUnit": 39171,
1047
1071
  "symbolAliases": [
1048
1072
  {
1049
1073
  "foreign": {
1050
- "id": 39795,
1074
+ "id": 39852,
1051
1075
  "name": "ResourceId",
1052
1076
  "nodeType": "Identifier",
1053
1077
  "overloadedDeclarations": [],
1054
- "referencedDeclaration": 26198,
1078
+ "referencedDeclaration": 26238,
1055
1079
  "src": "453:10:114",
1056
1080
  "typeDescriptions": {}
1057
1081
  },
@@ -1059,11 +1083,11 @@
1059
1083
  },
1060
1084
  {
1061
1085
  "foreign": {
1062
- "id": 39796,
1086
+ "id": 39853,
1063
1087
  "name": "WorldResourceIdInstance",
1064
1088
  "nodeType": "Identifier",
1065
1089
  "overloadedDeclarations": [],
1066
- "referencedDeclaration": 39114,
1090
+ "referencedDeclaration": 39170,
1067
1091
  "src": "465:23:114",
1068
1092
  "typeDescriptions": {}
1069
1093
  },
@@ -1073,23 +1097,23 @@
1073
1097
  "unitAlias": ""
1074
1098
  },
1075
1099
  {
1076
- "id": 39799,
1100
+ "id": 39856,
1077
1101
  "nodeType": "ImportDirective",
1078
1102
  "src": "541:76:114",
1079
1103
  "nodes": [],
1080
1104
  "absolutePath": "node_modules/@latticexyz/world/src/revertWithBytes.sol",
1081
1105
  "file": "@latticexyz/world/src/revertWithBytes.sol",
1082
1106
  "nameLocation": "-1:-1:-1",
1083
- "scope": 40049,
1084
- "sourceUnit": 39225,
1107
+ "scope": 40106,
1108
+ "sourceUnit": 39281,
1085
1109
  "symbolAliases": [
1086
1110
  {
1087
1111
  "foreign": {
1088
- "id": 39798,
1112
+ "id": 39855,
1089
1113
  "name": "revertWithBytes",
1090
1114
  "nodeType": "Identifier",
1091
1115
  "overloadedDeclarations": [],
1092
- "referencedDeclaration": 39224,
1116
+ "referencedDeclaration": 39280,
1093
1117
  "src": "550:15:114",
1094
1118
  "typeDescriptions": {}
1095
1119
  },
@@ -1099,23 +1123,23 @@
1099
1123
  "unitAlias": ""
1100
1124
  },
1101
1125
  {
1102
- "id": 39801,
1126
+ "id": 39858,
1103
1127
  "nodeType": "ImportDirective",
1104
1128
  "src": "619:56:114",
1105
1129
  "nodes": [],
1106
1130
  "absolutePath": "src/modules/keysintable/KeysInTableHook.sol",
1107
1131
  "file": "./KeysInTableHook.sol",
1108
1132
  "nameLocation": "-1:-1:-1",
1109
- "scope": 40049,
1110
- "sourceUnit": 39782,
1133
+ "scope": 40106,
1134
+ "sourceUnit": 39839,
1111
1135
  "symbolAliases": [
1112
1136
  {
1113
1137
  "foreign": {
1114
- "id": 39800,
1138
+ "id": 39857,
1115
1139
  "name": "KeysInTableHook",
1116
1140
  "nodeType": "Identifier",
1117
1141
  "overloadedDeclarations": [],
1118
- "referencedDeclaration": 39781,
1142
+ "referencedDeclaration": 39838,
1119
1143
  "src": "628:15:114",
1120
1144
  "typeDescriptions": {}
1121
1145
  },
@@ -1125,23 +1149,23 @@
1125
1149
  "unitAlias": ""
1126
1150
  },
1127
1151
  {
1128
- "id": 39804,
1152
+ "id": 39861,
1129
1153
  "nodeType": "ImportDirective",
1130
1154
  "src": "676:75:114",
1131
1155
  "nodes": [],
1132
1156
  "absolutePath": "src/modules/keysintable/tables/KeysInTable.sol",
1133
1157
  "file": "./tables/KeysInTable.sol",
1134
1158
  "nameLocation": "-1:-1:-1",
1135
- "scope": 40049,
1136
- "sourceUnit": 47652,
1159
+ "scope": 40106,
1160
+ "sourceUnit": 47709,
1137
1161
  "symbolAliases": [
1138
1162
  {
1139
1163
  "foreign": {
1140
- "id": 39802,
1164
+ "id": 39859,
1141
1165
  "name": "KeysInTable",
1142
1166
  "nodeType": "Identifier",
1143
1167
  "overloadedDeclarations": [],
1144
- "referencedDeclaration": 47651,
1168
+ "referencedDeclaration": 47708,
1145
1169
  "src": "685:11:114",
1146
1170
  "typeDescriptions": {}
1147
1171
  },
@@ -1149,11 +1173,11 @@
1149
1173
  },
1150
1174
  {
1151
1175
  "foreign": {
1152
- "id": 39803,
1176
+ "id": 39860,
1153
1177
  "name": "KeysInTableTableId",
1154
1178
  "nodeType": "Identifier",
1155
1179
  "overloadedDeclarations": [],
1156
- "referencedDeclaration": 41135,
1180
+ "referencedDeclaration": 41192,
1157
1181
  "src": "698:18:114",
1158
1182
  "typeDescriptions": {}
1159
1183
  },
@@ -1163,23 +1187,23 @@
1163
1187
  "unitAlias": ""
1164
1188
  },
1165
1189
  {
1166
- "id": 39807,
1190
+ "id": 39864,
1167
1191
  "nodeType": "ImportDirective",
1168
1192
  "src": "752:81:114",
1169
1193
  "nodes": [],
1170
1194
  "absolutePath": "src/modules/keysintable/tables/UsedKeysIndex.sol",
1171
1195
  "file": "./tables/UsedKeysIndex.sol",
1172
1196
  "nameLocation": "-1:-1:-1",
1173
- "scope": 40049,
1174
- "sourceUnit": 49273,
1197
+ "scope": 40106,
1198
+ "sourceUnit": 49330,
1175
1199
  "symbolAliases": [
1176
1200
  {
1177
1201
  "foreign": {
1178
- "id": 39805,
1202
+ "id": 39862,
1179
1203
  "name": "UsedKeysIndex",
1180
1204
  "nodeType": "Identifier",
1181
1205
  "overloadedDeclarations": [],
1182
- "referencedDeclaration": 49263,
1206
+ "referencedDeclaration": 49320,
1183
1207
  "src": "761:13:114",
1184
1208
  "typeDescriptions": {}
1185
1209
  },
@@ -1187,11 +1211,11 @@
1187
1211
  },
1188
1212
  {
1189
1213
  "foreign": {
1190
- "id": 39806,
1214
+ "id": 39863,
1191
1215
  "name": "UsedKeysIndexTableId",
1192
1216
  "nodeType": "Identifier",
1193
1217
  "overloadedDeclarations": [],
1194
- "referencedDeclaration": 47710,
1218
+ "referencedDeclaration": 47767,
1195
1219
  "src": "776:20:114",
1196
1220
  "typeDescriptions": {}
1197
1221
  },
@@ -1201,49 +1225,49 @@
1201
1225
  "unitAlias": ""
1202
1226
  },
1203
1227
  {
1204
- "id": 40048,
1228
+ "id": 40105,
1205
1229
  "nodeType": "ContractDefinition",
1206
1230
  "src": "1419:2624:114",
1207
1231
  "nodes": [
1208
1232
  {
1209
- "id": 39814,
1233
+ "id": 39871,
1210
1234
  "nodeType": "UsingForDirective",
1211
1235
  "src": "1460:45:114",
1212
1236
  "nodes": [],
1213
1237
  "global": false,
1214
1238
  "libraryName": {
1215
- "id": 39811,
1239
+ "id": 39868,
1216
1240
  "name": "WorldResourceIdInstance",
1217
1241
  "nameLocations": [
1218
1242
  "1466:23:114"
1219
1243
  ],
1220
1244
  "nodeType": "IdentifierPath",
1221
- "referencedDeclaration": 39114,
1245
+ "referencedDeclaration": 39170,
1222
1246
  "src": "1466:23:114"
1223
1247
  },
1224
1248
  "typeName": {
1225
- "id": 39813,
1249
+ "id": 39870,
1226
1250
  "nodeType": "UserDefinedTypeName",
1227
1251
  "pathNode": {
1228
- "id": 39812,
1252
+ "id": 39869,
1229
1253
  "name": "ResourceId",
1230
1254
  "nameLocations": [
1231
1255
  "1494:10:114"
1232
1256
  ],
1233
1257
  "nodeType": "IdentifierPath",
1234
- "referencedDeclaration": 26198,
1258
+ "referencedDeclaration": 26238,
1235
1259
  "src": "1494:10:114"
1236
1260
  },
1237
- "referencedDeclaration": 26198,
1261
+ "referencedDeclaration": 26238,
1238
1262
  "src": "1494:10:114",
1239
1263
  "typeDescriptions": {
1240
- "typeIdentifier": "t_userDefinedValueType$_ResourceId_$26198",
1264
+ "typeIdentifier": "t_userDefinedValueType$_ResourceId_$26238",
1241
1265
  "typeString": "ResourceId"
1242
1266
  }
1243
1267
  }
1244
1268
  },
1245
1269
  {
1246
- "id": 39821,
1270
+ "id": 39878,
1247
1271
  "nodeType": "VariableDeclaration",
1248
1272
  "src": "1653:62:114",
1249
1273
  "nodes": [],
@@ -1251,30 +1275,30 @@
1251
1275
  "mutability": "immutable",
1252
1276
  "name": "hook",
1253
1277
  "nameLocation": "1687:4:114",
1254
- "scope": 40048,
1278
+ "scope": 40105,
1255
1279
  "stateVariable": true,
1256
1280
  "storageLocation": "default",
1257
1281
  "typeDescriptions": {
1258
- "typeIdentifier": "t_contract$_KeysInTableHook_$39781",
1282
+ "typeIdentifier": "t_contract$_KeysInTableHook_$39838",
1259
1283
  "typeString": "contract KeysInTableHook"
1260
1284
  },
1261
1285
  "typeName": {
1262
- "id": 39816,
1286
+ "id": 39873,
1263
1287
  "nodeType": "UserDefinedTypeName",
1264
1288
  "pathNode": {
1265
- "id": 39815,
1289
+ "id": 39872,
1266
1290
  "name": "KeysInTableHook",
1267
1291
  "nameLocations": [
1268
1292
  "1653:15:114"
1269
1293
  ],
1270
1294
  "nodeType": "IdentifierPath",
1271
- "referencedDeclaration": 39781,
1295
+ "referencedDeclaration": 39838,
1272
1296
  "src": "1653:15:114"
1273
1297
  },
1274
- "referencedDeclaration": 39781,
1298
+ "referencedDeclaration": 39838,
1275
1299
  "src": "1653:15:114",
1276
1300
  "typeDescriptions": {
1277
- "typeIdentifier": "t_contract$_KeysInTableHook_$39781",
1301
+ "typeIdentifier": "t_contract$_KeysInTableHook_$39838",
1278
1302
  "typeString": "contract KeysInTableHook"
1279
1303
  }
1280
1304
  },
@@ -1282,7 +1306,7 @@
1282
1306
  "arguments": [],
1283
1307
  "expression": {
1284
1308
  "argumentTypes": [],
1285
- "id": 39819,
1309
+ "id": 39876,
1286
1310
  "isConstant": false,
1287
1311
  "isLValue": false,
1288
1312
  "isPure": false,
@@ -1290,31 +1314,31 @@
1290
1314
  "nodeType": "NewExpression",
1291
1315
  "src": "1694:19:114",
1292
1316
  "typeDescriptions": {
1293
- "typeIdentifier": "t_function_creation_nonpayable$__$returns$_t_contract$_KeysInTableHook_$39781_$",
1317
+ "typeIdentifier": "t_function_creation_nonpayable$__$returns$_t_contract$_KeysInTableHook_$39838_$",
1294
1318
  "typeString": "function () returns (contract KeysInTableHook)"
1295
1319
  },
1296
1320
  "typeName": {
1297
- "id": 39818,
1321
+ "id": 39875,
1298
1322
  "nodeType": "UserDefinedTypeName",
1299
1323
  "pathNode": {
1300
- "id": 39817,
1324
+ "id": 39874,
1301
1325
  "name": "KeysInTableHook",
1302
1326
  "nameLocations": [
1303
1327
  "1698:15:114"
1304
1328
  ],
1305
1329
  "nodeType": "IdentifierPath",
1306
- "referencedDeclaration": 39781,
1330
+ "referencedDeclaration": 39838,
1307
1331
  "src": "1698:15:114"
1308
1332
  },
1309
- "referencedDeclaration": 39781,
1333
+ "referencedDeclaration": 39838,
1310
1334
  "src": "1698:15:114",
1311
1335
  "typeDescriptions": {
1312
- "typeIdentifier": "t_contract$_KeysInTableHook_$39781",
1336
+ "typeIdentifier": "t_contract$_KeysInTableHook_$39838",
1313
1337
  "typeString": "contract KeysInTableHook"
1314
1338
  }
1315
1339
  }
1316
1340
  },
1317
- "id": 39820,
1341
+ "id": 39877,
1318
1342
  "isConstant": false,
1319
1343
  "isLValue": false,
1320
1344
  "isPure": false,
@@ -1326,19 +1350,19 @@
1326
1350
  "src": "1694:21:114",
1327
1351
  "tryCall": false,
1328
1352
  "typeDescriptions": {
1329
- "typeIdentifier": "t_contract$_KeysInTableHook_$39781",
1353
+ "typeIdentifier": "t_contract$_KeysInTableHook_$39838",
1330
1354
  "typeString": "contract KeysInTableHook"
1331
1355
  }
1332
1356
  },
1333
1357
  "visibility": "private"
1334
1358
  },
1335
1359
  {
1336
- "id": 39832,
1360
+ "id": 39889,
1337
1361
  "nodeType": "FunctionDefinition",
1338
1362
  "src": "1720:89:114",
1339
1363
  "nodes": [],
1340
1364
  "body": {
1341
- "id": 39831,
1365
+ "id": 39888,
1342
1366
  "nodeType": "Block",
1343
1367
  "src": "1769:40:114",
1344
1368
  "nodes": [],
@@ -1348,7 +1372,7 @@
1348
1372
  "arguments": [
1349
1373
  {
1350
1374
  "hexValue": "6b657973496e5461626c65",
1351
- "id": 39828,
1375
+ "id": 39885,
1352
1376
  "isConstant": false,
1353
1377
  "isLValue": false,
1354
1378
  "isPure": true,
@@ -1370,7 +1394,7 @@
1370
1394
  "typeString": "literal_string \"keysInTable\""
1371
1395
  }
1372
1396
  ],
1373
- "id": 39827,
1397
+ "id": 39884,
1374
1398
  "isConstant": false,
1375
1399
  "isLValue": false,
1376
1400
  "isPure": true,
@@ -1382,14 +1406,14 @@
1382
1406
  "typeString": "type(bytes16)"
1383
1407
  },
1384
1408
  "typeName": {
1385
- "id": 39826,
1409
+ "id": 39883,
1386
1410
  "name": "bytes16",
1387
1411
  "nodeType": "ElementaryTypeName",
1388
1412
  "src": "1782:7:114",
1389
1413
  "typeDescriptions": {}
1390
1414
  }
1391
1415
  },
1392
- "id": 39829,
1416
+ "id": 39886,
1393
1417
  "isConstant": false,
1394
1418
  "isLValue": false,
1395
1419
  "isPure": true,
@@ -1405,15 +1429,15 @@
1405
1429
  "typeString": "bytes16"
1406
1430
  }
1407
1431
  },
1408
- "functionReturnParameters": 39825,
1409
- "id": 39830,
1432
+ "functionReturnParameters": 39882,
1433
+ "id": 39887,
1410
1434
  "nodeType": "Return",
1411
1435
  "src": "1775:29:114"
1412
1436
  }
1413
1437
  ]
1414
1438
  },
1415
1439
  "baseFunctions": [
1416
- 60818
1440
+ 60880
1417
1441
  ],
1418
1442
  "functionSelector": "17d7de7c",
1419
1443
  "implemented": true,
@@ -1422,23 +1446,23 @@
1422
1446
  "name": "getName",
1423
1447
  "nameLocation": "1729:7:114",
1424
1448
  "parameters": {
1425
- "id": 39822,
1449
+ "id": 39879,
1426
1450
  "nodeType": "ParameterList",
1427
1451
  "parameters": [],
1428
1452
  "src": "1736:2:114"
1429
1453
  },
1430
1454
  "returnParameters": {
1431
- "id": 39825,
1455
+ "id": 39882,
1432
1456
  "nodeType": "ParameterList",
1433
1457
  "parameters": [
1434
1458
  {
1435
1459
  "constant": false,
1436
- "id": 39824,
1460
+ "id": 39881,
1437
1461
  "mutability": "mutable",
1438
1462
  "name": "",
1439
1463
  "nameLocation": "-1:-1:-1",
1440
1464
  "nodeType": "VariableDeclaration",
1441
- "scope": 39832,
1465
+ "scope": 39889,
1442
1466
  "src": "1760:7:114",
1443
1467
  "stateVariable": false,
1444
1468
  "storageLocation": "default",
@@ -1447,7 +1471,7 @@
1447
1471
  "typeString": "bytes16"
1448
1472
  },
1449
1473
  "typeName": {
1450
- "id": 39823,
1474
+ "id": 39880,
1451
1475
  "name": "bytes16",
1452
1476
  "nodeType": "ElementaryTypeName",
1453
1477
  "src": "1760:7:114",
@@ -1461,76 +1485,76 @@
1461
1485
  ],
1462
1486
  "src": "1759:9:114"
1463
1487
  },
1464
- "scope": 40048,
1488
+ "scope": 40105,
1465
1489
  "stateMutability": "pure",
1466
1490
  "virtual": false,
1467
1491
  "visibility": "public"
1468
1492
  },
1469
1493
  {
1470
- "id": 40038,
1494
+ "id": 40095,
1471
1495
  "nodeType": "FunctionDefinition",
1472
1496
  "src": "1813:2128:114",
1473
1497
  "nodes": [],
1474
1498
  "body": {
1475
- "id": 40037,
1499
+ "id": 40094,
1476
1500
  "nodeType": "Block",
1477
1501
  "src": "1869:2072:114",
1478
1502
  "nodes": [],
1479
1503
  "statements": [
1480
1504
  {
1481
1505
  "assignments": [
1482
- 39840
1506
+ 39897
1483
1507
  ],
1484
1508
  "declarations": [
1485
1509
  {
1486
1510
  "constant": false,
1487
- "id": 39840,
1511
+ "id": 39897,
1488
1512
  "mutability": "mutable",
1489
1513
  "name": "sourceTableId",
1490
1514
  "nameLocation": "1927:13:114",
1491
1515
  "nodeType": "VariableDeclaration",
1492
- "scope": 40037,
1516
+ "scope": 40094,
1493
1517
  "src": "1916:24:114",
1494
1518
  "stateVariable": false,
1495
1519
  "storageLocation": "default",
1496
1520
  "typeDescriptions": {
1497
- "typeIdentifier": "t_userDefinedValueType$_ResourceId_$26198",
1521
+ "typeIdentifier": "t_userDefinedValueType$_ResourceId_$26238",
1498
1522
  "typeString": "ResourceId"
1499
1523
  },
1500
1524
  "typeName": {
1501
- "id": 39839,
1525
+ "id": 39896,
1502
1526
  "nodeType": "UserDefinedTypeName",
1503
1527
  "pathNode": {
1504
- "id": 39838,
1528
+ "id": 39895,
1505
1529
  "name": "ResourceId",
1506
1530
  "nameLocations": [
1507
1531
  "1916:10:114"
1508
1532
  ],
1509
1533
  "nodeType": "IdentifierPath",
1510
- "referencedDeclaration": 26198,
1534
+ "referencedDeclaration": 26238,
1511
1535
  "src": "1916:10:114"
1512
1536
  },
1513
- "referencedDeclaration": 26198,
1537
+ "referencedDeclaration": 26238,
1514
1538
  "src": "1916:10:114",
1515
1539
  "typeDescriptions": {
1516
- "typeIdentifier": "t_userDefinedValueType$_ResourceId_$26198",
1540
+ "typeIdentifier": "t_userDefinedValueType$_ResourceId_$26238",
1517
1541
  "typeString": "ResourceId"
1518
1542
  }
1519
1543
  },
1520
1544
  "visibility": "internal"
1521
1545
  }
1522
1546
  ],
1523
- "id": 39851,
1547
+ "id": 39908,
1524
1548
  "initialValue": {
1525
1549
  "arguments": [
1526
1550
  {
1527
1551
  "arguments": [
1528
1552
  {
1529
- "id": 39845,
1553
+ "id": 39902,
1530
1554
  "name": "args",
1531
1555
  "nodeType": "Identifier",
1532
1556
  "overloadedDeclarations": [],
1533
- "referencedDeclaration": 39834,
1557
+ "referencedDeclaration": 39891,
1534
1558
  "src": "1970:4:114",
1535
1559
  "typeDescriptions": {
1536
1560
  "typeIdentifier": "t_bytes_memory_ptr",
@@ -1540,7 +1564,7 @@
1540
1564
  {
1541
1565
  "components": [
1542
1566
  {
1543
- "id": 39847,
1567
+ "id": 39904,
1544
1568
  "isConstant": false,
1545
1569
  "isLValue": false,
1546
1570
  "isPure": true,
@@ -1552,7 +1576,7 @@
1552
1576
  "typeString": "type(bytes32)"
1553
1577
  },
1554
1578
  "typeName": {
1555
- "id": 39846,
1579
+ "id": 39903,
1556
1580
  "name": "bytes32",
1557
1581
  "nodeType": "ElementaryTypeName",
1558
1582
  "src": "1977:7:114",
@@ -1560,7 +1584,7 @@
1560
1584
  }
1561
1585
  }
1562
1586
  ],
1563
- "id": 39848,
1587
+ "id": 39905,
1564
1588
  "isConstant": false,
1565
1589
  "isInlineArray": false,
1566
1590
  "isLValue": false,
@@ -1586,7 +1610,7 @@
1586
1610
  }
1587
1611
  ],
1588
1612
  "expression": {
1589
- "id": 39843,
1613
+ "id": 39900,
1590
1614
  "name": "abi",
1591
1615
  "nodeType": "Identifier",
1592
1616
  "overloadedDeclarations": [],
@@ -1597,7 +1621,7 @@
1597
1621
  "typeString": "abi"
1598
1622
  }
1599
1623
  },
1600
- "id": 39844,
1624
+ "id": 39901,
1601
1625
  "isConstant": false,
1602
1626
  "isLValue": false,
1603
1627
  "isPure": true,
@@ -1611,7 +1635,7 @@
1611
1635
  "typeString": "function () pure"
1612
1636
  }
1613
1637
  },
1614
- "id": 39849,
1638
+ "id": 39906,
1615
1639
  "isConstant": false,
1616
1640
  "isLValue": false,
1617
1641
  "isPure": false,
@@ -1636,18 +1660,18 @@
1636
1660
  }
1637
1661
  ],
1638
1662
  "expression": {
1639
- "id": 39841,
1663
+ "id": 39898,
1640
1664
  "name": "ResourceId",
1641
1665
  "nodeType": "Identifier",
1642
1666
  "overloadedDeclarations": [],
1643
- "referencedDeclaration": 26198,
1667
+ "referencedDeclaration": 26238,
1644
1668
  "src": "1943:10:114",
1645
1669
  "typeDescriptions": {
1646
- "typeIdentifier": "t_type$_t_userDefinedValueType$_ResourceId_$26198_$",
1670
+ "typeIdentifier": "t_type$_t_userDefinedValueType$_ResourceId_$26238_$",
1647
1671
  "typeString": "type(ResourceId)"
1648
1672
  }
1649
1673
  },
1650
- "id": 39842,
1674
+ "id": 39899,
1651
1675
  "isConstant": false,
1652
1676
  "isLValue": false,
1653
1677
  "isPure": true,
@@ -1657,11 +1681,11 @@
1657
1681
  "nodeType": "MemberAccess",
1658
1682
  "src": "1943:15:114",
1659
1683
  "typeDescriptions": {
1660
- "typeIdentifier": "t_function_wrap_pure$_t_bytes32_$returns$_t_userDefinedValueType$_ResourceId_$26198_$",
1684
+ "typeIdentifier": "t_function_wrap_pure$_t_bytes32_$returns$_t_userDefinedValueType$_ResourceId_$26238_$",
1661
1685
  "typeString": "function (bytes32) pure returns (ResourceId)"
1662
1686
  }
1663
1687
  },
1664
- "id": 39850,
1688
+ "id": 39907,
1665
1689
  "isConstant": false,
1666
1690
  "isLValue": false,
1667
1691
  "isPure": false,
@@ -1673,7 +1697,7 @@
1673
1697
  "src": "1943:44:114",
1674
1698
  "tryCall": false,
1675
1699
  "typeDescriptions": {
1676
- "typeIdentifier": "t_userDefinedValueType$_ResourceId_$26198",
1700
+ "typeIdentifier": "t_userDefinedValueType$_ResourceId_$26238",
1677
1701
  "typeString": "ResourceId"
1678
1702
  }
1679
1703
  },
@@ -1682,66 +1706,66 @@
1682
1706
  },
1683
1707
  {
1684
1708
  "assignments": [
1685
- 39854
1709
+ 39911
1686
1710
  ],
1687
1711
  "declarations": [
1688
1712
  {
1689
1713
  "constant": false,
1690
- "id": 39854,
1714
+ "id": 39911,
1691
1715
  "mutability": "mutable",
1692
1716
  "name": "world",
1693
1717
  "nameLocation": "2005:5:114",
1694
1718
  "nodeType": "VariableDeclaration",
1695
- "scope": 40037,
1719
+ "scope": 40094,
1696
1720
  "src": "1994:16:114",
1697
1721
  "stateVariable": false,
1698
1722
  "storageLocation": "default",
1699
1723
  "typeDescriptions": {
1700
- "typeIdentifier": "t_contract$_IBaseWorld_$39150",
1724
+ "typeIdentifier": "t_contract$_IBaseWorld_$39206",
1701
1725
  "typeString": "contract IBaseWorld"
1702
1726
  },
1703
1727
  "typeName": {
1704
- "id": 39853,
1728
+ "id": 39910,
1705
1729
  "nodeType": "UserDefinedTypeName",
1706
1730
  "pathNode": {
1707
- "id": 39852,
1731
+ "id": 39909,
1708
1732
  "name": "IBaseWorld",
1709
1733
  "nameLocations": [
1710
1734
  "1994:10:114"
1711
1735
  ],
1712
1736
  "nodeType": "IdentifierPath",
1713
- "referencedDeclaration": 39150,
1737
+ "referencedDeclaration": 39206,
1714
1738
  "src": "1994:10:114"
1715
1739
  },
1716
- "referencedDeclaration": 39150,
1740
+ "referencedDeclaration": 39206,
1717
1741
  "src": "1994:10:114",
1718
1742
  "typeDescriptions": {
1719
- "typeIdentifier": "t_contract$_IBaseWorld_$39150",
1743
+ "typeIdentifier": "t_contract$_IBaseWorld_$39206",
1720
1744
  "typeString": "contract IBaseWorld"
1721
1745
  }
1722
1746
  },
1723
1747
  "visibility": "internal"
1724
1748
  }
1725
1749
  ],
1726
- "id": 39859,
1750
+ "id": 39916,
1727
1751
  "initialValue": {
1728
1752
  "arguments": [
1729
1753
  {
1730
1754
  "arguments": [],
1731
1755
  "expression": {
1732
1756
  "argumentTypes": [],
1733
- "id": 39856,
1757
+ "id": 39913,
1734
1758
  "name": "_world",
1735
1759
  "nodeType": "Identifier",
1736
1760
  "overloadedDeclarations": [],
1737
- "referencedDeclaration": 38666,
1761
+ "referencedDeclaration": 38714,
1738
1762
  "src": "2024:6:114",
1739
1763
  "typeDescriptions": {
1740
1764
  "typeIdentifier": "t_function_internal_view$__$returns$_t_address_$",
1741
1765
  "typeString": "function () view returns (address)"
1742
1766
  }
1743
1767
  },
1744
- "id": 39857,
1768
+ "id": 39914,
1745
1769
  "isConstant": false,
1746
1770
  "isLValue": false,
1747
1771
  "isPure": false,
@@ -1765,18 +1789,18 @@
1765
1789
  "typeString": "address"
1766
1790
  }
1767
1791
  ],
1768
- "id": 39855,
1792
+ "id": 39912,
1769
1793
  "name": "IBaseWorld",
1770
1794
  "nodeType": "Identifier",
1771
1795
  "overloadedDeclarations": [],
1772
- "referencedDeclaration": 39150,
1796
+ "referencedDeclaration": 39206,
1773
1797
  "src": "2013:10:114",
1774
1798
  "typeDescriptions": {
1775
- "typeIdentifier": "t_type$_t_contract$_IBaseWorld_$39150_$",
1799
+ "typeIdentifier": "t_type$_t_contract$_IBaseWorld_$39206_$",
1776
1800
  "typeString": "type(contract IBaseWorld)"
1777
1801
  }
1778
1802
  },
1779
- "id": 39858,
1803
+ "id": 39915,
1780
1804
  "isConstant": false,
1781
1805
  "isLValue": false,
1782
1806
  "isPure": false,
@@ -1788,7 +1812,7 @@
1788
1812
  "src": "2013:20:114",
1789
1813
  "tryCall": false,
1790
1814
  "typeDescriptions": {
1791
- "typeIdentifier": "t_contract$_IBaseWorld_$39150",
1815
+ "typeIdentifier": "t_contract$_IBaseWorld_$39206",
1792
1816
  "typeString": "contract IBaseWorld"
1793
1817
  }
1794
1818
  },
@@ -1797,17 +1821,17 @@
1797
1821
  },
1798
1822
  {
1799
1823
  "assignments": [
1800
- 39861
1824
+ 39918
1801
1825
  ],
1802
1826
  "declarations": [
1803
1827
  {
1804
1828
  "constant": false,
1805
- "id": 39861,
1829
+ "id": 39918,
1806
1830
  "mutability": "mutable",
1807
1831
  "name": "success",
1808
1832
  "nameLocation": "2100:7:114",
1809
1833
  "nodeType": "VariableDeclaration",
1810
- "scope": 40037,
1834
+ "scope": 40094,
1811
1835
  "src": "2095:12:114",
1812
1836
  "stateVariable": false,
1813
1837
  "storageLocation": "default",
@@ -1816,7 +1840,7 @@
1816
1840
  "typeString": "bool"
1817
1841
  },
1818
1842
  "typeName": {
1819
- "id": 39860,
1843
+ "id": 39917,
1820
1844
  "name": "bool",
1821
1845
  "nodeType": "ElementaryTypeName",
1822
1846
  "src": "2095:4:114",
@@ -1828,23 +1852,23 @@
1828
1852
  "visibility": "internal"
1829
1853
  }
1830
1854
  ],
1831
- "id": 39862,
1855
+ "id": 39919,
1832
1856
  "nodeType": "VariableDeclarationStatement",
1833
1857
  "src": "2095:12:114"
1834
1858
  },
1835
1859
  {
1836
1860
  "assignments": [
1837
- 39864
1861
+ 39921
1838
1862
  ],
1839
1863
  "declarations": [
1840
1864
  {
1841
1865
  "constant": false,
1842
- "id": 39864,
1866
+ "id": 39921,
1843
1867
  "mutability": "mutable",
1844
1868
  "name": "returnData",
1845
1869
  "nameLocation": "2126:10:114",
1846
1870
  "nodeType": "VariableDeclaration",
1847
- "scope": 40037,
1871
+ "scope": 40094,
1848
1872
  "src": "2113:23:114",
1849
1873
  "stateVariable": false,
1850
1874
  "storageLocation": "memory",
@@ -1853,7 +1877,7 @@
1853
1877
  "typeString": "bytes"
1854
1878
  },
1855
1879
  "typeName": {
1856
- "id": 39863,
1880
+ "id": 39920,
1857
1881
  "name": "bytes",
1858
1882
  "nodeType": "ElementaryTypeName",
1859
1883
  "src": "2113:5:114",
@@ -1865,13 +1889,13 @@
1865
1889
  "visibility": "internal"
1866
1890
  }
1867
1891
  ],
1868
- "id": 39865,
1892
+ "id": 39922,
1869
1893
  "nodeType": "VariableDeclarationStatement",
1870
1894
  "src": "2113:23:114"
1871
1895
  },
1872
1896
  {
1873
1897
  "condition": {
1874
- "id": 39870,
1898
+ "id": 39927,
1875
1899
  "isConstant": false,
1876
1900
  "isLValue": false,
1877
1901
  "isPure": false,
@@ -1883,14 +1907,14 @@
1883
1907
  "subExpression": {
1884
1908
  "arguments": [
1885
1909
  {
1886
- "id": 39868,
1910
+ "id": 39925,
1887
1911
  "name": "KeysInTableTableId",
1888
1912
  "nodeType": "Identifier",
1889
1913
  "overloadedDeclarations": [],
1890
- "referencedDeclaration": 41135,
1914
+ "referencedDeclaration": 41192,
1891
1915
  "src": "2171:18:114",
1892
1916
  "typeDescriptions": {
1893
- "typeIdentifier": "t_userDefinedValueType$_ResourceId_$26198",
1917
+ "typeIdentifier": "t_userDefinedValueType$_ResourceId_$26238",
1894
1918
  "typeString": "ResourceId"
1895
1919
  }
1896
1920
  }
@@ -1898,23 +1922,23 @@
1898
1922
  "expression": {
1899
1923
  "argumentTypes": [
1900
1924
  {
1901
- "typeIdentifier": "t_userDefinedValueType$_ResourceId_$26198",
1925
+ "typeIdentifier": "t_userDefinedValueType$_ResourceId_$26238",
1902
1926
  "typeString": "ResourceId"
1903
1927
  }
1904
1928
  ],
1905
1929
  "expression": {
1906
- "id": 39866,
1930
+ "id": 39923,
1907
1931
  "name": "ResourceIds",
1908
1932
  "nodeType": "Identifier",
1909
1933
  "overloadedDeclarations": [],
1910
- "referencedDeclaration": 31848,
1934
+ "referencedDeclaration": 31888,
1911
1935
  "src": "2148:11:114",
1912
1936
  "typeDescriptions": {
1913
- "typeIdentifier": "t_type$_t_contract$_ResourceIds_$31848_$",
1937
+ "typeIdentifier": "t_type$_t_contract$_ResourceIds_$31888_$",
1914
1938
  "typeString": "type(library ResourceIds)"
1915
1939
  }
1916
1940
  },
1917
- "id": 39867,
1941
+ "id": 39924,
1918
1942
  "isConstant": false,
1919
1943
  "isLValue": false,
1920
1944
  "isPure": false,
@@ -1922,14 +1946,14 @@
1922
1946
  "memberLocation": "2160:10:114",
1923
1947
  "memberName": "_getExists",
1924
1948
  "nodeType": "MemberAccess",
1925
- "referencedDeclaration": 31179,
1949
+ "referencedDeclaration": 31219,
1926
1950
  "src": "2148:22:114",
1927
1951
  "typeDescriptions": {
1928
- "typeIdentifier": "t_function_internal_view$_t_userDefinedValueType$_ResourceId_$26198_$returns$_t_bool_$",
1952
+ "typeIdentifier": "t_function_internal_view$_t_userDefinedValueType$_ResourceId_$26238_$returns$_t_bool_$",
1929
1953
  "typeString": "function (ResourceId) view returns (bool)"
1930
1954
  }
1931
1955
  },
1932
- "id": 39869,
1956
+ "id": 39926,
1933
1957
  "isConstant": false,
1934
1958
  "isLValue": false,
1935
1959
  "isPure": false,
@@ -1950,17 +1974,17 @@
1950
1974
  "typeString": "bool"
1951
1975
  }
1952
1976
  },
1953
- "id": 40010,
1977
+ "id": 40067,
1954
1978
  "nodeType": "IfStatement",
1955
1979
  "src": "2143:1421:114",
1956
1980
  "trueBody": {
1957
- "id": 40009,
1981
+ "id": 40066,
1958
1982
  "nodeType": "Block",
1959
1983
  "src": "2192:1372:114",
1960
1984
  "statements": [
1961
1985
  {
1962
1986
  "expression": {
1963
- "id": 39902,
1987
+ "id": 39959,
1964
1988
  "isConstant": false,
1965
1989
  "isLValue": false,
1966
1990
  "isPure": false,
@@ -1968,11 +1992,11 @@
1968
1992
  "leftHandSide": {
1969
1993
  "components": [
1970
1994
  {
1971
- "id": 39871,
1995
+ "id": 39928,
1972
1996
  "name": "success",
1973
1997
  "nodeType": "Identifier",
1974
1998
  "overloadedDeclarations": [],
1975
- "referencedDeclaration": 39861,
1999
+ "referencedDeclaration": 39918,
1976
2000
  "src": "2230:7:114",
1977
2001
  "typeDescriptions": {
1978
2002
  "typeIdentifier": "t_bool",
@@ -1980,11 +2004,11 @@
1980
2004
  }
1981
2005
  },
1982
2006
  {
1983
- "id": 39872,
2007
+ "id": 39929,
1984
2008
  "name": "returnData",
1985
2009
  "nodeType": "Identifier",
1986
2010
  "overloadedDeclarations": [],
1987
- "referencedDeclaration": 39864,
2011
+ "referencedDeclaration": 39921,
1988
2012
  "src": "2239:10:114",
1989
2013
  "typeDescriptions": {
1990
2014
  "typeIdentifier": "t_bytes_memory_ptr",
@@ -1992,7 +2016,7 @@
1992
2016
  }
1993
2017
  }
1994
2018
  ],
1995
- "id": 39873,
2019
+ "id": 39930,
1996
2020
  "isConstant": false,
1997
2021
  "isInlineArray": false,
1998
2022
  "isLValue": true,
@@ -2013,18 +2037,18 @@
2013
2037
  "arguments": [
2014
2038
  {
2015
2039
  "expression": {
2016
- "id": 39881,
2040
+ "id": 39938,
2017
2041
  "name": "world",
2018
2042
  "nodeType": "Identifier",
2019
2043
  "overloadedDeclarations": [],
2020
- "referencedDeclaration": 39854,
2044
+ "referencedDeclaration": 39911,
2021
2045
  "src": "2316:5:114",
2022
2046
  "typeDescriptions": {
2023
- "typeIdentifier": "t_contract$_IBaseWorld_$39150",
2047
+ "typeIdentifier": "t_contract$_IBaseWorld_$39206",
2024
2048
  "typeString": "contract IBaseWorld"
2025
2049
  }
2026
2050
  },
2027
- "id": 39882,
2051
+ "id": 39939,
2028
2052
  "isConstant": false,
2029
2053
  "isLValue": false,
2030
2054
  "isPure": false,
@@ -2032,24 +2056,24 @@
2032
2056
  "memberLocation": "2322:13:114",
2033
2057
  "memberName": "registerTable",
2034
2058
  "nodeType": "MemberAccess",
2035
- "referencedDeclaration": 57555,
2059
+ "referencedDeclaration": 57612,
2036
2060
  "src": "2316:19:114",
2037
2061
  "typeDescriptions": {
2038
- "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$__$",
2062
+ "typeIdentifier": "t_function_external_nonpayable$_t_userDefinedValueType$_ResourceId_$26238_$_t_userDefinedValueType$_FieldLayout_$25124_$_t_userDefinedValueType$_Schema_$26314_$_t_userDefinedValueType$_Schema_$26314_$_t_array$_t_string_memory_ptr_$dyn_memory_ptr_$_t_array$_t_string_memory_ptr_$dyn_memory_ptr_$returns$__$",
2039
2063
  "typeString": "function (ResourceId,FieldLayout,Schema,Schema,string memory[] memory,string memory[] memory) external"
2040
2064
  }
2041
2065
  },
2042
2066
  {
2043
2067
  "components": [
2044
2068
  {
2045
- "id": 39883,
2069
+ "id": 39940,
2046
2070
  "name": "KeysInTableTableId",
2047
2071
  "nodeType": "Identifier",
2048
2072
  "overloadedDeclarations": [],
2049
- "referencedDeclaration": 41135,
2073
+ "referencedDeclaration": 41192,
2050
2074
  "src": "2361:18:114",
2051
2075
  "typeDescriptions": {
2052
- "typeIdentifier": "t_userDefinedValueType$_ResourceId_$26198",
2076
+ "typeIdentifier": "t_userDefinedValueType$_ResourceId_$26238",
2053
2077
  "typeString": "ResourceId"
2054
2078
  }
2055
2079
  },
@@ -2058,18 +2082,18 @@
2058
2082
  "expression": {
2059
2083
  "argumentTypes": [],
2060
2084
  "expression": {
2061
- "id": 39884,
2085
+ "id": 39941,
2062
2086
  "name": "KeysInTable",
2063
2087
  "nodeType": "Identifier",
2064
2088
  "overloadedDeclarations": [],
2065
- "referencedDeclaration": 47651,
2089
+ "referencedDeclaration": 47708,
2066
2090
  "src": "2393:11:114",
2067
2091
  "typeDescriptions": {
2068
- "typeIdentifier": "t_type$_t_contract$_KeysInTable_$47651_$",
2092
+ "typeIdentifier": "t_type$_t_contract$_KeysInTable_$47708_$",
2069
2093
  "typeString": "type(library KeysInTable)"
2070
2094
  }
2071
2095
  },
2072
- "id": 39885,
2096
+ "id": 39942,
2073
2097
  "isConstant": false,
2074
2098
  "isLValue": false,
2075
2099
  "isPure": false,
@@ -2077,14 +2101,14 @@
2077
2101
  "memberLocation": "2405:14:114",
2078
2102
  "memberName": "getFieldLayout",
2079
2103
  "nodeType": "MemberAccess",
2080
- "referencedDeclaration": 41168,
2104
+ "referencedDeclaration": 41225,
2081
2105
  "src": "2393:26:114",
2082
2106
  "typeDescriptions": {
2083
- "typeIdentifier": "t_function_internal_pure$__$returns$_t_userDefinedValueType$_FieldLayout_$25084_$",
2107
+ "typeIdentifier": "t_function_internal_pure$__$returns$_t_userDefinedValueType$_FieldLayout_$25124_$",
2084
2108
  "typeString": "function () pure returns (FieldLayout)"
2085
2109
  }
2086
2110
  },
2087
- "id": 39886,
2111
+ "id": 39943,
2088
2112
  "isConstant": false,
2089
2113
  "isLValue": false,
2090
2114
  "isPure": false,
@@ -2096,7 +2120,7 @@
2096
2120
  "src": "2393:28:114",
2097
2121
  "tryCall": false,
2098
2122
  "typeDescriptions": {
2099
- "typeIdentifier": "t_userDefinedValueType$_FieldLayout_$25084",
2123
+ "typeIdentifier": "t_userDefinedValueType$_FieldLayout_$25124",
2100
2124
  "typeString": "FieldLayout"
2101
2125
  }
2102
2126
  },
@@ -2105,18 +2129,18 @@
2105
2129
  "expression": {
2106
2130
  "argumentTypes": [],
2107
2131
  "expression": {
2108
- "id": 39887,
2132
+ "id": 39944,
2109
2133
  "name": "KeysInTable",
2110
2134
  "nodeType": "Identifier",
2111
2135
  "overloadedDeclarations": [],
2112
- "referencedDeclaration": 47651,
2136
+ "referencedDeclaration": 47708,
2113
2137
  "src": "2435:11:114",
2114
2138
  "typeDescriptions": {
2115
- "typeIdentifier": "t_type$_t_contract$_KeysInTable_$47651_$",
2139
+ "typeIdentifier": "t_type$_t_contract$_KeysInTable_$47708_$",
2116
2140
  "typeString": "type(library KeysInTable)"
2117
2141
  }
2118
2142
  },
2119
- "id": 39888,
2143
+ "id": 39945,
2120
2144
  "isConstant": false,
2121
2145
  "isLValue": false,
2122
2146
  "isPure": false,
@@ -2124,14 +2148,14 @@
2124
2148
  "memberLocation": "2447:12:114",
2125
2149
  "memberName": "getKeySchema",
2126
2150
  "nodeType": "MemberAccess",
2127
- "referencedDeclaration": 41200,
2151
+ "referencedDeclaration": 41257,
2128
2152
  "src": "2435:24:114",
2129
2153
  "typeDescriptions": {
2130
- "typeIdentifier": "t_function_internal_pure$__$returns$_t_userDefinedValueType$_Schema_$26274_$",
2154
+ "typeIdentifier": "t_function_internal_pure$__$returns$_t_userDefinedValueType$_Schema_$26314_$",
2131
2155
  "typeString": "function () pure returns (Schema)"
2132
2156
  }
2133
2157
  },
2134
- "id": 39889,
2158
+ "id": 39946,
2135
2159
  "isConstant": false,
2136
2160
  "isLValue": false,
2137
2161
  "isPure": false,
@@ -2143,7 +2167,7 @@
2143
2167
  "src": "2435:26:114",
2144
2168
  "tryCall": false,
2145
2169
  "typeDescriptions": {
2146
- "typeIdentifier": "t_userDefinedValueType$_Schema_$26274",
2170
+ "typeIdentifier": "t_userDefinedValueType$_Schema_$26314",
2147
2171
  "typeString": "Schema"
2148
2172
  }
2149
2173
  },
@@ -2152,18 +2176,18 @@
2152
2176
  "expression": {
2153
2177
  "argumentTypes": [],
2154
2178
  "expression": {
2155
- "id": 39890,
2179
+ "id": 39947,
2156
2180
  "name": "KeysInTable",
2157
2181
  "nodeType": "Identifier",
2158
2182
  "overloadedDeclarations": [],
2159
- "referencedDeclaration": 47651,
2183
+ "referencedDeclaration": 47708,
2160
2184
  "src": "2475:11:114",
2161
2185
  "typeDescriptions": {
2162
- "typeIdentifier": "t_type$_t_contract$_KeysInTable_$47651_$",
2186
+ "typeIdentifier": "t_type$_t_contract$_KeysInTable_$47708_$",
2163
2187
  "typeString": "type(library KeysInTable)"
2164
2188
  }
2165
2189
  },
2166
- "id": 39891,
2190
+ "id": 39948,
2167
2191
  "isConstant": false,
2168
2192
  "isLValue": false,
2169
2193
  "isPure": false,
@@ -2171,14 +2195,14 @@
2171
2195
  "memberLocation": "2487:14:114",
2172
2196
  "memberName": "getValueSchema",
2173
2197
  "nodeType": "MemberAccess",
2174
- "referencedDeclaration": 41260,
2198
+ "referencedDeclaration": 41317,
2175
2199
  "src": "2475:26:114",
2176
2200
  "typeDescriptions": {
2177
- "typeIdentifier": "t_function_internal_pure$__$returns$_t_userDefinedValueType$_Schema_$26274_$",
2201
+ "typeIdentifier": "t_function_internal_pure$__$returns$_t_userDefinedValueType$_Schema_$26314_$",
2178
2202
  "typeString": "function () pure returns (Schema)"
2179
2203
  }
2180
2204
  },
2181
- "id": 39892,
2205
+ "id": 39949,
2182
2206
  "isConstant": false,
2183
2207
  "isLValue": false,
2184
2208
  "isPure": false,
@@ -2190,7 +2214,7 @@
2190
2214
  "src": "2475:28:114",
2191
2215
  "tryCall": false,
2192
2216
  "typeDescriptions": {
2193
- "typeIdentifier": "t_userDefinedValueType$_Schema_$26274",
2217
+ "typeIdentifier": "t_userDefinedValueType$_Schema_$26314",
2194
2218
  "typeString": "Schema"
2195
2219
  }
2196
2220
  },
@@ -2199,18 +2223,18 @@
2199
2223
  "expression": {
2200
2224
  "argumentTypes": [],
2201
2225
  "expression": {
2202
- "id": 39893,
2226
+ "id": 39950,
2203
2227
  "name": "KeysInTable",
2204
2228
  "nodeType": "Identifier",
2205
2229
  "overloadedDeclarations": [],
2206
- "referencedDeclaration": 47651,
2230
+ "referencedDeclaration": 47708,
2207
2231
  "src": "2517:11:114",
2208
2232
  "typeDescriptions": {
2209
- "typeIdentifier": "t_type$_t_contract$_KeysInTable_$47651_$",
2233
+ "typeIdentifier": "t_type$_t_contract$_KeysInTable_$47708_$",
2210
2234
  "typeString": "type(library KeysInTable)"
2211
2235
  }
2212
2236
  },
2213
- "id": 39894,
2237
+ "id": 39951,
2214
2238
  "isConstant": false,
2215
2239
  "isLValue": false,
2216
2240
  "isPure": false,
@@ -2218,14 +2242,14 @@
2218
2242
  "memberLocation": "2529:11:114",
2219
2243
  "memberName": "getKeyNames",
2220
2244
  "nodeType": "MemberAccess",
2221
- "referencedDeclaration": 41282,
2245
+ "referencedDeclaration": 41339,
2222
2246
  "src": "2517:23:114",
2223
2247
  "typeDescriptions": {
2224
2248
  "typeIdentifier": "t_function_internal_pure$__$returns$_t_array$_t_string_memory_ptr_$dyn_memory_ptr_$",
2225
2249
  "typeString": "function () pure returns (string memory[] memory)"
2226
2250
  }
2227
2251
  },
2228
- "id": 39895,
2252
+ "id": 39952,
2229
2253
  "isConstant": false,
2230
2254
  "isLValue": false,
2231
2255
  "isPure": false,
@@ -2246,18 +2270,18 @@
2246
2270
  "expression": {
2247
2271
  "argumentTypes": [],
2248
2272
  "expression": {
2249
- "id": 39896,
2273
+ "id": 39953,
2250
2274
  "name": "KeysInTable",
2251
2275
  "nodeType": "Identifier",
2252
2276
  "overloadedDeclarations": [],
2253
- "referencedDeclaration": 47651,
2277
+ "referencedDeclaration": 47708,
2254
2278
  "src": "2556:11:114",
2255
2279
  "typeDescriptions": {
2256
- "typeIdentifier": "t_type$_t_contract$_KeysInTable_$47651_$",
2280
+ "typeIdentifier": "t_type$_t_contract$_KeysInTable_$47708_$",
2257
2281
  "typeString": "type(library KeysInTable)"
2258
2282
  }
2259
2283
  },
2260
- "id": 39897,
2284
+ "id": 39954,
2261
2285
  "isConstant": false,
2262
2286
  "isLValue": false,
2263
2287
  "isPure": false,
@@ -2265,14 +2289,14 @@
2265
2289
  "memberLocation": "2568:13:114",
2266
2290
  "memberName": "getFieldNames",
2267
2291
  "nodeType": "MemberAccess",
2268
- "referencedDeclaration": 41328,
2292
+ "referencedDeclaration": 41385,
2269
2293
  "src": "2556:25:114",
2270
2294
  "typeDescriptions": {
2271
2295
  "typeIdentifier": "t_function_internal_pure$__$returns$_t_array$_t_string_memory_ptr_$dyn_memory_ptr_$",
2272
2296
  "typeString": "function () pure returns (string memory[] memory)"
2273
2297
  }
2274
2298
  },
2275
- "id": 39898,
2299
+ "id": 39955,
2276
2300
  "isConstant": false,
2277
2301
  "isLValue": false,
2278
2302
  "isPure": false,
@@ -2289,7 +2313,7 @@
2289
2313
  }
2290
2314
  }
2291
2315
  ],
2292
- "id": 39899,
2316
+ "id": 39956,
2293
2317
  "isConstant": false,
2294
2318
  "isInlineArray": false,
2295
2319
  "isLValue": false,
@@ -2298,7 +2322,7 @@
2298
2322
  "nodeType": "TupleExpression",
2299
2323
  "src": "2347:248:114",
2300
2324
  "typeDescriptions": {
2301
- "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_$",
2325
+ "typeIdentifier": "t_tuple$_t_userDefinedValueType$_ResourceId_$26238_$_t_userDefinedValueType$_FieldLayout_$25124_$_t_userDefinedValueType$_Schema_$26314_$_t_userDefinedValueType$_Schema_$26314_$_t_array$_t_string_memory_ptr_$dyn_memory_ptr_$_t_array$_t_string_memory_ptr_$dyn_memory_ptr_$",
2302
2326
  "typeString": "tuple(ResourceId,FieldLayout,Schema,Schema,string memory[] memory,string memory[] memory)"
2303
2327
  }
2304
2328
  }
@@ -2306,16 +2330,16 @@
2306
2330
  "expression": {
2307
2331
  "argumentTypes": [
2308
2332
  {
2309
- "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$__$",
2333
+ "typeIdentifier": "t_function_external_nonpayable$_t_userDefinedValueType$_ResourceId_$26238_$_t_userDefinedValueType$_FieldLayout_$25124_$_t_userDefinedValueType$_Schema_$26314_$_t_userDefinedValueType$_Schema_$26314_$_t_array$_t_string_memory_ptr_$dyn_memory_ptr_$_t_array$_t_string_memory_ptr_$dyn_memory_ptr_$returns$__$",
2310
2334
  "typeString": "function (ResourceId,FieldLayout,Schema,Schema,string memory[] memory,string memory[] memory) external"
2311
2335
  },
2312
2336
  {
2313
- "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_$",
2337
+ "typeIdentifier": "t_tuple$_t_userDefinedValueType$_ResourceId_$26238_$_t_userDefinedValueType$_FieldLayout_$25124_$_t_userDefinedValueType$_Schema_$26314_$_t_userDefinedValueType$_Schema_$26314_$_t_array$_t_string_memory_ptr_$dyn_memory_ptr_$_t_array$_t_string_memory_ptr_$dyn_memory_ptr_$",
2314
2338
  "typeString": "tuple(ResourceId,FieldLayout,Schema,Schema,string memory[] memory,string memory[] memory)"
2315
2339
  }
2316
2340
  ],
2317
2341
  "expression": {
2318
- "id": 39879,
2342
+ "id": 39936,
2319
2343
  "name": "abi",
2320
2344
  "nodeType": "Identifier",
2321
2345
  "overloadedDeclarations": [],
@@ -2326,7 +2350,7 @@
2326
2350
  "typeString": "abi"
2327
2351
  }
2328
2352
  },
2329
- "id": 39880,
2353
+ "id": 39937,
2330
2354
  "isConstant": false,
2331
2355
  "isLValue": false,
2332
2356
  "isPure": true,
@@ -2340,7 +2364,7 @@
2340
2364
  "typeString": "function () pure returns (bytes memory)"
2341
2365
  }
2342
2366
  },
2343
- "id": 39900,
2367
+ "id": 39957,
2344
2368
  "isConstant": false,
2345
2369
  "isLValue": false,
2346
2370
  "isPure": false,
@@ -2367,14 +2391,14 @@
2367
2391
  "expression": {
2368
2392
  "arguments": [
2369
2393
  {
2370
- "id": 39876,
2394
+ "id": 39933,
2371
2395
  "name": "world",
2372
2396
  "nodeType": "Identifier",
2373
2397
  "overloadedDeclarations": [],
2374
- "referencedDeclaration": 39854,
2398
+ "referencedDeclaration": 39911,
2375
2399
  "src": "2261:5:114",
2376
2400
  "typeDescriptions": {
2377
- "typeIdentifier": "t_contract$_IBaseWorld_$39150",
2401
+ "typeIdentifier": "t_contract$_IBaseWorld_$39206",
2378
2402
  "typeString": "contract IBaseWorld"
2379
2403
  }
2380
2404
  }
@@ -2382,11 +2406,11 @@
2382
2406
  "expression": {
2383
2407
  "argumentTypes": [
2384
2408
  {
2385
- "typeIdentifier": "t_contract$_IBaseWorld_$39150",
2409
+ "typeIdentifier": "t_contract$_IBaseWorld_$39206",
2386
2410
  "typeString": "contract IBaseWorld"
2387
2411
  }
2388
2412
  ],
2389
- "id": 39875,
2413
+ "id": 39932,
2390
2414
  "isConstant": false,
2391
2415
  "isLValue": false,
2392
2416
  "isPure": true,
@@ -2398,14 +2422,14 @@
2398
2422
  "typeString": "type(address)"
2399
2423
  },
2400
2424
  "typeName": {
2401
- "id": 39874,
2425
+ "id": 39931,
2402
2426
  "name": "address",
2403
2427
  "nodeType": "ElementaryTypeName",
2404
2428
  "src": "2253:7:114",
2405
2429
  "typeDescriptions": {}
2406
2430
  }
2407
2431
  },
2408
- "id": 39877,
2432
+ "id": 39934,
2409
2433
  "isConstant": false,
2410
2434
  "isLValue": false,
2411
2435
  "isPure": false,
@@ -2421,7 +2445,7 @@
2421
2445
  "typeString": "address"
2422
2446
  }
2423
2447
  },
2424
- "id": 39878,
2448
+ "id": 39935,
2425
2449
  "isConstant": false,
2426
2450
  "isLValue": false,
2427
2451
  "isPure": false,
@@ -2435,7 +2459,7 @@
2435
2459
  "typeString": "function (bytes memory) returns (bool,bytes memory)"
2436
2460
  }
2437
2461
  },
2438
- "id": 39901,
2462
+ "id": 39958,
2439
2463
  "isConstant": false,
2440
2464
  "isLValue": false,
2441
2465
  "isPure": false,
@@ -2457,13 +2481,13 @@
2457
2481
  "typeString": "tuple()"
2458
2482
  }
2459
2483
  },
2460
- "id": 39903,
2484
+ "id": 39960,
2461
2485
  "nodeType": "ExpressionStatement",
2462
2486
  "src": "2229:384:114"
2463
2487
  },
2464
2488
  {
2465
2489
  "condition": {
2466
- "id": 39905,
2490
+ "id": 39962,
2467
2491
  "isConstant": false,
2468
2492
  "isLValue": false,
2469
2493
  "isPure": false,
@@ -2473,11 +2497,11 @@
2473
2497
  "prefix": true,
2474
2498
  "src": "2625:8:114",
2475
2499
  "subExpression": {
2476
- "id": 39904,
2500
+ "id": 39961,
2477
2501
  "name": "success",
2478
2502
  "nodeType": "Identifier",
2479
2503
  "overloadedDeclarations": [],
2480
- "referencedDeclaration": 39861,
2504
+ "referencedDeclaration": 39918,
2481
2505
  "src": "2626:7:114",
2482
2506
  "typeDescriptions": {
2483
2507
  "typeIdentifier": "t_bool",
@@ -2489,18 +2513,18 @@
2489
2513
  "typeString": "bool"
2490
2514
  }
2491
2515
  },
2492
- "id": 39910,
2516
+ "id": 39967,
2493
2517
  "nodeType": "IfStatement",
2494
2518
  "src": "2621:41:114",
2495
2519
  "trueBody": {
2496
2520
  "expression": {
2497
2521
  "arguments": [
2498
2522
  {
2499
- "id": 39907,
2523
+ "id": 39964,
2500
2524
  "name": "returnData",
2501
2525
  "nodeType": "Identifier",
2502
2526
  "overloadedDeclarations": [],
2503
- "referencedDeclaration": 39864,
2527
+ "referencedDeclaration": 39921,
2504
2528
  "src": "2651:10:114",
2505
2529
  "typeDescriptions": {
2506
2530
  "typeIdentifier": "t_bytes_memory_ptr",
@@ -2515,18 +2539,18 @@
2515
2539
  "typeString": "bytes memory"
2516
2540
  }
2517
2541
  ],
2518
- "id": 39906,
2542
+ "id": 39963,
2519
2543
  "name": "revertWithBytes",
2520
2544
  "nodeType": "Identifier",
2521
2545
  "overloadedDeclarations": [],
2522
- "referencedDeclaration": 39224,
2546
+ "referencedDeclaration": 39280,
2523
2547
  "src": "2635:15:114",
2524
2548
  "typeDescriptions": {
2525
2549
  "typeIdentifier": "t_function_internal_pure$_t_bytes_memory_ptr_$returns$__$",
2526
2550
  "typeString": "function (bytes memory) pure"
2527
2551
  }
2528
2552
  },
2529
- "id": 39908,
2553
+ "id": 39965,
2530
2554
  "isConstant": false,
2531
2555
  "isLValue": false,
2532
2556
  "isPure": false,
@@ -2542,14 +2566,14 @@
2542
2566
  "typeString": "tuple()"
2543
2567
  }
2544
2568
  },
2545
- "id": 39909,
2569
+ "id": 39966,
2546
2570
  "nodeType": "ExpressionStatement",
2547
2571
  "src": "2635:27:114"
2548
2572
  }
2549
2573
  },
2550
2574
  {
2551
2575
  "expression": {
2552
- "id": 39942,
2576
+ "id": 39999,
2553
2577
  "isConstant": false,
2554
2578
  "isLValue": false,
2555
2579
  "isPure": false,
@@ -2557,11 +2581,11 @@
2557
2581
  "leftHandSide": {
2558
2582
  "components": [
2559
2583
  {
2560
- "id": 39911,
2584
+ "id": 39968,
2561
2585
  "name": "success",
2562
2586
  "nodeType": "Identifier",
2563
2587
  "overloadedDeclarations": [],
2564
- "referencedDeclaration": 39861,
2588
+ "referencedDeclaration": 39918,
2565
2589
  "src": "2672:7:114",
2566
2590
  "typeDescriptions": {
2567
2591
  "typeIdentifier": "t_bool",
@@ -2569,11 +2593,11 @@
2569
2593
  }
2570
2594
  },
2571
2595
  {
2572
- "id": 39912,
2596
+ "id": 39969,
2573
2597
  "name": "returnData",
2574
2598
  "nodeType": "Identifier",
2575
2599
  "overloadedDeclarations": [],
2576
- "referencedDeclaration": 39864,
2600
+ "referencedDeclaration": 39921,
2577
2601
  "src": "2681:10:114",
2578
2602
  "typeDescriptions": {
2579
2603
  "typeIdentifier": "t_bytes_memory_ptr",
@@ -2581,7 +2605,7 @@
2581
2605
  }
2582
2606
  }
2583
2607
  ],
2584
- "id": 39913,
2608
+ "id": 39970,
2585
2609
  "isConstant": false,
2586
2610
  "isInlineArray": false,
2587
2611
  "isLValue": true,
@@ -2602,18 +2626,18 @@
2602
2626
  "arguments": [
2603
2627
  {
2604
2628
  "expression": {
2605
- "id": 39921,
2629
+ "id": 39978,
2606
2630
  "name": "world",
2607
2631
  "nodeType": "Identifier",
2608
2632
  "overloadedDeclarations": [],
2609
- "referencedDeclaration": 39854,
2633
+ "referencedDeclaration": 39911,
2610
2634
  "src": "2758:5:114",
2611
2635
  "typeDescriptions": {
2612
- "typeIdentifier": "t_contract$_IBaseWorld_$39150",
2636
+ "typeIdentifier": "t_contract$_IBaseWorld_$39206",
2613
2637
  "typeString": "contract IBaseWorld"
2614
2638
  }
2615
2639
  },
2616
- "id": 39922,
2640
+ "id": 39979,
2617
2641
  "isConstant": false,
2618
2642
  "isLValue": false,
2619
2643
  "isPure": false,
@@ -2621,24 +2645,24 @@
2621
2645
  "memberLocation": "2764:13:114",
2622
2646
  "memberName": "registerTable",
2623
2647
  "nodeType": "MemberAccess",
2624
- "referencedDeclaration": 57555,
2648
+ "referencedDeclaration": 57612,
2625
2649
  "src": "2758:19:114",
2626
2650
  "typeDescriptions": {
2627
- "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$__$",
2651
+ "typeIdentifier": "t_function_external_nonpayable$_t_userDefinedValueType$_ResourceId_$26238_$_t_userDefinedValueType$_FieldLayout_$25124_$_t_userDefinedValueType$_Schema_$26314_$_t_userDefinedValueType$_Schema_$26314_$_t_array$_t_string_memory_ptr_$dyn_memory_ptr_$_t_array$_t_string_memory_ptr_$dyn_memory_ptr_$returns$__$",
2628
2652
  "typeString": "function (ResourceId,FieldLayout,Schema,Schema,string memory[] memory,string memory[] memory) external"
2629
2653
  }
2630
2654
  },
2631
2655
  {
2632
2656
  "components": [
2633
2657
  {
2634
- "id": 39923,
2658
+ "id": 39980,
2635
2659
  "name": "UsedKeysIndexTableId",
2636
2660
  "nodeType": "Identifier",
2637
2661
  "overloadedDeclarations": [],
2638
- "referencedDeclaration": 47710,
2662
+ "referencedDeclaration": 47767,
2639
2663
  "src": "2803:20:114",
2640
2664
  "typeDescriptions": {
2641
- "typeIdentifier": "t_userDefinedValueType$_ResourceId_$26198",
2665
+ "typeIdentifier": "t_userDefinedValueType$_ResourceId_$26238",
2642
2666
  "typeString": "ResourceId"
2643
2667
  }
2644
2668
  },
@@ -2647,18 +2671,18 @@
2647
2671
  "expression": {
2648
2672
  "argumentTypes": [],
2649
2673
  "expression": {
2650
- "id": 39924,
2674
+ "id": 39981,
2651
2675
  "name": "UsedKeysIndex",
2652
2676
  "nodeType": "Identifier",
2653
2677
  "overloadedDeclarations": [],
2654
- "referencedDeclaration": 49263,
2678
+ "referencedDeclaration": 49320,
2655
2679
  "src": "2837:13:114",
2656
2680
  "typeDescriptions": {
2657
- "typeIdentifier": "t_type$_t_contract$_UsedKeysIndex_$49263_$",
2681
+ "typeIdentifier": "t_type$_t_contract$_UsedKeysIndex_$49320_$",
2658
2682
  "typeString": "type(library UsedKeysIndex)"
2659
2683
  }
2660
2684
  },
2661
- "id": 39925,
2685
+ "id": 39982,
2662
2686
  "isConstant": false,
2663
2687
  "isLValue": false,
2664
2688
  "isPure": false,
@@ -2666,14 +2690,14 @@
2666
2690
  "memberLocation": "2851:14:114",
2667
2691
  "memberName": "getFieldLayout",
2668
2692
  "nodeType": "MemberAccess",
2669
- "referencedDeclaration": 47727,
2693
+ "referencedDeclaration": 47784,
2670
2694
  "src": "2837:28:114",
2671
2695
  "typeDescriptions": {
2672
- "typeIdentifier": "t_function_internal_pure$__$returns$_t_userDefinedValueType$_FieldLayout_$25084_$",
2696
+ "typeIdentifier": "t_function_internal_pure$__$returns$_t_userDefinedValueType$_FieldLayout_$25124_$",
2673
2697
  "typeString": "function () pure returns (FieldLayout)"
2674
2698
  }
2675
2699
  },
2676
- "id": 39926,
2700
+ "id": 39983,
2677
2701
  "isConstant": false,
2678
2702
  "isLValue": false,
2679
2703
  "isPure": false,
@@ -2685,7 +2709,7 @@
2685
2709
  "src": "2837:30:114",
2686
2710
  "tryCall": false,
2687
2711
  "typeDescriptions": {
2688
- "typeIdentifier": "t_userDefinedValueType$_FieldLayout_$25084",
2712
+ "typeIdentifier": "t_userDefinedValueType$_FieldLayout_$25124",
2689
2713
  "typeString": "FieldLayout"
2690
2714
  }
2691
2715
  },
@@ -2694,18 +2718,18 @@
2694
2718
  "expression": {
2695
2719
  "argumentTypes": [],
2696
2720
  "expression": {
2697
- "id": 39927,
2721
+ "id": 39984,
2698
2722
  "name": "UsedKeysIndex",
2699
2723
  "nodeType": "Identifier",
2700
2724
  "overloadedDeclarations": [],
2701
- "referencedDeclaration": 49263,
2725
+ "referencedDeclaration": 49320,
2702
2726
  "src": "2881:13:114",
2703
2727
  "typeDescriptions": {
2704
- "typeIdentifier": "t_type$_t_contract$_UsedKeysIndex_$49263_$",
2728
+ "typeIdentifier": "t_type$_t_contract$_UsedKeysIndex_$49320_$",
2705
2729
  "typeString": "type(library UsedKeysIndex)"
2706
2730
  }
2707
2731
  },
2708
- "id": 39928,
2732
+ "id": 39985,
2709
2733
  "isConstant": false,
2710
2734
  "isLValue": false,
2711
2735
  "isPure": false,
@@ -2713,14 +2737,14 @@
2713
2737
  "memberLocation": "2895:12:114",
2714
2738
  "memberName": "getKeySchema",
2715
2739
  "nodeType": "MemberAccess",
2716
- "referencedDeclaration": 47766,
2740
+ "referencedDeclaration": 47823,
2717
2741
  "src": "2881:26:114",
2718
2742
  "typeDescriptions": {
2719
- "typeIdentifier": "t_function_internal_pure$__$returns$_t_userDefinedValueType$_Schema_$26274_$",
2743
+ "typeIdentifier": "t_function_internal_pure$__$returns$_t_userDefinedValueType$_Schema_$26314_$",
2720
2744
  "typeString": "function () pure returns (Schema)"
2721
2745
  }
2722
2746
  },
2723
- "id": 39929,
2747
+ "id": 39986,
2724
2748
  "isConstant": false,
2725
2749
  "isLValue": false,
2726
2750
  "isPure": false,
@@ -2732,7 +2756,7 @@
2732
2756
  "src": "2881:28:114",
2733
2757
  "tryCall": false,
2734
2758
  "typeDescriptions": {
2735
- "typeIdentifier": "t_userDefinedValueType$_Schema_$26274",
2759
+ "typeIdentifier": "t_userDefinedValueType$_Schema_$26314",
2736
2760
  "typeString": "Schema"
2737
2761
  }
2738
2762
  },
@@ -2741,18 +2765,18 @@
2741
2765
  "expression": {
2742
2766
  "argumentTypes": [],
2743
2767
  "expression": {
2744
- "id": 39930,
2768
+ "id": 39987,
2745
2769
  "name": "UsedKeysIndex",
2746
2770
  "nodeType": "Identifier",
2747
2771
  "overloadedDeclarations": [],
2748
- "referencedDeclaration": 49263,
2772
+ "referencedDeclaration": 49320,
2749
2773
  "src": "2923:13:114",
2750
2774
  "typeDescriptions": {
2751
- "typeIdentifier": "t_type$_t_contract$_UsedKeysIndex_$49263_$",
2775
+ "typeIdentifier": "t_type$_t_contract$_UsedKeysIndex_$49320_$",
2752
2776
  "typeString": "type(library UsedKeysIndex)"
2753
2777
  }
2754
2778
  },
2755
- "id": 39931,
2779
+ "id": 39988,
2756
2780
  "isConstant": false,
2757
2781
  "isLValue": false,
2758
2782
  "isPure": false,
@@ -2760,14 +2784,14 @@
2760
2784
  "memberLocation": "2937:14:114",
2761
2785
  "memberName": "getValueSchema",
2762
2786
  "nodeType": "MemberAccess",
2763
- "referencedDeclaration": 47805,
2787
+ "referencedDeclaration": 47862,
2764
2788
  "src": "2923:28:114",
2765
2789
  "typeDescriptions": {
2766
- "typeIdentifier": "t_function_internal_pure$__$returns$_t_userDefinedValueType$_Schema_$26274_$",
2790
+ "typeIdentifier": "t_function_internal_pure$__$returns$_t_userDefinedValueType$_Schema_$26314_$",
2767
2791
  "typeString": "function () pure returns (Schema)"
2768
2792
  }
2769
2793
  },
2770
- "id": 39932,
2794
+ "id": 39989,
2771
2795
  "isConstant": false,
2772
2796
  "isLValue": false,
2773
2797
  "isPure": false,
@@ -2779,7 +2803,7 @@
2779
2803
  "src": "2923:30:114",
2780
2804
  "tryCall": false,
2781
2805
  "typeDescriptions": {
2782
- "typeIdentifier": "t_userDefinedValueType$_Schema_$26274",
2806
+ "typeIdentifier": "t_userDefinedValueType$_Schema_$26314",
2783
2807
  "typeString": "Schema"
2784
2808
  }
2785
2809
  },
@@ -2788,18 +2812,18 @@
2788
2812
  "expression": {
2789
2813
  "argumentTypes": [],
2790
2814
  "expression": {
2791
- "id": 39933,
2815
+ "id": 39990,
2792
2816
  "name": "UsedKeysIndex",
2793
2817
  "nodeType": "Identifier",
2794
2818
  "overloadedDeclarations": [],
2795
- "referencedDeclaration": 49263,
2819
+ "referencedDeclaration": 49320,
2796
2820
  "src": "2967:13:114",
2797
2821
  "typeDescriptions": {
2798
- "typeIdentifier": "t_type$_t_contract$_UsedKeysIndex_$49263_$",
2822
+ "typeIdentifier": "t_type$_t_contract$_UsedKeysIndex_$49320_$",
2799
2823
  "typeString": "type(library UsedKeysIndex)"
2800
2824
  }
2801
2825
  },
2802
- "id": 39934,
2826
+ "id": 39991,
2803
2827
  "isConstant": false,
2804
2828
  "isLValue": false,
2805
2829
  "isPure": false,
@@ -2807,14 +2831,14 @@
2807
2831
  "memberLocation": "2981:11:114",
2808
2832
  "memberName": "getKeyNames",
2809
2833
  "nodeType": "MemberAccess",
2810
- "referencedDeclaration": 47833,
2834
+ "referencedDeclaration": 47890,
2811
2835
  "src": "2967:25:114",
2812
2836
  "typeDescriptions": {
2813
2837
  "typeIdentifier": "t_function_internal_pure$__$returns$_t_array$_t_string_memory_ptr_$dyn_memory_ptr_$",
2814
2838
  "typeString": "function () pure returns (string memory[] memory)"
2815
2839
  }
2816
2840
  },
2817
- "id": 39935,
2841
+ "id": 39992,
2818
2842
  "isConstant": false,
2819
2843
  "isLValue": false,
2820
2844
  "isPure": false,
@@ -2835,18 +2859,18 @@
2835
2859
  "expression": {
2836
2860
  "argumentTypes": [],
2837
2861
  "expression": {
2838
- "id": 39936,
2862
+ "id": 39993,
2839
2863
  "name": "UsedKeysIndex",
2840
2864
  "nodeType": "Identifier",
2841
2865
  "overloadedDeclarations": [],
2842
- "referencedDeclaration": 49263,
2866
+ "referencedDeclaration": 49320,
2843
2867
  "src": "3008:13:114",
2844
2868
  "typeDescriptions": {
2845
- "typeIdentifier": "t_type$_t_contract$_UsedKeysIndex_$49263_$",
2869
+ "typeIdentifier": "t_type$_t_contract$_UsedKeysIndex_$49320_$",
2846
2870
  "typeString": "type(library UsedKeysIndex)"
2847
2871
  }
2848
2872
  },
2849
- "id": 39937,
2873
+ "id": 39994,
2850
2874
  "isConstant": false,
2851
2875
  "isLValue": false,
2852
2876
  "isPure": false,
@@ -2854,14 +2878,14 @@
2854
2878
  "memberLocation": "3022:13:114",
2855
2879
  "memberName": "getFieldNames",
2856
2880
  "nodeType": "MemberAccess",
2857
- "referencedDeclaration": 47861,
2881
+ "referencedDeclaration": 47918,
2858
2882
  "src": "3008:27:114",
2859
2883
  "typeDescriptions": {
2860
2884
  "typeIdentifier": "t_function_internal_pure$__$returns$_t_array$_t_string_memory_ptr_$dyn_memory_ptr_$",
2861
2885
  "typeString": "function () pure returns (string memory[] memory)"
2862
2886
  }
2863
2887
  },
2864
- "id": 39938,
2888
+ "id": 39995,
2865
2889
  "isConstant": false,
2866
2890
  "isLValue": false,
2867
2891
  "isPure": false,
@@ -2878,7 +2902,7 @@
2878
2902
  }
2879
2903
  }
2880
2904
  ],
2881
- "id": 39939,
2905
+ "id": 39996,
2882
2906
  "isConstant": false,
2883
2907
  "isInlineArray": false,
2884
2908
  "isLValue": false,
@@ -2887,7 +2911,7 @@
2887
2911
  "nodeType": "TupleExpression",
2888
2912
  "src": "2789:260:114",
2889
2913
  "typeDescriptions": {
2890
- "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_$",
2914
+ "typeIdentifier": "t_tuple$_t_userDefinedValueType$_ResourceId_$26238_$_t_userDefinedValueType$_FieldLayout_$25124_$_t_userDefinedValueType$_Schema_$26314_$_t_userDefinedValueType$_Schema_$26314_$_t_array$_t_string_memory_ptr_$dyn_memory_ptr_$_t_array$_t_string_memory_ptr_$dyn_memory_ptr_$",
2891
2915
  "typeString": "tuple(ResourceId,FieldLayout,Schema,Schema,string memory[] memory,string memory[] memory)"
2892
2916
  }
2893
2917
  }
@@ -2895,16 +2919,16 @@
2895
2919
  "expression": {
2896
2920
  "argumentTypes": [
2897
2921
  {
2898
- "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$__$",
2922
+ "typeIdentifier": "t_function_external_nonpayable$_t_userDefinedValueType$_ResourceId_$26238_$_t_userDefinedValueType$_FieldLayout_$25124_$_t_userDefinedValueType$_Schema_$26314_$_t_userDefinedValueType$_Schema_$26314_$_t_array$_t_string_memory_ptr_$dyn_memory_ptr_$_t_array$_t_string_memory_ptr_$dyn_memory_ptr_$returns$__$",
2899
2923
  "typeString": "function (ResourceId,FieldLayout,Schema,Schema,string memory[] memory,string memory[] memory) external"
2900
2924
  },
2901
2925
  {
2902
- "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_$",
2926
+ "typeIdentifier": "t_tuple$_t_userDefinedValueType$_ResourceId_$26238_$_t_userDefinedValueType$_FieldLayout_$25124_$_t_userDefinedValueType$_Schema_$26314_$_t_userDefinedValueType$_Schema_$26314_$_t_array$_t_string_memory_ptr_$dyn_memory_ptr_$_t_array$_t_string_memory_ptr_$dyn_memory_ptr_$",
2903
2927
  "typeString": "tuple(ResourceId,FieldLayout,Schema,Schema,string memory[] memory,string memory[] memory)"
2904
2928
  }
2905
2929
  ],
2906
2930
  "expression": {
2907
- "id": 39919,
2931
+ "id": 39976,
2908
2932
  "name": "abi",
2909
2933
  "nodeType": "Identifier",
2910
2934
  "overloadedDeclarations": [],
@@ -2915,7 +2939,7 @@
2915
2939
  "typeString": "abi"
2916
2940
  }
2917
2941
  },
2918
- "id": 39920,
2942
+ "id": 39977,
2919
2943
  "isConstant": false,
2920
2944
  "isLValue": false,
2921
2945
  "isPure": true,
@@ -2929,7 +2953,7 @@
2929
2953
  "typeString": "function () pure returns (bytes memory)"
2930
2954
  }
2931
2955
  },
2932
- "id": 39940,
2956
+ "id": 39997,
2933
2957
  "isConstant": false,
2934
2958
  "isLValue": false,
2935
2959
  "isPure": false,
@@ -2956,14 +2980,14 @@
2956
2980
  "expression": {
2957
2981
  "arguments": [
2958
2982
  {
2959
- "id": 39916,
2983
+ "id": 39973,
2960
2984
  "name": "world",
2961
2985
  "nodeType": "Identifier",
2962
2986
  "overloadedDeclarations": [],
2963
- "referencedDeclaration": 39854,
2987
+ "referencedDeclaration": 39911,
2964
2988
  "src": "2703:5:114",
2965
2989
  "typeDescriptions": {
2966
- "typeIdentifier": "t_contract$_IBaseWorld_$39150",
2990
+ "typeIdentifier": "t_contract$_IBaseWorld_$39206",
2967
2991
  "typeString": "contract IBaseWorld"
2968
2992
  }
2969
2993
  }
@@ -2971,11 +2995,11 @@
2971
2995
  "expression": {
2972
2996
  "argumentTypes": [
2973
2997
  {
2974
- "typeIdentifier": "t_contract$_IBaseWorld_$39150",
2998
+ "typeIdentifier": "t_contract$_IBaseWorld_$39206",
2975
2999
  "typeString": "contract IBaseWorld"
2976
3000
  }
2977
3001
  ],
2978
- "id": 39915,
3002
+ "id": 39972,
2979
3003
  "isConstant": false,
2980
3004
  "isLValue": false,
2981
3005
  "isPure": true,
@@ -2987,14 +3011,14 @@
2987
3011
  "typeString": "type(address)"
2988
3012
  },
2989
3013
  "typeName": {
2990
- "id": 39914,
3014
+ "id": 39971,
2991
3015
  "name": "address",
2992
3016
  "nodeType": "ElementaryTypeName",
2993
3017
  "src": "2695:7:114",
2994
3018
  "typeDescriptions": {}
2995
3019
  }
2996
3020
  },
2997
- "id": 39917,
3021
+ "id": 39974,
2998
3022
  "isConstant": false,
2999
3023
  "isLValue": false,
3000
3024
  "isPure": false,
@@ -3010,7 +3034,7 @@
3010
3034
  "typeString": "address"
3011
3035
  }
3012
3036
  },
3013
- "id": 39918,
3037
+ "id": 39975,
3014
3038
  "isConstant": false,
3015
3039
  "isLValue": false,
3016
3040
  "isPure": false,
@@ -3024,7 +3048,7 @@
3024
3048
  "typeString": "function (bytes memory) returns (bool,bytes memory)"
3025
3049
  }
3026
3050
  },
3027
- "id": 39941,
3051
+ "id": 39998,
3028
3052
  "isConstant": false,
3029
3053
  "isLValue": false,
3030
3054
  "isPure": false,
@@ -3046,13 +3070,13 @@
3046
3070
  "typeString": "tuple()"
3047
3071
  }
3048
3072
  },
3049
- "id": 39943,
3073
+ "id": 40000,
3050
3074
  "nodeType": "ExpressionStatement",
3051
3075
  "src": "2671:396:114"
3052
3076
  },
3053
3077
  {
3054
3078
  "condition": {
3055
- "id": 39945,
3079
+ "id": 40002,
3056
3080
  "isConstant": false,
3057
3081
  "isLValue": false,
3058
3082
  "isPure": false,
@@ -3062,11 +3086,11 @@
3062
3086
  "prefix": true,
3063
3087
  "src": "3079:8:114",
3064
3088
  "subExpression": {
3065
- "id": 39944,
3089
+ "id": 40001,
3066
3090
  "name": "success",
3067
3091
  "nodeType": "Identifier",
3068
3092
  "overloadedDeclarations": [],
3069
- "referencedDeclaration": 39861,
3093
+ "referencedDeclaration": 39918,
3070
3094
  "src": "3080:7:114",
3071
3095
  "typeDescriptions": {
3072
3096
  "typeIdentifier": "t_bool",
@@ -3078,18 +3102,18 @@
3078
3102
  "typeString": "bool"
3079
3103
  }
3080
3104
  },
3081
- "id": 39950,
3105
+ "id": 40007,
3082
3106
  "nodeType": "IfStatement",
3083
3107
  "src": "3075:41:114",
3084
3108
  "trueBody": {
3085
3109
  "expression": {
3086
3110
  "arguments": [
3087
3111
  {
3088
- "id": 39947,
3112
+ "id": 40004,
3089
3113
  "name": "returnData",
3090
3114
  "nodeType": "Identifier",
3091
3115
  "overloadedDeclarations": [],
3092
- "referencedDeclaration": 39864,
3116
+ "referencedDeclaration": 39921,
3093
3117
  "src": "3105:10:114",
3094
3118
  "typeDescriptions": {
3095
3119
  "typeIdentifier": "t_bytes_memory_ptr",
@@ -3104,18 +3128,18 @@
3104
3128
  "typeString": "bytes memory"
3105
3129
  }
3106
3130
  ],
3107
- "id": 39946,
3131
+ "id": 40003,
3108
3132
  "name": "revertWithBytes",
3109
3133
  "nodeType": "Identifier",
3110
3134
  "overloadedDeclarations": [],
3111
- "referencedDeclaration": 39224,
3135
+ "referencedDeclaration": 39280,
3112
3136
  "src": "3089:15:114",
3113
3137
  "typeDescriptions": {
3114
3138
  "typeIdentifier": "t_function_internal_pure$_t_bytes_memory_ptr_$returns$__$",
3115
3139
  "typeString": "function (bytes memory) pure"
3116
3140
  }
3117
3141
  },
3118
- "id": 39948,
3142
+ "id": 40005,
3119
3143
  "isConstant": false,
3120
3144
  "isLValue": false,
3121
3145
  "isPure": false,
@@ -3131,14 +3155,14 @@
3131
3155
  "typeString": "tuple()"
3132
3156
  }
3133
3157
  },
3134
- "id": 39949,
3158
+ "id": 40006,
3135
3159
  "nodeType": "ExpressionStatement",
3136
3160
  "src": "3089:27:114"
3137
3161
  }
3138
3162
  },
3139
3163
  {
3140
3164
  "expression": {
3141
- "id": 39971,
3165
+ "id": 40028,
3142
3166
  "isConstant": false,
3143
3167
  "isLValue": false,
3144
3168
  "isPure": false,
@@ -3146,11 +3170,11 @@
3146
3170
  "leftHandSide": {
3147
3171
  "components": [
3148
3172
  {
3149
- "id": 39951,
3173
+ "id": 40008,
3150
3174
  "name": "success",
3151
3175
  "nodeType": "Identifier",
3152
3176
  "overloadedDeclarations": [],
3153
- "referencedDeclaration": 39861,
3177
+ "referencedDeclaration": 39918,
3154
3178
  "src": "3171:7:114",
3155
3179
  "typeDescriptions": {
3156
3180
  "typeIdentifier": "t_bool",
@@ -3158,11 +3182,11 @@
3158
3182
  }
3159
3183
  },
3160
3184
  {
3161
- "id": 39952,
3185
+ "id": 40009,
3162
3186
  "name": "returnData",
3163
3187
  "nodeType": "Identifier",
3164
3188
  "overloadedDeclarations": [],
3165
- "referencedDeclaration": 39864,
3189
+ "referencedDeclaration": 39921,
3166
3190
  "src": "3180:10:114",
3167
3191
  "typeDescriptions": {
3168
3192
  "typeIdentifier": "t_bytes_memory_ptr",
@@ -3170,7 +3194,7 @@
3170
3194
  }
3171
3195
  }
3172
3196
  ],
3173
- "id": 39953,
3197
+ "id": 40010,
3174
3198
  "isConstant": false,
3175
3199
  "isInlineArray": false,
3176
3200
  "isLValue": true,
@@ -3191,18 +3215,18 @@
3191
3215
  "arguments": [
3192
3216
  {
3193
3217
  "expression": {
3194
- "id": 39961,
3218
+ "id": 40018,
3195
3219
  "name": "world",
3196
3220
  "nodeType": "Identifier",
3197
3221
  "overloadedDeclarations": [],
3198
- "referencedDeclaration": 39854,
3222
+ "referencedDeclaration": 39911,
3199
3223
  "src": "3246:5:114",
3200
3224
  "typeDescriptions": {
3201
- "typeIdentifier": "t_contract$_IBaseWorld_$39150",
3225
+ "typeIdentifier": "t_contract$_IBaseWorld_$39206",
3202
3226
  "typeString": "contract IBaseWorld"
3203
3227
  }
3204
3228
  },
3205
- "id": 39962,
3229
+ "id": 40019,
3206
3230
  "isConstant": false,
3207
3231
  "isLValue": false,
3208
3232
  "isPure": false,
@@ -3210,38 +3234,38 @@
3210
3234
  "memberLocation": "3252:11:114",
3211
3235
  "memberName": "grantAccess",
3212
3236
  "nodeType": "MemberAccess",
3213
- "referencedDeclaration": 60922,
3237
+ "referencedDeclaration": 60999,
3214
3238
  "src": "3246:17:114",
3215
3239
  "typeDescriptions": {
3216
- "typeIdentifier": "t_function_external_nonpayable$_t_userDefinedValueType$_ResourceId_$26198_$_t_address_$returns$__$",
3240
+ "typeIdentifier": "t_function_external_nonpayable$_t_userDefinedValueType$_ResourceId_$26238_$_t_address_$returns$__$",
3217
3241
  "typeString": "function (ResourceId,address) external"
3218
3242
  }
3219
3243
  },
3220
3244
  {
3221
3245
  "components": [
3222
3246
  {
3223
- "id": 39963,
3247
+ "id": 40020,
3224
3248
  "name": "KeysInTableTableId",
3225
3249
  "nodeType": "Identifier",
3226
3250
  "overloadedDeclarations": [],
3227
- "referencedDeclaration": 41135,
3251
+ "referencedDeclaration": 41192,
3228
3252
  "src": "3266:18:114",
3229
3253
  "typeDescriptions": {
3230
- "typeIdentifier": "t_userDefinedValueType$_ResourceId_$26198",
3254
+ "typeIdentifier": "t_userDefinedValueType$_ResourceId_$26238",
3231
3255
  "typeString": "ResourceId"
3232
3256
  }
3233
3257
  },
3234
3258
  {
3235
3259
  "arguments": [
3236
3260
  {
3237
- "id": 39966,
3261
+ "id": 40023,
3238
3262
  "name": "hook",
3239
3263
  "nodeType": "Identifier",
3240
3264
  "overloadedDeclarations": [],
3241
- "referencedDeclaration": 39821,
3265
+ "referencedDeclaration": 39878,
3242
3266
  "src": "3294:4:114",
3243
3267
  "typeDescriptions": {
3244
- "typeIdentifier": "t_contract$_KeysInTableHook_$39781",
3268
+ "typeIdentifier": "t_contract$_KeysInTableHook_$39838",
3245
3269
  "typeString": "contract KeysInTableHook"
3246
3270
  }
3247
3271
  }
@@ -3249,11 +3273,11 @@
3249
3273
  "expression": {
3250
3274
  "argumentTypes": [
3251
3275
  {
3252
- "typeIdentifier": "t_contract$_KeysInTableHook_$39781",
3276
+ "typeIdentifier": "t_contract$_KeysInTableHook_$39838",
3253
3277
  "typeString": "contract KeysInTableHook"
3254
3278
  }
3255
3279
  ],
3256
- "id": 39965,
3280
+ "id": 40022,
3257
3281
  "isConstant": false,
3258
3282
  "isLValue": false,
3259
3283
  "isPure": true,
@@ -3265,14 +3289,14 @@
3265
3289
  "typeString": "type(address)"
3266
3290
  },
3267
3291
  "typeName": {
3268
- "id": 39964,
3292
+ "id": 40021,
3269
3293
  "name": "address",
3270
3294
  "nodeType": "ElementaryTypeName",
3271
3295
  "src": "3286:7:114",
3272
3296
  "typeDescriptions": {}
3273
3297
  }
3274
3298
  },
3275
- "id": 39967,
3299
+ "id": 40024,
3276
3300
  "isConstant": false,
3277
3301
  "isLValue": false,
3278
3302
  "isPure": false,
@@ -3289,7 +3313,7 @@
3289
3313
  }
3290
3314
  }
3291
3315
  ],
3292
- "id": 39968,
3316
+ "id": 40025,
3293
3317
  "isConstant": false,
3294
3318
  "isInlineArray": false,
3295
3319
  "isLValue": false,
@@ -3298,7 +3322,7 @@
3298
3322
  "nodeType": "TupleExpression",
3299
3323
  "src": "3265:35:114",
3300
3324
  "typeDescriptions": {
3301
- "typeIdentifier": "t_tuple$_t_userDefinedValueType$_ResourceId_$26198_$_t_address_$",
3325
+ "typeIdentifier": "t_tuple$_t_userDefinedValueType$_ResourceId_$26238_$_t_address_$",
3302
3326
  "typeString": "tuple(ResourceId,address)"
3303
3327
  }
3304
3328
  }
@@ -3306,16 +3330,16 @@
3306
3330
  "expression": {
3307
3331
  "argumentTypes": [
3308
3332
  {
3309
- "typeIdentifier": "t_function_external_nonpayable$_t_userDefinedValueType$_ResourceId_$26198_$_t_address_$returns$__$",
3333
+ "typeIdentifier": "t_function_external_nonpayable$_t_userDefinedValueType$_ResourceId_$26238_$_t_address_$returns$__$",
3310
3334
  "typeString": "function (ResourceId,address) external"
3311
3335
  },
3312
3336
  {
3313
- "typeIdentifier": "t_tuple$_t_userDefinedValueType$_ResourceId_$26198_$_t_address_$",
3337
+ "typeIdentifier": "t_tuple$_t_userDefinedValueType$_ResourceId_$26238_$_t_address_$",
3314
3338
  "typeString": "tuple(ResourceId,address)"
3315
3339
  }
3316
3340
  ],
3317
3341
  "expression": {
3318
- "id": 39959,
3342
+ "id": 40016,
3319
3343
  "name": "abi",
3320
3344
  "nodeType": "Identifier",
3321
3345
  "overloadedDeclarations": [],
@@ -3326,7 +3350,7 @@
3326
3350
  "typeString": "abi"
3327
3351
  }
3328
3352
  },
3329
- "id": 39960,
3353
+ "id": 40017,
3330
3354
  "isConstant": false,
3331
3355
  "isLValue": false,
3332
3356
  "isPure": true,
@@ -3340,7 +3364,7 @@
3340
3364
  "typeString": "function () pure returns (bytes memory)"
3341
3365
  }
3342
3366
  },
3343
- "id": 39969,
3367
+ "id": 40026,
3344
3368
  "isConstant": false,
3345
3369
  "isLValue": false,
3346
3370
  "isPure": false,
@@ -3367,14 +3391,14 @@
3367
3391
  "expression": {
3368
3392
  "arguments": [
3369
3393
  {
3370
- "id": 39956,
3394
+ "id": 40013,
3371
3395
  "name": "world",
3372
3396
  "nodeType": "Identifier",
3373
3397
  "overloadedDeclarations": [],
3374
- "referencedDeclaration": 39854,
3398
+ "referencedDeclaration": 39911,
3375
3399
  "src": "3202:5:114",
3376
3400
  "typeDescriptions": {
3377
- "typeIdentifier": "t_contract$_IBaseWorld_$39150",
3401
+ "typeIdentifier": "t_contract$_IBaseWorld_$39206",
3378
3402
  "typeString": "contract IBaseWorld"
3379
3403
  }
3380
3404
  }
@@ -3382,11 +3406,11 @@
3382
3406
  "expression": {
3383
3407
  "argumentTypes": [
3384
3408
  {
3385
- "typeIdentifier": "t_contract$_IBaseWorld_$39150",
3409
+ "typeIdentifier": "t_contract$_IBaseWorld_$39206",
3386
3410
  "typeString": "contract IBaseWorld"
3387
3411
  }
3388
3412
  ],
3389
- "id": 39955,
3413
+ "id": 40012,
3390
3414
  "isConstant": false,
3391
3415
  "isLValue": false,
3392
3416
  "isPure": true,
@@ -3398,14 +3422,14 @@
3398
3422
  "typeString": "type(address)"
3399
3423
  },
3400
3424
  "typeName": {
3401
- "id": 39954,
3425
+ "id": 40011,
3402
3426
  "name": "address",
3403
3427
  "nodeType": "ElementaryTypeName",
3404
3428
  "src": "3194:7:114",
3405
3429
  "typeDescriptions": {}
3406
3430
  }
3407
3431
  },
3408
- "id": 39957,
3432
+ "id": 40014,
3409
3433
  "isConstant": false,
3410
3434
  "isLValue": false,
3411
3435
  "isPure": false,
@@ -3421,7 +3445,7 @@
3421
3445
  "typeString": "address"
3422
3446
  }
3423
3447
  },
3424
- "id": 39958,
3448
+ "id": 40015,
3425
3449
  "isConstant": false,
3426
3450
  "isLValue": false,
3427
3451
  "isPure": false,
@@ -3435,7 +3459,7 @@
3435
3459
  "typeString": "function (bytes memory) returns (bool,bytes memory)"
3436
3460
  }
3437
3461
  },
3438
- "id": 39970,
3462
+ "id": 40027,
3439
3463
  "isConstant": false,
3440
3464
  "isLValue": false,
3441
3465
  "isPure": false,
@@ -3457,13 +3481,13 @@
3457
3481
  "typeString": "tuple()"
3458
3482
  }
3459
3483
  },
3460
- "id": 39972,
3484
+ "id": 40029,
3461
3485
  "nodeType": "ExpressionStatement",
3462
3486
  "src": "3170:139:114"
3463
3487
  },
3464
3488
  {
3465
3489
  "condition": {
3466
- "id": 39974,
3490
+ "id": 40031,
3467
3491
  "isConstant": false,
3468
3492
  "isLValue": false,
3469
3493
  "isPure": false,
@@ -3473,11 +3497,11 @@
3473
3497
  "prefix": true,
3474
3498
  "src": "3321:8:114",
3475
3499
  "subExpression": {
3476
- "id": 39973,
3500
+ "id": 40030,
3477
3501
  "name": "success",
3478
3502
  "nodeType": "Identifier",
3479
3503
  "overloadedDeclarations": [],
3480
- "referencedDeclaration": 39861,
3504
+ "referencedDeclaration": 39918,
3481
3505
  "src": "3322:7:114",
3482
3506
  "typeDescriptions": {
3483
3507
  "typeIdentifier": "t_bool",
@@ -3489,18 +3513,18 @@
3489
3513
  "typeString": "bool"
3490
3514
  }
3491
3515
  },
3492
- "id": 39979,
3516
+ "id": 40036,
3493
3517
  "nodeType": "IfStatement",
3494
3518
  "src": "3317:41:114",
3495
3519
  "trueBody": {
3496
3520
  "expression": {
3497
3521
  "arguments": [
3498
3522
  {
3499
- "id": 39976,
3523
+ "id": 40033,
3500
3524
  "name": "returnData",
3501
3525
  "nodeType": "Identifier",
3502
3526
  "overloadedDeclarations": [],
3503
- "referencedDeclaration": 39864,
3527
+ "referencedDeclaration": 39921,
3504
3528
  "src": "3347:10:114",
3505
3529
  "typeDescriptions": {
3506
3530
  "typeIdentifier": "t_bytes_memory_ptr",
@@ -3515,18 +3539,18 @@
3515
3539
  "typeString": "bytes memory"
3516
3540
  }
3517
3541
  ],
3518
- "id": 39975,
3542
+ "id": 40032,
3519
3543
  "name": "revertWithBytes",
3520
3544
  "nodeType": "Identifier",
3521
3545
  "overloadedDeclarations": [],
3522
- "referencedDeclaration": 39224,
3546
+ "referencedDeclaration": 39280,
3523
3547
  "src": "3331:15:114",
3524
3548
  "typeDescriptions": {
3525
3549
  "typeIdentifier": "t_function_internal_pure$_t_bytes_memory_ptr_$returns$__$",
3526
3550
  "typeString": "function (bytes memory) pure"
3527
3551
  }
3528
3552
  },
3529
- "id": 39977,
3553
+ "id": 40034,
3530
3554
  "isConstant": false,
3531
3555
  "isLValue": false,
3532
3556
  "isPure": false,
@@ -3542,14 +3566,14 @@
3542
3566
  "typeString": "tuple()"
3543
3567
  }
3544
3568
  },
3545
- "id": 39978,
3569
+ "id": 40035,
3546
3570
  "nodeType": "ExpressionStatement",
3547
3571
  "src": "3331:27:114"
3548
3572
  }
3549
3573
  },
3550
3574
  {
3551
3575
  "expression": {
3552
- "id": 40000,
3576
+ "id": 40057,
3553
3577
  "isConstant": false,
3554
3578
  "isLValue": false,
3555
3579
  "isPure": false,
@@ -3557,11 +3581,11 @@
3557
3581
  "leftHandSide": {
3558
3582
  "components": [
3559
3583
  {
3560
- "id": 39980,
3584
+ "id": 40037,
3561
3585
  "name": "success",
3562
3586
  "nodeType": "Identifier",
3563
3587
  "overloadedDeclarations": [],
3564
- "referencedDeclaration": 39861,
3588
+ "referencedDeclaration": 39918,
3565
3589
  "src": "3368:7:114",
3566
3590
  "typeDescriptions": {
3567
3591
  "typeIdentifier": "t_bool",
@@ -3569,11 +3593,11 @@
3569
3593
  }
3570
3594
  },
3571
3595
  {
3572
- "id": 39981,
3596
+ "id": 40038,
3573
3597
  "name": "returnData",
3574
3598
  "nodeType": "Identifier",
3575
3599
  "overloadedDeclarations": [],
3576
- "referencedDeclaration": 39864,
3600
+ "referencedDeclaration": 39921,
3577
3601
  "src": "3377:10:114",
3578
3602
  "typeDescriptions": {
3579
3603
  "typeIdentifier": "t_bytes_memory_ptr",
@@ -3581,7 +3605,7 @@
3581
3605
  }
3582
3606
  }
3583
3607
  ],
3584
- "id": 39982,
3608
+ "id": 40039,
3585
3609
  "isConstant": false,
3586
3610
  "isInlineArray": false,
3587
3611
  "isLValue": true,
@@ -3602,18 +3626,18 @@
3602
3626
  "arguments": [
3603
3627
  {
3604
3628
  "expression": {
3605
- "id": 39990,
3629
+ "id": 40047,
3606
3630
  "name": "world",
3607
3631
  "nodeType": "Identifier",
3608
3632
  "overloadedDeclarations": [],
3609
- "referencedDeclaration": 39854,
3633
+ "referencedDeclaration": 39911,
3610
3634
  "src": "3443:5:114",
3611
3635
  "typeDescriptions": {
3612
- "typeIdentifier": "t_contract$_IBaseWorld_$39150",
3636
+ "typeIdentifier": "t_contract$_IBaseWorld_$39206",
3613
3637
  "typeString": "contract IBaseWorld"
3614
3638
  }
3615
3639
  },
3616
- "id": 39991,
3640
+ "id": 40048,
3617
3641
  "isConstant": false,
3618
3642
  "isLValue": false,
3619
3643
  "isPure": false,
@@ -3621,38 +3645,38 @@
3621
3645
  "memberLocation": "3449:11:114",
3622
3646
  "memberName": "grantAccess",
3623
3647
  "nodeType": "MemberAccess",
3624
- "referencedDeclaration": 60922,
3648
+ "referencedDeclaration": 60999,
3625
3649
  "src": "3443:17:114",
3626
3650
  "typeDescriptions": {
3627
- "typeIdentifier": "t_function_external_nonpayable$_t_userDefinedValueType$_ResourceId_$26198_$_t_address_$returns$__$",
3651
+ "typeIdentifier": "t_function_external_nonpayable$_t_userDefinedValueType$_ResourceId_$26238_$_t_address_$returns$__$",
3628
3652
  "typeString": "function (ResourceId,address) external"
3629
3653
  }
3630
3654
  },
3631
3655
  {
3632
3656
  "components": [
3633
3657
  {
3634
- "id": 39992,
3658
+ "id": 40049,
3635
3659
  "name": "UsedKeysIndexTableId",
3636
3660
  "nodeType": "Identifier",
3637
3661
  "overloadedDeclarations": [],
3638
- "referencedDeclaration": 47710,
3662
+ "referencedDeclaration": 47767,
3639
3663
  "src": "3463:20:114",
3640
3664
  "typeDescriptions": {
3641
- "typeIdentifier": "t_userDefinedValueType$_ResourceId_$26198",
3665
+ "typeIdentifier": "t_userDefinedValueType$_ResourceId_$26238",
3642
3666
  "typeString": "ResourceId"
3643
3667
  }
3644
3668
  },
3645
3669
  {
3646
3670
  "arguments": [
3647
3671
  {
3648
- "id": 39995,
3672
+ "id": 40052,
3649
3673
  "name": "hook",
3650
3674
  "nodeType": "Identifier",
3651
3675
  "overloadedDeclarations": [],
3652
- "referencedDeclaration": 39821,
3676
+ "referencedDeclaration": 39878,
3653
3677
  "src": "3493:4:114",
3654
3678
  "typeDescriptions": {
3655
- "typeIdentifier": "t_contract$_KeysInTableHook_$39781",
3679
+ "typeIdentifier": "t_contract$_KeysInTableHook_$39838",
3656
3680
  "typeString": "contract KeysInTableHook"
3657
3681
  }
3658
3682
  }
@@ -3660,11 +3684,11 @@
3660
3684
  "expression": {
3661
3685
  "argumentTypes": [
3662
3686
  {
3663
- "typeIdentifier": "t_contract$_KeysInTableHook_$39781",
3687
+ "typeIdentifier": "t_contract$_KeysInTableHook_$39838",
3664
3688
  "typeString": "contract KeysInTableHook"
3665
3689
  }
3666
3690
  ],
3667
- "id": 39994,
3691
+ "id": 40051,
3668
3692
  "isConstant": false,
3669
3693
  "isLValue": false,
3670
3694
  "isPure": true,
@@ -3676,14 +3700,14 @@
3676
3700
  "typeString": "type(address)"
3677
3701
  },
3678
3702
  "typeName": {
3679
- "id": 39993,
3703
+ "id": 40050,
3680
3704
  "name": "address",
3681
3705
  "nodeType": "ElementaryTypeName",
3682
3706
  "src": "3485:7:114",
3683
3707
  "typeDescriptions": {}
3684
3708
  }
3685
3709
  },
3686
- "id": 39996,
3710
+ "id": 40053,
3687
3711
  "isConstant": false,
3688
3712
  "isLValue": false,
3689
3713
  "isPure": false,
@@ -3700,7 +3724,7 @@
3700
3724
  }
3701
3725
  }
3702
3726
  ],
3703
- "id": 39997,
3727
+ "id": 40054,
3704
3728
  "isConstant": false,
3705
3729
  "isInlineArray": false,
3706
3730
  "isLValue": false,
@@ -3709,7 +3733,7 @@
3709
3733
  "nodeType": "TupleExpression",
3710
3734
  "src": "3462:37:114",
3711
3735
  "typeDescriptions": {
3712
- "typeIdentifier": "t_tuple$_t_userDefinedValueType$_ResourceId_$26198_$_t_address_$",
3736
+ "typeIdentifier": "t_tuple$_t_userDefinedValueType$_ResourceId_$26238_$_t_address_$",
3713
3737
  "typeString": "tuple(ResourceId,address)"
3714
3738
  }
3715
3739
  }
@@ -3717,16 +3741,16 @@
3717
3741
  "expression": {
3718
3742
  "argumentTypes": [
3719
3743
  {
3720
- "typeIdentifier": "t_function_external_nonpayable$_t_userDefinedValueType$_ResourceId_$26198_$_t_address_$returns$__$",
3744
+ "typeIdentifier": "t_function_external_nonpayable$_t_userDefinedValueType$_ResourceId_$26238_$_t_address_$returns$__$",
3721
3745
  "typeString": "function (ResourceId,address) external"
3722
3746
  },
3723
3747
  {
3724
- "typeIdentifier": "t_tuple$_t_userDefinedValueType$_ResourceId_$26198_$_t_address_$",
3748
+ "typeIdentifier": "t_tuple$_t_userDefinedValueType$_ResourceId_$26238_$_t_address_$",
3725
3749
  "typeString": "tuple(ResourceId,address)"
3726
3750
  }
3727
3751
  ],
3728
3752
  "expression": {
3729
- "id": 39988,
3753
+ "id": 40045,
3730
3754
  "name": "abi",
3731
3755
  "nodeType": "Identifier",
3732
3756
  "overloadedDeclarations": [],
@@ -3737,7 +3761,7 @@
3737
3761
  "typeString": "abi"
3738
3762
  }
3739
3763
  },
3740
- "id": 39989,
3764
+ "id": 40046,
3741
3765
  "isConstant": false,
3742
3766
  "isLValue": false,
3743
3767
  "isPure": true,
@@ -3751,7 +3775,7 @@
3751
3775
  "typeString": "function () pure returns (bytes memory)"
3752
3776
  }
3753
3777
  },
3754
- "id": 39998,
3778
+ "id": 40055,
3755
3779
  "isConstant": false,
3756
3780
  "isLValue": false,
3757
3781
  "isPure": false,
@@ -3778,14 +3802,14 @@
3778
3802
  "expression": {
3779
3803
  "arguments": [
3780
3804
  {
3781
- "id": 39985,
3805
+ "id": 40042,
3782
3806
  "name": "world",
3783
3807
  "nodeType": "Identifier",
3784
3808
  "overloadedDeclarations": [],
3785
- "referencedDeclaration": 39854,
3809
+ "referencedDeclaration": 39911,
3786
3810
  "src": "3399:5:114",
3787
3811
  "typeDescriptions": {
3788
- "typeIdentifier": "t_contract$_IBaseWorld_$39150",
3812
+ "typeIdentifier": "t_contract$_IBaseWorld_$39206",
3789
3813
  "typeString": "contract IBaseWorld"
3790
3814
  }
3791
3815
  }
@@ -3793,11 +3817,11 @@
3793
3817
  "expression": {
3794
3818
  "argumentTypes": [
3795
3819
  {
3796
- "typeIdentifier": "t_contract$_IBaseWorld_$39150",
3820
+ "typeIdentifier": "t_contract$_IBaseWorld_$39206",
3797
3821
  "typeString": "contract IBaseWorld"
3798
3822
  }
3799
3823
  ],
3800
- "id": 39984,
3824
+ "id": 40041,
3801
3825
  "isConstant": false,
3802
3826
  "isLValue": false,
3803
3827
  "isPure": true,
@@ -3809,14 +3833,14 @@
3809
3833
  "typeString": "type(address)"
3810
3834
  },
3811
3835
  "typeName": {
3812
- "id": 39983,
3836
+ "id": 40040,
3813
3837
  "name": "address",
3814
3838
  "nodeType": "ElementaryTypeName",
3815
3839
  "src": "3391:7:114",
3816
3840
  "typeDescriptions": {}
3817
3841
  }
3818
3842
  },
3819
- "id": 39986,
3843
+ "id": 40043,
3820
3844
  "isConstant": false,
3821
3845
  "isLValue": false,
3822
3846
  "isPure": false,
@@ -3832,7 +3856,7 @@
3832
3856
  "typeString": "address"
3833
3857
  }
3834
3858
  },
3835
- "id": 39987,
3859
+ "id": 40044,
3836
3860
  "isConstant": false,
3837
3861
  "isLValue": false,
3838
3862
  "isPure": false,
@@ -3846,7 +3870,7 @@
3846
3870
  "typeString": "function (bytes memory) returns (bool,bytes memory)"
3847
3871
  }
3848
3872
  },
3849
- "id": 39999,
3873
+ "id": 40056,
3850
3874
  "isConstant": false,
3851
3875
  "isLValue": false,
3852
3876
  "isPure": false,
@@ -3868,13 +3892,13 @@
3868
3892
  "typeString": "tuple()"
3869
3893
  }
3870
3894
  },
3871
- "id": 40001,
3895
+ "id": 40058,
3872
3896
  "nodeType": "ExpressionStatement",
3873
3897
  "src": "3367:141:114"
3874
3898
  },
3875
3899
  {
3876
3900
  "condition": {
3877
- "id": 40003,
3901
+ "id": 40060,
3878
3902
  "isConstant": false,
3879
3903
  "isLValue": false,
3880
3904
  "isPure": false,
@@ -3884,11 +3908,11 @@
3884
3908
  "prefix": true,
3885
3909
  "src": "3520:8:114",
3886
3910
  "subExpression": {
3887
- "id": 40002,
3911
+ "id": 40059,
3888
3912
  "name": "success",
3889
3913
  "nodeType": "Identifier",
3890
3914
  "overloadedDeclarations": [],
3891
- "referencedDeclaration": 39861,
3915
+ "referencedDeclaration": 39918,
3892
3916
  "src": "3521:7:114",
3893
3917
  "typeDescriptions": {
3894
3918
  "typeIdentifier": "t_bool",
@@ -3900,18 +3924,18 @@
3900
3924
  "typeString": "bool"
3901
3925
  }
3902
3926
  },
3903
- "id": 40008,
3927
+ "id": 40065,
3904
3928
  "nodeType": "IfStatement",
3905
3929
  "src": "3516:41:114",
3906
3930
  "trueBody": {
3907
3931
  "expression": {
3908
3932
  "arguments": [
3909
3933
  {
3910
- "id": 40005,
3934
+ "id": 40062,
3911
3935
  "name": "returnData",
3912
3936
  "nodeType": "Identifier",
3913
3937
  "overloadedDeclarations": [],
3914
- "referencedDeclaration": 39864,
3938
+ "referencedDeclaration": 39921,
3915
3939
  "src": "3546:10:114",
3916
3940
  "typeDescriptions": {
3917
3941
  "typeIdentifier": "t_bytes_memory_ptr",
@@ -3926,18 +3950,18 @@
3926
3950
  "typeString": "bytes memory"
3927
3951
  }
3928
3952
  ],
3929
- "id": 40004,
3953
+ "id": 40061,
3930
3954
  "name": "revertWithBytes",
3931
3955
  "nodeType": "Identifier",
3932
3956
  "overloadedDeclarations": [],
3933
- "referencedDeclaration": 39224,
3957
+ "referencedDeclaration": 39280,
3934
3958
  "src": "3530:15:114",
3935
3959
  "typeDescriptions": {
3936
3960
  "typeIdentifier": "t_function_internal_pure$_t_bytes_memory_ptr_$returns$__$",
3937
3961
  "typeString": "function (bytes memory) pure"
3938
3962
  }
3939
3963
  },
3940
- "id": 40006,
3964
+ "id": 40063,
3941
3965
  "isConstant": false,
3942
3966
  "isLValue": false,
3943
3967
  "isPure": false,
@@ -3953,7 +3977,7 @@
3953
3977
  "typeString": "tuple()"
3954
3978
  }
3955
3979
  },
3956
- "id": 40007,
3980
+ "id": 40064,
3957
3981
  "nodeType": "ExpressionStatement",
3958
3982
  "src": "3530:27:114"
3959
3983
  }
@@ -3963,7 +3987,7 @@
3963
3987
  },
3964
3988
  {
3965
3989
  "expression": {
3966
- "id": 40035,
3990
+ "id": 40092,
3967
3991
  "isConstant": false,
3968
3992
  "isLValue": false,
3969
3993
  "isPure": false,
@@ -3971,11 +3995,11 @@
3971
3995
  "leftHandSide": {
3972
3996
  "components": [
3973
3997
  {
3974
- "id": 40011,
3998
+ "id": 40068,
3975
3999
  "name": "success",
3976
4000
  "nodeType": "Identifier",
3977
4001
  "overloadedDeclarations": [],
3978
- "referencedDeclaration": 39861,
4002
+ "referencedDeclaration": 39918,
3979
4003
  "src": "3649:7:114",
3980
4004
  "typeDescriptions": {
3981
4005
  "typeIdentifier": "t_bool",
@@ -3983,11 +4007,11 @@
3983
4007
  }
3984
4008
  },
3985
4009
  {
3986
- "id": 40012,
4010
+ "id": 40069,
3987
4011
  "name": "returnData",
3988
4012
  "nodeType": "Identifier",
3989
4013
  "overloadedDeclarations": [],
3990
- "referencedDeclaration": 39864,
4014
+ "referencedDeclaration": 39921,
3991
4015
  "src": "3658:10:114",
3992
4016
  "typeDescriptions": {
3993
4017
  "typeIdentifier": "t_bytes_memory_ptr",
@@ -3995,7 +4019,7 @@
3995
4019
  }
3996
4020
  }
3997
4021
  ],
3998
- "id": 40013,
4022
+ "id": 40070,
3999
4023
  "isConstant": false,
4000
4024
  "isInlineArray": false,
4001
4025
  "isLValue": true,
@@ -4016,18 +4040,18 @@
4016
4040
  "arguments": [
4017
4041
  {
4018
4042
  "expression": {
4019
- "id": 40021,
4043
+ "id": 40078,
4020
4044
  "name": "world",
4021
4045
  "nodeType": "Identifier",
4022
4046
  "overloadedDeclarations": [],
4023
- "referencedDeclaration": 39854,
4047
+ "referencedDeclaration": 39911,
4024
4048
  "src": "3731:5:114",
4025
4049
  "typeDescriptions": {
4026
- "typeIdentifier": "t_contract$_IBaseWorld_$39150",
4050
+ "typeIdentifier": "t_contract$_IBaseWorld_$39206",
4027
4051
  "typeString": "contract IBaseWorld"
4028
4052
  }
4029
4053
  },
4030
- "id": 40022,
4054
+ "id": 40079,
4031
4055
  "isConstant": false,
4032
4056
  "isLValue": false,
4033
4057
  "isPure": false,
@@ -4035,36 +4059,36 @@
4035
4059
  "memberLocation": "3737:17:114",
4036
4060
  "memberName": "registerStoreHook",
4037
4061
  "nodeType": "MemberAccess",
4038
- "referencedDeclaration": 57566,
4062
+ "referencedDeclaration": 57623,
4039
4063
  "src": "3731:23:114",
4040
4064
  "typeDescriptions": {
4041
- "typeIdentifier": "t_function_external_nonpayable$_t_userDefinedValueType$_ResourceId_$26198_$_t_contract$_IStoreHook_$60236_$_t_uint8_$returns$__$",
4065
+ "typeIdentifier": "t_function_external_nonpayable$_t_userDefinedValueType$_ResourceId_$26238_$_t_contract$_IStoreHook_$60293_$_t_uint8_$returns$__$",
4042
4066
  "typeString": "function (ResourceId,contract IStoreHook,uint8) external"
4043
4067
  }
4044
4068
  },
4045
4069
  {
4046
4070
  "components": [
4047
4071
  {
4048
- "id": 40023,
4072
+ "id": 40080,
4049
4073
  "name": "sourceTableId",
4050
4074
  "nodeType": "Identifier",
4051
4075
  "overloadedDeclarations": [],
4052
- "referencedDeclaration": 39840,
4076
+ "referencedDeclaration": 39897,
4053
4077
  "src": "3776:13:114",
4054
4078
  "typeDescriptions": {
4055
- "typeIdentifier": "t_userDefinedValueType$_ResourceId_$26198",
4079
+ "typeIdentifier": "t_userDefinedValueType$_ResourceId_$26238",
4056
4080
  "typeString": "ResourceId"
4057
4081
  }
4058
4082
  },
4059
4083
  {
4060
- "id": 40024,
4084
+ "id": 40081,
4061
4085
  "name": "hook",
4062
4086
  "nodeType": "Identifier",
4063
4087
  "overloadedDeclarations": [],
4064
- "referencedDeclaration": 39821,
4088
+ "referencedDeclaration": 39878,
4065
4089
  "src": "3801:4:114",
4066
4090
  "typeDescriptions": {
4067
- "typeIdentifier": "t_contract$_KeysInTableHook_$39781",
4091
+ "typeIdentifier": "t_contract$_KeysInTableHook_$39838",
4068
4092
  "typeString": "contract KeysInTableHook"
4069
4093
  }
4070
4094
  },
@@ -4073,7 +4097,7 @@
4073
4097
  "typeIdentifier": "t_uint8",
4074
4098
  "typeString": "uint8"
4075
4099
  },
4076
- "id": 40031,
4100
+ "id": 40088,
4077
4101
  "isConstant": false,
4078
4102
  "isLValue": false,
4079
4103
  "isPure": true,
@@ -4083,7 +4107,7 @@
4083
4107
  "typeIdentifier": "t_uint8",
4084
4108
  "typeString": "uint8"
4085
4109
  },
4086
- "id": 40029,
4110
+ "id": 40086,
4087
4111
  "isConstant": false,
4088
4112
  "isLValue": false,
4089
4113
  "isPure": true,
@@ -4093,17 +4117,17 @@
4093
4117
  "typeIdentifier": "t_uint8",
4094
4118
  "typeString": "uint8"
4095
4119
  },
4096
- "id": 40027,
4120
+ "id": 40084,
4097
4121
  "isConstant": false,
4098
4122
  "isLValue": false,
4099
4123
  "isPure": true,
4100
4124
  "lValueRequested": false,
4101
4125
  "leftExpression": {
4102
- "id": 40025,
4126
+ "id": 40082,
4103
4127
  "name": "BEFORE_SET_RECORD",
4104
4128
  "nodeType": "Identifier",
4105
4129
  "overloadedDeclarations": [],
4106
- "referencedDeclaration": 36116,
4130
+ "referencedDeclaration": 36156,
4107
4131
  "src": "3817:17:114",
4108
4132
  "typeDescriptions": {
4109
4133
  "typeIdentifier": "t_uint8",
@@ -4113,11 +4137,11 @@
4113
4137
  "nodeType": "BinaryOperation",
4114
4138
  "operator": "|",
4115
4139
  "rightExpression": {
4116
- "id": 40026,
4140
+ "id": 40083,
4117
4141
  "name": "AFTER_SPLICE_STATIC_DATA",
4118
4142
  "nodeType": "Identifier",
4119
4143
  "overloadedDeclarations": [],
4120
- "referencedDeclaration": 36131,
4144
+ "referencedDeclaration": 36171,
4121
4145
  "src": "3837:24:114",
4122
4146
  "typeDescriptions": {
4123
4147
  "typeIdentifier": "t_uint8",
@@ -4133,11 +4157,11 @@
4133
4157
  "nodeType": "BinaryOperation",
4134
4158
  "operator": "|",
4135
4159
  "rightExpression": {
4136
- "id": 40028,
4160
+ "id": 40085,
4137
4161
  "name": "AFTER_SPLICE_DYNAMIC_DATA",
4138
4162
  "nodeType": "Identifier",
4139
4163
  "overloadedDeclarations": [],
4140
- "referencedDeclaration": 36141,
4164
+ "referencedDeclaration": 36181,
4141
4165
  "src": "3864:25:114",
4142
4166
  "typeDescriptions": {
4143
4167
  "typeIdentifier": "t_uint8",
@@ -4153,11 +4177,11 @@
4153
4177
  "nodeType": "BinaryOperation",
4154
4178
  "operator": "|",
4155
4179
  "rightExpression": {
4156
- "id": 40030,
4180
+ "id": 40087,
4157
4181
  "name": "BEFORE_DELETE_RECORD",
4158
4182
  "nodeType": "Identifier",
4159
4183
  "overloadedDeclarations": [],
4160
- "referencedDeclaration": 36146,
4184
+ "referencedDeclaration": 36186,
4161
4185
  "src": "3892:20:114",
4162
4186
  "typeDescriptions": {
4163
4187
  "typeIdentifier": "t_uint8",
@@ -4171,7 +4195,7 @@
4171
4195
  }
4172
4196
  }
4173
4197
  ],
4174
- "id": 40032,
4198
+ "id": 40089,
4175
4199
  "isConstant": false,
4176
4200
  "isInlineArray": false,
4177
4201
  "isLValue": false,
@@ -4180,7 +4204,7 @@
4180
4204
  "nodeType": "TupleExpression",
4181
4205
  "src": "3764:158:114",
4182
4206
  "typeDescriptions": {
4183
- "typeIdentifier": "t_tuple$_t_userDefinedValueType$_ResourceId_$26198_$_t_contract$_KeysInTableHook_$39781_$_t_uint8_$",
4207
+ "typeIdentifier": "t_tuple$_t_userDefinedValueType$_ResourceId_$26238_$_t_contract$_KeysInTableHook_$39838_$_t_uint8_$",
4184
4208
  "typeString": "tuple(ResourceId,contract KeysInTableHook,uint8)"
4185
4209
  }
4186
4210
  }
@@ -4188,16 +4212,16 @@
4188
4212
  "expression": {
4189
4213
  "argumentTypes": [
4190
4214
  {
4191
- "typeIdentifier": "t_function_external_nonpayable$_t_userDefinedValueType$_ResourceId_$26198_$_t_contract$_IStoreHook_$60236_$_t_uint8_$returns$__$",
4215
+ "typeIdentifier": "t_function_external_nonpayable$_t_userDefinedValueType$_ResourceId_$26238_$_t_contract$_IStoreHook_$60293_$_t_uint8_$returns$__$",
4192
4216
  "typeString": "function (ResourceId,contract IStoreHook,uint8) external"
4193
4217
  },
4194
4218
  {
4195
- "typeIdentifier": "t_tuple$_t_userDefinedValueType$_ResourceId_$26198_$_t_contract$_KeysInTableHook_$39781_$_t_uint8_$",
4219
+ "typeIdentifier": "t_tuple$_t_userDefinedValueType$_ResourceId_$26238_$_t_contract$_KeysInTableHook_$39838_$_t_uint8_$",
4196
4220
  "typeString": "tuple(ResourceId,contract KeysInTableHook,uint8)"
4197
4221
  }
4198
4222
  ],
4199
4223
  "expression": {
4200
- "id": 40019,
4224
+ "id": 40076,
4201
4225
  "name": "abi",
4202
4226
  "nodeType": "Identifier",
4203
4227
  "overloadedDeclarations": [],
@@ -4208,7 +4232,7 @@
4208
4232
  "typeString": "abi"
4209
4233
  }
4210
4234
  },
4211
- "id": 40020,
4235
+ "id": 40077,
4212
4236
  "isConstant": false,
4213
4237
  "isLValue": false,
4214
4238
  "isPure": true,
@@ -4222,7 +4246,7 @@
4222
4246
  "typeString": "function () pure returns (bytes memory)"
4223
4247
  }
4224
4248
  },
4225
- "id": 40033,
4249
+ "id": 40090,
4226
4250
  "isConstant": false,
4227
4251
  "isLValue": false,
4228
4252
  "isPure": false,
@@ -4249,14 +4273,14 @@
4249
4273
  "expression": {
4250
4274
  "arguments": [
4251
4275
  {
4252
- "id": 40016,
4276
+ "id": 40073,
4253
4277
  "name": "world",
4254
4278
  "nodeType": "Identifier",
4255
4279
  "overloadedDeclarations": [],
4256
- "referencedDeclaration": 39854,
4280
+ "referencedDeclaration": 39911,
4257
4281
  "src": "3680:5:114",
4258
4282
  "typeDescriptions": {
4259
- "typeIdentifier": "t_contract$_IBaseWorld_$39150",
4283
+ "typeIdentifier": "t_contract$_IBaseWorld_$39206",
4260
4284
  "typeString": "contract IBaseWorld"
4261
4285
  }
4262
4286
  }
@@ -4264,11 +4288,11 @@
4264
4288
  "expression": {
4265
4289
  "argumentTypes": [
4266
4290
  {
4267
- "typeIdentifier": "t_contract$_IBaseWorld_$39150",
4291
+ "typeIdentifier": "t_contract$_IBaseWorld_$39206",
4268
4292
  "typeString": "contract IBaseWorld"
4269
4293
  }
4270
4294
  ],
4271
- "id": 40015,
4295
+ "id": 40072,
4272
4296
  "isConstant": false,
4273
4297
  "isLValue": false,
4274
4298
  "isPure": true,
@@ -4280,14 +4304,14 @@
4280
4304
  "typeString": "type(address)"
4281
4305
  },
4282
4306
  "typeName": {
4283
- "id": 40014,
4307
+ "id": 40071,
4284
4308
  "name": "address",
4285
4309
  "nodeType": "ElementaryTypeName",
4286
4310
  "src": "3672:7:114",
4287
4311
  "typeDescriptions": {}
4288
4312
  }
4289
4313
  },
4290
- "id": 40017,
4314
+ "id": 40074,
4291
4315
  "isConstant": false,
4292
4316
  "isLValue": false,
4293
4317
  "isPure": false,
@@ -4303,7 +4327,7 @@
4303
4327
  "typeString": "address"
4304
4328
  }
4305
4329
  },
4306
- "id": 40018,
4330
+ "id": 40075,
4307
4331
  "isConstant": false,
4308
4332
  "isLValue": false,
4309
4333
  "isPure": false,
@@ -4317,7 +4341,7 @@
4317
4341
  "typeString": "function (bytes memory) returns (bool,bytes memory)"
4318
4342
  }
4319
4343
  },
4320
- "id": 40034,
4344
+ "id": 40091,
4321
4345
  "isConstant": false,
4322
4346
  "isLValue": false,
4323
4347
  "isPure": false,
@@ -4339,14 +4363,14 @@
4339
4363
  "typeString": "tuple()"
4340
4364
  }
4341
4365
  },
4342
- "id": 40036,
4366
+ "id": 40093,
4343
4367
  "nodeType": "ExpressionStatement",
4344
4368
  "src": "3648:288:114"
4345
4369
  }
4346
4370
  ]
4347
4371
  },
4348
4372
  "baseFunctions": [
4349
- 60824
4373
+ 60886
4350
4374
  ],
4351
4375
  "functionSelector": "7c5b0335",
4352
4376
  "implemented": true,
@@ -4355,23 +4379,23 @@
4355
4379
  "name": "installRoot",
4356
4380
  "nameLocation": "1822:11:114",
4357
4381
  "overrides": {
4358
- "id": 39836,
4382
+ "id": 39893,
4359
4383
  "nodeType": "OverrideSpecifier",
4360
4384
  "overrides": [],
4361
4385
  "src": "1860:8:114"
4362
4386
  },
4363
4387
  "parameters": {
4364
- "id": 39835,
4388
+ "id": 39892,
4365
4389
  "nodeType": "ParameterList",
4366
4390
  "parameters": [
4367
4391
  {
4368
4392
  "constant": false,
4369
- "id": 39834,
4393
+ "id": 39891,
4370
4394
  "mutability": "mutable",
4371
4395
  "name": "args",
4372
4396
  "nameLocation": "1847:4:114",
4373
4397
  "nodeType": "VariableDeclaration",
4374
- "scope": 40038,
4398
+ "scope": 40095,
4375
4399
  "src": "1834:17:114",
4376
4400
  "stateVariable": false,
4377
4401
  "storageLocation": "memory",
@@ -4380,7 +4404,7 @@
4380
4404
  "typeString": "bytes"
4381
4405
  },
4382
4406
  "typeName": {
4383
- "id": 39833,
4407
+ "id": 39890,
4384
4408
  "name": "bytes",
4385
4409
  "nodeType": "ElementaryTypeName",
4386
4410
  "src": "1834:5:114",
@@ -4395,23 +4419,23 @@
4395
4419
  "src": "1833:19:114"
4396
4420
  },
4397
4421
  "returnParameters": {
4398
- "id": 39837,
4422
+ "id": 39894,
4399
4423
  "nodeType": "ParameterList",
4400
4424
  "parameters": [],
4401
4425
  "src": "1869:0:114"
4402
4426
  },
4403
- "scope": 40048,
4427
+ "scope": 40105,
4404
4428
  "stateMutability": "nonpayable",
4405
4429
  "virtual": false,
4406
4430
  "visibility": "public"
4407
4431
  },
4408
4432
  {
4409
- "id": 40047,
4433
+ "id": 40104,
4410
4434
  "nodeType": "FunctionDefinition",
4411
4435
  "src": "3945:96:114",
4412
4436
  "nodes": [],
4413
4437
  "body": {
4414
- "id": 40046,
4438
+ "id": 40103,
4415
4439
  "nodeType": "Block",
4416
4440
  "src": "3988:53:114",
4417
4441
  "nodes": [],
@@ -4421,18 +4445,18 @@
4421
4445
  "arguments": [],
4422
4446
  "expression": {
4423
4447
  "argumentTypes": [],
4424
- "id": 40043,
4448
+ "id": 40100,
4425
4449
  "name": "Module_NonRootInstallNotSupported",
4426
4450
  "nodeType": "Identifier",
4427
4451
  "overloadedDeclarations": [],
4428
- "referencedDeclaration": 60812,
4452
+ "referencedDeclaration": 60874,
4429
4453
  "src": "4001:33:114",
4430
4454
  "typeDescriptions": {
4431
4455
  "typeIdentifier": "t_function_error_pure$__$returns$__$",
4432
4456
  "typeString": "function () pure"
4433
4457
  }
4434
4458
  },
4435
- "id": 40044,
4459
+ "id": 40101,
4436
4460
  "isConstant": false,
4437
4461
  "isLValue": false,
4438
4462
  "isPure": false,
@@ -4448,14 +4472,14 @@
4448
4472
  "typeString": "tuple()"
4449
4473
  }
4450
4474
  },
4451
- "id": 40045,
4475
+ "id": 40102,
4452
4476
  "nodeType": "RevertStatement",
4453
4477
  "src": "3994:42:114"
4454
4478
  }
4455
4479
  ]
4456
4480
  },
4457
4481
  "baseFunctions": [
4458
- 60830
4482
+ 60892
4459
4483
  ],
4460
4484
  "functionSelector": "13861fb5",
4461
4485
  "implemented": true,
@@ -4464,17 +4488,17 @@
4464
4488
  "name": "install",
4465
4489
  "nameLocation": "3954:7:114",
4466
4490
  "parameters": {
4467
- "id": 40041,
4491
+ "id": 40098,
4468
4492
  "nodeType": "ParameterList",
4469
4493
  "parameters": [
4470
4494
  {
4471
4495
  "constant": false,
4472
- "id": 40040,
4496
+ "id": 40097,
4473
4497
  "mutability": "mutable",
4474
4498
  "name": "",
4475
4499
  "nameLocation": "-1:-1:-1",
4476
4500
  "nodeType": "VariableDeclaration",
4477
- "scope": 40047,
4501
+ "scope": 40104,
4478
4502
  "src": "3962:12:114",
4479
4503
  "stateVariable": false,
4480
4504
  "storageLocation": "memory",
@@ -4483,7 +4507,7 @@
4483
4507
  "typeString": "bytes"
4484
4508
  },
4485
4509
  "typeName": {
4486
- "id": 40039,
4510
+ "id": 40096,
4487
4511
  "name": "bytes",
4488
4512
  "nodeType": "ElementaryTypeName",
4489
4513
  "src": "3962:5:114",
@@ -4498,12 +4522,12 @@
4498
4522
  "src": "3961:14:114"
4499
4523
  },
4500
4524
  "returnParameters": {
4501
- "id": 40042,
4525
+ "id": 40099,
4502
4526
  "nodeType": "ParameterList",
4503
4527
  "parameters": [],
4504
4528
  "src": "3988:0:114"
4505
4529
  },
4506
- "scope": 40048,
4530
+ "scope": 40105,
4507
4531
  "stateMutability": "pure",
4508
4532
  "virtual": false,
4509
4533
  "visibility": "public"
@@ -4513,48 +4537,48 @@
4513
4537
  "baseContracts": [
4514
4538
  {
4515
4539
  "baseName": {
4516
- "id": 39809,
4540
+ "id": 39866,
4517
4541
  "name": "Module",
4518
4542
  "nameLocations": [
4519
4543
  "1449:6:114"
4520
4544
  ],
4521
4545
  "nodeType": "IdentifierPath",
4522
- "referencedDeclaration": 38605,
4546
+ "referencedDeclaration": 38648,
4523
4547
  "src": "1449:6:114"
4524
4548
  },
4525
- "id": 39810,
4549
+ "id": 39867,
4526
4550
  "nodeType": "InheritanceSpecifier",
4527
4551
  "src": "1449:6:114"
4528
4552
  }
4529
4553
  ],
4530
4554
  "canonicalName": "KeysInTableModule",
4531
4555
  "contractDependencies": [
4532
- 39781
4556
+ 39838
4533
4557
  ],
4534
4558
  "contractKind": "contract",
4535
4559
  "documentation": {
4536
- "id": 39808,
4560
+ "id": 39865,
4537
4561
  "nodeType": "StructuredDocumentation",
4538
4562
  "src": "835:583:114",
4539
4563
  "text": " This module deploys a hook that is called when a value is set in the `sourceTableId`\n provided in the install methods arguments. The hook keeps track of the keys that are in a given table.\n This mapping is stored in a global table that is registered when the module is first installed.\n Note: if a table with composite keys is used, only the first key is indexed\n Note: this module currently only supports `installRoot` (via `World.installRootModule`).\n TODO: add support for `install` (via `World.installModule`) by using `callFrom` with the `msgSender()`"
4540
4564
  },
4541
4565
  "fullyImplemented": true,
4542
4566
  "linearizedBaseContracts": [
4543
- 40048,
4544
- 38605,
4545
- 38683,
4546
- 60783,
4547
- 60831,
4548
- 60745
4567
+ 40105,
4568
+ 38648,
4569
+ 38732,
4570
+ 60845,
4571
+ 60893,
4572
+ 60802
4549
4573
  ],
4550
4574
  "name": "KeysInTableModule",
4551
4575
  "nameLocation": "1428:17:114",
4552
- "scope": 40049,
4576
+ "scope": 40106,
4553
4577
  "usedErrors": [
4554
- 26283,
4555
- 26285,
4556
- 60810,
4557
- 60812
4578
+ 26323,
4579
+ 26325,
4580
+ 60872,
4581
+ 60874
4558
4582
  ],
4559
4583
  "usedEvents": []
4560
4584
  }