@latticexyz/world-modules 2.0.0-main-87235a21 → 2.0.0-main-fd10cff6
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/out/ArrayLib.sol/ArrayLib.json +255 -255
- package/out/CallboundDelegationControl.sol/CallboundDelegationControl.json +228 -215
- package/out/CallboundDelegations.sol/CallboundDelegations.json +2595 -2595
- package/out/DelegationControl.sol/DelegationControl.json +157 -131
- package/out/Hooks.sol/Hooks.json +45 -45
- package/out/IAccessManagementSystem.sol/IAccessManagementSystem.json +57 -57
- package/out/IBalanceTransferSystem.sol/IBalanceTransferSystem.json +53 -53
- package/out/IBaseWorld.sol/IBaseWorld.json +70 -70
- package/out/IBatchCallSystem.sol/IBatchCallSystem.json +51 -51
- package/out/ICoreSystem.sol/ICoreSystem.json +6 -6
- package/out/IDelegationControl.sol/IDelegationControl.json +105 -99
- package/out/IModule.sol/IModule.json +181 -151
- package/out/IModuleInstallationSystem.sol/IModuleInstallationSystem.json +34 -34
- package/out/ISystemHook.sol/ISystemHook.json +91 -91
- package/out/IUniqueEntitySystem.sol/IUniqueEntitySystem.json +13 -13
- package/out/IWorldContextConsumer.sol/IWorldContextConsumer.json +75 -75
- package/out/IWorldErrors.sol/IWorldErrors.json +134 -134
- package/out/IWorldKernel.sol/IWorldCall.json +155 -155
- package/out/IWorldKernel.sol/IWorldKernel.json +155 -155
- package/out/IWorldKernel.sol/IWorldModuleInstallation.json +155 -155
- package/out/IWorldRegistrationSystem.sol/IWorldRegistrationSystem.json +186 -186
- package/out/KeysInTable.sol/KeysInTable.json +10668 -10668
- package/out/KeysInTableHook.sol/KeysInTableHook.json +862 -862
- package/out/KeysInTableModule.sol/KeysInTableModule.json +562 -537
- package/out/KeysWithValue.sol/KeysWithValue.json +3828 -3828
- package/out/KeysWithValueHook.sol/KeysWithValueHook.json +992 -992
- package/out/KeysWithValueModule.sol/KeysWithValueModule.json +451 -426
- package/out/Module.sol/Module.json +162 -119
- package/out/ResourceIds.sol/ResourceIds.json +45 -45
- package/out/Schema.sol/SchemaInstance.json +30 -30
- package/out/Schema.sol/SchemaLib.json +30 -30
- package/out/SchemaType.sol/SchemaType.json +276 -276
- package/out/StandardDelegationsModule.sol/StandardDelegationsModule.json +327 -308
- package/out/StoreHook.sol/StoreHook.json +358 -358
- package/out/StoreHooks.sol/StoreHooks.json +45 -45
- package/out/System.sol/System.json +23 -23
- package/out/Tables.sol/Tables.json +73 -73
- package/out/TimeboundDelegationControl.sol/TimeboundDelegationControl.json +132 -119
- package/out/TimeboundDelegations.sol/TimeboundDelegations.json +1986 -1986
- package/out/UniqueEntity.sol/UniqueEntity.json +1402 -1402
- package/out/UniqueEntityModule.sol/UniqueEntityModule.json +345 -326
- package/out/UniqueEntitySystem.sol/UniqueEntitySystem.json +86 -86
- package/out/UsedKeysIndex.sol/UsedKeysIndex.json +2722 -2722
- package/out/WorldContext.sol/WorldContextConsumer.json +357 -357
- package/out/WorldContext.sol/WorldContextProvider.json +357 -357
- package/out/WorldResourceId.sol/WorldResourceIdInstance.json +474 -474
- package/out/WorldResourceId.sol/WorldResourceIdLib.json +474 -474
- package/out/constants.sol/constants.json +115 -115
- package/out/getKeysInTable.sol/getKeysInTable.json +564 -564
- package/out/getKeysWithValue.sol/getKeysWithValue.json +264 -264
- package/out/getTargetTableId.sol/getTargetTableId.json +163 -163
- package/out/getUniqueEntity.sol/getUniqueEntity.json +88 -88
- package/out/hasKey.sol/hasKey.json +130 -130
- package/out/index.sol/index.json +53 -53
- package/out/interfaces/IBaseWorld.sol/IBaseWorld.json +130 -130
- package/out/query.sol/query.json +1154 -1154
- package/out/revertWithBytes.sol/revertWithBytes.json +15 -15
- package/out/src/Bytes.sol/Bytes.json +1332 -1332
- package/out/src/FieldLayout.sol/FieldLayoutInstance.json +697 -697
- package/out/src/FieldLayout.sol/FieldLayoutLib.json +697 -697
- package/out/src/IStore.sol/IStore.json +53 -53
- package/out/src/IWorldKernel.sol/IWorldCall.json +156 -156
- package/out/src/IWorldKernel.sol/IWorldKernel.json +156 -156
- package/out/src/IWorldKernel.sol/IWorldModuleInstallation.json +156 -156
- package/out/src/Memory.sol/Memory.json +89 -89
- package/out/src/PackedCounter.sol/PackedCounterInstance.json +923 -923
- package/out/src/PackedCounter.sol/PackedCounterLib.json +923 -923
- package/out/src/ResourceId.sol/ResourceIdInstance.json +112 -112
- package/out/src/ResourceId.sol/ResourceIdLib.json +112 -112
- package/out/src/Schema.sol/SchemaInstance.json +787 -787
- package/out/src/Schema.sol/SchemaLib.json +787 -787
- package/out/src/Slice.sol/SliceInstance.json +429 -429
- package/out/src/Slice.sol/SliceLib.json +429 -429
- package/out/src/StoreCore.sol/StoreCore.json +4455 -4455
- package/out/src/StoreCore.sol/StoreCoreInternal.json +4455 -4455
- package/out/src/StoreSwitch.sol/StoreSwitch.json +2454 -2454
- package/out/src/WorldContext.sol/WorldContextConsumer.json +357 -357
- package/out/src/WorldContext.sol/WorldContextProvider.json +357 -357
- package/out/src/WorldResourceId.sol/WorldResourceIdInstance.json +474 -474
- package/out/src/WorldResourceId.sol/WorldResourceIdLib.json +474 -474
- package/out/storeHookTypes.sol/storeHookTypes.json +115 -115
- package/out/storeResourceTypes.sol/storeResourceTypes.json +12 -12
- package/out/tables/ResourceIds.sol/ResourceIds.json +1746 -1746
- package/out/tables/Tables.sol/Tables.json +7288 -7288
- package/out/tightcoder/EncodeArray.sol/EncodeArray.json +3246 -3246
- package/out/types.sol/types.json +39 -39
- package/out/world/src/IERC165.sol/IERC165.json +63 -57
- package/out/worldResourceTypes.sol/worldResourceTypes.json +53 -53
- package/package.json +8 -8
@@ -131,10 +131,10 @@
|
|
131
131
|
},
|
132
132
|
"deployedBytecode": {
|
133
133
|
"object": "0x608060405234801561001057600080fd5b506004361061007d5760003560e01c806317d7de7c1161005b57806317d7de7c146100ec57806345ec93541461011a5780637c5b03351461012d578063e1af802c1461014057600080fd5b806301ffc9a714610082578063119df25f146100aa57806313861fb5146100d7575b600080fd5b6100956100903660046114e6565b610148565b60405190151581526020015b60405180910390f35b6100b26101e1565b60405173ffffffffffffffffffffffffffffffffffffffff90911681526020016100a1565b6100ea6100e5366004611545565b610213565b005b6040517f6b657973496e5461626c6500000000000000000000000000000000000000000081526020016100a1565b604051601f1936013581526020016100a1565b6100ea61013b366004611545565b610245565b6100b261096b565b60007fffffffff0000000000000000000000000000000000000000000000000000000082167f79f50b5b0000000000000000000000000000000000000000000000000000000014806101db57507fffffffff0000000000000000000000000000000000000000000000000000000082167f01ffc9a700000000000000000000000000000000000000000000000000000000145b92915050565b7fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffcc36013560601c806102105750335b90565b6040517fea8b184c00000000000000000000000000000000000000000000000000000000815260040160405180910390fd5b60008180602001905181019061025b91906115f6565b9050600061026761096b565b60408051613a3160f11b60208201526000602282018190527f4b657973496e5461626c6500000000000000000000000000000000000000000060308301529293506060916102cd91016040516020818303038152906040526102c89061160f565b61097a565b6108655760408051613a3160f11b6020820152600060228201527f4b657973496e5461626c65000000000000000000000000000000000000000000603082015273ffffffffffffffffffffffffffffffffffffffff8516918291630ba51f4991016040516020818303038152906040526103469061160f565b7c050000000000000000000000000000000000000000000000000000000061036c610a76565b610374610aee565b61037c610c3d565b610384610cc2565b604051602401610399969594939291906116c4565b60408051601f198184030181529181526020820180517bffffffffffffffffffffffffffffffffffffffffffffffffffffffff1660e09490941b9390931790925290516103e6925061170e565b600060405180830381855af49150503d8060008114610421576040519150601f19603f3d011682016040523d82523d6000602084013e610426565b606091505b5090925090508161043a5761043a81610e8a565b60408051613a3160f11b6020820152600060228201527f557365644b657973496e64657800000000000000000000000000000000000000603082015273ffffffffffffffffffffffffffffffffffffffff8516918291630ba51f4991016040516020818303038152906040526104af9061160f565b7e060200010500000000000000000000000000000000000000000000000000006104d7610e92565b6104df610f11565b6104e7610f90565b6104ef61105a565b604051602401610504969594939291906116c4565b60408051601f198184030181529181526020820180517bffffffffffffffffffffffffffffffffffffffffffffffffffffffff1660e09490941b939093179092529051610551925061170e565b600060405180830381855af49150503d806000811461058c576040519150601f19603f3d011682016040523d82523d6000602084013e610591565b606091505b509092509050816105a5576105a581610e8a565b60408051613a3160f11b6020820152600060228201527f4b657973496e5461626c65000000000000000000000000000000000000000000603082015273ffffffffffffffffffffffffffffffffffffffff85169182916340554c3a910160405160208183030381529060405261061a9061160f565b604051602481019190915273ffffffffffffffffffffffffffffffffffffffff7f000000000000000000000000000000000000000000000000000000000000000016604482015260640160408051601f198184030181529181526020820180517bffffffffffffffffffffffffffffffffffffffffffffffffffffffff1660e09490941b9390931790925290516106b1925061170e565b600060405180830381855af49150503d80600081146106ec576040519150601f19603f3d011682016040523d82523d6000602084013e6106f1565b606091505b509092509050816107055761070581610e8a565b60408051613a3160f11b6020820152600060228201527f557365644b657973496e64657800000000000000000000000000000000000000603082015273ffffffffffffffffffffffffffffffffffffffff85169182916340554c3a910160405160208183030381529060405261077a9061160f565b604051602481019190915273ffffffffffffffffffffffffffffffffffffffff7f000000000000000000000000000000000000000000000000000000000000000016604482015260640160408051601f198184030181529181526020820180517bffffffffffffffffffffffffffffffffffffffffffffffffffffffff1660e09490941b939093179092529051610811925061170e565b600060405180830381855af49150503d806000811461084c576040519150601f19603f3d011682016040523d82523d6000602084013e610851565b606091505b509092509050816108655761086581610e8a565b604080516024810186905273ffffffffffffffffffffffffffffffffffffffff7f000000000000000000000000000000000000000000000000000000000000000081166044830152606960648084019190915283518084039091018152608490920183526020820180517bffffffffffffffffffffffffffffffffffffffffffffffffffffffff167f530f4b6000000000000000000000000000000000000000000000000000000000179052915191851691610921919061170e565b600060405180830381855af49150503d806000811461095c576040519150601f19603f3d011682016040523d82523d6000602084013e610961565b606091505b5050505050505050565b6000610975611124565b905090565b6040805160018082528183019092526000918291906020808301908036833701905050905082816000815181106109b3576109b361172a565b60209081029190910181019190915260408051613a3160f11b818401527f73746f726500000000000000000000000000000000000000000000000000000060228201527f5265736f7572636549647300000000000000000000000000000000000000000060308201528151808203909301835281019052600090610a6290610a3a9061160f565b8360007e01010001000000000000000000000000000000000000000000000000000000611170565b9050610a6e8160f81c90565b949350505050565b60408051600180825281830190925260009182919060208083019080368337019050509050605f81600081518110610ab057610ab061172a565b602002602001019060c5811115610ac957610ac9611740565b908160c5811115610adc57610adc611740565b905250610ae8816111a6565b91505090565b60408051600580825260c082019092526000918291906020820160a08036833701905050905060c181600081518110610b2957610b2961172a565b602002602001019060c5811115610b4257610b42611740565b908160c5811115610b5557610b55611740565b8152505060c181600181518110610b6e57610b6e61172a565b602002602001019060c5811115610b8757610b87611740565b908160c5811115610b9a57610b9a611740565b8152505060c181600281518110610bb357610bb361172a565b602002602001019060c5811115610bcc57610bcc611740565b908160c5811115610bdf57610bdf611740565b8152505060c181600381518110610bf857610bf861172a565b602002602001019060c5811115610c1157610c11611740565b908160c5811115610c2457610c24611740565b8152505060c181600481518110610ab057610ab061172a565b604080516001808252818301909252606091816020015b6060815260200190600190039081610c545790505090506040518060400160405280600d81526020017f736f757263655461626c6549640000000000000000000000000000000000000081525081600081518110610cb457610cb461172a565b602002602001018190525090565b60408051600580825260c08201909252606091816020015b6060815260200190600190039081610cda5790505090506040518060400160405280600581526020017f6b6579733000000000000000000000000000000000000000000000000000000081525081600081518110610d3a57610d3a61172a565b60200260200101819052506040518060400160405280600581526020017f6b6579733100000000000000000000000000000000000000000000000000000081525081600181518110610d8e57610d8e61172a565b60200260200101819052506040518060400160405280600581526020017f6b6579733200000000000000000000000000000000000000000000000000000081525081600281518110610de257610de261172a565b60200260200101819052506040518060400160405280600581526020017f6b6579733300000000000000000000000000000000000000000000000000000081525081600381518110610e3657610e3661172a565b60200260200101819052506040518060400160405280600581526020017f6b6579733400000000000000000000000000000000000000000000000000000081525081600481518110610cb457610cb461172a565b805160208201fd5b60408051600280825260608201835260009283929190602083019080368337019050509050605f81600081518110610ecc57610ecc61172a565b602002602001019060c5811115610ee557610ee5611740565b908160c5811115610ef857610ef8611740565b81525050605f81600181518110610ab057610ab061172a565b60408051600280825260608201835260009283929190602083019080368337019050509050606081600081518110610f4b57610f4b61172a565b602002602001019060c5811115610f6457610f64611740565b908160c5811115610f7757610f77611740565b81525050600481600181518110610ab057610ab061172a565b6040805160028082526060828101909352816020015b6060815260200190600190039081610fa65790505090506040518060400160405280600d81526020017f736f757263655461626c65496400000000000000000000000000000000000000815250816000815181106110065761100661172a565b60200260200101819052506040518060400160405280600881526020017f6b6579734861736800000000000000000000000000000000000000000000000081525081600181518110610cb457610cb461172a565b6040805160028082526060828101909352816020015b60608152602001906001900390816110705790505090506040518060400160405280600381526020017f6861730000000000000000000000000000000000000000000000000000000000815250816000815181106110d0576110d061172a565b60200260200101819052506040518060400160405280600581526020017f696e64657800000000000000000000000000000000000000000000000000000081525081600181518110610cb457610cb461172a565b7f629a4c26e296b22a8e0856e9f6ecb2d1008d7e00081111962cd175fa7488e1755460009073ffffffffffffffffffffffffffffffffffffffff168061116b573391505090565b919050565b600061119d61117f868661139c565b60ff858116601b0360080285901c1661119885876113f2565b611435565b95945050505050565b6000601c825111156111f25781516040517f5318beb90000000000000000000000000000000000000000000000000000000081526004016111e991815260200190565b60405180910390fd5b60008080805b85518110156112cd5760006112368783815181106112185761121861172a565b602002602001015160c581111561123157611231611740565b611486565b90508060000361124b57600190920191611283565b8215611283576040517ff1e56be400000000000000000000000000000000000000000000000000000000815260040160405180910390fd5b80840193506008826004601f0303028783815181106112a4576112a461172a565b602002602001015160c58111156112bd576112bd611740565b901b9490941793506001016111f8565b50600581111561130c576040517f5318beb9000000000000000000000000000000000000000000000000000000008152600481018290526024016111e9565b8451819003600861131f6002602061176c565b611329919061177f565b83901b9390931792600860016113416002602061176c565b61134b919061176c565b611355919061177f565b81901b9390931792600860018061136e6002602061176c565b611378919061176c565b611382919061176c565b61138c919061177f565b9190911b92909217949350505050565b600082826040516020016113b1929190611796565b60408051601f1981840301815291905280516020909101207f86425bff6b57326c7859e89024fe4f238ca327a1ae4a230180dd2f0e88aaa7d9189392505050565b600080805b8360ff1681101561142d5761141960ff601b83900360080287901c16836117c4565b915080611425816117d7565b9150506113f7565b509392505050565b60006020821061145b57602082048401935060208281611457576114576117f1565b0691505b508254600882021b60208290038084111561142d576001850154600882021c82179150509392505050565b6000808260c581111561149b5761149b611740565b60ff16905060618110156114b557601f1660010192915050565b60618360c58111156114c9576114c9611740565b036114d75750601492915050565b50600092915050565b50919050565b6000602082840312156114f857600080fd5b81357fffffffff000000000000000000000000000000000000000000000000000000008116811461152857600080fd5b9392505050565b634e487b7160e01b600052604160045260246000fd5b60006020828403121561155757600080fd5b813567ffffffffffffffff8082111561156f57600080fd5b818401915084601f83011261158357600080fd5b8135818111156115955761159561152f565b604051601f8201601f19908116603f011681019083821181831017156115bd576115bd61152f565b816040528281528760208487010111156115d657600080fd5b826020860160208301376000928101602001929092525095945050505050565b60006020828403121561160857600080fd5b5051919050565b805160208083015191908110156114e05760001960209190910360031b1b16919050565b60005b8381101561164e578181015183820152602001611636565b50506000910152565b600081518084526020808501808196508360051b8101915082860160005b858110156116b75782840389528151805180865261169881888801898501611633565b99860199601f01601f1916949094018501935090840190600101611675565b5091979650505050505050565b86815285602082015284604082015283606082015260c0608082015260006116ef60c0830185611657565b82810360a08401526117018185611657565b9998505050505050505050565b60008251611720818460208701611633565b9190910192915050565b634e487b7160e01b600052603260045260246000fd5b634e487b7160e01b600052602160045260246000fd5b634e487b7160e01b600052601160045260246000fd5b818103818111156101db576101db611756565b80820281158282048414176101db576101db611756565b82815260006020808301845182860160005b828110156116b7578151845292840192908401906001016117a8565b808201808211156101db576101db611756565b600060001982036117ea576117ea611756565b5060010190565b634e487b7160e01b600052601260045260246000fdfea164736f6c6343000815000a",
|
134
|
-
"sourceMap": "1419:2624:114:-:0;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;381:220:95;;;;;;:::i;:::-;;:::i;:::-;;;516:14:139;;509:22;491:41;;479:2;464:18;381:220:95;;;;;;;;777:379:97;;;:::i;:::-;;;719:42:139;707:55;;;689:74;;677:2;662:18;777:379:97;543:226:139;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;381:220:95:-;505:4;524:34;;;229:110:90;524:34:95;;:72;;-1:-1:-1;562:34:95;;;97::89;562::95;524:72;517:79;381:220;-1:-1:-1;;381:220:95:o;777:379:97:-;1059:34;1063:14;1059:34;1046:48;1042:2;1038:57;;1106:45;;-1:-1:-1;1141:10:97;1106:45;777:379;:::o;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;;;;;;;;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",
|
135
135
|
"linkReferences": {},
|
136
136
|
"immutableReferences": {
|
137
|
-
"
|
137
|
+
"39821": [
|
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\":{\"kind\":\"dev\",\"methods\":{},\"version\":1},\"userdoc\":{\"kind\":\"user\",\"methods\":{\"getName()\":{\"notice\":\"Return the module name as a bytes16.\"},\"installRoot(bytes)\":{\"notice\":\"This function is called by the World as part of `installRootModule`. The module expects to be called via the World contract, and therefore installs itself on the `msg.sender`.\"}},\"notice\":\"This module deploys a hook that is called when a value is set in the `sourceTableId` provided in the install methods arguments. The hook keeps track of the keys that 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\":\"0x1a113ae394de69ca1db7e9acb1886eaee3967dcfed46fc78497e77bc26dd778f\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://091e04dc9e8d5b3a492d1d39a6d06fd5b4bad3c282bd4c06a38d92bec3422513\",\"dweb:/ipfs/QmbfMi1bH9RAs4JMDxKmhVqpAoyoVgN9nd7o11SakJC1zQ\"]},\"node_modules/@latticexyz/world/src/IModule.sol\":{\"keccak256\":\"0x94ea093fda2be088097d66cc615b048a7a21d54a52b82cee9fdb76b31bedbb09\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://ed989ab47a35f8ca01f5b9f6f42f075687ce41e2f26c647cc27031421f5179e8\",\"dweb:/ipfs/QmT6Xc4A2CGzGa7eL3NimPFXBW4Jy4jFBFFCw1QU6aGo61\"]},\"node_modules/@latticexyz/world/src/ISystemHook.sol\":{\"keccak256\":\"0x6bfa168ec3b03cd09b5e0c658c0faab40379b4093935744c0a7297ac7a2fcec8\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://ac7990b2cf63e95cde3396e248fee9e280235cfd11dc7a350865e0f3ffca59ba\",\"dweb:/ipfs/QmZKkGqGKgr32HX4fVu7vNH34JbyzHczJ9H5SLjsbrRDtp\"]},\"node_modules/@latticexyz/world/src/IWorldContextConsumer.sol\":{\"keccak256\":\"0x0c0f9eba3a700d97a3b87678bbf12d4bbd8a80490e9b3a5841d049ebc1a89f93\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://a56466e8ddcaf10b9109bfbc581563f5e9eefcaff1963a6954ccd093859ef6d2\",\"dweb:/ipfs/QmNk6FvWzmLT3vnsUuzqr9MYMfaQRa7yLuNM7DVvpkuytf\"]},\"node_modules/@latticexyz/world/src/IWorldErrors.sol\":{\"keccak256\":\"0xf3c2037a2899d81a15d5e13c7101337fcf01fcb321cec418e36da5617d52c99c\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://565b53005697c2cb4ce744f4b192545e3b059d42ea97075fe022a47d0d38cb7f\",\"dweb:/ipfs/QmbGVQuozeLMwUic7LanodXacPiBfomKS8ERnkVFi9vSYz\"]},\"node_modules/@latticexyz/world/src/IWorldKernel.sol\":{\"keccak256\":\"0xc2e28cb4daa77de640228f7b3b5c98423e6c39a8b8f68af5a56b076cad7025de\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://7ae7e0798dc66368f6dc56992cd1fe3046dd51bcb6fcc3b04b7fd0d48b9557bc\",\"dweb:/ipfs/QmXKJLLGjVaDBRhbvT47Mxkt2jFEBShvHLAtt3CZYVEbqF\"]},\"node_modules/@latticexyz/world/src/Module.sol\":{\"keccak256\":\"0x0cd9bb88fda6521c739a8b7889e203b0ce218ed72cbac80402b8e4d6ce47c651\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://fed9bec0c1e2e546dc9baf3943d84372d58146954e8c2aaf264e33c260195c71\",\"dweb:/ipfs/QmQNpzHKe33cJEzKWHumkYsrcs4pZDT67K1q8r3yFXMhHu\"]},\"node_modules/@latticexyz/world/src/WorldContext.sol\":{\"keccak256\":\"0x7b808edfeb5f548e06899db7e3fdfafa7b42fccf2f596a04b24a8193618a511b\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://acca2b5f96ef412f32da9359667c82fe1a854acc0663165864434620214b8078\",\"dweb:/ipfs/QmeaoYxRToMbMSDfDZZC1fumKjs9WUu6ZkxSLwJKx4FfC8\"]},\"node_modules/@latticexyz/world/src/WorldResourceId.sol\":{\"keccak256\":\"0x979e418af3d0d3a1866240bed58d2792f0718cc1803a1476ec8c93af5577cae3\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://c68cfe48ce67fe83f4b000c954891821d1fae31bfdd36de37a12637c8a1864f7\",\"dweb:/ipfs/QmUX9tHSMTeScbiacKX2T16gLV6aPKDU1Q3eDiNxqmVNa1\"]},\"node_modules/@latticexyz/world/src/codegen/interfaces/IAccessManagementSystem.sol\":{\"keccak256\":\"0x19c5c91d4abc5d9a121224954855d648cc9c0267ab0ba26313ab21cdddd7e13c\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://7ea88e4d1ec0bc4ba9e9342f83a2aa7e7787d27a35da5cc92621697b544527fc\",\"dweb:/ipfs/QmVjFupMVs6jRmS98Rxz8XBjd2kxvmXJGokFkKKxPn7FA9\"]},\"node_modules/@latticexyz/world/src/codegen/interfaces/IBalanceTransferSystem.sol\":{\"keccak256\":\"0x694f52c99dac14f11e9f489dd58edb69e72147ee9681bf66b4751a659e1161fd\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://73f67b1fb2acc02fd8c03ce127dc2882a41d534287e73b5ca494479a3e5beacc\",\"dweb:/ipfs/Qmevj5uCw7KpU4vuvP62Tz9weFLGD9NXhy7gKc4aXq56JA\"]},\"node_modules/@latticexyz/world/src/codegen/interfaces/IBaseWorld.sol\":{\"keccak256\":\"0xba47e2c238291a7ba9cd9237156cf3d0f5840569fc9a3c2dfa392eb91b2490b5\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://e2bbe00abe6ad2b86d5512fcf27247c0e06bc385f8568609e1bede69c9f56486\",\"dweb:/ipfs/Qmeivv9WUBJ5JFYA983JtNChopvuh6GYWhMonAx1kUrvMg\"]},\"node_modules/@latticexyz/world/src/codegen/interfaces/IBatchCallSystem.sol\":{\"keccak256\":\"0x7a787646278283d1a8dd7d264aea3a33824fc2064d57a6dc10621b9bb5399570\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://87d83c3e1c9aecc0b61b359c6a6df3b0ce1e75a16127b054b14a8d044fa5d922\",\"dweb:/ipfs/QmcoRu2V1VRTYKyMnuqqeRvDRrqXQsTmK2ehKsqKUK99ui\"]},\"node_modules/@latticexyz/world/src/codegen/interfaces/ICoreSystem.sol\":{\"keccak256\":\"0x2d81bbd0c31f30f59e02a999abac7424b7001f3214221872493d58799ea41bfe\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://4310a29d7520173f8ec4f5ee6a0b5177f065103306c2714fbdf6b1e9ab18a75f\",\"dweb:/ipfs/QmNfvbPhmuwfjkNxuXeu9KZGbVs6XAsjbirxt3AQgPm4bA\"]},\"node_modules/@latticexyz/world/src/codegen/interfaces/IModuleInstallationSystem.sol\":{\"keccak256\":\"0x009e00dcbd2f11fcc5fa0cf80702ef50cda0ea648708b965d14a5caa1251b3d0\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://90d8f20a1f6158d64b7cdae370e9a376920d062ce8086e684ecb49de854d08e6\",\"dweb:/ipfs/QmbmXzqwv7YBBYpFZUtuSeBiNJV21P5xhsrbrZ3rXmGNZW\"]},\"node_modules/@latticexyz/world/src/codegen/interfaces/IWorldRegistrationSystem.sol\":{\"keccak256\":\"0xc5681d6507402a063211c645cc31fb8ef60e2b2eb85da6e14b028c316715f300\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://e83b9374d8dc0aaeedfa0106bb562f597c53e7e11b8ae5892328d4338d611ad3\",\"dweb:/ipfs/Qmd5JZHh3rP58oijqJH6P5XSUuEfhrFuAryHYLrVsVBzW6\"]},\"node_modules/@latticexyz/world/src/constants.sol\":{\"keccak256\":\"0x36c772d51a5da46fcddf88831194d6d331083b8c8246fa79107c4b697c258d77\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://2d2656374c398a2b075d5f26d2ab2c3ea315c99912e52d8030d50f5f8fdda8ac\",\"dweb:/ipfs/QmSG8uJr2ZbFVnht5cTG6xb6XbB6f3kvnznks4BdeAMYET\"]},\"node_modules/@latticexyz/world/src/modules/core/types.sol\":{\"keccak256\":\"0x8a1cdd3e028281fb61da725f2f6502df776f473fea963bd46e8101725d55d54c\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://86e064413bb3f3be43fdba31be40e819283a07af3d914b27e1ec3e39b6a6440e\",\"dweb:/ipfs/QmPcUKj747S5dkV6EBNp66ojMBAW64XoGxpgsdVwPUiapm\"]},\"node_modules/@latticexyz/world/src/revertWithBytes.sol\":{\"keccak256\":\"0xb4239b7d84f764babc15a46eab53ea45dae0ce5c3738f9c283d7ab2f6e8fddea\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://d495ceadc4e5506a4cec20329f5862f53cf7886cb3d8533bc5071c26ea2d2522\",\"dweb:/ipfs/QmaNDdqDGnZkc3stbjUKAKHa29Hzu4JJPVvcogDMe7r8sM\"]},\"node_modules/@latticexyz/world/src/worldResourceTypes.sol\":{\"keccak256\":\"0x88f844f2c43757c819c8f140b30254f07c3484e12cce573879d43b2ee6a23f8b\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://55a9095094c2b7b1043020681696380cfc3cffd1f264a70bacb44fccd0fc0a8a\",\"dweb:/ipfs/QmfPdLPr9hfV8X8yfHhEf2HmEWAnA4d1c6EHEjHMdeM7ML\"]},\"src/modules/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\":{\"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}",
|
163
163
|
"metadata": {
|
164
164
|
"compiler": {
|
165
165
|
"version": "0.8.21+commit.d9974bed"
|
@@ -291,17 +291,42 @@
|
|
291
291
|
],
|
292
292
|
"devdoc": {
|
293
293
|
"kind": "dev",
|
294
|
-
"methods": {
|
294
|
+
"methods": {
|
295
|
+
"getName()": {
|
296
|
+
"details": "Provides a way to identify the module by a unique name.",
|
297
|
+
"returns": {
|
298
|
+
"_0": "The name of the module as a bytes16."
|
299
|
+
}
|
300
|
+
},
|
301
|
+
"installRoot(bytes)": {
|
302
|
+
"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`.",
|
303
|
+
"params": {
|
304
|
+
"args": "Arguments that may be needed during the installation process."
|
305
|
+
}
|
306
|
+
},
|
307
|
+
"supportsInterface(bytes4)": {
|
308
|
+
"details": "Overrides the functionality from IERC165 and WorldContextConsumer to check for supported interfaces.",
|
309
|
+
"params": {
|
310
|
+
"interfaceId": "The bytes4 identifier for the interface."
|
311
|
+
},
|
312
|
+
"returns": {
|
313
|
+
"_0": "true if the interface is supported, false otherwise."
|
314
|
+
}
|
315
|
+
}
|
316
|
+
},
|
295
317
|
"version": 1
|
296
318
|
},
|
297
319
|
"userdoc": {
|
298
320
|
"kind": "user",
|
299
321
|
"methods": {
|
300
322
|
"getName()": {
|
301
|
-
"notice": "Return the
|
323
|
+
"notice": "Return the name of the module."
|
302
324
|
},
|
303
325
|
"installRoot(bytes)": {
|
304
|
-
"notice": "
|
326
|
+
"notice": "Installs the module as a root module."
|
327
|
+
},
|
328
|
+
"supportsInterface(bytes4)": {
|
329
|
+
"notice": "Checks if the given interfaceId is supported by this contract."
|
305
330
|
}
|
306
331
|
},
|
307
332
|
"version": 1
|
@@ -607,18 +632,18 @@
|
|
607
632
|
"license": "MIT"
|
608
633
|
},
|
609
634
|
"node_modules/@latticexyz/world/src/IERC165.sol": {
|
610
|
-
"keccak256": "
|
635
|
+
"keccak256": "0x7997ebbdee6a2493f28e7032c7a8b906ade40f807d95734e2653c8f1b023ff47",
|
611
636
|
"urls": [
|
612
|
-
"bzz-raw://
|
613
|
-
"dweb:/ipfs/
|
637
|
+
"bzz-raw://c8ca41bb2619bf27e5bf886d1322f0e2dffd096c49f7ae6e716541dd1e1ddce5",
|
638
|
+
"dweb:/ipfs/Qmb8zATUWWTtiWaSLjbAe6PGnJPes9ANvEyk7pYoWR3P3Y"
|
614
639
|
],
|
615
640
|
"license": "MIT"
|
616
641
|
},
|
617
642
|
"node_modules/@latticexyz/world/src/IModule.sol": {
|
618
|
-
"keccak256": "
|
643
|
+
"keccak256": "0xec02d49b84a882c9cf01e4e5c16f890ed7c52db945fd43a6f97ffe87730ba0d3",
|
619
644
|
"urls": [
|
620
|
-
"bzz-raw://
|
621
|
-
"dweb:/ipfs/
|
645
|
+
"bzz-raw://8f8ee1a3aaac5789b36808bdae2e26e32d1664583a6b21680b5721f04d81bbc3",
|
646
|
+
"dweb:/ipfs/Qmd4L3vGQiavSCe9g2k7riyA6cer3ruuxRFehAJCSxNRfw"
|
622
647
|
],
|
623
648
|
"license": "MIT"
|
624
649
|
},
|
@@ -655,10 +680,10 @@
|
|
655
680
|
"license": "MIT"
|
656
681
|
},
|
657
682
|
"node_modules/@latticexyz/world/src/Module.sol": {
|
658
|
-
"keccak256": "
|
683
|
+
"keccak256": "0x652a3d6a3721a1c3f36abd7a398b16ae7d9e30ddbf54d8dc4494343dadb9f719",
|
659
684
|
"urls": [
|
660
|
-
"bzz-raw://
|
661
|
-
"dweb:/ipfs/
|
685
|
+
"bzz-raw://c33d2bb71a7ae8823233fa399f778fe86e9bb078889a092fcd1ed9e7838873e5",
|
686
|
+
"dweb:/ipfs/QmYM6JQ4syoxQLCXC4evHVEwbsTuXgS42HZZ9Fho7J9EXr"
|
662
687
|
],
|
663
688
|
"license": "MIT"
|
664
689
|
},
|
@@ -803,62 +828,62 @@
|
|
803
828
|
},
|
804
829
|
"ast": {
|
805
830
|
"absolutePath": "src/modules/keysintable/KeysInTableModule.sol",
|
806
|
-
"id":
|
831
|
+
"id": 40049,
|
807
832
|
"exportedSymbols": {
|
808
833
|
"AFTER_SPLICE_DYNAMIC_DATA": [
|
809
|
-
|
834
|
+
36141
|
810
835
|
],
|
811
836
|
"AFTER_SPLICE_STATIC_DATA": [
|
812
|
-
|
837
|
+
36131
|
813
838
|
],
|
814
839
|
"BEFORE_DELETE_RECORD": [
|
815
|
-
|
840
|
+
36146
|
816
841
|
],
|
817
842
|
"BEFORE_SET_RECORD": [
|
818
|
-
|
843
|
+
36116
|
819
844
|
],
|
820
845
|
"IBaseWorld": [
|
821
|
-
|
846
|
+
39150
|
822
847
|
],
|
823
848
|
"KeysInTable": [
|
824
|
-
|
849
|
+
47651
|
825
850
|
],
|
826
851
|
"KeysInTableHook": [
|
827
|
-
|
852
|
+
39781
|
828
853
|
],
|
829
854
|
"KeysInTableModule": [
|
830
|
-
|
855
|
+
40048
|
831
856
|
],
|
832
857
|
"KeysInTableTableId": [
|
833
|
-
|
858
|
+
41135
|
834
859
|
],
|
835
860
|
"Module": [
|
836
|
-
|
861
|
+
38605
|
837
862
|
],
|
838
863
|
"ResourceId": [
|
839
|
-
|
864
|
+
26198
|
840
865
|
],
|
841
866
|
"ResourceIds": [
|
842
|
-
|
867
|
+
31848
|
843
868
|
],
|
844
869
|
"UsedKeysIndex": [
|
845
|
-
|
870
|
+
49263
|
846
871
|
],
|
847
872
|
"UsedKeysIndexTableId": [
|
848
|
-
|
873
|
+
47710
|
849
874
|
],
|
850
875
|
"WorldResourceIdInstance": [
|
851
|
-
|
876
|
+
39114
|
852
877
|
],
|
853
878
|
"revertWithBytes": [
|
854
|
-
|
879
|
+
39224
|
855
880
|
]
|
856
881
|
},
|
857
882
|
"nodeType": "SourceUnit",
|
858
883
|
"src": "32:4012:114",
|
859
884
|
"nodes": [
|
860
885
|
{
|
861
|
-
"id":
|
886
|
+
"id": 39783,
|
862
887
|
"nodeType": "PragmaDirective",
|
863
888
|
"src": "32:25:114",
|
864
889
|
"nodes": [],
|
@@ -870,23 +895,23 @@
|
|
870
895
|
]
|
871
896
|
},
|
872
897
|
{
|
873
|
-
"id":
|
898
|
+
"id": 39788,
|
874
899
|
"nodeType": "ImportDirective",
|
875
900
|
"src": "59:152:114",
|
876
901
|
"nodes": [],
|
877
902
|
"absolutePath": "node_modules/@latticexyz/store/src/storeHookTypes.sol",
|
878
903
|
"file": "@latticexyz/store/src/storeHookTypes.sol",
|
879
904
|
"nameLocation": "-1:-1:-1",
|
880
|
-
"scope":
|
881
|
-
"sourceUnit":
|
905
|
+
"scope": 40049,
|
906
|
+
"sourceUnit": 36187,
|
882
907
|
"symbolAliases": [
|
883
908
|
{
|
884
909
|
"foreign": {
|
885
|
-
"id":
|
910
|
+
"id": 39784,
|
886
911
|
"name": "BEFORE_SET_RECORD",
|
887
912
|
"nodeType": "Identifier",
|
888
913
|
"overloadedDeclarations": [],
|
889
|
-
"referencedDeclaration":
|
914
|
+
"referencedDeclaration": 36116,
|
890
915
|
"src": "68:17:114",
|
891
916
|
"typeDescriptions": {}
|
892
917
|
},
|
@@ -894,11 +919,11 @@
|
|
894
919
|
},
|
895
920
|
{
|
896
921
|
"foreign": {
|
897
|
-
"id":
|
922
|
+
"id": 39785,
|
898
923
|
"name": "AFTER_SPLICE_STATIC_DATA",
|
899
924
|
"nodeType": "Identifier",
|
900
925
|
"overloadedDeclarations": [],
|
901
|
-
"referencedDeclaration":
|
926
|
+
"referencedDeclaration": 36131,
|
902
927
|
"src": "87:24:114",
|
903
928
|
"typeDescriptions": {}
|
904
929
|
},
|
@@ -906,11 +931,11 @@
|
|
906
931
|
},
|
907
932
|
{
|
908
933
|
"foreign": {
|
909
|
-
"id":
|
934
|
+
"id": 39786,
|
910
935
|
"name": "AFTER_SPLICE_DYNAMIC_DATA",
|
911
936
|
"nodeType": "Identifier",
|
912
937
|
"overloadedDeclarations": [],
|
913
|
-
"referencedDeclaration":
|
938
|
+
"referencedDeclaration": 36141,
|
914
939
|
"src": "113:25:114",
|
915
940
|
"typeDescriptions": {}
|
916
941
|
},
|
@@ -918,11 +943,11 @@
|
|
918
943
|
},
|
919
944
|
{
|
920
945
|
"foreign": {
|
921
|
-
"id":
|
946
|
+
"id": 39787,
|
922
947
|
"name": "BEFORE_DELETE_RECORD",
|
923
948
|
"nodeType": "Identifier",
|
924
949
|
"overloadedDeclarations": [],
|
925
|
-
"referencedDeclaration":
|
950
|
+
"referencedDeclaration": 36146,
|
926
951
|
"src": "140:20:114",
|
927
952
|
"typeDescriptions": {}
|
928
953
|
},
|
@@ -932,23 +957,23 @@
|
|
932
957
|
"unitAlias": ""
|
933
958
|
},
|
934
959
|
{
|
935
|
-
"id":
|
960
|
+
"id": 39790,
|
936
961
|
"nodeType": "ImportDirective",
|
937
962
|
"src": "212:83:114",
|
938
963
|
"nodes": [],
|
939
964
|
"absolutePath": "node_modules/@latticexyz/store/src/codegen/tables/ResourceIds.sol",
|
940
965
|
"file": "@latticexyz/store/src/codegen/tables/ResourceIds.sol",
|
941
966
|
"nameLocation": "-1:-1:-1",
|
942
|
-
"scope":
|
943
|
-
"sourceUnit":
|
967
|
+
"scope": 40049,
|
968
|
+
"sourceUnit": 31858,
|
944
969
|
"symbolAliases": [
|
945
970
|
{
|
946
971
|
"foreign": {
|
947
|
-
"id":
|
972
|
+
"id": 39789,
|
948
973
|
"name": "ResourceIds",
|
949
974
|
"nodeType": "Identifier",
|
950
975
|
"overloadedDeclarations": [],
|
951
|
-
"referencedDeclaration":
|
976
|
+
"referencedDeclaration": 31848,
|
952
977
|
"src": "221:11:114",
|
953
978
|
"typeDescriptions": {}
|
954
979
|
},
|
@@ -958,23 +983,23 @@
|
|
958
983
|
"unitAlias": ""
|
959
984
|
},
|
960
985
|
{
|
961
|
-
"id":
|
986
|
+
"id": 39792,
|
962
987
|
"nodeType": "ImportDirective",
|
963
988
|
"src": "297:58:114",
|
964
989
|
"nodes": [],
|
965
990
|
"absolutePath": "node_modules/@latticexyz/world/src/Module.sol",
|
966
991
|
"file": "@latticexyz/world/src/Module.sol",
|
967
992
|
"nameLocation": "-1:-1:-1",
|
968
|
-
"scope":
|
969
|
-
"sourceUnit":
|
993
|
+
"scope": 40049,
|
994
|
+
"sourceUnit": 38606,
|
970
995
|
"symbolAliases": [
|
971
996
|
{
|
972
997
|
"foreign": {
|
973
|
-
"id":
|
998
|
+
"id": 39791,
|
974
999
|
"name": "Module",
|
975
1000
|
"nodeType": "Identifier",
|
976
1001
|
"overloadedDeclarations": [],
|
977
|
-
"referencedDeclaration":
|
1002
|
+
"referencedDeclaration": 38605,
|
978
1003
|
"src": "306:6:114",
|
979
1004
|
"typeDescriptions": {}
|
980
1005
|
},
|
@@ -984,23 +1009,23 @@
|
|
984
1009
|
"unitAlias": ""
|
985
1010
|
},
|
986
1011
|
{
|
987
|
-
"id":
|
1012
|
+
"id": 39794,
|
988
1013
|
"nodeType": "ImportDirective",
|
989
1014
|
"src": "357:85:114",
|
990
1015
|
"nodes": [],
|
991
1016
|
"absolutePath": "node_modules/@latticexyz/world/src/codegen/interfaces/IBaseWorld.sol",
|
992
1017
|
"file": "@latticexyz/world/src/codegen/interfaces/IBaseWorld.sol",
|
993
1018
|
"nameLocation": "-1:-1:-1",
|
994
|
-
"scope":
|
995
|
-
"sourceUnit":
|
1019
|
+
"scope": 40049,
|
1020
|
+
"sourceUnit": 39151,
|
996
1021
|
"symbolAliases": [
|
997
1022
|
{
|
998
1023
|
"foreign": {
|
999
|
-
"id":
|
1024
|
+
"id": 39793,
|
1000
1025
|
"name": "IBaseWorld",
|
1001
1026
|
"nodeType": "Identifier",
|
1002
1027
|
"overloadedDeclarations": [],
|
1003
|
-
"referencedDeclaration":
|
1028
|
+
"referencedDeclaration": 39150,
|
1004
1029
|
"src": "366:10:114",
|
1005
1030
|
"typeDescriptions": {}
|
1006
1031
|
},
|
@@ -1010,23 +1035,23 @@
|
|
1010
1035
|
"unitAlias": ""
|
1011
1036
|
},
|
1012
1037
|
{
|
1013
|
-
"id":
|
1038
|
+
"id": 39797,
|
1014
1039
|
"nodeType": "ImportDirective",
|
1015
1040
|
"src": "444:96:114",
|
1016
1041
|
"nodes": [],
|
1017
1042
|
"absolutePath": "node_modules/@latticexyz/world/src/WorldResourceId.sol",
|
1018
1043
|
"file": "@latticexyz/world/src/WorldResourceId.sol",
|
1019
1044
|
"nameLocation": "-1:-1:-1",
|
1020
|
-
"scope":
|
1021
|
-
"sourceUnit":
|
1045
|
+
"scope": 40049,
|
1046
|
+
"sourceUnit": 39115,
|
1022
1047
|
"symbolAliases": [
|
1023
1048
|
{
|
1024
1049
|
"foreign": {
|
1025
|
-
"id":
|
1050
|
+
"id": 39795,
|
1026
1051
|
"name": "ResourceId",
|
1027
1052
|
"nodeType": "Identifier",
|
1028
1053
|
"overloadedDeclarations": [],
|
1029
|
-
"referencedDeclaration":
|
1054
|
+
"referencedDeclaration": 26198,
|
1030
1055
|
"src": "453:10:114",
|
1031
1056
|
"typeDescriptions": {}
|
1032
1057
|
},
|
@@ -1034,11 +1059,11 @@
|
|
1034
1059
|
},
|
1035
1060
|
{
|
1036
1061
|
"foreign": {
|
1037
|
-
"id":
|
1062
|
+
"id": 39796,
|
1038
1063
|
"name": "WorldResourceIdInstance",
|
1039
1064
|
"nodeType": "Identifier",
|
1040
1065
|
"overloadedDeclarations": [],
|
1041
|
-
"referencedDeclaration":
|
1066
|
+
"referencedDeclaration": 39114,
|
1042
1067
|
"src": "465:23:114",
|
1043
1068
|
"typeDescriptions": {}
|
1044
1069
|
},
|
@@ -1048,23 +1073,23 @@
|
|
1048
1073
|
"unitAlias": ""
|
1049
1074
|
},
|
1050
1075
|
{
|
1051
|
-
"id":
|
1076
|
+
"id": 39799,
|
1052
1077
|
"nodeType": "ImportDirective",
|
1053
1078
|
"src": "541:76:114",
|
1054
1079
|
"nodes": [],
|
1055
1080
|
"absolutePath": "node_modules/@latticexyz/world/src/revertWithBytes.sol",
|
1056
1081
|
"file": "@latticexyz/world/src/revertWithBytes.sol",
|
1057
1082
|
"nameLocation": "-1:-1:-1",
|
1058
|
-
"scope":
|
1059
|
-
"sourceUnit":
|
1083
|
+
"scope": 40049,
|
1084
|
+
"sourceUnit": 39225,
|
1060
1085
|
"symbolAliases": [
|
1061
1086
|
{
|
1062
1087
|
"foreign": {
|
1063
|
-
"id":
|
1088
|
+
"id": 39798,
|
1064
1089
|
"name": "revertWithBytes",
|
1065
1090
|
"nodeType": "Identifier",
|
1066
1091
|
"overloadedDeclarations": [],
|
1067
|
-
"referencedDeclaration":
|
1092
|
+
"referencedDeclaration": 39224,
|
1068
1093
|
"src": "550:15:114",
|
1069
1094
|
"typeDescriptions": {}
|
1070
1095
|
},
|
@@ -1074,23 +1099,23 @@
|
|
1074
1099
|
"unitAlias": ""
|
1075
1100
|
},
|
1076
1101
|
{
|
1077
|
-
"id":
|
1102
|
+
"id": 39801,
|
1078
1103
|
"nodeType": "ImportDirective",
|
1079
1104
|
"src": "619:56:114",
|
1080
1105
|
"nodes": [],
|
1081
1106
|
"absolutePath": "src/modules/keysintable/KeysInTableHook.sol",
|
1082
1107
|
"file": "./KeysInTableHook.sol",
|
1083
1108
|
"nameLocation": "-1:-1:-1",
|
1084
|
-
"scope":
|
1085
|
-
"sourceUnit":
|
1109
|
+
"scope": 40049,
|
1110
|
+
"sourceUnit": 39782,
|
1086
1111
|
"symbolAliases": [
|
1087
1112
|
{
|
1088
1113
|
"foreign": {
|
1089
|
-
"id":
|
1114
|
+
"id": 39800,
|
1090
1115
|
"name": "KeysInTableHook",
|
1091
1116
|
"nodeType": "Identifier",
|
1092
1117
|
"overloadedDeclarations": [],
|
1093
|
-
"referencedDeclaration":
|
1118
|
+
"referencedDeclaration": 39781,
|
1094
1119
|
"src": "628:15:114",
|
1095
1120
|
"typeDescriptions": {}
|
1096
1121
|
},
|
@@ -1100,23 +1125,23 @@
|
|
1100
1125
|
"unitAlias": ""
|
1101
1126
|
},
|
1102
1127
|
{
|
1103
|
-
"id":
|
1128
|
+
"id": 39804,
|
1104
1129
|
"nodeType": "ImportDirective",
|
1105
1130
|
"src": "676:75:114",
|
1106
1131
|
"nodes": [],
|
1107
1132
|
"absolutePath": "src/modules/keysintable/tables/KeysInTable.sol",
|
1108
1133
|
"file": "./tables/KeysInTable.sol",
|
1109
1134
|
"nameLocation": "-1:-1:-1",
|
1110
|
-
"scope":
|
1111
|
-
"sourceUnit":
|
1135
|
+
"scope": 40049,
|
1136
|
+
"sourceUnit": 47652,
|
1112
1137
|
"symbolAliases": [
|
1113
1138
|
{
|
1114
1139
|
"foreign": {
|
1115
|
-
"id":
|
1140
|
+
"id": 39802,
|
1116
1141
|
"name": "KeysInTable",
|
1117
1142
|
"nodeType": "Identifier",
|
1118
1143
|
"overloadedDeclarations": [],
|
1119
|
-
"referencedDeclaration":
|
1144
|
+
"referencedDeclaration": 47651,
|
1120
1145
|
"src": "685:11:114",
|
1121
1146
|
"typeDescriptions": {}
|
1122
1147
|
},
|
@@ -1124,11 +1149,11 @@
|
|
1124
1149
|
},
|
1125
1150
|
{
|
1126
1151
|
"foreign": {
|
1127
|
-
"id":
|
1152
|
+
"id": 39803,
|
1128
1153
|
"name": "KeysInTableTableId",
|
1129
1154
|
"nodeType": "Identifier",
|
1130
1155
|
"overloadedDeclarations": [],
|
1131
|
-
"referencedDeclaration":
|
1156
|
+
"referencedDeclaration": 41135,
|
1132
1157
|
"src": "698:18:114",
|
1133
1158
|
"typeDescriptions": {}
|
1134
1159
|
},
|
@@ -1138,23 +1163,23 @@
|
|
1138
1163
|
"unitAlias": ""
|
1139
1164
|
},
|
1140
1165
|
{
|
1141
|
-
"id":
|
1166
|
+
"id": 39807,
|
1142
1167
|
"nodeType": "ImportDirective",
|
1143
1168
|
"src": "752:81:114",
|
1144
1169
|
"nodes": [],
|
1145
1170
|
"absolutePath": "src/modules/keysintable/tables/UsedKeysIndex.sol",
|
1146
1171
|
"file": "./tables/UsedKeysIndex.sol",
|
1147
1172
|
"nameLocation": "-1:-1:-1",
|
1148
|
-
"scope":
|
1149
|
-
"sourceUnit":
|
1173
|
+
"scope": 40049,
|
1174
|
+
"sourceUnit": 49273,
|
1150
1175
|
"symbolAliases": [
|
1151
1176
|
{
|
1152
1177
|
"foreign": {
|
1153
|
-
"id":
|
1178
|
+
"id": 39805,
|
1154
1179
|
"name": "UsedKeysIndex",
|
1155
1180
|
"nodeType": "Identifier",
|
1156
1181
|
"overloadedDeclarations": [],
|
1157
|
-
"referencedDeclaration":
|
1182
|
+
"referencedDeclaration": 49263,
|
1158
1183
|
"src": "761:13:114",
|
1159
1184
|
"typeDescriptions": {}
|
1160
1185
|
},
|
@@ -1162,11 +1187,11 @@
|
|
1162
1187
|
},
|
1163
1188
|
{
|
1164
1189
|
"foreign": {
|
1165
|
-
"id":
|
1190
|
+
"id": 39806,
|
1166
1191
|
"name": "UsedKeysIndexTableId",
|
1167
1192
|
"nodeType": "Identifier",
|
1168
1193
|
"overloadedDeclarations": [],
|
1169
|
-
"referencedDeclaration":
|
1194
|
+
"referencedDeclaration": 47710,
|
1170
1195
|
"src": "776:20:114",
|
1171
1196
|
"typeDescriptions": {}
|
1172
1197
|
},
|
@@ -1176,49 +1201,49 @@
|
|
1176
1201
|
"unitAlias": ""
|
1177
1202
|
},
|
1178
1203
|
{
|
1179
|
-
"id":
|
1204
|
+
"id": 40048,
|
1180
1205
|
"nodeType": "ContractDefinition",
|
1181
1206
|
"src": "1419:2624:114",
|
1182
1207
|
"nodes": [
|
1183
1208
|
{
|
1184
|
-
"id":
|
1209
|
+
"id": 39814,
|
1185
1210
|
"nodeType": "UsingForDirective",
|
1186
1211
|
"src": "1460:45:114",
|
1187
1212
|
"nodes": [],
|
1188
1213
|
"global": false,
|
1189
1214
|
"libraryName": {
|
1190
|
-
"id":
|
1215
|
+
"id": 39811,
|
1191
1216
|
"name": "WorldResourceIdInstance",
|
1192
1217
|
"nameLocations": [
|
1193
1218
|
"1466:23:114"
|
1194
1219
|
],
|
1195
1220
|
"nodeType": "IdentifierPath",
|
1196
|
-
"referencedDeclaration":
|
1221
|
+
"referencedDeclaration": 39114,
|
1197
1222
|
"src": "1466:23:114"
|
1198
1223
|
},
|
1199
1224
|
"typeName": {
|
1200
|
-
"id":
|
1225
|
+
"id": 39813,
|
1201
1226
|
"nodeType": "UserDefinedTypeName",
|
1202
1227
|
"pathNode": {
|
1203
|
-
"id":
|
1228
|
+
"id": 39812,
|
1204
1229
|
"name": "ResourceId",
|
1205
1230
|
"nameLocations": [
|
1206
1231
|
"1494:10:114"
|
1207
1232
|
],
|
1208
1233
|
"nodeType": "IdentifierPath",
|
1209
|
-
"referencedDeclaration":
|
1234
|
+
"referencedDeclaration": 26198,
|
1210
1235
|
"src": "1494:10:114"
|
1211
1236
|
},
|
1212
|
-
"referencedDeclaration":
|
1237
|
+
"referencedDeclaration": 26198,
|
1213
1238
|
"src": "1494:10:114",
|
1214
1239
|
"typeDescriptions": {
|
1215
|
-
"typeIdentifier": "t_userDefinedValueType$_ResourceId_$
|
1240
|
+
"typeIdentifier": "t_userDefinedValueType$_ResourceId_$26198",
|
1216
1241
|
"typeString": "ResourceId"
|
1217
1242
|
}
|
1218
1243
|
}
|
1219
1244
|
},
|
1220
1245
|
{
|
1221
|
-
"id":
|
1246
|
+
"id": 39821,
|
1222
1247
|
"nodeType": "VariableDeclaration",
|
1223
1248
|
"src": "1653:62:114",
|
1224
1249
|
"nodes": [],
|
@@ -1226,30 +1251,30 @@
|
|
1226
1251
|
"mutability": "immutable",
|
1227
1252
|
"name": "hook",
|
1228
1253
|
"nameLocation": "1687:4:114",
|
1229
|
-
"scope":
|
1254
|
+
"scope": 40048,
|
1230
1255
|
"stateVariable": true,
|
1231
1256
|
"storageLocation": "default",
|
1232
1257
|
"typeDescriptions": {
|
1233
|
-
"typeIdentifier": "t_contract$_KeysInTableHook_$
|
1258
|
+
"typeIdentifier": "t_contract$_KeysInTableHook_$39781",
|
1234
1259
|
"typeString": "contract KeysInTableHook"
|
1235
1260
|
},
|
1236
1261
|
"typeName": {
|
1237
|
-
"id":
|
1262
|
+
"id": 39816,
|
1238
1263
|
"nodeType": "UserDefinedTypeName",
|
1239
1264
|
"pathNode": {
|
1240
|
-
"id":
|
1265
|
+
"id": 39815,
|
1241
1266
|
"name": "KeysInTableHook",
|
1242
1267
|
"nameLocations": [
|
1243
1268
|
"1653:15:114"
|
1244
1269
|
],
|
1245
1270
|
"nodeType": "IdentifierPath",
|
1246
|
-
"referencedDeclaration":
|
1271
|
+
"referencedDeclaration": 39781,
|
1247
1272
|
"src": "1653:15:114"
|
1248
1273
|
},
|
1249
|
-
"referencedDeclaration":
|
1274
|
+
"referencedDeclaration": 39781,
|
1250
1275
|
"src": "1653:15:114",
|
1251
1276
|
"typeDescriptions": {
|
1252
|
-
"typeIdentifier": "t_contract$_KeysInTableHook_$
|
1277
|
+
"typeIdentifier": "t_contract$_KeysInTableHook_$39781",
|
1253
1278
|
"typeString": "contract KeysInTableHook"
|
1254
1279
|
}
|
1255
1280
|
},
|
@@ -1257,7 +1282,7 @@
|
|
1257
1282
|
"arguments": [],
|
1258
1283
|
"expression": {
|
1259
1284
|
"argumentTypes": [],
|
1260
|
-
"id":
|
1285
|
+
"id": 39819,
|
1261
1286
|
"isConstant": false,
|
1262
1287
|
"isLValue": false,
|
1263
1288
|
"isPure": false,
|
@@ -1265,31 +1290,31 @@
|
|
1265
1290
|
"nodeType": "NewExpression",
|
1266
1291
|
"src": "1694:19:114",
|
1267
1292
|
"typeDescriptions": {
|
1268
|
-
"typeIdentifier": "t_function_creation_nonpayable$__$returns$_t_contract$_KeysInTableHook_$
|
1293
|
+
"typeIdentifier": "t_function_creation_nonpayable$__$returns$_t_contract$_KeysInTableHook_$39781_$",
|
1269
1294
|
"typeString": "function () returns (contract KeysInTableHook)"
|
1270
1295
|
},
|
1271
1296
|
"typeName": {
|
1272
|
-
"id":
|
1297
|
+
"id": 39818,
|
1273
1298
|
"nodeType": "UserDefinedTypeName",
|
1274
1299
|
"pathNode": {
|
1275
|
-
"id":
|
1300
|
+
"id": 39817,
|
1276
1301
|
"name": "KeysInTableHook",
|
1277
1302
|
"nameLocations": [
|
1278
1303
|
"1698:15:114"
|
1279
1304
|
],
|
1280
1305
|
"nodeType": "IdentifierPath",
|
1281
|
-
"referencedDeclaration":
|
1306
|
+
"referencedDeclaration": 39781,
|
1282
1307
|
"src": "1698:15:114"
|
1283
1308
|
},
|
1284
|
-
"referencedDeclaration":
|
1309
|
+
"referencedDeclaration": 39781,
|
1285
1310
|
"src": "1698:15:114",
|
1286
1311
|
"typeDescriptions": {
|
1287
|
-
"typeIdentifier": "t_contract$_KeysInTableHook_$
|
1312
|
+
"typeIdentifier": "t_contract$_KeysInTableHook_$39781",
|
1288
1313
|
"typeString": "contract KeysInTableHook"
|
1289
1314
|
}
|
1290
1315
|
}
|
1291
1316
|
},
|
1292
|
-
"id":
|
1317
|
+
"id": 39820,
|
1293
1318
|
"isConstant": false,
|
1294
1319
|
"isLValue": false,
|
1295
1320
|
"isPure": false,
|
@@ -1301,19 +1326,19 @@
|
|
1301
1326
|
"src": "1694:21:114",
|
1302
1327
|
"tryCall": false,
|
1303
1328
|
"typeDescriptions": {
|
1304
|
-
"typeIdentifier": "t_contract$_KeysInTableHook_$
|
1329
|
+
"typeIdentifier": "t_contract$_KeysInTableHook_$39781",
|
1305
1330
|
"typeString": "contract KeysInTableHook"
|
1306
1331
|
}
|
1307
1332
|
},
|
1308
1333
|
"visibility": "private"
|
1309
1334
|
},
|
1310
1335
|
{
|
1311
|
-
"id":
|
1336
|
+
"id": 39832,
|
1312
1337
|
"nodeType": "FunctionDefinition",
|
1313
1338
|
"src": "1720:89:114",
|
1314
1339
|
"nodes": [],
|
1315
1340
|
"body": {
|
1316
|
-
"id":
|
1341
|
+
"id": 39831,
|
1317
1342
|
"nodeType": "Block",
|
1318
1343
|
"src": "1769:40:114",
|
1319
1344
|
"nodes": [],
|
@@ -1323,7 +1348,7 @@
|
|
1323
1348
|
"arguments": [
|
1324
1349
|
{
|
1325
1350
|
"hexValue": "6b657973496e5461626c65",
|
1326
|
-
"id":
|
1351
|
+
"id": 39828,
|
1327
1352
|
"isConstant": false,
|
1328
1353
|
"isLValue": false,
|
1329
1354
|
"isPure": true,
|
@@ -1345,7 +1370,7 @@
|
|
1345
1370
|
"typeString": "literal_string \"keysInTable\""
|
1346
1371
|
}
|
1347
1372
|
],
|
1348
|
-
"id":
|
1373
|
+
"id": 39827,
|
1349
1374
|
"isConstant": false,
|
1350
1375
|
"isLValue": false,
|
1351
1376
|
"isPure": true,
|
@@ -1357,14 +1382,14 @@
|
|
1357
1382
|
"typeString": "type(bytes16)"
|
1358
1383
|
},
|
1359
1384
|
"typeName": {
|
1360
|
-
"id":
|
1385
|
+
"id": 39826,
|
1361
1386
|
"name": "bytes16",
|
1362
1387
|
"nodeType": "ElementaryTypeName",
|
1363
1388
|
"src": "1782:7:114",
|
1364
1389
|
"typeDescriptions": {}
|
1365
1390
|
}
|
1366
1391
|
},
|
1367
|
-
"id":
|
1392
|
+
"id": 39829,
|
1368
1393
|
"isConstant": false,
|
1369
1394
|
"isLValue": false,
|
1370
1395
|
"isPure": true,
|
@@ -1380,15 +1405,15 @@
|
|
1380
1405
|
"typeString": "bytes16"
|
1381
1406
|
}
|
1382
1407
|
},
|
1383
|
-
"functionReturnParameters":
|
1384
|
-
"id":
|
1408
|
+
"functionReturnParameters": 39825,
|
1409
|
+
"id": 39830,
|
1385
1410
|
"nodeType": "Return",
|
1386
1411
|
"src": "1775:29:114"
|
1387
1412
|
}
|
1388
1413
|
]
|
1389
1414
|
},
|
1390
1415
|
"baseFunctions": [
|
1391
|
-
|
1416
|
+
60818
|
1392
1417
|
],
|
1393
1418
|
"functionSelector": "17d7de7c",
|
1394
1419
|
"implemented": true,
|
@@ -1397,23 +1422,23 @@
|
|
1397
1422
|
"name": "getName",
|
1398
1423
|
"nameLocation": "1729:7:114",
|
1399
1424
|
"parameters": {
|
1400
|
-
"id":
|
1425
|
+
"id": 39822,
|
1401
1426
|
"nodeType": "ParameterList",
|
1402
1427
|
"parameters": [],
|
1403
1428
|
"src": "1736:2:114"
|
1404
1429
|
},
|
1405
1430
|
"returnParameters": {
|
1406
|
-
"id":
|
1431
|
+
"id": 39825,
|
1407
1432
|
"nodeType": "ParameterList",
|
1408
1433
|
"parameters": [
|
1409
1434
|
{
|
1410
1435
|
"constant": false,
|
1411
|
-
"id":
|
1436
|
+
"id": 39824,
|
1412
1437
|
"mutability": "mutable",
|
1413
1438
|
"name": "",
|
1414
1439
|
"nameLocation": "-1:-1:-1",
|
1415
1440
|
"nodeType": "VariableDeclaration",
|
1416
|
-
"scope":
|
1441
|
+
"scope": 39832,
|
1417
1442
|
"src": "1760:7:114",
|
1418
1443
|
"stateVariable": false,
|
1419
1444
|
"storageLocation": "default",
|
@@ -1422,7 +1447,7 @@
|
|
1422
1447
|
"typeString": "bytes16"
|
1423
1448
|
},
|
1424
1449
|
"typeName": {
|
1425
|
-
"id":
|
1450
|
+
"id": 39823,
|
1426
1451
|
"name": "bytes16",
|
1427
1452
|
"nodeType": "ElementaryTypeName",
|
1428
1453
|
"src": "1760:7:114",
|
@@ -1436,76 +1461,76 @@
|
|
1436
1461
|
],
|
1437
1462
|
"src": "1759:9:114"
|
1438
1463
|
},
|
1439
|
-
"scope":
|
1464
|
+
"scope": 40048,
|
1440
1465
|
"stateMutability": "pure",
|
1441
1466
|
"virtual": false,
|
1442
1467
|
"visibility": "public"
|
1443
1468
|
},
|
1444
1469
|
{
|
1445
|
-
"id":
|
1470
|
+
"id": 40038,
|
1446
1471
|
"nodeType": "FunctionDefinition",
|
1447
1472
|
"src": "1813:2128:114",
|
1448
1473
|
"nodes": [],
|
1449
1474
|
"body": {
|
1450
|
-
"id":
|
1475
|
+
"id": 40037,
|
1451
1476
|
"nodeType": "Block",
|
1452
1477
|
"src": "1869:2072:114",
|
1453
1478
|
"nodes": [],
|
1454
1479
|
"statements": [
|
1455
1480
|
{
|
1456
1481
|
"assignments": [
|
1457
|
-
|
1482
|
+
39840
|
1458
1483
|
],
|
1459
1484
|
"declarations": [
|
1460
1485
|
{
|
1461
1486
|
"constant": false,
|
1462
|
-
"id":
|
1487
|
+
"id": 39840,
|
1463
1488
|
"mutability": "mutable",
|
1464
1489
|
"name": "sourceTableId",
|
1465
1490
|
"nameLocation": "1927:13:114",
|
1466
1491
|
"nodeType": "VariableDeclaration",
|
1467
|
-
"scope":
|
1492
|
+
"scope": 40037,
|
1468
1493
|
"src": "1916:24:114",
|
1469
1494
|
"stateVariable": false,
|
1470
1495
|
"storageLocation": "default",
|
1471
1496
|
"typeDescriptions": {
|
1472
|
-
"typeIdentifier": "t_userDefinedValueType$_ResourceId_$
|
1497
|
+
"typeIdentifier": "t_userDefinedValueType$_ResourceId_$26198",
|
1473
1498
|
"typeString": "ResourceId"
|
1474
1499
|
},
|
1475
1500
|
"typeName": {
|
1476
|
-
"id":
|
1501
|
+
"id": 39839,
|
1477
1502
|
"nodeType": "UserDefinedTypeName",
|
1478
1503
|
"pathNode": {
|
1479
|
-
"id":
|
1504
|
+
"id": 39838,
|
1480
1505
|
"name": "ResourceId",
|
1481
1506
|
"nameLocations": [
|
1482
1507
|
"1916:10:114"
|
1483
1508
|
],
|
1484
1509
|
"nodeType": "IdentifierPath",
|
1485
|
-
"referencedDeclaration":
|
1510
|
+
"referencedDeclaration": 26198,
|
1486
1511
|
"src": "1916:10:114"
|
1487
1512
|
},
|
1488
|
-
"referencedDeclaration":
|
1513
|
+
"referencedDeclaration": 26198,
|
1489
1514
|
"src": "1916:10:114",
|
1490
1515
|
"typeDescriptions": {
|
1491
|
-
"typeIdentifier": "t_userDefinedValueType$_ResourceId_$
|
1516
|
+
"typeIdentifier": "t_userDefinedValueType$_ResourceId_$26198",
|
1492
1517
|
"typeString": "ResourceId"
|
1493
1518
|
}
|
1494
1519
|
},
|
1495
1520
|
"visibility": "internal"
|
1496
1521
|
}
|
1497
1522
|
],
|
1498
|
-
"id":
|
1523
|
+
"id": 39851,
|
1499
1524
|
"initialValue": {
|
1500
1525
|
"arguments": [
|
1501
1526
|
{
|
1502
1527
|
"arguments": [
|
1503
1528
|
{
|
1504
|
-
"id":
|
1529
|
+
"id": 39845,
|
1505
1530
|
"name": "args",
|
1506
1531
|
"nodeType": "Identifier",
|
1507
1532
|
"overloadedDeclarations": [],
|
1508
|
-
"referencedDeclaration":
|
1533
|
+
"referencedDeclaration": 39834,
|
1509
1534
|
"src": "1970:4:114",
|
1510
1535
|
"typeDescriptions": {
|
1511
1536
|
"typeIdentifier": "t_bytes_memory_ptr",
|
@@ -1515,7 +1540,7 @@
|
|
1515
1540
|
{
|
1516
1541
|
"components": [
|
1517
1542
|
{
|
1518
|
-
"id":
|
1543
|
+
"id": 39847,
|
1519
1544
|
"isConstant": false,
|
1520
1545
|
"isLValue": false,
|
1521
1546
|
"isPure": true,
|
@@ -1527,7 +1552,7 @@
|
|
1527
1552
|
"typeString": "type(bytes32)"
|
1528
1553
|
},
|
1529
1554
|
"typeName": {
|
1530
|
-
"id":
|
1555
|
+
"id": 39846,
|
1531
1556
|
"name": "bytes32",
|
1532
1557
|
"nodeType": "ElementaryTypeName",
|
1533
1558
|
"src": "1977:7:114",
|
@@ -1535,7 +1560,7 @@
|
|
1535
1560
|
}
|
1536
1561
|
}
|
1537
1562
|
],
|
1538
|
-
"id":
|
1563
|
+
"id": 39848,
|
1539
1564
|
"isConstant": false,
|
1540
1565
|
"isInlineArray": false,
|
1541
1566
|
"isLValue": false,
|
@@ -1561,7 +1586,7 @@
|
|
1561
1586
|
}
|
1562
1587
|
],
|
1563
1588
|
"expression": {
|
1564
|
-
"id":
|
1589
|
+
"id": 39843,
|
1565
1590
|
"name": "abi",
|
1566
1591
|
"nodeType": "Identifier",
|
1567
1592
|
"overloadedDeclarations": [],
|
@@ -1572,7 +1597,7 @@
|
|
1572
1597
|
"typeString": "abi"
|
1573
1598
|
}
|
1574
1599
|
},
|
1575
|
-
"id":
|
1600
|
+
"id": 39844,
|
1576
1601
|
"isConstant": false,
|
1577
1602
|
"isLValue": false,
|
1578
1603
|
"isPure": true,
|
@@ -1586,7 +1611,7 @@
|
|
1586
1611
|
"typeString": "function () pure"
|
1587
1612
|
}
|
1588
1613
|
},
|
1589
|
-
"id":
|
1614
|
+
"id": 39849,
|
1590
1615
|
"isConstant": false,
|
1591
1616
|
"isLValue": false,
|
1592
1617
|
"isPure": false,
|
@@ -1611,18 +1636,18 @@
|
|
1611
1636
|
}
|
1612
1637
|
],
|
1613
1638
|
"expression": {
|
1614
|
-
"id":
|
1639
|
+
"id": 39841,
|
1615
1640
|
"name": "ResourceId",
|
1616
1641
|
"nodeType": "Identifier",
|
1617
1642
|
"overloadedDeclarations": [],
|
1618
|
-
"referencedDeclaration":
|
1643
|
+
"referencedDeclaration": 26198,
|
1619
1644
|
"src": "1943:10:114",
|
1620
1645
|
"typeDescriptions": {
|
1621
|
-
"typeIdentifier": "t_type$_t_userDefinedValueType$_ResourceId_$
|
1646
|
+
"typeIdentifier": "t_type$_t_userDefinedValueType$_ResourceId_$26198_$",
|
1622
1647
|
"typeString": "type(ResourceId)"
|
1623
1648
|
}
|
1624
1649
|
},
|
1625
|
-
"id":
|
1650
|
+
"id": 39842,
|
1626
1651
|
"isConstant": false,
|
1627
1652
|
"isLValue": false,
|
1628
1653
|
"isPure": true,
|
@@ -1632,11 +1657,11 @@
|
|
1632
1657
|
"nodeType": "MemberAccess",
|
1633
1658
|
"src": "1943:15:114",
|
1634
1659
|
"typeDescriptions": {
|
1635
|
-
"typeIdentifier": "t_function_wrap_pure$_t_bytes32_$returns$_t_userDefinedValueType$_ResourceId_$
|
1660
|
+
"typeIdentifier": "t_function_wrap_pure$_t_bytes32_$returns$_t_userDefinedValueType$_ResourceId_$26198_$",
|
1636
1661
|
"typeString": "function (bytes32) pure returns (ResourceId)"
|
1637
1662
|
}
|
1638
1663
|
},
|
1639
|
-
"id":
|
1664
|
+
"id": 39850,
|
1640
1665
|
"isConstant": false,
|
1641
1666
|
"isLValue": false,
|
1642
1667
|
"isPure": false,
|
@@ -1648,7 +1673,7 @@
|
|
1648
1673
|
"src": "1943:44:114",
|
1649
1674
|
"tryCall": false,
|
1650
1675
|
"typeDescriptions": {
|
1651
|
-
"typeIdentifier": "t_userDefinedValueType$_ResourceId_$
|
1676
|
+
"typeIdentifier": "t_userDefinedValueType$_ResourceId_$26198",
|
1652
1677
|
"typeString": "ResourceId"
|
1653
1678
|
}
|
1654
1679
|
},
|
@@ -1657,66 +1682,66 @@
|
|
1657
1682
|
},
|
1658
1683
|
{
|
1659
1684
|
"assignments": [
|
1660
|
-
|
1685
|
+
39854
|
1661
1686
|
],
|
1662
1687
|
"declarations": [
|
1663
1688
|
{
|
1664
1689
|
"constant": false,
|
1665
|
-
"id":
|
1690
|
+
"id": 39854,
|
1666
1691
|
"mutability": "mutable",
|
1667
1692
|
"name": "world",
|
1668
1693
|
"nameLocation": "2005:5:114",
|
1669
1694
|
"nodeType": "VariableDeclaration",
|
1670
|
-
"scope":
|
1695
|
+
"scope": 40037,
|
1671
1696
|
"src": "1994:16:114",
|
1672
1697
|
"stateVariable": false,
|
1673
1698
|
"storageLocation": "default",
|
1674
1699
|
"typeDescriptions": {
|
1675
|
-
"typeIdentifier": "t_contract$_IBaseWorld_$
|
1700
|
+
"typeIdentifier": "t_contract$_IBaseWorld_$39150",
|
1676
1701
|
"typeString": "contract IBaseWorld"
|
1677
1702
|
},
|
1678
1703
|
"typeName": {
|
1679
|
-
"id":
|
1704
|
+
"id": 39853,
|
1680
1705
|
"nodeType": "UserDefinedTypeName",
|
1681
1706
|
"pathNode": {
|
1682
|
-
"id":
|
1707
|
+
"id": 39852,
|
1683
1708
|
"name": "IBaseWorld",
|
1684
1709
|
"nameLocations": [
|
1685
1710
|
"1994:10:114"
|
1686
1711
|
],
|
1687
1712
|
"nodeType": "IdentifierPath",
|
1688
|
-
"referencedDeclaration":
|
1713
|
+
"referencedDeclaration": 39150,
|
1689
1714
|
"src": "1994:10:114"
|
1690
1715
|
},
|
1691
|
-
"referencedDeclaration":
|
1716
|
+
"referencedDeclaration": 39150,
|
1692
1717
|
"src": "1994:10:114",
|
1693
1718
|
"typeDescriptions": {
|
1694
|
-
"typeIdentifier": "t_contract$_IBaseWorld_$
|
1719
|
+
"typeIdentifier": "t_contract$_IBaseWorld_$39150",
|
1695
1720
|
"typeString": "contract IBaseWorld"
|
1696
1721
|
}
|
1697
1722
|
},
|
1698
1723
|
"visibility": "internal"
|
1699
1724
|
}
|
1700
1725
|
],
|
1701
|
-
"id":
|
1726
|
+
"id": 39859,
|
1702
1727
|
"initialValue": {
|
1703
1728
|
"arguments": [
|
1704
1729
|
{
|
1705
1730
|
"arguments": [],
|
1706
1731
|
"expression": {
|
1707
1732
|
"argumentTypes": [],
|
1708
|
-
"id":
|
1733
|
+
"id": 39856,
|
1709
1734
|
"name": "_world",
|
1710
1735
|
"nodeType": "Identifier",
|
1711
1736
|
"overloadedDeclarations": [],
|
1712
|
-
"referencedDeclaration":
|
1737
|
+
"referencedDeclaration": 38666,
|
1713
1738
|
"src": "2024:6:114",
|
1714
1739
|
"typeDescriptions": {
|
1715
1740
|
"typeIdentifier": "t_function_internal_view$__$returns$_t_address_$",
|
1716
1741
|
"typeString": "function () view returns (address)"
|
1717
1742
|
}
|
1718
1743
|
},
|
1719
|
-
"id":
|
1744
|
+
"id": 39857,
|
1720
1745
|
"isConstant": false,
|
1721
1746
|
"isLValue": false,
|
1722
1747
|
"isPure": false,
|
@@ -1740,18 +1765,18 @@
|
|
1740
1765
|
"typeString": "address"
|
1741
1766
|
}
|
1742
1767
|
],
|
1743
|
-
"id":
|
1768
|
+
"id": 39855,
|
1744
1769
|
"name": "IBaseWorld",
|
1745
1770
|
"nodeType": "Identifier",
|
1746
1771
|
"overloadedDeclarations": [],
|
1747
|
-
"referencedDeclaration":
|
1772
|
+
"referencedDeclaration": 39150,
|
1748
1773
|
"src": "2013:10:114",
|
1749
1774
|
"typeDescriptions": {
|
1750
|
-
"typeIdentifier": "t_type$_t_contract$_IBaseWorld_$
|
1775
|
+
"typeIdentifier": "t_type$_t_contract$_IBaseWorld_$39150_$",
|
1751
1776
|
"typeString": "type(contract IBaseWorld)"
|
1752
1777
|
}
|
1753
1778
|
},
|
1754
|
-
"id":
|
1779
|
+
"id": 39858,
|
1755
1780
|
"isConstant": false,
|
1756
1781
|
"isLValue": false,
|
1757
1782
|
"isPure": false,
|
@@ -1763,7 +1788,7 @@
|
|
1763
1788
|
"src": "2013:20:114",
|
1764
1789
|
"tryCall": false,
|
1765
1790
|
"typeDescriptions": {
|
1766
|
-
"typeIdentifier": "t_contract$_IBaseWorld_$
|
1791
|
+
"typeIdentifier": "t_contract$_IBaseWorld_$39150",
|
1767
1792
|
"typeString": "contract IBaseWorld"
|
1768
1793
|
}
|
1769
1794
|
},
|
@@ -1772,17 +1797,17 @@
|
|
1772
1797
|
},
|
1773
1798
|
{
|
1774
1799
|
"assignments": [
|
1775
|
-
|
1800
|
+
39861
|
1776
1801
|
],
|
1777
1802
|
"declarations": [
|
1778
1803
|
{
|
1779
1804
|
"constant": false,
|
1780
|
-
"id":
|
1805
|
+
"id": 39861,
|
1781
1806
|
"mutability": "mutable",
|
1782
1807
|
"name": "success",
|
1783
1808
|
"nameLocation": "2100:7:114",
|
1784
1809
|
"nodeType": "VariableDeclaration",
|
1785
|
-
"scope":
|
1810
|
+
"scope": 40037,
|
1786
1811
|
"src": "2095:12:114",
|
1787
1812
|
"stateVariable": false,
|
1788
1813
|
"storageLocation": "default",
|
@@ -1791,7 +1816,7 @@
|
|
1791
1816
|
"typeString": "bool"
|
1792
1817
|
},
|
1793
1818
|
"typeName": {
|
1794
|
-
"id":
|
1819
|
+
"id": 39860,
|
1795
1820
|
"name": "bool",
|
1796
1821
|
"nodeType": "ElementaryTypeName",
|
1797
1822
|
"src": "2095:4:114",
|
@@ -1803,23 +1828,23 @@
|
|
1803
1828
|
"visibility": "internal"
|
1804
1829
|
}
|
1805
1830
|
],
|
1806
|
-
"id":
|
1831
|
+
"id": 39862,
|
1807
1832
|
"nodeType": "VariableDeclarationStatement",
|
1808
1833
|
"src": "2095:12:114"
|
1809
1834
|
},
|
1810
1835
|
{
|
1811
1836
|
"assignments": [
|
1812
|
-
|
1837
|
+
39864
|
1813
1838
|
],
|
1814
1839
|
"declarations": [
|
1815
1840
|
{
|
1816
1841
|
"constant": false,
|
1817
|
-
"id":
|
1842
|
+
"id": 39864,
|
1818
1843
|
"mutability": "mutable",
|
1819
1844
|
"name": "returnData",
|
1820
1845
|
"nameLocation": "2126:10:114",
|
1821
1846
|
"nodeType": "VariableDeclaration",
|
1822
|
-
"scope":
|
1847
|
+
"scope": 40037,
|
1823
1848
|
"src": "2113:23:114",
|
1824
1849
|
"stateVariable": false,
|
1825
1850
|
"storageLocation": "memory",
|
@@ -1828,7 +1853,7 @@
|
|
1828
1853
|
"typeString": "bytes"
|
1829
1854
|
},
|
1830
1855
|
"typeName": {
|
1831
|
-
"id":
|
1856
|
+
"id": 39863,
|
1832
1857
|
"name": "bytes",
|
1833
1858
|
"nodeType": "ElementaryTypeName",
|
1834
1859
|
"src": "2113:5:114",
|
@@ -1840,13 +1865,13 @@
|
|
1840
1865
|
"visibility": "internal"
|
1841
1866
|
}
|
1842
1867
|
],
|
1843
|
-
"id":
|
1868
|
+
"id": 39865,
|
1844
1869
|
"nodeType": "VariableDeclarationStatement",
|
1845
1870
|
"src": "2113:23:114"
|
1846
1871
|
},
|
1847
1872
|
{
|
1848
1873
|
"condition": {
|
1849
|
-
"id":
|
1874
|
+
"id": 39870,
|
1850
1875
|
"isConstant": false,
|
1851
1876
|
"isLValue": false,
|
1852
1877
|
"isPure": false,
|
@@ -1858,14 +1883,14 @@
|
|
1858
1883
|
"subExpression": {
|
1859
1884
|
"arguments": [
|
1860
1885
|
{
|
1861
|
-
"id":
|
1886
|
+
"id": 39868,
|
1862
1887
|
"name": "KeysInTableTableId",
|
1863
1888
|
"nodeType": "Identifier",
|
1864
1889
|
"overloadedDeclarations": [],
|
1865
|
-
"referencedDeclaration":
|
1890
|
+
"referencedDeclaration": 41135,
|
1866
1891
|
"src": "2171:18:114",
|
1867
1892
|
"typeDescriptions": {
|
1868
|
-
"typeIdentifier": "t_userDefinedValueType$_ResourceId_$
|
1893
|
+
"typeIdentifier": "t_userDefinedValueType$_ResourceId_$26198",
|
1869
1894
|
"typeString": "ResourceId"
|
1870
1895
|
}
|
1871
1896
|
}
|
@@ -1873,23 +1898,23 @@
|
|
1873
1898
|
"expression": {
|
1874
1899
|
"argumentTypes": [
|
1875
1900
|
{
|
1876
|
-
"typeIdentifier": "t_userDefinedValueType$_ResourceId_$
|
1901
|
+
"typeIdentifier": "t_userDefinedValueType$_ResourceId_$26198",
|
1877
1902
|
"typeString": "ResourceId"
|
1878
1903
|
}
|
1879
1904
|
],
|
1880
1905
|
"expression": {
|
1881
|
-
"id":
|
1906
|
+
"id": 39866,
|
1882
1907
|
"name": "ResourceIds",
|
1883
1908
|
"nodeType": "Identifier",
|
1884
1909
|
"overloadedDeclarations": [],
|
1885
|
-
"referencedDeclaration":
|
1910
|
+
"referencedDeclaration": 31848,
|
1886
1911
|
"src": "2148:11:114",
|
1887
1912
|
"typeDescriptions": {
|
1888
|
-
"typeIdentifier": "t_type$_t_contract$_ResourceIds_$
|
1913
|
+
"typeIdentifier": "t_type$_t_contract$_ResourceIds_$31848_$",
|
1889
1914
|
"typeString": "type(library ResourceIds)"
|
1890
1915
|
}
|
1891
1916
|
},
|
1892
|
-
"id":
|
1917
|
+
"id": 39867,
|
1893
1918
|
"isConstant": false,
|
1894
1919
|
"isLValue": false,
|
1895
1920
|
"isPure": false,
|
@@ -1897,14 +1922,14 @@
|
|
1897
1922
|
"memberLocation": "2160:10:114",
|
1898
1923
|
"memberName": "_getExists",
|
1899
1924
|
"nodeType": "MemberAccess",
|
1900
|
-
"referencedDeclaration":
|
1925
|
+
"referencedDeclaration": 31179,
|
1901
1926
|
"src": "2148:22:114",
|
1902
1927
|
"typeDescriptions": {
|
1903
|
-
"typeIdentifier": "t_function_internal_view$_t_userDefinedValueType$_ResourceId_$
|
1928
|
+
"typeIdentifier": "t_function_internal_view$_t_userDefinedValueType$_ResourceId_$26198_$returns$_t_bool_$",
|
1904
1929
|
"typeString": "function (ResourceId) view returns (bool)"
|
1905
1930
|
}
|
1906
1931
|
},
|
1907
|
-
"id":
|
1932
|
+
"id": 39869,
|
1908
1933
|
"isConstant": false,
|
1909
1934
|
"isLValue": false,
|
1910
1935
|
"isPure": false,
|
@@ -1925,17 +1950,17 @@
|
|
1925
1950
|
"typeString": "bool"
|
1926
1951
|
}
|
1927
1952
|
},
|
1928
|
-
"id":
|
1953
|
+
"id": 40010,
|
1929
1954
|
"nodeType": "IfStatement",
|
1930
1955
|
"src": "2143:1421:114",
|
1931
1956
|
"trueBody": {
|
1932
|
-
"id":
|
1957
|
+
"id": 40009,
|
1933
1958
|
"nodeType": "Block",
|
1934
1959
|
"src": "2192:1372:114",
|
1935
1960
|
"statements": [
|
1936
1961
|
{
|
1937
1962
|
"expression": {
|
1938
|
-
"id":
|
1963
|
+
"id": 39902,
|
1939
1964
|
"isConstant": false,
|
1940
1965
|
"isLValue": false,
|
1941
1966
|
"isPure": false,
|
@@ -1943,11 +1968,11 @@
|
|
1943
1968
|
"leftHandSide": {
|
1944
1969
|
"components": [
|
1945
1970
|
{
|
1946
|
-
"id":
|
1971
|
+
"id": 39871,
|
1947
1972
|
"name": "success",
|
1948
1973
|
"nodeType": "Identifier",
|
1949
1974
|
"overloadedDeclarations": [],
|
1950
|
-
"referencedDeclaration":
|
1975
|
+
"referencedDeclaration": 39861,
|
1951
1976
|
"src": "2230:7:114",
|
1952
1977
|
"typeDescriptions": {
|
1953
1978
|
"typeIdentifier": "t_bool",
|
@@ -1955,11 +1980,11 @@
|
|
1955
1980
|
}
|
1956
1981
|
},
|
1957
1982
|
{
|
1958
|
-
"id":
|
1983
|
+
"id": 39872,
|
1959
1984
|
"name": "returnData",
|
1960
1985
|
"nodeType": "Identifier",
|
1961
1986
|
"overloadedDeclarations": [],
|
1962
|
-
"referencedDeclaration":
|
1987
|
+
"referencedDeclaration": 39864,
|
1963
1988
|
"src": "2239:10:114",
|
1964
1989
|
"typeDescriptions": {
|
1965
1990
|
"typeIdentifier": "t_bytes_memory_ptr",
|
@@ -1967,7 +1992,7 @@
|
|
1967
1992
|
}
|
1968
1993
|
}
|
1969
1994
|
],
|
1970
|
-
"id":
|
1995
|
+
"id": 39873,
|
1971
1996
|
"isConstant": false,
|
1972
1997
|
"isInlineArray": false,
|
1973
1998
|
"isLValue": true,
|
@@ -1988,18 +2013,18 @@
|
|
1988
2013
|
"arguments": [
|
1989
2014
|
{
|
1990
2015
|
"expression": {
|
1991
|
-
"id":
|
2016
|
+
"id": 39881,
|
1992
2017
|
"name": "world",
|
1993
2018
|
"nodeType": "Identifier",
|
1994
2019
|
"overloadedDeclarations": [],
|
1995
|
-
"referencedDeclaration":
|
2020
|
+
"referencedDeclaration": 39854,
|
1996
2021
|
"src": "2316:5:114",
|
1997
2022
|
"typeDescriptions": {
|
1998
|
-
"typeIdentifier": "t_contract$_IBaseWorld_$
|
2023
|
+
"typeIdentifier": "t_contract$_IBaseWorld_$39150",
|
1999
2024
|
"typeString": "contract IBaseWorld"
|
2000
2025
|
}
|
2001
2026
|
},
|
2002
|
-
"id":
|
2027
|
+
"id": 39882,
|
2003
2028
|
"isConstant": false,
|
2004
2029
|
"isLValue": false,
|
2005
2030
|
"isPure": false,
|
@@ -2007,24 +2032,24 @@
|
|
2007
2032
|
"memberLocation": "2322:13:114",
|
2008
2033
|
"memberName": "registerTable",
|
2009
2034
|
"nodeType": "MemberAccess",
|
2010
|
-
"referencedDeclaration":
|
2035
|
+
"referencedDeclaration": 57555,
|
2011
2036
|
"src": "2316:19:114",
|
2012
2037
|
"typeDescriptions": {
|
2013
|
-
"typeIdentifier": "t_function_external_nonpayable$_t_userDefinedValueType$_ResourceId_$
|
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$__$",
|
2014
2039
|
"typeString": "function (ResourceId,FieldLayout,Schema,Schema,string memory[] memory,string memory[] memory) external"
|
2015
2040
|
}
|
2016
2041
|
},
|
2017
2042
|
{
|
2018
2043
|
"components": [
|
2019
2044
|
{
|
2020
|
-
"id":
|
2045
|
+
"id": 39883,
|
2021
2046
|
"name": "KeysInTableTableId",
|
2022
2047
|
"nodeType": "Identifier",
|
2023
2048
|
"overloadedDeclarations": [],
|
2024
|
-
"referencedDeclaration":
|
2049
|
+
"referencedDeclaration": 41135,
|
2025
2050
|
"src": "2361:18:114",
|
2026
2051
|
"typeDescriptions": {
|
2027
|
-
"typeIdentifier": "t_userDefinedValueType$_ResourceId_$
|
2052
|
+
"typeIdentifier": "t_userDefinedValueType$_ResourceId_$26198",
|
2028
2053
|
"typeString": "ResourceId"
|
2029
2054
|
}
|
2030
2055
|
},
|
@@ -2033,18 +2058,18 @@
|
|
2033
2058
|
"expression": {
|
2034
2059
|
"argumentTypes": [],
|
2035
2060
|
"expression": {
|
2036
|
-
"id":
|
2061
|
+
"id": 39884,
|
2037
2062
|
"name": "KeysInTable",
|
2038
2063
|
"nodeType": "Identifier",
|
2039
2064
|
"overloadedDeclarations": [],
|
2040
|
-
"referencedDeclaration":
|
2065
|
+
"referencedDeclaration": 47651,
|
2041
2066
|
"src": "2393:11:114",
|
2042
2067
|
"typeDescriptions": {
|
2043
|
-
"typeIdentifier": "t_type$_t_contract$_KeysInTable_$
|
2068
|
+
"typeIdentifier": "t_type$_t_contract$_KeysInTable_$47651_$",
|
2044
2069
|
"typeString": "type(library KeysInTable)"
|
2045
2070
|
}
|
2046
2071
|
},
|
2047
|
-
"id":
|
2072
|
+
"id": 39885,
|
2048
2073
|
"isConstant": false,
|
2049
2074
|
"isLValue": false,
|
2050
2075
|
"isPure": false,
|
@@ -2052,14 +2077,14 @@
|
|
2052
2077
|
"memberLocation": "2405:14:114",
|
2053
2078
|
"memberName": "getFieldLayout",
|
2054
2079
|
"nodeType": "MemberAccess",
|
2055
|
-
"referencedDeclaration":
|
2080
|
+
"referencedDeclaration": 41168,
|
2056
2081
|
"src": "2393:26:114",
|
2057
2082
|
"typeDescriptions": {
|
2058
|
-
"typeIdentifier": "t_function_internal_pure$__$returns$_t_userDefinedValueType$_FieldLayout_$
|
2083
|
+
"typeIdentifier": "t_function_internal_pure$__$returns$_t_userDefinedValueType$_FieldLayout_$25084_$",
|
2059
2084
|
"typeString": "function () pure returns (FieldLayout)"
|
2060
2085
|
}
|
2061
2086
|
},
|
2062
|
-
"id":
|
2087
|
+
"id": 39886,
|
2063
2088
|
"isConstant": false,
|
2064
2089
|
"isLValue": false,
|
2065
2090
|
"isPure": false,
|
@@ -2071,7 +2096,7 @@
|
|
2071
2096
|
"src": "2393:28:114",
|
2072
2097
|
"tryCall": false,
|
2073
2098
|
"typeDescriptions": {
|
2074
|
-
"typeIdentifier": "t_userDefinedValueType$_FieldLayout_$
|
2099
|
+
"typeIdentifier": "t_userDefinedValueType$_FieldLayout_$25084",
|
2075
2100
|
"typeString": "FieldLayout"
|
2076
2101
|
}
|
2077
2102
|
},
|
@@ -2080,18 +2105,18 @@
|
|
2080
2105
|
"expression": {
|
2081
2106
|
"argumentTypes": [],
|
2082
2107
|
"expression": {
|
2083
|
-
"id":
|
2108
|
+
"id": 39887,
|
2084
2109
|
"name": "KeysInTable",
|
2085
2110
|
"nodeType": "Identifier",
|
2086
2111
|
"overloadedDeclarations": [],
|
2087
|
-
"referencedDeclaration":
|
2112
|
+
"referencedDeclaration": 47651,
|
2088
2113
|
"src": "2435:11:114",
|
2089
2114
|
"typeDescriptions": {
|
2090
|
-
"typeIdentifier": "t_type$_t_contract$_KeysInTable_$
|
2115
|
+
"typeIdentifier": "t_type$_t_contract$_KeysInTable_$47651_$",
|
2091
2116
|
"typeString": "type(library KeysInTable)"
|
2092
2117
|
}
|
2093
2118
|
},
|
2094
|
-
"id":
|
2119
|
+
"id": 39888,
|
2095
2120
|
"isConstant": false,
|
2096
2121
|
"isLValue": false,
|
2097
2122
|
"isPure": false,
|
@@ -2099,14 +2124,14 @@
|
|
2099
2124
|
"memberLocation": "2447:12:114",
|
2100
2125
|
"memberName": "getKeySchema",
|
2101
2126
|
"nodeType": "MemberAccess",
|
2102
|
-
"referencedDeclaration":
|
2127
|
+
"referencedDeclaration": 41200,
|
2103
2128
|
"src": "2435:24:114",
|
2104
2129
|
"typeDescriptions": {
|
2105
|
-
"typeIdentifier": "t_function_internal_pure$__$returns$_t_userDefinedValueType$_Schema_$
|
2130
|
+
"typeIdentifier": "t_function_internal_pure$__$returns$_t_userDefinedValueType$_Schema_$26274_$",
|
2106
2131
|
"typeString": "function () pure returns (Schema)"
|
2107
2132
|
}
|
2108
2133
|
},
|
2109
|
-
"id":
|
2134
|
+
"id": 39889,
|
2110
2135
|
"isConstant": false,
|
2111
2136
|
"isLValue": false,
|
2112
2137
|
"isPure": false,
|
@@ -2118,7 +2143,7 @@
|
|
2118
2143
|
"src": "2435:26:114",
|
2119
2144
|
"tryCall": false,
|
2120
2145
|
"typeDescriptions": {
|
2121
|
-
"typeIdentifier": "t_userDefinedValueType$_Schema_$
|
2146
|
+
"typeIdentifier": "t_userDefinedValueType$_Schema_$26274",
|
2122
2147
|
"typeString": "Schema"
|
2123
2148
|
}
|
2124
2149
|
},
|
@@ -2127,18 +2152,18 @@
|
|
2127
2152
|
"expression": {
|
2128
2153
|
"argumentTypes": [],
|
2129
2154
|
"expression": {
|
2130
|
-
"id":
|
2155
|
+
"id": 39890,
|
2131
2156
|
"name": "KeysInTable",
|
2132
2157
|
"nodeType": "Identifier",
|
2133
2158
|
"overloadedDeclarations": [],
|
2134
|
-
"referencedDeclaration":
|
2159
|
+
"referencedDeclaration": 47651,
|
2135
2160
|
"src": "2475:11:114",
|
2136
2161
|
"typeDescriptions": {
|
2137
|
-
"typeIdentifier": "t_type$_t_contract$_KeysInTable_$
|
2162
|
+
"typeIdentifier": "t_type$_t_contract$_KeysInTable_$47651_$",
|
2138
2163
|
"typeString": "type(library KeysInTable)"
|
2139
2164
|
}
|
2140
2165
|
},
|
2141
|
-
"id":
|
2166
|
+
"id": 39891,
|
2142
2167
|
"isConstant": false,
|
2143
2168
|
"isLValue": false,
|
2144
2169
|
"isPure": false,
|
@@ -2146,14 +2171,14 @@
|
|
2146
2171
|
"memberLocation": "2487:14:114",
|
2147
2172
|
"memberName": "getValueSchema",
|
2148
2173
|
"nodeType": "MemberAccess",
|
2149
|
-
"referencedDeclaration":
|
2174
|
+
"referencedDeclaration": 41260,
|
2150
2175
|
"src": "2475:26:114",
|
2151
2176
|
"typeDescriptions": {
|
2152
|
-
"typeIdentifier": "t_function_internal_pure$__$returns$_t_userDefinedValueType$_Schema_$
|
2177
|
+
"typeIdentifier": "t_function_internal_pure$__$returns$_t_userDefinedValueType$_Schema_$26274_$",
|
2153
2178
|
"typeString": "function () pure returns (Schema)"
|
2154
2179
|
}
|
2155
2180
|
},
|
2156
|
-
"id":
|
2181
|
+
"id": 39892,
|
2157
2182
|
"isConstant": false,
|
2158
2183
|
"isLValue": false,
|
2159
2184
|
"isPure": false,
|
@@ -2165,7 +2190,7 @@
|
|
2165
2190
|
"src": "2475:28:114",
|
2166
2191
|
"tryCall": false,
|
2167
2192
|
"typeDescriptions": {
|
2168
|
-
"typeIdentifier": "t_userDefinedValueType$_Schema_$
|
2193
|
+
"typeIdentifier": "t_userDefinedValueType$_Schema_$26274",
|
2169
2194
|
"typeString": "Schema"
|
2170
2195
|
}
|
2171
2196
|
},
|
@@ -2174,18 +2199,18 @@
|
|
2174
2199
|
"expression": {
|
2175
2200
|
"argumentTypes": [],
|
2176
2201
|
"expression": {
|
2177
|
-
"id":
|
2202
|
+
"id": 39893,
|
2178
2203
|
"name": "KeysInTable",
|
2179
2204
|
"nodeType": "Identifier",
|
2180
2205
|
"overloadedDeclarations": [],
|
2181
|
-
"referencedDeclaration":
|
2206
|
+
"referencedDeclaration": 47651,
|
2182
2207
|
"src": "2517:11:114",
|
2183
2208
|
"typeDescriptions": {
|
2184
|
-
"typeIdentifier": "t_type$_t_contract$_KeysInTable_$
|
2209
|
+
"typeIdentifier": "t_type$_t_contract$_KeysInTable_$47651_$",
|
2185
2210
|
"typeString": "type(library KeysInTable)"
|
2186
2211
|
}
|
2187
2212
|
},
|
2188
|
-
"id":
|
2213
|
+
"id": 39894,
|
2189
2214
|
"isConstant": false,
|
2190
2215
|
"isLValue": false,
|
2191
2216
|
"isPure": false,
|
@@ -2193,14 +2218,14 @@
|
|
2193
2218
|
"memberLocation": "2529:11:114",
|
2194
2219
|
"memberName": "getKeyNames",
|
2195
2220
|
"nodeType": "MemberAccess",
|
2196
|
-
"referencedDeclaration":
|
2221
|
+
"referencedDeclaration": 41282,
|
2197
2222
|
"src": "2517:23:114",
|
2198
2223
|
"typeDescriptions": {
|
2199
2224
|
"typeIdentifier": "t_function_internal_pure$__$returns$_t_array$_t_string_memory_ptr_$dyn_memory_ptr_$",
|
2200
2225
|
"typeString": "function () pure returns (string memory[] memory)"
|
2201
2226
|
}
|
2202
2227
|
},
|
2203
|
-
"id":
|
2228
|
+
"id": 39895,
|
2204
2229
|
"isConstant": false,
|
2205
2230
|
"isLValue": false,
|
2206
2231
|
"isPure": false,
|
@@ -2221,18 +2246,18 @@
|
|
2221
2246
|
"expression": {
|
2222
2247
|
"argumentTypes": [],
|
2223
2248
|
"expression": {
|
2224
|
-
"id":
|
2249
|
+
"id": 39896,
|
2225
2250
|
"name": "KeysInTable",
|
2226
2251
|
"nodeType": "Identifier",
|
2227
2252
|
"overloadedDeclarations": [],
|
2228
|
-
"referencedDeclaration":
|
2253
|
+
"referencedDeclaration": 47651,
|
2229
2254
|
"src": "2556:11:114",
|
2230
2255
|
"typeDescriptions": {
|
2231
|
-
"typeIdentifier": "t_type$_t_contract$_KeysInTable_$
|
2256
|
+
"typeIdentifier": "t_type$_t_contract$_KeysInTable_$47651_$",
|
2232
2257
|
"typeString": "type(library KeysInTable)"
|
2233
2258
|
}
|
2234
2259
|
},
|
2235
|
-
"id":
|
2260
|
+
"id": 39897,
|
2236
2261
|
"isConstant": false,
|
2237
2262
|
"isLValue": false,
|
2238
2263
|
"isPure": false,
|
@@ -2240,14 +2265,14 @@
|
|
2240
2265
|
"memberLocation": "2568:13:114",
|
2241
2266
|
"memberName": "getFieldNames",
|
2242
2267
|
"nodeType": "MemberAccess",
|
2243
|
-
"referencedDeclaration":
|
2268
|
+
"referencedDeclaration": 41328,
|
2244
2269
|
"src": "2556:25:114",
|
2245
2270
|
"typeDescriptions": {
|
2246
2271
|
"typeIdentifier": "t_function_internal_pure$__$returns$_t_array$_t_string_memory_ptr_$dyn_memory_ptr_$",
|
2247
2272
|
"typeString": "function () pure returns (string memory[] memory)"
|
2248
2273
|
}
|
2249
2274
|
},
|
2250
|
-
"id":
|
2275
|
+
"id": 39898,
|
2251
2276
|
"isConstant": false,
|
2252
2277
|
"isLValue": false,
|
2253
2278
|
"isPure": false,
|
@@ -2264,7 +2289,7 @@
|
|
2264
2289
|
}
|
2265
2290
|
}
|
2266
2291
|
],
|
2267
|
-
"id":
|
2292
|
+
"id": 39899,
|
2268
2293
|
"isConstant": false,
|
2269
2294
|
"isInlineArray": false,
|
2270
2295
|
"isLValue": false,
|
@@ -2273,7 +2298,7 @@
|
|
2273
2298
|
"nodeType": "TupleExpression",
|
2274
2299
|
"src": "2347:248:114",
|
2275
2300
|
"typeDescriptions": {
|
2276
|
-
"typeIdentifier": "t_tuple$_t_userDefinedValueType$_ResourceId_$
|
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_$",
|
2277
2302
|
"typeString": "tuple(ResourceId,FieldLayout,Schema,Schema,string memory[] memory,string memory[] memory)"
|
2278
2303
|
}
|
2279
2304
|
}
|
@@ -2281,16 +2306,16 @@
|
|
2281
2306
|
"expression": {
|
2282
2307
|
"argumentTypes": [
|
2283
2308
|
{
|
2284
|
-
"typeIdentifier": "t_function_external_nonpayable$_t_userDefinedValueType$_ResourceId_$
|
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$__$",
|
2285
2310
|
"typeString": "function (ResourceId,FieldLayout,Schema,Schema,string memory[] memory,string memory[] memory) external"
|
2286
2311
|
},
|
2287
2312
|
{
|
2288
|
-
"typeIdentifier": "t_tuple$_t_userDefinedValueType$_ResourceId_$
|
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_$",
|
2289
2314
|
"typeString": "tuple(ResourceId,FieldLayout,Schema,Schema,string memory[] memory,string memory[] memory)"
|
2290
2315
|
}
|
2291
2316
|
],
|
2292
2317
|
"expression": {
|
2293
|
-
"id":
|
2318
|
+
"id": 39879,
|
2294
2319
|
"name": "abi",
|
2295
2320
|
"nodeType": "Identifier",
|
2296
2321
|
"overloadedDeclarations": [],
|
@@ -2301,7 +2326,7 @@
|
|
2301
2326
|
"typeString": "abi"
|
2302
2327
|
}
|
2303
2328
|
},
|
2304
|
-
"id":
|
2329
|
+
"id": 39880,
|
2305
2330
|
"isConstant": false,
|
2306
2331
|
"isLValue": false,
|
2307
2332
|
"isPure": true,
|
@@ -2315,7 +2340,7 @@
|
|
2315
2340
|
"typeString": "function () pure returns (bytes memory)"
|
2316
2341
|
}
|
2317
2342
|
},
|
2318
|
-
"id":
|
2343
|
+
"id": 39900,
|
2319
2344
|
"isConstant": false,
|
2320
2345
|
"isLValue": false,
|
2321
2346
|
"isPure": false,
|
@@ -2342,14 +2367,14 @@
|
|
2342
2367
|
"expression": {
|
2343
2368
|
"arguments": [
|
2344
2369
|
{
|
2345
|
-
"id":
|
2370
|
+
"id": 39876,
|
2346
2371
|
"name": "world",
|
2347
2372
|
"nodeType": "Identifier",
|
2348
2373
|
"overloadedDeclarations": [],
|
2349
|
-
"referencedDeclaration":
|
2374
|
+
"referencedDeclaration": 39854,
|
2350
2375
|
"src": "2261:5:114",
|
2351
2376
|
"typeDescriptions": {
|
2352
|
-
"typeIdentifier": "t_contract$_IBaseWorld_$
|
2377
|
+
"typeIdentifier": "t_contract$_IBaseWorld_$39150",
|
2353
2378
|
"typeString": "contract IBaseWorld"
|
2354
2379
|
}
|
2355
2380
|
}
|
@@ -2357,11 +2382,11 @@
|
|
2357
2382
|
"expression": {
|
2358
2383
|
"argumentTypes": [
|
2359
2384
|
{
|
2360
|
-
"typeIdentifier": "t_contract$_IBaseWorld_$
|
2385
|
+
"typeIdentifier": "t_contract$_IBaseWorld_$39150",
|
2361
2386
|
"typeString": "contract IBaseWorld"
|
2362
2387
|
}
|
2363
2388
|
],
|
2364
|
-
"id":
|
2389
|
+
"id": 39875,
|
2365
2390
|
"isConstant": false,
|
2366
2391
|
"isLValue": false,
|
2367
2392
|
"isPure": true,
|
@@ -2373,14 +2398,14 @@
|
|
2373
2398
|
"typeString": "type(address)"
|
2374
2399
|
},
|
2375
2400
|
"typeName": {
|
2376
|
-
"id":
|
2401
|
+
"id": 39874,
|
2377
2402
|
"name": "address",
|
2378
2403
|
"nodeType": "ElementaryTypeName",
|
2379
2404
|
"src": "2253:7:114",
|
2380
2405
|
"typeDescriptions": {}
|
2381
2406
|
}
|
2382
2407
|
},
|
2383
|
-
"id":
|
2408
|
+
"id": 39877,
|
2384
2409
|
"isConstant": false,
|
2385
2410
|
"isLValue": false,
|
2386
2411
|
"isPure": false,
|
@@ -2396,7 +2421,7 @@
|
|
2396
2421
|
"typeString": "address"
|
2397
2422
|
}
|
2398
2423
|
},
|
2399
|
-
"id":
|
2424
|
+
"id": 39878,
|
2400
2425
|
"isConstant": false,
|
2401
2426
|
"isLValue": false,
|
2402
2427
|
"isPure": false,
|
@@ -2410,7 +2435,7 @@
|
|
2410
2435
|
"typeString": "function (bytes memory) returns (bool,bytes memory)"
|
2411
2436
|
}
|
2412
2437
|
},
|
2413
|
-
"id":
|
2438
|
+
"id": 39901,
|
2414
2439
|
"isConstant": false,
|
2415
2440
|
"isLValue": false,
|
2416
2441
|
"isPure": false,
|
@@ -2432,13 +2457,13 @@
|
|
2432
2457
|
"typeString": "tuple()"
|
2433
2458
|
}
|
2434
2459
|
},
|
2435
|
-
"id":
|
2460
|
+
"id": 39903,
|
2436
2461
|
"nodeType": "ExpressionStatement",
|
2437
2462
|
"src": "2229:384:114"
|
2438
2463
|
},
|
2439
2464
|
{
|
2440
2465
|
"condition": {
|
2441
|
-
"id":
|
2466
|
+
"id": 39905,
|
2442
2467
|
"isConstant": false,
|
2443
2468
|
"isLValue": false,
|
2444
2469
|
"isPure": false,
|
@@ -2448,11 +2473,11 @@
|
|
2448
2473
|
"prefix": true,
|
2449
2474
|
"src": "2625:8:114",
|
2450
2475
|
"subExpression": {
|
2451
|
-
"id":
|
2476
|
+
"id": 39904,
|
2452
2477
|
"name": "success",
|
2453
2478
|
"nodeType": "Identifier",
|
2454
2479
|
"overloadedDeclarations": [],
|
2455
|
-
"referencedDeclaration":
|
2480
|
+
"referencedDeclaration": 39861,
|
2456
2481
|
"src": "2626:7:114",
|
2457
2482
|
"typeDescriptions": {
|
2458
2483
|
"typeIdentifier": "t_bool",
|
@@ -2464,18 +2489,18 @@
|
|
2464
2489
|
"typeString": "bool"
|
2465
2490
|
}
|
2466
2491
|
},
|
2467
|
-
"id":
|
2492
|
+
"id": 39910,
|
2468
2493
|
"nodeType": "IfStatement",
|
2469
2494
|
"src": "2621:41:114",
|
2470
2495
|
"trueBody": {
|
2471
2496
|
"expression": {
|
2472
2497
|
"arguments": [
|
2473
2498
|
{
|
2474
|
-
"id":
|
2499
|
+
"id": 39907,
|
2475
2500
|
"name": "returnData",
|
2476
2501
|
"nodeType": "Identifier",
|
2477
2502
|
"overloadedDeclarations": [],
|
2478
|
-
"referencedDeclaration":
|
2503
|
+
"referencedDeclaration": 39864,
|
2479
2504
|
"src": "2651:10:114",
|
2480
2505
|
"typeDescriptions": {
|
2481
2506
|
"typeIdentifier": "t_bytes_memory_ptr",
|
@@ -2490,18 +2515,18 @@
|
|
2490
2515
|
"typeString": "bytes memory"
|
2491
2516
|
}
|
2492
2517
|
],
|
2493
|
-
"id":
|
2518
|
+
"id": 39906,
|
2494
2519
|
"name": "revertWithBytes",
|
2495
2520
|
"nodeType": "Identifier",
|
2496
2521
|
"overloadedDeclarations": [],
|
2497
|
-
"referencedDeclaration":
|
2522
|
+
"referencedDeclaration": 39224,
|
2498
2523
|
"src": "2635:15:114",
|
2499
2524
|
"typeDescriptions": {
|
2500
2525
|
"typeIdentifier": "t_function_internal_pure$_t_bytes_memory_ptr_$returns$__$",
|
2501
2526
|
"typeString": "function (bytes memory) pure"
|
2502
2527
|
}
|
2503
2528
|
},
|
2504
|
-
"id":
|
2529
|
+
"id": 39908,
|
2505
2530
|
"isConstant": false,
|
2506
2531
|
"isLValue": false,
|
2507
2532
|
"isPure": false,
|
@@ -2517,14 +2542,14 @@
|
|
2517
2542
|
"typeString": "tuple()"
|
2518
2543
|
}
|
2519
2544
|
},
|
2520
|
-
"id":
|
2545
|
+
"id": 39909,
|
2521
2546
|
"nodeType": "ExpressionStatement",
|
2522
2547
|
"src": "2635:27:114"
|
2523
2548
|
}
|
2524
2549
|
},
|
2525
2550
|
{
|
2526
2551
|
"expression": {
|
2527
|
-
"id":
|
2552
|
+
"id": 39942,
|
2528
2553
|
"isConstant": false,
|
2529
2554
|
"isLValue": false,
|
2530
2555
|
"isPure": false,
|
@@ -2532,11 +2557,11 @@
|
|
2532
2557
|
"leftHandSide": {
|
2533
2558
|
"components": [
|
2534
2559
|
{
|
2535
|
-
"id":
|
2560
|
+
"id": 39911,
|
2536
2561
|
"name": "success",
|
2537
2562
|
"nodeType": "Identifier",
|
2538
2563
|
"overloadedDeclarations": [],
|
2539
|
-
"referencedDeclaration":
|
2564
|
+
"referencedDeclaration": 39861,
|
2540
2565
|
"src": "2672:7:114",
|
2541
2566
|
"typeDescriptions": {
|
2542
2567
|
"typeIdentifier": "t_bool",
|
@@ -2544,11 +2569,11 @@
|
|
2544
2569
|
}
|
2545
2570
|
},
|
2546
2571
|
{
|
2547
|
-
"id":
|
2572
|
+
"id": 39912,
|
2548
2573
|
"name": "returnData",
|
2549
2574
|
"nodeType": "Identifier",
|
2550
2575
|
"overloadedDeclarations": [],
|
2551
|
-
"referencedDeclaration":
|
2576
|
+
"referencedDeclaration": 39864,
|
2552
2577
|
"src": "2681:10:114",
|
2553
2578
|
"typeDescriptions": {
|
2554
2579
|
"typeIdentifier": "t_bytes_memory_ptr",
|
@@ -2556,7 +2581,7 @@
|
|
2556
2581
|
}
|
2557
2582
|
}
|
2558
2583
|
],
|
2559
|
-
"id":
|
2584
|
+
"id": 39913,
|
2560
2585
|
"isConstant": false,
|
2561
2586
|
"isInlineArray": false,
|
2562
2587
|
"isLValue": true,
|
@@ -2577,18 +2602,18 @@
|
|
2577
2602
|
"arguments": [
|
2578
2603
|
{
|
2579
2604
|
"expression": {
|
2580
|
-
"id":
|
2605
|
+
"id": 39921,
|
2581
2606
|
"name": "world",
|
2582
2607
|
"nodeType": "Identifier",
|
2583
2608
|
"overloadedDeclarations": [],
|
2584
|
-
"referencedDeclaration":
|
2609
|
+
"referencedDeclaration": 39854,
|
2585
2610
|
"src": "2758:5:114",
|
2586
2611
|
"typeDescriptions": {
|
2587
|
-
"typeIdentifier": "t_contract$_IBaseWorld_$
|
2612
|
+
"typeIdentifier": "t_contract$_IBaseWorld_$39150",
|
2588
2613
|
"typeString": "contract IBaseWorld"
|
2589
2614
|
}
|
2590
2615
|
},
|
2591
|
-
"id":
|
2616
|
+
"id": 39922,
|
2592
2617
|
"isConstant": false,
|
2593
2618
|
"isLValue": false,
|
2594
2619
|
"isPure": false,
|
@@ -2596,24 +2621,24 @@
|
|
2596
2621
|
"memberLocation": "2764:13:114",
|
2597
2622
|
"memberName": "registerTable",
|
2598
2623
|
"nodeType": "MemberAccess",
|
2599
|
-
"referencedDeclaration":
|
2624
|
+
"referencedDeclaration": 57555,
|
2600
2625
|
"src": "2758:19:114",
|
2601
2626
|
"typeDescriptions": {
|
2602
|
-
"typeIdentifier": "t_function_external_nonpayable$_t_userDefinedValueType$_ResourceId_$
|
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$__$",
|
2603
2628
|
"typeString": "function (ResourceId,FieldLayout,Schema,Schema,string memory[] memory,string memory[] memory) external"
|
2604
2629
|
}
|
2605
2630
|
},
|
2606
2631
|
{
|
2607
2632
|
"components": [
|
2608
2633
|
{
|
2609
|
-
"id":
|
2634
|
+
"id": 39923,
|
2610
2635
|
"name": "UsedKeysIndexTableId",
|
2611
2636
|
"nodeType": "Identifier",
|
2612
2637
|
"overloadedDeclarations": [],
|
2613
|
-
"referencedDeclaration":
|
2638
|
+
"referencedDeclaration": 47710,
|
2614
2639
|
"src": "2803:20:114",
|
2615
2640
|
"typeDescriptions": {
|
2616
|
-
"typeIdentifier": "t_userDefinedValueType$_ResourceId_$
|
2641
|
+
"typeIdentifier": "t_userDefinedValueType$_ResourceId_$26198",
|
2617
2642
|
"typeString": "ResourceId"
|
2618
2643
|
}
|
2619
2644
|
},
|
@@ -2622,18 +2647,18 @@
|
|
2622
2647
|
"expression": {
|
2623
2648
|
"argumentTypes": [],
|
2624
2649
|
"expression": {
|
2625
|
-
"id":
|
2650
|
+
"id": 39924,
|
2626
2651
|
"name": "UsedKeysIndex",
|
2627
2652
|
"nodeType": "Identifier",
|
2628
2653
|
"overloadedDeclarations": [],
|
2629
|
-
"referencedDeclaration":
|
2654
|
+
"referencedDeclaration": 49263,
|
2630
2655
|
"src": "2837:13:114",
|
2631
2656
|
"typeDescriptions": {
|
2632
|
-
"typeIdentifier": "t_type$_t_contract$_UsedKeysIndex_$
|
2657
|
+
"typeIdentifier": "t_type$_t_contract$_UsedKeysIndex_$49263_$",
|
2633
2658
|
"typeString": "type(library UsedKeysIndex)"
|
2634
2659
|
}
|
2635
2660
|
},
|
2636
|
-
"id":
|
2661
|
+
"id": 39925,
|
2637
2662
|
"isConstant": false,
|
2638
2663
|
"isLValue": false,
|
2639
2664
|
"isPure": false,
|
@@ -2641,14 +2666,14 @@
|
|
2641
2666
|
"memberLocation": "2851:14:114",
|
2642
2667
|
"memberName": "getFieldLayout",
|
2643
2668
|
"nodeType": "MemberAccess",
|
2644
|
-
"referencedDeclaration":
|
2669
|
+
"referencedDeclaration": 47727,
|
2645
2670
|
"src": "2837:28:114",
|
2646
2671
|
"typeDescriptions": {
|
2647
|
-
"typeIdentifier": "t_function_internal_pure$__$returns$_t_userDefinedValueType$_FieldLayout_$
|
2672
|
+
"typeIdentifier": "t_function_internal_pure$__$returns$_t_userDefinedValueType$_FieldLayout_$25084_$",
|
2648
2673
|
"typeString": "function () pure returns (FieldLayout)"
|
2649
2674
|
}
|
2650
2675
|
},
|
2651
|
-
"id":
|
2676
|
+
"id": 39926,
|
2652
2677
|
"isConstant": false,
|
2653
2678
|
"isLValue": false,
|
2654
2679
|
"isPure": false,
|
@@ -2660,7 +2685,7 @@
|
|
2660
2685
|
"src": "2837:30:114",
|
2661
2686
|
"tryCall": false,
|
2662
2687
|
"typeDescriptions": {
|
2663
|
-
"typeIdentifier": "t_userDefinedValueType$_FieldLayout_$
|
2688
|
+
"typeIdentifier": "t_userDefinedValueType$_FieldLayout_$25084",
|
2664
2689
|
"typeString": "FieldLayout"
|
2665
2690
|
}
|
2666
2691
|
},
|
@@ -2669,18 +2694,18 @@
|
|
2669
2694
|
"expression": {
|
2670
2695
|
"argumentTypes": [],
|
2671
2696
|
"expression": {
|
2672
|
-
"id":
|
2697
|
+
"id": 39927,
|
2673
2698
|
"name": "UsedKeysIndex",
|
2674
2699
|
"nodeType": "Identifier",
|
2675
2700
|
"overloadedDeclarations": [],
|
2676
|
-
"referencedDeclaration":
|
2701
|
+
"referencedDeclaration": 49263,
|
2677
2702
|
"src": "2881:13:114",
|
2678
2703
|
"typeDescriptions": {
|
2679
|
-
"typeIdentifier": "t_type$_t_contract$_UsedKeysIndex_$
|
2704
|
+
"typeIdentifier": "t_type$_t_contract$_UsedKeysIndex_$49263_$",
|
2680
2705
|
"typeString": "type(library UsedKeysIndex)"
|
2681
2706
|
}
|
2682
2707
|
},
|
2683
|
-
"id":
|
2708
|
+
"id": 39928,
|
2684
2709
|
"isConstant": false,
|
2685
2710
|
"isLValue": false,
|
2686
2711
|
"isPure": false,
|
@@ -2688,14 +2713,14 @@
|
|
2688
2713
|
"memberLocation": "2895:12:114",
|
2689
2714
|
"memberName": "getKeySchema",
|
2690
2715
|
"nodeType": "MemberAccess",
|
2691
|
-
"referencedDeclaration":
|
2716
|
+
"referencedDeclaration": 47766,
|
2692
2717
|
"src": "2881:26:114",
|
2693
2718
|
"typeDescriptions": {
|
2694
|
-
"typeIdentifier": "t_function_internal_pure$__$returns$_t_userDefinedValueType$_Schema_$
|
2719
|
+
"typeIdentifier": "t_function_internal_pure$__$returns$_t_userDefinedValueType$_Schema_$26274_$",
|
2695
2720
|
"typeString": "function () pure returns (Schema)"
|
2696
2721
|
}
|
2697
2722
|
},
|
2698
|
-
"id":
|
2723
|
+
"id": 39929,
|
2699
2724
|
"isConstant": false,
|
2700
2725
|
"isLValue": false,
|
2701
2726
|
"isPure": false,
|
@@ -2707,7 +2732,7 @@
|
|
2707
2732
|
"src": "2881:28:114",
|
2708
2733
|
"tryCall": false,
|
2709
2734
|
"typeDescriptions": {
|
2710
|
-
"typeIdentifier": "t_userDefinedValueType$_Schema_$
|
2735
|
+
"typeIdentifier": "t_userDefinedValueType$_Schema_$26274",
|
2711
2736
|
"typeString": "Schema"
|
2712
2737
|
}
|
2713
2738
|
},
|
@@ -2716,18 +2741,18 @@
|
|
2716
2741
|
"expression": {
|
2717
2742
|
"argumentTypes": [],
|
2718
2743
|
"expression": {
|
2719
|
-
"id":
|
2744
|
+
"id": 39930,
|
2720
2745
|
"name": "UsedKeysIndex",
|
2721
2746
|
"nodeType": "Identifier",
|
2722
2747
|
"overloadedDeclarations": [],
|
2723
|
-
"referencedDeclaration":
|
2748
|
+
"referencedDeclaration": 49263,
|
2724
2749
|
"src": "2923:13:114",
|
2725
2750
|
"typeDescriptions": {
|
2726
|
-
"typeIdentifier": "t_type$_t_contract$_UsedKeysIndex_$
|
2751
|
+
"typeIdentifier": "t_type$_t_contract$_UsedKeysIndex_$49263_$",
|
2727
2752
|
"typeString": "type(library UsedKeysIndex)"
|
2728
2753
|
}
|
2729
2754
|
},
|
2730
|
-
"id":
|
2755
|
+
"id": 39931,
|
2731
2756
|
"isConstant": false,
|
2732
2757
|
"isLValue": false,
|
2733
2758
|
"isPure": false,
|
@@ -2735,14 +2760,14 @@
|
|
2735
2760
|
"memberLocation": "2937:14:114",
|
2736
2761
|
"memberName": "getValueSchema",
|
2737
2762
|
"nodeType": "MemberAccess",
|
2738
|
-
"referencedDeclaration":
|
2763
|
+
"referencedDeclaration": 47805,
|
2739
2764
|
"src": "2923:28:114",
|
2740
2765
|
"typeDescriptions": {
|
2741
|
-
"typeIdentifier": "t_function_internal_pure$__$returns$_t_userDefinedValueType$_Schema_$
|
2766
|
+
"typeIdentifier": "t_function_internal_pure$__$returns$_t_userDefinedValueType$_Schema_$26274_$",
|
2742
2767
|
"typeString": "function () pure returns (Schema)"
|
2743
2768
|
}
|
2744
2769
|
},
|
2745
|
-
"id":
|
2770
|
+
"id": 39932,
|
2746
2771
|
"isConstant": false,
|
2747
2772
|
"isLValue": false,
|
2748
2773
|
"isPure": false,
|
@@ -2754,7 +2779,7 @@
|
|
2754
2779
|
"src": "2923:30:114",
|
2755
2780
|
"tryCall": false,
|
2756
2781
|
"typeDescriptions": {
|
2757
|
-
"typeIdentifier": "t_userDefinedValueType$_Schema_$
|
2782
|
+
"typeIdentifier": "t_userDefinedValueType$_Schema_$26274",
|
2758
2783
|
"typeString": "Schema"
|
2759
2784
|
}
|
2760
2785
|
},
|
@@ -2763,18 +2788,18 @@
|
|
2763
2788
|
"expression": {
|
2764
2789
|
"argumentTypes": [],
|
2765
2790
|
"expression": {
|
2766
|
-
"id":
|
2791
|
+
"id": 39933,
|
2767
2792
|
"name": "UsedKeysIndex",
|
2768
2793
|
"nodeType": "Identifier",
|
2769
2794
|
"overloadedDeclarations": [],
|
2770
|
-
"referencedDeclaration":
|
2795
|
+
"referencedDeclaration": 49263,
|
2771
2796
|
"src": "2967:13:114",
|
2772
2797
|
"typeDescriptions": {
|
2773
|
-
"typeIdentifier": "t_type$_t_contract$_UsedKeysIndex_$
|
2798
|
+
"typeIdentifier": "t_type$_t_contract$_UsedKeysIndex_$49263_$",
|
2774
2799
|
"typeString": "type(library UsedKeysIndex)"
|
2775
2800
|
}
|
2776
2801
|
},
|
2777
|
-
"id":
|
2802
|
+
"id": 39934,
|
2778
2803
|
"isConstant": false,
|
2779
2804
|
"isLValue": false,
|
2780
2805
|
"isPure": false,
|
@@ -2782,14 +2807,14 @@
|
|
2782
2807
|
"memberLocation": "2981:11:114",
|
2783
2808
|
"memberName": "getKeyNames",
|
2784
2809
|
"nodeType": "MemberAccess",
|
2785
|
-
"referencedDeclaration":
|
2810
|
+
"referencedDeclaration": 47833,
|
2786
2811
|
"src": "2967:25:114",
|
2787
2812
|
"typeDescriptions": {
|
2788
2813
|
"typeIdentifier": "t_function_internal_pure$__$returns$_t_array$_t_string_memory_ptr_$dyn_memory_ptr_$",
|
2789
2814
|
"typeString": "function () pure returns (string memory[] memory)"
|
2790
2815
|
}
|
2791
2816
|
},
|
2792
|
-
"id":
|
2817
|
+
"id": 39935,
|
2793
2818
|
"isConstant": false,
|
2794
2819
|
"isLValue": false,
|
2795
2820
|
"isPure": false,
|
@@ -2810,18 +2835,18 @@
|
|
2810
2835
|
"expression": {
|
2811
2836
|
"argumentTypes": [],
|
2812
2837
|
"expression": {
|
2813
|
-
"id":
|
2838
|
+
"id": 39936,
|
2814
2839
|
"name": "UsedKeysIndex",
|
2815
2840
|
"nodeType": "Identifier",
|
2816
2841
|
"overloadedDeclarations": [],
|
2817
|
-
"referencedDeclaration":
|
2842
|
+
"referencedDeclaration": 49263,
|
2818
2843
|
"src": "3008:13:114",
|
2819
2844
|
"typeDescriptions": {
|
2820
|
-
"typeIdentifier": "t_type$_t_contract$_UsedKeysIndex_$
|
2845
|
+
"typeIdentifier": "t_type$_t_contract$_UsedKeysIndex_$49263_$",
|
2821
2846
|
"typeString": "type(library UsedKeysIndex)"
|
2822
2847
|
}
|
2823
2848
|
},
|
2824
|
-
"id":
|
2849
|
+
"id": 39937,
|
2825
2850
|
"isConstant": false,
|
2826
2851
|
"isLValue": false,
|
2827
2852
|
"isPure": false,
|
@@ -2829,14 +2854,14 @@
|
|
2829
2854
|
"memberLocation": "3022:13:114",
|
2830
2855
|
"memberName": "getFieldNames",
|
2831
2856
|
"nodeType": "MemberAccess",
|
2832
|
-
"referencedDeclaration":
|
2857
|
+
"referencedDeclaration": 47861,
|
2833
2858
|
"src": "3008:27:114",
|
2834
2859
|
"typeDescriptions": {
|
2835
2860
|
"typeIdentifier": "t_function_internal_pure$__$returns$_t_array$_t_string_memory_ptr_$dyn_memory_ptr_$",
|
2836
2861
|
"typeString": "function () pure returns (string memory[] memory)"
|
2837
2862
|
}
|
2838
2863
|
},
|
2839
|
-
"id":
|
2864
|
+
"id": 39938,
|
2840
2865
|
"isConstant": false,
|
2841
2866
|
"isLValue": false,
|
2842
2867
|
"isPure": false,
|
@@ -2853,7 +2878,7 @@
|
|
2853
2878
|
}
|
2854
2879
|
}
|
2855
2880
|
],
|
2856
|
-
"id":
|
2881
|
+
"id": 39939,
|
2857
2882
|
"isConstant": false,
|
2858
2883
|
"isInlineArray": false,
|
2859
2884
|
"isLValue": false,
|
@@ -2862,7 +2887,7 @@
|
|
2862
2887
|
"nodeType": "TupleExpression",
|
2863
2888
|
"src": "2789:260:114",
|
2864
2889
|
"typeDescriptions": {
|
2865
|
-
"typeIdentifier": "t_tuple$_t_userDefinedValueType$_ResourceId_$
|
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_$",
|
2866
2891
|
"typeString": "tuple(ResourceId,FieldLayout,Schema,Schema,string memory[] memory,string memory[] memory)"
|
2867
2892
|
}
|
2868
2893
|
}
|
@@ -2870,16 +2895,16 @@
|
|
2870
2895
|
"expression": {
|
2871
2896
|
"argumentTypes": [
|
2872
2897
|
{
|
2873
|
-
"typeIdentifier": "t_function_external_nonpayable$_t_userDefinedValueType$_ResourceId_$
|
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$__$",
|
2874
2899
|
"typeString": "function (ResourceId,FieldLayout,Schema,Schema,string memory[] memory,string memory[] memory) external"
|
2875
2900
|
},
|
2876
2901
|
{
|
2877
|
-
"typeIdentifier": "t_tuple$_t_userDefinedValueType$_ResourceId_$
|
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_$",
|
2878
2903
|
"typeString": "tuple(ResourceId,FieldLayout,Schema,Schema,string memory[] memory,string memory[] memory)"
|
2879
2904
|
}
|
2880
2905
|
],
|
2881
2906
|
"expression": {
|
2882
|
-
"id":
|
2907
|
+
"id": 39919,
|
2883
2908
|
"name": "abi",
|
2884
2909
|
"nodeType": "Identifier",
|
2885
2910
|
"overloadedDeclarations": [],
|
@@ -2890,7 +2915,7 @@
|
|
2890
2915
|
"typeString": "abi"
|
2891
2916
|
}
|
2892
2917
|
},
|
2893
|
-
"id":
|
2918
|
+
"id": 39920,
|
2894
2919
|
"isConstant": false,
|
2895
2920
|
"isLValue": false,
|
2896
2921
|
"isPure": true,
|
@@ -2904,7 +2929,7 @@
|
|
2904
2929
|
"typeString": "function () pure returns (bytes memory)"
|
2905
2930
|
}
|
2906
2931
|
},
|
2907
|
-
"id":
|
2932
|
+
"id": 39940,
|
2908
2933
|
"isConstant": false,
|
2909
2934
|
"isLValue": false,
|
2910
2935
|
"isPure": false,
|
@@ -2931,14 +2956,14 @@
|
|
2931
2956
|
"expression": {
|
2932
2957
|
"arguments": [
|
2933
2958
|
{
|
2934
|
-
"id":
|
2959
|
+
"id": 39916,
|
2935
2960
|
"name": "world",
|
2936
2961
|
"nodeType": "Identifier",
|
2937
2962
|
"overloadedDeclarations": [],
|
2938
|
-
"referencedDeclaration":
|
2963
|
+
"referencedDeclaration": 39854,
|
2939
2964
|
"src": "2703:5:114",
|
2940
2965
|
"typeDescriptions": {
|
2941
|
-
"typeIdentifier": "t_contract$_IBaseWorld_$
|
2966
|
+
"typeIdentifier": "t_contract$_IBaseWorld_$39150",
|
2942
2967
|
"typeString": "contract IBaseWorld"
|
2943
2968
|
}
|
2944
2969
|
}
|
@@ -2946,11 +2971,11 @@
|
|
2946
2971
|
"expression": {
|
2947
2972
|
"argumentTypes": [
|
2948
2973
|
{
|
2949
|
-
"typeIdentifier": "t_contract$_IBaseWorld_$
|
2974
|
+
"typeIdentifier": "t_contract$_IBaseWorld_$39150",
|
2950
2975
|
"typeString": "contract IBaseWorld"
|
2951
2976
|
}
|
2952
2977
|
],
|
2953
|
-
"id":
|
2978
|
+
"id": 39915,
|
2954
2979
|
"isConstant": false,
|
2955
2980
|
"isLValue": false,
|
2956
2981
|
"isPure": true,
|
@@ -2962,14 +2987,14 @@
|
|
2962
2987
|
"typeString": "type(address)"
|
2963
2988
|
},
|
2964
2989
|
"typeName": {
|
2965
|
-
"id":
|
2990
|
+
"id": 39914,
|
2966
2991
|
"name": "address",
|
2967
2992
|
"nodeType": "ElementaryTypeName",
|
2968
2993
|
"src": "2695:7:114",
|
2969
2994
|
"typeDescriptions": {}
|
2970
2995
|
}
|
2971
2996
|
},
|
2972
|
-
"id":
|
2997
|
+
"id": 39917,
|
2973
2998
|
"isConstant": false,
|
2974
2999
|
"isLValue": false,
|
2975
3000
|
"isPure": false,
|
@@ -2985,7 +3010,7 @@
|
|
2985
3010
|
"typeString": "address"
|
2986
3011
|
}
|
2987
3012
|
},
|
2988
|
-
"id":
|
3013
|
+
"id": 39918,
|
2989
3014
|
"isConstant": false,
|
2990
3015
|
"isLValue": false,
|
2991
3016
|
"isPure": false,
|
@@ -2999,7 +3024,7 @@
|
|
2999
3024
|
"typeString": "function (bytes memory) returns (bool,bytes memory)"
|
3000
3025
|
}
|
3001
3026
|
},
|
3002
|
-
"id":
|
3027
|
+
"id": 39941,
|
3003
3028
|
"isConstant": false,
|
3004
3029
|
"isLValue": false,
|
3005
3030
|
"isPure": false,
|
@@ -3021,13 +3046,13 @@
|
|
3021
3046
|
"typeString": "tuple()"
|
3022
3047
|
}
|
3023
3048
|
},
|
3024
|
-
"id":
|
3049
|
+
"id": 39943,
|
3025
3050
|
"nodeType": "ExpressionStatement",
|
3026
3051
|
"src": "2671:396:114"
|
3027
3052
|
},
|
3028
3053
|
{
|
3029
3054
|
"condition": {
|
3030
|
-
"id":
|
3055
|
+
"id": 39945,
|
3031
3056
|
"isConstant": false,
|
3032
3057
|
"isLValue": false,
|
3033
3058
|
"isPure": false,
|
@@ -3037,11 +3062,11 @@
|
|
3037
3062
|
"prefix": true,
|
3038
3063
|
"src": "3079:8:114",
|
3039
3064
|
"subExpression": {
|
3040
|
-
"id":
|
3065
|
+
"id": 39944,
|
3041
3066
|
"name": "success",
|
3042
3067
|
"nodeType": "Identifier",
|
3043
3068
|
"overloadedDeclarations": [],
|
3044
|
-
"referencedDeclaration":
|
3069
|
+
"referencedDeclaration": 39861,
|
3045
3070
|
"src": "3080:7:114",
|
3046
3071
|
"typeDescriptions": {
|
3047
3072
|
"typeIdentifier": "t_bool",
|
@@ -3053,18 +3078,18 @@
|
|
3053
3078
|
"typeString": "bool"
|
3054
3079
|
}
|
3055
3080
|
},
|
3056
|
-
"id":
|
3081
|
+
"id": 39950,
|
3057
3082
|
"nodeType": "IfStatement",
|
3058
3083
|
"src": "3075:41:114",
|
3059
3084
|
"trueBody": {
|
3060
3085
|
"expression": {
|
3061
3086
|
"arguments": [
|
3062
3087
|
{
|
3063
|
-
"id":
|
3088
|
+
"id": 39947,
|
3064
3089
|
"name": "returnData",
|
3065
3090
|
"nodeType": "Identifier",
|
3066
3091
|
"overloadedDeclarations": [],
|
3067
|
-
"referencedDeclaration":
|
3092
|
+
"referencedDeclaration": 39864,
|
3068
3093
|
"src": "3105:10:114",
|
3069
3094
|
"typeDescriptions": {
|
3070
3095
|
"typeIdentifier": "t_bytes_memory_ptr",
|
@@ -3079,18 +3104,18 @@
|
|
3079
3104
|
"typeString": "bytes memory"
|
3080
3105
|
}
|
3081
3106
|
],
|
3082
|
-
"id":
|
3107
|
+
"id": 39946,
|
3083
3108
|
"name": "revertWithBytes",
|
3084
3109
|
"nodeType": "Identifier",
|
3085
3110
|
"overloadedDeclarations": [],
|
3086
|
-
"referencedDeclaration":
|
3111
|
+
"referencedDeclaration": 39224,
|
3087
3112
|
"src": "3089:15:114",
|
3088
3113
|
"typeDescriptions": {
|
3089
3114
|
"typeIdentifier": "t_function_internal_pure$_t_bytes_memory_ptr_$returns$__$",
|
3090
3115
|
"typeString": "function (bytes memory) pure"
|
3091
3116
|
}
|
3092
3117
|
},
|
3093
|
-
"id":
|
3118
|
+
"id": 39948,
|
3094
3119
|
"isConstant": false,
|
3095
3120
|
"isLValue": false,
|
3096
3121
|
"isPure": false,
|
@@ -3106,14 +3131,14 @@
|
|
3106
3131
|
"typeString": "tuple()"
|
3107
3132
|
}
|
3108
3133
|
},
|
3109
|
-
"id":
|
3134
|
+
"id": 39949,
|
3110
3135
|
"nodeType": "ExpressionStatement",
|
3111
3136
|
"src": "3089:27:114"
|
3112
3137
|
}
|
3113
3138
|
},
|
3114
3139
|
{
|
3115
3140
|
"expression": {
|
3116
|
-
"id":
|
3141
|
+
"id": 39971,
|
3117
3142
|
"isConstant": false,
|
3118
3143
|
"isLValue": false,
|
3119
3144
|
"isPure": false,
|
@@ -3121,11 +3146,11 @@
|
|
3121
3146
|
"leftHandSide": {
|
3122
3147
|
"components": [
|
3123
3148
|
{
|
3124
|
-
"id":
|
3149
|
+
"id": 39951,
|
3125
3150
|
"name": "success",
|
3126
3151
|
"nodeType": "Identifier",
|
3127
3152
|
"overloadedDeclarations": [],
|
3128
|
-
"referencedDeclaration":
|
3153
|
+
"referencedDeclaration": 39861,
|
3129
3154
|
"src": "3171:7:114",
|
3130
3155
|
"typeDescriptions": {
|
3131
3156
|
"typeIdentifier": "t_bool",
|
@@ -3133,11 +3158,11 @@
|
|
3133
3158
|
}
|
3134
3159
|
},
|
3135
3160
|
{
|
3136
|
-
"id":
|
3161
|
+
"id": 39952,
|
3137
3162
|
"name": "returnData",
|
3138
3163
|
"nodeType": "Identifier",
|
3139
3164
|
"overloadedDeclarations": [],
|
3140
|
-
"referencedDeclaration":
|
3165
|
+
"referencedDeclaration": 39864,
|
3141
3166
|
"src": "3180:10:114",
|
3142
3167
|
"typeDescriptions": {
|
3143
3168
|
"typeIdentifier": "t_bytes_memory_ptr",
|
@@ -3145,7 +3170,7 @@
|
|
3145
3170
|
}
|
3146
3171
|
}
|
3147
3172
|
],
|
3148
|
-
"id":
|
3173
|
+
"id": 39953,
|
3149
3174
|
"isConstant": false,
|
3150
3175
|
"isInlineArray": false,
|
3151
3176
|
"isLValue": true,
|
@@ -3166,18 +3191,18 @@
|
|
3166
3191
|
"arguments": [
|
3167
3192
|
{
|
3168
3193
|
"expression": {
|
3169
|
-
"id":
|
3194
|
+
"id": 39961,
|
3170
3195
|
"name": "world",
|
3171
3196
|
"nodeType": "Identifier",
|
3172
3197
|
"overloadedDeclarations": [],
|
3173
|
-
"referencedDeclaration":
|
3198
|
+
"referencedDeclaration": 39854,
|
3174
3199
|
"src": "3246:5:114",
|
3175
3200
|
"typeDescriptions": {
|
3176
|
-
"typeIdentifier": "t_contract$_IBaseWorld_$
|
3201
|
+
"typeIdentifier": "t_contract$_IBaseWorld_$39150",
|
3177
3202
|
"typeString": "contract IBaseWorld"
|
3178
3203
|
}
|
3179
3204
|
},
|
3180
|
-
"id":
|
3205
|
+
"id": 39962,
|
3181
3206
|
"isConstant": false,
|
3182
3207
|
"isLValue": false,
|
3183
3208
|
"isPure": false,
|
@@ -3185,38 +3210,38 @@
|
|
3185
3210
|
"memberLocation": "3252:11:114",
|
3186
3211
|
"memberName": "grantAccess",
|
3187
3212
|
"nodeType": "MemberAccess",
|
3188
|
-
"referencedDeclaration":
|
3213
|
+
"referencedDeclaration": 60922,
|
3189
3214
|
"src": "3246:17:114",
|
3190
3215
|
"typeDescriptions": {
|
3191
|
-
"typeIdentifier": "t_function_external_nonpayable$_t_userDefinedValueType$_ResourceId_$
|
3216
|
+
"typeIdentifier": "t_function_external_nonpayable$_t_userDefinedValueType$_ResourceId_$26198_$_t_address_$returns$__$",
|
3192
3217
|
"typeString": "function (ResourceId,address) external"
|
3193
3218
|
}
|
3194
3219
|
},
|
3195
3220
|
{
|
3196
3221
|
"components": [
|
3197
3222
|
{
|
3198
|
-
"id":
|
3223
|
+
"id": 39963,
|
3199
3224
|
"name": "KeysInTableTableId",
|
3200
3225
|
"nodeType": "Identifier",
|
3201
3226
|
"overloadedDeclarations": [],
|
3202
|
-
"referencedDeclaration":
|
3227
|
+
"referencedDeclaration": 41135,
|
3203
3228
|
"src": "3266:18:114",
|
3204
3229
|
"typeDescriptions": {
|
3205
|
-
"typeIdentifier": "t_userDefinedValueType$_ResourceId_$
|
3230
|
+
"typeIdentifier": "t_userDefinedValueType$_ResourceId_$26198",
|
3206
3231
|
"typeString": "ResourceId"
|
3207
3232
|
}
|
3208
3233
|
},
|
3209
3234
|
{
|
3210
3235
|
"arguments": [
|
3211
3236
|
{
|
3212
|
-
"id":
|
3237
|
+
"id": 39966,
|
3213
3238
|
"name": "hook",
|
3214
3239
|
"nodeType": "Identifier",
|
3215
3240
|
"overloadedDeclarations": [],
|
3216
|
-
"referencedDeclaration":
|
3241
|
+
"referencedDeclaration": 39821,
|
3217
3242
|
"src": "3294:4:114",
|
3218
3243
|
"typeDescriptions": {
|
3219
|
-
"typeIdentifier": "t_contract$_KeysInTableHook_$
|
3244
|
+
"typeIdentifier": "t_contract$_KeysInTableHook_$39781",
|
3220
3245
|
"typeString": "contract KeysInTableHook"
|
3221
3246
|
}
|
3222
3247
|
}
|
@@ -3224,11 +3249,11 @@
|
|
3224
3249
|
"expression": {
|
3225
3250
|
"argumentTypes": [
|
3226
3251
|
{
|
3227
|
-
"typeIdentifier": "t_contract$_KeysInTableHook_$
|
3252
|
+
"typeIdentifier": "t_contract$_KeysInTableHook_$39781",
|
3228
3253
|
"typeString": "contract KeysInTableHook"
|
3229
3254
|
}
|
3230
3255
|
],
|
3231
|
-
"id":
|
3256
|
+
"id": 39965,
|
3232
3257
|
"isConstant": false,
|
3233
3258
|
"isLValue": false,
|
3234
3259
|
"isPure": true,
|
@@ -3240,14 +3265,14 @@
|
|
3240
3265
|
"typeString": "type(address)"
|
3241
3266
|
},
|
3242
3267
|
"typeName": {
|
3243
|
-
"id":
|
3268
|
+
"id": 39964,
|
3244
3269
|
"name": "address",
|
3245
3270
|
"nodeType": "ElementaryTypeName",
|
3246
3271
|
"src": "3286:7:114",
|
3247
3272
|
"typeDescriptions": {}
|
3248
3273
|
}
|
3249
3274
|
},
|
3250
|
-
"id":
|
3275
|
+
"id": 39967,
|
3251
3276
|
"isConstant": false,
|
3252
3277
|
"isLValue": false,
|
3253
3278
|
"isPure": false,
|
@@ -3264,7 +3289,7 @@
|
|
3264
3289
|
}
|
3265
3290
|
}
|
3266
3291
|
],
|
3267
|
-
"id":
|
3292
|
+
"id": 39968,
|
3268
3293
|
"isConstant": false,
|
3269
3294
|
"isInlineArray": false,
|
3270
3295
|
"isLValue": false,
|
@@ -3273,7 +3298,7 @@
|
|
3273
3298
|
"nodeType": "TupleExpression",
|
3274
3299
|
"src": "3265:35:114",
|
3275
3300
|
"typeDescriptions": {
|
3276
|
-
"typeIdentifier": "t_tuple$_t_userDefinedValueType$_ResourceId_$
|
3301
|
+
"typeIdentifier": "t_tuple$_t_userDefinedValueType$_ResourceId_$26198_$_t_address_$",
|
3277
3302
|
"typeString": "tuple(ResourceId,address)"
|
3278
3303
|
}
|
3279
3304
|
}
|
@@ -3281,16 +3306,16 @@
|
|
3281
3306
|
"expression": {
|
3282
3307
|
"argumentTypes": [
|
3283
3308
|
{
|
3284
|
-
"typeIdentifier": "t_function_external_nonpayable$_t_userDefinedValueType$_ResourceId_$
|
3309
|
+
"typeIdentifier": "t_function_external_nonpayable$_t_userDefinedValueType$_ResourceId_$26198_$_t_address_$returns$__$",
|
3285
3310
|
"typeString": "function (ResourceId,address) external"
|
3286
3311
|
},
|
3287
3312
|
{
|
3288
|
-
"typeIdentifier": "t_tuple$_t_userDefinedValueType$_ResourceId_$
|
3313
|
+
"typeIdentifier": "t_tuple$_t_userDefinedValueType$_ResourceId_$26198_$_t_address_$",
|
3289
3314
|
"typeString": "tuple(ResourceId,address)"
|
3290
3315
|
}
|
3291
3316
|
],
|
3292
3317
|
"expression": {
|
3293
|
-
"id":
|
3318
|
+
"id": 39959,
|
3294
3319
|
"name": "abi",
|
3295
3320
|
"nodeType": "Identifier",
|
3296
3321
|
"overloadedDeclarations": [],
|
@@ -3301,7 +3326,7 @@
|
|
3301
3326
|
"typeString": "abi"
|
3302
3327
|
}
|
3303
3328
|
},
|
3304
|
-
"id":
|
3329
|
+
"id": 39960,
|
3305
3330
|
"isConstant": false,
|
3306
3331
|
"isLValue": false,
|
3307
3332
|
"isPure": true,
|
@@ -3315,7 +3340,7 @@
|
|
3315
3340
|
"typeString": "function () pure returns (bytes memory)"
|
3316
3341
|
}
|
3317
3342
|
},
|
3318
|
-
"id":
|
3343
|
+
"id": 39969,
|
3319
3344
|
"isConstant": false,
|
3320
3345
|
"isLValue": false,
|
3321
3346
|
"isPure": false,
|
@@ -3342,14 +3367,14 @@
|
|
3342
3367
|
"expression": {
|
3343
3368
|
"arguments": [
|
3344
3369
|
{
|
3345
|
-
"id":
|
3370
|
+
"id": 39956,
|
3346
3371
|
"name": "world",
|
3347
3372
|
"nodeType": "Identifier",
|
3348
3373
|
"overloadedDeclarations": [],
|
3349
|
-
"referencedDeclaration":
|
3374
|
+
"referencedDeclaration": 39854,
|
3350
3375
|
"src": "3202:5:114",
|
3351
3376
|
"typeDescriptions": {
|
3352
|
-
"typeIdentifier": "t_contract$_IBaseWorld_$
|
3377
|
+
"typeIdentifier": "t_contract$_IBaseWorld_$39150",
|
3353
3378
|
"typeString": "contract IBaseWorld"
|
3354
3379
|
}
|
3355
3380
|
}
|
@@ -3357,11 +3382,11 @@
|
|
3357
3382
|
"expression": {
|
3358
3383
|
"argumentTypes": [
|
3359
3384
|
{
|
3360
|
-
"typeIdentifier": "t_contract$_IBaseWorld_$
|
3385
|
+
"typeIdentifier": "t_contract$_IBaseWorld_$39150",
|
3361
3386
|
"typeString": "contract IBaseWorld"
|
3362
3387
|
}
|
3363
3388
|
],
|
3364
|
-
"id":
|
3389
|
+
"id": 39955,
|
3365
3390
|
"isConstant": false,
|
3366
3391
|
"isLValue": false,
|
3367
3392
|
"isPure": true,
|
@@ -3373,14 +3398,14 @@
|
|
3373
3398
|
"typeString": "type(address)"
|
3374
3399
|
},
|
3375
3400
|
"typeName": {
|
3376
|
-
"id":
|
3401
|
+
"id": 39954,
|
3377
3402
|
"name": "address",
|
3378
3403
|
"nodeType": "ElementaryTypeName",
|
3379
3404
|
"src": "3194:7:114",
|
3380
3405
|
"typeDescriptions": {}
|
3381
3406
|
}
|
3382
3407
|
},
|
3383
|
-
"id":
|
3408
|
+
"id": 39957,
|
3384
3409
|
"isConstant": false,
|
3385
3410
|
"isLValue": false,
|
3386
3411
|
"isPure": false,
|
@@ -3396,7 +3421,7 @@
|
|
3396
3421
|
"typeString": "address"
|
3397
3422
|
}
|
3398
3423
|
},
|
3399
|
-
"id":
|
3424
|
+
"id": 39958,
|
3400
3425
|
"isConstant": false,
|
3401
3426
|
"isLValue": false,
|
3402
3427
|
"isPure": false,
|
@@ -3410,7 +3435,7 @@
|
|
3410
3435
|
"typeString": "function (bytes memory) returns (bool,bytes memory)"
|
3411
3436
|
}
|
3412
3437
|
},
|
3413
|
-
"id":
|
3438
|
+
"id": 39970,
|
3414
3439
|
"isConstant": false,
|
3415
3440
|
"isLValue": false,
|
3416
3441
|
"isPure": false,
|
@@ -3432,13 +3457,13 @@
|
|
3432
3457
|
"typeString": "tuple()"
|
3433
3458
|
}
|
3434
3459
|
},
|
3435
|
-
"id":
|
3460
|
+
"id": 39972,
|
3436
3461
|
"nodeType": "ExpressionStatement",
|
3437
3462
|
"src": "3170:139:114"
|
3438
3463
|
},
|
3439
3464
|
{
|
3440
3465
|
"condition": {
|
3441
|
-
"id":
|
3466
|
+
"id": 39974,
|
3442
3467
|
"isConstant": false,
|
3443
3468
|
"isLValue": false,
|
3444
3469
|
"isPure": false,
|
@@ -3448,11 +3473,11 @@
|
|
3448
3473
|
"prefix": true,
|
3449
3474
|
"src": "3321:8:114",
|
3450
3475
|
"subExpression": {
|
3451
|
-
"id":
|
3476
|
+
"id": 39973,
|
3452
3477
|
"name": "success",
|
3453
3478
|
"nodeType": "Identifier",
|
3454
3479
|
"overloadedDeclarations": [],
|
3455
|
-
"referencedDeclaration":
|
3480
|
+
"referencedDeclaration": 39861,
|
3456
3481
|
"src": "3322:7:114",
|
3457
3482
|
"typeDescriptions": {
|
3458
3483
|
"typeIdentifier": "t_bool",
|
@@ -3464,18 +3489,18 @@
|
|
3464
3489
|
"typeString": "bool"
|
3465
3490
|
}
|
3466
3491
|
},
|
3467
|
-
"id":
|
3492
|
+
"id": 39979,
|
3468
3493
|
"nodeType": "IfStatement",
|
3469
3494
|
"src": "3317:41:114",
|
3470
3495
|
"trueBody": {
|
3471
3496
|
"expression": {
|
3472
3497
|
"arguments": [
|
3473
3498
|
{
|
3474
|
-
"id":
|
3499
|
+
"id": 39976,
|
3475
3500
|
"name": "returnData",
|
3476
3501
|
"nodeType": "Identifier",
|
3477
3502
|
"overloadedDeclarations": [],
|
3478
|
-
"referencedDeclaration":
|
3503
|
+
"referencedDeclaration": 39864,
|
3479
3504
|
"src": "3347:10:114",
|
3480
3505
|
"typeDescriptions": {
|
3481
3506
|
"typeIdentifier": "t_bytes_memory_ptr",
|
@@ -3490,18 +3515,18 @@
|
|
3490
3515
|
"typeString": "bytes memory"
|
3491
3516
|
}
|
3492
3517
|
],
|
3493
|
-
"id":
|
3518
|
+
"id": 39975,
|
3494
3519
|
"name": "revertWithBytes",
|
3495
3520
|
"nodeType": "Identifier",
|
3496
3521
|
"overloadedDeclarations": [],
|
3497
|
-
"referencedDeclaration":
|
3522
|
+
"referencedDeclaration": 39224,
|
3498
3523
|
"src": "3331:15:114",
|
3499
3524
|
"typeDescriptions": {
|
3500
3525
|
"typeIdentifier": "t_function_internal_pure$_t_bytes_memory_ptr_$returns$__$",
|
3501
3526
|
"typeString": "function (bytes memory) pure"
|
3502
3527
|
}
|
3503
3528
|
},
|
3504
|
-
"id":
|
3529
|
+
"id": 39977,
|
3505
3530
|
"isConstant": false,
|
3506
3531
|
"isLValue": false,
|
3507
3532
|
"isPure": false,
|
@@ -3517,14 +3542,14 @@
|
|
3517
3542
|
"typeString": "tuple()"
|
3518
3543
|
}
|
3519
3544
|
},
|
3520
|
-
"id":
|
3545
|
+
"id": 39978,
|
3521
3546
|
"nodeType": "ExpressionStatement",
|
3522
3547
|
"src": "3331:27:114"
|
3523
3548
|
}
|
3524
3549
|
},
|
3525
3550
|
{
|
3526
3551
|
"expression": {
|
3527
|
-
"id":
|
3552
|
+
"id": 40000,
|
3528
3553
|
"isConstant": false,
|
3529
3554
|
"isLValue": false,
|
3530
3555
|
"isPure": false,
|
@@ -3532,11 +3557,11 @@
|
|
3532
3557
|
"leftHandSide": {
|
3533
3558
|
"components": [
|
3534
3559
|
{
|
3535
|
-
"id":
|
3560
|
+
"id": 39980,
|
3536
3561
|
"name": "success",
|
3537
3562
|
"nodeType": "Identifier",
|
3538
3563
|
"overloadedDeclarations": [],
|
3539
|
-
"referencedDeclaration":
|
3564
|
+
"referencedDeclaration": 39861,
|
3540
3565
|
"src": "3368:7:114",
|
3541
3566
|
"typeDescriptions": {
|
3542
3567
|
"typeIdentifier": "t_bool",
|
@@ -3544,11 +3569,11 @@
|
|
3544
3569
|
}
|
3545
3570
|
},
|
3546
3571
|
{
|
3547
|
-
"id":
|
3572
|
+
"id": 39981,
|
3548
3573
|
"name": "returnData",
|
3549
3574
|
"nodeType": "Identifier",
|
3550
3575
|
"overloadedDeclarations": [],
|
3551
|
-
"referencedDeclaration":
|
3576
|
+
"referencedDeclaration": 39864,
|
3552
3577
|
"src": "3377:10:114",
|
3553
3578
|
"typeDescriptions": {
|
3554
3579
|
"typeIdentifier": "t_bytes_memory_ptr",
|
@@ -3556,7 +3581,7 @@
|
|
3556
3581
|
}
|
3557
3582
|
}
|
3558
3583
|
],
|
3559
|
-
"id":
|
3584
|
+
"id": 39982,
|
3560
3585
|
"isConstant": false,
|
3561
3586
|
"isInlineArray": false,
|
3562
3587
|
"isLValue": true,
|
@@ -3577,18 +3602,18 @@
|
|
3577
3602
|
"arguments": [
|
3578
3603
|
{
|
3579
3604
|
"expression": {
|
3580
|
-
"id":
|
3605
|
+
"id": 39990,
|
3581
3606
|
"name": "world",
|
3582
3607
|
"nodeType": "Identifier",
|
3583
3608
|
"overloadedDeclarations": [],
|
3584
|
-
"referencedDeclaration":
|
3609
|
+
"referencedDeclaration": 39854,
|
3585
3610
|
"src": "3443:5:114",
|
3586
3611
|
"typeDescriptions": {
|
3587
|
-
"typeIdentifier": "t_contract$_IBaseWorld_$
|
3612
|
+
"typeIdentifier": "t_contract$_IBaseWorld_$39150",
|
3588
3613
|
"typeString": "contract IBaseWorld"
|
3589
3614
|
}
|
3590
3615
|
},
|
3591
|
-
"id":
|
3616
|
+
"id": 39991,
|
3592
3617
|
"isConstant": false,
|
3593
3618
|
"isLValue": false,
|
3594
3619
|
"isPure": false,
|
@@ -3596,38 +3621,38 @@
|
|
3596
3621
|
"memberLocation": "3449:11:114",
|
3597
3622
|
"memberName": "grantAccess",
|
3598
3623
|
"nodeType": "MemberAccess",
|
3599
|
-
"referencedDeclaration":
|
3624
|
+
"referencedDeclaration": 60922,
|
3600
3625
|
"src": "3443:17:114",
|
3601
3626
|
"typeDescriptions": {
|
3602
|
-
"typeIdentifier": "t_function_external_nonpayable$_t_userDefinedValueType$_ResourceId_$
|
3627
|
+
"typeIdentifier": "t_function_external_nonpayable$_t_userDefinedValueType$_ResourceId_$26198_$_t_address_$returns$__$",
|
3603
3628
|
"typeString": "function (ResourceId,address) external"
|
3604
3629
|
}
|
3605
3630
|
},
|
3606
3631
|
{
|
3607
3632
|
"components": [
|
3608
3633
|
{
|
3609
|
-
"id":
|
3634
|
+
"id": 39992,
|
3610
3635
|
"name": "UsedKeysIndexTableId",
|
3611
3636
|
"nodeType": "Identifier",
|
3612
3637
|
"overloadedDeclarations": [],
|
3613
|
-
"referencedDeclaration":
|
3638
|
+
"referencedDeclaration": 47710,
|
3614
3639
|
"src": "3463:20:114",
|
3615
3640
|
"typeDescriptions": {
|
3616
|
-
"typeIdentifier": "t_userDefinedValueType$_ResourceId_$
|
3641
|
+
"typeIdentifier": "t_userDefinedValueType$_ResourceId_$26198",
|
3617
3642
|
"typeString": "ResourceId"
|
3618
3643
|
}
|
3619
3644
|
},
|
3620
3645
|
{
|
3621
3646
|
"arguments": [
|
3622
3647
|
{
|
3623
|
-
"id":
|
3648
|
+
"id": 39995,
|
3624
3649
|
"name": "hook",
|
3625
3650
|
"nodeType": "Identifier",
|
3626
3651
|
"overloadedDeclarations": [],
|
3627
|
-
"referencedDeclaration":
|
3652
|
+
"referencedDeclaration": 39821,
|
3628
3653
|
"src": "3493:4:114",
|
3629
3654
|
"typeDescriptions": {
|
3630
|
-
"typeIdentifier": "t_contract$_KeysInTableHook_$
|
3655
|
+
"typeIdentifier": "t_contract$_KeysInTableHook_$39781",
|
3631
3656
|
"typeString": "contract KeysInTableHook"
|
3632
3657
|
}
|
3633
3658
|
}
|
@@ -3635,11 +3660,11 @@
|
|
3635
3660
|
"expression": {
|
3636
3661
|
"argumentTypes": [
|
3637
3662
|
{
|
3638
|
-
"typeIdentifier": "t_contract$_KeysInTableHook_$
|
3663
|
+
"typeIdentifier": "t_contract$_KeysInTableHook_$39781",
|
3639
3664
|
"typeString": "contract KeysInTableHook"
|
3640
3665
|
}
|
3641
3666
|
],
|
3642
|
-
"id":
|
3667
|
+
"id": 39994,
|
3643
3668
|
"isConstant": false,
|
3644
3669
|
"isLValue": false,
|
3645
3670
|
"isPure": true,
|
@@ -3651,14 +3676,14 @@
|
|
3651
3676
|
"typeString": "type(address)"
|
3652
3677
|
},
|
3653
3678
|
"typeName": {
|
3654
|
-
"id":
|
3679
|
+
"id": 39993,
|
3655
3680
|
"name": "address",
|
3656
3681
|
"nodeType": "ElementaryTypeName",
|
3657
3682
|
"src": "3485:7:114",
|
3658
3683
|
"typeDescriptions": {}
|
3659
3684
|
}
|
3660
3685
|
},
|
3661
|
-
"id":
|
3686
|
+
"id": 39996,
|
3662
3687
|
"isConstant": false,
|
3663
3688
|
"isLValue": false,
|
3664
3689
|
"isPure": false,
|
@@ -3675,7 +3700,7 @@
|
|
3675
3700
|
}
|
3676
3701
|
}
|
3677
3702
|
],
|
3678
|
-
"id":
|
3703
|
+
"id": 39997,
|
3679
3704
|
"isConstant": false,
|
3680
3705
|
"isInlineArray": false,
|
3681
3706
|
"isLValue": false,
|
@@ -3684,7 +3709,7 @@
|
|
3684
3709
|
"nodeType": "TupleExpression",
|
3685
3710
|
"src": "3462:37:114",
|
3686
3711
|
"typeDescriptions": {
|
3687
|
-
"typeIdentifier": "t_tuple$_t_userDefinedValueType$_ResourceId_$
|
3712
|
+
"typeIdentifier": "t_tuple$_t_userDefinedValueType$_ResourceId_$26198_$_t_address_$",
|
3688
3713
|
"typeString": "tuple(ResourceId,address)"
|
3689
3714
|
}
|
3690
3715
|
}
|
@@ -3692,16 +3717,16 @@
|
|
3692
3717
|
"expression": {
|
3693
3718
|
"argumentTypes": [
|
3694
3719
|
{
|
3695
|
-
"typeIdentifier": "t_function_external_nonpayable$_t_userDefinedValueType$_ResourceId_$
|
3720
|
+
"typeIdentifier": "t_function_external_nonpayable$_t_userDefinedValueType$_ResourceId_$26198_$_t_address_$returns$__$",
|
3696
3721
|
"typeString": "function (ResourceId,address) external"
|
3697
3722
|
},
|
3698
3723
|
{
|
3699
|
-
"typeIdentifier": "t_tuple$_t_userDefinedValueType$_ResourceId_$
|
3724
|
+
"typeIdentifier": "t_tuple$_t_userDefinedValueType$_ResourceId_$26198_$_t_address_$",
|
3700
3725
|
"typeString": "tuple(ResourceId,address)"
|
3701
3726
|
}
|
3702
3727
|
],
|
3703
3728
|
"expression": {
|
3704
|
-
"id":
|
3729
|
+
"id": 39988,
|
3705
3730
|
"name": "abi",
|
3706
3731
|
"nodeType": "Identifier",
|
3707
3732
|
"overloadedDeclarations": [],
|
@@ -3712,7 +3737,7 @@
|
|
3712
3737
|
"typeString": "abi"
|
3713
3738
|
}
|
3714
3739
|
},
|
3715
|
-
"id":
|
3740
|
+
"id": 39989,
|
3716
3741
|
"isConstant": false,
|
3717
3742
|
"isLValue": false,
|
3718
3743
|
"isPure": true,
|
@@ -3726,7 +3751,7 @@
|
|
3726
3751
|
"typeString": "function () pure returns (bytes memory)"
|
3727
3752
|
}
|
3728
3753
|
},
|
3729
|
-
"id":
|
3754
|
+
"id": 39998,
|
3730
3755
|
"isConstant": false,
|
3731
3756
|
"isLValue": false,
|
3732
3757
|
"isPure": false,
|
@@ -3753,14 +3778,14 @@
|
|
3753
3778
|
"expression": {
|
3754
3779
|
"arguments": [
|
3755
3780
|
{
|
3756
|
-
"id":
|
3781
|
+
"id": 39985,
|
3757
3782
|
"name": "world",
|
3758
3783
|
"nodeType": "Identifier",
|
3759
3784
|
"overloadedDeclarations": [],
|
3760
|
-
"referencedDeclaration":
|
3785
|
+
"referencedDeclaration": 39854,
|
3761
3786
|
"src": "3399:5:114",
|
3762
3787
|
"typeDescriptions": {
|
3763
|
-
"typeIdentifier": "t_contract$_IBaseWorld_$
|
3788
|
+
"typeIdentifier": "t_contract$_IBaseWorld_$39150",
|
3764
3789
|
"typeString": "contract IBaseWorld"
|
3765
3790
|
}
|
3766
3791
|
}
|
@@ -3768,11 +3793,11 @@
|
|
3768
3793
|
"expression": {
|
3769
3794
|
"argumentTypes": [
|
3770
3795
|
{
|
3771
|
-
"typeIdentifier": "t_contract$_IBaseWorld_$
|
3796
|
+
"typeIdentifier": "t_contract$_IBaseWorld_$39150",
|
3772
3797
|
"typeString": "contract IBaseWorld"
|
3773
3798
|
}
|
3774
3799
|
],
|
3775
|
-
"id":
|
3800
|
+
"id": 39984,
|
3776
3801
|
"isConstant": false,
|
3777
3802
|
"isLValue": false,
|
3778
3803
|
"isPure": true,
|
@@ -3784,14 +3809,14 @@
|
|
3784
3809
|
"typeString": "type(address)"
|
3785
3810
|
},
|
3786
3811
|
"typeName": {
|
3787
|
-
"id":
|
3812
|
+
"id": 39983,
|
3788
3813
|
"name": "address",
|
3789
3814
|
"nodeType": "ElementaryTypeName",
|
3790
3815
|
"src": "3391:7:114",
|
3791
3816
|
"typeDescriptions": {}
|
3792
3817
|
}
|
3793
3818
|
},
|
3794
|
-
"id":
|
3819
|
+
"id": 39986,
|
3795
3820
|
"isConstant": false,
|
3796
3821
|
"isLValue": false,
|
3797
3822
|
"isPure": false,
|
@@ -3807,7 +3832,7 @@
|
|
3807
3832
|
"typeString": "address"
|
3808
3833
|
}
|
3809
3834
|
},
|
3810
|
-
"id":
|
3835
|
+
"id": 39987,
|
3811
3836
|
"isConstant": false,
|
3812
3837
|
"isLValue": false,
|
3813
3838
|
"isPure": false,
|
@@ -3821,7 +3846,7 @@
|
|
3821
3846
|
"typeString": "function (bytes memory) returns (bool,bytes memory)"
|
3822
3847
|
}
|
3823
3848
|
},
|
3824
|
-
"id":
|
3849
|
+
"id": 39999,
|
3825
3850
|
"isConstant": false,
|
3826
3851
|
"isLValue": false,
|
3827
3852
|
"isPure": false,
|
@@ -3843,13 +3868,13 @@
|
|
3843
3868
|
"typeString": "tuple()"
|
3844
3869
|
}
|
3845
3870
|
},
|
3846
|
-
"id":
|
3871
|
+
"id": 40001,
|
3847
3872
|
"nodeType": "ExpressionStatement",
|
3848
3873
|
"src": "3367:141:114"
|
3849
3874
|
},
|
3850
3875
|
{
|
3851
3876
|
"condition": {
|
3852
|
-
"id":
|
3877
|
+
"id": 40003,
|
3853
3878
|
"isConstant": false,
|
3854
3879
|
"isLValue": false,
|
3855
3880
|
"isPure": false,
|
@@ -3859,11 +3884,11 @@
|
|
3859
3884
|
"prefix": true,
|
3860
3885
|
"src": "3520:8:114",
|
3861
3886
|
"subExpression": {
|
3862
|
-
"id":
|
3887
|
+
"id": 40002,
|
3863
3888
|
"name": "success",
|
3864
3889
|
"nodeType": "Identifier",
|
3865
3890
|
"overloadedDeclarations": [],
|
3866
|
-
"referencedDeclaration":
|
3891
|
+
"referencedDeclaration": 39861,
|
3867
3892
|
"src": "3521:7:114",
|
3868
3893
|
"typeDescriptions": {
|
3869
3894
|
"typeIdentifier": "t_bool",
|
@@ -3875,18 +3900,18 @@
|
|
3875
3900
|
"typeString": "bool"
|
3876
3901
|
}
|
3877
3902
|
},
|
3878
|
-
"id":
|
3903
|
+
"id": 40008,
|
3879
3904
|
"nodeType": "IfStatement",
|
3880
3905
|
"src": "3516:41:114",
|
3881
3906
|
"trueBody": {
|
3882
3907
|
"expression": {
|
3883
3908
|
"arguments": [
|
3884
3909
|
{
|
3885
|
-
"id":
|
3910
|
+
"id": 40005,
|
3886
3911
|
"name": "returnData",
|
3887
3912
|
"nodeType": "Identifier",
|
3888
3913
|
"overloadedDeclarations": [],
|
3889
|
-
"referencedDeclaration":
|
3914
|
+
"referencedDeclaration": 39864,
|
3890
3915
|
"src": "3546:10:114",
|
3891
3916
|
"typeDescriptions": {
|
3892
3917
|
"typeIdentifier": "t_bytes_memory_ptr",
|
@@ -3901,18 +3926,18 @@
|
|
3901
3926
|
"typeString": "bytes memory"
|
3902
3927
|
}
|
3903
3928
|
],
|
3904
|
-
"id":
|
3929
|
+
"id": 40004,
|
3905
3930
|
"name": "revertWithBytes",
|
3906
3931
|
"nodeType": "Identifier",
|
3907
3932
|
"overloadedDeclarations": [],
|
3908
|
-
"referencedDeclaration":
|
3933
|
+
"referencedDeclaration": 39224,
|
3909
3934
|
"src": "3530:15:114",
|
3910
3935
|
"typeDescriptions": {
|
3911
3936
|
"typeIdentifier": "t_function_internal_pure$_t_bytes_memory_ptr_$returns$__$",
|
3912
3937
|
"typeString": "function (bytes memory) pure"
|
3913
3938
|
}
|
3914
3939
|
},
|
3915
|
-
"id":
|
3940
|
+
"id": 40006,
|
3916
3941
|
"isConstant": false,
|
3917
3942
|
"isLValue": false,
|
3918
3943
|
"isPure": false,
|
@@ -3928,7 +3953,7 @@
|
|
3928
3953
|
"typeString": "tuple()"
|
3929
3954
|
}
|
3930
3955
|
},
|
3931
|
-
"id":
|
3956
|
+
"id": 40007,
|
3932
3957
|
"nodeType": "ExpressionStatement",
|
3933
3958
|
"src": "3530:27:114"
|
3934
3959
|
}
|
@@ -3938,7 +3963,7 @@
|
|
3938
3963
|
},
|
3939
3964
|
{
|
3940
3965
|
"expression": {
|
3941
|
-
"id":
|
3966
|
+
"id": 40035,
|
3942
3967
|
"isConstant": false,
|
3943
3968
|
"isLValue": false,
|
3944
3969
|
"isPure": false,
|
@@ -3946,11 +3971,11 @@
|
|
3946
3971
|
"leftHandSide": {
|
3947
3972
|
"components": [
|
3948
3973
|
{
|
3949
|
-
"id":
|
3974
|
+
"id": 40011,
|
3950
3975
|
"name": "success",
|
3951
3976
|
"nodeType": "Identifier",
|
3952
3977
|
"overloadedDeclarations": [],
|
3953
|
-
"referencedDeclaration":
|
3978
|
+
"referencedDeclaration": 39861,
|
3954
3979
|
"src": "3649:7:114",
|
3955
3980
|
"typeDescriptions": {
|
3956
3981
|
"typeIdentifier": "t_bool",
|
@@ -3958,11 +3983,11 @@
|
|
3958
3983
|
}
|
3959
3984
|
},
|
3960
3985
|
{
|
3961
|
-
"id":
|
3986
|
+
"id": 40012,
|
3962
3987
|
"name": "returnData",
|
3963
3988
|
"nodeType": "Identifier",
|
3964
3989
|
"overloadedDeclarations": [],
|
3965
|
-
"referencedDeclaration":
|
3990
|
+
"referencedDeclaration": 39864,
|
3966
3991
|
"src": "3658:10:114",
|
3967
3992
|
"typeDescriptions": {
|
3968
3993
|
"typeIdentifier": "t_bytes_memory_ptr",
|
@@ -3970,7 +3995,7 @@
|
|
3970
3995
|
}
|
3971
3996
|
}
|
3972
3997
|
],
|
3973
|
-
"id":
|
3998
|
+
"id": 40013,
|
3974
3999
|
"isConstant": false,
|
3975
4000
|
"isInlineArray": false,
|
3976
4001
|
"isLValue": true,
|
@@ -3991,18 +4016,18 @@
|
|
3991
4016
|
"arguments": [
|
3992
4017
|
{
|
3993
4018
|
"expression": {
|
3994
|
-
"id":
|
4019
|
+
"id": 40021,
|
3995
4020
|
"name": "world",
|
3996
4021
|
"nodeType": "Identifier",
|
3997
4022
|
"overloadedDeclarations": [],
|
3998
|
-
"referencedDeclaration":
|
4023
|
+
"referencedDeclaration": 39854,
|
3999
4024
|
"src": "3731:5:114",
|
4000
4025
|
"typeDescriptions": {
|
4001
|
-
"typeIdentifier": "t_contract$_IBaseWorld_$
|
4026
|
+
"typeIdentifier": "t_contract$_IBaseWorld_$39150",
|
4002
4027
|
"typeString": "contract IBaseWorld"
|
4003
4028
|
}
|
4004
4029
|
},
|
4005
|
-
"id":
|
4030
|
+
"id": 40022,
|
4006
4031
|
"isConstant": false,
|
4007
4032
|
"isLValue": false,
|
4008
4033
|
"isPure": false,
|
@@ -4010,36 +4035,36 @@
|
|
4010
4035
|
"memberLocation": "3737:17:114",
|
4011
4036
|
"memberName": "registerStoreHook",
|
4012
4037
|
"nodeType": "MemberAccess",
|
4013
|
-
"referencedDeclaration":
|
4038
|
+
"referencedDeclaration": 57566,
|
4014
4039
|
"src": "3731:23:114",
|
4015
4040
|
"typeDescriptions": {
|
4016
|
-
"typeIdentifier": "t_function_external_nonpayable$_t_userDefinedValueType$_ResourceId_$
|
4041
|
+
"typeIdentifier": "t_function_external_nonpayable$_t_userDefinedValueType$_ResourceId_$26198_$_t_contract$_IStoreHook_$60236_$_t_uint8_$returns$__$",
|
4017
4042
|
"typeString": "function (ResourceId,contract IStoreHook,uint8) external"
|
4018
4043
|
}
|
4019
4044
|
},
|
4020
4045
|
{
|
4021
4046
|
"components": [
|
4022
4047
|
{
|
4023
|
-
"id":
|
4048
|
+
"id": 40023,
|
4024
4049
|
"name": "sourceTableId",
|
4025
4050
|
"nodeType": "Identifier",
|
4026
4051
|
"overloadedDeclarations": [],
|
4027
|
-
"referencedDeclaration":
|
4052
|
+
"referencedDeclaration": 39840,
|
4028
4053
|
"src": "3776:13:114",
|
4029
4054
|
"typeDescriptions": {
|
4030
|
-
"typeIdentifier": "t_userDefinedValueType$_ResourceId_$
|
4055
|
+
"typeIdentifier": "t_userDefinedValueType$_ResourceId_$26198",
|
4031
4056
|
"typeString": "ResourceId"
|
4032
4057
|
}
|
4033
4058
|
},
|
4034
4059
|
{
|
4035
|
-
"id":
|
4060
|
+
"id": 40024,
|
4036
4061
|
"name": "hook",
|
4037
4062
|
"nodeType": "Identifier",
|
4038
4063
|
"overloadedDeclarations": [],
|
4039
|
-
"referencedDeclaration":
|
4064
|
+
"referencedDeclaration": 39821,
|
4040
4065
|
"src": "3801:4:114",
|
4041
4066
|
"typeDescriptions": {
|
4042
|
-
"typeIdentifier": "t_contract$_KeysInTableHook_$
|
4067
|
+
"typeIdentifier": "t_contract$_KeysInTableHook_$39781",
|
4043
4068
|
"typeString": "contract KeysInTableHook"
|
4044
4069
|
}
|
4045
4070
|
},
|
@@ -4048,7 +4073,7 @@
|
|
4048
4073
|
"typeIdentifier": "t_uint8",
|
4049
4074
|
"typeString": "uint8"
|
4050
4075
|
},
|
4051
|
-
"id":
|
4076
|
+
"id": 40031,
|
4052
4077
|
"isConstant": false,
|
4053
4078
|
"isLValue": false,
|
4054
4079
|
"isPure": true,
|
@@ -4058,7 +4083,7 @@
|
|
4058
4083
|
"typeIdentifier": "t_uint8",
|
4059
4084
|
"typeString": "uint8"
|
4060
4085
|
},
|
4061
|
-
"id":
|
4086
|
+
"id": 40029,
|
4062
4087
|
"isConstant": false,
|
4063
4088
|
"isLValue": false,
|
4064
4089
|
"isPure": true,
|
@@ -4068,17 +4093,17 @@
|
|
4068
4093
|
"typeIdentifier": "t_uint8",
|
4069
4094
|
"typeString": "uint8"
|
4070
4095
|
},
|
4071
|
-
"id":
|
4096
|
+
"id": 40027,
|
4072
4097
|
"isConstant": false,
|
4073
4098
|
"isLValue": false,
|
4074
4099
|
"isPure": true,
|
4075
4100
|
"lValueRequested": false,
|
4076
4101
|
"leftExpression": {
|
4077
|
-
"id":
|
4102
|
+
"id": 40025,
|
4078
4103
|
"name": "BEFORE_SET_RECORD",
|
4079
4104
|
"nodeType": "Identifier",
|
4080
4105
|
"overloadedDeclarations": [],
|
4081
|
-
"referencedDeclaration":
|
4106
|
+
"referencedDeclaration": 36116,
|
4082
4107
|
"src": "3817:17:114",
|
4083
4108
|
"typeDescriptions": {
|
4084
4109
|
"typeIdentifier": "t_uint8",
|
@@ -4088,11 +4113,11 @@
|
|
4088
4113
|
"nodeType": "BinaryOperation",
|
4089
4114
|
"operator": "|",
|
4090
4115
|
"rightExpression": {
|
4091
|
-
"id":
|
4116
|
+
"id": 40026,
|
4092
4117
|
"name": "AFTER_SPLICE_STATIC_DATA",
|
4093
4118
|
"nodeType": "Identifier",
|
4094
4119
|
"overloadedDeclarations": [],
|
4095
|
-
"referencedDeclaration":
|
4120
|
+
"referencedDeclaration": 36131,
|
4096
4121
|
"src": "3837:24:114",
|
4097
4122
|
"typeDescriptions": {
|
4098
4123
|
"typeIdentifier": "t_uint8",
|
@@ -4108,11 +4133,11 @@
|
|
4108
4133
|
"nodeType": "BinaryOperation",
|
4109
4134
|
"operator": "|",
|
4110
4135
|
"rightExpression": {
|
4111
|
-
"id":
|
4136
|
+
"id": 40028,
|
4112
4137
|
"name": "AFTER_SPLICE_DYNAMIC_DATA",
|
4113
4138
|
"nodeType": "Identifier",
|
4114
4139
|
"overloadedDeclarations": [],
|
4115
|
-
"referencedDeclaration":
|
4140
|
+
"referencedDeclaration": 36141,
|
4116
4141
|
"src": "3864:25:114",
|
4117
4142
|
"typeDescriptions": {
|
4118
4143
|
"typeIdentifier": "t_uint8",
|
@@ -4128,11 +4153,11 @@
|
|
4128
4153
|
"nodeType": "BinaryOperation",
|
4129
4154
|
"operator": "|",
|
4130
4155
|
"rightExpression": {
|
4131
|
-
"id":
|
4156
|
+
"id": 40030,
|
4132
4157
|
"name": "BEFORE_DELETE_RECORD",
|
4133
4158
|
"nodeType": "Identifier",
|
4134
4159
|
"overloadedDeclarations": [],
|
4135
|
-
"referencedDeclaration":
|
4160
|
+
"referencedDeclaration": 36146,
|
4136
4161
|
"src": "3892:20:114",
|
4137
4162
|
"typeDescriptions": {
|
4138
4163
|
"typeIdentifier": "t_uint8",
|
@@ -4146,7 +4171,7 @@
|
|
4146
4171
|
}
|
4147
4172
|
}
|
4148
4173
|
],
|
4149
|
-
"id":
|
4174
|
+
"id": 40032,
|
4150
4175
|
"isConstant": false,
|
4151
4176
|
"isInlineArray": false,
|
4152
4177
|
"isLValue": false,
|
@@ -4155,7 +4180,7 @@
|
|
4155
4180
|
"nodeType": "TupleExpression",
|
4156
4181
|
"src": "3764:158:114",
|
4157
4182
|
"typeDescriptions": {
|
4158
|
-
"typeIdentifier": "t_tuple$_t_userDefinedValueType$_ResourceId_$
|
4183
|
+
"typeIdentifier": "t_tuple$_t_userDefinedValueType$_ResourceId_$26198_$_t_contract$_KeysInTableHook_$39781_$_t_uint8_$",
|
4159
4184
|
"typeString": "tuple(ResourceId,contract KeysInTableHook,uint8)"
|
4160
4185
|
}
|
4161
4186
|
}
|
@@ -4163,16 +4188,16 @@
|
|
4163
4188
|
"expression": {
|
4164
4189
|
"argumentTypes": [
|
4165
4190
|
{
|
4166
|
-
"typeIdentifier": "t_function_external_nonpayable$_t_userDefinedValueType$_ResourceId_$
|
4191
|
+
"typeIdentifier": "t_function_external_nonpayable$_t_userDefinedValueType$_ResourceId_$26198_$_t_contract$_IStoreHook_$60236_$_t_uint8_$returns$__$",
|
4167
4192
|
"typeString": "function (ResourceId,contract IStoreHook,uint8) external"
|
4168
4193
|
},
|
4169
4194
|
{
|
4170
|
-
"typeIdentifier": "t_tuple$_t_userDefinedValueType$_ResourceId_$
|
4195
|
+
"typeIdentifier": "t_tuple$_t_userDefinedValueType$_ResourceId_$26198_$_t_contract$_KeysInTableHook_$39781_$_t_uint8_$",
|
4171
4196
|
"typeString": "tuple(ResourceId,contract KeysInTableHook,uint8)"
|
4172
4197
|
}
|
4173
4198
|
],
|
4174
4199
|
"expression": {
|
4175
|
-
"id":
|
4200
|
+
"id": 40019,
|
4176
4201
|
"name": "abi",
|
4177
4202
|
"nodeType": "Identifier",
|
4178
4203
|
"overloadedDeclarations": [],
|
@@ -4183,7 +4208,7 @@
|
|
4183
4208
|
"typeString": "abi"
|
4184
4209
|
}
|
4185
4210
|
},
|
4186
|
-
"id":
|
4211
|
+
"id": 40020,
|
4187
4212
|
"isConstant": false,
|
4188
4213
|
"isLValue": false,
|
4189
4214
|
"isPure": true,
|
@@ -4197,7 +4222,7 @@
|
|
4197
4222
|
"typeString": "function () pure returns (bytes memory)"
|
4198
4223
|
}
|
4199
4224
|
},
|
4200
|
-
"id":
|
4225
|
+
"id": 40033,
|
4201
4226
|
"isConstant": false,
|
4202
4227
|
"isLValue": false,
|
4203
4228
|
"isPure": false,
|
@@ -4224,14 +4249,14 @@
|
|
4224
4249
|
"expression": {
|
4225
4250
|
"arguments": [
|
4226
4251
|
{
|
4227
|
-
"id":
|
4252
|
+
"id": 40016,
|
4228
4253
|
"name": "world",
|
4229
4254
|
"nodeType": "Identifier",
|
4230
4255
|
"overloadedDeclarations": [],
|
4231
|
-
"referencedDeclaration":
|
4256
|
+
"referencedDeclaration": 39854,
|
4232
4257
|
"src": "3680:5:114",
|
4233
4258
|
"typeDescriptions": {
|
4234
|
-
"typeIdentifier": "t_contract$_IBaseWorld_$
|
4259
|
+
"typeIdentifier": "t_contract$_IBaseWorld_$39150",
|
4235
4260
|
"typeString": "contract IBaseWorld"
|
4236
4261
|
}
|
4237
4262
|
}
|
@@ -4239,11 +4264,11 @@
|
|
4239
4264
|
"expression": {
|
4240
4265
|
"argumentTypes": [
|
4241
4266
|
{
|
4242
|
-
"typeIdentifier": "t_contract$_IBaseWorld_$
|
4267
|
+
"typeIdentifier": "t_contract$_IBaseWorld_$39150",
|
4243
4268
|
"typeString": "contract IBaseWorld"
|
4244
4269
|
}
|
4245
4270
|
],
|
4246
|
-
"id":
|
4271
|
+
"id": 40015,
|
4247
4272
|
"isConstant": false,
|
4248
4273
|
"isLValue": false,
|
4249
4274
|
"isPure": true,
|
@@ -4255,14 +4280,14 @@
|
|
4255
4280
|
"typeString": "type(address)"
|
4256
4281
|
},
|
4257
4282
|
"typeName": {
|
4258
|
-
"id":
|
4283
|
+
"id": 40014,
|
4259
4284
|
"name": "address",
|
4260
4285
|
"nodeType": "ElementaryTypeName",
|
4261
4286
|
"src": "3672:7:114",
|
4262
4287
|
"typeDescriptions": {}
|
4263
4288
|
}
|
4264
4289
|
},
|
4265
|
-
"id":
|
4290
|
+
"id": 40017,
|
4266
4291
|
"isConstant": false,
|
4267
4292
|
"isLValue": false,
|
4268
4293
|
"isPure": false,
|
@@ -4278,7 +4303,7 @@
|
|
4278
4303
|
"typeString": "address"
|
4279
4304
|
}
|
4280
4305
|
},
|
4281
|
-
"id":
|
4306
|
+
"id": 40018,
|
4282
4307
|
"isConstant": false,
|
4283
4308
|
"isLValue": false,
|
4284
4309
|
"isPure": false,
|
@@ -4292,7 +4317,7 @@
|
|
4292
4317
|
"typeString": "function (bytes memory) returns (bool,bytes memory)"
|
4293
4318
|
}
|
4294
4319
|
},
|
4295
|
-
"id":
|
4320
|
+
"id": 40034,
|
4296
4321
|
"isConstant": false,
|
4297
4322
|
"isLValue": false,
|
4298
4323
|
"isPure": false,
|
@@ -4314,14 +4339,14 @@
|
|
4314
4339
|
"typeString": "tuple()"
|
4315
4340
|
}
|
4316
4341
|
},
|
4317
|
-
"id":
|
4342
|
+
"id": 40036,
|
4318
4343
|
"nodeType": "ExpressionStatement",
|
4319
4344
|
"src": "3648:288:114"
|
4320
4345
|
}
|
4321
4346
|
]
|
4322
4347
|
},
|
4323
4348
|
"baseFunctions": [
|
4324
|
-
|
4349
|
+
60824
|
4325
4350
|
],
|
4326
4351
|
"functionSelector": "7c5b0335",
|
4327
4352
|
"implemented": true,
|
@@ -4330,23 +4355,23 @@
|
|
4330
4355
|
"name": "installRoot",
|
4331
4356
|
"nameLocation": "1822:11:114",
|
4332
4357
|
"overrides": {
|
4333
|
-
"id":
|
4358
|
+
"id": 39836,
|
4334
4359
|
"nodeType": "OverrideSpecifier",
|
4335
4360
|
"overrides": [],
|
4336
4361
|
"src": "1860:8:114"
|
4337
4362
|
},
|
4338
4363
|
"parameters": {
|
4339
|
-
"id":
|
4364
|
+
"id": 39835,
|
4340
4365
|
"nodeType": "ParameterList",
|
4341
4366
|
"parameters": [
|
4342
4367
|
{
|
4343
4368
|
"constant": false,
|
4344
|
-
"id":
|
4369
|
+
"id": 39834,
|
4345
4370
|
"mutability": "mutable",
|
4346
4371
|
"name": "args",
|
4347
4372
|
"nameLocation": "1847:4:114",
|
4348
4373
|
"nodeType": "VariableDeclaration",
|
4349
|
-
"scope":
|
4374
|
+
"scope": 40038,
|
4350
4375
|
"src": "1834:17:114",
|
4351
4376
|
"stateVariable": false,
|
4352
4377
|
"storageLocation": "memory",
|
@@ -4355,7 +4380,7 @@
|
|
4355
4380
|
"typeString": "bytes"
|
4356
4381
|
},
|
4357
4382
|
"typeName": {
|
4358
|
-
"id":
|
4383
|
+
"id": 39833,
|
4359
4384
|
"name": "bytes",
|
4360
4385
|
"nodeType": "ElementaryTypeName",
|
4361
4386
|
"src": "1834:5:114",
|
@@ -4370,23 +4395,23 @@
|
|
4370
4395
|
"src": "1833:19:114"
|
4371
4396
|
},
|
4372
4397
|
"returnParameters": {
|
4373
|
-
"id":
|
4398
|
+
"id": 39837,
|
4374
4399
|
"nodeType": "ParameterList",
|
4375
4400
|
"parameters": [],
|
4376
4401
|
"src": "1869:0:114"
|
4377
4402
|
},
|
4378
|
-
"scope":
|
4403
|
+
"scope": 40048,
|
4379
4404
|
"stateMutability": "nonpayable",
|
4380
4405
|
"virtual": false,
|
4381
4406
|
"visibility": "public"
|
4382
4407
|
},
|
4383
4408
|
{
|
4384
|
-
"id":
|
4409
|
+
"id": 40047,
|
4385
4410
|
"nodeType": "FunctionDefinition",
|
4386
4411
|
"src": "3945:96:114",
|
4387
4412
|
"nodes": [],
|
4388
4413
|
"body": {
|
4389
|
-
"id":
|
4414
|
+
"id": 40046,
|
4390
4415
|
"nodeType": "Block",
|
4391
4416
|
"src": "3988:53:114",
|
4392
4417
|
"nodes": [],
|
@@ -4396,18 +4421,18 @@
|
|
4396
4421
|
"arguments": [],
|
4397
4422
|
"expression": {
|
4398
4423
|
"argumentTypes": [],
|
4399
|
-
"id":
|
4424
|
+
"id": 40043,
|
4400
4425
|
"name": "Module_NonRootInstallNotSupported",
|
4401
4426
|
"nodeType": "Identifier",
|
4402
4427
|
"overloadedDeclarations": [],
|
4403
|
-
"referencedDeclaration":
|
4428
|
+
"referencedDeclaration": 60812,
|
4404
4429
|
"src": "4001:33:114",
|
4405
4430
|
"typeDescriptions": {
|
4406
4431
|
"typeIdentifier": "t_function_error_pure$__$returns$__$",
|
4407
4432
|
"typeString": "function () pure"
|
4408
4433
|
}
|
4409
4434
|
},
|
4410
|
-
"id":
|
4435
|
+
"id": 40044,
|
4411
4436
|
"isConstant": false,
|
4412
4437
|
"isLValue": false,
|
4413
4438
|
"isPure": false,
|
@@ -4423,14 +4448,14 @@
|
|
4423
4448
|
"typeString": "tuple()"
|
4424
4449
|
}
|
4425
4450
|
},
|
4426
|
-
"id":
|
4451
|
+
"id": 40045,
|
4427
4452
|
"nodeType": "RevertStatement",
|
4428
4453
|
"src": "3994:42:114"
|
4429
4454
|
}
|
4430
4455
|
]
|
4431
4456
|
},
|
4432
4457
|
"baseFunctions": [
|
4433
|
-
|
4458
|
+
60830
|
4434
4459
|
],
|
4435
4460
|
"functionSelector": "13861fb5",
|
4436
4461
|
"implemented": true,
|
@@ -4439,17 +4464,17 @@
|
|
4439
4464
|
"name": "install",
|
4440
4465
|
"nameLocation": "3954:7:114",
|
4441
4466
|
"parameters": {
|
4442
|
-
"id":
|
4467
|
+
"id": 40041,
|
4443
4468
|
"nodeType": "ParameterList",
|
4444
4469
|
"parameters": [
|
4445
4470
|
{
|
4446
4471
|
"constant": false,
|
4447
|
-
"id":
|
4472
|
+
"id": 40040,
|
4448
4473
|
"mutability": "mutable",
|
4449
4474
|
"name": "",
|
4450
4475
|
"nameLocation": "-1:-1:-1",
|
4451
4476
|
"nodeType": "VariableDeclaration",
|
4452
|
-
"scope":
|
4477
|
+
"scope": 40047,
|
4453
4478
|
"src": "3962:12:114",
|
4454
4479
|
"stateVariable": false,
|
4455
4480
|
"storageLocation": "memory",
|
@@ -4458,7 +4483,7 @@
|
|
4458
4483
|
"typeString": "bytes"
|
4459
4484
|
},
|
4460
4485
|
"typeName": {
|
4461
|
-
"id":
|
4486
|
+
"id": 40039,
|
4462
4487
|
"name": "bytes",
|
4463
4488
|
"nodeType": "ElementaryTypeName",
|
4464
4489
|
"src": "3962:5:114",
|
@@ -4473,12 +4498,12 @@
|
|
4473
4498
|
"src": "3961:14:114"
|
4474
4499
|
},
|
4475
4500
|
"returnParameters": {
|
4476
|
-
"id":
|
4501
|
+
"id": 40042,
|
4477
4502
|
"nodeType": "ParameterList",
|
4478
4503
|
"parameters": [],
|
4479
4504
|
"src": "3988:0:114"
|
4480
4505
|
},
|
4481
|
-
"scope":
|
4506
|
+
"scope": 40048,
|
4482
4507
|
"stateMutability": "pure",
|
4483
4508
|
"virtual": false,
|
4484
4509
|
"visibility": "public"
|
@@ -4488,48 +4513,48 @@
|
|
4488
4513
|
"baseContracts": [
|
4489
4514
|
{
|
4490
4515
|
"baseName": {
|
4491
|
-
"id":
|
4516
|
+
"id": 39809,
|
4492
4517
|
"name": "Module",
|
4493
4518
|
"nameLocations": [
|
4494
4519
|
"1449:6:114"
|
4495
4520
|
],
|
4496
4521
|
"nodeType": "IdentifierPath",
|
4497
|
-
"referencedDeclaration":
|
4522
|
+
"referencedDeclaration": 38605,
|
4498
4523
|
"src": "1449:6:114"
|
4499
4524
|
},
|
4500
|
-
"id":
|
4525
|
+
"id": 39810,
|
4501
4526
|
"nodeType": "InheritanceSpecifier",
|
4502
4527
|
"src": "1449:6:114"
|
4503
4528
|
}
|
4504
4529
|
],
|
4505
4530
|
"canonicalName": "KeysInTableModule",
|
4506
4531
|
"contractDependencies": [
|
4507
|
-
|
4532
|
+
39781
|
4508
4533
|
],
|
4509
4534
|
"contractKind": "contract",
|
4510
4535
|
"documentation": {
|
4511
|
-
"id":
|
4536
|
+
"id": 39808,
|
4512
4537
|
"nodeType": "StructuredDocumentation",
|
4513
4538
|
"src": "835:583:114",
|
4514
4539
|
"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()`"
|
4515
4540
|
},
|
4516
4541
|
"fullyImplemented": true,
|
4517
4542
|
"linearizedBaseContracts": [
|
4518
|
-
|
4519
|
-
|
4520
|
-
|
4521
|
-
|
4522
|
-
|
4523
|
-
|
4543
|
+
40048,
|
4544
|
+
38605,
|
4545
|
+
38683,
|
4546
|
+
60783,
|
4547
|
+
60831,
|
4548
|
+
60745
|
4524
4549
|
],
|
4525
4550
|
"name": "KeysInTableModule",
|
4526
4551
|
"nameLocation": "1428:17:114",
|
4527
|
-
"scope":
|
4552
|
+
"scope": 40049,
|
4528
4553
|
"usedErrors": [
|
4529
|
-
|
4530
|
-
|
4531
|
-
|
4532
|
-
|
4554
|
+
26283,
|
4555
|
+
26285,
|
4556
|
+
60810,
|
4557
|
+
60812
|
4533
4558
|
],
|
4534
4559
|
"usedEvents": []
|
4535
4560
|
}
|