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