@latticexyz/world-modules 2.0.0-main-251170e1 → 2.0.0-main-c07fa021
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/dist/mud.config.js +1 -1
- package/dist/mud.config.js.map +1 -1
- package/out/ArrayLib.sol/ArrayLib.json +477 -477
- package/out/CallboundDelegationControl.sol/CallboundDelegationControl.json +314 -314
- package/out/CallboundDelegations.sol/CallboundDelegations.json +4012 -4012
- package/out/DelegationControl.sol/DelegationControl.json +22 -22
- package/out/IAccessManagementSystem.sol/IAccessManagementSystem.json +97 -97
- package/out/IBalanceTransferSystem.sol/IBalanceTransferSystem.json +81 -81
- package/out/IBaseWorld.sol/IBaseWorld.abi.json +0 -13
- package/out/IBaseWorld.sol/IBaseWorld.abi.json.d.ts +0 -13
- package/out/IBaseWorld.sol/IBaseWorld.json +63 -143
- package/out/ICallBatchSystem.sol/ICallBatchSystem.json +51 -51
- package/out/ICoreSystem.sol/ICoreSystem.json +15 -15
- package/out/IDelegationControl.sol/IDelegationControl.json +93 -93
- package/out/IModule.sol/IModule.json +139 -139
- package/out/IModuleInstallationSystem.sol/IModuleInstallationSystem.json +58 -58
- package/out/ISystemHook.sol/ISystemHook.json +129 -129
- package/out/IUniqueEntitySystem.sol/IUniqueEntitySystem.abi.json +2 -2
- package/out/IUniqueEntitySystem.sol/IUniqueEntitySystem.abi.json.d.ts +2 -2
- package/out/IUniqueEntitySystem.sol/IUniqueEntitySystem.json +37 -37
- package/out/IWorldContextConsumer.sol/IWorldContextConsumer.json +118 -118
- package/out/IWorldErrors.sol/IWorldErrors.json +238 -238
- package/out/IWorldKernel.sol/IWorldCall.json +241 -241
- package/out/IWorldKernel.sol/IWorldKernel.json +241 -241
- package/out/IWorldKernel.sol/IWorldModuleInstallation.json +241 -241
- package/out/IWorldRegistrationSystem.sol/IWorldRegistrationSystem.json +282 -282
- package/out/KeysInTable.sol/KeysInTable.json +15792 -15792
- package/out/KeysInTableHook.sol/KeysInTableHook.json +1253 -1253
- package/out/KeysInTableModule.sol/KeysInTableModule.json +798 -798
- package/out/KeysWithValue.sol/KeysWithValue.json +5879 -5879
- package/out/KeysWithValueHook.sol/KeysWithValueHook.json +1335 -1335
- package/out/KeysWithValueModule.sol/KeysWithValueModule.json +619 -619
- package/out/Module.sol/Module.json +20 -20
- package/out/StandardDelegationsModule.sol/StandardDelegationsModule.json +467 -467
- package/out/StoreHook.sol/StoreHook.json +31 -31
- package/out/System.sol/System.json +3 -3
- package/out/TimeboundDelegationControl.sol/TimeboundDelegationControl.json +166 -166
- package/out/TimeboundDelegations.sol/TimeboundDelegations.json +3149 -3149
- package/out/UniqueEntity.sol/UniqueEntity.json +1976 -1976
- package/out/UniqueEntityModule.sol/UniqueEntityModule.json +486 -486
- package/out/UniqueEntitySystem.sol/UniqueEntitySystem.json +114 -114
- package/out/UsedKeysIndex.sol/UsedKeysIndex.json +3954 -3954
- package/out/WorldContext.sol/WorldContextConsumer.json +17 -17
- package/out/WorldContext.sol/WorldContextProvider.json +17 -17
- package/out/WorldResourceId.sol/WorldResourceIdInstance.json +7 -7
- package/out/WorldResourceId.sol/WorldResourceIdLib.json +7 -7
- package/out/constants.sol/constants.json +116 -116
- package/out/getKeysInTable.sol/getKeysInTable.json +819 -819
- package/out/getKeysWithValue.sol/getKeysWithValue.json +374 -374
- package/out/getTargetTableId.sol/getTargetTableId.json +232 -232
- package/out/getUniqueEntity.sol/getUniqueEntity.json +143 -143
- package/out/hasKey.sol/hasKey.json +189 -189
- package/out/index.sol/index.json +73 -73
- package/out/interfaces/IBaseWorld.sol/IBaseWorld.json +197 -197
- package/out/interfaces/IERC165.sol/IERC165.json +50 -50
- package/out/interfaces/IWorldKernel.sol/IWorldCall.json +137 -137
- package/out/interfaces/IWorldKernel.sol/IWorldKernel.json +137 -137
- package/out/interfaces/IWorldKernel.sol/IWorldModuleInstallation.json +137 -137
- package/out/query.sol/query.json +1791 -1791
- package/out/src/FieldLayout.sol/FieldLayoutInstance.json +47 -47
- package/out/src/FieldLayout.sol/FieldLayoutLib.json +47 -47
- package/out/src/IStore.sol/IStore.json +21 -21
- package/out/src/IStore.sol/IStoreData.json +21 -21
- package/out/src/IStore.sol/IStoreRead.json +21 -21
- package/out/src/IStore.sol/IStoreRegistration.json +21 -21
- package/out/src/IStore.sol/IStoreWrite.json +21 -21
- package/out/src/Memory.sol/Memory.json +4 -4
- package/out/src/Schema.sol/SchemaInstance.json +42 -42
- package/out/src/Schema.sol/SchemaLib.json +42 -42
- package/out/src/Slice.sol/SliceInstance.json +4 -4
- package/out/src/Slice.sol/SliceLib.json +4 -4
- package/out/src/StoreCore.sol/StoreCore.json +294 -294
- package/out/src/StoreCore.sol/StoreCoreInternal.json +294 -294
- package/out/src/StoreSwitch.sol/StoreSwitch.json +23 -23
- package/out/src/WorldContext.sol/WorldContextConsumer.json +22 -22
- package/out/src/WorldContext.sol/WorldContextProvider.json +22 -22
- package/out/src/WorldResourceId.sol/WorldResourceIdInstance.json +14 -14
- package/out/src/WorldResourceId.sol/WorldResourceIdLib.json +14 -14
- package/out/tightcoder/EncodeArray.sol/EncodeArray.json +297 -297
- package/package.json +8 -8
- package/src/interfaces/IBaseWorld.sol +1 -3
- package/src/interfaces/IUniqueEntitySystem.sol +2 -3
- package/src/modules/keysintable/KeysInTableModule.sol +1 -1
- package/src/modules/keyswithvalue/KeysWithValueHook.sol +1 -1
- package/src/modules/keyswithvalue/KeysWithValueModule.sol +1 -1
- package/src/modules/std-delegations/StandardDelegationsModule.sol +1 -1
- package/src/modules/uniqueentity/UniqueEntityModule.sol +1 -1
- package/src/modules/uniqueentity/getUniqueEntity.sol +2 -2
- package/out/interfaces/IUniqueEntitySystem.sol/IUniqueEntitySystem.abi.json +0 -15
- package/out/interfaces/IUniqueEntitySystem.sol/IUniqueEntitySystem.abi.json.d.ts +0 -16
- package/out/interfaces/IUniqueEntitySystem.sol/IUniqueEntitySystem.json +0 -197
@@ -126,15 +126,15 @@
|
|
126
126
|
],
|
127
127
|
"bytecode": {
|
128
128
|
"object": "0x60a06040526040516100109061004b565b604051809103906000f08015801561002c573d6000803e3d6000fd5b506001600160a01b031660805234801561004557600080fd5b50610058565b61277d80610e5983390190565b608051610ddf61007a600039600081816103d301526104e50152610ddf6000f3fe608060405234801561001057600080fd5b506004361061007d5760003560e01c806317d7de7c1161005b57806317d7de7c146100ec57806345ec93541461011a5780637c5b03351461012d578063e1af802c1461014057600080fd5b806301ffc9a714610082578063119df25f146100aa57806313861fb5146100d7575b600080fd5b610095610090366004610b30565b610148565b60405190151581526020015b60405180910390f35b6100b26101e1565b60405173ffffffffffffffffffffffffffffffffffffffff90911681526020016100a1565b6100ea6100e5366004610b8f565b610213565b005b6040517f696e64657800000000000000000000000000000000000000000000000000000081526020016100a1565b604051601f1936013581526020016100a1565b6100ea61013b366004610b8f565b610245565b6100b26105db565b60007fffffffff0000000000000000000000000000000000000000000000000000000082167f79f50b5b0000000000000000000000000000000000000000000000000000000014806101db57507fffffffff0000000000000000000000000000000000000000000000000000000082167f01ffc9a700000000000000000000000000000000000000000000000000000000145b92915050565b7fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffcc36013560601c806102105750335b90565b6040517fea8b184c00000000000000000000000000000000000000000000000000000000815260040160405180910390fd5b60008180602001905181019061025b9190610c40565b905060006102897f6b65797776616c00000000000000000000000000000000000000000000000000836105ea565b905060006102956105db565b905060008073ffffffffffffffffffffffffffffffffffffffff831680630ba51f49867c01000000000000000000000000000000000000000000000000000000006102de6106c7565b6102e661073f565b6102ee610779565b6102f66107fe565b60405160240161030b96959493929190610ced565b60408051601f198184030181529181526020820180517bffffffffffffffffffffffffffffffffffffffffffffffffffffffff1660e09490941b9390931790925290516103589250610d37565b600060405180830381855af49150503d8060008114610393576040519150601f19603f3d011682016040523d82523d6000602084013e610398565b606091505b50915091508273ffffffffffffffffffffffffffffffffffffffff168373ffffffffffffffffffffffffffffffffffffffff166340554c3a867f000000000000000000000000000000000000000000000000000000000000000060405160240161042292919091825273ffffffffffffffffffffffffffffffffffffffff16602082015260400190565b60408051601f198184030181529181526020820180517bffffffffffffffffffffffffffffffffffffffffffffffffffffffff1660e09490941b93909317909252905161046f9250610d37565b600060405180830381855af49150503d80600081146104aa576040519150601f19603f3d011682016040523d82523d6000602084013e6104af565b606091505b509092509050816104c3576104c381610875565b604080516024810187905273ffffffffffffffffffffffffffffffffffffffff7f000000000000000000000000000000000000000000000000000000000000000081166044830152607d60648084019190915283518084039091018152608490920183526020820180517bffffffffffffffffffffffffffffffffffffffffffffffffffffffff167f530f4b600000000000000000000000000000000000000000000000000000000017905291519185169161057f9190610d37565b600060405180830381855af49150503d80600081146105ba576040519150601f19603f3d011682016040523d82523d6000602084013e6105bf565b606091505b509092509050816105d3576105d381610875565b505050505050565b60006105e561087d565b905090565b6000806105f6836108c9565b905060006106048460101b90565b90506038610613816010610d69565b61061d9190610d69565b7fffffffffffffffffffffffffffffffff000000000000000000000000000000008316901c61064e60386010610d69565b7f74620000000000000000000000000000000000000000000000000000000000007fffffffffffffff0000000000000000000000000000000000000000000000000093909316901c601087901c7dffffffffffffff00000000000000000000000000000000000000000000001617171791505092915050565b60408051600180825281830190925260009182919060208083019080368337019050509050605f8160008151811061070157610701610d7c565b602002602001019060c581111561071a5761071a610d92565b908160c581111561072d5761072d610d92565b905250610739816108e0565b91505090565b6040805160018082528183019092526000918291906020808301908036833701905050905060c18160008151811061070157610701610d7c565b604080516001808252818301909252606091816020015b60608152602001906001900390816107905790505090506040518060400160405280600981526020017f76616c7565486173680000000000000000000000000000000000000000000000815250816000815181106107f0576107f0610d7c565b602002602001018190525090565b604080516001808252818301909252606091816020015b60608152602001906001900390816108155790505090506040518060400160405280600d81526020017f6b6579735769746856616c756500000000000000000000000000000000000000815250816000815181106107f0576107f0610d7c565b805160208201fd5b7f629a4c26e296b22a8e0856e9f6ecb2d1008d7e00081111962cd175fa7488e1755460009073ffffffffffffffffffffffffffffffffffffffff16806108c4573391505090565b919050565b60006108d760706010610d69565b9190911b919050565b6000601c8251111561092c5781516040517f5318beb900000000000000000000000000000000000000000000000000000000815260040161092391815260200190565b60405180910390fd5b60008080805b8551811015610a0757600061097087838151811061095257610952610d7c565b602002602001015160c581111561096b5761096b610d92565b610ad6565b905080600003610985576001909201916109bd565b82156109bd576040517ff1e56be400000000000000000000000000000000000000000000000000000000815260040160405180910390fd5b80840193506008826004601f0303028783815181106109de576109de610d7c565b602002602001015160c58111156109f7576109f7610d92565b901b949094179350600101610932565b506005811115610a46576040517f5318beb900000000000000000000000000000000000000000000000000000000815260048101829052602401610923565b84518190036008610a5960026020610da8565b610a639190610dbb565b83901b939093179260086001610a7b60026020610da8565b610a859190610da8565b610a8f9190610dbb565b81901b93909317926008600180610aa860026020610da8565b610ab29190610da8565b610abc9190610da8565b610ac69190610dbb565b9190911b92909217949350505050565b6000808260c5811115610aeb57610aeb610d92565b60ff1690506061811015610b0557601f1660010192915050565b60618360c5811115610b1957610b19610d92565b03610b275750601492915050565b50600092915050565b600060208284031215610b4257600080fd5b81357fffffffff0000000000000000000000000000000000000000000000000000000081168114610b7257600080fd5b9392505050565b634e487b7160e01b600052604160045260246000fd5b600060208284031215610ba157600080fd5b813567ffffffffffffffff80821115610bb957600080fd5b818401915084601f830112610bcd57600080fd5b813581811115610bdf57610bdf610b79565b604051601f8201601f19908116603f01168101908382118183101715610c0757610c07610b79565b81604052828152876020848701011115610c2057600080fd5b826020860160208301376000928101602001929092525095945050505050565b600060208284031215610c5257600080fd5b5051919050565b60005b83811015610c74578181015183820152602001610c5c565b50506000910152565b600082825180855260208086019550808260051b84010181860160005b84811015610ce057601f1980878503018a5282518051808652610cc281888801898501610c59565b9a86019a601f01909116939093018401925090830190600101610c9a565b5090979650505050505050565b86815285602082015284604082015283606082015260c060808201526000610d1860c0830185610c7d565b82810360a0840152610d2a8185610c7d565b9998505050505050505050565b60008251610d49818460208701610c59565b9190910192915050565b634e487b7160e01b600052601160045260246000fd5b808201808211156101db576101db610d53565b634e487b7160e01b600052603260045260246000fd5b634e487b7160e01b600052602160045260246000fd5b818103818111156101db576101db610d53565b80820281158282048414176101db576101db610d5356fea164736f6c6343000815000a608060405234801561001057600080fd5b5061275d806100206000396000f3fe608060405234801561001057600080fd5b50600436106100a35760003560e01c80636358453311610076578063964f667d1161005b578063964f667d1461012b5780639faeaf451461013e578063a8ba87211461015157600080fd5b8063635845331461010a57806383b5c95b1461011d57600080fd5b806301ffc9a7146100a857806355eb5a28146100cf57806357066c9c146100e45780635b28cdaf146100f7575b600080fd5b6100bb6100b6366004611e7b565b610164565b604051901515815260200160405180910390f35b6100e26100dd366004612017565b6101fd565b005b6100e26100f23660046120cb565b610262565b6100e26101053660046120cb565b61031d565b6100e2610118366004612017565b61034f565b6100e261010536600461216f565b6100e26101393660046121bf565b61039b565b6100e261014c36600461216f565b6103ef565b6100e261015f3660046121bf565b610434565b60007fffffffff0000000000000000000000000000000000000000000000000000000082167f198cf0cd0000000000000000000000000000000000000000000000000000000014806101f757507fffffffff0000000000000000000000000000000000000000000000000000000082167f01ffc9a700000000000000000000000000000000000000000000000000000000145b92915050565b600061020888610480565b90506000610217898984610570565b9050600061022f661ad95e5ddd985b60ca1b8b61064b565b9050610256818a6000815181106102485761024861224c565b60200260200101518461070d565b50505050505050505050565b6000610278661ad95e5ddd985b60ca1b8861064b565b90506000610287888885610570565b90506102ae82886000815181106102a0576102a061224c565b60200260200101518361070d565b8351606090156102e3578686866040516020016102cd93929190612286565b60405160208183030381529060405290506102e6565b50855b6103128382805190602001208a6000815181106103055761030561224c565b602002602001015161074e565b505050505050505050565b6040517fcfd7320c00000000000000000000000000000000000000000000000000000000815260040160405180910390fd5b600061035a88610480565b90506000610369898984610570565b90506000610381661ad95e5ddd985b60ca1b8b61064b565b905061025681838b6000815181106103055761030561224c565b60006103a685610480565b905060006103b5868684610570565b905060006103cd661ad95e5ddd985b60ca1b8861064b565b90506103e681876000815181106102485761024861224c565b50505050505050565b60006103fc848484610570565b90506000610414661ad95e5ddd985b60ca1b8661064b565b905061042d81856000815181106102485761024861224c565b5050505050565b600061043f85610480565b9050600061044e868684610570565b90506000610466661ad95e5ddd985b60ca1b8861064b565b90506103e68183886000815181106103055761030561224c565b6040805160018082528183019092526000918291906020808301908036833701905050905082816000815181106104b9576104b961224c565b60209081029190910181019190915260408051613a3160f11b818401527f6d756473746f726500000000000000000000000000000000000000000000000060228201527f5461626c657300000000000000000000000000000000000000000000000000006030820152815180820390930183528101905260009061056890610540906122bd565b8360007e600302202020000000000000000000000000000000000000000000000000006107be565b949350505050565b60008060008061057e61087b565b6001600160a01b031663419b58fd8888886040518463ffffffff1660e01b81526004016105ad9392919061231f565b600060405180830381865afa1580156105ca573d6000803e3d6000fd5b505050506040513d6000823e601f3d908101601f191682016040526105f2919081019061238d565b9250925092506000815111156106375782828260405160200161061793929190612286565b604051602081830303815290604052805190602001209350505050610644565b5050805160209091012090505b9392505050565b6000806106578361088a565b905060006106658460101b90565b90506038610674816010612410565b61067e9190612410565b7fffffffffffffffffffffffffffffffff000000000000000000000000000000008316901c6106af60386010612410565b613a3160f11b7fffffffffffffff0000000000000000000000000000000000000000000000000093909316901c601087901c7dffffffffffffff00000000000000000000000000000000000000000000001617171791505092915050565b60006107238361071d86856108a1565b90610915565b9050805160000361073d5761073884836109ed565b610748565b610748848383610a3e565b50505050565b6040805160018082528183019092526000916020808301908036833701905050905082816000815181106107845761078461224c565b60200260200101818152505061074884826000856040516020016107aa91815260200190565b604051602081830303815290604052610a95565b6000806107c9610b3b565b9050306001600160a01b038216036107ef576107e786868686610b7a565b915050610568565b6040517f8c364d590000000000000000000000000000000000000000000000000000000081526001600160a01b03821690638c364d599061083a908990899089908990600401612423565b602060405180830381865afa158015610857573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906107e79190612452565b6000610885610b3b565b905090565b600061089860706010612410565b9190911b919050565b604080516001808252818301909252606091600091906020808301908036833701905050905082816000815181106108db576108db61224c565b60200260200101818152505060006108f585836000610ba7565b905061090c6109078260008451610c6e565b610d07565b95945050505050565b60606000835167ffffffffffffffff81111561093357610933611ebd565b60405190808252806020026020018201604052801561095c578160200160208202803683370190505b5090506000805b85518110156109e3578486828151811061097f5761097f61224c565b6020026020010151146109d15785818151811061099e5761099e61224c565b60200260200101518383815181106109b8576109b861224c565b6020908102919091010152816109cd8161246b565b9250505b806109db8161246b565b915050610963565b5081529392505050565b604080516001808252818301909252600091602080830190803683370190505090508181600081518110610a2357610a2361224c565b602002602001018181525050610a398382610d18565b505050565b604080516001808252818301909252600091602080830190803683370190505090508281600081518110610a7457610a7461224c565b60200260200101818152505061074884826000610a9086610db3565b610dc3565b6000610a9f610b3b565b9050306001600160a01b03821603610ac257610abd85858585610e36565b61042d565b6040517f150f32620000000000000000000000000000000000000000000000000000000081526001600160a01b0382169063150f326290610b0d9088908890889088906004016124b1565b600060405180830381600087803b158015610b2757600080fd5b505af1158015610312573d6000803e3d6000fd5b7f629a4c26e296b22a8e0856e9f6ecb2d1008d7e00081111962cd175fa7488e175546000906001600160a01b031680610b75573391505090565b919050565b600061090c610b898686610e79565b60ff858116601b0360080285901c16610ba28587610ecf565b610f0a565b60606000610bb3610b3b565b9050306001600160a01b03821603610bd857610bd0858585610f5b565b915050610644565b6040517f1e7889770000000000000000000000000000000000000000000000000000000081526001600160a01b03821690631e78897790610c21908890889088906004016124e5565b600060405180830381865afa158015610c3e573d6000803e3d6000fd5b505050506040513d6000823e601f3d908101601f19168201604052610bd09190810190612511565b509392505050565b6000818311158015610c81575083518211155b610cc6578383836040517f23230fa3000000000000000000000000000000000000000000000000000000008152600401610cbd93929190612546565b60405180910390fd5b60208401610cd48482612410565b90506000610ce2858561256b565b6fffffffffffffffffffffffffffffffff1660809290921b9190911795945050505050565b606060006106448360206000610f95565b6000610d22610b3b565b9050306001600160a01b03821603610d3e57610a3983836110a7565b6040517f505a181d0000000000000000000000000000000000000000000000000000000081526001600160a01b0382169063505a181d90610d85908690869060040161257e565b600060405180830381600087803b158015610d9f57600080fd5b505af11580156103e6573d6000803e3d6000fd5b60608161064481602060006110be565b6000610dcd610b3b565b9050306001600160a01b03821603610deb57610abd85858585611112565b6040517fef6ea8620000000000000000000000000000000000000000000000000000000081526001600160a01b0382169063ef6ea86290610b0d9088908890889088906004016124b1565b6000610e42858561114d565b90506000610e5f828560ff166028026038011c64ffffffffff1690565b9050610e718686868460008888611160565b505050505050565b60008282604051602001610e8e929190612597565b60408051601f1981840301815291905280516020909101207f86425bff6b57326c7859e89024fe4f238ca327a1ae4a230180dd2f0e88aaa7d9189392505050565b600080805b8360ff16811015610c6657610ef660ff601b83900360080287901c1683612410565b915080610f028161246b565b915050610ed4565b600060208210610f3057602082048401935060208281610f2c57610f2c6125d2565b0691505b508254600882021b602082900380841115610c66576001850154600882021c82179150509392505050565b6060610568610f6b858585611576565b610f8e84610f79888861114d565b9060ff166028026038011c64ffffffffff1690565b60006115f6565b60606000610fa38560801c90565b90506fffffffffffffffffffffffffffffffff85166000858281610fc957610fc96125d2565b049050610fd686836125e8565b15611063576040517f08c379a000000000000000000000000000000000000000000000000000000000815260206004820152603d60248201527f756e7061636b546f41727261793a207061636b65644c656e677468206d75737460448201527f2062652061206d756c7469706c65206f6620656c656d656e7453697a650000006064820152608401610cbd565b60405193506020840160208202810160405281855260005b8281101561109b578451871c82529387019360209091019060010161107b565b50505050509392505050565b6110ba82826110b585611619565b611747565b5050565b825160609060006110cf85836125fc565b9050604051925060208301601f19603f83860101166040528184526000602088015b8482101561109b578051871b835291870191600191909101906020016110f1565b600061111e858561114d565b9050600061113b828560ff166028026038011c64ffffffffff1690565b9050610e718686866000858888611160565b600061064461115c8484611a07565b5490565b613a3160f11b877fffff00000000000000000000000000000000000000000000000000000000000016146111ea57613a3160f11b87886040516020016111a891815260200190565b60408051601f19818403018152908290527f31b46683000000000000000000000000000000000000000000000000000000008252610cbd939291600401612613565b6000611205828760ff166028026038011c64ffffffffff1690565b9050600083518564ffffffffff168361121e919061256b565b6112289190612410565b905080821415801561124a5750816112408688612654565b64ffffffffff1614155b1561129a576040517fa65010b400000000000000000000000000000000000000000000000000000000815264ffffffffff8088166004830152808716602483015283166044820152606401610cbd565b818664ffffffffff1611156112eb576040517f7e8578d30000000000000000000000000000000000000000000000000000000081526004810183905264ffffffffff87166024820152604401610cbd565b60006112f8848984611a5d565b905064ffffffffff871660005b8960ff168160ff1610156113385761132c868260ff166028026038011c64ffffffffff1690565b90910190600101611305565b508a7faa63765a776145e5e6492f471ae097dfed11cd57a61bc2679dd43180422385b48b838a868b604051611371959493929190612679565b60405180910390a25060006113858b611b2b565b905060005b815181101561145a5760008282815181106113a7576113a761224c565b602002602001015190506113d36010826affffffffffffffffffffff1916611c0b90919063ffffffff16565b1561144757606081901c6001600160a01b03166355eb5a288e8e8e8e8e8a8f6040518863ffffffff1660e01b815260040161141497969594939291906126cb565b600060405180830381600087803b15801561142e57600080fd5b505af1158015611442573d6000803e3d6000fd5b505050505b50806114528161246b565b91505061138a565b5082841461147357600061146e8c8c611a07565b839055505b60006114808c8c8c611576565b9050611494818a64ffffffffff1689611c29565b5060005b81518110156115685760008282815181106114b5576114b561224c565b602002602001015190506114e16020826affffffffffffffffffffff1916611c0b90919063ffffffff16565b1561155557606081901c6001600160a01b031663635845338e8e8e8e8e8a8f6040518863ffffffff1660e01b815260040161152297969594939291906126cb565b600060405180830381600087803b15801561153c57600080fd5b505af1158015611550573d6000803e3d6000fd5b505050505b50806115608161246b565b915050611498565b505050505050505050505050565b6000838360405160200161158b929190612597565b604051602081830303815290604052805190602001208260f81b7effffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff19167f3b4102da22e32d82fc925482184f16c09fd4281692720b87d124aef6da48a0f1181860001c90509392505050565b60405160208101601f19603f8584010116604052838252610c6685858584611c39565b60408051613a3160f11b60208201527f6d756473746f726500000000000000000000000000000000000000000000000060228201527f5461626c65730000000000000000000000000000000000000000000000000000603082015260009101604051602081830303815290604052611690906122bd565b82036116bc57507e60030220202000000000000000000000000000000000000000000000000000919050565b60408051613a3160f11b60208201527f6d756473746f726500000000000000000000000000000000000000000000000060228201527f5461626c6573000000000000000000000000000000000000000000000000000060308201526101f79161173e9101604051602081830303815290604052611738906122bd565b84611cf1565b60206000610f0a565b827f0e1f72f429eb97e64878619984a91e687ae91610348b9ff4216782cc96e49d07836040516117779190612729565b60405180910390a2613a3160f11b837fffff00000000000000000000000000000000000000000000000000000000000016146117b257505050565b60006117bd84611b2b565b905060005b815181101561189a5760008282815181106117df576117df61224c565b6020026020010151905061180b6040826affffffffffffffffffffff1916611c0b90919063ffffffff16565b15611887576040517f9faeaf45000000000000000000000000000000000000000000000000000000008152606082901c90639faeaf45906118549089908990899060040161231f565b600060405180830381600087803b15801561186e57600080fd5b505af1158015611882573d6000803e3d6000fd5b505050505b50806118928161246b565b9150506117c2565b5060006118a78585610e79565b90506119008160006118b886611d0d565b67ffffffffffffffff8111156118d0576118d0611ebd565b6040519080825280601f01601f1916602001820160405280156118fa576020820181803683370190505b50611c29565b600061190b84611d30565b111561192c57600061191d8686611a07565b905061192a816020611d6d565b505b60005b8251811015610e7157600083828151811061194c5761194c61224c565b602002602001015190506119786080826affffffffffffffffffffff1916611c0b90919063ffffffff16565b156119f4576040517f83b5c95b000000000000000000000000000000000000000000000000000000008152606082901c906383b5c95b906119c1908a908a908a9060040161231f565b600060405180830381600087803b1580156119db57600080fd5b505af11580156119ef573d6000803e3d6000fd5b505050505b50806119ff8161246b565b91505061192f565b60008282604051602001611a1c929190612597565b60408051601f1981840301815291905280516020909101207f14e2fcc58e58e68ec7edc30c8d50dccc3ce2714a623ec81f46b6a63922d76569189392505050565b600064ffffffffff821115611aa1576040517f4767058800000000000000000000000000000000000000000000000000000000815260048101839052602401610cbd565b8366ffffffffffffff811660ff851660280260380182901c64ffffffffff16808510611ad35780850382019150611adb565b848103820391505b5064ffffffffff6038602860ff8816020181811b197fffffffffffffffffffffffffffffffffffffffffffffffffff000000000000009490941690921792909216918416901b1790509392505050565b60408051600180825281830190925260609160009190602080830190803683370190505090508281600081518110611b6557611b6561224c565b60209081029190910181019190915260408051613a3160f11b818401527f6d756473746f726500000000000000000000000000000000000000000000000060228201527f53746f7265486f6f6b730000000000000000000000000000000000000000000060308201528151808203909301835281019052600090611bf490611bec906122bd565b836000610f5b565b9050610568611c068260008451610c6e565b611daa565b60008160ff1682611c1c8560581c90565b1660ff1614905092915050565b610a398383602084018451611dbb565b8115611cab5760208210611c6357602082048401935060208281611c5f57611c5f6125d2565b0691505b8115611cab5760208290036000600019600883021c1990508554600885021b811984511682821617845250818511611c9c575050610748565b50600194909401939283900392015b5b60208310611ccd5783548152600190930192601f1990920191602001611cac565b8215610748576000600019600885021c198251865482169119161782525050505050565b6040805160208101849052908101829052600090606001610e8e565b60006008611d1d6002602061256b565b611d2791906125fc565b9190911c919050565b60006008600180611d436002602061256b565b611d4d919061256b565b611d57919061256b565b611d6191906125fc565b8260ff911c1692915050565b60006020611d7c83601f612410565b611d86919061273c565b611d909084612410565b90505b80831015610a395760008355600183019250611d93565b606060006106448360156000610f95565b8215611e355760208310611de557602083048401935060208381611de157611de16125d2565b0692505b8215611e355760208390036000600019600884021c1990506008850281811c91508451811c9050811987541682821617875550818311611e26575050610748565b50600194909401939182019190035b5b60208110611e575781518455600190930192602090910190601f1901611e36565b8015610748576000600019600883021c198554845182169119161785555050505050565b600060208284031215611e8d57600080fd5b81357fffffffff000000000000000000000000000000000000000000000000000000008116811461064457600080fd5b634e487b7160e01b600052604160045260246000fd5b604051601f8201601f1916810167ffffffffffffffff81118282101715611efc57611efc611ebd565b604052919050565b600082601f830112611f1557600080fd5b8135602067ffffffffffffffff821115611f3157611f31611ebd565b8160051b611f40828201611ed3565b9283528481018201928281019087851115611f5a57600080fd5b83870192505b84831015611f7957823582529183019190830190611f60565b979650505050505050565b803564ffffffffff81168114610b7557600080fd5b600067ffffffffffffffff821115611fb357611fb3611ebd565b50601f01601f191660200190565b600082601f830112611fd257600080fd5b8135611fe5611fe082611f99565b611ed3565b818152846020838601011115611ffa57600080fd5b816020850160208301376000918101602001919091529392505050565b600080600080600080600060e0888a03121561203257600080fd5b87359650602088013567ffffffffffffffff8082111561205157600080fd5b61205d8b838c01611f04565b975060408a0135915060ff8216821461207557600080fd5b81965061208460608b01611f84565b955061209260808b01611f84565b945060a08a0135935060c08a01359150808211156120af57600080fd5b506120bc8a828b01611fc1565b91505092959891949750929550565b60008060008060008060c087890312156120e457600080fd5b86359550602087013567ffffffffffffffff8082111561210357600080fd5b61210f8a838b01611f04565b9650604089013591508082111561212557600080fd5b6121318a838b01611fc1565b955060608901359450608089013591508082111561214e57600080fd5b5061215b89828a01611fc1565b92505060a087013590509295509295509295565b60008060006060848603121561218457600080fd5b83359250602084013567ffffffffffffffff8111156121a257600080fd5b6121ae86828701611f04565b925050604084013590509250925092565b600080600080608085870312156121d557600080fd5b84359350602085013567ffffffffffffffff808211156121f457600080fd5b61220088838901611f04565b94506040870135915065ffffffffffff8216821461221d57600080fd5b9092506060860135908082111561223357600080fd5b5061224087828801611fc1565b91505092959194509250565b634e487b7160e01b600052603260045260246000fd5b60005b8381101561227d578181015183820152602001612265565b50506000910152565b60008451612298818460208901612262565b820184815283516122b0816020808501908801612262565b0160200195945050505050565b805160208083015191908110156122de576000198160200360031b1b821691505b50919050565b600081518084526020808501945080840160005b83811015612314578151875295820195908201906001016122f8565b509495945050505050565b83815260606020820152600061233860608301856122e4565b9050826040830152949350505050565b600082601f83011261235957600080fd5b8151612367611fe082611f99565b81815284602083860101111561237c57600080fd5b610568826020830160208701612262565b6000806000606084860312156123a257600080fd5b835167ffffffffffffffff808211156123ba57600080fd5b6123c687838801612348565b94506020860151935060408601519150808211156123e357600080fd5b506123f086828701612348565b9150509250925092565b634e487b7160e01b600052601160045260246000fd5b808201808211156101f7576101f76123fa565b84815260806020820152600061243c60808301866122e4565b60ff949094166040830152506060015292915050565b60006020828403121561246457600080fd5b5051919050565b6000600019820361247e5761247e6123fa565b5060010190565b6000815180845261249d816020860160208601612262565b601f01601f19169290920160200192915050565b8481526080602082015260006124ca60808301866122e4565b60ff851660408401528281036060840152611f798185612485565b8381526060602082015260006124fe60608301856122e4565b905060ff83166040830152949350505050565b60006020828403121561252357600080fd5b815167ffffffffffffffff81111561253a57600080fd5b61056884828501612348565b6060815260006125596060830186612485565b60208301949094525060400152919050565b818103818111156101f7576101f76123fa565b82815260406020820152600061056860408301846122e4565b82815260006020808301845182860160005b828110156125c5578151845292840192908401906001016125a9565b5091979650505050505050565b634e487b7160e01b600052601260045260246000fd5b6000826125f7576125f76125d2565b500690565b80820281158282048414176101f7576101f76123fa565b7fffff0000000000000000000000000000000000000000000000000000000000008416815282602082015260606040820152600061090c6060830184612485565b64ffffffffff818116838216019080821115612672576126726123fa565b5092915050565b60a08152600061268c60a08301886122e4565b65ffffffffffff8716602084015264ffffffffff8616604084015284606084015282810360808401526126bf8185612485565b98975050505050505050565b87815260e0602082015260006126e460e08301896122e4565b60ff8816604084015264ffffffffff87811660608501528616608084015260a0830185905282810360c084015261271b8185612485565b9a9950505050505050505050565b60208152600061064460208301846122e4565b60008261274b5761274b6125d2565b50049056fea164736f6c6343000815000a",
|
129
|
-
"sourceMap": "
|
129
|
+
"sourceMap": "1629:2008:122:-:0;;;1910:23;;;;;:::i;:::-;;;;;;;;;;;;;;;;;;;;;;;-1:-1:-1;;;;;;1867:66:122;;;1629:2008;;;;;;;;;;;;;;;;;;;;:::o;:::-;;;;;;;;;;;;;;;;;;",
|
130
130
|
"linkReferences": {}
|
131
131
|
},
|
132
132
|
"deployedBytecode": {
|
133
133
|
"object": "0x608060405234801561001057600080fd5b506004361061007d5760003560e01c806317d7de7c1161005b57806317d7de7c146100ec57806345ec93541461011a5780637c5b03351461012d578063e1af802c1461014057600080fd5b806301ffc9a714610082578063119df25f146100aa57806313861fb5146100d7575b600080fd5b610095610090366004610b30565b610148565b60405190151581526020015b60405180910390f35b6100b26101e1565b60405173ffffffffffffffffffffffffffffffffffffffff90911681526020016100a1565b6100ea6100e5366004610b8f565b610213565b005b6040517f696e64657800000000000000000000000000000000000000000000000000000081526020016100a1565b604051601f1936013581526020016100a1565b6100ea61013b366004610b8f565b610245565b6100b26105db565b60007fffffffff0000000000000000000000000000000000000000000000000000000082167f79f50b5b0000000000000000000000000000000000000000000000000000000014806101db57507fffffffff0000000000000000000000000000000000000000000000000000000082167f01ffc9a700000000000000000000000000000000000000000000000000000000145b92915050565b7fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffcc36013560601c806102105750335b90565b6040517fea8b184c00000000000000000000000000000000000000000000000000000000815260040160405180910390fd5b60008180602001905181019061025b9190610c40565b905060006102897f6b65797776616c00000000000000000000000000000000000000000000000000836105ea565b905060006102956105db565b905060008073ffffffffffffffffffffffffffffffffffffffff831680630ba51f49867c01000000000000000000000000000000000000000000000000000000006102de6106c7565b6102e661073f565b6102ee610779565b6102f66107fe565b60405160240161030b96959493929190610ced565b60408051601f198184030181529181526020820180517bffffffffffffffffffffffffffffffffffffffffffffffffffffffff1660e09490941b9390931790925290516103589250610d37565b600060405180830381855af49150503d8060008114610393576040519150601f19603f3d011682016040523d82523d6000602084013e610398565b606091505b50915091508273ffffffffffffffffffffffffffffffffffffffff168373ffffffffffffffffffffffffffffffffffffffff166340554c3a867f000000000000000000000000000000000000000000000000000000000000000060405160240161042292919091825273ffffffffffffffffffffffffffffffffffffffff16602082015260400190565b60408051601f198184030181529181526020820180517bffffffffffffffffffffffffffffffffffffffffffffffffffffffff1660e09490941b93909317909252905161046f9250610d37565b600060405180830381855af49150503d80600081146104aa576040519150601f19603f3d011682016040523d82523d6000602084013e6104af565b606091505b509092509050816104c3576104c381610875565b604080516024810187905273ffffffffffffffffffffffffffffffffffffffff7f000000000000000000000000000000000000000000000000000000000000000081166044830152607d60648084019190915283518084039091018152608490920183526020820180517bffffffffffffffffffffffffffffffffffffffffffffffffffffffff167f530f4b600000000000000000000000000000000000000000000000000000000017905291519185169161057f9190610d37565b600060405180830381855af49150503d80600081146105ba576040519150601f19603f3d011682016040523d82523d6000602084013e6105bf565b606091505b509092509050816105d3576105d381610875565b505050505050565b60006105e561087d565b905090565b6000806105f6836108c9565b905060006106048460101b90565b90506038610613816010610d69565b61061d9190610d69565b7fffffffffffffffffffffffffffffffff000000000000000000000000000000008316901c61064e60386010610d69565b7f74620000000000000000000000000000000000000000000000000000000000007fffffffffffffff0000000000000000000000000000000000000000000000000093909316901c601087901c7dffffffffffffff00000000000000000000000000000000000000000000001617171791505092915050565b60408051600180825281830190925260009182919060208083019080368337019050509050605f8160008151811061070157610701610d7c565b602002602001019060c581111561071a5761071a610d92565b908160c581111561072d5761072d610d92565b905250610739816108e0565b91505090565b6040805160018082528183019092526000918291906020808301908036833701905050905060c18160008151811061070157610701610d7c565b604080516001808252818301909252606091816020015b60608152602001906001900390816107905790505090506040518060400160405280600981526020017f76616c7565486173680000000000000000000000000000000000000000000000815250816000815181106107f0576107f0610d7c565b602002602001018190525090565b604080516001808252818301909252606091816020015b60608152602001906001900390816108155790505090506040518060400160405280600d81526020017f6b6579735769746856616c756500000000000000000000000000000000000000815250816000815181106107f0576107f0610d7c565b805160208201fd5b7f629a4c26e296b22a8e0856e9f6ecb2d1008d7e00081111962cd175fa7488e1755460009073ffffffffffffffffffffffffffffffffffffffff16806108c4573391505090565b919050565b60006108d760706010610d69565b9190911b919050565b6000601c8251111561092c5781516040517f5318beb900000000000000000000000000000000000000000000000000000000815260040161092391815260200190565b60405180910390fd5b60008080805b8551811015610a0757600061097087838151811061095257610952610d7c565b602002602001015160c581111561096b5761096b610d92565b610ad6565b905080600003610985576001909201916109bd565b82156109bd576040517ff1e56be400000000000000000000000000000000000000000000000000000000815260040160405180910390fd5b80840193506008826004601f0303028783815181106109de576109de610d7c565b602002602001015160c58111156109f7576109f7610d92565b901b949094179350600101610932565b506005811115610a46576040517f5318beb900000000000000000000000000000000000000000000000000000000815260048101829052602401610923565b84518190036008610a5960026020610da8565b610a639190610dbb565b83901b939093179260086001610a7b60026020610da8565b610a859190610da8565b610a8f9190610dbb565b81901b93909317926008600180610aa860026020610da8565b610ab29190610da8565b610abc9190610da8565b610ac69190610dbb565b9190911b92909217949350505050565b6000808260c5811115610aeb57610aeb610d92565b60ff1690506061811015610b0557601f1660010192915050565b60618360c5811115610b1957610b19610d92565b03610b275750601492915050565b50600092915050565b600060208284031215610b4257600080fd5b81357fffffffff0000000000000000000000000000000000000000000000000000000081168114610b7257600080fd5b9392505050565b634e487b7160e01b600052604160045260246000fd5b600060208284031215610ba157600080fd5b813567ffffffffffffffff80821115610bb957600080fd5b818401915084601f830112610bcd57600080fd5b813581811115610bdf57610bdf610b79565b604051601f8201601f19908116603f01168101908382118183101715610c0757610c07610b79565b81604052828152876020848701011115610c2057600080fd5b826020860160208301376000928101602001929092525095945050505050565b600060208284031215610c5257600080fd5b5051919050565b60005b83811015610c74578181015183820152602001610c5c565b50506000910152565b600082825180855260208086019550808260051b84010181860160005b84811015610ce057601f1980878503018a5282518051808652610cc281888801898501610c59565b9a86019a601f01909116939093018401925090830190600101610c9a565b5090979650505050505050565b86815285602082015284604082015283606082015260c060808201526000610d1860c0830185610c7d565b82810360a0840152610d2a8185610c7d565b9998505050505050505050565b60008251610d49818460208701610c59565b9190910192915050565b634e487b7160e01b600052601160045260246000fd5b808201808211156101db576101db610d53565b634e487b7160e01b600052603260045260246000fd5b634e487b7160e01b600052602160045260246000fd5b818103818111156101db576101db610d53565b80820281158282048414176101db576101db610d5356fea164736f6c6343000815000a",
|
134
|
-
"sourceMap": "
|
134
|
+
"sourceMap": "1629:2008:122:-:0;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;403:220:88;;;;;;:::i;:::-;;:::i;:::-;;;516:14:139;;509:22;491:41;;479:2;464:18;403:220:88;;;;;;;;799:379:90;;;:::i;:::-;;;719:42:139;707:55;;;689:74;;677:2;662:18;799:379:90;543:226:139;3539:96:122;;;;;;:::i;:::-;;:::i;:::-;;1938:83;;;2000:16;2094:98:139;;2082:2;2067:18;1938:83:122;1948:250:139;1248:212:90;;;-1:-1:-1;;1430:14:90;1426:23;1413:37;2349:25:139;;2337:2;2322:18;1248:212:90;2203:177:139;2025:1510:122;;;;;;:::i;:::-;;:::i;1464:95:90:-;;;:::i;403:220:88:-;527:4;546:34;;;229:110:102;546:34:88;;:72;;-1:-1:-1;584:34:88;;;97::101;584::88;546:72;539:79;403:220;-1:-1:-1;;403:220:88:o;799:379:90:-;1081:34;1085:14;1081:34;1068:48;1064:2;1060:57;;1128:45;;-1:-1:-1;1163:10:90;1128:45;799:379;:::o;3539:96:122:-;3595:35;;;;;;;;;;;;;;2025:1510;2119:24;2173:4;2162:27;;;;;;;;;;;;:::i;:::-;2119:71;;2196:30;2229:49;2246:16;2264:13;2229:16;:49::i;:::-;2196:82;;2285:16;2315:8;:6;:8::i;:::-;2285:39;-1:-1:-1;2365:12:122;;2406:27;;;;2465:19;2506;1162:66:126;2579:28:122;:26;:28::i;:::-;2619:30;:28;:30::i;:::-;2661:27;:25;:27::i;:::-;2700:29;:27;:29::i;:::-;2441:306;;;;;;;;;;;;;:::i;:::-;;;;-1:-1:-1;;2441:306:122;;;;;;;;;;;;;;;;;;;;;;;;;;;;2406:347;;;;-1:-1:-1;2406:347:122;:::i;:::-;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;2364:389;;;;2841:5;2833:27;;2883:5;:17;;;2903:19;2932:4;2868:71;;;;;;;;5127:25:139;;;5200:42;5188:55;5183:2;5168:18;;5161:83;5115:2;5100:18;;4921:329;2868:71:122;;;;-1:-1:-1;;2868:71:122;;;;;;;;;;;;;;;;;;;;;;;;;;;;2833:112;;;;-1:-1:-1;2833:112:122;:::i;:::-;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;-1:-1:-1;2809:136:122;;-1:-1:-1;2809:136:122;-1:-1:-1;2809:136:122;2952:41;;2966:27;2982:10;2966:15;:27::i;:::-;386:6:81;3137:340:122;;;;;5512:25:139;;;3102:27:122;3231:4;5573:55:139;;5553:18;;;5546:83;3247:212:122;5645:18:139;;;;5638:45;;;;3137:340:122;;;;;;;;;;5485:18:139;;;;3137:340:122;;;;;;;;;;;;;3102:381;;:27;;;;:381;;3137:340;3102:381;:::i;:::-;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;-1:-1:-1;3078:405:122;;-1:-1:-1;3078:405:122;-1:-1:-1;3078:405:122;3489:41;;3503:27;3519:10;3503:15;:27::i;:::-;2072:1463;;;;;2025:1510;:::o;1464:95:90:-;1503:7;1525:29;:27;:29::i;:::-;1518:36;;1464:95;:::o;1052:559:125:-;1142:10;1158:17;1178:46;1210:13;1178:31;:46::i;:::-;1158:66;;1228:27;1265:51;1302:13;117:5:62;2089:44:91;;1991:148;1265:51:125;1228:89;-1:-1:-1;401:5:125;1544:33;401:5;117::62;1544:33:125;:::i;:::-;:56;;;;:::i;:::-;1521:18;;;:80;;1474:33;354:5;117::62;1474:33:125;:::i;:::-;1363:14;1440:29;;;;;:68;;117:5:62;1390:37:125;;;;;1355:154;:247;;;-1:-1:-1;;1052:559:125;;;;:::o;1435:200:126:-;1529:19;;;1546:1;1529:19;;;;;;;;;1482:6;;;;1529:19;;;;;;;;;;;;-1:-1:-1;1529:19:126;1496:52;;1570:18;1554:10;1565:1;1554:13;;;;;;;;:::i;:::-;;;;;;:34;;;;;;;;;:::i;:::-;;;;;;;;;;;:::i;:::-;;;-1:-1:-1;1602:28:126;1619:10;1602:16;:28::i;:::-;1595:35;;;1435:200;:::o;1677:214::-;1775:19;;;1792:1;1775:19;;;;;;;;;1726:6;;;;1775:19;;;;;;;;;;;;-1:-1:-1;1775:19:126;1740:54;;1818:24;1800:12;1813:1;1800:15;;;;;;;;:::i;1930:140::-;2019:15;;;2032:1;2019:15;;;;;;;;;1976:24;;2019:15;;;;;;;;;;;;;;;;;;;;2008:26;;2040:25;;;;;;;;;;;;;;;;;:8;2049:1;2040:11;;;;;;;;:::i;:::-;;;;;;:25;;;;1930:140;:::o;2111:152::-;2206:15;;;2219:1;2206:15;;;;;;;;;2159:26;;2206:15;;;;;;;;;;;;;;;;;;;;2193:28;;2227:31;;;;;;;;;;;;;;;;;:10;2238:1;2227:13;;;;;;;;:::i;182:217:108:-;385:6;379:13;372:4;364:6;360:17;353:40;1091:227:68;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:68:o;2482:160:91:-;2545:7;2609:26;399:6;117:5:62;2609:26:91;:::i;:::-;2575:61;;;;;2482:160;-1:-1:-1;2482:160:91:o;778:2059:63:-;846:6;356:2:80;864:7:63;:14;:33;860:85;;;930:7;:14;906:39;;;;;;;;;2349:25:139;;2337:2;2322:18;;2203:177;906:39:63;;;;;;;;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:80;2062::63;2058;228:2:80;2040:19:63;:23;2039:40;2023:7;2031:1;2023:10;;;;;;;;:::i;:::-;;;;;;;2015:19;;;;;;;;:::i;:::-;:65;;2005:75;;;;;-1:-1:-1;2090:3:63;;1152:956;;;;493:1:80;2152:13:63;:34;2148:85;;;2195:38;;;;;;;;2349:25:139;;;2322:18;;2195:38:63;2203:177:139;2148:85:63;2333:14;;:30;;;295:1:80;626:13;638:1;148:2;626:13;:::i;:::-;625:30;;;;:::i;:::-;2621:41:63;;;2611:51;;;;;295:1:80;722;706:13;718:1;148:2;706:13;:::i;:::-;:17;;;;:::i;:::-;705:34;;;;:::i;:::-;2678:47:63;;;2668:57;;;;;295:1:80;811;;791:13;803:1;148:2;791:13;:::i;:::-;:17;;;;:::i;:::-;:21;;;;:::i;:::-;790:38;;;;:::i;:::-;2741:49:63;;;;2731:59;;;;;778:2059;-1:-1:-1;;;;778:2059:63:o;3195:520:52:-;3261:7;3274:13;3296:10;3290:17;;;;;;;;:::i;:::-;3274:33;;;;3324:2;3316:5;:10;3312:401;;;3568:2;3560:10;3574:1;3559:16;;;-1:-1:-1;;3195:520:52:o;3312:401::-;3610:18;3596:10;:32;;;;;;;;:::i;:::-;;3592:121;;-1:-1:-1;3643:2:52;;3195:520;-1:-1:-1;;3195:520:52:o;3592:121::-;-1:-1:-1;3707:1:52;;3195:520;-1:-1:-1;;3195:520:52:o;14:332:139:-;72:6;125:2;113:9;104:7;100:23;96:32;93:52;;;141:1;138;131:12;93:52;180:9;167:23;230:66;223:5;219:78;212:5;209:89;199:117;;312:1;309;302:12;199:117;335:5;14:332;-1:-1:-1;;;14:332:139:o;774:184::-;-1:-1:-1;;;823:1:139;816:88;923:4;920:1;913:15;947:4;944:1;937:15;963:980;1031:6;1084:2;1072:9;1063:7;1059:23;1055:32;1052:52;;;1100:1;1097;1090:12;1052:52;1140:9;1127:23;1169:18;1210:2;1202:6;1199:14;1196:34;;;1226:1;1223;1216:12;1196:34;1264:6;1253:9;1249:22;1239:32;;1309:7;1302:4;1298:2;1294:13;1290:27;1280:55;;1331:1;1328;1321:12;1280:55;1367:2;1354:16;1389:2;1385;1382:10;1379:36;;;1395:18;;:::i;:::-;1529:2;1523:9;1591:4;1583:13;;-1:-1:-1;;1579:22:139;;;1603:2;1575:31;1571:40;1559:53;;;1627:18;;;1647:22;;;1624:46;1621:72;;;1673:18;;:::i;:::-;1713:10;1709:2;1702:22;1748:2;1740:6;1733:18;1788:7;1783:2;1778;1774;1770:11;1766:20;1763:33;1760:53;;;1809:1;1806;1799:12;1760:53;1865:2;1860;1856;1852:11;1847:2;1839:6;1835:15;1822:46;1910:1;1888:15;;;1905:2;1884:24;1877:35;;;;-1:-1:-1;1892:6:139;963:980;-1:-1:-1;;;;;963:980:139:o;2385:184::-;2455:6;2508:2;2496:9;2487:7;2483:23;2479:32;2476:52;;;2524:1;2521;2514:12;2476:52;-1:-1:-1;2547:16:139;;2385:184;-1:-1:-1;2385:184:139:o;2574:250::-;2659:1;2669:113;2683:6;2680:1;2677:13;2669:113;;;2759:11;;;2753:18;2740:11;;;2733:39;2705:2;2698:10;2669:113;;;-1:-1:-1;;2816:1:139;2798:16;;2791:27;2574:250::o;2829:878::-;2881:3;2912;2944:5;2938:12;2971:6;2966:3;2959:19;2997:4;3026:2;3021:3;3017:12;3010:19;;3082:2;3072:6;3069:1;3065:14;3058:5;3054:26;3050:35;3119:2;3112:5;3108:14;3140:1;3150:531;3164:6;3161:1;3158:13;3150:531;;;-1:-1:-1;;3336:2:139;3328:5;3322:4;3318:16;3314:25;3309:3;3302:38;3369:6;3363:13;3411:2;3405:9;3440:8;3434:4;3427:22;3462:72;3525:8;3520:2;3514:4;3510:13;3505:2;3501;3497:11;3462:72;:::i;:::-;3659:12;;;;3587:2;3573:17;3569:26;;;3559:37;;;;3555:46;;;-1:-1:-1;3624:15:139;;;;3186:1;3179:9;3150:531;;;-1:-1:-1;3697:4:139;;2829:878;-1:-1:-1;;;;;;;2829:878:139:o;3712:912::-;4242:6;4231:9;4224:25;4285:6;4280:2;4269:9;4265:18;4258:34;4328:6;4323:2;4312:9;4308:18;4301:34;4371:6;4366:2;4355:9;4351:18;4344:34;4415:3;4409;4398:9;4394:19;4387:32;4205:4;4442:56;4493:3;4482:9;4478:19;4470:6;4442:56;:::i;:::-;4547:9;4539:6;4535:22;4529:3;4518:9;4514:19;4507:51;4575:43;4611:6;4603;4575:43;:::i;:::-;4567:51;3712:912;-1:-1:-1;;;;;;;;;3712:912:139:o;4629:287::-;4758:3;4796:6;4790:13;4812:66;4871:6;4866:3;4859:4;4851:6;4847:17;4812:66;:::i;:::-;4894:16;;;;;4629:287;-1:-1:-1;;4629:287:139:o;5694:184::-;-1:-1:-1;;;5743:1:139;5736:88;5843:4;5840:1;5833:15;5867:4;5864:1;5857:15;5883:125;5948:9;;;5969:10;;;5966:36;;;5982:18;;:::i;6013:184::-;-1:-1:-1;;;6062:1:139;6055:88;6162:4;6159:1;6152:15;6186:4;6183:1;6176:15;6202:184;-1:-1:-1;;;6251:1:139;6244:88;6351:4;6348:1;6341:15;6375:4;6372:1;6365:15;6391:128;6458:9;;;6479:11;;;6476:37;;;6493:18;;:::i;6524:168::-;6597:9;;;6628;;6645:15;;;6639:22;;6625:37;6615:71;;6666:18;;:::i",
|
135
135
|
"linkReferences": {},
|
136
136
|
"immutableReferences": {
|
137
|
-
"
|
137
|
+
"59938": [
|
138
138
|
{
|
139
139
|
"start": 979,
|
140
140
|
"length": 32
|
@@ -155,7 +155,7 @@
|
|
155
155
|
"installRoot(bytes)": "7c5b0335",
|
156
156
|
"supportsInterface(bytes4)": "01ffc9a7"
|
157
157
|
},
|
158
|
-
"rawMetadata": "{\"compiler\":{\"version\":\"0.8.21+commit.d9974bed\"},\"language\":\"Solidity\",\"output\":{\"abi\":[{\"inputs\":[],\"name\":\"Module_NonRootInstallNotSupported\",\"type\":\"error\"},{\"inputs\":[],\"name\":\"Module_RootInstallNotSupported\",\"type\":\"error\"},{\"inputs\":[{\"internalType\":\"uint256\",\"name\":\"length\",\"type\":\"uint256\"}],\"name\":\"SchemaLib_InvalidLength\",\"type\":\"error\"},{\"inputs\":[],\"name\":\"SchemaLib_StaticTypeAfterDynamicType\",\"type\":\"error\"},{\"inputs\":[],\"name\":\"_msgSender\",\"outputs\":[{\"internalType\":\"address\",\"name\":\"sender\",\"type\":\"address\"}],\"stateMutability\":\"view\",\"type\":\"function\"},{\"inputs\":[],\"name\":\"_msgValue\",\"outputs\":[{\"internalType\":\"uint256\",\"name\":\"value\",\"type\":\"uint256\"}],\"stateMutability\":\"pure\",\"type\":\"function\"},{\"inputs\":[],\"name\":\"_world\",\"outputs\":[{\"internalType\":\"address\",\"name\":\"\",\"type\":\"address\"}],\"stateMutability\":\"view\",\"type\":\"function\"},{\"inputs\":[],\"name\":\"getName\",\"outputs\":[{\"internalType\":\"bytes16\",\"name\":\"\",\"type\":\"bytes16\"}],\"stateMutability\":\"pure\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"bytes\",\"name\":\"\",\"type\":\"bytes\"}],\"name\":\"install\",\"outputs\":[],\"stateMutability\":\"pure\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"bytes\",\"name\":\"args\",\"type\":\"bytes\"}],\"name\":\"installRoot\",\"outputs\":[],\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"bytes4\",\"name\":\"interfaceId\",\"type\":\"bytes4\"}],\"name\":\"supportsInterface\",\"outputs\":[{\"internalType\":\"bool\",\"name\":\"\",\"type\":\"bool\"}],\"stateMutability\":\"pure\",\"type\":\"function\"}],\"devdoc\":{\"kind\":\"dev\",\"methods\":{},\"version\":1},\"userdoc\":{\"kind\":\"user\",\"methods\":{\"getName()\":{\"notice\":\"Return the module name as a bytes16.\"},\"installRoot(bytes)\":{\"notice\":\"This function is called by the World as part of `installRootModule`. The module expects to be called via the World contract, and therefore installs itself on the `msg.sender`.\"}},\"notice\":\"This module deploys a hook that is called when a value is set in the `sourceTableId` provided in the install methods arguments. The hook keeps track of the keys that map to a given value. from value to list of keys with this value. This mapping is stored in a table registered by the module at the `targetTableId` provided in the install methods arguments. Note: if a table with composite keys is used, only the first key is indexed Note: this module currently only supports `installRoot` (via `World.installRootModule`). TODO: add support for `install` (via `World.installModule`) by using `callFrom` with the `msgSender()`\",\"version\":1}},\"settings\":{\"compilationTarget\":{\"src/modules/keyswithvalue/KeysWithValueModule.sol\":\"KeysWithValueModule\"},\"evmVersion\":\"paris\",\"libraries\":{},\"metadata\":{\"bytecodeHash\":\"none\"},\"optimizer\":{\"enabled\":true,\"runs\":3000},\"remappings\":[\":@latticexyz/=node_modules/@latticexyz/\",\":ds-test/=node_modules/ds-test/src/\",\":forge-std/=node_modules/forge-std/src/\"]},\"sources\":{\"node_modules/@latticexyz/schema-type/src/solidity/SchemaType.sol\":{\"keccak256\":\"0x770eff7a38b9b7b1613dc11ca09db4f28b42a117c9b39b2a06a650a58a250bdb\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://39f544110658a53def52c2a4e33b8b158b95a4f14fccea58d5268b6e728d86d4\",\"dweb:/ipfs/QmTesj6tjSFbfAiKUitXapdNYWPStS8bLkB3r22qfyHwUC\"]},\"node_modules/@latticexyz/store/src/Bytes.sol\":{\"keccak256\":\"0xb36724e0369ad053579ec04b9b51707dd8dcc4a72b38404cebdf018ce40bf202\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://d8745e1632b7ee94f128600837a36ae53fabaf73c506b0c6d1cae70ea2e9b086\",\"dweb:/ipfs/QmXuMqmybWjEPqWEx91DTM7KAUyxAmDcsj7riBfCfA427N\"]},\"node_modules/@latticexyz/store/src/FieldLayout.sol\":{\"keccak256\":\"0xadb7ac513012e59b66ca70b786eec1465f6b44ae268765de6d8ae1f1a9531192\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://aa59a7d190154d7eba8fa6b5f0c6e5477f434a217f0e353c3b158a3c25895057\",\"dweb:/ipfs/QmeWTCwGJwZjjYYKdaSSWa1rzc4Uo4YXMUDotTQfdSCtRD\"]},\"node_modules/@latticexyz/store/src/Hook.sol\":{\"keccak256\":\"0xd54d6067a7a8683c446c5c88c1a4b0019caca1cddcde8583f83a8f13f172a923\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://f85e55447a4fdad532dd84e1ba7c169603848d210fc461b32dc57fd7b6b72410\",\"dweb:/ipfs/Qmejcoi7J3Ad5RZdndJsDQqRfmKs6FKW9aksALFvkxmm41\"]},\"node_modules/@latticexyz/store/src/IERC165.sol\":{\"keccak256\":\"0x1a113ae394de69ca1db7e9acb1886eaee3967dcfed46fc78497e77bc26dd778f\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://091e04dc9e8d5b3a492d1d39a6d06fd5b4bad3c282bd4c06a38d92bec3422513\",\"dweb:/ipfs/QmbfMi1bH9RAs4JMDxKmhVqpAoyoVgN9nd7o11SakJC1zQ\"]},\"node_modules/@latticexyz/store/src/IStore.sol\":{\"keccak256\":\"0xc5ae0d2f3ce0c17a906920bb681ef2a7d83d35fd3ee2c7801e56c496a5426041\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://ba9308262c68beee67841930fad114ee0e97e8aa97818eca8cccb9a5584a6ee2\",\"dweb:/ipfs/QmW9WE4urC6kxVoNzS4cdh1XyJjjYfXn2kR3xnSdwBMoFU\"]},\"node_modules/@latticexyz/store/src/IStoreErrors.sol\":{\"keccak256\":\"0xb9070663ded3cad82285bb7610949e422f88abb48c2ddbd792af83d127d64212\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://830490f1c888bec86df1e7ef43773d60ebdbdfdb2b91ab7fe074e2f38d7439dc\",\"dweb:/ipfs/QmS26fpXdZuGgMmjcdQDf9k1Bedn2dhjk9byFZJoNkctPZ\"]},\"node_modules/@latticexyz/store/src/IStoreHook.sol\":{\"keccak256\":\"0x237a6871db470dda42feb50f4f237c066daf599cda28e48458d533d639f2b3d7\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://ca670b27fc6cc824223b6e99d307632baf9ee66a7d58cfbdcfca57e2d5eb1488\",\"dweb:/ipfs/QmVQx23VfsyYRvyRy5ZQEeUvNyfuK75DZ8EF4uKCGEQ4sr\"]},\"node_modules/@latticexyz/store/src/Memory.sol\":{\"keccak256\":\"0x57f34c8d9e0a6936c291400422ee8ff94d6f5d52239e92ed2c5323dcde231a42\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://b9d5765fb74f17c1aba580760d10b6e9ffcb71a0ce0554524191d9dbbb4e7126\",\"dweb:/ipfs/QmVfNykt8UZ4HjzFdSg4sT8qhdHqfSFH5pssmheZDbxvAg\"]},\"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\":\"0x6ec77ae6cd523dd44c1499f130b72691c3b3f60872911c930b4808600f16ce10\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://a2165003e40a79da518c616328ed22d8a1c5c6a00fbb16f5c43d3fa67a802670\",\"dweb:/ipfs/QmVq5r5uJr74Wqd4rp5kbXa5zGAjrB7TeGMLMu7SMXapsG\"]},\"node_modules/@latticexyz/store/src/StoreCore.sol\":{\"keccak256\":\"0xab739723b31c5f0261b59860b63d55c2dd40ce642a57dce29cdba9673776e3db\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://b2ccb3124a76dd4e1f948e1dd4be5083c7af61830a0a1a3c7cf69a3051be60a4\",\"dweb:/ipfs/QmYuJvsgrLRdKhPFjgTc1KrKUois7T4nDGYX7K1PdZvLmE\"]},\"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/Utils.sol\":{\"keccak256\":\"0x9f5aaf307403002b45a2e4c2f999a21b90df70c7b796cfd66cc3d5431be894be\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://0a2ae01c25a86aa4c7652c4a88099888d6445e871a9656790dc251eec6cdb97c\",\"dweb:/ipfs/QmVoUETvXqSUK6GfX9z67G2xQh7soGZLAwyUsKKpfPXEk6\"]},\"node_modules/@latticexyz/store/src/codegen/common.sol\":{\"keccak256\":\"0xfb8a86c7cd9337dd447f5fec131d86e668e855094eb030cf8aee4bef293595f9\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://9713bddb9dcbf611048148a195c0239480b1ac29df22df9fbd2df36274aa8d0b\",\"dweb:/ipfs/QmYoNyg6iLpGQkXA5szq67KGR8eaz8yyTwy2X66wtDj9Bo\"]},\"node_modules/@latticexyz/store/src/codegen/index.sol\":{\"keccak256\":\"0x79671238d6a1f75760e223b5408c2eaa037cc7e967eb83c4b4183ae8e2cbd305\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://c3b389f702892d1af97c64c0548e604e9a19c58bcd37c7f5432c3ef8f04ca9b4\",\"dweb:/ipfs/QmcPGk5suKsTVbRdbSBoCtuQxgmYFcL4Mm43p26xktV2Tf\"]},\"node_modules/@latticexyz/store/src/codegen/tables/Callbacks.sol\":{\"keccak256\":\"0xa4c12033628c424f4d42c517f9336a0f345228f29b9d8e2b2f78d7216b310be0\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://5773b379562452b02a836ccfbfa17ff6c09192d7ec90785561859570100c1772\",\"dweb:/ipfs/QmZp7CWYDYiSb1jkAvtV8EgNjGjEdJWwNowtomeumjirXW\"]},\"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/KeyEncoding.sol\":{\"keccak256\":\"0x7c5071cf860fad851a293f7cbf79dfe09bbd09c309c03c8d60c9d054bfd38bda\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://279e0f25c49a142cc22d03b7489468a6d2e5bb957c8f9dac2e5f37a84aeefbbb\",\"dweb:/ipfs/QmRvrYDdTST2vVs9Nqt7ebyZCsZncUmKr4MW3Zo1WkoeD2\"]},\"node_modules/@latticexyz/store/src/codegen/tables/Mixed.sol\":{\"keccak256\":\"0x3c1edeb40384979d466d9a7a114f39b945210923e4357ed0b92785892d64f747\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://905c91865fe3425b2914650adf0be75a1d5220917cb6d2df427ec2baa4d58ec3\",\"dweb:/ipfs/QmY1yyYEzpoWZZVf45dNCVhst4B4MYFxGaPvXKDdwF2a1P\"]},\"node_modules/@latticexyz/store/src/codegen/tables/ResourceIds.sol\":{\"keccak256\":\"0x0717b20786ee60b7e4cd67ac92489e477341a8403553bfac7f28c325c79f9c61\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://f353e3c65541e00ad47735096476b46db104bade5e7bfd1bb20f337c55da963f\",\"dweb:/ipfs/QmaqW7n6dd4vQMFxwL9dgBEb4mRxGPre4dJSFqg5Rugfv4\"]},\"node_modules/@latticexyz/store/src/codegen/tables/StoreHooks.sol\":{\"keccak256\":\"0x1a50b217738e808c3bc429b42d9a3486fcaf7df5cba19cbb5cb8c378af4eceeb\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://96eb732de4e4049c4a0d83b4373c196cba33ed1fccbe6a6c3070a13a92a8e132\",\"dweb:/ipfs/QmZ5yYpGWvXKyziJE15BKAwWgm7zuJEEqMEef3tJUQt3Pz\"]},\"node_modules/@latticexyz/store/src/codegen/tables/Tables.sol\":{\"keccak256\":\"0x8f006f9480c705ebe4129b4c0ad82f58db67ceb8aa95e9e7d889071c2c206c9e\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://9b3600a426428562ea717aa95f3b1fcc49e494ea5eee47125961f1d671782513\",\"dweb:/ipfs/QmPWRKTcFMwCKmeqTWo7SV3To3kQqRhSuCTa1pEmZmF2uu\"]},\"node_modules/@latticexyz/store/src/codegen/tables/Vector2.sol\":{\"keccak256\":\"0x5d77a18126af39efed806b3e14e75581f946e5dfac3d8d38afb4a77f323e5bf7\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://cec93ed73c42f33adfd9a049f5b5786376fe1b670bcc8c1fc1b52ab913732480\",\"dweb:/ipfs/QmZv813X9o3ARfWKzG7TBxgjM5i1R943y3w2HC3bsQZbmB\"]},\"node_modules/@latticexyz/store/src/constants.sol\":{\"keccak256\":\"0x3826d50fae1df0e69313e5f52c235e860a8c9ff2623a5e0ae3fd0438cfa557fb\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://91806d1fe0ffa80ca861bd8eb7251911e523d0bbf72858300f0119ef12ae2961\",\"dweb:/ipfs/QmbPcr8eu32qhBwYfYem9nZ549BNc7Zjyc4VkYjFnM8nyQ\"]},\"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\":\"0x77a5a3999b14509626ff78dc0c8d75d8a3fba893c67d398ba90d98199981a334\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://917fa5d6af6ccbfae2075d1243e450123d91fea75b48bb7b948c2ef0f52011aa\",\"dweb:/ipfs/QmeLYkXLBMnVBqfSucewg3jgpKvBZu8mNGxz21d86Fsbmq\"]},\"node_modules/@latticexyz/store/src/version.sol\":{\"keccak256\":\"0x9841934424a8544b0e7beefbaf362814de86e31980325466e0e6b71750c2a1d2\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://ab7716fd978100f676a51bd30fe528134a6726f19bae9035ee7159b636417685\",\"dweb:/ipfs/QmetPaVt7qaSNK2jU2DZneqkeiDy1mAZe8SWJidNmid8X5\"]},\"node_modules/@latticexyz/world/src/Module.sol\":{\"keccak256\":\"0x3cc86c90ae41b3186a8d116b10f3cb85b1d2a9463184eb94e1a540dee28378b0\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://5919d92026ab95f947b18b7d2060e8ee398822e3bc14d9f27d7b0087c94f4e5d\",\"dweb:/ipfs/QmPAkoJh1CBEogXi3EjcQXuNAwPk2n25GhSn8gPdpskfEK\"]},\"node_modules/@latticexyz/world/src/WorldContext.sol\":{\"keccak256\":\"0x4414cab8d9a7195af19166c68a73bed667cc552c21520ae920f7e9bf7b729b2b\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://e3a6de5af348bd036b5a0dbd6e9336b3a9d76016a2d3827ab88b8ec5860ac9f3\",\"dweb:/ipfs/QmeWRDd8rmXUjMPt7f7HDTQLpyU53o1NK4bF9cgrCNFVCZ\"]},\"node_modules/@latticexyz/world/src/WorldResourceId.sol\":{\"keccak256\":\"0x979e418af3d0d3a1866240bed58d2792f0718cc1803a1476ec8c93af5577cae3\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://c68cfe48ce67fe83f4b000c954891821d1fae31bfdd36de37a12637c8a1864f7\",\"dweb:/ipfs/QmUX9tHSMTeScbiacKX2T16gLV6aPKDU1Q3eDiNxqmVNa1\"]},\"node_modules/@latticexyz/world/src/constants.sol\":{\"keccak256\":\"0x6ba6106af53f968def4e958c37e1da3d4a055174a75bb34378becdb0bec44a63\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://b6634717bf77ea7bcc54b625665db61f48d39be47161090467d2264dee0361dc\",\"dweb:/ipfs/QmWM5kNhwmDii9zZMwf3q9y8mM1PKeRLQxXHHGpLNXq1DG\"]},\"node_modules/@latticexyz/world/src/interfaces/IAccessManagementSystem.sol\":{\"keccak256\":\"0xea58aca4ea181e90fa4a621380fb1cf928d28b3d30acf09e4d321043c216ac3e\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://8e8267b8fd0bdddbc1fad0b9443590b75bd43054199ee4ae80b0e73055f04466\",\"dweb:/ipfs/QmccpYVAdg4fwm6PVS6yuKSK1RDSv8X6hhko7oc7qtHCnz\"]},\"node_modules/@latticexyz/world/src/interfaces/IBalanceTransferSystem.sol\":{\"keccak256\":\"0x694f52c99dac14f11e9f489dd58edb69e72147ee9681bf66b4751a659e1161fd\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://73f67b1fb2acc02fd8c03ce127dc2882a41d534287e73b5ca494479a3e5beacc\",\"dweb:/ipfs/Qmevj5uCw7KpU4vuvP62Tz9weFLGD9NXhy7gKc4aXq56JA\"]},\"node_modules/@latticexyz/world/src/interfaces/IBaseWorld.sol\":{\"keccak256\":\"0x8bec72a49ef6236b933a28ecc764d4708d717f2ba6f246a545523eb898cf1601\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://c2ec146dcb8069c2a58213578d63bd4949aad9d5e80beb0726a836eeb5776cdf\",\"dweb:/ipfs/QmPmMg6ksgLpCwqvAvRzpBWmJuoiaKRyHd9btpVQBHt7BQ\"]},\"node_modules/@latticexyz/world/src/interfaces/ICallBatchSystem.sol\":{\"keccak256\":\"0xe70d140fe918dccc918dace547eea7f2f0cde25c686567f38b5c331b1ced1beb\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://66121db75ef999468f78f711ff36456b9dc6be55486be1ca1d1b8d309e798aa7\",\"dweb:/ipfs/QmUgSKrjrKcrkwFN3GjsGkzBtcem3bsDYds2trzzxcYKEg\"]},\"node_modules/@latticexyz/world/src/interfaces/ICoreSystem.sol\":{\"keccak256\":\"0x2d81bbd0c31f30f59e02a999abac7424b7001f3214221872493d58799ea41bfe\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://4310a29d7520173f8ec4f5ee6a0b5177f065103306c2714fbdf6b1e9ab18a75f\",\"dweb:/ipfs/QmNfvbPhmuwfjkNxuXeu9KZGbVs6XAsjbirxt3AQgPm4bA\"]},\"node_modules/@latticexyz/world/src/interfaces/IERC165.sol\":{\"keccak256\":\"0x1a113ae394de69ca1db7e9acb1886eaee3967dcfed46fc78497e77bc26dd778f\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://091e04dc9e8d5b3a492d1d39a6d06fd5b4bad3c282bd4c06a38d92bec3422513\",\"dweb:/ipfs/QmbfMi1bH9RAs4JMDxKmhVqpAoyoVgN9nd7o11SakJC1zQ\"]},\"node_modules/@latticexyz/world/src/interfaces/IModule.sol\":{\"keccak256\":\"0x94ea093fda2be088097d66cc615b048a7a21d54a52b82cee9fdb76b31bedbb09\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://ed989ab47a35f8ca01f5b9f6f42f075687ce41e2f26c647cc27031421f5179e8\",\"dweb:/ipfs/QmT6Xc4A2CGzGa7eL3NimPFXBW4Jy4jFBFFCw1QU6aGo61\"]},\"node_modules/@latticexyz/world/src/interfaces/IModuleInstallationSystem.sol\":{\"keccak256\":\"0x3d49383d8f3b0544879b8d7e943caf348fab616154dbb0a1818f266b70afbbda\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://87e5b8b55d6f121fc3d34149fc487d38f565ef800914b726226f98766608606d\",\"dweb:/ipfs/QmevuBAB7G8ZLpsEDqyw5uM9z7ZLEVxU6bnZ1EKKBnBDxr\"]},\"node_modules/@latticexyz/world/src/interfaces/ISystemHook.sol\":{\"keccak256\":\"0x3a10f7fecbe03ce93911e53eb396ef28624fa2d8afa036cddb720178ec6a76a6\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://85a747cee9777d6e0cbcc733cc99f478d50a094edabe5e672fc4af5944d1cebc\",\"dweb:/ipfs/QmUwYqLrWHuDhv5rTp1QGfyj9WyPcVRZrBV8VJeTveUjKx\"]},\"node_modules/@latticexyz/world/src/interfaces/IWorldContextConsumer.sol\":{\"keccak256\":\"0x0c0f9eba3a700d97a3b87678bbf12d4bbd8a80490e9b3a5841d049ebc1a89f93\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://a56466e8ddcaf10b9109bfbc581563f5e9eefcaff1963a6954ccd093859ef6d2\",\"dweb:/ipfs/QmNk6FvWzmLT3vnsUuzqr9MYMfaQRa7yLuNM7DVvpkuytf\"]},\"node_modules/@latticexyz/world/src/interfaces/IWorldErrors.sol\":{\"keccak256\":\"0xf3c2037a2899d81a15d5e13c7101337fcf01fcb321cec418e36da5617d52c99c\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://565b53005697c2cb4ce744f4b192545e3b059d42ea97075fe022a47d0d38cb7f\",\"dweb:/ipfs/QmbGVQuozeLMwUic7LanodXacPiBfomKS8ERnkVFi9vSYz\"]},\"node_modules/@latticexyz/world/src/interfaces/IWorldKernel.sol\":{\"keccak256\":\"0xcfe75c867f4149b888b4fd458ced52abb12b14b41f3d4979f09ca45ba9200f61\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://9706ab61fac258e4c27a11cbcb429697edf8c67184f1f98fea8d536c2e3e42de\",\"dweb:/ipfs/QmSZrTfMKjQN7afMh6fTfTxRHjwUEsejjsSBcaNve5KcRN\"]},\"node_modules/@latticexyz/world/src/interfaces/IWorldRegistrationSystem.sol\":{\"keccak256\":\"0x7a540ddbb50c6a3e880f1c3b69204ca3e2d8f394a81f30488bb1b2585d344bef\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://8e2603e5f6934f7472169e10013a57916838d13eb871751a8d0a57959157506d\",\"dweb:/ipfs/QmXRenCAWsYxwoCw4iRKt8USSTQ6NBUep7gQ8YD1L88NXk\"]},\"node_modules/@latticexyz/world/src/modules/core/types.sol\":{\"keccak256\":\"0x551f7814c1905dcfdd1165598cc1f721dcb599c7e64e076917c6e4abeef012f3\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://3c61ae32a9f62f967549424425dd72abc9a70b2c3c19d02926e011529d3628fe\",\"dweb:/ipfs/QmacLTFt3fHr6dvGH42bB3pkEK7prmtYyrhAvJzKMqcxYy\"]},\"node_modules/@latticexyz/world/src/revertWithBytes.sol\":{\"keccak256\":\"0xb4239b7d84f764babc15a46eab53ea45dae0ce5c3738f9c283d7ab2f6e8fddea\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://d495ceadc4e5506a4cec20329f5862f53cf7886cb3d8533bc5071c26ea2d2522\",\"dweb:/ipfs/QmaNDdqDGnZkc3stbjUKAKHa29Hzu4JJPVvcogDMe7r8sM\"]},\"node_modules/@latticexyz/world/src/worldResourceTypes.sol\":{\"keccak256\":\"0x88f844f2c43757c819c8f140b30254f07c3484e12cce573879d43b2ee6a23f8b\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://55a9095094c2b7b1043020681696380cfc3cffd1f264a70bacb44fccd0fc0a8a\",\"dweb:/ipfs/QmfPdLPr9hfV8X8yfHhEf2HmEWAnA4d1c6EHEjHMdeM7ML\"]},\"src/modules/keyswithvalue/KeysWithValueHook.sol\":{\"keccak256\":\"0xb79cbd993e19fe5d52eab50d83d360cbce2f0159741b78ae09db2d5c7d99079b\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://27d425581ef2c7263d57813b75957c5e5db901e41fedecc1fa1bd58431bed119\",\"dweb:/ipfs/QmbVN2Q3T485LP6GpJcUJzZdKY8kvRjPh6SuvwujMszXv1\"]},\"src/modules/keyswithvalue/KeysWithValueModule.sol\":{\"keccak256\":\"0x0c0f26a4c9520926d5c828827bb84e9e50b6c4e68113a2b317fced6fd87f6976\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://bc982289dfbd2428275d068d161a75c0c8fabea27027a267d251b966689e4488\",\"dweb:/ipfs/QmQbX8zXwVSRVXWU4TjNXnQKGtwNW7dfEU7rHjeRB8W4DB\"]},\"src/modules/keyswithvalue/constants.sol\":{\"keccak256\":\"0xf8745d975bd2f321e676d083a215513b114c70f7d5a105244dfe444a78e74de5\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://a7fc161f890a9ee2edf731f57fcfee2ab4e3b4bebb9470df7850a138c08fc2c8\",\"dweb:/ipfs/QmVyyFaR1tzTYgmiGHnumdXQKsjb5qRVPMS3uTRX1ik3XL\"]},\"src/modules/keyswithvalue/getTargetTableId.sol\":{\"keccak256\":\"0xa7d235a9c96925a340aeaa166c8b67d289b4450ca59f0645052207d318030d78\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://2dce50e51faa63a75e051d8ccf463271674f588088fca6ab168e06a5fe8cc16b\",\"dweb:/ipfs/QmP2eZFJPMiazcEhdv9Q5SJYRNna7CHoV6o8bxURzRtCHh\"]},\"src/modules/keyswithvalue/tables/KeysWithValue.sol\":{\"keccak256\":\"0xd61277d077f382990d6a6733553562c17108d2a46bc570f351d394b6c8fe9b2d\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://8c0ba8b231b8785249217c1bcc800e3aa636e54ebe532468f5f0ab134a5278be\",\"dweb:/ipfs/QmaE1ebh4aJ3NMMytCKfB9PaUFWKVay3UuoqptdSYq6oAn\"]},\"src/modules/utils/ArrayLib.sol\":{\"keccak256\":\"0x5063027c39c927b80c84ac3bb36d20e19fbbddb746380c1efaf2f33f6fec30b8\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://c49eab76687709db420cbe52737610563f44344ef13608e0809e38c43179cb43\",\"dweb:/ipfs/QmRdQ7iW5j51AVJWin8aaKmj6Xj97ZV5vjfVjG5RqYG5xB\"]}},\"version\":1}",
|
158
|
+
"rawMetadata": "{\"compiler\":{\"version\":\"0.8.21+commit.d9974bed\"},\"language\":\"Solidity\",\"output\":{\"abi\":[{\"inputs\":[],\"name\":\"Module_NonRootInstallNotSupported\",\"type\":\"error\"},{\"inputs\":[],\"name\":\"Module_RootInstallNotSupported\",\"type\":\"error\"},{\"inputs\":[{\"internalType\":\"uint256\",\"name\":\"length\",\"type\":\"uint256\"}],\"name\":\"SchemaLib_InvalidLength\",\"type\":\"error\"},{\"inputs\":[],\"name\":\"SchemaLib_StaticTypeAfterDynamicType\",\"type\":\"error\"},{\"inputs\":[],\"name\":\"_msgSender\",\"outputs\":[{\"internalType\":\"address\",\"name\":\"sender\",\"type\":\"address\"}],\"stateMutability\":\"view\",\"type\":\"function\"},{\"inputs\":[],\"name\":\"_msgValue\",\"outputs\":[{\"internalType\":\"uint256\",\"name\":\"value\",\"type\":\"uint256\"}],\"stateMutability\":\"pure\",\"type\":\"function\"},{\"inputs\":[],\"name\":\"_world\",\"outputs\":[{\"internalType\":\"address\",\"name\":\"\",\"type\":\"address\"}],\"stateMutability\":\"view\",\"type\":\"function\"},{\"inputs\":[],\"name\":\"getName\",\"outputs\":[{\"internalType\":\"bytes16\",\"name\":\"\",\"type\":\"bytes16\"}],\"stateMutability\":\"pure\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"bytes\",\"name\":\"\",\"type\":\"bytes\"}],\"name\":\"install\",\"outputs\":[],\"stateMutability\":\"pure\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"bytes\",\"name\":\"args\",\"type\":\"bytes\"}],\"name\":\"installRoot\",\"outputs\":[],\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"bytes4\",\"name\":\"interfaceId\",\"type\":\"bytes4\"}],\"name\":\"supportsInterface\",\"outputs\":[{\"internalType\":\"bool\",\"name\":\"\",\"type\":\"bool\"}],\"stateMutability\":\"pure\",\"type\":\"function\"}],\"devdoc\":{\"kind\":\"dev\",\"methods\":{},\"version\":1},\"userdoc\":{\"kind\":\"user\",\"methods\":{\"getName()\":{\"notice\":\"Return the module name as a bytes16.\"},\"installRoot(bytes)\":{\"notice\":\"This function is called by the World as part of `installRootModule`. The module expects to be called via the World contract, and therefore installs itself on the `msg.sender`.\"}},\"notice\":\"This module deploys a hook that is called when a value is set in the `sourceTableId` provided in the install methods arguments. The hook keeps track of the keys that map to a given value. from value to list of keys with this value. This mapping is stored in a table registered by the module at the `targetTableId` provided in the install methods arguments. Note: if a table with composite keys is used, only the first key is indexed Note: this module currently only supports `installRoot` (via `World.installRootModule`). TODO: add support for `install` (via `World.installModule`) by using `callFrom` with the `msgSender()`\",\"version\":1}},\"settings\":{\"compilationTarget\":{\"src/modules/keyswithvalue/KeysWithValueModule.sol\":\"KeysWithValueModule\"},\"evmVersion\":\"paris\",\"libraries\":{},\"metadata\":{\"bytecodeHash\":\"none\"},\"optimizer\":{\"enabled\":true,\"runs\":3000},\"remappings\":[\":@latticexyz/=node_modules/@latticexyz/\",\":ds-test/=node_modules/ds-test/src/\",\":forge-std/=node_modules/forge-std/src/\"]},\"sources\":{\"node_modules/@latticexyz/schema-type/src/solidity/SchemaType.sol\":{\"keccak256\":\"0x770eff7a38b9b7b1613dc11ca09db4f28b42a117c9b39b2a06a650a58a250bdb\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://39f544110658a53def52c2a4e33b8b158b95a4f14fccea58d5268b6e728d86d4\",\"dweb:/ipfs/QmTesj6tjSFbfAiKUitXapdNYWPStS8bLkB3r22qfyHwUC\"]},\"node_modules/@latticexyz/store/src/Bytes.sol\":{\"keccak256\":\"0xb36724e0369ad053579ec04b9b51707dd8dcc4a72b38404cebdf018ce40bf202\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://d8745e1632b7ee94f128600837a36ae53fabaf73c506b0c6d1cae70ea2e9b086\",\"dweb:/ipfs/QmXuMqmybWjEPqWEx91DTM7KAUyxAmDcsj7riBfCfA427N\"]},\"node_modules/@latticexyz/store/src/FieldLayout.sol\":{\"keccak256\":\"0xadb7ac513012e59b66ca70b786eec1465f6b44ae268765de6d8ae1f1a9531192\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://aa59a7d190154d7eba8fa6b5f0c6e5477f434a217f0e353c3b158a3c25895057\",\"dweb:/ipfs/QmeWTCwGJwZjjYYKdaSSWa1rzc4Uo4YXMUDotTQfdSCtRD\"]},\"node_modules/@latticexyz/store/src/Hook.sol\":{\"keccak256\":\"0xd54d6067a7a8683c446c5c88c1a4b0019caca1cddcde8583f83a8f13f172a923\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://f85e55447a4fdad532dd84e1ba7c169603848d210fc461b32dc57fd7b6b72410\",\"dweb:/ipfs/Qmejcoi7J3Ad5RZdndJsDQqRfmKs6FKW9aksALFvkxmm41\"]},\"node_modules/@latticexyz/store/src/IERC165.sol\":{\"keccak256\":\"0x1a113ae394de69ca1db7e9acb1886eaee3967dcfed46fc78497e77bc26dd778f\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://091e04dc9e8d5b3a492d1d39a6d06fd5b4bad3c282bd4c06a38d92bec3422513\",\"dweb:/ipfs/QmbfMi1bH9RAs4JMDxKmhVqpAoyoVgN9nd7o11SakJC1zQ\"]},\"node_modules/@latticexyz/store/src/IStore.sol\":{\"keccak256\":\"0xc5ae0d2f3ce0c17a906920bb681ef2a7d83d35fd3ee2c7801e56c496a5426041\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://ba9308262c68beee67841930fad114ee0e97e8aa97818eca8cccb9a5584a6ee2\",\"dweb:/ipfs/QmW9WE4urC6kxVoNzS4cdh1XyJjjYfXn2kR3xnSdwBMoFU\"]},\"node_modules/@latticexyz/store/src/IStoreErrors.sol\":{\"keccak256\":\"0xb9070663ded3cad82285bb7610949e422f88abb48c2ddbd792af83d127d64212\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://830490f1c888bec86df1e7ef43773d60ebdbdfdb2b91ab7fe074e2f38d7439dc\",\"dweb:/ipfs/QmS26fpXdZuGgMmjcdQDf9k1Bedn2dhjk9byFZJoNkctPZ\"]},\"node_modules/@latticexyz/store/src/IStoreHook.sol\":{\"keccak256\":\"0x237a6871db470dda42feb50f4f237c066daf599cda28e48458d533d639f2b3d7\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://ca670b27fc6cc824223b6e99d307632baf9ee66a7d58cfbdcfca57e2d5eb1488\",\"dweb:/ipfs/QmVQx23VfsyYRvyRy5ZQEeUvNyfuK75DZ8EF4uKCGEQ4sr\"]},\"node_modules/@latticexyz/store/src/Memory.sol\":{\"keccak256\":\"0x57f34c8d9e0a6936c291400422ee8ff94d6f5d52239e92ed2c5323dcde231a42\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://b9d5765fb74f17c1aba580760d10b6e9ffcb71a0ce0554524191d9dbbb4e7126\",\"dweb:/ipfs/QmVfNykt8UZ4HjzFdSg4sT8qhdHqfSFH5pssmheZDbxvAg\"]},\"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\":\"0x6ec77ae6cd523dd44c1499f130b72691c3b3f60872911c930b4808600f16ce10\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://a2165003e40a79da518c616328ed22d8a1c5c6a00fbb16f5c43d3fa67a802670\",\"dweb:/ipfs/QmVq5r5uJr74Wqd4rp5kbXa5zGAjrB7TeGMLMu7SMXapsG\"]},\"node_modules/@latticexyz/store/src/StoreCore.sol\":{\"keccak256\":\"0xab739723b31c5f0261b59860b63d55c2dd40ce642a57dce29cdba9673776e3db\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://b2ccb3124a76dd4e1f948e1dd4be5083c7af61830a0a1a3c7cf69a3051be60a4\",\"dweb:/ipfs/QmYuJvsgrLRdKhPFjgTc1KrKUois7T4nDGYX7K1PdZvLmE\"]},\"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/Utils.sol\":{\"keccak256\":\"0x9f5aaf307403002b45a2e4c2f999a21b90df70c7b796cfd66cc3d5431be894be\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://0a2ae01c25a86aa4c7652c4a88099888d6445e871a9656790dc251eec6cdb97c\",\"dweb:/ipfs/QmVoUETvXqSUK6GfX9z67G2xQh7soGZLAwyUsKKpfPXEk6\"]},\"node_modules/@latticexyz/store/src/codegen/common.sol\":{\"keccak256\":\"0xfb8a86c7cd9337dd447f5fec131d86e668e855094eb030cf8aee4bef293595f9\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://9713bddb9dcbf611048148a195c0239480b1ac29df22df9fbd2df36274aa8d0b\",\"dweb:/ipfs/QmYoNyg6iLpGQkXA5szq67KGR8eaz8yyTwy2X66wtDj9Bo\"]},\"node_modules/@latticexyz/store/src/codegen/index.sol\":{\"keccak256\":\"0x79671238d6a1f75760e223b5408c2eaa037cc7e967eb83c4b4183ae8e2cbd305\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://c3b389f702892d1af97c64c0548e604e9a19c58bcd37c7f5432c3ef8f04ca9b4\",\"dweb:/ipfs/QmcPGk5suKsTVbRdbSBoCtuQxgmYFcL4Mm43p26xktV2Tf\"]},\"node_modules/@latticexyz/store/src/codegen/tables/Callbacks.sol\":{\"keccak256\":\"0xa4c12033628c424f4d42c517f9336a0f345228f29b9d8e2b2f78d7216b310be0\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://5773b379562452b02a836ccfbfa17ff6c09192d7ec90785561859570100c1772\",\"dweb:/ipfs/QmZp7CWYDYiSb1jkAvtV8EgNjGjEdJWwNowtomeumjirXW\"]},\"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/KeyEncoding.sol\":{\"keccak256\":\"0x7c5071cf860fad851a293f7cbf79dfe09bbd09c309c03c8d60c9d054bfd38bda\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://279e0f25c49a142cc22d03b7489468a6d2e5bb957c8f9dac2e5f37a84aeefbbb\",\"dweb:/ipfs/QmRvrYDdTST2vVs9Nqt7ebyZCsZncUmKr4MW3Zo1WkoeD2\"]},\"node_modules/@latticexyz/store/src/codegen/tables/Mixed.sol\":{\"keccak256\":\"0x3c1edeb40384979d466d9a7a114f39b945210923e4357ed0b92785892d64f747\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://905c91865fe3425b2914650adf0be75a1d5220917cb6d2df427ec2baa4d58ec3\",\"dweb:/ipfs/QmY1yyYEzpoWZZVf45dNCVhst4B4MYFxGaPvXKDdwF2a1P\"]},\"node_modules/@latticexyz/store/src/codegen/tables/ResourceIds.sol\":{\"keccak256\":\"0x0717b20786ee60b7e4cd67ac92489e477341a8403553bfac7f28c325c79f9c61\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://f353e3c65541e00ad47735096476b46db104bade5e7bfd1bb20f337c55da963f\",\"dweb:/ipfs/QmaqW7n6dd4vQMFxwL9dgBEb4mRxGPre4dJSFqg5Rugfv4\"]},\"node_modules/@latticexyz/store/src/codegen/tables/StoreHooks.sol\":{\"keccak256\":\"0x1a50b217738e808c3bc429b42d9a3486fcaf7df5cba19cbb5cb8c378af4eceeb\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://96eb732de4e4049c4a0d83b4373c196cba33ed1fccbe6a6c3070a13a92a8e132\",\"dweb:/ipfs/QmZ5yYpGWvXKyziJE15BKAwWgm7zuJEEqMEef3tJUQt3Pz\"]},\"node_modules/@latticexyz/store/src/codegen/tables/Tables.sol\":{\"keccak256\":\"0x8f006f9480c705ebe4129b4c0ad82f58db67ceb8aa95e9e7d889071c2c206c9e\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://9b3600a426428562ea717aa95f3b1fcc49e494ea5eee47125961f1d671782513\",\"dweb:/ipfs/QmPWRKTcFMwCKmeqTWo7SV3To3kQqRhSuCTa1pEmZmF2uu\"]},\"node_modules/@latticexyz/store/src/codegen/tables/Vector2.sol\":{\"keccak256\":\"0x5d77a18126af39efed806b3e14e75581f946e5dfac3d8d38afb4a77f323e5bf7\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://cec93ed73c42f33adfd9a049f5b5786376fe1b670bcc8c1fc1b52ab913732480\",\"dweb:/ipfs/QmZv813X9o3ARfWKzG7TBxgjM5i1R943y3w2HC3bsQZbmB\"]},\"node_modules/@latticexyz/store/src/constants.sol\":{\"keccak256\":\"0x3826d50fae1df0e69313e5f52c235e860a8c9ff2623a5e0ae3fd0438cfa557fb\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://91806d1fe0ffa80ca861bd8eb7251911e523d0bbf72858300f0119ef12ae2961\",\"dweb:/ipfs/QmbPcr8eu32qhBwYfYem9nZ549BNc7Zjyc4VkYjFnM8nyQ\"]},\"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\":\"0x77a5a3999b14509626ff78dc0c8d75d8a3fba893c67d398ba90d98199981a334\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://917fa5d6af6ccbfae2075d1243e450123d91fea75b48bb7b948c2ef0f52011aa\",\"dweb:/ipfs/QmeLYkXLBMnVBqfSucewg3jgpKvBZu8mNGxz21d86Fsbmq\"]},\"node_modules/@latticexyz/store/src/version.sol\":{\"keccak256\":\"0x9841934424a8544b0e7beefbaf362814de86e31980325466e0e6b71750c2a1d2\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://ab7716fd978100f676a51bd30fe528134a6726f19bae9035ee7159b636417685\",\"dweb:/ipfs/QmetPaVt7qaSNK2jU2DZneqkeiDy1mAZe8SWJidNmid8X5\"]},\"node_modules/@latticexyz/world/src/Module.sol\":{\"keccak256\":\"0x3cc86c90ae41b3186a8d116b10f3cb85b1d2a9463184eb94e1a540dee28378b0\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://5919d92026ab95f947b18b7d2060e8ee398822e3bc14d9f27d7b0087c94f4e5d\",\"dweb:/ipfs/QmPAkoJh1CBEogXi3EjcQXuNAwPk2n25GhSn8gPdpskfEK\"]},\"node_modules/@latticexyz/world/src/WorldContext.sol\":{\"keccak256\":\"0x4414cab8d9a7195af19166c68a73bed667cc552c21520ae920f7e9bf7b729b2b\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://e3a6de5af348bd036b5a0dbd6e9336b3a9d76016a2d3827ab88b8ec5860ac9f3\",\"dweb:/ipfs/QmeWRDd8rmXUjMPt7f7HDTQLpyU53o1NK4bF9cgrCNFVCZ\"]},\"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\":\"0x9072f69e71a3c4dadf90089295c4c942fa890f735f813862b01ad17e6d1b7c9d\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://16f8877e97e8d6e89979ead642a9ee575552eecc3d7e58ad05820a434b9bd23f\",\"dweb:/ipfs/QmduXpy4HBM95RCfZb5L9hjK14QPNFTtouREcNaxZgr3Pp\"]},\"node_modules/@latticexyz/world/src/codegen/interfaces/ICallBatchSystem.sol\":{\"keccak256\":\"0x2248dcccd33b2204d52c2a7ade8237c01c826aacb2069ca6c72dab52044c8507\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://02c5e1e0bd8bada1c300a287536b356173fb7db2a7ac1e5f4237128992684c7f\",\"dweb:/ipfs/QmV1J8hnESN9RhzvjFYZWAPcfkz2ePQrXKk4oEoNWFCjjf\"]},\"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\":\"0xe413ead95f1994cc6e147a430b366d6afc455196e3241be86ffed90fed654c17\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://d207b87e0f4ffbe9be86431551b43c84af10d93b73e9abd95fc5f40839e7bc14\",\"dweb:/ipfs/QmSZzLQj7B2KnLPL5D5JhNsSdgLJxxy3sV3kExWp1KJrvZ\"]},\"node_modules/@latticexyz/world/src/codegen/interfaces/IWorldRegistrationSystem.sol\":{\"keccak256\":\"0x603efa2e53b22995762f515ca0bc3369d2d91913ff330ad816349ad0bbf43268\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://fd7e0ed0f14328866dc40c215c58001229402435b54ca06c750186e3b414461b\",\"dweb:/ipfs/QmabmG7tUVFQEFPkodLM1XwB96fFYfCH5729wF9z9AY4VH\"]},\"node_modules/@latticexyz/world/src/constants.sol\":{\"keccak256\":\"0x6ba6106af53f968def4e958c37e1da3d4a055174a75bb34378becdb0bec44a63\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://b6634717bf77ea7bcc54b625665db61f48d39be47161090467d2264dee0361dc\",\"dweb:/ipfs/QmWM5kNhwmDii9zZMwf3q9y8mM1PKeRLQxXHHGpLNXq1DG\"]},\"node_modules/@latticexyz/world/src/interfaces/IERC165.sol\":{\"keccak256\":\"0x1a113ae394de69ca1db7e9acb1886eaee3967dcfed46fc78497e77bc26dd778f\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://091e04dc9e8d5b3a492d1d39a6d06fd5b4bad3c282bd4c06a38d92bec3422513\",\"dweb:/ipfs/QmbfMi1bH9RAs4JMDxKmhVqpAoyoVgN9nd7o11SakJC1zQ\"]},\"node_modules/@latticexyz/world/src/interfaces/IModule.sol\":{\"keccak256\":\"0x94ea093fda2be088097d66cc615b048a7a21d54a52b82cee9fdb76b31bedbb09\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://ed989ab47a35f8ca01f5b9f6f42f075687ce41e2f26c647cc27031421f5179e8\",\"dweb:/ipfs/QmT6Xc4A2CGzGa7eL3NimPFXBW4Jy4jFBFFCw1QU6aGo61\"]},\"node_modules/@latticexyz/world/src/interfaces/ISystemHook.sol\":{\"keccak256\":\"0x3a10f7fecbe03ce93911e53eb396ef28624fa2d8afa036cddb720178ec6a76a6\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://85a747cee9777d6e0cbcc733cc99f478d50a094edabe5e672fc4af5944d1cebc\",\"dweb:/ipfs/QmUwYqLrWHuDhv5rTp1QGfyj9WyPcVRZrBV8VJeTveUjKx\"]},\"node_modules/@latticexyz/world/src/interfaces/IWorldContextConsumer.sol\":{\"keccak256\":\"0x0c0f9eba3a700d97a3b87678bbf12d4bbd8a80490e9b3a5841d049ebc1a89f93\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://a56466e8ddcaf10b9109bfbc581563f5e9eefcaff1963a6954ccd093859ef6d2\",\"dweb:/ipfs/QmNk6FvWzmLT3vnsUuzqr9MYMfaQRa7yLuNM7DVvpkuytf\"]},\"node_modules/@latticexyz/world/src/interfaces/IWorldErrors.sol\":{\"keccak256\":\"0xf3c2037a2899d81a15d5e13c7101337fcf01fcb321cec418e36da5617d52c99c\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://565b53005697c2cb4ce744f4b192545e3b059d42ea97075fe022a47d0d38cb7f\",\"dweb:/ipfs/QmbGVQuozeLMwUic7LanodXacPiBfomKS8ERnkVFi9vSYz\"]},\"node_modules/@latticexyz/world/src/interfaces/IWorldKernel.sol\":{\"keccak256\":\"0xcfe75c867f4149b888b4fd458ced52abb12b14b41f3d4979f09ca45ba9200f61\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://9706ab61fac258e4c27a11cbcb429697edf8c67184f1f98fea8d536c2e3e42de\",\"dweb:/ipfs/QmSZrTfMKjQN7afMh6fTfTxRHjwUEsejjsSBcaNve5KcRN\"]},\"node_modules/@latticexyz/world/src/modules/core/types.sol\":{\"keccak256\":\"0x551f7814c1905dcfdd1165598cc1f721dcb599c7e64e076917c6e4abeef012f3\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://3c61ae32a9f62f967549424425dd72abc9a70b2c3c19d02926e011529d3628fe\",\"dweb:/ipfs/QmacLTFt3fHr6dvGH42bB3pkEK7prmtYyrhAvJzKMqcxYy\"]},\"node_modules/@latticexyz/world/src/revertWithBytes.sol\":{\"keccak256\":\"0xb4239b7d84f764babc15a46eab53ea45dae0ce5c3738f9c283d7ab2f6e8fddea\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://d495ceadc4e5506a4cec20329f5862f53cf7886cb3d8533bc5071c26ea2d2522\",\"dweb:/ipfs/QmaNDdqDGnZkc3stbjUKAKHa29Hzu4JJPVvcogDMe7r8sM\"]},\"node_modules/@latticexyz/world/src/worldResourceTypes.sol\":{\"keccak256\":\"0x88f844f2c43757c819c8f140b30254f07c3484e12cce573879d43b2ee6a23f8b\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://55a9095094c2b7b1043020681696380cfc3cffd1f264a70bacb44fccd0fc0a8a\",\"dweb:/ipfs/QmfPdLPr9hfV8X8yfHhEf2HmEWAnA4d1c6EHEjHMdeM7ML\"]},\"src/modules/keyswithvalue/KeysWithValueHook.sol\":{\"keccak256\":\"0xee64527269e80d32ca25db99c417f582a0b134c9fb878cf14489baa2aaec40e5\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://a37714f1fa7cf984130a08a0e9f320817cbe0053eae44d432676951f3b90653f\",\"dweb:/ipfs/QmZjWVwJPrsscv9zJU8jBfMn39yDquYePcACRYQW6qiaFx\"]},\"src/modules/keyswithvalue/KeysWithValueModule.sol\":{\"keccak256\":\"0x7de2ff1f72d2a0cd8ef46af093d93ad54446e1a0ff17b0994c3531a7f907ddac\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://6ea88b94ab3af3f205a9ae3f6db19c05a11efdec35993394925f8ab661232323\",\"dweb:/ipfs/QmdVxtBT85gr82vTkdoHGvfynVq9WRYV67DtkZHgWEsoPS\"]},\"src/modules/keyswithvalue/constants.sol\":{\"keccak256\":\"0xf8745d975bd2f321e676d083a215513b114c70f7d5a105244dfe444a78e74de5\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://a7fc161f890a9ee2edf731f57fcfee2ab4e3b4bebb9470df7850a138c08fc2c8\",\"dweb:/ipfs/QmVyyFaR1tzTYgmiGHnumdXQKsjb5qRVPMS3uTRX1ik3XL\"]},\"src/modules/keyswithvalue/getTargetTableId.sol\":{\"keccak256\":\"0xa7d235a9c96925a340aeaa166c8b67d289b4450ca59f0645052207d318030d78\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://2dce50e51faa63a75e051d8ccf463271674f588088fca6ab168e06a5fe8cc16b\",\"dweb:/ipfs/QmP2eZFJPMiazcEhdv9Q5SJYRNna7CHoV6o8bxURzRtCHh\"]},\"src/modules/keyswithvalue/tables/KeysWithValue.sol\":{\"keccak256\":\"0xd61277d077f382990d6a6733553562c17108d2a46bc570f351d394b6c8fe9b2d\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://8c0ba8b231b8785249217c1bcc800e3aa636e54ebe532468f5f0ab134a5278be\",\"dweb:/ipfs/QmaE1ebh4aJ3NMMytCKfB9PaUFWKVay3UuoqptdSYq6oAn\"]},\"src/modules/utils/ArrayLib.sol\":{\"keccak256\":\"0x5063027c39c927b80c84ac3bb36d20e19fbbddb746380c1efaf2f33f6fec30b8\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://c49eab76687709db420cbe52737610563f44344ef13608e0809e38c43179cb43\",\"dweb:/ipfs/QmRdQ7iW5j51AVJWin8aaKmj6Xj97ZV5vjfVjG5RqYG5xB\"]}},\"version\":1}",
|
159
159
|
"metadata": {
|
160
160
|
"compiler": {
|
161
161
|
"version": "0.8.21+commit.d9974bed"
|
@@ -626,23 +626,15 @@
|
|
626
626
|
],
|
627
627
|
"license": "MIT"
|
628
628
|
},
|
629
|
-
"node_modules/@latticexyz/world/src/
|
630
|
-
"keccak256": "
|
629
|
+
"node_modules/@latticexyz/world/src/codegen/interfaces/IAccessManagementSystem.sol": {
|
630
|
+
"keccak256": "0x19c5c91d4abc5d9a121224954855d648cc9c0267ab0ba26313ab21cdddd7e13c",
|
631
631
|
"urls": [
|
632
|
-
"bzz-raw://
|
633
|
-
"dweb:/ipfs/
|
632
|
+
"bzz-raw://7ea88e4d1ec0bc4ba9e9342f83a2aa7e7787d27a35da5cc92621697b544527fc",
|
633
|
+
"dweb:/ipfs/QmVjFupMVs6jRmS98Rxz8XBjd2kxvmXJGokFkKKxPn7FA9"
|
634
634
|
],
|
635
635
|
"license": "MIT"
|
636
636
|
},
|
637
|
-
"node_modules/@latticexyz/world/src/interfaces/
|
638
|
-
"keccak256": "0xea58aca4ea181e90fa4a621380fb1cf928d28b3d30acf09e4d321043c216ac3e",
|
639
|
-
"urls": [
|
640
|
-
"bzz-raw://8e8267b8fd0bdddbc1fad0b9443590b75bd43054199ee4ae80b0e73055f04466",
|
641
|
-
"dweb:/ipfs/QmccpYVAdg4fwm6PVS6yuKSK1RDSv8X6hhko7oc7qtHCnz"
|
642
|
-
],
|
643
|
-
"license": "MIT"
|
644
|
-
},
|
645
|
-
"node_modules/@latticexyz/world/src/interfaces/IBalanceTransferSystem.sol": {
|
637
|
+
"node_modules/@latticexyz/world/src/codegen/interfaces/IBalanceTransferSystem.sol": {
|
646
638
|
"keccak256": "0x694f52c99dac14f11e9f489dd58edb69e72147ee9681bf66b4751a659e1161fd",
|
647
639
|
"urls": [
|
648
640
|
"bzz-raw://73f67b1fb2acc02fd8c03ce127dc2882a41d534287e73b5ca494479a3e5beacc",
|
@@ -650,23 +642,23 @@
|
|
650
642
|
],
|
651
643
|
"license": "MIT"
|
652
644
|
},
|
653
|
-
"node_modules/@latticexyz/world/src/interfaces/IBaseWorld.sol": {
|
654
|
-
"keccak256": "
|
645
|
+
"node_modules/@latticexyz/world/src/codegen/interfaces/IBaseWorld.sol": {
|
646
|
+
"keccak256": "0x9072f69e71a3c4dadf90089295c4c942fa890f735f813862b01ad17e6d1b7c9d",
|
655
647
|
"urls": [
|
656
|
-
"bzz-raw://
|
657
|
-
"dweb:/ipfs/
|
648
|
+
"bzz-raw://16f8877e97e8d6e89979ead642a9ee575552eecc3d7e58ad05820a434b9bd23f",
|
649
|
+
"dweb:/ipfs/QmduXpy4HBM95RCfZb5L9hjK14QPNFTtouREcNaxZgr3Pp"
|
658
650
|
],
|
659
651
|
"license": "MIT"
|
660
652
|
},
|
661
|
-
"node_modules/@latticexyz/world/src/interfaces/ICallBatchSystem.sol": {
|
662
|
-
"keccak256": "
|
653
|
+
"node_modules/@latticexyz/world/src/codegen/interfaces/ICallBatchSystem.sol": {
|
654
|
+
"keccak256": "0x2248dcccd33b2204d52c2a7ade8237c01c826aacb2069ca6c72dab52044c8507",
|
663
655
|
"urls": [
|
664
|
-
"bzz-raw://
|
665
|
-
"dweb:/ipfs/
|
656
|
+
"bzz-raw://02c5e1e0bd8bada1c300a287536b356173fb7db2a7ac1e5f4237128992684c7f",
|
657
|
+
"dweb:/ipfs/QmV1J8hnESN9RhzvjFYZWAPcfkz2ePQrXKk4oEoNWFCjjf"
|
666
658
|
],
|
667
659
|
"license": "MIT"
|
668
660
|
},
|
669
|
-
"node_modules/@latticexyz/world/src/interfaces/ICoreSystem.sol": {
|
661
|
+
"node_modules/@latticexyz/world/src/codegen/interfaces/ICoreSystem.sol": {
|
670
662
|
"keccak256": "0x2d81bbd0c31f30f59e02a999abac7424b7001f3214221872493d58799ea41bfe",
|
671
663
|
"urls": [
|
672
664
|
"bzz-raw://4310a29d7520173f8ec4f5ee6a0b5177f065103306c2714fbdf6b1e9ab18a75f",
|
@@ -674,6 +666,30 @@
|
|
674
666
|
],
|
675
667
|
"license": "MIT"
|
676
668
|
},
|
669
|
+
"node_modules/@latticexyz/world/src/codegen/interfaces/IModuleInstallationSystem.sol": {
|
670
|
+
"keccak256": "0xe413ead95f1994cc6e147a430b366d6afc455196e3241be86ffed90fed654c17",
|
671
|
+
"urls": [
|
672
|
+
"bzz-raw://d207b87e0f4ffbe9be86431551b43c84af10d93b73e9abd95fc5f40839e7bc14",
|
673
|
+
"dweb:/ipfs/QmSZzLQj7B2KnLPL5D5JhNsSdgLJxxy3sV3kExWp1KJrvZ"
|
674
|
+
],
|
675
|
+
"license": "MIT"
|
676
|
+
},
|
677
|
+
"node_modules/@latticexyz/world/src/codegen/interfaces/IWorldRegistrationSystem.sol": {
|
678
|
+
"keccak256": "0x603efa2e53b22995762f515ca0bc3369d2d91913ff330ad816349ad0bbf43268",
|
679
|
+
"urls": [
|
680
|
+
"bzz-raw://fd7e0ed0f14328866dc40c215c58001229402435b54ca06c750186e3b414461b",
|
681
|
+
"dweb:/ipfs/QmabmG7tUVFQEFPkodLM1XwB96fFYfCH5729wF9z9AY4VH"
|
682
|
+
],
|
683
|
+
"license": "MIT"
|
684
|
+
},
|
685
|
+
"node_modules/@latticexyz/world/src/constants.sol": {
|
686
|
+
"keccak256": "0x6ba6106af53f968def4e958c37e1da3d4a055174a75bb34378becdb0bec44a63",
|
687
|
+
"urls": [
|
688
|
+
"bzz-raw://b6634717bf77ea7bcc54b625665db61f48d39be47161090467d2264dee0361dc",
|
689
|
+
"dweb:/ipfs/QmWM5kNhwmDii9zZMwf3q9y8mM1PKeRLQxXHHGpLNXq1DG"
|
690
|
+
],
|
691
|
+
"license": "MIT"
|
692
|
+
},
|
677
693
|
"node_modules/@latticexyz/world/src/interfaces/IERC165.sol": {
|
678
694
|
"keccak256": "0x1a113ae394de69ca1db7e9acb1886eaee3967dcfed46fc78497e77bc26dd778f",
|
679
695
|
"urls": [
|
@@ -690,14 +706,6 @@
|
|
690
706
|
],
|
691
707
|
"license": "MIT"
|
692
708
|
},
|
693
|
-
"node_modules/@latticexyz/world/src/interfaces/IModuleInstallationSystem.sol": {
|
694
|
-
"keccak256": "0x3d49383d8f3b0544879b8d7e943caf348fab616154dbb0a1818f266b70afbbda",
|
695
|
-
"urls": [
|
696
|
-
"bzz-raw://87e5b8b55d6f121fc3d34149fc487d38f565ef800914b726226f98766608606d",
|
697
|
-
"dweb:/ipfs/QmevuBAB7G8ZLpsEDqyw5uM9z7ZLEVxU6bnZ1EKKBnBDxr"
|
698
|
-
],
|
699
|
-
"license": "MIT"
|
700
|
-
},
|
701
709
|
"node_modules/@latticexyz/world/src/interfaces/ISystemHook.sol": {
|
702
710
|
"keccak256": "0x3a10f7fecbe03ce93911e53eb396ef28624fa2d8afa036cddb720178ec6a76a6",
|
703
711
|
"urls": [
|
@@ -730,14 +738,6 @@
|
|
730
738
|
],
|
731
739
|
"license": "MIT"
|
732
740
|
},
|
733
|
-
"node_modules/@latticexyz/world/src/interfaces/IWorldRegistrationSystem.sol": {
|
734
|
-
"keccak256": "0x7a540ddbb50c6a3e880f1c3b69204ca3e2d8f394a81f30488bb1b2585d344bef",
|
735
|
-
"urls": [
|
736
|
-
"bzz-raw://8e2603e5f6934f7472169e10013a57916838d13eb871751a8d0a57959157506d",
|
737
|
-
"dweb:/ipfs/QmXRenCAWsYxwoCw4iRKt8USSTQ6NBUep7gQ8YD1L88NXk"
|
738
|
-
],
|
739
|
-
"license": "MIT"
|
740
|
-
},
|
741
741
|
"node_modules/@latticexyz/world/src/modules/core/types.sol": {
|
742
742
|
"keccak256": "0x551f7814c1905dcfdd1165598cc1f721dcb599c7e64e076917c6e4abeef012f3",
|
743
743
|
"urls": [
|
@@ -763,18 +763,18 @@
|
|
763
763
|
"license": "MIT"
|
764
764
|
},
|
765
765
|
"src/modules/keyswithvalue/KeysWithValueHook.sol": {
|
766
|
-
"keccak256": "
|
766
|
+
"keccak256": "0xee64527269e80d32ca25db99c417f582a0b134c9fb878cf14489baa2aaec40e5",
|
767
767
|
"urls": [
|
768
|
-
"bzz-raw://
|
769
|
-
"dweb:/ipfs/
|
768
|
+
"bzz-raw://a37714f1fa7cf984130a08a0e9f320817cbe0053eae44d432676951f3b90653f",
|
769
|
+
"dweb:/ipfs/QmZjWVwJPrsscv9zJU8jBfMn39yDquYePcACRYQW6qiaFx"
|
770
770
|
],
|
771
771
|
"license": "MIT"
|
772
772
|
},
|
773
773
|
"src/modules/keyswithvalue/KeysWithValueModule.sol": {
|
774
|
-
"keccak256": "
|
774
|
+
"keccak256": "0x7de2ff1f72d2a0cd8ef46af093d93ad54446e1a0ff17b0994c3531a7f907ddac",
|
775
775
|
"urls": [
|
776
|
-
"bzz-raw://
|
777
|
-
"dweb:/ipfs/
|
776
|
+
"bzz-raw://6ea88b94ab3af3f205a9ae3f6db19c05a11efdec35993394925f8ab661232323",
|
777
|
+
"dweb:/ipfs/QmdVxtBT85gr82vTkdoHGvfynVq9WRYV67DtkZHgWEsoPS"
|
778
778
|
],
|
779
779
|
"license": "MIT"
|
780
780
|
},
|
@@ -815,7 +815,7 @@
|
|
815
815
|
},
|
816
816
|
"ast": {
|
817
817
|
"absolutePath": "src/modules/keyswithvalue/KeysWithValueModule.sol",
|
818
|
-
"id":
|
818
|
+
"id": 60095,
|
819
819
|
"exportedSymbols": {
|
820
820
|
"AFTER_SPLICE_DYNAMIC_DATA": [
|
821
821
|
46312
|
@@ -836,19 +836,19 @@
|
|
836
836
|
46297
|
837
837
|
],
|
838
838
|
"IBaseWorld": [
|
839
|
-
|
839
|
+
49243
|
840
840
|
],
|
841
841
|
"KeysWithValue": [
|
842
|
-
|
842
|
+
62794
|
843
843
|
],
|
844
844
|
"KeysWithValueHook": [
|
845
|
-
|
845
|
+
59894
|
846
846
|
],
|
847
847
|
"KeysWithValueModule": [
|
848
|
-
|
848
|
+
60094
|
849
849
|
],
|
850
850
|
"MODULE_NAMESPACE": [
|
851
|
-
|
851
|
+
60099
|
852
852
|
],
|
853
853
|
"Module": [
|
854
854
|
48698
|
@@ -866,19 +866,19 @@
|
|
866
866
|
49207
|
867
867
|
],
|
868
868
|
"getTargetTableId": [
|
869
|
-
|
869
|
+
60330
|
870
870
|
],
|
871
871
|
"revertWithBytes": [
|
872
|
-
|
872
|
+
49373
|
873
873
|
]
|
874
874
|
},
|
875
875
|
"nodeType": "SourceUnit",
|
876
|
-
"src": "32:
|
876
|
+
"src": "32:3606:122",
|
877
877
|
"nodes": [
|
878
878
|
{
|
879
|
-
"id":
|
879
|
+
"id": 59896,
|
880
880
|
"nodeType": "PragmaDirective",
|
881
|
-
"src": "32:25:
|
881
|
+
"src": "32:25:122",
|
882
882
|
"nodes": [],
|
883
883
|
"literals": [
|
884
884
|
"solidity",
|
@@ -888,24 +888,24 @@
|
|
888
888
|
]
|
889
889
|
},
|
890
890
|
{
|
891
|
-
"id":
|
891
|
+
"id": 59898,
|
892
892
|
"nodeType": "ImportDirective",
|
893
|
-
"src": "58:68:
|
893
|
+
"src": "58:68:122",
|
894
894
|
"nodes": [],
|
895
895
|
"absolutePath": "node_modules/@latticexyz/store/src/StoreSwitch.sol",
|
896
896
|
"file": "@latticexyz/store/src/StoreSwitch.sol",
|
897
897
|
"nameLocation": "-1:-1:-1",
|
898
|
-
"scope":
|
898
|
+
"scope": 60095,
|
899
899
|
"sourceUnit": 41002,
|
900
900
|
"symbolAliases": [
|
901
901
|
{
|
902
902
|
"foreign": {
|
903
|
-
"id":
|
903
|
+
"id": 59897,
|
904
904
|
"name": "StoreSwitch",
|
905
905
|
"nodeType": "Identifier",
|
906
906
|
"overloadedDeclarations": [],
|
907
907
|
"referencedDeclaration": 41001,
|
908
|
-
"src": "67:11:
|
908
|
+
"src": "67:11:122",
|
909
909
|
"typeDescriptions": {}
|
910
910
|
},
|
911
911
|
"nameLocation": "-1:-1:-1"
|
@@ -914,84 +914,84 @@
|
|
914
914
|
"unitAlias": ""
|
915
915
|
},
|
916
916
|
{
|
917
|
-
"id":
|
917
|
+
"id": 59905,
|
918
918
|
"nodeType": "ImportDirective",
|
919
|
-
"src": "127:207:
|
919
|
+
"src": "127:207:122",
|
920
920
|
"nodes": [],
|
921
921
|
"absolutePath": "node_modules/@latticexyz/store/src/storeHookTypes.sol",
|
922
922
|
"file": "@latticexyz/store/src/storeHookTypes.sol",
|
923
923
|
"nameLocation": "-1:-1:-1",
|
924
|
-
"scope":
|
924
|
+
"scope": 60095,
|
925
925
|
"sourceUnit": 46358,
|
926
926
|
"symbolAliases": [
|
927
927
|
{
|
928
928
|
"foreign": {
|
929
|
-
"id":
|
929
|
+
"id": 59899,
|
930
930
|
"name": "BEFORE_SET_RECORD",
|
931
931
|
"nodeType": "Identifier",
|
932
932
|
"overloadedDeclarations": [],
|
933
933
|
"referencedDeclaration": 46287,
|
934
|
-
"src": "136:17:
|
934
|
+
"src": "136:17:122",
|
935
935
|
"typeDescriptions": {}
|
936
936
|
},
|
937
937
|
"nameLocation": "-1:-1:-1"
|
938
938
|
},
|
939
939
|
{
|
940
940
|
"foreign": {
|
941
|
-
"id":
|
941
|
+
"id": 59900,
|
942
942
|
"name": "BEFORE_SPLICE_STATIC_DATA",
|
943
943
|
"nodeType": "Identifier",
|
944
944
|
"overloadedDeclarations": [],
|
945
945
|
"referencedDeclaration": 46297,
|
946
|
-
"src": "155:25:
|
946
|
+
"src": "155:25:122",
|
947
947
|
"typeDescriptions": {}
|
948
948
|
},
|
949
949
|
"nameLocation": "-1:-1:-1"
|
950
950
|
},
|
951
951
|
{
|
952
952
|
"foreign": {
|
953
|
-
"id":
|
953
|
+
"id": 59901,
|
954
954
|
"name": "AFTER_SPLICE_STATIC_DATA",
|
955
955
|
"nodeType": "Identifier",
|
956
956
|
"overloadedDeclarations": [],
|
957
957
|
"referencedDeclaration": 46302,
|
958
|
-
"src": "182:24:
|
958
|
+
"src": "182:24:122",
|
959
959
|
"typeDescriptions": {}
|
960
960
|
},
|
961
961
|
"nameLocation": "-1:-1:-1"
|
962
962
|
},
|
963
963
|
{
|
964
964
|
"foreign": {
|
965
|
-
"id":
|
965
|
+
"id": 59902,
|
966
966
|
"name": "BEFORE_SPLICE_DYNAMIC_DATA",
|
967
967
|
"nodeType": "Identifier",
|
968
968
|
"overloadedDeclarations": [],
|
969
969
|
"referencedDeclaration": 46307,
|
970
|
-
"src": "208:26:
|
970
|
+
"src": "208:26:122",
|
971
971
|
"typeDescriptions": {}
|
972
972
|
},
|
973
973
|
"nameLocation": "-1:-1:-1"
|
974
974
|
},
|
975
975
|
{
|
976
976
|
"foreign": {
|
977
|
-
"id":
|
977
|
+
"id": 59903,
|
978
978
|
"name": "AFTER_SPLICE_DYNAMIC_DATA",
|
979
979
|
"nodeType": "Identifier",
|
980
980
|
"overloadedDeclarations": [],
|
981
981
|
"referencedDeclaration": 46312,
|
982
|
-
"src": "236:25:
|
982
|
+
"src": "236:25:122",
|
983
983
|
"typeDescriptions": {}
|
984
984
|
},
|
985
985
|
"nameLocation": "-1:-1:-1"
|
986
986
|
},
|
987
987
|
{
|
988
988
|
"foreign": {
|
989
|
-
"id":
|
989
|
+
"id": 59904,
|
990
990
|
"name": "BEFORE_DELETE_RECORD",
|
991
991
|
"nodeType": "Identifier",
|
992
992
|
"overloadedDeclarations": [],
|
993
993
|
"referencedDeclaration": 46317,
|
994
|
-
"src": "263:20:
|
994
|
+
"src": "263:20:122",
|
995
995
|
"typeDescriptions": {}
|
996
996
|
},
|
997
997
|
"nameLocation": "-1:-1:-1"
|
@@ -1000,24 +1000,24 @@
|
|
1000
1000
|
"unitAlias": ""
|
1001
1001
|
},
|
1002
1002
|
{
|
1003
|
-
"id":
|
1003
|
+
"id": 59907,
|
1004
1004
|
"nodeType": "ImportDirective",
|
1005
|
-
"src": "335:58:
|
1005
|
+
"src": "335:58:122",
|
1006
1006
|
"nodes": [],
|
1007
1007
|
"absolutePath": "node_modules/@latticexyz/world/src/Module.sol",
|
1008
1008
|
"file": "@latticexyz/world/src/Module.sol",
|
1009
1009
|
"nameLocation": "-1:-1:-1",
|
1010
|
-
"scope":
|
1010
|
+
"scope": 60095,
|
1011
1011
|
"sourceUnit": 48699,
|
1012
1012
|
"symbolAliases": [
|
1013
1013
|
{
|
1014
1014
|
"foreign": {
|
1015
|
-
"id":
|
1015
|
+
"id": 59906,
|
1016
1016
|
"name": "Module",
|
1017
1017
|
"nodeType": "Identifier",
|
1018
1018
|
"overloadedDeclarations": [],
|
1019
1019
|
"referencedDeclaration": 48698,
|
1020
|
-
"src": "344:6:
|
1020
|
+
"src": "344:6:122",
|
1021
1021
|
"typeDescriptions": {}
|
1022
1022
|
},
|
1023
1023
|
"nameLocation": "-1:-1:-1"
|
@@ -1026,24 +1026,24 @@
|
|
1026
1026
|
"unitAlias": ""
|
1027
1027
|
},
|
1028
1028
|
{
|
1029
|
-
"id":
|
1029
|
+
"id": 59909,
|
1030
1030
|
"nodeType": "ImportDirective",
|
1031
|
-
"src": "395:
|
1031
|
+
"src": "395:85:122",
|
1032
1032
|
"nodes": [],
|
1033
|
-
"absolutePath": "node_modules/@latticexyz/world/src/interfaces/IBaseWorld.sol",
|
1034
|
-
"file": "@latticexyz/world/src/interfaces/IBaseWorld.sol",
|
1033
|
+
"absolutePath": "node_modules/@latticexyz/world/src/codegen/interfaces/IBaseWorld.sol",
|
1034
|
+
"file": "@latticexyz/world/src/codegen/interfaces/IBaseWorld.sol",
|
1035
1035
|
"nameLocation": "-1:-1:-1",
|
1036
|
-
"scope":
|
1037
|
-
"sourceUnit":
|
1036
|
+
"scope": 60095,
|
1037
|
+
"sourceUnit": 49244,
|
1038
1038
|
"symbolAliases": [
|
1039
1039
|
{
|
1040
1040
|
"foreign": {
|
1041
|
-
"id":
|
1041
|
+
"id": 59908,
|
1042
1042
|
"name": "IBaseWorld",
|
1043
1043
|
"nodeType": "Identifier",
|
1044
1044
|
"overloadedDeclarations": [],
|
1045
|
-
"referencedDeclaration":
|
1046
|
-
"src": "404:10:
|
1045
|
+
"referencedDeclaration": 49243,
|
1046
|
+
"src": "404:10:122",
|
1047
1047
|
"typeDescriptions": {}
|
1048
1048
|
},
|
1049
1049
|
"nameLocation": "-1:-1:-1"
|
@@ -1052,24 +1052,24 @@
|
|
1052
1052
|
"unitAlias": ""
|
1053
1053
|
},
|
1054
1054
|
{
|
1055
|
-
"id":
|
1055
|
+
"id": 59911,
|
1056
1056
|
"nodeType": "ImportDirective",
|
1057
|
-
"src": "
|
1057
|
+
"src": "482:78:122",
|
1058
1058
|
"nodes": [],
|
1059
1059
|
"absolutePath": "node_modules/@latticexyz/world/src/WorldContext.sol",
|
1060
1060
|
"file": "@latticexyz/world/src/WorldContext.sol",
|
1061
1061
|
"nameLocation": "-1:-1:-1",
|
1062
|
-
"scope":
|
1062
|
+
"scope": 60095,
|
1063
1063
|
"sourceUnit": 48926,
|
1064
1064
|
"symbolAliases": [
|
1065
1065
|
{
|
1066
1066
|
"foreign": {
|
1067
|
-
"id":
|
1067
|
+
"id": 59910,
|
1068
1068
|
"name": "WorldContextConsumer",
|
1069
1069
|
"nodeType": "Identifier",
|
1070
1070
|
"overloadedDeclarations": [],
|
1071
1071
|
"referencedDeclaration": 48776,
|
1072
|
-
"src": "
|
1072
|
+
"src": "491:20:122",
|
1073
1073
|
"typeDescriptions": {}
|
1074
1074
|
},
|
1075
1075
|
"nameLocation": "-1:-1:-1"
|
@@ -1078,36 +1078,36 @@
|
|
1078
1078
|
"unitAlias": ""
|
1079
1079
|
},
|
1080
1080
|
{
|
1081
|
-
"id":
|
1081
|
+
"id": 59914,
|
1082
1082
|
"nodeType": "ImportDirective",
|
1083
|
-
"src": "
|
1083
|
+
"src": "561:96:122",
|
1084
1084
|
"nodes": [],
|
1085
1085
|
"absolutePath": "node_modules/@latticexyz/world/src/WorldResourceId.sol",
|
1086
1086
|
"file": "@latticexyz/world/src/WorldResourceId.sol",
|
1087
1087
|
"nameLocation": "-1:-1:-1",
|
1088
|
-
"scope":
|
1088
|
+
"scope": 60095,
|
1089
1089
|
"sourceUnit": 49208,
|
1090
1090
|
"symbolAliases": [
|
1091
1091
|
{
|
1092
1092
|
"foreign": {
|
1093
|
-
"id":
|
1093
|
+
"id": 59912,
|
1094
1094
|
"name": "ResourceId",
|
1095
1095
|
"nodeType": "Identifier",
|
1096
1096
|
"overloadedDeclarations": [],
|
1097
1097
|
"referencedDeclaration": 36365,
|
1098
|
-
"src": "
|
1098
|
+
"src": "570:10:122",
|
1099
1099
|
"typeDescriptions": {}
|
1100
1100
|
},
|
1101
1101
|
"nameLocation": "-1:-1:-1"
|
1102
1102
|
},
|
1103
1103
|
{
|
1104
1104
|
"foreign": {
|
1105
|
-
"id":
|
1105
|
+
"id": 59913,
|
1106
1106
|
"name": "WorldResourceIdInstance",
|
1107
1107
|
"nodeType": "Identifier",
|
1108
1108
|
"overloadedDeclarations": [],
|
1109
1109
|
"referencedDeclaration": 49207,
|
1110
|
-
"src": "
|
1110
|
+
"src": "582:23:122",
|
1111
1111
|
"typeDescriptions": {}
|
1112
1112
|
},
|
1113
1113
|
"nameLocation": "-1:-1:-1"
|
@@ -1116,24 +1116,24 @@
|
|
1116
1116
|
"unitAlias": ""
|
1117
1117
|
},
|
1118
1118
|
{
|
1119
|
-
"id":
|
1119
|
+
"id": 59916,
|
1120
1120
|
"nodeType": "ImportDirective",
|
1121
|
-
"src": "
|
1121
|
+
"src": "658:76:122",
|
1122
1122
|
"nodes": [],
|
1123
1123
|
"absolutePath": "node_modules/@latticexyz/world/src/revertWithBytes.sol",
|
1124
1124
|
"file": "@latticexyz/world/src/revertWithBytes.sol",
|
1125
1125
|
"nameLocation": "-1:-1:-1",
|
1126
|
-
"scope":
|
1127
|
-
"sourceUnit":
|
1126
|
+
"scope": 60095,
|
1127
|
+
"sourceUnit": 49374,
|
1128
1128
|
"symbolAliases": [
|
1129
1129
|
{
|
1130
1130
|
"foreign": {
|
1131
|
-
"id":
|
1131
|
+
"id": 59915,
|
1132
1132
|
"name": "revertWithBytes",
|
1133
1133
|
"nodeType": "Identifier",
|
1134
1134
|
"overloadedDeclarations": [],
|
1135
|
-
"referencedDeclaration":
|
1136
|
-
"src": "
|
1135
|
+
"referencedDeclaration": 49373,
|
1136
|
+
"src": "667:15:122",
|
1137
1137
|
"typeDescriptions": {}
|
1138
1138
|
},
|
1139
1139
|
"nameLocation": "-1:-1:-1"
|
@@ -1142,24 +1142,24 @@
|
|
1142
1142
|
"unitAlias": ""
|
1143
1143
|
},
|
1144
1144
|
{
|
1145
|
-
"id":
|
1145
|
+
"id": 59918,
|
1146
1146
|
"nodeType": "ImportDirective",
|
1147
|
-
"src": "
|
1147
|
+
"src": "736:51:122",
|
1148
1148
|
"nodes": [],
|
1149
1149
|
"absolutePath": "src/modules/keyswithvalue/constants.sol",
|
1150
1150
|
"file": "./constants.sol",
|
1151
1151
|
"nameLocation": "-1:-1:-1",
|
1152
|
-
"scope":
|
1153
|
-
"sourceUnit":
|
1152
|
+
"scope": 60095,
|
1153
|
+
"sourceUnit": 60100,
|
1154
1154
|
"symbolAliases": [
|
1155
1155
|
{
|
1156
1156
|
"foreign": {
|
1157
|
-
"id":
|
1157
|
+
"id": 59917,
|
1158
1158
|
"name": "MODULE_NAMESPACE",
|
1159
1159
|
"nodeType": "Identifier",
|
1160
1160
|
"overloadedDeclarations": [],
|
1161
|
-
"referencedDeclaration":
|
1162
|
-
"src": "
|
1161
|
+
"referencedDeclaration": 60099,
|
1162
|
+
"src": "745:16:122",
|
1163
1163
|
"typeDescriptions": {}
|
1164
1164
|
},
|
1165
1165
|
"nameLocation": "-1:-1:-1"
|
@@ -1168,24 +1168,24 @@
|
|
1168
1168
|
"unitAlias": ""
|
1169
1169
|
},
|
1170
1170
|
{
|
1171
|
-
"id":
|
1171
|
+
"id": 59920,
|
1172
1172
|
"nodeType": "ImportDirective",
|
1173
|
-
"src": "
|
1173
|
+
"src": "788:60:122",
|
1174
1174
|
"nodes": [],
|
1175
1175
|
"absolutePath": "src/modules/keyswithvalue/KeysWithValueHook.sol",
|
1176
1176
|
"file": "./KeysWithValueHook.sol",
|
1177
1177
|
"nameLocation": "-1:-1:-1",
|
1178
|
-
"scope":
|
1179
|
-
"sourceUnit":
|
1178
|
+
"scope": 60095,
|
1179
|
+
"sourceUnit": 59895,
|
1180
1180
|
"symbolAliases": [
|
1181
1181
|
{
|
1182
1182
|
"foreign": {
|
1183
|
-
"id":
|
1183
|
+
"id": 59919,
|
1184
1184
|
"name": "KeysWithValueHook",
|
1185
1185
|
"nodeType": "Identifier",
|
1186
1186
|
"overloadedDeclarations": [],
|
1187
|
-
"referencedDeclaration":
|
1188
|
-
"src": "
|
1187
|
+
"referencedDeclaration": 59894,
|
1188
|
+
"src": "797:17:122",
|
1189
1189
|
"typeDescriptions": {}
|
1190
1190
|
},
|
1191
1191
|
"nameLocation": "-1:-1:-1"
|
@@ -1194,24 +1194,24 @@
|
|
1194
1194
|
"unitAlias": ""
|
1195
1195
|
},
|
1196
1196
|
{
|
1197
|
-
"id":
|
1197
|
+
"id": 59922,
|
1198
1198
|
"nodeType": "ImportDirective",
|
1199
|
-
"src": "
|
1199
|
+
"src": "849:59:122",
|
1200
1200
|
"nodes": [],
|
1201
1201
|
"absolutePath": "src/modules/keyswithvalue/tables/KeysWithValue.sol",
|
1202
1202
|
"file": "./tables/KeysWithValue.sol",
|
1203
1203
|
"nameLocation": "-1:-1:-1",
|
1204
|
-
"scope":
|
1205
|
-
"sourceUnit":
|
1204
|
+
"scope": 60095,
|
1205
|
+
"sourceUnit": 62795,
|
1206
1206
|
"symbolAliases": [
|
1207
1207
|
{
|
1208
1208
|
"foreign": {
|
1209
|
-
"id":
|
1209
|
+
"id": 59921,
|
1210
1210
|
"name": "KeysWithValue",
|
1211
1211
|
"nodeType": "Identifier",
|
1212
1212
|
"overloadedDeclarations": [],
|
1213
|
-
"referencedDeclaration":
|
1214
|
-
"src": "
|
1213
|
+
"referencedDeclaration": 62794,
|
1214
|
+
"src": "858:13:122",
|
1215
1215
|
"typeDescriptions": {}
|
1216
1216
|
},
|
1217
1217
|
"nameLocation": "-1:-1:-1"
|
@@ -1220,24 +1220,24 @@
|
|
1220
1220
|
"unitAlias": ""
|
1221
1221
|
},
|
1222
1222
|
{
|
1223
|
-
"id":
|
1223
|
+
"id": 59924,
|
1224
1224
|
"nodeType": "ImportDirective",
|
1225
|
-
"src": "
|
1225
|
+
"src": "909:58:122",
|
1226
1226
|
"nodes": [],
|
1227
1227
|
"absolutePath": "src/modules/keyswithvalue/getTargetTableId.sol",
|
1228
1228
|
"file": "./getTargetTableId.sol",
|
1229
1229
|
"nameLocation": "-1:-1:-1",
|
1230
|
-
"scope":
|
1231
|
-
"sourceUnit":
|
1230
|
+
"scope": 60095,
|
1231
|
+
"sourceUnit": 60331,
|
1232
1232
|
"symbolAliases": [
|
1233
1233
|
{
|
1234
1234
|
"foreign": {
|
1235
|
-
"id":
|
1235
|
+
"id": 59923,
|
1236
1236
|
"name": "getTargetTableId",
|
1237
1237
|
"nodeType": "Identifier",
|
1238
1238
|
"overloadedDeclarations": [],
|
1239
|
-
"referencedDeclaration":
|
1240
|
-
"src": "
|
1239
|
+
"referencedDeclaration": 60330,
|
1240
|
+
"src": "918:16:122",
|
1241
1241
|
"typeDescriptions": {}
|
1242
1242
|
},
|
1243
1243
|
"nameLocation": "-1:-1:-1"
|
@@ -1246,41 +1246,41 @@
|
|
1246
1246
|
"unitAlias": ""
|
1247
1247
|
},
|
1248
1248
|
{
|
1249
|
-
"id":
|
1249
|
+
"id": 60094,
|
1250
1250
|
"nodeType": "ContractDefinition",
|
1251
|
-
"src": "
|
1251
|
+
"src": "1629:2008:122",
|
1252
1252
|
"nodes": [
|
1253
1253
|
{
|
1254
|
-
"id":
|
1254
|
+
"id": 59931,
|
1255
1255
|
"nodeType": "UsingForDirective",
|
1256
|
-
"src": "
|
1256
|
+
"src": "1672:45:122",
|
1257
1257
|
"nodes": [],
|
1258
1258
|
"global": false,
|
1259
1259
|
"libraryName": {
|
1260
|
-
"id":
|
1260
|
+
"id": 59928,
|
1261
1261
|
"name": "WorldResourceIdInstance",
|
1262
1262
|
"nameLocations": [
|
1263
|
-
"
|
1263
|
+
"1678:23:122"
|
1264
1264
|
],
|
1265
1265
|
"nodeType": "IdentifierPath",
|
1266
1266
|
"referencedDeclaration": 49207,
|
1267
|
-
"src": "
|
1267
|
+
"src": "1678:23:122"
|
1268
1268
|
},
|
1269
1269
|
"typeName": {
|
1270
|
-
"id":
|
1270
|
+
"id": 59930,
|
1271
1271
|
"nodeType": "UserDefinedTypeName",
|
1272
1272
|
"pathNode": {
|
1273
|
-
"id":
|
1273
|
+
"id": 59929,
|
1274
1274
|
"name": "ResourceId",
|
1275
1275
|
"nameLocations": [
|
1276
|
-
"
|
1276
|
+
"1706:10:122"
|
1277
1277
|
],
|
1278
1278
|
"nodeType": "IdentifierPath",
|
1279
1279
|
"referencedDeclaration": 36365,
|
1280
|
-
"src": "
|
1280
|
+
"src": "1706:10:122"
|
1281
1281
|
},
|
1282
1282
|
"referencedDeclaration": 36365,
|
1283
|
-
"src": "
|
1283
|
+
"src": "1706:10:122",
|
1284
1284
|
"typeDescriptions": {
|
1285
1285
|
"typeIdentifier": "t_userDefinedValueType$_ResourceId_$36365",
|
1286
1286
|
"typeString": "ResourceId"
|
@@ -1288,38 +1288,38 @@
|
|
1288
1288
|
}
|
1289
1289
|
},
|
1290
1290
|
{
|
1291
|
-
"id":
|
1291
|
+
"id": 59938,
|
1292
1292
|
"nodeType": "VariableDeclaration",
|
1293
|
-
"src": "
|
1293
|
+
"src": "1867:66:122",
|
1294
1294
|
"nodes": [],
|
1295
1295
|
"constant": false,
|
1296
1296
|
"mutability": "immutable",
|
1297
1297
|
"name": "hook",
|
1298
|
-
"nameLocation": "
|
1299
|
-
"scope":
|
1298
|
+
"nameLocation": "1903:4:122",
|
1299
|
+
"scope": 60094,
|
1300
1300
|
"stateVariable": true,
|
1301
1301
|
"storageLocation": "default",
|
1302
1302
|
"typeDescriptions": {
|
1303
|
-
"typeIdentifier": "t_contract$_KeysWithValueHook_$
|
1303
|
+
"typeIdentifier": "t_contract$_KeysWithValueHook_$59894",
|
1304
1304
|
"typeString": "contract KeysWithValueHook"
|
1305
1305
|
},
|
1306
1306
|
"typeName": {
|
1307
|
-
"id":
|
1307
|
+
"id": 59933,
|
1308
1308
|
"nodeType": "UserDefinedTypeName",
|
1309
1309
|
"pathNode": {
|
1310
|
-
"id":
|
1310
|
+
"id": 59932,
|
1311
1311
|
"name": "KeysWithValueHook",
|
1312
1312
|
"nameLocations": [
|
1313
|
-
"
|
1313
|
+
"1867:17:122"
|
1314
1314
|
],
|
1315
1315
|
"nodeType": "IdentifierPath",
|
1316
|
-
"referencedDeclaration":
|
1317
|
-
"src": "
|
1316
|
+
"referencedDeclaration": 59894,
|
1317
|
+
"src": "1867:17:122"
|
1318
1318
|
},
|
1319
|
-
"referencedDeclaration":
|
1320
|
-
"src": "
|
1319
|
+
"referencedDeclaration": 59894,
|
1320
|
+
"src": "1867:17:122",
|
1321
1321
|
"typeDescriptions": {
|
1322
|
-
"typeIdentifier": "t_contract$_KeysWithValueHook_$
|
1322
|
+
"typeIdentifier": "t_contract$_KeysWithValueHook_$59894",
|
1323
1323
|
"typeString": "contract KeysWithValueHook"
|
1324
1324
|
}
|
1325
1325
|
},
|
@@ -1327,39 +1327,39 @@
|
|
1327
1327
|
"arguments": [],
|
1328
1328
|
"expression": {
|
1329
1329
|
"argumentTypes": [],
|
1330
|
-
"id":
|
1330
|
+
"id": 59936,
|
1331
1331
|
"isConstant": false,
|
1332
1332
|
"isLValue": false,
|
1333
1333
|
"isPure": false,
|
1334
1334
|
"lValueRequested": false,
|
1335
1335
|
"nodeType": "NewExpression",
|
1336
|
-
"src": "
|
1336
|
+
"src": "1910:21:122",
|
1337
1337
|
"typeDescriptions": {
|
1338
|
-
"typeIdentifier": "t_function_creation_nonpayable$__$returns$_t_contract$_KeysWithValueHook_$
|
1338
|
+
"typeIdentifier": "t_function_creation_nonpayable$__$returns$_t_contract$_KeysWithValueHook_$59894_$",
|
1339
1339
|
"typeString": "function () returns (contract KeysWithValueHook)"
|
1340
1340
|
},
|
1341
1341
|
"typeName": {
|
1342
|
-
"id":
|
1342
|
+
"id": 59935,
|
1343
1343
|
"nodeType": "UserDefinedTypeName",
|
1344
1344
|
"pathNode": {
|
1345
|
-
"id":
|
1345
|
+
"id": 59934,
|
1346
1346
|
"name": "KeysWithValueHook",
|
1347
1347
|
"nameLocations": [
|
1348
|
-
"
|
1348
|
+
"1914:17:122"
|
1349
1349
|
],
|
1350
1350
|
"nodeType": "IdentifierPath",
|
1351
|
-
"referencedDeclaration":
|
1352
|
-
"src": "
|
1351
|
+
"referencedDeclaration": 59894,
|
1352
|
+
"src": "1914:17:122"
|
1353
1353
|
},
|
1354
|
-
"referencedDeclaration":
|
1355
|
-
"src": "
|
1354
|
+
"referencedDeclaration": 59894,
|
1355
|
+
"src": "1914:17:122",
|
1356
1356
|
"typeDescriptions": {
|
1357
|
-
"typeIdentifier": "t_contract$_KeysWithValueHook_$
|
1357
|
+
"typeIdentifier": "t_contract$_KeysWithValueHook_$59894",
|
1358
1358
|
"typeString": "contract KeysWithValueHook"
|
1359
1359
|
}
|
1360
1360
|
}
|
1361
1361
|
},
|
1362
|
-
"id":
|
1362
|
+
"id": 59937,
|
1363
1363
|
"isConstant": false,
|
1364
1364
|
"isLValue": false,
|
1365
1365
|
"isPure": false,
|
@@ -1368,24 +1368,24 @@
|
|
1368
1368
|
"nameLocations": [],
|
1369
1369
|
"names": [],
|
1370
1370
|
"nodeType": "FunctionCall",
|
1371
|
-
"src": "
|
1371
|
+
"src": "1910:23:122",
|
1372
1372
|
"tryCall": false,
|
1373
1373
|
"typeDescriptions": {
|
1374
|
-
"typeIdentifier": "t_contract$_KeysWithValueHook_$
|
1374
|
+
"typeIdentifier": "t_contract$_KeysWithValueHook_$59894",
|
1375
1375
|
"typeString": "contract KeysWithValueHook"
|
1376
1376
|
}
|
1377
1377
|
},
|
1378
1378
|
"visibility": "private"
|
1379
1379
|
},
|
1380
1380
|
{
|
1381
|
-
"id":
|
1381
|
+
"id": 59949,
|
1382
1382
|
"nodeType": "FunctionDefinition",
|
1383
|
-
"src": "
|
1383
|
+
"src": "1938:83:122",
|
1384
1384
|
"nodes": [],
|
1385
1385
|
"body": {
|
1386
|
-
"id":
|
1386
|
+
"id": 59948,
|
1387
1387
|
"nodeType": "Block",
|
1388
|
-
"src": "
|
1388
|
+
"src": "1987:34:122",
|
1389
1389
|
"nodes": [],
|
1390
1390
|
"statements": [
|
1391
1391
|
{
|
@@ -1393,14 +1393,14 @@
|
|
1393
1393
|
"arguments": [
|
1394
1394
|
{
|
1395
1395
|
"hexValue": "696e646578",
|
1396
|
-
"id":
|
1396
|
+
"id": 59945,
|
1397
1397
|
"isConstant": false,
|
1398
1398
|
"isLValue": false,
|
1399
1399
|
"isPure": true,
|
1400
1400
|
"kind": "string",
|
1401
1401
|
"lValueRequested": false,
|
1402
1402
|
"nodeType": "Literal",
|
1403
|
-
"src": "
|
1403
|
+
"src": "2008:7:122",
|
1404
1404
|
"typeDescriptions": {
|
1405
1405
|
"typeIdentifier": "t_stringliteral_9e310eac0fc3caf498f54ca7de305dd7db1bb3be52d70ac9d1debd5ddfc18f92",
|
1406
1406
|
"typeString": "literal_string \"index\""
|
@@ -1415,26 +1415,26 @@
|
|
1415
1415
|
"typeString": "literal_string \"index\""
|
1416
1416
|
}
|
1417
1417
|
],
|
1418
|
-
"id":
|
1418
|
+
"id": 59944,
|
1419
1419
|
"isConstant": false,
|
1420
1420
|
"isLValue": false,
|
1421
1421
|
"isPure": true,
|
1422
1422
|
"lValueRequested": false,
|
1423
1423
|
"nodeType": "ElementaryTypeNameExpression",
|
1424
|
-
"src": "
|
1424
|
+
"src": "2000:7:122",
|
1425
1425
|
"typeDescriptions": {
|
1426
1426
|
"typeIdentifier": "t_type$_t_bytes16_$",
|
1427
1427
|
"typeString": "type(bytes16)"
|
1428
1428
|
},
|
1429
1429
|
"typeName": {
|
1430
|
-
"id":
|
1430
|
+
"id": 59943,
|
1431
1431
|
"name": "bytes16",
|
1432
1432
|
"nodeType": "ElementaryTypeName",
|
1433
|
-
"src": "
|
1433
|
+
"src": "2000:7:122",
|
1434
1434
|
"typeDescriptions": {}
|
1435
1435
|
}
|
1436
1436
|
},
|
1437
|
-
"id":
|
1437
|
+
"id": 59946,
|
1438
1438
|
"isConstant": false,
|
1439
1439
|
"isLValue": false,
|
1440
1440
|
"isPure": true,
|
@@ -1443,48 +1443,48 @@
|
|
1443
1443
|
"nameLocations": [],
|
1444
1444
|
"names": [],
|
1445
1445
|
"nodeType": "FunctionCall",
|
1446
|
-
"src": "
|
1446
|
+
"src": "2000:16:122",
|
1447
1447
|
"tryCall": false,
|
1448
1448
|
"typeDescriptions": {
|
1449
1449
|
"typeIdentifier": "t_bytes16",
|
1450
1450
|
"typeString": "bytes16"
|
1451
1451
|
}
|
1452
1452
|
},
|
1453
|
-
"functionReturnParameters":
|
1454
|
-
"id":
|
1453
|
+
"functionReturnParameters": 59942,
|
1454
|
+
"id": 59947,
|
1455
1455
|
"nodeType": "Return",
|
1456
|
-
"src": "
|
1456
|
+
"src": "1993:23:122"
|
1457
1457
|
}
|
1458
1458
|
]
|
1459
1459
|
},
|
1460
1460
|
"baseFunctions": [
|
1461
|
-
|
1461
|
+
70911
|
1462
1462
|
],
|
1463
1463
|
"functionSelector": "17d7de7c",
|
1464
1464
|
"implemented": true,
|
1465
1465
|
"kind": "function",
|
1466
1466
|
"modifiers": [],
|
1467
1467
|
"name": "getName",
|
1468
|
-
"nameLocation": "
|
1468
|
+
"nameLocation": "1947:7:122",
|
1469
1469
|
"parameters": {
|
1470
|
-
"id":
|
1470
|
+
"id": 59939,
|
1471
1471
|
"nodeType": "ParameterList",
|
1472
1472
|
"parameters": [],
|
1473
|
-
"src": "
|
1473
|
+
"src": "1954:2:122"
|
1474
1474
|
},
|
1475
1475
|
"returnParameters": {
|
1476
|
-
"id":
|
1476
|
+
"id": 59942,
|
1477
1477
|
"nodeType": "ParameterList",
|
1478
1478
|
"parameters": [
|
1479
1479
|
{
|
1480
1480
|
"constant": false,
|
1481
|
-
"id":
|
1481
|
+
"id": 59941,
|
1482
1482
|
"mutability": "mutable",
|
1483
1483
|
"name": "",
|
1484
1484
|
"nameLocation": "-1:-1:-1",
|
1485
1485
|
"nodeType": "VariableDeclaration",
|
1486
|
-
"scope":
|
1487
|
-
"src": "
|
1486
|
+
"scope": 59949,
|
1487
|
+
"src": "1978:7:122",
|
1488
1488
|
"stateVariable": false,
|
1489
1489
|
"storageLocation": "default",
|
1490
1490
|
"typeDescriptions": {
|
@@ -1492,10 +1492,10 @@
|
|
1492
1492
|
"typeString": "bytes16"
|
1493
1493
|
},
|
1494
1494
|
"typeName": {
|
1495
|
-
"id":
|
1495
|
+
"id": 59940,
|
1496
1496
|
"name": "bytes16",
|
1497
1497
|
"nodeType": "ElementaryTypeName",
|
1498
|
-
"src": "
|
1498
|
+
"src": "1978:7:122",
|
1499
1499
|
"typeDescriptions": {
|
1500
1500
|
"typeIdentifier": "t_bytes16",
|
1501
1501
|
"typeString": "bytes16"
|
@@ -1504,38 +1504,38 @@
|
|
1504
1504
|
"visibility": "internal"
|
1505
1505
|
}
|
1506
1506
|
],
|
1507
|
-
"src": "
|
1507
|
+
"src": "1977:9:122"
|
1508
1508
|
},
|
1509
|
-
"scope":
|
1509
|
+
"scope": 60094,
|
1510
1510
|
"stateMutability": "pure",
|
1511
1511
|
"virtual": false,
|
1512
1512
|
"visibility": "public"
|
1513
1513
|
},
|
1514
1514
|
{
|
1515
|
-
"id":
|
1515
|
+
"id": 60084,
|
1516
1516
|
"nodeType": "FunctionDefinition",
|
1517
|
-
"src": "
|
1517
|
+
"src": "2025:1510:122",
|
1518
1518
|
"nodes": [],
|
1519
1519
|
"body": {
|
1520
|
-
"id":
|
1520
|
+
"id": 60083,
|
1521
1521
|
"nodeType": "Block",
|
1522
|
-
"src": "
|
1522
|
+
"src": "2072:1463:122",
|
1523
1523
|
"nodes": [],
|
1524
1524
|
"statements": [
|
1525
1525
|
{
|
1526
1526
|
"assignments": [
|
1527
|
-
|
1527
|
+
59956
|
1528
1528
|
],
|
1529
1529
|
"declarations": [
|
1530
1530
|
{
|
1531
1531
|
"constant": false,
|
1532
|
-
"id":
|
1532
|
+
"id": 59956,
|
1533
1533
|
"mutability": "mutable",
|
1534
1534
|
"name": "sourceTableId",
|
1535
|
-
"nameLocation": "
|
1535
|
+
"nameLocation": "2130:13:122",
|
1536
1536
|
"nodeType": "VariableDeclaration",
|
1537
|
-
"scope":
|
1538
|
-
"src": "
|
1537
|
+
"scope": 60083,
|
1538
|
+
"src": "2119:24:122",
|
1539
1539
|
"stateVariable": false,
|
1540
1540
|
"storageLocation": "default",
|
1541
1541
|
"typeDescriptions": {
|
@@ -1543,20 +1543,20 @@
|
|
1543
1543
|
"typeString": "ResourceId"
|
1544
1544
|
},
|
1545
1545
|
"typeName": {
|
1546
|
-
"id":
|
1546
|
+
"id": 59955,
|
1547
1547
|
"nodeType": "UserDefinedTypeName",
|
1548
1548
|
"pathNode": {
|
1549
|
-
"id":
|
1549
|
+
"id": 59954,
|
1550
1550
|
"name": "ResourceId",
|
1551
1551
|
"nameLocations": [
|
1552
|
-
"
|
1552
|
+
"2119:10:122"
|
1553
1553
|
],
|
1554
1554
|
"nodeType": "IdentifierPath",
|
1555
1555
|
"referencedDeclaration": 36365,
|
1556
|
-
"src": "
|
1556
|
+
"src": "2119:10:122"
|
1557
1557
|
},
|
1558
1558
|
"referencedDeclaration": 36365,
|
1559
|
-
"src": "
|
1559
|
+
"src": "2119:10:122",
|
1560
1560
|
"typeDescriptions": {
|
1561
1561
|
"typeIdentifier": "t_userDefinedValueType$_ResourceId_$36365",
|
1562
1562
|
"typeString": "ResourceId"
|
@@ -1565,18 +1565,18 @@
|
|
1565
1565
|
"visibility": "internal"
|
1566
1566
|
}
|
1567
1567
|
],
|
1568
|
-
"id":
|
1568
|
+
"id": 59967,
|
1569
1569
|
"initialValue": {
|
1570
1570
|
"arguments": [
|
1571
1571
|
{
|
1572
1572
|
"arguments": [
|
1573
1573
|
{
|
1574
|
-
"id":
|
1574
|
+
"id": 59961,
|
1575
1575
|
"name": "args",
|
1576
1576
|
"nodeType": "Identifier",
|
1577
1577
|
"overloadedDeclarations": [],
|
1578
|
-
"referencedDeclaration":
|
1579
|
-
"src": "
|
1578
|
+
"referencedDeclaration": 59951,
|
1579
|
+
"src": "2173:4:122",
|
1580
1580
|
"typeDescriptions": {
|
1581
1581
|
"typeIdentifier": "t_bytes_memory_ptr",
|
1582
1582
|
"typeString": "bytes memory"
|
@@ -1585,34 +1585,34 @@
|
|
1585
1585
|
{
|
1586
1586
|
"components": [
|
1587
1587
|
{
|
1588
|
-
"id":
|
1588
|
+
"id": 59963,
|
1589
1589
|
"isConstant": false,
|
1590
1590
|
"isLValue": false,
|
1591
1591
|
"isPure": true,
|
1592
1592
|
"lValueRequested": false,
|
1593
1593
|
"nodeType": "ElementaryTypeNameExpression",
|
1594
|
-
"src": "
|
1594
|
+
"src": "2180:7:122",
|
1595
1595
|
"typeDescriptions": {
|
1596
1596
|
"typeIdentifier": "t_type$_t_bytes32_$",
|
1597
1597
|
"typeString": "type(bytes32)"
|
1598
1598
|
},
|
1599
1599
|
"typeName": {
|
1600
|
-
"id":
|
1600
|
+
"id": 59962,
|
1601
1601
|
"name": "bytes32",
|
1602
1602
|
"nodeType": "ElementaryTypeName",
|
1603
|
-
"src": "
|
1603
|
+
"src": "2180:7:122",
|
1604
1604
|
"typeDescriptions": {}
|
1605
1605
|
}
|
1606
1606
|
}
|
1607
1607
|
],
|
1608
|
-
"id":
|
1608
|
+
"id": 59964,
|
1609
1609
|
"isConstant": false,
|
1610
1610
|
"isInlineArray": false,
|
1611
1611
|
"isLValue": false,
|
1612
1612
|
"isPure": true,
|
1613
1613
|
"lValueRequested": false,
|
1614
1614
|
"nodeType": "TupleExpression",
|
1615
|
-
"src": "
|
1615
|
+
"src": "2179:9:122",
|
1616
1616
|
"typeDescriptions": {
|
1617
1617
|
"typeIdentifier": "t_type$_t_bytes32_$",
|
1618
1618
|
"typeString": "type(bytes32)"
|
@@ -1631,32 +1631,32 @@
|
|
1631
1631
|
}
|
1632
1632
|
],
|
1633
1633
|
"expression": {
|
1634
|
-
"id":
|
1634
|
+
"id": 59959,
|
1635
1635
|
"name": "abi",
|
1636
1636
|
"nodeType": "Identifier",
|
1637
1637
|
"overloadedDeclarations": [],
|
1638
1638
|
"referencedDeclaration": -1,
|
1639
|
-
"src": "
|
1639
|
+
"src": "2162:3:122",
|
1640
1640
|
"typeDescriptions": {
|
1641
1641
|
"typeIdentifier": "t_magic_abi",
|
1642
1642
|
"typeString": "abi"
|
1643
1643
|
}
|
1644
1644
|
},
|
1645
|
-
"id":
|
1645
|
+
"id": 59960,
|
1646
1646
|
"isConstant": false,
|
1647
1647
|
"isLValue": false,
|
1648
1648
|
"isPure": true,
|
1649
1649
|
"lValueRequested": false,
|
1650
|
-
"memberLocation": "
|
1650
|
+
"memberLocation": "2166:6:122",
|
1651
1651
|
"memberName": "decode",
|
1652
1652
|
"nodeType": "MemberAccess",
|
1653
|
-
"src": "
|
1653
|
+
"src": "2162:10:122",
|
1654
1654
|
"typeDescriptions": {
|
1655
1655
|
"typeIdentifier": "t_function_abidecode_pure$__$returns$__$",
|
1656
1656
|
"typeString": "function () pure"
|
1657
1657
|
}
|
1658
1658
|
},
|
1659
|
-
"id":
|
1659
|
+
"id": 59965,
|
1660
1660
|
"isConstant": false,
|
1661
1661
|
"isLValue": false,
|
1662
1662
|
"isPure": false,
|
@@ -1665,7 +1665,7 @@
|
|
1665
1665
|
"nameLocations": [],
|
1666
1666
|
"names": [],
|
1667
1667
|
"nodeType": "FunctionCall",
|
1668
|
-
"src": "
|
1668
|
+
"src": "2162:27:122",
|
1669
1669
|
"tryCall": false,
|
1670
1670
|
"typeDescriptions": {
|
1671
1671
|
"typeIdentifier": "t_bytes32",
|
@@ -1681,32 +1681,32 @@
|
|
1681
1681
|
}
|
1682
1682
|
],
|
1683
1683
|
"expression": {
|
1684
|
-
"id":
|
1684
|
+
"id": 59957,
|
1685
1685
|
"name": "ResourceId",
|
1686
1686
|
"nodeType": "Identifier",
|
1687
1687
|
"overloadedDeclarations": [],
|
1688
1688
|
"referencedDeclaration": 36365,
|
1689
|
-
"src": "
|
1689
|
+
"src": "2146:10:122",
|
1690
1690
|
"typeDescriptions": {
|
1691
1691
|
"typeIdentifier": "t_type$_t_userDefinedValueType$_ResourceId_$36365_$",
|
1692
1692
|
"typeString": "type(ResourceId)"
|
1693
1693
|
}
|
1694
1694
|
},
|
1695
|
-
"id":
|
1695
|
+
"id": 59958,
|
1696
1696
|
"isConstant": false,
|
1697
1697
|
"isLValue": false,
|
1698
1698
|
"isPure": true,
|
1699
1699
|
"lValueRequested": false,
|
1700
|
-
"memberLocation": "
|
1700
|
+
"memberLocation": "2157:4:122",
|
1701
1701
|
"memberName": "wrap",
|
1702
1702
|
"nodeType": "MemberAccess",
|
1703
|
-
"src": "
|
1703
|
+
"src": "2146:15:122",
|
1704
1704
|
"typeDescriptions": {
|
1705
1705
|
"typeIdentifier": "t_function_wrap_pure$_t_bytes32_$returns$_t_userDefinedValueType$_ResourceId_$36365_$",
|
1706
1706
|
"typeString": "function (bytes32) pure returns (ResourceId)"
|
1707
1707
|
}
|
1708
1708
|
},
|
1709
|
-
"id":
|
1709
|
+
"id": 59966,
|
1710
1710
|
"isConstant": false,
|
1711
1711
|
"isLValue": false,
|
1712
1712
|
"isPure": false,
|
@@ -1715,7 +1715,7 @@
|
|
1715
1715
|
"nameLocations": [],
|
1716
1716
|
"names": [],
|
1717
1717
|
"nodeType": "FunctionCall",
|
1718
|
-
"src": "
|
1718
|
+
"src": "2146:44:122",
|
1719
1719
|
"tryCall": false,
|
1720
1720
|
"typeDescriptions": {
|
1721
1721
|
"typeIdentifier": "t_userDefinedValueType$_ResourceId_$36365",
|
@@ -1723,22 +1723,22 @@
|
|
1723
1723
|
}
|
1724
1724
|
},
|
1725
1725
|
"nodeType": "VariableDeclarationStatement",
|
1726
|
-
"src": "
|
1726
|
+
"src": "2119:71:122"
|
1727
1727
|
},
|
1728
1728
|
{
|
1729
1729
|
"assignments": [
|
1730
|
-
|
1730
|
+
59970
|
1731
1731
|
],
|
1732
1732
|
"declarations": [
|
1733
1733
|
{
|
1734
1734
|
"constant": false,
|
1735
|
-
"id":
|
1735
|
+
"id": 59970,
|
1736
1736
|
"mutability": "mutable",
|
1737
1737
|
"name": "targetTableSelector",
|
1738
|
-
"nameLocation": "
|
1738
|
+
"nameLocation": "2207:19:122",
|
1739
1739
|
"nodeType": "VariableDeclaration",
|
1740
|
-
"scope":
|
1741
|
-
"src": "
|
1740
|
+
"scope": 60083,
|
1741
|
+
"src": "2196:30:122",
|
1742
1742
|
"stateVariable": false,
|
1743
1743
|
"storageLocation": "default",
|
1744
1744
|
"typeDescriptions": {
|
@@ -1746,20 +1746,20 @@
|
|
1746
1746
|
"typeString": "ResourceId"
|
1747
1747
|
},
|
1748
1748
|
"typeName": {
|
1749
|
-
"id":
|
1749
|
+
"id": 59969,
|
1750
1750
|
"nodeType": "UserDefinedTypeName",
|
1751
1751
|
"pathNode": {
|
1752
|
-
"id":
|
1752
|
+
"id": 59968,
|
1753
1753
|
"name": "ResourceId",
|
1754
1754
|
"nameLocations": [
|
1755
|
-
"
|
1755
|
+
"2196:10:122"
|
1756
1756
|
],
|
1757
1757
|
"nodeType": "IdentifierPath",
|
1758
1758
|
"referencedDeclaration": 36365,
|
1759
|
-
"src": "
|
1759
|
+
"src": "2196:10:122"
|
1760
1760
|
},
|
1761
1761
|
"referencedDeclaration": 36365,
|
1762
|
-
"src": "
|
1762
|
+
"src": "2196:10:122",
|
1763
1763
|
"typeDescriptions": {
|
1764
1764
|
"typeIdentifier": "t_userDefinedValueType$_ResourceId_$36365",
|
1765
1765
|
"typeString": "ResourceId"
|
@@ -1768,28 +1768,28 @@
|
|
1768
1768
|
"visibility": "internal"
|
1769
1769
|
}
|
1770
1770
|
],
|
1771
|
-
"id":
|
1771
|
+
"id": 59975,
|
1772
1772
|
"initialValue": {
|
1773
1773
|
"arguments": [
|
1774
1774
|
{
|
1775
|
-
"id":
|
1775
|
+
"id": 59972,
|
1776
1776
|
"name": "MODULE_NAMESPACE",
|
1777
1777
|
"nodeType": "Identifier",
|
1778
1778
|
"overloadedDeclarations": [],
|
1779
|
-
"referencedDeclaration":
|
1780
|
-
"src": "
|
1779
|
+
"referencedDeclaration": 60099,
|
1780
|
+
"src": "2246:16:122",
|
1781
1781
|
"typeDescriptions": {
|
1782
1782
|
"typeIdentifier": "t_bytes7",
|
1783
1783
|
"typeString": "bytes7"
|
1784
1784
|
}
|
1785
1785
|
},
|
1786
1786
|
{
|
1787
|
-
"id":
|
1787
|
+
"id": 59973,
|
1788
1788
|
"name": "sourceTableId",
|
1789
1789
|
"nodeType": "Identifier",
|
1790
1790
|
"overloadedDeclarations": [],
|
1791
|
-
"referencedDeclaration":
|
1792
|
-
"src": "
|
1791
|
+
"referencedDeclaration": 59956,
|
1792
|
+
"src": "2264:13:122",
|
1793
1793
|
"typeDescriptions": {
|
1794
1794
|
"typeIdentifier": "t_userDefinedValueType$_ResourceId_$36365",
|
1795
1795
|
"typeString": "ResourceId"
|
@@ -1807,18 +1807,18 @@
|
|
1807
1807
|
"typeString": "ResourceId"
|
1808
1808
|
}
|
1809
1809
|
],
|
1810
|
-
"id":
|
1810
|
+
"id": 59971,
|
1811
1811
|
"name": "getTargetTableId",
|
1812
1812
|
"nodeType": "Identifier",
|
1813
1813
|
"overloadedDeclarations": [],
|
1814
|
-
"referencedDeclaration":
|
1815
|
-
"src": "
|
1814
|
+
"referencedDeclaration": 60330,
|
1815
|
+
"src": "2229:16:122",
|
1816
1816
|
"typeDescriptions": {
|
1817
1817
|
"typeIdentifier": "t_function_internal_pure$_t_bytes7_$_t_userDefinedValueType$_ResourceId_$36365_$returns$_t_userDefinedValueType$_ResourceId_$36365_$",
|
1818
1818
|
"typeString": "function (bytes7,ResourceId) pure returns (ResourceId)"
|
1819
1819
|
}
|
1820
1820
|
},
|
1821
|
-
"id":
|
1821
|
+
"id": 59974,
|
1822
1822
|
"isConstant": false,
|
1823
1823
|
"isLValue": false,
|
1824
1824
|
"isPure": false,
|
@@ -1827,7 +1827,7 @@
|
|
1827
1827
|
"nameLocations": [],
|
1828
1828
|
"names": [],
|
1829
1829
|
"nodeType": "FunctionCall",
|
1830
|
-
"src": "
|
1830
|
+
"src": "2229:49:122",
|
1831
1831
|
"tryCall": false,
|
1832
1832
|
"typeDescriptions": {
|
1833
1833
|
"typeIdentifier": "t_userDefinedValueType$_ResourceId_$36365",
|
@@ -1835,70 +1835,70 @@
|
|
1835
1835
|
}
|
1836
1836
|
},
|
1837
1837
|
"nodeType": "VariableDeclarationStatement",
|
1838
|
-
"src": "
|
1838
|
+
"src": "2196:82:122"
|
1839
1839
|
},
|
1840
1840
|
{
|
1841
1841
|
"assignments": [
|
1842
|
-
|
1842
|
+
59978
|
1843
1843
|
],
|
1844
1844
|
"declarations": [
|
1845
1845
|
{
|
1846
1846
|
"constant": false,
|
1847
|
-
"id":
|
1847
|
+
"id": 59978,
|
1848
1848
|
"mutability": "mutable",
|
1849
1849
|
"name": "world",
|
1850
|
-
"nameLocation": "
|
1850
|
+
"nameLocation": "2296:5:122",
|
1851
1851
|
"nodeType": "VariableDeclaration",
|
1852
|
-
"scope":
|
1853
|
-
"src": "
|
1852
|
+
"scope": 60083,
|
1853
|
+
"src": "2285:16:122",
|
1854
1854
|
"stateVariable": false,
|
1855
1855
|
"storageLocation": "default",
|
1856
1856
|
"typeDescriptions": {
|
1857
|
-
"typeIdentifier": "t_contract$_IBaseWorld_$
|
1857
|
+
"typeIdentifier": "t_contract$_IBaseWorld_$49243",
|
1858
1858
|
"typeString": "contract IBaseWorld"
|
1859
1859
|
},
|
1860
1860
|
"typeName": {
|
1861
|
-
"id":
|
1861
|
+
"id": 59977,
|
1862
1862
|
"nodeType": "UserDefinedTypeName",
|
1863
1863
|
"pathNode": {
|
1864
|
-
"id":
|
1864
|
+
"id": 59976,
|
1865
1865
|
"name": "IBaseWorld",
|
1866
1866
|
"nameLocations": [
|
1867
|
-
"
|
1867
|
+
"2285:10:122"
|
1868
1868
|
],
|
1869
1869
|
"nodeType": "IdentifierPath",
|
1870
|
-
"referencedDeclaration":
|
1871
|
-
"src": "
|
1870
|
+
"referencedDeclaration": 49243,
|
1871
|
+
"src": "2285:10:122"
|
1872
1872
|
},
|
1873
|
-
"referencedDeclaration":
|
1874
|
-
"src": "
|
1873
|
+
"referencedDeclaration": 49243,
|
1874
|
+
"src": "2285:10:122",
|
1875
1875
|
"typeDescriptions": {
|
1876
|
-
"typeIdentifier": "t_contract$_IBaseWorld_$
|
1876
|
+
"typeIdentifier": "t_contract$_IBaseWorld_$49243",
|
1877
1877
|
"typeString": "contract IBaseWorld"
|
1878
1878
|
}
|
1879
1879
|
},
|
1880
1880
|
"visibility": "internal"
|
1881
1881
|
}
|
1882
1882
|
],
|
1883
|
-
"id":
|
1883
|
+
"id": 59983,
|
1884
1884
|
"initialValue": {
|
1885
1885
|
"arguments": [
|
1886
1886
|
{
|
1887
1887
|
"arguments": [],
|
1888
1888
|
"expression": {
|
1889
1889
|
"argumentTypes": [],
|
1890
|
-
"id":
|
1890
|
+
"id": 59980,
|
1891
1891
|
"name": "_world",
|
1892
1892
|
"nodeType": "Identifier",
|
1893
1893
|
"overloadedDeclarations": [],
|
1894
1894
|
"referencedDeclaration": 48759,
|
1895
|
-
"src": "
|
1895
|
+
"src": "2315:6:122",
|
1896
1896
|
"typeDescriptions": {
|
1897
1897
|
"typeIdentifier": "t_function_internal_view$__$returns$_t_address_$",
|
1898
1898
|
"typeString": "function () view returns (address)"
|
1899
1899
|
}
|
1900
1900
|
},
|
1901
|
-
"id":
|
1901
|
+
"id": 59981,
|
1902
1902
|
"isConstant": false,
|
1903
1903
|
"isLValue": false,
|
1904
1904
|
"isPure": false,
|
@@ -1907,7 +1907,7 @@
|
|
1907
1907
|
"nameLocations": [],
|
1908
1908
|
"names": [],
|
1909
1909
|
"nodeType": "FunctionCall",
|
1910
|
-
"src": "
|
1910
|
+
"src": "2315:8:122",
|
1911
1911
|
"tryCall": false,
|
1912
1912
|
"typeDescriptions": {
|
1913
1913
|
"typeIdentifier": "t_address",
|
@@ -1922,18 +1922,18 @@
|
|
1922
1922
|
"typeString": "address"
|
1923
1923
|
}
|
1924
1924
|
],
|
1925
|
-
"id":
|
1925
|
+
"id": 59979,
|
1926
1926
|
"name": "IBaseWorld",
|
1927
1927
|
"nodeType": "Identifier",
|
1928
1928
|
"overloadedDeclarations": [],
|
1929
|
-
"referencedDeclaration":
|
1930
|
-
"src": "
|
1929
|
+
"referencedDeclaration": 49243,
|
1930
|
+
"src": "2304:10:122",
|
1931
1931
|
"typeDescriptions": {
|
1932
|
-
"typeIdentifier": "t_type$_t_contract$_IBaseWorld_$
|
1932
|
+
"typeIdentifier": "t_type$_t_contract$_IBaseWorld_$49243_$",
|
1933
1933
|
"typeString": "type(contract IBaseWorld)"
|
1934
1934
|
}
|
1935
1935
|
},
|
1936
|
-
"id":
|
1936
|
+
"id": 59982,
|
1937
1937
|
"isConstant": false,
|
1938
1938
|
"isLValue": false,
|
1939
1939
|
"isPure": false,
|
@@ -1942,31 +1942,31 @@
|
|
1942
1942
|
"nameLocations": [],
|
1943
1943
|
"names": [],
|
1944
1944
|
"nodeType": "FunctionCall",
|
1945
|
-
"src": "
|
1945
|
+
"src": "2304:20:122",
|
1946
1946
|
"tryCall": false,
|
1947
1947
|
"typeDescriptions": {
|
1948
|
-
"typeIdentifier": "t_contract$_IBaseWorld_$
|
1948
|
+
"typeIdentifier": "t_contract$_IBaseWorld_$49243",
|
1949
1949
|
"typeString": "contract IBaseWorld"
|
1950
1950
|
}
|
1951
1951
|
},
|
1952
1952
|
"nodeType": "VariableDeclarationStatement",
|
1953
|
-
"src": "
|
1953
|
+
"src": "2285:39:122"
|
1954
1954
|
},
|
1955
1955
|
{
|
1956
1956
|
"assignments": [
|
1957
|
-
|
1958
|
-
|
1957
|
+
59985,
|
1958
|
+
59987
|
1959
1959
|
],
|
1960
1960
|
"declarations": [
|
1961
1961
|
{
|
1962
1962
|
"constant": false,
|
1963
|
-
"id":
|
1963
|
+
"id": 59985,
|
1964
1964
|
"mutability": "mutable",
|
1965
1965
|
"name": "success",
|
1966
|
-
"nameLocation": "
|
1966
|
+
"nameLocation": "2370:7:122",
|
1967
1967
|
"nodeType": "VariableDeclaration",
|
1968
|
-
"scope":
|
1969
|
-
"src": "
|
1968
|
+
"scope": 60083,
|
1969
|
+
"src": "2365:12:122",
|
1970
1970
|
"stateVariable": false,
|
1971
1971
|
"storageLocation": "default",
|
1972
1972
|
"typeDescriptions": {
|
@@ -1974,10 +1974,10 @@
|
|
1974
1974
|
"typeString": "bool"
|
1975
1975
|
},
|
1976
1976
|
"typeName": {
|
1977
|
-
"id":
|
1977
|
+
"id": 59984,
|
1978
1978
|
"name": "bool",
|
1979
1979
|
"nodeType": "ElementaryTypeName",
|
1980
|
-
"src": "
|
1980
|
+
"src": "2365:4:122",
|
1981
1981
|
"typeDescriptions": {
|
1982
1982
|
"typeIdentifier": "t_bool",
|
1983
1983
|
"typeString": "bool"
|
@@ -1987,13 +1987,13 @@
|
|
1987
1987
|
},
|
1988
1988
|
{
|
1989
1989
|
"constant": false,
|
1990
|
-
"id":
|
1990
|
+
"id": 59987,
|
1991
1991
|
"mutability": "mutable",
|
1992
1992
|
"name": "returnData",
|
1993
|
-
"nameLocation": "
|
1993
|
+
"nameLocation": "2392:10:122",
|
1994
1994
|
"nodeType": "VariableDeclaration",
|
1995
|
-
"scope":
|
1996
|
-
"src": "
|
1995
|
+
"scope": 60083,
|
1996
|
+
"src": "2379:23:122",
|
1997
1997
|
"stateVariable": false,
|
1998
1998
|
"storageLocation": "memory",
|
1999
1999
|
"typeDescriptions": {
|
@@ -2001,10 +2001,10 @@
|
|
2001
2001
|
"typeString": "bytes"
|
2002
2002
|
},
|
2003
2003
|
"typeName": {
|
2004
|
-
"id":
|
2004
|
+
"id": 59986,
|
2005
2005
|
"name": "bytes",
|
2006
2006
|
"nodeType": "ElementaryTypeName",
|
2007
|
-
"src": "
|
2007
|
+
"src": "2379:5:122",
|
2008
2008
|
"typeDescriptions": {
|
2009
2009
|
"typeIdentifier": "t_bytes_storage_ptr",
|
2010
2010
|
"typeString": "bytes"
|
@@ -2013,34 +2013,34 @@
|
|
2013
2013
|
"visibility": "internal"
|
2014
2014
|
}
|
2015
2015
|
],
|
2016
|
-
"id":
|
2016
|
+
"id": 60016,
|
2017
2017
|
"initialValue": {
|
2018
2018
|
"arguments": [
|
2019
2019
|
{
|
2020
2020
|
"arguments": [
|
2021
2021
|
{
|
2022
2022
|
"expression": {
|
2023
|
-
"id":
|
2023
|
+
"id": 59995,
|
2024
2024
|
"name": "world",
|
2025
2025
|
"nodeType": "Identifier",
|
2026
2026
|
"overloadedDeclarations": [],
|
2027
|
-
"referencedDeclaration":
|
2028
|
-
"src": "
|
2027
|
+
"referencedDeclaration": 59978,
|
2028
|
+
"src": "2465:5:122",
|
2029
2029
|
"typeDescriptions": {
|
2030
|
-
"typeIdentifier": "t_contract$_IBaseWorld_$
|
2030
|
+
"typeIdentifier": "t_contract$_IBaseWorld_$49243",
|
2031
2031
|
"typeString": "contract IBaseWorld"
|
2032
2032
|
}
|
2033
2033
|
},
|
2034
|
-
"id":
|
2034
|
+
"id": 59996,
|
2035
2035
|
"isConstant": false,
|
2036
2036
|
"isLValue": false,
|
2037
2037
|
"isPure": false,
|
2038
2038
|
"lValueRequested": false,
|
2039
|
-
"memberLocation": "
|
2039
|
+
"memberLocation": "2471:13:122",
|
2040
2040
|
"memberName": "registerTable",
|
2041
2041
|
"nodeType": "MemberAccess",
|
2042
2042
|
"referencedDeclaration": 35656,
|
2043
|
-
"src": "
|
2043
|
+
"src": "2465:19:122",
|
2044
2044
|
"typeDescriptions": {
|
2045
2045
|
"typeIdentifier": "t_function_external_nonpayable$_t_userDefinedValueType$_ResourceId_$36365_$_t_userDefinedValueType$_FieldLayout_$34805_$_t_userDefinedValueType$_Schema_$36441_$_t_userDefinedValueType$_Schema_$36441_$_t_array$_t_string_memory_ptr_$dyn_memory_ptr_$_t_array$_t_string_memory_ptr_$dyn_memory_ptr_$returns$__$",
|
2046
2046
|
"typeString": "function (ResourceId,FieldLayout,Schema,Schema,string memory[] memory,string memory[] memory) external"
|
@@ -2049,12 +2049,12 @@
|
|
2049
2049
|
{
|
2050
2050
|
"components": [
|
2051
2051
|
{
|
2052
|
-
"id":
|
2052
|
+
"id": 59997,
|
2053
2053
|
"name": "targetTableSelector",
|
2054
2054
|
"nodeType": "Identifier",
|
2055
2055
|
"overloadedDeclarations": [],
|
2056
|
-
"referencedDeclaration":
|
2057
|
-
"src": "
|
2056
|
+
"referencedDeclaration": 59970,
|
2057
|
+
"src": "2506:19:122",
|
2058
2058
|
"typeDescriptions": {
|
2059
2059
|
"typeIdentifier": "t_userDefinedValueType$_ResourceId_$36365",
|
2060
2060
|
"typeString": "ResourceId"
|
@@ -2065,33 +2065,33 @@
|
|
2065
2065
|
"expression": {
|
2066
2066
|
"argumentTypes": [],
|
2067
2067
|
"expression": {
|
2068
|
-
"id":
|
2068
|
+
"id": 59998,
|
2069
2069
|
"name": "KeysWithValue",
|
2070
2070
|
"nodeType": "Identifier",
|
2071
2071
|
"overloadedDeclarations": [],
|
2072
|
-
"referencedDeclaration":
|
2073
|
-
"src": "
|
2072
|
+
"referencedDeclaration": 62794,
|
2073
|
+
"src": "2537:13:122",
|
2074
2074
|
"typeDescriptions": {
|
2075
|
-
"typeIdentifier": "t_type$_t_contract$_KeysWithValue_$
|
2075
|
+
"typeIdentifier": "t_type$_t_contract$_KeysWithValue_$62794_$",
|
2076
2076
|
"typeString": "type(library KeysWithValue)"
|
2077
2077
|
}
|
2078
2078
|
},
|
2079
|
-
"id":
|
2079
|
+
"id": 59999,
|
2080
2080
|
"isConstant": false,
|
2081
2081
|
"isLValue": false,
|
2082
2082
|
"isPure": false,
|
2083
2083
|
"lValueRequested": false,
|
2084
|
-
"memberLocation": "
|
2084
|
+
"memberLocation": "2551:14:122",
|
2085
2085
|
"memberName": "getFieldLayout",
|
2086
2086
|
"nodeType": "MemberAccess",
|
2087
|
-
"referencedDeclaration":
|
2088
|
-
"src": "
|
2087
|
+
"referencedDeclaration": 60379,
|
2088
|
+
"src": "2537:28:122",
|
2089
2089
|
"typeDescriptions": {
|
2090
2090
|
"typeIdentifier": "t_function_internal_pure$__$returns$_t_userDefinedValueType$_FieldLayout_$34805_$",
|
2091
2091
|
"typeString": "function () pure returns (FieldLayout)"
|
2092
2092
|
}
|
2093
2093
|
},
|
2094
|
-
"id":
|
2094
|
+
"id": 60000,
|
2095
2095
|
"isConstant": false,
|
2096
2096
|
"isLValue": false,
|
2097
2097
|
"isPure": false,
|
@@ -2100,7 +2100,7 @@
|
|
2100
2100
|
"nameLocations": [],
|
2101
2101
|
"names": [],
|
2102
2102
|
"nodeType": "FunctionCall",
|
2103
|
-
"src": "
|
2103
|
+
"src": "2537:30:122",
|
2104
2104
|
"tryCall": false,
|
2105
2105
|
"typeDescriptions": {
|
2106
2106
|
"typeIdentifier": "t_userDefinedValueType$_FieldLayout_$34805",
|
@@ -2112,33 +2112,33 @@
|
|
2112
2112
|
"expression": {
|
2113
2113
|
"argumentTypes": [],
|
2114
2114
|
"expression": {
|
2115
|
-
"id":
|
2115
|
+
"id": 60001,
|
2116
2116
|
"name": "KeysWithValue",
|
2117
2117
|
"nodeType": "Identifier",
|
2118
2118
|
"overloadedDeclarations": [],
|
2119
|
-
"referencedDeclaration":
|
2120
|
-
"src": "
|
2119
|
+
"referencedDeclaration": 62794,
|
2120
|
+
"src": "2579:13:122",
|
2121
2121
|
"typeDescriptions": {
|
2122
|
-
"typeIdentifier": "t_type$_t_contract$_KeysWithValue_$
|
2122
|
+
"typeIdentifier": "t_type$_t_contract$_KeysWithValue_$62794_$",
|
2123
2123
|
"typeString": "type(library KeysWithValue)"
|
2124
2124
|
}
|
2125
2125
|
},
|
2126
|
-
"id":
|
2126
|
+
"id": 60002,
|
2127
2127
|
"isConstant": false,
|
2128
2128
|
"isLValue": false,
|
2129
2129
|
"isPure": false,
|
2130
2130
|
"lValueRequested": false,
|
2131
|
-
"memberLocation": "
|
2131
|
+
"memberLocation": "2593:12:122",
|
2132
2132
|
"memberName": "getKeySchema",
|
2133
2133
|
"nodeType": "MemberAccess",
|
2134
|
-
"referencedDeclaration":
|
2135
|
-
"src": "
|
2134
|
+
"referencedDeclaration": 60411,
|
2135
|
+
"src": "2579:26:122",
|
2136
2136
|
"typeDescriptions": {
|
2137
2137
|
"typeIdentifier": "t_function_internal_pure$__$returns$_t_userDefinedValueType$_Schema_$36441_$",
|
2138
2138
|
"typeString": "function () pure returns (Schema)"
|
2139
2139
|
}
|
2140
2140
|
},
|
2141
|
-
"id":
|
2141
|
+
"id": 60003,
|
2142
2142
|
"isConstant": false,
|
2143
2143
|
"isLValue": false,
|
2144
2144
|
"isPure": false,
|
@@ -2147,7 +2147,7 @@
|
|
2147
2147
|
"nameLocations": [],
|
2148
2148
|
"names": [],
|
2149
2149
|
"nodeType": "FunctionCall",
|
2150
|
-
"src": "
|
2150
|
+
"src": "2579:28:122",
|
2151
2151
|
"tryCall": false,
|
2152
2152
|
"typeDescriptions": {
|
2153
2153
|
"typeIdentifier": "t_userDefinedValueType$_Schema_$36441",
|
@@ -2159,33 +2159,33 @@
|
|
2159
2159
|
"expression": {
|
2160
2160
|
"argumentTypes": [],
|
2161
2161
|
"expression": {
|
2162
|
-
"id":
|
2162
|
+
"id": 60004,
|
2163
2163
|
"name": "KeysWithValue",
|
2164
2164
|
"nodeType": "Identifier",
|
2165
2165
|
"overloadedDeclarations": [],
|
2166
|
-
"referencedDeclaration":
|
2167
|
-
"src": "
|
2166
|
+
"referencedDeclaration": 62794,
|
2167
|
+
"src": "2619:13:122",
|
2168
2168
|
"typeDescriptions": {
|
2169
|
-
"typeIdentifier": "t_type$_t_contract$_KeysWithValue_$
|
2169
|
+
"typeIdentifier": "t_type$_t_contract$_KeysWithValue_$62794_$",
|
2170
2170
|
"typeString": "type(library KeysWithValue)"
|
2171
2171
|
}
|
2172
2172
|
},
|
2173
|
-
"id":
|
2173
|
+
"id": 60005,
|
2174
2174
|
"isConstant": false,
|
2175
2175
|
"isLValue": false,
|
2176
2176
|
"isPure": false,
|
2177
2177
|
"lValueRequested": false,
|
2178
|
-
"memberLocation": "
|
2178
|
+
"memberLocation": "2633:14:122",
|
2179
2179
|
"memberName": "getValueSchema",
|
2180
2180
|
"nodeType": "MemberAccess",
|
2181
|
-
"referencedDeclaration":
|
2182
|
-
"src": "
|
2181
|
+
"referencedDeclaration": 60443,
|
2182
|
+
"src": "2619:28:122",
|
2183
2183
|
"typeDescriptions": {
|
2184
2184
|
"typeIdentifier": "t_function_internal_pure$__$returns$_t_userDefinedValueType$_Schema_$36441_$",
|
2185
2185
|
"typeString": "function () pure returns (Schema)"
|
2186
2186
|
}
|
2187
2187
|
},
|
2188
|
-
"id":
|
2188
|
+
"id": 60006,
|
2189
2189
|
"isConstant": false,
|
2190
2190
|
"isLValue": false,
|
2191
2191
|
"isPure": false,
|
@@ -2194,7 +2194,7 @@
|
|
2194
2194
|
"nameLocations": [],
|
2195
2195
|
"names": [],
|
2196
2196
|
"nodeType": "FunctionCall",
|
2197
|
-
"src": "
|
2197
|
+
"src": "2619:30:122",
|
2198
2198
|
"tryCall": false,
|
2199
2199
|
"typeDescriptions": {
|
2200
2200
|
"typeIdentifier": "t_userDefinedValueType$_Schema_$36441",
|
@@ -2206,33 +2206,33 @@
|
|
2206
2206
|
"expression": {
|
2207
2207
|
"argumentTypes": [],
|
2208
2208
|
"expression": {
|
2209
|
-
"id":
|
2209
|
+
"id": 60007,
|
2210
2210
|
"name": "KeysWithValue",
|
2211
2211
|
"nodeType": "Identifier",
|
2212
2212
|
"overloadedDeclarations": [],
|
2213
|
-
"referencedDeclaration":
|
2214
|
-
"src": "
|
2213
|
+
"referencedDeclaration": 62794,
|
2214
|
+
"src": "2661:13:122",
|
2215
2215
|
"typeDescriptions": {
|
2216
|
-
"typeIdentifier": "t_type$_t_contract$_KeysWithValue_$
|
2216
|
+
"typeIdentifier": "t_type$_t_contract$_KeysWithValue_$62794_$",
|
2217
2217
|
"typeString": "type(library KeysWithValue)"
|
2218
2218
|
}
|
2219
2219
|
},
|
2220
|
-
"id":
|
2220
|
+
"id": 60008,
|
2221
2221
|
"isConstant": false,
|
2222
2222
|
"isLValue": false,
|
2223
2223
|
"isPure": false,
|
2224
2224
|
"lValueRequested": false,
|
2225
|
-
"memberLocation": "
|
2225
|
+
"memberLocation": "2675:11:122",
|
2226
2226
|
"memberName": "getKeyNames",
|
2227
2227
|
"nodeType": "MemberAccess",
|
2228
|
-
"referencedDeclaration":
|
2229
|
-
"src": "
|
2228
|
+
"referencedDeclaration": 60465,
|
2229
|
+
"src": "2661:25:122",
|
2230
2230
|
"typeDescriptions": {
|
2231
2231
|
"typeIdentifier": "t_function_internal_pure$__$returns$_t_array$_t_string_memory_ptr_$dyn_memory_ptr_$",
|
2232
2232
|
"typeString": "function () pure returns (string memory[] memory)"
|
2233
2233
|
}
|
2234
2234
|
},
|
2235
|
-
"id":
|
2235
|
+
"id": 60009,
|
2236
2236
|
"isConstant": false,
|
2237
2237
|
"isLValue": false,
|
2238
2238
|
"isPure": false,
|
@@ -2241,7 +2241,7 @@
|
|
2241
2241
|
"nameLocations": [],
|
2242
2242
|
"names": [],
|
2243
2243
|
"nodeType": "FunctionCall",
|
2244
|
-
"src": "
|
2244
|
+
"src": "2661:27:122",
|
2245
2245
|
"tryCall": false,
|
2246
2246
|
"typeDescriptions": {
|
2247
2247
|
"typeIdentifier": "t_array$_t_string_memory_ptr_$dyn_memory_ptr",
|
@@ -2253,33 +2253,33 @@
|
|
2253
2253
|
"expression": {
|
2254
2254
|
"argumentTypes": [],
|
2255
2255
|
"expression": {
|
2256
|
-
"id":
|
2256
|
+
"id": 60010,
|
2257
2257
|
"name": "KeysWithValue",
|
2258
2258
|
"nodeType": "Identifier",
|
2259
2259
|
"overloadedDeclarations": [],
|
2260
|
-
"referencedDeclaration":
|
2261
|
-
"src": "
|
2260
|
+
"referencedDeclaration": 62794,
|
2261
|
+
"src": "2700:13:122",
|
2262
2262
|
"typeDescriptions": {
|
2263
|
-
"typeIdentifier": "t_type$_t_contract$_KeysWithValue_$
|
2263
|
+
"typeIdentifier": "t_type$_t_contract$_KeysWithValue_$62794_$",
|
2264
2264
|
"typeString": "type(library KeysWithValue)"
|
2265
2265
|
}
|
2266
2266
|
},
|
2267
|
-
"id":
|
2267
|
+
"id": 60011,
|
2268
2268
|
"isConstant": false,
|
2269
2269
|
"isLValue": false,
|
2270
2270
|
"isPure": false,
|
2271
2271
|
"lValueRequested": false,
|
2272
|
-
"memberLocation": "
|
2272
|
+
"memberLocation": "2714:13:122",
|
2273
2273
|
"memberName": "getFieldNames",
|
2274
2274
|
"nodeType": "MemberAccess",
|
2275
|
-
"referencedDeclaration":
|
2276
|
-
"src": "
|
2275
|
+
"referencedDeclaration": 60487,
|
2276
|
+
"src": "2700:27:122",
|
2277
2277
|
"typeDescriptions": {
|
2278
2278
|
"typeIdentifier": "t_function_internal_pure$__$returns$_t_array$_t_string_memory_ptr_$dyn_memory_ptr_$",
|
2279
2279
|
"typeString": "function () pure returns (string memory[] memory)"
|
2280
2280
|
}
|
2281
2281
|
},
|
2282
|
-
"id":
|
2282
|
+
"id": 60012,
|
2283
2283
|
"isConstant": false,
|
2284
2284
|
"isLValue": false,
|
2285
2285
|
"isPure": false,
|
@@ -2288,7 +2288,7 @@
|
|
2288
2288
|
"nameLocations": [],
|
2289
2289
|
"names": [],
|
2290
2290
|
"nodeType": "FunctionCall",
|
2291
|
-
"src": "
|
2291
|
+
"src": "2700:29:122",
|
2292
2292
|
"tryCall": false,
|
2293
2293
|
"typeDescriptions": {
|
2294
2294
|
"typeIdentifier": "t_array$_t_string_memory_ptr_$dyn_memory_ptr",
|
@@ -2296,14 +2296,14 @@
|
|
2296
2296
|
}
|
2297
2297
|
}
|
2298
2298
|
],
|
2299
|
-
"id":
|
2299
|
+
"id": 60013,
|
2300
2300
|
"isConstant": false,
|
2301
2301
|
"isInlineArray": false,
|
2302
2302
|
"isLValue": false,
|
2303
2303
|
"isPure": false,
|
2304
2304
|
"lValueRequested": false,
|
2305
2305
|
"nodeType": "TupleExpression",
|
2306
|
-
"src": "
|
2306
|
+
"src": "2494:245:122",
|
2307
2307
|
"typeDescriptions": {
|
2308
2308
|
"typeIdentifier": "t_tuple$_t_userDefinedValueType$_ResourceId_$36365_$_t_userDefinedValueType$_FieldLayout_$34805_$_t_userDefinedValueType$_Schema_$36441_$_t_userDefinedValueType$_Schema_$36441_$_t_array$_t_string_memory_ptr_$dyn_memory_ptr_$_t_array$_t_string_memory_ptr_$dyn_memory_ptr_$",
|
2309
2309
|
"typeString": "tuple(ResourceId,FieldLayout,Schema,Schema,string memory[] memory,string memory[] memory)"
|
@@ -2322,32 +2322,32 @@
|
|
2322
2322
|
}
|
2323
2323
|
],
|
2324
2324
|
"expression": {
|
2325
|
-
"id":
|
2325
|
+
"id": 59993,
|
2326
2326
|
"name": "abi",
|
2327
2327
|
"nodeType": "Identifier",
|
2328
2328
|
"overloadedDeclarations": [],
|
2329
2329
|
"referencedDeclaration": -1,
|
2330
|
-
"src": "
|
2330
|
+
"src": "2441:3:122",
|
2331
2331
|
"typeDescriptions": {
|
2332
2332
|
"typeIdentifier": "t_magic_abi",
|
2333
2333
|
"typeString": "abi"
|
2334
2334
|
}
|
2335
2335
|
},
|
2336
|
-
"id":
|
2336
|
+
"id": 59994,
|
2337
2337
|
"isConstant": false,
|
2338
2338
|
"isLValue": false,
|
2339
2339
|
"isPure": true,
|
2340
2340
|
"lValueRequested": false,
|
2341
|
-
"memberLocation": "
|
2341
|
+
"memberLocation": "2445:10:122",
|
2342
2342
|
"memberName": "encodeCall",
|
2343
2343
|
"nodeType": "MemberAccess",
|
2344
|
-
"src": "
|
2344
|
+
"src": "2441:14:122",
|
2345
2345
|
"typeDescriptions": {
|
2346
2346
|
"typeIdentifier": "t_function_abiencodecall_pure$__$returns$_t_bytes_memory_ptr_$",
|
2347
2347
|
"typeString": "function () pure returns (bytes memory)"
|
2348
2348
|
}
|
2349
2349
|
},
|
2350
|
-
"id":
|
2350
|
+
"id": 60014,
|
2351
2351
|
"isConstant": false,
|
2352
2352
|
"isLValue": false,
|
2353
2353
|
"isPure": false,
|
@@ -2356,7 +2356,7 @@
|
|
2356
2356
|
"nameLocations": [],
|
2357
2357
|
"names": [],
|
2358
2358
|
"nodeType": "FunctionCall",
|
2359
|
-
"src": "
|
2359
|
+
"src": "2441:306:122",
|
2360
2360
|
"tryCall": false,
|
2361
2361
|
"typeDescriptions": {
|
2362
2362
|
"typeIdentifier": "t_bytes_memory_ptr",
|
@@ -2374,14 +2374,14 @@
|
|
2374
2374
|
"expression": {
|
2375
2375
|
"arguments": [
|
2376
2376
|
{
|
2377
|
-
"id":
|
2377
|
+
"id": 59990,
|
2378
2378
|
"name": "world",
|
2379
2379
|
"nodeType": "Identifier",
|
2380
2380
|
"overloadedDeclarations": [],
|
2381
|
-
"referencedDeclaration":
|
2382
|
-
"src": "
|
2381
|
+
"referencedDeclaration": 59978,
|
2382
|
+
"src": "2414:5:122",
|
2383
2383
|
"typeDescriptions": {
|
2384
|
-
"typeIdentifier": "t_contract$_IBaseWorld_$
|
2384
|
+
"typeIdentifier": "t_contract$_IBaseWorld_$49243",
|
2385
2385
|
"typeString": "contract IBaseWorld"
|
2386
2386
|
}
|
2387
2387
|
}
|
@@ -2389,30 +2389,30 @@
|
|
2389
2389
|
"expression": {
|
2390
2390
|
"argumentTypes": [
|
2391
2391
|
{
|
2392
|
-
"typeIdentifier": "t_contract$_IBaseWorld_$
|
2392
|
+
"typeIdentifier": "t_contract$_IBaseWorld_$49243",
|
2393
2393
|
"typeString": "contract IBaseWorld"
|
2394
2394
|
}
|
2395
2395
|
],
|
2396
|
-
"id":
|
2396
|
+
"id": 59989,
|
2397
2397
|
"isConstant": false,
|
2398
2398
|
"isLValue": false,
|
2399
2399
|
"isPure": true,
|
2400
2400
|
"lValueRequested": false,
|
2401
2401
|
"nodeType": "ElementaryTypeNameExpression",
|
2402
|
-
"src": "
|
2402
|
+
"src": "2406:7:122",
|
2403
2403
|
"typeDescriptions": {
|
2404
2404
|
"typeIdentifier": "t_type$_t_address_$",
|
2405
2405
|
"typeString": "type(address)"
|
2406
2406
|
},
|
2407
2407
|
"typeName": {
|
2408
|
-
"id":
|
2408
|
+
"id": 59988,
|
2409
2409
|
"name": "address",
|
2410
2410
|
"nodeType": "ElementaryTypeName",
|
2411
|
-
"src": "
|
2411
|
+
"src": "2406:7:122",
|
2412
2412
|
"typeDescriptions": {}
|
2413
2413
|
}
|
2414
2414
|
},
|
2415
|
-
"id":
|
2415
|
+
"id": 59991,
|
2416
2416
|
"isConstant": false,
|
2417
2417
|
"isLValue": false,
|
2418
2418
|
"isPure": false,
|
@@ -2421,28 +2421,28 @@
|
|
2421
2421
|
"nameLocations": [],
|
2422
2422
|
"names": [],
|
2423
2423
|
"nodeType": "FunctionCall",
|
2424
|
-
"src": "
|
2424
|
+
"src": "2406:14:122",
|
2425
2425
|
"tryCall": false,
|
2426
2426
|
"typeDescriptions": {
|
2427
2427
|
"typeIdentifier": "t_address",
|
2428
2428
|
"typeString": "address"
|
2429
2429
|
}
|
2430
2430
|
},
|
2431
|
-
"id":
|
2431
|
+
"id": 59992,
|
2432
2432
|
"isConstant": false,
|
2433
2433
|
"isLValue": false,
|
2434
2434
|
"isPure": false,
|
2435
2435
|
"lValueRequested": false,
|
2436
|
-
"memberLocation": "
|
2436
|
+
"memberLocation": "2421:12:122",
|
2437
2437
|
"memberName": "delegatecall",
|
2438
2438
|
"nodeType": "MemberAccess",
|
2439
|
-
"src": "
|
2439
|
+
"src": "2406:27:122",
|
2440
2440
|
"typeDescriptions": {
|
2441
2441
|
"typeIdentifier": "t_function_baredelegatecall_nonpayable$_t_bytes_memory_ptr_$returns$_t_bool_$_t_bytes_memory_ptr_$",
|
2442
2442
|
"typeString": "function (bytes memory) returns (bool,bytes memory)"
|
2443
2443
|
}
|
2444
2444
|
},
|
2445
|
-
"id":
|
2445
|
+
"id": 60015,
|
2446
2446
|
"isConstant": false,
|
2447
2447
|
"isLValue": false,
|
2448
2448
|
"isPure": false,
|
@@ -2451,7 +2451,7 @@
|
|
2451
2451
|
"nameLocations": [],
|
2452
2452
|
"names": [],
|
2453
2453
|
"nodeType": "FunctionCall",
|
2454
|
-
"src": "
|
2454
|
+
"src": "2406:347:122",
|
2455
2455
|
"tryCall": false,
|
2456
2456
|
"typeDescriptions": {
|
2457
2457
|
"typeIdentifier": "t_tuple$_t_bool_$_t_bytes_memory_ptr_$",
|
@@ -2459,11 +2459,11 @@
|
|
2459
2459
|
}
|
2460
2460
|
},
|
2461
2461
|
"nodeType": "VariableDeclarationStatement",
|
2462
|
-
"src": "
|
2462
|
+
"src": "2364:389:122"
|
2463
2463
|
},
|
2464
2464
|
{
|
2465
2465
|
"expression": {
|
2466
|
-
"id":
|
2466
|
+
"id": 60037,
|
2467
2467
|
"isConstant": false,
|
2468
2468
|
"isLValue": false,
|
2469
2469
|
"isPure": false,
|
@@ -2471,38 +2471,38 @@
|
|
2471
2471
|
"leftHandSide": {
|
2472
2472
|
"components": [
|
2473
2473
|
{
|
2474
|
-
"id":
|
2474
|
+
"id": 60017,
|
2475
2475
|
"name": "success",
|
2476
2476
|
"nodeType": "Identifier",
|
2477
2477
|
"overloadedDeclarations": [],
|
2478
|
-
"referencedDeclaration":
|
2479
|
-
"src": "
|
2478
|
+
"referencedDeclaration": 59985,
|
2479
|
+
"src": "2810:7:122",
|
2480
2480
|
"typeDescriptions": {
|
2481
2481
|
"typeIdentifier": "t_bool",
|
2482
2482
|
"typeString": "bool"
|
2483
2483
|
}
|
2484
2484
|
},
|
2485
2485
|
{
|
2486
|
-
"id":
|
2486
|
+
"id": 60018,
|
2487
2487
|
"name": "returnData",
|
2488
2488
|
"nodeType": "Identifier",
|
2489
2489
|
"overloadedDeclarations": [],
|
2490
|
-
"referencedDeclaration":
|
2491
|
-
"src": "
|
2490
|
+
"referencedDeclaration": 59987,
|
2491
|
+
"src": "2819:10:122",
|
2492
2492
|
"typeDescriptions": {
|
2493
2493
|
"typeIdentifier": "t_bytes_memory_ptr",
|
2494
2494
|
"typeString": "bytes memory"
|
2495
2495
|
}
|
2496
2496
|
}
|
2497
2497
|
],
|
2498
|
-
"id":
|
2498
|
+
"id": 60019,
|
2499
2499
|
"isConstant": false,
|
2500
2500
|
"isInlineArray": false,
|
2501
2501
|
"isLValue": true,
|
2502
2502
|
"isPure": false,
|
2503
2503
|
"lValueRequested": true,
|
2504
2504
|
"nodeType": "TupleExpression",
|
2505
|
-
"src": "
|
2505
|
+
"src": "2809:21:122",
|
2506
2506
|
"typeDescriptions": {
|
2507
2507
|
"typeIdentifier": "t_tuple$_t_bool_$_t_bytes_memory_ptr_$",
|
2508
2508
|
"typeString": "tuple(bool,bytes memory)"
|
@@ -2516,27 +2516,27 @@
|
|
2516
2516
|
"arguments": [
|
2517
2517
|
{
|
2518
2518
|
"expression": {
|
2519
|
-
"id":
|
2519
|
+
"id": 60027,
|
2520
2520
|
"name": "world",
|
2521
2521
|
"nodeType": "Identifier",
|
2522
2522
|
"overloadedDeclarations": [],
|
2523
|
-
"referencedDeclaration":
|
2524
|
-
"src": "
|
2523
|
+
"referencedDeclaration": 59978,
|
2524
|
+
"src": "2883:5:122",
|
2525
2525
|
"typeDescriptions": {
|
2526
|
-
"typeIdentifier": "t_contract$_IBaseWorld_$
|
2526
|
+
"typeIdentifier": "t_contract$_IBaseWorld_$49243",
|
2527
2527
|
"typeString": "contract IBaseWorld"
|
2528
2528
|
}
|
2529
2529
|
},
|
2530
|
-
"id":
|
2530
|
+
"id": 60028,
|
2531
2531
|
"isConstant": false,
|
2532
2532
|
"isLValue": false,
|
2533
2533
|
"isPure": false,
|
2534
2534
|
"lValueRequested": false,
|
2535
|
-
"memberLocation": "
|
2535
|
+
"memberLocation": "2889:11:122",
|
2536
2536
|
"memberName": "grantAccess",
|
2537
2537
|
"nodeType": "MemberAccess",
|
2538
|
-
"referencedDeclaration":
|
2539
|
-
"src": "
|
2538
|
+
"referencedDeclaration": 70936,
|
2539
|
+
"src": "2883:17:122",
|
2540
2540
|
"typeDescriptions": {
|
2541
2541
|
"typeIdentifier": "t_function_external_nonpayable$_t_userDefinedValueType$_ResourceId_$36365_$_t_address_$returns$__$",
|
2542
2542
|
"typeString": "function (ResourceId,address) external"
|
@@ -2545,12 +2545,12 @@
|
|
2545
2545
|
{
|
2546
2546
|
"components": [
|
2547
2547
|
{
|
2548
|
-
"id":
|
2548
|
+
"id": 60029,
|
2549
2549
|
"name": "targetTableSelector",
|
2550
2550
|
"nodeType": "Identifier",
|
2551
2551
|
"overloadedDeclarations": [],
|
2552
|
-
"referencedDeclaration":
|
2553
|
-
"src": "
|
2552
|
+
"referencedDeclaration": 59970,
|
2553
|
+
"src": "2903:19:122",
|
2554
2554
|
"typeDescriptions": {
|
2555
2555
|
"typeIdentifier": "t_userDefinedValueType$_ResourceId_$36365",
|
2556
2556
|
"typeString": "ResourceId"
|
@@ -2559,14 +2559,14 @@
|
|
2559
2559
|
{
|
2560
2560
|
"arguments": [
|
2561
2561
|
{
|
2562
|
-
"id":
|
2562
|
+
"id": 60032,
|
2563
2563
|
"name": "hook",
|
2564
2564
|
"nodeType": "Identifier",
|
2565
2565
|
"overloadedDeclarations": [],
|
2566
|
-
"referencedDeclaration":
|
2567
|
-
"src": "
|
2566
|
+
"referencedDeclaration": 59938,
|
2567
|
+
"src": "2932:4:122",
|
2568
2568
|
"typeDescriptions": {
|
2569
|
-
"typeIdentifier": "t_contract$_KeysWithValueHook_$
|
2569
|
+
"typeIdentifier": "t_contract$_KeysWithValueHook_$59894",
|
2570
2570
|
"typeString": "contract KeysWithValueHook"
|
2571
2571
|
}
|
2572
2572
|
}
|
@@ -2574,30 +2574,30 @@
|
|
2574
2574
|
"expression": {
|
2575
2575
|
"argumentTypes": [
|
2576
2576
|
{
|
2577
|
-
"typeIdentifier": "t_contract$_KeysWithValueHook_$
|
2577
|
+
"typeIdentifier": "t_contract$_KeysWithValueHook_$59894",
|
2578
2578
|
"typeString": "contract KeysWithValueHook"
|
2579
2579
|
}
|
2580
2580
|
],
|
2581
|
-
"id":
|
2581
|
+
"id": 60031,
|
2582
2582
|
"isConstant": false,
|
2583
2583
|
"isLValue": false,
|
2584
2584
|
"isPure": true,
|
2585
2585
|
"lValueRequested": false,
|
2586
2586
|
"nodeType": "ElementaryTypeNameExpression",
|
2587
|
-
"src": "
|
2587
|
+
"src": "2924:7:122",
|
2588
2588
|
"typeDescriptions": {
|
2589
2589
|
"typeIdentifier": "t_type$_t_address_$",
|
2590
2590
|
"typeString": "type(address)"
|
2591
2591
|
},
|
2592
2592
|
"typeName": {
|
2593
|
-
"id":
|
2593
|
+
"id": 60030,
|
2594
2594
|
"name": "address",
|
2595
2595
|
"nodeType": "ElementaryTypeName",
|
2596
|
-
"src": "
|
2596
|
+
"src": "2924:7:122",
|
2597
2597
|
"typeDescriptions": {}
|
2598
2598
|
}
|
2599
2599
|
},
|
2600
|
-
"id":
|
2600
|
+
"id": 60033,
|
2601
2601
|
"isConstant": false,
|
2602
2602
|
"isLValue": false,
|
2603
2603
|
"isPure": false,
|
@@ -2606,7 +2606,7 @@
|
|
2606
2606
|
"nameLocations": [],
|
2607
2607
|
"names": [],
|
2608
2608
|
"nodeType": "FunctionCall",
|
2609
|
-
"src": "
|
2609
|
+
"src": "2924:13:122",
|
2610
2610
|
"tryCall": false,
|
2611
2611
|
"typeDescriptions": {
|
2612
2612
|
"typeIdentifier": "t_address",
|
@@ -2614,14 +2614,14 @@
|
|
2614
2614
|
}
|
2615
2615
|
}
|
2616
2616
|
],
|
2617
|
-
"id":
|
2617
|
+
"id": 60034,
|
2618
2618
|
"isConstant": false,
|
2619
2619
|
"isInlineArray": false,
|
2620
2620
|
"isLValue": false,
|
2621
2621
|
"isPure": false,
|
2622
2622
|
"lValueRequested": false,
|
2623
2623
|
"nodeType": "TupleExpression",
|
2624
|
-
"src": "
|
2624
|
+
"src": "2902:36:122",
|
2625
2625
|
"typeDescriptions": {
|
2626
2626
|
"typeIdentifier": "t_tuple$_t_userDefinedValueType$_ResourceId_$36365_$_t_address_$",
|
2627
2627
|
"typeString": "tuple(ResourceId,address)"
|
@@ -2640,32 +2640,32 @@
|
|
2640
2640
|
}
|
2641
2641
|
],
|
2642
2642
|
"expression": {
|
2643
|
-
"id":
|
2643
|
+
"id": 60025,
|
2644
2644
|
"name": "abi",
|
2645
2645
|
"nodeType": "Identifier",
|
2646
2646
|
"overloadedDeclarations": [],
|
2647
2647
|
"referencedDeclaration": -1,
|
2648
|
-
"src": "
|
2648
|
+
"src": "2868:3:122",
|
2649
2649
|
"typeDescriptions": {
|
2650
2650
|
"typeIdentifier": "t_magic_abi",
|
2651
2651
|
"typeString": "abi"
|
2652
2652
|
}
|
2653
2653
|
},
|
2654
|
-
"id":
|
2654
|
+
"id": 60026,
|
2655
2655
|
"isConstant": false,
|
2656
2656
|
"isLValue": false,
|
2657
2657
|
"isPure": true,
|
2658
2658
|
"lValueRequested": false,
|
2659
|
-
"memberLocation": "
|
2659
|
+
"memberLocation": "2872:10:122",
|
2660
2660
|
"memberName": "encodeCall",
|
2661
2661
|
"nodeType": "MemberAccess",
|
2662
|
-
"src": "
|
2662
|
+
"src": "2868:14:122",
|
2663
2663
|
"typeDescriptions": {
|
2664
2664
|
"typeIdentifier": "t_function_abiencodecall_pure$__$returns$_t_bytes_memory_ptr_$",
|
2665
2665
|
"typeString": "function () pure returns (bytes memory)"
|
2666
2666
|
}
|
2667
2667
|
},
|
2668
|
-
"id":
|
2668
|
+
"id": 60035,
|
2669
2669
|
"isConstant": false,
|
2670
2670
|
"isLValue": false,
|
2671
2671
|
"isPure": false,
|
@@ -2674,7 +2674,7 @@
|
|
2674
2674
|
"nameLocations": [],
|
2675
2675
|
"names": [],
|
2676
2676
|
"nodeType": "FunctionCall",
|
2677
|
-
"src": "
|
2677
|
+
"src": "2868:71:122",
|
2678
2678
|
"tryCall": false,
|
2679
2679
|
"typeDescriptions": {
|
2680
2680
|
"typeIdentifier": "t_bytes_memory_ptr",
|
@@ -2692,14 +2692,14 @@
|
|
2692
2692
|
"expression": {
|
2693
2693
|
"arguments": [
|
2694
2694
|
{
|
2695
|
-
"id":
|
2695
|
+
"id": 60022,
|
2696
2696
|
"name": "world",
|
2697
2697
|
"nodeType": "Identifier",
|
2698
2698
|
"overloadedDeclarations": [],
|
2699
|
-
"referencedDeclaration":
|
2700
|
-
"src": "
|
2699
|
+
"referencedDeclaration": 59978,
|
2700
|
+
"src": "2841:5:122",
|
2701
2701
|
"typeDescriptions": {
|
2702
|
-
"typeIdentifier": "t_contract$_IBaseWorld_$
|
2702
|
+
"typeIdentifier": "t_contract$_IBaseWorld_$49243",
|
2703
2703
|
"typeString": "contract IBaseWorld"
|
2704
2704
|
}
|
2705
2705
|
}
|
@@ -2707,30 +2707,30 @@
|
|
2707
2707
|
"expression": {
|
2708
2708
|
"argumentTypes": [
|
2709
2709
|
{
|
2710
|
-
"typeIdentifier": "t_contract$_IBaseWorld_$
|
2710
|
+
"typeIdentifier": "t_contract$_IBaseWorld_$49243",
|
2711
2711
|
"typeString": "contract IBaseWorld"
|
2712
2712
|
}
|
2713
2713
|
],
|
2714
|
-
"id":
|
2714
|
+
"id": 60021,
|
2715
2715
|
"isConstant": false,
|
2716
2716
|
"isLValue": false,
|
2717
2717
|
"isPure": true,
|
2718
2718
|
"lValueRequested": false,
|
2719
2719
|
"nodeType": "ElementaryTypeNameExpression",
|
2720
|
-
"src": "
|
2720
|
+
"src": "2833:7:122",
|
2721
2721
|
"typeDescriptions": {
|
2722
2722
|
"typeIdentifier": "t_type$_t_address_$",
|
2723
2723
|
"typeString": "type(address)"
|
2724
2724
|
},
|
2725
2725
|
"typeName": {
|
2726
|
-
"id":
|
2726
|
+
"id": 60020,
|
2727
2727
|
"name": "address",
|
2728
2728
|
"nodeType": "ElementaryTypeName",
|
2729
|
-
"src": "
|
2729
|
+
"src": "2833:7:122",
|
2730
2730
|
"typeDescriptions": {}
|
2731
2731
|
}
|
2732
2732
|
},
|
2733
|
-
"id":
|
2733
|
+
"id": 60023,
|
2734
2734
|
"isConstant": false,
|
2735
2735
|
"isLValue": false,
|
2736
2736
|
"isPure": false,
|
@@ -2739,28 +2739,28 @@
|
|
2739
2739
|
"nameLocations": [],
|
2740
2740
|
"names": [],
|
2741
2741
|
"nodeType": "FunctionCall",
|
2742
|
-
"src": "
|
2742
|
+
"src": "2833:14:122",
|
2743
2743
|
"tryCall": false,
|
2744
2744
|
"typeDescriptions": {
|
2745
2745
|
"typeIdentifier": "t_address",
|
2746
2746
|
"typeString": "address"
|
2747
2747
|
}
|
2748
2748
|
},
|
2749
|
-
"id":
|
2749
|
+
"id": 60024,
|
2750
2750
|
"isConstant": false,
|
2751
2751
|
"isLValue": false,
|
2752
2752
|
"isPure": false,
|
2753
2753
|
"lValueRequested": false,
|
2754
|
-
"memberLocation": "
|
2754
|
+
"memberLocation": "2848:12:122",
|
2755
2755
|
"memberName": "delegatecall",
|
2756
2756
|
"nodeType": "MemberAccess",
|
2757
|
-
"src": "
|
2757
|
+
"src": "2833:27:122",
|
2758
2758
|
"typeDescriptions": {
|
2759
2759
|
"typeIdentifier": "t_function_baredelegatecall_nonpayable$_t_bytes_memory_ptr_$returns$_t_bool_$_t_bytes_memory_ptr_$",
|
2760
2760
|
"typeString": "function (bytes memory) returns (bool,bytes memory)"
|
2761
2761
|
}
|
2762
2762
|
},
|
2763
|
-
"id":
|
2763
|
+
"id": 60036,
|
2764
2764
|
"isConstant": false,
|
2765
2765
|
"isLValue": false,
|
2766
2766
|
"isPure": false,
|
@@ -2769,26 +2769,26 @@
|
|
2769
2769
|
"nameLocations": [],
|
2770
2770
|
"names": [],
|
2771
2771
|
"nodeType": "FunctionCall",
|
2772
|
-
"src": "
|
2772
|
+
"src": "2833:112:122",
|
2773
2773
|
"tryCall": false,
|
2774
2774
|
"typeDescriptions": {
|
2775
2775
|
"typeIdentifier": "t_tuple$_t_bool_$_t_bytes_memory_ptr_$",
|
2776
2776
|
"typeString": "tuple(bool,bytes memory)"
|
2777
2777
|
}
|
2778
2778
|
},
|
2779
|
-
"src": "
|
2779
|
+
"src": "2809:136:122",
|
2780
2780
|
"typeDescriptions": {
|
2781
2781
|
"typeIdentifier": "t_tuple$__$",
|
2782
2782
|
"typeString": "tuple()"
|
2783
2783
|
}
|
2784
2784
|
},
|
2785
|
-
"id":
|
2785
|
+
"id": 60038,
|
2786
2786
|
"nodeType": "ExpressionStatement",
|
2787
|
-
"src": "
|
2787
|
+
"src": "2809:136:122"
|
2788
2788
|
},
|
2789
2789
|
{
|
2790
2790
|
"condition": {
|
2791
|
-
"id":
|
2791
|
+
"id": 60040,
|
2792
2792
|
"isConstant": false,
|
2793
2793
|
"isLValue": false,
|
2794
2794
|
"isPure": false,
|
@@ -2796,14 +2796,14 @@
|
|
2796
2796
|
"nodeType": "UnaryOperation",
|
2797
2797
|
"operator": "!",
|
2798
2798
|
"prefix": true,
|
2799
|
-
"src": "
|
2799
|
+
"src": "2956:8:122",
|
2800
2800
|
"subExpression": {
|
2801
|
-
"id":
|
2801
|
+
"id": 60039,
|
2802
2802
|
"name": "success",
|
2803
2803
|
"nodeType": "Identifier",
|
2804
2804
|
"overloadedDeclarations": [],
|
2805
|
-
"referencedDeclaration":
|
2806
|
-
"src": "
|
2805
|
+
"referencedDeclaration": 59985,
|
2806
|
+
"src": "2957:7:122",
|
2807
2807
|
"typeDescriptions": {
|
2808
2808
|
"typeIdentifier": "t_bool",
|
2809
2809
|
"typeString": "bool"
|
@@ -2814,19 +2814,19 @@
|
|
2814
2814
|
"typeString": "bool"
|
2815
2815
|
}
|
2816
2816
|
},
|
2817
|
-
"id":
|
2817
|
+
"id": 60045,
|
2818
2818
|
"nodeType": "IfStatement",
|
2819
|
-
"src": "
|
2819
|
+
"src": "2952:41:122",
|
2820
2820
|
"trueBody": {
|
2821
2821
|
"expression": {
|
2822
2822
|
"arguments": [
|
2823
2823
|
{
|
2824
|
-
"id":
|
2824
|
+
"id": 60042,
|
2825
2825
|
"name": "returnData",
|
2826
2826
|
"nodeType": "Identifier",
|
2827
2827
|
"overloadedDeclarations": [],
|
2828
|
-
"referencedDeclaration":
|
2829
|
-
"src": "
|
2828
|
+
"referencedDeclaration": 59987,
|
2829
|
+
"src": "2982:10:122",
|
2830
2830
|
"typeDescriptions": {
|
2831
2831
|
"typeIdentifier": "t_bytes_memory_ptr",
|
2832
2832
|
"typeString": "bytes memory"
|
@@ -2840,18 +2840,18 @@
|
|
2840
2840
|
"typeString": "bytes memory"
|
2841
2841
|
}
|
2842
2842
|
],
|
2843
|
-
"id":
|
2843
|
+
"id": 60041,
|
2844
2844
|
"name": "revertWithBytes",
|
2845
2845
|
"nodeType": "Identifier",
|
2846
2846
|
"overloadedDeclarations": [],
|
2847
|
-
"referencedDeclaration":
|
2848
|
-
"src": "
|
2847
|
+
"referencedDeclaration": 49373,
|
2848
|
+
"src": "2966:15:122",
|
2849
2849
|
"typeDescriptions": {
|
2850
2850
|
"typeIdentifier": "t_function_internal_pure$_t_bytes_memory_ptr_$returns$__$",
|
2851
2851
|
"typeString": "function (bytes memory) pure"
|
2852
2852
|
}
|
2853
2853
|
},
|
2854
|
-
"id":
|
2854
|
+
"id": 60043,
|
2855
2855
|
"isConstant": false,
|
2856
2856
|
"isLValue": false,
|
2857
2857
|
"isPure": false,
|
@@ -2860,21 +2860,21 @@
|
|
2860
2860
|
"nameLocations": [],
|
2861
2861
|
"names": [],
|
2862
2862
|
"nodeType": "FunctionCall",
|
2863
|
-
"src": "
|
2863
|
+
"src": "2966:27:122",
|
2864
2864
|
"tryCall": false,
|
2865
2865
|
"typeDescriptions": {
|
2866
2866
|
"typeIdentifier": "t_tuple$__$",
|
2867
2867
|
"typeString": "tuple()"
|
2868
2868
|
}
|
2869
2869
|
},
|
2870
|
-
"id":
|
2870
|
+
"id": 60044,
|
2871
2871
|
"nodeType": "ExpressionStatement",
|
2872
|
-
"src": "
|
2872
|
+
"src": "2966:27:122"
|
2873
2873
|
}
|
2874
2874
|
},
|
2875
2875
|
{
|
2876
2876
|
"expression": {
|
2877
|
-
"id":
|
2877
|
+
"id": 60074,
|
2878
2878
|
"isConstant": false,
|
2879
2879
|
"isLValue": false,
|
2880
2880
|
"isPure": false,
|
@@ -2882,38 +2882,38 @@
|
|
2882
2882
|
"leftHandSide": {
|
2883
2883
|
"components": [
|
2884
2884
|
{
|
2885
|
-
"id":
|
2885
|
+
"id": 60046,
|
2886
2886
|
"name": "success",
|
2887
2887
|
"nodeType": "Identifier",
|
2888
2888
|
"overloadedDeclarations": [],
|
2889
|
-
"referencedDeclaration":
|
2890
|
-
"src": "
|
2889
|
+
"referencedDeclaration": 59985,
|
2890
|
+
"src": "3079:7:122",
|
2891
2891
|
"typeDescriptions": {
|
2892
2892
|
"typeIdentifier": "t_bool",
|
2893
2893
|
"typeString": "bool"
|
2894
2894
|
}
|
2895
2895
|
},
|
2896
2896
|
{
|
2897
|
-
"id":
|
2897
|
+
"id": 60047,
|
2898
2898
|
"name": "returnData",
|
2899
2899
|
"nodeType": "Identifier",
|
2900
2900
|
"overloadedDeclarations": [],
|
2901
|
-
"referencedDeclaration":
|
2902
|
-
"src": "
|
2901
|
+
"referencedDeclaration": 59987,
|
2902
|
+
"src": "3088:10:122",
|
2903
2903
|
"typeDescriptions": {
|
2904
2904
|
"typeIdentifier": "t_bytes_memory_ptr",
|
2905
2905
|
"typeString": "bytes memory"
|
2906
2906
|
}
|
2907
2907
|
}
|
2908
2908
|
],
|
2909
|
-
"id":
|
2909
|
+
"id": 60048,
|
2910
2910
|
"isConstant": false,
|
2911
2911
|
"isInlineArray": false,
|
2912
2912
|
"isLValue": true,
|
2913
2913
|
"isPure": false,
|
2914
2914
|
"lValueRequested": true,
|
2915
2915
|
"nodeType": "TupleExpression",
|
2916
|
-
"src": "
|
2916
|
+
"src": "3078:21:122",
|
2917
2917
|
"typeDescriptions": {
|
2918
2918
|
"typeIdentifier": "t_tuple$_t_bool_$_t_bytes_memory_ptr_$",
|
2919
2919
|
"typeString": "tuple(bool,bytes memory)"
|
@@ -2927,55 +2927,55 @@
|
|
2927
2927
|
"arguments": [
|
2928
2928
|
{
|
2929
2929
|
"expression": {
|
2930
|
-
"id":
|
2930
|
+
"id": 60056,
|
2931
2931
|
"name": "world",
|
2932
2932
|
"nodeType": "Identifier",
|
2933
2933
|
"overloadedDeclarations": [],
|
2934
|
-
"referencedDeclaration":
|
2935
|
-
"src": "
|
2934
|
+
"referencedDeclaration": 59978,
|
2935
|
+
"src": "3161:5:122",
|
2936
2936
|
"typeDescriptions": {
|
2937
|
-
"typeIdentifier": "t_contract$_IBaseWorld_$
|
2937
|
+
"typeIdentifier": "t_contract$_IBaseWorld_$49243",
|
2938
2938
|
"typeString": "contract IBaseWorld"
|
2939
2939
|
}
|
2940
2940
|
},
|
2941
|
-
"id":
|
2941
|
+
"id": 60057,
|
2942
2942
|
"isConstant": false,
|
2943
2943
|
"isLValue": false,
|
2944
2944
|
"isPure": false,
|
2945
2945
|
"lValueRequested": false,
|
2946
|
-
"memberLocation": "
|
2946
|
+
"memberLocation": "3167:17:122",
|
2947
2947
|
"memberName": "registerStoreHook",
|
2948
2948
|
"nodeType": "MemberAccess",
|
2949
2949
|
"referencedDeclaration": 35667,
|
2950
|
-
"src": "
|
2950
|
+
"src": "3161:23:122",
|
2951
2951
|
"typeDescriptions": {
|
2952
|
-
"typeIdentifier": "t_function_external_nonpayable$_t_userDefinedValueType$_ResourceId_$36365_$_t_contract$_IStoreHook_$
|
2952
|
+
"typeIdentifier": "t_function_external_nonpayable$_t_userDefinedValueType$_ResourceId_$36365_$_t_contract$_IStoreHook_$67830_$_t_uint8_$returns$__$",
|
2953
2953
|
"typeString": "function (ResourceId,contract IStoreHook,uint8) external"
|
2954
2954
|
}
|
2955
2955
|
},
|
2956
2956
|
{
|
2957
2957
|
"components": [
|
2958
2958
|
{
|
2959
|
-
"id":
|
2959
|
+
"id": 60058,
|
2960
2960
|
"name": "sourceTableId",
|
2961
2961
|
"nodeType": "Identifier",
|
2962
2962
|
"overloadedDeclarations": [],
|
2963
|
-
"referencedDeclaration":
|
2964
|
-
"src": "
|
2963
|
+
"referencedDeclaration": 59956,
|
2964
|
+
"src": "3206:13:122",
|
2965
2965
|
"typeDescriptions": {
|
2966
2966
|
"typeIdentifier": "t_userDefinedValueType$_ResourceId_$36365",
|
2967
2967
|
"typeString": "ResourceId"
|
2968
2968
|
}
|
2969
2969
|
},
|
2970
2970
|
{
|
2971
|
-
"id":
|
2971
|
+
"id": 60059,
|
2972
2972
|
"name": "hook",
|
2973
2973
|
"nodeType": "Identifier",
|
2974
2974
|
"overloadedDeclarations": [],
|
2975
|
-
"referencedDeclaration":
|
2976
|
-
"src": "
|
2975
|
+
"referencedDeclaration": 59938,
|
2976
|
+
"src": "3231:4:122",
|
2977
2977
|
"typeDescriptions": {
|
2978
|
-
"typeIdentifier": "t_contract$_KeysWithValueHook_$
|
2978
|
+
"typeIdentifier": "t_contract$_KeysWithValueHook_$59894",
|
2979
2979
|
"typeString": "contract KeysWithValueHook"
|
2980
2980
|
}
|
2981
2981
|
},
|
@@ -2984,7 +2984,7 @@
|
|
2984
2984
|
"typeIdentifier": "t_uint8",
|
2985
2985
|
"typeString": "uint8"
|
2986
2986
|
},
|
2987
|
-
"id":
|
2987
|
+
"id": 60070,
|
2988
2988
|
"isConstant": false,
|
2989
2989
|
"isLValue": false,
|
2990
2990
|
"isPure": true,
|
@@ -2994,7 +2994,7 @@
|
|
2994
2994
|
"typeIdentifier": "t_uint8",
|
2995
2995
|
"typeString": "uint8"
|
2996
2996
|
},
|
2997
|
-
"id":
|
2997
|
+
"id": 60068,
|
2998
2998
|
"isConstant": false,
|
2999
2999
|
"isLValue": false,
|
3000
3000
|
"isPure": true,
|
@@ -3004,7 +3004,7 @@
|
|
3004
3004
|
"typeIdentifier": "t_uint8",
|
3005
3005
|
"typeString": "uint8"
|
3006
3006
|
},
|
3007
|
-
"id":
|
3007
|
+
"id": 60066,
|
3008
3008
|
"isConstant": false,
|
3009
3009
|
"isLValue": false,
|
3010
3010
|
"isPure": true,
|
@@ -3014,7 +3014,7 @@
|
|
3014
3014
|
"typeIdentifier": "t_uint8",
|
3015
3015
|
"typeString": "uint8"
|
3016
3016
|
},
|
3017
|
-
"id":
|
3017
|
+
"id": 60064,
|
3018
3018
|
"isConstant": false,
|
3019
3019
|
"isLValue": false,
|
3020
3020
|
"isPure": true,
|
@@ -3024,18 +3024,18 @@
|
|
3024
3024
|
"typeIdentifier": "t_uint8",
|
3025
3025
|
"typeString": "uint8"
|
3026
3026
|
},
|
3027
|
-
"id":
|
3027
|
+
"id": 60062,
|
3028
3028
|
"isConstant": false,
|
3029
3029
|
"isLValue": false,
|
3030
3030
|
"isPure": true,
|
3031
3031
|
"lValueRequested": false,
|
3032
3032
|
"leftExpression": {
|
3033
|
-
"id":
|
3033
|
+
"id": 60060,
|
3034
3034
|
"name": "BEFORE_SET_RECORD",
|
3035
3035
|
"nodeType": "Identifier",
|
3036
3036
|
"overloadedDeclarations": [],
|
3037
3037
|
"referencedDeclaration": 46287,
|
3038
|
-
"src": "
|
3038
|
+
"src": "3247:17:122",
|
3039
3039
|
"typeDescriptions": {
|
3040
3040
|
"typeIdentifier": "t_uint8",
|
3041
3041
|
"typeString": "uint8"
|
@@ -3044,18 +3044,18 @@
|
|
3044
3044
|
"nodeType": "BinaryOperation",
|
3045
3045
|
"operator": "|",
|
3046
3046
|
"rightExpression": {
|
3047
|
-
"id":
|
3047
|
+
"id": 60061,
|
3048
3048
|
"name": "BEFORE_SPLICE_STATIC_DATA",
|
3049
3049
|
"nodeType": "Identifier",
|
3050
3050
|
"overloadedDeclarations": [],
|
3051
3051
|
"referencedDeclaration": 46297,
|
3052
|
-
"src": "
|
3052
|
+
"src": "3279:25:122",
|
3053
3053
|
"typeDescriptions": {
|
3054
3054
|
"typeIdentifier": "t_uint8",
|
3055
3055
|
"typeString": "uint8"
|
3056
3056
|
}
|
3057
3057
|
},
|
3058
|
-
"src": "
|
3058
|
+
"src": "3247:57:122",
|
3059
3059
|
"typeDescriptions": {
|
3060
3060
|
"typeIdentifier": "t_uint8",
|
3061
3061
|
"typeString": "uint8"
|
@@ -3064,18 +3064,18 @@
|
|
3064
3064
|
"nodeType": "BinaryOperation",
|
3065
3065
|
"operator": "|",
|
3066
3066
|
"rightExpression": {
|
3067
|
-
"id":
|
3067
|
+
"id": 60063,
|
3068
3068
|
"name": "AFTER_SPLICE_STATIC_DATA",
|
3069
3069
|
"nodeType": "Identifier",
|
3070
3070
|
"overloadedDeclarations": [],
|
3071
3071
|
"referencedDeclaration": 46302,
|
3072
|
-
"src": "
|
3072
|
+
"src": "3319:24:122",
|
3073
3073
|
"typeDescriptions": {
|
3074
3074
|
"typeIdentifier": "t_uint8",
|
3075
3075
|
"typeString": "uint8"
|
3076
3076
|
}
|
3077
3077
|
},
|
3078
|
-
"src": "
|
3078
|
+
"src": "3247:96:122",
|
3079
3079
|
"typeDescriptions": {
|
3080
3080
|
"typeIdentifier": "t_uint8",
|
3081
3081
|
"typeString": "uint8"
|
@@ -3084,18 +3084,18 @@
|
|
3084
3084
|
"nodeType": "BinaryOperation",
|
3085
3085
|
"operator": "|",
|
3086
3086
|
"rightExpression": {
|
3087
|
-
"id":
|
3087
|
+
"id": 60065,
|
3088
3088
|
"name": "BEFORE_SPLICE_DYNAMIC_DATA",
|
3089
3089
|
"nodeType": "Identifier",
|
3090
3090
|
"overloadedDeclarations": [],
|
3091
3091
|
"referencedDeclaration": 46307,
|
3092
|
-
"src": "
|
3092
|
+
"src": "3358:26:122",
|
3093
3093
|
"typeDescriptions": {
|
3094
3094
|
"typeIdentifier": "t_uint8",
|
3095
3095
|
"typeString": "uint8"
|
3096
3096
|
}
|
3097
3097
|
},
|
3098
|
-
"src": "
|
3098
|
+
"src": "3247:137:122",
|
3099
3099
|
"typeDescriptions": {
|
3100
3100
|
"typeIdentifier": "t_uint8",
|
3101
3101
|
"typeString": "uint8"
|
@@ -3104,18 +3104,18 @@
|
|
3104
3104
|
"nodeType": "BinaryOperation",
|
3105
3105
|
"operator": "|",
|
3106
3106
|
"rightExpression": {
|
3107
|
-
"id":
|
3107
|
+
"id": 60067,
|
3108
3108
|
"name": "AFTER_SPLICE_DYNAMIC_DATA",
|
3109
3109
|
"nodeType": "Identifier",
|
3110
3110
|
"overloadedDeclarations": [],
|
3111
3111
|
"referencedDeclaration": 46312,
|
3112
|
-
"src": "
|
3112
|
+
"src": "3399:25:122",
|
3113
3113
|
"typeDescriptions": {
|
3114
3114
|
"typeIdentifier": "t_uint8",
|
3115
3115
|
"typeString": "uint8"
|
3116
3116
|
}
|
3117
3117
|
},
|
3118
|
-
"src": "
|
3118
|
+
"src": "3247:177:122",
|
3119
3119
|
"typeDescriptions": {
|
3120
3120
|
"typeIdentifier": "t_uint8",
|
3121
3121
|
"typeString": "uint8"
|
@@ -3124,34 +3124,34 @@
|
|
3124
3124
|
"nodeType": "BinaryOperation",
|
3125
3125
|
"operator": "|",
|
3126
3126
|
"rightExpression": {
|
3127
|
-
"id":
|
3127
|
+
"id": 60069,
|
3128
3128
|
"name": "BEFORE_DELETE_RECORD",
|
3129
3129
|
"nodeType": "Identifier",
|
3130
3130
|
"overloadedDeclarations": [],
|
3131
3131
|
"referencedDeclaration": 46317,
|
3132
|
-
"src": "
|
3132
|
+
"src": "3439:20:122",
|
3133
3133
|
"typeDescriptions": {
|
3134
3134
|
"typeIdentifier": "t_uint8",
|
3135
3135
|
"typeString": "uint8"
|
3136
3136
|
}
|
3137
3137
|
},
|
3138
|
-
"src": "
|
3138
|
+
"src": "3247:212:122",
|
3139
3139
|
"typeDescriptions": {
|
3140
3140
|
"typeIdentifier": "t_uint8",
|
3141
3141
|
"typeString": "uint8"
|
3142
3142
|
}
|
3143
3143
|
}
|
3144
3144
|
],
|
3145
|
-
"id":
|
3145
|
+
"id": 60071,
|
3146
3146
|
"isConstant": false,
|
3147
3147
|
"isInlineArray": false,
|
3148
3148
|
"isLValue": false,
|
3149
3149
|
"isPure": false,
|
3150
3150
|
"lValueRequested": false,
|
3151
3151
|
"nodeType": "TupleExpression",
|
3152
|
-
"src": "
|
3152
|
+
"src": "3194:275:122",
|
3153
3153
|
"typeDescriptions": {
|
3154
|
-
"typeIdentifier": "t_tuple$_t_userDefinedValueType$_ResourceId_$36365_$_t_contract$_KeysWithValueHook_$
|
3154
|
+
"typeIdentifier": "t_tuple$_t_userDefinedValueType$_ResourceId_$36365_$_t_contract$_KeysWithValueHook_$59894_$_t_uint8_$",
|
3155
3155
|
"typeString": "tuple(ResourceId,contract KeysWithValueHook,uint8)"
|
3156
3156
|
}
|
3157
3157
|
}
|
@@ -3159,41 +3159,41 @@
|
|
3159
3159
|
"expression": {
|
3160
3160
|
"argumentTypes": [
|
3161
3161
|
{
|
3162
|
-
"typeIdentifier": "t_function_external_nonpayable$_t_userDefinedValueType$_ResourceId_$36365_$_t_contract$_IStoreHook_$
|
3162
|
+
"typeIdentifier": "t_function_external_nonpayable$_t_userDefinedValueType$_ResourceId_$36365_$_t_contract$_IStoreHook_$67830_$_t_uint8_$returns$__$",
|
3163
3163
|
"typeString": "function (ResourceId,contract IStoreHook,uint8) external"
|
3164
3164
|
},
|
3165
3165
|
{
|
3166
|
-
"typeIdentifier": "t_tuple$_t_userDefinedValueType$_ResourceId_$36365_$_t_contract$_KeysWithValueHook_$
|
3166
|
+
"typeIdentifier": "t_tuple$_t_userDefinedValueType$_ResourceId_$36365_$_t_contract$_KeysWithValueHook_$59894_$_t_uint8_$",
|
3167
3167
|
"typeString": "tuple(ResourceId,contract KeysWithValueHook,uint8)"
|
3168
3168
|
}
|
3169
3169
|
],
|
3170
3170
|
"expression": {
|
3171
|
-
"id":
|
3171
|
+
"id": 60054,
|
3172
3172
|
"name": "abi",
|
3173
3173
|
"nodeType": "Identifier",
|
3174
3174
|
"overloadedDeclarations": [],
|
3175
3175
|
"referencedDeclaration": -1,
|
3176
|
-
"src": "
|
3176
|
+
"src": "3137:3:122",
|
3177
3177
|
"typeDescriptions": {
|
3178
3178
|
"typeIdentifier": "t_magic_abi",
|
3179
3179
|
"typeString": "abi"
|
3180
3180
|
}
|
3181
3181
|
},
|
3182
|
-
"id":
|
3182
|
+
"id": 60055,
|
3183
3183
|
"isConstant": false,
|
3184
3184
|
"isLValue": false,
|
3185
3185
|
"isPure": true,
|
3186
3186
|
"lValueRequested": false,
|
3187
|
-
"memberLocation": "
|
3187
|
+
"memberLocation": "3141:10:122",
|
3188
3188
|
"memberName": "encodeCall",
|
3189
3189
|
"nodeType": "MemberAccess",
|
3190
|
-
"src": "
|
3190
|
+
"src": "3137:14:122",
|
3191
3191
|
"typeDescriptions": {
|
3192
3192
|
"typeIdentifier": "t_function_abiencodecall_pure$__$returns$_t_bytes_memory_ptr_$",
|
3193
3193
|
"typeString": "function () pure returns (bytes memory)"
|
3194
3194
|
}
|
3195
3195
|
},
|
3196
|
-
"id":
|
3196
|
+
"id": 60072,
|
3197
3197
|
"isConstant": false,
|
3198
3198
|
"isLValue": false,
|
3199
3199
|
"isPure": false,
|
@@ -3202,7 +3202,7 @@
|
|
3202
3202
|
"nameLocations": [],
|
3203
3203
|
"names": [],
|
3204
3204
|
"nodeType": "FunctionCall",
|
3205
|
-
"src": "
|
3205
|
+
"src": "3137:340:122",
|
3206
3206
|
"tryCall": false,
|
3207
3207
|
"typeDescriptions": {
|
3208
3208
|
"typeIdentifier": "t_bytes_memory_ptr",
|
@@ -3220,14 +3220,14 @@
|
|
3220
3220
|
"expression": {
|
3221
3221
|
"arguments": [
|
3222
3222
|
{
|
3223
|
-
"id":
|
3223
|
+
"id": 60051,
|
3224
3224
|
"name": "world",
|
3225
3225
|
"nodeType": "Identifier",
|
3226
3226
|
"overloadedDeclarations": [],
|
3227
|
-
"referencedDeclaration":
|
3228
|
-
"src": "
|
3227
|
+
"referencedDeclaration": 59978,
|
3228
|
+
"src": "3110:5:122",
|
3229
3229
|
"typeDescriptions": {
|
3230
|
-
"typeIdentifier": "t_contract$_IBaseWorld_$
|
3230
|
+
"typeIdentifier": "t_contract$_IBaseWorld_$49243",
|
3231
3231
|
"typeString": "contract IBaseWorld"
|
3232
3232
|
}
|
3233
3233
|
}
|
@@ -3235,30 +3235,30 @@
|
|
3235
3235
|
"expression": {
|
3236
3236
|
"argumentTypes": [
|
3237
3237
|
{
|
3238
|
-
"typeIdentifier": "t_contract$_IBaseWorld_$
|
3238
|
+
"typeIdentifier": "t_contract$_IBaseWorld_$49243",
|
3239
3239
|
"typeString": "contract IBaseWorld"
|
3240
3240
|
}
|
3241
3241
|
],
|
3242
|
-
"id":
|
3242
|
+
"id": 60050,
|
3243
3243
|
"isConstant": false,
|
3244
3244
|
"isLValue": false,
|
3245
3245
|
"isPure": true,
|
3246
3246
|
"lValueRequested": false,
|
3247
3247
|
"nodeType": "ElementaryTypeNameExpression",
|
3248
|
-
"src": "
|
3248
|
+
"src": "3102:7:122",
|
3249
3249
|
"typeDescriptions": {
|
3250
3250
|
"typeIdentifier": "t_type$_t_address_$",
|
3251
3251
|
"typeString": "type(address)"
|
3252
3252
|
},
|
3253
3253
|
"typeName": {
|
3254
|
-
"id":
|
3254
|
+
"id": 60049,
|
3255
3255
|
"name": "address",
|
3256
3256
|
"nodeType": "ElementaryTypeName",
|
3257
|
-
"src": "
|
3257
|
+
"src": "3102:7:122",
|
3258
3258
|
"typeDescriptions": {}
|
3259
3259
|
}
|
3260
3260
|
},
|
3261
|
-
"id":
|
3261
|
+
"id": 60052,
|
3262
3262
|
"isConstant": false,
|
3263
3263
|
"isLValue": false,
|
3264
3264
|
"isPure": false,
|
@@ -3267,28 +3267,28 @@
|
|
3267
3267
|
"nameLocations": [],
|
3268
3268
|
"names": [],
|
3269
3269
|
"nodeType": "FunctionCall",
|
3270
|
-
"src": "
|
3270
|
+
"src": "3102:14:122",
|
3271
3271
|
"tryCall": false,
|
3272
3272
|
"typeDescriptions": {
|
3273
3273
|
"typeIdentifier": "t_address",
|
3274
3274
|
"typeString": "address"
|
3275
3275
|
}
|
3276
3276
|
},
|
3277
|
-
"id":
|
3277
|
+
"id": 60053,
|
3278
3278
|
"isConstant": false,
|
3279
3279
|
"isLValue": false,
|
3280
3280
|
"isPure": false,
|
3281
3281
|
"lValueRequested": false,
|
3282
|
-
"memberLocation": "
|
3282
|
+
"memberLocation": "3117:12:122",
|
3283
3283
|
"memberName": "delegatecall",
|
3284
3284
|
"nodeType": "MemberAccess",
|
3285
|
-
"src": "
|
3285
|
+
"src": "3102:27:122",
|
3286
3286
|
"typeDescriptions": {
|
3287
3287
|
"typeIdentifier": "t_function_baredelegatecall_nonpayable$_t_bytes_memory_ptr_$returns$_t_bool_$_t_bytes_memory_ptr_$",
|
3288
3288
|
"typeString": "function (bytes memory) returns (bool,bytes memory)"
|
3289
3289
|
}
|
3290
3290
|
},
|
3291
|
-
"id":
|
3291
|
+
"id": 60073,
|
3292
3292
|
"isConstant": false,
|
3293
3293
|
"isLValue": false,
|
3294
3294
|
"isPure": false,
|
@@ -3297,26 +3297,26 @@
|
|
3297
3297
|
"nameLocations": [],
|
3298
3298
|
"names": [],
|
3299
3299
|
"nodeType": "FunctionCall",
|
3300
|
-
"src": "
|
3300
|
+
"src": "3102:381:122",
|
3301
3301
|
"tryCall": false,
|
3302
3302
|
"typeDescriptions": {
|
3303
3303
|
"typeIdentifier": "t_tuple$_t_bool_$_t_bytes_memory_ptr_$",
|
3304
3304
|
"typeString": "tuple(bool,bytes memory)"
|
3305
3305
|
}
|
3306
3306
|
},
|
3307
|
-
"src": "
|
3307
|
+
"src": "3078:405:122",
|
3308
3308
|
"typeDescriptions": {
|
3309
3309
|
"typeIdentifier": "t_tuple$__$",
|
3310
3310
|
"typeString": "tuple()"
|
3311
3311
|
}
|
3312
3312
|
},
|
3313
|
-
"id":
|
3313
|
+
"id": 60075,
|
3314
3314
|
"nodeType": "ExpressionStatement",
|
3315
|
-
"src": "
|
3315
|
+
"src": "3078:405:122"
|
3316
3316
|
},
|
3317
3317
|
{
|
3318
3318
|
"condition": {
|
3319
|
-
"id":
|
3319
|
+
"id": 60077,
|
3320
3320
|
"isConstant": false,
|
3321
3321
|
"isLValue": false,
|
3322
3322
|
"isPure": false,
|
@@ -3324,14 +3324,14 @@
|
|
3324
3324
|
"nodeType": "UnaryOperation",
|
3325
3325
|
"operator": "!",
|
3326
3326
|
"prefix": true,
|
3327
|
-
"src": "
|
3327
|
+
"src": "3493:8:122",
|
3328
3328
|
"subExpression": {
|
3329
|
-
"id":
|
3329
|
+
"id": 60076,
|
3330
3330
|
"name": "success",
|
3331
3331
|
"nodeType": "Identifier",
|
3332
3332
|
"overloadedDeclarations": [],
|
3333
|
-
"referencedDeclaration":
|
3334
|
-
"src": "
|
3333
|
+
"referencedDeclaration": 59985,
|
3334
|
+
"src": "3494:7:122",
|
3335
3335
|
"typeDescriptions": {
|
3336
3336
|
"typeIdentifier": "t_bool",
|
3337
3337
|
"typeString": "bool"
|
@@ -3342,19 +3342,19 @@
|
|
3342
3342
|
"typeString": "bool"
|
3343
3343
|
}
|
3344
3344
|
},
|
3345
|
-
"id":
|
3345
|
+
"id": 60082,
|
3346
3346
|
"nodeType": "IfStatement",
|
3347
|
-
"src": "
|
3347
|
+
"src": "3489:41:122",
|
3348
3348
|
"trueBody": {
|
3349
3349
|
"expression": {
|
3350
3350
|
"arguments": [
|
3351
3351
|
{
|
3352
|
-
"id":
|
3352
|
+
"id": 60079,
|
3353
3353
|
"name": "returnData",
|
3354
3354
|
"nodeType": "Identifier",
|
3355
3355
|
"overloadedDeclarations": [],
|
3356
|
-
"referencedDeclaration":
|
3357
|
-
"src": "
|
3356
|
+
"referencedDeclaration": 59987,
|
3357
|
+
"src": "3519:10:122",
|
3358
3358
|
"typeDescriptions": {
|
3359
3359
|
"typeIdentifier": "t_bytes_memory_ptr",
|
3360
3360
|
"typeString": "bytes memory"
|
@@ -3368,18 +3368,18 @@
|
|
3368
3368
|
"typeString": "bytes memory"
|
3369
3369
|
}
|
3370
3370
|
],
|
3371
|
-
"id":
|
3371
|
+
"id": 60078,
|
3372
3372
|
"name": "revertWithBytes",
|
3373
3373
|
"nodeType": "Identifier",
|
3374
3374
|
"overloadedDeclarations": [],
|
3375
|
-
"referencedDeclaration":
|
3376
|
-
"src": "
|
3375
|
+
"referencedDeclaration": 49373,
|
3376
|
+
"src": "3503:15:122",
|
3377
3377
|
"typeDescriptions": {
|
3378
3378
|
"typeIdentifier": "t_function_internal_pure$_t_bytes_memory_ptr_$returns$__$",
|
3379
3379
|
"typeString": "function (bytes memory) pure"
|
3380
3380
|
}
|
3381
3381
|
},
|
3382
|
-
"id":
|
3382
|
+
"id": 60080,
|
3383
3383
|
"isConstant": false,
|
3384
3384
|
"isLValue": false,
|
3385
3385
|
"isPure": false,
|
@@ -3388,42 +3388,42 @@
|
|
3388
3388
|
"nameLocations": [],
|
3389
3389
|
"names": [],
|
3390
3390
|
"nodeType": "FunctionCall",
|
3391
|
-
"src": "
|
3391
|
+
"src": "3503:27:122",
|
3392
3392
|
"tryCall": false,
|
3393
3393
|
"typeDescriptions": {
|
3394
3394
|
"typeIdentifier": "t_tuple$__$",
|
3395
3395
|
"typeString": "tuple()"
|
3396
3396
|
}
|
3397
3397
|
},
|
3398
|
-
"id":
|
3398
|
+
"id": 60081,
|
3399
3399
|
"nodeType": "ExpressionStatement",
|
3400
|
-
"src": "
|
3400
|
+
"src": "3503:27:122"
|
3401
3401
|
}
|
3402
3402
|
}
|
3403
3403
|
]
|
3404
3404
|
},
|
3405
3405
|
"baseFunctions": [
|
3406
|
-
|
3406
|
+
70917
|
3407
3407
|
],
|
3408
3408
|
"functionSelector": "7c5b0335",
|
3409
3409
|
"implemented": true,
|
3410
3410
|
"kind": "function",
|
3411
3411
|
"modifiers": [],
|
3412
3412
|
"name": "installRoot",
|
3413
|
-
"nameLocation": "
|
3413
|
+
"nameLocation": "2034:11:122",
|
3414
3414
|
"parameters": {
|
3415
|
-
"id":
|
3415
|
+
"id": 59952,
|
3416
3416
|
"nodeType": "ParameterList",
|
3417
3417
|
"parameters": [
|
3418
3418
|
{
|
3419
3419
|
"constant": false,
|
3420
|
-
"id":
|
3420
|
+
"id": 59951,
|
3421
3421
|
"mutability": "mutable",
|
3422
3422
|
"name": "args",
|
3423
|
-
"nameLocation": "
|
3423
|
+
"nameLocation": "2059:4:122",
|
3424
3424
|
"nodeType": "VariableDeclaration",
|
3425
|
-
"scope":
|
3426
|
-
"src": "
|
3425
|
+
"scope": 60084,
|
3426
|
+
"src": "2046:17:122",
|
3427
3427
|
"stateVariable": false,
|
3428
3428
|
"storageLocation": "memory",
|
3429
3429
|
"typeDescriptions": {
|
@@ -3431,10 +3431,10 @@
|
|
3431
3431
|
"typeString": "bytes"
|
3432
3432
|
},
|
3433
3433
|
"typeName": {
|
3434
|
-
"id":
|
3434
|
+
"id": 59950,
|
3435
3435
|
"name": "bytes",
|
3436
3436
|
"nodeType": "ElementaryTypeName",
|
3437
|
-
"src": "
|
3437
|
+
"src": "2046:5:122",
|
3438
3438
|
"typeDescriptions": {
|
3439
3439
|
"typeIdentifier": "t_bytes_storage_ptr",
|
3440
3440
|
"typeString": "bytes"
|
@@ -3443,28 +3443,28 @@
|
|
3443
3443
|
"visibility": "internal"
|
3444
3444
|
}
|
3445
3445
|
],
|
3446
|
-
"src": "
|
3446
|
+
"src": "2045:19:122"
|
3447
3447
|
},
|
3448
3448
|
"returnParameters": {
|
3449
|
-
"id":
|
3449
|
+
"id": 59953,
|
3450
3450
|
"nodeType": "ParameterList",
|
3451
3451
|
"parameters": [],
|
3452
|
-
"src": "
|
3452
|
+
"src": "2072:0:122"
|
3453
3453
|
},
|
3454
|
-
"scope":
|
3454
|
+
"scope": 60094,
|
3455
3455
|
"stateMutability": "nonpayable",
|
3456
3456
|
"virtual": false,
|
3457
3457
|
"visibility": "public"
|
3458
3458
|
},
|
3459
3459
|
{
|
3460
|
-
"id":
|
3460
|
+
"id": 60093,
|
3461
3461
|
"nodeType": "FunctionDefinition",
|
3462
|
-
"src": "
|
3462
|
+
"src": "3539:96:122",
|
3463
3463
|
"nodes": [],
|
3464
3464
|
"body": {
|
3465
|
-
"id":
|
3465
|
+
"id": 60092,
|
3466
3466
|
"nodeType": "Block",
|
3467
|
-
"src": "
|
3467
|
+
"src": "3582:53:122",
|
3468
3468
|
"nodes": [],
|
3469
3469
|
"statements": [
|
3470
3470
|
{
|
@@ -3472,18 +3472,18 @@
|
|
3472
3472
|
"arguments": [],
|
3473
3473
|
"expression": {
|
3474
3474
|
"argumentTypes": [],
|
3475
|
-
"id":
|
3475
|
+
"id": 60089,
|
3476
3476
|
"name": "Module_NonRootInstallNotSupported",
|
3477
3477
|
"nodeType": "Identifier",
|
3478
3478
|
"overloadedDeclarations": [],
|
3479
|
-
"referencedDeclaration":
|
3480
|
-
"src": "
|
3479
|
+
"referencedDeclaration": 70905,
|
3480
|
+
"src": "3595:33:122",
|
3481
3481
|
"typeDescriptions": {
|
3482
3482
|
"typeIdentifier": "t_function_error_pure$__$returns$__$",
|
3483
3483
|
"typeString": "function () pure"
|
3484
3484
|
}
|
3485
3485
|
},
|
3486
|
-
"id":
|
3486
|
+
"id": 60090,
|
3487
3487
|
"isConstant": false,
|
3488
3488
|
"isLValue": false,
|
3489
3489
|
"isPure": false,
|
@@ -3492,41 +3492,41 @@
|
|
3492
3492
|
"nameLocations": [],
|
3493
3493
|
"names": [],
|
3494
3494
|
"nodeType": "FunctionCall",
|
3495
|
-
"src": "
|
3495
|
+
"src": "3595:35:122",
|
3496
3496
|
"tryCall": false,
|
3497
3497
|
"typeDescriptions": {
|
3498
3498
|
"typeIdentifier": "t_tuple$__$",
|
3499
3499
|
"typeString": "tuple()"
|
3500
3500
|
}
|
3501
3501
|
},
|
3502
|
-
"id":
|
3502
|
+
"id": 60091,
|
3503
3503
|
"nodeType": "RevertStatement",
|
3504
|
-
"src": "
|
3504
|
+
"src": "3588:42:122"
|
3505
3505
|
}
|
3506
3506
|
]
|
3507
3507
|
},
|
3508
3508
|
"baseFunctions": [
|
3509
|
-
|
3509
|
+
70923
|
3510
3510
|
],
|
3511
3511
|
"functionSelector": "13861fb5",
|
3512
3512
|
"implemented": true,
|
3513
3513
|
"kind": "function",
|
3514
3514
|
"modifiers": [],
|
3515
3515
|
"name": "install",
|
3516
|
-
"nameLocation": "
|
3516
|
+
"nameLocation": "3548:7:122",
|
3517
3517
|
"parameters": {
|
3518
|
-
"id":
|
3518
|
+
"id": 60087,
|
3519
3519
|
"nodeType": "ParameterList",
|
3520
3520
|
"parameters": [
|
3521
3521
|
{
|
3522
3522
|
"constant": false,
|
3523
|
-
"id":
|
3523
|
+
"id": 60086,
|
3524
3524
|
"mutability": "mutable",
|
3525
3525
|
"name": "",
|
3526
3526
|
"nameLocation": "-1:-1:-1",
|
3527
3527
|
"nodeType": "VariableDeclaration",
|
3528
|
-
"scope":
|
3529
|
-
"src": "
|
3528
|
+
"scope": 60093,
|
3529
|
+
"src": "3556:12:122",
|
3530
3530
|
"stateVariable": false,
|
3531
3531
|
"storageLocation": "memory",
|
3532
3532
|
"typeDescriptions": {
|
@@ -3534,10 +3534,10 @@
|
|
3534
3534
|
"typeString": "bytes"
|
3535
3535
|
},
|
3536
3536
|
"typeName": {
|
3537
|
-
"id":
|
3537
|
+
"id": 60085,
|
3538
3538
|
"name": "bytes",
|
3539
3539
|
"nodeType": "ElementaryTypeName",
|
3540
|
-
"src": "
|
3540
|
+
"src": "3556:5:122",
|
3541
3541
|
"typeDescriptions": {
|
3542
3542
|
"typeIdentifier": "t_bytes_storage_ptr",
|
3543
3543
|
"typeString": "bytes"
|
@@ -3546,15 +3546,15 @@
|
|
3546
3546
|
"visibility": "internal"
|
3547
3547
|
}
|
3548
3548
|
],
|
3549
|
-
"src": "
|
3549
|
+
"src": "3555:14:122"
|
3550
3550
|
},
|
3551
3551
|
"returnParameters": {
|
3552
|
-
"id":
|
3552
|
+
"id": 60088,
|
3553
3553
|
"nodeType": "ParameterList",
|
3554
3554
|
"parameters": [],
|
3555
|
-
"src": "
|
3555
|
+
"src": "3582:0:122"
|
3556
3556
|
},
|
3557
|
-
"scope":
|
3557
|
+
"scope": 60094,
|
3558
3558
|
"stateMutability": "pure",
|
3559
3559
|
"virtual": false,
|
3560
3560
|
"visibility": "public"
|
@@ -3564,53 +3564,53 @@
|
|
3564
3564
|
"baseContracts": [
|
3565
3565
|
{
|
3566
3566
|
"baseName": {
|
3567
|
-
"id":
|
3567
|
+
"id": 59926,
|
3568
3568
|
"name": "Module",
|
3569
3569
|
"nameLocations": [
|
3570
|
-
"
|
3570
|
+
"1661:6:122"
|
3571
3571
|
],
|
3572
3572
|
"nodeType": "IdentifierPath",
|
3573
3573
|
"referencedDeclaration": 48698,
|
3574
|
-
"src": "
|
3574
|
+
"src": "1661:6:122"
|
3575
3575
|
},
|
3576
|
-
"id":
|
3576
|
+
"id": 59927,
|
3577
3577
|
"nodeType": "InheritanceSpecifier",
|
3578
|
-
"src": "
|
3578
|
+
"src": "1661:6:122"
|
3579
3579
|
}
|
3580
3580
|
],
|
3581
3581
|
"canonicalName": "KeysWithValueModule",
|
3582
3582
|
"contractDependencies": [
|
3583
|
-
|
3583
|
+
59894
|
3584
3584
|
],
|
3585
3585
|
"contractKind": "contract",
|
3586
3586
|
"documentation": {
|
3587
|
-
"id":
|
3587
|
+
"id": 59925,
|
3588
3588
|
"nodeType": "StructuredDocumentation",
|
3589
|
-
"src": "
|
3589
|
+
"src": "969:659:122",
|
3590
3590
|
"text": " This module deploys a hook that is called when a value is set in the `sourceTableId`\n provided in the install methods arguments. The hook keeps track of the keys that map to a given value.\n from value to list of keys with this value. This mapping is stored in a table registered\n by the module at the `targetTableId` provided in the install methods arguments.\n Note: if a table with composite keys is used, only the first key is indexed\n Note: this module currently only supports `installRoot` (via `World.installRootModule`).\n TODO: add support for `install` (via `World.installModule`) by using `callFrom` with the `msgSender()`"
|
3591
3591
|
},
|
3592
3592
|
"fullyImplemented": true,
|
3593
3593
|
"linearizedBaseContracts": [
|
3594
|
-
|
3594
|
+
60094,
|
3595
3595
|
48698,
|
3596
3596
|
48776,
|
3597
|
-
|
3598
|
-
|
3599
|
-
|
3597
|
+
70879,
|
3598
|
+
70924,
|
3599
|
+
70841
|
3600
3600
|
],
|
3601
3601
|
"name": "KeysWithValueModule",
|
3602
|
-
"nameLocation": "
|
3603
|
-
"scope":
|
3602
|
+
"nameLocation": "1638:19:122",
|
3603
|
+
"scope": 60095,
|
3604
3604
|
"usedErrors": [
|
3605
3605
|
36450,
|
3606
3606
|
36452,
|
3607
|
-
|
3608
|
-
|
3607
|
+
70903,
|
3608
|
+
70905
|
3609
3609
|
],
|
3610
3610
|
"usedEvents": []
|
3611
3611
|
}
|
3612
3612
|
],
|
3613
3613
|
"license": "MIT"
|
3614
3614
|
},
|
3615
|
-
"id":
|
3615
|
+
"id": 122
|
3616
3616
|
}
|