@latticexyz/world-modules 2.0.0-march-19-skystrife-playtest-f0a343b1 → 2.0.0-next-17-awakening-9c07ab3a2
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.d.ts +256 -0
- package/out/AccessControl.sol/AccessControl.json +1 -1
- package/out/AccessControlLib.sol/AccessControlLib.json +1 -1
- package/out/AccessManagementSystem.sol/AccessManagementSystem.abi.json +55 -0
- package/out/AccessManagementSystem.sol/AccessManagementSystem.abi.json.d.ts +55 -0
- package/out/AccessManagementSystem.sol/AccessManagementSystem.json +1 -1
- package/out/AddressArray.sol/AddressArray.json +1 -1
- package/out/Allowances.sol/Allowances.json +1 -1
- package/out/ArrayLib.sol/ArrayLib.json +1 -1
- package/out/BalanceTransferSystem.sol/BalanceTransferSystem.abi.json +16 -0
- package/out/BalanceTransferSystem.sol/BalanceTransferSystem.abi.json.d.ts +16 -0
- package/out/BalanceTransferSystem.sol/BalanceTransferSystem.json +1 -1
- package/out/Balances.sol/Balances.json +1 -1
- package/out/Base.sol/CommonBase.json +1 -1
- package/out/Base.sol/ScriptBase.json +1 -1
- package/out/Base.sol/TestBase.json +1 -1
- package/out/BatchCallSystem.sol/BatchCallSystem.abi.json +5 -0
- package/out/BatchCallSystem.sol/BatchCallSystem.abi.json.d.ts +5 -0
- package/out/BatchCallSystem.sol/BatchCallSystem.json +1 -1
- package/out/Bool.sol/Bool.json +1 -1
- package/out/Bytes.sol/Bytes.json +1 -1
- package/out/CallboundDelegationControl.sol/CallboundDelegationControl.json +1 -1
- package/out/CallboundDelegations.sol/CallboundDelegations.json +1 -1
- package/out/DecodeSlice.sol/DecodeSlice.json +1 -1
- package/out/Delegation.sol/Delegation.json +1 -1
- package/out/DelegationControl.sol/DelegationControl.json +1 -1
- package/out/DelegationControlMock.sol/DelegationControlMock.json +1 -1
- package/out/ERC165Checker.sol/ERC165Checker.json +1 -0
- package/out/ERC20.t.sol/ERC20Test.json +1 -1
- package/out/ERC20Metadata.sol/ERC20Metadata.json +1 -1
- package/out/ERC20Module.sol/ERC20Module.abi.json +120 -20
- package/out/ERC20Module.sol/ERC20Module.abi.json.d.ts +120 -20
- package/out/ERC20Module.sol/ERC20Module.json +1 -1
- package/out/ERC20Module.sol/ERC20ModuleRegistrationLibrary.abi.json +117 -4
- package/out/ERC20Module.sol/ERC20ModuleRegistrationLibrary.abi.json.d.ts +117 -4
- package/out/ERC20Module.sol/ERC20ModuleRegistrationLibrary.json +1 -1
- package/out/ERC20Registry.sol/ERC20Registry.json +1 -1
- package/out/ERC20System.sol/ERC20System.json +1 -1
- package/out/ERC721.t.sol/ERC721Recipient.json +1 -1
- package/out/ERC721.t.sol/ERC721Test.abi.json +1 -1
- package/out/ERC721.t.sol/ERC721Test.abi.json.d.ts +1 -1
- package/out/ERC721.t.sol/ERC721Test.json +1 -1
- package/out/ERC721.t.sol/ERC721TokenReceiver.json +1 -1
- package/out/ERC721.t.sol/NonERC721Recipient.json +1 -1
- package/out/ERC721.t.sol/RevertingERC721Recipient.json +1 -1
- package/out/ERC721.t.sol/WrongReturnDataERC721Recipient.json +1 -1
- package/out/ERC721Metadata.sol/ERC721Metadata.json +1 -1
- package/out/ERC721Module.sol/ERC721Module.abi.json +120 -20
- package/out/ERC721Module.sol/ERC721Module.abi.json.d.ts +120 -20
- package/out/ERC721Module.sol/ERC721Module.json +1 -1
- package/out/ERC721Module.sol/ERC721ModuleRegistrationLibrary.abi.json +117 -4
- package/out/ERC721Module.sol/ERC721ModuleRegistrationLibrary.abi.json.d.ts +117 -4
- package/out/ERC721Module.sol/ERC721ModuleRegistrationLibrary.json +1 -1
- package/out/ERC721Registry.sol/ERC721Registry.json +1 -1
- package/out/ERC721System.sol/ERC721System.json +1 -1
- package/out/EchoSubscriber.sol/EchoSubscriber.json +1 -1
- package/out/EncodeArray.sol/EncodeArray.json +1 -1
- package/out/FieldLayout.sol/FieldLayoutInstance.json +1 -1
- package/out/FieldLayout.sol/FieldLayoutLib.abi.json +69 -4
- package/out/FieldLayout.sol/FieldLayoutLib.abi.json.d.ts +69 -4
- package/out/FieldLayout.sol/FieldLayoutLib.json +1 -1
- package/out/FieldLayoutEncodeHelper.sol/FieldLayoutEncodeHelper.json +1 -1
- package/out/FunctionSelectors.sol/FunctionSelectors.json +1 -1
- package/out/FunctionSignatures.sol/FunctionSignatures.json +1 -1
- package/out/GasReporter.sol/GasReporter.json +1 -1
- package/out/Hook.sol/HookInstance.json +1 -1
- package/out/Hook.sol/HookLib.json +1 -1
- package/out/Hooks.sol/Hooks.json +1 -1
- package/out/IAccessManagementSystem.sol/IAccessManagementSystem.abi.json +13 -0
- package/out/IAccessManagementSystem.sol/IAccessManagementSystem.abi.json.d.ts +13 -0
- package/out/IAccessManagementSystem.sol/IAccessManagementSystem.json +1 -1
- package/out/IBalanceTransferSystem.sol/IBalanceTransferSystem.json +1 -1
- package/out/IBaseWorld.sol/IBaseWorld.abi.json +64 -5
- package/out/IBaseWorld.sol/IBaseWorld.abi.json.d.ts +64 -5
- package/out/IBaseWorld.sol/IBaseWorld.json +1 -1
- package/out/IBatchCallSystem.sol/IBatchCallSystem.json +1 -1
- package/out/IDelegationControl.sol/IDelegationControl.json +1 -1
- package/out/IERC165.sol/IERC165.json +1 -0
- package/out/IERC20.sol/IERC20.json +1 -1
- package/out/IERC20Errors.sol/IERC20Errors.json +1 -1
- package/out/IERC20Events.sol/IERC20Events.json +1 -1
- package/out/IERC20Mintable.sol/IERC20Mintable.json +1 -1
- package/out/IERC20System.sol/IERC20System.json +1 -1
- package/out/IERC721.sol/IERC721.json +1 -1
- package/out/IERC721Errors.sol/IERC721Errors.json +1 -1
- package/out/IERC721Events.sol/IERC721Events.json +1 -1
- package/out/IERC721Metadata.sol/IERC721Metadata.json +1 -1
- package/out/IERC721Mintable.sol/IERC721Mintable.json +1 -1
- package/out/IERC721Receiver.sol/IERC721Receiver.json +1 -1
- package/out/IModule.sol/IModule.abi.json +4 -17
- package/out/IModule.sol/IModule.abi.json.d.ts +4 -17
- package/out/IModule.sol/IModule.json +1 -1
- package/out/IModuleInstallationSystem.sol/IModuleInstallationSystem.abi.json +1 -1
- package/out/IModuleInstallationSystem.sol/IModuleInstallationSystem.abi.json.d.ts +1 -1
- package/out/IModuleInstallationSystem.sol/IModuleInstallationSystem.json +1 -1
- package/out/IMulticall3.sol/IMulticall3.json +1 -1
- package/out/IPuppetFactorySystem.sol/IPuppetFactorySystem.json +1 -1
- package/out/IRegistrationSystem.sol/IRegistrationSystem.abi.json +1 -0
- package/out/IRegistrationSystem.sol/IRegistrationSystem.json +1 -0
- package/out/IStore.sol/IStore.abi.json +51 -3
- package/out/IStore.sol/IStore.abi.json.d.ts +51 -3
- package/out/IStore.sol/IStore.json +1 -1
- package/out/IStoreData.sol/IStoreData.json +1 -1
- package/out/IStoreErrors.sol/IStoreErrors.abi.json +51 -3
- package/out/IStoreErrors.sol/IStoreErrors.abi.json.d.ts +51 -3
- package/out/IStoreErrors.sol/IStoreErrors.json +1 -1
- package/out/IStoreEvents.sol/IStoreEvents.json +1 -1
- package/out/IStoreHook.sol/IStoreHook.json +1 -1
- package/out/IStoreRead.sol/IStoreRead.json +1 -1
- package/out/IStoreRegistration.sol/IStoreRegistration.json +1 -1
- package/out/IStoreWrite.sol/IStoreWrite.json +1 -1
- package/out/ISystemHook.sol/ISystemHook.json +1 -1
- package/out/IWorldContextConsumer.sol/IWorldContextConsumer.json +1 -1
- package/out/IWorldErrors.sol/IWorldErrors.abi.json +11 -0
- package/out/IWorldErrors.sol/IWorldErrors.abi.json.d.ts +11 -0
- package/out/IWorldErrors.sol/IWorldErrors.json +1 -1
- package/out/IWorldKernel.sol/IWorldCall.json +1 -1
- package/out/IWorldKernel.sol/IWorldKernel.abi.json +13 -2
- package/out/IWorldKernel.sol/IWorldKernel.abi.json.d.ts +13 -2
- package/out/IWorldKernel.sol/IWorldKernel.json +1 -1
- package/out/IWorldKernel.sol/IWorldModuleInstallation.abi.json +1 -1
- package/out/IWorldKernel.sol/IWorldModuleInstallation.abi.json.d.ts +1 -1
- package/out/IWorldKernel.sol/IWorldModuleInstallation.json +1 -1
- package/out/IWorldRegistrationSystem.sol/IWorldRegistrationSystem.abi.json +27 -1
- package/out/IWorldRegistrationSystem.sol/IWorldRegistrationSystem.abi.json.d.ts +27 -1
- package/out/IWorldRegistrationSystem.sol/IWorldRegistrationSystem.json +1 -1
- package/out/{CoreModule.sol/CoreModule.abi.json → InitModule.sol/InitModule.abi.json} +145 -19
- package/out/{CoreModule.sol/CoreModule.abi.json.d.ts → InitModule.sol/InitModule.abi.json.d.ts} +145 -19
- package/out/InitModule.sol/InitModule.json +1 -0
- package/out/InitModuleAddress.sol/InitModuleAddress.abi.json +1 -0
- package/out/InitModuleAddress.sol/InitModuleAddress.json +1 -0
- package/out/InstalledModules.sol/InstalledModules.json +1 -1
- package/out/KeysInTable.sol/KeysInTable.json +1 -1
- package/out/KeysInTableHook.sol/KeysInTableHook.abi.json +16 -0
- package/out/KeysInTableHook.sol/KeysInTableHook.abi.json.d.ts +16 -0
- package/out/KeysInTableHook.sol/KeysInTableHook.json +1 -1
- package/out/KeysInTableModule.sol/KeysInTableModule.abi.json +3 -16
- package/out/KeysInTableModule.sol/KeysInTableModule.abi.json.d.ts +3 -16
- package/out/KeysInTableModule.sol/KeysInTableModule.json +1 -1
- package/out/KeysInTableModule.t.sol/KeysInTableModuleTest.abi.json +39 -6
- package/out/KeysInTableModule.t.sol/KeysInTableModuleTest.abi.json.d.ts +39 -6
- package/out/KeysInTableModule.t.sol/KeysInTableModuleTest.json +1 -1
- package/out/KeysWithValue.sol/KeysWithValue.json +1 -1
- package/out/KeysWithValueHook.sol/KeysWithValueHook.json +1 -1
- package/out/KeysWithValueModule.sol/KeysWithValueModule.abi.json +3 -16
- package/out/KeysWithValueModule.sol/KeysWithValueModule.abi.json.d.ts +3 -16
- package/out/KeysWithValueModule.sol/KeysWithValueModule.json +1 -1
- package/out/KeysWithValueModule.t.sol/KeysWithValueModuleTest.abi.json +39 -6
- package/out/KeysWithValueModule.t.sol/KeysWithValueModuleTest.abi.json.d.ts +39 -6
- package/out/KeysWithValueModule.t.sol/KeysWithValueModuleTest.json +1 -1
- package/out/LimitedCallContext.sol/LimitedCallContext.abi.json +7 -0
- package/out/LimitedCallContext.sol/LimitedCallContext.abi.json.d.ts +7 -0
- package/out/LimitedCallContext.sol/LimitedCallContext.json +1 -0
- package/out/Memory.sol/Memory.json +1 -1
- package/out/Module.sol/Module.abi.json +4 -17
- package/out/Module.sol/Module.abi.json.d.ts +4 -17
- package/out/Module.sol/Module.json +1 -1
- package/out/ModuleInstallationSystem.sol/ModuleInstallationSystem.abi.json +6 -1
- package/out/ModuleInstallationSystem.sol/ModuleInstallationSystem.abi.json.d.ts +6 -1
- package/out/ModuleInstallationSystem.sol/ModuleInstallationSystem.json +1 -1
- package/out/NamespaceDelegationControl.sol/NamespaceDelegationControl.json +1 -1
- package/out/NamespaceOwner.sol/NamespaceOwner.json +1 -1
- package/out/OperatorApproval.sol/OperatorApproval.json +1 -1
- package/out/Owners.sol/Owners.json +1 -1
- package/out/PackedCounter.sol/PackedCounterInstance.json +1 -1
- package/out/PackedCounter.sol/PackedCounterLib.json +1 -1
- package/out/Puppet.sol/Puppet.json +1 -1
- package/out/PuppetDelegationControl.sol/PuppetDelegationControl.json +1 -1
- package/out/PuppetFactorySystem.sol/PuppetFactorySystem.json +1 -1
- package/out/PuppetMaster.sol/PuppetMaster.json +1 -1
- package/out/PuppetModule.sol/PuppetModule.abi.json +119 -19
- package/out/PuppetModule.sol/PuppetModule.abi.json.d.ts +119 -19
- package/out/PuppetModule.sol/PuppetModule.json +1 -1
- package/out/PuppetModule.t.sol/PuppetModuleTest.abi.json +14 -0
- package/out/PuppetModule.t.sol/PuppetModuleTest.abi.json.d.ts +14 -0
- package/out/PuppetModule.t.sol/PuppetModuleTest.json +1 -1
- package/out/PuppetModule.t.sol/PuppetTestSystem.json +1 -1
- package/out/PuppetRegistry.sol/PuppetRegistry.json +1 -1
- package/out/{CoreSystem.sol/CoreSystem.abi.json → RegistrationSystem.sol/RegistrationSystem.abi.json} +154 -150
- package/out/{CoreSystem.sol/CoreSystem.abi.json.d.ts → RegistrationSystem.sol/RegistrationSystem.abi.json.d.ts} +154 -150
- package/out/RegistrationSystem.sol/RegistrationSystem.json +1 -0
- package/out/ResourceAccess.sol/ResourceAccess.json +1 -1
- package/out/ResourceId.sol/ResourceIdInstance.json +1 -1
- package/out/ResourceId.sol/ResourceIdLib.json +1 -1
- package/out/ResourceIds.sol/ResourceIds.json +1 -1
- package/out/RevertSubscriber.sol/RevertSubscriber.json +1 -1
- package/out/Schema.sol/SchemaInstance.json +1 -1
- package/out/Schema.sol/SchemaLib.json +1 -1
- package/out/SchemaEncodeHelper.sol/SchemaEncodeHelper.json +1 -1
- package/out/Slice.sol/SliceInstance.json +1 -1
- package/out/Slice.sol/SliceLib.json +1 -1
- package/out/StandardDelegationsModule.sol/StandardDelegationsModule.abi.json +119 -19
- package/out/StandardDelegationsModule.sol/StandardDelegationsModule.abi.json.d.ts +119 -19
- package/out/StandardDelegationsModule.sol/StandardDelegationsModule.json +1 -1
- package/out/StandardDelegationsModule.t.sol/StandardDelegationsModuleTest.json +1 -1
- package/out/StdAssertions.sol/StdAssertions.json +1 -1
- package/out/StdChains.sol/StdChains.json +1 -1
- package/out/StdCheats.sol/StdCheats.json +1 -1
- package/out/StdCheats.sol/StdCheatsSafe.json +1 -1
- package/out/StdError.sol/stdError.json +1 -1
- package/out/StdInvariant.sol/StdInvariant.json +1 -1
- package/out/StdJson.sol/stdJson.json +1 -1
- package/out/StdMath.sol/stdMath.json +1 -1
- package/out/StdStorage.sol/stdStorage.json +1 -1
- package/out/StdStorage.sol/stdStorageSafe.json +1 -1
- package/out/StdStyle.sol/StdStyle.json +1 -1
- package/out/StdUtils.sol/StdUtils.json +1 -1
- package/out/Storage.sol/Storage.json +1 -1
- package/out/StoreCore.sol/StoreCore.json +1 -1
- package/out/StoreCore.sol/StoreCoreInternal.json +1 -1
- package/out/StoreData.sol/StoreData.abi.json +16 -0
- package/out/StoreData.sol/StoreData.abi.json.d.ts +16 -0
- package/out/StoreData.sol/StoreData.json +1 -1
- package/out/StoreHook.sol/StoreHook.json +1 -1
- package/out/StoreHooks.sol/StoreHooks.json +1 -1
- package/out/StoreRead.sol/StoreRead.abi.json +16 -0
- package/out/StoreRead.sol/StoreRead.abi.json.d.ts +16 -0
- package/out/StoreRead.sol/StoreRead.json +1 -1
- package/out/StoreRegistrationSystem.sol/StoreRegistrationSystem.abi.json +149 -4
- package/out/StoreRegistrationSystem.sol/StoreRegistrationSystem.abi.json.d.ts +149 -4
- package/out/StoreRegistrationSystem.sol/StoreRegistrationSystem.json +1 -1
- package/out/StoreSwitch.sol/StoreSwitch.json +1 -1
- package/out/System.sol/System.json +1 -1
- package/out/SystemCall.sol/SystemCall.json +1 -1
- package/out/SystemHook.sol/SystemHook.json +1 -1
- package/out/SystemHooks.sol/SystemHooks.json +1 -1
- package/out/SystemRegistry.sol/SystemRegistry.json +1 -1
- package/out/SystemSwitch.sol/SystemSwitch.json +1 -1
- package/out/SystemSwitch.t.sol/EchoSystem.abi.json +98 -1
- package/out/SystemSwitch.t.sol/EchoSystem.abi.json.d.ts +98 -1
- package/out/SystemSwitch.t.sol/EchoSystem.json +1 -1
- package/out/SystemSwitch.t.sol/SystemSwitchTest.abi.json +59 -15
- package/out/SystemSwitch.t.sol/SystemSwitchTest.abi.json.d.ts +59 -15
- package/out/SystemSwitch.t.sol/SystemSwitchTest.json +1 -1
- package/out/SystemboundDelegationControl.sol/SystemboundDelegationControl.json +1 -1
- package/out/SystemboundDelegations.sol/SystemboundDelegations.json +1 -1
- package/out/Systems.sol/Systems.json +1 -1
- package/out/Tables.sol/Tables.json +1 -1
- package/out/Test.sol/Test.json +1 -1
- package/out/TightCoder.sol/TightCoder.json +1 -1
- package/out/TimeboundDelegationControl.sol/TimeboundDelegationControl.json +1 -1
- package/out/TimeboundDelegations.sol/TimeboundDelegations.json +1 -1
- package/out/TokenApproval.sol/TokenApproval.json +1 -1
- package/out/TokenURI.sol/TokenURI.json +1 -1
- package/out/TotalSupply.sol/TotalSupply.json +1 -1
- package/out/TwoFields.sol/TwoFields.json +1 -1
- package/out/UniqueEntity.sol/UniqueEntity.json +1 -1
- package/out/UniqueEntityModule.sol/UniqueEntityModule.abi.json +121 -21
- package/out/UniqueEntityModule.sol/UniqueEntityModule.abi.json.d.ts +121 -21
- package/out/UniqueEntityModule.sol/UniqueEntityModule.json +1 -1
- package/out/UniqueEntityModule.t.sol/UniqueEntityModuleTest.json +1 -1
- package/out/UniqueEntityModule.t.sol/UniqueEntityTestSystem.abi.json +68 -0
- package/out/UniqueEntityModule.t.sol/UniqueEntityTestSystem.abi.json.d.ts +68 -0
- package/out/UniqueEntityModule.t.sol/UniqueEntityTestSystem.json +1 -1
- package/out/UniqueEntitySystem.sol/UniqueEntitySystem.json +1 -1
- package/out/UsedKeysIndex.sol/UsedKeysIndex.json +1 -1
- package/out/UserDelegationControl.sol/UserDelegationControl.json +1 -1
- package/out/Vm.sol/Vm.json +1 -1
- package/out/Vm.sol/VmSafe.json +1 -1
- package/out/World.sol/World.abi.json +29 -2
- package/out/World.sol/World.abi.json.d.ts +29 -2
- package/out/World.sol/World.json +1 -1
- package/out/World.t.sol/EchoSystemHook.json +1 -1
- package/out/World.t.sol/IWorldTestSystem.abi.json +1 -1
- package/out/World.t.sol/IWorldTestSystem.abi.json.d.ts +1 -1
- package/out/World.t.sol/IWorldTestSystem.json +1 -1
- package/out/World.t.sol/PayableFallbackSystem.json +1 -1
- package/out/World.t.sol/RevertSystemHook.json +1 -1
- package/out/World.t.sol/WorldTest.abi.json +74 -6
- package/out/World.t.sol/WorldTest.abi.json.d.ts +74 -6
- package/out/World.t.sol/WorldTest.json +1 -1
- package/out/World.t.sol/WorldTestSystem.json +1 -1
- package/out/WorldContext.sol/WorldContextConsumer.json +1 -1
- package/out/WorldContext.sol/WorldContextConsumerLib.json +1 -1
- package/out/WorldContext.sol/WorldContextProviderLib.json +1 -1
- package/out/WorldRegistrationSystem.sol/WorldRegistrationSystem.abi.json +43 -1
- package/out/WorldRegistrationSystem.sol/WorldRegistrationSystem.abi.json.d.ts +43 -1
- package/out/WorldRegistrationSystem.sol/WorldRegistrationSystem.json +1 -1
- package/out/WorldResourceId.sol/WorldResourceIdInstance.json +1 -1
- package/out/WorldResourceId.sol/WorldResourceIdLib.json +1 -1
- package/out/console.sol/console.json +1 -1
- package/out/console2.sol/console2.json +1 -1
- package/out/constants.sol/LayoutOffsets.json +1 -1
- package/out/interfaces/IBaseWorld.sol/IBaseWorld.abi.json +105 -7
- package/out/interfaces/IBaseWorld.sol/IBaseWorld.abi.json.d.ts +105 -7
- package/out/interfaces/IBaseWorld.sol/IBaseWorld.json +1 -1
- package/out/query.t.sol/QueryTest.abi.json +39 -6
- package/out/query.t.sol/QueryTest.abi.json.d.ts +39 -6
- package/out/query.t.sol/QueryTest.json +1 -1
- package/out/safeconsole.sol/safeconsole.json +1 -1
- package/out/src/IERC165.sol/IERC165.json +1 -1
- package/out/tables/Balances.sol/Balances.json +1 -1
- package/out/test.sol/DSTest.json +1 -1
- package/package.json +9 -9
- package/src/index.sol +1 -1
- package/src/interfaces/IBaseWorld.sol +1 -1
- package/src/interfaces/IERC20System.sol +1 -1
- package/src/interfaces/IPuppetFactorySystem.sol +1 -1
- package/src/modules/erc20-puppet/ERC20Module.sol +18 -25
- package/src/modules/erc20-puppet/ERC20System.sol +1 -1
- package/src/modules/erc20-puppet/IERC20.sol +1 -1
- package/src/modules/erc20-puppet/IERC20Errors.sol +1 -1
- package/src/modules/erc20-puppet/IERC20Events.sol +1 -1
- package/src/modules/erc20-puppet/IERC20Mintable.sol +1 -1
- package/src/modules/erc20-puppet/constants.sol +1 -2
- package/src/modules/erc20-puppet/registerERC20.sol +1 -1
- package/src/modules/erc20-puppet/tables/Allowances.sol +2 -3
- package/src/modules/erc20-puppet/tables/ERC20Metadata.sol +2 -3
- package/src/modules/erc20-puppet/tables/ERC20Registry.sol +2 -3
- package/src/modules/erc20-puppet/tables/TotalSupply.sol +2 -3
- package/src/modules/erc20-puppet/utils.sol +1 -1
- package/src/modules/erc721-puppet/ERC721Module.sol +18 -25
- package/src/modules/erc721-puppet/ERC721System.sol +1 -1
- package/src/modules/erc721-puppet/IERC721.sol +1 -1
- package/src/modules/erc721-puppet/IERC721Errors.sol +1 -1
- package/src/modules/erc721-puppet/IERC721Events.sol +1 -1
- package/src/modules/erc721-puppet/IERC721Metadata.sol +1 -1
- package/src/modules/erc721-puppet/IERC721Mintable.sol +1 -1
- package/src/modules/erc721-puppet/IERC721Receiver.sol +1 -1
- package/src/modules/erc721-puppet/constants.sol +1 -2
- package/src/modules/erc721-puppet/registerERC721.sol +1 -1
- package/src/modules/erc721-puppet/tables/ERC721Metadata.sol +2 -3
- package/src/modules/erc721-puppet/tables/ERC721Registry.sol +2 -3
- package/src/modules/erc721-puppet/tables/OperatorApproval.sol +2 -3
- package/src/modules/erc721-puppet/tables/Owners.sol +2 -3
- package/src/modules/erc721-puppet/tables/TokenApproval.sol +2 -3
- package/src/modules/erc721-puppet/tables/TokenURI.sol +2 -3
- package/src/modules/erc721-puppet/utils.sol +1 -1
- package/src/modules/keysintable/KeysInTableHook.sol +1 -1
- package/src/modules/keysintable/KeysInTableModule.sol +4 -10
- package/src/modules/keysintable/constants.sol +1 -1
- package/src/modules/keysintable/getKeysInTable.sol +1 -1
- package/src/modules/keysintable/hasKey.sol +1 -1
- package/src/modules/keysintable/query.sol +1 -1
- package/src/modules/keysintable/tables/KeysInTable.sol +4 -6
- package/src/modules/keysintable/tables/UsedKeysIndex.sol +4 -6
- package/src/modules/keyswithvalue/KeysWithValueHook.sol +1 -1
- package/src/modules/keyswithvalue/KeysWithValueModule.sol +19 -14
- package/src/modules/keyswithvalue/constants.sol +1 -1
- package/src/modules/keyswithvalue/getKeysWithValue.sol +1 -1
- package/src/modules/keyswithvalue/getTargetTableId.sol +1 -1
- package/src/modules/keyswithvalue/tables/KeysWithValue.sol +2 -3
- package/src/modules/puppet/Puppet.sol +1 -1
- package/src/modules/puppet/PuppetDelegationControl.sol +1 -1
- package/src/modules/puppet/PuppetFactorySystem.sol +1 -1
- package/src/modules/puppet/PuppetMaster.sol +1 -1
- package/src/modules/puppet/PuppetModule.sol +24 -9
- package/src/modules/puppet/constants.sol +4 -3
- package/src/modules/puppet/createPuppet.sol +1 -1
- package/src/modules/puppet/tables/PuppetRegistry.sol +2 -3
- package/src/modules/puppet/utils.sol +1 -1
- package/src/modules/std-delegations/CallboundDelegationControl.sol +1 -1
- package/src/modules/std-delegations/StandardDelegationsModule.sol +2 -6
- package/src/modules/std-delegations/SystemboundDelegationControl.sol +1 -1
- package/src/modules/std-delegations/TimeboundDelegationControl.sol +1 -1
- package/src/modules/std-delegations/constants.sol +1 -3
- package/src/modules/std-delegations/tables/CallboundDelegations.sol +4 -6
- package/src/modules/std-delegations/tables/SystemboundDelegations.sol +4 -6
- package/src/modules/std-delegations/tables/TimeboundDelegations.sol +4 -6
- package/src/modules/tokens/tables/Balances.sol +2 -3
- package/src/modules/uniqueentity/UniqueEntityModule.sol +16 -15
- package/src/modules/uniqueentity/UniqueEntitySystem.sol +1 -1
- package/src/modules/uniqueentity/constants.sol +3 -3
- package/src/modules/uniqueentity/getUniqueEntity.sol +2 -3
- package/src/modules/uniqueentity/tables/UniqueEntity.sol +2 -3
- package/src/modules/utils/ArrayLib.sol +2 -2
- package/src/utils/AccessControlLib.sol +1 -1
- package/src/utils/SystemSwitch.sol +7 -10
- package/out/CoreModule.sol/CoreModule.json +0 -1
- package/out/CoreSystem.sol/CoreSystem.json +0 -1
- package/out/ICoreSystem.sol/ICoreSystem.json +0 -1
- package/out/IUniqueEntitySystem.sol/IUniqueEntitySystem.abi.json +0 -15
- package/out/IUniqueEntitySystem.sol/IUniqueEntitySystem.abi.json.d.ts +0 -15
- package/out/IUniqueEntitySystem.sol/IUniqueEntitySystem.json +0 -1
- package/out/world/src/IERC165.sol/IERC165.json +0 -1
- package/src/interfaces/IUniqueEntitySystem.sol +0 -7
- /package/out/{ICoreSystem.sol/ICoreSystem.abi.json → ERC165Checker.sol/ERC165Checker.abi.json} +0 -0
- /package/out/{world/src/IERC165.sol → IERC165.sol}/IERC165.abi.json +0 -0
- /package/out/{world/src/IERC165.sol → IERC165.sol}/IERC165.abi.json.d.ts +0 -0
@@ -1 +1 @@
|
|
1
|
-
{"abi":[{"type":"function","name":"_msgSender","inputs":[],"outputs":[{"name":"sender","type":"address","internalType":"address"}],"stateMutability":"view"},{"type":"function","name":"_msgValue","inputs":[],"outputs":[{"name":"value","type":"uint256","internalType":"uint256"}],"stateMutability":"pure"},{"type":"function","name":"_world","inputs":[],"outputs":[{"name":"","type":"address","internalType":"address"}],"stateMutability":"view"},{"type":"function","name":"registerStoreHook","inputs":[{"name":"tableId","type":"bytes32","internalType":"ResourceId"},{"name":"hookAddress","type":"address","internalType":"contract IStoreHook"},{"name":"enabledHooksBitmap","type":"uint8","internalType":"uint8"}],"outputs":[],"stateMutability":"nonpayable"},{"type":"function","name":"registerTable","inputs":[{"name":"tableId","type":"bytes32","internalType":"ResourceId"},{"name":"fieldLayout","type":"bytes32","internalType":"FieldLayout"},{"name":"keySchema","type":"bytes32","internalType":"Schema"},{"name":"valueSchema","type":"bytes32","internalType":"Schema"},{"name":"keyNames","type":"string[]","internalType":"string[]"},{"name":"fieldNames","type":"string[]","internalType":"string[]"}],"outputs":[],"stateMutability":"nonpayable"},{"type":"function","name":"supportsInterface","inputs":[{"name":"interfaceId","type":"bytes4","internalType":"bytes4"}],"outputs":[{"name":"","type":"bool","internalType":"bool"}],"stateMutability":"pure"},{"type":"function","name":"unregisterStoreHook","inputs":[{"name":"tableId","type":"bytes32","internalType":"ResourceId"},{"name":"hookAddress","type":"address","internalType":"contract IStoreHook"}],"outputs":[],"stateMutability":"nonpayable"},{"type":"event","name":"Store_SetRecord","inputs":[{"name":"tableId","type":"bytes32","indexed":true,"internalType":"ResourceId"},{"name":"keyTuple","type":"bytes32[]","indexed":false,"internalType":"bytes32[]"},{"name":"staticData","type":"bytes","indexed":false,"internalType":"bytes"},{"name":"encodedLengths","type":"bytes32","indexed":false,"internalType":"PackedCounter"},{"name":"dynamicData","type":"bytes","indexed":false,"internalType":"bytes"}],"anonymous":false},{"type":"event","name":"Store_SpliceDynamicData","inputs":[{"name":"tableId","type":"bytes32","indexed":true,"internalType":"ResourceId"},{"name":"keyTuple","type":"bytes32[]","indexed":false,"internalType":"bytes32[]"},{"name":"start","type":"uint48","indexed":false,"internalType":"uint48"},{"name":"deleteCount","type":"uint40","indexed":false,"internalType":"uint40"},{"name":"encodedLengths","type":"bytes32","indexed":false,"internalType":"PackedCounter"},{"name":"data","type":"bytes","indexed":false,"internalType":"bytes"}],"anonymous":false},{"type":"event","name":"Store_SpliceStaticData","inputs":[{"name":"tableId","type":"bytes32","indexed":true,"internalType":"ResourceId"},{"name":"keyTuple","type":"bytes32[]","indexed":false,"internalType":"bytes32[]"},{"name":"start","type":"uint48","indexed":false,"internalType":"uint48"},{"name":"data","type":"bytes","indexed":false,"internalType":"bytes"}],"anonymous":false},{"type":"error","name":"FieldLayoutLib_InvalidLength","inputs":[{"name":"length","type":"uint256","internalType":"uint256"}]},{"type":"error","name":"FieldLayoutLib_StaticLengthDoesNotFitInAWord","inputs":[]},{"type":"error","name":"FieldLayoutLib_StaticLengthIsZero","inputs":[]},{"type":"error","name":"PackedCounter_InvalidLength","inputs":[{"name":"length","type":"uint256","internalType":"uint256"}]},{"type":"error","name":"SchemaLib_InvalidLength","inputs":[{"name":"length","type":"uint256","internalType":"uint256"}]},{"type":"error","name":"SchemaLib_StaticTypeAfterDynamicType","inputs":[]},{"type":"error","name":"Slice_OutOfBounds","inputs":[{"name":"data","type":"bytes","internalType":"bytes"},{"name":"start","type":"uint256","internalType":"uint256"},{"name":"end","type":"uint256","internalType":"uint256"}]},{"type":"error","name":"Store_IndexOutOfBounds","inputs":[{"name":"length","type":"uint256","internalType":"uint256"},{"name":"accessedIndex","type":"uint256","internalType":"uint256"}]},{"type":"error","name":"Store_InvalidFieldNamesLength","inputs":[{"name":"expected","type":"uint256","internalType":"uint256"},{"name":"received","type":"uint256","internalType":"uint256"}]},{"type":"error","name":"Store_InvalidKeyNamesLength","inputs":[{"name":"expected","type":"uint256","internalType":"uint256"},{"name":"received","type":"uint256","internalType":"uint256"}]},{"type":"error","name":"Store_InvalidResourceType","inputs":[{"name":"expected","type":"bytes2","internalType":"bytes2"},{"name":"resourceId","type":"bytes32","internalType":"ResourceId"},{"name":"resourceIdString","type":"string","internalType":"string"}]},{"type":"error","name":"Store_InvalidSplice","inputs":[{"name":"startWithinField","type":"uint40","internalType":"uint40"},{"name":"deleteCount","type":"uint40","internalType":"uint40"},{"name":"fieldLength","type":"uint40","internalType":"uint40"}]},{"type":"error","name":"Store_InvalidValueSchemaLength","inputs":[{"name":"expected","type":"uint256","internalType":"uint256"},{"name":"received","type":"uint256","internalType":"uint256"}]},{"type":"error","name":"Store_TableAlreadyExists","inputs":[{"name":"tableId","type":"bytes32","internalType":"ResourceId"},{"name":"tableIdString","type":"string","internalType":"string"}]},{"type":"error","name":"World_AccessDenied","inputs":[{"name":"resource","type":"string","internalType":"string"},{"name":"caller","type":"address","internalType":"address"}]},{"type":"error","name":"World_AlreadyInitialized","inputs":[]},{"type":"error","name":"World_CallbackNotAllowed","inputs":[{"name":"functionSelector","type":"bytes4","internalType":"bytes4"}]},{"type":"error","name":"World_DelegationNotFound","inputs":[{"name":"delegator","type":"address","internalType":"address"},{"name":"delegatee","type":"address","internalType":"address"}]},{"type":"error","name":"World_FunctionSelectorAlreadyExists","inputs":[{"name":"functionSelector","type":"bytes4","internalType":"bytes4"}]},{"type":"error","name":"World_FunctionSelectorNotFound","inputs":[{"name":"functionSelector","type":"bytes4","internalType":"bytes4"}]},{"type":"error","name":"World_InsufficientBalance","inputs":[{"name":"balance","type":"uint256","internalType":"uint256"},{"name":"amount","type":"uint256","internalType":"uint256"}]},{"type":"error","name":"World_InterfaceNotSupported","inputs":[{"name":"contractAddress","type":"address","internalType":"address"},{"name":"interfaceId","type":"bytes4","internalType":"bytes4"}]},{"type":"error","name":"World_InvalidResourceId","inputs":[{"name":"resourceId","type":"bytes32","internalType":"ResourceId"},{"name":"resourceIdString","type":"string","internalType":"string"}]},{"type":"error","name":"World_InvalidResourceType","inputs":[{"name":"expected","type":"bytes2","internalType":"bytes2"},{"name":"resourceId","type":"bytes32","internalType":"ResourceId"},{"name":"resourceIdString","type":"string","internalType":"string"}]},{"type":"error","name":"World_ResourceAlreadyExists","inputs":[{"name":"resourceId","type":"bytes32","internalType":"ResourceId"},{"name":"resourceIdString","type":"string","internalType":"string"}]},{"type":"error","name":"World_ResourceNotFound","inputs":[{"name":"resourceId","type":"bytes32","internalType":"ResourceId"},{"name":"resourceIdString","type":"string","internalType":"string"}]},{"type":"error","name":"World_SystemAlreadyExists","inputs":[{"name":"system","type":"address","internalType":"address"}]},{"type":"error","name":"World_UnlimitedDelegationNotAllowed","inputs":[]}],"bytecode":{"object":"0x608060405234801561001057600080fd5b506133f6806100206000396000f3fe608060405234801561001057600080fd5b506004361061007d5760003560e01c8063119df25f1161005b578063119df25f146100d257806345ec9354146100f2578063530f4b6014610105578063e1af802c1461011857600080fd5b806301ffc9a71461008257806305609129146100aa5780630ba51f49146100bf575b600080fd5b610095610090366004612baf565b610120565b60405190151581526020015b60405180910390f35b6100bd6100b8366004612c08565b6101b9565b005b6100bd6100cd366004612c80565b6101d8565b6100da610435565b6040516001600160a01b0390911681526020016100a1565b604051601f1936013581526020016100a1565b6100bd610113366004612d16565b610444565b6100da61048a565b60007fffffffff0000000000000000000000000000000000000000000000000000000082167fb42128800000000000000000000000000000000000000000000000000000000014806101b357507fffffffff0000000000000000000000000000000000000000000000000000000082167f01ffc9a700000000000000000000000000000000000000000000000000000000145b92915050565b6101ca826101c5610435565b610494565b6101d48282610535565b5050565b60006101e38961059c565b7fffffffffffffffffffffffffffffffff0000000000000000000000000000000016036102515787610214896105b3565b6040517fe4ac069e000000000000000000000000000000000000000000000000000000008152600401610248929190612dac565b60405180910390fd5b7dffffffffffffffffffffffffffff0000000000000000000000000000000088167f6e730000000000000000000000000000000000000000000000000000000000001761029d8161072f565b6103fe57604080517f737900000000000000000000000000000000000000000000000000000000000060208201526000602282018190527f636f72650000000000000000000000000000000000000000000000000000000060308301529161031d910160405160208183030381529060405261031890612dc5565b610813565b509050600080826001600160a01b03168460405160240161034091815260200190565b60408051601f198184030181529181526020820180517bffffffffffffffffffffffffffffffffffffffffffffffffffffffff167fb29e408900000000000000000000000000000000000000000000000000000000179052516103a39190612de9565b600060405180830381855af49150503d80600081146103de576040519150601f19603f3d011682016040523d82523d6000602084013e6103e3565b606091505b5091509150816103f6576103f681610923565b50505061040a565b61040a816101c5610435565b61042a8989898961041b898b612e4c565b610425888a612e4c565b61092b565b505050505050505050565b600061043f610c20565b905090565b61046e827f198cf0cd00000000000000000000000000000000000000000000000000000000610c52565b61047a836101c5610435565b610485838383610dc0565b505050565b600061043f610e4c565b6001600160a01b0381166104e97f6e730000000000000000000000000000000000000000000000000000000000007dffffffffffffffffffffffffffff00000000000000000000000000000000851617610e8b565b6001600160a01b0316146101d457610500826105b3565b816040517fd787b737000000000000000000000000000000000000000000000000000000008152600401610248929190612f21565b60408051613a3160f11b60208201526473746f726560d81b60228201527f53746f7265486f6f6b730000000000000000000000000000000000000000000060308201526101d4910160405160208183030381529060405261059590612dc5565b8383610f7e565b60006105aa60706010612f62565b9190911b919050565b606081601081901b60006105c68361059c565b9050827fffffffffffffffffffffffffffff000000000000000000000000000000000000831615610619577fffffffffffffffffffffffffffff000000000000000000000000000000000000831661063b565b7f524f4f545f4e414d4553504143450000000000000000000000000000000000005b7fffffffffffffffffffffffffffffffff00000000000000000000000000000000831615610669578261068b565b7f524f4f545f4e414d4500000000000000000000000000000000000000000000005b6040517fffff00000000000000000000000000000000000000000000000000000000000090931660208401527f3a00000000000000000000000000000000000000000000000000000000000000602284018190527fffffffffffffffffffffffffffffffff00000000000000000000000000000000928316602385015260338401521660348201526044016040516020818303038152906040529350505050919050565b60408051600180825281830190925260009182919060208083019080368337019050509050828160008151811061076857610768612f75565b60209081029190910181019190915260408051613a3160f11b818401526473746f726560d81b60228201527f5265736f75726365496473000000000000000000000000000000000000000000603082015281518082039093018352810190526000906107ff906107d790612dc5565b8360007e010100010000000000000000000000000000000000000000000000000000006110a5565b905061080b8160f81c90565b949350505050565b6040805160018082528183019092526000918291829160208083019080368337019050509050838160008151811061084d5761084d612f75565b60209081029190910181019190915260408051613a3160f11b818401527f776f726c6400000000000000000000000000000000000000000000000000000060228201527f53797374656d730000000000000000000000000000000000000000000000000060308201528151808203909301835281019052600090819081906108fe906108d890612dc5565b857e150200140100000000000000000000000000000000000000000000000000006110db565b5050602081015160349091015160609190911c9860f89190911c975095505050505050565b805160208201fd5b613a3160f11b867fffff00000000000000000000000000000000000000000000000000000000000016148015906109a457507f6f74000000000000000000000000000000000000000000000000000000000000867fffff0000000000000000000000000000000000000000000000000000000000001614155b15610a0557613a3160f11b86876040516020016109c391815260200190565b60408051601f19818403018152908290527f31b46683000000000000000000000000000000000000000000000000000000008252610248939291600401612f8b565b610a108560006111e3565b610a1b846001611365565b610a26836000611365565b60e084901c60e885901c0160ff16825114610a865760e084901c60e885901c0160ff1682516040517f0f72cb9800000000000000000000000000000000000000000000000000000000815260048101929092526024820152604401610248565b60e085901c60e886901c0160ff16815114610ae65760e085901c60e886901c0160ff1681516040517f7dec4c0000000000000000000000000000000000000000000000000000000000815260048101929092526024820152604401610248565b60e085901c60e886901c0160ff1660e084901c60e885901c0160ff1614610b5e5760e085901c60e886901c0160ff1660e084901c60e885901c0160ff166040517ff29d4d8800000000000000000000000000000000000000000000000000000000815260048101929092526024820152604401610248565b610b678661072f565b15610bc1578586604051602001610b8091815260200190565b60408051601f19818403018152908290527fdfaaf9cf0000000000000000000000000000000000000000000000000000000082526102489291600401612dac565b610c0d8686868686604051602001610bd99190612fcc565b60405160208183030381529060405286604051602001610bf99190612fcc565b60405160208183030381529060405261151a565b610c1886600161163a565b505050505050565b7fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffcc36013560601c80610c4f5750335b90565b6040517f01ffc9a70000000000000000000000000000000000000000000000000000000081527fffffffff00000000000000000000000000000000000000000000000000000000821660048201526001600160a01b038316906301ffc9a790602401602060405180830381865afa925050508015610ced575060408051601f3d908101601f19168201909252610cea9181019061304c565b60015b610d56576040517f74b5e6ff0000000000000000000000000000000000000000000000000000000081526001600160a01b03831660048201527fffffffff0000000000000000000000000000000000000000000000000000000082166024820152604401610248565b80610485576040517f74b5e6ff0000000000000000000000000000000000000000000000000000000081526001600160a01b03841660048201527fffffffff0000000000000000000000000000000000000000000000000000000083166024820152604401610248565b613a3160f11b837fffff0000000000000000000000000000000000000000000000000000000000001614610e0857613a3160f11b83846040516020016109c391815260200190565b610485837fffffffffffffffffffffffffffffffffffffffff000000000000000000000000606085901b166bff0000000000000000000000605885901b161761172c565b7f629a4c26e296b22a8e0856e9f6ecb2d1008d7e00081111962cd175fa7488e175546000906001600160a01b031680610e86573391505090565b919050565b604080516001808252818301909252600091829190602080830190803683370190505090508281600081518110610ec457610ec4612f75565b60209081029190910181019190915260408051613a3160f11b818401527f776f726c6400000000000000000000000000000000000000000000000000000060228201527f4e616d6573706163654f776e657200000000000000000000000000000000000060308201528151808203909301835281019052600090610f7390610f4b90612dc5565b8360007e140100140000000000000000000000000000000000000000000000000000006110a5565b60601c949350505050565b6000610f8a8484611815565b90506000815167ffffffffffffffff811115610fa857610fa8612e05565b604051908082528060200260200182016040528015610fd1578160200160208202803683370190505b5090506000805b835181101561109657846001600160a01b031661101c85838151811061100057611000612f75565b60200260200101516affffffffffffffffffffff191660601c90565b6001600160a01b03161461108e5783818151811061103c5761103c612f75565b602002602001015183838151811061105657611056612f75565b7fffffffffffffffffffffffffffffffffffffffffff0000000000000000000000909216602092830291909101909101526001909101905b600101610fd8565b50808252610c18868684611880565b60006110d26110b486866118dd565b60ff858116601b0360080285901c166110cd8587611933565b611976565b95945050505050565b60606000606060006110ec856119c7565b90506110f98787836119ea565b9350600061110686611a2e565b905080156111d8576111188888611a6b565b935066ffffffffffffff841667ffffffffffffffff81111561113c5761113c612e05565b6040519080825280601f01601f191660200182016040528015611166576020820181803683370190505b5092506020830160005b828160ff1610156111d55760006111888b8b84611a7e565b905060006111a5888460ff166028026038011c64ffffffffff1690565b90506111b48282600087611afe565b6111be8185612f62565b9350505080806111cd9061306e565b915050611170565b50505b505093509350939050565b801580156111ef575081155b15611229576040517f97e36a0a00000000000000000000000000000000000000000000000000000000815260006004820152602401610248565b600061123483611a2e565b90506005811115611274576040517f97e36a0a00000000000000000000000000000000000000000000000000000000815260048101829052602401610248565b600061127f84611bcd565b9050600061128d8383612f62565b9050601c8111156112cd576040517f97e36a0a00000000000000000000000000000000000000000000000000000000815260048101829052602401610248565b60005b82811015610c185760ff601b82900360080287901c166000819003611321576040517fbf1ac38300000000000000000000000000000000000000000000000000000000815260040160405180910390fd5b602081111561135c576040517f2392baa400000000000000000000000000000000000000000000000000000000815260040160405180910390fd5b506001016112d0565b80158015611371575081155b1561139257604051635318beb960e01b815260006004820152602401610248565b600061139d83611a2e565b905060058111156113c457604051635318beb960e01b815260048101829052602401610248565b60006113cf84611bcd565b905060006113dd8383612f62565b9050601c81111561140457604051635318beb960e01b815260048101829052602401610248565b60008060005b838110156114ca5760006114376114218a84611bdf565b60c58111156114325761143261308d565b611c00565b111561148157848110611476576040517ff1e56be400000000000000000000000000000000000000000000000000000000815260040160405180910390fd5b6001909201916114c2565b848110156114bb576040517ff1e56be400000000000000000000000000000000000000000000000000000000815260040160405180910390fd5b6001909101905b60010161140a565b508382146114ee57604051635318beb960e01b815260048101839052602401610248565b84811461151157604051635318beb960e01b815260048101829052602401610248565b50505050505050565b6040805160208101879052808201869052606080820186905282518083039091018152608090910190915260006115518484611c60565b9050600061155f8585611c7d565b6040805160018082528183019092529192506000919060208083019080368337019050509050898160008151811061159957611599612f75565b60209081029190910181019190915260408051613a3160f11b818401526473746f726560d81b60228201527f5461626c657300000000000000000000000000000000000000000000000000006030820152815180820390930183528101905261162e9061160590612dc5565b828686867e60030220202000000000000000000000000000000000000000000000000000611ca9565b50505050505050505050565b60408051600180825281830190925260009160208083019080368337019050509050828160008151811061167057611670612f75565b60209081029190910181019190915260408051613a3160f11b818401526473746f726560d81b60228201527f5265736f7572636549647300000000000000000000000000000000000000000060308201528151808203909301835281019052610485906116dc90612dc5565b826000856040516020016116f791151560f81b815260010190565b60408051601f198184030181529190527e01010001000000000000000000000000000000000000000000000000000000611f98565b60408051600180825281830190925260009160208083019080368337019050509050828160008151811061176257611762612f75565b60209081029190910181019190915260408051613a3160f11b818401526473746f726560d81b60228201527f53746f7265486f6f6b730000000000000000000000000000000000000000000060308201528151808203909301835281019052610485906117ce90612dc5565b6040517fffffffffffffffffffffffffffffffffffffffffff0000000000000000000000851660208201528390600090603501604051602081830303815290604052611fb4565b6040805160018082528183019092526060916000919060208083019080368337019050509050828160008151811061184f5761184f612f75565b60200260200101818152505060006118698583600061205a565b90506110d261187b8260008451612094565b612124565b6040805160018082528183019092526000916020808301908036833701905050905082816000815181106118b6576118b6612f75565b6020026020010181815250506118d7848260006118d286612135565b612145565b50505050565b600082826040516020016118f29291906130a3565b60408051601f1981840301815291905280516020909101207f86425bff6b57326c7859e89024fe4f238ca327a1ae4a230180dd2f0e88aaa7d9189392505050565b600080805b8360ff1681101561196e5761195a60ff601b83900360080287901c1683612f62565b915080611966816130de565b915050611938565b509392505050565b60006020821061199c57602082048401935060208281611998576119986130f8565b0691505b508254600882021b60208290038084111561196e576001850154600882021c82179150509392505050565b600060086119d76002602061310e565b6119e19190613121565b9190911c919050565b606081600003611a095750604080516020810190915260008152611a27565b6000611a1585856118dd565b9050611a2381846000612180565b9150505b9392505050565b60006008600180611a416002602061310e565b611a4b919061310e565b611a55919061310e565b611a5f9190613121565b8260ff911c1692915050565b6000611a27611a7a84846121a3565b5490565b60008383604051602001611a939291906130a3565b604051602081830303815290604052805190602001208260f81b7effffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff19167f3b4102da22e32d82fc925482184f16c09fd4281692720b87d124aef6da48a0f1181860001c90509392505050565b8115611b875760208210611b2857602082048401935060208281611b2457611b246130f8565b0691505b8115611b87576020829003600081851015611b4c5750600019600885021c19611b57565b50600019600882021c195b8554600885021b811984511682821617845250818511611b785750506118d7565b50600194909401939283900392015b5b60208310611ba95783548152600190930192601f1990920191602001611b88565b82156118d7576000600019600885021c198251865482169119161782525050505050565b600060086001611a4b6002602061310e565b6000601b8290036008028360ff911c1660c5811115611a2757611a2761308d565b6000808260c5811115611c1557611c1561308d565b60ff1690506061811015611c2f57601f1660010192915050565b60618360c5811115611c4357611c4361308d565b03611c515750601492915050565b50600092915050565b50919050565b8151815160009181810160389190911b1760609190911b17611a27565b60608282604051602001611c92929190613138565b604051602081830303815290604052905092915050565b857f8dbb3a9672eebfd3773e72dd9c102393436816d832c7ba9e1e1ac8fcadcac7a986868686604051611cdf94939291906131a2565b60405180910390a2613a3160f11b867fffff0000000000000000000000000000000000000000000000000000000000001603610c18576000611d20876121f9565b905060005b8151811015611e03576000828281518110611d4257611d42612f75565b60200260200101519050611d6e6001826affffffffffffffffffffff19166122bc90919063ffffffff16565b15611df0576040517f57066c9c000000000000000000000000000000000000000000000000000000008152606082901c906357066c9c90611dbd908c908c908c908c908c908c906004016131ec565b600060405180830381600087803b158015611dd757600080fd5b505af1158015611deb573d6000803e3d6000fd5b505050505b5080611dfb816130de565b915050611d25565b506000611e1088886118dd565b90506000602087019050611e28826000838a516122da565b6000611e3385611a2e565b1115611eb7576000611e458a8a6121a3565b878155905060208601915060008060005b611e5f88611a2e565b8160ff161015611eb257611e748d8d83611a7e565b9250611e8f8a8260ff166028026038011c64ffffffffff1690565b9150611e9e83600087856122da565b611ea88286612f62565b9450600101611e56565b505050505b60005b835181101561162e576000848281518110611ed757611ed7612f75565b60200260200101519050611f036002826affffffffffffffffffffff19166122bc90919063ffffffff16565b15611f85576040517f5b28cdaf000000000000000000000000000000000000000000000000000000008152606082901c90635b28cdaf90611f52908e908e908e908e908e908e906004016131ec565b600060405180830381600087803b158015611f6c57600080fd5b505af1158015611f80573d6000803e3d6000fd5b505050505b5080611f90816130de565b915050611eba565b611fad8585611fa78487611933565b8561239a565b5050505050565b6000611fbe610e4c565b9050306001600160a01b03821603611fe157611fdc858585856125f3565b611fad565b6040517f150f32620000000000000000000000000000000000000000000000000000000081526001600160a01b0382169063150f32629061202c908890889088908890600401613245565b600060405180830381600087803b15801561204657600080fd5b505af115801561042a573d6000803e3d6000fd5b606061080b61206a858585611a7e565b61208d846120788888611a6b565b9060ff166028026038011c64ffffffffff1690565b6000612180565b60008183111580156120a7575083518211155b6120e3578383836040517f23230fa300000000000000000000000000000000000000000000000000000000815260040161024893929190613279565b602084016120f18482612f62565b905060006120ff858561310e565b6fffffffffffffffffffffffffffffffff1660809290921b9190911795945050505050565b60606000611a27836015600061262e565b606081611a2781601560006126a9565b60006121518585611a6b565b9050600061216e828560ff166028026038011c64ffffffffff1690565b9050610c1886868660008588886126fd565b60405160208101601f19603f858401011660405283825261196e85858584611afe565b600082826040516020016121b89291906130a3565b60408051601f1981840301815291905280516020909101207f14e2fcc58e58e68ec7edc30c8d50dccc3ce2714a623ec81f46b6a63922d76569189392505050565b6040805160018082528183019092526060916000919060208083019080368337019050509050828160008151811061223357612233612f75565b60209081029190910181019190915260408051613a3160f11b818401526473746f726560d81b60228201527f53746f7265486f6f6b7300000000000000000000000000000000000000000000603082015281518082039093018352810190526000906122aa906122a290612dc5565b83600061205a565b905061080b61187b8260008451612094565b60008160ff16826122cd8560581c90565b1660ff1614905092915050565b8215612354576020831061230457602083048401935060208381612300576123006130f8565b0692505b82156123545760208390036000600019600884021c1990506008850281811c91508451811c90508119875416828216178755508183116123455750506118d7565b50600194909401939182019190035b5b602081106123765781518455600190930192602090910190601f1901612355565b80156118d7576000600019600883021c198554845182169119161785555050505050565b60006123a685856118dd565b9050847f8c0b5119d4cec7b284c6b1b39252a03d1e2f2d7451a5895562524c113bb952be8585856040516123dc9392919061329e565b60405180910390a2613a3160f11b857fffff000000000000000000000000000000000000000000000000000000000000161461241857506118d7565b6000612423866121f9565b905060005b815181101561250257600082828151811061244557612445612f75565b602002602001015190506124716004826affffffffffffffffffffff19166122bc90919063ffffffff16565b156124ef576040517f964f667d000000000000000000000000000000000000000000000000000000008152606082901c9063964f667d906124bc908b908b908b908b906004016132db565b600060405180830381600087803b1580156124d657600080fd5b505af11580156124ea573d6000803e3d6000fd5b505050505b50806124fa816130de565b915050612428565b50612516828565ffffffffffff1685612ad1565b60005b815181101561151157600082828151811061253657612536612f75565b602002602001015190506125626008826affffffffffffffffffffff19166122bc90919063ffffffff16565b156125e0576040517fa8ba8721000000000000000000000000000000000000000000000000000000008152606082901c9063a8ba8721906125ad908b908b908b908b906004016132db565b600060405180830381600087803b1580156125c757600080fd5b505af11580156125db573d6000803e3d6000fd5b505050505b50806125eb816130de565b915050612519565b60006125ff8585611a6b565b9050600061261c828560ff166028026038011c64ffffffffff1690565b9050610c1886868684600088886126fd565b6060600061263c8560801c90565b90506fffffffffffffffffffffffffffffffff85166000858281612662576126626130f8565b04905060405193506020840160208202810160405281855260005b8281101561269d578451871c82529387019360209091019060010161267d565b50505050509392505050565b825160609060006126ba8583613121565b9050604051925060208301601f19603f83860101166040528184526000602088015b8482101561269d578051871b835291870191600191909101906020016126dc565b613a3160f11b877fffff000000000000000000000000000000000000000000000000000000000000161461274557613a3160f11b87886040516020016109c391815260200190565b6000612760828760ff166028026038011c64ffffffffff1690565b9050600083518564ffffffffff1683612779919061310e565b6127839190612f62565b90508082141580156127a557508161279b8688613314565b64ffffffffff1614155b156127f5576040517fa65010b400000000000000000000000000000000000000000000000000000000815264ffffffffff8088166004830152808716602483015283166044820152606401610248565b818664ffffffffff161115612846576040517f7e8578d30000000000000000000000000000000000000000000000000000000081526004810183905264ffffffffff87166024820152604401610248565b6000612853848984612ae1565b905064ffffffffff871660005b8960ff168160ff16101561289357612887868260ff166028026038011c64ffffffffff1690565b90910190600101612860565b508a7faa63765a776145e5e6492f471ae097dfed11cd57a61bc2679dd43180422385b48b838a868b6040516128cc959493929190613339565b60405180910390a25060006128e08b6121f9565b905060005b81518110156129b557600082828151811061290257612902612f75565b6020026020010151905061292e6010826affffffffffffffffffffff19166122bc90919063ffffffff16565b156129a257606081901c6001600160a01b03166355eb5a288e8e8e8e8e8a8f6040518863ffffffff1660e01b815260040161296f979695949392919061338b565b600060405180830381600087803b15801561298957600080fd5b505af115801561299d573d6000803e3d6000fd5b505050505b50806129ad816130de565b9150506128e5565b508284146129ce5760006129c98c8c6121a3565b839055505b60006129db8c8c8c611a7e565b90506129ef818a64ffffffffff1689612ad1565b5060005b8151811015612ac3576000828281518110612a1057612a10612f75565b60200260200101519050612a3c6020826affffffffffffffffffffff19166122bc90919063ffffffff16565b15612ab057606081901c6001600160a01b031663635845338e8e8e8e8e8a8f6040518863ffffffff1660e01b8152600401612a7d979695949392919061338b565b600060405180830381600087803b158015612a9757600080fd5b505af1158015612aab573d6000803e3d6000fd5b505050505b5080612abb816130de565b9150506129f3565b505050505050505050505050565b61048583836020840184516122da565b600064ffffffffff821115612b25576040517f4767058800000000000000000000000000000000000000000000000000000000815260048101839052602401610248565b8366ffffffffffffff811660ff851660280260380182901c64ffffffffff16808510612b575780850382019150612b5f565b848103820391505b5064ffffffffff6038602860ff8816020181811b197fffffffffffffffffffffffffffffffffffffffffffffffffff000000000000009490941690921792909216918416901b1790509392505050565b600060208284031215612bc157600080fd5b81357fffffffff0000000000000000000000000000000000000000000000000000000081168114611a2757600080fd5b80356001600160a01b0381168114610e8657600080fd5b60008060408385031215612c1b57600080fd5b82359150612c2b60208401612bf1565b90509250929050565b60008083601f840112612c4657600080fd5b50813567ffffffffffffffff811115612c5e57600080fd5b6020830191508360208260051b8501011115612c7957600080fd5b9250929050565b60008060008060008060008060c0898b031215612c9c57600080fd5b88359750602089013596506040890135955060608901359450608089013567ffffffffffffffff80821115612cd057600080fd5b612cdc8c838d01612c34565b909650945060a08b0135915080821115612cf557600080fd5b50612d028b828c01612c34565b999c989b5096995094979396929594505050565b600080600060608486031215612d2b57600080fd5b83359250612d3b60208501612bf1565b9150604084013560ff81168114612d5157600080fd5b809150509250925092565b60005b83811015612d77578181015183820152602001612d5f565b50506000910152565b60008151808452612d98816020860160208601612d5c565b601f01601f19169290920160200192915050565b82815260406020820152600061080b6040830184612d80565b80516020808301519190811015611c5a5760001960209190910360031b1b16919050565b60008251612dfb818460208701612d5c565b9190910192915050565b634e487b7160e01b600052604160045260246000fd5b604051601f8201601f1916810167ffffffffffffffff81118282101715612e4457612e44612e05565b604052919050565b600067ffffffffffffffff80841115612e6757612e67612e05565b8360051b6020612e78818301612e1b565b868152918501918181019036841115612e9057600080fd5b865b84811015612f1557803586811115612eaa5760008081fd5b8801601f3681830112612ebd5760008081fd5b813588811115612ecf57612ecf612e05565b612ee087601f198484011601612e1b565b91508082523687828501011115612ef75760008081fd5b80878401888401376000908201870152845250918301918301612e92565b50979650505050505050565b604081526000612f346040830185612d80565b90506001600160a01b03831660208301529392505050565b634e487b7160e01b600052601160045260246000fd5b808201808211156101b3576101b3612f4c565b634e487b7160e01b600052603260045260246000fd5b7fffff000000000000000000000000000000000000000000000000000000000000841681528260208201526060604082015260006110d26060830184612d80565b6000602080830181845280855180835260408601915060408160051b870101925083870160005b8281101561303f577fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffc088860301845261302d858351612d80565b94509285019290850190600101612ff3565b5092979650505050505050565b60006020828403121561305e57600080fd5b81518015158114611a2757600080fd5b600060ff821660ff810361308457613084612f4c565b60010192915050565b634e487b7160e01b600052602160045260246000fd5b82815260006020808301845182860160005b828110156130d1578151845292840192908401906001016130b5565b5091979650505050505050565b600060001982036130f1576130f1612f4c565b5060010190565b634e487b7160e01b600052601260045260246000fd5b818103818111156101b3576101b3612f4c565b80820281158282048414176101b3576101b3612f4c565b6000835161314a818460208801612d5c565b83519083019061315e818360208801612d5c565b01949350505050565b600081518084526020808501945080840160005b838110156131975781518752958201959082019060010161317b565b509495945050505050565b6080815260006131b56080830187613167565b82810360208401526131c78187612d80565b905084604084015282810360608401526131e18185612d80565b979650505050505050565b86815260c06020820152600061320560c0830188613167565b82810360408401526132178188612d80565b905085606084015282810360808401526132318186612d80565b9150508260a0830152979650505050505050565b84815260806020820152600061325e6080830186613167565b60ff8516604084015282810360608401526131e18185612d80565b60608152600061328c6060830186612d80565b60208301949094525060400152919050565b6060815260006132b16060830186613167565b65ffffffffffff8516602084015282810360408401526132d18185612d80565b9695505050505050565b8481526080602082015260006132f46080830186613167565b65ffffffffffff8516604084015282810360608401526131e18185612d80565b64ffffffffff81811683821601908082111561333257613332612f4c565b5092915050565b60a08152600061334c60a0830188613167565b65ffffffffffff8716602084015264ffffffffff86166040840152846060840152828103608084015261337f8185612d80565b98975050505050505050565b87815260e0602082015260006133a460e0830189613167565b60ff8816604084015264ffffffffff87811660608501528616608084015260a0830185905282810360c08401526133db8185612d80565b9a995050505050505050505056fea164736f6c6343000815000a","sourceMap":"1686:3511:86:-:0;;;;;;;;;;;;;;;;;;;","linkReferences":{}},"deployedBytecode":{"object":"0x608060405234801561001057600080fd5b506004361061007d5760003560e01c8063119df25f1161005b578063119df25f146100d257806345ec9354146100f2578063530f4b6014610105578063e1af802c1461011857600080fd5b806301ffc9a71461008257806305609129146100aa5780630ba51f49146100bf575b600080fd5b610095610090366004612baf565b610120565b60405190151581526020015b60405180910390f35b6100bd6100b8366004612c08565b6101b9565b005b6100bd6100cd366004612c80565b6101d8565b6100da610435565b6040516001600160a01b0390911681526020016100a1565b604051601f1936013581526020016100a1565b6100bd610113366004612d16565b610444565b6100da61048a565b60007fffffffff0000000000000000000000000000000000000000000000000000000082167fb42128800000000000000000000000000000000000000000000000000000000014806101b357507fffffffff0000000000000000000000000000000000000000000000000000000082167f01ffc9a700000000000000000000000000000000000000000000000000000000145b92915050565b6101ca826101c5610435565b610494565b6101d48282610535565b5050565b60006101e38961059c565b7fffffffffffffffffffffffffffffffff0000000000000000000000000000000016036102515787610214896105b3565b6040517fe4ac069e000000000000000000000000000000000000000000000000000000008152600401610248929190612dac565b60405180910390fd5b7dffffffffffffffffffffffffffff0000000000000000000000000000000088167f6e730000000000000000000000000000000000000000000000000000000000001761029d8161072f565b6103fe57604080517f737900000000000000000000000000000000000000000000000000000000000060208201526000602282018190527f636f72650000000000000000000000000000000000000000000000000000000060308301529161031d910160405160208183030381529060405261031890612dc5565b610813565b509050600080826001600160a01b03168460405160240161034091815260200190565b60408051601f198184030181529181526020820180517bffffffffffffffffffffffffffffffffffffffffffffffffffffffff167fb29e408900000000000000000000000000000000000000000000000000000000179052516103a39190612de9565b600060405180830381855af49150503d80600081146103de576040519150601f19603f3d011682016040523d82523d6000602084013e6103e3565b606091505b5091509150816103f6576103f681610923565b50505061040a565b61040a816101c5610435565b61042a8989898961041b898b612e4c565b610425888a612e4c565b61092b565b505050505050505050565b600061043f610c20565b905090565b61046e827f198cf0cd00000000000000000000000000000000000000000000000000000000610c52565b61047a836101c5610435565b610485838383610dc0565b505050565b600061043f610e4c565b6001600160a01b0381166104e97f6e730000000000000000000000000000000000000000000000000000000000007dffffffffffffffffffffffffffff00000000000000000000000000000000851617610e8b565b6001600160a01b0316146101d457610500826105b3565b816040517fd787b737000000000000000000000000000000000000000000000000000000008152600401610248929190612f21565b60408051613a3160f11b60208201526473746f726560d81b60228201527f53746f7265486f6f6b730000000000000000000000000000000000000000000060308201526101d4910160405160208183030381529060405261059590612dc5565b8383610f7e565b60006105aa60706010612f62565b9190911b919050565b606081601081901b60006105c68361059c565b9050827fffffffffffffffffffffffffffff000000000000000000000000000000000000831615610619577fffffffffffffffffffffffffffff000000000000000000000000000000000000831661063b565b7f524f4f545f4e414d4553504143450000000000000000000000000000000000005b7fffffffffffffffffffffffffffffffff00000000000000000000000000000000831615610669578261068b565b7f524f4f545f4e414d4500000000000000000000000000000000000000000000005b6040517fffff00000000000000000000000000000000000000000000000000000000000090931660208401527f3a00000000000000000000000000000000000000000000000000000000000000602284018190527fffffffffffffffffffffffffffffffff00000000000000000000000000000000928316602385015260338401521660348201526044016040516020818303038152906040529350505050919050565b60408051600180825281830190925260009182919060208083019080368337019050509050828160008151811061076857610768612f75565b60209081029190910181019190915260408051613a3160f11b818401526473746f726560d81b60228201527f5265736f75726365496473000000000000000000000000000000000000000000603082015281518082039093018352810190526000906107ff906107d790612dc5565b8360007e010100010000000000000000000000000000000000000000000000000000006110a5565b905061080b8160f81c90565b949350505050565b6040805160018082528183019092526000918291829160208083019080368337019050509050838160008151811061084d5761084d612f75565b60209081029190910181019190915260408051613a3160f11b818401527f776f726c6400000000000000000000000000000000000000000000000000000060228201527f53797374656d730000000000000000000000000000000000000000000000000060308201528151808203909301835281019052600090819081906108fe906108d890612dc5565b857e150200140100000000000000000000000000000000000000000000000000006110db565b5050602081015160349091015160609190911c9860f89190911c975095505050505050565b805160208201fd5b613a3160f11b867fffff00000000000000000000000000000000000000000000000000000000000016148015906109a457507f6f74000000000000000000000000000000000000000000000000000000000000867fffff0000000000000000000000000000000000000000000000000000000000001614155b15610a0557613a3160f11b86876040516020016109c391815260200190565b60408051601f19818403018152908290527f31b46683000000000000000000000000000000000000000000000000000000008252610248939291600401612f8b565b610a108560006111e3565b610a1b846001611365565b610a26836000611365565b60e084901c60e885901c0160ff16825114610a865760e084901c60e885901c0160ff1682516040517f0f72cb9800000000000000000000000000000000000000000000000000000000815260048101929092526024820152604401610248565b60e085901c60e886901c0160ff16815114610ae65760e085901c60e886901c0160ff1681516040517f7dec4c0000000000000000000000000000000000000000000000000000000000815260048101929092526024820152604401610248565b60e085901c60e886901c0160ff1660e084901c60e885901c0160ff1614610b5e5760e085901c60e886901c0160ff1660e084901c60e885901c0160ff166040517ff29d4d8800000000000000000000000000000000000000000000000000000000815260048101929092526024820152604401610248565b610b678661072f565b15610bc1578586604051602001610b8091815260200190565b60408051601f19818403018152908290527fdfaaf9cf0000000000000000000000000000000000000000000000000000000082526102489291600401612dac565b610c0d8686868686604051602001610bd99190612fcc565b60405160208183030381529060405286604051602001610bf99190612fcc565b60405160208183030381529060405261151a565b610c1886600161163a565b505050505050565b7fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffcc36013560601c80610c4f5750335b90565b6040517f01ffc9a70000000000000000000000000000000000000000000000000000000081527fffffffff00000000000000000000000000000000000000000000000000000000821660048201526001600160a01b038316906301ffc9a790602401602060405180830381865afa925050508015610ced575060408051601f3d908101601f19168201909252610cea9181019061304c565b60015b610d56576040517f74b5e6ff0000000000000000000000000000000000000000000000000000000081526001600160a01b03831660048201527fffffffff0000000000000000000000000000000000000000000000000000000082166024820152604401610248565b80610485576040517f74b5e6ff0000000000000000000000000000000000000000000000000000000081526001600160a01b03841660048201527fffffffff0000000000000000000000000000000000000000000000000000000083166024820152604401610248565b613a3160f11b837fffff0000000000000000000000000000000000000000000000000000000000001614610e0857613a3160f11b83846040516020016109c391815260200190565b610485837fffffffffffffffffffffffffffffffffffffffff000000000000000000000000606085901b166bff0000000000000000000000605885901b161761172c565b7f629a4c26e296b22a8e0856e9f6ecb2d1008d7e00081111962cd175fa7488e175546000906001600160a01b031680610e86573391505090565b919050565b604080516001808252818301909252600091829190602080830190803683370190505090508281600081518110610ec457610ec4612f75565b60209081029190910181019190915260408051613a3160f11b818401527f776f726c6400000000000000000000000000000000000000000000000000000060228201527f4e616d6573706163654f776e657200000000000000000000000000000000000060308201528151808203909301835281019052600090610f7390610f4b90612dc5565b8360007e140100140000000000000000000000000000000000000000000000000000006110a5565b60601c949350505050565b6000610f8a8484611815565b90506000815167ffffffffffffffff811115610fa857610fa8612e05565b604051908082528060200260200182016040528015610fd1578160200160208202803683370190505b5090506000805b835181101561109657846001600160a01b031661101c85838151811061100057611000612f75565b60200260200101516affffffffffffffffffffff191660601c90565b6001600160a01b03161461108e5783818151811061103c5761103c612f75565b602002602001015183838151811061105657611056612f75565b7fffffffffffffffffffffffffffffffffffffffffff0000000000000000000000909216602092830291909101909101526001909101905b600101610fd8565b50808252610c18868684611880565b60006110d26110b486866118dd565b60ff858116601b0360080285901c166110cd8587611933565b611976565b95945050505050565b60606000606060006110ec856119c7565b90506110f98787836119ea565b9350600061110686611a2e565b905080156111d8576111188888611a6b565b935066ffffffffffffff841667ffffffffffffffff81111561113c5761113c612e05565b6040519080825280601f01601f191660200182016040528015611166576020820181803683370190505b5092506020830160005b828160ff1610156111d55760006111888b8b84611a7e565b905060006111a5888460ff166028026038011c64ffffffffff1690565b90506111b48282600087611afe565b6111be8185612f62565b9350505080806111cd9061306e565b915050611170565b50505b505093509350939050565b801580156111ef575081155b15611229576040517f97e36a0a00000000000000000000000000000000000000000000000000000000815260006004820152602401610248565b600061123483611a2e565b90506005811115611274576040517f97e36a0a00000000000000000000000000000000000000000000000000000000815260048101829052602401610248565b600061127f84611bcd565b9050600061128d8383612f62565b9050601c8111156112cd576040517f97e36a0a00000000000000000000000000000000000000000000000000000000815260048101829052602401610248565b60005b82811015610c185760ff601b82900360080287901c166000819003611321576040517fbf1ac38300000000000000000000000000000000000000000000000000000000815260040160405180910390fd5b602081111561135c576040517f2392baa400000000000000000000000000000000000000000000000000000000815260040160405180910390fd5b506001016112d0565b80158015611371575081155b1561139257604051635318beb960e01b815260006004820152602401610248565b600061139d83611a2e565b905060058111156113c457604051635318beb960e01b815260048101829052602401610248565b60006113cf84611bcd565b905060006113dd8383612f62565b9050601c81111561140457604051635318beb960e01b815260048101829052602401610248565b60008060005b838110156114ca5760006114376114218a84611bdf565b60c58111156114325761143261308d565b611c00565b111561148157848110611476576040517ff1e56be400000000000000000000000000000000000000000000000000000000815260040160405180910390fd5b6001909201916114c2565b848110156114bb576040517ff1e56be400000000000000000000000000000000000000000000000000000000815260040160405180910390fd5b6001909101905b60010161140a565b508382146114ee57604051635318beb960e01b815260048101839052602401610248565b84811461151157604051635318beb960e01b815260048101829052602401610248565b50505050505050565b6040805160208101879052808201869052606080820186905282518083039091018152608090910190915260006115518484611c60565b9050600061155f8585611c7d565b6040805160018082528183019092529192506000919060208083019080368337019050509050898160008151811061159957611599612f75565b60209081029190910181019190915260408051613a3160f11b818401526473746f726560d81b60228201527f5461626c657300000000000000000000000000000000000000000000000000006030820152815180820390930183528101905261162e9061160590612dc5565b828686867e60030220202000000000000000000000000000000000000000000000000000611ca9565b50505050505050505050565b60408051600180825281830190925260009160208083019080368337019050509050828160008151811061167057611670612f75565b60209081029190910181019190915260408051613a3160f11b818401526473746f726560d81b60228201527f5265736f7572636549647300000000000000000000000000000000000000000060308201528151808203909301835281019052610485906116dc90612dc5565b826000856040516020016116f791151560f81b815260010190565b60408051601f198184030181529190527e01010001000000000000000000000000000000000000000000000000000000611f98565b60408051600180825281830190925260009160208083019080368337019050509050828160008151811061176257611762612f75565b60209081029190910181019190915260408051613a3160f11b818401526473746f726560d81b60228201527f53746f7265486f6f6b730000000000000000000000000000000000000000000060308201528151808203909301835281019052610485906117ce90612dc5565b6040517fffffffffffffffffffffffffffffffffffffffffff0000000000000000000000851660208201528390600090603501604051602081830303815290604052611fb4565b6040805160018082528183019092526060916000919060208083019080368337019050509050828160008151811061184f5761184f612f75565b60200260200101818152505060006118698583600061205a565b90506110d261187b8260008451612094565b612124565b6040805160018082528183019092526000916020808301908036833701905050905082816000815181106118b6576118b6612f75565b6020026020010181815250506118d7848260006118d286612135565b612145565b50505050565b600082826040516020016118f29291906130a3565b60408051601f1981840301815291905280516020909101207f86425bff6b57326c7859e89024fe4f238ca327a1ae4a230180dd2f0e88aaa7d9189392505050565b600080805b8360ff1681101561196e5761195a60ff601b83900360080287901c1683612f62565b915080611966816130de565b915050611938565b509392505050565b60006020821061199c57602082048401935060208281611998576119986130f8565b0691505b508254600882021b60208290038084111561196e576001850154600882021c82179150509392505050565b600060086119d76002602061310e565b6119e19190613121565b9190911c919050565b606081600003611a095750604080516020810190915260008152611a27565b6000611a1585856118dd565b9050611a2381846000612180565b9150505b9392505050565b60006008600180611a416002602061310e565b611a4b919061310e565b611a55919061310e565b611a5f9190613121565b8260ff911c1692915050565b6000611a27611a7a84846121a3565b5490565b60008383604051602001611a939291906130a3565b604051602081830303815290604052805190602001208260f81b7effffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff19167f3b4102da22e32d82fc925482184f16c09fd4281692720b87d124aef6da48a0f1181860001c90509392505050565b8115611b875760208210611b2857602082048401935060208281611b2457611b246130f8565b0691505b8115611b87576020829003600081851015611b4c5750600019600885021c19611b57565b50600019600882021c195b8554600885021b811984511682821617845250818511611b785750506118d7565b50600194909401939283900392015b5b60208310611ba95783548152600190930192601f1990920191602001611b88565b82156118d7576000600019600885021c198251865482169119161782525050505050565b600060086001611a4b6002602061310e565b6000601b8290036008028360ff911c1660c5811115611a2757611a2761308d565b6000808260c5811115611c1557611c1561308d565b60ff1690506061811015611c2f57601f1660010192915050565b60618360c5811115611c4357611c4361308d565b03611c515750601492915050565b50600092915050565b50919050565b8151815160009181810160389190911b1760609190911b17611a27565b60608282604051602001611c92929190613138565b604051602081830303815290604052905092915050565b857f8dbb3a9672eebfd3773e72dd9c102393436816d832c7ba9e1e1ac8fcadcac7a986868686604051611cdf94939291906131a2565b60405180910390a2613a3160f11b867fffff0000000000000000000000000000000000000000000000000000000000001603610c18576000611d20876121f9565b905060005b8151811015611e03576000828281518110611d4257611d42612f75565b60200260200101519050611d6e6001826affffffffffffffffffffff19166122bc90919063ffffffff16565b15611df0576040517f57066c9c000000000000000000000000000000000000000000000000000000008152606082901c906357066c9c90611dbd908c908c908c908c908c908c906004016131ec565b600060405180830381600087803b158015611dd757600080fd5b505af1158015611deb573d6000803e3d6000fd5b505050505b5080611dfb816130de565b915050611d25565b506000611e1088886118dd565b90506000602087019050611e28826000838a516122da565b6000611e3385611a2e565b1115611eb7576000611e458a8a6121a3565b878155905060208601915060008060005b611e5f88611a2e565b8160ff161015611eb257611e748d8d83611a7e565b9250611e8f8a8260ff166028026038011c64ffffffffff1690565b9150611e9e83600087856122da565b611ea88286612f62565b9450600101611e56565b505050505b60005b835181101561162e576000848281518110611ed757611ed7612f75565b60200260200101519050611f036002826affffffffffffffffffffff19166122bc90919063ffffffff16565b15611f85576040517f5b28cdaf000000000000000000000000000000000000000000000000000000008152606082901c90635b28cdaf90611f52908e908e908e908e908e908e906004016131ec565b600060405180830381600087803b158015611f6c57600080fd5b505af1158015611f80573d6000803e3d6000fd5b505050505b5080611f90816130de565b915050611eba565b611fad8585611fa78487611933565b8561239a565b5050505050565b6000611fbe610e4c565b9050306001600160a01b03821603611fe157611fdc858585856125f3565b611fad565b6040517f150f32620000000000000000000000000000000000000000000000000000000081526001600160a01b0382169063150f32629061202c908890889088908890600401613245565b600060405180830381600087803b15801561204657600080fd5b505af115801561042a573d6000803e3d6000fd5b606061080b61206a858585611a7e565b61208d846120788888611a6b565b9060ff166028026038011c64ffffffffff1690565b6000612180565b60008183111580156120a7575083518211155b6120e3578383836040517f23230fa300000000000000000000000000000000000000000000000000000000815260040161024893929190613279565b602084016120f18482612f62565b905060006120ff858561310e565b6fffffffffffffffffffffffffffffffff1660809290921b9190911795945050505050565b60606000611a27836015600061262e565b606081611a2781601560006126a9565b60006121518585611a6b565b9050600061216e828560ff166028026038011c64ffffffffff1690565b9050610c1886868660008588886126fd565b60405160208101601f19603f858401011660405283825261196e85858584611afe565b600082826040516020016121b89291906130a3565b60408051601f1981840301815291905280516020909101207f14e2fcc58e58e68ec7edc30c8d50dccc3ce2714a623ec81f46b6a63922d76569189392505050565b6040805160018082528183019092526060916000919060208083019080368337019050509050828160008151811061223357612233612f75565b60209081029190910181019190915260408051613a3160f11b818401526473746f726560d81b60228201527f53746f7265486f6f6b7300000000000000000000000000000000000000000000603082015281518082039093018352810190526000906122aa906122a290612dc5565b83600061205a565b905061080b61187b8260008451612094565b60008160ff16826122cd8560581c90565b1660ff1614905092915050565b8215612354576020831061230457602083048401935060208381612300576123006130f8565b0692505b82156123545760208390036000600019600884021c1990506008850281811c91508451811c90508119875416828216178755508183116123455750506118d7565b50600194909401939182019190035b5b602081106123765781518455600190930192602090910190601f1901612355565b80156118d7576000600019600883021c198554845182169119161785555050505050565b60006123a685856118dd565b9050847f8c0b5119d4cec7b284c6b1b39252a03d1e2f2d7451a5895562524c113bb952be8585856040516123dc9392919061329e565b60405180910390a2613a3160f11b857fffff000000000000000000000000000000000000000000000000000000000000161461241857506118d7565b6000612423866121f9565b905060005b815181101561250257600082828151811061244557612445612f75565b602002602001015190506124716004826affffffffffffffffffffff19166122bc90919063ffffffff16565b156124ef576040517f964f667d000000000000000000000000000000000000000000000000000000008152606082901c9063964f667d906124bc908b908b908b908b906004016132db565b600060405180830381600087803b1580156124d657600080fd5b505af11580156124ea573d6000803e3d6000fd5b505050505b50806124fa816130de565b915050612428565b50612516828565ffffffffffff1685612ad1565b60005b815181101561151157600082828151811061253657612536612f75565b602002602001015190506125626008826affffffffffffffffffffff19166122bc90919063ffffffff16565b156125e0576040517fa8ba8721000000000000000000000000000000000000000000000000000000008152606082901c9063a8ba8721906125ad908b908b908b908b906004016132db565b600060405180830381600087803b1580156125c757600080fd5b505af11580156125db573d6000803e3d6000fd5b505050505b50806125eb816130de565b915050612519565b60006125ff8585611a6b565b9050600061261c828560ff166028026038011c64ffffffffff1690565b9050610c1886868684600088886126fd565b6060600061263c8560801c90565b90506fffffffffffffffffffffffffffffffff85166000858281612662576126626130f8565b04905060405193506020840160208202810160405281855260005b8281101561269d578451871c82529387019360209091019060010161267d565b50505050509392505050565b825160609060006126ba8583613121565b9050604051925060208301601f19603f83860101166040528184526000602088015b8482101561269d578051871b835291870191600191909101906020016126dc565b613a3160f11b877fffff000000000000000000000000000000000000000000000000000000000000161461274557613a3160f11b87886040516020016109c391815260200190565b6000612760828760ff166028026038011c64ffffffffff1690565b9050600083518564ffffffffff1683612779919061310e565b6127839190612f62565b90508082141580156127a557508161279b8688613314565b64ffffffffff1614155b156127f5576040517fa65010b400000000000000000000000000000000000000000000000000000000815264ffffffffff8088166004830152808716602483015283166044820152606401610248565b818664ffffffffff161115612846576040517f7e8578d30000000000000000000000000000000000000000000000000000000081526004810183905264ffffffffff87166024820152604401610248565b6000612853848984612ae1565b905064ffffffffff871660005b8960ff168160ff16101561289357612887868260ff166028026038011c64ffffffffff1690565b90910190600101612860565b508a7faa63765a776145e5e6492f471ae097dfed11cd57a61bc2679dd43180422385b48b838a868b6040516128cc959493929190613339565b60405180910390a25060006128e08b6121f9565b905060005b81518110156129b557600082828151811061290257612902612f75565b6020026020010151905061292e6010826affffffffffffffffffffff19166122bc90919063ffffffff16565b156129a257606081901c6001600160a01b03166355eb5a288e8e8e8e8e8a8f6040518863ffffffff1660e01b815260040161296f979695949392919061338b565b600060405180830381600087803b15801561298957600080fd5b505af115801561299d573d6000803e3d6000fd5b505050505b50806129ad816130de565b9150506128e5565b508284146129ce5760006129c98c8c6121a3565b839055505b60006129db8c8c8c611a7e565b90506129ef818a64ffffffffff1689612ad1565b5060005b8151811015612ac3576000828281518110612a1057612a10612f75565b60200260200101519050612a3c6020826affffffffffffffffffffff19166122bc90919063ffffffff16565b15612ab057606081901c6001600160a01b031663635845338e8e8e8e8e8a8f6040518863ffffffff1660e01b8152600401612a7d979695949392919061338b565b600060405180830381600087803b158015612a9757600080fd5b505af1158015612aab573d6000803e3d6000fd5b505050505b5080612abb816130de565b9150506129f3565b505050505050505050505050565b61048583836020840184516122da565b600064ffffffffff821115612b25576040517f4767058800000000000000000000000000000000000000000000000000000000815260048101839052602401610248565b8366ffffffffffffff811660ff851660280260380182901c64ffffffffff16808510612b575780850382019150612b5f565b848103820391505b5064ffffffffff6038602860ff8816020181811b197fffffffffffffffffffffffffffffffffffffffffffffffffff000000000000009490941690921792909216918416901b1790509392505050565b600060208284031215612bc157600080fd5b81357fffffffff0000000000000000000000000000000000000000000000000000000081168114611a2757600080fd5b80356001600160a01b0381168114610e8657600080fd5b60008060408385031215612c1b57600080fd5b82359150612c2b60208401612bf1565b90509250929050565b60008083601f840112612c4657600080fd5b50813567ffffffffffffffff811115612c5e57600080fd5b6020830191508360208260051b8501011115612c7957600080fd5b9250929050565b60008060008060008060008060c0898b031215612c9c57600080fd5b88359750602089013596506040890135955060608901359450608089013567ffffffffffffffff80821115612cd057600080fd5b612cdc8c838d01612c34565b909650945060a08b0135915080821115612cf557600080fd5b50612d028b828c01612c34565b999c989b5096995094979396929594505050565b600080600060608486031215612d2b57600080fd5b83359250612d3b60208501612bf1565b9150604084013560ff81168114612d5157600080fd5b809150509250925092565b60005b83811015612d77578181015183820152602001612d5f565b50506000910152565b60008151808452612d98816020860160208601612d5c565b601f01601f19169290920160200192915050565b82815260406020820152600061080b6040830184612d80565b80516020808301519190811015611c5a5760001960209190910360031b1b16919050565b60008251612dfb818460208701612d5c565b9190910192915050565b634e487b7160e01b600052604160045260246000fd5b604051601f8201601f1916810167ffffffffffffffff81118282101715612e4457612e44612e05565b604052919050565b600067ffffffffffffffff80841115612e6757612e67612e05565b8360051b6020612e78818301612e1b565b868152918501918181019036841115612e9057600080fd5b865b84811015612f1557803586811115612eaa5760008081fd5b8801601f3681830112612ebd5760008081fd5b813588811115612ecf57612ecf612e05565b612ee087601f198484011601612e1b565b91508082523687828501011115612ef75760008081fd5b80878401888401376000908201870152845250918301918301612e92565b50979650505050505050565b604081526000612f346040830185612d80565b90506001600160a01b03831660208301529392505050565b634e487b7160e01b600052601160045260246000fd5b808201808211156101b3576101b3612f4c565b634e487b7160e01b600052603260045260246000fd5b7fffff000000000000000000000000000000000000000000000000000000000000841681528260208201526060604082015260006110d26060830184612d80565b6000602080830181845280855180835260408601915060408160051b870101925083870160005b8281101561303f577fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffc088860301845261302d858351612d80565b94509285019290850190600101612ff3565b5092979650505050505050565b60006020828403121561305e57600080fd5b81518015158114611a2757600080fd5b600060ff821660ff810361308457613084612f4c565b60010192915050565b634e487b7160e01b600052602160045260246000fd5b82815260006020808301845182860160005b828110156130d1578151845292840192908401906001016130b5565b5091979650505050505050565b600060001982036130f1576130f1612f4c565b5060010190565b634e487b7160e01b600052601260045260246000fd5b818103818111156101b3576101b3612f4c565b80820281158282048414176101b3576101b3612f4c565b6000835161314a818460208801612d5c565b83519083019061315e818360208801612d5c565b01949350505050565b600081518084526020808501945080840160005b838110156131975781518752958201959082019060010161317b565b509495945050505050565b6080815260006131b56080830187613167565b82810360208401526131c78187612d80565b905084604084015282810360608401526131e18185612d80565b979650505050505050565b86815260c06020820152600061320560c0830188613167565b82810360408401526132178188612d80565b905085606084015282810360808401526132318186612d80565b9150508260a0830152979650505050505050565b84815260806020820152600061325e6080830186613167565b60ff8516604084015282810360608401526131e18185612d80565b60608152600061328c6060830186612d80565b60208301949094525060400152919050565b6060815260006132b16060830186613167565b65ffffffffffff8516602084015282810360408401526132d18185612d80565b9695505050505050565b8481526080602082015260006132f46080830186613167565b65ffffffffffff8516604084015282810360608401526131e18185612d80565b64ffffffffff81811683821601908082111561333257613332612f4c565b5092915050565b60a08152600061334c60a0830188613167565b65ffffffffffff8716602084015264ffffffffff86166040840152846060840152828103608084015261337f8185612d80565b98975050505050505050565b87815260e0602082015260006133a460e0830189613167565b60ff8816604084015264ffffffffff87811660608501528616608084015260a0830185905282810360c08401526133db8185612d80565b9a995050505050505050505056fea164736f6c6343000815000a","sourceMap":"1686:3511:86:-:0;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;2311:188:57;;;;;;:::i;:::-;;:::i;:::-;;;516:14:201;;509:22;491:41;;479:2;464:18;2311:188:57;;;;;;;;4919:276:86;;;;;;:::i;:::-;;:::i;:::-;;2448:1218;;;;;;:::i;:::-;;:::i;1245:113:57:-;;;:::i;:::-;;;-1:-1:-1;;;;;2831:55:201;;;2813:74;;2801:2;2786:18;1245:113:57;2667:226:201;1599:110:57;;;-1:-1:-1;;3585:14:57;3581:23;3568:37;3044:25:201;;3032:2;3017:18;1599:110:57;2898:177:201;4129:448:86;;;;;;:::i;:::-;;:::i;1925:95:57:-;;;:::i;2311:188::-;2387:4;2406:50;;;485:152:49;2406:50:57;;:88;;-1:-1:-1;2460:34:57;;;188::46;2460::57;2406:88;2399:95;2311:188;-1:-1:-1;;2311:188:57:o;4919:276:86:-;5056:49;5083:7;5092:12;:10;:12::i;:::-;5056:26;:49::i;:::-;5139:51;5169:7;5178:11;5139:29;:51::i;:::-;4919:276;;:::o;2448:1218::-;2746:9;2725:17;:7;:15;:17::i;:::-;:30;;;2721:95;;2788:7;2797:18;:7;:16;:18::i;:::-;2764:52;;;;;;;;;;;;:::i;:::-;;;;;;;;2721:95;606:36:58;2848:46;;1079:18:93;2847:74:58;2938:35:86;2847:74:58;2938:22:86;:35::i;:::-;2933:605;;601:67:81;;;618:15;601:67;;;4658:92:201;3136:25:86;4766:11:201;;;4759:100;;;366:15:81;4875:12:201;;;4868:101;3136:25:86;3167:28;;4985:12:201;601:67:81;;;;;;;;;;;;593:76;;;:::i;:::-;3167:12:86;:28::i;:::-;3135:60;;;3204:12;3218:17;3239;-1:-1:-1;;;;;3239:30:86;3338:11;3279:72;;;;;;3044:25:201;;3032:2;3017:18;;2898:177;3279:72:86;;;;-1:-1:-1;;3279:72:86;;;;;;;;;;;;;;;;;;;;3239:120;;;3279:72;3239:120;:::i;:::-;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;3203:156;;;;3372:7;3367:35;;3381:21;3397:4;3381:15;:21::i;:::-;2975:434;;;2933:605;;;3478:53;3505:11;3518:12;:10;:12::i;3478:53::-;3570:91;3594:7;3603:11;3616:9;3627:11;3570:91;3640:8;;3570:91;:::i;:::-;;3650:10;;3570:91;:::i;:::-;:23;:91::i;:::-;2655:1011;2448:1218;;;;;;;;:::o;1245:113:57:-;1288:14;1317:36;:34;:36::i;:::-;1310:43;;1245:113;:::o;4129:448:86:-;4309:63;4334:11;382:387:10;4309:16:86;:63::i;:::-;4422:49;4449:7;4458:12;:10;:12::i;4422:49::-;4503:69;4531:7;4540:11;4553:18;4503:27;:69::i;:::-;4129:448;;;:::o;1925:95:57:-;1964:7;1986:29;:27;:29::i;1989:233:42:-;-1:-1:-1;;;;;2074:58:42;;:48;1079:18:93;606:36:58;2848:46;;2847:74;2074:19:42;:48::i;:::-;-1:-1:-1;;;;;2074:58:42;;2070:148;;2181:21;:10;:19;:21::i;:::-;2204:6;2149:62;;;;;;;;;;;;:::i;10496:170:20:-;1047:73:28;;;-1:-1:-1;;;1047:73:28;;;4658:92:201;-1:-1:-1;;;4766:11:201;;;4759:100;1098:21:28;4875:12:201;;;4868:101;10584:77:20;;4985:12:201;1047:73:28;;;;;;;;;;;;1039:82;;;:::i;:::-;10631:7:20;10648:11;10584:27;:77::i;3058:160:58:-;3121:7;3185:26;399:6;336:5:16;3185:26:58;:::i;:::-;3151:61;;;;;3058:160;-1:-1:-1;3058:160:58:o;3379:541::-;3443:13;3513:10;336:5:16;2530:44:58;;;3464:19;3611;3513:10;3611:7;:19::i;:::-;3588:42;-1:-1:-1;3693:12:58;3732:35;;;;:79;;;;;;;;486:25;3732:79;3838:25;;;;:59;;3885:12;3838:59;;;549:20;3838:59;3665:242;;9083:66:201;9071:79;;;3665:242:58;;;9059:92:201;9170:3;9189:11;;;9182:23;;;9224:66;9319:15;;;9306:11;;;9299:36;9351:12;;;9344:24;9398:15;9384:12;;;9377:37;9430:12;;3665:242:58;;;;;;;;;;;;3636:279;;;;;3379:541;;;:::o;3569:314:27:-;3683:16;;;3697:1;3683:16;;;;;;;;;3635:11;;;;3683:16;;;;;;;;;;;;-1:-1:-1;3683:16:27;3654:45;;3738:10;3705:9;3715:1;3705:12;;;;;;;;:::i;:::-;;;;;;;;;;;:44;;;;1047:74;;;-1:-1:-1;;;1047:74:27;;;4658:92:201;-1:-1:-1;;;4766:11:201;;;4759:100;1098:22:27;4875:12:201;;;4868:101;1047:74:27;;;;;;;;;;4985:12:201;;1047:74:27;;-1:-1:-1;;3772:62:27;;1039:83;;;:::i;:::-;3807:9;3818:1;1234:66;3772:24;:62::i;:::-;3756:78;;3848:29;3869:5;3856:20;;1596:10:16;1487:126;3848:29:27;3840:38;3569:314;-1:-1:-1;;;;3569:314:27:o;6683:432:76:-;6811:16;;;6825:1;6811:16;;;;;;;;;6741:14;;;;;;6811:16;;;;;;;;;;;-1:-1:-1;6811:16:76;6782:45;;6866:8;6833:9;6843:1;6833:12;;;;;;;;:::i;:::-;;;;;;;;;;;:42;;;;1253:70;;;-1:-1:-1;;;1253:70:76;;;4658:92:201;1286:16:76;4766:11:201;;;4759:100;1304:18:76;4875:12:201;;;4868:101;1253:70:76;;;;;;;;;;4985:12:201;;1253:70:76;;-1:-1:-1;;;;;;6969:78:76;;1245:79;;;:::i;:::-;7012:9;1432:66;6969:19;:78::i;:::-;-1:-1:-1;;20685:4:2;20671:27;;20665:34;20671:27;;;;20665:34;8316:32:76;;;;;;8380:30;;;;;;-1:-1:-1;6683:432:76;-1:-1:-1;;;;;;6683:432:76:o;501:217:90:-;704:6;698:13;691:4;683:6;679:17;672:40;7479:1764:20;-1:-1:-1;;;7739:7:20;:35;;;;;;:83;;-1:-1:-1;7799:23:20;7778:7;:44;;;;7739:83;7735:209;;;-1:-1:-1;;;7894:7:20;7927;7910:25;;;;;;9802:19:201;;9846:2;9837:12;;9642:213;7910:25:20;;;;-1:-1:-1;;7910:25:20;;;;;;;;;;7839:98;;;;;;;;;;:::i;7735:209::-;7990:43;:11;8025:5;7990:20;:43::i;:::-;8074:40;:9;8107:4;8074:18;:40::i;:::-;8120:43;:11;8155:5;8120:20;:43::i;:::-;1576:38:30;5165:60:17;;;1408:34:30;5088:59:17;;;5082:144;5067:159;;8251:8:20;:15;:40;8247:148;;1576:38:30;5165:60:17;;;1408:34:30;5088:59:17;;;5082:144;5067:159;;8372:15:20;;8308:80;;;;;;;;10503:25:201;;;;10544:18;;;10537:34;10476:18;;8308:80:20;10329:248:201;8247:148:20;1576:38:30;5165:60:17;;;1408:34:30;5088:59:17;;;5082:144;5067:159;;8445:10:20;:17;:44;8441:158;;1576:38:30;5165:60:17;;;1408:34:30;5088:59:17;;;5082:144;5067:159;;8574:17:20;;8506:86;;;;;;;;10503:25:201;;;;10544:18;;;10537:34;10476:18;;8506:86:20;10329:248:201;8441:158:20;1576:38:30;5165:60:17;;;1408:34:30;5088:59:17;;;5082:144;5067:159;;1576:38:30;5165:60:17;;;1408:34:30;5088:59:17;;;5082:144;5067:159;;8656:50:20;8652:171;;1576:38:30;5165:60:17;;;1408:34:30;5088:59:17;;;5082:144;5067:159;;1576:38:30;5165:60:17;;;1408:34:30;5088:59:17;;;5082:144;5067:159;;8723:93:20;;;;;;;;10503:25:201;;;;10544:18;;;10537:34;10476:18;;8723:93:20;10329:248:201;8652:171:20;8885:31;8908:7;8885:22;:31::i;:::-;8881:140;;;8971:7;9004;8987:25;;;;;;9802:19:201;;9846:2;9837:12;;9642:213;8987:25:20;;;;-1:-1:-1;;8987:25:20;;;;;;;;;;8933:81;;;;;;;;;:::i;8881:140::-;9062:103;9074:7;9083:11;9096:9;9107:11;9131:8;9120:20;;;;;;;;:::i;:::-;;;;;;;;;;;;;9153:10;9142:22;;;;;;;;:::i;:::-;;;;;;;;;;;;;9062:11;:103::i;:::-;9201:37;9224:7;9233:4;9201:22;:37::i;:::-;7479:1764;;;;;;:::o;2779:381:57:-;3063:34;3067:14;3063:34;3050:48;3046:2;3042:57;;3110:45;;-1:-1:-1;3145:10:57;3110:45;2779:381;:::o;826:380:89:-;910:55;;;;;11623:66:201;11611:79;;910:55:89;;;11593:98:201;-1:-1:-1;;;;;910:42:89;;;;;11566:18:201;;910:55:89;;;;;;;;;;;;;;;;;;-1:-1:-1;910:55:89;;;;;;;;-1:-1:-1;;910:55:89;;;;;;;;;;;;:::i;:::-;;;906:298;;1129:70;;;;;-1:-1:-1;;;;;12174:55:201;;1129:70:89;;;12156:74:201;12278:66;12266:79;;12246:18;;;12239:107;12129:18;;1129:70:89;11984:368:201;906:298:89;1002:9;997:108;;1028:70;;;;;-1:-1:-1;;;;;12174:55:201;;1028:70:89;;;12156:74:201;12278:66;12266:79;;12246:18;;;12239:107;12129:18;;1028:70:89;11984:368:201;9845:447:20;-1:-1:-1;;;10029:7:20;:35;;;10025:161;;-1:-1:-1;;;10136:7:20;10169;10152:25;;;;;;9802:19:201;;9846:2;9837:12;;9642:213;10025:161:20;10192:95;10208:7;979:29:4;987:20;;;;979:29;1011:30;;;;;;979:62;10192:15:20;:95::i;1766:227:24:-;996:42;1855:22;1816:7;;-1:-1:-1;;;;;1855:22:24;;1883:106;;1931:10;1924:17;;;1766:227;:::o;1883:106::-;1969:13;1766:227;-1:-1:-1;1766:227:24:o;4480:306:72:-;4591:16;;;4605:1;4591:16;;;;;;;;;4541:13;;;;4591:16;;;;;;;;;;;;-1:-1:-1;4591:16:72;4562:45;;4646:11;4613:9;4623:1;4613:12;;;;;;;;:::i;:::-;;;;;;;;;;;:45;;;;1253:77;;;-1:-1:-1;;;1253:77:72;;;4658:92:201;1286:16:72;4766:11:201;;;4759:100;1304:25:72;4875:12:201;;;4868:101;1253:77:72;;;;;;;;;;4985:12:201;;1253:77:72;;-1:-1:-1;;4681:62:72;;1245:86;;;:::i;:::-;4716:9;4727:1;1446:66;4681:24;:62::i;:::-;4757:23;;;4480:306;-1:-1:-1;;;;4480:306:72:o;1405:1060:4:-;1545:29;1577:39;1588:11;1601:14;1577:10;:39::i;:::-;1545:71;;1734:25;1776:12;:19;1762:34;;;;;;;;:::i;:::-;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;-1:-1:-1;1762:34:4;;1734:62;;1844:21;1894:25;1889:312;1941:12;:19;1921:17;:39;1889:312;;;2064:19;-1:-1:-1;;;;;1997:87:4;:55;2007:12;2020:17;2007:31;;;;;;;;:::i;:::-;;;;;;;1997:53;;;3392:35;;;3262:170;1997:55;-1:-1:-1;;;;;1997:87:4;;1993:200;;2124:12;2137:17;2124:31;;;;;;;;:::i;:::-;;;;;;;2098:8;2107:13;2098:23;;;;;;;;:::i;:::-;:57;;;;:23;;;;;;;;;;;:57;2167:15;;;;;1993:200;1962:19;;1889:312;;;;2354:13;2344:8;2337:31;2411:49;2422:11;2435:14;2451:8;2411:10;:49::i;35212:541:20:-;35369:7;35506:242;35550:59;35591:7;35600:8;35550:40;:59::i;:::-;35627:31;;;;4044:19:3;:27;537:1:30;4043:44:3;4009:79;;;3996:93;35676:63:20;35715:11;35728:10;35676:38;:63::i;:::-;35506:17;:242::i;:::-;35493:255;35212:541;-1:-1:-1;;;;;35212:541:20:o;31801:1314::-;31931:23;31956:28;31986:24;32052:20;32075:30;:11;:28;:30::i;:::-;32052:53;;32166:65;32199:7;32208:8;32218:12;32166:32;:65::i;:::-;32153:78;;32295:24;32322:30;:11;:28;:30::i;:::-;32295:57;-1:-1:-1;32362:20:20;;32358:753;;32455:66;32503:7;32512:8;32455:47;:66::i;:::-;32438:83;-1:-1:-1;6126:59:15;;;32573:33:20;;;;;;;;:::i;:::-;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;-1:-1:-1;32573:33:20;-1:-1:-1;32559:47:20;-1:-1:-1;826:4:14;816:15;;32614:21:20;32678:427;32696:16;32692:1;:20;;;32678:427;;;32729:27;32759:63;32801:7;32810:8;32820:1;32759:41;:63::i;:::-;32729:93;-1:-1:-1;32832:14:20;32849:25;:14;32872:1;6743:16:15;;862:5;6743:16;785:5;6732:27;6692:68;6670:92;;;6555:218;32849:25:20;32832:42;;32884:110;32915:19;32944:6;32960:1;32978:13;32884:12;:110::i;:::-;33073:23;33090:6;33073:23;;:::i;:::-;;;32719:386;;32714:3;;;;;:::i;:::-;;;;32678:427;;;;32384:727;32358:753;32012:1103;;31801:1314;;;;;;;:::o;6418:1197:3:-;6540:10;6539:11;:36;;;;-1:-1:-1;6022:45:3;;6554:21;6535:95;;;6584:46;;;;;6628:1;6584:46;;;3044:25:201;3017:18;;6584:46:3;2898:177:201;6535:95:3;6698:25;6726:30;:11;:28;:30::i;:::-;6698:58;;902:1:30;6766:17:3;:38;6762:113;;;6813:62;;;;;;;;3044:25:201;;;3017:18;;6813:62:3;2898:177:201;6762:113:3;6882:24;6909:29;:11;:27;:29::i;:::-;6882:56;-1:-1:-1;7013:23:3;7039:36;7058:17;6882:56;7039:36;:::i;:::-;7013:62;;647:2:30;7085:15:3;:34;7081:107;;;7128:60;;;;;;;;3044:25:201;;;3017:18;;7128:60:3;2898:177:201;7081:107:3;7236:9;7231:380;7251:16;7247:1;:20;7231:380;;;3996:93;4044:19;:27;;;537:1:30;4043:44:3;4009:79;;;3996:93;7279:24;7340:21;;;7336:230;;7380:50;;;;;;;;;;;;;;7336:230;334:2:30;7449:16:3;:28;7445:121;;;7496:61;;;;;;;;;;;;;;7445:121;-1:-1:-1;7593:3:3;;7231:380;;5689:1683:17;5796:10;5795:11;:31;;;;-1:-1:-1;6022:45:3;;5810:16:17;5791:80;;;5835:36;;-1:-1:-1;;;5835:36:17;;5869:1;5835:36;;;3044:25:201;3017:18;;5835:36:17;2898:177:201;5791:80:17;5934:25;5962;:6;:23;:25::i;:::-;5934:53;;902:1:30;5997:17:17;:38;5993:103;;;6044:52;;-1:-1:-1;;;6044:52:17;;;;;3044:25:201;;;3017:18;;6044:52:17;2898:177:201;5993:103:17;6103:24;6130;:6;:22;:24::i;:::-;6103:51;-1:-1:-1;6224:23:17;6250:36;6269:17;6103:51;6250:36;:::i;:::-;6224:62;;647:2:30;6296:15:17;:34;6292:97;;;6339:50;;-1:-1:-1;;;6339:50:17;;;;;3044:25:201;;;3017:18;;6339:50:17;2898:177:201;6292:97:17;6448:25;6479:26;6516:9;6511:551;6531:15;6527:1;:19;6511:551;;;6604:1;6562:39;:17;:6;6577:1;6562:14;:17::i;:::-;:37;;;;;;;;:::i;:::-;;:39::i;:::-;:43;6558:459;;;6666:16;6661:1;:21;6657:82;;6691:48;;;;;;;;;;;;;;6657:82;6771:19;;;;;6558:459;;;6873:16;6869:1;:20;6865:81;;;6898:48;;;;;;;;;;;;;;6865:81;6978:20;;;;;6558:459;7044:3;;6511:551;;;;7135:16;7114:17;:37;7110:102;;7160:52;;-1:-1:-1;;;7160:52:17;;;;;3044:25:201;;;3017:18;;7160:52:17;2898:177:201;7110:102:17;7288:17;7266:18;:39;7262:105;;7314:53;;-1:-1:-1;;;7314:53:17;;;;;3044:25:201;;;3017:18;;7314:53:17;2898:177:201;7262:105:17;5753:1619;;;;;5689:1683;;:::o;20632:676:29:-;25186:53;;;;;;14992:19:201;;;15027:12;;;15020:28;;;25159:12:29;15064::201;;;15057:28;;;25186:53:29;;;;;;;;;;15101:12:201;;;;25186:53:29;;;20923:29;20955:55;20969:18;20989:20;20955:13;:55::i;:::-;20923:87;;21016:25;21044:55;21058:18;21078:20;21044:13;:55::i;:::-;21135:16;;;21149:1;21135:16;;;;;;;;;21016:83;;-1:-1:-1;21106:26:29;;21135:16;;;;;;;;;;;;-1:-1:-1;21135:16:29;21106:45;;21190:7;21157:9;21167:1;21157:12;;;;;;;;:::i;:::-;;;;;;;;;;;:41;;;;1147:69;;;-1:-1:-1;;;1147:69:29;;;4658:92:201;-1:-1:-1;;;4766:11:201;;;4759:100;1198:17:29;4875:12:201;;;4868:101;1147:69:29;;;;;;;;;;4985:12:201;;1147:69:29;;21205:98;;1139:78;;;:::i;:::-;21235:9;21246:11;21259:15;21276:12;1324:66;21205:19;:98::i;:::-;20834:474;;;;20632:676;;;;;;:::o;4933:268:27:-;5033:16;;;5047:1;5033:16;;;;;;;;;5004:26;;5033:16;;;;;;;;;;;-1:-1:-1;5033:16:27;5004:45;;5088:10;5055:9;5065:1;5055:12;;;;;;;;:::i;:::-;;;;;;;;;;;:44;;;;1047:74;;;-1:-1:-1;;;1047:74:27;;;4658:92:201;-1:-1:-1;;;4766:11:201;;;4759:100;1098:22:27;4875:12:201;;;4868:101;1047:74:27;;;;;;;;;;4985:12:201;;1047:74:27;;5106:90;;1039:83;;;:::i;:::-;5141:9;5152:1;5173:6;5155:26;;;;;;13067:14:201;13060:22;13055:3;13051:32;13039:45;;13109:1;13100:11;;12916:201;5155:26:27;;;;-1:-1:-1;;5155:26:27;;;;;;;;;1234:66;5106:24;:90::i;10062:255:28:-;10158:16;;;10172:1;10158:16;;;;;;;;;10129:26;;10158:16;;;;;;;;;;;-1:-1:-1;10158:16:28;10129:45;;10213:7;10180:9;10190:1;10180:12;;;;;;;;:::i;:::-;;;;;;;;;;;:41;;;;1047:73;;;-1:-1:-1;;;1047:73:28;;;4658:92:201;-1:-1:-1;;;4766:11:201;;;4759:100;1098:21:28;4875:12:201;;;4868:101;1047:73:28;;;;;;;;;;4985:12:201;;1047:73:28;;10228:84;;1039:82;;;:::i;:::-;10283:28;;13275:66:201;13263:79;;10283:28:28;;;13251:92:201;10269:9:28;;10280:1;;13359:12:201;;10283:28:28;;;;;;;;;;;;10228:30;:84::i;4302:369:26:-;4442:16;;;4456:1;4442:16;;;;;;;;;4383:22;;4413:26;;4442:16;;;;;;;;;;;;-1:-1:-1;4442:16:26;4413:45;;4497:10;4464:9;4474:1;4464:12;;;;;;;;:::i;:::-;;;;;;:44;;;;;4515:18;4536:49;4562:8;4572:9;4583:1;4536:25;:49::i;:::-;4515:70;;4599:66;:44;4620:5;4627:1;4630:5;:12;4599:20;:44::i;:::-;:64;:66::i;5689:282::-;5815:16;;;5829:1;5815:16;;;;;;;;;5786:26;;5815:16;;;;;;;;;;;-1:-1:-1;5815:16:26;5786:45;;5870:10;5837:9;5847:1;5837:12;;;;;;;;:::i;:::-;;;;;;:44;;;;;5888:78;5914:8;5924:9;5935:1;5938:27;5958:5;5938:18;:27::i;:::-;5888:25;:78::i;:::-;5780:191;5689:282;;;:::o;49619:191:20:-;49721:7;49785;49794:8;49768:35;;;;;;;;;:::i;:::-;;;;-1:-1:-1;;49768:35:20;;;;;;;;;49758:46;;49768:35;49758:46;;;;41226:22;49751:53;;49619:191;-1:-1:-1;;;49619:191:20:o;50636:242::-;50732:7;;;50771:84;50791:10;50787:14;;:1;:14;50771:84;;;50816:32;3996:93:3;4044:19;:27;;;537:1:30;4043:44:3;4009:79;;;3996:93;50816:32:20;;:::i;:::-;;-1:-1:-1;50803:3:20;;;;:::i;:::-;;;;50771:84;;;-1:-1:-1;50867:6:20;50636:242;-1:-1:-1;;;50636:242:20:o;8796:790:19:-;8894:14;8930:2;8920:6;:12;8916:112;;8989:2;8980:6;:11;8962:29;;;;9011:2;9001:12;;;;;;:::i;:::-;;;;8916:112;-1:-1:-1;9208:21:19;;9204:1;9192:14;;9188:42;9356:2;:11;;;9438:22;;;9434:148;;;9563:1;9547:14;9543:22;9537:29;9533:1;9518:13;9514:21;9510:57;9502:6;9499:69;9489:79;;8910:676;8796:790;;;;;:::o;4319:171:3:-;4393:7;537:1:30;1247:13;1259:1;334:2;1247:13;:::i;:::-;1246:30;;;;:::i;:::-;4415:70:3;;;;;4319:171;-1:-1:-1;4319:171:3:o;47636:360:20:-;47762:12;47786:6;47796:1;47786:11;47782:26;;-1:-1:-1;47799:9:20;;;;;;;;;-1:-1:-1;47799:9:20;;;;47782:26;47849:16;47868:41;47891:7;47900:8;47868:22;:41::i;:::-;47849:60;;47922:69;47953:8;47971:6;47987:1;47922:12;:69::i;:::-;47915:76;;;47636:360;;;;;;:::o;5098:173:3:-;5172:7;537:1:30;1597;;1577:13;1589:1;334:2;1577:13;:::i;:::-;:17;;;;:::i;:::-;:21;;;;:::i;:::-;1576:38;;;;:::i;:::-;5208:11:3;5187:79;5200:65;;5187:79;;5098:173;-1:-1:-1;;5098:173:3:o;52752:301:20:-;52873:13;52965:82;52996:48;53026:7;53035:8;52996:29;:48::i;:::-;4572:21:19;;4466:137;51555:274:20;51699:7;51804;51813:8;51787:35;;;;;;;;;:::i;:::-;;;;;;;;;;;;;51777:46;;;;;;51756:17;51749:25;;51729:45;;;41298:34;51729:45;:94;51721:103;;51714:110;;51555:274;;;;;:::o;5933:2374:19:-;6050:10;;6046:1537;;6203:2;6193:6;:12;6189:122;;6266:2;6257:6;:11;6239:29;;;;6290:2;6280:12;;;;;;:::i;:::-;;;;6189:122;6401:10;;6397:1180;;6609:2;:11;;;6483:21;6667:22;;;6663:133;;;-1:-1:-1;;;1080:1:31;1067:14;;1045:37;1043:40;6663:133:19;;;-1:-1:-1;;;1080:1:31;1067:14;;1045:37;1043:40;6663:133:19;6979:14;6973:21;6969:1;6961:6;6957:14;6953:42;7226:4;7222:9;7206:13;7200:20;7196:36;7127:4;7115:10;7111:21;7054:192;7027:13;7007:251;;7317:13;7307:6;:23;7303:36;;7332:7;;;;7303:36;-1:-1:-1;7480:1:19;7462:19;;;;;7535:23;;;;;7493:30;6397:1180;7612:253;7629:2;7619:6;:12;7612:253;;7723:21;;7701:44;;7798:1;7780:19;;;;-1:-1:-1;;7838:12:19;;;;7826:2;7809:19;7612:253;;;7933:10;;7929:374;;7953:12;-1:-1:-1;;1080:1:31;1067:14;;1045:37;1043:40;8235:20:19;;8150:21;;8146:32;;8257:9;;8231:36;8095:184;8052:237;;-1:-1:-1;5933:2374:19;;;;:::o;4700:171:3:-;4773:7;537:1:30;1425;1409:13;1421:1;334:2;1409:13;:::i;3948:206:17:-;4018:10;4108:19;:27;;;4139:1;4107:33;4086:6;4061:82;4078:63;;4061:82;;;;;;;;;:::i;3195:520:1:-;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:1:o;3312:401::-;3610:18;3596:10;:32;;;;;;;;:::i;:::-;;3592:121;;-1:-1:-1;3643:2:1;;3195:520;-1:-1:-1;;3195:520:1:o;3592:121::-;-1:-1:-1;3707:1:1;;3195:520;-1:-1:-1;;3195:520:1:o;3592:121::-;3270:445;3195:520;;;:::o;25435:388:29:-;25743:32;;25777:34;;25561:29;;2377:5:15;;;785;2408:39;;;;2390:58;2489:23;2474:39;;;;2456:58;25721:91:29;2236:344:15;25988:234:29;26114:12;26165:18;26194:20;26141:76;;;;;;;;;:::i;:::-;;;;;;;;;;;;;26134:83;;25988:234;;;;:::o;12721:3002:20:-;12994:7;12978:75;13003:8;13013:10;13025:14;13041:11;12978:75;;;;;;;;;:::i;:::-;;;;;;;;-1:-1:-1;;;13118:7:20;:35;;;13163:7;13114:62;13314:22;13339:24;13355:7;13339:15;:24::i;:::-;13314:49;;13374:9;13369:340;13389:5;:12;13385:1;:16;13369:340;;;13416:9;13438:5;13444:1;13438:8;;;;;;;;:::i;:::-;;;;;;;13416:31;;13459:33;343:6:32;13459:4:20;:14;;;;;:33;;;;:::i;:::-;13455:248;;;13504:190;;;;;3392:35:4;;;;;13504:47:20;;:190;;13563:7;;13582:8;;13602:10;;13624:14;;13650:11;;13673;;13504:190;;;:::i;:::-;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;13455:248;-1:-1:-1;13403:3:20;;;;:::i;:::-;;;;13369:340;;;;13772:26;13801:59;13842:7;13851:8;13801:40;:59::i;:::-;13772:88;-1:-1:-1;13866:21:20;826:4:14;816:15;;13866:54:20;;13926:149;13964:18;13998:1;14022:13;14051:10;:17;13926:13;:149::i;:::-;14175:1;14142:30;:11;:28;:30::i;:::-;:34;14138:1174;;;14261:33;14297:66;14345:7;14354:8;14297:47;:66::i;:::-;579:28:19;;;14261:102:20;-1:-1:-1;826:4:14;816:15;;14537:47:20;;14693:27;14728:25;14766:7;14761:545;14779:30;:11;:28;:30::i;:::-;14775:1;:34;;;14761:545;;;14845:63;14887:7;14896:8;14906:1;14845:41;:63::i;:::-;14823:85;-1:-1:-1;14938:25:20;:14;14961:1;6743:16:15;;862:5;6743:16;785:5;6732:27;6692:68;6670:92;;;6555:218;14938:25:20;14918:45;;14973:170;15015:19;15054:1;15082:13;15115:17;14973:13;:170::i;:::-;15153:34;15170:17;15153:34;;:::i;:::-;;-1:-1:-1;15284:3:20;;14761:545;;;;14178:1134;;;14138:1174;15386:9;15381:338;15401:5;:12;15397:1;:16;15381:338;;;15428:9;15450:5;15456:1;15450:8;;;;;;;;:::i;:::-;;;;;;;15428:31;;15471:32;437:6:32;15471:4:20;:14;;;;;:32;;;;:::i;:::-;15467:246;;;15515:189;;;;;3392:35:4;;;;;15515:46:20;;:189;;15573:7;;15592:8;;15612:10;;15634:14;;15660:11;;15683;;15515:189;;;:::i;:::-;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;15467:246;-1:-1:-1;15415:3:20;;;;:::i;:::-;;;;15381:338;;22277:355;22449:178;22483:7;22508:8;22538:63;22577:11;22590:10;22538:38;:63::i;:::-;22616:4;22449:16;:178::i;:::-;22277:355;;;;;:::o;12274:451:24:-;12434:21;12458:17;:15;:17::i;:::-;12434:41;-1:-1:-1;12510:4:24;-1:-1:-1;;;;;12485:30:24;;;12481:240;;12525:78;12554:7;12563:8;12573:17;12592:10;12525:28;:78::i;:::-;12481:240;;;12624:90;;;;;-1:-1:-1;;;;;12624:40:24;;;;;:90;;12665:7;;12674:8;;12684:17;;12703:10;;12624:90;;;:::i;:::-;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;36221:522:20;36357:12;36481:257;36520:79;36562:7;36571:8;36581:17;36520:41;:79::i;:::-;36617:93;36692:17;36617:66;36665:7;36674:8;36617:47;:66::i;:::-;:74;6743:16:15;;862:5;6743:16;785:5;6732:27;6692:68;6670:92;;;6555:218;36617:93:20;36728:1;36481:12;:257::i;2022:570:18:-;2113:5;2211:3;2202:5;:12;;:34;;;;;2225:4;:11;2218:3;:18;;2202:34;2196:85;;2264:4;2270:5;2277:3;2246:35;;;;;;;;;;;;;:::i;2196:85::-;2349:4;2339:15;;2396:17;2408:5;2339:15;2396:17;:::i;:::-;;-1:-1:-1;2419:12:18;2434:11;2440:5;2434:3;:11;:::i;:::-;643:17;2570:15;2562:3;2550:15;;;;2549:37;;;;;;-1:-1:-1;;;;;2022:570:18:o;40037:220:34:-;40103:24;40135:30;40168:32;40186:6;40194:2;40198:1;40168:17;:32::i;39736:222:35:-;39800:12;39890:6;39914:39;39890:6;39947:2;39951:1;39914:17;:39::i;23322:737:20:-;23573:36;23612:66;23660:7;23669:8;23612:47;:66::i;:::-;23573:105;-1:-1:-1;23684:26:20;23720:49;23573:105;23751:17;6743:16:15;;862:5;6743:16;785:5;6732:27;6692:68;6670:92;;;6555:218;23720:49:20;23684:86;;23777:277;23831:7;23856:8;23891:17;23934:1;23956:19;23989:4;24025:22;23777:36;:277::i;4903:665:19:-;5315:4;5309:11;5356:4;5344:17;;-1:-1:-1;;5234:14:19;5403:26;;;5234:14;5230:28;5375:4;5368:63;5475:6;5467;5460:22;5493:51;5498:14;5514:6;5522;5530:13;5493:4;:51::i;52184:230:20:-;52305:7;52389;52398:8;52372:35;;;;;;;;;:::i;:::-;;;;-1:-1:-1;;52372:35:20;;;;;;;;;52362:46;;52372:35;52362:46;;;;41389:40;52335:73;;52184:230;-1:-1:-1;;;52184:230:20:o;4372:342:28:-;4488:16;;;4502:1;4488:16;;;;;;;;;4429:22;;4459:26;;4488:16;;;;;;;;;;;;-1:-1:-1;4488:16:28;4459:45;;4543:7;4510:9;4520:1;4510:12;;;;;;;;:::i;:::-;;;;;;;;;;;:41;;;;1047:73;;;-1:-1:-1;;;1047:73:28;;;4658:92:201;-1:-1:-1;;;4766:11:201;;;4759:100;1098:21:28;4875:12:201;;;4868:101;1047:73:28;;;;;;;;;;4985:12:201;;1047:73:28;;-1:-1:-1;;4579:49:28;;1039:82;;;:::i;:::-;4615:9;4626:1;4579:25;:49::i;:::-;4558:70;;4642:66;:44;4663:5;4670:1;4673:5;:12;4642:20;:44::i;2891:136:4:-;2961:4;3013:9;2980:42;;2999:9;2981:15;2991:4;3790:26;;;3660:162;2981:15;:27;2980:42;;;2973:49;;2891:136;;;;:::o;1373:2326:19:-;1486:10;;1482:1491;;1639:2;1629:6;:12;1625:122;;1702:2;1693:6;:11;1675:29;;;;1726:2;1716:12;;;;;;:::i;:::-;;;;1625:122;1837:10;;1833:1134;;2045:2;:11;;;1919:21;-1:-1:-1;;1080:1:31;1067:14;;1045:37;1043:40;2077:31:19;;2277:1;2269:6;2265:14;2313:4;2302:9;2298:20;2290:28;;2368:13;2362:20;2351:9;2347:36;2329:54;;2616:4;2612:9;2595:14;2589:21;2585:37;2516:4;2504:10;2500:21;2443:193;2415:14;2395:253;;2707:13;2697:6;:23;2693:36;;2722:7;;;;2693:36;-1:-1:-1;2870:1:19;2852:19;;;;;2883:30;;;;2925:23;;1833:1134;3003:253;3020:2;3010:6;:12;3003:253;;3115:20;;3092:44;;3189:1;3171:19;;;;3217:2;3200:19;;;;-1:-1:-1;;3229:12:19;3003:253;;;3324:10;;3320:375;;3344:12;-1:-1:-1;;1080:1:31;1067:14;;1045:37;1043:40;3626:21:19;;3542:20;;3538:31;;3649:9;;3622:37;3487:184;3443:238;;-1:-1:-1;1373:2326:19;;;;:::o;16359:1506:20:-;16480:16;16499:59;16540:7;16549:8;16499:40;:59::i;:::-;16480:78;;16660:7;16616:100;16679:8;16696:5;16709:4;16616:100;;;;;;;;:::i;:::-;;;;;;;;-1:-1:-1;;;16781:7:20;:35;;;16777:62;;16826:7;;;16777:62;16984:22;17009:24;17025:7;17009:15;:24::i;:::-;16984:49;;17044:9;17039:328;17059:5;:12;17055:1;:16;17039:328;;;17086:9;17108:5;17114:1;17108:8;;;;;;;;:::i;:::-;;;;;;;17086:31;;17129:41;548:6:32;17129:4:20;:14;;;;;:41;;;;:::i;:::-;17125:236;;;17182:170;;;;;3392:35:4;;;;;17182:54:20;;:170;;17258:7;;17287:8;;17314:5;;17337:4;;17182:170;;;:::i;:::-;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;17125:236;-1:-1:-1;17073:3:20;;;;:::i;:::-;;;;17039:328;;;;17416:70;17448:8;17466:5;17416:70;;17479:4;17416:13;:70::i;:::-;17540:9;17535:326;17555:5;:12;17551:1;:16;17535:326;;;17582:9;17604:5;17610:1;17604:8;;;;;;;;:::i;:::-;;;;;;;17582:31;;17625:40;657:6:32;17625:4:20;:14;;;;;:40;;;;:::i;:::-;17621:234;;;17677:169;;;;;3392:35:4;;;;;17677:53:20;;:169;;17752:7;;17781:8;;17808:5;;17831:4;;17677:169;;;:::i;:::-;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;17621:234;-1:-1:-1;17569:3:20;;;;:::i;:::-;;;;17535:326;;27809:790;28068:36;28107:66;28155:7;28164:8;28107:47;:66::i;:::-;28068:105;-1:-1:-1;28179:26:20;28215:49;28068:105;28246:17;6743:16:15;;862:5;6743:16;785:5;6732:27;6692:68;6670:92;;;6555:218;28215:49:20;28179:86;;28303:291;28357:7;28382:8;28417:17;28467:19;28508:1;28523:10;28565:22;28303:36;:291::i;2631:1127:36:-;2751:22;2781:21;2805;:11;2946:3:18;2924:25;;2850:104;2805:21:36;2781:45;-1:-1:-1;643:17:18;3187:38;;2832:20:36;2994:11;3187:38:18;2994:11:36;2979:26;;;;:::i;:::-;;2965:40;;3114:4;3108:11;3099:20;;3157:4;3150:5;3146:16;3217:2;3204:11;3200:20;3186:12;3182:39;3176:4;3169:53;3265:11;3258:5;3251:26;3308:1;3285:463;3324:11;3321:1;3318:18;3285:463;;;3718:20;;3697:42;;3676:64;;3590:31;;;;3503:4;3485:23;;;;3411:1;3404:9;3285:463;;;3289:28;;3066:688;;;2631:1127;;;;;:::o;784:1339::-;956:12;;909:17;;934:19;997:26;1012:11;956:12;997:26;:::i;:::-;974:49;;1391:4;1385:11;;-1:-1:-1;1434:4:36;1424:15;;-1:-1:-1;;5234:14:19;1481:32:36;;;5234:14:19;5230:28;1453:4:36;1446:69;1557:12;1551:4;1544:26;1601:1;1671:4;1664:5;1660:16;1578:535;1691:11;1688:1;1685:18;1578:535;;;2084:19;;2063:41;;2041:64;;1957:31;;;;1778:1;1771:9;;;;;1870:4;1852:23;1578:535;;43119:3949:20;-1:-1:-1;;;43516:7:20;:35;;;43512:161;;-1:-1:-1;;;43623:7:20;43656;43639:25;;;;;;9802:19:201;;9846:2;9837:12;;9642:213;43512:161:20;43679:27;43709:49;:22;43740:17;6743:16:15;;862:5;6743:16;785:5;6732:27;6692:68;6670:92;;;6555:218;43709:49:20;43679:79;;43764:26;43829:4;:11;43815;43793:33;;:19;:33;;;;:::i;:::-;:47;;;;:::i;:::-;43764:76;;44112:18;44089:19;:41;;:98;;;;-1:-1:-1;44168:19:20;44134:30;44153:11;44134:16;:30;:::i;:::-;:53;;;;44089:98;44085:218;;;44204:92;;;;;20155:12:201;20194:15;;;44204:92:20;;;20176:34:201;20246:15;;;20226:18;;;20219:43;20298:15;;20278:18;;;20271:43;20118:18;;44204:92:20;19949:371:201;44085:218:20;44409:19;44390:16;:38;;;44386:140;;;44445:74;;;;;;;;20498:25:201;;;20571:12;20559:25;;20539:18;;;20532:53;20471:18;;44445:74:20;20325:266:201;44386:140:20;44565:35;44603:72;:22;44637:17;44656:18;44603:33;:72::i;:::-;44565:110;-1:-1:-1;44734:32:20;;;:13;44874:107;44892:17;44888:21;;:1;:21;;;44874:107;;;44937:33;:22;44968:1;6743:16:15;;862:5;6743:16;785:5;6732:27;6692:68;6670:92;;;6555:218;44937:33:20;44928:42;;;;44911:3;;44874:107;;;;45103:7;45050:228;45130:8;45162:5;45191:11;45228:21;45265:4;45050:228;;;;;;;;;;:::i;:::-;;;;;;;;44682:603;45431:22;45456:24;45472:7;45456:15;:24::i;:::-;45431:49;;45491:9;45486:485;45506:5;:12;45502:1;:16;45486:485;;;45533:9;45555:5;45561:1;45555:8;;;;;;;;:::i;:::-;;;;;;;45533:31;;45576:42;770:6:32;45576:4:20;:14;;;;;:42;;;;:::i;:::-;45572:393;;;3392:35:4;;;;-1:-1:-1;;;;;45630:55:20;;45707:7;45736:8;45775:17;45822:16;45863:11;45902:21;45941:4;45630:326;;;;;;;;;;;;;;;;;;;;;:::i;:::-;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;45572:393;-1:-1:-1;45520:3:20;;;;:::i;:::-;;;;45486:485;;;;46056:18;46033:19;:41;46029:248;;46084:31;46118:48;46148:7;46157:8;46118:29;:48::i;:::-;579:28:19;;;-1:-1:-1;46029:248:20;46334:27;46364:61;46388:7;46397:8;46407:17;46364:23;:61::i;:::-;46334:91;;46433:92;46465:19;46494:16;46433:92;;46518:4;46433:13;:92::i;:::-;46326:206;46586:9;46581:483;46601:5;:12;46597:1;:16;46581:483;;;46628:9;46650:5;46656:1;46650:8;;;;;;;;:::i;:::-;;;;;;;46628:31;;46671:41;881:6:32;46671:4:20;:14;;;;;:41;;;;:::i;:::-;46667:391;;;3392:35:4;;;;-1:-1:-1;;;;;46724:54:20;;46800:7;46829:8;46868:17;46915:16;46956:11;46995:21;47034:4;46724:325;;;;;;;;;;;;;;;;;;;;;:::i;:::-;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;46667:391;-1:-1:-1;46615:3:20;;;;:::i;:::-;;;;46581:483;;;;43362:3706;;;;43119:3949;;;;;;;:::o;850:162:19:-;939:68;945:14;961:6;826:4:14;816:15;;995:4:19;:11;939:5;:68::i;7139:1488:15:-;7265:13;933:16;7290:25;;7286:97;;;7332:44;;;;;;;;3044:25:201;;;3017:18;;7332:44:15;2898:177:201;7286:97:15;7445:13;6126:59;;;6743:16;;;862:5;6743:16;785:5;6732:27;6692:68;;;6670:92;;7708:38;;;7704:192;;7791:19;7773:15;:37;7758:52;;;;7704:192;;;7872:15;7850:19;:37;7835:52;;;;7704:192;-1:-1:-1;8212:16:15;785:5;862;8079:16;;;;8068:27;8204:35;;;8518:5;8357:26;8338:45;;;;8337:61;;;8499:24;;;;8528:34;;;;;8498:65;;-1:-1:-1;7139:1488:15;;;;;:::o;14:332:201:-;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;543:208;623:20;;-1:-1:-1;;;;;672:54:201;;662:65;;652:93;;741:1;738;731:12;756:316;874:6;882;935:2;923:9;914:7;910:23;906:32;903:52;;;951:1;948;941:12;903:52;987:9;974:23;964:33;;1016:50;1062:2;1051:9;1047:18;1016:50;:::i;:::-;1006:60;;756:316;;;;;:::o;1077:375::-;1148:8;1158:6;1212:3;1205:4;1197:6;1193:17;1189:27;1179:55;;1230:1;1227;1220:12;1179:55;-1:-1:-1;1253:20:201;;1296:18;1285:30;;1282:50;;;1328:1;1325;1318:12;1282:50;1365:4;1357:6;1353:17;1341:29;;1425:3;1418:4;1408:6;1405:1;1401:14;1393:6;1389:27;1385:38;1382:47;1379:67;;;1442:1;1439;1432:12;1379:67;1077:375;;;;;:::o;1457:1205::-;1756:6;1764;1772;1780;1788;1796;1804;1812;1865:3;1853:9;1844:7;1840:23;1836:33;1833:53;;;1882:1;1879;1872:12;1833:53;1918:9;1905:23;1895:33;;1975:2;1964:9;1960:18;1947:32;1937:42;;2026:2;2015:9;2011:18;1998:32;1988:42;;2077:2;2066:9;2062:18;2049:32;2039:42;;2132:3;2121:9;2117:19;2104:33;2156:18;2197:2;2189:6;2186:14;2183:34;;;2213:1;2210;2203:12;2183:34;2252:78;2322:7;2313:6;2302:9;2298:22;2252:78;:::i;:::-;2349:8;;-1:-1:-1;2226:104:201;-1:-1:-1;2437:3:201;2422:19;;2409:33;;-1:-1:-1;2454:16:201;;;2451:36;;;2483:1;2480;2473:12;2451:36;;2522:80;2594:7;2583:8;2572:9;2568:24;2522:80;:::i;:::-;1457:1205;;;;-1:-1:-1;1457:1205:201;;-1:-1:-1;1457:1205:201;;;;;;2621:8;-1:-1:-1;;;1457:1205:201:o;3080:473::-;3205:6;3213;3221;3274:2;3262:9;3253:7;3249:23;3245:32;3242:52;;;3290:1;3287;3280:12;3242:52;3326:9;3313:23;3303:33;;3355:50;3401:2;3390:9;3386:18;3355:50;:::i;:::-;3345:60;;3455:2;3444:9;3440:18;3427:32;3499:4;3492:5;3488:16;3481:5;3478:27;3468:55;;3519:1;3516;3509:12;3468:55;3542:5;3532:15;;;3080:473;;;;;:::o;3558:250::-;3643:1;3653:113;3667:6;3664:1;3661:13;3653:113;;;3743:11;;;3737:18;3724:11;;;3717:39;3689:2;3682:10;3653:113;;;-1:-1:-1;;3800:1:201;3782:16;;3775:27;3558:250::o;3813:330::-;3855:3;3893:5;3887:12;3920:6;3915:3;3908:19;3936:76;4005:6;3998:4;3993:3;3989:14;3982:4;3975:5;3971:16;3936:76;:::i;:::-;4057:2;4045:15;-1:-1:-1;;4041:88:201;4032:98;;;;4132:4;4028:109;;3813:330;-1:-1:-1;;3813:330:201:o;4148:322::-;4356:6;4345:9;4338:25;4399:2;4394;4383:9;4379:18;4372:30;4319:4;4419:45;4460:2;4449:9;4445:18;4437:6;4419:45;:::i;5008:357::-;5126:12;;5173:4;5162:16;;;5156:23;;5126:12;5191:16;;5188:171;;;-1:-1:-1;;5265:4:201;5261:17;;;;5258:1;5254:25;5250:98;5239:110;;5008:357;-1:-1:-1;5008:357:201:o;5583:287::-;5712:3;5750:6;5744:13;5766:66;5825:6;5820:3;5813:4;5805:6;5801:17;5766:66;:::i;:::-;5848:16;;;;;5583:287;-1:-1:-1;;5583:287:201:o;5875:184::-;-1:-1:-1;;;5924:1:201;5917:88;6024:4;6021:1;6014:15;6048:4;6045:1;6038:15;6064:334;6135:2;6129:9;6191:2;6181:13;;-1:-1:-1;;6177:86:201;6165:99;;6294:18;6279:34;;6315:22;;;6276:62;6273:88;;;6341:18;;:::i;:::-;6377:2;6370:22;6064:334;;-1:-1:-1;6064:334:201:o;6403:1602::-;6541:9;6575:18;6616:2;6608:6;6605:14;6602:40;;;6622:18;;:::i;:::-;6668:6;6665:1;6661:14;6694:4;6718:28;6742:2;6738;6734:11;6718:28;:::i;:::-;6780:19;;;6850:14;;;;6815:12;;;;6887:14;6876:26;;6873:46;;;6915:1;6912;6905:12;6873:46;6939:5;6953:1019;6969:6;6964:3;6961:15;6953:1019;;;7055:3;7042:17;7091:2;7078:11;7075:19;7072:109;;;7135:1;7164:2;7160;7153:14;7072:109;7204:23;;7250:4;7294:14;7281:11;;;7277:32;7267:130;;7351:1;7380:2;7376;7369:14;7267:130;7433:2;7420:16;7459:2;7455;7452:10;7449:36;;;7465:18;;:::i;:::-;7511:110;7617:2;-1:-1:-1;;7543:2:201;7539;7535:11;7531:84;7527:93;7511:110;:::i;:::-;7498:123;;7648:2;7641:5;7634:17;7692:14;7687:2;7682;7678;7674:11;7670:20;7667:40;7664:130;;;7748:1;7777:2;7773;7766:14;7664:130;7849:2;7844;7840;7836:11;7831:2;7824:5;7820:14;7807:45;7897:1;7876:14;;;7872:23;;7865:34;7912:18;;-1:-1:-1;7950:12:201;;;;6986;;6953:1019;;;-1:-1:-1;7994:5:201;6403:1602;-1:-1:-1;;;;;;;6403:1602:201:o;8010:340::-;8187:2;8176:9;8169:21;8150:4;8207:45;8248:2;8237:9;8233:18;8225:6;8207:45;:::i;:::-;8199:53;;-1:-1:-1;;;;;8292:6:201;8288:55;8283:2;8272:9;8268:18;8261:83;8010:340;;;;;:::o;8355:184::-;-1:-1:-1;;;8404:1:201;8397:88;8504:4;8501:1;8494:15;8528:4;8525:1;8518:15;8544:125;8609:9;;;8630:10;;;8627:36;;;8643:18;;:::i;9453:184::-;-1:-1:-1;;;9502:1:201;9495:88;9602:4;9599:1;9592:15;9626:4;9623:1;9616:15;9860:464;10106:66;10098:6;10094:79;10083:9;10076:98;10210:6;10205:2;10194:9;10190:18;10183:34;10253:2;10248;10237:9;10233:18;10226:30;10057:4;10273:45;10314:2;10303:9;10299:18;10291:6;10273:45;:::i;10582:862::-;10744:4;10773:2;10813;10802:9;10798:18;10843:2;10832:9;10825:21;10866:6;10901;10895:13;10932:6;10924;10917:22;10970:2;10959:9;10955:18;10948:25;;11032:2;11022:6;11019:1;11015:14;11004:9;11000:30;10996:39;10982:53;;11070:2;11062:6;11058:15;11091:1;11101:314;11115:6;11112:1;11109:13;11101:314;;;11204:66;11192:9;11184:6;11180:22;11176:95;11171:3;11164:108;11295:40;11328:6;11319;11313:13;11295:40;:::i;:::-;11285:50;-1:-1:-1;11393:12:201;;;;11358:15;;;;11137:1;11130:9;11101:314;;;-1:-1:-1;11432:6:201;;10582:862;-1:-1:-1;;;;;;;10582:862:201:o;11702:277::-;11769:6;11822:2;11810:9;11801:7;11797:23;11793:32;11790:52;;;11838:1;11835;11828:12;11790:52;11870:9;11864:16;11923:5;11916:13;11909:21;11902:5;11899:32;11889:60;;11945:1;11942;11935:12;12357:175;12394:3;12438:4;12431:5;12427:16;12467:4;12458:7;12455:17;12452:43;;12475:18;;:::i;:::-;12524:1;12511:15;;12357:175;-1:-1:-1;;12357:175:201:o;12727:184::-;-1:-1:-1;;;12776:1:201;12769:88;12876:4;12873:1;12866:15;12900:4;12897:1;12890:15;13382:639;13632:6;13627:3;13620:19;13602:3;13658:2;13691;13686:3;13682:12;13723:6;13717:13;13788:2;13780:6;13776:15;13809:1;13819:175;13833:6;13830:1;13827:13;13819:175;;;13896:13;;13882:28;;13932:14;;;;13969:15;;;;13855:1;13848:9;13819:175;;;-1:-1:-1;14010:5:201;;13382:639;-1:-1:-1;;;;;;;13382:639:201:o;14026:195::-;14065:3;-1:-1:-1;;14089:5:201;14086:77;14083:103;;14166:18;;:::i;:::-;-1:-1:-1;14213:1:201;14202:13;;14026:195::o;14226:184::-;-1:-1:-1;;;14275:1:201;14268:88;14375:4;14372:1;14365:15;14399:4;14396:1;14389:15;14415:128;14482:9;;;14503:11;;;14500:37;;;14517:18;;:::i;14548:168::-;14621:9;;;14652;;14669:15;;;14663:22;;14649:37;14639:71;;14690:18;;:::i;15124:492::-;15299:3;15337:6;15331:13;15353:66;15412:6;15407:3;15400:4;15392:6;15388:17;15353:66;:::i;:::-;15482:13;;15441:16;;;;15504:70;15482:13;15441:16;15551:4;15539:17;;15504:70;:::i;:::-;15590:20;;15124:492;-1:-1:-1;;;;15124:492:201:o;15621:435::-;15674:3;15712:5;15706:12;15739:6;15734:3;15727:19;15765:4;15794:2;15789:3;15785:12;15778:19;;15831:2;15824:5;15820:14;15852:1;15862:169;15876:6;15873:1;15870:13;15862:169;;;15937:13;;15925:26;;15971:12;;;;16006:15;;;;15898:1;15891:9;15862:169;;;-1:-1:-1;16047:3:201;;15621:435;-1:-1:-1;;;;;15621:435:201:o;16061:690::-;16394:3;16383:9;16376:22;16357:4;16421:57;16473:3;16462:9;16458:19;16450:6;16421:57;:::i;:::-;16526:9;16518:6;16514:22;16509:2;16498:9;16494:18;16487:50;16560:33;16586:6;16578;16560:33;:::i;:::-;16546:47;;16629:6;16624:2;16613:9;16609:18;16602:34;16684:9;16676:6;16672:22;16667:2;16656:9;16652:18;16645:50;16712:33;16738:6;16730;16712:33;:::i;:::-;16704:41;16061:690;-1:-1:-1;;;;;;;16061:690:201:o;16756:897::-;17208:6;17197:9;17190:25;17251:3;17246:2;17235:9;17231:18;17224:31;17171:4;17278:57;17330:3;17319:9;17315:19;17307:6;17278:57;:::i;:::-;17383:9;17375:6;17371:22;17366:2;17355:9;17351:18;17344:50;17417:33;17443:6;17435;17417:33;:::i;:::-;17403:47;;17486:6;17481:2;17470:9;17466:18;17459:34;17542:9;17534:6;17530:22;17524:3;17513:9;17509:19;17502:51;17570:33;17596:6;17588;17570:33;:::i;:::-;17562:41;;;17640:6;17634:3;17623:9;17619:19;17612:35;16756:897;;;;;;;;;:::o;17658:604::-;17966:6;17955:9;17948:25;18009:3;18004:2;17993:9;17989:18;17982:31;17929:4;18036:57;18088:3;18077:9;18073:19;18065:6;18036:57;:::i;:::-;18141:4;18133:6;18129:17;18124:2;18113:9;18109:18;18102:45;18195:9;18187:6;18183:22;18178:2;18167:9;18163:18;18156:50;18223:33;18249:6;18241;18223:33;:::i;18267:360::-;18470:2;18459:9;18452:21;18433:4;18490:45;18531:2;18520:9;18516:18;18508:6;18490:45;:::i;:::-;18566:2;18551:18;;18544:34;;;;-1:-1:-1;18609:2:201;18594:18;18587:34;18482:53;18267:360;-1:-1:-1;18267:360:201:o;18632:512::-;18883:2;18872:9;18865:21;18846:4;18909:56;18961:2;18950:9;18946:18;18938:6;18909:56;:::i;:::-;19013:14;19005:6;19001:27;18996:2;18985:9;18981:18;18974:55;19077:9;19069:6;19065:22;19060:2;19049:9;19045:18;19038:50;19105:33;19131:6;19123;19105:33;:::i;:::-;19097:41;18632:512;-1:-1:-1;;;;;;18632:512:201:o;19149:616::-;19459:6;19448:9;19441:25;19502:3;19497:2;19486:9;19482:18;19475:31;19422:4;19529:57;19581:3;19570:9;19566:19;19558:6;19529:57;:::i;:::-;19634:14;19626:6;19622:27;19617:2;19606:9;19602:18;19595:55;19698:9;19690:6;19686:22;19681:2;19670:9;19666:18;19659:50;19726:33;19752:6;19744;19726:33;:::i;19770:174::-;19837:12;19869:10;;;19881;;;19865:27;;19904:11;;;19901:37;;;19918:18;;:::i;:::-;19901:37;19770:174;;;;:::o;20596:708::-;20935:3;20924:9;20917:22;20898:4;20962:57;21014:3;21003:9;20999:19;20991:6;20962:57;:::i;:::-;21067:14;21059:6;21055:27;21050:2;21039:9;21035:18;21028:55;21131:12;21123:6;21119:25;21114:2;21103:9;21099:18;21092:53;21181:6;21176:2;21165:9;21161:18;21154:34;21237:9;21229:6;21225:22;21219:3;21208:9;21204:19;21197:51;21265:33;21291:6;21283;21265:33;:::i;:::-;21257:41;20596:708;-1:-1:-1;;;;;;;;20596:708:201:o;21309:899::-;21731:6;21720:9;21713:25;21774:3;21769:2;21758:9;21754:18;21747:31;21694:4;21801:57;21853:3;21842:9;21838:19;21830:6;21801:57;:::i;:::-;21906:4;21894:17;;21889:2;21874:18;;21867:45;21931:12;21979:15;;;21974:2;21959:18;;21952:43;22032:15;;22026:3;22011:19;;22004:44;22079:3;22064:19;;22057:35;;;22129:22;;;22123:3;22108:19;;22101:51;22169:33;22133:6;22187;22169:33;:::i;:::-;22161:41;21309:899;-1:-1:-1;;;;;;;;;;21309:899:201:o","linkReferences":{}},"methodIdentifiers":{"_msgSender()":"119df25f","_msgValue()":"45ec9354","_world()":"e1af802c","registerStoreHook(bytes32,address,uint8)":"530f4b60","registerTable(bytes32,bytes32,bytes32,bytes32,string[],string[])":"0ba51f49","supportsInterface(bytes4)":"01ffc9a7","unregisterStoreHook(bytes32,address)":"05609129"},"rawMetadata":"{\"compiler\":{\"version\":\"0.8.21+commit.d9974bed\"},\"language\":\"Solidity\",\"output\":{\"abi\":[{\"inputs\":[{\"internalType\":\"uint256\",\"name\":\"length\",\"type\":\"uint256\"}],\"name\":\"FieldLayoutLib_InvalidLength\",\"type\":\"error\"},{\"inputs\":[],\"name\":\"FieldLayoutLib_StaticLengthDoesNotFitInAWord\",\"type\":\"error\"},{\"inputs\":[],\"name\":\"FieldLayoutLib_StaticLengthIsZero\",\"type\":\"error\"},{\"inputs\":[{\"internalType\":\"uint256\",\"name\":\"length\",\"type\":\"uint256\"}],\"name\":\"PackedCounter_InvalidLength\",\"type\":\"error\"},{\"inputs\":[{\"internalType\":\"uint256\",\"name\":\"length\",\"type\":\"uint256\"}],\"name\":\"SchemaLib_InvalidLength\",\"type\":\"error\"},{\"inputs\":[],\"name\":\"SchemaLib_StaticTypeAfterDynamicType\",\"type\":\"error\"},{\"inputs\":[{\"internalType\":\"bytes\",\"name\":\"data\",\"type\":\"bytes\"},{\"internalType\":\"uint256\",\"name\":\"start\",\"type\":\"uint256\"},{\"internalType\":\"uint256\",\"name\":\"end\",\"type\":\"uint256\"}],\"name\":\"Slice_OutOfBounds\",\"type\":\"error\"},{\"inputs\":[{\"internalType\":\"uint256\",\"name\":\"length\",\"type\":\"uint256\"},{\"internalType\":\"uint256\",\"name\":\"accessedIndex\",\"type\":\"uint256\"}],\"name\":\"Store_IndexOutOfBounds\",\"type\":\"error\"},{\"inputs\":[{\"internalType\":\"uint256\",\"name\":\"expected\",\"type\":\"uint256\"},{\"internalType\":\"uint256\",\"name\":\"received\",\"type\":\"uint256\"}],\"name\":\"Store_InvalidFieldNamesLength\",\"type\":\"error\"},{\"inputs\":[{\"internalType\":\"uint256\",\"name\":\"expected\",\"type\":\"uint256\"},{\"internalType\":\"uint256\",\"name\":\"received\",\"type\":\"uint256\"}],\"name\":\"Store_InvalidKeyNamesLength\",\"type\":\"error\"},{\"inputs\":[{\"internalType\":\"bytes2\",\"name\":\"expected\",\"type\":\"bytes2\"},{\"internalType\":\"ResourceId\",\"name\":\"resourceId\",\"type\":\"bytes32\"},{\"internalType\":\"string\",\"name\":\"resourceIdString\",\"type\":\"string\"}],\"name\":\"Store_InvalidResourceType\",\"type\":\"error\"},{\"inputs\":[{\"internalType\":\"uint40\",\"name\":\"startWithinField\",\"type\":\"uint40\"},{\"internalType\":\"uint40\",\"name\":\"deleteCount\",\"type\":\"uint40\"},{\"internalType\":\"uint40\",\"name\":\"fieldLength\",\"type\":\"uint40\"}],\"name\":\"Store_InvalidSplice\",\"type\":\"error\"},{\"inputs\":[{\"internalType\":\"uint256\",\"name\":\"expected\",\"type\":\"uint256\"},{\"internalType\":\"uint256\",\"name\":\"received\",\"type\":\"uint256\"}],\"name\":\"Store_InvalidValueSchemaLength\",\"type\":\"error\"},{\"inputs\":[{\"internalType\":\"ResourceId\",\"name\":\"tableId\",\"type\":\"bytes32\"},{\"internalType\":\"string\",\"name\":\"tableIdString\",\"type\":\"string\"}],\"name\":\"Store_TableAlreadyExists\",\"type\":\"error\"},{\"inputs\":[{\"internalType\":\"string\",\"name\":\"resource\",\"type\":\"string\"},{\"internalType\":\"address\",\"name\":\"caller\",\"type\":\"address\"}],\"name\":\"World_AccessDenied\",\"type\":\"error\"},{\"inputs\":[],\"name\":\"World_AlreadyInitialized\",\"type\":\"error\"},{\"inputs\":[{\"internalType\":\"bytes4\",\"name\":\"functionSelector\",\"type\":\"bytes4\"}],\"name\":\"World_CallbackNotAllowed\",\"type\":\"error\"},{\"inputs\":[{\"internalType\":\"address\",\"name\":\"delegator\",\"type\":\"address\"},{\"internalType\":\"address\",\"name\":\"delegatee\",\"type\":\"address\"}],\"name\":\"World_DelegationNotFound\",\"type\":\"error\"},{\"inputs\":[{\"internalType\":\"bytes4\",\"name\":\"functionSelector\",\"type\":\"bytes4\"}],\"name\":\"World_FunctionSelectorAlreadyExists\",\"type\":\"error\"},{\"inputs\":[{\"internalType\":\"bytes4\",\"name\":\"functionSelector\",\"type\":\"bytes4\"}],\"name\":\"World_FunctionSelectorNotFound\",\"type\":\"error\"},{\"inputs\":[{\"internalType\":\"uint256\",\"name\":\"balance\",\"type\":\"uint256\"},{\"internalType\":\"uint256\",\"name\":\"amount\",\"type\":\"uint256\"}],\"name\":\"World_InsufficientBalance\",\"type\":\"error\"},{\"inputs\":[{\"internalType\":\"address\",\"name\":\"contractAddress\",\"type\":\"address\"},{\"internalType\":\"bytes4\",\"name\":\"interfaceId\",\"type\":\"bytes4\"}],\"name\":\"World_InterfaceNotSupported\",\"type\":\"error\"},{\"inputs\":[{\"internalType\":\"ResourceId\",\"name\":\"resourceId\",\"type\":\"bytes32\"},{\"internalType\":\"string\",\"name\":\"resourceIdString\",\"type\":\"string\"}],\"name\":\"World_InvalidResourceId\",\"type\":\"error\"},{\"inputs\":[{\"internalType\":\"bytes2\",\"name\":\"expected\",\"type\":\"bytes2\"},{\"internalType\":\"ResourceId\",\"name\":\"resourceId\",\"type\":\"bytes32\"},{\"internalType\":\"string\",\"name\":\"resourceIdString\",\"type\":\"string\"}],\"name\":\"World_InvalidResourceType\",\"type\":\"error\"},{\"inputs\":[{\"internalType\":\"ResourceId\",\"name\":\"resourceId\",\"type\":\"bytes32\"},{\"internalType\":\"string\",\"name\":\"resourceIdString\",\"type\":\"string\"}],\"name\":\"World_ResourceAlreadyExists\",\"type\":\"error\"},{\"inputs\":[{\"internalType\":\"ResourceId\",\"name\":\"resourceId\",\"type\":\"bytes32\"},{\"internalType\":\"string\",\"name\":\"resourceIdString\",\"type\":\"string\"}],\"name\":\"World_ResourceNotFound\",\"type\":\"error\"},{\"inputs\":[{\"internalType\":\"address\",\"name\":\"system\",\"type\":\"address\"}],\"name\":\"World_SystemAlreadyExists\",\"type\":\"error\"},{\"inputs\":[],\"name\":\"World_UnlimitedDelegationNotAllowed\",\"type\":\"error\"},{\"anonymous\":false,\"inputs\":[{\"indexed\":true,\"internalType\":\"ResourceId\",\"name\":\"tableId\",\"type\":\"bytes32\"},{\"indexed\":false,\"internalType\":\"bytes32[]\",\"name\":\"keyTuple\",\"type\":\"bytes32[]\"},{\"indexed\":false,\"internalType\":\"bytes\",\"name\":\"staticData\",\"type\":\"bytes\"},{\"indexed\":false,\"internalType\":\"PackedCounter\",\"name\":\"encodedLengths\",\"type\":\"bytes32\"},{\"indexed\":false,\"internalType\":\"bytes\",\"name\":\"dynamicData\",\"type\":\"bytes\"}],\"name\":\"Store_SetRecord\",\"type\":\"event\"},{\"anonymous\":false,\"inputs\":[{\"indexed\":true,\"internalType\":\"ResourceId\",\"name\":\"tableId\",\"type\":\"bytes32\"},{\"indexed\":false,\"internalType\":\"bytes32[]\",\"name\":\"keyTuple\",\"type\":\"bytes32[]\"},{\"indexed\":false,\"internalType\":\"uint48\",\"name\":\"start\",\"type\":\"uint48\"},{\"indexed\":false,\"internalType\":\"uint40\",\"name\":\"deleteCount\",\"type\":\"uint40\"},{\"indexed\":false,\"internalType\":\"PackedCounter\",\"name\":\"encodedLengths\",\"type\":\"bytes32\"},{\"indexed\":false,\"internalType\":\"bytes\",\"name\":\"data\",\"type\":\"bytes\"}],\"name\":\"Store_SpliceDynamicData\",\"type\":\"event\"},{\"anonymous\":false,\"inputs\":[{\"indexed\":true,\"internalType\":\"ResourceId\",\"name\":\"tableId\",\"type\":\"bytes32\"},{\"indexed\":false,\"internalType\":\"bytes32[]\",\"name\":\"keyTuple\",\"type\":\"bytes32[]\"},{\"indexed\":false,\"internalType\":\"uint48\",\"name\":\"start\",\"type\":\"uint48\"},{\"indexed\":false,\"internalType\":\"bytes\",\"name\":\"data\",\"type\":\"bytes\"}],\"name\":\"Store_SpliceStaticData\",\"type\":\"event\"},{\"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\":[{\"internalType\":\"ResourceId\",\"name\":\"tableId\",\"type\":\"bytes32\"},{\"internalType\":\"contract IStoreHook\",\"name\":\"hookAddress\",\"type\":\"address\"},{\"internalType\":\"uint8\",\"name\":\"enabledHooksBitmap\",\"type\":\"uint8\"}],\"name\":\"registerStoreHook\",\"outputs\":[],\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"ResourceId\",\"name\":\"tableId\",\"type\":\"bytes32\"},{\"internalType\":\"FieldLayout\",\"name\":\"fieldLayout\",\"type\":\"bytes32\"},{\"internalType\":\"Schema\",\"name\":\"keySchema\",\"type\":\"bytes32\"},{\"internalType\":\"Schema\",\"name\":\"valueSchema\",\"type\":\"bytes32\"},{\"internalType\":\"string[]\",\"name\":\"keyNames\",\"type\":\"string[]\"},{\"internalType\":\"string[]\",\"name\":\"fieldNames\",\"type\":\"string[]\"}],\"name\":\"registerTable\",\"outputs\":[],\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"bytes4\",\"name\":\"interfaceId\",\"type\":\"bytes4\"}],\"name\":\"supportsInterface\",\"outputs\":[{\"internalType\":\"bool\",\"name\":\"\",\"type\":\"bool\"}],\"stateMutability\":\"pure\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"ResourceId\",\"name\":\"tableId\",\"type\":\"bytes32\"},{\"internalType\":\"contract IStoreHook\",\"name\":\"hookAddress\",\"type\":\"address\"}],\"name\":\"unregisterStoreHook\",\"outputs\":[],\"stateMutability\":\"nonpayable\",\"type\":\"function\"}],\"devdoc\":{\"details\":\"This contract provides functionality for the registration of store-related resources within the World framework.\",\"errors\":{\"SchemaLib_InvalidLength(uint256)\":[{\"details\":\"Error raised when the provided schema has an invalid length.\"}],\"SchemaLib_StaticTypeAfterDynamicType()\":[{\"details\":\"Error raised when a static type is placed after a dynamic type in a schema.\"}],\"World_AccessDenied(string,address)\":[{\"params\":{\"caller\":\"The address of the user trying to access the resource.\",\"resource\":\"The resource's identifier.\"}}],\"World_CallbackNotAllowed(bytes4)\":[{\"params\":{\"functionSelector\":\"The function selector of the disallowed callback.\"}}],\"World_DelegationNotFound(address,address)\":[{\"params\":{\"delegatee\":\"The address of the delegatee.\",\"delegator\":\"The address of the delegator.\"}}],\"World_FunctionSelectorAlreadyExists(bytes4)\":[{\"params\":{\"functionSelector\":\"The function selector in question.\"}}],\"World_FunctionSelectorNotFound(bytes4)\":[{\"params\":{\"functionSelector\":\"The function selector in question.\"}}],\"World_InsufficientBalance(uint256,uint256)\":[{\"params\":{\"amount\":\"The amount needed.\",\"balance\":\"The current balance.\"}}],\"World_InterfaceNotSupported(address,bytes4)\":[{\"params\":{\"contractAddress\":\"The address of the contract in question.\",\"interfaceId\":\"The ID of the interface.\"}}],\"World_InvalidResourceId(bytes32,string)\":[{\"params\":{\"resourceId\":\"The ID of the resource.\",\"resourceIdString\":\"The string representation of the resource ID.\"}}],\"World_InvalidResourceType(bytes2,bytes32,string)\":[{\"params\":{\"expected\":\"The expected resource type.\",\"resourceId\":\"The ID of the resource.\",\"resourceIdString\":\"The string representation of the resource ID.\"}}],\"World_ResourceAlreadyExists(bytes32,string)\":[{\"params\":{\"resourceId\":\"The ID of the resource.\",\"resourceIdString\":\"The string representation of the resource ID.\"}}],\"World_ResourceNotFound(bytes32,string)\":[{\"params\":{\"resourceId\":\"The ID of the resource.\",\"resourceIdString\":\"The string representation of the resource ID.\"}}],\"World_SystemAlreadyExists(address)\":[{\"params\":{\"system\":\"The address of the system.\"}}]},\"events\":{\"Store_SetRecord(bytes32,bytes32[],bytes,bytes32,bytes)\":{\"params\":{\"dynamicData\":\"The dynamic data of the record.\",\"encodedLengths\":\"The encoded lengths of the dynamic data of the record.\",\"keyTuple\":\"An array representing the composite key for the record.\",\"staticData\":\"The static data of the record.\",\"tableId\":\"The ID of the table where the record is set.\"}},\"Store_SpliceDynamicData(bytes32,bytes32[],uint48,uint40,bytes32,bytes)\":{\"params\":{\"data\":\"The data to insert into the dynamic data of the record at the start byte.\",\"deleteCount\":\"The number of bytes to delete in the splice operation.\",\"encodedLengths\":\"The encoded lengths of the dynamic data of the record.\",\"keyTuple\":\"An array representing the composite key for the record.\",\"start\":\"The start position in bytes for the splice operation.\",\"tableId\":\"The ID of the table where the data is spliced.\"}},\"Store_SpliceStaticData(bytes32,bytes32[],uint48,bytes)\":{\"details\":\"In static data, data is always overwritten starting at the start position, so the total length of the data remains the same and no data is shifted.\",\"params\":{\"data\":\"The data to write to the static data of the record at the start byte.\",\"keyTuple\":\"An array representing the key for the record.\",\"start\":\"The start position in bytes for the splice operation.\",\"tableId\":\"The ID of the table where the data is spliced.\"}}},\"kind\":\"dev\",\"methods\":{\"_msgSender()\":{\"returns\":{\"sender\":\"The `msg.sender` in the call to the World contract before the World routed the call to the WorldContextConsumer contract.\"}},\"_msgValue()\":{\"returns\":{\"value\":\"The `msg.value` in the call to the World contract before the World routed the call to the WorldContextConsumer contract.\"}},\"_world()\":{\"returns\":{\"_0\":\"The address of the World contract that routed the call to this WorldContextConsumer.\"}},\"registerStoreHook(bytes32,address,uint8)\":{\"details\":\"The caller must be the owner of the namespace to which the table belongs. The hook must conform to the IStoreHook interface.\",\"params\":{\"enabledHooksBitmap\":\"A bitmap indicating which hook functionalities are enabled.\",\"hookAddress\":\"The address of the storage hook contract.\",\"tableId\":\"The resource ID of the table for which the hook is being registered.\"}},\"registerTable(bytes32,bytes32,bytes32,bytes32,string[],string[])\":{\"details\":\"Registers a table with the specified configuration. If the namespace for the table does not exist, it's created. Existing namespaces require the caller to be the owner for table registration.\",\"params\":{\"fieldLayout\":\"The field layout structure for the table.\",\"fieldNames\":\"The names of the fields in the table.\",\"keyNames\":\"The names associated with the keys in the table.\",\"keySchema\":\"The schema for the keys of the table.\",\"tableId\":\"The resource ID of the table.\",\"valueSchema\":\"The schema for the values within the table.\"}},\"supportsInterface(bytes4)\":{\"params\":{\"interfaceId\":\"The ID of the interface in question.\"},\"returns\":{\"_0\":\"True if the interface is supported, false otherwise.\"}},\"unregisterStoreHook(bytes32,address)\":{\"details\":\"The caller must be the owner of the namespace to which the table belongs.\",\"params\":{\"hookAddress\":\"The address of the storage hook contract.\",\"tableId\":\"The resource ID of the table from which the hook is being unregistered.\"}}},\"title\":\"Store Registration System\",\"version\":1},\"userdoc\":{\"errors\":{\"World_AccessDenied(string,address)\":[{\"notice\":\"Raised when a user tries to access a resource they don't have permission for.\"}],\"World_AlreadyInitialized()\":[{\"notice\":\"Raised when trying to initialize an already initialized World.\"}],\"World_CallbackNotAllowed(bytes4)\":[{\"notice\":\"Raised when the World is calling itself via an external call.\"}],\"World_DelegationNotFound(address,address)\":[{\"notice\":\"Raised when the specified delegation is not found.\"}],\"World_FunctionSelectorAlreadyExists(bytes4)\":[{\"notice\":\"Raised when trying to register a function selector that already exists.\"}],\"World_FunctionSelectorNotFound(bytes4)\":[{\"notice\":\"Raised when the specified function selector is not found.\"}],\"World_InsufficientBalance(uint256,uint256)\":[{\"notice\":\"Raised when there's an insufficient balance for a particular operation.\"}],\"World_InterfaceNotSupported(address,bytes4)\":[{\"notice\":\"Raised when the specified interface is not supported by the contract.\"}],\"World_InvalidResourceId(bytes32,string)\":[{\"notice\":\"Raised when an invalid resource ID is provided.\"}],\"World_InvalidResourceType(bytes2,bytes32,string)\":[{\"notice\":\"Raised when an invalid resource type is provided.\"}],\"World_ResourceAlreadyExists(bytes32,string)\":[{\"notice\":\"Raised when trying to register a resource that already exists.\"}],\"World_ResourceNotFound(bytes32,string)\":[{\"notice\":\"Raised when the specified resource is not found.\"}],\"World_SystemAlreadyExists(address)\":[{\"notice\":\"Raised when trying to register a system that already exists.\"}],\"World_UnlimitedDelegationNotAllowed()\":[{\"notice\":\"Raised when trying to create an unlimited delegation in a context where it is not allowed, e.g. when registering a namespace fallback delegation.\"}]},\"events\":{\"Store_SetRecord(bytes32,bytes32[],bytes,bytes32,bytes)\":{\"notice\":\"Emitted when a new record is set in the store.\"},\"Store_SpliceDynamicData(bytes32,bytes32[],uint48,uint40,bytes32,bytes)\":{\"notice\":\"Emitted when dynamic data in the store is spliced.\"},\"Store_SpliceStaticData(bytes32,bytes32[],uint48,bytes)\":{\"notice\":\"Emitted when static data in the store is spliced.\"}},\"kind\":\"user\",\"methods\":{\"_msgSender()\":{\"notice\":\"Extract the `msg.sender` from the context appended to the calldata.\"},\"_msgValue()\":{\"notice\":\"Extract the `msg.value` from the context appended to the calldata.\"},\"_world()\":{\"notice\":\"Get the address of the World contract that routed the call to this WorldContextConsumer.\"},\"registerStoreHook(bytes32,address,uint8)\":{\"notice\":\"Register a storage hook for a specified table.\"},\"registerTable(bytes32,bytes32,bytes32,bytes32,string[],string[])\":{\"notice\":\"Register a table within the World framework.\"},\"supportsInterface(bytes4)\":{\"notice\":\"Checks if an interface is supported by the contract. using ERC-165 supportsInterface (see https://eips.ethereum.org/EIPS/eip-165)\"},\"unregisterStoreHook(bytes32,address)\":{\"notice\":\"Unregister a previously registered storage hook for a specified table.\"}},\"version\":1}},\"settings\":{\"compilationTarget\":{\"node_modules/@latticexyz/world/src/modules/core/implementations/StoreRegistrationSystem.sol\":\"StoreRegistrationSystem\"},\"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\":\"0xab31edce915377852bb5f29f7f2ccfc50cac087d64d2a8aae669715ad862d558\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://3187e86e43be1fbdd59df45c695294f1114aa1ac48e6445c0cb26089434be5c4\",\"dweb:/ipfs/Qmck7shMVrcKMVkgN2pC1byPY7hb3V9fTxnUcGgxAUeXYk\"]},\"node_modules/@latticexyz/store/src/FieldLayout.sol\":{\"keccak256\":\"0x2a0536cd6cecc479d0b81d5aad6380231f4d6873beadc54814d801c2036b02c0\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://e07c041e19146a9ec258cc700a450b4d49440202895eb12f3bb17508427c23ba\",\"dweb:/ipfs/QmXoqrCGDSkuFgNSMURRFdjokjREL78nLDzNaUi6rjefy9\"]},\"node_modules/@latticexyz/store/src/Hook.sol\":{\"keccak256\":\"0x045024523eb55d08ad8d13eca6185bff2988865f4aa12e3f9372029c2ecb8ddd\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://6621c53b49f8fe0557d1a1db47bfe1561801c09256948dd0652fb41541891a18\",\"dweb:/ipfs/QmZgFVCUH1pKcc9MeFyzMe1VW87SLz6c9szGwrDRUp6BZe\"]},\"node_modules/@latticexyz/store/src/IERC165.sol\":{\"keccak256\":\"0x2bbc3c43400c15a91a5cb35430a91309cb64a4d13a0a170eacec71dcf334feaf\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://f44dfc9605067de539de07a76a34bf469faa9e6dad8c192abafc2e05860c7dd2\",\"dweb:/ipfs/QmX8xgG6XWokM7YFwFZvmMhuh1uhkSjxCMD2oTHjUVdapb\"]},\"node_modules/@latticexyz/store/src/IStore.sol\":{\"keccak256\":\"0x9092b65551d0f910e5645cebb5acadb387cdd192d75fa89cd6b293bd65b28827\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://478825a6f7eff9ddab968e71e1d55ebee279d3b318f10976d9334384000059c0\",\"dweb:/ipfs/Qme7NY976woRy3RQjE4tkkiwoXnoVtTmER3PbWCSbjZ2kb\"]},\"node_modules/@latticexyz/store/src/IStoreData.sol\":{\"keccak256\":\"0xa8eade05c551aeef35c84727d7a44af239516deb2d8a0cfb7ebeb5d88c6995e5\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://5335910bd8a204abb5f4396fb911a5ee5c221bd7fa63b1cc8ae5e737c6458c6a\",\"dweb:/ipfs/QmckkCAfrNcWo3yDxoD1jCe1k4iDA2GzVDpFjJZs7W79vx\"]},\"node_modules/@latticexyz/store/src/IStoreErrors.sol\":{\"keccak256\":\"0xb9070663ded3cad82285bb7610949e422f88abb48c2ddbd792af83d127d64212\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://830490f1c888bec86df1e7ef43773d60ebdbdfdb2b91ab7fe074e2f38d7439dc\",\"dweb:/ipfs/QmS26fpXdZuGgMmjcdQDf9k1Bedn2dhjk9byFZJoNkctPZ\"]},\"node_modules/@latticexyz/store/src/IStoreEvents.sol\":{\"keccak256\":\"0xdd3104680808f975462a85cbd4fa87783ba5395797419caeeca37e8f8627a16f\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://943864b7eb16ad2047ade5a8598e85c8a4b46d1aed6aef02bfb7cee8de732b4d\",\"dweb:/ipfs/QmTEij4caToSNk15PFpubXYDy9QhwmPyP9tMXjUse2cTdv\"]},\"node_modules/@latticexyz/store/src/IStoreHook.sol\":{\"keccak256\":\"0xa6777c7868333996ad9c61a94457dcac702d8d7445a104dfdc86543d25e7470e\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://6268a16449d7529a94746d0103670dd0e38faf5117bf914fb01da9947ab44c2e\",\"dweb:/ipfs/QmaSfbx1QRA3jw2K8bGkQTw4CTGPUzNqnCJW7LwaFUJCXy\"]},\"node_modules/@latticexyz/store/src/IStoreRead.sol\":{\"keccak256\":\"0xd2180d53ecd31069b1166f170ecdcd85917ac50f45fc26fb39b49cee7ba00e37\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://1494bb0a3228e2d194bddaed4761fd3ca865979f0e3f3a53acd271143a4aa0ac\",\"dweb:/ipfs/Qmaddnzzmu99iP9dTWK9ZeByh5dZyjY9SpVnRdvyr2fBAo\"]},\"node_modules/@latticexyz/store/src/IStoreRegistration.sol\":{\"keccak256\":\"0xf448fbb2bc9c982721a43234463656da5a49cea08543e62148d54f11e1ac3e2f\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://64b3579d9b9dcd73dca2beab3d4fcf60237420945ebbb2e9f4ffcc88f4110115\",\"dweb:/ipfs/QmaW5nN3zGEriSYHncye6Nz2TkAw1oo1CyG2JuJTJrJoXg\"]},\"node_modules/@latticexyz/store/src/IStoreWrite.sol\":{\"keccak256\":\"0x8b6c7af5ee330928aebb58c8872d3944304ee10ed11f8a325b6accc4ec5df81b\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://b866d158701c7a40834bed735194b804ef219f2bbe574e2307785fff7bcf9da1\",\"dweb:/ipfs/QmXzJfZkXVfyr2RFGwDuazeVnV3UWYmQxjKZ3KzFbbe75U\"]},\"node_modules/@latticexyz/store/src/Memory.sol\":{\"keccak256\":\"0x69295976e61a1a108d1b4d6eb497b238730309f3047c4320d48e01a0ce8d4ec7\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://559c451b21fb9dd4fec27b41bef42f4362f1e7ebb7992106d548b9d4f733b3e5\",\"dweb:/ipfs/QmeSE7YTW5zUrfZYFVb2pFnDe3XxiT8XNecfwC3wfpxCRv\"]},\"node_modules/@latticexyz/store/src/PackedCounter.sol\":{\"keccak256\":\"0x44ddfa9eb8a861462c550f0a9d66c40c68acdb347a61fa765949608407a2c7fb\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://47ee957f4b19cab9e20bf5fc569c015eca13852fb3351f2a105a8be9c48204c0\",\"dweb:/ipfs/QmNkyzDobVQLoq9BtQ8HtgsPLiqnmi97EZx1wsu6wp8nKH\"]},\"node_modules/@latticexyz/store/src/ResourceId.sol\":{\"keccak256\":\"0x40983c580b8958e55db4520095934a535e98544ffe8228327e598973eb6647ed\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://839d658fa2bb2b1f09a08149d2bf0c26a26c301ad2dda8154fc99458085a695d\",\"dweb:/ipfs/Qmd5jHHYrgqraPqF8bjzT4xyjsoPk8K7pkxXLLfz6MRT6d\"]},\"node_modules/@latticexyz/store/src/Schema.sol\":{\"keccak256\":\"0x58aef318ba03f8ff8866ef70f8a30f549b150657ea699734aefe16c298956401\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://7dc104690a7e2bcf5ce1afadcd58f8ef4d639b4b92b9ad9293656235d54395f3\",\"dweb:/ipfs/QmYJJvEv5KBJ3kzf9AkgRn7Uu5dp4exGTRddf4cae1btgE\"]},\"node_modules/@latticexyz/store/src/Slice.sol\":{\"keccak256\":\"0xfaf54b1f5acccd4c6ce3f8377050ee84efbb423cb604b4651e8b9ea3b467bf32\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://acf2ce7ffec21f28ad1dc6da06c342f1212a03a3d16a0be7ee85715a5940718c\",\"dweb:/ipfs/QmTCN3NSdFg87hi7KS2Xtq7PsmRUMG64SxC8PtP3p2GzuT\"]},\"node_modules/@latticexyz/store/src/Storage.sol\":{\"keccak256\":\"0x130f0925a5bf4f732ef9758b47eca18c77d1bb34546ea9463321e9df766435a1\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://68767e3db6fd6538a4577a1c30fe03e05bf9d316cdd43a66657e93c008b76f45\",\"dweb:/ipfs/QmSZmUBSfhk3v5gNu5GgwcYuWbb1FFDKYpDKvpXVahfyTw\"]},\"node_modules/@latticexyz/store/src/StoreCore.sol\":{\"keccak256\":\"0x95b7d62d84b43777c54dd1c7d941dbb5ba0afc02c444c30cfdb1de671bbbf180\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://fe62a2fdb2a73610c3072f31b7f88ed3f9d03c1009fe0f0ef37a7eb814b23534\",\"dweb:/ipfs/QmV85zaV5HAD6eGc5N4RmdtmpR6EwkswVLQTaR2aJqsXrj\"]},\"node_modules/@latticexyz/store/src/StoreSwitch.sol\":{\"keccak256\":\"0xf132af10f960a498f49c0534027056e715f4bdcb8fbdb53ac6879c92309ab416\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://e85a09aeb7543bcd9d74b7ad319ae61e1f7f15a6a0ad9e79aff750fbd18111c7\",\"dweb:/ipfs/QmY6xgqeeaR1FsCPLmFbVgjm1D2UyrXNABKXWLfFaSmBhR\"]},\"node_modules/@latticexyz/store/src/codegen/index.sol\":{\"keccak256\":\"0xf337a5abb2d43ef00c1c200e7fbec30fc89c7c701e457ab4277194b700d2aea3\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://eccdf6158076b4e8f1b587a0310228f53323705e054a44eaa7733f38805c3ee6\",\"dweb:/ipfs/QmbXEVNTctg54dK9awdCVyAjeuUjR6ckfmmXBP8DrFmjyq\"]},\"node_modules/@latticexyz/store/src/codegen/tables/Hooks.sol\":{\"keccak256\":\"0xc5c6f807cff6b4dc486525c559ba3f7cbb034ac5895636ee64c9d01defa6a38e\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://84d3a3b3fd3afa2ab3231fd7fe981889dfb0600deec34c5d4e9c07d3187af8a5\",\"dweb:/ipfs/Qmanj7WjETqBYQXkxKLjqWs4vMp3en3N69B5MacKme5fpD\"]},\"node_modules/@latticexyz/store/src/codegen/tables/ResourceIds.sol\":{\"keccak256\":\"0xf7a9bf3e37b486377005c556cdf5b813ea1a41278b3a0349f81e3c82a2f1c789\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://92cc87add89abcb126bf3cd0b284f25065c2b9c90a49f8dba4629b28a5b87751\",\"dweb:/ipfs/QmNNBDSK5GNujERGiSUhorbmtpdD2UnGz7MqSSDasEGdub\"]},\"node_modules/@latticexyz/store/src/codegen/tables/StoreHooks.sol\":{\"keccak256\":\"0xa1186b8b6143b4a87cea1624785494398be1613cb7c6f9e57734e1cca1d5dd14\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://488c158082622689d035d7964c6ca063295e53078291c340eb6a23db08e8ff95\",\"dweb:/ipfs/QmWcjo3B5SH7jStXKAuf7qvF2ouz6syw9c7aT86PnTgRqW\"]},\"node_modules/@latticexyz/store/src/codegen/tables/Tables.sol\":{\"keccak256\":\"0xd47e1921c07fc8608157b5dc343fcef7235e891ea6a21dec1fb118a0bd797fcb\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://01a6ad068e6991994a0939f22a55245e0c7c82fc5e274da0af616286a8acfc7a\",\"dweb:/ipfs/QmPokA3pSexzZY33MMV6BGx48ZwQegdUN5AijiAfycSDxy\"]},\"node_modules/@latticexyz/store/src/constants.sol\":{\"keccak256\":\"0x9e37c64c119ef07ad914bc589ee3f6d67946ab95877978c1ee3e2c1ffae07076\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://3fad47e542025382aa28e8171253e34f93b2f149434b67a26989542d70218793\",\"dweb:/ipfs/QmW6JsKNwPc6oAMrgcikgR2EPwMUtQANiuZSQSGCd29HHC\"]},\"node_modules/@latticexyz/store/src/leftMask.sol\":{\"keccak256\":\"0xd0360567e4d77c6a8e3d8a5f4bf3653ccde4d268674c50988d55695dc6193f6f\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://53e6bcb53fcb08ee9426225fdab7c41df91e12cb4f80d92895a6117338627401\",\"dweb:/ipfs/QmeLcaPGeMBpNSTSsPYK3PHpzKuGMjuitCweAWcoXK2mXr\"]},\"node_modules/@latticexyz/store/src/storeHookTypes.sol\":{\"keccak256\":\"0x60880298016fa117ed9a43ddfd020f11d98a2d345bdcb08e5884e40df98eddd5\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://3619dfda1fd514c0fc5fb34c14d5b5aa41dd6ba6045d37d5f4c8199f3a826f81\",\"dweb:/ipfs/QmbzRBYfVa423gNzCitpGN3i2N9oeGYfinVE1jgtqxnNZX\"]},\"node_modules/@latticexyz/store/src/storeResourceTypes.sol\":{\"keccak256\":\"0xada1867ba72930fc5cf5562dd4e36de849dbac9c833b7969cb1b046a808fabf2\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://6e4b5fdcaa54f567a3f8561c2c3fbc0d68c8dad892a4a8e5418bbce8efc53d84\",\"dweb:/ipfs/QmTWbYJX1yrCqrEwUKB9rGpHdRvLNU8GCkBbxnLjGD4d2t\"]},\"node_modules/@latticexyz/store/src/tightcoder/DecodeSlice.sol\":{\"keccak256\":\"0x1af0fd984640123391ec2df855d00298504b7ce186a56c2caca769cfd9e08e04\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://7305a62318890d2cc6420ba7dec13d9f2c1cb67ac689015fc83b9cbccd0696f1\",\"dweb:/ipfs/QmR8jGNLbt64Tv1YZKRVBCVsd71oeUQFzGHHtpsrs4PuRq\"]},\"node_modules/@latticexyz/store/src/tightcoder/EncodeArray.sol\":{\"keccak256\":\"0x1c280d24360282e196d9c4833c58c2437108cea2af0ac7596f95be81389e306d\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://6b4556b6eeae9328fbd9adcce346547e823c397503276a4d63effb67e00b5b49\",\"dweb:/ipfs/QmUsynVsMYzjh8oJR8YB7SRrwFMdXcsQsHBrXxLEEFxsiB\"]},\"node_modules/@latticexyz/store/src/tightcoder/TightCoder.sol\":{\"keccak256\":\"0x5cacd4cb371e0a79bc8d64f62349d568fd8b08093c11ae0c3db4f16480d8808b\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://12b64ddf2b5c19cf68ba93a8153ed79cbafe7a91e015d4b2f25eb1d42ab06256\",\"dweb:/ipfs/QmQz5WwztcuTbSGFv2pkhU3w5scUj1gmavoyUpduxk2v3A\"]},\"node_modules/@latticexyz/store/src/version.sol\":{\"keccak256\":\"0x01029999a48b7c1d85de84cae465dd24ec126c95b8a865cd20c7ed5dfcc0f02c\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://9750164ce996badb0fd7df2f526780b9cb9558912405fe46f31064bd7c522491\",\"dweb:/ipfs/QmYf8m2ZXFANRc9ysHgNkNtSF327ccxKYjCUJ49UXBKADk\"]},\"node_modules/@latticexyz/world/src/AccessControl.sol\":{\"keccak256\":\"0x10ca29a5d7075edb2fe5cd559077fc34857129182f9d6ea074a234dfbcdb313e\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://1fe2783b7d0592d14a20b8be192dd3fa4216f8e541adea579859ea2bf1224da3\",\"dweb:/ipfs/QmTi9XDP5jsQpbqvJxPvkqyDByv7i88wKidrYnTtLdPhka\"]},\"node_modules/@latticexyz/world/src/Delegation.sol\":{\"keccak256\":\"0x09324c2d43eac847a312e1879de1019d1b6eb333d9c9e0d42c449d76f5d9fc89\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://bd6f751c31f1305ffb328b1cd4bcc3999439f63f2b8ad9a33bbebdccdf60e716\",\"dweb:/ipfs/QmRfj5xWwC3wzFr9iAQBr1pAQmLYPJhDRXyRcJpYfhDdoE\"]},\"node_modules/@latticexyz/world/src/IDelegationControl.sol\":{\"keccak256\":\"0xbf3da1c6ab38b3db62a4f4dd0235280d1fb07d8d465a145d6fd9eaf4bb4c3553\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://30205a69d660ed8de5bf34ee73ec9033737d544bc7572130c439b2467606469d\",\"dweb:/ipfs/QmUWTNdSW1bxXjaQzMUCLqBBoLYYre7CgDko4Qy12DaRNS\"]},\"node_modules/@latticexyz/world/src/IERC165.sol\":{\"keccak256\":\"0x7997ebbdee6a2493f28e7032c7a8b906ade40f807d95734e2653c8f1b023ff47\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://c8ca41bb2619bf27e5bf886d1322f0e2dffd096c49f7ae6e716541dd1e1ddce5\",\"dweb:/ipfs/Qmb8zATUWWTtiWaSLjbAe6PGnJPes9ANvEyk7pYoWR3P3Y\"]},\"node_modules/@latticexyz/world/src/ISystemHook.sol\":{\"keccak256\":\"0xb2114b6b66c0e7d8304d9e1d06aa1d0731f089daa6a0584e6cf744d9c48cf4db\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://ebbb172970b106dd4ae5a6d5e417ac75cad7529d2b94c1601e10b886d0edf510\",\"dweb:/ipfs/QmPGn4F92hjkFch6Jh2NB37EYLLfstw6JxJKUZjXBFqGCw\"]},\"node_modules/@latticexyz/world/src/IWorldContextConsumer.sol\":{\"keccak256\":\"0x22b8cb3ffcc21cb1657d57fc8ac929d2d6fdd199328e6f43ad2cb54f53dcd500\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://47c001f6b7c6d6e453c340618d23b1532078abb7d0fd7283405071e4e8ff8d2d\",\"dweb:/ipfs/QmRW3femBhqQCPwDEj4Jop2Dnd3EU21ufg7GDVwN4joCQu\"]},\"node_modules/@latticexyz/world/src/IWorldErrors.sol\":{\"keccak256\":\"0xc3e7975e5785574543229eac51e3441f4185863d7f5346c0ae08a27b4541f8a7\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://62cc0dc109e6e5475bb07fb95643a31c74337c23521db0557a36dad6117a1e83\",\"dweb:/ipfs/Qmb8jbE1XQTUdreKFr4Jw3xmjctaLuReRZjPxZKQ2uW9p4\"]},\"node_modules/@latticexyz/world/src/System.sol\":{\"keccak256\":\"0x7bece0ec86fdc458054e6db0ac4316fc98882fa3ba76b2fa107d3de5382053cd\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://d154183426723bbf133d4dc5f8d051e9521f7b7cabe63925731fa4af99379cdd\",\"dweb:/ipfs/QmZXxPGcqknGLCwTByaZFKhqvKbrfiZkywmnh8buGTC2Mc\"]},\"node_modules/@latticexyz/world/src/SystemCall.sol\":{\"keccak256\":\"0x2db3d2945cea02e3c830329c30dde0c96bb87da9d070f3545dbd7f807d2ff53a\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://ee5c3b48917527ec0f26c953f66d149bb2173d1dfd78ee00d2ceb409f3a5bd08\",\"dweb:/ipfs/QmQ7WjHbmWeEDnu2dgx7nduYBCvyVsjFksPHXxrJjZCKo9\"]},\"node_modules/@latticexyz/world/src/WorldContext.sol\":{\"keccak256\":\"0xa11d93077d94f18683f1098b69c4713a48001ae15054476135ec9569041abb9a\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://9b1d3384def68b4061c445b55602dd9cbcd4e8c58c13db5e945f284a05c1b518\",\"dweb:/ipfs/Qma5DUZrSKZUxrxiGCpyRPWMJNdHU2wu6qDEsFWEJSnLfN\"]},\"node_modules/@latticexyz/world/src/WorldResourceId.sol\":{\"keccak256\":\"0xb7bfae2890004001221b3902d185c14cfea0e606d16914f6b7f81cf112aa9417\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://acfd0d09166fc1bf16a8a5c80fbae1bd42426b2fcbab3c492bc836ea5c0375fb\",\"dweb:/ipfs/QmTzZWHVBkx8hipFVpgEwAbZpr4c6hfr7yf7R71JojT3NK\"]},\"node_modules/@latticexyz/world/src/codegen/tables/Balances.sol\":{\"keccak256\":\"0xd71faf03c782ac29483e94c2ea166fcc4e50179c7605357b1ba31bca4de29514\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://099db3f65835e395450f49119c4211b8394f2783ded4aa86eac32b3ca951f662\",\"dweb:/ipfs/QmV9FEcdDnCLbEoiAzAWYwN66P1Wf2bgkbicHNnBXD7Xrd\"]},\"node_modules/@latticexyz/world/src/codegen/tables/FunctionSelectors.sol\":{\"keccak256\":\"0x873f8d46f75ec8a85c392aa7cf2dd3f2183684dadde18b7dfca12643ab6249ed\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://1eaf7aeee1487c967ce419db0e96abd1cb8f6b75670009f2cac26dda94caec81\",\"dweb:/ipfs/QmXs5wmrwP23g3LNPP6J3NPgemu85VVQvx8rfHz2RFXRtk\"]},\"node_modules/@latticexyz/world/src/codegen/tables/FunctionSignatures.sol\":{\"keccak256\":\"0x63f3d68775ad36b709d47f8a222dcee9244923b5665e94cd15ab966a7a92bee8\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://3e9e11fc3de65b6681e86971da4645f3054a5a37d58bdd5b90bc9c07c2b5e9eb\",\"dweb:/ipfs/QmehdJcmH1buEMdnGpbi8sY1c1mUV4jMhq6bRLMPGBnyAB\"]},\"node_modules/@latticexyz/world/src/codegen/tables/NamespaceDelegationControl.sol\":{\"keccak256\":\"0x47c6d188f39a85b50f066151cb48d987454e845f1629685300613fdb502505a0\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://abeba0002051f60f81c1e29dbf627db4aed8da11483ec8d860a362b4bfbf4c08\",\"dweb:/ipfs/Qmc4RNYgBma9repACLdN1hpjPmEbsFKWXL8B42KaBAZvtc\"]},\"node_modules/@latticexyz/world/src/codegen/tables/NamespaceOwner.sol\":{\"keccak256\":\"0xb0b7c13673a1629118cb0c3c341380fa6d4795c9b7cf6a6c73443750f1a3b34d\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://b3c8eb44785f61c0470273cac40a228ae458b74f48d2bff8faf8915861fc49ac\",\"dweb:/ipfs/QmUF52hgGCL9TMyTQqrxGVharwfFgKNsCpD3VNqfbhid9X\"]},\"node_modules/@latticexyz/world/src/codegen/tables/ResourceAccess.sol\":{\"keccak256\":\"0xe2a4e6a75ffda6971c16e9218a0f076d5b89572d37780cd4c2375a2de683fd60\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://f04dbdf5295c0ddbda4ba0eb5fdebd84dce2ff3fe86d34681f71522bcb0e6e93\",\"dweb:/ipfs/QmUMkPg1vhSz2zVweN5bqtWbUCj3UQKZPgYfBkQ3QGS7gF\"]},\"node_modules/@latticexyz/world/src/codegen/tables/SystemHooks.sol\":{\"keccak256\":\"0xd069f1f65243ffcc3ace23804851bc902c5e58d525b962575a659e47aa76236b\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://4f86b3d93b5bcf81e0d3da0abbd6fc3924be59e7c8d147cfeb3307108431f6a3\",\"dweb:/ipfs/QmRrkBXGsdtbo28xznUWUuqNUGyfAbu1kadKGjL7n6KiKb\"]},\"node_modules/@latticexyz/world/src/codegen/tables/SystemRegistry.sol\":{\"keccak256\":\"0x8318ead6bf21b8f1e9f231d73634034511d74c1a979246df9f9cda8f349b644d\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://b705a942046bb24fdbf0a5f4b365e33ab724d26bc158e7458ef5f262f72b5bae\",\"dweb:/ipfs/Qme63b3DKKizKumysUGVFH8Q9h6cHnHBFM2Kdsxh2p6SWN\"]},\"node_modules/@latticexyz/world/src/codegen/tables/Systems.sol\":{\"keccak256\":\"0x3bf40b7e71a1953f21b447975ec1a850994a250325fdb88489d24175cf8440d9\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://7fc1d4ce3096dfbd5510d2558d6fcae01ede446032ae232bd3e8656071e21ef1\",\"dweb:/ipfs/QmNSmK5Mt7tt5isSuo216vVnn6rHBprYjz9Sdodf8YRPAy\"]},\"node_modules/@latticexyz/world/src/codegen/tables/UserDelegationControl.sol\":{\"keccak256\":\"0xffc8c2aa8115f5e7200638c21772a2f4eec283fd33a877d02a9b906614badb70\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://4df5c66e27c4a778c2ba7ce26d48652ee6f7740f0440aae9021d76aee66a2ecd\",\"dweb:/ipfs/QmWLY9GVbxHerTUJwWaNBjAWXKF7cxm2GLietVi6L5kS15\"]},\"node_modules/@latticexyz/world/src/constants.sol\":{\"keccak256\":\"0x07faffa7dc4a2adc4f9bfe93d5a59a7dd89241d360996537608e38f61c2d0588\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://b96d4ce331b257a24de2f18503a11b986ed32d218810db9d5e3e7eddc17c2218\",\"dweb:/ipfs/Qme7Cw4RN1eaFWt2j3hk6ZMB7GWUfMY5oyZKYfMvAVxdBc\"]},\"node_modules/@latticexyz/world/src/modules/core/constants.sol\":{\"keccak256\":\"0x35b32faf971caa7aefecae3c8b1a1cd2e78ff350c2109263b2f199cdaec96488\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://0c149042b448fd88260abde657931370697b35ab8e338920f0c5e5b9e83c74ab\",\"dweb:/ipfs/QmZYAsp3xtCmoNRnYaeFyXwkvYuraa3XpTBqD5Hj83NJP4\"]},\"node_modules/@latticexyz/world/src/modules/core/implementations/StoreRegistrationSystem.sol\":{\"keccak256\":\"0xff42b8b669583d22885bc685be3a50498452300757e585a5bb2ad6a8ad07ee71\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://246f2255ef9a6688e128f7f8ce3fe223fb7c053ebc2c8111c1626a04f7ffb53c\",\"dweb:/ipfs/Qmd2MHASghbm3ThMej7MkuQig9nSAMJ2rRyeRkvZJQAyGH\"]},\"node_modules/@latticexyz/world/src/modules/core/implementations/WorldRegistrationSystem.sol\":{\"keccak256\":\"0xcdeaab34a28a43960f7fb673d92575af98aa7b36d8210a8e6e95197d14a827cd\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://329d675cf7281638cfa8fa348e5e24700049c590e088353d64e88dad861c0cef\",\"dweb:/ipfs/QmSZMYFSLknMga7UgX1H2tuuXayDYJhEnngbfLRBfVTu3f\"]},\"node_modules/@latticexyz/world/src/requireInterface.sol\":{\"keccak256\":\"0x5c5e5c8f1fa4780a7b1ca759f7ce63dd4165a5b2a7f64c8fcb8f06bd8917ace6\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://f6d37ed25ed4471dc336681c959153cdb4cb16c209142ca5edbc6d9293669fd2\",\"dweb:/ipfs/QmQLAbkk7jxN68QcHV9KgiCbsvxDm9rKmLJQWME6DBZEpw\"]},\"node_modules/@latticexyz/world/src/revertWithBytes.sol\":{\"keccak256\":\"0x16795bdbfd7956d733df9ada1030ee7a1a714e3b9da5899149a7b07568c4af55\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://7a71128b4989e78215d5fc57dae8c2f84c6b5e503c159178c0df6f642b8228df\",\"dweb:/ipfs/QmNYTfBe62SdGESZ32fxME72CbAxEqk4j79jBT7655C4u7\"]},\"node_modules/@latticexyz/world/src/systemHookTypes.sol\":{\"keccak256\":\"0xdd201aa30700e70c35c1d4e50c375e511d798961183c8531f947c2d15969debb\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://d9c165b1beb7c1d3f75107407c34a5b3424ec8cb322d494892bceed23323ffb9\",\"dweb:/ipfs/QmdH8rtgJaENsMc6HodAbahKg7PiZUJwoZufnHCw3TwrBx\"]},\"node_modules/@latticexyz/world/src/worldResourceTypes.sol\":{\"keccak256\":\"0xe31ee781596541f60ed71ef327c9d26ffc899e7fb3f4991c67406518bfc00746\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://f7b864fea8c77833a322b16c4673f110d5065d0cafcedecd07895699cf4258c2\",\"dweb:/ipfs/QmRkzXVjMLwQFWxjEjgfdXVPAp6SU4zfxPo4NJcmz8HwH9\"]}},\"version\":1}","metadata":{"compiler":{"version":"0.8.21+commit.d9974bed"},"language":"Solidity","output":{"abi":[{"inputs":[{"internalType":"uint256","name":"length","type":"uint256"}],"type":"error","name":"FieldLayoutLib_InvalidLength"},{"inputs":[],"type":"error","name":"FieldLayoutLib_StaticLengthDoesNotFitInAWord"},{"inputs":[],"type":"error","name":"FieldLayoutLib_StaticLengthIsZero"},{"inputs":[{"internalType":"uint256","name":"length","type":"uint256"}],"type":"error","name":"PackedCounter_InvalidLength"},{"inputs":[{"internalType":"uint256","name":"length","type":"uint256"}],"type":"error","name":"SchemaLib_InvalidLength"},{"inputs":[],"type":"error","name":"SchemaLib_StaticTypeAfterDynamicType"},{"inputs":[{"internalType":"bytes","name":"data","type":"bytes"},{"internalType":"uint256","name":"start","type":"uint256"},{"internalType":"uint256","name":"end","type":"uint256"}],"type":"error","name":"Slice_OutOfBounds"},{"inputs":[{"internalType":"uint256","name":"length","type":"uint256"},{"internalType":"uint256","name":"accessedIndex","type":"uint256"}],"type":"error","name":"Store_IndexOutOfBounds"},{"inputs":[{"internalType":"uint256","name":"expected","type":"uint256"},{"internalType":"uint256","name":"received","type":"uint256"}],"type":"error","name":"Store_InvalidFieldNamesLength"},{"inputs":[{"internalType":"uint256","name":"expected","type":"uint256"},{"internalType":"uint256","name":"received","type":"uint256"}],"type":"error","name":"Store_InvalidKeyNamesLength"},{"inputs":[{"internalType":"bytes2","name":"expected","type":"bytes2"},{"internalType":"ResourceId","name":"resourceId","type":"bytes32"},{"internalType":"string","name":"resourceIdString","type":"string"}],"type":"error","name":"Store_InvalidResourceType"},{"inputs":[{"internalType":"uint40","name":"startWithinField","type":"uint40"},{"internalType":"uint40","name":"deleteCount","type":"uint40"},{"internalType":"uint40","name":"fieldLength","type":"uint40"}],"type":"error","name":"Store_InvalidSplice"},{"inputs":[{"internalType":"uint256","name":"expected","type":"uint256"},{"internalType":"uint256","name":"received","type":"uint256"}],"type":"error","name":"Store_InvalidValueSchemaLength"},{"inputs":[{"internalType":"ResourceId","name":"tableId","type":"bytes32"},{"internalType":"string","name":"tableIdString","type":"string"}],"type":"error","name":"Store_TableAlreadyExists"},{"inputs":[{"internalType":"string","name":"resource","type":"string"},{"internalType":"address","name":"caller","type":"address"}],"type":"error","name":"World_AccessDenied"},{"inputs":[],"type":"error","name":"World_AlreadyInitialized"},{"inputs":[{"internalType":"bytes4","name":"functionSelector","type":"bytes4"}],"type":"error","name":"World_CallbackNotAllowed"},{"inputs":[{"internalType":"address","name":"delegator","type":"address"},{"internalType":"address","name":"delegatee","type":"address"}],"type":"error","name":"World_DelegationNotFound"},{"inputs":[{"internalType":"bytes4","name":"functionSelector","type":"bytes4"}],"type":"error","name":"World_FunctionSelectorAlreadyExists"},{"inputs":[{"internalType":"bytes4","name":"functionSelector","type":"bytes4"}],"type":"error","name":"World_FunctionSelectorNotFound"},{"inputs":[{"internalType":"uint256","name":"balance","type":"uint256"},{"internalType":"uint256","name":"amount","type":"uint256"}],"type":"error","name":"World_InsufficientBalance"},{"inputs":[{"internalType":"address","name":"contractAddress","type":"address"},{"internalType":"bytes4","name":"interfaceId","type":"bytes4"}],"type":"error","name":"World_InterfaceNotSupported"},{"inputs":[{"internalType":"ResourceId","name":"resourceId","type":"bytes32"},{"internalType":"string","name":"resourceIdString","type":"string"}],"type":"error","name":"World_InvalidResourceId"},{"inputs":[{"internalType":"bytes2","name":"expected","type":"bytes2"},{"internalType":"ResourceId","name":"resourceId","type":"bytes32"},{"internalType":"string","name":"resourceIdString","type":"string"}],"type":"error","name":"World_InvalidResourceType"},{"inputs":[{"internalType":"ResourceId","name":"resourceId","type":"bytes32"},{"internalType":"string","name":"resourceIdString","type":"string"}],"type":"error","name":"World_ResourceAlreadyExists"},{"inputs":[{"internalType":"ResourceId","name":"resourceId","type":"bytes32"},{"internalType":"string","name":"resourceIdString","type":"string"}],"type":"error","name":"World_ResourceNotFound"},{"inputs":[{"internalType":"address","name":"system","type":"address"}],"type":"error","name":"World_SystemAlreadyExists"},{"inputs":[],"type":"error","name":"World_UnlimitedDelegationNotAllowed"},{"inputs":[{"internalType":"ResourceId","name":"tableId","type":"bytes32","indexed":true},{"internalType":"bytes32[]","name":"keyTuple","type":"bytes32[]","indexed":false},{"internalType":"bytes","name":"staticData","type":"bytes","indexed":false},{"internalType":"PackedCounter","name":"encodedLengths","type":"bytes32","indexed":false},{"internalType":"bytes","name":"dynamicData","type":"bytes","indexed":false}],"type":"event","name":"Store_SetRecord","anonymous":false},{"inputs":[{"internalType":"ResourceId","name":"tableId","type":"bytes32","indexed":true},{"internalType":"bytes32[]","name":"keyTuple","type":"bytes32[]","indexed":false},{"internalType":"uint48","name":"start","type":"uint48","indexed":false},{"internalType":"uint40","name":"deleteCount","type":"uint40","indexed":false},{"internalType":"PackedCounter","name":"encodedLengths","type":"bytes32","indexed":false},{"internalType":"bytes","name":"data","type":"bytes","indexed":false}],"type":"event","name":"Store_SpliceDynamicData","anonymous":false},{"inputs":[{"internalType":"ResourceId","name":"tableId","type":"bytes32","indexed":true},{"internalType":"bytes32[]","name":"keyTuple","type":"bytes32[]","indexed":false},{"internalType":"uint48","name":"start","type":"uint48","indexed":false},{"internalType":"bytes","name":"data","type":"bytes","indexed":false}],"type":"event","name":"Store_SpliceStaticData","anonymous":false},{"inputs":[],"stateMutability":"view","type":"function","name":"_msgSender","outputs":[{"internalType":"address","name":"sender","type":"address"}]},{"inputs":[],"stateMutability":"pure","type":"function","name":"_msgValue","outputs":[{"internalType":"uint256","name":"value","type":"uint256"}]},{"inputs":[],"stateMutability":"view","type":"function","name":"_world","outputs":[{"internalType":"address","name":"","type":"address"}]},{"inputs":[{"internalType":"ResourceId","name":"tableId","type":"bytes32"},{"internalType":"contract IStoreHook","name":"hookAddress","type":"address"},{"internalType":"uint8","name":"enabledHooksBitmap","type":"uint8"}],"stateMutability":"nonpayable","type":"function","name":"registerStoreHook"},{"inputs":[{"internalType":"ResourceId","name":"tableId","type":"bytes32"},{"internalType":"FieldLayout","name":"fieldLayout","type":"bytes32"},{"internalType":"Schema","name":"keySchema","type":"bytes32"},{"internalType":"Schema","name":"valueSchema","type":"bytes32"},{"internalType":"string[]","name":"keyNames","type":"string[]"},{"internalType":"string[]","name":"fieldNames","type":"string[]"}],"stateMutability":"nonpayable","type":"function","name":"registerTable"},{"inputs":[{"internalType":"bytes4","name":"interfaceId","type":"bytes4"}],"stateMutability":"pure","type":"function","name":"supportsInterface","outputs":[{"internalType":"bool","name":"","type":"bool"}]},{"inputs":[{"internalType":"ResourceId","name":"tableId","type":"bytes32"},{"internalType":"contract IStoreHook","name":"hookAddress","type":"address"}],"stateMutability":"nonpayable","type":"function","name":"unregisterStoreHook"}],"devdoc":{"kind":"dev","methods":{"_msgSender()":{"returns":{"sender":"The `msg.sender` in the call to the World contract before the World routed the call to the WorldContextConsumer contract."}},"_msgValue()":{"returns":{"value":"The `msg.value` in the call to the World contract before the World routed the call to the WorldContextConsumer contract."}},"_world()":{"returns":{"_0":"The address of the World contract that routed the call to this WorldContextConsumer."}},"registerStoreHook(bytes32,address,uint8)":{"details":"The caller must be the owner of the namespace to which the table belongs. The hook must conform to the IStoreHook interface.","params":{"enabledHooksBitmap":"A bitmap indicating which hook functionalities are enabled.","hookAddress":"The address of the storage hook contract.","tableId":"The resource ID of the table for which the hook is being registered."}},"registerTable(bytes32,bytes32,bytes32,bytes32,string[],string[])":{"details":"Registers a table with the specified configuration. If the namespace for the table does not exist, it's created. Existing namespaces require the caller to be the owner for table registration.","params":{"fieldLayout":"The field layout structure for the table.","fieldNames":"The names of the fields in the table.","keyNames":"The names associated with the keys in the table.","keySchema":"The schema for the keys of the table.","tableId":"The resource ID of the table.","valueSchema":"The schema for the values within the table."}},"supportsInterface(bytes4)":{"params":{"interfaceId":"The ID of the interface in question."},"returns":{"_0":"True if the interface is supported, false otherwise."}},"unregisterStoreHook(bytes32,address)":{"details":"The caller must be the owner of the namespace to which the table belongs.","params":{"hookAddress":"The address of the storage hook contract.","tableId":"The resource ID of the table from which the hook is being unregistered."}}},"version":1},"userdoc":{"kind":"user","methods":{"_msgSender()":{"notice":"Extract the `msg.sender` from the context appended to the calldata."},"_msgValue()":{"notice":"Extract the `msg.value` from the context appended to the calldata."},"_world()":{"notice":"Get the address of the World contract that routed the call to this WorldContextConsumer."},"registerStoreHook(bytes32,address,uint8)":{"notice":"Register a storage hook for a specified table."},"registerTable(bytes32,bytes32,bytes32,bytes32,string[],string[])":{"notice":"Register a table within the World framework."},"supportsInterface(bytes4)":{"notice":"Checks if an interface is supported by the contract. using ERC-165 supportsInterface (see https://eips.ethereum.org/EIPS/eip-165)"},"unregisterStoreHook(bytes32,address)":{"notice":"Unregister a previously registered storage hook for a specified table."}},"version":1}},"settings":{"remappings":["@latticexyz/=node_modules/@latticexyz/","ds-test/=node_modules/ds-test/src/","forge-std/=node_modules/forge-std/src/"],"optimizer":{"enabled":true,"runs":3000},"metadata":{"bytecodeHash":"none"},"compilationTarget":{"node_modules/@latticexyz/world/src/modules/core/implementations/StoreRegistrationSystem.sol":"StoreRegistrationSystem"},"evmVersion":"paris","libraries":{}},"sources":{"node_modules/@latticexyz/schema-type/src/solidity/SchemaType.sol":{"keccak256":"0x770eff7a38b9b7b1613dc11ca09db4f28b42a117c9b39b2a06a650a58a250bdb","urls":["bzz-raw://39f544110658a53def52c2a4e33b8b158b95a4f14fccea58d5268b6e728d86d4","dweb:/ipfs/QmTesj6tjSFbfAiKUitXapdNYWPStS8bLkB3r22qfyHwUC"],"license":"MIT"},"node_modules/@latticexyz/store/src/Bytes.sol":{"keccak256":"0xab31edce915377852bb5f29f7f2ccfc50cac087d64d2a8aae669715ad862d558","urls":["bzz-raw://3187e86e43be1fbdd59df45c695294f1114aa1ac48e6445c0cb26089434be5c4","dweb:/ipfs/Qmck7shMVrcKMVkgN2pC1byPY7hb3V9fTxnUcGgxAUeXYk"],"license":"MIT"},"node_modules/@latticexyz/store/src/FieldLayout.sol":{"keccak256":"0x2a0536cd6cecc479d0b81d5aad6380231f4d6873beadc54814d801c2036b02c0","urls":["bzz-raw://e07c041e19146a9ec258cc700a450b4d49440202895eb12f3bb17508427c23ba","dweb:/ipfs/QmXoqrCGDSkuFgNSMURRFdjokjREL78nLDzNaUi6rjefy9"],"license":"MIT"},"node_modules/@latticexyz/store/src/Hook.sol":{"keccak256":"0x045024523eb55d08ad8d13eca6185bff2988865f4aa12e3f9372029c2ecb8ddd","urls":["bzz-raw://6621c53b49f8fe0557d1a1db47bfe1561801c09256948dd0652fb41541891a18","dweb:/ipfs/QmZgFVCUH1pKcc9MeFyzMe1VW87SLz6c9szGwrDRUp6BZe"],"license":"MIT"},"node_modules/@latticexyz/store/src/IERC165.sol":{"keccak256":"0x2bbc3c43400c15a91a5cb35430a91309cb64a4d13a0a170eacec71dcf334feaf","urls":["bzz-raw://f44dfc9605067de539de07a76a34bf469faa9e6dad8c192abafc2e05860c7dd2","dweb:/ipfs/QmX8xgG6XWokM7YFwFZvmMhuh1uhkSjxCMD2oTHjUVdapb"],"license":"MIT"},"node_modules/@latticexyz/store/src/IStore.sol":{"keccak256":"0x9092b65551d0f910e5645cebb5acadb387cdd192d75fa89cd6b293bd65b28827","urls":["bzz-raw://478825a6f7eff9ddab968e71e1d55ebee279d3b318f10976d9334384000059c0","dweb:/ipfs/Qme7NY976woRy3RQjE4tkkiwoXnoVtTmER3PbWCSbjZ2kb"],"license":"MIT"},"node_modules/@latticexyz/store/src/IStoreData.sol":{"keccak256":"0xa8eade05c551aeef35c84727d7a44af239516deb2d8a0cfb7ebeb5d88c6995e5","urls":["bzz-raw://5335910bd8a204abb5f4396fb911a5ee5c221bd7fa63b1cc8ae5e737c6458c6a","dweb:/ipfs/QmckkCAfrNcWo3yDxoD1jCe1k4iDA2GzVDpFjJZs7W79vx"],"license":"MIT"},"node_modules/@latticexyz/store/src/IStoreErrors.sol":{"keccak256":"0xb9070663ded3cad82285bb7610949e422f88abb48c2ddbd792af83d127d64212","urls":["bzz-raw://830490f1c888bec86df1e7ef43773d60ebdbdfdb2b91ab7fe074e2f38d7439dc","dweb:/ipfs/QmS26fpXdZuGgMmjcdQDf9k1Bedn2dhjk9byFZJoNkctPZ"],"license":"MIT"},"node_modules/@latticexyz/store/src/IStoreEvents.sol":{"keccak256":"0xdd3104680808f975462a85cbd4fa87783ba5395797419caeeca37e8f8627a16f","urls":["bzz-raw://943864b7eb16ad2047ade5a8598e85c8a4b46d1aed6aef02bfb7cee8de732b4d","dweb:/ipfs/QmTEij4caToSNk15PFpubXYDy9QhwmPyP9tMXjUse2cTdv"],"license":"MIT"},"node_modules/@latticexyz/store/src/IStoreHook.sol":{"keccak256":"0xa6777c7868333996ad9c61a94457dcac702d8d7445a104dfdc86543d25e7470e","urls":["bzz-raw://6268a16449d7529a94746d0103670dd0e38faf5117bf914fb01da9947ab44c2e","dweb:/ipfs/QmaSfbx1QRA3jw2K8bGkQTw4CTGPUzNqnCJW7LwaFUJCXy"],"license":"MIT"},"node_modules/@latticexyz/store/src/IStoreRead.sol":{"keccak256":"0xd2180d53ecd31069b1166f170ecdcd85917ac50f45fc26fb39b49cee7ba00e37","urls":["bzz-raw://1494bb0a3228e2d194bddaed4761fd3ca865979f0e3f3a53acd271143a4aa0ac","dweb:/ipfs/Qmaddnzzmu99iP9dTWK9ZeByh5dZyjY9SpVnRdvyr2fBAo"],"license":"MIT"},"node_modules/@latticexyz/store/src/IStoreRegistration.sol":{"keccak256":"0xf448fbb2bc9c982721a43234463656da5a49cea08543e62148d54f11e1ac3e2f","urls":["bzz-raw://64b3579d9b9dcd73dca2beab3d4fcf60237420945ebbb2e9f4ffcc88f4110115","dweb:/ipfs/QmaW5nN3zGEriSYHncye6Nz2TkAw1oo1CyG2JuJTJrJoXg"],"license":"MIT"},"node_modules/@latticexyz/store/src/IStoreWrite.sol":{"keccak256":"0x8b6c7af5ee330928aebb58c8872d3944304ee10ed11f8a325b6accc4ec5df81b","urls":["bzz-raw://b866d158701c7a40834bed735194b804ef219f2bbe574e2307785fff7bcf9da1","dweb:/ipfs/QmXzJfZkXVfyr2RFGwDuazeVnV3UWYmQxjKZ3KzFbbe75U"],"license":"MIT"},"node_modules/@latticexyz/store/src/Memory.sol":{"keccak256":"0x69295976e61a1a108d1b4d6eb497b238730309f3047c4320d48e01a0ce8d4ec7","urls":["bzz-raw://559c451b21fb9dd4fec27b41bef42f4362f1e7ebb7992106d548b9d4f733b3e5","dweb:/ipfs/QmeSE7YTW5zUrfZYFVb2pFnDe3XxiT8XNecfwC3wfpxCRv"],"license":"MIT"},"node_modules/@latticexyz/store/src/PackedCounter.sol":{"keccak256":"0x44ddfa9eb8a861462c550f0a9d66c40c68acdb347a61fa765949608407a2c7fb","urls":["bzz-raw://47ee957f4b19cab9e20bf5fc569c015eca13852fb3351f2a105a8be9c48204c0","dweb:/ipfs/QmNkyzDobVQLoq9BtQ8HtgsPLiqnmi97EZx1wsu6wp8nKH"],"license":"MIT"},"node_modules/@latticexyz/store/src/ResourceId.sol":{"keccak256":"0x40983c580b8958e55db4520095934a535e98544ffe8228327e598973eb6647ed","urls":["bzz-raw://839d658fa2bb2b1f09a08149d2bf0c26a26c301ad2dda8154fc99458085a695d","dweb:/ipfs/Qmd5jHHYrgqraPqF8bjzT4xyjsoPk8K7pkxXLLfz6MRT6d"],"license":"MIT"},"node_modules/@latticexyz/store/src/Schema.sol":{"keccak256":"0x58aef318ba03f8ff8866ef70f8a30f549b150657ea699734aefe16c298956401","urls":["bzz-raw://7dc104690a7e2bcf5ce1afadcd58f8ef4d639b4b92b9ad9293656235d54395f3","dweb:/ipfs/QmYJJvEv5KBJ3kzf9AkgRn7Uu5dp4exGTRddf4cae1btgE"],"license":"MIT"},"node_modules/@latticexyz/store/src/Slice.sol":{"keccak256":"0xfaf54b1f5acccd4c6ce3f8377050ee84efbb423cb604b4651e8b9ea3b467bf32","urls":["bzz-raw://acf2ce7ffec21f28ad1dc6da06c342f1212a03a3d16a0be7ee85715a5940718c","dweb:/ipfs/QmTCN3NSdFg87hi7KS2Xtq7PsmRUMG64SxC8PtP3p2GzuT"],"license":"MIT"},"node_modules/@latticexyz/store/src/Storage.sol":{"keccak256":"0x130f0925a5bf4f732ef9758b47eca18c77d1bb34546ea9463321e9df766435a1","urls":["bzz-raw://68767e3db6fd6538a4577a1c30fe03e05bf9d316cdd43a66657e93c008b76f45","dweb:/ipfs/QmSZmUBSfhk3v5gNu5GgwcYuWbb1FFDKYpDKvpXVahfyTw"],"license":"MIT"},"node_modules/@latticexyz/store/src/StoreCore.sol":{"keccak256":"0x95b7d62d84b43777c54dd1c7d941dbb5ba0afc02c444c30cfdb1de671bbbf180","urls":["bzz-raw://fe62a2fdb2a73610c3072f31b7f88ed3f9d03c1009fe0f0ef37a7eb814b23534","dweb:/ipfs/QmV85zaV5HAD6eGc5N4RmdtmpR6EwkswVLQTaR2aJqsXrj"],"license":"MIT"},"node_modules/@latticexyz/store/src/StoreSwitch.sol":{"keccak256":"0xf132af10f960a498f49c0534027056e715f4bdcb8fbdb53ac6879c92309ab416","urls":["bzz-raw://e85a09aeb7543bcd9d74b7ad319ae61e1f7f15a6a0ad9e79aff750fbd18111c7","dweb:/ipfs/QmY6xgqeeaR1FsCPLmFbVgjm1D2UyrXNABKXWLfFaSmBhR"],"license":"MIT"},"node_modules/@latticexyz/store/src/codegen/index.sol":{"keccak256":"0xf337a5abb2d43ef00c1c200e7fbec30fc89c7c701e457ab4277194b700d2aea3","urls":["bzz-raw://eccdf6158076b4e8f1b587a0310228f53323705e054a44eaa7733f38805c3ee6","dweb:/ipfs/QmbXEVNTctg54dK9awdCVyAjeuUjR6ckfmmXBP8DrFmjyq"],"license":"MIT"},"node_modules/@latticexyz/store/src/codegen/tables/Hooks.sol":{"keccak256":"0xc5c6f807cff6b4dc486525c559ba3f7cbb034ac5895636ee64c9d01defa6a38e","urls":["bzz-raw://84d3a3b3fd3afa2ab3231fd7fe981889dfb0600deec34c5d4e9c07d3187af8a5","dweb:/ipfs/Qmanj7WjETqBYQXkxKLjqWs4vMp3en3N69B5MacKme5fpD"],"license":"MIT"},"node_modules/@latticexyz/store/src/codegen/tables/ResourceIds.sol":{"keccak256":"0xf7a9bf3e37b486377005c556cdf5b813ea1a41278b3a0349f81e3c82a2f1c789","urls":["bzz-raw://92cc87add89abcb126bf3cd0b284f25065c2b9c90a49f8dba4629b28a5b87751","dweb:/ipfs/QmNNBDSK5GNujERGiSUhorbmtpdD2UnGz7MqSSDasEGdub"],"license":"MIT"},"node_modules/@latticexyz/store/src/codegen/tables/StoreHooks.sol":{"keccak256":"0xa1186b8b6143b4a87cea1624785494398be1613cb7c6f9e57734e1cca1d5dd14","urls":["bzz-raw://488c158082622689d035d7964c6ca063295e53078291c340eb6a23db08e8ff95","dweb:/ipfs/QmWcjo3B5SH7jStXKAuf7qvF2ouz6syw9c7aT86PnTgRqW"],"license":"MIT"},"node_modules/@latticexyz/store/src/codegen/tables/Tables.sol":{"keccak256":"0xd47e1921c07fc8608157b5dc343fcef7235e891ea6a21dec1fb118a0bd797fcb","urls":["bzz-raw://01a6ad068e6991994a0939f22a55245e0c7c82fc5e274da0af616286a8acfc7a","dweb:/ipfs/QmPokA3pSexzZY33MMV6BGx48ZwQegdUN5AijiAfycSDxy"],"license":"MIT"},"node_modules/@latticexyz/store/src/constants.sol":{"keccak256":"0x9e37c64c119ef07ad914bc589ee3f6d67946ab95877978c1ee3e2c1ffae07076","urls":["bzz-raw://3fad47e542025382aa28e8171253e34f93b2f149434b67a26989542d70218793","dweb:/ipfs/QmW6JsKNwPc6oAMrgcikgR2EPwMUtQANiuZSQSGCd29HHC"],"license":"MIT"},"node_modules/@latticexyz/store/src/leftMask.sol":{"keccak256":"0xd0360567e4d77c6a8e3d8a5f4bf3653ccde4d268674c50988d55695dc6193f6f","urls":["bzz-raw://53e6bcb53fcb08ee9426225fdab7c41df91e12cb4f80d92895a6117338627401","dweb:/ipfs/QmeLcaPGeMBpNSTSsPYK3PHpzKuGMjuitCweAWcoXK2mXr"],"license":"MIT"},"node_modules/@latticexyz/store/src/storeHookTypes.sol":{"keccak256":"0x60880298016fa117ed9a43ddfd020f11d98a2d345bdcb08e5884e40df98eddd5","urls":["bzz-raw://3619dfda1fd514c0fc5fb34c14d5b5aa41dd6ba6045d37d5f4c8199f3a826f81","dweb:/ipfs/QmbzRBYfVa423gNzCitpGN3i2N9oeGYfinVE1jgtqxnNZX"],"license":"MIT"},"node_modules/@latticexyz/store/src/storeResourceTypes.sol":{"keccak256":"0xada1867ba72930fc5cf5562dd4e36de849dbac9c833b7969cb1b046a808fabf2","urls":["bzz-raw://6e4b5fdcaa54f567a3f8561c2c3fbc0d68c8dad892a4a8e5418bbce8efc53d84","dweb:/ipfs/QmTWbYJX1yrCqrEwUKB9rGpHdRvLNU8GCkBbxnLjGD4d2t"],"license":"MIT"},"node_modules/@latticexyz/store/src/tightcoder/DecodeSlice.sol":{"keccak256":"0x1af0fd984640123391ec2df855d00298504b7ce186a56c2caca769cfd9e08e04","urls":["bzz-raw://7305a62318890d2cc6420ba7dec13d9f2c1cb67ac689015fc83b9cbccd0696f1","dweb:/ipfs/QmR8jGNLbt64Tv1YZKRVBCVsd71oeUQFzGHHtpsrs4PuRq"],"license":"MIT"},"node_modules/@latticexyz/store/src/tightcoder/EncodeArray.sol":{"keccak256":"0x1c280d24360282e196d9c4833c58c2437108cea2af0ac7596f95be81389e306d","urls":["bzz-raw://6b4556b6eeae9328fbd9adcce346547e823c397503276a4d63effb67e00b5b49","dweb:/ipfs/QmUsynVsMYzjh8oJR8YB7SRrwFMdXcsQsHBrXxLEEFxsiB"],"license":"MIT"},"node_modules/@latticexyz/store/src/tightcoder/TightCoder.sol":{"keccak256":"0x5cacd4cb371e0a79bc8d64f62349d568fd8b08093c11ae0c3db4f16480d8808b","urls":["bzz-raw://12b64ddf2b5c19cf68ba93a8153ed79cbafe7a91e015d4b2f25eb1d42ab06256","dweb:/ipfs/QmQz5WwztcuTbSGFv2pkhU3w5scUj1gmavoyUpduxk2v3A"],"license":"MIT"},"node_modules/@latticexyz/store/src/version.sol":{"keccak256":"0x01029999a48b7c1d85de84cae465dd24ec126c95b8a865cd20c7ed5dfcc0f02c","urls":["bzz-raw://9750164ce996badb0fd7df2f526780b9cb9558912405fe46f31064bd7c522491","dweb:/ipfs/QmYf8m2ZXFANRc9ysHgNkNtSF327ccxKYjCUJ49UXBKADk"],"license":"MIT"},"node_modules/@latticexyz/world/src/AccessControl.sol":{"keccak256":"0x10ca29a5d7075edb2fe5cd559077fc34857129182f9d6ea074a234dfbcdb313e","urls":["bzz-raw://1fe2783b7d0592d14a20b8be192dd3fa4216f8e541adea579859ea2bf1224da3","dweb:/ipfs/QmTi9XDP5jsQpbqvJxPvkqyDByv7i88wKidrYnTtLdPhka"],"license":"MIT"},"node_modules/@latticexyz/world/src/Delegation.sol":{"keccak256":"0x09324c2d43eac847a312e1879de1019d1b6eb333d9c9e0d42c449d76f5d9fc89","urls":["bzz-raw://bd6f751c31f1305ffb328b1cd4bcc3999439f63f2b8ad9a33bbebdccdf60e716","dweb:/ipfs/QmRfj5xWwC3wzFr9iAQBr1pAQmLYPJhDRXyRcJpYfhDdoE"],"license":"MIT"},"node_modules/@latticexyz/world/src/IDelegationControl.sol":{"keccak256":"0xbf3da1c6ab38b3db62a4f4dd0235280d1fb07d8d465a145d6fd9eaf4bb4c3553","urls":["bzz-raw://30205a69d660ed8de5bf34ee73ec9033737d544bc7572130c439b2467606469d","dweb:/ipfs/QmUWTNdSW1bxXjaQzMUCLqBBoLYYre7CgDko4Qy12DaRNS"],"license":"MIT"},"node_modules/@latticexyz/world/src/IERC165.sol":{"keccak256":"0x7997ebbdee6a2493f28e7032c7a8b906ade40f807d95734e2653c8f1b023ff47","urls":["bzz-raw://c8ca41bb2619bf27e5bf886d1322f0e2dffd096c49f7ae6e716541dd1e1ddce5","dweb:/ipfs/Qmb8zATUWWTtiWaSLjbAe6PGnJPes9ANvEyk7pYoWR3P3Y"],"license":"MIT"},"node_modules/@latticexyz/world/src/ISystemHook.sol":{"keccak256":"0xb2114b6b66c0e7d8304d9e1d06aa1d0731f089daa6a0584e6cf744d9c48cf4db","urls":["bzz-raw://ebbb172970b106dd4ae5a6d5e417ac75cad7529d2b94c1601e10b886d0edf510","dweb:/ipfs/QmPGn4F92hjkFch6Jh2NB37EYLLfstw6JxJKUZjXBFqGCw"],"license":"MIT"},"node_modules/@latticexyz/world/src/IWorldContextConsumer.sol":{"keccak256":"0x22b8cb3ffcc21cb1657d57fc8ac929d2d6fdd199328e6f43ad2cb54f53dcd500","urls":["bzz-raw://47c001f6b7c6d6e453c340618d23b1532078abb7d0fd7283405071e4e8ff8d2d","dweb:/ipfs/QmRW3femBhqQCPwDEj4Jop2Dnd3EU21ufg7GDVwN4joCQu"],"license":"MIT"},"node_modules/@latticexyz/world/src/IWorldErrors.sol":{"keccak256":"0xc3e7975e5785574543229eac51e3441f4185863d7f5346c0ae08a27b4541f8a7","urls":["bzz-raw://62cc0dc109e6e5475bb07fb95643a31c74337c23521db0557a36dad6117a1e83","dweb:/ipfs/Qmb8jbE1XQTUdreKFr4Jw3xmjctaLuReRZjPxZKQ2uW9p4"],"license":"MIT"},"node_modules/@latticexyz/world/src/System.sol":{"keccak256":"0x7bece0ec86fdc458054e6db0ac4316fc98882fa3ba76b2fa107d3de5382053cd","urls":["bzz-raw://d154183426723bbf133d4dc5f8d051e9521f7b7cabe63925731fa4af99379cdd","dweb:/ipfs/QmZXxPGcqknGLCwTByaZFKhqvKbrfiZkywmnh8buGTC2Mc"],"license":"MIT"},"node_modules/@latticexyz/world/src/SystemCall.sol":{"keccak256":"0x2db3d2945cea02e3c830329c30dde0c96bb87da9d070f3545dbd7f807d2ff53a","urls":["bzz-raw://ee5c3b48917527ec0f26c953f66d149bb2173d1dfd78ee00d2ceb409f3a5bd08","dweb:/ipfs/QmQ7WjHbmWeEDnu2dgx7nduYBCvyVsjFksPHXxrJjZCKo9"],"license":"MIT"},"node_modules/@latticexyz/world/src/WorldContext.sol":{"keccak256":"0xa11d93077d94f18683f1098b69c4713a48001ae15054476135ec9569041abb9a","urls":["bzz-raw://9b1d3384def68b4061c445b55602dd9cbcd4e8c58c13db5e945f284a05c1b518","dweb:/ipfs/Qma5DUZrSKZUxrxiGCpyRPWMJNdHU2wu6qDEsFWEJSnLfN"],"license":"MIT"},"node_modules/@latticexyz/world/src/WorldResourceId.sol":{"keccak256":"0xb7bfae2890004001221b3902d185c14cfea0e606d16914f6b7f81cf112aa9417","urls":["bzz-raw://acfd0d09166fc1bf16a8a5c80fbae1bd42426b2fcbab3c492bc836ea5c0375fb","dweb:/ipfs/QmTzZWHVBkx8hipFVpgEwAbZpr4c6hfr7yf7R71JojT3NK"],"license":"MIT"},"node_modules/@latticexyz/world/src/codegen/tables/Balances.sol":{"keccak256":"0xd71faf03c782ac29483e94c2ea166fcc4e50179c7605357b1ba31bca4de29514","urls":["bzz-raw://099db3f65835e395450f49119c4211b8394f2783ded4aa86eac32b3ca951f662","dweb:/ipfs/QmV9FEcdDnCLbEoiAzAWYwN66P1Wf2bgkbicHNnBXD7Xrd"],"license":"MIT"},"node_modules/@latticexyz/world/src/codegen/tables/FunctionSelectors.sol":{"keccak256":"0x873f8d46f75ec8a85c392aa7cf2dd3f2183684dadde18b7dfca12643ab6249ed","urls":["bzz-raw://1eaf7aeee1487c967ce419db0e96abd1cb8f6b75670009f2cac26dda94caec81","dweb:/ipfs/QmXs5wmrwP23g3LNPP6J3NPgemu85VVQvx8rfHz2RFXRtk"],"license":"MIT"},"node_modules/@latticexyz/world/src/codegen/tables/FunctionSignatures.sol":{"keccak256":"0x63f3d68775ad36b709d47f8a222dcee9244923b5665e94cd15ab966a7a92bee8","urls":["bzz-raw://3e9e11fc3de65b6681e86971da4645f3054a5a37d58bdd5b90bc9c07c2b5e9eb","dweb:/ipfs/QmehdJcmH1buEMdnGpbi8sY1c1mUV4jMhq6bRLMPGBnyAB"],"license":"MIT"},"node_modules/@latticexyz/world/src/codegen/tables/NamespaceDelegationControl.sol":{"keccak256":"0x47c6d188f39a85b50f066151cb48d987454e845f1629685300613fdb502505a0","urls":["bzz-raw://abeba0002051f60f81c1e29dbf627db4aed8da11483ec8d860a362b4bfbf4c08","dweb:/ipfs/Qmc4RNYgBma9repACLdN1hpjPmEbsFKWXL8B42KaBAZvtc"],"license":"MIT"},"node_modules/@latticexyz/world/src/codegen/tables/NamespaceOwner.sol":{"keccak256":"0xb0b7c13673a1629118cb0c3c341380fa6d4795c9b7cf6a6c73443750f1a3b34d","urls":["bzz-raw://b3c8eb44785f61c0470273cac40a228ae458b74f48d2bff8faf8915861fc49ac","dweb:/ipfs/QmUF52hgGCL9TMyTQqrxGVharwfFgKNsCpD3VNqfbhid9X"],"license":"MIT"},"node_modules/@latticexyz/world/src/codegen/tables/ResourceAccess.sol":{"keccak256":"0xe2a4e6a75ffda6971c16e9218a0f076d5b89572d37780cd4c2375a2de683fd60","urls":["bzz-raw://f04dbdf5295c0ddbda4ba0eb5fdebd84dce2ff3fe86d34681f71522bcb0e6e93","dweb:/ipfs/QmUMkPg1vhSz2zVweN5bqtWbUCj3UQKZPgYfBkQ3QGS7gF"],"license":"MIT"},"node_modules/@latticexyz/world/src/codegen/tables/SystemHooks.sol":{"keccak256":"0xd069f1f65243ffcc3ace23804851bc902c5e58d525b962575a659e47aa76236b","urls":["bzz-raw://4f86b3d93b5bcf81e0d3da0abbd6fc3924be59e7c8d147cfeb3307108431f6a3","dweb:/ipfs/QmRrkBXGsdtbo28xznUWUuqNUGyfAbu1kadKGjL7n6KiKb"],"license":"MIT"},"node_modules/@latticexyz/world/src/codegen/tables/SystemRegistry.sol":{"keccak256":"0x8318ead6bf21b8f1e9f231d73634034511d74c1a979246df9f9cda8f349b644d","urls":["bzz-raw://b705a942046bb24fdbf0a5f4b365e33ab724d26bc158e7458ef5f262f72b5bae","dweb:/ipfs/Qme63b3DKKizKumysUGVFH8Q9h6cHnHBFM2Kdsxh2p6SWN"],"license":"MIT"},"node_modules/@latticexyz/world/src/codegen/tables/Systems.sol":{"keccak256":"0x3bf40b7e71a1953f21b447975ec1a850994a250325fdb88489d24175cf8440d9","urls":["bzz-raw://7fc1d4ce3096dfbd5510d2558d6fcae01ede446032ae232bd3e8656071e21ef1","dweb:/ipfs/QmNSmK5Mt7tt5isSuo216vVnn6rHBprYjz9Sdodf8YRPAy"],"license":"MIT"},"node_modules/@latticexyz/world/src/codegen/tables/UserDelegationControl.sol":{"keccak256":"0xffc8c2aa8115f5e7200638c21772a2f4eec283fd33a877d02a9b906614badb70","urls":["bzz-raw://4df5c66e27c4a778c2ba7ce26d48652ee6f7740f0440aae9021d76aee66a2ecd","dweb:/ipfs/QmWLY9GVbxHerTUJwWaNBjAWXKF7cxm2GLietVi6L5kS15"],"license":"MIT"},"node_modules/@latticexyz/world/src/constants.sol":{"keccak256":"0x07faffa7dc4a2adc4f9bfe93d5a59a7dd89241d360996537608e38f61c2d0588","urls":["bzz-raw://b96d4ce331b257a24de2f18503a11b986ed32d218810db9d5e3e7eddc17c2218","dweb:/ipfs/Qme7Cw4RN1eaFWt2j3hk6ZMB7GWUfMY5oyZKYfMvAVxdBc"],"license":"MIT"},"node_modules/@latticexyz/world/src/modules/core/constants.sol":{"keccak256":"0x35b32faf971caa7aefecae3c8b1a1cd2e78ff350c2109263b2f199cdaec96488","urls":["bzz-raw://0c149042b448fd88260abde657931370697b35ab8e338920f0c5e5b9e83c74ab","dweb:/ipfs/QmZYAsp3xtCmoNRnYaeFyXwkvYuraa3XpTBqD5Hj83NJP4"],"license":"MIT"},"node_modules/@latticexyz/world/src/modules/core/implementations/StoreRegistrationSystem.sol":{"keccak256":"0xff42b8b669583d22885bc685be3a50498452300757e585a5bb2ad6a8ad07ee71","urls":["bzz-raw://246f2255ef9a6688e128f7f8ce3fe223fb7c053ebc2c8111c1626a04f7ffb53c","dweb:/ipfs/Qmd2MHASghbm3ThMej7MkuQig9nSAMJ2rRyeRkvZJQAyGH"],"license":"MIT"},"node_modules/@latticexyz/world/src/modules/core/implementations/WorldRegistrationSystem.sol":{"keccak256":"0xcdeaab34a28a43960f7fb673d92575af98aa7b36d8210a8e6e95197d14a827cd","urls":["bzz-raw://329d675cf7281638cfa8fa348e5e24700049c590e088353d64e88dad861c0cef","dweb:/ipfs/QmSZMYFSLknMga7UgX1H2tuuXayDYJhEnngbfLRBfVTu3f"],"license":"MIT"},"node_modules/@latticexyz/world/src/requireInterface.sol":{"keccak256":"0x5c5e5c8f1fa4780a7b1ca759f7ce63dd4165a5b2a7f64c8fcb8f06bd8917ace6","urls":["bzz-raw://f6d37ed25ed4471dc336681c959153cdb4cb16c209142ca5edbc6d9293669fd2","dweb:/ipfs/QmQLAbkk7jxN68QcHV9KgiCbsvxDm9rKmLJQWME6DBZEpw"],"license":"MIT"},"node_modules/@latticexyz/world/src/revertWithBytes.sol":{"keccak256":"0x16795bdbfd7956d733df9ada1030ee7a1a714e3b9da5899149a7b07568c4af55","urls":["bzz-raw://7a71128b4989e78215d5fc57dae8c2f84c6b5e503c159178c0df6f642b8228df","dweb:/ipfs/QmNYTfBe62SdGESZ32fxME72CbAxEqk4j79jBT7655C4u7"],"license":"MIT"},"node_modules/@latticexyz/world/src/systemHookTypes.sol":{"keccak256":"0xdd201aa30700e70c35c1d4e50c375e511d798961183c8531f947c2d15969debb","urls":["bzz-raw://d9c165b1beb7c1d3f75107407c34a5b3424ec8cb322d494892bceed23323ffb9","dweb:/ipfs/QmdH8rtgJaENsMc6HodAbahKg7PiZUJwoZufnHCw3TwrBx"],"license":"MIT"},"node_modules/@latticexyz/world/src/worldResourceTypes.sol":{"keccak256":"0xe31ee781596541f60ed71ef327c9d26ffc899e7fb3f4991c67406518bfc00746","urls":["bzz-raw://f7b864fea8c77833a322b16c4673f110d5065d0cafcedecd07895699cf4258c2","dweb:/ipfs/QmRkzXVjMLwQFWxjEjgfdXVPAp6SU4zfxPo4NJcmz8HwH9"],"license":"MIT"}},"version":1},"id":86}
|
1
|
+
{"abi":[{"type":"function","name":"_msgSender","inputs":[],"outputs":[{"name":"sender","type":"address","internalType":"address"}],"stateMutability":"view"},{"type":"function","name":"_msgValue","inputs":[],"outputs":[{"name":"value","type":"uint256","internalType":"uint256"}],"stateMutability":"pure"},{"type":"function","name":"_world","inputs":[],"outputs":[{"name":"","type":"address","internalType":"address"}],"stateMutability":"view"},{"type":"function","name":"registerStoreHook","inputs":[{"name":"tableId","type":"bytes32","internalType":"ResourceId"},{"name":"hookAddress","type":"address","internalType":"contract IStoreHook"},{"name":"enabledHooksBitmap","type":"uint8","internalType":"uint8"}],"outputs":[],"stateMutability":"nonpayable"},{"type":"function","name":"registerTable","inputs":[{"name":"tableId","type":"bytes32","internalType":"ResourceId"},{"name":"fieldLayout","type":"bytes32","internalType":"FieldLayout"},{"name":"keySchema","type":"bytes32","internalType":"Schema"},{"name":"valueSchema","type":"bytes32","internalType":"Schema"},{"name":"keyNames","type":"string[]","internalType":"string[]"},{"name":"fieldNames","type":"string[]","internalType":"string[]"}],"outputs":[],"stateMutability":"nonpayable"},{"type":"function","name":"supportsInterface","inputs":[{"name":"interfaceId","type":"bytes4","internalType":"bytes4"}],"outputs":[{"name":"","type":"bool","internalType":"bool"}],"stateMutability":"pure"},{"type":"function","name":"unregisterStoreHook","inputs":[{"name":"tableId","type":"bytes32","internalType":"ResourceId"},{"name":"hookAddress","type":"address","internalType":"contract IStoreHook"}],"outputs":[],"stateMutability":"nonpayable"},{"type":"event","name":"Store_SetRecord","inputs":[{"name":"tableId","type":"bytes32","indexed":true,"internalType":"ResourceId"},{"name":"keyTuple","type":"bytes32[]","indexed":false,"internalType":"bytes32[]"},{"name":"staticData","type":"bytes","indexed":false,"internalType":"bytes"},{"name":"encodedLengths","type":"bytes32","indexed":false,"internalType":"PackedCounter"},{"name":"dynamicData","type":"bytes","indexed":false,"internalType":"bytes"}],"anonymous":false},{"type":"event","name":"Store_SpliceDynamicData","inputs":[{"name":"tableId","type":"bytes32","indexed":true,"internalType":"ResourceId"},{"name":"keyTuple","type":"bytes32[]","indexed":false,"internalType":"bytes32[]"},{"name":"start","type":"uint48","indexed":false,"internalType":"uint48"},{"name":"deleteCount","type":"uint40","indexed":false,"internalType":"uint40"},{"name":"encodedLengths","type":"bytes32","indexed":false,"internalType":"PackedCounter"},{"name":"data","type":"bytes","indexed":false,"internalType":"bytes"}],"anonymous":false},{"type":"event","name":"Store_SpliceStaticData","inputs":[{"name":"tableId","type":"bytes32","indexed":true,"internalType":"ResourceId"},{"name":"keyTuple","type":"bytes32[]","indexed":false,"internalType":"bytes32[]"},{"name":"start","type":"uint48","indexed":false,"internalType":"uint48"},{"name":"data","type":"bytes","indexed":false,"internalType":"bytes"}],"anonymous":false},{"type":"error","name":"FieldLayoutLib_Empty","inputs":[]},{"type":"error","name":"FieldLayoutLib_InvalidStaticDataLength","inputs":[{"name":"staticDataLength","type":"uint256","internalType":"uint256"},{"name":"computedStaticDataLength","type":"uint256","internalType":"uint256"}]},{"type":"error","name":"FieldLayoutLib_StaticLengthDoesNotFitInAWord","inputs":[{"name":"index","type":"uint256","internalType":"uint256"}]},{"type":"error","name":"FieldLayoutLib_StaticLengthIsNotZero","inputs":[{"name":"index","type":"uint256","internalType":"uint256"}]},{"type":"error","name":"FieldLayoutLib_StaticLengthIsZero","inputs":[{"name":"index","type":"uint256","internalType":"uint256"}]},{"type":"error","name":"FieldLayoutLib_TooManyDynamicFields","inputs":[{"name":"numFields","type":"uint256","internalType":"uint256"},{"name":"maxFields","type":"uint256","internalType":"uint256"}]},{"type":"error","name":"FieldLayoutLib_TooManyFields","inputs":[{"name":"numFields","type":"uint256","internalType":"uint256"},{"name":"maxFields","type":"uint256","internalType":"uint256"}]},{"type":"error","name":"PackedCounter_InvalidLength","inputs":[{"name":"length","type":"uint256","internalType":"uint256"}]},{"type":"error","name":"SchemaLib_InvalidLength","inputs":[{"name":"length","type":"uint256","internalType":"uint256"}]},{"type":"error","name":"SchemaLib_StaticTypeAfterDynamicType","inputs":[]},{"type":"error","name":"Slice_OutOfBounds","inputs":[{"name":"data","type":"bytes","internalType":"bytes"},{"name":"start","type":"uint256","internalType":"uint256"},{"name":"end","type":"uint256","internalType":"uint256"}]},{"type":"error","name":"Store_IndexOutOfBounds","inputs":[{"name":"length","type":"uint256","internalType":"uint256"},{"name":"accessedIndex","type":"uint256","internalType":"uint256"}]},{"type":"error","name":"Store_InvalidFieldNamesLength","inputs":[{"name":"expected","type":"uint256","internalType":"uint256"},{"name":"received","type":"uint256","internalType":"uint256"}]},{"type":"error","name":"Store_InvalidKeyNamesLength","inputs":[{"name":"expected","type":"uint256","internalType":"uint256"},{"name":"received","type":"uint256","internalType":"uint256"}]},{"type":"error","name":"Store_InvalidResourceType","inputs":[{"name":"expected","type":"bytes2","internalType":"bytes2"},{"name":"resourceId","type":"bytes32","internalType":"ResourceId"},{"name":"resourceIdString","type":"string","internalType":"string"}]},{"type":"error","name":"Store_InvalidSplice","inputs":[{"name":"startWithinField","type":"uint40","internalType":"uint40"},{"name":"deleteCount","type":"uint40","internalType":"uint40"},{"name":"fieldLength","type":"uint40","internalType":"uint40"}]},{"type":"error","name":"Store_InvalidStaticDataLength","inputs":[{"name":"expected","type":"uint256","internalType":"uint256"},{"name":"received","type":"uint256","internalType":"uint256"}]},{"type":"error","name":"Store_InvalidValueSchemaDynamicLength","inputs":[{"name":"expected","type":"uint256","internalType":"uint256"},{"name":"received","type":"uint256","internalType":"uint256"}]},{"type":"error","name":"Store_InvalidValueSchemaLength","inputs":[{"name":"expected","type":"uint256","internalType":"uint256"},{"name":"received","type":"uint256","internalType":"uint256"}]},{"type":"error","name":"Store_InvalidValueSchemaStaticLength","inputs":[{"name":"expected","type":"uint256","internalType":"uint256"},{"name":"received","type":"uint256","internalType":"uint256"}]},{"type":"error","name":"Store_TableAlreadyExists","inputs":[{"name":"tableId","type":"bytes32","internalType":"ResourceId"},{"name":"tableIdString","type":"string","internalType":"string"}]},{"type":"error","name":"Store_TableNotFound","inputs":[{"name":"tableId","type":"bytes32","internalType":"ResourceId"},{"name":"tableIdString","type":"string","internalType":"string"}]},{"type":"error","name":"UnauthorizedCallContext","inputs":[]},{"type":"error","name":"World_AccessDenied","inputs":[{"name":"resource","type":"string","internalType":"string"},{"name":"caller","type":"address","internalType":"address"}]},{"type":"error","name":"World_AlreadyInitialized","inputs":[]},{"type":"error","name":"World_CallbackNotAllowed","inputs":[{"name":"functionSelector","type":"bytes4","internalType":"bytes4"}]},{"type":"error","name":"World_DelegationNotFound","inputs":[{"name":"delegator","type":"address","internalType":"address"},{"name":"delegatee","type":"address","internalType":"address"}]},{"type":"error","name":"World_FunctionSelectorAlreadyExists","inputs":[{"name":"functionSelector","type":"bytes4","internalType":"bytes4"}]},{"type":"error","name":"World_FunctionSelectorNotFound","inputs":[{"name":"functionSelector","type":"bytes4","internalType":"bytes4"}]},{"type":"error","name":"World_InsufficientBalance","inputs":[{"name":"balance","type":"uint256","internalType":"uint256"},{"name":"amount","type":"uint256","internalType":"uint256"}]},{"type":"error","name":"World_InterfaceNotSupported","inputs":[{"name":"contractAddress","type":"address","internalType":"address"},{"name":"interfaceId","type":"bytes4","internalType":"bytes4"}]},{"type":"error","name":"World_InvalidNamespace","inputs":[{"name":"namespace","type":"bytes14","internalType":"bytes14"}]},{"type":"error","name":"World_InvalidResourceId","inputs":[{"name":"resourceId","type":"bytes32","internalType":"ResourceId"},{"name":"resourceIdString","type":"string","internalType":"string"}]},{"type":"error","name":"World_InvalidResourceType","inputs":[{"name":"expected","type":"bytes2","internalType":"bytes2"},{"name":"resourceId","type":"bytes32","internalType":"ResourceId"},{"name":"resourceIdString","type":"string","internalType":"string"}]},{"type":"error","name":"World_ResourceAlreadyExists","inputs":[{"name":"resourceId","type":"bytes32","internalType":"ResourceId"},{"name":"resourceIdString","type":"string","internalType":"string"}]},{"type":"error","name":"World_ResourceNotFound","inputs":[{"name":"resourceId","type":"bytes32","internalType":"ResourceId"},{"name":"resourceIdString","type":"string","internalType":"string"}]},{"type":"error","name":"World_SystemAlreadyExists","inputs":[{"name":"system","type":"address","internalType":"address"}]},{"type":"error","name":"World_UnlimitedDelegationNotAllowed","inputs":[]}],"bytecode":{"object":"0x60a06040523060805234801561001457600080fd5b506080516132b361003060003960006103a901526132b36000f3fe608060405234801561001057600080fd5b506004361061007d5760003560e01c8063119df25f1161005b578063119df25f146100d257806345ec9354146100ff578063530f4b6014610112578063e1af802c1461012557600080fd5b806301ffc9a71461008257806305609129146100aa5780630ba51f49146100bf575b600080fd5b610095610090366004612a9a565b61012d565b60405190151581526020015b60405180910390f35b6100bd6100b8366004612b00565b6101c6565b005b6100bd6100cd366004612b78565b6101ed565b6100da6102e0565b60405173ffffffffffffffffffffffffffffffffffffffff90911681526020016100a1565b604051601f1936013581526020016100a1565b6100bd610120366004612c0e565b6102ef565b6100da610388565b60007fffffffff0000000000000000000000000000000000000000000000000000000082167fb5dee1270000000000000000000000000000000000000000000000000000000014806101c057507fffffffff0000000000000000000000000000000000000000000000000000000082167f01ffc9a700000000000000000000000000000000000000000000000000000000145b92915050565b6101ce610392565b6101df826101da6102e0565b610403565b6101e982826104be565b5050565b6101f5610392565b6000610200896104e9565b6fffffffffffffffffffffffffffffffff19160361025f578761022289610500565b6040517fe4ac069e000000000000000000000000000000000000000000000000000000008152600401610256929190612ca4565b60405180910390fd5b6102aa7f6e730000000000000000000000000000000000000000000000000000000000007dffffffffffffffffffffffffffff000000000000000000000000000000008a161761062e565b6102b6886101da6102e0565b6102d6888888886102c7888a612d04565b6102d18789612d04565b61067c565b5050505050505050565b60006102ea610adf565b905090565b6102f7610392565b610321827f1873396a00000000000000000000000000000000000000000000000000000000610b11565b61036c7f6e730000000000000000000000000000000000000000000000000000000000007dffffffffffffffffffffffffffff0000000000000000000000000000000085161761062e565b610378836101da6102e0565b610383838383610b91565b505050565b60006102ea610c7f565b73ffffffffffffffffffffffffffffffffffffffff7f0000000000000000000000000000000000000000000000000000000000000000163003610401576040517f9f03a02600000000000000000000000000000000000000000000000000000000815260040160405180910390fd5b565b73ffffffffffffffffffffffffffffffffffffffff81166104657f6e730000000000000000000000000000000000000000000000000000000000007dffffffffffffffffffffffffffff00000000000000000000000000000000851617610c89565b73ffffffffffffffffffffffffffffffffffffffff16146101e95761048982610500565b816040517fd787b737000000000000000000000000000000000000000000000000000000008152600401610256929190612dd9565b6101e97f746273746f726500000000000000000053746f7265486f6f6b730000000000008383610d25565b60006104f760706010612e27565b9190911b919050565b606081601081901b6000610513836104e9565b9050827fffffffffffffffffffffffffffff00000000000000000000000000000000000083161561056e576105697fffffffffffffffffffffffffffff0000000000000000000000000000000000008416610e66565b6105a5565b6040518060400160405280600681526020017f3c726f6f743e00000000000000000000000000000000000000000000000000008152505b6fffffffffffffffffffffffffffffffff198316156105cc576105c783610e66565b610603565b6040518060400160405280600681526020017f3c726f6f743e00000000000000000000000000000000000000000000000000008152505b60405160200161061593929190612e3a565b6040516020818303038152906040529350505050919050565b61063781610ef0565b610679578061064582610500565b6040517ffbf10ce6000000000000000000000000000000000000000000000000000000008152600401610256929190612ca4565b50565b613a3160f11b867fffff00000000000000000000000000000000000000000000000000000000000016148015906106f557507f6f74000000000000000000000000000000000000000000000000000000000000867fffff0000000000000000000000000000000000000000000000000000000000001614155b1561075657613a3160f11b868760405160200161071491815260200190565b60408051601f19818403018152908290527f31b46683000000000000000000000000000000000000000000000000000000008252610256939291600401612ec8565b61075f85610f8d565b61076a8460016111d4565b6107758360006111d4565b60e084901c60e885901c0160ff168251146107d55760e084901c60e885901c0160ff1682516040517f0f72cb9800000000000000000000000000000000000000000000000000000000815260048101929092526024820152604401610256565b60e085901c60e886901c0160ff168151146108355760e085901c60e886901c0160ff1681516040517f7dec4c0000000000000000000000000000000000000000000000000000000000815260048101929092526024820152604401610256565b60e085901c60e886901c0160ff1660e084901c60e885901c0160ff16146108ad5760e085901c60e886901c0160ff1660e084901c60e885901c0160ff166040517ff29d4d8800000000000000000000000000000000000000000000000000000000815260048101929092526024820152604401610256565b6108b685611379565b6108bf84611379565b14610911576108cd85611379565b6108d684611379565b6040517f65cc0adf00000000000000000000000000000000000000000000000000000000815260048101929092526024820152604401610256565b61091a856113ab565b610923846113ab565b1461097557610931856113ab565b61093a846113ab565b6040517fedea958700000000000000000000000000000000000000000000000000000000815260048101929092526024820152604401610256565b60005b61098186611379565b811015610a1c576109ab61099585836113c8565b60c58111156109a6576109a6612f09565b6113f0565b6008601b8390030287901c60ff1614610a14576008601b8290030286901c60ff166109d961099586846113c8565b6040517f254c7db400000000000000000000000000000000000000000000000000000000815260048101929092526024820152604401610256565b600101610978565b50610a2686610ef0565b15610a80578586604051602001610a3f91815260200190565b60408051601f19818403018152908290527fdfaaf9cf0000000000000000000000000000000000000000000000000000000082526102569291600401612ca4565b610acc8686868686604051602001610a989190612f1f565b60405160208183030381529060405286604051602001610ab89190612f1f565b60405160208183030381529060405261144a565b610ad786600161152d565b505050505050565b7fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffcc36013560601c80610b0e5750335b90565b610b1b82826115e6565b6101e9576040517f74b5e6ff00000000000000000000000000000000000000000000000000000000815273ffffffffffffffffffffffffffffffffffffffff831660048201527fffffffff0000000000000000000000000000000000000000000000000000000082166024820152604401610256565b613a3160f11b837fffff0000000000000000000000000000000000000000000000000000000000001614610bd957613a3160f11b838460405160200161071491815260200190565b610be283610ef0565b610c3b578283604051602001610bfa91815260200190565b60408051601f19818403018152908290527f41e713ad0000000000000000000000000000000000000000000000000000000082526102569291600401612ca4565b610383837fffffffffffffffffffffffffffffffffffffffff000000000000000000000000606085901b166bff0000000000000000000000605885901b1617611602565b60006102ea6116bb565b604080516001808252818301909252600091829190602080830190803683370190505090508281600081518110610cc257610cc2612fa1565b60209081029190910101526000610d1a7f7462776f726c640000000000000000004e616d6573706163654f776e6572000083837e14010014000000000000000000000000000000000000000000000000000000611707565b60601c949350505050565b6000610d31848461173d565b90506000815167ffffffffffffffff811115610d4f57610d4f612cbd565b604051908082528060200260200182016040528015610d78578160200160208202803683370190505b5090506000805b8351811015610e57578473ffffffffffffffffffffffffffffffffffffffff16610dd0858381518110610db457610db4612fa1565b60200260200101516affffffffffffffffffffff191660601c90565b73ffffffffffffffffffffffffffffffffffffffff1614610e4f57838181518110610dfd57610dfd612fa1565b6020026020010151838381518110610e1757610e17612fa1565b7fffffffffffffffffffffffffffffffffffffffffff0000000000000000000000909216602092830291909101909101526001909101905b600101610d7f565b50808252610ad78686846117a8565b606060005b6010811015610ebc576fffffffffffffffffffffffffffffffff198316600882021b7fff000000000000000000000000000000000000000000000000000000000000001615610ebc57600101610e6b565b604080516fffffffffffffffffffffffffffffffff198516602082015281516030909101909152818152805b949350505050565b604080516001808252818301909252600091829190602080830190803683370190505090508281600081518110610f2957610f29612fa1565b60209081029190910101526000610f817f746273746f72650000000000000000005265736f75726365496473000000000083837e01010001000000000000000000000000000000000000000000000000000000611707565b9050610ee88160f81c90565b80610fc4576040517f220c0f6500000000000000000000000000000000000000000000000000000000815260040160405180910390fd5b6000610fcf826113ab565b90506005811115611016576040517f7f2372c30000000000000000000000000000000000000000000000000000000081526004810182905260056024820152604401610256565b600061102183611379565b9050600061102f8383612e27565b9050601c811115611076576040517f4a8a06ad00000000000000000000000000000000000000000000000000000000815260048101829052601c6024820152604401610256565b6000805b838110156111215760ff601b82900360080287901c1660008190036110ce576040517f01f2a07c00000000000000000000000000000000000000000000000000000000815260048101839052602401610256565b602081111561110c576040517f24c85d5800000000000000000000000000000000000000000000000000000000815260048101839052602401610256565b6111168184612e27565b92505060010161107a565b5061112b85611805565b81146111775761113a85611805565b6040517f9365944a000000000000000000000000000000000000000000000000000000008152600481019190915260248101829052604401610256565b825b601c811015610ad75760ff601b82900360080287901c1680156111cb576040517fbb68821a00000000000000000000000000000000000000000000000000000000815260048101839052602401610256565b50600101611179565b801580156111e0575081155b1561120157604051635318beb960e01b815260006004820152602401610256565b600061120c836113ab565b9050600581111561123357604051635318beb960e01b815260048101829052602401610256565b600061123e84611379565b9050600061124c8383612e27565b9050601c81111561127357604051635318beb960e01b815260048101829052602401610256565b6000805b838110156112df57600061128e61099589846113c8565b9050806000036112ca576040517ff1e56be400000000000000000000000000000000000000000000000000000000815260040160405180910390fd5b6112d48184612e27565b925050600101611277565b506112e986611805565b8114611314576112f886611805565b604051635318beb960e01b815260040161025691815260200190565b825b8281101561137057600061132d61099589846113c8565b90508015611367576040517ff1e56be400000000000000000000000000000000000000000000000000000000815260040160405180910390fd5b50600101611316565b50505050505050565b60006008600161138b60026020612fb7565b6113959190612fb7565b61139f9190612fca565b8260ff911c1692915050565b600060086001806113be60026020612fb7565b61138b9190612fb7565b6000601b8290036008028360ff911c1660c58111156113e9576113e9612f09565b9392505050565b6000808260c581111561140557611405612f09565b60ff169050606181101561141f57601f1660010192915050565b60618360c581111561143357611433612f09565b036114415750601492915050565b50600092915050565b6040805160208101879052808201869052606080820186905282518083039091018152608090910190915260006114818484611828565b9050600061148f8585611845565b604080516001808252818301909252919250600091906020808301908036833701905050905089816000815181106114c9576114c9612fa1565b60209081029190910101526115217f746273746f72650000000000000000005461626c657300000000000000000000828686867e60030220202000000000000000000000000000000000000000000000000000611871565b50505050505050505050565b60408051600180825281830190925260009160208083019080368337019050509050828160008151811061156357611563612fa1565b6020026020010181815250506103837f746273746f72650000000000000000005265736f75726365496473000000000060001b826000856040516020016115b191151560f81b815260010190565b60408051601f198184030181529190527e01010001000000000000000000000000000000000000000000000000000000611baa565b60006115f183611bc6565b80156113e957506113e98383611c2a565b60408051600180825281830190925260009160208083019080368337019050509050828160008151811061163857611638612fa1565b6020026020010181815250506103837f746273746f726500000000000000000053746f7265486f6f6b7300000000000060001b826000856040516020016116a791907fffffffffffffffffffffffffffffffffffffffffff000000000000000000000091909116815260150190565b604051602081830303815290604052611cfa565b7f629a4c26e296b22a8e0856e9f6ecb2d1008d7e00081111962cd175fa7488e1755460009073ffffffffffffffffffffffffffffffffffffffff1680611702573391505090565b919050565b60006117346117168686611d35565b60ff858116601b0360080285901c1661172f8587611d8b565b611dc4565b95945050505050565b6040805160018082528183019092526060916000919060208083019080368337019050509050828160008151811061177757611777612fa1565b602002602001018181525050600061179185836000611e15565b90506117346117a38260008451611e4f565b611edd565b6040805160018082528183019092526000916020808301908036833701905050905082816000815181106117de576117de612fa1565b6020026020010181815250506117ff848260006117fa86611eee565b611efe565b50505050565b6000600861181560026020612fb7565b61181f9190612fca565b9190911c919050565b8151815160009181810160389190911b1760609190911b176113e9565b6060828260405160200161185a929190612fe1565b604051602081830303815290604052905092915050565b7f6f74000000000000000000000000000000000000000000000000000000000000867fffff00000000000000000000000000000000000000000000000000000000000016036118fd57857f8dbb3a9672eebfd3773e72dd9c102393436816d832c7ba9e1e1ac8fcadcac7a9868686866040516118f0949392919061304c565b60405180910390a2610ad7565b600061190887611f39565b905060005b81518110156119e157600082828151811061192a5761192a612fa1565b602002602001015190506119566001826affffffffffffffffffffff1916611fbd90919063ffffffff16565b156119d8576040517f57066c9c000000000000000000000000000000000000000000000000000000008152606082901c906357066c9c906119a5908c908c908c908c908c908c9060040161308b565b600060405180830381600087803b1580156119bf57600080fd5b505af11580156119d3573d6000803e3d6000fd5b505050505b5060010161190d565b50867f8dbb3a9672eebfd3773e72dd9c102393436816d832c7ba9e1e1ac8fcadcac7a987878787604051611a18949392919061304c565b60405180910390a26000611a2c8888611d35565b90506000602087019050611a44826000895184611fdb565b6000611a4f856113ab565b1115611ad3576000611a618a8a61209a565b878155905060208601915060008060005b611a7b886113ab565b8160ff161015611ace57611a908d8d836120f0565b9250611aab8a8260ff166028026038011c64ffffffffff1690565b9150611aba8360008488611fdb565b611ac48286612e27565b9450600101611a72565b505050505b60005b8351811015611521576000848281518110611af357611af3612fa1565b60200260200101519050611b1f6002826affffffffffffffffffffff1916611fbd90919063ffffffff16565b15611ba1576040517f5b28cdaf000000000000000000000000000000000000000000000000000000008152606082901c90635b28cdaf90611b6e908e908e908e908e908e908e9060040161308b565b600060405180830381600087803b158015611b8857600080fd5b505af1158015611b9c573d6000803e3d6000fd5b505050505b50600101611ad6565b611bbf8585611bb98487611d8b565b85612170565b5050505050565b6000611bf2827f01ffc9a700000000000000000000000000000000000000000000000000000000611c2a565b80156101c05750611c23827fffffffff00000000000000000000000000000000000000000000000000000000611c2a565b1592915050565b6040517fffffffff0000000000000000000000000000000000000000000000000000000082166024820152600090819060440160408051601f19818403018152919052602080820180517bffffffffffffffffffffffffffffffffffffffffffffffffffffffff167f01ffc9a700000000000000000000000000000000000000000000000000000000178152825192935060009283928392909183918a617530fa92503d91506000519050828015611ce3575060208210155b8015611cef5750600081115b979650505050505050565b6000611d06858561240b565b90506000611d23828560ff166028026038011c64ffffffffff1690565b9050610ad7868686846000888861241e565b60008282604051602001611d4a9291906130e4565b60408051601f1981840301815291905280516020909101207f86425bff6b57326c7859e89024fe4f238ca327a1ae4a230180dd2f0e88aaa7d9189392505050565b600080805b8360ff16811015611dbc57611db260ff601b83900360080287901c1683612e27565b9150600101611d90565b509392505050565b600060208210611dea57602082048401935060208281611de657611de6613120565b0691505b508254600882021b602082900380841115611dbc576001850154600882021c82179150509392505050565b6060610ee8611e258585856120f0565b6000611e4a85611e35898961240b565b9060ff166028026038011c64ffffffffff1690565b6127f8565b600081831180611e5f5750835182115b15611e9c578383836040517f23230fa300000000000000000000000000000000000000000000000000000000815260040161025693929190613136565b60208401611eaa8482612e27565b90506000611eb88585612fb7565b6fffffffffffffffffffffffffffffffff1660809290921b9190911795945050505050565b606060006113e9836015600061281b565b6060816113e98160156000612896565b6000611f0a858561240b565b90506000611f27828560ff166028026038011c64ffffffffff1690565b9050610ad7868686600085888861241e565b60408051600180825281830190925260609160009190602080830190803683370190505090508281600081518110611f7357611f73612fa1565b60209081029190910101526000611fab7f746273746f726500000000000000000053746f7265486f6f6b730000000000008383611e15565b9050610ee86117a38260008451611e4f565b60008160ff1682611fce8560581c90565b1660ff1614905092915050565b821561205557602083106120055760208304840193506020838161200157612001613120565b0692505b82156120555760208390036000600019600885021c1990506008850281811c91508351811c90508119875416828216178755508184116120465750506117ff565b50600194909401939182900391015b5b602082106120775780518455600190930192601f1990910190602001612056565b81156117ff576000600019600884021c8554835182191691161785555050505050565b600082826040516020016120af9291906130e4565b60408051601f1981840301815291905280516020909101207f14e2fcc58e58e68ec7edc30c8d50dccc3ce2714a623ec81f46b6a63922d76569189392505050565b600083836040516020016121059291906130e4565b604051602081830303815290604052805190602001208260f81b7effffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff19167f3b4102da22e32d82fc925482184f16c09fd4281692720b87d124aef6da48a0f1181860001c90509392505050565b7f6f74000000000000000000000000000000000000000000000000000000000000847fffff00000000000000000000000000000000000000000000000000000000000016036121fa57837f8c0b5119d4cec7b284c6b1b39252a03d1e2f2d7451a5895562524c113bb952be8484846040516121ed9392919061315b565b60405180910390a26117ff565b60006122068585611d35565b9050600061221386611f39565b905060005b81518110156122e857600082828151811061223557612235612fa1565b602002602001015190506122616004826affffffffffffffffffffff1916611fbd90919063ffffffff16565b156122df576040517f964f667d000000000000000000000000000000000000000000000000000000008152606082901c9063964f667d906122ac908b908b908b908b90600401613198565b600060405180830381600087803b1580156122c657600080fd5b505af11580156122da573d6000803e3d6000fd5b505050505b50600101612218565b50857f8c0b5119d4cec7b284c6b1b39252a03d1e2f2d7451a5895562524c113bb952be86868660405161231d9392919061315b565b60405180910390a2612338828565ffffffffffff16856128ea565b60005b815181101561137057600082828151811061235857612358612fa1565b602002602001015190506123846008826affffffffffffffffffffff1916611fbd90919063ffffffff16565b15612402576040517fa8ba8721000000000000000000000000000000000000000000000000000000008152606082901c9063a8ba8721906123cf908b908b908b908b90600401613198565b600060405180830381600087803b1580156123e957600080fd5b505af11580156123fd573d6000803e3d6000fd5b505050505b5060010161233b565b60006113e961241a848461209a565b5490565b613a3160f11b877fffff000000000000000000000000000000000000000000000000000000000000161461246657613a3160f11b878860405160200161071491815260200190565b6000612481828760ff166028026038011c64ffffffffff1690565b9050600083518564ffffffffff168361249a9190612fb7565b6124a49190612e27565b90508082141580156124c65750816124bc86886131d1565b64ffffffffff1614155b15612516576040517fa65010b400000000000000000000000000000000000000000000000000000000815264ffffffffff8088166004830152808716602483015283166044820152606401610256565b818664ffffffffff161115612567576040517f7e8578d30000000000000000000000000000000000000000000000000000000081526004810183905264ffffffffff87166024820152604401610256565b6000612574848984612900565b905060006125818b611f39565b905060005b81518110156126595760008282815181106125a3576125a3612fa1565b602002602001015190506125cf6010826affffffffffffffffffffff1916611fbd90919063ffffffff16565b1561265057606081901c73ffffffffffffffffffffffffffffffffffffffff166355eb5a288e8e8e8e8e8d8f6040518863ffffffff1660e01b815260040161261d97969594939291906131f6565b600060405180830381600087803b15801561263757600080fd5b505af115801561264b573d6000803e3d6000fd5b505050505b50600101612586565b5064ffffffffff881660005b8a60ff168160ff1610156126985761268c878260ff166028026038011c64ffffffffff1690565b90910190600101612665565b508b7faa63765a776145e5e6492f471ae097dfed11cd57a61bc2679dd43180422385b48c838b878c6040516126d1959493929190613254565b60405180910390a2508284146126f25760006126ed8c8c61209a565b839055505b60006126ff8c8c8c6120f0565b9050612713818a64ffffffffff16896128ea565b5060005b81518110156127ea57600082828151811061273457612734612fa1565b602002602001015190506127606020826affffffffffffffffffffff1916611fbd90919063ffffffff16565b156127e157606081901c73ffffffffffffffffffffffffffffffffffffffff1663635845338e8e8e8e8e8a8f6040518863ffffffff1660e01b81526004016127ae97969594939291906131f6565b600060405180830381600087803b1580156127c857600080fd5b505af11580156127dc573d6000803e3d6000fd5b505050505b50600101612717565b505050505050505050505050565b60405160208101601f19603f8484010116604052828252611dbc858585846129ce565b606060006128298560801c90565b90506fffffffffffffffffffffffffffffffff8516600085828161284f5761284f613120565b04905060405193506020840160208202810160405281855260005b8281101561288a578451871c82529387019360209091019060010161286a565b50505050509392505050565b825160609060006128a78583612fca565b9050604051925060208301601f19603f83860101166040528184526000602088015b8482101561288a578051871b835291870191600191909101906020016128c9565b610383838383516128fb8560200190565b611fdb565b600064ffffffffff821115612944576040517f4767058800000000000000000000000000000000000000000000000000000000815260048101839052602401610256565b8366ffffffffffffff811660ff851660280260380182901c64ffffffffff16808510612976578085038201915061297e565b848103820391505b5064ffffffffff6038602860ff8816020181811b197fffffffffffffffffffffffffffffffffffffffffffffffffff000000000000009490941690921792909216918416901b1790509392505050565b8215612a5557602083106129f8576020830484019350602083816129f4576129f4613120565b0692505b8215612a55576020839003600081841015612a1b5750600019600884021c612a25565b50600019600882021c5b8554600886021b818451168219821617845250818411612a465750506117ff565b50600194909401939182900391015b5b60208210612a775783548152600190930192601f1990910190602001612a56565b81156117ff576000600019600884021c8251865482191691161782525050505050565b600060208284031215612aac57600080fd5b81357fffffffff00000000000000000000000000000000000000000000000000000000811681146113e957600080fd5b803573ffffffffffffffffffffffffffffffffffffffff8116811461170257600080fd5b60008060408385031215612b1357600080fd5b82359150612b2360208401612adc565b90509250929050565b60008083601f840112612b3e57600080fd5b50813567ffffffffffffffff811115612b5657600080fd5b6020830191508360208260051b8501011115612b7157600080fd5b9250929050565b60008060008060008060008060c0898b031215612b9457600080fd5b88359750602089013596506040890135955060608901359450608089013567ffffffffffffffff80821115612bc857600080fd5b612bd48c838d01612b2c565b909650945060a08b0135915080821115612bed57600080fd5b50612bfa8b828c01612b2c565b999c989b5096995094979396929594505050565b600080600060608486031215612c2357600080fd5b83359250612c3360208501612adc565b9150604084013560ff81168114612c4957600080fd5b809150509250925092565b60005b83811015612c6f578181015183820152602001612c57565b50506000910152565b60008151808452612c90816020860160208601612c54565b601f01601f19169290920160200192915050565b828152604060208201526000610ee86040830184612c78565b634e487b7160e01b600052604160045260246000fd5b604051601f8201601f1916810167ffffffffffffffff81118282101715612cfc57612cfc612cbd565b604052919050565b600067ffffffffffffffff80841115612d1f57612d1f612cbd565b8360051b6020612d30818301612cd3565b868152918501918181019036841115612d4857600080fd5b865b84811015612dcd57803586811115612d625760008081fd5b8801601f3681830112612d755760008081fd5b813588811115612d8757612d87612cbd565b612d9887601f198484011601612cd3565b91508082523687828501011115612daf5760008081fd5b80878401888401376000908201870152845250918301918301612d4a565b50979650505050505050565b604081526000612dec6040830185612c78565b905073ffffffffffffffffffffffffffffffffffffffff831660208301529392505050565b634e487b7160e01b600052601160045260246000fd5b808201808211156101c0576101c0612e11565b7fffff0000000000000000000000000000000000000000000000000000000000008416815260007f3a000000000000000000000000000000000000000000000000000000000000008060028401528451612e9b816003860160208901612c54565b808401905081600382015284519150612ebb826004830160208801612c54565b0160040195945050505050565b7fffff000000000000000000000000000000000000000000000000000000000000841681528260208201526060604082015260006117346060830184612c78565b634e487b7160e01b600052602160045260246000fd5b600060208083016020845280855180835260408601915060408160051b87010192506020870160005b82811015612f94577fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffc0888603018452612f82858351612c78565b94509285019290850190600101612f48565b5092979650505050505050565b634e487b7160e01b600052603260045260246000fd5b818103818111156101c0576101c0612e11565b80820281158282048414176101c0576101c0612e11565b60008351612ff3818460208801612c54565b835190830190613007818360208801612c54565b01949350505050565b60008151808452602080850194506020840160005b8381101561304157815187529582019590820190600101613025565b509495945050505050565b60808152600061305f6080830187613010565b82810360208401526130718187612c78565b90508460408401528281036060840152611cef8185612c78565b86815260c0602082015260006130a460c0830188613010565b82810360408401526130b68188612c78565b905085606084015282810360808401526130d08186612c78565b9150508260a0830152979650505050505050565b8281526000602080830184516020860160005b82811015613113578151845292840192908401906001016130f7565b5091979650505050505050565b634e487b7160e01b600052601260045260246000fd5b6060815260006131496060830186612c78565b60208301949094525060400152919050565b60608152600061316e6060830186613010565b65ffffffffffff85166020840152828103604084015261318e8185612c78565b9695505050505050565b8481526080602082015260006131b16080830186613010565b65ffffffffffff851660408401528281036060840152611cef8185612c78565b64ffffffffff8181168382160190808211156131ef576131ef612e11565b5092915050565b87815260e06020820152600061320f60e0830189613010565b60ff8816604084015264ffffffffff87811660608501528616608084015260a0830185905282810360c08401526132468185612c78565b9a9950505050505050505050565b60a08152600061326760a0830188613010565b65ffffffffffff8716602084015264ffffffffff86166040840152846060840152828103608084015261329a8185612c78565b9897505050505050505056fea164736f6c6343000818000a","sourceMap":"1115:3225:89:-:0;;;915:4:82;872:48;;1115:3225:89;;;;;;;;;;;;;;;;;;;;;;","linkReferences":{}},"deployedBytecode":{"object":"0x608060405234801561001057600080fd5b506004361061007d5760003560e01c8063119df25f1161005b578063119df25f146100d257806345ec9354146100ff578063530f4b6014610112578063e1af802c1461012557600080fd5b806301ffc9a71461008257806305609129146100aa5780630ba51f49146100bf575b600080fd5b610095610090366004612a9a565b61012d565b60405190151581526020015b60405180910390f35b6100bd6100b8366004612b00565b6101c6565b005b6100bd6100cd366004612b78565b6101ed565b6100da6102e0565b60405173ffffffffffffffffffffffffffffffffffffffff90911681526020016100a1565b604051601f1936013581526020016100a1565b6100bd610120366004612c0e565b6102ef565b6100da610388565b60007fffffffff0000000000000000000000000000000000000000000000000000000082167fb5dee1270000000000000000000000000000000000000000000000000000000014806101c057507fffffffff0000000000000000000000000000000000000000000000000000000082167f01ffc9a700000000000000000000000000000000000000000000000000000000145b92915050565b6101ce610392565b6101df826101da6102e0565b610403565b6101e982826104be565b5050565b6101f5610392565b6000610200896104e9565b6fffffffffffffffffffffffffffffffff19160361025f578761022289610500565b6040517fe4ac069e000000000000000000000000000000000000000000000000000000008152600401610256929190612ca4565b60405180910390fd5b6102aa7f6e730000000000000000000000000000000000000000000000000000000000007dffffffffffffffffffffffffffff000000000000000000000000000000008a161761062e565b6102b6886101da6102e0565b6102d6888888886102c7888a612d04565b6102d18789612d04565b61067c565b5050505050505050565b60006102ea610adf565b905090565b6102f7610392565b610321827f1873396a00000000000000000000000000000000000000000000000000000000610b11565b61036c7f6e730000000000000000000000000000000000000000000000000000000000007dffffffffffffffffffffffffffff0000000000000000000000000000000085161761062e565b610378836101da6102e0565b610383838383610b91565b505050565b60006102ea610c7f565b73ffffffffffffffffffffffffffffffffffffffff7f0000000000000000000000000000000000000000000000000000000000000000163003610401576040517f9f03a02600000000000000000000000000000000000000000000000000000000815260040160405180910390fd5b565b73ffffffffffffffffffffffffffffffffffffffff81166104657f6e730000000000000000000000000000000000000000000000000000000000007dffffffffffffffffffffffffffff00000000000000000000000000000000851617610c89565b73ffffffffffffffffffffffffffffffffffffffff16146101e95761048982610500565b816040517fd787b737000000000000000000000000000000000000000000000000000000008152600401610256929190612dd9565b6101e97f746273746f726500000000000000000053746f7265486f6f6b730000000000008383610d25565b60006104f760706010612e27565b9190911b919050565b606081601081901b6000610513836104e9565b9050827fffffffffffffffffffffffffffff00000000000000000000000000000000000083161561056e576105697fffffffffffffffffffffffffffff0000000000000000000000000000000000008416610e66565b6105a5565b6040518060400160405280600681526020017f3c726f6f743e00000000000000000000000000000000000000000000000000008152505b6fffffffffffffffffffffffffffffffff198316156105cc576105c783610e66565b610603565b6040518060400160405280600681526020017f3c726f6f743e00000000000000000000000000000000000000000000000000008152505b60405160200161061593929190612e3a565b6040516020818303038152906040529350505050919050565b61063781610ef0565b610679578061064582610500565b6040517ffbf10ce6000000000000000000000000000000000000000000000000000000008152600401610256929190612ca4565b50565b613a3160f11b867fffff00000000000000000000000000000000000000000000000000000000000016148015906106f557507f6f74000000000000000000000000000000000000000000000000000000000000867fffff0000000000000000000000000000000000000000000000000000000000001614155b1561075657613a3160f11b868760405160200161071491815260200190565b60408051601f19818403018152908290527f31b46683000000000000000000000000000000000000000000000000000000008252610256939291600401612ec8565b61075f85610f8d565b61076a8460016111d4565b6107758360006111d4565b60e084901c60e885901c0160ff168251146107d55760e084901c60e885901c0160ff1682516040517f0f72cb9800000000000000000000000000000000000000000000000000000000815260048101929092526024820152604401610256565b60e085901c60e886901c0160ff168151146108355760e085901c60e886901c0160ff1681516040517f7dec4c0000000000000000000000000000000000000000000000000000000000815260048101929092526024820152604401610256565b60e085901c60e886901c0160ff1660e084901c60e885901c0160ff16146108ad5760e085901c60e886901c0160ff1660e084901c60e885901c0160ff166040517ff29d4d8800000000000000000000000000000000000000000000000000000000815260048101929092526024820152604401610256565b6108b685611379565b6108bf84611379565b14610911576108cd85611379565b6108d684611379565b6040517f65cc0adf00000000000000000000000000000000000000000000000000000000815260048101929092526024820152604401610256565b61091a856113ab565b610923846113ab565b1461097557610931856113ab565b61093a846113ab565b6040517fedea958700000000000000000000000000000000000000000000000000000000815260048101929092526024820152604401610256565b60005b61098186611379565b811015610a1c576109ab61099585836113c8565b60c58111156109a6576109a6612f09565b6113f0565b6008601b8390030287901c60ff1614610a14576008601b8290030286901c60ff166109d961099586846113c8565b6040517f254c7db400000000000000000000000000000000000000000000000000000000815260048101929092526024820152604401610256565b600101610978565b50610a2686610ef0565b15610a80578586604051602001610a3f91815260200190565b60408051601f19818403018152908290527fdfaaf9cf0000000000000000000000000000000000000000000000000000000082526102569291600401612ca4565b610acc8686868686604051602001610a989190612f1f565b60405160208183030381529060405286604051602001610ab89190612f1f565b60405160208183030381529060405261144a565b610ad786600161152d565b505050505050565b7fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffcc36013560601c80610b0e5750335b90565b610b1b82826115e6565b6101e9576040517f74b5e6ff00000000000000000000000000000000000000000000000000000000815273ffffffffffffffffffffffffffffffffffffffff831660048201527fffffffff0000000000000000000000000000000000000000000000000000000082166024820152604401610256565b613a3160f11b837fffff0000000000000000000000000000000000000000000000000000000000001614610bd957613a3160f11b838460405160200161071491815260200190565b610be283610ef0565b610c3b578283604051602001610bfa91815260200190565b60408051601f19818403018152908290527f41e713ad0000000000000000000000000000000000000000000000000000000082526102569291600401612ca4565b610383837fffffffffffffffffffffffffffffffffffffffff000000000000000000000000606085901b166bff0000000000000000000000605885901b1617611602565b60006102ea6116bb565b604080516001808252818301909252600091829190602080830190803683370190505090508281600081518110610cc257610cc2612fa1565b60209081029190910101526000610d1a7f7462776f726c640000000000000000004e616d6573706163654f776e6572000083837e14010014000000000000000000000000000000000000000000000000000000611707565b60601c949350505050565b6000610d31848461173d565b90506000815167ffffffffffffffff811115610d4f57610d4f612cbd565b604051908082528060200260200182016040528015610d78578160200160208202803683370190505b5090506000805b8351811015610e57578473ffffffffffffffffffffffffffffffffffffffff16610dd0858381518110610db457610db4612fa1565b60200260200101516affffffffffffffffffffff191660601c90565b73ffffffffffffffffffffffffffffffffffffffff1614610e4f57838181518110610dfd57610dfd612fa1565b6020026020010151838381518110610e1757610e17612fa1565b7fffffffffffffffffffffffffffffffffffffffffff0000000000000000000000909216602092830291909101909101526001909101905b600101610d7f565b50808252610ad78686846117a8565b606060005b6010811015610ebc576fffffffffffffffffffffffffffffffff198316600882021b7fff000000000000000000000000000000000000000000000000000000000000001615610ebc57600101610e6b565b604080516fffffffffffffffffffffffffffffffff198516602082015281516030909101909152818152805b949350505050565b604080516001808252818301909252600091829190602080830190803683370190505090508281600081518110610f2957610f29612fa1565b60209081029190910101526000610f817f746273746f72650000000000000000005265736f75726365496473000000000083837e01010001000000000000000000000000000000000000000000000000000000611707565b9050610ee88160f81c90565b80610fc4576040517f220c0f6500000000000000000000000000000000000000000000000000000000815260040160405180910390fd5b6000610fcf826113ab565b90506005811115611016576040517f7f2372c30000000000000000000000000000000000000000000000000000000081526004810182905260056024820152604401610256565b600061102183611379565b9050600061102f8383612e27565b9050601c811115611076576040517f4a8a06ad00000000000000000000000000000000000000000000000000000000815260048101829052601c6024820152604401610256565b6000805b838110156111215760ff601b82900360080287901c1660008190036110ce576040517f01f2a07c00000000000000000000000000000000000000000000000000000000815260048101839052602401610256565b602081111561110c576040517f24c85d5800000000000000000000000000000000000000000000000000000000815260048101839052602401610256565b6111168184612e27565b92505060010161107a565b5061112b85611805565b81146111775761113a85611805565b6040517f9365944a000000000000000000000000000000000000000000000000000000008152600481019190915260248101829052604401610256565b825b601c811015610ad75760ff601b82900360080287901c1680156111cb576040517fbb68821a00000000000000000000000000000000000000000000000000000000815260048101839052602401610256565b50600101611179565b801580156111e0575081155b1561120157604051635318beb960e01b815260006004820152602401610256565b600061120c836113ab565b9050600581111561123357604051635318beb960e01b815260048101829052602401610256565b600061123e84611379565b9050600061124c8383612e27565b9050601c81111561127357604051635318beb960e01b815260048101829052602401610256565b6000805b838110156112df57600061128e61099589846113c8565b9050806000036112ca576040517ff1e56be400000000000000000000000000000000000000000000000000000000815260040160405180910390fd5b6112d48184612e27565b925050600101611277565b506112e986611805565b8114611314576112f886611805565b604051635318beb960e01b815260040161025691815260200190565b825b8281101561137057600061132d61099589846113c8565b90508015611367576040517ff1e56be400000000000000000000000000000000000000000000000000000000815260040160405180910390fd5b50600101611316565b50505050505050565b60006008600161138b60026020612fb7565b6113959190612fb7565b61139f9190612fca565b8260ff911c1692915050565b600060086001806113be60026020612fb7565b61138b9190612fb7565b6000601b8290036008028360ff911c1660c58111156113e9576113e9612f09565b9392505050565b6000808260c581111561140557611405612f09565b60ff169050606181101561141f57601f1660010192915050565b60618360c581111561143357611433612f09565b036114415750601492915050565b50600092915050565b6040805160208101879052808201869052606080820186905282518083039091018152608090910190915260006114818484611828565b9050600061148f8585611845565b604080516001808252818301909252919250600091906020808301908036833701905050905089816000815181106114c9576114c9612fa1565b60209081029190910101526115217f746273746f72650000000000000000005461626c657300000000000000000000828686867e60030220202000000000000000000000000000000000000000000000000000611871565b50505050505050505050565b60408051600180825281830190925260009160208083019080368337019050509050828160008151811061156357611563612fa1565b6020026020010181815250506103837f746273746f72650000000000000000005265736f75726365496473000000000060001b826000856040516020016115b191151560f81b815260010190565b60408051601f198184030181529190527e01010001000000000000000000000000000000000000000000000000000000611baa565b60006115f183611bc6565b80156113e957506113e98383611c2a565b60408051600180825281830190925260009160208083019080368337019050509050828160008151811061163857611638612fa1565b6020026020010181815250506103837f746273746f726500000000000000000053746f7265486f6f6b7300000000000060001b826000856040516020016116a791907fffffffffffffffffffffffffffffffffffffffffff000000000000000000000091909116815260150190565b604051602081830303815290604052611cfa565b7f629a4c26e296b22a8e0856e9f6ecb2d1008d7e00081111962cd175fa7488e1755460009073ffffffffffffffffffffffffffffffffffffffff1680611702573391505090565b919050565b60006117346117168686611d35565b60ff858116601b0360080285901c1661172f8587611d8b565b611dc4565b95945050505050565b6040805160018082528183019092526060916000919060208083019080368337019050509050828160008151811061177757611777612fa1565b602002602001018181525050600061179185836000611e15565b90506117346117a38260008451611e4f565b611edd565b6040805160018082528183019092526000916020808301908036833701905050905082816000815181106117de576117de612fa1565b6020026020010181815250506117ff848260006117fa86611eee565b611efe565b50505050565b6000600861181560026020612fb7565b61181f9190612fca565b9190911c919050565b8151815160009181810160389190911b1760609190911b176113e9565b6060828260405160200161185a929190612fe1565b604051602081830303815290604052905092915050565b7f6f74000000000000000000000000000000000000000000000000000000000000867fffff00000000000000000000000000000000000000000000000000000000000016036118fd57857f8dbb3a9672eebfd3773e72dd9c102393436816d832c7ba9e1e1ac8fcadcac7a9868686866040516118f0949392919061304c565b60405180910390a2610ad7565b600061190887611f39565b905060005b81518110156119e157600082828151811061192a5761192a612fa1565b602002602001015190506119566001826affffffffffffffffffffff1916611fbd90919063ffffffff16565b156119d8576040517f57066c9c000000000000000000000000000000000000000000000000000000008152606082901c906357066c9c906119a5908c908c908c908c908c908c9060040161308b565b600060405180830381600087803b1580156119bf57600080fd5b505af11580156119d3573d6000803e3d6000fd5b505050505b5060010161190d565b50867f8dbb3a9672eebfd3773e72dd9c102393436816d832c7ba9e1e1ac8fcadcac7a987878787604051611a18949392919061304c565b60405180910390a26000611a2c8888611d35565b90506000602087019050611a44826000895184611fdb565b6000611a4f856113ab565b1115611ad3576000611a618a8a61209a565b878155905060208601915060008060005b611a7b886113ab565b8160ff161015611ace57611a908d8d836120f0565b9250611aab8a8260ff166028026038011c64ffffffffff1690565b9150611aba8360008488611fdb565b611ac48286612e27565b9450600101611a72565b505050505b60005b8351811015611521576000848281518110611af357611af3612fa1565b60200260200101519050611b1f6002826affffffffffffffffffffff1916611fbd90919063ffffffff16565b15611ba1576040517f5b28cdaf000000000000000000000000000000000000000000000000000000008152606082901c90635b28cdaf90611b6e908e908e908e908e908e908e9060040161308b565b600060405180830381600087803b158015611b8857600080fd5b505af1158015611b9c573d6000803e3d6000fd5b505050505b50600101611ad6565b611bbf8585611bb98487611d8b565b85612170565b5050505050565b6000611bf2827f01ffc9a700000000000000000000000000000000000000000000000000000000611c2a565b80156101c05750611c23827fffffffff00000000000000000000000000000000000000000000000000000000611c2a565b1592915050565b6040517fffffffff0000000000000000000000000000000000000000000000000000000082166024820152600090819060440160408051601f19818403018152919052602080820180517bffffffffffffffffffffffffffffffffffffffffffffffffffffffff167f01ffc9a700000000000000000000000000000000000000000000000000000000178152825192935060009283928392909183918a617530fa92503d91506000519050828015611ce3575060208210155b8015611cef5750600081115b979650505050505050565b6000611d06858561240b565b90506000611d23828560ff166028026038011c64ffffffffff1690565b9050610ad7868686846000888861241e565b60008282604051602001611d4a9291906130e4565b60408051601f1981840301815291905280516020909101207f86425bff6b57326c7859e89024fe4f238ca327a1ae4a230180dd2f0e88aaa7d9189392505050565b600080805b8360ff16811015611dbc57611db260ff601b83900360080287901c1683612e27565b9150600101611d90565b509392505050565b600060208210611dea57602082048401935060208281611de657611de6613120565b0691505b508254600882021b602082900380841115611dbc576001850154600882021c82179150509392505050565b6060610ee8611e258585856120f0565b6000611e4a85611e35898961240b565b9060ff166028026038011c64ffffffffff1690565b6127f8565b600081831180611e5f5750835182115b15611e9c578383836040517f23230fa300000000000000000000000000000000000000000000000000000000815260040161025693929190613136565b60208401611eaa8482612e27565b90506000611eb88585612fb7565b6fffffffffffffffffffffffffffffffff1660809290921b9190911795945050505050565b606060006113e9836015600061281b565b6060816113e98160156000612896565b6000611f0a858561240b565b90506000611f27828560ff166028026038011c64ffffffffff1690565b9050610ad7868686600085888861241e565b60408051600180825281830190925260609160009190602080830190803683370190505090508281600081518110611f7357611f73612fa1565b60209081029190910101526000611fab7f746273746f726500000000000000000053746f7265486f6f6b730000000000008383611e15565b9050610ee86117a38260008451611e4f565b60008160ff1682611fce8560581c90565b1660ff1614905092915050565b821561205557602083106120055760208304840193506020838161200157612001613120565b0692505b82156120555760208390036000600019600885021c1990506008850281811c91508351811c90508119875416828216178755508184116120465750506117ff565b50600194909401939182900391015b5b602082106120775780518455600190930192601f1990910190602001612056565b81156117ff576000600019600884021c8554835182191691161785555050505050565b600082826040516020016120af9291906130e4565b60408051601f1981840301815291905280516020909101207f14e2fcc58e58e68ec7edc30c8d50dccc3ce2714a623ec81f46b6a63922d76569189392505050565b600083836040516020016121059291906130e4565b604051602081830303815290604052805190602001208260f81b7effffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff19167f3b4102da22e32d82fc925482184f16c09fd4281692720b87d124aef6da48a0f1181860001c90509392505050565b7f6f74000000000000000000000000000000000000000000000000000000000000847fffff00000000000000000000000000000000000000000000000000000000000016036121fa57837f8c0b5119d4cec7b284c6b1b39252a03d1e2f2d7451a5895562524c113bb952be8484846040516121ed9392919061315b565b60405180910390a26117ff565b60006122068585611d35565b9050600061221386611f39565b905060005b81518110156122e857600082828151811061223557612235612fa1565b602002602001015190506122616004826affffffffffffffffffffff1916611fbd90919063ffffffff16565b156122df576040517f964f667d000000000000000000000000000000000000000000000000000000008152606082901c9063964f667d906122ac908b908b908b908b90600401613198565b600060405180830381600087803b1580156122c657600080fd5b505af11580156122da573d6000803e3d6000fd5b505050505b50600101612218565b50857f8c0b5119d4cec7b284c6b1b39252a03d1e2f2d7451a5895562524c113bb952be86868660405161231d9392919061315b565b60405180910390a2612338828565ffffffffffff16856128ea565b60005b815181101561137057600082828151811061235857612358612fa1565b602002602001015190506123846008826affffffffffffffffffffff1916611fbd90919063ffffffff16565b15612402576040517fa8ba8721000000000000000000000000000000000000000000000000000000008152606082901c9063a8ba8721906123cf908b908b908b908b90600401613198565b600060405180830381600087803b1580156123e957600080fd5b505af11580156123fd573d6000803e3d6000fd5b505050505b5060010161233b565b60006113e961241a848461209a565b5490565b613a3160f11b877fffff000000000000000000000000000000000000000000000000000000000000161461246657613a3160f11b878860405160200161071491815260200190565b6000612481828760ff166028026038011c64ffffffffff1690565b9050600083518564ffffffffff168361249a9190612fb7565b6124a49190612e27565b90508082141580156124c65750816124bc86886131d1565b64ffffffffff1614155b15612516576040517fa65010b400000000000000000000000000000000000000000000000000000000815264ffffffffff8088166004830152808716602483015283166044820152606401610256565b818664ffffffffff161115612567576040517f7e8578d30000000000000000000000000000000000000000000000000000000081526004810183905264ffffffffff87166024820152604401610256565b6000612574848984612900565b905060006125818b611f39565b905060005b81518110156126595760008282815181106125a3576125a3612fa1565b602002602001015190506125cf6010826affffffffffffffffffffff1916611fbd90919063ffffffff16565b1561265057606081901c73ffffffffffffffffffffffffffffffffffffffff166355eb5a288e8e8e8e8e8d8f6040518863ffffffff1660e01b815260040161261d97969594939291906131f6565b600060405180830381600087803b15801561263757600080fd5b505af115801561264b573d6000803e3d6000fd5b505050505b50600101612586565b5064ffffffffff881660005b8a60ff168160ff1610156126985761268c878260ff166028026038011c64ffffffffff1690565b90910190600101612665565b508b7faa63765a776145e5e6492f471ae097dfed11cd57a61bc2679dd43180422385b48c838b878c6040516126d1959493929190613254565b60405180910390a2508284146126f25760006126ed8c8c61209a565b839055505b60006126ff8c8c8c6120f0565b9050612713818a64ffffffffff16896128ea565b5060005b81518110156127ea57600082828151811061273457612734612fa1565b602002602001015190506127606020826affffffffffffffffffffff1916611fbd90919063ffffffff16565b156127e157606081901c73ffffffffffffffffffffffffffffffffffffffff1663635845338e8e8e8e8e8a8f6040518863ffffffff1660e01b81526004016127ae97969594939291906131f6565b600060405180830381600087803b1580156127c857600080fd5b505af11580156127dc573d6000803e3d6000fd5b505050505b50600101612717565b505050505050505050505050565b60405160208101601f19603f8484010116604052828252611dbc858585846129ce565b606060006128298560801c90565b90506fffffffffffffffffffffffffffffffff8516600085828161284f5761284f613120565b04905060405193506020840160208202810160405281855260005b8281101561288a578451871c82529387019360209091019060010161286a565b50505050509392505050565b825160609060006128a78583612fca565b9050604051925060208301601f19603f83860101166040528184526000602088015b8482101561288a578051871b835291870191600191909101906020016128c9565b610383838383516128fb8560200190565b611fdb565b600064ffffffffff821115612944576040517f4767058800000000000000000000000000000000000000000000000000000000815260048101839052602401610256565b8366ffffffffffffff811660ff851660280260380182901c64ffffffffff16808510612976578085038201915061297e565b848103820391505b5064ffffffffff6038602860ff8816020181811b197fffffffffffffffffffffffffffffffffffffffffffffffffff000000000000009490941690921792909216918416901b1790509392505050565b8215612a5557602083106129f8576020830484019350602083816129f4576129f4613120565b0692505b8215612a55576020839003600081841015612a1b5750600019600884021c612a25565b50600019600882021c5b8554600886021b818451168219821617845250818411612a465750506117ff565b50600194909401939182900391015b5b60208210612a775783548152600190930192601f1990910190602001612a56565b81156117ff576000600019600884021c8251865482191691161782525050505050565b600060208284031215612aac57600080fd5b81357fffffffff00000000000000000000000000000000000000000000000000000000811681146113e957600080fd5b803573ffffffffffffffffffffffffffffffffffffffff8116811461170257600080fd5b60008060408385031215612b1357600080fd5b82359150612b2360208401612adc565b90509250929050565b60008083601f840112612b3e57600080fd5b50813567ffffffffffffffff811115612b5657600080fd5b6020830191508360208260051b8501011115612b7157600080fd5b9250929050565b60008060008060008060008060c0898b031215612b9457600080fd5b88359750602089013596506040890135955060608901359450608089013567ffffffffffffffff80821115612bc857600080fd5b612bd48c838d01612b2c565b909650945060a08b0135915080821115612bed57600080fd5b50612bfa8b828c01612b2c565b999c989b5096995094979396929594505050565b600080600060608486031215612c2357600080fd5b83359250612c3360208501612adc565b9150604084013560ff81168114612c4957600080fd5b809150509250925092565b60005b83811015612c6f578181015183820152602001612c57565b50506000910152565b60008151808452612c90816020860160208601612c54565b601f01601f19169290920160200192915050565b828152604060208201526000610ee86040830184612c78565b634e487b7160e01b600052604160045260246000fd5b604051601f8201601f1916810167ffffffffffffffff81118282101715612cfc57612cfc612cbd565b604052919050565b600067ffffffffffffffff80841115612d1f57612d1f612cbd565b8360051b6020612d30818301612cd3565b868152918501918181019036841115612d4857600080fd5b865b84811015612dcd57803586811115612d625760008081fd5b8801601f3681830112612d755760008081fd5b813588811115612d8757612d87612cbd565b612d9887601f198484011601612cd3565b91508082523687828501011115612daf5760008081fd5b80878401888401376000908201870152845250918301918301612d4a565b50979650505050505050565b604081526000612dec6040830185612c78565b905073ffffffffffffffffffffffffffffffffffffffff831660208301529392505050565b634e487b7160e01b600052601160045260246000fd5b808201808211156101c0576101c0612e11565b7fffff0000000000000000000000000000000000000000000000000000000000008416815260007f3a000000000000000000000000000000000000000000000000000000000000008060028401528451612e9b816003860160208901612c54565b808401905081600382015284519150612ebb826004830160208801612c54565b0160040195945050505050565b7fffff000000000000000000000000000000000000000000000000000000000000841681528260208201526060604082015260006117346060830184612c78565b634e487b7160e01b600052602160045260246000fd5b600060208083016020845280855180835260408601915060408160051b87010192506020870160005b82811015612f94577fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffc0888603018452612f82858351612c78565b94509285019290850190600101612f48565b5092979650505050505050565b634e487b7160e01b600052603260045260246000fd5b818103818111156101c0576101c0612e11565b80820281158282048414176101c0576101c0612e11565b60008351612ff3818460208801612c54565b835190830190613007818360208801612c54565b01949350505050565b60008151808452602080850194506020840160005b8381101561304157815187529582019590820190600101613025565b509495945050505050565b60808152600061305f6080830187613010565b82810360208401526130718187612c78565b90508460408401528281036060840152611cef8185612c78565b86815260c0602082015260006130a460c0830188613010565b82810360408401526130b68188612c78565b905085606084015282810360808401526130d08186612c78565b9150508260a0830152979650505050505050565b8281526000602080830184516020860160005b82811015613113578151845292840192908401906001016130f7565b5091979650505050505050565b634e487b7160e01b600052601260045260246000fd5b6060815260006131496060830186612c78565b60208301949094525060400152919050565b60608152600061316e6060830186613010565b65ffffffffffff85166020840152828103604084015261318e8185612c78565b9695505050505050565b8481526080602082015260006131b16080830186613010565b65ffffffffffff851660408401528281036060840152611cef8185612c78565b64ffffffffff8181168382160190808211156131ef576131ef612e11565b5092915050565b87815260e06020820152600061320f60e0830189613010565b60ff8816604084015264ffffffffff87811660608501528616608084015260a0830185905282810360c08401526132468185612c78565b9a9950505050505050505050565b60a08152600061326760a0830188613010565b65ffffffffffff8716602084015264ffffffffff86166040840152846060840152828103608084015261329a8185612c78565b9897505050505050505056fea164736f6c6343000818000a","sourceMap":"1115:3225:89:-:0;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;2265:198:58;;;;;;:::i;:::-;;:::i;:::-;;;516:14:207;;509:22;491:41;;479:2;464:18;2265:198:58;;;;;;;;4045:293:89;;;;;;:::i;:::-;;:::i;:::-;;1897:748;;;;;;:::i;:::-;;:::i;1196:113:58:-;;;:::i;:::-;;;2842:42:207;2830:55;;;2812:74;;2800:2;2785:18;1196:113:58;2666:226:207;1550:110:58;;;-1:-1:-1;;3551:14:58;3547:25;3534:39;3043:25:207;;3031:2;3016:18;1550:110:58;2897:177:207;3108:595:89;;;;;;:::i;:::-;;:::i;1876:98:58:-;;;:::i;2265:198::-;2341:4;2360:54;;;2375:39;2360:54;;:98;;-1:-1:-1;2418:40:58;;;2433:25;2418:40;2360:98;2353:105;2265:198;-1:-1:-1;;2265:198:58:o;4045:293:89:-;995:20:82;:18;:20::i;:::-;4199:49:89::1;4226:7;4235:12;:10;:12::i;:::-;4199:26;:49::i;:::-;4282:51;4312:7;4321:11;4282:29;:51::i;:::-;4045:293:::0;;:::o;1897:748::-;995:20:82;:18;:20::i;:::-;2212:9:89::1;2191:17;:7:::0;:15:::1;:17::i;:::-;-1:-1:-1::0;;2191:30:89::1;::::0;2187:110:::1;;2262:7;2271:18;:7;:16;:18::i;:::-;2238:52;;;;;;;;;;;;:::i;:::-;;;;;;;;2187:110;2349:56;816:18:98::0;578:36:59;2820:46;;2819:74;2349:30:89::1;:56::i;:::-;2467:49;2494:7;2503:12;:10;:12::i;2467:49::-;2549:91;2573:7:::0;2582:11;2595:9;2606:11;2549:91:::1;2619:8:::0;;2549:91:::1;:::i;:::-;;2629:10:::0;;2549:91:::1;:::i;:::-;:23;:91::i;:::-;1897:748:::0;;;;;;;;:::o;1196:113:58:-;1239:14;1268:36;:34;:36::i;:::-;1261:43;;1196:113;:::o;3108:595:89:-;995:20:82;:18;:20::i;:::-;3321:68:89::1;3346:11;3360:28;3321:16;:68::i;:::-;3442:56;816:18:98::0;578:36:59;2820:46;;2819:74;2349:30:89::1;:56::i;3442:::-;3548:49;3575:7;3584:12;:10;:12::i;3548:49::-;3629:69;3657:7;3666:11;3679:18;3629:27;:69::i;:::-;3108:595:::0;;;:::o;1876:98:58:-;1915:7;1937:32;:30;:32::i;1113:189:82:-;1182:23;1199:6;1182:23;1190:4;1182:23;1171:127;;1266:25;;;;;;;;;;;;;;1171:127;1113:189::o;2074:233:42:-;2159:58;;;:48;816:18:98;578:36:59;2820:46;;2819:74;2159:19:42;:48::i;:::-;:58;;;2155:148;;2266:21;:10;:19;:21::i;:::-;2289:6;2234:62;;;;;;;;;;;;:::i;12902:170:20:-;12990:77;1075:66:28;13037:7:20;13054:11;12990:27;:77::i;3030:160:59:-;3093:7;3157:26;438:6;385:5:16;3157:26:59;:::i;:::-;3123:61;;;;;3030:160;-1:-1:-1;3030:160:59:o;3351:592::-;3415:13;3485:10;385:5:16;2502:44:59;;;3436:19;3583;3485:10;3583:7;:19::i;:::-;3560:42;-1:-1:-1;3665:12:59;3704:35;;;;:102;;3753:53;;;;:34;:53::i;:::-;3704:102;;;;;;;;;;;;;;;;;;;;;-1:-1:-1;;3833:25:59;;;:87;;3872:48;3907:12;3872:34;:48::i;:::-;3833:87;;;;;;;;;;;;;;;;;;;;;3637:293;;;;;;;;;;:::i;:::-;;;;;;;;;;;;;3608:330;;;;;3351:592;;;:::o;2536:206:42:-;2610:34;2633:10;2610:22;:34::i;:::-;2605:133;;2697:10;2709:21;:10;:19;:21::i;:::-;2661:70;;;;;;;;;;;;:::i;2605:133::-;2536:206;:::o;8858:2614:20:-;-1:-1:-1;;;9118:7:20;:35;;;;;;:83;;-1:-1:-1;9178:23:20;9157:7;:44;;;;9118:83;9114:209;;;-1:-1:-1;;;9273:7:20;9306;9289:25;;;;;;8363:19:207;;8407:2;8398:12;;8203:213;9289:25:20;;;;-1:-1:-1;;9289:25:20;;;;;;;;;;9218:98;;;;;;;;;;:::i;9114:209::-;9369:22;:11;:20;:22::i;:::-;9432:40;:9;9465:4;9432:18;:40::i;:::-;9478:43;:11;9513:5;9478:20;:43::i;:::-;1576:38:30;5165:60:17;;;1408:34:30;5088:59:17;;;5082:144;5067:159;;9609:8:20;:15;:40;9605:148;;1576:38:30;5165:60:17;;;1408:34:30;5088:59:17;;;5082:144;5067:159;;9730:15:20;;9666:80;;;;;;;;9064:25:207;;;;9105:18;;;9098:34;9037:18;;9666:80:20;8890:248:207;9605:148:20;1576:38:30;5165:60:17;;;1408:34:30;5088:59:17;;;5082:144;5067:159;;9803:10:20;:17;:44;9799:158;;1576:38:30;5165:60:17;;;1408:34:30;5088:59:17;;;5082:144;5067:159;;9932:17:20;;9864:86;;;;;;;;9064:25:207;;;;9105:18;;;9098:34;9037:18;;9864:86:20;8890:248:207;9799:158:20;1576:38:30;5165:60:17;;;1408:34:30;5088:59:17;;;5082:144;5067:159;;1576:38:30;5165:60:17;;;1408:34:30;5088:59:17;;;5082:144;5067:159;;10014:50:20;10010:171;;1576:38:30;5165:60:17;;;1408:34:30;5088:59:17;;;5082:144;5067:159;;1576:38:30;5165:60:17;;;1408:34:30;5088:59:17;;;5082:144;5067:159;;10081:93:20;;;;;;;;9064:25:207;;;;9105:18;;;9098:34;9037:18;;10081:93:20;8890:248:207;10010:171:20;10223:29;:11;:27;:29::i;:::-;10190;:11;:27;:29::i;:::-;:62;10186:225;;10328:29;:11;:27;:29::i;:::-;10367;:11;:27;:29::i;:::-;10269:135;;;;;;;;9064:25:207;;;;9105:18;;;9098:34;9037:18;;10269:135:20;8890:248:207;10186:225:20;10454:30;:11;:28;:30::i;:::-;10420;:11;:28;:30::i;:::-;:64;10416:230;;10561:30;:11;:28;:30::i;:::-;10601;:11;:28;:30::i;:::-;10501:138;;;;;;;;9064:25:207;;;;9105:18;;;9098:34;9037:18;;10501:138:20;8890:248:207;10416:230:20;10743:9;10738:314;10758:29;:11;:27;:29::i;:::-;10754:1;:33;10738:314;;;10832:44;:22;:11;10852:1;10832:19;:22::i;:::-;:42;;;;;;;;:::i;:::-;;:44::i;:::-;537:1:30;4479:19:3;:27;;;4478:44;4444:79;;;4431:93;;10806:70:20;10802:244;;537:1:30;4479:19:3;:27;;;4478:44;4444:79;;;4431:93;;10983:44:20;:22;:11;11003:1;10983:19;:22::i;:44::-;10895:142;;;;;;;;9064:25:207;;;;9105:18;;;9098:34;9037:18;;10895:142:20;8890:248:207;10802:244:20;10789:3;;10738:314;;;;11114:31;11137:7;11114:22;:31::i;:::-;11110:140;;;11200:7;11233;11216:25;;;;;;8363:19:207;;8407:2;8398:12;;8203:213;11216:25:20;;;;-1:-1:-1;;11216:25:20;;;;;;;;;;11162:81;;;;;;;;;:::i;11110:140::-;11291:103;11303:7;11312:11;11325:9;11336:11;11360:8;11349:20;;;;;;;;:::i;:::-;;;;;;;;;;;;;11382:10;11371:22;;;;;;;;:::i;:::-;;;;;;;;;;;;;11291:11;:103::i;:::-;11430:37;11453:7;11462:4;11430:22;:37::i;:::-;8858:2614;;;;;;:::o;2743:383:58:-;3029:34;3033:14;3029:34;3016:48;3010:4;3006:59;;3076:45;;-1:-1:-1;3111:10:58;3076:45;2743:383;:::o;879:238:92:-;964:61;996:15;1013:11;964:31;:61::i;:::-;959:156;;1040:70;;;;;10401:42:207;10389:55;;1040:70:92;;;10371:74:207;10493:66;10481:79;;10461:18;;;10454:107;10344:18;;1040:70:92;10199:368:207;12074:624:20;-1:-1:-1;;;12258:7:20;:35;;;12254:161;;-1:-1:-1;;;12365:7:20;12398;12381:25;;;;;;8363:19:207;;8407:2;8398:12;;8203:213;12254:161:20;12460:31;12483:7;12460:22;:31::i;:::-;12455:136;;12541:7;12574;12557:25;;;;;;8363:19:207;;8407:2;8398:12;;8203:213;12557:25:20;;;;-1:-1:-1;;12557:25:20;;;;;;;;;;12508:76;;;;;;;;;:::i;12455:136::-;12597:96;12614:7;979:29:4;987:20;;;;979:29;1011:30;;;;;;979:62;12597:16:20;:96::i;3799:97:58:-;3840:7;3862:29;:27;:29::i;4483:306:74:-;4594:16;;;4608:1;4594:16;;;;;;;;;4544:13;;;;4594:16;;;;;;;;;;;;-1:-1:-1;4594:16:74;4565:45;;4649:11;4616:9;4626:1;4616:12;;;;;;;;:::i;:::-;;;;;;;;;;:45;4668:13;4684:62;1269:66;4719:9;4668:13;1449:66;4684:24;:62::i;:::-;4760:23;;;4483:306;-1:-1:-1;;;;4483:306:74:o;1408:1069:4:-;1551:29;1583:42;1594:11;1607:17;1583:10;:42::i;:::-;1551:74;;1743:25;1785:12;:19;1771:34;;;;;;;;:::i;:::-;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;-1:-1:-1;1771:34:4;;1743:62;;1853:21;1903:25;1898:312;1950:12;:19;1930:17;:39;1898:312;;;2073:19;2006:87;;:55;2016:12;2029:17;2016:31;;;;;;;;:::i;:::-;;;;;;;2006:53;;;3404:35;;;3274:170;2006:55;:87;;;2002:200;;2133:12;2146:17;2133:31;;;;;;;;:::i;:::-;;;;;;;2107:8;2116:13;2107:23;;;;;;;;:::i;:::-;:57;;;;:23;;;;;;;;;;;:57;2176:15;;;;;2002:200;1971:19;;1898:312;;;;2363:13;2353:8;2346:31;2420:52;2431:11;2444:17;2463:8;2420:10;:52::i;1796:322:59:-;1866:13;1887:14;1907:80;1923:2;1914:6;:11;1907:80;;;-1:-1:-1;;1941:34:59;;3152:1:2;3148:13;;3144:24;1941:39:59;;1937:50;1982:5;1937:50;1927:8;;1907:80;;;2023:30;;;-1:-1:-1;;10902:79:207;;2023:30:59;;;10890:92:207;2023:30:59;;10998:12:207;;;;2023:30:59;;;809:21:2;;;2023:30:59;2073:39;2059:54;1796:322;-1:-1:-1;;;;1796:322:59:o;3588:314:27:-;3702:16;;;3716:1;3702:16;;;;;;;;;3654:11;;;;3702:16;;;;;;;;;;;;-1:-1:-1;3702:16:27;3673:45;;3757:10;3724:9;3734:1;3724:12;;;;;;;;:::i;:::-;;;;;;;;;;:44;3775:13;3791:62;1076:66;3826:9;3775:13;1253:66;3791:24;:62::i;:::-;3775:78;;3867:29;3888:5;3875:20;;1452:10:16;1343:126;6774:1658:3;6457:45;6837:86;;6879:37;;;;;;;;;;;;;;6837:86;6929:25;6957:30;:11;:28;:30::i;:::-;6929:58;;902:1:30;6997:17:3;:38;6993:155;;;7052:89;;;;;;;;9064:25:207;;;902:1:30;9105:18:207;;;9098:34;9037:18;;7052:89:3;8890:248:207;6993:155:3;7154:24;7181:29;:11;:27;:29::i;:::-;7154:56;-1:-1:-1;7216:23:3;7242:36;7261:17;7154:56;7242:36;:::i;:::-;7216:62;;647:2:30;7288:15:3;:34;7284:140;;;7339:78;;;;;;;;9064:25:207;;;647:2:30;9105:18:207;;;9098:34;9037:18;;7339:78:3;8890:248:207;7284:140:3;7466:25;7502:9;7497:427;7517:16;7513:1;:20;7497:427;;;4431:93;4479:19;:27;;;537:1:30;4478:44:3;4444:79;;;4431:93;7545:24;7606:21;;;7602:232;;7646:51;;;;;;;;3043:25:207;;;3016:18;;7646:51:3;2897:177:207;7602:232:3;334:2:30;7716:16:3;:28;7712:122;;;7763:62;;;;;;;;3043:25:207;;;3016:18;;7763:62:3;2897:177:207;7712:122:3;7841:37;7862:16;7841:37;;:::i;:::-;;-1:-1:-1;;7906:3:3;;7497:427;;;;7991:30;:11;:28;:30::i;:::-;7970:17;:51;7966:183;;8092:30;:11;:28;:30::i;:::-;8038:104;;;;;;;;9064:25:207;;;;9105:18;;;9098:34;;;9037:18;;8038:104:3;8890:248:207;7966:183:3;8205:16;8188:240;647:2:30;8223:1:3;:20;8188:240;;;4431:93;4479:19;:27;;;537:1:30;4478:44:3;4444:79;;;4431:93;8319:21;;8315:107;;8359:54;;;;;;;;3043:25:207;;;3016:18;;8359:54:3;2897:177:207;8315:107:3;-1:-1:-1;8245:3:3;;8188:240;;5689:1629:17;5796:10;5795:11;:31;;;;-1:-1:-1;6457:45:3;;5810:16:17;5791:80;;;5835:36;;-1:-1:-1;;;5835:36:17;;5869:1;5835:36;;;3043:25:207;3016:18;;5835:36:17;2897:177:207;5791:80:17;5934:25;5962;:6;:23;:25::i;:::-;5934:53;;902:1:30;5997:17:17;:38;5993:103;;;6044:52;;-1:-1:-1;;;6044:52:17;;;;;3043:25:207;;;3016:18;;6044:52:17;2897:177:207;5993:103:17;6103:24;6130;:6;:22;:24::i;:::-;6103:51;-1:-1:-1;6224:23:17;6250:36;6269:17;6103:51;6250:36;:::i;:::-;6224:62;;647:2:30;6296:15:17;:34;6292:97;;;6339:50;;-1:-1:-1;;;6339:50:17;;;;;3043:25:207;;;3016:18;;6339:50:17;2897:177:207;6292:97:17;6450:25;6486:9;6481:313;6501:16;6497:1;:20;6481:313;;;6529:24;6556:39;:17;:6;6571:1;6556:14;:17::i;:39::-;6529:66;;6607:16;6627:1;6607:21;6603:101;;6647:48;;;;;;;;;;;;;;6603:101;6711:37;6732:16;6711:37;;:::i;:::-;;-1:-1:-1;;6776:3:17;;6481:313;;;;6862:25;:6;:23;:25::i;:::-;6841:17;:46;6837:134;;6938:25;:6;:23;:25::i;:::-;6904:60;;-1:-1:-1;;;6904:60:17;;;;;;3043:25:207;;3031:2;3016:18;;2897:177;6837:134:17;7046:16;7029:285;7068:15;7064:1;:19;7029:285;;;7095:24;7122:39;:17;:6;7137:1;7122:14;:17::i;:39::-;7095:66;-1:-1:-1;7173:20:17;;7169:100;;7212:48;;;;;;;;;;;;;;7169:100;-1:-1:-1;7296:3:17;;7029:285;;;;5753:1565;;;;5689:1629;;:::o;5135:171:3:-;5208:7;537:1:30;1425;1409:13;1421:1;334:2;1409:13;:::i;:::-;:17;;;;:::i;:::-;1408:34;;;;:::i;:::-;5244:11:3;5223:78;5236:64;;5223:78;;5135:171;-1:-1:-1;;5135:171:3:o;5533:173::-;5607:7;537:1:30;1597;;1577:13;1589:1;334:2;1577:13;:::i;:::-;:17;;;;:::i;3948:206:17:-;4018:10;4108:19;:27;;;4139:1;4107:33;4086:6;4061:82;4078:63;;4061:82;;;;;;;;;:::i;:::-;4054:89;3948:206;-1:-1:-1;;;3948:206:17:o;3195:520:1:-;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:1:o;3312:401::-;3610:18;3596:10;:32;;;;;;;;:::i;:::-;;3592:121;;-1:-1:-1;3643:2:1;;3195:520;-1:-1:-1;;3195:520:1:o;3592:121::-;-1:-1:-1;3707:1:1;;3195:520;-1:-1:-1;;3195:520:1:o;20651:676:29:-;25205:53;;;;;;12253:19:207;;;12288:12;;;12281:28;;;25178:12:29;12325::207;;;12318:28;;;25205:53:29;;;;;;;;;;12362:12:207;;;;25205:53:29;;;20942:29;20974:55;20988:18;21008:20;20974:13;:55::i;:::-;20942:87;;21035:25;21063:55;21077:18;21097:20;21063:13;:55::i;:::-;21154:16;;;21168:1;21154:16;;;;;;;;;21035:83;;-1:-1:-1;21125:26:29;;21154:16;;;;;;;;;;;;-1:-1:-1;21154:16:29;21125:45;;21209:7;21176:9;21186:1;21176:12;;;;;;;;:::i;:::-;;;;;;;;;;:41;21224:98;1171:66;21254:9;21265:11;21278:15;21295:12;1343:66;21224:19;:98::i;:::-;20853:474;;;;20651:676;;;;;;:::o;4952:268:27:-;5052:16;;;5066:1;5052:16;;;;;;;;;5023:26;;5052:16;;;;;;;;;;;-1:-1:-1;5052:16:27;5023:45;;5107:10;5074:9;5084:1;5074:12;;;;;;;;:::i;:::-;;;;;;:44;;;;;5125:90;1076:66;1060:83;;5160:9;5171:1;5192:6;5174:26;;;;;;11668:14:207;11661:22;11656:3;11652:32;11640:45;;11710:1;11701:11;;11517:201;5174:26:27;;;;-1:-1:-1;;5174:26:27;;;;;;;;;1253:66;5125:24;:90::i;1313:272:45:-;1400:4;1499:23;1514:7;1499:14;:23::i;:::-;:81;;;;;1526:54;1559:7;1568:11;1526:32;:54::i;10391:254:28:-;10488:16;;;10502:1;10488:16;;;;;;;;;10459:26;;10488:16;;;;;;;;;;;-1:-1:-1;10488:16:28;10459:45;;10543:7;10510:9;10520:1;10510:12;;;;;;;;:::i;:::-;;;;;;:41;;;;;10558:82;1075:66;1059:83;;10597:9;10608:1;10629:8;10611:28;;;;;;;11876:66:207;11864:79;;;;11852:92;;11969:2;11960:12;;11723:255;10611:28:28;;;;;;;;;;;;;10558;:82::i;1766:227:24:-;996:42;1855:22;1816:7;;1855:22;;;1883:106;;1931:10;1924:17;;;1766:227;:::o;1883:106::-;1969:13;1766:227;-1:-1:-1;1766:227:24:o;38022:541:20:-;38179:7;38316:242;38360:59;38401:7;38410:8;38360:40;:59::i;:::-;38437:31;;;;4479:19:3;:27;537:1:30;4478:44:3;4444:79;;;4431:93;38486:63:20;38525:11;38538:10;38486:38;:63::i;:::-;38316:17;:242::i;:::-;38303:255;38022:541;-1:-1:-1;;;;;38022:541:20:o;4214:369:26:-;4354:16;;;4368:1;4354:16;;;;;;;;;4295:22;;4325:26;;4354:16;;;;;;;;;;;;-1:-1:-1;4354:16:26;4325:45;;4409:10;4376:9;4386:1;4376:12;;;;;;;;:::i;:::-;;;;;;:44;;;;;4427:18;4448:49;4474:8;4484:9;4495:1;4448:25;:49::i;:::-;4427:70;;4511:66;:44;4532:5;4539:1;4542:5;:12;4511:20;:44::i;:::-;:64;:66::i;5601:282::-;5727:16;;;5741:1;5727:16;;;;;;;;;5698:26;;5727:16;;;;;;;;;;;-1:-1:-1;5727:16:26;5698:45;;5782:10;5749:9;5759:1;5749:12;;;;;;;;:::i;:::-;;;;;;:44;;;;;5800:78;5826:8;5836:9;5847:1;5850:27;5870:5;5850:18;:27::i;:::-;5800:25;:78::i;:::-;5692:191;5601:282;;;:::o;4754:171:3:-;4828:7;537:1:30;1247:13;1259:1;334:2;1247:13;:::i;:::-;1246:30;;;;:::i;:::-;4850:70:3;;;;;4754:171;-1:-1:-1;4754:171:3:o;25454:388:29:-;25762:32;;25796:34;;25580:29;;2444:5:15;;;834:16;2475:39;;;;2457:58;2556:23;2541:39;;;;2523:58;25740:91:29;2303:344:15;26007:234:29;26133:12;26184:18;26213:20;26160:76;;;;;;;;;:::i;:::-;;;;;;;;;;;;;26153:83;;26007:234;;;;:::o;15127:3138:20:-;15421:23;15400:7;:44;;;15396:198;;15514:7;15498:75;15523:8;15533:10;15545:14;15561:11;15498:75;;;;;;;;;:::i;:::-;;;;;;;;15581:7;;15396:198;15732:22;15757:24;15773:7;15757:15;:24::i;:::-;15732:49;;15792:9;15787:340;15807:5;:12;15803:1;:16;15787:340;;;15834:9;15856:5;15862:1;15856:8;;;;;;;;:::i;:::-;;;;;;;15834:31;;15877:33;343:6:32;15877:4:20;:14;;;;;:33;;;;:::i;:::-;15873:248;;;15922:190;;;;;3404:35:4;;;;;15922:47:20;;:190;;15981:7;;16000:8;;16020:10;;16042:14;;16068:11;;16091;;15922:190;;;:::i;:::-;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;15873:248;-1:-1:-1;15821:3:20;;15787:340;;;;16191:7;16175:75;16200:8;16210:10;16222:14;16238:11;16175:75;;;;;;;;;:::i;:::-;;;;;;;;16314:26;16343:59;16384:7;16393:8;16343:40;:59::i;:::-;16314:88;-1:-1:-1;16408:21:20;828:4:14;818:15;;16408:54:20;;16468:149;16506:18;16540:1;16557:10;:17;16597:13;16468;:149::i;:::-;16717:1;16684:30;:11;:28;:30::i;:::-;:34;16680:1174;;;16803:33;16839:66;16887:7;16896:8;16839:47;:66::i;:::-;629:28:19;;;16803:102:20;-1:-1:-1;828:4:14;818:15;;17079:47:20;;17235:27;17270:25;17308:7;17303:545;17321:30;:11;:28;:30::i;:::-;17317:1;:34;;;17303:545;;;17387:63;17429:7;17438:8;17448:1;17387:41;:63::i;:::-;17365:85;-1:-1:-1;17480:25:20;:14;17503:1;6801:16:15;;922;6801;834;6790:27;6750:68;6728:92;;;6613:218;17480:25:20;17460:45;;17515:170;17557:19;17596:1;17617:17;17661:13;17515;:170::i;:::-;17695:34;17712:17;17695:34;;:::i;:::-;;-1:-1:-1;17826:3:20;;17303:545;;;;16720:1134;;;16680:1174;17928:9;17923:338;17943:5;:12;17939:1;:16;17923:338;;;17970:9;17992:5;17998:1;17992:8;;;;;;;;:::i;:::-;;;;;;;17970:31;;18013:32;437:6:32;18013:4:20;:14;;;;;:32;;;;:::i;:::-;18009:246;;;18057:189;;;;;3404:35:4;;;;;18057:46:20;;:189;;18115:7;;18134:8;;18154:10;;18176:14;;18202:11;;18225;;18057:189;;;:::i;:::-;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;18009:246;-1:-1:-1;17957:3:20;;17923:338;;24989:355;25161:178;25195:7;25220:8;25250:63;25289:11;25302:10;25250:38;:63::i;:::-;25328:4;25161:16;:178::i;:::-;24989:355;;;;;:::o;709:400:45:-;773:4;962:68;995:7;1004:25;962:32;:68::i;:::-;:142;;;;-1:-1:-1;1041:63:45;1074:7;1083:20;1041:32;:63::i;:::-;1040:64;949:155;709:400;-1:-1:-1;;709:400:45:o;4133:576::-;4296:56;;15096:66:207;15084:79;;4296:56:45;;;15066:98:207;4235:4:45;;;;15039:18:207;;4296:56:45;;;-1:-1:-1;;4296:56:45;;;;;;;;;;;;;;;;;;;;;4534:20;;4296:56;;-1:-1:-1;;;;;;;4296:56:45;;-1:-1:-1;;4499:7:45;4492:5;4481:86;4470:97;;4588:16;4574:30;;4632:4;4626:11;4611:26;;4656:7;:29;;;;;4681:4;4667:10;:18;;4656:29;:48;;;;;4703:1;4689:11;:15;4656:48;4649:55;4133:576;-1:-1:-1;;;;;;;4133:576:45:o;30619:790:20:-;30878:36;30917:66;30965:7;30974:8;30917:47;:66::i;:::-;30878:105;-1:-1:-1;30989:26:20;31025:49;30878:105;31056:17;6801:16:15;;922;6801;834;6790:27;6750:68;6728:92;;;6613:218;31025:49:20;30989:86;;31113:291;31167:7;31192:8;31227:17;31277:19;31318:1;31333:10;31375:22;31113:36;:291::i;52539:191::-;52641:7;52705;52714:8;52688:35;;;;;;;;;:::i;:::-;;;;-1:-1:-1;;52688:35:20;;;;;;;;;52678:46;;52688:35;52678:46;;;;44145:22;52671:53;;52539:191;-1:-1:-1;;;52539:191:20:o;53556:242::-;53652:7;;;53691:84;53711:10;53707:14;;:1;:14;53691:84;;;53736:32;4431:93:3;4479:19;:27;;;537:1:30;4478:44:3;4444:79;;;4431:93;53736:32:20;;:::i;:::-;;-1:-1:-1;53723:3:20;;53691:84;;;-1:-1:-1;53787:6:20;53556:242;-1:-1:-1;;;53556:242:20:o;8879:812:19:-;8977:14;9013:2;9003:6;:12;8999:112;;9072:2;9063:6;:11;9045:29;;;;9094:2;9084:12;;;;;;:::i;:::-;;;;8999:112;-1:-1:-1;9302:21:19;;9287:12;9275:25;;9271:53;9450:2;:11;;;9532:22;;;9528:159;;;9668:1;9652:14;9648:22;9642:29;9627:12;9612:13;9608:32;9604:68;9596:6;9593:80;9583:90;;8993:698;8879:812;;;;;:::o;39031:522:20:-;39167:12;39291:257;39330:79;39372:7;39381:8;39391:17;39330:41;:79::i;:::-;39427:1;39446:93;39521:17;39446:66;39494:7;39503:8;39446:47;:66::i;:::-;:74;6801:16:15;;922;6801;834;6790:27;6750:68;6728:92;;;6613:218;39446:93:20;39291:12;:257::i;1954:561:18:-;2045:5;2140:3;2132:5;:11;:32;;;;2153:4;:11;2147:3;:17;2132:32;2128:80;;;2191:4;2197:5;2204:3;2173:35;;;;;;;;;;;;;:::i;2128:80::-;2274:4;2264:15;;2321:16;2332:5;2264:15;2321:16;:::i;:::-;;-1:-1:-1;2343:12:18;2358:11;2364:5;2358:3;:11;:::i;:::-;643:17;2493:15;2485:3;2474:14;;;;2473:36;;;;;;-1:-1:-1;;;;;1954:561:18:o;40037:220:34:-;40103:24;40135:30;40168:32;40186:6;40194:2;40198:1;40168:17;:32::i;39736:222:35:-;39800:12;39890:6;39914:39;39890:6;39947:2;39951:1;39914:17;:39::i;26034:737:20:-;26285:36;26324:66;26372:7;26381:8;26324:47;:66::i;:::-;26285:105;-1:-1:-1;26396:26:20;26432:49;26285:105;26463:17;6801:16:15;;922;6801;834;6790:27;6750:68;6728:92;;;6613:218;26432:49:20;26396:86;;26489:277;26543:7;26568:8;26603:17;26646:1;26668:19;26701:4;26737:22;26489:36;:277::i;4391:342:28:-;4507:16;;;4521:1;4507:16;;;;;;;;;4448:22;;4478:26;;4507:16;;;;;;;;;;;;-1:-1:-1;4507:16:28;4478:45;;4562:7;4529:9;4539:1;4529:12;;;;;;;;:::i;:::-;;;;;;;;;;:41;4577:18;4598:49;1075:66;4634:9;4577:18;4598:25;:49::i;:::-;4577:70;;4661:66;:44;4682:5;4689:1;4692:5;:12;4661:20;:44::i;2903:136:4:-;2973:4;3025:9;2992:42;;3011:9;2993:15;3003:4;3802:26;;;3672:162;2993:15;:27;2992:42;;;2985:49;;2903:136;;;;:::o;1423:2340:19:-;1536:10;;1532:1504;;1689:2;1679:6;:12;1675:122;;1752:2;1743:6;:11;1725:29;;;;1776:2;1766:12;;;;;;:::i;:::-;;;;1675:122;1887:10;;1883:1147;;2095:2;:11;;;1969:21;-1:-1:-1;;537:1:30;738:25:31;;716:48;2142:18:19;2127:33;;2329:12;2321:6;2317:25;2376:4;2365:9;2361:20;2353:28;;2431:13;2425:20;2414:9;2410:36;2392:54;;2679:4;2675:9;2658:14;2652:21;2648:37;2579:4;2567:10;2563:21;2506:193;2478:14;2458:253;;2770:13;2760:6;:23;2756:36;;2785:7;;;;2756:36;-1:-1:-1;2933:1:19;2915:19;;;;;2988:23;;;;;2946:30;1883:1147;3066:253;3083:2;3073:6;:12;3066:253;;3178:20;;3155:44;;3252:1;3234:19;;;;-1:-1:-1;;3292:12:19;;;;3280:2;3263:19;3066:253;;;3387:10;;3383:376;;3407:12;-1:-1:-1;;537:1:30;738:25:31;;716:48;3695:21:19;;3606:20;;3628:9;;3602:36;3691:32;;3551:184;3507:238;;-1:-1:-1;1423:2340:19;;;;:::o;55104:230:20:-;55225:7;55309;55318:8;55292:35;;;;;;;;;:::i;:::-;;;;-1:-1:-1;;55292:35:20;;;;;;;;;55282:46;;55292:35;55282:46;;;;44308:40;55255:73;;55104:230;-1:-1:-1;;;55104:230:20:o;54475:274::-;54619:7;54724;54733:8;54707:35;;;;;;;;;:::i;:::-;;;;;;;;;;;;;54697:46;;;;;;54676:17;54669:25;;54649:45;;;44217:34;54649:45;:94;54641:103;;54634:110;;54475:274;;;;;:::o;18901:1676::-;19101:23;19080:7;:44;;;19076:232;;19231:7;19187:100;19250:8;19267:5;19280:4;19187:100;;;;;;;;:::i;:::-;;;;;;;;19295:7;;19076:232;19314:16;19333:59;19374:7;19383:8;19333:40;:59::i;:::-;19314:78;;19538:22;19563:24;19579:7;19563:15;:24::i;:::-;19538:49;;19598:9;19593:328;19613:5;:12;19609:1;:16;19593:328;;;19640:9;19662:5;19668:1;19662:8;;;;;;;;:::i;:::-;;;;;;;19640:31;;19683:41;548:6:32;19683:4:20;:14;;;;;:41;;;;:::i;:::-;19679:236;;;19736:170;;;;;3404:35:4;;;;;19736:54:20;;:170;;19812:7;;19841:8;;19868:5;;19891:4;;19736:170;;;:::i;:::-;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;19679:236;-1:-1:-1;19627:3:20;;19593:328;;;;20022:7;19978:100;20041:8;20058:5;20071:4;19978:100;;;;;;;;:::i;:::-;;;;;;;;20128:70;20160:8;20178:5;20128:70;;20191:4;20128:13;:70::i;:::-;20252:9;20247:326;20267:5;:12;20263:1;:16;20247:326;;;20294:9;20316:5;20322:1;20316:8;;;;;;;;:::i;:::-;;;;;;;20294:31;;20337:40;657:6:32;20337:4:20;:14;;;;;:40;;;;:::i;:::-;20333:234;;;20389:169;;;;;3404:35:4;;;;;20389:53:20;;:169;;20464:7;;20493:8;;20520:5;;20543:4;;20389:169;;;:::i;:::-;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;20333:234;-1:-1:-1;20281:3:20;;20247:326;;55672:301;55793:13;55885:82;55916:48;55946:7;55955:8;55916:29;:48::i;:::-;4645:21:19;;4539:137;46038:3950:20;-1:-1:-1;;;46435:7:20;:35;;;46431:161;;-1:-1:-1;;;46542:7:20;46575;46558:25;;;;;;8363:19:207;;8407:2;8398:12;;8203:213;46431:161:20;46598:27;46628:49;:22;46659:17;6801:16:15;;922;6801;834;6790:27;6750:68;6728:92;;;6613:218;46628:49:20;46598:79;;46683:26;46748:4;:11;46734;46712:33;;:19;:33;;;;:::i;:::-;:47;;;;:::i;:::-;46683:76;;47031:18;47008:19;:41;;:98;;;;-1:-1:-1;47087:19:20;47053:30;47072:11;47053:16;:30;:::i;:::-;:53;;;;47008:98;47004:218;;;47123:92;;;;;17896:12:207;17935:15;;;47123:92:20;;;17917:34:207;17987:15;;;17967:18;;;17960:43;18039:15;;18019:18;;;18012:43;17859:18;;47123:92:20;17690:371:207;47004:218:20;47328:19;47309:16;:38;;;47305:140;;;47364:74;;;;;;;;18239:25:207;;;18312:12;18300:25;;18280:18;;;18273:53;18212:18;;47364:74:20;18066:266:207;47305:140:20;47484:35;47522:72;:22;47556:17;47575:18;47522:33;:72::i;:::-;47484:110;;47741:22;47766:24;47782:7;47766:15;:24::i;:::-;47741:49;;47801:9;47796:486;47816:5;:12;47812:1;:16;47796:486;;;47843:9;47865:5;47871:1;47865:8;;;;;;;;:::i;:::-;;;;;;;47843:31;;47886:42;770:6:32;47886:4:20;:14;;;;;:42;;;;:::i;:::-;47882:394;;;3404:35:4;;;;47940:55:20;;;48017:7;48046:8;48085:17;48132:16;48173:11;48212:22;48252:4;47940:327;;;;;;;;;;;;;;;;;;;;;:::i;:::-;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;47882:394;-1:-1:-1;47830:3:20;;47796:486;;;-1:-1:-1;48340:32:20;;;:13;48480:107;48498:17;48494:21;;:1;:21;;;48480:107;;;48543:33;:22;48574:1;6801:16:15;;922;6801;834;6790:27;6750:68;6728:92;;;6613:218;48543:33:20;48534:42;;;;48517:3;;48480:107;;;;48709:7;48656:228;48736:8;48768:5;48797:11;48834:21;48871:4;48656:228;;;;;;;;;;:::i;:::-;;;;;;;;48288:603;48976:18;48953:19;:41;48949:248;;49004:31;49038:48;49068:7;49077:8;49038:29;:48::i;:::-;629:28:19;;;-1:-1:-1;48949:248:20;49254:27;49284:61;49308:7;49317:8;49327:17;49284:23;:61::i;:::-;49254:91;;49353:92;49385:19;49414:16;49353:92;;49438:4;49353:13;:92::i;:::-;49246:206;49506:9;49501:483;49521:5;:12;49517:1;:16;49501:483;;;49548:9;49570:5;49576:1;49570:8;;;;;;;;:::i;:::-;;;;;;;49548:31;;49591:41;881:6:32;49591:4:20;:14;;;;;:41;;;;:::i;:::-;49587:391;;;3404:35:4;;;;49644:54:20;;;49720:7;49749:8;49788:17;49835:16;49876:11;49915:21;49954:4;49644:325;;;;;;;;;;;;;;;;;;;;;:::i;:::-;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;49587:391;-1:-1:-1;49535:3:20;;49501:483;;;;46281:3707;;;;46038:3950;;;;;;;:::o;4976:669:19:-;5392:4;5386:11;5433:4;5421:17;;-1:-1:-1;;5307:16:19;5480:26;;;5307:16;5303:32;5452:4;5445:63;5552:6;5544;5537:22;5570:51;5575:14;5591:6;5599;5607:13;5570:4;:51::i;2615:1129:36:-;2735:22;2765:21;2789;:11;2869:3:18;2847:25;;2773:104;2789:21:36;2765:45;-1:-1:-1;643:17:18;3110:38;;2816:20:36;2978:11;3110:38:18;2978:11:36;2963:26;;;;:::i;:::-;;2949:40;;3098:4;3092:11;3083:20;;3141:4;3134:5;3130:16;3201:4;3188:11;3184:22;3170:12;3166:41;3160:4;3153:55;3251:11;3244:5;3237:26;3294:1;3271:463;3310:11;3307:1;3304:18;3271:463;;;3704:20;;3683:42;;3662:64;;3576:31;;;;3489:4;3471:23;;;;3397:1;3390:9;3271:463;;;3275:28;;3050:690;;;2615:1129;;;;;:::o;764:1343::-;936:12;;889:17;;914:19;977:26;992:11;936:12;977:26;:::i;:::-;954:49;;1375:4;1369:11;;-1:-1:-1;1418:4:36;1408:15;;-1:-1:-1;;5307:16:19;1465:32:36;;;5307:16:19;5303:32;1437:4:36;1430:69;1541:12;1535:4;1528:26;1585:1;1655:4;1648:5;1644:16;1562:535;1675:11;1672:1;1669:18;1562:535;;;2068:19;;2047:41;;2025:64;;1941:31;;;;1762:1;1755:9;;;;;1854:4;1836:23;1562:535;;900:162:19;989:68;995:14;1011:6;1019:4;:11;1032:24;1051:4;828::14;818:15;;692:151;1032:24:19;989:5;:68::i;7197:1488:15:-;7323:13;1004:16;7348:25;;7344:97;;;7390:44;;;;;;;;3043:25:207;;;3016:18;;7390:44:15;2897:177:207;7344:97:15;7503:13;6184:59;;;6801:16;;;922;6801;834;6790:27;6750:68;;;6728:92;;7766:38;;;7762:192;;7849:19;7831:15;:37;7816:52;;;;7762:192;;;7930:15;7908:19;:37;7893:52;;;;7762:192;-1:-1:-1;8270:16:15;834;922;8137;;;;8126:27;8262:35;;;8576:5;8415:26;8396:45;;;;8395:61;;;8557:24;;;;8586:34;;;;;8556:65;;-1:-1:-1;7197:1488:15;;;;;:::o;6010:2380:19:-;6127:10;;6123:1542;;6280:2;6270:6;:12;6266:122;;6343:2;6334:6;:11;6316:29;;;;6367:2;6357:12;;;;;;:::i;:::-;;;;6266:122;6478:10;;6474:1185;;6686:2;:11;;;6560:21;6744:22;;;6740:135;;;-1:-1:-1;;;537:1:30;738:25:31;;716:48;6740:135:19;;;-1:-1:-1;;;537:1:30;738:25:31;;716:48;6740:135:19;7069:14;7063:21;7048:12;7040:6;7036:25;7032:53;7309:4;7293:13;7287:20;7283:31;7219:4;7215:9;7203:10;7199:26;7144:184;7117:13;7097:243;;7399:13;7389:6;:23;7385:36;;7414:7;;;;7385:36;-1:-1:-1;7562:1:19;7544:19;;;;;7617:23;;;;;7575:30;6474:1185;7694:253;7711:2;7701:6;:12;7694:253;;7805:21;;7783:44;;7880:1;7862:19;;;;-1:-1:-1;;7920:12:19;;;;7908:2;7891:19;7694:253;;;8015:10;;8011:375;;8035:12;-1:-1:-1;;537:1:30;738:25:31;;716:48;8323:20:19;;8233:21;;8256:9;;8229:37;8319:31;;8178:184;8135:237;;-1:-1:-1;6010:2380:19;;;;:::o;14:332:207:-;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;543:208;623:20;;683:42;672:54;;662:65;;652:93;;741:1;738;731:12;756:316;874:6;882;935:2;923:9;914:7;910:23;906:32;903:52;;;951:1;948;941:12;903:52;987:9;974:23;964:33;;1016:50;1062:2;1051:9;1047:18;1016:50;:::i;:::-;1006:60;;756:316;;;;;:::o;1077:375::-;1148:8;1158:6;1212:3;1205:4;1197:6;1193:17;1189:27;1179:55;;1230:1;1227;1220:12;1179:55;-1:-1:-1;1253:20:207;;1296:18;1285:30;;1282:50;;;1328:1;1325;1318:12;1282:50;1365:4;1357:6;1353:17;1341:29;;1425:3;1418:4;1408:6;1405:1;1401:14;1393:6;1389:27;1385:38;1382:47;1379:67;;;1442:1;1439;1432:12;1379:67;1077:375;;;;;:::o;1457:1204::-;1755:6;1763;1771;1779;1787;1795;1803;1811;1864:3;1852:9;1843:7;1839:23;1835:33;1832:53;;;1881:1;1878;1871:12;1832:53;1917:9;1904:23;1894:33;;1974:2;1963:9;1959:18;1946:32;1936:42;;2025:2;2014:9;2010:18;1997:32;1987:42;;2076:2;2065:9;2061:18;2048:32;2038:42;;2131:3;2120:9;2116:19;2103:33;2155:18;2196:2;2188:6;2185:14;2182:34;;;2212:1;2209;2202:12;2182:34;2251:78;2321:7;2312:6;2301:9;2297:22;2251:78;:::i;:::-;2348:8;;-1:-1:-1;2225:104:207;-1:-1:-1;2436:3:207;2421:19;;2408:33;;-1:-1:-1;2453:16:207;;;2450:36;;;2482:1;2479;2472:12;2450:36;;2521:80;2593:7;2582:8;2571:9;2567:24;2521:80;:::i;:::-;1457:1204;;;;-1:-1:-1;1457:1204:207;;-1:-1:-1;1457:1204:207;;;;;;2620:8;-1:-1:-1;;;1457:1204:207:o;3079:473::-;3204:6;3212;3220;3273:2;3261:9;3252:7;3248:23;3244:32;3241:52;;;3289:1;3286;3279:12;3241:52;3325:9;3312:23;3302:33;;3354:50;3400:2;3389:9;3385:18;3354:50;:::i;:::-;3344:60;;3454:2;3443:9;3439:18;3426:32;3498:4;3491:5;3487:16;3480:5;3477:27;3467:55;;3518:1;3515;3508:12;3467:55;3541:5;3531:15;;;3079:473;;;;;:::o;3557:250::-;3642:1;3652:113;3666:6;3663:1;3660:13;3652:113;;;3742:11;;;3736:18;3723:11;;;3716:39;3688:2;3681:10;3652:113;;;-1:-1:-1;;3799:1:207;3781:16;;3774:27;3557:250::o;3812:330::-;3854:3;3892:5;3886:12;3919:6;3914:3;3907:19;3935:76;4004:6;3997:4;3992:3;3988:14;3981:4;3974:5;3970:16;3935:76;:::i;:::-;4056:2;4044:15;-1:-1:-1;;4040:88:207;4031:98;;;;4131:4;4027:109;;3812:330;-1:-1:-1;;3812:330:207:o;4147:322::-;4355:6;4344:9;4337:25;4398:2;4393;4382:9;4378:18;4371:30;4318:4;4418:45;4459:2;4448:9;4444:18;4436:6;4418:45;:::i;4474:184::-;-1:-1:-1;;;4523:1:207;4516:88;4623:4;4620:1;4613:15;4647:4;4644:1;4637:15;4663:334;4734:2;4728:9;4790:2;4780:13;;-1:-1:-1;;4776:86:207;4764:99;;4893:18;4878:34;;4914:22;;;4875:62;4872:88;;;4940:18;;:::i;:::-;4976:2;4969:22;4663:334;;-1:-1:-1;4663:334:207:o;5002:1602::-;5140:9;5174:18;5215:2;5207:6;5204:14;5201:40;;;5221:18;;:::i;:::-;5267:6;5264:1;5260:14;5293:4;5317:28;5341:2;5337;5333:11;5317:28;:::i;:::-;5379:19;;;5449:14;;;;5414:12;;;;5486:14;5475:26;;5472:46;;;5514:1;5511;5504:12;5472:46;5538:5;5552:1019;5568:6;5563:3;5560:15;5552:1019;;;5654:3;5641:17;5690:2;5677:11;5674:19;5671:109;;;5734:1;5763:2;5759;5752:14;5671:109;5803:23;;5849:4;5893:14;5880:11;;;5876:32;5866:130;;5950:1;5979:2;5975;5968:14;5866:130;6032:2;6019:16;6058:2;6054;6051:10;6048:36;;;6064:18;;:::i;:::-;6110:110;6216:2;-1:-1:-1;;6142:2:207;6138;6134:11;6130:84;6126:93;6110:110;:::i;:::-;6097:123;;6247:2;6240:5;6233:17;6291:14;6286:2;6281;6277;6273:11;6269:20;6266:40;6263:130;;;6347:1;6376:2;6372;6365:14;6263:130;6448:2;6443;6439;6435:11;6430:2;6423:5;6419:14;6406:45;6496:1;6475:14;;;6471:23;;6464:34;6511:18;;-1:-1:-1;6549:12:207;;;;5585;;5552:1019;;;-1:-1:-1;6593:5:207;5002:1602;-1:-1:-1;;;;;;;5002:1602:207:o;6609:340::-;6786:2;6775:9;6768:21;6749:4;6806:45;6847:2;6836:9;6832:18;6824:6;6806:45;:::i;:::-;6798:53;;6899:42;6891:6;6887:55;6882:2;6871:9;6867:18;6860:83;6609:340;;;;;:::o;6954:184::-;-1:-1:-1;;;7003:1:207;6996:88;7103:4;7100:1;7093:15;7127:4;7124:1;7117:15;7143:125;7208:9;;;7229:10;;;7226:36;;;7242:18;;:::i;7273:925::-;7722:66;7714:6;7710:79;7705:3;7698:92;7680:3;7809;7841:2;7837:1;7832:3;7828:11;7821:23;7873:6;7867:13;7889:74;7956:6;7952:1;7947:3;7943:11;7936:4;7928:6;7924:17;7889:74;:::i;:::-;7991:6;7986:3;7982:16;7972:26;;8026:2;8022:1;8018:2;8014:10;8007:22;8060:6;8054:13;8038:29;;8076:75;8142:8;8138:1;8134:2;8130:10;8123:4;8115:6;8111:17;8076:75;:::i;:::-;8171:17;8190:1;8167:25;;7273:925;-1:-1:-1;;;;;7273:925:207:o;8421:464::-;8667:66;8659:6;8655:79;8644:9;8637:98;8771:6;8766:2;8755:9;8751:18;8744:34;8814:2;8809;8798:9;8794:18;8787:30;8618:4;8834:45;8875:2;8864:9;8860:18;8852:6;8834:45;:::i;9143:184::-;-1:-1:-1;;;9192:1:207;9185:88;9292:4;9289:1;9282:15;9316:4;9313:1;9306:15;9332:862;9494:4;9523:2;9563;9552:9;9548:18;9593:2;9582:9;9575:21;9616:6;9651;9645:13;9682:6;9674;9667:22;9720:2;9709:9;9705:18;9698:25;;9782:2;9772:6;9769:1;9765:14;9754:9;9750:30;9746:39;9732:53;;9820:2;9812:6;9808:15;9841:1;9851:314;9865:6;9862:1;9859:13;9851:314;;;9954:66;9942:9;9934:6;9930:22;9926:95;9921:3;9914:108;10045:40;10078:6;10069;10063:13;10045:40;:::i;:::-;10035:50;-1:-1:-1;10143:12:207;;;;10108:15;;;;9887:1;9880:9;9851:314;;;-1:-1:-1;10182:6:207;;9332:862;-1:-1:-1;;;;;;;9332:862:207:o;10572:184::-;-1:-1:-1;;;10621:1:207;10614:88;10721:4;10718:1;10711:15;10745:4;10742:1;10735:15;11211:128;11278:9;;;11299:11;;;11296:37;;;11313:18;;:::i;11344:168::-;11417:9;;;11448;;11465:15;;;11459:22;;11445:37;11435:71;;11486:18;;:::i;12385:492::-;12560:3;12598:6;12592:13;12614:66;12673:6;12668:3;12661:4;12653:6;12649:17;12614:66;:::i;:::-;12743:13;;12702:16;;;;12765:70;12743:13;12702:16;12812:4;12800:17;;12765:70;:::i;:::-;12851:20;;12385:492;-1:-1:-1;;;;12385:492:207:o;12882:439::-;12935:3;12973:5;12967:12;13000:6;12995:3;12988:19;13026:4;13055;13050:3;13046:14;13039:21;;13094:4;13087:5;13083:16;13117:1;13127:169;13141:6;13138:1;13135:13;13127:169;;;13202:13;;13190:26;;13236:12;;;;13271:15;;;;13163:1;13156:9;13127:169;;;-1:-1:-1;13312:3:207;;12882:439;-1:-1:-1;;;;;12882:439:207:o;13326:690::-;13659:3;13648:9;13641:22;13622:4;13686:57;13738:3;13727:9;13723:19;13715:6;13686:57;:::i;:::-;13791:9;13783:6;13779:22;13774:2;13763:9;13759:18;13752:50;13825:33;13851:6;13843;13825:33;:::i;:::-;13811:47;;13894:6;13889:2;13878:9;13874:18;13867:34;13949:9;13941:6;13937:22;13932:2;13921:9;13917:18;13910:50;13977:33;14003:6;13995;13977:33;:::i;14021:896::-;14472:6;14461:9;14454:25;14515:3;14510:2;14499:9;14495:18;14488:31;14435:4;14542:57;14594:3;14583:9;14579:19;14571:6;14542:57;:::i;:::-;14647:9;14639:6;14635:22;14630:2;14619:9;14615:18;14608:50;14681:33;14707:6;14699;14681:33;:::i;:::-;14667:47;;14750:6;14745:2;14734:9;14730:18;14723:34;14806:9;14798:6;14794:22;14788:3;14777:9;14773:19;14766:51;14834:33;14860:6;14852;14834:33;:::i;:::-;14826:41;;;14904:6;14898:3;14887:9;14883:19;14876:35;14021:896;;;;;;;;;:::o;15175:639::-;15425:6;15420:3;15413:19;15395:3;15451:2;15484;15479:3;15475:12;15516:6;15510:13;15581:2;15573:6;15569:15;15602:1;15612:175;15626:6;15623:1;15620:13;15612:175;;;15689:13;;15675:28;;15725:14;;;;15762:15;;;;15648:1;15641:9;15612:175;;;-1:-1:-1;15803:5:207;;15175:639;-1:-1:-1;;;;;;;15175:639:207:o;15819:184::-;-1:-1:-1;;;15868:1:207;15861:88;15968:4;15965:1;15958:15;15992:4;15989:1;15982:15;16008:360;16211:2;16200:9;16193:21;16174:4;16231:45;16272:2;16261:9;16257:18;16249:6;16231:45;:::i;:::-;16307:2;16292:18;;16285:34;;;;-1:-1:-1;16350:2:207;16335:18;16328:34;16223:53;16008:360;-1:-1:-1;16008:360:207:o;16373:512::-;16624:2;16613:9;16606:21;16587:4;16650:56;16702:2;16691:9;16687:18;16679:6;16650:56;:::i;:::-;16754:14;16746:6;16742:27;16737:2;16726:9;16722:18;16715:55;16818:9;16810:6;16806:22;16801:2;16790:9;16786:18;16779:50;16846:33;16872:6;16864;16846:33;:::i;:::-;16838:41;16373:512;-1:-1:-1;;;;;;16373:512:207:o;16890:616::-;17200:6;17189:9;17182:25;17243:3;17238:2;17227:9;17223:18;17216:31;17163:4;17270:57;17322:3;17311:9;17307:19;17299:6;17270:57;:::i;:::-;17375:14;17367:6;17363:27;17358:2;17347:9;17343:18;17336:55;17439:9;17431:6;17427:22;17422:2;17411:9;17407:18;17400:50;17467:33;17493:6;17485;17467:33;:::i;17511:174::-;17578:12;17610:10;;;17622;;;17606:27;;17645:11;;;17642:37;;;17659:18;;:::i;:::-;17642:37;17511:174;;;;:::o;18337:899::-;18759:6;18748:9;18741:25;18802:3;18797:2;18786:9;18782:18;18775:31;18722:4;18829:57;18881:3;18870:9;18866:19;18858:6;18829:57;:::i;:::-;18934:4;18922:17;;18917:2;18902:18;;18895:45;18959:12;19007:15;;;19002:2;18987:18;;18980:43;19060:15;;19054:3;19039:19;;19032:44;19107:3;19092:19;;19085:35;;;19157:22;;;19151:3;19136:19;;19129:51;19197:33;19161:6;19215;19197:33;:::i;:::-;19189:41;18337:899;-1:-1:-1;;;;;;;;;;18337:899:207:o;19241:708::-;19580:3;19569:9;19562:22;19543:4;19607:57;19659:3;19648:9;19644:19;19636:6;19607:57;:::i;:::-;19712:14;19704:6;19700:27;19695:2;19684:9;19680:18;19673:55;19776:12;19768:6;19764:25;19759:2;19748:9;19744:18;19737:53;19826:6;19821:2;19810:9;19806:18;19799:34;19882:9;19874:6;19870:22;19864:3;19853:9;19849:19;19842:51;19910:33;19936:6;19928;19910:33;:::i;:::-;19902:41;19241:708;-1:-1:-1;;;;;;;;19241:708:207:o","linkReferences":{},"immutableReferences":{"36086":[{"start":937,"length":32}]}},"methodIdentifiers":{"_msgSender()":"119df25f","_msgValue()":"45ec9354","_world()":"e1af802c","registerStoreHook(bytes32,address,uint8)":"530f4b60","registerTable(bytes32,bytes32,bytes32,bytes32,string[],string[])":"0ba51f49","supportsInterface(bytes4)":"01ffc9a7","unregisterStoreHook(bytes32,address)":"05609129"},"rawMetadata":"{\"compiler\":{\"version\":\"0.8.24+commit.e11b9ed9\"},\"language\":\"Solidity\",\"output\":{\"abi\":[{\"inputs\":[],\"name\":\"FieldLayoutLib_Empty\",\"type\":\"error\"},{\"inputs\":[{\"internalType\":\"uint256\",\"name\":\"staticDataLength\",\"type\":\"uint256\"},{\"internalType\":\"uint256\",\"name\":\"computedStaticDataLength\",\"type\":\"uint256\"}],\"name\":\"FieldLayoutLib_InvalidStaticDataLength\",\"type\":\"error\"},{\"inputs\":[{\"internalType\":\"uint256\",\"name\":\"index\",\"type\":\"uint256\"}],\"name\":\"FieldLayoutLib_StaticLengthDoesNotFitInAWord\",\"type\":\"error\"},{\"inputs\":[{\"internalType\":\"uint256\",\"name\":\"index\",\"type\":\"uint256\"}],\"name\":\"FieldLayoutLib_StaticLengthIsNotZero\",\"type\":\"error\"},{\"inputs\":[{\"internalType\":\"uint256\",\"name\":\"index\",\"type\":\"uint256\"}],\"name\":\"FieldLayoutLib_StaticLengthIsZero\",\"type\":\"error\"},{\"inputs\":[{\"internalType\":\"uint256\",\"name\":\"numFields\",\"type\":\"uint256\"},{\"internalType\":\"uint256\",\"name\":\"maxFields\",\"type\":\"uint256\"}],\"name\":\"FieldLayoutLib_TooManyDynamicFields\",\"type\":\"error\"},{\"inputs\":[{\"internalType\":\"uint256\",\"name\":\"numFields\",\"type\":\"uint256\"},{\"internalType\":\"uint256\",\"name\":\"maxFields\",\"type\":\"uint256\"}],\"name\":\"FieldLayoutLib_TooManyFields\",\"type\":\"error\"},{\"inputs\":[{\"internalType\":\"uint256\",\"name\":\"length\",\"type\":\"uint256\"}],\"name\":\"PackedCounter_InvalidLength\",\"type\":\"error\"},{\"inputs\":[{\"internalType\":\"uint256\",\"name\":\"length\",\"type\":\"uint256\"}],\"name\":\"SchemaLib_InvalidLength\",\"type\":\"error\"},{\"inputs\":[],\"name\":\"SchemaLib_StaticTypeAfterDynamicType\",\"type\":\"error\"},{\"inputs\":[{\"internalType\":\"bytes\",\"name\":\"data\",\"type\":\"bytes\"},{\"internalType\":\"uint256\",\"name\":\"start\",\"type\":\"uint256\"},{\"internalType\":\"uint256\",\"name\":\"end\",\"type\":\"uint256\"}],\"name\":\"Slice_OutOfBounds\",\"type\":\"error\"},{\"inputs\":[{\"internalType\":\"uint256\",\"name\":\"length\",\"type\":\"uint256\"},{\"internalType\":\"uint256\",\"name\":\"accessedIndex\",\"type\":\"uint256\"}],\"name\":\"Store_IndexOutOfBounds\",\"type\":\"error\"},{\"inputs\":[{\"internalType\":\"uint256\",\"name\":\"expected\",\"type\":\"uint256\"},{\"internalType\":\"uint256\",\"name\":\"received\",\"type\":\"uint256\"}],\"name\":\"Store_InvalidFieldNamesLength\",\"type\":\"error\"},{\"inputs\":[{\"internalType\":\"uint256\",\"name\":\"expected\",\"type\":\"uint256\"},{\"internalType\":\"uint256\",\"name\":\"received\",\"type\":\"uint256\"}],\"name\":\"Store_InvalidKeyNamesLength\",\"type\":\"error\"},{\"inputs\":[{\"internalType\":\"bytes2\",\"name\":\"expected\",\"type\":\"bytes2\"},{\"internalType\":\"ResourceId\",\"name\":\"resourceId\",\"type\":\"bytes32\"},{\"internalType\":\"string\",\"name\":\"resourceIdString\",\"type\":\"string\"}],\"name\":\"Store_InvalidResourceType\",\"type\":\"error\"},{\"inputs\":[{\"internalType\":\"uint40\",\"name\":\"startWithinField\",\"type\":\"uint40\"},{\"internalType\":\"uint40\",\"name\":\"deleteCount\",\"type\":\"uint40\"},{\"internalType\":\"uint40\",\"name\":\"fieldLength\",\"type\":\"uint40\"}],\"name\":\"Store_InvalidSplice\",\"type\":\"error\"},{\"inputs\":[{\"internalType\":\"uint256\",\"name\":\"expected\",\"type\":\"uint256\"},{\"internalType\":\"uint256\",\"name\":\"received\",\"type\":\"uint256\"}],\"name\":\"Store_InvalidStaticDataLength\",\"type\":\"error\"},{\"inputs\":[{\"internalType\":\"uint256\",\"name\":\"expected\",\"type\":\"uint256\"},{\"internalType\":\"uint256\",\"name\":\"received\",\"type\":\"uint256\"}],\"name\":\"Store_InvalidValueSchemaDynamicLength\",\"type\":\"error\"},{\"inputs\":[{\"internalType\":\"uint256\",\"name\":\"expected\",\"type\":\"uint256\"},{\"internalType\":\"uint256\",\"name\":\"received\",\"type\":\"uint256\"}],\"name\":\"Store_InvalidValueSchemaLength\",\"type\":\"error\"},{\"inputs\":[{\"internalType\":\"uint256\",\"name\":\"expected\",\"type\":\"uint256\"},{\"internalType\":\"uint256\",\"name\":\"received\",\"type\":\"uint256\"}],\"name\":\"Store_InvalidValueSchemaStaticLength\",\"type\":\"error\"},{\"inputs\":[{\"internalType\":\"ResourceId\",\"name\":\"tableId\",\"type\":\"bytes32\"},{\"internalType\":\"string\",\"name\":\"tableIdString\",\"type\":\"string\"}],\"name\":\"Store_TableAlreadyExists\",\"type\":\"error\"},{\"inputs\":[{\"internalType\":\"ResourceId\",\"name\":\"tableId\",\"type\":\"bytes32\"},{\"internalType\":\"string\",\"name\":\"tableIdString\",\"type\":\"string\"}],\"name\":\"Store_TableNotFound\",\"type\":\"error\"},{\"inputs\":[],\"name\":\"UnauthorizedCallContext\",\"type\":\"error\"},{\"inputs\":[{\"internalType\":\"string\",\"name\":\"resource\",\"type\":\"string\"},{\"internalType\":\"address\",\"name\":\"caller\",\"type\":\"address\"}],\"name\":\"World_AccessDenied\",\"type\":\"error\"},{\"inputs\":[],\"name\":\"World_AlreadyInitialized\",\"type\":\"error\"},{\"inputs\":[{\"internalType\":\"bytes4\",\"name\":\"functionSelector\",\"type\":\"bytes4\"}],\"name\":\"World_CallbackNotAllowed\",\"type\":\"error\"},{\"inputs\":[{\"internalType\":\"address\",\"name\":\"delegator\",\"type\":\"address\"},{\"internalType\":\"address\",\"name\":\"delegatee\",\"type\":\"address\"}],\"name\":\"World_DelegationNotFound\",\"type\":\"error\"},{\"inputs\":[{\"internalType\":\"bytes4\",\"name\":\"functionSelector\",\"type\":\"bytes4\"}],\"name\":\"World_FunctionSelectorAlreadyExists\",\"type\":\"error\"},{\"inputs\":[{\"internalType\":\"bytes4\",\"name\":\"functionSelector\",\"type\":\"bytes4\"}],\"name\":\"World_FunctionSelectorNotFound\",\"type\":\"error\"},{\"inputs\":[{\"internalType\":\"uint256\",\"name\":\"balance\",\"type\":\"uint256\"},{\"internalType\":\"uint256\",\"name\":\"amount\",\"type\":\"uint256\"}],\"name\":\"World_InsufficientBalance\",\"type\":\"error\"},{\"inputs\":[{\"internalType\":\"address\",\"name\":\"contractAddress\",\"type\":\"address\"},{\"internalType\":\"bytes4\",\"name\":\"interfaceId\",\"type\":\"bytes4\"}],\"name\":\"World_InterfaceNotSupported\",\"type\":\"error\"},{\"inputs\":[{\"internalType\":\"bytes14\",\"name\":\"namespace\",\"type\":\"bytes14\"}],\"name\":\"World_InvalidNamespace\",\"type\":\"error\"},{\"inputs\":[{\"internalType\":\"ResourceId\",\"name\":\"resourceId\",\"type\":\"bytes32\"},{\"internalType\":\"string\",\"name\":\"resourceIdString\",\"type\":\"string\"}],\"name\":\"World_InvalidResourceId\",\"type\":\"error\"},{\"inputs\":[{\"internalType\":\"bytes2\",\"name\":\"expected\",\"type\":\"bytes2\"},{\"internalType\":\"ResourceId\",\"name\":\"resourceId\",\"type\":\"bytes32\"},{\"internalType\":\"string\",\"name\":\"resourceIdString\",\"type\":\"string\"}],\"name\":\"World_InvalidResourceType\",\"type\":\"error\"},{\"inputs\":[{\"internalType\":\"ResourceId\",\"name\":\"resourceId\",\"type\":\"bytes32\"},{\"internalType\":\"string\",\"name\":\"resourceIdString\",\"type\":\"string\"}],\"name\":\"World_ResourceAlreadyExists\",\"type\":\"error\"},{\"inputs\":[{\"internalType\":\"ResourceId\",\"name\":\"resourceId\",\"type\":\"bytes32\"},{\"internalType\":\"string\",\"name\":\"resourceIdString\",\"type\":\"string\"}],\"name\":\"World_ResourceNotFound\",\"type\":\"error\"},{\"inputs\":[{\"internalType\":\"address\",\"name\":\"system\",\"type\":\"address\"}],\"name\":\"World_SystemAlreadyExists\",\"type\":\"error\"},{\"inputs\":[],\"name\":\"World_UnlimitedDelegationNotAllowed\",\"type\":\"error\"},{\"anonymous\":false,\"inputs\":[{\"indexed\":true,\"internalType\":\"ResourceId\",\"name\":\"tableId\",\"type\":\"bytes32\"},{\"indexed\":false,\"internalType\":\"bytes32[]\",\"name\":\"keyTuple\",\"type\":\"bytes32[]\"},{\"indexed\":false,\"internalType\":\"bytes\",\"name\":\"staticData\",\"type\":\"bytes\"},{\"indexed\":false,\"internalType\":\"PackedCounter\",\"name\":\"encodedLengths\",\"type\":\"bytes32\"},{\"indexed\":false,\"internalType\":\"bytes\",\"name\":\"dynamicData\",\"type\":\"bytes\"}],\"name\":\"Store_SetRecord\",\"type\":\"event\"},{\"anonymous\":false,\"inputs\":[{\"indexed\":true,\"internalType\":\"ResourceId\",\"name\":\"tableId\",\"type\":\"bytes32\"},{\"indexed\":false,\"internalType\":\"bytes32[]\",\"name\":\"keyTuple\",\"type\":\"bytes32[]\"},{\"indexed\":false,\"internalType\":\"uint48\",\"name\":\"start\",\"type\":\"uint48\"},{\"indexed\":false,\"internalType\":\"uint40\",\"name\":\"deleteCount\",\"type\":\"uint40\"},{\"indexed\":false,\"internalType\":\"PackedCounter\",\"name\":\"encodedLengths\",\"type\":\"bytes32\"},{\"indexed\":false,\"internalType\":\"bytes\",\"name\":\"data\",\"type\":\"bytes\"}],\"name\":\"Store_SpliceDynamicData\",\"type\":\"event\"},{\"anonymous\":false,\"inputs\":[{\"indexed\":true,\"internalType\":\"ResourceId\",\"name\":\"tableId\",\"type\":\"bytes32\"},{\"indexed\":false,\"internalType\":\"bytes32[]\",\"name\":\"keyTuple\",\"type\":\"bytes32[]\"},{\"indexed\":false,\"internalType\":\"uint48\",\"name\":\"start\",\"type\":\"uint48\"},{\"indexed\":false,\"internalType\":\"bytes\",\"name\":\"data\",\"type\":\"bytes\"}],\"name\":\"Store_SpliceStaticData\",\"type\":\"event\"},{\"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\":[{\"internalType\":\"ResourceId\",\"name\":\"tableId\",\"type\":\"bytes32\"},{\"internalType\":\"contract IStoreHook\",\"name\":\"hookAddress\",\"type\":\"address\"},{\"internalType\":\"uint8\",\"name\":\"enabledHooksBitmap\",\"type\":\"uint8\"}],\"name\":\"registerStoreHook\",\"outputs\":[],\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"ResourceId\",\"name\":\"tableId\",\"type\":\"bytes32\"},{\"internalType\":\"FieldLayout\",\"name\":\"fieldLayout\",\"type\":\"bytes32\"},{\"internalType\":\"Schema\",\"name\":\"keySchema\",\"type\":\"bytes32\"},{\"internalType\":\"Schema\",\"name\":\"valueSchema\",\"type\":\"bytes32\"},{\"internalType\":\"string[]\",\"name\":\"keyNames\",\"type\":\"string[]\"},{\"internalType\":\"string[]\",\"name\":\"fieldNames\",\"type\":\"string[]\"}],\"name\":\"registerTable\",\"outputs\":[],\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"bytes4\",\"name\":\"interfaceId\",\"type\":\"bytes4\"}],\"name\":\"supportsInterface\",\"outputs\":[{\"internalType\":\"bool\",\"name\":\"\",\"type\":\"bool\"}],\"stateMutability\":\"pure\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"ResourceId\",\"name\":\"tableId\",\"type\":\"bytes32\"},{\"internalType\":\"contract IStoreHook\",\"name\":\"hookAddress\",\"type\":\"address\"}],\"name\":\"unregisterStoreHook\",\"outputs\":[],\"stateMutability\":\"nonpayable\",\"type\":\"function\"}],\"devdoc\":{\"details\":\"This contract provides functionality for the registration of store-related resources within the World framework.\",\"errors\":{\"SchemaLib_InvalidLength(uint256)\":[{\"details\":\"Error raised when the provided schema has an invalid length.\"}],\"SchemaLib_StaticTypeAfterDynamicType()\":[{\"details\":\"Error raised when a static type is placed after a dynamic type in a schema.\"}],\"World_AccessDenied(string,address)\":[{\"params\":{\"caller\":\"The address of the user trying to access the resource.\",\"resource\":\"The resource's identifier.\"}}],\"World_CallbackNotAllowed(bytes4)\":[{\"params\":{\"functionSelector\":\"The function selector of the disallowed callback.\"}}],\"World_DelegationNotFound(address,address)\":[{\"params\":{\"delegatee\":\"The address of the delegatee.\",\"delegator\":\"The address of the delegator.\"}}],\"World_FunctionSelectorAlreadyExists(bytes4)\":[{\"params\":{\"functionSelector\":\"The function selector in question.\"}}],\"World_FunctionSelectorNotFound(bytes4)\":[{\"params\":{\"functionSelector\":\"The function selector in question.\"}}],\"World_InsufficientBalance(uint256,uint256)\":[{\"params\":{\"amount\":\"The amount needed.\",\"balance\":\"The current balance.\"}}],\"World_InterfaceNotSupported(address,bytes4)\":[{\"params\":{\"contractAddress\":\"The address of the contract in question.\",\"interfaceId\":\"The ID of the interface.\"}}],\"World_InvalidNamespace(bytes14)\":[{\"params\":{\"namespace\":\"The invalid namespace.\"}}],\"World_InvalidResourceId(bytes32,string)\":[{\"params\":{\"resourceId\":\"The ID of the resource.\",\"resourceIdString\":\"The string representation of the resource ID.\"}}],\"World_InvalidResourceType(bytes2,bytes32,string)\":[{\"params\":{\"expected\":\"The expected resource type.\",\"resourceId\":\"The ID of the resource.\",\"resourceIdString\":\"The string representation of the resource ID.\"}}],\"World_ResourceAlreadyExists(bytes32,string)\":[{\"params\":{\"resourceId\":\"The ID of the resource.\",\"resourceIdString\":\"The string representation of the resource ID.\"}}],\"World_ResourceNotFound(bytes32,string)\":[{\"params\":{\"resourceId\":\"The ID of the resource.\",\"resourceIdString\":\"The string representation of the resource ID.\"}}],\"World_SystemAlreadyExists(address)\":[{\"params\":{\"system\":\"The address of the system.\"}}]},\"events\":{\"Store_SetRecord(bytes32,bytes32[],bytes,bytes32,bytes)\":{\"params\":{\"dynamicData\":\"The dynamic data of the record.\",\"encodedLengths\":\"The encoded lengths of the dynamic data of the record.\",\"keyTuple\":\"An array representing the composite key for the record.\",\"staticData\":\"The static data of the record.\",\"tableId\":\"The ID of the table where the record is set.\"}},\"Store_SpliceDynamicData(bytes32,bytes32[],uint48,uint40,bytes32,bytes)\":{\"params\":{\"data\":\"The data to insert into the dynamic data of the record at the start byte.\",\"deleteCount\":\"The number of bytes to delete in the splice operation.\",\"encodedLengths\":\"The encoded lengths of the dynamic data of the record.\",\"keyTuple\":\"An array representing the composite key for the record.\",\"start\":\"The start position in bytes for the splice operation.\",\"tableId\":\"The ID of the table where the data is spliced.\"}},\"Store_SpliceStaticData(bytes32,bytes32[],uint48,bytes)\":{\"details\":\"In static data, data is always overwritten starting at the start position, so the total length of the data remains the same and no data is shifted.\",\"params\":{\"data\":\"The data to write to the static data of the record at the start byte.\",\"keyTuple\":\"An array representing the key for the record.\",\"start\":\"The start position in bytes for the splice operation.\",\"tableId\":\"The ID of the table where the data is spliced.\"}}},\"kind\":\"dev\",\"methods\":{\"_msgSender()\":{\"returns\":{\"sender\":\"The `msg.sender` in the call to the World contract before the World routed the call to the WorldContextConsumer contract.\"}},\"_msgValue()\":{\"returns\":{\"value\":\"The `msg.value` in the call to the World contract before the World routed the call to the WorldContextConsumer contract.\"}},\"_world()\":{\"returns\":{\"_0\":\"The address of the World contract that routed the call to this WorldContextConsumer.\"}},\"registerStoreHook(bytes32,address,uint8)\":{\"details\":\"The caller must be the owner of the namespace to which the table belongs. The hook must conform to the IStoreHook interface.\",\"params\":{\"enabledHooksBitmap\":\"A bitmap indicating which hook functionalities are enabled.\",\"hookAddress\":\"The address of the storage hook contract.\",\"tableId\":\"The resource ID of the table for which the hook is being registered.\"}},\"registerTable(bytes32,bytes32,bytes32,bytes32,string[],string[])\":{\"details\":\"Registers a table with the specified configuration. If the namespace for the table does not exist, it's created. Existing namespaces require the caller to be the owner for table registration.\",\"params\":{\"fieldLayout\":\"The field layout structure for the table.\",\"fieldNames\":\"The names of the fields in the table.\",\"keyNames\":\"The names associated with the keys in the table.\",\"keySchema\":\"The schema for the keys of the table.\",\"tableId\":\"The resource ID of the table.\",\"valueSchema\":\"The schema for the values within the table.\"}},\"supportsInterface(bytes4)\":{\"params\":{\"interfaceId\":\"The ID of the interface in question.\"},\"returns\":{\"_0\":\"True if the interface is supported, false otherwise.\"}},\"unregisterStoreHook(bytes32,address)\":{\"details\":\"The caller must be the owner of the namespace to which the table belongs.\",\"params\":{\"hookAddress\":\"The address of the storage hook contract.\",\"tableId\":\"The resource ID of the table from which the hook is being unregistered.\"}}},\"title\":\"Store Registration System\",\"version\":1},\"userdoc\":{\"errors\":{\"World_AccessDenied(string,address)\":[{\"notice\":\"Raised when a user tries to access a resource they don't have permission for.\"}],\"World_AlreadyInitialized()\":[{\"notice\":\"Raised when trying to initialize an already initialized World.\"}],\"World_CallbackNotAllowed(bytes4)\":[{\"notice\":\"Raised when the World is calling itself via an external call.\"}],\"World_DelegationNotFound(address,address)\":[{\"notice\":\"Raised when the specified delegation is not found.\"}],\"World_FunctionSelectorAlreadyExists(bytes4)\":[{\"notice\":\"Raised when trying to register a function selector that already exists.\"}],\"World_FunctionSelectorNotFound(bytes4)\":[{\"notice\":\"Raised when the specified function selector is not found.\"}],\"World_InsufficientBalance(uint256,uint256)\":[{\"notice\":\"Raised when there's an insufficient balance for a particular operation.\"}],\"World_InterfaceNotSupported(address,bytes4)\":[{\"notice\":\"Raised when the specified interface is not supported by the contract.\"}],\"World_InvalidNamespace(bytes14)\":[{\"notice\":\"Raised when an namespace contains an invalid sequence of characters (\\\"__\\\").\"}],\"World_InvalidResourceId(bytes32,string)\":[{\"notice\":\"Raised when an invalid resource ID is provided.\"}],\"World_InvalidResourceType(bytes2,bytes32,string)\":[{\"notice\":\"Raised when an invalid resource type is provided.\"}],\"World_ResourceAlreadyExists(bytes32,string)\":[{\"notice\":\"Raised when trying to register a resource that already exists.\"}],\"World_ResourceNotFound(bytes32,string)\":[{\"notice\":\"Raised when the specified resource is not found.\"}],\"World_SystemAlreadyExists(address)\":[{\"notice\":\"Raised when trying to register a system that already exists.\"}],\"World_UnlimitedDelegationNotAllowed()\":[{\"notice\":\"Raised when trying to create an unlimited delegation in a context where it is not allowed, e.g. when registering a namespace fallback delegation.\"}]},\"events\":{\"Store_SetRecord(bytes32,bytes32[],bytes,bytes32,bytes)\":{\"notice\":\"Emitted when a new record is set in the store.\"},\"Store_SpliceDynamicData(bytes32,bytes32[],uint48,uint40,bytes32,bytes)\":{\"notice\":\"Emitted when dynamic data in the store is spliced.\"},\"Store_SpliceStaticData(bytes32,bytes32[],uint48,bytes)\":{\"notice\":\"Emitted when static data in the store is spliced.\"}},\"kind\":\"user\",\"methods\":{\"_msgSender()\":{\"notice\":\"Extract the `msg.sender` from the context appended to the calldata.\"},\"_msgValue()\":{\"notice\":\"Extract the `msg.value` from the context appended to the calldata.\"},\"_world()\":{\"notice\":\"Get the address of the World contract that routed the call to this WorldContextConsumer.\"},\"registerStoreHook(bytes32,address,uint8)\":{\"notice\":\"Register a storage hook for a specified table.\"},\"registerTable(bytes32,bytes32,bytes32,bytes32,string[],string[])\":{\"notice\":\"Register a table within the World framework.\"},\"supportsInterface(bytes4)\":{\"notice\":\"Checks if an interface is supported by the contract. using ERC-165 supportsInterface (see https://eips.ethereum.org/EIPS/eip-165)\"},\"unregisterStoreHook(bytes32,address)\":{\"notice\":\"Unregister a previously registered storage hook for a specified table.\"}},\"version\":1}},\"settings\":{\"compilationTarget\":{\"node_modules/@latticexyz/world/src/modules/init/implementations/StoreRegistrationSystem.sol\":\"StoreRegistrationSystem\"},\"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\":\"0x650927696f7518fa216f2d6001835e9fdb419518034c781e86d2a2d33f4ecd2a\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://72e91ac32ed00d36bd22fefeaf4ce1e9420143ddab7080eeb720c668a117bf44\",\"dweb:/ipfs/QmdVqn18WZvx5p84MDJPsB5tfVoXDR86wzm4sLx6WrGYYL\"]},\"node_modules/@latticexyz/store/src/Bytes.sol\":{\"keccak256\":\"0xf506b8e9521a2173ae51aca038b86f705ac6c10fc6361c5df32ea37c7218fdbd\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://9ce5626141f377ea6c9477a27205fa23013c321423950a97f75a2685ac401c55\",\"dweb:/ipfs/QmfYjQmUcQUm46dRHbiYkUnoBokHuS58WZUd8oSdGKKohy\"]},\"node_modules/@latticexyz/store/src/FieldLayout.sol\":{\"keccak256\":\"0xc6aa930fb9a3df986870e3c77e567cabff12ae5e7b2c2af69669390e018d3728\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://a8d6d40675ddd6575538cfa915f73fc8379f4c154b034220df2cf6b7be6d9baf\",\"dweb:/ipfs/QmS7RNEDNBq6YwVJ1gPfs36CJg9d6h5MaxPRtuL3726uEK\"]},\"node_modules/@latticexyz/store/src/Hook.sol\":{\"keccak256\":\"0x6041a89e90293b15acf91378e329815cb857d79f0b384918cd97292378ed5c09\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://0e263d3c8230b4a4852e3b66058e9c36e946cf64471ffd0ac7f54b7a37f329f4\",\"dweb:/ipfs/QmdCnZE1G5PX4ZswUiR6t2DWMRDbVdJYaCzbCF4hbDTKc2\"]},\"node_modules/@latticexyz/store/src/IERC165.sol\":{\"keccak256\":\"0x0efbf9afc716c585621482221f75e5bd60bcf0e813c9f7800d7c0309dcc3c927\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://31b6aeb5446a0a0d5bd71be15a68c5bde94b08c961369203b83c8abe36f401d2\",\"dweb:/ipfs/QmXhComne4es9ZMKaGNqHCdJZrFoFssxMYgLaqvCXPL1Mg\"]},\"node_modules/@latticexyz/store/src/IStore.sol\":{\"keccak256\":\"0xa95a7b8095a313078abe9b3953fa4512aac88ead4526e37023583cb5dc274cb3\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://8a878403e5133ec5f250d752e7b7495e2b13420cd3a42fb59aa6d5f8ee6d188b\",\"dweb:/ipfs/QmUGxeD5Y7B5goNNgFcgaAakjoSr4YtVaE3CMAypRUZGmc\"]},\"node_modules/@latticexyz/store/src/IStoreData.sol\":{\"keccak256\":\"0x174b2e5a5f80094d752cd2a36f1fbdf50e81b1e203216b9e5a6f33e02d606cec\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://59e6de780b55c1937a7148d3cc07ec137c3e2f243f331ba0b70f3262d919c1cb\",\"dweb:/ipfs/QmTJbh6ybPsZE9pFziTztstWxmh6ogUgMa6E81M6PMTA6g\"]},\"node_modules/@latticexyz/store/src/IStoreErrors.sol\":{\"keccak256\":\"0x4b471eb3b98a51f15992f7e4cfb7a7d8e842410f081ea03ef85d3a7b34c35f79\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://e7e82faaea290036677562d8a3a8502f5f871b1368b58ac38897e0ef67216d84\",\"dweb:/ipfs/QmfCj4CtNZ7LYkWUAYcMoyp3X7PFJkUjXgBwbzXkbkDFL6\"]},\"node_modules/@latticexyz/store/src/IStoreEvents.sol\":{\"keccak256\":\"0xfdeeba7e17c947285610d49d85d402cfe5286c046814f827c1aaa37636c16d8f\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://5fde8b7c7caf4dcdcb524565cb8745d897d4d22d88fa0744f9db4b3d36a1eee1\",\"dweb:/ipfs/QmbUe4pfJeRqiiPz31BKWbYv12cz8Lz3Ky5yKydtTb4FY9\"]},\"node_modules/@latticexyz/store/src/IStoreHook.sol\":{\"keccak256\":\"0x677224ab340753edf523ccff8c9d6ede987addbf0d7bc13d0e479306f3866a99\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://6c0285a7684490d6e65d6f91b3631abdafb135d200ea9068e730dd98017a305e\",\"dweb:/ipfs/QmcURHZiMGnSET9P2iSgph22F6iFdoDbN4WmJsHxTAT5G9\"]},\"node_modules/@latticexyz/store/src/IStoreRead.sol\":{\"keccak256\":\"0xe246addf70a3fe65f19e2ab0048d48785bc2ef2f75884eeade151aef59ff5449\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://389022221307160febdec33a7fbdd82fcfbdd1fa6f9b1c67ffe3bf0467d2c924\",\"dweb:/ipfs/QmWunXryDsJZJBwdXxKetRH1vB4tkwTXsdzoM4nePGVvaA\"]},\"node_modules/@latticexyz/store/src/IStoreRegistration.sol\":{\"keccak256\":\"0xf6d2871ca67aacadfd5dd4caef45440a571d932e68a04466f2674e481e79e167\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://260067ed037789d073f407db1d416171e33c79e9b584090794d05e990ee88b67\",\"dweb:/ipfs/QmbAA4Ynfy5aQv71JkZrPcdt2iqc3NK8DcAL1mnx7M1WYC\"]},\"node_modules/@latticexyz/store/src/IStoreWrite.sol\":{\"keccak256\":\"0x7f6d8a25eea4a9d51de396ff64215e2567b29ce607538f04ec1a4ae2efb591bc\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://8ae6e34ba2e92bd3cb8dd556838f4e3caa6c3feaf9e2d63649afa944cb5e3263\",\"dweb:/ipfs/QmR1oNRLp87pnrnxrujdT7JU1Gzwq22rVukKUkXmwNBVSC\"]},\"node_modules/@latticexyz/store/src/Memory.sol\":{\"keccak256\":\"0x79954fa7614943899ad13b27ca0c2bf27c996d7b82a0e347afa48d7a4bbc6e2d\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://34f7d6e209bcc6e379e004ae5a03f909e23e4e87956205610f4e39969b968912\",\"dweb:/ipfs/QmZQeHDwtUBEpTSWn9L7AZ1id6dUbEHmLo6Cj3f9jKRqVM\"]},\"node_modules/@latticexyz/store/src/PackedCounter.sol\":{\"keccak256\":\"0x6dc7a614a120b1940ca8de1924e59895a42ef5f0e22d81a9221790fd76687c2e\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://b638521a9590a62c4e976f12be43d0370246836b90227cbf2e306888331986f6\",\"dweb:/ipfs/QmcEpcjHhL9rawjJRuMJvtTv3YwN2ggYsQHXZeoF88VRFX\"]},\"node_modules/@latticexyz/store/src/ResourceId.sol\":{\"keccak256\":\"0xdca93829ef7e90c12678d3b7bcafee1d3ec9499abfc76c91edd188a8923f4f18\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://3193518ae917765035c845266de41ccebde7a7a06ee6fd7f000534a530975ab2\",\"dweb:/ipfs/QmYr9dCG2HKUMrXHevyRanqsPRHYpD2dnpgZkvwZYqWHe9\"]},\"node_modules/@latticexyz/store/src/Schema.sol\":{\"keccak256\":\"0x21d008da9dd112938ad5381264dce39be7855002076afa01d78dc6421a951fd8\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://1af33c3d662d6ba193987ec62c865e05b53ced4904bff9a5729ab3ada2ca3a99\",\"dweb:/ipfs/QmUSXF3R7LwQWW8P6BZCrt3MAgGN5UwiiaHB3DGCSBZLL5\"]},\"node_modules/@latticexyz/store/src/Slice.sol\":{\"keccak256\":\"0x1f04af14e5040f71bd3daa79b90245a275e52f8d0294c17ae5bfe9aa727651a5\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://d76533959ded2f58434ae9f89fe8c3ff66095ec94e829f89914b362751799e3a\",\"dweb:/ipfs/Qmb1e12g6Sku2u1R96qei1GhqSNi1sZhKRCb111SyNk1ta\"]},\"node_modules/@latticexyz/store/src/Storage.sol\":{\"keccak256\":\"0x48c9749d33f06406b8033b3df67002836d1b356c6ae8282865e7b437941ed61f\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://931e1275db62ba2f9410ee8a8ab384ece2a7031cdf446c50696078f9da24a04d\",\"dweb:/ipfs/QmTXzyjLNj5KuJUHfe1T3awroK5DLkCU4dm6RR4pSUVrfE\"]},\"node_modules/@latticexyz/store/src/StoreCore.sol\":{\"keccak256\":\"0x7cafc150d77cb46ecb49b1a1a7d43cc17e21a095596cf544cc8ba6bfe7ed7f20\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://889cadacfbc667e10a7a83ac34e858c76d0472d04cad72c7691a84879e503ce3\",\"dweb:/ipfs/Qmcm6GFFoGFw2nmuz3Z2NRAgqfBPFZixHppmQzZM4Fy3sR\"]},\"node_modules/@latticexyz/store/src/StoreSwitch.sol\":{\"keccak256\":\"0xbe5cb815a5d073d1d94fc73a3a02a151ffb4e9ce299f00580c6c2d9cd339d7c9\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://b7416ec2aeef38b06c4e559dc3e76fa8cd51f54c06cc58aeed613f44dfd3c3ff\",\"dweb:/ipfs/QmRp6ZmUckpmGKG31wyZSxtgmUJZS2y85sRP2UU9Foajn7\"]},\"node_modules/@latticexyz/store/src/codegen/index.sol\":{\"keccak256\":\"0xa59c43271d363f2366d6f6732ae586b1a36a3ffa4906b8f5cbbf19d3d314562c\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://2bd7c9f8f9ad579a8dfec566b2bd2e646f8065ce8a07e6732e11a4a3a2be7787\",\"dweb:/ipfs/QmWBwZGnYYxEiRjFKSsu1mFtCWJYw3XSojhn7zmc5YE4vG\"]},\"node_modules/@latticexyz/store/src/codegen/tables/Hooks.sol\":{\"keccak256\":\"0x2e81480e081ce6ad4917ecc634e5c9b7a5674068992ae8d9088f0f6296da3bf7\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://2acfdee4dd4c0347ec214273184f267db0e7edc82e586600501d13581dbb5551\",\"dweb:/ipfs/QmcD945zNdGfkwKVvKHA2fpBGictaz4cVMnNm96SmTG5qY\"]},\"node_modules/@latticexyz/store/src/codegen/tables/ResourceIds.sol\":{\"keccak256\":\"0x29ed1bd962e594e00a9b921ddbbb202a47206adbece718721483a69593b88763\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://786df2eca996d18660a4ea7d059dfb8c8476fe5cc8f14e0ce5c8f237e08444ea\",\"dweb:/ipfs/QmQ8dbVA2rMgcb9rznHVjn8DGH9U8bZuHmebukjkYxs2Av\"]},\"node_modules/@latticexyz/store/src/codegen/tables/StoreHooks.sol\":{\"keccak256\":\"0xe9c42e51b6d20496dde8e8013680ec4a4ea1229fd57f0364a2a061c14c1c115b\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://2bcbeeb7b3de32fc68102f7875d71348d5a0171dbb50937d6ebeb28dd10d4ed4\",\"dweb:/ipfs/QmPY91z4D25KGLU2nhnZgb538Mh1mi46RbwHQB8kZvXd4h\"]},\"node_modules/@latticexyz/store/src/codegen/tables/Tables.sol\":{\"keccak256\":\"0xf80e355b361d29b0169483074b73e2502b228d539d5b3511239edfa9644ae270\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://067d0b61a94453ed29f985cee8d237b46ef1c95f790848a927951e951ebe5a44\",\"dweb:/ipfs/QmVjF2vEnRXzq1GHXwXd9iHJAfyrZNA2wAuygpZv6dGRTB\"]},\"node_modules/@latticexyz/store/src/constants.sol\":{\"keccak256\":\"0x2fe1752ecfb01c2de84cd9ae0c47fef85f9f0a7668ae31dc8b19724570eaad50\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://cb90fb960543d00b37df49274c3b7bda6f2c8fb1b363226610f6de7f5bffc7c2\",\"dweb:/ipfs/Qmc1ZQ6xPm8jXaWbc9Lakq2uZxY3pqtVC8r3WnNDFgLGTN\"]},\"node_modules/@latticexyz/store/src/rightMask.sol\":{\"keccak256\":\"0xbde7a13eb04663ffd62c3eac929abde4bf8d4fb4c434e510782af01045b78410\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://3b629c78d8e194824b07bbf66f62d5bb94ce883100f5523cb545d3e980792f38\",\"dweb:/ipfs/QmWCRbCT55mnusK1abavXvwM4uN9QStcML4ZgjUG9L6V8S\"]},\"node_modules/@latticexyz/store/src/storeHookTypes.sol\":{\"keccak256\":\"0xcc16f330a9cb5f9f095e2bfc62c67818f2b91a229223c64c87891f1cebfc0305\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://1384e4acac4553089859ff1368f358e5c81ceba986a902e5ec082801de097f64\",\"dweb:/ipfs/QmXcEESML4KRKCfwxvC3tsW9jiA8PE7pxPuZ8L1t1wiNby\"]},\"node_modules/@latticexyz/store/src/storeResourceTypes.sol\":{\"keccak256\":\"0x515001322ebb9b58c62be0bd96ba65dc82841cc550533f283813ad24baaf2554\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://b014d298897dfc75189c10f5e3d970d8368db734c545f6c7d4833cec9c7117eb\",\"dweb:/ipfs/Qmcs7rTdh6zVyDHczXW6mEJqVmndZZTDSjNC1jouf43hTX\"]},\"node_modules/@latticexyz/store/src/tightcoder/DecodeSlice.sol\":{\"keccak256\":\"0xcf8e6e16b76972b6a96ea6b428d7298fc174a840fc8c5c09b6fe2030d31600d7\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://025cf5112618018efd416155c9df257cd28447629bd79c0c37655a8e22c0e4f4\",\"dweb:/ipfs/QmaqeqzGVrAK6rQqQgCzs8UJMWrWmR52jqzN8jqRdaY1kT\"]},\"node_modules/@latticexyz/store/src/tightcoder/EncodeArray.sol\":{\"keccak256\":\"0x248c35b8efaf6a0b0229fd81cafcb8fac6a54662187b56b49574b10e9c3ebf29\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://63b6c95da7d63346db3b741f836b20e23f8e46a6245efdfa6443b204edecabcf\",\"dweb:/ipfs/QmY79DfLgvMsTSZJzwbYmzGYE2ajCumu3ruQ2GpDyYbVqY\"]},\"node_modules/@latticexyz/store/src/tightcoder/TightCoder.sol\":{\"keccak256\":\"0x08f257c62602117fe4943580b0a19f19cf696b22000afd927a2159e24625a13a\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://40ee497f86d4192794a5592264e356dcda27bbe275f6a110dfbc3c3b67798205\",\"dweb:/ipfs/QmW98aRsWSvUzwvX8FkweFDrgGS9YKr8KvfnFrT5HkMtvT\"]},\"node_modules/@latticexyz/store/src/version.sol\":{\"keccak256\":\"0x1cf2e205960520ded9a1ac8a6f4e4e25b5153114939adc7acb66122aba88af61\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://7b41a9da0859000750196a14db7352e12fbe0d55e3849a468fe41b23ffa847ed\",\"dweb:/ipfs/QmTjkrru4tcqXx38k49C2ris5ednawtkfdcW5EVRNJYBKU\"]},\"node_modules/@latticexyz/world/src/AccessControl.sol\":{\"keccak256\":\"0xc1b9fa9167dc3d39d5591d0b2d5f7c3c12ad6aeaa0a1b83b1e326ebd104de439\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://ed0ff59e3240fc85509fc5a1bc9c158f2056bd4be82ba88100ed138afc08d60c\",\"dweb:/ipfs/QmZScS3xhT8EMX4RrnVEqWm1VrGBG9JiA6aiZWtWMphF7q\"]},\"node_modules/@latticexyz/world/src/Delegation.sol\":{\"keccak256\":\"0xd049053827c730ad69585c1c7eb52b4fd9774370063aab461021a111ee0bc86a\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://e5a05e41e45c0054e835565046276d830581ca181e7ff3d83b15c71b6e01af89\",\"dweb:/ipfs/QmZYGFT621rS5fE2WXKX5wqBMENguMuY7DqaXPkZ2rcEfZ\"]},\"node_modules/@latticexyz/world/src/ERC165Checker.sol\":{\"keccak256\":\"0x26204bcfddbc272eae391f4512a629f53697867d582ea8cabcd6a8e04a255270\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://46944bac8253250ba3f645a6164df8e996738bc76a544867677e54ede57619a1\",\"dweb:/ipfs/QmY1XSxQY9MuQSEvGaeQT6kqmeJ3VhYyRRTfzCkRmdsWsX\"]},\"node_modules/@latticexyz/world/src/IDelegationControl.sol\":{\"keccak256\":\"0x9f0dcc1cd281b51a5d3d8f75a55ce8cfb2577c88a9b6644ee144fe260c14e60e\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://85d99d96c33512968e2c3ef68777bdf65305de0b01597e182750ce2c152e089d\",\"dweb:/ipfs/QmZwB163CzPuHJGPW8LPL8pHsEdvkYmBuoEVbu3JqNSTkC\"]},\"node_modules/@latticexyz/world/src/IERC165.sol\":{\"keccak256\":\"0xe00be0c676fa14949ecc4324ae3e932834b0550e2fabbc813b5aa49cf0e2b695\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://700a595ee72389add0e9aef8ae6c2cafc5336b0dc2c43e580ce4d9546ca0dee3\",\"dweb:/ipfs/QmPfRtR5591tJPSvu9mz9J26qSwEjFm5FK8D99jA3qHZCe\"]},\"node_modules/@latticexyz/world/src/ISystemHook.sol\":{\"keccak256\":\"0xad31c270fe5bf23869fe4a55a9a8d3372871c595f6b0f9a197e810051ab1bfdc\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://af7acd6a86410c6d2586739e370134265521cf522fec0c3091804c0d0f99a0fc\",\"dweb:/ipfs/QmRRbUbw89Z3tva95UTvxKhFwn5ddYNMiHbVs6Nnmpsty3\"]},\"node_modules/@latticexyz/world/src/IWorldContextConsumer.sol\":{\"keccak256\":\"0xd3645ee90c73dd991659a140c0132c5a2aaf27a296c457737b212d87b2f66402\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://519d81e2bc7233b1488339eaf9220f7eb57086dd3ee8e1831708ebc6e87f00db\",\"dweb:/ipfs/Qmf8RjMxuPXbteMeEB3vstjutsCrmveyBFCjVFt7nSYgtc\"]},\"node_modules/@latticexyz/world/src/IWorldErrors.sol\":{\"keccak256\":\"0x149d3c2b4bbea21047fc8cf79236488764dd8dde6e440dbc37067a8ce8831bbd\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://d2f340a5616cafd1d80e6ef79f1620102d3d64730c6aa19ecdbb4ca86aaa59b2\",\"dweb:/ipfs/QmWoXP1BKj8U3ZXXoiTRENCxVaaCxrKAenwCZbCVbyfaZ7\"]},\"node_modules/@latticexyz/world/src/System.sol\":{\"keccak256\":\"0x1d380574763b720a8950dc0a14d519c2532f9f27c8115116f0a6f7916c9606b3\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://a395df820ee46be3dcdb36682183811a86cdc848dbd56ecc2a21785a42785cf9\",\"dweb:/ipfs/QmeiuzuHjQuv4GHXXiRkBkxhyN7e9Vy19TYfAccnxWej91\"]},\"node_modules/@latticexyz/world/src/SystemCall.sol\":{\"keccak256\":\"0x9c3e1e5eb40d130e90726ca4bfabd748d190d076ecd95c668f038635f751cad2\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://40ba8d4ea85cdac5b622117bf70f56466bfd8b3b693fbb4ab266630768f8865d\",\"dweb:/ipfs/QmQ8ttFdCFJdw1thyDJHheoWNkdpQUM2u7kZzi4zj6mYh7\"]},\"node_modules/@latticexyz/world/src/WorldContext.sol\":{\"keccak256\":\"0x4b83d5791209b8f39773b07e5f162dfd0617f5f9b5b4bd371c087412e5ad01cf\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://033a3777136e6d5c581efc8bf2535403abe44874409c85d17a353fae6dc56006\",\"dweb:/ipfs/QmaXepBDVnmnMdVzuxbGT2qo5vqWnjB75KNCCdxRehrBMX\"]},\"node_modules/@latticexyz/world/src/WorldResourceId.sol\":{\"keccak256\":\"0xf668eeaecd294a2b8b9e1a771161373af84abe42b8a9820cf9d3092a9a1e64bd\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://01f2939361e51497304e66bdcd9cb33bfea95737fce41ca731f20d3b5dbd5f74\",\"dweb:/ipfs/QmayLveLBSq8axMgbouD411V5BTiYXKbg9ddEpxjcMU4ez\"]},\"node_modules/@latticexyz/world/src/codegen/tables/Balances.sol\":{\"keccak256\":\"0x705f45c60cd9f5cf5ed2b92d73bef71f2c234ec281297dae79779860cfdf9e6f\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://b927d760e5f09c72c421ad62ab8da11a38a2a47d321e6b023e3d7c2a4a46a458\",\"dweb:/ipfs/QmXMDWhE5gVHURzFAL7cyA7EeFJRkykZRZwRV9qrTBj13Y\"]},\"node_modules/@latticexyz/world/src/codegen/tables/FunctionSelectors.sol\":{\"keccak256\":\"0x88a0bc28aa9ef62f524fd2592cc0aaaf3e33a8cb0c7674c6dba7f2115be551f8\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://c64f10d7f97971fca0b7b2ab5b38f8d06d85d54b7b34d8ddc90da17264dae7dd\",\"dweb:/ipfs/QmeMgiefFv9fvetswGBG3q2LzL1SJ6zNwBwupSgVpSmpDG\"]},\"node_modules/@latticexyz/world/src/codegen/tables/FunctionSignatures.sol\":{\"keccak256\":\"0xfcaedc1b1a23f7b2c40fbc5cc71d1781de18f0b1cfbc40a83876852659137d2b\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://d8bad7219652c0f76a46107facc5fdcde7c1d3798d201499d87a7f584ac46db7\",\"dweb:/ipfs/Qma1yhF31Q9wxDYjQ8eCYdjpLVXjC2VVHMCipUjPVrRVdF\"]},\"node_modules/@latticexyz/world/src/codegen/tables/NamespaceDelegationControl.sol\":{\"keccak256\":\"0x05b07d7a06c7e801fb0c0143dde8fce02907d9940f2862b63dcf085d43e54fdf\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://18eaa2e74e9db4d142a7743c6ab9bfa5e9ff5c3700c0db148840266c4ac8ad35\",\"dweb:/ipfs/QmRiBMxuzDRTST9C4nu8jo6z2D44HYG6VEpKNyDPa6HMhS\"]},\"node_modules/@latticexyz/world/src/codegen/tables/NamespaceOwner.sol\":{\"keccak256\":\"0x1bf6746d0154dc5464f394e5b3d8d66398a55eaff68f6e2c3f3f964d8daf39cd\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://b902e62ea9758145aaa0677c04b764cf721ba103b8294191cdc4ba6c25f3ba9e\",\"dweb:/ipfs/QmT3m18HiJd8BT1j5pWeXkGMQjqRCfKDiFvoBTBJ8ZKruv\"]},\"node_modules/@latticexyz/world/src/codegen/tables/ResourceAccess.sol\":{\"keccak256\":\"0x57b12c2ff2649db6dd7e2acacece0c5fbdcc0f0bff9b28c685c93d4372688568\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://3a9c39f46cf1e43b13b4a94fad22fde80223f6b5e39c87ca5a8f5d76432d1a3c\",\"dweb:/ipfs/QmNdEEiM7acceMy4ojy9oFKvba7Yjm3MXF1hpnRoWTaAsD\"]},\"node_modules/@latticexyz/world/src/codegen/tables/SystemHooks.sol\":{\"keccak256\":\"0x65c5544ed57f2e01d6729339461496fa3db50dd843db6de163e6cca2b9b17c68\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://9d8acc162ac647954ffcfd98f6083823713b10d8dc4a05defc18199e9929faf2\",\"dweb:/ipfs/QmVEwCPrDFcQ84qbJyfm3dNEXuqMbUVVqi5DddmJUREriD\"]},\"node_modules/@latticexyz/world/src/codegen/tables/SystemRegistry.sol\":{\"keccak256\":\"0x98b313c90edc060aed54e1728c5931e104914d485dfb0099099dc469773c6194\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://595d820d40e7faceb413613f24d56e82d13e3e53dd86c69627f1c0f134b5705c\",\"dweb:/ipfs/QmUosi7xfNsg5ehaPNZ7tpU3UxyBMbfQW1ESyqH8Bk73JU\"]},\"node_modules/@latticexyz/world/src/codegen/tables/Systems.sol\":{\"keccak256\":\"0xb9b4eada80dfde28cc334d7a8ede2a57b92f3b42f3501af693ba981ba38b8f21\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://c6edf1eb4a0d1730b331eff58f3f26aa037fed7767b6d420a28b905134908bf7\",\"dweb:/ipfs/QmXyZNb5SvwLJ7eG2mrFLDyC6Q2wKPGiHyeQQ21cQLujJR\"]},\"node_modules/@latticexyz/world/src/codegen/tables/UserDelegationControl.sol\":{\"keccak256\":\"0x25c8832ec6db8bc83d0a3c274d8cb49f93bfc57e2b0125c739caf19c1a2c8a51\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://a226cf322efa14384b1191263136af4792d5e6285a7ffa9030218a44ec97d571\",\"dweb:/ipfs/QmYC19AoGU6v15mzTKq2oHWMKUeRnzxGEkKgHVEUcUKw91\"]},\"node_modules/@latticexyz/world/src/constants.sol\":{\"keccak256\":\"0xb8320f88ed5519a4fe2554ad94815ce328a50fef7719932375d6ce695265c2f5\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://a8f5de30fbcc63e469e46ad4a4d4bcd7d8e4b4f2d31fcf62a04aca48d999af22\",\"dweb:/ipfs/QmXw1jDQM2szfRY3tAGrRy6fEzte6yVFgebJAqCLMDHndV\"]},\"node_modules/@latticexyz/world/src/modules/init/LimitedCallContext.sol\":{\"keccak256\":\"0x95e23ed6d143242d8232f484f86c5ed14964d3b3b592a83ac8ad22239a9001aa\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://2974121de686e47139d8adb6bdc7fd0854a56c745cc0497b8a8d88b55a3e77d6\",\"dweb:/ipfs/QmcXGbZL3wnFdJA8cvj9NnQtrnmkj2co84u3CJphYMg2Lc\"]},\"node_modules/@latticexyz/world/src/modules/init/constants.sol\":{\"keccak256\":\"0xe7eb58bdb9ebaf16162db44d7b02d7e95f70ac46910c19649bb57b835f96dad9\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://23227e603db835db6390e872d11569749c8c8f22de770aa775ab7c99f450a752\",\"dweb:/ipfs/QmZkGgdNqbno253umMW8sCHC3QKd5WLjrQi7CbH74x36Z8\"]},\"node_modules/@latticexyz/world/src/modules/init/implementations/StoreRegistrationSystem.sol\":{\"keccak256\":\"0x6de6e033845658f714e478982b9125bedb74d4db4e5794e647bc3c4fb6b5f84f\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://4c22d4ee79114f3a59bc7da6bc74e9ca0412a5c0bd606ccf79b141064699d2a7\",\"dweb:/ipfs/QmRuVPECJGZTw9k2PfAdDbbUUnptAF4e9VcqMkzhJ9mBBL\"]},\"node_modules/@latticexyz/world/src/modules/init/implementations/WorldRegistrationSystem.sol\":{\"keccak256\":\"0xe4b91af36de3852dea10f354ee91b7e6c8a78a0f4c40f72b94bdca411599ca6e\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://fd5e616104f0eb8c261f55901579b09871e91784995e3cb1055ac575995f7535\",\"dweb:/ipfs/QmYinJme183sz4QXH642734s62U8YkGWZ5fNPPfC6GzJmw\"]},\"node_modules/@latticexyz/world/src/requireInterface.sol\":{\"keccak256\":\"0x95e9469529f790727966c513ed19b42abf065a2cd482faba4b8e3404edfb8730\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://da63bf514679a87134d2c36563c9c398906e1e06b27cb17eed10895cd7c87658\",\"dweb:/ipfs/QmUrfkw8YTs6zUq5eaWPgdLmTUJVsp1CRBGQz6kdh7bs3C\"]},\"node_modules/@latticexyz/world/src/requireNamespace.sol\":{\"keccak256\":\"0x3a98f80c6438d8670281c5ef1ecfc7ddc9c7c0d09fa66d54dda4fa812c89baa1\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://fb7093a4816d52af381d8959601046a1d307fb32b11dfb787813144eb01ca9c6\",\"dweb:/ipfs/QmUj9hw39TNTtamhWvYAe647CYvNuTfxwsYSu2H4QmHfPi\"]},\"node_modules/@latticexyz/world/src/requireValidNamespace.sol\":{\"keccak256\":\"0x75f4a72a942bd59d237e6a1329da8f9a582b8d3d94ffeeb2ee4d7cfe992881bc\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://5d6d3c0bb90663d8d411ef056faf0a126727fdeba806efea4403815943b94027\",\"dweb:/ipfs/QmXrAEDnRrqj3137fXPc91jyDMHFZHHJ39NmMUEh1y2AgL\"]},\"node_modules/@latticexyz/world/src/revertWithBytes.sol\":{\"keccak256\":\"0x0e18f180961360de71b9374363cf31bf97e489fc895ff900946b515eeb7ecb3a\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://e85a5e2c0e79ef39a6e367b3b653d475f702fb8f4e14f5817ca3091480e21eb8\",\"dweb:/ipfs/QmeoYVTLo3LncJRD3mqc5bMSHY3Rc9N3yveu6pH2uRVCGW\"]},\"node_modules/@latticexyz/world/src/systemHookTypes.sol\":{\"keccak256\":\"0xf312c694828e49cd263d1df8ba82beb0376ce8dce1337f9e62ec52e3ed36a145\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://2b060c176e46fa6e55d2f525d1f1c64e3c371e6bf24b6d0ff05ae20b3c0c0c0d\",\"dweb:/ipfs/QmdLfnBQrYnLq1iwjX9UyzpDqe6EyJ21T56ZWUVJr1VQCy\"]},\"node_modules/@latticexyz/world/src/worldResourceTypes.sol\":{\"keccak256\":\"0x3478328afa3363bcb25271cdcd4c23355f53be785ae0aab5159490122831b8ed\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://5192c5d7dbe1e5521fc9af4830c991be7209652080c507ee6860cc3746dce96d\",\"dweb:/ipfs/Qmbf6ge8pEwaGhjei7MKFCNk9UbCb55AvUadbbeqyNKJ12\"]}},\"version\":1}","metadata":{"compiler":{"version":"0.8.24+commit.e11b9ed9"},"language":"Solidity","output":{"abi":[{"inputs":[],"type":"error","name":"FieldLayoutLib_Empty"},{"inputs":[{"internalType":"uint256","name":"staticDataLength","type":"uint256"},{"internalType":"uint256","name":"computedStaticDataLength","type":"uint256"}],"type":"error","name":"FieldLayoutLib_InvalidStaticDataLength"},{"inputs":[{"internalType":"uint256","name":"index","type":"uint256"}],"type":"error","name":"FieldLayoutLib_StaticLengthDoesNotFitInAWord"},{"inputs":[{"internalType":"uint256","name":"index","type":"uint256"}],"type":"error","name":"FieldLayoutLib_StaticLengthIsNotZero"},{"inputs":[{"internalType":"uint256","name":"index","type":"uint256"}],"type":"error","name":"FieldLayoutLib_StaticLengthIsZero"},{"inputs":[{"internalType":"uint256","name":"numFields","type":"uint256"},{"internalType":"uint256","name":"maxFields","type":"uint256"}],"type":"error","name":"FieldLayoutLib_TooManyDynamicFields"},{"inputs":[{"internalType":"uint256","name":"numFields","type":"uint256"},{"internalType":"uint256","name":"maxFields","type":"uint256"}],"type":"error","name":"FieldLayoutLib_TooManyFields"},{"inputs":[{"internalType":"uint256","name":"length","type":"uint256"}],"type":"error","name":"PackedCounter_InvalidLength"},{"inputs":[{"internalType":"uint256","name":"length","type":"uint256"}],"type":"error","name":"SchemaLib_InvalidLength"},{"inputs":[],"type":"error","name":"SchemaLib_StaticTypeAfterDynamicType"},{"inputs":[{"internalType":"bytes","name":"data","type":"bytes"},{"internalType":"uint256","name":"start","type":"uint256"},{"internalType":"uint256","name":"end","type":"uint256"}],"type":"error","name":"Slice_OutOfBounds"},{"inputs":[{"internalType":"uint256","name":"length","type":"uint256"},{"internalType":"uint256","name":"accessedIndex","type":"uint256"}],"type":"error","name":"Store_IndexOutOfBounds"},{"inputs":[{"internalType":"uint256","name":"expected","type":"uint256"},{"internalType":"uint256","name":"received","type":"uint256"}],"type":"error","name":"Store_InvalidFieldNamesLength"},{"inputs":[{"internalType":"uint256","name":"expected","type":"uint256"},{"internalType":"uint256","name":"received","type":"uint256"}],"type":"error","name":"Store_InvalidKeyNamesLength"},{"inputs":[{"internalType":"bytes2","name":"expected","type":"bytes2"},{"internalType":"ResourceId","name":"resourceId","type":"bytes32"},{"internalType":"string","name":"resourceIdString","type":"string"}],"type":"error","name":"Store_InvalidResourceType"},{"inputs":[{"internalType":"uint40","name":"startWithinField","type":"uint40"},{"internalType":"uint40","name":"deleteCount","type":"uint40"},{"internalType":"uint40","name":"fieldLength","type":"uint40"}],"type":"error","name":"Store_InvalidSplice"},{"inputs":[{"internalType":"uint256","name":"expected","type":"uint256"},{"internalType":"uint256","name":"received","type":"uint256"}],"type":"error","name":"Store_InvalidStaticDataLength"},{"inputs":[{"internalType":"uint256","name":"expected","type":"uint256"},{"internalType":"uint256","name":"received","type":"uint256"}],"type":"error","name":"Store_InvalidValueSchemaDynamicLength"},{"inputs":[{"internalType":"uint256","name":"expected","type":"uint256"},{"internalType":"uint256","name":"received","type":"uint256"}],"type":"error","name":"Store_InvalidValueSchemaLength"},{"inputs":[{"internalType":"uint256","name":"expected","type":"uint256"},{"internalType":"uint256","name":"received","type":"uint256"}],"type":"error","name":"Store_InvalidValueSchemaStaticLength"},{"inputs":[{"internalType":"ResourceId","name":"tableId","type":"bytes32"},{"internalType":"string","name":"tableIdString","type":"string"}],"type":"error","name":"Store_TableAlreadyExists"},{"inputs":[{"internalType":"ResourceId","name":"tableId","type":"bytes32"},{"internalType":"string","name":"tableIdString","type":"string"}],"type":"error","name":"Store_TableNotFound"},{"inputs":[],"type":"error","name":"UnauthorizedCallContext"},{"inputs":[{"internalType":"string","name":"resource","type":"string"},{"internalType":"address","name":"caller","type":"address"}],"type":"error","name":"World_AccessDenied"},{"inputs":[],"type":"error","name":"World_AlreadyInitialized"},{"inputs":[{"internalType":"bytes4","name":"functionSelector","type":"bytes4"}],"type":"error","name":"World_CallbackNotAllowed"},{"inputs":[{"internalType":"address","name":"delegator","type":"address"},{"internalType":"address","name":"delegatee","type":"address"}],"type":"error","name":"World_DelegationNotFound"},{"inputs":[{"internalType":"bytes4","name":"functionSelector","type":"bytes4"}],"type":"error","name":"World_FunctionSelectorAlreadyExists"},{"inputs":[{"internalType":"bytes4","name":"functionSelector","type":"bytes4"}],"type":"error","name":"World_FunctionSelectorNotFound"},{"inputs":[{"internalType":"uint256","name":"balance","type":"uint256"},{"internalType":"uint256","name":"amount","type":"uint256"}],"type":"error","name":"World_InsufficientBalance"},{"inputs":[{"internalType":"address","name":"contractAddress","type":"address"},{"internalType":"bytes4","name":"interfaceId","type":"bytes4"}],"type":"error","name":"World_InterfaceNotSupported"},{"inputs":[{"internalType":"bytes14","name":"namespace","type":"bytes14"}],"type":"error","name":"World_InvalidNamespace"},{"inputs":[{"internalType":"ResourceId","name":"resourceId","type":"bytes32"},{"internalType":"string","name":"resourceIdString","type":"string"}],"type":"error","name":"World_InvalidResourceId"},{"inputs":[{"internalType":"bytes2","name":"expected","type":"bytes2"},{"internalType":"ResourceId","name":"resourceId","type":"bytes32"},{"internalType":"string","name":"resourceIdString","type":"string"}],"type":"error","name":"World_InvalidResourceType"},{"inputs":[{"internalType":"ResourceId","name":"resourceId","type":"bytes32"},{"internalType":"string","name":"resourceIdString","type":"string"}],"type":"error","name":"World_ResourceAlreadyExists"},{"inputs":[{"internalType":"ResourceId","name":"resourceId","type":"bytes32"},{"internalType":"string","name":"resourceIdString","type":"string"}],"type":"error","name":"World_ResourceNotFound"},{"inputs":[{"internalType":"address","name":"system","type":"address"}],"type":"error","name":"World_SystemAlreadyExists"},{"inputs":[],"type":"error","name":"World_UnlimitedDelegationNotAllowed"},{"inputs":[{"internalType":"ResourceId","name":"tableId","type":"bytes32","indexed":true},{"internalType":"bytes32[]","name":"keyTuple","type":"bytes32[]","indexed":false},{"internalType":"bytes","name":"staticData","type":"bytes","indexed":false},{"internalType":"PackedCounter","name":"encodedLengths","type":"bytes32","indexed":false},{"internalType":"bytes","name":"dynamicData","type":"bytes","indexed":false}],"type":"event","name":"Store_SetRecord","anonymous":false},{"inputs":[{"internalType":"ResourceId","name":"tableId","type":"bytes32","indexed":true},{"internalType":"bytes32[]","name":"keyTuple","type":"bytes32[]","indexed":false},{"internalType":"uint48","name":"start","type":"uint48","indexed":false},{"internalType":"uint40","name":"deleteCount","type":"uint40","indexed":false},{"internalType":"PackedCounter","name":"encodedLengths","type":"bytes32","indexed":false},{"internalType":"bytes","name":"data","type":"bytes","indexed":false}],"type":"event","name":"Store_SpliceDynamicData","anonymous":false},{"inputs":[{"internalType":"ResourceId","name":"tableId","type":"bytes32","indexed":true},{"internalType":"bytes32[]","name":"keyTuple","type":"bytes32[]","indexed":false},{"internalType":"uint48","name":"start","type":"uint48","indexed":false},{"internalType":"bytes","name":"data","type":"bytes","indexed":false}],"type":"event","name":"Store_SpliceStaticData","anonymous":false},{"inputs":[],"stateMutability":"view","type":"function","name":"_msgSender","outputs":[{"internalType":"address","name":"sender","type":"address"}]},{"inputs":[],"stateMutability":"pure","type":"function","name":"_msgValue","outputs":[{"internalType":"uint256","name":"value","type":"uint256"}]},{"inputs":[],"stateMutability":"view","type":"function","name":"_world","outputs":[{"internalType":"address","name":"","type":"address"}]},{"inputs":[{"internalType":"ResourceId","name":"tableId","type":"bytes32"},{"internalType":"contract IStoreHook","name":"hookAddress","type":"address"},{"internalType":"uint8","name":"enabledHooksBitmap","type":"uint8"}],"stateMutability":"nonpayable","type":"function","name":"registerStoreHook"},{"inputs":[{"internalType":"ResourceId","name":"tableId","type":"bytes32"},{"internalType":"FieldLayout","name":"fieldLayout","type":"bytes32"},{"internalType":"Schema","name":"keySchema","type":"bytes32"},{"internalType":"Schema","name":"valueSchema","type":"bytes32"},{"internalType":"string[]","name":"keyNames","type":"string[]"},{"internalType":"string[]","name":"fieldNames","type":"string[]"}],"stateMutability":"nonpayable","type":"function","name":"registerTable"},{"inputs":[{"internalType":"bytes4","name":"interfaceId","type":"bytes4"}],"stateMutability":"pure","type":"function","name":"supportsInterface","outputs":[{"internalType":"bool","name":"","type":"bool"}]},{"inputs":[{"internalType":"ResourceId","name":"tableId","type":"bytes32"},{"internalType":"contract IStoreHook","name":"hookAddress","type":"address"}],"stateMutability":"nonpayable","type":"function","name":"unregisterStoreHook"}],"devdoc":{"kind":"dev","methods":{"_msgSender()":{"returns":{"sender":"The `msg.sender` in the call to the World contract before the World routed the call to the WorldContextConsumer contract."}},"_msgValue()":{"returns":{"value":"The `msg.value` in the call to the World contract before the World routed the call to the WorldContextConsumer contract."}},"_world()":{"returns":{"_0":"The address of the World contract that routed the call to this WorldContextConsumer."}},"registerStoreHook(bytes32,address,uint8)":{"details":"The caller must be the owner of the namespace to which the table belongs. The hook must conform to the IStoreHook interface.","params":{"enabledHooksBitmap":"A bitmap indicating which hook functionalities are enabled.","hookAddress":"The address of the storage hook contract.","tableId":"The resource ID of the table for which the hook is being registered."}},"registerTable(bytes32,bytes32,bytes32,bytes32,string[],string[])":{"details":"Registers a table with the specified configuration. If the namespace for the table does not exist, it's created. Existing namespaces require the caller to be the owner for table registration.","params":{"fieldLayout":"The field layout structure for the table.","fieldNames":"The names of the fields in the table.","keyNames":"The names associated with the keys in the table.","keySchema":"The schema for the keys of the table.","tableId":"The resource ID of the table.","valueSchema":"The schema for the values within the table."}},"supportsInterface(bytes4)":{"params":{"interfaceId":"The ID of the interface in question."},"returns":{"_0":"True if the interface is supported, false otherwise."}},"unregisterStoreHook(bytes32,address)":{"details":"The caller must be the owner of the namespace to which the table belongs.","params":{"hookAddress":"The address of the storage hook contract.","tableId":"The resource ID of the table from which the hook is being unregistered."}}},"version":1},"userdoc":{"kind":"user","methods":{"_msgSender()":{"notice":"Extract the `msg.sender` from the context appended to the calldata."},"_msgValue()":{"notice":"Extract the `msg.value` from the context appended to the calldata."},"_world()":{"notice":"Get the address of the World contract that routed the call to this WorldContextConsumer."},"registerStoreHook(bytes32,address,uint8)":{"notice":"Register a storage hook for a specified table."},"registerTable(bytes32,bytes32,bytes32,bytes32,string[],string[])":{"notice":"Register a table within the World framework."},"supportsInterface(bytes4)":{"notice":"Checks if an interface is supported by the contract. using ERC-165 supportsInterface (see https://eips.ethereum.org/EIPS/eip-165)"},"unregisterStoreHook(bytes32,address)":{"notice":"Unregister a previously registered storage hook for a specified table."}},"version":1}},"settings":{"remappings":["@latticexyz/=node_modules/@latticexyz/","ds-test/=node_modules/ds-test/src/","forge-std/=node_modules/forge-std/src/"],"optimizer":{"enabled":true,"runs":3000},"metadata":{"bytecodeHash":"none"},"compilationTarget":{"node_modules/@latticexyz/world/src/modules/init/implementations/StoreRegistrationSystem.sol":"StoreRegistrationSystem"},"evmVersion":"paris","libraries":{}},"sources":{"node_modules/@latticexyz/schema-type/src/solidity/SchemaType.sol":{"keccak256":"0x650927696f7518fa216f2d6001835e9fdb419518034c781e86d2a2d33f4ecd2a","urls":["bzz-raw://72e91ac32ed00d36bd22fefeaf4ce1e9420143ddab7080eeb720c668a117bf44","dweb:/ipfs/QmdVqn18WZvx5p84MDJPsB5tfVoXDR86wzm4sLx6WrGYYL"],"license":"MIT"},"node_modules/@latticexyz/store/src/Bytes.sol":{"keccak256":"0xf506b8e9521a2173ae51aca038b86f705ac6c10fc6361c5df32ea37c7218fdbd","urls":["bzz-raw://9ce5626141f377ea6c9477a27205fa23013c321423950a97f75a2685ac401c55","dweb:/ipfs/QmfYjQmUcQUm46dRHbiYkUnoBokHuS58WZUd8oSdGKKohy"],"license":"MIT"},"node_modules/@latticexyz/store/src/FieldLayout.sol":{"keccak256":"0xc6aa930fb9a3df986870e3c77e567cabff12ae5e7b2c2af69669390e018d3728","urls":["bzz-raw://a8d6d40675ddd6575538cfa915f73fc8379f4c154b034220df2cf6b7be6d9baf","dweb:/ipfs/QmS7RNEDNBq6YwVJ1gPfs36CJg9d6h5MaxPRtuL3726uEK"],"license":"MIT"},"node_modules/@latticexyz/store/src/Hook.sol":{"keccak256":"0x6041a89e90293b15acf91378e329815cb857d79f0b384918cd97292378ed5c09","urls":["bzz-raw://0e263d3c8230b4a4852e3b66058e9c36e946cf64471ffd0ac7f54b7a37f329f4","dweb:/ipfs/QmdCnZE1G5PX4ZswUiR6t2DWMRDbVdJYaCzbCF4hbDTKc2"],"license":"MIT"},"node_modules/@latticexyz/store/src/IERC165.sol":{"keccak256":"0x0efbf9afc716c585621482221f75e5bd60bcf0e813c9f7800d7c0309dcc3c927","urls":["bzz-raw://31b6aeb5446a0a0d5bd71be15a68c5bde94b08c961369203b83c8abe36f401d2","dweb:/ipfs/QmXhComne4es9ZMKaGNqHCdJZrFoFssxMYgLaqvCXPL1Mg"],"license":"MIT"},"node_modules/@latticexyz/store/src/IStore.sol":{"keccak256":"0xa95a7b8095a313078abe9b3953fa4512aac88ead4526e37023583cb5dc274cb3","urls":["bzz-raw://8a878403e5133ec5f250d752e7b7495e2b13420cd3a42fb59aa6d5f8ee6d188b","dweb:/ipfs/QmUGxeD5Y7B5goNNgFcgaAakjoSr4YtVaE3CMAypRUZGmc"],"license":"MIT"},"node_modules/@latticexyz/store/src/IStoreData.sol":{"keccak256":"0x174b2e5a5f80094d752cd2a36f1fbdf50e81b1e203216b9e5a6f33e02d606cec","urls":["bzz-raw://59e6de780b55c1937a7148d3cc07ec137c3e2f243f331ba0b70f3262d919c1cb","dweb:/ipfs/QmTJbh6ybPsZE9pFziTztstWxmh6ogUgMa6E81M6PMTA6g"],"license":"MIT"},"node_modules/@latticexyz/store/src/IStoreErrors.sol":{"keccak256":"0x4b471eb3b98a51f15992f7e4cfb7a7d8e842410f081ea03ef85d3a7b34c35f79","urls":["bzz-raw://e7e82faaea290036677562d8a3a8502f5f871b1368b58ac38897e0ef67216d84","dweb:/ipfs/QmfCj4CtNZ7LYkWUAYcMoyp3X7PFJkUjXgBwbzXkbkDFL6"],"license":"MIT"},"node_modules/@latticexyz/store/src/IStoreEvents.sol":{"keccak256":"0xfdeeba7e17c947285610d49d85d402cfe5286c046814f827c1aaa37636c16d8f","urls":["bzz-raw://5fde8b7c7caf4dcdcb524565cb8745d897d4d22d88fa0744f9db4b3d36a1eee1","dweb:/ipfs/QmbUe4pfJeRqiiPz31BKWbYv12cz8Lz3Ky5yKydtTb4FY9"],"license":"MIT"},"node_modules/@latticexyz/store/src/IStoreHook.sol":{"keccak256":"0x677224ab340753edf523ccff8c9d6ede987addbf0d7bc13d0e479306f3866a99","urls":["bzz-raw://6c0285a7684490d6e65d6f91b3631abdafb135d200ea9068e730dd98017a305e","dweb:/ipfs/QmcURHZiMGnSET9P2iSgph22F6iFdoDbN4WmJsHxTAT5G9"],"license":"MIT"},"node_modules/@latticexyz/store/src/IStoreRead.sol":{"keccak256":"0xe246addf70a3fe65f19e2ab0048d48785bc2ef2f75884eeade151aef59ff5449","urls":["bzz-raw://389022221307160febdec33a7fbdd82fcfbdd1fa6f9b1c67ffe3bf0467d2c924","dweb:/ipfs/QmWunXryDsJZJBwdXxKetRH1vB4tkwTXsdzoM4nePGVvaA"],"license":"MIT"},"node_modules/@latticexyz/store/src/IStoreRegistration.sol":{"keccak256":"0xf6d2871ca67aacadfd5dd4caef45440a571d932e68a04466f2674e481e79e167","urls":["bzz-raw://260067ed037789d073f407db1d416171e33c79e9b584090794d05e990ee88b67","dweb:/ipfs/QmbAA4Ynfy5aQv71JkZrPcdt2iqc3NK8DcAL1mnx7M1WYC"],"license":"MIT"},"node_modules/@latticexyz/store/src/IStoreWrite.sol":{"keccak256":"0x7f6d8a25eea4a9d51de396ff64215e2567b29ce607538f04ec1a4ae2efb591bc","urls":["bzz-raw://8ae6e34ba2e92bd3cb8dd556838f4e3caa6c3feaf9e2d63649afa944cb5e3263","dweb:/ipfs/QmR1oNRLp87pnrnxrujdT7JU1Gzwq22rVukKUkXmwNBVSC"],"license":"MIT"},"node_modules/@latticexyz/store/src/Memory.sol":{"keccak256":"0x79954fa7614943899ad13b27ca0c2bf27c996d7b82a0e347afa48d7a4bbc6e2d","urls":["bzz-raw://34f7d6e209bcc6e379e004ae5a03f909e23e4e87956205610f4e39969b968912","dweb:/ipfs/QmZQeHDwtUBEpTSWn9L7AZ1id6dUbEHmLo6Cj3f9jKRqVM"],"license":"MIT"},"node_modules/@latticexyz/store/src/PackedCounter.sol":{"keccak256":"0x6dc7a614a120b1940ca8de1924e59895a42ef5f0e22d81a9221790fd76687c2e","urls":["bzz-raw://b638521a9590a62c4e976f12be43d0370246836b90227cbf2e306888331986f6","dweb:/ipfs/QmcEpcjHhL9rawjJRuMJvtTv3YwN2ggYsQHXZeoF88VRFX"],"license":"MIT"},"node_modules/@latticexyz/store/src/ResourceId.sol":{"keccak256":"0xdca93829ef7e90c12678d3b7bcafee1d3ec9499abfc76c91edd188a8923f4f18","urls":["bzz-raw://3193518ae917765035c845266de41ccebde7a7a06ee6fd7f000534a530975ab2","dweb:/ipfs/QmYr9dCG2HKUMrXHevyRanqsPRHYpD2dnpgZkvwZYqWHe9"],"license":"MIT"},"node_modules/@latticexyz/store/src/Schema.sol":{"keccak256":"0x21d008da9dd112938ad5381264dce39be7855002076afa01d78dc6421a951fd8","urls":["bzz-raw://1af33c3d662d6ba193987ec62c865e05b53ced4904bff9a5729ab3ada2ca3a99","dweb:/ipfs/QmUSXF3R7LwQWW8P6BZCrt3MAgGN5UwiiaHB3DGCSBZLL5"],"license":"MIT"},"node_modules/@latticexyz/store/src/Slice.sol":{"keccak256":"0x1f04af14e5040f71bd3daa79b90245a275e52f8d0294c17ae5bfe9aa727651a5","urls":["bzz-raw://d76533959ded2f58434ae9f89fe8c3ff66095ec94e829f89914b362751799e3a","dweb:/ipfs/Qmb1e12g6Sku2u1R96qei1GhqSNi1sZhKRCb111SyNk1ta"],"license":"MIT"},"node_modules/@latticexyz/store/src/Storage.sol":{"keccak256":"0x48c9749d33f06406b8033b3df67002836d1b356c6ae8282865e7b437941ed61f","urls":["bzz-raw://931e1275db62ba2f9410ee8a8ab384ece2a7031cdf446c50696078f9da24a04d","dweb:/ipfs/QmTXzyjLNj5KuJUHfe1T3awroK5DLkCU4dm6RR4pSUVrfE"],"license":"MIT"},"node_modules/@latticexyz/store/src/StoreCore.sol":{"keccak256":"0x7cafc150d77cb46ecb49b1a1a7d43cc17e21a095596cf544cc8ba6bfe7ed7f20","urls":["bzz-raw://889cadacfbc667e10a7a83ac34e858c76d0472d04cad72c7691a84879e503ce3","dweb:/ipfs/Qmcm6GFFoGFw2nmuz3Z2NRAgqfBPFZixHppmQzZM4Fy3sR"],"license":"MIT"},"node_modules/@latticexyz/store/src/StoreSwitch.sol":{"keccak256":"0xbe5cb815a5d073d1d94fc73a3a02a151ffb4e9ce299f00580c6c2d9cd339d7c9","urls":["bzz-raw://b7416ec2aeef38b06c4e559dc3e76fa8cd51f54c06cc58aeed613f44dfd3c3ff","dweb:/ipfs/QmRp6ZmUckpmGKG31wyZSxtgmUJZS2y85sRP2UU9Foajn7"],"license":"MIT"},"node_modules/@latticexyz/store/src/codegen/index.sol":{"keccak256":"0xa59c43271d363f2366d6f6732ae586b1a36a3ffa4906b8f5cbbf19d3d314562c","urls":["bzz-raw://2bd7c9f8f9ad579a8dfec566b2bd2e646f8065ce8a07e6732e11a4a3a2be7787","dweb:/ipfs/QmWBwZGnYYxEiRjFKSsu1mFtCWJYw3XSojhn7zmc5YE4vG"],"license":"MIT"},"node_modules/@latticexyz/store/src/codegen/tables/Hooks.sol":{"keccak256":"0x2e81480e081ce6ad4917ecc634e5c9b7a5674068992ae8d9088f0f6296da3bf7","urls":["bzz-raw://2acfdee4dd4c0347ec214273184f267db0e7edc82e586600501d13581dbb5551","dweb:/ipfs/QmcD945zNdGfkwKVvKHA2fpBGictaz4cVMnNm96SmTG5qY"],"license":"MIT"},"node_modules/@latticexyz/store/src/codegen/tables/ResourceIds.sol":{"keccak256":"0x29ed1bd962e594e00a9b921ddbbb202a47206adbece718721483a69593b88763","urls":["bzz-raw://786df2eca996d18660a4ea7d059dfb8c8476fe5cc8f14e0ce5c8f237e08444ea","dweb:/ipfs/QmQ8dbVA2rMgcb9rznHVjn8DGH9U8bZuHmebukjkYxs2Av"],"license":"MIT"},"node_modules/@latticexyz/store/src/codegen/tables/StoreHooks.sol":{"keccak256":"0xe9c42e51b6d20496dde8e8013680ec4a4ea1229fd57f0364a2a061c14c1c115b","urls":["bzz-raw://2bcbeeb7b3de32fc68102f7875d71348d5a0171dbb50937d6ebeb28dd10d4ed4","dweb:/ipfs/QmPY91z4D25KGLU2nhnZgb538Mh1mi46RbwHQB8kZvXd4h"],"license":"MIT"},"node_modules/@latticexyz/store/src/codegen/tables/Tables.sol":{"keccak256":"0xf80e355b361d29b0169483074b73e2502b228d539d5b3511239edfa9644ae270","urls":["bzz-raw://067d0b61a94453ed29f985cee8d237b46ef1c95f790848a927951e951ebe5a44","dweb:/ipfs/QmVjF2vEnRXzq1GHXwXd9iHJAfyrZNA2wAuygpZv6dGRTB"],"license":"MIT"},"node_modules/@latticexyz/store/src/constants.sol":{"keccak256":"0x2fe1752ecfb01c2de84cd9ae0c47fef85f9f0a7668ae31dc8b19724570eaad50","urls":["bzz-raw://cb90fb960543d00b37df49274c3b7bda6f2c8fb1b363226610f6de7f5bffc7c2","dweb:/ipfs/Qmc1ZQ6xPm8jXaWbc9Lakq2uZxY3pqtVC8r3WnNDFgLGTN"],"license":"MIT"},"node_modules/@latticexyz/store/src/rightMask.sol":{"keccak256":"0xbde7a13eb04663ffd62c3eac929abde4bf8d4fb4c434e510782af01045b78410","urls":["bzz-raw://3b629c78d8e194824b07bbf66f62d5bb94ce883100f5523cb545d3e980792f38","dweb:/ipfs/QmWCRbCT55mnusK1abavXvwM4uN9QStcML4ZgjUG9L6V8S"],"license":"MIT"},"node_modules/@latticexyz/store/src/storeHookTypes.sol":{"keccak256":"0xcc16f330a9cb5f9f095e2bfc62c67818f2b91a229223c64c87891f1cebfc0305","urls":["bzz-raw://1384e4acac4553089859ff1368f358e5c81ceba986a902e5ec082801de097f64","dweb:/ipfs/QmXcEESML4KRKCfwxvC3tsW9jiA8PE7pxPuZ8L1t1wiNby"],"license":"MIT"},"node_modules/@latticexyz/store/src/storeResourceTypes.sol":{"keccak256":"0x515001322ebb9b58c62be0bd96ba65dc82841cc550533f283813ad24baaf2554","urls":["bzz-raw://b014d298897dfc75189c10f5e3d970d8368db734c545f6c7d4833cec9c7117eb","dweb:/ipfs/Qmcs7rTdh6zVyDHczXW6mEJqVmndZZTDSjNC1jouf43hTX"],"license":"MIT"},"node_modules/@latticexyz/store/src/tightcoder/DecodeSlice.sol":{"keccak256":"0xcf8e6e16b76972b6a96ea6b428d7298fc174a840fc8c5c09b6fe2030d31600d7","urls":["bzz-raw://025cf5112618018efd416155c9df257cd28447629bd79c0c37655a8e22c0e4f4","dweb:/ipfs/QmaqeqzGVrAK6rQqQgCzs8UJMWrWmR52jqzN8jqRdaY1kT"],"license":"MIT"},"node_modules/@latticexyz/store/src/tightcoder/EncodeArray.sol":{"keccak256":"0x248c35b8efaf6a0b0229fd81cafcb8fac6a54662187b56b49574b10e9c3ebf29","urls":["bzz-raw://63b6c95da7d63346db3b741f836b20e23f8e46a6245efdfa6443b204edecabcf","dweb:/ipfs/QmY79DfLgvMsTSZJzwbYmzGYE2ajCumu3ruQ2GpDyYbVqY"],"license":"MIT"},"node_modules/@latticexyz/store/src/tightcoder/TightCoder.sol":{"keccak256":"0x08f257c62602117fe4943580b0a19f19cf696b22000afd927a2159e24625a13a","urls":["bzz-raw://40ee497f86d4192794a5592264e356dcda27bbe275f6a110dfbc3c3b67798205","dweb:/ipfs/QmW98aRsWSvUzwvX8FkweFDrgGS9YKr8KvfnFrT5HkMtvT"],"license":"MIT"},"node_modules/@latticexyz/store/src/version.sol":{"keccak256":"0x1cf2e205960520ded9a1ac8a6f4e4e25b5153114939adc7acb66122aba88af61","urls":["bzz-raw://7b41a9da0859000750196a14db7352e12fbe0d55e3849a468fe41b23ffa847ed","dweb:/ipfs/QmTjkrru4tcqXx38k49C2ris5ednawtkfdcW5EVRNJYBKU"],"license":"MIT"},"node_modules/@latticexyz/world/src/AccessControl.sol":{"keccak256":"0xc1b9fa9167dc3d39d5591d0b2d5f7c3c12ad6aeaa0a1b83b1e326ebd104de439","urls":["bzz-raw://ed0ff59e3240fc85509fc5a1bc9c158f2056bd4be82ba88100ed138afc08d60c","dweb:/ipfs/QmZScS3xhT8EMX4RrnVEqWm1VrGBG9JiA6aiZWtWMphF7q"],"license":"MIT"},"node_modules/@latticexyz/world/src/Delegation.sol":{"keccak256":"0xd049053827c730ad69585c1c7eb52b4fd9774370063aab461021a111ee0bc86a","urls":["bzz-raw://e5a05e41e45c0054e835565046276d830581ca181e7ff3d83b15c71b6e01af89","dweb:/ipfs/QmZYGFT621rS5fE2WXKX5wqBMENguMuY7DqaXPkZ2rcEfZ"],"license":"MIT"},"node_modules/@latticexyz/world/src/ERC165Checker.sol":{"keccak256":"0x26204bcfddbc272eae391f4512a629f53697867d582ea8cabcd6a8e04a255270","urls":["bzz-raw://46944bac8253250ba3f645a6164df8e996738bc76a544867677e54ede57619a1","dweb:/ipfs/QmY1XSxQY9MuQSEvGaeQT6kqmeJ3VhYyRRTfzCkRmdsWsX"],"license":"MIT"},"node_modules/@latticexyz/world/src/IDelegationControl.sol":{"keccak256":"0x9f0dcc1cd281b51a5d3d8f75a55ce8cfb2577c88a9b6644ee144fe260c14e60e","urls":["bzz-raw://85d99d96c33512968e2c3ef68777bdf65305de0b01597e182750ce2c152e089d","dweb:/ipfs/QmZwB163CzPuHJGPW8LPL8pHsEdvkYmBuoEVbu3JqNSTkC"],"license":"MIT"},"node_modules/@latticexyz/world/src/IERC165.sol":{"keccak256":"0xe00be0c676fa14949ecc4324ae3e932834b0550e2fabbc813b5aa49cf0e2b695","urls":["bzz-raw://700a595ee72389add0e9aef8ae6c2cafc5336b0dc2c43e580ce4d9546ca0dee3","dweb:/ipfs/QmPfRtR5591tJPSvu9mz9J26qSwEjFm5FK8D99jA3qHZCe"],"license":"MIT"},"node_modules/@latticexyz/world/src/ISystemHook.sol":{"keccak256":"0xad31c270fe5bf23869fe4a55a9a8d3372871c595f6b0f9a197e810051ab1bfdc","urls":["bzz-raw://af7acd6a86410c6d2586739e370134265521cf522fec0c3091804c0d0f99a0fc","dweb:/ipfs/QmRRbUbw89Z3tva95UTvxKhFwn5ddYNMiHbVs6Nnmpsty3"],"license":"MIT"},"node_modules/@latticexyz/world/src/IWorldContextConsumer.sol":{"keccak256":"0xd3645ee90c73dd991659a140c0132c5a2aaf27a296c457737b212d87b2f66402","urls":["bzz-raw://519d81e2bc7233b1488339eaf9220f7eb57086dd3ee8e1831708ebc6e87f00db","dweb:/ipfs/Qmf8RjMxuPXbteMeEB3vstjutsCrmveyBFCjVFt7nSYgtc"],"license":"MIT"},"node_modules/@latticexyz/world/src/IWorldErrors.sol":{"keccak256":"0x149d3c2b4bbea21047fc8cf79236488764dd8dde6e440dbc37067a8ce8831bbd","urls":["bzz-raw://d2f340a5616cafd1d80e6ef79f1620102d3d64730c6aa19ecdbb4ca86aaa59b2","dweb:/ipfs/QmWoXP1BKj8U3ZXXoiTRENCxVaaCxrKAenwCZbCVbyfaZ7"],"license":"MIT"},"node_modules/@latticexyz/world/src/System.sol":{"keccak256":"0x1d380574763b720a8950dc0a14d519c2532f9f27c8115116f0a6f7916c9606b3","urls":["bzz-raw://a395df820ee46be3dcdb36682183811a86cdc848dbd56ecc2a21785a42785cf9","dweb:/ipfs/QmeiuzuHjQuv4GHXXiRkBkxhyN7e9Vy19TYfAccnxWej91"],"license":"MIT"},"node_modules/@latticexyz/world/src/SystemCall.sol":{"keccak256":"0x9c3e1e5eb40d130e90726ca4bfabd748d190d076ecd95c668f038635f751cad2","urls":["bzz-raw://40ba8d4ea85cdac5b622117bf70f56466bfd8b3b693fbb4ab266630768f8865d","dweb:/ipfs/QmQ8ttFdCFJdw1thyDJHheoWNkdpQUM2u7kZzi4zj6mYh7"],"license":"MIT"},"node_modules/@latticexyz/world/src/WorldContext.sol":{"keccak256":"0x4b83d5791209b8f39773b07e5f162dfd0617f5f9b5b4bd371c087412e5ad01cf","urls":["bzz-raw://033a3777136e6d5c581efc8bf2535403abe44874409c85d17a353fae6dc56006","dweb:/ipfs/QmaXepBDVnmnMdVzuxbGT2qo5vqWnjB75KNCCdxRehrBMX"],"license":"MIT"},"node_modules/@latticexyz/world/src/WorldResourceId.sol":{"keccak256":"0xf668eeaecd294a2b8b9e1a771161373af84abe42b8a9820cf9d3092a9a1e64bd","urls":["bzz-raw://01f2939361e51497304e66bdcd9cb33bfea95737fce41ca731f20d3b5dbd5f74","dweb:/ipfs/QmayLveLBSq8axMgbouD411V5BTiYXKbg9ddEpxjcMU4ez"],"license":"MIT"},"node_modules/@latticexyz/world/src/codegen/tables/Balances.sol":{"keccak256":"0x705f45c60cd9f5cf5ed2b92d73bef71f2c234ec281297dae79779860cfdf9e6f","urls":["bzz-raw://b927d760e5f09c72c421ad62ab8da11a38a2a47d321e6b023e3d7c2a4a46a458","dweb:/ipfs/QmXMDWhE5gVHURzFAL7cyA7EeFJRkykZRZwRV9qrTBj13Y"],"license":"MIT"},"node_modules/@latticexyz/world/src/codegen/tables/FunctionSelectors.sol":{"keccak256":"0x88a0bc28aa9ef62f524fd2592cc0aaaf3e33a8cb0c7674c6dba7f2115be551f8","urls":["bzz-raw://c64f10d7f97971fca0b7b2ab5b38f8d06d85d54b7b34d8ddc90da17264dae7dd","dweb:/ipfs/QmeMgiefFv9fvetswGBG3q2LzL1SJ6zNwBwupSgVpSmpDG"],"license":"MIT"},"node_modules/@latticexyz/world/src/codegen/tables/FunctionSignatures.sol":{"keccak256":"0xfcaedc1b1a23f7b2c40fbc5cc71d1781de18f0b1cfbc40a83876852659137d2b","urls":["bzz-raw://d8bad7219652c0f76a46107facc5fdcde7c1d3798d201499d87a7f584ac46db7","dweb:/ipfs/Qma1yhF31Q9wxDYjQ8eCYdjpLVXjC2VVHMCipUjPVrRVdF"],"license":"MIT"},"node_modules/@latticexyz/world/src/codegen/tables/NamespaceDelegationControl.sol":{"keccak256":"0x05b07d7a06c7e801fb0c0143dde8fce02907d9940f2862b63dcf085d43e54fdf","urls":["bzz-raw://18eaa2e74e9db4d142a7743c6ab9bfa5e9ff5c3700c0db148840266c4ac8ad35","dweb:/ipfs/QmRiBMxuzDRTST9C4nu8jo6z2D44HYG6VEpKNyDPa6HMhS"],"license":"MIT"},"node_modules/@latticexyz/world/src/codegen/tables/NamespaceOwner.sol":{"keccak256":"0x1bf6746d0154dc5464f394e5b3d8d66398a55eaff68f6e2c3f3f964d8daf39cd","urls":["bzz-raw://b902e62ea9758145aaa0677c04b764cf721ba103b8294191cdc4ba6c25f3ba9e","dweb:/ipfs/QmT3m18HiJd8BT1j5pWeXkGMQjqRCfKDiFvoBTBJ8ZKruv"],"license":"MIT"},"node_modules/@latticexyz/world/src/codegen/tables/ResourceAccess.sol":{"keccak256":"0x57b12c2ff2649db6dd7e2acacece0c5fbdcc0f0bff9b28c685c93d4372688568","urls":["bzz-raw://3a9c39f46cf1e43b13b4a94fad22fde80223f6b5e39c87ca5a8f5d76432d1a3c","dweb:/ipfs/QmNdEEiM7acceMy4ojy9oFKvba7Yjm3MXF1hpnRoWTaAsD"],"license":"MIT"},"node_modules/@latticexyz/world/src/codegen/tables/SystemHooks.sol":{"keccak256":"0x65c5544ed57f2e01d6729339461496fa3db50dd843db6de163e6cca2b9b17c68","urls":["bzz-raw://9d8acc162ac647954ffcfd98f6083823713b10d8dc4a05defc18199e9929faf2","dweb:/ipfs/QmVEwCPrDFcQ84qbJyfm3dNEXuqMbUVVqi5DddmJUREriD"],"license":"MIT"},"node_modules/@latticexyz/world/src/codegen/tables/SystemRegistry.sol":{"keccak256":"0x98b313c90edc060aed54e1728c5931e104914d485dfb0099099dc469773c6194","urls":["bzz-raw://595d820d40e7faceb413613f24d56e82d13e3e53dd86c69627f1c0f134b5705c","dweb:/ipfs/QmUosi7xfNsg5ehaPNZ7tpU3UxyBMbfQW1ESyqH8Bk73JU"],"license":"MIT"},"node_modules/@latticexyz/world/src/codegen/tables/Systems.sol":{"keccak256":"0xb9b4eada80dfde28cc334d7a8ede2a57b92f3b42f3501af693ba981ba38b8f21","urls":["bzz-raw://c6edf1eb4a0d1730b331eff58f3f26aa037fed7767b6d420a28b905134908bf7","dweb:/ipfs/QmXyZNb5SvwLJ7eG2mrFLDyC6Q2wKPGiHyeQQ21cQLujJR"],"license":"MIT"},"node_modules/@latticexyz/world/src/codegen/tables/UserDelegationControl.sol":{"keccak256":"0x25c8832ec6db8bc83d0a3c274d8cb49f93bfc57e2b0125c739caf19c1a2c8a51","urls":["bzz-raw://a226cf322efa14384b1191263136af4792d5e6285a7ffa9030218a44ec97d571","dweb:/ipfs/QmYC19AoGU6v15mzTKq2oHWMKUeRnzxGEkKgHVEUcUKw91"],"license":"MIT"},"node_modules/@latticexyz/world/src/constants.sol":{"keccak256":"0xb8320f88ed5519a4fe2554ad94815ce328a50fef7719932375d6ce695265c2f5","urls":["bzz-raw://a8f5de30fbcc63e469e46ad4a4d4bcd7d8e4b4f2d31fcf62a04aca48d999af22","dweb:/ipfs/QmXw1jDQM2szfRY3tAGrRy6fEzte6yVFgebJAqCLMDHndV"],"license":"MIT"},"node_modules/@latticexyz/world/src/modules/init/LimitedCallContext.sol":{"keccak256":"0x95e23ed6d143242d8232f484f86c5ed14964d3b3b592a83ac8ad22239a9001aa","urls":["bzz-raw://2974121de686e47139d8adb6bdc7fd0854a56c745cc0497b8a8d88b55a3e77d6","dweb:/ipfs/QmcXGbZL3wnFdJA8cvj9NnQtrnmkj2co84u3CJphYMg2Lc"],"license":"MIT"},"node_modules/@latticexyz/world/src/modules/init/constants.sol":{"keccak256":"0xe7eb58bdb9ebaf16162db44d7b02d7e95f70ac46910c19649bb57b835f96dad9","urls":["bzz-raw://23227e603db835db6390e872d11569749c8c8f22de770aa775ab7c99f450a752","dweb:/ipfs/QmZkGgdNqbno253umMW8sCHC3QKd5WLjrQi7CbH74x36Z8"],"license":"MIT"},"node_modules/@latticexyz/world/src/modules/init/implementations/StoreRegistrationSystem.sol":{"keccak256":"0x6de6e033845658f714e478982b9125bedb74d4db4e5794e647bc3c4fb6b5f84f","urls":["bzz-raw://4c22d4ee79114f3a59bc7da6bc74e9ca0412a5c0bd606ccf79b141064699d2a7","dweb:/ipfs/QmRuVPECJGZTw9k2PfAdDbbUUnptAF4e9VcqMkzhJ9mBBL"],"license":"MIT"},"node_modules/@latticexyz/world/src/modules/init/implementations/WorldRegistrationSystem.sol":{"keccak256":"0xe4b91af36de3852dea10f354ee91b7e6c8a78a0f4c40f72b94bdca411599ca6e","urls":["bzz-raw://fd5e616104f0eb8c261f55901579b09871e91784995e3cb1055ac575995f7535","dweb:/ipfs/QmYinJme183sz4QXH642734s62U8YkGWZ5fNPPfC6GzJmw"],"license":"MIT"},"node_modules/@latticexyz/world/src/requireInterface.sol":{"keccak256":"0x95e9469529f790727966c513ed19b42abf065a2cd482faba4b8e3404edfb8730","urls":["bzz-raw://da63bf514679a87134d2c36563c9c398906e1e06b27cb17eed10895cd7c87658","dweb:/ipfs/QmUrfkw8YTs6zUq5eaWPgdLmTUJVsp1CRBGQz6kdh7bs3C"],"license":"MIT"},"node_modules/@latticexyz/world/src/requireNamespace.sol":{"keccak256":"0x3a98f80c6438d8670281c5ef1ecfc7ddc9c7c0d09fa66d54dda4fa812c89baa1","urls":["bzz-raw://fb7093a4816d52af381d8959601046a1d307fb32b11dfb787813144eb01ca9c6","dweb:/ipfs/QmUj9hw39TNTtamhWvYAe647CYvNuTfxwsYSu2H4QmHfPi"],"license":"MIT"},"node_modules/@latticexyz/world/src/requireValidNamespace.sol":{"keccak256":"0x75f4a72a942bd59d237e6a1329da8f9a582b8d3d94ffeeb2ee4d7cfe992881bc","urls":["bzz-raw://5d6d3c0bb90663d8d411ef056faf0a126727fdeba806efea4403815943b94027","dweb:/ipfs/QmXrAEDnRrqj3137fXPc91jyDMHFZHHJ39NmMUEh1y2AgL"],"license":"MIT"},"node_modules/@latticexyz/world/src/revertWithBytes.sol":{"keccak256":"0x0e18f180961360de71b9374363cf31bf97e489fc895ff900946b515eeb7ecb3a","urls":["bzz-raw://e85a5e2c0e79ef39a6e367b3b653d475f702fb8f4e14f5817ca3091480e21eb8","dweb:/ipfs/QmeoYVTLo3LncJRD3mqc5bMSHY3Rc9N3yveu6pH2uRVCGW"],"license":"MIT"},"node_modules/@latticexyz/world/src/systemHookTypes.sol":{"keccak256":"0xf312c694828e49cd263d1df8ba82beb0376ce8dce1337f9e62ec52e3ed36a145","urls":["bzz-raw://2b060c176e46fa6e55d2f525d1f1c64e3c371e6bf24b6d0ff05ae20b3c0c0c0d","dweb:/ipfs/QmdLfnBQrYnLq1iwjX9UyzpDqe6EyJ21T56ZWUVJr1VQCy"],"license":"MIT"},"node_modules/@latticexyz/world/src/worldResourceTypes.sol":{"keccak256":"0x3478328afa3363bcb25271cdcd4c23355f53be785ae0aab5159490122831b8ed","urls":["bzz-raw://5192c5d7dbe1e5521fc9af4830c991be7209652080c507ee6860cc3746dce96d","dweb:/ipfs/Qmbf6ge8pEwaGhjei7MKFCNk9UbCb55AvUadbbeqyNKJ12"],"license":"MIT"}},"version":1},"id":89}
|