@latticexyz/world-modules 2.0.0-main-59267655 → 2.0.0-main-c991c71a
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/out/AccessControl.sol/AccessControl.json +1 -1
- package/out/AccessControlLib.sol/AccessControlLib.json +1 -1
- 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.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.json +1 -1
- package/out/Bool.sol/Bool.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 -1
- package/out/ERC20.t.sol/ERC20Test.json +1 -1
- package/out/ERC20Metadata.sol/ERC20Metadata.json +1 -1
- package/out/ERC20Module.sol/ERC20Module.abi.json +9 -9
- package/out/ERC20Module.sol/ERC20Module.abi.json.d.ts +9 -9
- package/out/ERC20Module.sol/ERC20Module.json +1 -1
- package/out/ERC20Module.sol/ERC20ModuleRegistrationLibrary.abi.json +9 -9
- package/out/ERC20Module.sol/ERC20ModuleRegistrationLibrary.abi.json.d.ts +9 -9
- 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.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 +9 -9
- package/out/ERC721Module.sol/ERC721Module.abi.json.d.ts +9 -9
- package/out/ERC721Module.sol/ERC721Module.json +1 -1
- package/out/ERC721Module.sol/ERC721ModuleRegistrationLibrary.abi.json +9 -9
- package/out/ERC721Module.sol/ERC721ModuleRegistrationLibrary.abi.json.d.ts +9 -9
- 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 +1 -88
- 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.json +1 -1
- package/out/IBalanceTransferSystem.sol/IBalanceTransferSystem.json +1 -1
- package/out/IBaseWorld.sol/IBaseWorld.abi.json +134 -0
- package/out/IBaseWorld.sol/IBaseWorld.abi.json.d.ts +134 -0
- 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/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/IFieldLayoutErrors.sol/IFieldLayoutErrors.abi.json +88 -0
- package/out/{FieldLayout.sol/FieldLayoutLib.abi.json.d.ts → IFieldLayoutErrors.sol/IFieldLayoutErrors.abi.json.d.ts} +7 -7
- package/out/IFieldLayoutErrors.sol/IFieldLayoutErrors.json +1 -0
- package/out/IModule.sol/IModule.json +1 -1
- package/out/IModuleInstallationSystem.sol/IModuleInstallationSystem.json +1 -1
- package/out/IMulticall3.sol/IMulticall3.json +1 -1
- package/out/IPackedCounterErrors.sol/IPackedCounterErrors.abi.json +13 -0
- package/out/IPackedCounterErrors.sol/IPackedCounterErrors.json +1 -0
- package/out/IPuppetFactorySystem.sol/IPuppetFactorySystem.json +1 -1
- package/out/IRegistrationSystem.sol/IRegistrationSystem.json +1 -1
- package/out/ISchemaErrors.sol/ISchemaErrors.abi.json +18 -0
- package/out/{Schema.sol/SchemaLib.abi.json.d.ts → ISchemaErrors.sol/ISchemaErrors.abi.json.d.ts} +2 -2
- package/out/ISchemaErrors.sol/ISchemaErrors.json +1 -0
- package/out/ISliceErrors.sol/ISliceErrors.abi.json +23 -0
- package/out/ISliceErrors.sol/ISliceErrors.json +1 -0
- package/out/IStore.sol/IStore.abi.json +134 -0
- package/out/IStore.sol/IStore.abi.json.d.ts +134 -0
- package/out/IStore.sol/IStore.json +1 -1
- package/out/IStoreData.sol/IStoreData.json +1 -1
- 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.json +1 -1
- package/out/IWorldKernel.sol/IWorldCall.json +1 -1
- package/out/IWorldKernel.sol/IWorldKernel.json +1 -1
- package/out/IWorldKernel.sol/IWorldModuleInstallation.json +1 -1
- package/out/IWorldRegistrationSystem.sol/IWorldRegistrationSystem.json +1 -1
- package/out/InitModule.sol/InitModule.abi.json +9 -9
- package/out/InitModule.sol/InitModule.abi.json.d.ts +9 -9
- package/out/InitModule.sol/InitModule.json +1 -1
- package/out/InitModuleAddress.sol/InitModuleAddress.json +1 -1
- package/out/InstalledModules.sol/InstalledModules.json +1 -1
- package/out/KeysInTable.sol/KeysInTable.json +1 -1
- package/out/KeysInTableHook.sol/KeysInTableHook.json +1 -1
- package/out/KeysInTableModule.sol/KeysInTableModule.json +1 -1
- package/out/KeysInTableModule.t.sol/KeysInTableModuleTest.abi.json +6 -6
- package/out/KeysInTableModule.t.sol/KeysInTableModuleTest.abi.json.d.ts +6 -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.json +1 -1
- package/out/KeysWithValueModule.t.sol/KeysWithValueModuleTest.abi.json +6 -6
- package/out/KeysWithValueModule.t.sol/KeysWithValueModuleTest.abi.json.d.ts +6 -6
- package/out/KeysWithValueModule.t.sol/KeysWithValueModuleTest.json +1 -1
- package/out/LimitedCallContext.sol/LimitedCallContext.json +1 -1
- package/out/Memory.sol/Memory.json +1 -1
- package/out/Module.sol/Module.json +1 -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.abi.json +1 -13
- 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 +9 -9
- package/out/PuppetModule.sol/PuppetModule.abi.json.d.ts +9 -9
- package/out/PuppetModule.sol/PuppetModule.json +1 -1
- 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/RegistrationSystem.sol/RegistrationSystem.abi.json +9 -9
- package/out/RegistrationSystem.sol/RegistrationSystem.abi.json.d.ts +9 -9
- package/out/RegistrationSystem.sol/RegistrationSystem.json +1 -1
- 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.abi.json +1 -18
- 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.abi.json +1 -23
- package/out/Slice.sol/SliceLib.json +1 -1
- package/out/StandardDelegationsModule.sol/StandardDelegationsModule.abi.json +9 -9
- package/out/StandardDelegationsModule.sol/StandardDelegationsModule.abi.json.d.ts +9 -9
- 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.json +1 -1
- package/out/StoreHook.sol/StoreHook.json +1 -1
- package/out/StoreHooks.sol/StoreHooks.json +1 -1
- package/out/StoreRead.sol/StoreRead.json +1 -1
- package/out/StoreRegistrationSystem.sol/StoreRegistrationSystem.abi.json +9 -9
- package/out/StoreRegistrationSystem.sol/StoreRegistrationSystem.abi.json.d.ts +9 -9
- 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.json +1 -1
- 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 +9 -9
- package/out/UniqueEntityModule.sol/UniqueEntityModule.abi.json.d.ts +9 -9
- package/out/UniqueEntityModule.sol/UniqueEntityModule.json +1 -1
- package/out/UniqueEntityModule.t.sol/UniqueEntityModuleTest.json +1 -1
- 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.json +1 -1
- package/out/World.t.sol/EchoSystemHook.json +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 +6 -6
- package/out/World.t.sol/WorldTest.abi.json.d.ts +6 -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.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 +134 -0
- package/out/interfaces/IBaseWorld.sol/IBaseWorld.abi.json.d.ts +134 -0
- package/out/interfaces/IBaseWorld.sol/IBaseWorld.json +1 -1
- package/out/query.t.sol/QueryTest.abi.json +6 -6
- package/out/query.t.sol/QueryTest.abi.json.d.ts +6 -6
- package/out/query.t.sol/QueryTest.json +1 -1
- package/out/safeconsole.sol/safeconsole.json +1 -1
- package/out/tables/Balances.sol/Balances.json +1 -1
- package/out/test.sol/DSTest.json +1 -1
- package/out/world/src/IERC165.sol/IERC165.json +1 -1
- package/package.json +8 -8
- package/src/modules/erc20-puppet/ERC20Module.sol +1 -3
- package/src/modules/erc721-puppet/ERC721Module.sol +1 -3
- /package/out/{PackedCounter.sol/PackedCounterInstance.abi.json.d.ts → IPackedCounterErrors.sol/IPackedCounterErrors.abi.json.d.ts} +0 -0
- /package/out/{Slice.sol/SliceLib.abi.json.d.ts → ISliceErrors.sol/ISliceErrors.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":"installModule","inputs":[{"name":"module","type":"address","internalType":"contract IModule"},{"name":"encodedArgs","type":"bytes","internalType":"bytes"}],"outputs":[],"stateMutability":"nonpayable"},{"type":"function","name":"registerDelegation","inputs":[{"name":"delegatee","type":"address","internalType":"address"},{"name":"delegationControlId","type":"bytes32","internalType":"ResourceId"},{"name":"initCallData","type":"bytes","internalType":"bytes"}],"outputs":[],"stateMutability":"nonpayable"},{"type":"function","name":"registerFunctionSelector","inputs":[{"name":"systemId","type":"bytes32","internalType":"ResourceId"},{"name":"systemFunctionSignature","type":"string","internalType":"string"}],"outputs":[{"name":"worldFunctionSelector","type":"bytes4","internalType":"bytes4"}],"stateMutability":"nonpayable"},{"type":"function","name":"registerNamespace","inputs":[{"name":"namespaceId","type":"bytes32","internalType":"ResourceId"}],"outputs":[],"stateMutability":"nonpayable"},{"type":"function","name":"registerNamespaceDelegation","inputs":[{"name":"namespaceId","type":"bytes32","internalType":"ResourceId"},{"name":"delegationControlId","type":"bytes32","internalType":"ResourceId"},{"name":"initCallData","type":"bytes","internalType":"bytes"}],"outputs":[],"stateMutability":"nonpayable"},{"type":"function","name":"registerRootFunctionSelector","inputs":[{"name":"systemId","type":"bytes32","internalType":"ResourceId"},{"name":"worldFunctionSignature","type":"string","internalType":"string"},{"name":"systemFunctionSelector","type":"bytes4","internalType":"bytes4"}],"outputs":[{"name":"worldFunctionSelector","type":"bytes4","internalType":"bytes4"}],"stateMutability":"nonpayable"},{"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":"registerSystem","inputs":[{"name":"systemId","type":"bytes32","internalType":"ResourceId"},{"name":"system","type":"address","internalType":"contract System"},{"name":"publicAccess","type":"bool","internalType":"bool"}],"outputs":[],"stateMutability":"nonpayable"},{"type":"function","name":"registerSystemHook","inputs":[{"name":"systemId","type":"bytes32","internalType":"ResourceId"},{"name":"hookAddress","type":"address","internalType":"contract ISystemHook"},{"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":"unregisterDelegation","inputs":[{"name":"delegatee","type":"address","internalType":"address"}],"outputs":[],"stateMutability":"nonpayable"},{"type":"function","name":"unregisterNamespaceDelegation","inputs":[{"name":"namespaceId","type":"bytes32","internalType":"ResourceId"}],"outputs":[],"stateMutability":"nonpayable"},{"type":"function","name":"unregisterStoreHook","inputs":[{"name":"tableId","type":"bytes32","internalType":"ResourceId"},{"name":"hookAddress","type":"address","internalType":"contract IStoreHook"}],"outputs":[],"stateMutability":"nonpayable"},{"type":"function","name":"unregisterSystemHook","inputs":[{"name":"systemId","type":"bytes32","internalType":"ResourceId"},{"name":"hookAddress","type":"address","internalType":"contract ISystemHook"}],"outputs":[],"stateMutability":"nonpayable"},{"type":"event","name":"Store_DeleteRecord","inputs":[{"name":"tableId","type":"bytes32","indexed":true,"internalType":"ResourceId"},{"name":"keyTuple","type":"bytes32[]","indexed":false,"internalType":"bytes32[]"}],"anonymous":false},{"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":"dynamicFieldIndex","type":"uint8","indexed":false,"internalType":"uint8"},{"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":"0x60a06040523060805234801561001457600080fd5b50608051615793620000316000396000610c0801526157936000f3fe608060405234801561001057600080fd5b50600436106101365760003560e01c8063742d6118116100b2578063b29e408911610081578063cdc938c511610066578063cdc938c514610295578063d5f8337f146102a8578063e1af802c146102bb57600080fd5b8063b29e40891461026f578063bfdfaff71461028257600080fd5b8063742d6118146102235780638da798da14610236578063a92813ad14610249578063aa66e9c81461025c57600080fd5b80631d2257ba116101095780633350b6a9116100ee5780633350b6a9146101ea57806345ec9354146101fd578063530f4b601461021057600080fd5b80631d2257ba146101ab57806326d98102146101be57600080fd5b806301ffc9a71461013b57806305609129146101635780630ba51f4914610178578063119df25f1461018b575b600080fd5b61014e610149366004614c04565b6102c3565b60405190151581526020015b60405180910390f35b610176610171366004614c34565b61032c565b005b610176610186366004614cb0565b610353565b61019361041e565b6040516001600160a01b03909116815260200161015a565b6101766101b9366004614dfd565b61042d565b6101d16101cc366004614e56565b6104a8565b6040516001600160e01b0319909116815260200161015a565b6101766101f8366004614e9d565b6105f4565b604051601f19360135815260200161015a565b61017661021e366004614ef5565b61076f565b6101d1610231366004614f33565b6107db565b610176610244366004614f81565b61089d565b610176610257366004614c34565b61095f565b61017661026a366004614fbb565b61099e565b61017661027d366004614fbb565b6109d0565b610176610290366004614fd4565b610a65565b6101766102a336600461500e565b610b1a565b6101766102b6366004614ef5565b610b33565b610193610bf4565b60006001600160e01b031982167fb5dee12700000000000000000000000000000000000000000000000000000000148061032657506001600160e01b031982167f01ffc9a700000000000000000000000000000000000000000000000000000000145b92915050565b610334610bfe565b6103458261034061041e565b610c62565b61034f8282610cdb565b5050565b61035b610bfe565b600061036689610d06565b6fffffffffffffffffffffffffffffffff1916036103c5578761038889610d1d565b6040517fe4ac069e0000000000000000000000000000000000000000000000000000000081526004016103bc92919061507b565b60405180910390fd5b6103e8616e7360f01b6dffffffffffffffffffffffffffff60801b8a1617610e31565b6103f48861034061041e565b61041488888888610405888a615094565b61040f8789615094565b610e7c565b5050505050505050565b600061042861128c565b905090565b610435610bfe565b61044761044061041e565b84846112be565b61045082611391565b156104a3576000610460836113ad565b905061048c817f1a86b55000000000000000000000000000000000000000000000000000000000611449565b6104a061049761041e565b848460006114a4565b50505b505050565b60006104b2610bfe565b61737960f01b836001600160f01b0319161461050d5761737960f01b836104d885610d1d565b6040517f5c30fb6f0000000000000000000000000000000000000000000000000000000081526004016103bc9392919061511a565b61051683610e31565b6105228361034061041e565b600061054b6105318560101b90565b71ffffffffffffffffffffffffffffffffffff19166114d1565b905060008184604051602001610562929190615143565b60405160208183030381529060405290508080519060200120925060006105888461155b565b905080156105ce576040517f3d1d1ae20000000000000000000000000000000000000000000000000000000081526001600160e01b0319851660048201526024016103bc565b845160208601206105e085888361160b565b6105ea85846116d6565b5050505092915050565b6105fc610bfe565b61737960f01b836001600160f01b031916146106225761737960f01b836104d885610d1d565b6dffffffffffffffffffffffffffff60801b8316616e7360f01b1761064681610e31565b6106528161034061041e565b61067c837fb5dee12700000000000000000000000000000000000000000000000000000000611449565b600061068785610d06565b6fffffffffffffffffffffffffffffffff1916036106a9578361038885610d1d565b60006106b48461179f565b905080158015906106c55750848114155b15610707576040517fc0b707410000000000000000000000000000000000000000000000000000000081526001600160a01b03851660048201526024016103bc565b6000610712866113ad565b90506001600160a01b0381161561073b5761072c81611824565b61073683826118a3565b610746565b610746866001611941565b6107518686866119e2565b61075b8587611a85565b61076783866001611b10565b505050505050565b610777610bfe565b6107a1827f1873396a00000000000000000000000000000000000000000000000000000000611449565b6107c4616e7360f01b6dffffffffffffffffffffffffffff60801b851617610e31565b6107d08361034061041e565b6104a3838383611bbf565b60006107e5610bfe565b60408051616e7360f01b60208201526000602282018190526030820152610827910160405160208183030381529060405261081f9061519b565b61034061041e565b5081516020830120600061083a8261155b565b90508015610880576040517f3d1d1ae20000000000000000000000000000000000000000000000000000000081526001600160e01b0319831660048201526024016103bc565b61088b82868561160b565b61089582856116d6565b509392505050565b6108a5610bfe565b6108cf827f6fdd1c8000000000000000000000000000000000000000000000000000000000611449565b61094b6108da61041e565b600084846040516024016108ee91906151bf565b60408051601f198184030181529190526020810180517bffffffffffffffffffffffffffffffffffffffffffffffffffffffff167f13861fb500000000000000000000000000000000000000000000000000000000179052611c82565b5061034f8282805190602001206001611c93565b610967610bfe565b6109738261034061041e565b61034f7f7462776f726c6400000000000000000053797374656d486f6f6b7300000000008383611d42565b6109a6610bfe565b6109af81611e55565b6109b881610e31565b6109c48161034061041e565b6109cd81611e86565b50565b6109d8610bfe565b6109e181611e55565b6109ea81611ef1565b6109f3816120e3565b15610a365780610a0282610d1d565b6040517f0dc28f6a0000000000000000000000000000000000000000000000000000000081526004016103bc92919061507b565b610a41816001611941565b610a5281610a4d61041e565b612168565b6109cd81610a5e61041e565b6001611b10565b610a6d610bfe565b610a7683611e55565b610a7f82611391565b610ab5576040517f71ee9e8100000000000000000000000000000000000000000000000000000000815260040160405180910390fd5b610ac18361034061041e565b6000610acc836113ad565b9050610af8817f1a86b55000000000000000000000000000000000000000000000000000000000611449565b610b028484612232565b815115610b14576104a061049761041e565b50505050565b610b22610bfe565b6109cd610b2d61041e565b826122b1565b610b3b610bfe565b61737960f01b836001600160f01b03191614610b615761737960f01b836104d885610d1d565b610b8b827f540fbfa800000000000000000000000000000000000000000000000000000000611449565b610b9483610e31565b610bb7616e7360f01b6dffffffffffffffffffffffffffff60801b851617610e31565b610bc38361034061041e565b6104a3836bffffffffffffffffffffffff19606085901b166bff0000000000000000000000605885901b1617612353565b60006104286123f8565b6001600160a01b037f0000000000000000000000000000000000000000000000000000000000000000163003610c60576040517f9f03a02600000000000000000000000000000000000000000000000000000000815260040160405180910390fd5b565b6001600160a01b038116610c8f616e7360f01b6dffffffffffffffffffffffffffff60801b851617612402565b6001600160a01b03161461034f57610ca682610d1d565b816040517fd787b7370000000000000000000000000000000000000000000000000000000081526004016103bc9291906151d2565b61034f7f746273746f726500000000000000000053746f7265486f6f6b730000000000008383611d42565b6000610d1460706010615213565b9190911b919050565b606081601081901b6000610d3083610d06565b90508271ffffffffffffffffffffffffffffffffffff19831615610d7157610d6c71ffffffffffffffffffffffffffffffffffff1984166114d1565b610da8565b6040518060400160405280600681526020017f3c726f6f743e00000000000000000000000000000000000000000000000000008152505b6fffffffffffffffffffffffffffffffff19831615610dcf57610dca836114d1565b610e06565b6040518060400160405280600681526020017f3c726f6f743e00000000000000000000000000000000000000000000000000008152505b604051602001610e1893929190615226565b6040516020818303038152906040529350505050919050565b610e3a816120e3565b6109cd5780610e4882610d1d565b6040517ffbf10ce60000000000000000000000000000000000000000000000000000000081526004016103bc92919061507b565b613a3160f11b866001600160f01b03191614801590610eaa5750611bdd60f21b866001600160f01b03191614155b15610f0b57613a3160f11b8687604051602001610ec991815260200190565b60408051601f19818403018152908290527f31b466830000000000000000000000000000000000000000000000000000000082526103bc93929160040161511a565b610f1485612493565b610f1f8460016126da565b610f2a8360006126da565b60e084901c60e885901c0160ff16825114610f8a5760e084901c60e885901c0160ff1682516040517f0f72cb98000000000000000000000000000000000000000000000000000000008152600481019290925260248201526044016103bc565b60e085901c60e886901c0160ff16815114610fea5760e085901c60e886901c0160ff1681516040517f7dec4c00000000000000000000000000000000000000000000000000000000008152600481019290925260248201526044016103bc565b60e085901c60e886901c0160ff1660e084901c60e885901c0160ff16146110625760e085901c60e886901c0160ff1660e084901c60e885901c0160ff166040517ff29d4d88000000000000000000000000000000000000000000000000000000008152600481019290925260248201526044016103bc565b61106b85612876565b61107484612876565b146110c65761108285612876565b61108b84612876565b6040517f65cc0adf000000000000000000000000000000000000000000000000000000008152600481019290925260248201526044016103bc565b6110cf856128a8565b6110d8846128a8565b1461112a576110e6856128a8565b6110ef846128a8565b6040517fedea9587000000000000000000000000000000000000000000000000000000008152600481019290925260248201526044016103bc565b60005b61113686612876565b8110156111d15761116061114a85836128c5565b60c581111561115b5761115b61529c565b6128ed565b6008601b8390030287901c60ff16146111c9576008601b8290030286901c60ff1661118e61114a86846128c5565b6040517f254c7db4000000000000000000000000000000000000000000000000000000008152600481019290925260248201526044016103bc565b60010161112d565b506111db866120e3565b156112355785866040516020016111f491815260200190565b60408051601f19818403018152908290527fdfaaf9cf0000000000000000000000000000000000000000000000000000000082526103bc929160040161507b565b611281868686868660405160200161124d91906152b2565b6040516020818303038152906040528660405160200161126d91906152b2565b60405160208183030381529060405261294d565b610767866001611941565b7fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffcc36013560601c806112bb5750335b90565b604080516002808252606082018352600092602083019080368337019050509050836001600160a01b031660001b816000815181106112ff576112ff615334565b602002602001018181525050826001600160a01b031660001b8160018151811061132b5761132b615334565b602002602001018181525050610b147f7462776f726c640000000000000000005573657244656c65676174696f6e436f60001b8260008560405160200161137491815260200190565b60408051601f19818403018152919052630100080160dd1b612a14565b6000811515801561032657506113a682612a29565b1592915050565b6040805160018082528183019092526000918291906020808301908036833701905050905082816000815181106113e6576113e6615334565b6020908102919091010152600061143e7f7462776f726c6400000000000000000053797374656d7300000000000000000083837e15020014010000000000000000000000000000000000000000000000000000612a89565b60601c949350505050565b6114538282612abf565b61034f576040517f74b5e6ff0000000000000000000000000000000000000000000000000000000081526001600160a01b03831660048201526001600160e01b0319821660248201526044016103bc565b60606000806114b587878787612adb565b91509150816114c7576114c781612cab565b9695505050505050565b606060005b6010811015611527576fffffffffffffffffffffffffffffffff198316600882021b7fff000000000000000000000000000000000000000000000000000000000000001615611527576001016114d6565b604080516fffffffffffffffffffffffffffffffff198516602082015281516030909101909152818152805b949350505050565b60408051600180825281830190925260009182919060208083019080368337019050509050827bffffffffffffffffffffffffffffffffffffffffffffffffffffffff1916816000815181106115b3576115b3615334565b602090810291909101015260006115537f7462776f726c6400000000000000000046756e6374696f6e53656c6563746f7283837e24020020040000000000000000000000000000000000000000000000000000612a89565b60006116178383612cb3565b60408051600180825281830190925291925060009160609183919060208083019080368337019050509050867bffffffffffffffffffffffffffffffffffffffffffffffffffffffff19168160008151811061167557611675615334565b60209081029190910101526116cd7f7462776f726c6400000000000000000046756e6374696f6e53656c6563746f72828686867e24020020040000000000000000000000000000000000000000000000000000612cf2565b50505050505050565b606060006116e383612ff8565b905060006116f084613008565b6040805160018082528183019092529192506000919060208083019080368337019050509050857bffffffffffffffffffffffffffffffffffffffffffffffffffffffff19168160008151811061174957611749615334565b60209081029190910101526107677f6f74776f726c6400000000000000000046756e6374696f6e5369676e61747572828686867c0100000000000000000000000000000000000000000000000000000000612cf2565b60408051600180825281830190925260009182919060208083019080368337019050509050826001600160a01b031660001b816000815181106117e4576117e4615334565b602090810291909101015260006115537f7462776f726c6400000000000000000053797374656d526567697374727900008383630100080160dd1b612a89565b60408051600180825281830190925260009160208083019080368337019050509050816001600160a01b031660001b8160008151811061186657611866615334565b602090810291909101015261034f7f7462776f726c6400000000000000000053797374656d5265676973747279000082630100080160dd1b613031565b60408051600280825260608201835260009260208301908036833701905050905082816000815181106118d8576118d8615334565b602002602001018181525050816001600160a01b031660001b8160018151811061190457611904615334565b60209081029190910101526104a37f7462776f726c640000000000000000005265736f75726365416363657373000082630101000160d81b613031565b60408051600180825281830190925260009160208083019080368337019050509050828160008151811061197757611977615334565b6020026020010181815250506104a37f746273746f72650000000000000000005265736f75726365496473000000000060001b826000856040516020016119c591151560f81b815260010190565b60408051601f19818403018152919052630101000160d81b612a14565b60006119ee83836132fd565b604080516001808252818301909252919250600091606091839190602080830190803683370190505090508681600081518110611a2d57611a2d615334565b60209081029190910101526116cd7f7462776f726c6400000000000000000053797374656d73000000000000000000828686867e15020014010000000000000000000000000000000000000000000000000000612cf2565b60408051600180825281830190925260009160208083019080368337019050509050826001600160a01b031660001b81600081518110611ac757611ac7615334565b6020026020010181815250506104a37f7462776f726c6400000000000000000053797374656d5265676973747279000060001b8260008560405160200161137491815260200190565b6040805160028082526060820183526000926020830190803683370190505090508381600081518110611b4557611b45615334565b602002602001018181525050826001600160a01b031660001b81600181518110611b7157611b71615334565b602002602001018181525050610b147f7462776f726c640000000000000000005265736f75726365416363657373000060001b826000856040516020016119c591151560f81b815260010190565b613a3160f11b836001600160f01b03191614611bef57613a3160f11b8384604051602001610ec991815260200190565b611bf8836120e3565b611c51578283604051602001611c1091815260200190565b60408051601f19818403018152908290527f41e713ad0000000000000000000000000000000000000000000000000000000082526103bc929160040161507b565b6104a3836bffffffffffffffffffffffff19606085901b166bff0000000000000000000000605885901b161761332d565b60606000806114b5878787876133d2565b604080516002808252606082018352600092602083019080368337019050509050836001600160a01b031660001b81600081518110611cd457611cd4615334565b6020026020010181815250508281600181518110611cf457611cf4615334565b602002602001018181525050610b147f7462776f726c64000000000000000000496e7374616c6c65644d6f64756c657360001b826000856040516020016119c591151560f81b815260010190565b6000611d4e848461344a565b90506000815167ffffffffffffffff811115611d6c57611d6c614d46565b604051908082528060200260200182016040528015611d95578160200160208202803683370190505b5090506000805b8351811015611e4657846001600160a01b0316611de0858381518110611dc457611dc4615334565b60200260200101516affffffffffffffffffffff191660601c90565b6001600160a01b031614611e3e57838181518110611e0057611e00615334565b6020026020010151838381518110611e1a57611e1a615334565b6affffffffffffffffffffff19909216602092830291909101909101526001909101905b600101611d9c565b508082526107678686846134b5565b616e7360f01b6dffffffffffffffffffffffffffff60801b82161781146109cd57616e7360f01b816104d883610d1d565b604080516001808252818301909252600091602080830190803683370190505090508181600081518110611ebc57611ebc615334565b602090810291909101015261034f7f7462776f726c640000000000000000004e616d65737061636544656c656761748261350c565b6000611efd8260101b90565b90506000611f1f71ffffffffffffffffffffffffffffffffffff1983166114d1565b80519091508015610b1457611f4182611f3960018461534a565b016020015190565b7fff00000000000000000000000000000000000000000000000000000000000000167f5f0000000000000000000000000000000000000000000000000000000000000003611fd2576040517f0efb4b8500000000000000000000000000000000000000000000000000000000815271ffffffffffffffffffffffffffffffffffff19841660048201526024016103bc565b60005b611fe060018361534a565b8110156104a057602081840101517effffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff19167f5f0000000000000000000000000000000000000000000000000000000000000014801561208d575061204883611f39836001615213565b7effffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff19167f5f00000000000000000000000000000000000000000000000000000000000000145b156120db576040517f0efb4b8500000000000000000000000000000000000000000000000000000000815271ffffffffffffffffffffffffffffffffffff19851660048201526024016103bc565b600101611fd5565b60408051600180825281830190925260009182919060208083019080368337019050509050828160008151811061211c5761211c615334565b6020908102919091010152600061215c7f746273746f72650000000000000000005265736f7572636549647300000000008383630101000160d81b612a89565b90506115538160f81c90565b60408051600180825281830190925260009160208083019080368337019050509050828160008151811061219e5761219e615334565b6020026020010181815250506104a37f7462776f726c640000000000000000004e616d6573706163654f776e6572000060001b826000856040516020016121fd919060609190911b6bffffffffffffffffffffffff1916815260140190565b60408051601f198184030181529190527e14010014000000000000000000000000000000000000000000000000000000612a14565b60408051600180825281830190925260009160208083019080368337019050509050828160008151811061226857612268615334565b6020026020010181815250506104a37f7462776f726c640000000000000000004e616d65737061636544656c6567617460001b8260008560405160200161137491815260200190565b604080516002808252606082018352600092602083019080368337019050509050826001600160a01b031660001b816000815181106122f2576122f2615334565b602002602001018181525050816001600160a01b031660001b8160018151811061231e5761231e615334565b60209081029190910101526104a37f7462776f726c640000000000000000005573657244656c65676174696f6e436f8261350c565b60408051600180825281830190925260009160208083019080368337019050509050828160008151811061238957612389615334565b6020026020010181815250506104a37f7462776f726c6400000000000000000053797374656d486f6f6b73000000000060001b826000856040516020016123e491906affffffffffffffffffffff1991909116815260150190565b6040516020818303038152906040526135a7565b6000610428613658565b60408051600180825281830190925260009182919060208083019080368337019050509050828160008151811061243b5761243b615334565b6020908102919091010152600061143e7f7462776f726c640000000000000000004e616d6573706163654f776e6572000083837e14010014000000000000000000000000000000000000000000000000000000612a89565b806124ca576040517f220c0f6500000000000000000000000000000000000000000000000000000000815260040160405180910390fd5b60006124d5826128a8565b9050600581111561251c576040517f7f2372c300000000000000000000000000000000000000000000000000000000815260048101829052600560248201526044016103bc565b600061252783612876565b905060006125358383615213565b9050601c81111561257c576040517f4a8a06ad00000000000000000000000000000000000000000000000000000000815260048101829052601c60248201526044016103bc565b6000805b838110156126275760ff601b82900360080287901c1660008190036125d4576040517f01f2a07c000000000000000000000000000000000000000000000000000000008152600481018390526024016103bc565b6020811115612612576040517f24c85d58000000000000000000000000000000000000000000000000000000008152600481018390526024016103bc565b61261c8184615213565b925050600101612580565b5061263185613697565b811461267d5761264085613697565b6040517f9365944a0000000000000000000000000000000000000000000000000000000081526004810191909152602481018290526044016103bc565b825b601c8110156107675760ff601b82900360080287901c1680156126d1576040517fbb68821a000000000000000000000000000000000000000000000000000000008152600481018390526024016103bc565b5060010161267f565b801580156126e6575081155b1561270757604051635318beb960e01b8152600060048201526024016103bc565b6000612712836128a8565b9050600581111561273957604051635318beb960e01b8152600481018290526024016103bc565b600061274484612876565b905060006127528383615213565b9050601c81111561277957604051635318beb960e01b8152600481018290526024016103bc565b6000805b838110156127e557600061279461114a89846128c5565b9050806000036127d0576040517ff1e56be400000000000000000000000000000000000000000000000000000000815260040160405180910390fd5b6127da8184615213565b92505060010161277d565b506127ef86613697565b811461281a576127fe86613697565b604051635318beb960e01b81526004016103bc91815260200190565b825b828110156116cd57600061283361114a89846128c5565b9050801561286d576040517ff1e56be400000000000000000000000000000000000000000000000000000000815260040160405180910390fd5b5060010161281c565b6000600860016128886002602061534a565b612892919061534a565b61289c919061535d565b8260ff911c1692915050565b600060086001806128bb6002602061534a565b612888919061534a565b6000601b8290036008028360ff911c1660c58111156128e6576128e661529c565b9392505050565b6000808260c58111156129025761290261529c565b60ff169050606181101561291c57601f1660010192915050565b60618360c58111156129305761293061529c565b0361293e5750601492915050565b50600092915050565b50919050565b600061295a8686866136ba565b9050600061296884846136f0565b90506000612976858561370d565b604080516001808252818301909252919250600091906020808301908036833701905050905089816000815181106129b0576129b0615334565b6020908102919091010152612a087f746273746f72650000000000000000005461626c657300000000000000000000828686867e60030220202000000000000000000000000000000000000000000000000000612cf2565b50505050505050505050565b6104a08585612a238487613722565b85613753565b6040805161737960f01b60208201526000602282018190527f756e6c696d69746564000000000000000000000000000000000000000000000060308301529101604051602081830303815290604052612a819061519b565b909114919050565b6000612ab6612a9886866139bb565b60ff858116601b0360080285901c16612ab18587613722565b613a11565b95945050505050565b6000612aca83613a62565b80156128e657506128e68383613aa3565b600060606000612aea86613b5b565b905060005b8151811015612bbd576000828281518110612b0c57612b0c615334565b60200260200101519050612b386001826affffffffffffffffffffff1916613bdf90919063ffffffff16565b15612bb4576040517fc3323031000000000000000000000000000000000000000000000000000000008152606082901c9063c332303190612b81908c908c908c90600401615374565b600060405180830381600087803b158015612b9b57600080fd5b505af1158015612baf573d6000803e3d6000fd5b505050505b50600101612aef565b50612bca87858888613bfd565b909350915060005b8151811015612ca0576000828281518110612bef57612bef615334565b60200260200101519050612c1b6002826affffffffffffffffffffff1916613bdf90919063ffffffff16565b15612c97576040517f973d8f99000000000000000000000000000000000000000000000000000000008152606082901c9063973d8f9990612c64908c908c908c90600401615374565b600060405180830381600087803b158015612c7e57600080fd5b505af1158015612c92573d6000803e3d6000fd5b505050505b50600101612bd2565b505094509492505050565b805160208201fd5b60608282604051602001612cdb9291909182526001600160e01b031916602082015260240190565b604051602081830303815290604052905092915050565b611bdd60f21b866001600160f01b03191603612d4b57857f8dbb3a9672eebfd3773e72dd9c102393436816d832c7ba9e1e1ac8fcadcac7a986868686604051612d3e94939291906153d8565b60405180910390a2610767565b6000612d5687613ccf565b905060005b8151811015612e2f576000828281518110612d7857612d78615334565b60200260200101519050612da46001826affffffffffffffffffffff1916613bdf90919063ffffffff16565b15612e26576040517f57066c9c000000000000000000000000000000000000000000000000000000008152606082901c906357066c9c90612df3908c908c908c908c908c908c90600401615417565b600060405180830381600087803b158015612e0d57600080fd5b505af1158015612e21573d6000803e3d6000fd5b505050505b50600101612d5b565b50867f8dbb3a9672eebfd3773e72dd9c102393436816d832c7ba9e1e1ac8fcadcac7a987878787604051612e6694939291906153d8565b60405180910390a26000612e7a88886139bb565b90506000602087019050612e92826000895184613d41565b6000612e9d856128a8565b1115612f21576000612eaf8a8a613e00565b878155905060208601915060008060005b612ec9886128a8565b8160ff161015612f1c57612ede8d8d83613e56565b9250612ef98a8260ff166028026038011c64ffffffffff1690565b9150612f088360008488613d41565b612f128286615213565b9450600101612ec0565b505050505b60005b8351811015612a08576000848281518110612f4157612f41615334565b60200260200101519050612f6d6002826affffffffffffffffffffff1916613bdf90919063ffffffff16565b15612fef576040517f5b28cdaf000000000000000000000000000000000000000000000000000000008152606082901c90635b28cdaf90612fbc908e908e908e908e908e908e90600401615417565b600060405180830381600087803b158015612fd657600080fd5b505af1158015612fea573d6000803e3d6000fd5b505050505b50600101612f24565b60006103268251603881901b1790565b60608160405160200161301b9190615470565b6040516020818303038152906040529050919050565b611bdd60f21b836001600160f01b0319160361308457827f0e1f72f429eb97e64878619984a91e687ae91610348b9ff4216782cc96e49d0783604051613077919061548c565b60405180910390a2505050565b600061308f84613ccf565b905060005b81518110156131625760008282815181106130b1576130b1615334565b602002602001015190506130dd6040826affffffffffffffffffffff1916613bdf90919063ffffffff16565b15613159576040517f9faeaf45000000000000000000000000000000000000000000000000000000008152606082901c90639faeaf45906131269089908990899060040161549f565b600060405180830381600087803b15801561314057600080fd5b505af1158015613154573d6000803e3d6000fd5b505050505b50600101613094565b50837f0e1f72f429eb97e64878619984a91e687ae91610348b9ff4216782cc96e49d0784604051613193919061548c565b60405180910390a260006131a785856139bb565b90506132008160006131b886613697565b67ffffffffffffffff8111156131d0576131d0614d46565b6040519080825280601f01601f1916602001820160405280156131fa576020820181803683370190505b50613ed6565b600061320b846128a8565b111561322c57600061321d8686613e00565b905061322a816020613eec565b505b60005b825181101561076757600083828151811061324c5761324c615334565b602002602001015190506132786080826affffffffffffffffffffff1916613bdf90919063ffffffff16565b156132f4576040517f83b5c95b000000000000000000000000000000000000000000000000000000008152606082901c906383b5c95b906132c1908a908a908a9060040161549f565b600060405180830381600087803b1580156132db57600080fd5b505af11580156132ef573d6000803e3d6000fd5b505050505b5060010161322f565b604051606083811b6bffffffffffffffffffffffff1916602083015282151560f81b603483015290603501612cdb565b60408051600180825281830190925260009160208083019080368337019050509050828160008151811061336357613363615334565b6020026020010181815250506104a37f746273746f726500000000000000000053746f7265486f6f6b7300000000000060001b826000856040516020016133be91906affffffffffffffffffffff1991909116815260150190565b604051602081830303815290604052613f29565b60006060836001600160a01b031660006133ed858989613f64565b6040516133fa9190615470565b60006040518083038185875af1925050503d8060008114613437576040519150601f19603f3d011682016040523d82523d6000602084013e61343c565b606091505b509097909650945050505050565b6040805160018082528183019092526060916000919060208083019080368337019050509050828160008151811061348457613484615334565b602002602001018181525050600061349e85836000613f7b565b9050612ab66134b08260008451613fb5565b614043565b6040805160018082528183019092526000916020808301908036833701905050905082816000815181106134eb576134eb615334565b602002602001018181525050610b148482600061350786614054565b614064565b6000613516613658565b9050306001600160a01b03821603613532576104a3838361409f565b6040517f505a181d0000000000000000000000000000000000000000000000000000000081526001600160a01b0382169063505a181d9061357990869086906004016154c8565b600060405180830381600087803b15801561359357600080fd5b505af11580156116cd573d6000803e3d6000fd5b60006135b1613658565b9050306001600160a01b038216036135d4576135cf85858585613f29565b6104a0565b6040517f150f32620000000000000000000000000000000000000000000000000000000081526001600160a01b0382169063150f32629061361f9088908890889088906004016154e1565b600060405180830381600087803b15801561363957600080fd5b505af115801561364d573d6000803e3d6000fd5b505050505050505050565b7f629a4c26e296b22a8e0856e9f6ecb2d1008d7e00081111962cd175fa7488e175546000906001600160a01b031680613692573391505090565b919050565b600060086136a76002602061534a565b6136b1919061535d565b9190911c919050565b60408051602081018590529081018390526060818101839052906080015b60405160208183030381529060405290509392505050565b8151815160009181810160389190911b1760609190911b176128e6565b60608282604051602001612cdb929190615515565b600080805b8360ff168110156108955761374960ff601b83900360080287901c1683615213565b9150600101613727565b611bdd60f21b846001600160f01b031916036137aa57837f8c0b5119d4cec7b284c6b1b39252a03d1e2f2d7451a5895562524c113bb952be84848460405161379d93929190615544565b60405180910390a2610b14565b60006137b685856139bb565b905060006137c386613ccf565b905060005b81518110156138985760008282815181106137e5576137e5615334565b602002602001015190506138116004826affffffffffffffffffffff1916613bdf90919063ffffffff16565b1561388f576040517f964f667d000000000000000000000000000000000000000000000000000000008152606082901c9063964f667d9061385c908b908b908b908b90600401615577565b600060405180830381600087803b15801561387657600080fd5b505af115801561388a573d6000803e3d6000fd5b505050505b506001016137c8565b50857f8c0b5119d4cec7b284c6b1b39252a03d1e2f2d7451a5895562524c113bb952be8686866040516138cd93929190615544565b60405180910390a26138e8828565ffffffffffff1685613ed6565b60005b81518110156116cd57600082828151811061390857613908615334565b602002602001015190506139346008826affffffffffffffffffffff1916613bdf90919063ffffffff16565b156139b2576040517fa8ba8721000000000000000000000000000000000000000000000000000000008152606082901c9063a8ba87219061397f908b908b908b908b90600401615577565b600060405180830381600087803b15801561399957600080fd5b505af11580156139ad573d6000803e3d6000fd5b505050505b506001016138eb565b600082826040516020016139d09291906155b0565b60408051601f1981840301815291905280516020909101207f86425bff6b57326c7859e89024fe4f238ca327a1ae4a230180dd2f0e88aaa7d9189392505050565b600060208210613a3757602082048401935060208281613a3357613a336155ec565b0691505b508254600882021b602082900380841115610895576001850154600882021c82179150509392505050565b6000613a8e827f01ffc9a700000000000000000000000000000000000000000000000000000000613aa3565b801561032657506113a6826001600160e01b03195b6040516001600160e01b031982166024820152600090819060440160408051601f19818403018152919052602080820180517bffffffffffffffffffffffffffffffffffffffffffffffffffffffff167f01ffc9a700000000000000000000000000000000000000000000000000000000178152825192935060009283928392909183918a617530fa92503d91506000519050828015613b44575060208210155b8015613b505750600081115b979650505050505050565b60408051600180825281830190925260609160009190602080830190803683370190505090508281600081518110613b9557613b95615334565b60209081029190910101526000613bcd7f7462776f726c6400000000000000000053797374656d486f6f6b7300000000008383613f7b565b90506115536134b08260008451613fb5565b60008160ff1682613bf08560581c90565b1660ff1614905092915050565b60006060600080613c0d866140b2565b90925090506001600160a01b038216613c2a5785610e4887610d1d565b80613c3957613c39868961416a565b8615613c7d576dffffffffffffffffffffffffffff60801b8616616e7360f01b176000613c6582614181565b9050613c7a82613c758b84615213565b6141fa565b50505b6000613c898760101b90565b71ffffffffffffffffffffffffffffffffffff191614613cb457613caf888884886133d2565b613cc0565b613cc088888488614279565b90999098509650505050505050565b60408051600180825281830190925260609160009190602080830190803683370190505090508281600081518110613d0957613d09615334565b60209081029190910101526000613bcd7f746273746f726500000000000000000053746f7265486f6f6b730000000000008383613f7b565b8215613dbb5760208310613d6b57602083048401935060208381613d6757613d676155ec565b0692505b8215613dbb5760208390036000600019600885021c1990506008850281811c91508351811c9050811987541682821617875550818411613dac575050610b14565b50600194909401939182900391015b5b60208210613ddd5780518455600190930192601f1990910190602001613dbc565b8115610b14576000600019600884021c8554835182191691161785555050505050565b60008282604051602001613e159291906155b0565b60408051601f1981840301815291905280516020909101207f14e2fcc58e58e68ec7edc30c8d50dccc3ce2714a623ec81f46b6a63922d76569189392505050565b60008383604051602001613e6b9291906155b0565b604051602081830303815290604052805190602001208260f81b7effffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff19167f3b4102da22e32d82fc925482184f16c09fd4281692720b87d124aef6da48a0f1181860001c90509392505050565b6104a383838351613ee78560200190565b613d41565b60006020613efb83601f615213565b613f059190615602565b613f0f9084615213565b90505b808310156104a35760008355600183019250613f12565b6000613f3585856142da565b90506000613f52828560ff166028026038011c64ffffffffff1690565b905061076786868684600088886142ed565b60608383836040516020016136d893929190615624565b6060611553613f8b858585613e56565b6000613fb085613f9b89896142da565b9060ff166028026038011c64ffffffffff1690565b614697565b600081831180613fc55750835182115b15614002578383836040517f23230fa30000000000000000000000000000000000000000000000000000000081526004016103bc93929190615663565b602084016140108482615213565b9050600061401e858561534a565b6fffffffffffffffffffffffffffffffff1660809290921b9190911795945050505050565b606060006128e683601560006146ba565b6060816128e68160156000614735565b600061407085856142da565b9050600061408d828560ff166028026038011c64ffffffffff1690565b905061076786868660008588886142ed565b61034f82826140ad85614789565b613031565b604080516001808252818301909252600091829182916020808301908036833701905050905083816000815181106140ec576140ec615334565b6020908102919091010152600080806141457f7462776f726c6400000000000000000053797374656d73000000000000000000857e1502001401000000000000000000000000000000000000000000000000000061480e565b5050602081015160349091015160609190911c9860f89190911c975095505050505050565b6141748282614916565b61034f57610ca682610d1d565b6040805160018082528183019092526000918291906020808301908036833701905050905082816000815181106141ba576141ba615334565b602090810291909101015260006115537f7462776f726c6400000000000000000042616c616e63657300000000000000008383630100080160dd1b612a89565b60408051600180825281830190925260009160208083019080368337019050509050828160008151811061423057614230615334565b6020026020010181815250506104a37f7462776f726c6400000000000000000042616c616e636573000000000000000060001b8260008560405160200161137491815260200190565b60006060836001600160a01b0316614292848888613f64565b60405161429f9190615470565b600060405180830381855af49150503d8060008114613437576040519150601f19603f3d011682016040523d82523d6000602084013e61343c565b60006128e66142e98484613e00565b5490565b613a3160f11b876001600160f01b0319161461431d57613a3160f11b8788604051602001610ec991815260200190565b6000614338828760ff166028026038011c64ffffffffff1690565b9050600083518564ffffffffff1683614351919061534a565b61435b9190615213565b905080821415801561437d5750816143738688615688565b64ffffffffff1614155b156143cd576040517fa65010b400000000000000000000000000000000000000000000000000000000815264ffffffffff80881660048301528087166024830152831660448201526064016103bc565b818664ffffffffff16111561441e576040517f7e8578d30000000000000000000000000000000000000000000000000000000081526004810183905264ffffffffff871660248201526044016103bc565b600061442b84898461494c565b905060006144388b613ccf565b905060005b815181101561450357600082828151811061445a5761445a615334565b602002602001015190506144866010826affffffffffffffffffffff1916613bdf90919063ffffffff16565b156144fa57606081901c6001600160a01b03166355eb5a288e8e8e8e8e8d8f6040518863ffffffff1660e01b81526004016144c797969594939291906156ad565b600060405180830381600087803b1580156144e157600080fd5b505af11580156144f5573d6000803e3d6000fd5b505050505b5060010161443d565b5064ffffffffff881660005b8a60ff168160ff16101561454257614536878260ff166028026038011c64ffffffffff1690565b9091019060010161450f565b508b7ffe158a7adba34e256807c8a149028d3162918713c3838afc643ce9f96716ebfd8c8c848c888d60405161457d9695949392919061570b565b60405180910390a25082841461459e5760006145998c8c613e00565b839055505b60006145ab8c8c8c613e56565b90506145bf818a64ffffffffff1689613ed6565b5060005b81518110156146895760008282815181106145e0576145e0615334565b6020026020010151905061460c6020826affffffffffffffffffffff1916613bdf90919063ffffffff16565b1561468057606081901c6001600160a01b031663635845338e8e8e8e8e8a8f6040518863ffffffff1660e01b815260040161464d97969594939291906156ad565b600060405180830381600087803b15801561466757600080fd5b505af115801561467b573d6000803e3d6000fd5b505050505b506001016145c3565b505050505050505050505050565b60405160208101601f19603f848401011660405282825261089585858584614a1a565b606060006146c88560801c90565b90506fffffffffffffffffffffffffffffffff851660008582816146ee576146ee6155ec565b04905060405193506020840160208202810160405281855260005b82811015614729578451871c825293870193602090910190600101614709565b50505050509392505050565b82516060906000614746858361535d565b9050604051925060208301601f19603f83860101166040528184526000602088015b84821015614729578051871b83529187019160019190910190602001614768565b60007f8b9d8c8b908d9affffffffffffffffffab9e9d939a8d0000000000000000000082016147d857507e60030220202000000000000000000000000000000000000000000000000000919050565b6103266148057f746273746f72650000000000000000005461626c65730000000000000000000084614ae6565b60206000613a11565b606060006060600061481f85613697565b905061482c878783614b02565b93506000614839866128a8565b9050801561490b5761484b88886142da565b935066ffffffffffffff841667ffffffffffffffff81111561486f5761486f614d46565b6040519080825280601f01601f191660200182016040528015614899576020820181803683370190505b5092506020830160005b828160ff1610156149085760006148bb8b8b84613e56565b905060006148d8888460ff166028026038011c64ffffffffff1690565b90506148e78260008387614a1a565b6148f18185615213565b93505050808061490090615767565b9150506148a3565b50505b505093509350939050565b600061493c616e7360f01b6dffffffffffffffffffffffffffff60801b85161783614b3b565b806128e657506128e68383614b3b565b600064ffffffffff821115614990576040517f47670588000000000000000000000000000000000000000000000000000000008152600481018390526024016103bc565b8366ffffffffffffff811660ff851660280260380182901c64ffffffffff168085106149c257808503820191506149ca565b848103820391505b5064ffffffffff6038602860ff8816020181811b197fffffffffffffffffffffffffffffffffffffffffffffffffff000000000000009490941690921792909216918416901b1790509392505050565b8215614aa15760208310614a4457602083048401935060208381614a4057614a406155ec565b0692505b8215614aa1576020839003600081841015614a675750600019600884021c614a71565b50600019600882021c5b8554600886021b818451168219821617845250818411614a92575050610b14565b50600194909401939182900391015b5b60208210614ac35783548152600190930192601f1990910190602001614aa2565b8115610b14576000600019600884021c8251865482191691161782525050505050565b60408051602081018490529081018290526000906060016139d0565b606081600003614b2157506040805160208101909152600081526128e6565b6000614b2d85856139bb565b9050612ab681600085614697565b604080516002808252606082018352600092839291906020830190803683370190505090508381600081518110614b7457614b74615334565b602002602001018181525050826001600160a01b031660001b81600181518110614ba057614ba0615334565b60209081029190910101526000614be07f7462776f726c640000000000000000005265736f7572636541636365737300008383630101000160d81b612a89565b9050612ab68160f81c90565b80356001600160e01b03198116811461369257600080fd5b600060208284031215614c1657600080fd5b6128e682614bec565b6001600160a01b03811681146109cd57600080fd5b60008060408385031215614c4757600080fd5b823591506020830135614c5981614c1f565b809150509250929050565b60008083601f840112614c7657600080fd5b50813567ffffffffffffffff811115614c8e57600080fd5b6020830191508360208260051b8501011115614ca957600080fd5b9250929050565b60008060008060008060008060c0898b031215614ccc57600080fd5b88359750602089013596506040890135955060608901359450608089013567ffffffffffffffff80821115614d0057600080fd5b614d0c8c838d01614c64565b909650945060a08b0135915080821115614d2557600080fd5b50614d328b828c01614c64565b999c989b5096995094979396929594505050565b634e487b7160e01b600052604160045260246000fd5b604051601f8201601f1916810167ffffffffffffffff81118282101715614d8557614d85614d46565b604052919050565b600082601f830112614d9e57600080fd5b813567ffffffffffffffff811115614db857614db8614d46565b614dcb6020601f19601f84011601614d5c565b818152846020838601011115614de057600080fd5b816020850160208301376000918101602001919091529392505050565b600080600060608486031215614e1257600080fd5b8335614e1d81614c1f565b925060208401359150604084013567ffffffffffffffff811115614e4057600080fd5b614e4c86828701614d8d565b9150509250925092565b60008060408385031215614e6957600080fd5b82359150602083013567ffffffffffffffff811115614e8757600080fd5b614e9385828601614d8d565b9150509250929050565b600080600060608486031215614eb257600080fd5b833592506020840135614ec481614c1f565b915060408401358015158114614ed957600080fd5b809150509250925092565b803560ff8116811461369257600080fd5b600080600060608486031215614f0a57600080fd5b833592506020840135614f1c81614c1f565b9150614f2a60408501614ee4565b90509250925092565b600080600060608486031215614f4857600080fd5b83359250602084013567ffffffffffffffff811115614f6657600080fd5b614f7286828701614d8d565b925050614f2a60408501614bec565b60008060408385031215614f9457600080fd5b8235614f9f81614c1f565b9150602083013567ffffffffffffffff811115614e8757600080fd5b600060208284031215614fcd57600080fd5b5035919050565b600080600060608486031215614fe957600080fd5b8335925060208401359150604084013567ffffffffffffffff811115614e4057600080fd5b60006020828403121561502057600080fd5b81356128e681614c1f565b60005b8381101561504657818101518382015260200161502e565b50506000910152565b6000815180845261506781602086016020860161502b565b601f01601f19169290920160200192915050565b828152604060208201526000611553604083018461504f565b600067ffffffffffffffff808411156150af576150af614d46565b8360051b60206150c160208301614d5c565b868152918501916020810190368411156150da57600080fd5b865b8481101561510e578035868111156150f45760008081fd5b61510036828b01614d8d565b8452509183019183016150dc565b50979650505050505050565b6001600160f01b031984168152826020820152606060408201526000612ab6606083018461504f565b6000835161515581846020880161502b565b7f5f5f000000000000000000000000000000000000000000000000000000000000908301908152835161518f81600284016020880161502b565b01600201949350505050565b805160208083015191908110156129475760001960209190910360031b1b16919050565b6020815260006128e6602083018461504f565b6040815260006151e5604083018561504f565b90506001600160a01b03831660208301529392505050565b634e487b7160e01b600052601160045260246000fd5b80820180821115610326576103266151fd565b6001600160f01b03198416815260007f3a00000000000000000000000000000000000000000000000000000000000000806002840152845161526f81600386016020890161502b565b80840190508160038201528451915061528f82600483016020880161502b565b0160040195945050505050565b634e487b7160e01b600052602160045260246000fd5b600060208083016020845280855180835260408601915060408160051b87010192506020870160005b82811015615327577fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffc088860301845261531585835161504f565b945092850192908501906001016152db565b5092979650505050505050565b634e487b7160e01b600052603260045260246000fd5b81810381811115610326576103266151fd565b8082028115828204841417610326576103266151fd565b6001600160a01b0384168152826020820152606060408201526000612ab6606083018461504f565b60008151808452602080850194506020840160005b838110156153cd578151875295820195908201906001016153b1565b509495945050505050565b6080815260006153eb608083018761539c565b82810360208401526153fd818761504f565b90508460408401528281036060840152613b50818561504f565b86815260c06020820152600061543060c083018861539c565b8281036040840152615442818861504f565b9050856060840152828103608084015261545c818661504f565b9150508260a0830152979650505050505050565b6000825161548281846020870161502b565b9190910192915050565b6020815260006128e6602083018461539c565b8381526060602082015260006154b8606083018561539c565b9050826040830152949350505050565b828152604060208201526000611553604083018461539c565b8481526080602082015260006154fa608083018661539c565b60ff851660408401528281036060840152613b50818561504f565b6000835161552781846020880161502b565b83519083019061553b81836020880161502b565b01949350505050565b606081526000615557606083018661539c565b65ffffffffffff8516602084015282810360408401526114c7818561504f565b848152608060208201526000615590608083018661539c565b65ffffffffffff851660408401528281036060840152613b50818561504f565b8281526000602080830184516020860160005b828110156155df578151845292840192908401906001016155c3565b5091979650505050505050565b634e487b7160e01b600052601260045260246000fd5b60008261561f57634e487b7160e01b600052601260045260246000fd5b500490565b6000845161563681846020890161502b565b60609490941b6bffffffffffffffffffffffff191691909301908152601481019190915260340192915050565b606081526000615676606083018661504f565b60208301949094525060400152919050565b64ffffffffff8181168382160190808211156156a6576156a66151fd565b5092915050565b87815260e0602082015260006156c660e083018961539c565b60ff8816604084015264ffffffffff87811660608501528616608084015260a0830185905282810360c08401526156fd818561504f565b9a9950505050505050505050565b60c08152600061571e60c083018961539c565b60ff8816602084015265ffffffffffff8716604084015264ffffffffff8616606084015284608084015282810360a084015261575a818561504f565b9998505050505050505050565b600060ff821660ff810361577d5761577d6151fd565b6001019291505056fea164736f6c6343000818000a","sourceMap":"740:212:83:-:0;;;981:4:82;938:48;;740:212:83;;;;;;;;;;;;;;;;;;;;;;","linkReferences":{}},"deployedBytecode":{"object":"0x608060405234801561001057600080fd5b50600436106101365760003560e01c8063742d6118116100b2578063b29e408911610081578063cdc938c511610066578063cdc938c514610295578063d5f8337f146102a8578063e1af802c146102bb57600080fd5b8063b29e40891461026f578063bfdfaff71461028257600080fd5b8063742d6118146102235780638da798da14610236578063a92813ad14610249578063aa66e9c81461025c57600080fd5b80631d2257ba116101095780633350b6a9116100ee5780633350b6a9146101ea57806345ec9354146101fd578063530f4b601461021057600080fd5b80631d2257ba146101ab57806326d98102146101be57600080fd5b806301ffc9a71461013b57806305609129146101635780630ba51f4914610178578063119df25f1461018b575b600080fd5b61014e610149366004614c04565b6102c3565b60405190151581526020015b60405180910390f35b610176610171366004614c34565b61032c565b005b610176610186366004614cb0565b610353565b61019361041e565b6040516001600160a01b03909116815260200161015a565b6101766101b9366004614dfd565b61042d565b6101d16101cc366004614e56565b6104a8565b6040516001600160e01b0319909116815260200161015a565b6101766101f8366004614e9d565b6105f4565b604051601f19360135815260200161015a565b61017661021e366004614ef5565b61076f565b6101d1610231366004614f33565b6107db565b610176610244366004614f81565b61089d565b610176610257366004614c34565b61095f565b61017661026a366004614fbb565b61099e565b61017661027d366004614fbb565b6109d0565b610176610290366004614fd4565b610a65565b6101766102a336600461500e565b610b1a565b6101766102b6366004614ef5565b610b33565b610193610bf4565b60006001600160e01b031982167fb5dee12700000000000000000000000000000000000000000000000000000000148061032657506001600160e01b031982167f01ffc9a700000000000000000000000000000000000000000000000000000000145b92915050565b610334610bfe565b6103458261034061041e565b610c62565b61034f8282610cdb565b5050565b61035b610bfe565b600061036689610d06565b6fffffffffffffffffffffffffffffffff1916036103c5578761038889610d1d565b6040517fe4ac069e0000000000000000000000000000000000000000000000000000000081526004016103bc92919061507b565b60405180910390fd5b6103e8616e7360f01b6dffffffffffffffffffffffffffff60801b8a1617610e31565b6103f48861034061041e565b61041488888888610405888a615094565b61040f8789615094565b610e7c565b5050505050505050565b600061042861128c565b905090565b610435610bfe565b61044761044061041e565b84846112be565b61045082611391565b156104a3576000610460836113ad565b905061048c817f1a86b55000000000000000000000000000000000000000000000000000000000611449565b6104a061049761041e565b848460006114a4565b50505b505050565b60006104b2610bfe565b61737960f01b836001600160f01b0319161461050d5761737960f01b836104d885610d1d565b6040517f5c30fb6f0000000000000000000000000000000000000000000000000000000081526004016103bc9392919061511a565b61051683610e31565b6105228361034061041e565b600061054b6105318560101b90565b71ffffffffffffffffffffffffffffffffffff19166114d1565b905060008184604051602001610562929190615143565b60405160208183030381529060405290508080519060200120925060006105888461155b565b905080156105ce576040517f3d1d1ae20000000000000000000000000000000000000000000000000000000081526001600160e01b0319851660048201526024016103bc565b845160208601206105e085888361160b565b6105ea85846116d6565b5050505092915050565b6105fc610bfe565b61737960f01b836001600160f01b031916146106225761737960f01b836104d885610d1d565b6dffffffffffffffffffffffffffff60801b8316616e7360f01b1761064681610e31565b6106528161034061041e565b61067c837fb5dee12700000000000000000000000000000000000000000000000000000000611449565b600061068785610d06565b6fffffffffffffffffffffffffffffffff1916036106a9578361038885610d1d565b60006106b48461179f565b905080158015906106c55750848114155b15610707576040517fc0b707410000000000000000000000000000000000000000000000000000000081526001600160a01b03851660048201526024016103bc565b6000610712866113ad565b90506001600160a01b0381161561073b5761072c81611824565b61073683826118a3565b610746565b610746866001611941565b6107518686866119e2565b61075b8587611a85565b61076783866001611b10565b505050505050565b610777610bfe565b6107a1827f1873396a00000000000000000000000000000000000000000000000000000000611449565b6107c4616e7360f01b6dffffffffffffffffffffffffffff60801b851617610e31565b6107d08361034061041e565b6104a3838383611bbf565b60006107e5610bfe565b60408051616e7360f01b60208201526000602282018190526030820152610827910160405160208183030381529060405261081f9061519b565b61034061041e565b5081516020830120600061083a8261155b565b90508015610880576040517f3d1d1ae20000000000000000000000000000000000000000000000000000000081526001600160e01b0319831660048201526024016103bc565b61088b82868561160b565b61089582856116d6565b509392505050565b6108a5610bfe565b6108cf827f6fdd1c8000000000000000000000000000000000000000000000000000000000611449565b61094b6108da61041e565b600084846040516024016108ee91906151bf565b60408051601f198184030181529190526020810180517bffffffffffffffffffffffffffffffffffffffffffffffffffffffff167f13861fb500000000000000000000000000000000000000000000000000000000179052611c82565b5061034f8282805190602001206001611c93565b610967610bfe565b6109738261034061041e565b61034f7f7462776f726c6400000000000000000053797374656d486f6f6b7300000000008383611d42565b6109a6610bfe565b6109af81611e55565b6109b881610e31565b6109c48161034061041e565b6109cd81611e86565b50565b6109d8610bfe565b6109e181611e55565b6109ea81611ef1565b6109f3816120e3565b15610a365780610a0282610d1d565b6040517f0dc28f6a0000000000000000000000000000000000000000000000000000000081526004016103bc92919061507b565b610a41816001611941565b610a5281610a4d61041e565b612168565b6109cd81610a5e61041e565b6001611b10565b610a6d610bfe565b610a7683611e55565b610a7f82611391565b610ab5576040517f71ee9e8100000000000000000000000000000000000000000000000000000000815260040160405180910390fd5b610ac18361034061041e565b6000610acc836113ad565b9050610af8817f1a86b55000000000000000000000000000000000000000000000000000000000611449565b610b028484612232565b815115610b14576104a061049761041e565b50505050565b610b22610bfe565b6109cd610b2d61041e565b826122b1565b610b3b610bfe565b61737960f01b836001600160f01b03191614610b615761737960f01b836104d885610d1d565b610b8b827f540fbfa800000000000000000000000000000000000000000000000000000000611449565b610b9483610e31565b610bb7616e7360f01b6dffffffffffffffffffffffffffff60801b851617610e31565b610bc38361034061041e565b6104a3836bffffffffffffffffffffffff19606085901b166bff0000000000000000000000605885901b1617612353565b60006104286123f8565b6001600160a01b037f0000000000000000000000000000000000000000000000000000000000000000163003610c60576040517f9f03a02600000000000000000000000000000000000000000000000000000000815260040160405180910390fd5b565b6001600160a01b038116610c8f616e7360f01b6dffffffffffffffffffffffffffff60801b851617612402565b6001600160a01b03161461034f57610ca682610d1d565b816040517fd787b7370000000000000000000000000000000000000000000000000000000081526004016103bc9291906151d2565b61034f7f746273746f726500000000000000000053746f7265486f6f6b730000000000008383611d42565b6000610d1460706010615213565b9190911b919050565b606081601081901b6000610d3083610d06565b90508271ffffffffffffffffffffffffffffffffffff19831615610d7157610d6c71ffffffffffffffffffffffffffffffffffff1984166114d1565b610da8565b6040518060400160405280600681526020017f3c726f6f743e00000000000000000000000000000000000000000000000000008152505b6fffffffffffffffffffffffffffffffff19831615610dcf57610dca836114d1565b610e06565b6040518060400160405280600681526020017f3c726f6f743e00000000000000000000000000000000000000000000000000008152505b604051602001610e1893929190615226565b6040516020818303038152906040529350505050919050565b610e3a816120e3565b6109cd5780610e4882610d1d565b6040517ffbf10ce60000000000000000000000000000000000000000000000000000000081526004016103bc92919061507b565b613a3160f11b866001600160f01b03191614801590610eaa5750611bdd60f21b866001600160f01b03191614155b15610f0b57613a3160f11b8687604051602001610ec991815260200190565b60408051601f19818403018152908290527f31b466830000000000000000000000000000000000000000000000000000000082526103bc93929160040161511a565b610f1485612493565b610f1f8460016126da565b610f2a8360006126da565b60e084901c60e885901c0160ff16825114610f8a5760e084901c60e885901c0160ff1682516040517f0f72cb98000000000000000000000000000000000000000000000000000000008152600481019290925260248201526044016103bc565b60e085901c60e886901c0160ff16815114610fea5760e085901c60e886901c0160ff1681516040517f7dec4c00000000000000000000000000000000000000000000000000000000008152600481019290925260248201526044016103bc565b60e085901c60e886901c0160ff1660e084901c60e885901c0160ff16146110625760e085901c60e886901c0160ff1660e084901c60e885901c0160ff166040517ff29d4d88000000000000000000000000000000000000000000000000000000008152600481019290925260248201526044016103bc565b61106b85612876565b61107484612876565b146110c65761108285612876565b61108b84612876565b6040517f65cc0adf000000000000000000000000000000000000000000000000000000008152600481019290925260248201526044016103bc565b6110cf856128a8565b6110d8846128a8565b1461112a576110e6856128a8565b6110ef846128a8565b6040517fedea9587000000000000000000000000000000000000000000000000000000008152600481019290925260248201526044016103bc565b60005b61113686612876565b8110156111d15761116061114a85836128c5565b60c581111561115b5761115b61529c565b6128ed565b6008601b8390030287901c60ff16146111c9576008601b8290030286901c60ff1661118e61114a86846128c5565b6040517f254c7db4000000000000000000000000000000000000000000000000000000008152600481019290925260248201526044016103bc565b60010161112d565b506111db866120e3565b156112355785866040516020016111f491815260200190565b60408051601f19818403018152908290527fdfaaf9cf0000000000000000000000000000000000000000000000000000000082526103bc929160040161507b565b611281868686868660405160200161124d91906152b2565b6040516020818303038152906040528660405160200161126d91906152b2565b60405160208183030381529060405261294d565b610767866001611941565b7fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffcc36013560601c806112bb5750335b90565b604080516002808252606082018352600092602083019080368337019050509050836001600160a01b031660001b816000815181106112ff576112ff615334565b602002602001018181525050826001600160a01b031660001b8160018151811061132b5761132b615334565b602002602001018181525050610b147f7462776f726c640000000000000000005573657244656c65676174696f6e436f60001b8260008560405160200161137491815260200190565b60408051601f19818403018152919052630100080160dd1b612a14565b6000811515801561032657506113a682612a29565b1592915050565b6040805160018082528183019092526000918291906020808301908036833701905050905082816000815181106113e6576113e6615334565b6020908102919091010152600061143e7f7462776f726c6400000000000000000053797374656d7300000000000000000083837e15020014010000000000000000000000000000000000000000000000000000612a89565b60601c949350505050565b6114538282612abf565b61034f576040517f74b5e6ff0000000000000000000000000000000000000000000000000000000081526001600160a01b03831660048201526001600160e01b0319821660248201526044016103bc565b60606000806114b587878787612adb565b91509150816114c7576114c781612cab565b9695505050505050565b606060005b6010811015611527576fffffffffffffffffffffffffffffffff198316600882021b7fff000000000000000000000000000000000000000000000000000000000000001615611527576001016114d6565b604080516fffffffffffffffffffffffffffffffff198516602082015281516030909101909152818152805b949350505050565b60408051600180825281830190925260009182919060208083019080368337019050509050827bffffffffffffffffffffffffffffffffffffffffffffffffffffffff1916816000815181106115b3576115b3615334565b602090810291909101015260006115537f7462776f726c6400000000000000000046756e6374696f6e53656c6563746f7283837e24020020040000000000000000000000000000000000000000000000000000612a89565b60006116178383612cb3565b60408051600180825281830190925291925060009160609183919060208083019080368337019050509050867bffffffffffffffffffffffffffffffffffffffffffffffffffffffff19168160008151811061167557611675615334565b60209081029190910101526116cd7f7462776f726c6400000000000000000046756e6374696f6e53656c6563746f72828686867e24020020040000000000000000000000000000000000000000000000000000612cf2565b50505050505050565b606060006116e383612ff8565b905060006116f084613008565b6040805160018082528183019092529192506000919060208083019080368337019050509050857bffffffffffffffffffffffffffffffffffffffffffffffffffffffff19168160008151811061174957611749615334565b60209081029190910101526107677f6f74776f726c6400000000000000000046756e6374696f6e5369676e61747572828686867c0100000000000000000000000000000000000000000000000000000000612cf2565b60408051600180825281830190925260009182919060208083019080368337019050509050826001600160a01b031660001b816000815181106117e4576117e4615334565b602090810291909101015260006115537f7462776f726c6400000000000000000053797374656d526567697374727900008383630100080160dd1b612a89565b60408051600180825281830190925260009160208083019080368337019050509050816001600160a01b031660001b8160008151811061186657611866615334565b602090810291909101015261034f7f7462776f726c6400000000000000000053797374656d5265676973747279000082630100080160dd1b613031565b60408051600280825260608201835260009260208301908036833701905050905082816000815181106118d8576118d8615334565b602002602001018181525050816001600160a01b031660001b8160018151811061190457611904615334565b60209081029190910101526104a37f7462776f726c640000000000000000005265736f75726365416363657373000082630101000160d81b613031565b60408051600180825281830190925260009160208083019080368337019050509050828160008151811061197757611977615334565b6020026020010181815250506104a37f746273746f72650000000000000000005265736f75726365496473000000000060001b826000856040516020016119c591151560f81b815260010190565b60408051601f19818403018152919052630101000160d81b612a14565b60006119ee83836132fd565b604080516001808252818301909252919250600091606091839190602080830190803683370190505090508681600081518110611a2d57611a2d615334565b60209081029190910101526116cd7f7462776f726c6400000000000000000053797374656d73000000000000000000828686867e15020014010000000000000000000000000000000000000000000000000000612cf2565b60408051600180825281830190925260009160208083019080368337019050509050826001600160a01b031660001b81600081518110611ac757611ac7615334565b6020026020010181815250506104a37f7462776f726c6400000000000000000053797374656d5265676973747279000060001b8260008560405160200161137491815260200190565b6040805160028082526060820183526000926020830190803683370190505090508381600081518110611b4557611b45615334565b602002602001018181525050826001600160a01b031660001b81600181518110611b7157611b71615334565b602002602001018181525050610b147f7462776f726c640000000000000000005265736f75726365416363657373000060001b826000856040516020016119c591151560f81b815260010190565b613a3160f11b836001600160f01b03191614611bef57613a3160f11b8384604051602001610ec991815260200190565b611bf8836120e3565b611c51578283604051602001611c1091815260200190565b60408051601f19818403018152908290527f41e713ad0000000000000000000000000000000000000000000000000000000082526103bc929160040161507b565b6104a3836bffffffffffffffffffffffff19606085901b166bff0000000000000000000000605885901b161761332d565b60606000806114b5878787876133d2565b604080516002808252606082018352600092602083019080368337019050509050836001600160a01b031660001b81600081518110611cd457611cd4615334565b6020026020010181815250508281600181518110611cf457611cf4615334565b602002602001018181525050610b147f7462776f726c64000000000000000000496e7374616c6c65644d6f64756c657360001b826000856040516020016119c591151560f81b815260010190565b6000611d4e848461344a565b90506000815167ffffffffffffffff811115611d6c57611d6c614d46565b604051908082528060200260200182016040528015611d95578160200160208202803683370190505b5090506000805b8351811015611e4657846001600160a01b0316611de0858381518110611dc457611dc4615334565b60200260200101516affffffffffffffffffffff191660601c90565b6001600160a01b031614611e3e57838181518110611e0057611e00615334565b6020026020010151838381518110611e1a57611e1a615334565b6affffffffffffffffffffff19909216602092830291909101909101526001909101905b600101611d9c565b508082526107678686846134b5565b616e7360f01b6dffffffffffffffffffffffffffff60801b82161781146109cd57616e7360f01b816104d883610d1d565b604080516001808252818301909252600091602080830190803683370190505090508181600081518110611ebc57611ebc615334565b602090810291909101015261034f7f7462776f726c640000000000000000004e616d65737061636544656c656761748261350c565b6000611efd8260101b90565b90506000611f1f71ffffffffffffffffffffffffffffffffffff1983166114d1565b80519091508015610b1457611f4182611f3960018461534a565b016020015190565b7fff00000000000000000000000000000000000000000000000000000000000000167f5f0000000000000000000000000000000000000000000000000000000000000003611fd2576040517f0efb4b8500000000000000000000000000000000000000000000000000000000815271ffffffffffffffffffffffffffffffffffff19841660048201526024016103bc565b60005b611fe060018361534a565b8110156104a057602081840101517effffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff19167f5f0000000000000000000000000000000000000000000000000000000000000014801561208d575061204883611f39836001615213565b7effffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff19167f5f00000000000000000000000000000000000000000000000000000000000000145b156120db576040517f0efb4b8500000000000000000000000000000000000000000000000000000000815271ffffffffffffffffffffffffffffffffffff19851660048201526024016103bc565b600101611fd5565b60408051600180825281830190925260009182919060208083019080368337019050509050828160008151811061211c5761211c615334565b6020908102919091010152600061215c7f746273746f72650000000000000000005265736f7572636549647300000000008383630101000160d81b612a89565b90506115538160f81c90565b60408051600180825281830190925260009160208083019080368337019050509050828160008151811061219e5761219e615334565b6020026020010181815250506104a37f7462776f726c640000000000000000004e616d6573706163654f776e6572000060001b826000856040516020016121fd919060609190911b6bffffffffffffffffffffffff1916815260140190565b60408051601f198184030181529190527e14010014000000000000000000000000000000000000000000000000000000612a14565b60408051600180825281830190925260009160208083019080368337019050509050828160008151811061226857612268615334565b6020026020010181815250506104a37f7462776f726c640000000000000000004e616d65737061636544656c6567617460001b8260008560405160200161137491815260200190565b604080516002808252606082018352600092602083019080368337019050509050826001600160a01b031660001b816000815181106122f2576122f2615334565b602002602001018181525050816001600160a01b031660001b8160018151811061231e5761231e615334565b60209081029190910101526104a37f7462776f726c640000000000000000005573657244656c65676174696f6e436f8261350c565b60408051600180825281830190925260009160208083019080368337019050509050828160008151811061238957612389615334565b6020026020010181815250506104a37f7462776f726c6400000000000000000053797374656d486f6f6b73000000000060001b826000856040516020016123e491906affffffffffffffffffffff1991909116815260150190565b6040516020818303038152906040526135a7565b6000610428613658565b60408051600180825281830190925260009182919060208083019080368337019050509050828160008151811061243b5761243b615334565b6020908102919091010152600061143e7f7462776f726c640000000000000000004e616d6573706163654f776e6572000083837e14010014000000000000000000000000000000000000000000000000000000612a89565b806124ca576040517f220c0f6500000000000000000000000000000000000000000000000000000000815260040160405180910390fd5b60006124d5826128a8565b9050600581111561251c576040517f7f2372c300000000000000000000000000000000000000000000000000000000815260048101829052600560248201526044016103bc565b600061252783612876565b905060006125358383615213565b9050601c81111561257c576040517f4a8a06ad00000000000000000000000000000000000000000000000000000000815260048101829052601c60248201526044016103bc565b6000805b838110156126275760ff601b82900360080287901c1660008190036125d4576040517f01f2a07c000000000000000000000000000000000000000000000000000000008152600481018390526024016103bc565b6020811115612612576040517f24c85d58000000000000000000000000000000000000000000000000000000008152600481018390526024016103bc565b61261c8184615213565b925050600101612580565b5061263185613697565b811461267d5761264085613697565b6040517f9365944a0000000000000000000000000000000000000000000000000000000081526004810191909152602481018290526044016103bc565b825b601c8110156107675760ff601b82900360080287901c1680156126d1576040517fbb68821a000000000000000000000000000000000000000000000000000000008152600481018390526024016103bc565b5060010161267f565b801580156126e6575081155b1561270757604051635318beb960e01b8152600060048201526024016103bc565b6000612712836128a8565b9050600581111561273957604051635318beb960e01b8152600481018290526024016103bc565b600061274484612876565b905060006127528383615213565b9050601c81111561277957604051635318beb960e01b8152600481018290526024016103bc565b6000805b838110156127e557600061279461114a89846128c5565b9050806000036127d0576040517ff1e56be400000000000000000000000000000000000000000000000000000000815260040160405180910390fd5b6127da8184615213565b92505060010161277d565b506127ef86613697565b811461281a576127fe86613697565b604051635318beb960e01b81526004016103bc91815260200190565b825b828110156116cd57600061283361114a89846128c5565b9050801561286d576040517ff1e56be400000000000000000000000000000000000000000000000000000000815260040160405180910390fd5b5060010161281c565b6000600860016128886002602061534a565b612892919061534a565b61289c919061535d565b8260ff911c1692915050565b600060086001806128bb6002602061534a565b612888919061534a565b6000601b8290036008028360ff911c1660c58111156128e6576128e661529c565b9392505050565b6000808260c58111156129025761290261529c565b60ff169050606181101561291c57601f1660010192915050565b60618360c58111156129305761293061529c565b0361293e5750601492915050565b50600092915050565b50919050565b600061295a8686866136ba565b9050600061296884846136f0565b90506000612976858561370d565b604080516001808252818301909252919250600091906020808301908036833701905050905089816000815181106129b0576129b0615334565b6020908102919091010152612a087f746273746f72650000000000000000005461626c657300000000000000000000828686867e60030220202000000000000000000000000000000000000000000000000000612cf2565b50505050505050505050565b6104a08585612a238487613722565b85613753565b6040805161737960f01b60208201526000602282018190527f756e6c696d69746564000000000000000000000000000000000000000000000060308301529101604051602081830303815290604052612a819061519b565b909114919050565b6000612ab6612a9886866139bb565b60ff858116601b0360080285901c16612ab18587613722565b613a11565b95945050505050565b6000612aca83613a62565b80156128e657506128e68383613aa3565b600060606000612aea86613b5b565b905060005b8151811015612bbd576000828281518110612b0c57612b0c615334565b60200260200101519050612b386001826affffffffffffffffffffff1916613bdf90919063ffffffff16565b15612bb4576040517fc3323031000000000000000000000000000000000000000000000000000000008152606082901c9063c332303190612b81908c908c908c90600401615374565b600060405180830381600087803b158015612b9b57600080fd5b505af1158015612baf573d6000803e3d6000fd5b505050505b50600101612aef565b50612bca87858888613bfd565b909350915060005b8151811015612ca0576000828281518110612bef57612bef615334565b60200260200101519050612c1b6002826affffffffffffffffffffff1916613bdf90919063ffffffff16565b15612c97576040517f973d8f99000000000000000000000000000000000000000000000000000000008152606082901c9063973d8f9990612c64908c908c908c90600401615374565b600060405180830381600087803b158015612c7e57600080fd5b505af1158015612c92573d6000803e3d6000fd5b505050505b50600101612bd2565b505094509492505050565b805160208201fd5b60608282604051602001612cdb9291909182526001600160e01b031916602082015260240190565b604051602081830303815290604052905092915050565b611bdd60f21b866001600160f01b03191603612d4b57857f8dbb3a9672eebfd3773e72dd9c102393436816d832c7ba9e1e1ac8fcadcac7a986868686604051612d3e94939291906153d8565b60405180910390a2610767565b6000612d5687613ccf565b905060005b8151811015612e2f576000828281518110612d7857612d78615334565b60200260200101519050612da46001826affffffffffffffffffffff1916613bdf90919063ffffffff16565b15612e26576040517f57066c9c000000000000000000000000000000000000000000000000000000008152606082901c906357066c9c90612df3908c908c908c908c908c908c90600401615417565b600060405180830381600087803b158015612e0d57600080fd5b505af1158015612e21573d6000803e3d6000fd5b505050505b50600101612d5b565b50867f8dbb3a9672eebfd3773e72dd9c102393436816d832c7ba9e1e1ac8fcadcac7a987878787604051612e6694939291906153d8565b60405180910390a26000612e7a88886139bb565b90506000602087019050612e92826000895184613d41565b6000612e9d856128a8565b1115612f21576000612eaf8a8a613e00565b878155905060208601915060008060005b612ec9886128a8565b8160ff161015612f1c57612ede8d8d83613e56565b9250612ef98a8260ff166028026038011c64ffffffffff1690565b9150612f088360008488613d41565b612f128286615213565b9450600101612ec0565b505050505b60005b8351811015612a08576000848281518110612f4157612f41615334565b60200260200101519050612f6d6002826affffffffffffffffffffff1916613bdf90919063ffffffff16565b15612fef576040517f5b28cdaf000000000000000000000000000000000000000000000000000000008152606082901c90635b28cdaf90612fbc908e908e908e908e908e908e90600401615417565b600060405180830381600087803b158015612fd657600080fd5b505af1158015612fea573d6000803e3d6000fd5b505050505b50600101612f24565b60006103268251603881901b1790565b60608160405160200161301b9190615470565b6040516020818303038152906040529050919050565b611bdd60f21b836001600160f01b0319160361308457827f0e1f72f429eb97e64878619984a91e687ae91610348b9ff4216782cc96e49d0783604051613077919061548c565b60405180910390a2505050565b600061308f84613ccf565b905060005b81518110156131625760008282815181106130b1576130b1615334565b602002602001015190506130dd6040826affffffffffffffffffffff1916613bdf90919063ffffffff16565b15613159576040517f9faeaf45000000000000000000000000000000000000000000000000000000008152606082901c90639faeaf45906131269089908990899060040161549f565b600060405180830381600087803b15801561314057600080fd5b505af1158015613154573d6000803e3d6000fd5b505050505b50600101613094565b50837f0e1f72f429eb97e64878619984a91e687ae91610348b9ff4216782cc96e49d0784604051613193919061548c565b60405180910390a260006131a785856139bb565b90506132008160006131b886613697565b67ffffffffffffffff8111156131d0576131d0614d46565b6040519080825280601f01601f1916602001820160405280156131fa576020820181803683370190505b50613ed6565b600061320b846128a8565b111561322c57600061321d8686613e00565b905061322a816020613eec565b505b60005b825181101561076757600083828151811061324c5761324c615334565b602002602001015190506132786080826affffffffffffffffffffff1916613bdf90919063ffffffff16565b156132f4576040517f83b5c95b000000000000000000000000000000000000000000000000000000008152606082901c906383b5c95b906132c1908a908a908a9060040161549f565b600060405180830381600087803b1580156132db57600080fd5b505af11580156132ef573d6000803e3d6000fd5b505050505b5060010161322f565b604051606083811b6bffffffffffffffffffffffff1916602083015282151560f81b603483015290603501612cdb565b60408051600180825281830190925260009160208083019080368337019050509050828160008151811061336357613363615334565b6020026020010181815250506104a37f746273746f726500000000000000000053746f7265486f6f6b7300000000000060001b826000856040516020016133be91906affffffffffffffffffffff1991909116815260150190565b604051602081830303815290604052613f29565b60006060836001600160a01b031660006133ed858989613f64565b6040516133fa9190615470565b60006040518083038185875af1925050503d8060008114613437576040519150601f19603f3d011682016040523d82523d6000602084013e61343c565b606091505b509097909650945050505050565b6040805160018082528183019092526060916000919060208083019080368337019050509050828160008151811061348457613484615334565b602002602001018181525050600061349e85836000613f7b565b9050612ab66134b08260008451613fb5565b614043565b6040805160018082528183019092526000916020808301908036833701905050905082816000815181106134eb576134eb615334565b602002602001018181525050610b148482600061350786614054565b614064565b6000613516613658565b9050306001600160a01b03821603613532576104a3838361409f565b6040517f505a181d0000000000000000000000000000000000000000000000000000000081526001600160a01b0382169063505a181d9061357990869086906004016154c8565b600060405180830381600087803b15801561359357600080fd5b505af11580156116cd573d6000803e3d6000fd5b60006135b1613658565b9050306001600160a01b038216036135d4576135cf85858585613f29565b6104a0565b6040517f150f32620000000000000000000000000000000000000000000000000000000081526001600160a01b0382169063150f32629061361f9088908890889088906004016154e1565b600060405180830381600087803b15801561363957600080fd5b505af115801561364d573d6000803e3d6000fd5b505050505050505050565b7f629a4c26e296b22a8e0856e9f6ecb2d1008d7e00081111962cd175fa7488e175546000906001600160a01b031680613692573391505090565b919050565b600060086136a76002602061534a565b6136b1919061535d565b9190911c919050565b60408051602081018590529081018390526060818101839052906080015b60405160208183030381529060405290509392505050565b8151815160009181810160389190911b1760609190911b176128e6565b60608282604051602001612cdb929190615515565b600080805b8360ff168110156108955761374960ff601b83900360080287901c1683615213565b9150600101613727565b611bdd60f21b846001600160f01b031916036137aa57837f8c0b5119d4cec7b284c6b1b39252a03d1e2f2d7451a5895562524c113bb952be84848460405161379d93929190615544565b60405180910390a2610b14565b60006137b685856139bb565b905060006137c386613ccf565b905060005b81518110156138985760008282815181106137e5576137e5615334565b602002602001015190506138116004826affffffffffffffffffffff1916613bdf90919063ffffffff16565b1561388f576040517f964f667d000000000000000000000000000000000000000000000000000000008152606082901c9063964f667d9061385c908b908b908b908b90600401615577565b600060405180830381600087803b15801561387657600080fd5b505af115801561388a573d6000803e3d6000fd5b505050505b506001016137c8565b50857f8c0b5119d4cec7b284c6b1b39252a03d1e2f2d7451a5895562524c113bb952be8686866040516138cd93929190615544565b60405180910390a26138e8828565ffffffffffff1685613ed6565b60005b81518110156116cd57600082828151811061390857613908615334565b602002602001015190506139346008826affffffffffffffffffffff1916613bdf90919063ffffffff16565b156139b2576040517fa8ba8721000000000000000000000000000000000000000000000000000000008152606082901c9063a8ba87219061397f908b908b908b908b90600401615577565b600060405180830381600087803b15801561399957600080fd5b505af11580156139ad573d6000803e3d6000fd5b505050505b506001016138eb565b600082826040516020016139d09291906155b0565b60408051601f1981840301815291905280516020909101207f86425bff6b57326c7859e89024fe4f238ca327a1ae4a230180dd2f0e88aaa7d9189392505050565b600060208210613a3757602082048401935060208281613a3357613a336155ec565b0691505b508254600882021b602082900380841115610895576001850154600882021c82179150509392505050565b6000613a8e827f01ffc9a700000000000000000000000000000000000000000000000000000000613aa3565b801561032657506113a6826001600160e01b03195b6040516001600160e01b031982166024820152600090819060440160408051601f19818403018152919052602080820180517bffffffffffffffffffffffffffffffffffffffffffffffffffffffff167f01ffc9a700000000000000000000000000000000000000000000000000000000178152825192935060009283928392909183918a617530fa92503d91506000519050828015613b44575060208210155b8015613b505750600081115b979650505050505050565b60408051600180825281830190925260609160009190602080830190803683370190505090508281600081518110613b9557613b95615334565b60209081029190910101526000613bcd7f7462776f726c6400000000000000000053797374656d486f6f6b7300000000008383613f7b565b90506115536134b08260008451613fb5565b60008160ff1682613bf08560581c90565b1660ff1614905092915050565b60006060600080613c0d866140b2565b90925090506001600160a01b038216613c2a5785610e4887610d1d565b80613c3957613c39868961416a565b8615613c7d576dffffffffffffffffffffffffffff60801b8616616e7360f01b176000613c6582614181565b9050613c7a82613c758b84615213565b6141fa565b50505b6000613c898760101b90565b71ffffffffffffffffffffffffffffffffffff191614613cb457613caf888884886133d2565b613cc0565b613cc088888488614279565b90999098509650505050505050565b60408051600180825281830190925260609160009190602080830190803683370190505090508281600081518110613d0957613d09615334565b60209081029190910101526000613bcd7f746273746f726500000000000000000053746f7265486f6f6b730000000000008383613f7b565b8215613dbb5760208310613d6b57602083048401935060208381613d6757613d676155ec565b0692505b8215613dbb5760208390036000600019600885021c1990506008850281811c91508351811c9050811987541682821617875550818411613dac575050610b14565b50600194909401939182900391015b5b60208210613ddd5780518455600190930192601f1990910190602001613dbc565b8115610b14576000600019600884021c8554835182191691161785555050505050565b60008282604051602001613e159291906155b0565b60408051601f1981840301815291905280516020909101207f14e2fcc58e58e68ec7edc30c8d50dccc3ce2714a623ec81f46b6a63922d76569189392505050565b60008383604051602001613e6b9291906155b0565b604051602081830303815290604052805190602001208260f81b7effffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff19167f3b4102da22e32d82fc925482184f16c09fd4281692720b87d124aef6da48a0f1181860001c90509392505050565b6104a383838351613ee78560200190565b613d41565b60006020613efb83601f615213565b613f059190615602565b613f0f9084615213565b90505b808310156104a35760008355600183019250613f12565b6000613f3585856142da565b90506000613f52828560ff166028026038011c64ffffffffff1690565b905061076786868684600088886142ed565b60608383836040516020016136d893929190615624565b6060611553613f8b858585613e56565b6000613fb085613f9b89896142da565b9060ff166028026038011c64ffffffffff1690565b614697565b600081831180613fc55750835182115b15614002578383836040517f23230fa30000000000000000000000000000000000000000000000000000000081526004016103bc93929190615663565b602084016140108482615213565b9050600061401e858561534a565b6fffffffffffffffffffffffffffffffff1660809290921b9190911795945050505050565b606060006128e683601560006146ba565b6060816128e68160156000614735565b600061407085856142da565b9050600061408d828560ff166028026038011c64ffffffffff1690565b905061076786868660008588886142ed565b61034f82826140ad85614789565b613031565b604080516001808252818301909252600091829182916020808301908036833701905050905083816000815181106140ec576140ec615334565b6020908102919091010152600080806141457f7462776f726c6400000000000000000053797374656d73000000000000000000857e1502001401000000000000000000000000000000000000000000000000000061480e565b5050602081015160349091015160609190911c9860f89190911c975095505050505050565b6141748282614916565b61034f57610ca682610d1d565b6040805160018082528183019092526000918291906020808301908036833701905050905082816000815181106141ba576141ba615334565b602090810291909101015260006115537f7462776f726c6400000000000000000042616c616e63657300000000000000008383630100080160dd1b612a89565b60408051600180825281830190925260009160208083019080368337019050509050828160008151811061423057614230615334565b6020026020010181815250506104a37f7462776f726c6400000000000000000042616c616e636573000000000000000060001b8260008560405160200161137491815260200190565b60006060836001600160a01b0316614292848888613f64565b60405161429f9190615470565b600060405180830381855af49150503d8060008114613437576040519150601f19603f3d011682016040523d82523d6000602084013e61343c565b60006128e66142e98484613e00565b5490565b613a3160f11b876001600160f01b0319161461431d57613a3160f11b8788604051602001610ec991815260200190565b6000614338828760ff166028026038011c64ffffffffff1690565b9050600083518564ffffffffff1683614351919061534a565b61435b9190615213565b905080821415801561437d5750816143738688615688565b64ffffffffff1614155b156143cd576040517fa65010b400000000000000000000000000000000000000000000000000000000815264ffffffffff80881660048301528087166024830152831660448201526064016103bc565b818664ffffffffff16111561441e576040517f7e8578d30000000000000000000000000000000000000000000000000000000081526004810183905264ffffffffff871660248201526044016103bc565b600061442b84898461494c565b905060006144388b613ccf565b905060005b815181101561450357600082828151811061445a5761445a615334565b602002602001015190506144866010826affffffffffffffffffffff1916613bdf90919063ffffffff16565b156144fa57606081901c6001600160a01b03166355eb5a288e8e8e8e8e8d8f6040518863ffffffff1660e01b81526004016144c797969594939291906156ad565b600060405180830381600087803b1580156144e157600080fd5b505af11580156144f5573d6000803e3d6000fd5b505050505b5060010161443d565b5064ffffffffff881660005b8a60ff168160ff16101561454257614536878260ff166028026038011c64ffffffffff1690565b9091019060010161450f565b508b7ffe158a7adba34e256807c8a149028d3162918713c3838afc643ce9f96716ebfd8c8c848c888d60405161457d9695949392919061570b565b60405180910390a25082841461459e5760006145998c8c613e00565b839055505b60006145ab8c8c8c613e56565b90506145bf818a64ffffffffff1689613ed6565b5060005b81518110156146895760008282815181106145e0576145e0615334565b6020026020010151905061460c6020826affffffffffffffffffffff1916613bdf90919063ffffffff16565b1561468057606081901c6001600160a01b031663635845338e8e8e8e8e8a8f6040518863ffffffff1660e01b815260040161464d97969594939291906156ad565b600060405180830381600087803b15801561466757600080fd5b505af115801561467b573d6000803e3d6000fd5b505050505b506001016145c3565b505050505050505050505050565b60405160208101601f19603f848401011660405282825261089585858584614a1a565b606060006146c88560801c90565b90506fffffffffffffffffffffffffffffffff851660008582816146ee576146ee6155ec565b04905060405193506020840160208202810160405281855260005b82811015614729578451871c825293870193602090910190600101614709565b50505050509392505050565b82516060906000614746858361535d565b9050604051925060208301601f19603f83860101166040528184526000602088015b84821015614729578051871b83529187019160019190910190602001614768565b60007f8b9d8c8b908d9affffffffffffffffffab9e9d939a8d0000000000000000000082016147d857507e60030220202000000000000000000000000000000000000000000000000000919050565b6103266148057f746273746f72650000000000000000005461626c65730000000000000000000084614ae6565b60206000613a11565b606060006060600061481f85613697565b905061482c878783614b02565b93506000614839866128a8565b9050801561490b5761484b88886142da565b935066ffffffffffffff841667ffffffffffffffff81111561486f5761486f614d46565b6040519080825280601f01601f191660200182016040528015614899576020820181803683370190505b5092506020830160005b828160ff1610156149085760006148bb8b8b84613e56565b905060006148d8888460ff166028026038011c64ffffffffff1690565b90506148e78260008387614a1a565b6148f18185615213565b93505050808061490090615767565b9150506148a3565b50505b505093509350939050565b600061493c616e7360f01b6dffffffffffffffffffffffffffff60801b85161783614b3b565b806128e657506128e68383614b3b565b600064ffffffffff821115614990576040517f47670588000000000000000000000000000000000000000000000000000000008152600481018390526024016103bc565b8366ffffffffffffff811660ff851660280260380182901c64ffffffffff168085106149c257808503820191506149ca565b848103820391505b5064ffffffffff6038602860ff8816020181811b197fffffffffffffffffffffffffffffffffffffffffffffffffff000000000000009490941690921792909216918416901b1790509392505050565b8215614aa15760208310614a4457602083048401935060208381614a4057614a406155ec565b0692505b8215614aa1576020839003600081841015614a675750600019600884021c614a71565b50600019600882021c5b8554600886021b818451168219821617845250818411614a92575050610b14565b50600194909401939182900391015b5b60208210614ac35783548152600190930192601f1990910190602001614aa2565b8115610b14576000600019600884021c8251865482191691161782525050505050565b60408051602081018490529081018290526000906060016139d0565b606081600003614b2157506040805160208101909152600081526128e6565b6000614b2d85856139bb565b9050612ab681600085614697565b604080516002808252606082018352600092839291906020830190803683370190505090508381600081518110614b7457614b74615334565b602002602001018181525050826001600160a01b031660001b81600181518110614ba057614ba0615334565b60209081029190910101526000614be07f7462776f726c640000000000000000005265736f7572636541636365737300008383630101000160d81b612a89565b9050612ab68160f81c90565b80356001600160e01b03198116811461369257600080fd5b600060208284031215614c1657600080fd5b6128e682614bec565b6001600160a01b03811681146109cd57600080fd5b60008060408385031215614c4757600080fd5b823591506020830135614c5981614c1f565b809150509250929050565b60008083601f840112614c7657600080fd5b50813567ffffffffffffffff811115614c8e57600080fd5b6020830191508360208260051b8501011115614ca957600080fd5b9250929050565b60008060008060008060008060c0898b031215614ccc57600080fd5b88359750602089013596506040890135955060608901359450608089013567ffffffffffffffff80821115614d0057600080fd5b614d0c8c838d01614c64565b909650945060a08b0135915080821115614d2557600080fd5b50614d328b828c01614c64565b999c989b5096995094979396929594505050565b634e487b7160e01b600052604160045260246000fd5b604051601f8201601f1916810167ffffffffffffffff81118282101715614d8557614d85614d46565b604052919050565b600082601f830112614d9e57600080fd5b813567ffffffffffffffff811115614db857614db8614d46565b614dcb6020601f19601f84011601614d5c565b818152846020838601011115614de057600080fd5b816020850160208301376000918101602001919091529392505050565b600080600060608486031215614e1257600080fd5b8335614e1d81614c1f565b925060208401359150604084013567ffffffffffffffff811115614e4057600080fd5b614e4c86828701614d8d565b9150509250925092565b60008060408385031215614e6957600080fd5b82359150602083013567ffffffffffffffff811115614e8757600080fd5b614e9385828601614d8d565b9150509250929050565b600080600060608486031215614eb257600080fd5b833592506020840135614ec481614c1f565b915060408401358015158114614ed957600080fd5b809150509250925092565b803560ff8116811461369257600080fd5b600080600060608486031215614f0a57600080fd5b833592506020840135614f1c81614c1f565b9150614f2a60408501614ee4565b90509250925092565b600080600060608486031215614f4857600080fd5b83359250602084013567ffffffffffffffff811115614f6657600080fd5b614f7286828701614d8d565b925050614f2a60408501614bec565b60008060408385031215614f9457600080fd5b8235614f9f81614c1f565b9150602083013567ffffffffffffffff811115614e8757600080fd5b600060208284031215614fcd57600080fd5b5035919050565b600080600060608486031215614fe957600080fd5b8335925060208401359150604084013567ffffffffffffffff811115614e4057600080fd5b60006020828403121561502057600080fd5b81356128e681614c1f565b60005b8381101561504657818101518382015260200161502e565b50506000910152565b6000815180845261506781602086016020860161502b565b601f01601f19169290920160200192915050565b828152604060208201526000611553604083018461504f565b600067ffffffffffffffff808411156150af576150af614d46565b8360051b60206150c160208301614d5c565b868152918501916020810190368411156150da57600080fd5b865b8481101561510e578035868111156150f45760008081fd5b61510036828b01614d8d565b8452509183019183016150dc565b50979650505050505050565b6001600160f01b031984168152826020820152606060408201526000612ab6606083018461504f565b6000835161515581846020880161502b565b7f5f5f000000000000000000000000000000000000000000000000000000000000908301908152835161518f81600284016020880161502b565b01600201949350505050565b805160208083015191908110156129475760001960209190910360031b1b16919050565b6020815260006128e6602083018461504f565b6040815260006151e5604083018561504f565b90506001600160a01b03831660208301529392505050565b634e487b7160e01b600052601160045260246000fd5b80820180821115610326576103266151fd565b6001600160f01b03198416815260007f3a00000000000000000000000000000000000000000000000000000000000000806002840152845161526f81600386016020890161502b565b80840190508160038201528451915061528f82600483016020880161502b565b0160040195945050505050565b634e487b7160e01b600052602160045260246000fd5b600060208083016020845280855180835260408601915060408160051b87010192506020870160005b82811015615327577fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffc088860301845261531585835161504f565b945092850192908501906001016152db565b5092979650505050505050565b634e487b7160e01b600052603260045260246000fd5b81810381811115610326576103266151fd565b8082028115828204841417610326576103266151fd565b6001600160a01b0384168152826020820152606060408201526000612ab6606083018461504f565b60008151808452602080850194506020840160005b838110156153cd578151875295820195908201906001016153b1565b509495945050505050565b6080815260006153eb608083018761539c565b82810360208401526153fd818761504f565b90508460408401528281036060840152613b50818561504f565b86815260c06020820152600061543060c083018861539c565b8281036040840152615442818861504f565b9050856060840152828103608084015261545c818661504f565b9150508260a0830152979650505050505050565b6000825161548281846020870161502b565b9190910192915050565b6020815260006128e6602083018461539c565b8381526060602082015260006154b8606083018561539c565b9050826040830152949350505050565b828152604060208201526000611553604083018461539c565b8481526080602082015260006154fa608083018661539c565b60ff851660408401528281036060840152613b50818561504f565b6000835161552781846020880161502b565b83519083019061553b81836020880161502b565b01949350505050565b606081526000615557606083018661539c565b65ffffffffffff8516602084015282810360408401526114c7818561504f565b848152608060208201526000615590608083018661539c565b65ffffffffffff851660408401528281036060840152613b50818561504f565b8281526000602080830184516020860160005b828110156155df578151845292840192908401906001016155c3565b5091979650505050505050565b634e487b7160e01b600052601260045260246000fd5b60008261561f57634e487b7160e01b600052601260045260246000fd5b500490565b6000845161563681846020890161502b565b60609490941b6bffffffffffffffffffffffff191691909301908152601481019190915260340192915050565b606081526000615676606083018661504f565b60208301949094525060400152919050565b64ffffffffff8181168382160190808211156156a6576156a66151fd565b5092915050565b87815260e0602082015260006156c660e083018961539c565b60ff8816604084015264ffffffffff87811660608501528616608084015260a0830185905282810360c08401526156fd818561504f565b9a9950505050505050505050565b60c08152600061571e60c083018961539c565b60ff8816602084015265ffffffffffff8716604084015264ffffffffff8616606084015284608084015282810360a084015261575a818561504f565b9998505050505050505050565b600060ff821660ff810361577d5761577d6151fd565b6001019291505056fea164736f6c6343000818000a","sourceMap":"740:212:83:-:0;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;2331:198:58;;;;;;:::i;:::-;;:::i;:::-;;;592:14:208;;585:22;567:41;;555:2;540:18;2331:198:58;;;;;;;;4111:293:90;;;;;;:::i;:::-;;:::i;:::-;;1963:748;;;;;;:::i;:::-;;:::i;1262:113:58:-;;;:::i;:::-;;;-1:-1:-1;;;;;2925:55:208;;;2907:74;;2895:2;2880:18;1262:113:58;2761:226:208;11618:932:91;;;;;;:::i;:::-;;:::i;8379:1508::-;;;;;;:::i;:::-;;:::i;:::-;;;-1:-1:-1;;;;;;5272:79:208;;;5254:98;;5242:2;5227:18;8379:1508:91;5110:248:208;5808:2236:91;;;;;;:::i;:::-;;:::i;1616:110:58:-;;;-1:-1:-1;;3800:14:58;3796:25;3783:39;6057:25:208;;6045:2;6030:18;1616:110:58;5911:177:208;3174:595:90;;;;;;:::i;:::-;;:::i;10291:997:91:-;;;;;;:::i;:::-;;:::i;1085:570:89:-;;;;;;:::i;:::-;;:::i;4742:388:91:-;;;;;;:::i;:::-;;:::i;14605:466::-;;;;;;:::i;:::-;;:::i;2536:736::-;;;;;;:::i;:::-;;:::i;13276:1145::-;;;;;;:::i;:::-;;:::i;12735:223::-;;;;;;:::i;:::-;;:::i;3576:936::-;;;;;;:::i;:::-;;:::i;1942:98:58:-;;;:::i;2331:198::-;2407:4;-1:-1:-1;;;;;;2426:54:58;;2441:39;2426:54;;:98;;-1:-1:-1;;;;;;;2484:40:58;;2499:25;2484:40;2426:98;2419:105;2331:198;-1:-1:-1;;2331:198:58:o;4111:293:90:-;1061:20:82;:18;:20::i;:::-;4265:49:90::1;4292:7;4301:12;:10;:12::i;:::-;4265:26;:49::i;:::-;4348:51;4378:7;4387:11;4348:29;:51::i;:::-;4111:293:::0;;:::o;1963:748::-;1061:20:82;:18;:20::i;:::-;2278:9:90::1;2257:17;:7:::0;:15:::1;:17::i;:::-;-1:-1:-1::0;;2257:30:90::1;::::0;2253:110:::1;;2328:7;2337:18;:7;:16;:18::i;:::-;2304:52;;;;;;;;;;;;:::i;:::-;;;;;;;;2253:110;2415:56;-1:-1:-1::0;;;;;;2952:46:59;;2951:74;2415:30:90::1;:56::i;:::-;2533:49;2560:7;2569:12;:10;:12::i;2533:49::-;2615:91;2639:7:::0;2648:11;2661:9;2672:11;2615:91:::1;2685:8:::0;;2615:91:::1;:::i;:::-;;2695:10:::0;;2615:91:::1;:::i;:::-;:23;:91::i;:::-;1963:748:::0;;;;;;;;:::o;1262:113:58:-;1305:14;1334:36;:34;:36::i;:::-;1327:43;;1262:113;:::o;11618:932:91:-;1061:20:82;:18;:20::i;:::-;11823:141:91::1;11869:12;:10;:12::i;:::-;11900:9;11938:19;11823:26;:141::i;:::-;12014:41;12035:19;12014:20;:41::i;:::-;12010:536;;;12159:25;12187:39;12206:19;12187:18;:39::i;:::-;12159:67;;12234:73;12251:17;12270:36;12234:16;:73::i;:::-;12378:161;12429:12;:10;:12::i;:::-;12461:19;12500:12;12529:1;12378:32;:161::i;:::-;;12057:489;12010:536;11618:932:::0;;;:::o;8379:1508::-;8518:28;1061:20:82;:18;:20::i;:::-;-1:-1:-1;;;8625:8:91;-1:-1:-1;;;;;;8625:37:91::1;;8621:138;;-1:-1:-1::0;;;8722:8:91::1;8732:19;:8;:17;:19::i;:::-;8679:73;;;;;;;;;;;;;:::i;8621:138::-;8802:40;8833:8;8802:30;:40::i;:::-;8896:50;8923:8;8933:12;:10;:12::i;8896:50::-;8993:29;9025:59;9060:23;:8;451:5:16::0;2634:44:59;;2536:148;9060:23:91::1;-1:-1:-1::0;;9025:59:91::1;:34;:59::i;:::-;8993:91;;9090:35;9145:15;9168:23;9128:64;;;;;;;;;:::i;:::-;;;;;;;;;;;;;9090:102;;9239:22;9229:33;;;;;;9198:65;;9329:27;9359:53;9390:21;9359:30;:53::i;:::-;9329:83:::0;-1:-1:-1;9423:40:91;;9419:111:::1;;9472:58;::::0;::::1;::::0;;-1:-1:-1;;;;;;5272:79:208;;9472:58:91::1;::::0;::::1;5254:98:208::0;5227:18;;9472:58:91::1;5110:248:208::0;9419:111:91::1;9614:41:::0;;::::1;::::0;::::1;::::0;9662:79:::1;9685:21:::0;9708:8;9614:41;9662:22:::1;:79::i;:::-;9804:78;9828:21;9858:22;9804:23;:78::i;:::-;8548:1339;;;;8379:1508:::0;;;;:::o;5808:2236::-;1061:20:82;:18;:20::i;:::-;-1:-1:-1;;;5996:8:91;-1:-1:-1;;;;;;5996:37:91::1;;5992:138;;-1:-1:-1::0;;;6093:8:91::1;6103:19;:8;:17;:19::i;5992:138::-;-1:-1:-1::0;;;2952:46:59;;-1:-1:-1;;;2951:74:59;6239:43:91::1;2951:74:59::0;6239:30:91::1;:43::i;:::-;6336:53;6363:11;6376:12;:10;:12::i;6336:53::-;6480:74;6505:6;6514:39;6480:16;:74::i;:::-;6647:9;6625:18;:8:::0;:16:::1;:18::i;:::-;-1:-1:-1::0;;6625:31:91::1;::::0;6621:98:::1;;6689:8;6699:19;:8;:17;:19::i;6621:98::-;6803:27;6833:36;6861:6;6833:19;:36::i;:::-;6803:66:::0;-1:-1:-1;6886:40:91;;;::::1;::::0;:110:::1;;;6987:8;6948:16;6930:66;;6886:110;6875:192;;;7018:42;::::0;::::1;::::0;;-1:-1:-1;;;;;2925:55:208;;7018:42:91::1;::::0;::::1;2907:74:208::0;2880:18;;7018:42:91::1;2761:226:208::0;6875:192:91::1;7131:22;7156:28;7175:8;7156:18;:28::i;:::-;7131:53:::0;-1:-1:-1;;;;;;7264:28:91;::::1;::::0;7260:411:::1;;7363:44;7392:14;7363:28;:44::i;:::-;7478:57;7507:11;7520:14;7478:28;:57::i;:::-;7260:411;;;7626:38;7649:8;7659:4;7626:22;:38::i;:::-;7758:53;7771:8;7789:6;7798:12;7758;:53::i;:::-;7883:46;7911:6;7920:8;7883:19;:46::i;:::-;7984:55;8004:11;8025:6;8034:4;7984:19;:55::i;:::-;5919:2125;;;5808:2236:::0;;;:::o;3174:595:90:-;1061:20:82;:18;:20::i;:::-;3387:68:90::1;3412:11;3426:28;3387:16;:68::i;:::-;3508:56;-1:-1:-1::0;;;;;;2952:46:59;;2951:74;2415:30:90::1;:56::i;3508:::-;3614:49;3641:7;3650:12;:10;:12::i;3614:49::-;3695:69;3723:7;3732:11;3745:18;3695:27;:69::i;10291:997:91:-:0;10468:28;1061:20:82;:18;:20::i;:::-;625:63:80::1;::::0;;-1:-1:-1;;;625:63:80::1;::::0;::::1;12693:92:208::0;662:14:80::1;12801:11:208::0;;;12794:100;;;12910:12;;;12903:101;10556:59:91::1;::::0;13020:12:208;625:63:80::1;;;;;;;;;;;;617:72;;;:::i;:::-;10602:12:91;:10;:12::i;10556:59::-;-1:-1:-1::0;10718:40:91;;::::1;::::0;::::1;::::0;10825:27:::1;10855:53;10718:40:::0;10855:30:::1;:53::i;:::-;10825:83:::0;-1:-1:-1;10919:40:91;;10915:111:::1;;10968:58;::::0;::::1;::::0;;-1:-1:-1;;;;;;5272:79:208;;10968:58:91::1;::::0;::::1;5254:98:208::0;5227:18;;10968:58:91::1;5110:248:208::0;10915:111:91::1;11071:79;11094:21;11117:8;11127:22;11071;:79::i;:::-;11213:70;11237:21;11260:22;11213:23;:70::i;:::-;10498:790;10291:997:::0;;;;;:::o;1085:570:89:-;1061:20:82;:18;:20::i;:::-;1251:60:89::1;1276:6;1285:25;1251:16;:60::i;:::-;1318:200;1385:12;:10;:12::i;:::-;1415:1;1440:6;1498:11;1465:46;;;;;;;;:::i;:::-;;::::0;;-1:-1:-1;;1465:46:89;;::::1;::::0;;;;;;::::1;::::0;::::1;::::0;;::::1;;::::0;::::1;::::0;;1318:47:::1;:200::i;:::-;;1582:68;1612:6;1631:11;1621:22;;;;;;1645:4;1582:21;:68::i;4742:388:91:-:0;1061:20:82;:18;:20::i;:::-;4899:50:91::1;4926:8;4936:12;:10;:12::i;4899:50::-;5044:81;1160:66:76;5094:8:91::0;5112:11;5044:27:::1;:81::i;14605:466::-:0;1061:20:82;:18;:20::i;:::-;14746:29:91::1;14763:11;14746:16;:29::i;:::-;14820:43;14851:11;14820:30;:43::i;:::-;14917:53;14944:11;14957:12;:10;:12::i;14917:53::-;15014:52;15054:11;15014:39;:52::i;:::-;14605:466:::0;:::o;2536:736::-;1061:20:82;:18;:20::i;:::-;2673:29:91::1;2690:11;2673:16;:29::i;:::-;2767:34;2789:11;2767:21;:34::i;:::-;2854:35;2877:11;2854:22;:35::i;:::-;2850:127;;;2934:11;2947:22;:11;:20;:22::i;:::-;2906:64;;;;;;;;;;;;:::i;2850:127::-;3021:41;3044:11;3057:4;3021:22;:41::i;:::-;3115:46;3135:11;3148:12;:10;:12::i;:::-;3115:19;:46::i;:::-;3215:52;3235:11;3248:12;:10;:12::i;:::-;3262:4;3215:19;:52::i;13276:1145::-:0;1061:20:82;:18;:20::i;:::-;13490:29:91::1;13507:11;13490:16;:29::i;:::-;13581:41;13602:19;13581:20;:41::i;:::-;13576:107;;13639:37;;;;;;;;;;;;;;13576:107;13736:53;13763:11;13776:12;:10;:12::i;13736:53::-;13888:25;13916:39;13935:19;13916:18;:39::i;:::-;13888:67;;13961:73;13978:17;13997:36;13961:16;:73::i;:::-;14080:65;14112:11;14125:19;14080:31;:65::i;:::-;14216:19:::0;;:23;14212:205:::1;;14249:161;14300:12;:10;:12::i;14212:205::-;13436:985;13276:1145:::0;;;:::o;12735:223::-;1061:20:82;:18;:20::i;:::-;12868:85:91::1;12916:12;:10;:12::i;:::-;12941:9;12868:34;:85::i;3576:936::-:0;1061:20:82;:18;:20::i;:::-;-1:-1:-1;;;3801:8:91;-1:-1:-1;;;;;;3801:37:91::1;;3797:138;;-1:-1:-1::0;;;3898:8:91::1;3908:19;:8;:17;:19::i;3797:138::-;4016:69;4041:11;4055:29;4016:16;:69::i;:::-;4127:40;4158:8;4127:30;:40::i;:::-;4221:57;-1:-1:-1::0;;;;;;2952:46:59;;2951:74;2415:30:90::1;:56::i;4221:57:91:-;4328:50;4355:8;4365:12;:10;:12::i;4328:50::-;4410:97;4427:8:::0;-1:-1:-1;;1053:20:4;;;;1045:29;1077:30;;;;;;1045:62;4410:16:91::1;:97::i;1942:98:58:-:0;1981:7;2003:32;:30;:32::i;1179:189:82:-;-1:-1:-1;;;;;1265:6:82;1248:23;1256:4;1248:23;1237:127;;1332:25;;;;;;;;;;;;;;1237:127;1179:189::o;2140:233:42:-;-1:-1:-1;;;;;2225:58:42;;:48;-1:-1:-1;;;;;;2952:46:59;;2951:74;2225:19:42;:48::i;:::-;-1:-1:-1;;;;;2225:58:42;;2221:148;;2332:21;:10;:19;:21::i;:::-;2355:6;2300:62;;;;;;;;;;;;:::i;13067:172:20:-;13155:79;968:66:28;13204:7:20;13221:11;13155:27;:79::i;3162:160:59:-;3225:7;3289:26;438:6;451:5:16;3289:26:59;:::i;:::-;3255:61;;;;;3162:160;-1:-1:-1;3162:160:59:o;3483:592::-;3547:13;3617:10;451:5:16;2634:44:59;;;3568:19;3715;3617:10;3715:7;:19::i;:::-;3692:42;-1:-1:-1;3797:12:59;-1:-1:-1;;3836:35:59;;;:102;;3885:53;-1:-1:-1;;3885:53:59;;:34;:53::i;:::-;3836:102;;;;;;;;;;;;;;;;;;;;;-1:-1:-1;;3965:25:59;;;:87;;4004:48;4039:12;4004:34;:48::i;:::-;3965:87;;;;;;;;;;;;;;;;;;;;;3769:293;;;;;;;;;;:::i;:::-;;;;;;;;;;;;;3740:330;;;;;3483:592;;;:::o;2602:206:42:-;2676:34;2699:10;2676:22;:34::i;:::-;2671:133;;2763:10;2775:21;:10;:19;:21::i;:::-;2727:70;;;;;;;;;;;;:::i;9023:2614:20:-;-1:-1:-1;;;9283:7:20;-1:-1:-1;;;;;;9283:35:20;;;;;:83;;-1:-1:-1;;;;9322:7:20;-1:-1:-1;;;;;;9322:44:20;;;9283:83;9279:209;;;-1:-1:-1;;;9438:7:20;9471;9454:25;;;;;;15382:19:208;;15426:2;15417:12;;15222:213;9454:25:20;;;;-1:-1:-1;;9454:25:20;;;;;;;;;;9383:98;;;;;;;;;;:::i;9279:209::-;9534:22;:11;:20;:22::i;:::-;9597:40;:9;9630:4;9597:18;:40::i;:::-;9643:43;:11;9678:5;9643:20;:43::i;:::-;1684:38:30;5408:60:17;;;1516:34:30;5331:59:17;;;5325:144;5310:159;;9774:8:20;:15;:40;9770:148;;1684:38:30;5408:60:17;;;1516:34:30;5331:59:17;;;5325:144;5310:159;;9895:15:20;;9831:80;;;;;;;;15614:25:208;;;;15655:18;;;15648:34;15587:18;;9831:80:20;15440:248:208;9770:148:20;1684:38:30;5408:60:17;;;1516:34:30;5331:59:17;;;5325:144;5310:159;;9968:10:20;:17;:44;9964:158;;1684:38:30;5408:60:17;;;1516:34:30;5331:59:17;;;5325:144;5310:159;;10097:17:20;;10029:86;;;;;;;;15614:25:208;;;;15655:18;;;15648:34;15587:18;;10029:86:20;15440:248:208;9964:158:20;1684:38:30;5408:60:17;;;1516:34:30;5331:59:17;;;5325:144;5310:159;;1684:38:30;5408:60:17;;;1516:34:30;5331:59:17;;;5325:144;5310:159;;10179:50:20;10175:171;;1684:38:30;5408:60:17;;;1516:34:30;5331:59:17;;;5325:144;5310:159;;1684:38:30;5408:60:17;;;1516:34:30;5331:59:17;;;5325:144;5310:159;;10246:93:20;;;;;;;;15614:25:208;;;;15655:18;;;15648:34;15587:18;;10246:93:20;15440:248:208;10175:171:20;10388:29;:11;:27;:29::i;:::-;10355;:11;:27;:29::i;:::-;:62;10351:225;;10493:29;:11;:27;:29::i;:::-;10532;:11;:27;:29::i;:::-;10434:135;;;;;;;;15614:25:208;;;;15655:18;;;15648:34;15587:18;;10434:135:20;15440:248:208;10351:225:20;10619:30;:11;:28;:30::i;:::-;10585;:11;:28;:30::i;:::-;:64;10581:230;;10726:30;:11;:28;:30::i;:::-;10766;:11;:28;:30::i;:::-;10666:138;;;;;;;;15614:25:208;;;;15655:18;;;15648:34;15587:18;;10666:138:20;15440:248:208;10581:230:20;10908:9;10903:314;10923:29;:11;:27;:29::i;:::-;10919:1;:33;10903:314;;;10997:44;:22;:11;11017:1;10997:19;:22::i;:::-;:42;;;;;;;;:::i;:::-;;:44::i;:::-;579:1:30;4677:19:3;:27;;;4676:44;4642:79;;;4629:93;;10971:70:20;10967:244;;579:1:30;4677:19:3;:27;;;4676:44;4642:79;;;4629:93;;11148:44:20;:22;:11;11168:1;11148:19;:22::i;:44::-;11060:142;;;;;;;;15614:25:208;;;;15655:18;;;15648:34;15587:18;;11060:142:20;15440:248:208;10967:244:20;10954:3;;10903:314;;;;11279:31;11302:7;11279:22;:31::i;:::-;11275:140;;;11365:7;11398;11381:25;;;;;;15382:19:208;;15426:2;15417:12;;15222:213;11381:25:20;;;;-1:-1:-1;;11381:25:20;;;;;;;;;;11327:81;;;;;;;;;:::i;11275:140::-;11456:103;11468:7;11477:11;11490:9;11501:11;11525:8;11514:20;;;;;;;;:::i;:::-;;;;;;;;;;;;;11547:10;11536:22;;;;;;;;:::i;:::-;;;;;;;;;;;;;11456:11;:103::i;:::-;11595:37;11618:7;11627:4;11595:22;:37::i;2992:383:58:-;3278:34;3282:14;3278:34;3265:48;3259:4;3255:59;;3325:45;;-1:-1:-1;3360:10:58;3325:45;2992:383;:::o;6156:426:79:-;6284:16;;;6298:1;6284:16;;;;;;;;6255:26;;6284:16;;;;;;;;;;-1:-1:-1;6284:16:79;6255:45;;6345:9;-1:-1:-1;;;;;6329:27:79;6321:36;;6306:9;6316:1;6306:12;;;;;;;;:::i;:::-;;;;;;:51;;;;;6402:9;-1:-1:-1;;;;;6386:27:79;6378:36;;6363:9;6373:1;6363:12;;;;;;;;:::i;:::-;;;;;;:51;;;;;6421:156;1175:66;1159:83;;6469:9;6486:1;6530:19;6495:56;;;;;;15382:19:208;;15426:2;15417:12;;15222:213;6495:56:79;;;;-1:-1:-1;;6495:56:79;;;;;;;;;-1:-1:-1;;;6421:24:79;:156::i;1509:162:43:-;1583:4;810:53;;;1602:64;;;;;1634:32;1646:19;1634:11;:32::i;:::-;1633:33;1595:71;1509:162;-1:-1:-1;;1509:162:43:o;3073:307:78:-;3188:16;;;3202:1;3188:16;;;;;;;;;3137:14;;;;3188:16;;;;;;;;;;;;-1:-1:-1;3188:16:78;3159:45;;3243:8;3210:9;3220:1;3210:12;;;;;;;;:::i;:::-;;;;;;;;;;:42;3259:13;3275:62;1152:66;3310:9;3259:13;1281:66;3275:24;:62::i;:::-;3351:23;;;3073:307;-1:-1:-1;;;;3073:307:78:o;692:238:93:-;777:61;809:15;826:11;777:31;:61::i;:::-;772:156;;853:70;;;;;-1:-1:-1;;;;;17315:55:208;;853:70:93;;;17297:74:208;-1:-1:-1;;;;;;17407:79:208;;17387:18;;;17380:107;17270:18;;853:70:93;17125:368:208;5258:401:55;5402:17;5428:12;5442:23;5469:115;5499:6;5543:8;5569;5520:5;5469:13;:115::i;:::-;5427:157;;;;5595:7;5590:41;;5604:27;5620:10;5604:15;:27::i;:::-;5644:10;5258:401;-1:-1:-1;;;;;;5258:401:55:o;1862:322:59:-;1932:13;1953:14;1973:80;1989:2;1980:6;:11;1973:80;;;-1:-1:-1;;2007:34:59;;3218:1:2;3214:13;;3210:24;2007:39:59;;2003:50;2048:5;2003:50;1993:8;;1973:80;;;2089:30;;;-1:-1:-1;;17639:79:208;;2089:30:59;;;17627:92:208;2089:30:59;;17735:12:208;;;;2089:30:59;;;875:21:2;;;2089:30:59;2139:39;2125:54;1862:322;-1:-1:-1;;;;1862:322:59:o;3132::69:-;3258:16;;;3272:1;3258:16;;;;;;;;;3202:19;;;;3258:16;;;;;;;;;;;;-1:-1:-1;3258:16:69;3229:45;;3303:16;3295:25;;;3280:9;3290:1;3280:12;;;;;;;;:::i;:::-;;;;;;;;;;:40;3327:13;3343:62;1171:66;3378:9;3327:13;1300:66;3343:24;:62::i;7237:454::-;7343:24;7370:46;7383:8;7393:22;7370:12;:46::i;:::-;7519:16;;;7533:1;7519:16;;;;;;;;;7343:73;;-1:-1:-1;7423:29:69;;7458:25;;7423:29;;7519:16;;;;;;;;;;;;-1:-1:-1;7519:16:69;7490:45;;7564:16;7556:25;;;7541:9;7551:1;7541:12;;;;;;;;:::i;:::-;;;;;;;;;;:40;7588:98;1171:66;7618:9;7629:11;7642:15;7659:12;1300:66;7588:19;:98::i;:::-;7337:354;;;;7237:454;;;:::o;3184:455:70:-;3271:24;3301:29;3333:32;3347:17;3333:13;:32::i;:::-;3301:64;;3371:25;3399:32;3413:17;3399:13;:32::i;:::-;3467:16;;;3481:1;3467:16;;;;;;;;;3371:60;;-1:-1:-1;3438:26:70;;3467:16;;;;;;;;;;;;-1:-1:-1;3467:16:70;3438:45;;3512:16;3504:25;;;3489:9;3499:1;3489:12;;;;;;;;:::i;:::-;;;;;;;;;;:40;3536:98;1092:66;3566:9;3577:11;3590:15;3607:12;1221:66;3536:19;:98::i;3784:313:77:-;3893:16;;;3907:1;3893:16;;;;;;;;;3837:19;;;;3893:16;;;;;;;;;;;;-1:-1:-1;3893:16:77;3864:45;;3954:6;-1:-1:-1;;;;;3938:24:77;3930:33;;3915:9;3925:1;3915:12;;;;;;;;:::i;:::-;;;;;;;;;;:48;3970:13;3986:62;1166:66;4021:9;3970:13;-1:-1:-1;;;3986:24:77;:62::i;5762:222::-;5845:16;;;5859:1;5845:16;;;;;;;;;5816:26;;5845:16;;;;;;;;;;;-1:-1:-1;5845:16:77;5816:45;;5906:6;-1:-1:-1;;;;;5890:24:77;5882:33;;5867:9;5877:1;5867:12;;;;;;;;:::i;:::-;;;;;;;;;;:48;5922:57;1166:66;5955:9;-1:-1:-1;;;5922:22:77;:57::i;6291:295:75:-;6397:16;;;6411:1;6397:16;;;;;;;;6368:26;;6397:16;;;;;;;;;;-1:-1:-1;6397:16:75;6368:45;;6452:10;6419:9;6429:1;6419:12;;;;;;;;:::i;:::-;;;;;;:44;;;;;6508:6;-1:-1:-1;;;;;6492:24:75;6484:33;;6469:9;6479:1;6469:12;;;;;;;;:::i;:::-;;;;;;;;;;:48;6524:57;1166:66;6557:9;-1:-1:-1;;;6524:22:75;:57::i;4219:268:27:-;4319:16;;;4333:1;4319:16;;;;;;;;;4290:26;;4319:16;;;;;;;;;;;-1:-1:-1;4319:16:27;4290:45;;4374:10;4341:9;4351:1;4341:12;;;;;;;;:::i;:::-;;;;;;:44;;;;;4392:90;970:66;954:83;;4427:9;4438:1;4459:6;4441:26;;;;;;17909:14:208;17902:22;17897:3;17893:32;17881:45;;17951:1;17942:11;;17758:201;4441:26:27;;;;-1:-1:-1;;4441:26:27;;;;;;;;;-1:-1:-1;;;4392:24:27;:90::i;6910:423:78:-;6995:24;7022:34;7035:6;7043:12;7022;:34::i;:::-;7159:16;;;7173:1;7159:16;;;;;;;;;6995:61;;-1:-1:-1;7063:29:78;;7098:25;;7063:29;;7159:16;;;;;;;;;;;;-1:-1:-1;7159:16:78;7130:45;;7214:8;7181:9;7191:1;7181:12;;;;;;;;:::i;:::-;;;;;;;;;;:42;7230:98;1152:66;7260:9;7271:11;7284:15;7301:12;1281:66;7230:19;:98::i;5145:286:77:-;5240:16;;;5254:1;5240:16;;;;;;;;;5211:26;;5240:16;;;;;;;;;;;-1:-1:-1;5240:16:77;5211:45;;5301:6;-1:-1:-1;;;;;5285:24:77;5277:33;;5262:9;5272:1;5262:12;;;;;;;;:::i;:::-;;;;;;:48;;;;;5317:109;1166:66;1150:83;;5352:9;5363:1;5401:8;5366:45;;;;;;15382:19:208;;15426:2;15417:12;;15222:213;5555:332:75;5665:16;;;5679:1;5665:16;;;;;;;;5636:26;;5665:16;;;;;;;;;;-1:-1:-1;5665:16:75;5636:45;;5720:10;5687:9;5697:1;5687:12;;;;;;;;:::i;:::-;;;;;;:44;;;;;5776:6;-1:-1:-1;;;;;5760:24:75;5752:33;;5737:9;5747:1;5737:12;;;;;;;;:::i;:::-;;;;;;:48;;;;;5792:90;1166:66;1150:83;;5827:9;5838:1;5859:6;5841:26;;;;;;17909:14:208;17902:22;17897:3;17893:32;17881:45;;17951:1;17942:11;;17758:201;12239:624:20;-1:-1:-1;;;12423:7:20;-1:-1:-1;;;;;;12423:35:20;;12419:161;;-1:-1:-1;;;12530:7:20;12563;12546:25;;;;;;15382:19:208;;15426:2;15417:12;;15222:213;12419:161:20;12625:31;12648:7;12625:22;:31::i;:::-;12620:136;;12706:7;12739;12722:25;;;;;;15382:19:208;;15426:2;15417:12;;15222:213;12722:25:20;;;;-1:-1:-1;;12722:25:20;;;;;;;;;;12673:76;;;;;;;;;:::i;12620:136::-;12762:96;12779:7;-1:-1:-1;;1053:20:4;;;;1045:29;1077:30;;;;;;1045:62;12762:16:20;:96::i;7191:399:58:-;7338:17;7364:12;7378:18;7400:125;7435:9;7462:8;7486:6;7510:8;7400:15;:125::i;5581:340:72:-;5703:16;;;5717:1;5703:16;;;;;;;;5674:26;;5703:16;;;;;;;;;;-1:-1:-1;5703:16:72;5674:45;;5764:13;-1:-1:-1;;;;;5748:31:72;5740:40;;5725:9;5735:1;5725:12;;;;;;;;:::i;:::-;;;;;;:55;;;;;5801:13;5786:9;5796:1;5786:12;;;;;;;;:::i;:::-;;;;;;:28;;;;;5821:95;1081:66;1065:83;;5856:9;5867:1;5888:11;5870:31;;;;;;17909:14:208;17902:22;17897:3;17893:32;17881:45;;17951:1;17942:11;;17758:201;1474:1069:4;1617:29;1649:42;1660:11;1673:17;1649:10;:42::i;:::-;1617:74;;1809:25;1851:12;:19;1837:34;;;;;;;;:::i;:::-;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;-1:-1:-1;1837:34:4;;1809:62;;1919:21;1969:25;1964:312;2016:12;:19;1996:17;:39;1964:312;;;2139:19;-1:-1:-1;;;;;2072:87:4;:55;2082:12;2095:17;2082:31;;;;;;;;:::i;:::-;;;;;;;2072:53;;;3536:35;;;3406:170;2072:55;-1:-1:-1;;;;;2072:87:4;;2068:200;;2199:12;2212:17;2199:31;;;;;;;;:::i;:::-;;;;;;;2173:8;2182:13;2173:23;;;;;;;;:::i;:::-;-1:-1:-1;;2173:57:4;;;:23;;;;;;;;;;;:57;2242:15;;;;;2068:200;2037:19;;1964:312;;;;2429:13;2419:8;2412:31;2486:52;2497:11;2510:17;2529:8;2486:10;:52::i;596:401:94:-;-1:-1:-1;;;;;;2952:46:59;;2951:74;821:10:94;803:79;799:196;;-1:-1:-1;;;956:10:94;968:21;:10;:19;:21::i;5970:214:73:-;6060:16;;;6074:1;6060:16;;;;;;;;;6031:26;;6060:16;;;;;;;;;;;-1:-1:-1;6060:16:73;6031:45;;6115:11;6082:9;6092:1;6082:12;;;;;;;;:::i;:::-;;;;;;;;;;:45;6134;1180:66;6169:9;6134:24;:45::i;648:770:95:-;776:17;796:25;:10;451:5:16;2634:44:59;;2536:148;796:25:95;776:45;-1:-1:-1;825:30:95;858:45;-1:-1:-1;;858:45:95;;:34;:45::i;:::-;940:30;;825:78;;-1:-1:-1;979:26:95;;975:441;;1017:65;1036:16;1055:26;1080:1;1055:22;:26;:::i;:::-;2702:27:2;2716:4;2702:27;2696:34;;2575:165;1017:65:95;:72;;;;1013:146;;1106:46;;;;;-1:-1:-1;;18261:79:208;;1106:46:95;;;18243:98:208;18216:18;;1106:46:95;18097:250:208;1013:146:95;1170:9;1165:247;1185:26;1210:1;1185:22;:26;:::i;:::-;1181:1;:30;1165:247;;;2716:4:2;2702:27;;;;2696:34;1230:47:95;;;;;:102;;;;-1:-1:-1;1281:44:95;1300:16;1319:5;:1;1323;1319:5;:::i;1281:44::-;:51;;;;;1230:102;1226:180;;;1351:46;;;;;-1:-1:-1;;18261:79:208;;1351:46:95;;;18243:98:208;18216:18;;1351:46:95;18097:250:208;1226:180:95;1213:3;;1165:247;;2855:314:27;2969:16;;;2983:1;2969:16;;;;;;;;;2921:11;;;;2969:16;;;;;;;;;;;;-1:-1:-1;2969:16:27;2940:45;;3024:10;2991:9;3001:1;2991:12;;;;;;;;:::i;:::-;;;;;;;;;;:44;3042:13;3058:62;970:66;3093:9;3042:13;-1:-1:-1;;;3058:24:27;:62::i;:::-;3042:78;;3134:29;3155:5;3142:20;;1650:10:16;1541:126;5020:265:74;5117:16;;;5131:1;5117:16;;;;;;;;;5088:26;;5117:16;;;;;;;;;;;-1:-1:-1;5117:16:74;5088:45;;5172:11;5139:9;5149:1;5139:12;;;;;;;;:::i;:::-;;;;;;:45;;;;;5191:89;1166:66;1150:83;;5226:9;5237:1;5258:5;5240:25;;;;;;;18501:2:208;18497:15;;;;-1:-1:-1;;18493:88:208;18481:101;;18607:2;18598:12;;18352:264;5240:25:74;;;;-1:-1:-1;;5240:25:74;;;;;;;;;1295:66;5191:24;:89::i;5560:349:73:-;5674:16;;;5688:1;5674:16;;;;;;;;;5645:26;;5674:16;;;;;;;;;;;-1:-1:-1;5674:16:73;5645:45;;5729:11;5696:9;5706:1;5696:12;;;;;;;;:::i;:::-;;;;;;:45;;;;;5748:156;1180:66;1164:83;;5796:9;5813:1;5857:19;5822:56;;;;;;15382:19:208;;15426:2;15417:12;;15222:213;6643:291:79;6747:16;;;6761:1;6747:16;;;;;;;;6718:26;;6747:16;;;;;;;;;;-1:-1:-1;6747:16:79;6718:45;;6808:9;-1:-1:-1;;;;;6792:27:79;6784:36;;6769:9;6779:1;6769:12;;;;;;;;:::i;:::-;;;;;;:51;;;;;6865:9;-1:-1:-1;;;;;6849:27:79;6841:36;;6826:9;6836:1;6826:12;;;;;;;;:::i;:::-;;;;;;;;;;:51;6884:45;1175:66;6919:9;6884:24;:45::i;9574:257:76:-;9671:16;;;9685:1;9671:16;;;;;;;;;9642:26;;9671:16;;;;;;;;;;;-1:-1:-1;9671:16:76;9642:45;;9726:8;9693:9;9703:1;9693:12;;;;;;;;:::i;:::-;;;;;;:42;;;;;9742:84;1160:66;1144:83;;9783:9;9794:1;9815:8;9797:28;;;;;;;-1:-1:-1;;18762:79:208;;;;18750:92;;18867:2;18858:12;;18621:255;9797:28:76;;;;;;;;;;;;;9742:30;:84::i;4048:97:58:-;4089:7;4111:29;:27;:29::i;3747:306:74:-;3858:16;;;3872:1;3858:16;;;;;;;;;3808:13;;;;3858:16;;;;;;;;;;;;-1:-1:-1;3858:16:74;3829:45;;3913:11;3880:9;3890:1;3880:12;;;;;;;;:::i;:::-;;;;;;;;;;:45;3932:13;3948:62;1166:66;3983:9;3932:13;1295:66;3948:24;:62::i;6972:1658:3:-;6655:45;7035:86;;7077:37;;;;;;;;;;;;;;7035:86;7127:25;7155:30;:11;:28;:30::i;:::-;7127:58;;944:1:30;7195:17:3;:38;7191:155;;;7250:89;;;;;;;;15614:25:208;;;944:1:30;15655:18:208;;;15648:34;15587:18;;7250:89:3;15440:248:208;7191:155:3;7352:24;7379:29;:11;:27;:29::i;:::-;7352:56;-1:-1:-1;7414:23:3;7440:36;7459:17;7352:56;7440:36;:::i;:::-;7414:62;;689:2:30;7486:15:3;:34;7482:140;;;7537:78;;;;;;;;15614:25:208;;;689:2:30;15655:18:208;;;15648:34;15587:18;;7537:78:3;15440:248:208;7482:140:3;7664:25;7700:9;7695:427;7715:16;7711:1;:20;7695:427;;;4629:93;4677:19;:27;;;579:1:30;4676:44:3;4642:79;;;4629:93;7743:24;7804:21;;;7800:232;;7844:51;;;;;;;;6057:25:208;;;6030:18;;7844:51:3;5911:177:208;7800:232:3;376:2:30;7914:16:3;:28;7910:122;;;7961:62;;;;;;;;6057:25:208;;;6030:18;;7961:62:3;5911:177:208;7910:122:3;8039:37;8060:16;8039:37;;:::i;:::-;;-1:-1:-1;;8104:3:3;;7695:427;;;;8189:30;:11;:28;:30::i;:::-;8168:17;:51;8164:183;;8290:30;:11;:28;:30::i;:::-;8236:104;;;;;;;;15614:25:208;;;;15655:18;;;15648:34;;;15587:18;;8236:104:3;15440:248:208;8164:183:3;8403:16;8386:240;689:2:30;8421:1:3;:20;8386:240;;;4629:93;4677:19;:27;;;579:1:30;4676:44:3;4642:79;;;4629:93;8517:21;;8513:107;;8557:54;;;;;;;;6057:25:208;;;6030:18;;8557:54:3;5911:177:208;8513:107:3;-1:-1:-1;8443:3:3;;8386:240;;5932:1629:17;6039:10;6038:11;:31;;;;-1:-1:-1;6655:45:3;;6053:16:17;6034:80;;;6078:36;;-1:-1:-1;;;6078:36:17;;6112:1;6078:36;;;6057:25:208;6030:18;;6078:36:17;5911:177:208;6034:80:17;6177:25;6205;:6;:23;:25::i;:::-;6177:53;;944:1:30;6240:17:17;:38;6236:103;;;6287:52;;-1:-1:-1;;;6287:52:17;;;;;6057:25:208;;;6030:18;;6287:52:17;5911:177:208;6236:103:17;6346:24;6373;:6;:22;:24::i;:::-;6346:51;-1:-1:-1;6467:23:17;6493:36;6512:17;6346:51;6493:36;:::i;:::-;6467:62;;689:2:30;6539:15:17;:34;6535:97;;;6582:50;;-1:-1:-1;;;6582:50:17;;;;;6057:25:208;;;6030:18;;6582:50:17;5911:177:208;6535:97:17;6693:25;6729:9;6724:313;6744:16;6740:1;:20;6724:313;;;6772:24;6799:39;:17;:6;6814:1;6799:14;:17::i;:39::-;6772:66;;6850:16;6870:1;6850:21;6846:101;;6890:48;;;;;;;;;;;;;;6846:101;6954:37;6975:16;6954:37;;:::i;:::-;;-1:-1:-1;;7019:3:17;;6724:313;;;;7105:25;:6;:23;:25::i;:::-;7084:17;:46;7080:134;;7181:25;:6;:23;:25::i;:::-;7147:60;;-1:-1:-1;;;7147:60:17;;;;;;6057:25:208;;6045:2;6030:18;;5911:177;7080:134:17;7289:16;7272:285;7311:15;7307:1;:19;7272:285;;;7338:24;7365:39;:17;:6;7380:1;7365:14;:17::i;:39::-;7338:66;-1:-1:-1;7416:20:17;;7412:100;;7455:48;;;;;;;;;;;;;;7412:100;-1:-1:-1;7539:3:17;;7272:285;;5333:171:3;5406:7;579:1:30;1533;1517:13;1529:1;376:2;1517:13;:::i;:::-;:17;;;;:::i;:::-;1516:34;;;;:::i;:::-;5442:11:3;5421:78;5434:64;;5421:78;;5333:171;-1:-1:-1;;5333:171:3:o;5731:173::-;5805:7;579:1:30;1705;;1685:13;1697:1;376:2;1685:13;:::i;:::-;:17;;;;:::i;4191:206:17:-;4261:10;4351:19;:27;;;4382:1;4350:33;4329:6;4304:82;4321:63;;4304:82;;;;;;;;;:::i;:::-;4297:89;4191:206;-1:-1:-1;;;4191: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;3592:121::-;3270:445;3195:520;;;:::o;19791:676:29:-;19999:24;20026:49;20039:11;20052:9;20063:11;20026:12;:49::i;:::-;19999:76;;20082:29;20114:55;20128:18;20148:20;20114:13;:55::i;:::-;20082:87;;20175:25;20203:55;20217:18;20237:20;20203:13;:55::i;:::-;20294:16;;;20308:1;20294:16;;;;;;;;;20175:83;;-1:-1:-1;20265:26:29;;20294:16;;;;;;;;;;;;-1:-1:-1;20294:16:29;20265:45;;20349:7;20316:9;20326:1;20316:12;;;;;;;;:::i;:::-;;;;;;;;;;:41;20364:98;1210:66;20394:9;20405:11;20418:15;20435:12;1339:66;20364:19;:98::i;:::-;19993:474;;;;19791:676;;;;;;:::o;25156:355:20:-;25328:178;25362:7;25387:8;25417:63;25456:11;25469:10;25417:38;:63::i;:::-;25495:4;25328:16;:178::i;1129:181:43:-;764:71:80;;;-1:-1:-1;;;764:71:80;;;12693:92:208;1205:4:43;12801:11:208;;;12794:100;;;814:20:80;12910:12:208;;;12903:101;1205:4:43;13020:12:208;764:71:80;;;;;;;;;;;;756:80;;;:::i;:::-;1224:81:43;;;;1129:181;-1:-1:-1;1129:181:43:o;38189:541:20:-;38346:7;38483:242;38527:59;38568:7;38577:8;38527:40;:59::i;:::-;38604:31;;;;4677:19:3;:27;579:1:30;4676:44:3;4642:79;;;4629:93;38653:63:20;38692:11;38705:10;38653:38;:63::i;:::-;38483:17;:242::i;:::-;38470:255;38189:541;-1:-1:-1;;;;;38189:541:20:o;1312:272:45:-;1399:4;1498:23;1513:7;1498:14;:23::i;:::-;:81;;;;;1525:54;1558:7;1567:11;1525:32;:54::i;3782:1003:55:-;3918:12;3932:17;3981:22;4006:26;4023:8;4006:16;:26::i;:::-;3981:51;;4109:9;4104:228;4124:5;:12;4120:1;:16;4104:228;;;4151:9;4173:5;4179:1;4173:8;;;;;;;;:::i;:::-;;;;;;;4151:31;;4194:34;458:6:97;4194:4:55;:14;;;;;:34;;;;:::i;:::-;4190:136;;;4240:77;;;;;3536:35:4;;;;;4240:49:55;;:77;;4290:6;;4298:8;;4308;;4240:77;;;:::i;:::-;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;4190:136;-1:-1:-1;4138:3:55;;4104:228;;;;4407:78;4422:6;4437:5;4454:8;4474;4407:4;:78::i;:::-;4389:96;;-1:-1:-1;4389:96:55;-1:-1:-1;4560:9:55;4555:226;4575:5;:12;4571:1;:16;4555:226;;;4602:9;4624:5;4630:1;4624:8;;;;;;;;:::i;:::-;;;;;;;4602:31;;4645:33;586:6:97;4645:4:55;:14;;;;;:33;;;;:::i;:::-;4641:134;;;4690:76;;;;;3536:35:4;;;;;4690:48:55;;:76;;4739:6;;4747:8;;4757;;4690:76;;;:::i;:::-;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;4641:134;-1:-1:-1;4589:3:55;;4555:226;;;;3951:834;3782:1003;;;;;;;:::o;348:217:96:-;551:6;545:13;538:4;530:6;526:17;519:40;9143:179:69;9240:12;9284:8;9294:22;9267:50;;;;;;;;19875:19:208;;;-1:-1:-1;;;;;;19924:79:208;19919:2;19910:12;;19903:101;20029:2;20020:12;;19689:349;9267:50:69;;;;;;;;;;;;;9260:57;;9143:179;;;;:::o;15294:3138:20:-;-1:-1:-1;;;15567:7:20;-1:-1:-1;;;;;;15567:44:20;;15563:198;;15681:7;15665:75;15690:8;15700:10;15712:14;15728:11;15665:75;;;;;;;;;:::i;:::-;;;;;;;;15748:7;;15563:198;15899:22;15924:24;15940:7;15924:15;:24::i;:::-;15899:49;;15959:9;15954:340;15974:5;:12;15970:1;:16;15954:340;;;16001:9;16023:5;16029:1;16023:8;;;;;;;;:::i;:::-;;;;;;;16001:31;;16044:33;409:6:32;16044:4:20;:14;;;;;:33;;;;:::i;:::-;16040:248;;;16089:190;;;;;3536:35:4;;;;;16089:47:20;;:190;;16148:7;;16167:8;;16187:10;;16209:14;;16235:11;;16258;;16089:190;;;:::i;:::-;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;16040:248;-1:-1:-1;15988:3:20;;15954:340;;;;16358:7;16342:75;16367:8;16377:10;16389:14;16405:11;16342:75;;;;;;;;;:::i;:::-;;;;;;;;16481:26;16510:59;16551:7;16560:8;16510:40;:59::i;:::-;16481:88;-1:-1:-1;16575:21:20;894:4:14;884:15;;16575:54:20;;16635:149;16673:18;16707:1;16724:10;:17;16764:13;16635;:149::i;:::-;16884:1;16851:30;:11;:28;:30::i;:::-;:34;16847:1174;;;16970:33;17006:66;17054:7;17063:8;17006:47;:66::i;:::-;695:28:19;;;16970:102:20;-1:-1:-1;894:4:14;884:15;;17246:47:20;;17402:27;17437:25;17475:7;17470:545;17488:30;:11;:28;:30::i;:::-;17484:1;:34;;;17470:545;;;17554:63;17596:7;17605:8;17615:1;17554:41;:63::i;:::-;17532:85;-1:-1:-1;17647:25:20;:14;17670:1;6999:16:15;;988;6999;900;6988:27;6948:68;6926:92;;;6811:218;17647:25:20;17627:45;;17682:170;17724:19;17763:1;17784:17;17828:13;17682;:170::i;:::-;17862:34;17879:17;17862:34;;:::i;:::-;;-1:-1:-1;17993:3:20;;17470:545;;;;16887:1134;;;16847:1174;18095:9;18090:338;18110:5;:12;18106:1;:16;18090:338;;;18137:9;18159:5;18165:1;18159:8;;;;;;;;:::i;:::-;;;;;;;18137:31;;18180:32;503:6:32;18180:4:20;:14;;;;;:32;;;;:::i;:::-;18176:246;;;18224:189;;;;;3536:35:4;;;;;18224:46:20;;:189;;18282:7;;18301:8;;18321:10;;18343:14;;18369:11;;18392;;18224:189;;;:::i;:::-;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;18176:246;-1:-1:-1;18124:3:20;;18090:338;;5278:304:70;5357:29;5517:54;5545:17;5539:31;900:16:15;1986:39;;;1968:58;;1829:263;5747:155:70;5826:12;5877:17;5853:44;;;;;;;;:::i;:::-;;;;;;;;;;;;;5846:51;;5747:155;;;:::o;28344:1778:20:-;-1:-1:-1;;;28511:7:20;-1:-1:-1;;;;;;28511:44:20;;28507:160;;28628:7;28609:37;28637:8;28609:37;;;;;;:::i;:::-;;;;;;;;28344:1778;;;:::o;28507:160::-;28808:22;28833:24;28849:7;28833:15;:24::i;:::-;28808:49;;28868:9;28863:235;28883:5;:12;28879:1;:16;28863:235;;;28910:9;28932:5;28938:1;28932:8;;;;;;;;:::i;:::-;;;;;;;28910:31;;28953:36;1049:6:32;28953:4:20;:14;;;;;:36;;;;:::i;:::-;28949:143;;;29001:82;;;;;3536:35:4;;;;;29001:50:20;;:82;;29052:7;;29061:8;;29071:11;;29001:82;;;:::i;:::-;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;28949:143;-1:-1:-1;28897:3:20;;28863:235;;;;29165:7;29146:37;29174:8;29146:37;;;;;;:::i;:::-;;;;;;;;29216:26;29245:59;29286:7;29295:8;29245:40;:59::i;:::-;29216:88;;29310:113;29342:18;29370:1;29389:30;:11;:28;:30::i;:::-;29379:41;;;;;;;;:::i;:::-;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;-1:-1:-1;29379:41:20;;29310:13;:113::i;:::-;29642:1;29609:30;:11;:28;:30::i;:::-;:34;29605:236;;;29653:33;29689:66;29737:7;29746:8;29689:47;:66::i;:::-;29653:102;;29763:71;29794:25;29829:2;29763:12;:71::i;:::-;29645:196;29605:236;29890:9;29885:233;29905:5;:12;29901:1;:16;29885:233;;;29932:9;29954:5;29960:1;29954:8;;;;;;;;:::i;:::-;;;;;;;29932:31;;29975:35;1149:6:32;29975:4:20;:14;;;;;:35;;;;:::i;:::-;29971:141;;;30022:81;;;;;3536:35:4;;;;;30022:49:20;;:81;;30072:7;;30081:8;;30091:11;;30022:81;;;:::i;:::-;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;29971:141;-1:-1:-1;29919:3:20;;29885:233;;8733:150:78;8840:38;;8813:12;23278:15:208;;;-1:-1:-1;;23274:88:208;8840:38:78;;;23262:101:208;23409:14;;23402:22;23397:3;23393:32;23379:12;;;23372:54;8813:12:78;23442::208;;8840:38:78;23111:349:208;9655:254:28;9752:16;;;9766:1;9752:16;;;;;;;;;9723:26;;9752:16;;;;;;;;;;;-1:-1:-1;9752:16:28;9723:45;;9807:7;9774:9;9784:1;9774:12;;;;;;;;:::i;:::-;;;;;;:41;;;;;9822:82;968:66;952:83;;9861:9;9872:1;9893:8;9875:28;;;;;;;-1:-1:-1;;18762:79:208;;;;18750:92;;18867:2;18858:12;;18621:255;9875:28:28;;;;;;;;;;;;;9822;:82::i;5594:317:58:-;5733:12;5747:17;5790:6;-1:-1:-1;;;;;5790:11:58;5810:1;5821:79;5847:8;5868:9;5889:8;5821:13;:79::i;:::-;5790:116;;;;;;:::i;:::-;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;-1:-1:-1;5772:134:58;;;;-1:-1:-1;5594:317:58;-1:-1:-1;;;;;5594:317:58:o;3524:369:26:-;3664:16;;;3678:1;3664:16;;;;;;;;;3605:22;;3635:26;;3664:16;;;;;;;;;;;;-1:-1:-1;3664:16:26;3635:45;;3719:10;3686:9;3696:1;3686:12;;;;;;;;:::i;:::-;;;;;;:44;;;;;3737:18;3758:49;3784:8;3794:9;3805:1;3758:25;:49::i;:::-;3737:70;;3821:66;:44;3842:5;3849:1;3852:5;:12;3821:20;:44::i;:::-;:64;:66::i;4911:282::-;5037:16;;;5051:1;5037:16;;;;;;;;;5008:26;;5037:16;;;;;;;;;;;-1:-1:-1;5037:16:26;5008:45;;5092:10;5059:9;5069:1;5059:12;;;;;;;;:::i;:::-;;;;;;:44;;;;;5110:78;5136:8;5146:9;5157:1;5160:27;5180:5;5160:18;:27::i;:::-;5110:25;:78::i;13842:301:24:-;13926:21;13950:17;:15;:17::i;:::-;13926:41;-1:-1:-1;14002:4:24;-1:-1:-1;;;;;13977:30:24;;;13973:166;;14017:41;14040:7;14049:8;14017:22;:41::i;13973:166::-;14079:53;;;;;-1:-1:-1;;;;;14079:34:24;;;;;:53;;14114:7;;14123:8;;14079:53;;;:::i;:::-;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;12340:451;12500:21;12524:17;:15;:17::i;:::-;12500:41;-1:-1:-1;12576:4:24;-1:-1:-1;;;;;12551:30:24;;;12547:240;;12591:78;12620:7;12629:8;12639:17;12658:10;12591:28;:78::i;:::-;12547:240;;;12690:90;;;;;-1:-1:-1;;;;;12690:40:24;;;;;:90;;12731:7;;12740:8;;12750:17;;12769:10;;12690:90;;;:::i;:::-;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;12494:297;12340:451;;;;:::o;1832:227::-;1062:42;1921:22;1882:7;;-1:-1:-1;;;;;1921:22:24;;1949:106;;1997:10;1990:17;;;1832:227;:::o;1949:106::-;2035:13;1832:227;-1:-1:-1;1832:227:24:o;4952:171:3:-;5026:7;579:1:30;1355:13;1367:1;376:2;1355:13;:::i;:::-;1354:30;;;;:::i;:::-;5048:70:3;;;;;4952:171;-1:-1:-1;4952:171:3:o;24194:209:29:-;24345:53;;;;;;24712:19:208;;;24747:12;;;24740:28;;;24318:12:29;24784::208;;;24777:28;;;24318:12:29;24821::208;;24345:53:29;;;;;;;;;;;;;24338:60;;24194:209;;;;;:::o;24594:388::-;24902:32;;24936:34;;24720:29;;2576:5:15;;;900:16;2607:39;;;;2589:58;2688:23;2673:39;;;;2655:58;24880:91:29;2435:344:15;25147:234:29;25273:12;25324:18;25353:20;25300:76;;;;;;;;;:::i;53835:242:20:-;53931:7;;;53970:84;53990:10;53986:14;;:1;:14;53970:84;;;54015:32;4629:93:3;4677:19;:27;;;579:1:30;4676:44:3;4642:79;;;4629:93;54015:32:20;;:::i;:::-;;-1:-1:-1;54002:3:20;;53970:84;;19068:1676;-1:-1:-1;;;19247:7:20;-1:-1:-1;;;;;;19247:44:20;;19243:232;;19398:7;19354:100;19417:8;19434:5;19447:4;19354:100;;;;;;;;:::i;:::-;;;;;;;;19462:7;;19243:232;19481:16;19500:59;19541:7;19550:8;19500:40;:59::i;:::-;19481:78;;19705:22;19730:24;19746:7;19730:15;:24::i;:::-;19705:49;;19765:9;19760:328;19780:5;:12;19776:1;:16;19760:328;;;19807:9;19829:5;19835:1;19829:8;;;;;;;;:::i;:::-;;;;;;;19807:31;;19850:41;614:6:32;19850:4:20;:14;;;;;:41;;;;:::i;:::-;19846:236;;;19903:170;;;;;3536:35:4;;;;;19903:54:20;;:170;;19979:7;;20008:8;;20035:5;;20058:4;;19903:170;;;:::i;:::-;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;19846:236;-1:-1:-1;19794:3:20;;19760:328;;;;20189:7;20145:100;20208:8;20225:5;20238:4;20145:100;;;;;;;;:::i;:::-;;;;;;;;20295:70;20327:8;20345:5;20295:70;;20358:4;20295:13;:70::i;:::-;20419:9;20414:326;20434:5;:12;20430:1;:16;20414:326;;;20461:9;20483:5;20489:1;20483:8;;;;;;;;:::i;:::-;;;;;;;20461:31;;20504:40;723:6:32;20504:4:20;:14;;;;;:40;;;;:::i;:::-;20500:234;;;20556:169;;;;;3536:35:4;;;;;20556:53:20;;:169;;20631:7;;20660:8;;20687:5;;20710:4;;20556:169;;;:::i;:::-;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;20500:234;-1:-1:-1;20448:3:20;;20414:326;;52818:191;52920:7;52984;52993:8;52967:35;;;;;;;;;:::i;:::-;;;;-1:-1:-1;;52967:35:20;;;;;;;;;52957:46;;52967:35;52957:46;;;;44378:22;52950:53;;52818:191;-1:-1:-1;;;52818:191:20:o;8945:812:19:-;9043:14;9079:2;9069:6;:12;9065:112;;9138:2;9129:6;:11;9111:29;;;;9160:2;9150:12;;;;;;:::i;:::-;;;;9065:112;-1:-1:-1;9368:21:19;;9353:12;9341:25;;9337:53;9516:2;:11;;;9598:22;;;9594:159;;;9734:1;9718:14;9714:22;9708:29;9693:12;9678:13;9674:32;9670:68;9662:6;9659:80;9649:90;;9059:698;8945:812;;;;;:::o;708:400:45:-;772:4;961:68;994:7;1003:25;961:32;:68::i;:::-;:142;;;;-1:-1:-1;1040:63:45;1073:7;-1:-1:-1;;;;;;4132:576:45;4295:56;;-1:-1:-1;;;;;;5272:79:208;;4295:56:45;;;5254:98:208;4234:4:45;;;;5227:18:208;;4295:56:45;;;-1:-1:-1;;4295:56:45;;;;;;;;;;;;;;;;;;;;;4533:20;;4295:56;;-1:-1:-1;;;;;;;4295:56:45;;-1:-1:-1;;4498:7:45;4491:5;4480:86;4469:97;;4587:16;4573:30;;4631:4;4625:11;4610:26;;4655:7;:29;;;;;4680:4;4666:10;:18;;4655:29;:48;;;;;4702:1;4688:11;:15;4655:48;4648:55;4132:576;-1:-1:-1;;;;;;;4132:576:45:o;3854:344:76:-;3971:16;;;3985:1;3971:16;;;;;;;;;3912:22;;3942:26;;3971:16;;;;;;;;;;;;-1:-1:-1;3971:16:76;3942:45;;4026:8;3993:9;4003:1;3993:12;;;;;;;;:::i;:::-;;;;;;;;;;:42;4042:18;4063:49;1160:66;4099:9;4042:18;4063:25;:49::i;:::-;4042:70;;4126:66;:44;4147:5;4154:1;4157:5;:12;4126:20;:44::i;3035:136:4:-;3105:4;3157:9;3124:42;;3143:9;3125:15;3135:4;3934:26;;;3804:162;3125:15;:27;3124:42;;;3117:49;;3035:136;;;;:::o;1761:1386:55:-;1888:12;1902:17;1956:21;1979:17;2000:22;2013:8;2000:12;:22::i;:::-;1955:67;;-1:-1:-1;1955:67:55;-1:-1:-1;;;;;;2067:27:55;;2063:106;;2139:8;2149:19;:8;:17;:19::i;2063:106::-;2275:12;2270:64;;2289:45;2317:8;2327:6;2289:27;:45::i;:::-;2413:9;;2409:197;;-1:-1:-1;;;2952:46:59;;-1:-1:-1;;;2951:74:59;2432:22:55;2515:26;2951:74:59;2515:13:55;:26::i;:::-;2490:51;-1:-1:-1;2549:50:55;2563:11;2576:22;2593:5;2490:51;2576:22;:::i;:::-;2549:13;:50::i;:::-;2424:182;;2409:197;2708:14;2681:23;:8;451:5:16;2634:44:59;;2536:148;2681:23:55;-1:-1:-1;;2681:41:55;;:461;;2982:160;3043:6;3069:5;3092:13;3125:8;2982:39;:160::i;:::-;2681:461;;;2805:168;2874:6;2900:5;2923:13;2956:8;2805:47;:168::i;:::-;2663:479;;;;-1:-1:-1;1761:1386:55;-1:-1:-1;;;;;;;1761:1386:55:o;3655:342:28:-;3771:16;;;3785:1;3771:16;;;;;;;;;3712:22;;3742:26;;3771:16;;;;;;;;;;;;-1:-1:-1;3771:16:28;3742:45;;3826:7;3793:9;3803:1;3793:12;;;;;;;;:::i;:::-;;;;;;;;;;:41;3841:18;3862:49;968:66;3898:9;3841:18;3862:25;:49::i;1489:2340:19:-;1602:10;;1598:1504;;1755:2;1745:6;:12;1741:122;;1818:2;1809:6;:11;1791:29;;;;1842:2;1832:12;;;;;;:::i;:::-;;;;1741:122;1953:10;;1949:1147;;2161:2;:11;;;2035:21;-1:-1:-1;;579:1:30;804:25:31;;782:48;2208:18:19;2193:33;;2395:12;2387:6;2383:25;2442:4;2431:9;2427:20;2419:28;;2497:13;2491:20;2480:9;2476:36;2458:54;;2745:4;2741:9;2724:14;2718:21;2714:37;2645:4;2633:10;2629:21;2572:193;2544:14;2524:253;;2836:13;2826:6;:23;2822:36;;2851:7;;;;2822:36;-1:-1:-1;2999:1:19;2981:19;;;;;3054:23;;;;;3012:30;1949:1147;3132:253;3149:2;3139:6;:12;3132:253;;3244:20;;3221:44;;3318:1;3300:19;;;;-1:-1:-1;;3358:12:19;;;;3346:2;3329:19;3132:253;;;3453:10;;3449:376;;3473:12;-1:-1:-1;;579:1:30;804:25:31;;782:48;3761:21:19;;3672:20;;3694:9;;3668:36;3757:32;;3617:184;3573:238;;-1:-1:-1;1489:2340:19;;;;:::o;55383:230:20:-;55504:7;55588;55597:8;55571:35;;;;;;;;;:::i;:::-;;;;-1:-1:-1;;55571:35:20;;;;;;;;;55561:46;;55571:35;55561:46;;;;44541:40;55534:73;;55383:230;-1:-1:-1;;;55383:230:20:o;54754:274::-;54898:7;55003;55012:8;54986:35;;;;;;;;;:::i;:::-;;;;;;;;;;;;;54976:46;;;;;;54955:17;54948:25;;54928:45;;;44450:34;54928:45;:94;54920:103;;54913:110;;54754:274;;;;;:::o;966:162:19:-;1055:68;1061:14;1077:6;1085:4;:11;1098:24;1117:4;894::14;884:15;;758:151;1098:24:19;1055:5;:68::i;4032:370::-;4154:13;4203:2;4188:11;:6;4197:2;4188:11;:::i;:::-;4187:18;;;;:::i;:::-;4170:35;;:14;:35;:::i;:::-;4154:51;;4211:187;4235:5;4218:14;:22;4211:187;;;4333:1;4317:14;4310:25;4382:1;4366:14;4362:22;4344:40;;4211:187;;30786:790:20;31045:36;31084:66;31132:7;31141:8;31084:47;:66::i;:::-;31045:105;-1:-1:-1;31156:26:20;31192:49;31045:105;31223:17;6999:16:15;;988;6999;900;6988:27;6948:68;6926:92;;;6811:218;31192:49:20;31156:86;;31280:291;31334:7;31359:8;31394:17;31444:19;31485:1;31500:10;31542:22;31280:36;:291::i;4897:201:58:-;5019:12;5063:8;5073:9;5084:8;5046:47;;;;;;;;;;:::i;39198:522:20:-;39334:12;39458:257;39497:79;39539:7;39548:8;39558:17;39497:41;:79::i;:::-;39594:1;39613:93;39688:17;39613:66;39661:7;39670:8;39613:47;:66::i;:::-;:74;6999:16:15;;988;6999;900;6988:27;6948:68;6926:92;;;6811:218;39613:93:20;39458:12;:257::i;2020:561:18:-;2111:5;2206:3;2198:5;:11;:32;;;;2219:4;:11;2213:3;:17;2198:32;2194:80;;;2257:4;2263:5;2270:3;2239:35;;;;;;;;;;;;;:::i;2194:80::-;2340:4;2330:15;;2387:16;2398:5;2330:15;2387:16;:::i;:::-;;-1:-1:-1;2409:12:18;2424:11;2430:5;2424:3;:11;:::i;:::-;709:17;2559:15;2551:3;2540:14;;;;2539:36;;;;;;-1:-1:-1;;;;;2020:561:18:o;40103:220:34:-;40169:24;40201:30;40234:32;40252:6;40260:2;40264:1;40234:17;:32::i;39802:222:35:-;39866:12;39956:6;39980:39;39956:6;40013:2;40017:1;39980:17;:39::i;26201:737:20:-;26452:36;26491:66;26539:7;26548:8;26491:47;:66::i;:::-;26452:105;-1:-1:-1;26563:26:20;26599:49;26452:105;26630:17;6999:16:15;;988;6999;900;6988:27;6948:68;6926:92;;;6811:218;26599:49:20;26563:86;;26656:277;26710:7;26735:8;26770:17;26813:1;26835:19;26868:4;26904:22;26656:36;:277::i;27600:145::-;27684:56;27697:7;27706:8;27716:23;27731:7;27716:14;:23::i;:::-;27684:12;:56::i;5924:432:78:-;6052:16;;;6066:1;6052:16;;;;;;;;;5982:14;;;;;;6052:16;;;;;;;;;;;-1:-1:-1;6052:16:78;6023:45;;6107:8;6074:9;6084:1;6074:12;;;;;;;;:::i;:::-;;;;;;;;;;:42;6124:24;;;6210:78;1152:66;6253:9;1281:66;6210:19;:78::i;:::-;-1:-1:-1;;2716:4:2;2702:27;;2696:34;2702:27;;;;2696:34;7557:32:78;;;;;;7621:30;;;;;;-1:-1:-1;5924:432:78;-1:-1:-1;;;;;;5924:432:78:o;1546:281:42:-;1708:29;1718:10;1730:6;1708:9;:29::i;:::-;1703:120;;1786:21;:10;:19;:21::i;3755:308:68:-;3868:16;;;3882:1;3868:16;;;;;;;;;3816:15;;;;3868:16;;;;;;;;;;;;-1:-1:-1;3868:16:68;3839:45;;3923:11;3890:9;3900:1;3890:12;;;;;;;;:::i;:::-;;;;;;;;;;:45;3942:13;3958:62;1154:66;3993:9;3942:13;-1:-1:-1;;;3958:24:68;:62::i;5054:269::-;5153:16;;;5167:1;5153:16;;;;;;;;;5124:26;;5153:16;;;;;;;;;;;-1:-1:-1;5153:16:68;5124:45;;5208:11;5175:9;5185:1;5175:12;;;;;;;;:::i;:::-;;;;;;:45;;;;;5227:91;1154:66;1138:83;;5262:9;5273:1;5294:7;5276:27;;;;;;15382:19:208;;15426:2;15417:12;;15222:213;6415:321:58;6562:12;6576:17;6619:6;-1:-1:-1;;;;;6619:19:58;6646:79;6672:8;6693:9;6714:8;6646:13;:79::i;:::-;6619:112;;;;;;:::i;:::-;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;55951:301:20;56072:13;56164:82;56195:48;56225:7;56234:8;56195:29;:48::i;:::-;4711:21:19;;4605:137;46271:3996:20;-1:-1:-1;;;46668:7:20;-1:-1:-1;;;;;;46668:35:20;;46664:161;;-1:-1:-1;;;46775:7:20;46808;46791:25;;;;;;15382:19:208;;15426:2;15417:12;;15222:213;46664:161:20;46831:27;46861:49;:22;46892:17;6999:16:15;;988;6999;900;6988:27;6948:68;6926:92;;;6811:218;46861:49:20;46831:79;;46916:26;46981:4;:11;46967;46945:33;;:19;:33;;;;:::i;:::-;:47;;;;:::i;:::-;46916:76;;47264:18;47241:19;:41;;:98;;;;-1:-1:-1;47320:19:20;47286:30;47305:11;47286:16;:30;:::i;:::-;:53;;;;47241:98;47237:218;;;47356:92;;;;;29063:12:208;29102:15;;;47356:92:20;;;29084:34:208;29154:15;;;29134:18;;;29127:43;29206:15;;29186:18;;;29179:43;29026:18;;47356:92:20;28857:371:208;47237:218:20;47561:19;47542:16;:38;;;47538:140;;;47597:74;;;;;;;;29406:25:208;;;29479:12;29467:25;;29447:18;;;29440:53;29379:18;;47597:74:20;29233:266:208;47538:140:20;47717:35;47755:72;:22;47789:17;47808:18;47755:33;:72::i;:::-;47717:110;;47974:22;47999:24;48015:7;47999:15;:24::i;:::-;47974:49;;48034:9;48029:486;48049:5;:12;48045:1;:16;48029:486;;;48076:9;48098:5;48104:1;48098:8;;;;;;;;:::i;:::-;;;;;;;48076:31;;48119:42;836:6:32;48119:4:20;:14;;;;;:42;;;;:::i;:::-;48115:394;;;3536:35:4;;;;-1:-1:-1;;;;;48173:55:20;;48250:7;48279:8;48318:17;48365:16;48406:11;48445:22;48485:4;48173:327;;;;;;;;;;;;;;;;;;;;;:::i;:::-;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;48115:394;-1:-1:-1;48063:3:20;;48029:486;;;-1:-1:-1;48573:32:20;;;:13;48713:107;48731:17;48727:21;;:1;:21;;;48713:107;;;48776:33;:22;48807:1;6999:16:15;;988;6999;900;6988:27;6948:68;6926:92;;;6811:218;48776:33:20;48767:42;;;;48750:3;;48713:107;;;;48942:7;48889:274;48969:8;49006:17;49047:5;49076:11;49113:21;49150:4;48889:274;;;;;;;;;;;:::i;:::-;;;;;;;;48521:649;49255:18;49232:19;:41;49228:248;;49283:31;49317:48;49347:7;49356:8;49317:29;:48::i;:::-;695:28:19;;;-1:-1:-1;49228:248:20;49533:27;49563:61;49587:7;49596:8;49606:17;49563:23;:61::i;:::-;49533:91;;49632:92;49664:19;49693:16;49632:92;;49717:4;49632:13;:92::i;:::-;49525:206;49785:9;49780:483;49800:5;:12;49796:1;:16;49780:483;;;49827:9;49849:5;49855:1;49849:8;;;;;;;;:::i;:::-;;;;;;;49827:31;;49870:41;947:6:32;49870:4:20;:14;;;;;:41;;;;:::i;:::-;49866:391;;;3536:35:4;;;;-1:-1:-1;;;;;49923:54:20;;49999:7;50028:8;50067:17;50114:16;50155:11;50194:21;50233:4;49923:325;;;;;;;;;;;;;;;;;;;;;:::i;:::-;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;49866:391;-1:-1:-1;49814:3:20;;49780:483;;;;46514:3753;;;;46271:3996;;;;;;;:::o;5042:669:19:-;5458:4;5452:11;5499:4;5487:17;;-1:-1:-1;;5373:16:19;5546:26;;;5373:16;5369:32;5518:4;5511:63;5618:6;5610;5603:22;5636:51;5641:14;5657:6;5665;5673:13;5636:4;:51::i;2681:1129:36:-;2801:22;2831:21;2855;:11;3001:3:18;2979:25;;2905:104;2855:21:36;2831:45;-1:-1:-1;709:17:18;3242:38;;2882:20:36;3044:11;3242:38:18;3044:11:36;3029:26;;;;:::i;:::-;;3015:40;;3164:4;3158:11;3149:20;;3207:4;3200:5;3196:16;3267:4;3254:11;3250:22;3236:12;3232:41;3226:4;3219:55;3317:11;3310:5;3303:26;3360:1;3337:463;3376:11;3373:1;3370:18;3337:463;;;3770:20;;3749:42;;3728:64;;3642:31;;;;3555:4;3537:23;;;;3463:1;3456:9;3337:463;;;3341:28;;3116:690;;;2681:1129;;;;;:::o;830:1343::-;1002:12;;955:17;;980:19;1043:26;1058:11;1002:12;1043:26;:::i;:::-;1020:49;;1441:4;1435:11;;-1:-1:-1;1484:4:36;1474:15;;-1:-1:-1;;5373:16:19;1531:32:36;;;5373:16:19;5369:32;1503:4:36;1496:69;1607:12;1601:4;1594:26;1651:1;1721:4;1714:5;1710:16;1628:535;1741:11;1738:1;1735:18;1628:535;;;2134:19;;2113:41;;2091:64;;2007:31;;;;1828:1;1821:9;;;;;1920:4;1902:23;1628:535;;6401:652:20;6468:11;6704:64;;;6700:111;;-1:-1:-1;1339:66:29;;6401:652:20;-1:-1:-1;6401:652:20:o;6700:111::-;6855:185;6901:85;1210:66:29;6977:7:20;6901:40;:85::i;:::-;7006:2;7028:1;6855:17;:185::i;34778:1314::-;34908:23;34933:28;34963:24;35029:20;35052:30;:11;:28;:30::i;:::-;35029:53;;35143:65;35176:7;35185:8;35195:12;35143:32;:65::i;:::-;35130:78;;35272:24;35299:30;:11;:28;:30::i;:::-;35272:57;-1:-1:-1;35339:20:20;;35335:753;;35432:66;35480:7;35489:8;35432:47;:66::i;:::-;35415:83;-1:-1:-1;6382:59:15;;;35550:33:20;;;;;;;;:::i;:::-;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;-1:-1:-1;35550:33:20;-1:-1:-1;35536:47:20;-1:-1:-1;894:4:14;884:15;;35591:21:20;35655:427;35673:16;35669:1;:20;;;35655:427;;;35706:27;35736:63;35778:7;35787:8;35797:1;35736:41;:63::i;:::-;35706:93;-1:-1:-1;35809:14:20;35826:25;:14;35849:1;6999:16:15;;988;6999;900;6988:27;6948:68;6926:92;;;6811:218;35826:25:20;35809:42;;35861:110;35892:19;35921:1;35932:6;35955:13;35861:12;:110::i;:::-;36050:23;36067:6;36050:23;;:::i;:::-;;;35696:386;;35691:3;;;;;:::i;:::-;;;;35655:427;;;;35361:727;35335:753;34989:1103;;34778:1314;;;;;;;:::o;955:327:42:-;1036:4;1178:56;-1:-1:-1;;;;;;2952:46:59;;2951:74;1227:6:42;1178:19;:56::i;:::-;:99;;;;1238:39;1258:10;1270:6;1238:19;:39::i;7395:1488:15:-;7521:13;1070:16;7546:25;;7542:97;;;7588:44;;;;;;;;6057:25:208;;;6030:18;;7588:44:15;5911:177:208;7542:97:15;7701:13;6382:59;;;6999:16;;;988;6999;900;6988:27;6948:68;;;6926:92;;7964:38;;;7960:192;;8047:19;8029:15;:37;8014:52;;;;7960:192;;;8128:15;8106:19;:37;8091:52;;;;7960:192;-1:-1:-1;8468:16:15;900;988;8335;;;;8324:27;8460:35;;;8774:5;8613:26;8594:45;;;;8593:61;;;8755:24;;;;8784:34;;;;;8754:65;;-1:-1:-1;7395:1488:15;;;;;:::o;6076:2380:19:-;6193:10;;6189:1542;;6346:2;6336:6;:12;6332:122;;6409:2;6400:6;:11;6382:29;;;;6433:2;6423:12;;;;;;:::i;:::-;;;;6332:122;6544:10;;6540:1185;;6752:2;:11;;;6626:21;6810:22;;;6806:135;;;-1:-1:-1;;;579:1:30;804:25:31;;782:48;6806:135:19;;;-1:-1:-1;;;579:1:30;804:25:31;;782:48;6806:135:19;7135:14;7129:21;7114:12;7106:6;7102:25;7098:53;7375:4;7359:13;7353:20;7349:31;7285:4;7281:9;7269:10;7265:26;7210:184;7183:13;7163:243;;7465:13;7455:6;:23;7451:36;;7480:7;;;;7451:36;-1:-1:-1;7628:1:19;7610:19;;;;;7683:23;;;;;7641:30;6540:1185;7760:253;7777:2;7767:6;:12;7760:253;;7871:21;;7849:44;;7946:1;7928:19;;;;-1:-1:-1;;7986:12:19;;;;7974:2;7957:19;7760:253;;;8081:10;;8077:375;;8101:12;-1:-1:-1;;579:1:30;804:25:31;;782:48;8389:20:19;;8299:21;;8322:9;;8295:37;8385:31;;8244:184;8201:237;;-1:-1:-1;6076:2380:19;;;;:::o;53261:282:20:-;53506:30;;;;;;31568:19:208;;;31603:12;;;31596:28;;;53349:7:20;;31640:12:208;;53506:30:20;31380:278:208;50835:360:20;50961:12;50985:6;50995:1;50985:11;50981:26;;-1:-1:-1;50998:9:20;;;;;;;;;-1:-1:-1;50998:9:20;;;;50981:26;51048:16;51067:41;51090:7;51099:8;51067:22;:41::i;:::-;51048:60;;51121:69;51152:8;51170:1;51181:6;51121:12;:69::i;4003:378:75:-;4127:16;;;4141:1;4127:16;;;;;;;;4079:11;;;;4127:16;4141:1;4127:16;;;;;;;;;;-1:-1:-1;4127:16:75;4098:45;;4182:10;4149:9;4159:1;4149:12;;;;;;;;:::i;:::-;;;;;;:44;;;;;4238:6;-1:-1:-1;;;;;4222:24:75;4214:33;;4199:9;4209:1;4199:12;;;;;;;;:::i;:::-;;;;;;;;;;:48;4254:13;4270:62;1166:66;4305:9;4254:13;-1:-1:-1;;;4270:24:75;:62::i;:::-;4254:78;;4346:29;4367:5;4354:20;;1650:10:16;1541:126;14:219:208;81:20;;-1:-1:-1;;;;;;130:78:208;;120:89;;110:117;;223:1;220;213:12;238:184;296:6;349:2;337:9;328:7;324:23;320:32;317:52;;;365:1;362;355:12;317:52;388:28;406:9;388:28;:::i;619:166::-;-1:-1:-1;;;;;710:5:208;706:54;699:5;696:65;686:93;;775:1;772;765:12;790:377;908:6;916;969:2;957:9;948:7;944:23;940:32;937:52;;;985:1;982;975:12;937:52;1021:9;1008:23;998:33;;1081:2;1070:9;1066:18;1053:32;1094:43;1131:5;1094:43;:::i;:::-;1156:5;1146:15;;;790:377;;;;;:::o;1172:375::-;1243:8;1253:6;1307:3;1300:4;1292:6;1288:17;1284:27;1274:55;;1325:1;1322;1315:12;1274:55;-1:-1:-1;1348:20:208;;1391:18;1380:30;;1377:50;;;1423:1;1420;1413:12;1377:50;1460:4;1452:6;1448:17;1436:29;;1520:3;1513:4;1503:6;1500:1;1496:14;1488:6;1484:27;1480:38;1477:47;1474:67;;;1537:1;1534;1527:12;1474:67;1172:375;;;;;:::o;1552:1204::-;1850:6;1858;1866;1874;1882;1890;1898;1906;1959:3;1947:9;1938:7;1934:23;1930:33;1927:53;;;1976:1;1973;1966:12;1927:53;2012:9;1999:23;1989:33;;2069:2;2058:9;2054:18;2041:32;2031:42;;2120:2;2109:9;2105:18;2092:32;2082:42;;2171:2;2160:9;2156:18;2143:32;2133:42;;2226:3;2215:9;2211:19;2198:33;2250:18;2291:2;2283:6;2280:14;2277:34;;;2307:1;2304;2297:12;2277:34;2346:78;2416:7;2407:6;2396:9;2392:22;2346:78;:::i;:::-;2443:8;;-1:-1:-1;2320:104:208;-1:-1:-1;2531:3:208;2516:19;;2503:33;;-1:-1:-1;2548:16:208;;;2545:36;;;2577:1;2574;2567:12;2545:36;;2616:80;2688:7;2677:8;2666:9;2662:24;2616:80;:::i;:::-;1552:1204;;;;-1:-1:-1;1552:1204:208;;-1:-1:-1;1552:1204:208;;;;;;2715:8;-1:-1:-1;;;1552:1204:208:o;2992:184::-;-1:-1:-1;;;3041:1:208;3034:88;3141:4;3138:1;3131:15;3165:4;3162:1;3155:15;3181:334;3252:2;3246:9;3308:2;3298:13;;-1:-1:-1;;3294:86:208;3282:99;;3411:18;3396:34;;3432:22;;;3393:62;3390:88;;;3458:18;;:::i;:::-;3494:2;3487:22;3181:334;;-1:-1:-1;3181:334:208:o;3520:589::-;3562:5;3615:3;3608:4;3600:6;3596:17;3592:27;3582:55;;3633:1;3630;3623:12;3582:55;3669:6;3656:20;3695:18;3691:2;3688:26;3685:52;;;3717:18;;:::i;:::-;3761:114;3869:4;-1:-1:-1;;3793:4:208;3789:2;3785:13;3781:86;3777:97;3761:114;:::i;:::-;3900:2;3891:7;3884:19;3946:3;3939:4;3934:2;3926:6;3922:15;3918:26;3915:35;3912:55;;;3963:1;3960;3953:12;3912:55;4028:2;4021:4;4013:6;4009:17;4002:4;3993:7;3989:18;3976:55;4076:1;4051:16;;;4069:4;4047:27;4040:38;;;;4055:7;3520:589;-1:-1:-1;;;3520:589:208:o;4114:566::-;4231:6;4239;4247;4300:2;4288:9;4279:7;4275:23;4271:32;4268:52;;;4316:1;4313;4306:12;4268:52;4355:9;4342:23;4374:43;4411:5;4374:43;:::i;:::-;4436:5;-1:-1:-1;4488:2:208;4473:18;;4460:32;;-1:-1:-1;4543:2:208;4528:18;;4515:32;4570:18;4559:30;;4556:50;;;4602:1;4599;4592:12;4556:50;4625:49;4666:7;4657:6;4646:9;4642:22;4625:49;:::i;:::-;4615:59;;;4114:566;;;;;:::o;4685:420::-;4794:6;4802;4855:2;4843:9;4834:7;4830:23;4826:32;4823:52;;;4871:1;4868;4861:12;4823:52;4907:9;4894:23;4884:33;;4968:2;4957:9;4953:18;4940:32;4995:18;4987:6;4984:30;4981:50;;;5027:1;5024;5017:12;4981:50;5050:49;5091:7;5082:6;5071:9;5067:22;5050:49;:::i;:::-;5040:59;;;4685:420;;;;;:::o;5363:543::-;5484:6;5492;5500;5553:2;5541:9;5532:7;5528:23;5524:32;5521:52;;;5569:1;5566;5559:12;5521:52;5605:9;5592:23;5582:33;;5665:2;5654:9;5650:18;5637:32;5678:43;5715:5;5678:43;:::i;:::-;5740:5;-1:-1:-1;5797:2:208;5782:18;;5769:32;5839:15;;5832:23;5820:36;;5810:64;;5870:1;5867;5860:12;5810:64;5893:7;5883:17;;;5363:543;;;;;:::o;6093:156::-;6159:20;;6219:4;6208:16;;6198:27;;6188:55;;6239:1;6236;6229:12;6254:447;6379:6;6387;6395;6448:2;6436:9;6427:7;6423:23;6419:32;6416:52;;;6464:1;6461;6454:12;6416:52;6500:9;6487:23;6477:33;;6560:2;6549:9;6545:18;6532:32;6573:43;6610:5;6573:43;:::i;:::-;6635:5;-1:-1:-1;6659:36:208;6691:2;6676:18;;6659:36;:::i;:::-;6649:46;;6254:447;;;;;:::o;6706:492::-;6823:6;6831;6839;6892:2;6880:9;6871:7;6867:23;6863:32;6860:52;;;6908:1;6905;6898:12;6860:52;6944:9;6931:23;6921:33;;7005:2;6994:9;6990:18;6977:32;7032:18;7024:6;7021:30;7018:50;;;7064:1;7061;7054:12;7018:50;7087:49;7128:7;7119:6;7108:9;7104:22;7087:49;:::i;:::-;7077:59;;;7155:37;7188:2;7177:9;7173:18;7155:37;:::i;7203:484::-;7297:6;7305;7358:2;7346:9;7337:7;7333:23;7329:32;7326:52;;;7374:1;7371;7364:12;7326:52;7413:9;7400:23;7432:43;7469:5;7432:43;:::i;:::-;7494:5;-1:-1:-1;7550:2:208;7535:18;;7522:32;7577:18;7566:30;;7563:50;;;7609:1;7606;7599:12;8076:211;8166:6;8219:2;8207:9;8198:7;8194:23;8190:32;8187:52;;;8235:1;8232;8225:12;8187:52;-1:-1:-1;8258:23:208;;8076:211;-1:-1:-1;8076:211:208:o;8292:518::-;8440:6;8448;8456;8509:2;8497:9;8488:7;8484:23;8480:32;8477:52;;;8525:1;8522;8515:12;8477:52;8561:9;8548:23;8538:33;;8618:2;8607:9;8603:18;8590:32;8580:42;;8673:2;8662:9;8658:18;8645:32;8700:18;8692:6;8689:30;8686:50;;;8732:1;8729;8722:12;8815:259;8874:6;8927:2;8915:9;8906:7;8902:23;8898:32;8895:52;;;8943:1;8940;8933:12;8895:52;8982:9;8969:23;9001:43;9038:5;9001:43;:::i;9533:250::-;9618:1;9628:113;9642:6;9639:1;9636:13;9628:113;;;9718:11;;;9712:18;9699:11;;;9692:39;9664:2;9657:10;9628:113;;;-1:-1:-1;;9775:1:208;9757:16;;9750:27;9533:250::o;9788:330::-;9830:3;9868:5;9862:12;9895:6;9890:3;9883:19;9911:76;9980:6;9973:4;9968:3;9964:14;9957:4;9950:5;9946:16;9911:76;:::i;:::-;10032:2;10020:15;-1:-1:-1;;10016:88:208;10007:98;;;;10107:4;10003:109;;9788:330;-1:-1:-1;;9788:330:208:o;10123:322::-;10331:6;10320:9;10313:25;10374:2;10369;10358:9;10354:18;10347:30;10294:4;10394:45;10435:2;10424:9;10420:18;10412:6;10394:45;:::i;10450:940::-;10588:9;10622:18;10663:2;10655:6;10652:14;10649:40;;;10669:18;;:::i;:::-;10715:6;10712:1;10708:14;10741:4;10765:30;10789:4;10785:2;10781:13;10765:30;:::i;:::-;10829:19;;;10901:14;;;;10873:4;10864:14;;;10938;10927:26;;10924:46;;;10966:1;10963;10956:12;10924:46;10990:5;11004:353;11020:6;11015:3;11012:15;11004:353;;;11106:3;11093:17;11142:2;11129:11;11126:19;11123:109;;;11186:1;11215:2;11211;11204:14;11123:109;11257:57;11299:14;11285:11;11278:5;11274:23;11257:57;:::i;:::-;11245:70;;-1:-1:-1;11335:12:208;;;;11037;;11004:353;;;-1:-1:-1;11379:5:208;10450:940;-1:-1:-1;;;;;;;10450:940:208:o;11395:464::-;-1:-1:-1;;;;;;11633:6:208;11629:79;11618:9;11611:98;11745:6;11740:2;11729:9;11725:18;11718:34;11788:2;11783;11772:9;11768:18;11761:30;11592:4;11808:45;11849:2;11838:9;11834:18;11826:6;11808:45;:::i;11864:641::-;12144:3;12182:6;12176:13;12198:66;12257:6;12252:3;12245:4;12237:6;12233:17;12198:66;:::i;:::-;12325:4;12286:16;;;12311:19;;;12355:13;;12377:78;12355:13;12442:1;12431:13;;12424:4;12412:17;;12377:78;:::i;:::-;12475:20;12497:1;12471:28;;11864:641;-1:-1:-1;;;;11864:641:208:o;13043:357::-;13161:12;;13208:4;13197:16;;;13191:23;;13161:12;13226:16;;13223:171;;;-1:-1:-1;;13300:4:208;13296:17;;;;13293:1;13289:25;13285:98;13274:110;;13043:357;-1:-1:-1;13043:357:208:o;13405:218::-;13552:2;13541:9;13534:21;13515:4;13572:45;13613:2;13602:9;13598:18;13590:6;13572:45;:::i;13628:340::-;13805:2;13794:9;13787:21;13768:4;13825:45;13866:2;13855:9;13851:18;13843:6;13825:45;:::i;:::-;13817:53;;-1:-1:-1;;;;;13910:6:208;13906:55;13901:2;13890:9;13886:18;13879:83;13628:340;;;;;:::o;13973:184::-;-1:-1:-1;;;14022:1:208;14015:88;14122:4;14119:1;14112:15;14146:4;14143:1;14136:15;14162:125;14227:9;;;14248:10;;;14245:36;;;14261:18;;:::i;14292:925::-;-1:-1:-1;;;;;;14733:6:208;14729:79;14724:3;14717:92;14699:3;14828;14860:2;14856:1;14851:3;14847:11;14840:23;14892:6;14886:13;14908:74;14975:6;14971:1;14966:3;14962:11;14955:4;14947:6;14943:17;14908:74;:::i;:::-;15010:6;15005:3;15001:16;14991:26;;15045:2;15041:1;15037:2;15033:10;15026:22;15079:6;15073:13;15057:29;;15095:75;15161:8;15157:1;15153:2;15149:10;15142:4;15134:6;15130:17;15095:75;:::i;:::-;15190:17;15209:1;15186:25;;14292:925;-1:-1:-1;;;;;14292:925:208:o;15693:184::-;-1:-1:-1;;;15742:1:208;15735:88;15842:4;15839:1;15832:15;15866:4;15863:1;15856:15;15882:862;16044:4;16073:2;16113;16102:9;16098:18;16143:2;16132:9;16125:21;16166:6;16201;16195:13;16232:6;16224;16217:22;16270:2;16259:9;16255:18;16248:25;;16332:2;16322:6;16319:1;16315:14;16304:9;16300:30;16296:39;16282:53;;16370:2;16362:6;16358:15;16391:1;16401:314;16415:6;16412:1;16409:13;16401:314;;;16504:66;16492:9;16484:6;16480:22;16476:95;16471:3;16464:108;16595:40;16628:6;16619;16613:13;16595:40;:::i;:::-;16585:50;-1:-1:-1;16693:12:208;;;;16658:15;;;;16437:1;16430:9;16401:314;;;-1:-1:-1;16732:6:208;;15882:862;-1:-1:-1;;;;;;;15882:862:208:o;16749:184::-;-1:-1:-1;;;16798:1:208;16791:88;16898:4;16895:1;16888:15;16922:4;16919:1;16912:15;17964:128;18031:9;;;18052:11;;;18049:37;;;18066:18;;:::i;19071:168::-;19144:9;;;19175;;19192:15;;;19186:22;;19172:37;19162:71;;19213:18;;:::i;19244:440::-;-1:-1:-1;;;;;19482:6:208;19478:55;19467:9;19460:74;19570:6;19565:2;19554:9;19550:18;19543:34;19613:2;19608;19597:9;19593:18;19586:30;19441:4;19633:45;19674:2;19663:9;19659:18;19651:6;19633:45;:::i;20043:439::-;20096:3;20134:5;20128:12;20161:6;20156:3;20149:19;20187:4;20216;20211:3;20207:14;20200:21;;20255:4;20248:5;20244:16;20278:1;20288:169;20302:6;20299:1;20296:13;20288:169;;;20363:13;;20351:26;;20397:12;;;;20432:15;;;;20324:1;20317:9;20288:169;;;-1:-1:-1;20473:3:208;;20043:439;-1:-1:-1;;;;;20043:439:208:o;20487:690::-;20820:3;20809:9;20802:22;20783:4;20847:57;20899:3;20888:9;20884:19;20876:6;20847:57;:::i;:::-;20952:9;20944:6;20940:22;20935:2;20924:9;20920:18;20913:50;20986:33;21012:6;21004;20986:33;:::i;:::-;20972:47;;21055:6;21050:2;21039:9;21035:18;21028:34;21110:9;21102:6;21098:22;21093:2;21082:9;21078:18;21071:50;21138:33;21164:6;21156;21138:33;:::i;21182:896::-;21633:6;21622:9;21615:25;21676:3;21671:2;21660:9;21656:18;21649:31;21596:4;21703:57;21755:3;21744:9;21740:19;21732:6;21703:57;:::i;:::-;21808:9;21800:6;21796:22;21791:2;21780:9;21776:18;21769:50;21842:33;21868:6;21860;21842:33;:::i;:::-;21828:47;;21911:6;21906:2;21895:9;21891:18;21884:34;21967:9;21959:6;21955:22;21949:3;21938:9;21934:19;21927:51;21995:33;22021:6;22013;21995:33;:::i;:::-;21987:41;;;22065:6;22059:3;22048:9;22044:19;22037:35;21182:896;;;;;;;;;:::o;22083:287::-;22212:3;22250:6;22244:13;22266:66;22325:6;22320:3;22313:4;22305:6;22301:17;22266:66;:::i;:::-;22348:16;;;;;22083:287;-1:-1:-1;;22083:287:208:o;22375:261::-;22554:2;22543:9;22536:21;22517:4;22574:56;22626:2;22615:9;22611:18;22603:6;22574:56;:::i;22641:465::-;22938:6;22927:9;22920:25;22981:2;22976;22965:9;22961:18;22954:30;22901:4;23001:56;23053:2;23042:9;23038:18;23030:6;23001:56;:::i;:::-;22993:64;;23093:6;23088:2;23077:9;23073:18;23066:34;22641:465;;;;;;:::o;23465:363::-;23703:6;23692:9;23685:25;23746:2;23741;23730:9;23726:18;23719:30;23666:4;23766:56;23818:2;23807:9;23803:18;23795:6;23766:56;:::i;23833:604::-;24141:6;24130:9;24123:25;24184:3;24179:2;24168:9;24164:18;24157:31;24104:4;24211:57;24263:3;24252:9;24248:19;24240:6;24211:57;:::i;:::-;24316:4;24308:6;24304:17;24299:2;24288:9;24284:18;24277:45;24370:9;24362:6;24358:22;24353:2;24342:9;24338:18;24331:50;24398:33;24424:6;24416;24398:33;:::i;24844:492::-;25019:3;25057:6;25051:13;25073:66;25132:6;25127:3;25120:4;25112:6;25108:17;25073:66;:::i;:::-;25202:13;;25161:16;;;;25224:70;25202:13;25161:16;25271:4;25259:17;;25224:70;:::i;:::-;25310:20;;24844:492;-1:-1:-1;;;;24844:492:208:o;25341:512::-;25592:2;25581:9;25574:21;25555:4;25618:56;25670:2;25659:9;25655:18;25647:6;25618:56;:::i;:::-;25722:14;25714:6;25710:27;25705:2;25694:9;25690:18;25683:55;25786:9;25778:6;25774:22;25769:2;25758:9;25754:18;25747:50;25814:33;25840:6;25832;25814:33;:::i;25858:616::-;26168:6;26157:9;26150:25;26211:3;26206:2;26195:9;26191:18;26184:31;26131:4;26238:57;26290:3;26279:9;26275:19;26267:6;26238:57;:::i;:::-;26343:14;26335:6;26331:27;26326:2;26315:9;26311:18;26304:55;26407:9;26399:6;26395:22;26390:2;26379:9;26375:18;26368:50;26435:33;26461:6;26453;26435:33;:::i;26479:639::-;26729:6;26724:3;26717:19;26699:3;26755:2;26788;26783:3;26779:12;26820:6;26814:13;26885:2;26877:6;26873:15;26906:1;26916:175;26930:6;26927:1;26924:13;26916:175;;;26993:13;;26979:28;;27029:14;;;;27066:15;;;;26952:1;26945:9;26916:175;;;-1:-1:-1;27107:5:208;;26479:639;-1:-1:-1;;;;;;;26479:639:208:o;27123:184::-;-1:-1:-1;;;27172:1:208;27165:88;27272:4;27269:1;27262:15;27296:4;27293:1;27286:15;27312:274;27352:1;27378;27368:189;;-1:-1:-1;;;27410:1:208;27403:88;27514:4;27511:1;27504:15;27542:4;27539:1;27532:15;27368:189;-1:-1:-1;27571:9:208;;27312:274::o;27591:530::-;27776:3;27814:6;27808:13;27830:66;27889:6;27884:3;27877:4;27869:6;27865:17;27830:66;:::i;:::-;27965:2;27961:15;;;;-1:-1:-1;;27957:88:208;27918:16;;;;27943:103;;;28073:2;28062:14;;28055:30;;;;28112:2;28101:14;;27591:530;-1:-1:-1;;27591:530:208:o;28126:360::-;28329:2;28318:9;28311:21;28292:4;28349:45;28390:2;28379:9;28375:18;28367:6;28349:45;:::i;:::-;28425:2;28410:18;;28403:34;;;;-1:-1:-1;28468:2:208;28453:18;28446:34;28341:53;28126:360;-1:-1:-1;28126:360:208:o;28678:174::-;28745:12;28777:10;;;28789;;;28773:27;;28812:11;;;28809:37;;;28826:18;;:::i;:::-;28809:37;28678:174;;;;:::o;29504:899::-;29926:6;29915:9;29908:25;29969:3;29964:2;29953:9;29949:18;29942:31;29889:4;29996:57;30048:3;30037:9;30033:19;30025:6;29996:57;:::i;:::-;30101:4;30089:17;;30084:2;30069:18;;30062:45;30126:12;30174:15;;;30169:2;30154:18;;30147:43;30227:15;;30221:3;30206:19;;30199:44;30274:3;30259:19;;30252:35;;;30324:22;;;30318:3;30303:19;;30296:51;30364:33;30328:6;30382;30364:33;:::i;:::-;30356:41;29504:899;-1:-1:-1;;;;;;;;;;29504:899:208:o;30408:787::-;30771:3;30760:9;30753:22;30734:4;30798:57;30850:3;30839:9;30835:19;30827:6;30798:57;:::i;:::-;30903:4;30895:6;30891:17;30886:2;30875:9;30871:18;30864:45;30957:14;30949:6;30945:27;30940:2;30929:9;30925:18;30918:55;31021:12;31013:6;31009:25;31004:2;30993:9;30989:18;30982:53;31072:6;31066:3;31055:9;31051:19;31044:35;31128:9;31120:6;31116:22;31110:3;31099:9;31095:19;31088:51;31156:33;31182:6;31174;31156:33;:::i;:::-;31148:41;30408:787;-1:-1:-1;;;;;;;;;30408:787:208:o;31200:175::-;31237:3;31281:4;31274:5;31270:16;31310:4;31301:7;31298:17;31295:43;;31318:18;;:::i;:::-;31367:1;31354:15;;31200:175;-1:-1:-1;;31200:175:208:o","linkReferences":{},"immutableReferences":{"34868":[{"start":3080,"length":32}]}},"methodIdentifiers":{"_msgSender()":"119df25f","_msgValue()":"45ec9354","_world()":"e1af802c","installModule(address,bytes)":"8da798da","registerDelegation(address,bytes32,bytes)":"1d2257ba","registerFunctionSelector(bytes32,string)":"26d98102","registerNamespace(bytes32)":"b29e4089","registerNamespaceDelegation(bytes32,bytes32,bytes)":"bfdfaff7","registerRootFunctionSelector(bytes32,string,bytes4)":"742d6118","registerStoreHook(bytes32,address,uint8)":"530f4b60","registerSystem(bytes32,address,bool)":"3350b6a9","registerSystemHook(bytes32,address,uint8)":"d5f8337f","registerTable(bytes32,bytes32,bytes32,bytes32,string[],string[])":"0ba51f49","supportsInterface(bytes4)":"01ffc9a7","unregisterDelegation(address)":"cdc938c5","unregisterNamespaceDelegation(bytes32)":"aa66e9c8","unregisterStoreHook(bytes32,address)":"05609129","unregisterSystemHook(bytes32,address)":"a92813ad"},"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[]\"}],\"name\":\"Store_DeleteRecord\",\"type\":\"event\"},{\"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\":\"uint8\",\"name\":\"dynamicFieldIndex\",\"type\":\"uint8\"},{\"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\":\"contract IModule\",\"name\":\"module\",\"type\":\"address\"},{\"internalType\":\"bytes\",\"name\":\"encodedArgs\",\"type\":\"bytes\"}],\"name\":\"installModule\",\"outputs\":[],\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"address\",\"name\":\"delegatee\",\"type\":\"address\"},{\"internalType\":\"ResourceId\",\"name\":\"delegationControlId\",\"type\":\"bytes32\"},{\"internalType\":\"bytes\",\"name\":\"initCallData\",\"type\":\"bytes\"}],\"name\":\"registerDelegation\",\"outputs\":[],\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"ResourceId\",\"name\":\"systemId\",\"type\":\"bytes32\"},{\"internalType\":\"string\",\"name\":\"systemFunctionSignature\",\"type\":\"string\"}],\"name\":\"registerFunctionSelector\",\"outputs\":[{\"internalType\":\"bytes4\",\"name\":\"worldFunctionSelector\",\"type\":\"bytes4\"}],\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"ResourceId\",\"name\":\"namespaceId\",\"type\":\"bytes32\"}],\"name\":\"registerNamespace\",\"outputs\":[],\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"ResourceId\",\"name\":\"namespaceId\",\"type\":\"bytes32\"},{\"internalType\":\"ResourceId\",\"name\":\"delegationControlId\",\"type\":\"bytes32\"},{\"internalType\":\"bytes\",\"name\":\"initCallData\",\"type\":\"bytes\"}],\"name\":\"registerNamespaceDelegation\",\"outputs\":[],\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"ResourceId\",\"name\":\"systemId\",\"type\":\"bytes32\"},{\"internalType\":\"string\",\"name\":\"worldFunctionSignature\",\"type\":\"string\"},{\"internalType\":\"bytes4\",\"name\":\"systemFunctionSelector\",\"type\":\"bytes4\"}],\"name\":\"registerRootFunctionSelector\",\"outputs\":[{\"internalType\":\"bytes4\",\"name\":\"worldFunctionSelector\",\"type\":\"bytes4\"}],\"stateMutability\":\"nonpayable\",\"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\":\"systemId\",\"type\":\"bytes32\"},{\"internalType\":\"contract System\",\"name\":\"system\",\"type\":\"address\"},{\"internalType\":\"bool\",\"name\":\"publicAccess\",\"type\":\"bool\"}],\"name\":\"registerSystem\",\"outputs\":[],\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"ResourceId\",\"name\":\"systemId\",\"type\":\"bytes32\"},{\"internalType\":\"contract ISystemHook\",\"name\":\"hookAddress\",\"type\":\"address\"},{\"internalType\":\"uint8\",\"name\":\"enabledHooksBitmap\",\"type\":\"uint8\"}],\"name\":\"registerSystemHook\",\"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\":\"address\",\"name\":\"delegatee\",\"type\":\"address\"}],\"name\":\"unregisterDelegation\",\"outputs\":[],\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"ResourceId\",\"name\":\"namespaceId\",\"type\":\"bytes32\"}],\"name\":\"unregisterNamespaceDelegation\",\"outputs\":[],\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"ResourceId\",\"name\":\"tableId\",\"type\":\"bytes32\"},{\"internalType\":\"contract IStoreHook\",\"name\":\"hookAddress\",\"type\":\"address\"}],\"name\":\"unregisterStoreHook\",\"outputs\":[],\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"ResourceId\",\"name\":\"systemId\",\"type\":\"bytes32\"},{\"internalType\":\"contract ISystemHook\",\"name\":\"hookAddress\",\"type\":\"address\"}],\"name\":\"unregisterSystemHook\",\"outputs\":[],\"stateMutability\":\"nonpayable\",\"type\":\"function\"}],\"devdoc\":{\"author\":\"MUD (https://mud.dev) by Lattice (https://lattice.xyz)\",\"details\":\"Aggregates multiple system implementations for the World.\",\"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_DeleteRecord(bytes32,bytes32[])\":{\"params\":{\"keyTuple\":\"An array representing the composite key for the record.\",\"tableId\":\"The ID of the table where the record is deleted.\"}},\"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[],uint8,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.\",\"dynamicFieldIndex\":\"The index of the dynamic field to splice data, relative to the start of the dynamic fields. (Dynamic field index = field index - number of static fields)\",\"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.\"}},\"installModule(address,bytes)\":{\"details\":\"Validates the given module against the IModule interface and delegates the installation process. The module is then registered in the InstalledModules table.\",\"params\":{\"encodedArgs\":\"The ABI encoded arguments for module installation.\",\"module\":\"The module to be installed.\"}},\"registerDelegation(address,bytes32,bytes)\":{\"details\":\"Creates a new delegation from the caller to the specified delegatee\",\"params\":{\"delegatee\":\"The address of the delegatee\",\"delegationControlId\":\"The ID controlling the delegation\",\"initCallData\":\"The initialization data for the delegation\"}},\"registerFunctionSelector(bytes32,string)\":{\"details\":\"Creates a mapping between a World function and its associated system function\",\"params\":{\"systemFunctionSignature\":\"The signature of the system function\",\"systemId\":\"The system ID\"},\"returns\":{\"worldFunctionSelector\":\"The selector of the World function\"}},\"registerNamespace(bytes32)\":{\"details\":\"Creates a new namespace resource with the given ID\",\"params\":{\"namespaceId\":\"The unique identifier for the new namespace\"}},\"registerNamespaceDelegation(bytes32,bytes32,bytes)\":{\"details\":\"Sets up a new delegation control for a specific namespace\",\"params\":{\"delegationControlId\":\"The ID controlling the delegation\",\"initCallData\":\"The initialization data for the delegation\",\"namespaceId\":\"The ID of the namespace\"}},\"registerRootFunctionSelector(bytes32,string,bytes4)\":{\"details\":\"Creates a mapping for a root World function without namespace or name prefix\",\"params\":{\"systemFunctionSelector\":\"The selector of the system function\",\"systemId\":\"The system ID\",\"worldFunctionSignature\":\"The signature of the World function\"},\"returns\":{\"worldFunctionSelector\":\"The selector of the World function\"}},\"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.\"}},\"registerSystem(bytes32,address,bool)\":{\"details\":\"Registers or upgrades a system at the given ID If the namespace doesn't exist yet, it is registered. The system is granted access to its namespace, so it can write to any table in the same namespace. If publicAccess is true, no access control check is performed for calling the system. This function doesn't check whether a system already exists at the given selector, making it possible to upgrade systems.\",\"params\":{\"publicAccess\":\"Flag indicating if access control check is bypassed\",\"system\":\"The system being registered\",\"systemId\":\"The unique identifier for the system\"}},\"registerSystemHook(bytes32,address,uint8)\":{\"details\":\"Adds a new hook for the system at the provided system ID\",\"params\":{\"enabledHooksBitmap\":\"Bitmap indicating which hooks are enabled\",\"hookAddress\":\"The address of the hook being registered\",\"systemId\":\"The ID of the system\"}},\"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.\"}},\"unregisterDelegation(address)\":{\"details\":\"Deletes the new delegation from the caller to the specified delegatee\",\"params\":{\"delegatee\":\"The address of the delegatee\"}},\"unregisterNamespaceDelegation(bytes32)\":{\"details\":\"Deletes the delegation control for a specific namespace\",\"params\":{\"namespaceId\":\"The ID of the namespace\"}},\"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.\"}},\"unregisterSystemHook(bytes32,address)\":{\"details\":\"Removes a hook for the system at the provided system ID\",\"params\":{\"hookAddress\":\"The address of the hook being unregistered\",\"systemId\":\"The ID of the system\"}}},\"title\":\"Registration System for World\",\"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_DeleteRecord(bytes32,bytes32[])\":{\"notice\":\"Emitted when a record is deleted from the store.\"},\"Store_SetRecord(bytes32,bytes32[],bytes,bytes32,bytes)\":{\"notice\":\"Emitted when a new record is set in the store.\"},\"Store_SpliceDynamicData(bytes32,bytes32[],uint8,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.\"},\"installModule(address,bytes)\":{\"notice\":\"Installs a module into the World under a specified namespace.\"},\"registerDelegation(address,bytes32,bytes)\":{\"notice\":\"Registers a delegation for the caller\"},\"registerFunctionSelector(bytes32,string)\":{\"notice\":\"Registers a new World function selector\"},\"registerNamespace(bytes32)\":{\"notice\":\"Registers a new namespace\"},\"registerNamespaceDelegation(bytes32,bytes32,bytes)\":{\"notice\":\"Registers a delegation for a namespace\"},\"registerRootFunctionSelector(bytes32,string,bytes4)\":{\"notice\":\"Registers a root World function selector\"},\"registerStoreHook(bytes32,address,uint8)\":{\"notice\":\"Register a storage hook for a specified table.\"},\"registerSystem(bytes32,address,bool)\":{\"notice\":\"Registers a system\"},\"registerSystemHook(bytes32,address,uint8)\":{\"notice\":\"Registers a new system hook\"},\"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)\"},\"unregisterDelegation(address)\":{\"notice\":\"Unregisters a delegation\"},\"unregisterNamespaceDelegation(bytes32)\":{\"notice\":\"Unregisters a delegation for a namespace\"},\"unregisterStoreHook(bytes32,address)\":{\"notice\":\"Unregister a previously registered storage hook for a specified table.\"},\"unregisterSystemHook(bytes32,address)\":{\"notice\":\"Unregisters a system hook\"}},\"notice\":\"This system aggregates World registration and installation functionalities externalized from the World contract, aiming to keep the World contract's bytecode lean.\",\"version\":1}},\"settings\":{\"compilationTarget\":{\"node_modules/@latticexyz/world/src/modules/init/RegistrationSystem.sol\":\"RegistrationSystem\"},\"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\":\"0x3ac04fbbbab8c94b12b5b285e6b96d3323b88677e8efaa4adac2bc98b0903ee4\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://84d29c5ce5a343acbc5555fc70a726e9dc39c90468a7d4cbdf3fee5dd196aeea\",\"dweb:/ipfs/QmSjdbZmcTwxLHsZNxSNp8TK2pmtAoUqcJ6EaCpBj19D5f\"]},\"node_modules/@latticexyz/store/src/FieldLayout.sol\":{\"keccak256\":\"0x330764978de66a98b0c40476892af5a74a2a0081c9414c9e958ca53c613db0cf\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://adf51f83161aa7ba24a939ccfaf567b986034a687f998f59a75e17f68de83f40\",\"dweb:/ipfs/QmWUjaXVjPj68eSWqixH8aPwpvgtUH9j4FdPZN8QBvm68Z\"]},\"node_modules/@latticexyz/store/src/Hook.sol\":{\"keccak256\":\"0xd016a2e1260f5a81ff9a8dfac58d7947e114414df8cce7302a2629908ea5f18e\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://0c558a6f3a5f540c0190fa6d642a094a185c5db1acfc2437c7dbde0340f00ac3\",\"dweb:/ipfs/QmViAHvR7U7HNfBiBZEMFiy1TTSHDFNiDzBfQSeLBShCky\"]},\"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\":\"0x3a7b67ca9ac797ce517d62d44e80a1673389111055d196b1c3cdbc27d78825ea\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://142315a004bd1d3668abca3ee8bba05c9e000676cf599d3ccaf267655f33a1ae\",\"dweb:/ipfs/QmPmPpyXytuWuGgVStnFW2i3RREJvCJWsF6QWYo4BReM9P\"]},\"node_modules/@latticexyz/store/src/IStoreData.sol\":{\"keccak256\":\"0xe3fb1996fa571471bf488d29519f70d71afb6071d6f164ad6c0ab10e2eb7dac1\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://73f4882c6d337064bc95287877f94955bcb2add4b9b3b4b931083522b1e9f9a1\",\"dweb:/ipfs/QmezagzYNuFW4A23xQWZA9abuShoFrANAX4wVzmJ6Sp15S\"]},\"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\":\"0xf255c05df7f87c53316aea76a5212e6f9bf86ad95408d6189b0fcfaf7d5a0006\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://06873e63d2db6e00ddddec986cebfd4547e4de8c348437132ad76322e9f76c71\",\"dweb:/ipfs/QmT1Fm6FSWt27Jskm5ZPxqWN3S1hsiEy63oR4yuU2qmzUv\"]},\"node_modules/@latticexyz/store/src/IStoreHook.sol\":{\"keccak256\":\"0x3e9eb573557af7e7cf40281ba7b3ebdffb4e3b13ecc49827b307a5f061028087\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://36391ca958dbb9fac695b28ebc5be2e9c47cbff3bab85ba779b08870ee32ef09\",\"dweb:/ipfs/QmZBhQPg2X4HxHaBUyEL7dn4bnuGoKpiHHTTKSYUGNBLh7\"]},\"node_modules/@latticexyz/store/src/IStoreRead.sol\":{\"keccak256\":\"0xabefed80f6691fd3b3362a5434e4c24a38d2ca5c51279b722aa25d897b5427d0\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://a711569d612187f6738a4bb39d8d8419a03ff3da91c45209b4096e5dcdfca53c\",\"dweb:/ipfs/QmWTGSZyrGmbpwfttR8nLzFYqbjg1L3G9P8xfrtzg8QVpH\"]},\"node_modules/@latticexyz/store/src/IStoreRegistration.sol\":{\"keccak256\":\"0x9e91a73f93cc9ebc00c265c83177f6a3f8a156749a9261202e2845e12aeaa96b\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://a39280d87d22dd0a959d8f55925cb092dba1fee2f11d3dd8e3ffabed45a9ab6a\",\"dweb:/ipfs/QmRMBFLJtT2KN43Xz9P3vUNWxXrP8rLTNBFw2P6Z7EGeaS\"]},\"node_modules/@latticexyz/store/src/IStoreWrite.sol\":{\"keccak256\":\"0x3f115843507290fa8b5dabee0a69b03397274fb1291d79ecb51ab80055bea5dd\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://0733e8df7e6e5ca91800c97d4914e9743fbe84a4a16bad01c76c1539d0d8046a\",\"dweb:/ipfs/QmeRqJ1tBBgEMc1z29m4UM46QSjxDvrmV2v86J8bNCb4o5\"]},\"node_modules/@latticexyz/store/src/Memory.sol\":{\"keccak256\":\"0xef6e7000b181c2991aeacbf99a9d886f8c4df88878b857713f851185b63a7811\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://b079b4773d140ab2c01bdb04facfa56a78f753aea7122fa445b2bfa133411392\",\"dweb:/ipfs/QmWYWKFpwtsPeGdCSxcANgxXUbwAuMMgR7iMVPDSCZxz2A\"]},\"node_modules/@latticexyz/store/src/PackedCounter.sol\":{\"keccak256\":\"0x52f6cb7751e1e6c6770d4a6637313bf13c5ea02c3b595b4da527ccf1b9090c1e\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://bc8a02d97e3e6f152bb03346ddf9b2ffe16697ee7fd17aeff7187bb43ae3c33d\",\"dweb:/ipfs/QmfDqZRmxgpunmnj6h3pBvACVyKr65LSc4Z4ZFwoNBQ8pR\"]},\"node_modules/@latticexyz/store/src/ResourceId.sol\":{\"keccak256\":\"0x167af6321dc89c2e5850e31949b1d64ab70bb1cc809daa54a030e8ff30f35411\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://e4b1a2d5da7e4f79349f5257a62b4c6ffe110d6e18fe407099aec71a2f3b2539\",\"dweb:/ipfs/QmQXqehp55UecYyuYTiPBKSnuedqYybXfCCjoPPrZ2hnRw\"]},\"node_modules/@latticexyz/store/src/Schema.sol\":{\"keccak256\":\"0xfb31db07f1cdc199842650deee35ec74902e93542464d81c43e799413fb724a9\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://2b8ff1b4aa291df8caea7bd04aca6049e3507d166c005fa49b658640e6753619\",\"dweb:/ipfs/QmQnbkvTsRLFMMbEGucwkBs3N5eNr6JTUPpsGP17G31EYe\"]},\"node_modules/@latticexyz/store/src/Slice.sol\":{\"keccak256\":\"0xa718d6adb347637f363591d1c6f69bf434606754ca55cf235421c445142d46a5\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://0494d0dbf663af270ddfb50ad45f03e663a831e1a0bb5b409cb217537c14a4d2\",\"dweb:/ipfs/QmYFDKjbDxnAF2ny8byydUz3BEoXm6TNsk2hNtbT7VEXRA\"]},\"node_modules/@latticexyz/store/src/Storage.sol\":{\"keccak256\":\"0x7e735a4c7fa8b8a5fe2371d90801e3287ddb78efed69b31e1a76f0b7b153c4c3\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://9e6db36bd52144b6feeecd91a58fc311127a3892fc96c4171db5b570fe9876ee\",\"dweb:/ipfs/QmS6LqnTZvpMc4eiz5JowBoNnh3RYemG6JHjqtYucT1rQi\"]},\"node_modules/@latticexyz/store/src/StoreCore.sol\":{\"keccak256\":\"0xb1a9b7aace51268930fcf876ac9e2ecacbbc48eca52ce57b35666e02f616bc90\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://0885ac113cf1c10187eeec9ca78b6fab01e83d5d6e42cba870d89f22e33f101e\",\"dweb:/ipfs/QmXGcXjD1zt6gB7y8SGeADc5UruxkDqbGHeb8AEmpe2gCE\"]},\"node_modules/@latticexyz/store/src/StoreSwitch.sol\":{\"keccak256\":\"0x868d515c7579d909f73cc5353e7a58fdb361d0c9dde83b11fa1529f0c2dd21fe\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://fdeb6ca2dc6cae645c13cba6a5b08ff495858e32f16f8b54d19784d4da012d37\",\"dweb:/ipfs/QmPyHrJFDUddguyWcYEwfbTisRkzmwDx169feEZCJq8v9Z\"]},\"node_modules/@latticexyz/store/src/codegen/index.sol\":{\"keccak256\":\"0x094a6f1e2910b345b6b254e0fc2c8882b3190c673f7ee19742e857057a4d3f85\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://18908e2e7e878635abea72ef99851fddd204371e6b641f010e831ebfa0b1bfd4\",\"dweb:/ipfs/QmSNAxXqxTrzPkZ4rSAQgBnuer1yLPq74hoqnzrZV3WGsb\"]},\"node_modules/@latticexyz/store/src/codegen/tables/Hooks.sol\":{\"keccak256\":\"0x02cc84859c7f2b57f2ca5e0bf27e6cb5c5a911f3891c6b12878fb31d18fd2f66\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://0724e7df4b0752acab63a6f900e84aaafc2eac62f67ab499e9ee02da9abd73c8\",\"dweb:/ipfs/QmQnvC3yBiCR61PfY2uiDG7JiLdy9Cw1a7YhLUd8bLFzab\"]},\"node_modules/@latticexyz/store/src/codegen/tables/ResourceIds.sol\":{\"keccak256\":\"0xca6f60a79f25447aeb390156c987e77fef837e1b23db294076425759e9dc60f8\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://bf6c4c5e25a0ed37abcba6346dc59259bb634634edf8cc86bd14db92a32768c8\",\"dweb:/ipfs/QmbQxGchi71XtGAK5uF1H96Xfhh7fAx9c9LpEwc4q5hUxt\"]},\"node_modules/@latticexyz/store/src/codegen/tables/StoreHooks.sol\":{\"keccak256\":\"0x59c633598dae70cb65fd0cd5fda434f2beed4421463340ba5ea99ba07843f9c2\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://57738241ca53b9cd7883f7e24e7b1c98ca6cde65bae60c73a65f5a0372aa4912\",\"dweb:/ipfs/Qmac9wp9ScJbS9KCCdzLqQikvNn7br293vzfkqXQcjtmeE\"]},\"node_modules/@latticexyz/store/src/codegen/tables/Tables.sol\":{\"keccak256\":\"0x5339c32885c7977bda845c0d82f50ad3e17f465c2a94163cfeba2ed809215cc4\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://3f50e7b2db53ee935fa40af5f2692fc48442cabbbf45641e018607e43f091a5c\",\"dweb:/ipfs/QmVRovK8SqG6PE5Mx1VmjUbKf9Me7yoG898t2MQkgSevwr\"]},\"node_modules/@latticexyz/store/src/constants.sol\":{\"keccak256\":\"0x88689af9b661f7eb723123fbe212876c2f342cfdb3a01ea7f4e94e9c8f819877\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://f39abf5a2306a4346d9909f98d7808474c85ed46d552a503d2a69f4dccb54289\",\"dweb:/ipfs/QmcBLXR8ckXfoBCntFF8YcoTymKNJv7PkmFpgy4zZtTRUd\"]},\"node_modules/@latticexyz/store/src/rightMask.sol\":{\"keccak256\":\"0x28887aab8ad5ca598927e59d702999ca6e3b3128f1cddd2b995a381c8d04b275\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://7710847f4689b7f5b81436c7d52ae4395f244a2eebf8d398b2edd43accb06754\",\"dweb:/ipfs/QmTD2wYqryXTynHAn5Vf9wtjUUSGeCJWENZTnWtBAK38pa\"]},\"node_modules/@latticexyz/store/src/storeHookTypes.sol\":{\"keccak256\":\"0x4f29001e53690ce74fe405a6d0376a564c9c743d1631d36fab04331865e4d572\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://138c80abd63225a3eeb01ebfa1f9288e188a7ee5b2266b275fb4ed31b5aa30e3\",\"dweb:/ipfs/QmdEx9uHgCCbTcetGwFH5a66Ft7ajmrMDXvP1fW7WjnnE2\"]},\"node_modules/@latticexyz/store/src/storeResourceTypes.sol\":{\"keccak256\":\"0x1c4cb6b3ecf76f614479ab304d7de3ade0e99c7ccfd07717b57c92f699a27261\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://2c9b0e0c9b3b5610d6fd65a8ffd7c54df390a34ccc70d58f4a055c49ad1ea586\",\"dweb:/ipfs/QmP6ffpnR7aRyvq9AiUkVNH6LbGfFP3NDq7E2n2PVcHhp2\"]},\"node_modules/@latticexyz/store/src/tightcoder/DecodeSlice.sol\":{\"keccak256\":\"0x310523f7f3acca841e62fe50be8d8b042cad5b3c239cb1105d6623cf83e63152\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://1cc40ca233acf6502bc65677b381c05331dd7323953e54b5df969051e47f851e\",\"dweb:/ipfs/QmTxy9mhodT8drezB5K1kPR78AMaARomoJqDyaWpLuCKui\"]},\"node_modules/@latticexyz/store/src/tightcoder/EncodeArray.sol\":{\"keccak256\":\"0x259ee545fd9dfd4767f0b7fef31f52fd3c54c4a1c6657d6fbda4927800c937b3\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://0a4e31efa9f476cd267af7c3e11fe0151252206a1f6407a80a4092444c2de8ea\",\"dweb:/ipfs/QmRF4gWYw33mFTMh7nX8DJ1qzx3Ko6yMsnxubzYTRppdyo\"]},\"node_modules/@latticexyz/store/src/tightcoder/TightCoder.sol\":{\"keccak256\":\"0x0e74ff88ec94cb33f79d8afc1497c4fdccf02db40ab47f3701c7d02fc305d4d8\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://36b7cd0c2a3f2dcdc83ab7ac5a93f123746ce29c0f1000f2b275ad2c647ff0f3\",\"dweb:/ipfs/QmYdipHYUhHhS78wLdtmKZUK14FEwpto5mFy3rNeZssMLz\"]},\"node_modules/@latticexyz/store/src/version.sol\":{\"keccak256\":\"0xfc030c5075377169d4384cf89e8a1037dacab1ee53bcb867d5ace75e4ee5df46\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://d1c310ce30a1a39380108e75c5f893f58be159cf4b80706b43b8466f4bc4aa0b\",\"dweb:/ipfs/QmXWTsz6Gk8XQKmNNNLHaRuHxJis1dHmoStWoANAYwfmcz\"]},\"node_modules/@latticexyz/world/src/AccessControl.sol\":{\"keccak256\":\"0xe9e1b1e588699a15ee81cc46f5959e14ff323787b576681abe7b0163d5988a4e\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://f19076661965fcf60fbf5e58ee8a83daac63e174806af79f5fd4144929cab899\",\"dweb:/ipfs/QmVQxPrkHpSo1fbsqGvToXc6q9x8zrVrGaZjKTKY413QBm\"]},\"node_modules/@latticexyz/world/src/Delegation.sol\":{\"keccak256\":\"0x1ad6ce468042f6ba104c8fa2cd5506e434e1bd458448492ae9e8d1993a7e5f1d\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://ded3d879ad5a4119f9ff2320ff27f63a06bc3853e91d3697b3406ee3e6ab65d5\",\"dweb:/ipfs/QmTMjjArXQxXa3WeFF4dvvkAFSEstHTTsNYDCckgCBUVeE\"]},\"node_modules/@latticexyz/world/src/ERC165Checker.sol\":{\"keccak256\":\"0xc63b86705fd62b862e422f830604b7e14e18f1fab662b70a02f656f6ace4fdc7\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://9d674c90bcc5b21e93b0b2a685c6cff86a69962cf900811af677ce77c3598dcf\",\"dweb:/ipfs/QmVE4pv8AFQWP9RRdaqGo6FP1AR8svMaUQsPnEHZc5VLgF\"]},\"node_modules/@latticexyz/world/src/IDelegationControl.sol\":{\"keccak256\":\"0x7cc2fbdd8ff6c996e19fab46c1031b76355da74973cebf45ce4df4b035d566bf\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://857d577f84a68018a3392ec4540c15e80326aaf4b0f224d0d239605abacfc0f3\",\"dweb:/ipfs/QmVEr3rTH1F1BFaCTMd7MmuceTqASwKBcMRnuFZ4tUAYmR\"]},\"node_modules/@latticexyz/world/src/IERC165.sol\":{\"keccak256\":\"0xe3d9074a1be3247be67ff4dd2c9e41481650ddaa799285a249736bb85673e33d\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://0b6743ee1e6d0c74927bf17fc1da0cad7575aa7634871b94190ffbdb4c28c2a7\",\"dweb:/ipfs/Qma5bNsPJSBTesWxg3eAAMUBTDE7UjqWaHF7eMiGwP87jr\"]},\"node_modules/@latticexyz/world/src/IModule.sol\":{\"keccak256\":\"0x0cfee97ee4634e2a9480333cb25b6f99f999910d7d3646b45780eb5485219592\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://491f8f7ec0e2da54e44a984576acab6cf63f4de86b296855fc749997fc297aec\",\"dweb:/ipfs/QmavXGLER27V4PTzcUxMTZ7aXr3RmBMoCZvvptBHwfBFzq\"]},\"node_modules/@latticexyz/world/src/ISystemHook.sol\":{\"keccak256\":\"0x81f1743d7ca6a9c7efc4997cf95e603ccb2070885265ca0e540f461aa7430721\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://93d99e78b541b33ecd501bf0cd407a78cef490fec8eaef2f188bddb9e293a99f\",\"dweb:/ipfs/QmPrcMDxwhvBZTr2AxoGqJA9L3Mjx27KBc98h3gXSsa3PM\"]},\"node_modules/@latticexyz/world/src/IWorldContextConsumer.sol\":{\"keccak256\":\"0xb39e9d8cff4162e255f6c460ef9f9f0ad5b804627f745d967b2f10d0dd509299\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://18d957cd87febccc00d82b9454047f0f5236250c9245befc0f57978671675255\",\"dweb:/ipfs/QmdZ1eXBd15vLpLVqTNJDAAaTzzucpRLD8GPJahLKT4J7x\"]},\"node_modules/@latticexyz/world/src/IWorldErrors.sol\":{\"keccak256\":\"0x0abae6f4ed1b3070bddd0ed194c08b83a948b61ae959396202cf627bf1056a2b\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://a7037954f281cc0188a5aafc1d0cca0aabc110fd0234e6c43dca35ad69ed3baf\",\"dweb:/ipfs/Qmbv2nfK1qPpnoAbqNJFqWwo7AuyaX2ZEgZMFspMv7DR5B\"]},\"node_modules/@latticexyz/world/src/System.sol\":{\"keccak256\":\"0xadcb32bdc444a4420909b738d81fa662dc63739455fe93d5aa89c93a3ccfd2dd\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://d303094c84ebfb0f9f114c54ff4dfc68bfa1e526d0ebe304be6fbeb7cb2f0d3f\",\"dweb:/ipfs/QmYvUx1mNDhkxZFqxLeswW3w9HkvVqeoJiJKj1HN1SB7Gi\"]},\"node_modules/@latticexyz/world/src/SystemCall.sol\":{\"keccak256\":\"0x5012c0607c8d41a4eed69d8a0430f742844883d3c3f17a6717ac287608b4e6af\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://c389f65d050849cc95a7df9f45145186a60ae892b7d02b26ec92f8a38f8e2ee5\",\"dweb:/ipfs/QmNQPBewaXghhVeJDaC1XUK6BbFrZ5qUjryhmJuyvgWdbF\"]},\"node_modules/@latticexyz/world/src/WorldContext.sol\":{\"keccak256\":\"0x50ca52bdd89a9f27d6b03ad00ef45c8c5a6884ea9d75e18f8fa53524ac2feed9\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://55febdece37b291527094fb654919d4c8fe0b231792996a14c5e5cc76512b19e\",\"dweb:/ipfs/QmZHFbDDNmdFHWc1uTSvDgMUUgb8NgBPb1cDUJYajswbHT\"]},\"node_modules/@latticexyz/world/src/WorldResourceId.sol\":{\"keccak256\":\"0x6475af14127236618ac8ba4a5549bba13d92f4839df9c17d9b2a730400be9797\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://5491d7aa712f0d3a13e237743ab1b46e9f9cfe2025a761aeadbb9024b36f52ff\",\"dweb:/ipfs/QmQarLY1e6paD1kVjpiUNLrdQszTxHJ2NuaivMbjGarLqw\"]},\"node_modules/@latticexyz/world/src/codegen/tables/Balances.sol\":{\"keccak256\":\"0x20fc943df3df3fff11f26ac37d4b6aac578e7c80958d255cad688ee40f4c7dd2\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://bb433dc2023b727c6bc01989e93c98d7f26102ae2be3a5f1609dcc9dd4ddf3bd\",\"dweb:/ipfs/QmXy5Mj6g1RmVeadLE83cFSa8SdW5YHfRGUgngkBUBKV9Y\"]},\"node_modules/@latticexyz/world/src/codegen/tables/FunctionSelectors.sol\":{\"keccak256\":\"0x79c8a22f4b12768e44278a8375ec4cb9e5947bae51009ea67df5cb047d8eb864\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://0f2efa3ffa8bd510f214f1fe14f3af484d1b17aeb5f3b7fe02c88b9e84343121\",\"dweb:/ipfs/QmRxqUHVbGy19cHciciKfZrS4z6SxR5UjbVoK1sR5a9Sid\"]},\"node_modules/@latticexyz/world/src/codegen/tables/FunctionSignatures.sol\":{\"keccak256\":\"0x97b9a1815cf8248269f7f2eeaa6d6275e0a259648126a11af6fc59ed60ccfe02\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://9a8084a09d927df2fd31499a815a6ceb88911506dad18130853dabfedf6a29db\",\"dweb:/ipfs/QmVMi4ybNLjArKvbA6ZMRRxX4jdzPPCoWdacNiFYKu72w1\"]},\"node_modules/@latticexyz/world/src/codegen/tables/InstalledModules.sol\":{\"keccak256\":\"0x6d2ed705d31dafb682c9e13a6ae895b998b32bcca71ea4cd925f8bb55fcdb86a\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://dcb65f32eb25b2582f8dd6eaa83e4aaa348ce06a9f9f45c17e536b0b87ab2b92\",\"dweb:/ipfs/QmNfvtWV8wQEKSAoNAN7W1UVftEuyDA4J48WZcGhDSEm9K\"]},\"node_modules/@latticexyz/world/src/codegen/tables/NamespaceDelegationControl.sol\":{\"keccak256\":\"0x003c03d7e8be675abe422eab801b0ebb6a5d795dea499f76c09101cc1b4f7867\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://2ff0d412d17835b30fe7e923e4b4db1fc16f7cb16e1702fc2151a0086e08924b\",\"dweb:/ipfs/QmcHoBWUBHYVt4gs5qwsDvDJPg2gPRgmd14SzJN2AtQipt\"]},\"node_modules/@latticexyz/world/src/codegen/tables/NamespaceOwner.sol\":{\"keccak256\":\"0x08f47dfce2d68f889a929040f0456e2a9c1b0052942fda9e24910362c66e811c\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://e713e64128ec4de5ac4809a26b8618255153f7139a01b545381b18e6ca77362d\",\"dweb:/ipfs/QmSozw8WXSxgp29yVCwgQiZ2kPCiqJLZVWxuRQZ6yMZhR7\"]},\"node_modules/@latticexyz/world/src/codegen/tables/ResourceAccess.sol\":{\"keccak256\":\"0x3c01fede84dbf9894a5f077953c6296bb69afdd683300599d8560288ab0b02fa\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://d216ae4cb61b2f8b67d037f0b53e8c11cc3863d60a1b4926f318f177308d9c73\",\"dweb:/ipfs/QmdvcY4SvUJwV4j3ALYMVfjFRxzgXyACVTJDuVQcTt2yUt\"]},\"node_modules/@latticexyz/world/src/codegen/tables/SystemHooks.sol\":{\"keccak256\":\"0x2af4c6fc1be378742dd873ea5904c83379dcc2ddc82c1bd520c4f3ad060bb36b\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://fdab8aa666d0019068fe24cc974ce6bc707f9b53f54d9b538aca64f2434c9a4c\",\"dweb:/ipfs/Qmc1G4MZTzZMAqRuHPwqsozP3cNGGGDvpxqppmqrGA39vh\"]},\"node_modules/@latticexyz/world/src/codegen/tables/SystemRegistry.sol\":{\"keccak256\":\"0x36e956904cd2049d910560725f49cd4b6a203d41c179dafdb44eb58d3912ed91\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://71e5088419d47a1d9ea9db79f08b99aa01a2d781d7c7f03e462c2af0efeb8f62\",\"dweb:/ipfs/QmU1cZxtDW1UAMR6kMtNk4NVFf6aUQdtMPQ9P4bi5Tr6iX\"]},\"node_modules/@latticexyz/world/src/codegen/tables/Systems.sol\":{\"keccak256\":\"0x37e75efc870375d6ef1d4f301523ce50293d1cdf2a99b2f407bf691b610bf5bd\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://239f26f064c60afd13a3ee539fc786c1b2aa9c60a66fce4311dabbddf82d59bf\",\"dweb:/ipfs/QmcnyTQkRFoHZhUe6BmYpTmM6PtzjBE7o9G7iZ48NWXjFc\"]},\"node_modules/@latticexyz/world/src/codegen/tables/UserDelegationControl.sol\":{\"keccak256\":\"0x5cc51a00ec1d040fd8c189cf3eab048dc4a1ea6249cd68d4003239f2f665c27f\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://5e1622570fd947d29246a60b8e30735b6b87b10ef02ff69d3b248643a3c54fc0\",\"dweb:/ipfs/QmS9M1v3Dd9VmVRBa1gKUdPo4gp5QbT6cm8gNDnLA8dcEi\"]},\"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\":\"0x1aa994d09220ac38bd4f47e2be9f54e4b1a46ffb14be40552ac64998059105fe\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://88ba9f14551c18238056f6f5daf6166acc93c531f66cf32bbadb4142eca04a25\",\"dweb:/ipfs/QmQfiy93ewydVkwLdbUSXHn5K29r1SJaiw51sgoFWJXsmu\"]},\"node_modules/@latticexyz/world/src/modules/init/RegistrationSystem.sol\":{\"keccak256\":\"0x5aa1ad023ec7e30b102275af8f76e08d195e277fd89fb5fffd8436adf7dbc3f2\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://5389a9204b6714c8494f169277ccfdcf43ab3d969cafddf8a5eb61d2a2b827a4\",\"dweb:/ipfs/QmVvkj8hEcUQZTvHptDe7fEZHnH9bnut6f3jaLSquPgBCw\"]},\"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/ModuleInstallationSystem.sol\":{\"keccak256\":\"0x1be1b12b2b2c7ff519cbe503ddda58cd308a8067e9ff7a168f3833031cf3f93d\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://37cede506e9219fa7a1c518ece3fa6333ccad58b4b792629044288d2d9b9e8d1\",\"dweb:/ipfs/QmcFo72Bv2t5GFQgM71NNB7xNLnQwG39oE9KTrdaNsv9ZV\"]},\"node_modules/@latticexyz/world/src/modules/init/implementations/StoreRegistrationSystem.sol\":{\"keccak256\":\"0x3a8ffe8942badedf5654e02189c6d6e89c5a37d40d8643abbdd7869ee2858498\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://885dec95191527acc629af3b99818e81c37cb14744ae33677a84d37bc9413c86\",\"dweb:/ipfs/Qmd873kb8eDWXqZxnT6Qimh5AW2osaX6KnbXySSVkjZRrf\"]},\"node_modules/@latticexyz/world/src/modules/init/implementations/WorldRegistrationSystem.sol\":{\"keccak256\":\"0xa832d2f9e97f6f4d8a59fce75a749eab17f7e0aa0e87da394e735fe697483ec4\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://e872d0efa21d1d1fa0913a447805f1b6ab9759868cfee5dd0128b445118d17c9\",\"dweb:/ipfs/QmebxB45ncxaVLccDxN78DdhqaFj8MuaXYNhxrnpWd5e2E\"]},\"node_modules/@latticexyz/world/src/requireInterface.sol\":{\"keccak256\":\"0x5b94a21fd46abb4aac8f38809c0d6105f30792042c927f8a6a4f40cfe35c7ab8\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://8bade9d52cf370f3b5435abb47a5338dca5498bee773e97518e7a080fa882940\",\"dweb:/ipfs/QmTtaXUWwMQmHW8oKEoRZxagidZcCiN3oLQs7kN3nycrkW\"]},\"node_modules/@latticexyz/world/src/requireNamespace.sol\":{\"keccak256\":\"0xda4a4a55bde8e55c28472d37009a194aa221ad11feb233d1c17a87b303977567\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://ef691f35102f6ce85cc1cdaf3ec29b4ba632384a0358629dd642292c709f34e5\",\"dweb:/ipfs/QmYuewEaRZ1UWxd231AK4SpjsiLrd7o4nyaPTeEzLCswcc\"]},\"node_modules/@latticexyz/world/src/requireValidNamespace.sol\":{\"keccak256\":\"0xfad78b977794de8301ba73ac1a871e3ca24c31584a97fdcb2c2c4039ff01b30b\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://784f5049a467eeef2dbc24911d64cb65c283c4d468aab68a60d7bbf6b2ee3241\",\"dweb:/ipfs/QmYrpoWRGu8t3mf1aEUpEBJBkZhBwRzz2AYoori68qeZkz\"]},\"node_modules/@latticexyz/world/src/revertWithBytes.sol\":{\"keccak256\":\"0xa1147f218a0152b153d4e8bada0f606bfed40ac1f184fd16a941c2d0033c53f5\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://3f5e0f6d1b51a3a04d4bd84537b2ced373b32824898cf6fbfd13ae1cbdf06359\",\"dweb:/ipfs/QmayYRmBZRUV9m4UnFxuC62VvHriXhkYXeH3HibZ3Gmxxf\"]},\"node_modules/@latticexyz/world/src/systemHookTypes.sol\":{\"keccak256\":\"0x15c25ae4b21e091209970e45a198cb51f31eeae482828862641099c1a9b2448a\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://0ce3c3eb58dc5c262d36babf372ad028d2846beea73a59d6e70f0eb8c90ee00d\",\"dweb:/ipfs/QmWUkgegTRtSJM3awvjg4J7DWZ2ME7Pnxp1dP2TWWzLNoo\"]},\"node_modules/@latticexyz/world/src/worldResourceTypes.sol\":{\"keccak256\":\"0xeb042e7d3638430f6fd394107f3237cf14e4325154f0098624e8a7826584d465\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://39e0b8eb87616b661f5a4f2fd7e1a727bd19b7fd8d40ad3d93fda26822f433ea\",\"dweb:/ipfs/QmacYMatKV9pwEwirVRY9a6r89RoNs5yk99ic37ieWA8Dk\"]}},\"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}],"type":"event","name":"Store_DeleteRecord","anonymous":false},{"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":"uint8","name":"dynamicFieldIndex","type":"uint8","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":"contract IModule","name":"module","type":"address"},{"internalType":"bytes","name":"encodedArgs","type":"bytes"}],"stateMutability":"nonpayable","type":"function","name":"installModule"},{"inputs":[{"internalType":"address","name":"delegatee","type":"address"},{"internalType":"ResourceId","name":"delegationControlId","type":"bytes32"},{"internalType":"bytes","name":"initCallData","type":"bytes"}],"stateMutability":"nonpayable","type":"function","name":"registerDelegation"},{"inputs":[{"internalType":"ResourceId","name":"systemId","type":"bytes32"},{"internalType":"string","name":"systemFunctionSignature","type":"string"}],"stateMutability":"nonpayable","type":"function","name":"registerFunctionSelector","outputs":[{"internalType":"bytes4","name":"worldFunctionSelector","type":"bytes4"}]},{"inputs":[{"internalType":"ResourceId","name":"namespaceId","type":"bytes32"}],"stateMutability":"nonpayable","type":"function","name":"registerNamespace"},{"inputs":[{"internalType":"ResourceId","name":"namespaceId","type":"bytes32"},{"internalType":"ResourceId","name":"delegationControlId","type":"bytes32"},{"internalType":"bytes","name":"initCallData","type":"bytes"}],"stateMutability":"nonpayable","type":"function","name":"registerNamespaceDelegation"},{"inputs":[{"internalType":"ResourceId","name":"systemId","type":"bytes32"},{"internalType":"string","name":"worldFunctionSignature","type":"string"},{"internalType":"bytes4","name":"systemFunctionSelector","type":"bytes4"}],"stateMutability":"nonpayable","type":"function","name":"registerRootFunctionSelector","outputs":[{"internalType":"bytes4","name":"worldFunctionSelector","type":"bytes4"}]},{"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":"systemId","type":"bytes32"},{"internalType":"contract System","name":"system","type":"address"},{"internalType":"bool","name":"publicAccess","type":"bool"}],"stateMutability":"nonpayable","type":"function","name":"registerSystem"},{"inputs":[{"internalType":"ResourceId","name":"systemId","type":"bytes32"},{"internalType":"contract ISystemHook","name":"hookAddress","type":"address"},{"internalType":"uint8","name":"enabledHooksBitmap","type":"uint8"}],"stateMutability":"nonpayable","type":"function","name":"registerSystemHook"},{"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":"address","name":"delegatee","type":"address"}],"stateMutability":"nonpayable","type":"function","name":"unregisterDelegation"},{"inputs":[{"internalType":"ResourceId","name":"namespaceId","type":"bytes32"}],"stateMutability":"nonpayable","type":"function","name":"unregisterNamespaceDelegation"},{"inputs":[{"internalType":"ResourceId","name":"tableId","type":"bytes32"},{"internalType":"contract IStoreHook","name":"hookAddress","type":"address"}],"stateMutability":"nonpayable","type":"function","name":"unregisterStoreHook"},{"inputs":[{"internalType":"ResourceId","name":"systemId","type":"bytes32"},{"internalType":"contract ISystemHook","name":"hookAddress","type":"address"}],"stateMutability":"nonpayable","type":"function","name":"unregisterSystemHook"}],"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."}},"installModule(address,bytes)":{"details":"Validates the given module against the IModule interface and delegates the installation process. The module is then registered in the InstalledModules table.","params":{"encodedArgs":"The ABI encoded arguments for module installation.","module":"The module to be installed."}},"registerDelegation(address,bytes32,bytes)":{"details":"Creates a new delegation from the caller to the specified delegatee","params":{"delegatee":"The address of the delegatee","delegationControlId":"The ID controlling the delegation","initCallData":"The initialization data for the delegation"}},"registerFunctionSelector(bytes32,string)":{"details":"Creates a mapping between a World function and its associated system function","params":{"systemFunctionSignature":"The signature of the system function","systemId":"The system ID"},"returns":{"worldFunctionSelector":"The selector of the World function"}},"registerNamespace(bytes32)":{"details":"Creates a new namespace resource with the given ID","params":{"namespaceId":"The unique identifier for the new namespace"}},"registerNamespaceDelegation(bytes32,bytes32,bytes)":{"details":"Sets up a new delegation control for a specific namespace","params":{"delegationControlId":"The ID controlling the delegation","initCallData":"The initialization data for the delegation","namespaceId":"The ID of the namespace"}},"registerRootFunctionSelector(bytes32,string,bytes4)":{"details":"Creates a mapping for a root World function without namespace or name prefix","params":{"systemFunctionSelector":"The selector of the system function","systemId":"The system ID","worldFunctionSignature":"The signature of the World function"},"returns":{"worldFunctionSelector":"The selector of the World function"}},"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."}},"registerSystem(bytes32,address,bool)":{"details":"Registers or upgrades a system at the given ID If the namespace doesn't exist yet, it is registered. The system is granted access to its namespace, so it can write to any table in the same namespace. If publicAccess is true, no access control check is performed for calling the system. This function doesn't check whether a system already exists at the given selector, making it possible to upgrade systems.","params":{"publicAccess":"Flag indicating if access control check is bypassed","system":"The system being registered","systemId":"The unique identifier for the system"}},"registerSystemHook(bytes32,address,uint8)":{"details":"Adds a new hook for the system at the provided system ID","params":{"enabledHooksBitmap":"Bitmap indicating which hooks are enabled","hookAddress":"The address of the hook being registered","systemId":"The ID of the system"}},"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."}},"unregisterDelegation(address)":{"details":"Deletes the new delegation from the caller to the specified delegatee","params":{"delegatee":"The address of the delegatee"}},"unregisterNamespaceDelegation(bytes32)":{"details":"Deletes the delegation control for a specific namespace","params":{"namespaceId":"The ID of the namespace"}},"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."}},"unregisterSystemHook(bytes32,address)":{"details":"Removes a hook for the system at the provided system ID","params":{"hookAddress":"The address of the hook being unregistered","systemId":"The ID of the system"}}},"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."},"installModule(address,bytes)":{"notice":"Installs a module into the World under a specified namespace."},"registerDelegation(address,bytes32,bytes)":{"notice":"Registers a delegation for the caller"},"registerFunctionSelector(bytes32,string)":{"notice":"Registers a new World function selector"},"registerNamespace(bytes32)":{"notice":"Registers a new namespace"},"registerNamespaceDelegation(bytes32,bytes32,bytes)":{"notice":"Registers a delegation for a namespace"},"registerRootFunctionSelector(bytes32,string,bytes4)":{"notice":"Registers a root World function selector"},"registerStoreHook(bytes32,address,uint8)":{"notice":"Register a storage hook for a specified table."},"registerSystem(bytes32,address,bool)":{"notice":"Registers a system"},"registerSystemHook(bytes32,address,uint8)":{"notice":"Registers a new system hook"},"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)"},"unregisterDelegation(address)":{"notice":"Unregisters a delegation"},"unregisterNamespaceDelegation(bytes32)":{"notice":"Unregisters a delegation for a namespace"},"unregisterStoreHook(bytes32,address)":{"notice":"Unregister a previously registered storage hook for a specified table."},"unregisterSystemHook(bytes32,address)":{"notice":"Unregisters a system hook"}},"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/RegistrationSystem.sol":"RegistrationSystem"},"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":"0x3ac04fbbbab8c94b12b5b285e6b96d3323b88677e8efaa4adac2bc98b0903ee4","urls":["bzz-raw://84d29c5ce5a343acbc5555fc70a726e9dc39c90468a7d4cbdf3fee5dd196aeea","dweb:/ipfs/QmSjdbZmcTwxLHsZNxSNp8TK2pmtAoUqcJ6EaCpBj19D5f"],"license":"MIT"},"node_modules/@latticexyz/store/src/FieldLayout.sol":{"keccak256":"0x330764978de66a98b0c40476892af5a74a2a0081c9414c9e958ca53c613db0cf","urls":["bzz-raw://adf51f83161aa7ba24a939ccfaf567b986034a687f998f59a75e17f68de83f40","dweb:/ipfs/QmWUjaXVjPj68eSWqixH8aPwpvgtUH9j4FdPZN8QBvm68Z"],"license":"MIT"},"node_modules/@latticexyz/store/src/Hook.sol":{"keccak256":"0xd016a2e1260f5a81ff9a8dfac58d7947e114414df8cce7302a2629908ea5f18e","urls":["bzz-raw://0c558a6f3a5f540c0190fa6d642a094a185c5db1acfc2437c7dbde0340f00ac3","dweb:/ipfs/QmViAHvR7U7HNfBiBZEMFiy1TTSHDFNiDzBfQSeLBShCky"],"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":"0x3a7b67ca9ac797ce517d62d44e80a1673389111055d196b1c3cdbc27d78825ea","urls":["bzz-raw://142315a004bd1d3668abca3ee8bba05c9e000676cf599d3ccaf267655f33a1ae","dweb:/ipfs/QmPmPpyXytuWuGgVStnFW2i3RREJvCJWsF6QWYo4BReM9P"],"license":"MIT"},"node_modules/@latticexyz/store/src/IStoreData.sol":{"keccak256":"0xe3fb1996fa571471bf488d29519f70d71afb6071d6f164ad6c0ab10e2eb7dac1","urls":["bzz-raw://73f4882c6d337064bc95287877f94955bcb2add4b9b3b4b931083522b1e9f9a1","dweb:/ipfs/QmezagzYNuFW4A23xQWZA9abuShoFrANAX4wVzmJ6Sp15S"],"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":"0xf255c05df7f87c53316aea76a5212e6f9bf86ad95408d6189b0fcfaf7d5a0006","urls":["bzz-raw://06873e63d2db6e00ddddec986cebfd4547e4de8c348437132ad76322e9f76c71","dweb:/ipfs/QmT1Fm6FSWt27Jskm5ZPxqWN3S1hsiEy63oR4yuU2qmzUv"],"license":"MIT"},"node_modules/@latticexyz/store/src/IStoreHook.sol":{"keccak256":"0x3e9eb573557af7e7cf40281ba7b3ebdffb4e3b13ecc49827b307a5f061028087","urls":["bzz-raw://36391ca958dbb9fac695b28ebc5be2e9c47cbff3bab85ba779b08870ee32ef09","dweb:/ipfs/QmZBhQPg2X4HxHaBUyEL7dn4bnuGoKpiHHTTKSYUGNBLh7"],"license":"MIT"},"node_modules/@latticexyz/store/src/IStoreRead.sol":{"keccak256":"0xabefed80f6691fd3b3362a5434e4c24a38d2ca5c51279b722aa25d897b5427d0","urls":["bzz-raw://a711569d612187f6738a4bb39d8d8419a03ff3da91c45209b4096e5dcdfca53c","dweb:/ipfs/QmWTGSZyrGmbpwfttR8nLzFYqbjg1L3G9P8xfrtzg8QVpH"],"license":"MIT"},"node_modules/@latticexyz/store/src/IStoreRegistration.sol":{"keccak256":"0x9e91a73f93cc9ebc00c265c83177f6a3f8a156749a9261202e2845e12aeaa96b","urls":["bzz-raw://a39280d87d22dd0a959d8f55925cb092dba1fee2f11d3dd8e3ffabed45a9ab6a","dweb:/ipfs/QmRMBFLJtT2KN43Xz9P3vUNWxXrP8rLTNBFw2P6Z7EGeaS"],"license":"MIT"},"node_modules/@latticexyz/store/src/IStoreWrite.sol":{"keccak256":"0x3f115843507290fa8b5dabee0a69b03397274fb1291d79ecb51ab80055bea5dd","urls":["bzz-raw://0733e8df7e6e5ca91800c97d4914e9743fbe84a4a16bad01c76c1539d0d8046a","dweb:/ipfs/QmeRqJ1tBBgEMc1z29m4UM46QSjxDvrmV2v86J8bNCb4o5"],"license":"MIT"},"node_modules/@latticexyz/store/src/Memory.sol":{"keccak256":"0xef6e7000b181c2991aeacbf99a9d886f8c4df88878b857713f851185b63a7811","urls":["bzz-raw://b079b4773d140ab2c01bdb04facfa56a78f753aea7122fa445b2bfa133411392","dweb:/ipfs/QmWYWKFpwtsPeGdCSxcANgxXUbwAuMMgR7iMVPDSCZxz2A"],"license":"MIT"},"node_modules/@latticexyz/store/src/PackedCounter.sol":{"keccak256":"0x52f6cb7751e1e6c6770d4a6637313bf13c5ea02c3b595b4da527ccf1b9090c1e","urls":["bzz-raw://bc8a02d97e3e6f152bb03346ddf9b2ffe16697ee7fd17aeff7187bb43ae3c33d","dweb:/ipfs/QmfDqZRmxgpunmnj6h3pBvACVyKr65LSc4Z4ZFwoNBQ8pR"],"license":"MIT"},"node_modules/@latticexyz/store/src/ResourceId.sol":{"keccak256":"0x167af6321dc89c2e5850e31949b1d64ab70bb1cc809daa54a030e8ff30f35411","urls":["bzz-raw://e4b1a2d5da7e4f79349f5257a62b4c6ffe110d6e18fe407099aec71a2f3b2539","dweb:/ipfs/QmQXqehp55UecYyuYTiPBKSnuedqYybXfCCjoPPrZ2hnRw"],"license":"MIT"},"node_modules/@latticexyz/store/src/Schema.sol":{"keccak256":"0xfb31db07f1cdc199842650deee35ec74902e93542464d81c43e799413fb724a9","urls":["bzz-raw://2b8ff1b4aa291df8caea7bd04aca6049e3507d166c005fa49b658640e6753619","dweb:/ipfs/QmQnbkvTsRLFMMbEGucwkBs3N5eNr6JTUPpsGP17G31EYe"],"license":"MIT"},"node_modules/@latticexyz/store/src/Slice.sol":{"keccak256":"0xa718d6adb347637f363591d1c6f69bf434606754ca55cf235421c445142d46a5","urls":["bzz-raw://0494d0dbf663af270ddfb50ad45f03e663a831e1a0bb5b409cb217537c14a4d2","dweb:/ipfs/QmYFDKjbDxnAF2ny8byydUz3BEoXm6TNsk2hNtbT7VEXRA"],"license":"MIT"},"node_modules/@latticexyz/store/src/Storage.sol":{"keccak256":"0x7e735a4c7fa8b8a5fe2371d90801e3287ddb78efed69b31e1a76f0b7b153c4c3","urls":["bzz-raw://9e6db36bd52144b6feeecd91a58fc311127a3892fc96c4171db5b570fe9876ee","dweb:/ipfs/QmS6LqnTZvpMc4eiz5JowBoNnh3RYemG6JHjqtYucT1rQi"],"license":"MIT"},"node_modules/@latticexyz/store/src/StoreCore.sol":{"keccak256":"0xb1a9b7aace51268930fcf876ac9e2ecacbbc48eca52ce57b35666e02f616bc90","urls":["bzz-raw://0885ac113cf1c10187eeec9ca78b6fab01e83d5d6e42cba870d89f22e33f101e","dweb:/ipfs/QmXGcXjD1zt6gB7y8SGeADc5UruxkDqbGHeb8AEmpe2gCE"],"license":"MIT"},"node_modules/@latticexyz/store/src/StoreSwitch.sol":{"keccak256":"0x868d515c7579d909f73cc5353e7a58fdb361d0c9dde83b11fa1529f0c2dd21fe","urls":["bzz-raw://fdeb6ca2dc6cae645c13cba6a5b08ff495858e32f16f8b54d19784d4da012d37","dweb:/ipfs/QmPyHrJFDUddguyWcYEwfbTisRkzmwDx169feEZCJq8v9Z"],"license":"MIT"},"node_modules/@latticexyz/store/src/codegen/index.sol":{"keccak256":"0x094a6f1e2910b345b6b254e0fc2c8882b3190c673f7ee19742e857057a4d3f85","urls":["bzz-raw://18908e2e7e878635abea72ef99851fddd204371e6b641f010e831ebfa0b1bfd4","dweb:/ipfs/QmSNAxXqxTrzPkZ4rSAQgBnuer1yLPq74hoqnzrZV3WGsb"],"license":"MIT"},"node_modules/@latticexyz/store/src/codegen/tables/Hooks.sol":{"keccak256":"0x02cc84859c7f2b57f2ca5e0bf27e6cb5c5a911f3891c6b12878fb31d18fd2f66","urls":["bzz-raw://0724e7df4b0752acab63a6f900e84aaafc2eac62f67ab499e9ee02da9abd73c8","dweb:/ipfs/QmQnvC3yBiCR61PfY2uiDG7JiLdy9Cw1a7YhLUd8bLFzab"],"license":"MIT"},"node_modules/@latticexyz/store/src/codegen/tables/ResourceIds.sol":{"keccak256":"0xca6f60a79f25447aeb390156c987e77fef837e1b23db294076425759e9dc60f8","urls":["bzz-raw://bf6c4c5e25a0ed37abcba6346dc59259bb634634edf8cc86bd14db92a32768c8","dweb:/ipfs/QmbQxGchi71XtGAK5uF1H96Xfhh7fAx9c9LpEwc4q5hUxt"],"license":"MIT"},"node_modules/@latticexyz/store/src/codegen/tables/StoreHooks.sol":{"keccak256":"0x59c633598dae70cb65fd0cd5fda434f2beed4421463340ba5ea99ba07843f9c2","urls":["bzz-raw://57738241ca53b9cd7883f7e24e7b1c98ca6cde65bae60c73a65f5a0372aa4912","dweb:/ipfs/Qmac9wp9ScJbS9KCCdzLqQikvNn7br293vzfkqXQcjtmeE"],"license":"MIT"},"node_modules/@latticexyz/store/src/codegen/tables/Tables.sol":{"keccak256":"0x5339c32885c7977bda845c0d82f50ad3e17f465c2a94163cfeba2ed809215cc4","urls":["bzz-raw://3f50e7b2db53ee935fa40af5f2692fc48442cabbbf45641e018607e43f091a5c","dweb:/ipfs/QmVRovK8SqG6PE5Mx1VmjUbKf9Me7yoG898t2MQkgSevwr"],"license":"MIT"},"node_modules/@latticexyz/store/src/constants.sol":{"keccak256":"0x88689af9b661f7eb723123fbe212876c2f342cfdb3a01ea7f4e94e9c8f819877","urls":["bzz-raw://f39abf5a2306a4346d9909f98d7808474c85ed46d552a503d2a69f4dccb54289","dweb:/ipfs/QmcBLXR8ckXfoBCntFF8YcoTymKNJv7PkmFpgy4zZtTRUd"],"license":"MIT"},"node_modules/@latticexyz/store/src/rightMask.sol":{"keccak256":"0x28887aab8ad5ca598927e59d702999ca6e3b3128f1cddd2b995a381c8d04b275","urls":["bzz-raw://7710847f4689b7f5b81436c7d52ae4395f244a2eebf8d398b2edd43accb06754","dweb:/ipfs/QmTD2wYqryXTynHAn5Vf9wtjUUSGeCJWENZTnWtBAK38pa"],"license":"MIT"},"node_modules/@latticexyz/store/src/storeHookTypes.sol":{"keccak256":"0x4f29001e53690ce74fe405a6d0376a564c9c743d1631d36fab04331865e4d572","urls":["bzz-raw://138c80abd63225a3eeb01ebfa1f9288e188a7ee5b2266b275fb4ed31b5aa30e3","dweb:/ipfs/QmdEx9uHgCCbTcetGwFH5a66Ft7ajmrMDXvP1fW7WjnnE2"],"license":"MIT"},"node_modules/@latticexyz/store/src/storeResourceTypes.sol":{"keccak256":"0x1c4cb6b3ecf76f614479ab304d7de3ade0e99c7ccfd07717b57c92f699a27261","urls":["bzz-raw://2c9b0e0c9b3b5610d6fd65a8ffd7c54df390a34ccc70d58f4a055c49ad1ea586","dweb:/ipfs/QmP6ffpnR7aRyvq9AiUkVNH6LbGfFP3NDq7E2n2PVcHhp2"],"license":"MIT"},"node_modules/@latticexyz/store/src/tightcoder/DecodeSlice.sol":{"keccak256":"0x310523f7f3acca841e62fe50be8d8b042cad5b3c239cb1105d6623cf83e63152","urls":["bzz-raw://1cc40ca233acf6502bc65677b381c05331dd7323953e54b5df969051e47f851e","dweb:/ipfs/QmTxy9mhodT8drezB5K1kPR78AMaARomoJqDyaWpLuCKui"],"license":"MIT"},"node_modules/@latticexyz/store/src/tightcoder/EncodeArray.sol":{"keccak256":"0x259ee545fd9dfd4767f0b7fef31f52fd3c54c4a1c6657d6fbda4927800c937b3","urls":["bzz-raw://0a4e31efa9f476cd267af7c3e11fe0151252206a1f6407a80a4092444c2de8ea","dweb:/ipfs/QmRF4gWYw33mFTMh7nX8DJ1qzx3Ko6yMsnxubzYTRppdyo"],"license":"MIT"},"node_modules/@latticexyz/store/src/tightcoder/TightCoder.sol":{"keccak256":"0x0e74ff88ec94cb33f79d8afc1497c4fdccf02db40ab47f3701c7d02fc305d4d8","urls":["bzz-raw://36b7cd0c2a3f2dcdc83ab7ac5a93f123746ce29c0f1000f2b275ad2c647ff0f3","dweb:/ipfs/QmYdipHYUhHhS78wLdtmKZUK14FEwpto5mFy3rNeZssMLz"],"license":"MIT"},"node_modules/@latticexyz/store/src/version.sol":{"keccak256":"0xfc030c5075377169d4384cf89e8a1037dacab1ee53bcb867d5ace75e4ee5df46","urls":["bzz-raw://d1c310ce30a1a39380108e75c5f893f58be159cf4b80706b43b8466f4bc4aa0b","dweb:/ipfs/QmXWTsz6Gk8XQKmNNNLHaRuHxJis1dHmoStWoANAYwfmcz"],"license":"MIT"},"node_modules/@latticexyz/world/src/AccessControl.sol":{"keccak256":"0xe9e1b1e588699a15ee81cc46f5959e14ff323787b576681abe7b0163d5988a4e","urls":["bzz-raw://f19076661965fcf60fbf5e58ee8a83daac63e174806af79f5fd4144929cab899","dweb:/ipfs/QmVQxPrkHpSo1fbsqGvToXc6q9x8zrVrGaZjKTKY413QBm"],"license":"MIT"},"node_modules/@latticexyz/world/src/Delegation.sol":{"keccak256":"0x1ad6ce468042f6ba104c8fa2cd5506e434e1bd458448492ae9e8d1993a7e5f1d","urls":["bzz-raw://ded3d879ad5a4119f9ff2320ff27f63a06bc3853e91d3697b3406ee3e6ab65d5","dweb:/ipfs/QmTMjjArXQxXa3WeFF4dvvkAFSEstHTTsNYDCckgCBUVeE"],"license":"MIT"},"node_modules/@latticexyz/world/src/ERC165Checker.sol":{"keccak256":"0xc63b86705fd62b862e422f830604b7e14e18f1fab662b70a02f656f6ace4fdc7","urls":["bzz-raw://9d674c90bcc5b21e93b0b2a685c6cff86a69962cf900811af677ce77c3598dcf","dweb:/ipfs/QmVE4pv8AFQWP9RRdaqGo6FP1AR8svMaUQsPnEHZc5VLgF"],"license":"MIT"},"node_modules/@latticexyz/world/src/IDelegationControl.sol":{"keccak256":"0x7cc2fbdd8ff6c996e19fab46c1031b76355da74973cebf45ce4df4b035d566bf","urls":["bzz-raw://857d577f84a68018a3392ec4540c15e80326aaf4b0f224d0d239605abacfc0f3","dweb:/ipfs/QmVEr3rTH1F1BFaCTMd7MmuceTqASwKBcMRnuFZ4tUAYmR"],"license":"MIT"},"node_modules/@latticexyz/world/src/IERC165.sol":{"keccak256":"0xe3d9074a1be3247be67ff4dd2c9e41481650ddaa799285a249736bb85673e33d","urls":["bzz-raw://0b6743ee1e6d0c74927bf17fc1da0cad7575aa7634871b94190ffbdb4c28c2a7","dweb:/ipfs/Qma5bNsPJSBTesWxg3eAAMUBTDE7UjqWaHF7eMiGwP87jr"],"license":"MIT"},"node_modules/@latticexyz/world/src/IModule.sol":{"keccak256":"0x0cfee97ee4634e2a9480333cb25b6f99f999910d7d3646b45780eb5485219592","urls":["bzz-raw://491f8f7ec0e2da54e44a984576acab6cf63f4de86b296855fc749997fc297aec","dweb:/ipfs/QmavXGLER27V4PTzcUxMTZ7aXr3RmBMoCZvvptBHwfBFzq"],"license":"MIT"},"node_modules/@latticexyz/world/src/ISystemHook.sol":{"keccak256":"0x81f1743d7ca6a9c7efc4997cf95e603ccb2070885265ca0e540f461aa7430721","urls":["bzz-raw://93d99e78b541b33ecd501bf0cd407a78cef490fec8eaef2f188bddb9e293a99f","dweb:/ipfs/QmPrcMDxwhvBZTr2AxoGqJA9L3Mjx27KBc98h3gXSsa3PM"],"license":"MIT"},"node_modules/@latticexyz/world/src/IWorldContextConsumer.sol":{"keccak256":"0xb39e9d8cff4162e255f6c460ef9f9f0ad5b804627f745d967b2f10d0dd509299","urls":["bzz-raw://18d957cd87febccc00d82b9454047f0f5236250c9245befc0f57978671675255","dweb:/ipfs/QmdZ1eXBd15vLpLVqTNJDAAaTzzucpRLD8GPJahLKT4J7x"],"license":"MIT"},"node_modules/@latticexyz/world/src/IWorldErrors.sol":{"keccak256":"0x0abae6f4ed1b3070bddd0ed194c08b83a948b61ae959396202cf627bf1056a2b","urls":["bzz-raw://a7037954f281cc0188a5aafc1d0cca0aabc110fd0234e6c43dca35ad69ed3baf","dweb:/ipfs/Qmbv2nfK1qPpnoAbqNJFqWwo7AuyaX2ZEgZMFspMv7DR5B"],"license":"MIT"},"node_modules/@latticexyz/world/src/System.sol":{"keccak256":"0xadcb32bdc444a4420909b738d81fa662dc63739455fe93d5aa89c93a3ccfd2dd","urls":["bzz-raw://d303094c84ebfb0f9f114c54ff4dfc68bfa1e526d0ebe304be6fbeb7cb2f0d3f","dweb:/ipfs/QmYvUx1mNDhkxZFqxLeswW3w9HkvVqeoJiJKj1HN1SB7Gi"],"license":"MIT"},"node_modules/@latticexyz/world/src/SystemCall.sol":{"keccak256":"0x5012c0607c8d41a4eed69d8a0430f742844883d3c3f17a6717ac287608b4e6af","urls":["bzz-raw://c389f65d050849cc95a7df9f45145186a60ae892b7d02b26ec92f8a38f8e2ee5","dweb:/ipfs/QmNQPBewaXghhVeJDaC1XUK6BbFrZ5qUjryhmJuyvgWdbF"],"license":"MIT"},"node_modules/@latticexyz/world/src/WorldContext.sol":{"keccak256":"0x50ca52bdd89a9f27d6b03ad00ef45c8c5a6884ea9d75e18f8fa53524ac2feed9","urls":["bzz-raw://55febdece37b291527094fb654919d4c8fe0b231792996a14c5e5cc76512b19e","dweb:/ipfs/QmZHFbDDNmdFHWc1uTSvDgMUUgb8NgBPb1cDUJYajswbHT"],"license":"MIT"},"node_modules/@latticexyz/world/src/WorldResourceId.sol":{"keccak256":"0x6475af14127236618ac8ba4a5549bba13d92f4839df9c17d9b2a730400be9797","urls":["bzz-raw://5491d7aa712f0d3a13e237743ab1b46e9f9cfe2025a761aeadbb9024b36f52ff","dweb:/ipfs/QmQarLY1e6paD1kVjpiUNLrdQszTxHJ2NuaivMbjGarLqw"],"license":"MIT"},"node_modules/@latticexyz/world/src/codegen/tables/Balances.sol":{"keccak256":"0x20fc943df3df3fff11f26ac37d4b6aac578e7c80958d255cad688ee40f4c7dd2","urls":["bzz-raw://bb433dc2023b727c6bc01989e93c98d7f26102ae2be3a5f1609dcc9dd4ddf3bd","dweb:/ipfs/QmXy5Mj6g1RmVeadLE83cFSa8SdW5YHfRGUgngkBUBKV9Y"],"license":"MIT"},"node_modules/@latticexyz/world/src/codegen/tables/FunctionSelectors.sol":{"keccak256":"0x79c8a22f4b12768e44278a8375ec4cb9e5947bae51009ea67df5cb047d8eb864","urls":["bzz-raw://0f2efa3ffa8bd510f214f1fe14f3af484d1b17aeb5f3b7fe02c88b9e84343121","dweb:/ipfs/QmRxqUHVbGy19cHciciKfZrS4z6SxR5UjbVoK1sR5a9Sid"],"license":"MIT"},"node_modules/@latticexyz/world/src/codegen/tables/FunctionSignatures.sol":{"keccak256":"0x97b9a1815cf8248269f7f2eeaa6d6275e0a259648126a11af6fc59ed60ccfe02","urls":["bzz-raw://9a8084a09d927df2fd31499a815a6ceb88911506dad18130853dabfedf6a29db","dweb:/ipfs/QmVMi4ybNLjArKvbA6ZMRRxX4jdzPPCoWdacNiFYKu72w1"],"license":"MIT"},"node_modules/@latticexyz/world/src/codegen/tables/InstalledModules.sol":{"keccak256":"0x6d2ed705d31dafb682c9e13a6ae895b998b32bcca71ea4cd925f8bb55fcdb86a","urls":["bzz-raw://dcb65f32eb25b2582f8dd6eaa83e4aaa348ce06a9f9f45c17e536b0b87ab2b92","dweb:/ipfs/QmNfvtWV8wQEKSAoNAN7W1UVftEuyDA4J48WZcGhDSEm9K"],"license":"MIT"},"node_modules/@latticexyz/world/src/codegen/tables/NamespaceDelegationControl.sol":{"keccak256":"0x003c03d7e8be675abe422eab801b0ebb6a5d795dea499f76c09101cc1b4f7867","urls":["bzz-raw://2ff0d412d17835b30fe7e923e4b4db1fc16f7cb16e1702fc2151a0086e08924b","dweb:/ipfs/QmcHoBWUBHYVt4gs5qwsDvDJPg2gPRgmd14SzJN2AtQipt"],"license":"MIT"},"node_modules/@latticexyz/world/src/codegen/tables/NamespaceOwner.sol":{"keccak256":"0x08f47dfce2d68f889a929040f0456e2a9c1b0052942fda9e24910362c66e811c","urls":["bzz-raw://e713e64128ec4de5ac4809a26b8618255153f7139a01b545381b18e6ca77362d","dweb:/ipfs/QmSozw8WXSxgp29yVCwgQiZ2kPCiqJLZVWxuRQZ6yMZhR7"],"license":"MIT"},"node_modules/@latticexyz/world/src/codegen/tables/ResourceAccess.sol":{"keccak256":"0x3c01fede84dbf9894a5f077953c6296bb69afdd683300599d8560288ab0b02fa","urls":["bzz-raw://d216ae4cb61b2f8b67d037f0b53e8c11cc3863d60a1b4926f318f177308d9c73","dweb:/ipfs/QmdvcY4SvUJwV4j3ALYMVfjFRxzgXyACVTJDuVQcTt2yUt"],"license":"MIT"},"node_modules/@latticexyz/world/src/codegen/tables/SystemHooks.sol":{"keccak256":"0x2af4c6fc1be378742dd873ea5904c83379dcc2ddc82c1bd520c4f3ad060bb36b","urls":["bzz-raw://fdab8aa666d0019068fe24cc974ce6bc707f9b53f54d9b538aca64f2434c9a4c","dweb:/ipfs/Qmc1G4MZTzZMAqRuHPwqsozP3cNGGGDvpxqppmqrGA39vh"],"license":"MIT"},"node_modules/@latticexyz/world/src/codegen/tables/SystemRegistry.sol":{"keccak256":"0x36e956904cd2049d910560725f49cd4b6a203d41c179dafdb44eb58d3912ed91","urls":["bzz-raw://71e5088419d47a1d9ea9db79f08b99aa01a2d781d7c7f03e462c2af0efeb8f62","dweb:/ipfs/QmU1cZxtDW1UAMR6kMtNk4NVFf6aUQdtMPQ9P4bi5Tr6iX"],"license":"MIT"},"node_modules/@latticexyz/world/src/codegen/tables/Systems.sol":{"keccak256":"0x37e75efc870375d6ef1d4f301523ce50293d1cdf2a99b2f407bf691b610bf5bd","urls":["bzz-raw://239f26f064c60afd13a3ee539fc786c1b2aa9c60a66fce4311dabbddf82d59bf","dweb:/ipfs/QmcnyTQkRFoHZhUe6BmYpTmM6PtzjBE7o9G7iZ48NWXjFc"],"license":"MIT"},"node_modules/@latticexyz/world/src/codegen/tables/UserDelegationControl.sol":{"keccak256":"0x5cc51a00ec1d040fd8c189cf3eab048dc4a1ea6249cd68d4003239f2f665c27f","urls":["bzz-raw://5e1622570fd947d29246a60b8e30735b6b87b10ef02ff69d3b248643a3c54fc0","dweb:/ipfs/QmS9M1v3Dd9VmVRBa1gKUdPo4gp5QbT6cm8gNDnLA8dcEi"],"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":"0x1aa994d09220ac38bd4f47e2be9f54e4b1a46ffb14be40552ac64998059105fe","urls":["bzz-raw://88ba9f14551c18238056f6f5daf6166acc93c531f66cf32bbadb4142eca04a25","dweb:/ipfs/QmQfiy93ewydVkwLdbUSXHn5K29r1SJaiw51sgoFWJXsmu"],"license":"MIT"},"node_modules/@latticexyz/world/src/modules/init/RegistrationSystem.sol":{"keccak256":"0x5aa1ad023ec7e30b102275af8f76e08d195e277fd89fb5fffd8436adf7dbc3f2","urls":["bzz-raw://5389a9204b6714c8494f169277ccfdcf43ab3d969cafddf8a5eb61d2a2b827a4","dweb:/ipfs/QmVvkj8hEcUQZTvHptDe7fEZHnH9bnut6f3jaLSquPgBCw"],"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/ModuleInstallationSystem.sol":{"keccak256":"0x1be1b12b2b2c7ff519cbe503ddda58cd308a8067e9ff7a168f3833031cf3f93d","urls":["bzz-raw://37cede506e9219fa7a1c518ece3fa6333ccad58b4b792629044288d2d9b9e8d1","dweb:/ipfs/QmcFo72Bv2t5GFQgM71NNB7xNLnQwG39oE9KTrdaNsv9ZV"],"license":"MIT"},"node_modules/@latticexyz/world/src/modules/init/implementations/StoreRegistrationSystem.sol":{"keccak256":"0x3a8ffe8942badedf5654e02189c6d6e89c5a37d40d8643abbdd7869ee2858498","urls":["bzz-raw://885dec95191527acc629af3b99818e81c37cb14744ae33677a84d37bc9413c86","dweb:/ipfs/Qmd873kb8eDWXqZxnT6Qimh5AW2osaX6KnbXySSVkjZRrf"],"license":"MIT"},"node_modules/@latticexyz/world/src/modules/init/implementations/WorldRegistrationSystem.sol":{"keccak256":"0xa832d2f9e97f6f4d8a59fce75a749eab17f7e0aa0e87da394e735fe697483ec4","urls":["bzz-raw://e872d0efa21d1d1fa0913a447805f1b6ab9759868cfee5dd0128b445118d17c9","dweb:/ipfs/QmebxB45ncxaVLccDxN78DdhqaFj8MuaXYNhxrnpWd5e2E"],"license":"MIT"},"node_modules/@latticexyz/world/src/requireInterface.sol":{"keccak256":"0x5b94a21fd46abb4aac8f38809c0d6105f30792042c927f8a6a4f40cfe35c7ab8","urls":["bzz-raw://8bade9d52cf370f3b5435abb47a5338dca5498bee773e97518e7a080fa882940","dweb:/ipfs/QmTtaXUWwMQmHW8oKEoRZxagidZcCiN3oLQs7kN3nycrkW"],"license":"MIT"},"node_modules/@latticexyz/world/src/requireNamespace.sol":{"keccak256":"0xda4a4a55bde8e55c28472d37009a194aa221ad11feb233d1c17a87b303977567","urls":["bzz-raw://ef691f35102f6ce85cc1cdaf3ec29b4ba632384a0358629dd642292c709f34e5","dweb:/ipfs/QmYuewEaRZ1UWxd231AK4SpjsiLrd7o4nyaPTeEzLCswcc"],"license":"MIT"},"node_modules/@latticexyz/world/src/requireValidNamespace.sol":{"keccak256":"0xfad78b977794de8301ba73ac1a871e3ca24c31584a97fdcb2c2c4039ff01b30b","urls":["bzz-raw://784f5049a467eeef2dbc24911d64cb65c283c4d468aab68a60d7bbf6b2ee3241","dweb:/ipfs/QmYrpoWRGu8t3mf1aEUpEBJBkZhBwRzz2AYoori68qeZkz"],"license":"MIT"},"node_modules/@latticexyz/world/src/revertWithBytes.sol":{"keccak256":"0xa1147f218a0152b153d4e8bada0f606bfed40ac1f184fd16a941c2d0033c53f5","urls":["bzz-raw://3f5e0f6d1b51a3a04d4bd84537b2ced373b32824898cf6fbfd13ae1cbdf06359","dweb:/ipfs/QmayYRmBZRUV9m4UnFxuC62VvHriXhkYXeH3HibZ3Gmxxf"],"license":"MIT"},"node_modules/@latticexyz/world/src/systemHookTypes.sol":{"keccak256":"0x15c25ae4b21e091209970e45a198cb51f31eeae482828862641099c1a9b2448a","urls":["bzz-raw://0ce3c3eb58dc5c262d36babf372ad028d2846beea73a59d6e70f0eb8c90ee00d","dweb:/ipfs/QmWUkgegTRtSJM3awvjg4J7DWZ2ME7Pnxp1dP2TWWzLNoo"],"license":"MIT"},"node_modules/@latticexyz/world/src/worldResourceTypes.sol":{"keccak256":"0xeb042e7d3638430f6fd394107f3237cf14e4325154f0098624e8a7826584d465","urls":["bzz-raw://39e0b8eb87616b661f5a4f2fd7e1a727bd19b7fd8d40ad3d93fda26822f433ea","dweb:/ipfs/QmacYMatKV9pwEwirVRY9a6r89RoNs5yk99ic37ieWA8Dk"],"license":"MIT"}},"version":1},"id":83}
|
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":"installModule","inputs":[{"name":"module","type":"address","internalType":"contract IModule"},{"name":"encodedArgs","type":"bytes","internalType":"bytes"}],"outputs":[],"stateMutability":"nonpayable"},{"type":"function","name":"registerDelegation","inputs":[{"name":"delegatee","type":"address","internalType":"address"},{"name":"delegationControlId","type":"bytes32","internalType":"ResourceId"},{"name":"initCallData","type":"bytes","internalType":"bytes"}],"outputs":[],"stateMutability":"nonpayable"},{"type":"function","name":"registerFunctionSelector","inputs":[{"name":"systemId","type":"bytes32","internalType":"ResourceId"},{"name":"systemFunctionSignature","type":"string","internalType":"string"}],"outputs":[{"name":"worldFunctionSelector","type":"bytes4","internalType":"bytes4"}],"stateMutability":"nonpayable"},{"type":"function","name":"registerNamespace","inputs":[{"name":"namespaceId","type":"bytes32","internalType":"ResourceId"}],"outputs":[],"stateMutability":"nonpayable"},{"type":"function","name":"registerNamespaceDelegation","inputs":[{"name":"namespaceId","type":"bytes32","internalType":"ResourceId"},{"name":"delegationControlId","type":"bytes32","internalType":"ResourceId"},{"name":"initCallData","type":"bytes","internalType":"bytes"}],"outputs":[],"stateMutability":"nonpayable"},{"type":"function","name":"registerRootFunctionSelector","inputs":[{"name":"systemId","type":"bytes32","internalType":"ResourceId"},{"name":"worldFunctionSignature","type":"string","internalType":"string"},{"name":"systemFunctionSelector","type":"bytes4","internalType":"bytes4"}],"outputs":[{"name":"worldFunctionSelector","type":"bytes4","internalType":"bytes4"}],"stateMutability":"nonpayable"},{"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":"registerSystem","inputs":[{"name":"systemId","type":"bytes32","internalType":"ResourceId"},{"name":"system","type":"address","internalType":"contract System"},{"name":"publicAccess","type":"bool","internalType":"bool"}],"outputs":[],"stateMutability":"nonpayable"},{"type":"function","name":"registerSystemHook","inputs":[{"name":"systemId","type":"bytes32","internalType":"ResourceId"},{"name":"hookAddress","type":"address","internalType":"contract ISystemHook"},{"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":"unregisterDelegation","inputs":[{"name":"delegatee","type":"address","internalType":"address"}],"outputs":[],"stateMutability":"nonpayable"},{"type":"function","name":"unregisterNamespaceDelegation","inputs":[{"name":"namespaceId","type":"bytes32","internalType":"ResourceId"}],"outputs":[],"stateMutability":"nonpayable"},{"type":"function","name":"unregisterStoreHook","inputs":[{"name":"tableId","type":"bytes32","internalType":"ResourceId"},{"name":"hookAddress","type":"address","internalType":"contract IStoreHook"}],"outputs":[],"stateMutability":"nonpayable"},{"type":"function","name":"unregisterSystemHook","inputs":[{"name":"systemId","type":"bytes32","internalType":"ResourceId"},{"name":"hookAddress","type":"address","internalType":"contract ISystemHook"}],"outputs":[],"stateMutability":"nonpayable"},{"type":"event","name":"Store_DeleteRecord","inputs":[{"name":"tableId","type":"bytes32","indexed":true,"internalType":"ResourceId"},{"name":"keyTuple","type":"bytes32[]","indexed":false,"internalType":"bytes32[]"}],"anonymous":false},{"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":"dynamicFieldIndex","type":"uint8","indexed":false,"internalType":"uint8"},{"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":"FieldLayout_Empty","inputs":[]},{"type":"error","name":"FieldLayout_InvalidStaticDataLength","inputs":[{"name":"staticDataLength","type":"uint256","internalType":"uint256"},{"name":"computedStaticDataLength","type":"uint256","internalType":"uint256"}]},{"type":"error","name":"FieldLayout_StaticLengthDoesNotFitInAWord","inputs":[{"name":"index","type":"uint256","internalType":"uint256"}]},{"type":"error","name":"FieldLayout_StaticLengthIsNotZero","inputs":[{"name":"index","type":"uint256","internalType":"uint256"}]},{"type":"error","name":"FieldLayout_StaticLengthIsZero","inputs":[{"name":"index","type":"uint256","internalType":"uint256"}]},{"type":"error","name":"FieldLayout_TooManyDynamicFields","inputs":[{"name":"numFields","type":"uint256","internalType":"uint256"},{"name":"maxFields","type":"uint256","internalType":"uint256"}]},{"type":"error","name":"FieldLayout_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":"Schema_InvalidLength","inputs":[{"name":"length","type":"uint256","internalType":"uint256"}]},{"type":"error","name":"Schema_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":"0x60a06040523060805234801561001457600080fd5b50608051615793620000316000396000610c0801526157936000f3fe608060405234801561001057600080fd5b50600436106101365760003560e01c8063742d6118116100b2578063b29e408911610081578063cdc938c511610066578063cdc938c514610295578063d5f8337f146102a8578063e1af802c146102bb57600080fd5b8063b29e40891461026f578063bfdfaff71461028257600080fd5b8063742d6118146102235780638da798da14610236578063a92813ad14610249578063aa66e9c81461025c57600080fd5b80631d2257ba116101095780633350b6a9116100ee5780633350b6a9146101ea57806345ec9354146101fd578063530f4b601461021057600080fd5b80631d2257ba146101ab57806326d98102146101be57600080fd5b806301ffc9a71461013b57806305609129146101635780630ba51f4914610178578063119df25f1461018b575b600080fd5b61014e610149366004614c04565b6102c3565b60405190151581526020015b60405180910390f35b610176610171366004614c34565b61032c565b005b610176610186366004614cb0565b610353565b61019361041e565b6040516001600160a01b03909116815260200161015a565b6101766101b9366004614dfd565b61042d565b6101d16101cc366004614e56565b6104a8565b6040516001600160e01b0319909116815260200161015a565b6101766101f8366004614e9d565b6105f4565b604051601f19360135815260200161015a565b61017661021e366004614ef5565b61076f565b6101d1610231366004614f33565b6107db565b610176610244366004614f81565b61089d565b610176610257366004614c34565b61095f565b61017661026a366004614fbb565b61099e565b61017661027d366004614fbb565b6109d0565b610176610290366004614fd4565b610a65565b6101766102a336600461500e565b610b1a565b6101766102b6366004614ef5565b610b33565b610193610bf4565b60006001600160e01b031982167fb5dee12700000000000000000000000000000000000000000000000000000000148061032657506001600160e01b031982167f01ffc9a700000000000000000000000000000000000000000000000000000000145b92915050565b610334610bfe565b6103458261034061041e565b610c62565b61034f8282610cdb565b5050565b61035b610bfe565b600061036689610d06565b6fffffffffffffffffffffffffffffffff1916036103c5578761038889610d1d565b6040517fe4ac069e0000000000000000000000000000000000000000000000000000000081526004016103bc92919061507b565b60405180910390fd5b6103e8616e7360f01b6dffffffffffffffffffffffffffff60801b8a1617610e31565b6103f48861034061041e565b61041488888888610405888a615094565b61040f8789615094565b610e7c565b5050505050505050565b600061042861128c565b905090565b610435610bfe565b61044761044061041e565b84846112be565b61045082611391565b156104a3576000610460836113ad565b905061048c817f1a86b55000000000000000000000000000000000000000000000000000000000611449565b6104a061049761041e565b848460006114a4565b50505b505050565b60006104b2610bfe565b61737960f01b836001600160f01b0319161461050d5761737960f01b836104d885610d1d565b6040517f5c30fb6f0000000000000000000000000000000000000000000000000000000081526004016103bc9392919061511a565b61051683610e31565b6105228361034061041e565b600061054b6105318560101b90565b71ffffffffffffffffffffffffffffffffffff19166114d1565b905060008184604051602001610562929190615143565b60405160208183030381529060405290508080519060200120925060006105888461155b565b905080156105ce576040517f3d1d1ae20000000000000000000000000000000000000000000000000000000081526001600160e01b0319851660048201526024016103bc565b845160208601206105e085888361160b565b6105ea85846116d6565b5050505092915050565b6105fc610bfe565b61737960f01b836001600160f01b031916146106225761737960f01b836104d885610d1d565b6dffffffffffffffffffffffffffff60801b8316616e7360f01b1761064681610e31565b6106528161034061041e565b61067c837fb5dee12700000000000000000000000000000000000000000000000000000000611449565b600061068785610d06565b6fffffffffffffffffffffffffffffffff1916036106a9578361038885610d1d565b60006106b48461179f565b905080158015906106c55750848114155b15610707576040517fc0b707410000000000000000000000000000000000000000000000000000000081526001600160a01b03851660048201526024016103bc565b6000610712866113ad565b90506001600160a01b0381161561073b5761072c81611824565b61073683826118a3565b610746565b610746866001611941565b6107518686866119e2565b61075b8587611a85565b61076783866001611b10565b505050505050565b610777610bfe565b6107a1827f1873396a00000000000000000000000000000000000000000000000000000000611449565b6107c4616e7360f01b6dffffffffffffffffffffffffffff60801b851617610e31565b6107d08361034061041e565b6104a3838383611bbf565b60006107e5610bfe565b60408051616e7360f01b60208201526000602282018190526030820152610827910160405160208183030381529060405261081f9061519b565b61034061041e565b5081516020830120600061083a8261155b565b90508015610880576040517f3d1d1ae20000000000000000000000000000000000000000000000000000000081526001600160e01b0319831660048201526024016103bc565b61088b82868561160b565b61089582856116d6565b509392505050565b6108a5610bfe565b6108cf827f6fdd1c8000000000000000000000000000000000000000000000000000000000611449565b61094b6108da61041e565b600084846040516024016108ee91906151bf565b60408051601f198184030181529190526020810180517bffffffffffffffffffffffffffffffffffffffffffffffffffffffff167f13861fb500000000000000000000000000000000000000000000000000000000179052611c82565b5061034f8282805190602001206001611c93565b610967610bfe565b6109738261034061041e565b61034f7f7462776f726c6400000000000000000053797374656d486f6f6b7300000000008383611d42565b6109a6610bfe565b6109af81611e55565b6109b881610e31565b6109c48161034061041e565b6109cd81611e86565b50565b6109d8610bfe565b6109e181611e55565b6109ea81611ef1565b6109f3816120e3565b15610a365780610a0282610d1d565b6040517f0dc28f6a0000000000000000000000000000000000000000000000000000000081526004016103bc92919061507b565b610a41816001611941565b610a5281610a4d61041e565b612168565b6109cd81610a5e61041e565b6001611b10565b610a6d610bfe565b610a7683611e55565b610a7f82611391565b610ab5576040517f71ee9e8100000000000000000000000000000000000000000000000000000000815260040160405180910390fd5b610ac18361034061041e565b6000610acc836113ad565b9050610af8817f1a86b55000000000000000000000000000000000000000000000000000000000611449565b610b028484612232565b815115610b14576104a061049761041e565b50505050565b610b22610bfe565b6109cd610b2d61041e565b826122b1565b610b3b610bfe565b61737960f01b836001600160f01b03191614610b615761737960f01b836104d885610d1d565b610b8b827f540fbfa800000000000000000000000000000000000000000000000000000000611449565b610b9483610e31565b610bb7616e7360f01b6dffffffffffffffffffffffffffff60801b851617610e31565b610bc38361034061041e565b6104a3836bffffffffffffffffffffffff19606085901b166bff0000000000000000000000605885901b1617612353565b60006104286123f8565b6001600160a01b037f0000000000000000000000000000000000000000000000000000000000000000163003610c60576040517f9f03a02600000000000000000000000000000000000000000000000000000000815260040160405180910390fd5b565b6001600160a01b038116610c8f616e7360f01b6dffffffffffffffffffffffffffff60801b851617612402565b6001600160a01b03161461034f57610ca682610d1d565b816040517fd787b7370000000000000000000000000000000000000000000000000000000081526004016103bc9291906151d2565b61034f7f746273746f726500000000000000000053746f7265486f6f6b730000000000008383611d42565b6000610d1460706010615213565b9190911b919050565b606081601081901b6000610d3083610d06565b90508271ffffffffffffffffffffffffffffffffffff19831615610d7157610d6c71ffffffffffffffffffffffffffffffffffff1984166114d1565b610da8565b6040518060400160405280600681526020017f3c726f6f743e00000000000000000000000000000000000000000000000000008152505b6fffffffffffffffffffffffffffffffff19831615610dcf57610dca836114d1565b610e06565b6040518060400160405280600681526020017f3c726f6f743e00000000000000000000000000000000000000000000000000008152505b604051602001610e1893929190615226565b6040516020818303038152906040529350505050919050565b610e3a816120e3565b6109cd5780610e4882610d1d565b6040517ffbf10ce60000000000000000000000000000000000000000000000000000000081526004016103bc92919061507b565b613a3160f11b866001600160f01b03191614801590610eaa5750611bdd60f21b866001600160f01b03191614155b15610f0b57613a3160f11b8687604051602001610ec991815260200190565b60408051601f19818403018152908290527f31b466830000000000000000000000000000000000000000000000000000000082526103bc93929160040161511a565b610f1485612493565b610f1f8460016126da565b610f2a8360006126da565b60e084901c60e885901c0160ff16825114610f8a5760e084901c60e885901c0160ff1682516040517f0f72cb98000000000000000000000000000000000000000000000000000000008152600481019290925260248201526044016103bc565b60e085901c60e886901c0160ff16815114610fea5760e085901c60e886901c0160ff1681516040517f7dec4c00000000000000000000000000000000000000000000000000000000008152600481019290925260248201526044016103bc565b60e085901c60e886901c0160ff1660e084901c60e885901c0160ff16146110625760e085901c60e886901c0160ff1660e084901c60e885901c0160ff166040517ff29d4d88000000000000000000000000000000000000000000000000000000008152600481019290925260248201526044016103bc565b61106b85612876565b61107484612876565b146110c65761108285612876565b61108b84612876565b6040517f65cc0adf000000000000000000000000000000000000000000000000000000008152600481019290925260248201526044016103bc565b6110cf856128a8565b6110d8846128a8565b1461112a576110e6856128a8565b6110ef846128a8565b6040517fedea9587000000000000000000000000000000000000000000000000000000008152600481019290925260248201526044016103bc565b60005b61113686612876565b8110156111d15761116061114a85836128c5565b60c581111561115b5761115b61529c565b6128ed565b6008601b8390030287901c60ff16146111c9576008601b8290030286901c60ff1661118e61114a86846128c5565b6040517f254c7db4000000000000000000000000000000000000000000000000000000008152600481019290925260248201526044016103bc565b60010161112d565b506111db866120e3565b156112355785866040516020016111f491815260200190565b60408051601f19818403018152908290527fdfaaf9cf0000000000000000000000000000000000000000000000000000000082526103bc929160040161507b565b611281868686868660405160200161124d91906152b2565b6040516020818303038152906040528660405160200161126d91906152b2565b60405160208183030381529060405261294d565b610767866001611941565b7fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffcc36013560601c806112bb5750335b90565b604080516002808252606082018352600092602083019080368337019050509050836001600160a01b031660001b816000815181106112ff576112ff615334565b602002602001018181525050826001600160a01b031660001b8160018151811061132b5761132b615334565b602002602001018181525050610b147f7462776f726c640000000000000000005573657244656c65676174696f6e436f60001b8260008560405160200161137491815260200190565b60408051601f19818403018152919052630100080160dd1b612a14565b6000811515801561032657506113a682612a29565b1592915050565b6040805160018082528183019092526000918291906020808301908036833701905050905082816000815181106113e6576113e6615334565b6020908102919091010152600061143e7f7462776f726c6400000000000000000053797374656d7300000000000000000083837e15020014010000000000000000000000000000000000000000000000000000612a89565b60601c949350505050565b6114538282612abf565b61034f576040517f74b5e6ff0000000000000000000000000000000000000000000000000000000081526001600160a01b03831660048201526001600160e01b0319821660248201526044016103bc565b60606000806114b587878787612adb565b91509150816114c7576114c781612cab565b9695505050505050565b606060005b6010811015611527576fffffffffffffffffffffffffffffffff198316600882021b7fff000000000000000000000000000000000000000000000000000000000000001615611527576001016114d6565b604080516fffffffffffffffffffffffffffffffff198516602082015281516030909101909152818152805b949350505050565b60408051600180825281830190925260009182919060208083019080368337019050509050827bffffffffffffffffffffffffffffffffffffffffffffffffffffffff1916816000815181106115b3576115b3615334565b602090810291909101015260006115537f7462776f726c6400000000000000000046756e6374696f6e53656c6563746f7283837e24020020040000000000000000000000000000000000000000000000000000612a89565b60006116178383612cb3565b60408051600180825281830190925291925060009160609183919060208083019080368337019050509050867bffffffffffffffffffffffffffffffffffffffffffffffffffffffff19168160008151811061167557611675615334565b60209081029190910101526116cd7f7462776f726c6400000000000000000046756e6374696f6e53656c6563746f72828686867e24020020040000000000000000000000000000000000000000000000000000612cf2565b50505050505050565b606060006116e383612ff8565b905060006116f084613008565b6040805160018082528183019092529192506000919060208083019080368337019050509050857bffffffffffffffffffffffffffffffffffffffffffffffffffffffff19168160008151811061174957611749615334565b60209081029190910101526107677f6f74776f726c6400000000000000000046756e6374696f6e5369676e61747572828686867c0100000000000000000000000000000000000000000000000000000000612cf2565b60408051600180825281830190925260009182919060208083019080368337019050509050826001600160a01b031660001b816000815181106117e4576117e4615334565b602090810291909101015260006115537f7462776f726c6400000000000000000053797374656d526567697374727900008383630100080160dd1b612a89565b60408051600180825281830190925260009160208083019080368337019050509050816001600160a01b031660001b8160008151811061186657611866615334565b602090810291909101015261034f7f7462776f726c6400000000000000000053797374656d5265676973747279000082630100080160dd1b613031565b60408051600280825260608201835260009260208301908036833701905050905082816000815181106118d8576118d8615334565b602002602001018181525050816001600160a01b031660001b8160018151811061190457611904615334565b60209081029190910101526104a37f7462776f726c640000000000000000005265736f75726365416363657373000082630101000160d81b613031565b60408051600180825281830190925260009160208083019080368337019050509050828160008151811061197757611977615334565b6020026020010181815250506104a37f746273746f72650000000000000000005265736f75726365496473000000000060001b826000856040516020016119c591151560f81b815260010190565b60408051601f19818403018152919052630101000160d81b612a14565b60006119ee83836132fd565b604080516001808252818301909252919250600091606091839190602080830190803683370190505090508681600081518110611a2d57611a2d615334565b60209081029190910101526116cd7f7462776f726c6400000000000000000053797374656d73000000000000000000828686867e15020014010000000000000000000000000000000000000000000000000000612cf2565b60408051600180825281830190925260009160208083019080368337019050509050826001600160a01b031660001b81600081518110611ac757611ac7615334565b6020026020010181815250506104a37f7462776f726c6400000000000000000053797374656d5265676973747279000060001b8260008560405160200161137491815260200190565b6040805160028082526060820183526000926020830190803683370190505090508381600081518110611b4557611b45615334565b602002602001018181525050826001600160a01b031660001b81600181518110611b7157611b71615334565b602002602001018181525050610b147f7462776f726c640000000000000000005265736f75726365416363657373000060001b826000856040516020016119c591151560f81b815260010190565b613a3160f11b836001600160f01b03191614611bef57613a3160f11b8384604051602001610ec991815260200190565b611bf8836120e3565b611c51578283604051602001611c1091815260200190565b60408051601f19818403018152908290527f41e713ad0000000000000000000000000000000000000000000000000000000082526103bc929160040161507b565b6104a3836bffffffffffffffffffffffff19606085901b166bff0000000000000000000000605885901b161761332d565b60606000806114b5878787876133d2565b604080516002808252606082018352600092602083019080368337019050509050836001600160a01b031660001b81600081518110611cd457611cd4615334565b6020026020010181815250508281600181518110611cf457611cf4615334565b602002602001018181525050610b147f7462776f726c64000000000000000000496e7374616c6c65644d6f64756c657360001b826000856040516020016119c591151560f81b815260010190565b6000611d4e848461344a565b90506000815167ffffffffffffffff811115611d6c57611d6c614d46565b604051908082528060200260200182016040528015611d95578160200160208202803683370190505b5090506000805b8351811015611e4657846001600160a01b0316611de0858381518110611dc457611dc4615334565b60200260200101516affffffffffffffffffffff191660601c90565b6001600160a01b031614611e3e57838181518110611e0057611e00615334565b6020026020010151838381518110611e1a57611e1a615334565b6affffffffffffffffffffff19909216602092830291909101909101526001909101905b600101611d9c565b508082526107678686846134b5565b616e7360f01b6dffffffffffffffffffffffffffff60801b82161781146109cd57616e7360f01b816104d883610d1d565b604080516001808252818301909252600091602080830190803683370190505090508181600081518110611ebc57611ebc615334565b602090810291909101015261034f7f7462776f726c640000000000000000004e616d65737061636544656c656761748261350c565b6000611efd8260101b90565b90506000611f1f71ffffffffffffffffffffffffffffffffffff1983166114d1565b80519091508015610b1457611f4182611f3960018461534a565b016020015190565b7fff00000000000000000000000000000000000000000000000000000000000000167f5f0000000000000000000000000000000000000000000000000000000000000003611fd2576040517f0efb4b8500000000000000000000000000000000000000000000000000000000815271ffffffffffffffffffffffffffffffffffff19841660048201526024016103bc565b60005b611fe060018361534a565b8110156104a057602081840101517effffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff19167f5f0000000000000000000000000000000000000000000000000000000000000014801561208d575061204883611f39836001615213565b7effffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff19167f5f00000000000000000000000000000000000000000000000000000000000000145b156120db576040517f0efb4b8500000000000000000000000000000000000000000000000000000000815271ffffffffffffffffffffffffffffffffffff19851660048201526024016103bc565b600101611fd5565b60408051600180825281830190925260009182919060208083019080368337019050509050828160008151811061211c5761211c615334565b6020908102919091010152600061215c7f746273746f72650000000000000000005265736f7572636549647300000000008383630101000160d81b612a89565b90506115538160f81c90565b60408051600180825281830190925260009160208083019080368337019050509050828160008151811061219e5761219e615334565b6020026020010181815250506104a37f7462776f726c640000000000000000004e616d6573706163654f776e6572000060001b826000856040516020016121fd919060609190911b6bffffffffffffffffffffffff1916815260140190565b60408051601f198184030181529190527e14010014000000000000000000000000000000000000000000000000000000612a14565b60408051600180825281830190925260009160208083019080368337019050509050828160008151811061226857612268615334565b6020026020010181815250506104a37f7462776f726c640000000000000000004e616d65737061636544656c6567617460001b8260008560405160200161137491815260200190565b604080516002808252606082018352600092602083019080368337019050509050826001600160a01b031660001b816000815181106122f2576122f2615334565b602002602001018181525050816001600160a01b031660001b8160018151811061231e5761231e615334565b60209081029190910101526104a37f7462776f726c640000000000000000005573657244656c65676174696f6e436f8261350c565b60408051600180825281830190925260009160208083019080368337019050509050828160008151811061238957612389615334565b6020026020010181815250506104a37f7462776f726c6400000000000000000053797374656d486f6f6b73000000000060001b826000856040516020016123e491906affffffffffffffffffffff1991909116815260150190565b6040516020818303038152906040526135a7565b6000610428613658565b60408051600180825281830190925260009182919060208083019080368337019050509050828160008151811061243b5761243b615334565b6020908102919091010152600061143e7f7462776f726c640000000000000000004e616d6573706163654f776e6572000083837e14010014000000000000000000000000000000000000000000000000000000612a89565b806124ca576040517fa019e4da00000000000000000000000000000000000000000000000000000000815260040160405180910390fd5b60006124d5826128a8565b9050600581111561251c576040517f6793df6200000000000000000000000000000000000000000000000000000000815260048101829052600560248201526044016103bc565b600061252783612876565b905060006125358383615213565b9050601c81111561257c576040517fecd893b900000000000000000000000000000000000000000000000000000000815260048101829052601c60248201526044016103bc565b6000805b838110156126275760ff601b82900360080287901c1660008190036125d4576040517f53b2dd05000000000000000000000000000000000000000000000000000000008152600481018390526024016103bc565b6020811115612612576040517f7237f237000000000000000000000000000000000000000000000000000000008152600481018390526024016103bc565b61261c8184615213565b925050600101612580565b5061263185613697565b811461267d5761264085613697565b6040517feba964de0000000000000000000000000000000000000000000000000000000081526004810191909152602481018290526044016103bc565b825b601c8110156107675760ff601b82900360080287901c1680156126d1576040517f1d8d44db000000000000000000000000000000000000000000000000000000008152600481018390526024016103bc565b5060010161267f565b801580156126e6575081155b156127075760405163d498615960e01b8152600060048201526024016103bc565b6000612712836128a8565b905060058111156127395760405163d498615960e01b8152600481018290526024016103bc565b600061274484612876565b905060006127528383615213565b9050601c8111156127795760405163d498615960e01b8152600481018290526024016103bc565b6000805b838110156127e557600061279461114a89846128c5565b9050806000036127d0576040517ff44b422000000000000000000000000000000000000000000000000000000000815260040160405180910390fd5b6127da8184615213565b92505060010161277d565b506127ef86613697565b811461281a576127fe86613697565b60405163d498615960e01b81526004016103bc91815260200190565b825b828110156116cd57600061283361114a89846128c5565b9050801561286d576040517ff44b422000000000000000000000000000000000000000000000000000000000815260040160405180910390fd5b5060010161281c565b6000600860016128886002602061534a565b612892919061534a565b61289c919061535d565b8260ff911c1692915050565b600060086001806128bb6002602061534a565b612888919061534a565b6000601b8290036008028360ff911c1660c58111156128e6576128e661529c565b9392505050565b6000808260c58111156129025761290261529c565b60ff169050606181101561291c57601f1660010192915050565b60618360c58111156129305761293061529c565b0361293e5750601492915050565b50600092915050565b50919050565b600061295a8686866136ba565b9050600061296884846136f0565b90506000612976858561370d565b604080516001808252818301909252919250600091906020808301908036833701905050905089816000815181106129b0576129b0615334565b6020908102919091010152612a087f746273746f72650000000000000000005461626c657300000000000000000000828686867e60030220202000000000000000000000000000000000000000000000000000612cf2565b50505050505050505050565b6104a08585612a238487613722565b85613753565b6040805161737960f01b60208201526000602282018190527f756e6c696d69746564000000000000000000000000000000000000000000000060308301529101604051602081830303815290604052612a819061519b565b909114919050565b6000612ab6612a9886866139bb565b60ff858116601b0360080285901c16612ab18587613722565b613a11565b95945050505050565b6000612aca83613a62565b80156128e657506128e68383613aa3565b600060606000612aea86613b5b565b905060005b8151811015612bbd576000828281518110612b0c57612b0c615334565b60200260200101519050612b386001826affffffffffffffffffffff1916613bdf90919063ffffffff16565b15612bb4576040517fc3323031000000000000000000000000000000000000000000000000000000008152606082901c9063c332303190612b81908c908c908c90600401615374565b600060405180830381600087803b158015612b9b57600080fd5b505af1158015612baf573d6000803e3d6000fd5b505050505b50600101612aef565b50612bca87858888613bfd565b909350915060005b8151811015612ca0576000828281518110612bef57612bef615334565b60200260200101519050612c1b6002826affffffffffffffffffffff1916613bdf90919063ffffffff16565b15612c97576040517f973d8f99000000000000000000000000000000000000000000000000000000008152606082901c9063973d8f9990612c64908c908c908c90600401615374565b600060405180830381600087803b158015612c7e57600080fd5b505af1158015612c92573d6000803e3d6000fd5b505050505b50600101612bd2565b505094509492505050565b805160208201fd5b60608282604051602001612cdb9291909182526001600160e01b031916602082015260240190565b604051602081830303815290604052905092915050565b611bdd60f21b866001600160f01b03191603612d4b57857f8dbb3a9672eebfd3773e72dd9c102393436816d832c7ba9e1e1ac8fcadcac7a986868686604051612d3e94939291906153d8565b60405180910390a2610767565b6000612d5687613ccf565b905060005b8151811015612e2f576000828281518110612d7857612d78615334565b60200260200101519050612da46001826affffffffffffffffffffff1916613bdf90919063ffffffff16565b15612e26576040517f57066c9c000000000000000000000000000000000000000000000000000000008152606082901c906357066c9c90612df3908c908c908c908c908c908c90600401615417565b600060405180830381600087803b158015612e0d57600080fd5b505af1158015612e21573d6000803e3d6000fd5b505050505b50600101612d5b565b50867f8dbb3a9672eebfd3773e72dd9c102393436816d832c7ba9e1e1ac8fcadcac7a987878787604051612e6694939291906153d8565b60405180910390a26000612e7a88886139bb565b90506000602087019050612e92826000895184613d41565b6000612e9d856128a8565b1115612f21576000612eaf8a8a613e00565b878155905060208601915060008060005b612ec9886128a8565b8160ff161015612f1c57612ede8d8d83613e56565b9250612ef98a8260ff166028026038011c64ffffffffff1690565b9150612f088360008488613d41565b612f128286615213565b9450600101612ec0565b505050505b60005b8351811015612a08576000848281518110612f4157612f41615334565b60200260200101519050612f6d6002826affffffffffffffffffffff1916613bdf90919063ffffffff16565b15612fef576040517f5b28cdaf000000000000000000000000000000000000000000000000000000008152606082901c90635b28cdaf90612fbc908e908e908e908e908e908e90600401615417565b600060405180830381600087803b158015612fd657600080fd5b505af1158015612fea573d6000803e3d6000fd5b505050505b50600101612f24565b60006103268251603881901b1790565b60608160405160200161301b9190615470565b6040516020818303038152906040529050919050565b611bdd60f21b836001600160f01b0319160361308457827f0e1f72f429eb97e64878619984a91e687ae91610348b9ff4216782cc96e49d0783604051613077919061548c565b60405180910390a2505050565b600061308f84613ccf565b905060005b81518110156131625760008282815181106130b1576130b1615334565b602002602001015190506130dd6040826affffffffffffffffffffff1916613bdf90919063ffffffff16565b15613159576040517f9faeaf45000000000000000000000000000000000000000000000000000000008152606082901c90639faeaf45906131269089908990899060040161549f565b600060405180830381600087803b15801561314057600080fd5b505af1158015613154573d6000803e3d6000fd5b505050505b50600101613094565b50837f0e1f72f429eb97e64878619984a91e687ae91610348b9ff4216782cc96e49d0784604051613193919061548c565b60405180910390a260006131a785856139bb565b90506132008160006131b886613697565b67ffffffffffffffff8111156131d0576131d0614d46565b6040519080825280601f01601f1916602001820160405280156131fa576020820181803683370190505b50613ed6565b600061320b846128a8565b111561322c57600061321d8686613e00565b905061322a816020613eec565b505b60005b825181101561076757600083828151811061324c5761324c615334565b602002602001015190506132786080826affffffffffffffffffffff1916613bdf90919063ffffffff16565b156132f4576040517f83b5c95b000000000000000000000000000000000000000000000000000000008152606082901c906383b5c95b906132c1908a908a908a9060040161549f565b600060405180830381600087803b1580156132db57600080fd5b505af11580156132ef573d6000803e3d6000fd5b505050505b5060010161322f565b604051606083811b6bffffffffffffffffffffffff1916602083015282151560f81b603483015290603501612cdb565b60408051600180825281830190925260009160208083019080368337019050509050828160008151811061336357613363615334565b6020026020010181815250506104a37f746273746f726500000000000000000053746f7265486f6f6b7300000000000060001b826000856040516020016133be91906affffffffffffffffffffff1991909116815260150190565b604051602081830303815290604052613f29565b60006060836001600160a01b031660006133ed858989613f64565b6040516133fa9190615470565b60006040518083038185875af1925050503d8060008114613437576040519150601f19603f3d011682016040523d82523d6000602084013e61343c565b606091505b509097909650945050505050565b6040805160018082528183019092526060916000919060208083019080368337019050509050828160008151811061348457613484615334565b602002602001018181525050600061349e85836000613f7b565b9050612ab66134b08260008451613fb5565b614043565b6040805160018082528183019092526000916020808301908036833701905050905082816000815181106134eb576134eb615334565b602002602001018181525050610b148482600061350786614054565b614064565b6000613516613658565b9050306001600160a01b03821603613532576104a3838361409f565b6040517f505a181d0000000000000000000000000000000000000000000000000000000081526001600160a01b0382169063505a181d9061357990869086906004016154c8565b600060405180830381600087803b15801561359357600080fd5b505af11580156116cd573d6000803e3d6000fd5b60006135b1613658565b9050306001600160a01b038216036135d4576135cf85858585613f29565b6104a0565b6040517f150f32620000000000000000000000000000000000000000000000000000000081526001600160a01b0382169063150f32629061361f9088908890889088906004016154e1565b600060405180830381600087803b15801561363957600080fd5b505af115801561364d573d6000803e3d6000fd5b505050505050505050565b7f629a4c26e296b22a8e0856e9f6ecb2d1008d7e00081111962cd175fa7488e175546000906001600160a01b031680613692573391505090565b919050565b600060086136a76002602061534a565b6136b1919061535d565b9190911c919050565b60408051602081018590529081018390526060818101839052906080015b60405160208183030381529060405290509392505050565b8151815160009181810160389190911b1760609190911b176128e6565b60608282604051602001612cdb929190615515565b600080805b8360ff168110156108955761374960ff601b83900360080287901c1683615213565b9150600101613727565b611bdd60f21b846001600160f01b031916036137aa57837f8c0b5119d4cec7b284c6b1b39252a03d1e2f2d7451a5895562524c113bb952be84848460405161379d93929190615544565b60405180910390a2610b14565b60006137b685856139bb565b905060006137c386613ccf565b905060005b81518110156138985760008282815181106137e5576137e5615334565b602002602001015190506138116004826affffffffffffffffffffff1916613bdf90919063ffffffff16565b1561388f576040517f964f667d000000000000000000000000000000000000000000000000000000008152606082901c9063964f667d9061385c908b908b908b908b90600401615577565b600060405180830381600087803b15801561387657600080fd5b505af115801561388a573d6000803e3d6000fd5b505050505b506001016137c8565b50857f8c0b5119d4cec7b284c6b1b39252a03d1e2f2d7451a5895562524c113bb952be8686866040516138cd93929190615544565b60405180910390a26138e8828565ffffffffffff1685613ed6565b60005b81518110156116cd57600082828151811061390857613908615334565b602002602001015190506139346008826affffffffffffffffffffff1916613bdf90919063ffffffff16565b156139b2576040517fa8ba8721000000000000000000000000000000000000000000000000000000008152606082901c9063a8ba87219061397f908b908b908b908b90600401615577565b600060405180830381600087803b15801561399957600080fd5b505af11580156139ad573d6000803e3d6000fd5b505050505b506001016138eb565b600082826040516020016139d09291906155b0565b60408051601f1981840301815291905280516020909101207f86425bff6b57326c7859e89024fe4f238ca327a1ae4a230180dd2f0e88aaa7d9189392505050565b600060208210613a3757602082048401935060208281613a3357613a336155ec565b0691505b508254600882021b602082900380841115610895576001850154600882021c82179150509392505050565b6000613a8e827f01ffc9a700000000000000000000000000000000000000000000000000000000613aa3565b801561032657506113a6826001600160e01b03195b6040516001600160e01b031982166024820152600090819060440160408051601f19818403018152919052602080820180517bffffffffffffffffffffffffffffffffffffffffffffffffffffffff167f01ffc9a700000000000000000000000000000000000000000000000000000000178152825192935060009283928392909183918a617530fa92503d91506000519050828015613b44575060208210155b8015613b505750600081115b979650505050505050565b60408051600180825281830190925260609160009190602080830190803683370190505090508281600081518110613b9557613b95615334565b60209081029190910101526000613bcd7f7462776f726c6400000000000000000053797374656d486f6f6b7300000000008383613f7b565b90506115536134b08260008451613fb5565b60008160ff1682613bf08560581c90565b1660ff1614905092915050565b60006060600080613c0d866140b2565b90925090506001600160a01b038216613c2a5785610e4887610d1d565b80613c3957613c39868961416a565b8615613c7d576dffffffffffffffffffffffffffff60801b8616616e7360f01b176000613c6582614181565b9050613c7a82613c758b84615213565b6141fa565b50505b6000613c898760101b90565b71ffffffffffffffffffffffffffffffffffff191614613cb457613caf888884886133d2565b613cc0565b613cc088888488614279565b90999098509650505050505050565b60408051600180825281830190925260609160009190602080830190803683370190505090508281600081518110613d0957613d09615334565b60209081029190910101526000613bcd7f746273746f726500000000000000000053746f7265486f6f6b730000000000008383613f7b565b8215613dbb5760208310613d6b57602083048401935060208381613d6757613d676155ec565b0692505b8215613dbb5760208390036000600019600885021c1990506008850281811c91508351811c9050811987541682821617875550818411613dac575050610b14565b50600194909401939182900391015b5b60208210613ddd5780518455600190930192601f1990910190602001613dbc565b8115610b14576000600019600884021c8554835182191691161785555050505050565b60008282604051602001613e159291906155b0565b60408051601f1981840301815291905280516020909101207f14e2fcc58e58e68ec7edc30c8d50dccc3ce2714a623ec81f46b6a63922d76569189392505050565b60008383604051602001613e6b9291906155b0565b604051602081830303815290604052805190602001208260f81b7effffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff19167f3b4102da22e32d82fc925482184f16c09fd4281692720b87d124aef6da48a0f1181860001c90509392505050565b6104a383838351613ee78560200190565b613d41565b60006020613efb83601f615213565b613f059190615602565b613f0f9084615213565b90505b808310156104a35760008355600183019250613f12565b6000613f3585856142da565b90506000613f52828560ff166028026038011c64ffffffffff1690565b905061076786868684600088886142ed565b60608383836040516020016136d893929190615624565b6060611553613f8b858585613e56565b6000613fb085613f9b89896142da565b9060ff166028026038011c64ffffffffff1690565b614697565b600081831180613fc55750835182115b15614002578383836040517f23230fa30000000000000000000000000000000000000000000000000000000081526004016103bc93929190615663565b602084016140108482615213565b9050600061401e858561534a565b6fffffffffffffffffffffffffffffffff1660809290921b9190911795945050505050565b606060006128e683601560006146ba565b6060816128e68160156000614735565b600061407085856142da565b9050600061408d828560ff166028026038011c64ffffffffff1690565b905061076786868660008588886142ed565b61034f82826140ad85614789565b613031565b604080516001808252818301909252600091829182916020808301908036833701905050905083816000815181106140ec576140ec615334565b6020908102919091010152600080806141457f7462776f726c6400000000000000000053797374656d73000000000000000000857e1502001401000000000000000000000000000000000000000000000000000061480e565b5050602081015160349091015160609190911c9860f89190911c975095505050505050565b6141748282614916565b61034f57610ca682610d1d565b6040805160018082528183019092526000918291906020808301908036833701905050905082816000815181106141ba576141ba615334565b602090810291909101015260006115537f7462776f726c6400000000000000000042616c616e63657300000000000000008383630100080160dd1b612a89565b60408051600180825281830190925260009160208083019080368337019050509050828160008151811061423057614230615334565b6020026020010181815250506104a37f7462776f726c6400000000000000000042616c616e636573000000000000000060001b8260008560405160200161137491815260200190565b60006060836001600160a01b0316614292848888613f64565b60405161429f9190615470565b600060405180830381855af49150503d8060008114613437576040519150601f19603f3d011682016040523d82523d6000602084013e61343c565b60006128e66142e98484613e00565b5490565b613a3160f11b876001600160f01b0319161461431d57613a3160f11b8788604051602001610ec991815260200190565b6000614338828760ff166028026038011c64ffffffffff1690565b9050600083518564ffffffffff1683614351919061534a565b61435b9190615213565b905080821415801561437d5750816143738688615688565b64ffffffffff1614155b156143cd576040517fa65010b400000000000000000000000000000000000000000000000000000000815264ffffffffff80881660048301528087166024830152831660448201526064016103bc565b818664ffffffffff16111561441e576040517f7e8578d30000000000000000000000000000000000000000000000000000000081526004810183905264ffffffffff871660248201526044016103bc565b600061442b84898461494c565b905060006144388b613ccf565b905060005b815181101561450357600082828151811061445a5761445a615334565b602002602001015190506144866010826affffffffffffffffffffff1916613bdf90919063ffffffff16565b156144fa57606081901c6001600160a01b03166355eb5a288e8e8e8e8e8d8f6040518863ffffffff1660e01b81526004016144c797969594939291906156ad565b600060405180830381600087803b1580156144e157600080fd5b505af11580156144f5573d6000803e3d6000fd5b505050505b5060010161443d565b5064ffffffffff881660005b8a60ff168160ff16101561454257614536878260ff166028026038011c64ffffffffff1690565b9091019060010161450f565b508b7ffe158a7adba34e256807c8a149028d3162918713c3838afc643ce9f96716ebfd8c8c848c888d60405161457d9695949392919061570b565b60405180910390a25082841461459e5760006145998c8c613e00565b839055505b60006145ab8c8c8c613e56565b90506145bf818a64ffffffffff1689613ed6565b5060005b81518110156146895760008282815181106145e0576145e0615334565b6020026020010151905061460c6020826affffffffffffffffffffff1916613bdf90919063ffffffff16565b1561468057606081901c6001600160a01b031663635845338e8e8e8e8e8a8f6040518863ffffffff1660e01b815260040161464d97969594939291906156ad565b600060405180830381600087803b15801561466757600080fd5b505af115801561467b573d6000803e3d6000fd5b505050505b506001016145c3565b505050505050505050505050565b60405160208101601f19603f848401011660405282825261089585858584614a1a565b606060006146c88560801c90565b90506fffffffffffffffffffffffffffffffff851660008582816146ee576146ee6155ec565b04905060405193506020840160208202810160405281855260005b82811015614729578451871c825293870193602090910190600101614709565b50505050509392505050565b82516060906000614746858361535d565b9050604051925060208301601f19603f83860101166040528184526000602088015b84821015614729578051871b83529187019160019190910190602001614768565b60007f8b9d8c8b908d9affffffffffffffffffab9e9d939a8d0000000000000000000082016147d857507e60030220202000000000000000000000000000000000000000000000000000919050565b6103266148057f746273746f72650000000000000000005461626c65730000000000000000000084614ae6565b60206000613a11565b606060006060600061481f85613697565b905061482c878783614b02565b93506000614839866128a8565b9050801561490b5761484b88886142da565b935066ffffffffffffff841667ffffffffffffffff81111561486f5761486f614d46565b6040519080825280601f01601f191660200182016040528015614899576020820181803683370190505b5092506020830160005b828160ff1610156149085760006148bb8b8b84613e56565b905060006148d8888460ff166028026038011c64ffffffffff1690565b90506148e78260008387614a1a565b6148f18185615213565b93505050808061490090615767565b9150506148a3565b50505b505093509350939050565b600061493c616e7360f01b6dffffffffffffffffffffffffffff60801b85161783614b3b565b806128e657506128e68383614b3b565b600064ffffffffff821115614990576040517f47670588000000000000000000000000000000000000000000000000000000008152600481018390526024016103bc565b8366ffffffffffffff811660ff851660280260380182901c64ffffffffff168085106149c257808503820191506149ca565b848103820391505b5064ffffffffff6038602860ff8816020181811b197fffffffffffffffffffffffffffffffffffffffffffffffffff000000000000009490941690921792909216918416901b1790509392505050565b8215614aa15760208310614a4457602083048401935060208381614a4057614a406155ec565b0692505b8215614aa1576020839003600081841015614a675750600019600884021c614a71565b50600019600882021c5b8554600886021b818451168219821617845250818411614a92575050610b14565b50600194909401939182900391015b5b60208210614ac35783548152600190930192601f1990910190602001614aa2565b8115610b14576000600019600884021c8251865482191691161782525050505050565b60408051602081018490529081018290526000906060016139d0565b606081600003614b2157506040805160208101909152600081526128e6565b6000614b2d85856139bb565b9050612ab681600085614697565b604080516002808252606082018352600092839291906020830190803683370190505090508381600081518110614b7457614b74615334565b602002602001018181525050826001600160a01b031660001b81600181518110614ba057614ba0615334565b60209081029190910101526000614be07f7462776f726c640000000000000000005265736f7572636541636365737300008383630101000160d81b612a89565b9050612ab68160f81c90565b80356001600160e01b03198116811461369257600080fd5b600060208284031215614c1657600080fd5b6128e682614bec565b6001600160a01b03811681146109cd57600080fd5b60008060408385031215614c4757600080fd5b823591506020830135614c5981614c1f565b809150509250929050565b60008083601f840112614c7657600080fd5b50813567ffffffffffffffff811115614c8e57600080fd5b6020830191508360208260051b8501011115614ca957600080fd5b9250929050565b60008060008060008060008060c0898b031215614ccc57600080fd5b88359750602089013596506040890135955060608901359450608089013567ffffffffffffffff80821115614d0057600080fd5b614d0c8c838d01614c64565b909650945060a08b0135915080821115614d2557600080fd5b50614d328b828c01614c64565b999c989b5096995094979396929594505050565b634e487b7160e01b600052604160045260246000fd5b604051601f8201601f1916810167ffffffffffffffff81118282101715614d8557614d85614d46565b604052919050565b600082601f830112614d9e57600080fd5b813567ffffffffffffffff811115614db857614db8614d46565b614dcb6020601f19601f84011601614d5c565b818152846020838601011115614de057600080fd5b816020850160208301376000918101602001919091529392505050565b600080600060608486031215614e1257600080fd5b8335614e1d81614c1f565b925060208401359150604084013567ffffffffffffffff811115614e4057600080fd5b614e4c86828701614d8d565b9150509250925092565b60008060408385031215614e6957600080fd5b82359150602083013567ffffffffffffffff811115614e8757600080fd5b614e9385828601614d8d565b9150509250929050565b600080600060608486031215614eb257600080fd5b833592506020840135614ec481614c1f565b915060408401358015158114614ed957600080fd5b809150509250925092565b803560ff8116811461369257600080fd5b600080600060608486031215614f0a57600080fd5b833592506020840135614f1c81614c1f565b9150614f2a60408501614ee4565b90509250925092565b600080600060608486031215614f4857600080fd5b83359250602084013567ffffffffffffffff811115614f6657600080fd5b614f7286828701614d8d565b925050614f2a60408501614bec565b60008060408385031215614f9457600080fd5b8235614f9f81614c1f565b9150602083013567ffffffffffffffff811115614e8757600080fd5b600060208284031215614fcd57600080fd5b5035919050565b600080600060608486031215614fe957600080fd5b8335925060208401359150604084013567ffffffffffffffff811115614e4057600080fd5b60006020828403121561502057600080fd5b81356128e681614c1f565b60005b8381101561504657818101518382015260200161502e565b50506000910152565b6000815180845261506781602086016020860161502b565b601f01601f19169290920160200192915050565b828152604060208201526000611553604083018461504f565b600067ffffffffffffffff808411156150af576150af614d46565b8360051b60206150c160208301614d5c565b868152918501916020810190368411156150da57600080fd5b865b8481101561510e578035868111156150f45760008081fd5b61510036828b01614d8d565b8452509183019183016150dc565b50979650505050505050565b6001600160f01b031984168152826020820152606060408201526000612ab6606083018461504f565b6000835161515581846020880161502b565b7f5f5f000000000000000000000000000000000000000000000000000000000000908301908152835161518f81600284016020880161502b565b01600201949350505050565b805160208083015191908110156129475760001960209190910360031b1b16919050565b6020815260006128e6602083018461504f565b6040815260006151e5604083018561504f565b90506001600160a01b03831660208301529392505050565b634e487b7160e01b600052601160045260246000fd5b80820180821115610326576103266151fd565b6001600160f01b03198416815260007f3a00000000000000000000000000000000000000000000000000000000000000806002840152845161526f81600386016020890161502b565b80840190508160038201528451915061528f82600483016020880161502b565b0160040195945050505050565b634e487b7160e01b600052602160045260246000fd5b600060208083016020845280855180835260408601915060408160051b87010192506020870160005b82811015615327577fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffc088860301845261531585835161504f565b945092850192908501906001016152db565b5092979650505050505050565b634e487b7160e01b600052603260045260246000fd5b81810381811115610326576103266151fd565b8082028115828204841417610326576103266151fd565b6001600160a01b0384168152826020820152606060408201526000612ab6606083018461504f565b60008151808452602080850194506020840160005b838110156153cd578151875295820195908201906001016153b1565b509495945050505050565b6080815260006153eb608083018761539c565b82810360208401526153fd818761504f565b90508460408401528281036060840152613b50818561504f565b86815260c06020820152600061543060c083018861539c565b8281036040840152615442818861504f565b9050856060840152828103608084015261545c818661504f565b9150508260a0830152979650505050505050565b6000825161548281846020870161502b565b9190910192915050565b6020815260006128e6602083018461539c565b8381526060602082015260006154b8606083018561539c565b9050826040830152949350505050565b828152604060208201526000611553604083018461539c565b8481526080602082015260006154fa608083018661539c565b60ff851660408401528281036060840152613b50818561504f565b6000835161552781846020880161502b565b83519083019061553b81836020880161502b565b01949350505050565b606081526000615557606083018661539c565b65ffffffffffff8516602084015282810360408401526114c7818561504f565b848152608060208201526000615590608083018661539c565b65ffffffffffff851660408401528281036060840152613b50818561504f565b8281526000602080830184516020860160005b828110156155df578151845292840192908401906001016155c3565b5091979650505050505050565b634e487b7160e01b600052601260045260246000fd5b60008261561f57634e487b7160e01b600052601260045260246000fd5b500490565b6000845161563681846020890161502b565b60609490941b6bffffffffffffffffffffffff191691909301908152601481019190915260340192915050565b606081526000615676606083018661504f565b60208301949094525060400152919050565b64ffffffffff8181168382160190808211156156a6576156a66151fd565b5092915050565b87815260e0602082015260006156c660e083018961539c565b60ff8816604084015264ffffffffff87811660608501528616608084015260a0830185905282810360c08401526156fd818561504f565b9a9950505050505050505050565b60c08152600061571e60c083018961539c565b60ff8816602084015265ffffffffffff8716604084015264ffffffffff8616606084015284608084015282810360a084015261575a818561504f565b9998505050505050505050565b600060ff821660ff810361577d5761577d6151fd565b6001019291505056fea164736f6c6343000818000a","sourceMap":"740:212:87:-:0;;;981:4:86;938:48;;740:212:87;;;;;;;;;;;;;;;;;;;;;;","linkReferences":{}},"deployedBytecode":{"object":"0x608060405234801561001057600080fd5b50600436106101365760003560e01c8063742d6118116100b2578063b29e408911610081578063cdc938c511610066578063cdc938c514610295578063d5f8337f146102a8578063e1af802c146102bb57600080fd5b8063b29e40891461026f578063bfdfaff71461028257600080fd5b8063742d6118146102235780638da798da14610236578063a92813ad14610249578063aa66e9c81461025c57600080fd5b80631d2257ba116101095780633350b6a9116100ee5780633350b6a9146101ea57806345ec9354146101fd578063530f4b601461021057600080fd5b80631d2257ba146101ab57806326d98102146101be57600080fd5b806301ffc9a71461013b57806305609129146101635780630ba51f4914610178578063119df25f1461018b575b600080fd5b61014e610149366004614c04565b6102c3565b60405190151581526020015b60405180910390f35b610176610171366004614c34565b61032c565b005b610176610186366004614cb0565b610353565b61019361041e565b6040516001600160a01b03909116815260200161015a565b6101766101b9366004614dfd565b61042d565b6101d16101cc366004614e56565b6104a8565b6040516001600160e01b0319909116815260200161015a565b6101766101f8366004614e9d565b6105f4565b604051601f19360135815260200161015a565b61017661021e366004614ef5565b61076f565b6101d1610231366004614f33565b6107db565b610176610244366004614f81565b61089d565b610176610257366004614c34565b61095f565b61017661026a366004614fbb565b61099e565b61017661027d366004614fbb565b6109d0565b610176610290366004614fd4565b610a65565b6101766102a336600461500e565b610b1a565b6101766102b6366004614ef5565b610b33565b610193610bf4565b60006001600160e01b031982167fb5dee12700000000000000000000000000000000000000000000000000000000148061032657506001600160e01b031982167f01ffc9a700000000000000000000000000000000000000000000000000000000145b92915050565b610334610bfe565b6103458261034061041e565b610c62565b61034f8282610cdb565b5050565b61035b610bfe565b600061036689610d06565b6fffffffffffffffffffffffffffffffff1916036103c5578761038889610d1d565b6040517fe4ac069e0000000000000000000000000000000000000000000000000000000081526004016103bc92919061507b565b60405180910390fd5b6103e8616e7360f01b6dffffffffffffffffffffffffffff60801b8a1617610e31565b6103f48861034061041e565b61041488888888610405888a615094565b61040f8789615094565b610e7c565b5050505050505050565b600061042861128c565b905090565b610435610bfe565b61044761044061041e565b84846112be565b61045082611391565b156104a3576000610460836113ad565b905061048c817f1a86b55000000000000000000000000000000000000000000000000000000000611449565b6104a061049761041e565b848460006114a4565b50505b505050565b60006104b2610bfe565b61737960f01b836001600160f01b0319161461050d5761737960f01b836104d885610d1d565b6040517f5c30fb6f0000000000000000000000000000000000000000000000000000000081526004016103bc9392919061511a565b61051683610e31565b6105228361034061041e565b600061054b6105318560101b90565b71ffffffffffffffffffffffffffffffffffff19166114d1565b905060008184604051602001610562929190615143565b60405160208183030381529060405290508080519060200120925060006105888461155b565b905080156105ce576040517f3d1d1ae20000000000000000000000000000000000000000000000000000000081526001600160e01b0319851660048201526024016103bc565b845160208601206105e085888361160b565b6105ea85846116d6565b5050505092915050565b6105fc610bfe565b61737960f01b836001600160f01b031916146106225761737960f01b836104d885610d1d565b6dffffffffffffffffffffffffffff60801b8316616e7360f01b1761064681610e31565b6106528161034061041e565b61067c837fb5dee12700000000000000000000000000000000000000000000000000000000611449565b600061068785610d06565b6fffffffffffffffffffffffffffffffff1916036106a9578361038885610d1d565b60006106b48461179f565b905080158015906106c55750848114155b15610707576040517fc0b707410000000000000000000000000000000000000000000000000000000081526001600160a01b03851660048201526024016103bc565b6000610712866113ad565b90506001600160a01b0381161561073b5761072c81611824565b61073683826118a3565b610746565b610746866001611941565b6107518686866119e2565b61075b8587611a85565b61076783866001611b10565b505050505050565b610777610bfe565b6107a1827f1873396a00000000000000000000000000000000000000000000000000000000611449565b6107c4616e7360f01b6dffffffffffffffffffffffffffff60801b851617610e31565b6107d08361034061041e565b6104a3838383611bbf565b60006107e5610bfe565b60408051616e7360f01b60208201526000602282018190526030820152610827910160405160208183030381529060405261081f9061519b565b61034061041e565b5081516020830120600061083a8261155b565b90508015610880576040517f3d1d1ae20000000000000000000000000000000000000000000000000000000081526001600160e01b0319831660048201526024016103bc565b61088b82868561160b565b61089582856116d6565b509392505050565b6108a5610bfe565b6108cf827f6fdd1c8000000000000000000000000000000000000000000000000000000000611449565b61094b6108da61041e565b600084846040516024016108ee91906151bf565b60408051601f198184030181529190526020810180517bffffffffffffffffffffffffffffffffffffffffffffffffffffffff167f13861fb500000000000000000000000000000000000000000000000000000000179052611c82565b5061034f8282805190602001206001611c93565b610967610bfe565b6109738261034061041e565b61034f7f7462776f726c6400000000000000000053797374656d486f6f6b7300000000008383611d42565b6109a6610bfe565b6109af81611e55565b6109b881610e31565b6109c48161034061041e565b6109cd81611e86565b50565b6109d8610bfe565b6109e181611e55565b6109ea81611ef1565b6109f3816120e3565b15610a365780610a0282610d1d565b6040517f0dc28f6a0000000000000000000000000000000000000000000000000000000081526004016103bc92919061507b565b610a41816001611941565b610a5281610a4d61041e565b612168565b6109cd81610a5e61041e565b6001611b10565b610a6d610bfe565b610a7683611e55565b610a7f82611391565b610ab5576040517f71ee9e8100000000000000000000000000000000000000000000000000000000815260040160405180910390fd5b610ac18361034061041e565b6000610acc836113ad565b9050610af8817f1a86b55000000000000000000000000000000000000000000000000000000000611449565b610b028484612232565b815115610b14576104a061049761041e565b50505050565b610b22610bfe565b6109cd610b2d61041e565b826122b1565b610b3b610bfe565b61737960f01b836001600160f01b03191614610b615761737960f01b836104d885610d1d565b610b8b827f540fbfa800000000000000000000000000000000000000000000000000000000611449565b610b9483610e31565b610bb7616e7360f01b6dffffffffffffffffffffffffffff60801b851617610e31565b610bc38361034061041e565b6104a3836bffffffffffffffffffffffff19606085901b166bff0000000000000000000000605885901b1617612353565b60006104286123f8565b6001600160a01b037f0000000000000000000000000000000000000000000000000000000000000000163003610c60576040517f9f03a02600000000000000000000000000000000000000000000000000000000815260040160405180910390fd5b565b6001600160a01b038116610c8f616e7360f01b6dffffffffffffffffffffffffffff60801b851617612402565b6001600160a01b03161461034f57610ca682610d1d565b816040517fd787b7370000000000000000000000000000000000000000000000000000000081526004016103bc9291906151d2565b61034f7f746273746f726500000000000000000053746f7265486f6f6b730000000000008383611d42565b6000610d1460706010615213565b9190911b919050565b606081601081901b6000610d3083610d06565b90508271ffffffffffffffffffffffffffffffffffff19831615610d7157610d6c71ffffffffffffffffffffffffffffffffffff1984166114d1565b610da8565b6040518060400160405280600681526020017f3c726f6f743e00000000000000000000000000000000000000000000000000008152505b6fffffffffffffffffffffffffffffffff19831615610dcf57610dca836114d1565b610e06565b6040518060400160405280600681526020017f3c726f6f743e00000000000000000000000000000000000000000000000000008152505b604051602001610e1893929190615226565b6040516020818303038152906040529350505050919050565b610e3a816120e3565b6109cd5780610e4882610d1d565b6040517ffbf10ce60000000000000000000000000000000000000000000000000000000081526004016103bc92919061507b565b613a3160f11b866001600160f01b03191614801590610eaa5750611bdd60f21b866001600160f01b03191614155b15610f0b57613a3160f11b8687604051602001610ec991815260200190565b60408051601f19818403018152908290527f31b466830000000000000000000000000000000000000000000000000000000082526103bc93929160040161511a565b610f1485612493565b610f1f8460016126da565b610f2a8360006126da565b60e084901c60e885901c0160ff16825114610f8a5760e084901c60e885901c0160ff1682516040517f0f72cb98000000000000000000000000000000000000000000000000000000008152600481019290925260248201526044016103bc565b60e085901c60e886901c0160ff16815114610fea5760e085901c60e886901c0160ff1681516040517f7dec4c00000000000000000000000000000000000000000000000000000000008152600481019290925260248201526044016103bc565b60e085901c60e886901c0160ff1660e084901c60e885901c0160ff16146110625760e085901c60e886901c0160ff1660e084901c60e885901c0160ff166040517ff29d4d88000000000000000000000000000000000000000000000000000000008152600481019290925260248201526044016103bc565b61106b85612876565b61107484612876565b146110c65761108285612876565b61108b84612876565b6040517f65cc0adf000000000000000000000000000000000000000000000000000000008152600481019290925260248201526044016103bc565b6110cf856128a8565b6110d8846128a8565b1461112a576110e6856128a8565b6110ef846128a8565b6040517fedea9587000000000000000000000000000000000000000000000000000000008152600481019290925260248201526044016103bc565b60005b61113686612876565b8110156111d15761116061114a85836128c5565b60c581111561115b5761115b61529c565b6128ed565b6008601b8390030287901c60ff16146111c9576008601b8290030286901c60ff1661118e61114a86846128c5565b6040517f254c7db4000000000000000000000000000000000000000000000000000000008152600481019290925260248201526044016103bc565b60010161112d565b506111db866120e3565b156112355785866040516020016111f491815260200190565b60408051601f19818403018152908290527fdfaaf9cf0000000000000000000000000000000000000000000000000000000082526103bc929160040161507b565b611281868686868660405160200161124d91906152b2565b6040516020818303038152906040528660405160200161126d91906152b2565b60405160208183030381529060405261294d565b610767866001611941565b7fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffcc36013560601c806112bb5750335b90565b604080516002808252606082018352600092602083019080368337019050509050836001600160a01b031660001b816000815181106112ff576112ff615334565b602002602001018181525050826001600160a01b031660001b8160018151811061132b5761132b615334565b602002602001018181525050610b147f7462776f726c640000000000000000005573657244656c65676174696f6e436f60001b8260008560405160200161137491815260200190565b60408051601f19818403018152919052630100080160dd1b612a14565b6000811515801561032657506113a682612a29565b1592915050565b6040805160018082528183019092526000918291906020808301908036833701905050905082816000815181106113e6576113e6615334565b6020908102919091010152600061143e7f7462776f726c6400000000000000000053797374656d7300000000000000000083837e15020014010000000000000000000000000000000000000000000000000000612a89565b60601c949350505050565b6114538282612abf565b61034f576040517f74b5e6ff0000000000000000000000000000000000000000000000000000000081526001600160a01b03831660048201526001600160e01b0319821660248201526044016103bc565b60606000806114b587878787612adb565b91509150816114c7576114c781612cab565b9695505050505050565b606060005b6010811015611527576fffffffffffffffffffffffffffffffff198316600882021b7fff000000000000000000000000000000000000000000000000000000000000001615611527576001016114d6565b604080516fffffffffffffffffffffffffffffffff198516602082015281516030909101909152818152805b949350505050565b60408051600180825281830190925260009182919060208083019080368337019050509050827bffffffffffffffffffffffffffffffffffffffffffffffffffffffff1916816000815181106115b3576115b3615334565b602090810291909101015260006115537f7462776f726c6400000000000000000046756e6374696f6e53656c6563746f7283837e24020020040000000000000000000000000000000000000000000000000000612a89565b60006116178383612cb3565b60408051600180825281830190925291925060009160609183919060208083019080368337019050509050867bffffffffffffffffffffffffffffffffffffffffffffffffffffffff19168160008151811061167557611675615334565b60209081029190910101526116cd7f7462776f726c6400000000000000000046756e6374696f6e53656c6563746f72828686867e24020020040000000000000000000000000000000000000000000000000000612cf2565b50505050505050565b606060006116e383612ff8565b905060006116f084613008565b6040805160018082528183019092529192506000919060208083019080368337019050509050857bffffffffffffffffffffffffffffffffffffffffffffffffffffffff19168160008151811061174957611749615334565b60209081029190910101526107677f6f74776f726c6400000000000000000046756e6374696f6e5369676e61747572828686867c0100000000000000000000000000000000000000000000000000000000612cf2565b60408051600180825281830190925260009182919060208083019080368337019050509050826001600160a01b031660001b816000815181106117e4576117e4615334565b602090810291909101015260006115537f7462776f726c6400000000000000000053797374656d526567697374727900008383630100080160dd1b612a89565b60408051600180825281830190925260009160208083019080368337019050509050816001600160a01b031660001b8160008151811061186657611866615334565b602090810291909101015261034f7f7462776f726c6400000000000000000053797374656d5265676973747279000082630100080160dd1b613031565b60408051600280825260608201835260009260208301908036833701905050905082816000815181106118d8576118d8615334565b602002602001018181525050816001600160a01b031660001b8160018151811061190457611904615334565b60209081029190910101526104a37f7462776f726c640000000000000000005265736f75726365416363657373000082630101000160d81b613031565b60408051600180825281830190925260009160208083019080368337019050509050828160008151811061197757611977615334565b6020026020010181815250506104a37f746273746f72650000000000000000005265736f75726365496473000000000060001b826000856040516020016119c591151560f81b815260010190565b60408051601f19818403018152919052630101000160d81b612a14565b60006119ee83836132fd565b604080516001808252818301909252919250600091606091839190602080830190803683370190505090508681600081518110611a2d57611a2d615334565b60209081029190910101526116cd7f7462776f726c6400000000000000000053797374656d73000000000000000000828686867e15020014010000000000000000000000000000000000000000000000000000612cf2565b60408051600180825281830190925260009160208083019080368337019050509050826001600160a01b031660001b81600081518110611ac757611ac7615334565b6020026020010181815250506104a37f7462776f726c6400000000000000000053797374656d5265676973747279000060001b8260008560405160200161137491815260200190565b6040805160028082526060820183526000926020830190803683370190505090508381600081518110611b4557611b45615334565b602002602001018181525050826001600160a01b031660001b81600181518110611b7157611b71615334565b602002602001018181525050610b147f7462776f726c640000000000000000005265736f75726365416363657373000060001b826000856040516020016119c591151560f81b815260010190565b613a3160f11b836001600160f01b03191614611bef57613a3160f11b8384604051602001610ec991815260200190565b611bf8836120e3565b611c51578283604051602001611c1091815260200190565b60408051601f19818403018152908290527f41e713ad0000000000000000000000000000000000000000000000000000000082526103bc929160040161507b565b6104a3836bffffffffffffffffffffffff19606085901b166bff0000000000000000000000605885901b161761332d565b60606000806114b5878787876133d2565b604080516002808252606082018352600092602083019080368337019050509050836001600160a01b031660001b81600081518110611cd457611cd4615334565b6020026020010181815250508281600181518110611cf457611cf4615334565b602002602001018181525050610b147f7462776f726c64000000000000000000496e7374616c6c65644d6f64756c657360001b826000856040516020016119c591151560f81b815260010190565b6000611d4e848461344a565b90506000815167ffffffffffffffff811115611d6c57611d6c614d46565b604051908082528060200260200182016040528015611d95578160200160208202803683370190505b5090506000805b8351811015611e4657846001600160a01b0316611de0858381518110611dc457611dc4615334565b60200260200101516affffffffffffffffffffff191660601c90565b6001600160a01b031614611e3e57838181518110611e0057611e00615334565b6020026020010151838381518110611e1a57611e1a615334565b6affffffffffffffffffffff19909216602092830291909101909101526001909101905b600101611d9c565b508082526107678686846134b5565b616e7360f01b6dffffffffffffffffffffffffffff60801b82161781146109cd57616e7360f01b816104d883610d1d565b604080516001808252818301909252600091602080830190803683370190505090508181600081518110611ebc57611ebc615334565b602090810291909101015261034f7f7462776f726c640000000000000000004e616d65737061636544656c656761748261350c565b6000611efd8260101b90565b90506000611f1f71ffffffffffffffffffffffffffffffffffff1983166114d1565b80519091508015610b1457611f4182611f3960018461534a565b016020015190565b7fff00000000000000000000000000000000000000000000000000000000000000167f5f0000000000000000000000000000000000000000000000000000000000000003611fd2576040517f0efb4b8500000000000000000000000000000000000000000000000000000000815271ffffffffffffffffffffffffffffffffffff19841660048201526024016103bc565b60005b611fe060018361534a565b8110156104a057602081840101517effffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff19167f5f0000000000000000000000000000000000000000000000000000000000000014801561208d575061204883611f39836001615213565b7effffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff19167f5f00000000000000000000000000000000000000000000000000000000000000145b156120db576040517f0efb4b8500000000000000000000000000000000000000000000000000000000815271ffffffffffffffffffffffffffffffffffff19851660048201526024016103bc565b600101611fd5565b60408051600180825281830190925260009182919060208083019080368337019050509050828160008151811061211c5761211c615334565b6020908102919091010152600061215c7f746273746f72650000000000000000005265736f7572636549647300000000008383630101000160d81b612a89565b90506115538160f81c90565b60408051600180825281830190925260009160208083019080368337019050509050828160008151811061219e5761219e615334565b6020026020010181815250506104a37f7462776f726c640000000000000000004e616d6573706163654f776e6572000060001b826000856040516020016121fd919060609190911b6bffffffffffffffffffffffff1916815260140190565b60408051601f198184030181529190527e14010014000000000000000000000000000000000000000000000000000000612a14565b60408051600180825281830190925260009160208083019080368337019050509050828160008151811061226857612268615334565b6020026020010181815250506104a37f7462776f726c640000000000000000004e616d65737061636544656c6567617460001b8260008560405160200161137491815260200190565b604080516002808252606082018352600092602083019080368337019050509050826001600160a01b031660001b816000815181106122f2576122f2615334565b602002602001018181525050816001600160a01b031660001b8160018151811061231e5761231e615334565b60209081029190910101526104a37f7462776f726c640000000000000000005573657244656c65676174696f6e436f8261350c565b60408051600180825281830190925260009160208083019080368337019050509050828160008151811061238957612389615334565b6020026020010181815250506104a37f7462776f726c6400000000000000000053797374656d486f6f6b73000000000060001b826000856040516020016123e491906affffffffffffffffffffff1991909116815260150190565b6040516020818303038152906040526135a7565b6000610428613658565b60408051600180825281830190925260009182919060208083019080368337019050509050828160008151811061243b5761243b615334565b6020908102919091010152600061143e7f7462776f726c640000000000000000004e616d6573706163654f776e6572000083837e14010014000000000000000000000000000000000000000000000000000000612a89565b806124ca576040517fa019e4da00000000000000000000000000000000000000000000000000000000815260040160405180910390fd5b60006124d5826128a8565b9050600581111561251c576040517f6793df6200000000000000000000000000000000000000000000000000000000815260048101829052600560248201526044016103bc565b600061252783612876565b905060006125358383615213565b9050601c81111561257c576040517fecd893b900000000000000000000000000000000000000000000000000000000815260048101829052601c60248201526044016103bc565b6000805b838110156126275760ff601b82900360080287901c1660008190036125d4576040517f53b2dd05000000000000000000000000000000000000000000000000000000008152600481018390526024016103bc565b6020811115612612576040517f7237f237000000000000000000000000000000000000000000000000000000008152600481018390526024016103bc565b61261c8184615213565b925050600101612580565b5061263185613697565b811461267d5761264085613697565b6040517feba964de0000000000000000000000000000000000000000000000000000000081526004810191909152602481018290526044016103bc565b825b601c8110156107675760ff601b82900360080287901c1680156126d1576040517f1d8d44db000000000000000000000000000000000000000000000000000000008152600481018390526024016103bc565b5060010161267f565b801580156126e6575081155b156127075760405163d498615960e01b8152600060048201526024016103bc565b6000612712836128a8565b905060058111156127395760405163d498615960e01b8152600481018290526024016103bc565b600061274484612876565b905060006127528383615213565b9050601c8111156127795760405163d498615960e01b8152600481018290526024016103bc565b6000805b838110156127e557600061279461114a89846128c5565b9050806000036127d0576040517ff44b422000000000000000000000000000000000000000000000000000000000815260040160405180910390fd5b6127da8184615213565b92505060010161277d565b506127ef86613697565b811461281a576127fe86613697565b60405163d498615960e01b81526004016103bc91815260200190565b825b828110156116cd57600061283361114a89846128c5565b9050801561286d576040517ff44b422000000000000000000000000000000000000000000000000000000000815260040160405180910390fd5b5060010161281c565b6000600860016128886002602061534a565b612892919061534a565b61289c919061535d565b8260ff911c1692915050565b600060086001806128bb6002602061534a565b612888919061534a565b6000601b8290036008028360ff911c1660c58111156128e6576128e661529c565b9392505050565b6000808260c58111156129025761290261529c565b60ff169050606181101561291c57601f1660010192915050565b60618360c58111156129305761293061529c565b0361293e5750601492915050565b50600092915050565b50919050565b600061295a8686866136ba565b9050600061296884846136f0565b90506000612976858561370d565b604080516001808252818301909252919250600091906020808301908036833701905050905089816000815181106129b0576129b0615334565b6020908102919091010152612a087f746273746f72650000000000000000005461626c657300000000000000000000828686867e60030220202000000000000000000000000000000000000000000000000000612cf2565b50505050505050505050565b6104a08585612a238487613722565b85613753565b6040805161737960f01b60208201526000602282018190527f756e6c696d69746564000000000000000000000000000000000000000000000060308301529101604051602081830303815290604052612a819061519b565b909114919050565b6000612ab6612a9886866139bb565b60ff858116601b0360080285901c16612ab18587613722565b613a11565b95945050505050565b6000612aca83613a62565b80156128e657506128e68383613aa3565b600060606000612aea86613b5b565b905060005b8151811015612bbd576000828281518110612b0c57612b0c615334565b60200260200101519050612b386001826affffffffffffffffffffff1916613bdf90919063ffffffff16565b15612bb4576040517fc3323031000000000000000000000000000000000000000000000000000000008152606082901c9063c332303190612b81908c908c908c90600401615374565b600060405180830381600087803b158015612b9b57600080fd5b505af1158015612baf573d6000803e3d6000fd5b505050505b50600101612aef565b50612bca87858888613bfd565b909350915060005b8151811015612ca0576000828281518110612bef57612bef615334565b60200260200101519050612c1b6002826affffffffffffffffffffff1916613bdf90919063ffffffff16565b15612c97576040517f973d8f99000000000000000000000000000000000000000000000000000000008152606082901c9063973d8f9990612c64908c908c908c90600401615374565b600060405180830381600087803b158015612c7e57600080fd5b505af1158015612c92573d6000803e3d6000fd5b505050505b50600101612bd2565b505094509492505050565b805160208201fd5b60608282604051602001612cdb9291909182526001600160e01b031916602082015260240190565b604051602081830303815290604052905092915050565b611bdd60f21b866001600160f01b03191603612d4b57857f8dbb3a9672eebfd3773e72dd9c102393436816d832c7ba9e1e1ac8fcadcac7a986868686604051612d3e94939291906153d8565b60405180910390a2610767565b6000612d5687613ccf565b905060005b8151811015612e2f576000828281518110612d7857612d78615334565b60200260200101519050612da46001826affffffffffffffffffffff1916613bdf90919063ffffffff16565b15612e26576040517f57066c9c000000000000000000000000000000000000000000000000000000008152606082901c906357066c9c90612df3908c908c908c908c908c908c90600401615417565b600060405180830381600087803b158015612e0d57600080fd5b505af1158015612e21573d6000803e3d6000fd5b505050505b50600101612d5b565b50867f8dbb3a9672eebfd3773e72dd9c102393436816d832c7ba9e1e1ac8fcadcac7a987878787604051612e6694939291906153d8565b60405180910390a26000612e7a88886139bb565b90506000602087019050612e92826000895184613d41565b6000612e9d856128a8565b1115612f21576000612eaf8a8a613e00565b878155905060208601915060008060005b612ec9886128a8565b8160ff161015612f1c57612ede8d8d83613e56565b9250612ef98a8260ff166028026038011c64ffffffffff1690565b9150612f088360008488613d41565b612f128286615213565b9450600101612ec0565b505050505b60005b8351811015612a08576000848281518110612f4157612f41615334565b60200260200101519050612f6d6002826affffffffffffffffffffff1916613bdf90919063ffffffff16565b15612fef576040517f5b28cdaf000000000000000000000000000000000000000000000000000000008152606082901c90635b28cdaf90612fbc908e908e908e908e908e908e90600401615417565b600060405180830381600087803b158015612fd657600080fd5b505af1158015612fea573d6000803e3d6000fd5b505050505b50600101612f24565b60006103268251603881901b1790565b60608160405160200161301b9190615470565b6040516020818303038152906040529050919050565b611bdd60f21b836001600160f01b0319160361308457827f0e1f72f429eb97e64878619984a91e687ae91610348b9ff4216782cc96e49d0783604051613077919061548c565b60405180910390a2505050565b600061308f84613ccf565b905060005b81518110156131625760008282815181106130b1576130b1615334565b602002602001015190506130dd6040826affffffffffffffffffffff1916613bdf90919063ffffffff16565b15613159576040517f9faeaf45000000000000000000000000000000000000000000000000000000008152606082901c90639faeaf45906131269089908990899060040161549f565b600060405180830381600087803b15801561314057600080fd5b505af1158015613154573d6000803e3d6000fd5b505050505b50600101613094565b50837f0e1f72f429eb97e64878619984a91e687ae91610348b9ff4216782cc96e49d0784604051613193919061548c565b60405180910390a260006131a785856139bb565b90506132008160006131b886613697565b67ffffffffffffffff8111156131d0576131d0614d46565b6040519080825280601f01601f1916602001820160405280156131fa576020820181803683370190505b50613ed6565b600061320b846128a8565b111561322c57600061321d8686613e00565b905061322a816020613eec565b505b60005b825181101561076757600083828151811061324c5761324c615334565b602002602001015190506132786080826affffffffffffffffffffff1916613bdf90919063ffffffff16565b156132f4576040517f83b5c95b000000000000000000000000000000000000000000000000000000008152606082901c906383b5c95b906132c1908a908a908a9060040161549f565b600060405180830381600087803b1580156132db57600080fd5b505af11580156132ef573d6000803e3d6000fd5b505050505b5060010161322f565b604051606083811b6bffffffffffffffffffffffff1916602083015282151560f81b603483015290603501612cdb565b60408051600180825281830190925260009160208083019080368337019050509050828160008151811061336357613363615334565b6020026020010181815250506104a37f746273746f726500000000000000000053746f7265486f6f6b7300000000000060001b826000856040516020016133be91906affffffffffffffffffffff1991909116815260150190565b604051602081830303815290604052613f29565b60006060836001600160a01b031660006133ed858989613f64565b6040516133fa9190615470565b60006040518083038185875af1925050503d8060008114613437576040519150601f19603f3d011682016040523d82523d6000602084013e61343c565b606091505b509097909650945050505050565b6040805160018082528183019092526060916000919060208083019080368337019050509050828160008151811061348457613484615334565b602002602001018181525050600061349e85836000613f7b565b9050612ab66134b08260008451613fb5565b614043565b6040805160018082528183019092526000916020808301908036833701905050905082816000815181106134eb576134eb615334565b602002602001018181525050610b148482600061350786614054565b614064565b6000613516613658565b9050306001600160a01b03821603613532576104a3838361409f565b6040517f505a181d0000000000000000000000000000000000000000000000000000000081526001600160a01b0382169063505a181d9061357990869086906004016154c8565b600060405180830381600087803b15801561359357600080fd5b505af11580156116cd573d6000803e3d6000fd5b60006135b1613658565b9050306001600160a01b038216036135d4576135cf85858585613f29565b6104a0565b6040517f150f32620000000000000000000000000000000000000000000000000000000081526001600160a01b0382169063150f32629061361f9088908890889088906004016154e1565b600060405180830381600087803b15801561363957600080fd5b505af115801561364d573d6000803e3d6000fd5b505050505050505050565b7f629a4c26e296b22a8e0856e9f6ecb2d1008d7e00081111962cd175fa7488e175546000906001600160a01b031680613692573391505090565b919050565b600060086136a76002602061534a565b6136b1919061535d565b9190911c919050565b60408051602081018590529081018390526060818101839052906080015b60405160208183030381529060405290509392505050565b8151815160009181810160389190911b1760609190911b176128e6565b60608282604051602001612cdb929190615515565b600080805b8360ff168110156108955761374960ff601b83900360080287901c1683615213565b9150600101613727565b611bdd60f21b846001600160f01b031916036137aa57837f8c0b5119d4cec7b284c6b1b39252a03d1e2f2d7451a5895562524c113bb952be84848460405161379d93929190615544565b60405180910390a2610b14565b60006137b685856139bb565b905060006137c386613ccf565b905060005b81518110156138985760008282815181106137e5576137e5615334565b602002602001015190506138116004826affffffffffffffffffffff1916613bdf90919063ffffffff16565b1561388f576040517f964f667d000000000000000000000000000000000000000000000000000000008152606082901c9063964f667d9061385c908b908b908b908b90600401615577565b600060405180830381600087803b15801561387657600080fd5b505af115801561388a573d6000803e3d6000fd5b505050505b506001016137c8565b50857f8c0b5119d4cec7b284c6b1b39252a03d1e2f2d7451a5895562524c113bb952be8686866040516138cd93929190615544565b60405180910390a26138e8828565ffffffffffff1685613ed6565b60005b81518110156116cd57600082828151811061390857613908615334565b602002602001015190506139346008826affffffffffffffffffffff1916613bdf90919063ffffffff16565b156139b2576040517fa8ba8721000000000000000000000000000000000000000000000000000000008152606082901c9063a8ba87219061397f908b908b908b908b90600401615577565b600060405180830381600087803b15801561399957600080fd5b505af11580156139ad573d6000803e3d6000fd5b505050505b506001016138eb565b600082826040516020016139d09291906155b0565b60408051601f1981840301815291905280516020909101207f86425bff6b57326c7859e89024fe4f238ca327a1ae4a230180dd2f0e88aaa7d9189392505050565b600060208210613a3757602082048401935060208281613a3357613a336155ec565b0691505b508254600882021b602082900380841115610895576001850154600882021c82179150509392505050565b6000613a8e827f01ffc9a700000000000000000000000000000000000000000000000000000000613aa3565b801561032657506113a6826001600160e01b03195b6040516001600160e01b031982166024820152600090819060440160408051601f19818403018152919052602080820180517bffffffffffffffffffffffffffffffffffffffffffffffffffffffff167f01ffc9a700000000000000000000000000000000000000000000000000000000178152825192935060009283928392909183918a617530fa92503d91506000519050828015613b44575060208210155b8015613b505750600081115b979650505050505050565b60408051600180825281830190925260609160009190602080830190803683370190505090508281600081518110613b9557613b95615334565b60209081029190910101526000613bcd7f7462776f726c6400000000000000000053797374656d486f6f6b7300000000008383613f7b565b90506115536134b08260008451613fb5565b60008160ff1682613bf08560581c90565b1660ff1614905092915050565b60006060600080613c0d866140b2565b90925090506001600160a01b038216613c2a5785610e4887610d1d565b80613c3957613c39868961416a565b8615613c7d576dffffffffffffffffffffffffffff60801b8616616e7360f01b176000613c6582614181565b9050613c7a82613c758b84615213565b6141fa565b50505b6000613c898760101b90565b71ffffffffffffffffffffffffffffffffffff191614613cb457613caf888884886133d2565b613cc0565b613cc088888488614279565b90999098509650505050505050565b60408051600180825281830190925260609160009190602080830190803683370190505090508281600081518110613d0957613d09615334565b60209081029190910101526000613bcd7f746273746f726500000000000000000053746f7265486f6f6b730000000000008383613f7b565b8215613dbb5760208310613d6b57602083048401935060208381613d6757613d676155ec565b0692505b8215613dbb5760208390036000600019600885021c1990506008850281811c91508351811c9050811987541682821617875550818411613dac575050610b14565b50600194909401939182900391015b5b60208210613ddd5780518455600190930192601f1990910190602001613dbc565b8115610b14576000600019600884021c8554835182191691161785555050505050565b60008282604051602001613e159291906155b0565b60408051601f1981840301815291905280516020909101207f14e2fcc58e58e68ec7edc30c8d50dccc3ce2714a623ec81f46b6a63922d76569189392505050565b60008383604051602001613e6b9291906155b0565b604051602081830303815290604052805190602001208260f81b7effffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff19167f3b4102da22e32d82fc925482184f16c09fd4281692720b87d124aef6da48a0f1181860001c90509392505050565b6104a383838351613ee78560200190565b613d41565b60006020613efb83601f615213565b613f059190615602565b613f0f9084615213565b90505b808310156104a35760008355600183019250613f12565b6000613f3585856142da565b90506000613f52828560ff166028026038011c64ffffffffff1690565b905061076786868684600088886142ed565b60608383836040516020016136d893929190615624565b6060611553613f8b858585613e56565b6000613fb085613f9b89896142da565b9060ff166028026038011c64ffffffffff1690565b614697565b600081831180613fc55750835182115b15614002578383836040517f23230fa30000000000000000000000000000000000000000000000000000000081526004016103bc93929190615663565b602084016140108482615213565b9050600061401e858561534a565b6fffffffffffffffffffffffffffffffff1660809290921b9190911795945050505050565b606060006128e683601560006146ba565b6060816128e68160156000614735565b600061407085856142da565b9050600061408d828560ff166028026038011c64ffffffffff1690565b905061076786868660008588886142ed565b61034f82826140ad85614789565b613031565b604080516001808252818301909252600091829182916020808301908036833701905050905083816000815181106140ec576140ec615334565b6020908102919091010152600080806141457f7462776f726c6400000000000000000053797374656d73000000000000000000857e1502001401000000000000000000000000000000000000000000000000000061480e565b5050602081015160349091015160609190911c9860f89190911c975095505050505050565b6141748282614916565b61034f57610ca682610d1d565b6040805160018082528183019092526000918291906020808301908036833701905050905082816000815181106141ba576141ba615334565b602090810291909101015260006115537f7462776f726c6400000000000000000042616c616e63657300000000000000008383630100080160dd1b612a89565b60408051600180825281830190925260009160208083019080368337019050509050828160008151811061423057614230615334565b6020026020010181815250506104a37f7462776f726c6400000000000000000042616c616e636573000000000000000060001b8260008560405160200161137491815260200190565b60006060836001600160a01b0316614292848888613f64565b60405161429f9190615470565b600060405180830381855af49150503d8060008114613437576040519150601f19603f3d011682016040523d82523d6000602084013e61343c565b60006128e66142e98484613e00565b5490565b613a3160f11b876001600160f01b0319161461431d57613a3160f11b8788604051602001610ec991815260200190565b6000614338828760ff166028026038011c64ffffffffff1690565b9050600083518564ffffffffff1683614351919061534a565b61435b9190615213565b905080821415801561437d5750816143738688615688565b64ffffffffff1614155b156143cd576040517fa65010b400000000000000000000000000000000000000000000000000000000815264ffffffffff80881660048301528087166024830152831660448201526064016103bc565b818664ffffffffff16111561441e576040517f7e8578d30000000000000000000000000000000000000000000000000000000081526004810183905264ffffffffff871660248201526044016103bc565b600061442b84898461494c565b905060006144388b613ccf565b905060005b815181101561450357600082828151811061445a5761445a615334565b602002602001015190506144866010826affffffffffffffffffffff1916613bdf90919063ffffffff16565b156144fa57606081901c6001600160a01b03166355eb5a288e8e8e8e8e8d8f6040518863ffffffff1660e01b81526004016144c797969594939291906156ad565b600060405180830381600087803b1580156144e157600080fd5b505af11580156144f5573d6000803e3d6000fd5b505050505b5060010161443d565b5064ffffffffff881660005b8a60ff168160ff16101561454257614536878260ff166028026038011c64ffffffffff1690565b9091019060010161450f565b508b7ffe158a7adba34e256807c8a149028d3162918713c3838afc643ce9f96716ebfd8c8c848c888d60405161457d9695949392919061570b565b60405180910390a25082841461459e5760006145998c8c613e00565b839055505b60006145ab8c8c8c613e56565b90506145bf818a64ffffffffff1689613ed6565b5060005b81518110156146895760008282815181106145e0576145e0615334565b6020026020010151905061460c6020826affffffffffffffffffffff1916613bdf90919063ffffffff16565b1561468057606081901c6001600160a01b031663635845338e8e8e8e8e8a8f6040518863ffffffff1660e01b815260040161464d97969594939291906156ad565b600060405180830381600087803b15801561466757600080fd5b505af115801561467b573d6000803e3d6000fd5b505050505b506001016145c3565b505050505050505050505050565b60405160208101601f19603f848401011660405282825261089585858584614a1a565b606060006146c88560801c90565b90506fffffffffffffffffffffffffffffffff851660008582816146ee576146ee6155ec565b04905060405193506020840160208202810160405281855260005b82811015614729578451871c825293870193602090910190600101614709565b50505050509392505050565b82516060906000614746858361535d565b9050604051925060208301601f19603f83860101166040528184526000602088015b84821015614729578051871b83529187019160019190910190602001614768565b60007f8b9d8c8b908d9affffffffffffffffffab9e9d939a8d0000000000000000000082016147d857507e60030220202000000000000000000000000000000000000000000000000000919050565b6103266148057f746273746f72650000000000000000005461626c65730000000000000000000084614ae6565b60206000613a11565b606060006060600061481f85613697565b905061482c878783614b02565b93506000614839866128a8565b9050801561490b5761484b88886142da565b935066ffffffffffffff841667ffffffffffffffff81111561486f5761486f614d46565b6040519080825280601f01601f191660200182016040528015614899576020820181803683370190505b5092506020830160005b828160ff1610156149085760006148bb8b8b84613e56565b905060006148d8888460ff166028026038011c64ffffffffff1690565b90506148e78260008387614a1a565b6148f18185615213565b93505050808061490090615767565b9150506148a3565b50505b505093509350939050565b600061493c616e7360f01b6dffffffffffffffffffffffffffff60801b85161783614b3b565b806128e657506128e68383614b3b565b600064ffffffffff821115614990576040517f47670588000000000000000000000000000000000000000000000000000000008152600481018390526024016103bc565b8366ffffffffffffff811660ff851660280260380182901c64ffffffffff168085106149c257808503820191506149ca565b848103820391505b5064ffffffffff6038602860ff8816020181811b197fffffffffffffffffffffffffffffffffffffffffffffffffff000000000000009490941690921792909216918416901b1790509392505050565b8215614aa15760208310614a4457602083048401935060208381614a4057614a406155ec565b0692505b8215614aa1576020839003600081841015614a675750600019600884021c614a71565b50600019600882021c5b8554600886021b818451168219821617845250818411614a92575050610b14565b50600194909401939182900391015b5b60208210614ac35783548152600190930192601f1990910190602001614aa2565b8115610b14576000600019600884021c8251865482191691161782525050505050565b60408051602081018490529081018290526000906060016139d0565b606081600003614b2157506040805160208101909152600081526128e6565b6000614b2d85856139bb565b9050612ab681600085614697565b604080516002808252606082018352600092839291906020830190803683370190505090508381600081518110614b7457614b74615334565b602002602001018181525050826001600160a01b031660001b81600181518110614ba057614ba0615334565b60209081029190910101526000614be07f7462776f726c640000000000000000005265736f7572636541636365737300008383630101000160d81b612a89565b9050612ab68160f81c90565b80356001600160e01b03198116811461369257600080fd5b600060208284031215614c1657600080fd5b6128e682614bec565b6001600160a01b03811681146109cd57600080fd5b60008060408385031215614c4757600080fd5b823591506020830135614c5981614c1f565b809150509250929050565b60008083601f840112614c7657600080fd5b50813567ffffffffffffffff811115614c8e57600080fd5b6020830191508360208260051b8501011115614ca957600080fd5b9250929050565b60008060008060008060008060c0898b031215614ccc57600080fd5b88359750602089013596506040890135955060608901359450608089013567ffffffffffffffff80821115614d0057600080fd5b614d0c8c838d01614c64565b909650945060a08b0135915080821115614d2557600080fd5b50614d328b828c01614c64565b999c989b5096995094979396929594505050565b634e487b7160e01b600052604160045260246000fd5b604051601f8201601f1916810167ffffffffffffffff81118282101715614d8557614d85614d46565b604052919050565b600082601f830112614d9e57600080fd5b813567ffffffffffffffff811115614db857614db8614d46565b614dcb6020601f19601f84011601614d5c565b818152846020838601011115614de057600080fd5b816020850160208301376000918101602001919091529392505050565b600080600060608486031215614e1257600080fd5b8335614e1d81614c1f565b925060208401359150604084013567ffffffffffffffff811115614e4057600080fd5b614e4c86828701614d8d565b9150509250925092565b60008060408385031215614e6957600080fd5b82359150602083013567ffffffffffffffff811115614e8757600080fd5b614e9385828601614d8d565b9150509250929050565b600080600060608486031215614eb257600080fd5b833592506020840135614ec481614c1f565b915060408401358015158114614ed957600080fd5b809150509250925092565b803560ff8116811461369257600080fd5b600080600060608486031215614f0a57600080fd5b833592506020840135614f1c81614c1f565b9150614f2a60408501614ee4565b90509250925092565b600080600060608486031215614f4857600080fd5b83359250602084013567ffffffffffffffff811115614f6657600080fd5b614f7286828701614d8d565b925050614f2a60408501614bec565b60008060408385031215614f9457600080fd5b8235614f9f81614c1f565b9150602083013567ffffffffffffffff811115614e8757600080fd5b600060208284031215614fcd57600080fd5b5035919050565b600080600060608486031215614fe957600080fd5b8335925060208401359150604084013567ffffffffffffffff811115614e4057600080fd5b60006020828403121561502057600080fd5b81356128e681614c1f565b60005b8381101561504657818101518382015260200161502e565b50506000910152565b6000815180845261506781602086016020860161502b565b601f01601f19169290920160200192915050565b828152604060208201526000611553604083018461504f565b600067ffffffffffffffff808411156150af576150af614d46565b8360051b60206150c160208301614d5c565b868152918501916020810190368411156150da57600080fd5b865b8481101561510e578035868111156150f45760008081fd5b61510036828b01614d8d565b8452509183019183016150dc565b50979650505050505050565b6001600160f01b031984168152826020820152606060408201526000612ab6606083018461504f565b6000835161515581846020880161502b565b7f5f5f000000000000000000000000000000000000000000000000000000000000908301908152835161518f81600284016020880161502b565b01600201949350505050565b805160208083015191908110156129475760001960209190910360031b1b16919050565b6020815260006128e6602083018461504f565b6040815260006151e5604083018561504f565b90506001600160a01b03831660208301529392505050565b634e487b7160e01b600052601160045260246000fd5b80820180821115610326576103266151fd565b6001600160f01b03198416815260007f3a00000000000000000000000000000000000000000000000000000000000000806002840152845161526f81600386016020890161502b565b80840190508160038201528451915061528f82600483016020880161502b565b0160040195945050505050565b634e487b7160e01b600052602160045260246000fd5b600060208083016020845280855180835260408601915060408160051b87010192506020870160005b82811015615327577fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffc088860301845261531585835161504f565b945092850192908501906001016152db565b5092979650505050505050565b634e487b7160e01b600052603260045260246000fd5b81810381811115610326576103266151fd565b8082028115828204841417610326576103266151fd565b6001600160a01b0384168152826020820152606060408201526000612ab6606083018461504f565b60008151808452602080850194506020840160005b838110156153cd578151875295820195908201906001016153b1565b509495945050505050565b6080815260006153eb608083018761539c565b82810360208401526153fd818761504f565b90508460408401528281036060840152613b50818561504f565b86815260c06020820152600061543060c083018861539c565b8281036040840152615442818861504f565b9050856060840152828103608084015261545c818661504f565b9150508260a0830152979650505050505050565b6000825161548281846020870161502b565b9190910192915050565b6020815260006128e6602083018461539c565b8381526060602082015260006154b8606083018561539c565b9050826040830152949350505050565b828152604060208201526000611553604083018461539c565b8481526080602082015260006154fa608083018661539c565b60ff851660408401528281036060840152613b50818561504f565b6000835161552781846020880161502b565b83519083019061553b81836020880161502b565b01949350505050565b606081526000615557606083018661539c565b65ffffffffffff8516602084015282810360408401526114c7818561504f565b848152608060208201526000615590608083018661539c565b65ffffffffffff851660408401528281036060840152613b50818561504f565b8281526000602080830184516020860160005b828110156155df578151845292840192908401906001016155c3565b5091979650505050505050565b634e487b7160e01b600052601260045260246000fd5b60008261561f57634e487b7160e01b600052601260045260246000fd5b500490565b6000845161563681846020890161502b565b60609490941b6bffffffffffffffffffffffff191691909301908152601481019190915260340192915050565b606081526000615676606083018661504f565b60208301949094525060400152919050565b64ffffffffff8181168382160190808211156156a6576156a66151fd565b5092915050565b87815260e0602082015260006156c660e083018961539c565b60ff8816604084015264ffffffffff87811660608501528616608084015260a0830185905282810360c08401526156fd818561504f565b9a9950505050505050505050565b60c08152600061571e60c083018961539c565b60ff8816602084015265ffffffffffff8716604084015264ffffffffff8616606084015284608084015282810360a084015261575a818561504f565b9998505050505050505050565b600060ff821660ff810361577d5761577d6151fd565b6001019291505056fea164736f6c6343000818000a","sourceMap":"740:212:87:-:0;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;2331:198:62;;;;;;:::i;:::-;;:::i;:::-;;;592:14:212;;585:22;567:41;;555:2;540:18;2331:198:62;;;;;;;;4111:293:94;;;;;;:::i;:::-;;:::i;:::-;;1963:748;;;;;;:::i;:::-;;:::i;1262:113:62:-;;;:::i;:::-;;;-1:-1:-1;;;;;2925:55:212;;;2907:74;;2895:2;2880:18;1262:113:62;2761:226:212;11618:932:95;;;;;;:::i;:::-;;:::i;8379:1508::-;;;;;;:::i;:::-;;:::i;:::-;;;-1:-1:-1;;;;;;5272:79:212;;;5254:98;;5242:2;5227:18;8379:1508:95;5110:248:212;5808:2236:95;;;;;;:::i;:::-;;:::i;1616:110:62:-;;;-1:-1:-1;;3800:14:62;3796:25;3783:39;6057:25:212;;6045:2;6030:18;1616:110:62;5911:177:212;3174:595:94;;;;;;:::i;:::-;;:::i;10291:997:95:-;;;;;;:::i;:::-;;:::i;1085:570:93:-;;;;;;:::i;:::-;;:::i;4742:388:95:-;;;;;;:::i;:::-;;:::i;14605:466::-;;;;;;:::i;:::-;;:::i;2536:736::-;;;;;;:::i;:::-;;:::i;13276:1145::-;;;;;;:::i;:::-;;:::i;12735:223::-;;;;;;:::i;:::-;;:::i;3576:936::-;;;;;;:::i;:::-;;:::i;1942:98:62:-;;;:::i;2331:198::-;2407:4;-1:-1:-1;;;;;;2426:54:62;;2441:39;2426:54;;:98;;-1:-1:-1;;;;;;;2484:40:62;;2499:25;2484:40;2426:98;2419:105;2331:198;-1:-1:-1;;2331:198:62:o;4111:293:94:-;1061:20:86;:18;:20::i;:::-;4265:49:94::1;4292:7;4301:12;:10;:12::i;:::-;4265:26;:49::i;:::-;4348:51;4378:7;4387:11;4348:29;:51::i;:::-;4111:293:::0;;:::o;1963:748::-;1061:20:86;:18;:20::i;:::-;2278:9:94::1;2257:17;:7:::0;:15:::1;:17::i;:::-;-1:-1:-1::0;;2257:30:94::1;::::0;2253:110:::1;;2328:7;2337:18;:7;:16;:18::i;:::-;2304:52;;;;;;;;;;;;:::i;:::-;;;;;;;;2253:110;2415:56;-1:-1:-1::0;;;;;;2952:46:63;;2951:74;2415:30:94::1;:56::i;:::-;2533:49;2560:7;2569:12;:10;:12::i;2533:49::-;2615:91;2639:7:::0;2648:11;2661:9;2672:11;2615:91:::1;2685:8:::0;;2615:91:::1;:::i;:::-;;2695:10:::0;;2615:91:::1;:::i;:::-;:23;:91::i;:::-;1963:748:::0;;;;;;;;:::o;1262:113:62:-;1305:14;1334:36;:34;:36::i;:::-;1327:43;;1262:113;:::o;11618:932:95:-;1061:20:86;:18;:20::i;:::-;11823:141:95::1;11869:12;:10;:12::i;:::-;11900:9;11938:19;11823:26;:141::i;:::-;12014:41;12035:19;12014:20;:41::i;:::-;12010:536;;;12159:25;12187:39;12206:19;12187:18;:39::i;:::-;12159:67;;12234:73;12251:17;12270:36;12234:16;:73::i;:::-;12378:161;12429:12;:10;:12::i;:::-;12461:19;12500:12;12529:1;12378:32;:161::i;:::-;;12057:489;12010:536;11618:932:::0;;;:::o;8379:1508::-;8518:28;1061:20:86;:18;:20::i;:::-;-1:-1:-1;;;8625:8:95;-1:-1:-1;;;;;;8625:37:95::1;;8621:138;;-1:-1:-1::0;;;8722:8:95::1;8732:19;:8;:17;:19::i;:::-;8679:73;;;;;;;;;;;;;:::i;8621:138::-;8802:40;8833:8;8802:30;:40::i;:::-;8896:50;8923:8;8933:12;:10;:12::i;8896:50::-;8993:29;9025:59;9060:23;:8;451:5:20::0;2634:44:63;;2536:148;9060:23:95::1;-1:-1:-1::0;;9025:59:95::1;:34;:59::i;:::-;8993:91;;9090:35;9145:15;9168:23;9128:64;;;;;;;;;:::i;:::-;;;;;;;;;;;;;9090:102;;9239:22;9229:33;;;;;;9198:65;;9329:27;9359:53;9390:21;9359:30;:53::i;:::-;9329:83:::0;-1:-1:-1;9423:40:95;;9419:111:::1;;9472:58;::::0;::::1;::::0;;-1:-1:-1;;;;;;5272:79:212;;9472:58:95::1;::::0;::::1;5254:98:212::0;5227:18;;9472:58:95::1;5110:248:212::0;9419:111:95::1;9614:41:::0;;::::1;::::0;::::1;::::0;9662:79:::1;9685:21:::0;9708:8;9614:41;9662:22:::1;:79::i;:::-;9804:78;9828:21;9858:22;9804:23;:78::i;:::-;8548:1339;;;;8379:1508:::0;;;;:::o;5808:2236::-;1061:20:86;:18;:20::i;:::-;-1:-1:-1;;;5996:8:95;-1:-1:-1;;;;;;5996:37:95::1;;5992:138;;-1:-1:-1::0;;;6093:8:95::1;6103:19;:8;:17;:19::i;5992:138::-;-1:-1:-1::0;;;2952:46:63;;-1:-1:-1;;;2951:74:63;6239:43:95::1;2951:74:63::0;6239:30:95::1;:43::i;:::-;6336:53;6363:11;6376:12;:10;:12::i;6336:53::-;6480:74;6505:6;6514:39;6480:16;:74::i;:::-;6647:9;6625:18;:8:::0;:16:::1;:18::i;:::-;-1:-1:-1::0;;6625:31:95::1;::::0;6621:98:::1;;6689:8;6699:19;:8;:17;:19::i;6621:98::-;6803:27;6833:36;6861:6;6833:19;:36::i;:::-;6803:66:::0;-1:-1:-1;6886:40:95;;;::::1;::::0;:110:::1;;;6987:8;6948:16;6930:66;;6886:110;6875:192;;;7018:42;::::0;::::1;::::0;;-1:-1:-1;;;;;2925:55:212;;7018:42:95::1;::::0;::::1;2907:74:212::0;2880:18;;7018:42:95::1;2761:226:212::0;6875:192:95::1;7131:22;7156:28;7175:8;7156:18;:28::i;:::-;7131:53:::0;-1:-1:-1;;;;;;7264:28:95;::::1;::::0;7260:411:::1;;7363:44;7392:14;7363:28;:44::i;:::-;7478:57;7507:11;7520:14;7478:28;:57::i;:::-;7260:411;;;7626:38;7649:8;7659:4;7626:22;:38::i;:::-;7758:53;7771:8;7789:6;7798:12;7758;:53::i;:::-;7883:46;7911:6;7920:8;7883:19;:46::i;:::-;7984:55;8004:11;8025:6;8034:4;7984:19;:55::i;:::-;5919:2125;;;5808:2236:::0;;;:::o;3174:595:94:-;1061:20:86;:18;:20::i;:::-;3387:68:94::1;3412:11;3426:28;3387:16;:68::i;:::-;3508:56;-1:-1:-1::0;;;;;;2952:46:63;;2951:74;2415:30:94::1;:56::i;3508:::-;3614:49;3641:7;3650:12;:10;:12::i;3614:49::-;3695:69;3723:7;3732:11;3745:18;3695:27;:69::i;10291:997:95:-:0;10468:28;1061:20:86;:18;:20::i;:::-;625:63:84::1;::::0;;-1:-1:-1;;;625:63:84::1;::::0;::::1;12693:92:212::0;662:14:84::1;12801:11:212::0;;;12794:100;;;12910:12;;;12903:101;10556:59:95::1;::::0;13020:12:212;625:63:84::1;;;;;;;;;;;;617:72;;;:::i;:::-;10602:12:95;:10;:12::i;10556:59::-;-1:-1:-1::0;10718:40:95;;::::1;::::0;::::1;::::0;10825:27:::1;10855:53;10718:40:::0;10855:30:::1;:53::i;:::-;10825:83:::0;-1:-1:-1;10919:40:95;;10915:111:::1;;10968:58;::::0;::::1;::::0;;-1:-1:-1;;;;;;5272:79:212;;10968:58:95::1;::::0;::::1;5254:98:212::0;5227:18;;10968:58:95::1;5110:248:212::0;10915:111:95::1;11071:79;11094:21;11117:8;11127:22;11071;:79::i;:::-;11213:70;11237:21;11260:22;11213:23;:70::i;:::-;10498:790;10291:997:::0;;;;;:::o;1085:570:93:-;1061:20:86;:18;:20::i;:::-;1251:60:93::1;1276:6;1285:25;1251:16;:60::i;:::-;1318:200;1385:12;:10;:12::i;:::-;1415:1;1440:6;1498:11;1465:46;;;;;;;;:::i;:::-;;::::0;;-1:-1:-1;;1465:46:93;;::::1;::::0;;;;;;::::1;::::0;::::1;::::0;;::::1;;::::0;::::1;::::0;;1318:47:::1;:200::i;:::-;;1582:68;1612:6;1631:11;1621:22;;;;;;1645:4;1582:21;:68::i;4742:388:95:-:0;1061:20:86;:18;:20::i;:::-;4899:50:95::1;4926:8;4936:12;:10;:12::i;4899:50::-;5044:81;1160:66:80;5094:8:95::0;5112:11;5044:27:::1;:81::i;14605:466::-:0;1061:20:86;:18;:20::i;:::-;14746:29:95::1;14763:11;14746:16;:29::i;:::-;14820:43;14851:11;14820:30;:43::i;:::-;14917:53;14944:11;14957:12;:10;:12::i;14917:53::-;15014:52;15054:11;15014:39;:52::i;:::-;14605:466:::0;:::o;2536:736::-;1061:20:86;:18;:20::i;:::-;2673:29:95::1;2690:11;2673:16;:29::i;:::-;2767:34;2789:11;2767:21;:34::i;:::-;2854:35;2877:11;2854:22;:35::i;:::-;2850:127;;;2934:11;2947:22;:11;:20;:22::i;:::-;2906:64;;;;;;;;;;;;:::i;2850:127::-;3021:41;3044:11;3057:4;3021:22;:41::i;:::-;3115:46;3135:11;3148:12;:10;:12::i;:::-;3115:19;:46::i;:::-;3215:52;3235:11;3248:12;:10;:12::i;:::-;3262:4;3215:19;:52::i;13276:1145::-:0;1061:20:86;:18;:20::i;:::-;13490:29:95::1;13507:11;13490:16;:29::i;:::-;13581:41;13602:19;13581:20;:41::i;:::-;13576:107;;13639:37;;;;;;;;;;;;;;13576:107;13736:53;13763:11;13776:12;:10;:12::i;13736:53::-;13888:25;13916:39;13935:19;13916:18;:39::i;:::-;13888:67;;13961:73;13978:17;13997:36;13961:16;:73::i;:::-;14080:65;14112:11;14125:19;14080:31;:65::i;:::-;14216:19:::0;;:23;14212:205:::1;;14249:161;14300:12;:10;:12::i;14212:205::-;13436:985;13276:1145:::0;;;:::o;12735:223::-;1061:20:86;:18;:20::i;:::-;12868:85:95::1;12916:12;:10;:12::i;:::-;12941:9;12868:34;:85::i;3576:936::-:0;1061:20:86;:18;:20::i;:::-;-1:-1:-1;;;3801:8:95;-1:-1:-1;;;;;;3801:37:95::1;;3797:138;;-1:-1:-1::0;;;3898:8:95::1;3908:19;:8;:17;:19::i;3797:138::-;4016:69;4041:11;4055:29;4016:16;:69::i;:::-;4127:40;4158:8;4127:30;:40::i;:::-;4221:57;-1:-1:-1::0;;;;;;2952:46:63;;2951:74;2415:30:94::1;:56::i;4221:57:95:-;4328:50;4355:8;4365:12;:10;:12::i;4328:50::-;4410:97;4427:8:::0;-1:-1:-1;;1053:20:4;;;;1045:29;1077:30;;;;;;1045:62;4410:16:95::1;:97::i;1942:98:62:-:0;1981:7;2003:32;:30;:32::i;1179:189:86:-;-1:-1:-1;;;;;1265:6:86;1248:23;1256:4;1248:23;1237:127;;1332:25;;;;;;;;;;;;;;1237:127;1179:189::o;2140:233:46:-;-1:-1:-1;;;;;2225:58:46;;:48;-1:-1:-1;;;;;;2952:46:63;;2951:74;2225:19:46;:48::i;:::-;-1:-1:-1;;;;;2225:58:46;;2221:148;;2332:21;:10;:19;:21::i;:::-;2355:6;2300:62;;;;;;;;;;;;:::i;13067:172:24:-;13155:79;968:66:32;13204:7:24;13221:11;13155:27;:79::i;3162:160:63:-;3225:7;3289:26;438:6;451:5:20;3289:26:63;:::i;:::-;3255:61;;;;;3162:160;-1:-1:-1;3162:160:63:o;3483:592::-;3547:13;3617:10;451:5:20;2634:44:63;;;3568:19;3715;3617:10;3715:7;:19::i;:::-;3692:42;-1:-1:-1;3797:12:63;-1:-1:-1;;3836:35:63;;;:102;;3885:53;-1:-1:-1;;3885:53:63;;:34;:53::i;:::-;3836:102;;;;;;;;;;;;;;;;;;;;;-1:-1:-1;;3965:25:63;;;:87;;4004:48;4039:12;4004:34;:48::i;:::-;3965:87;;;;;;;;;;;;;;;;;;;;;3769:293;;;;;;;;;;:::i;:::-;;;;;;;;;;;;;3740:330;;;;;3483:592;;;:::o;2602:206:46:-;2676:34;2699:10;2676:22;:34::i;:::-;2671:133;;2763:10;2775:21;:10;:19;:21::i;:::-;2727:70;;;;;;;;;;;;:::i;9023:2614:24:-;-1:-1:-1;;;9283:7:24;-1:-1:-1;;;;;;9283:35:24;;;;;:83;;-1:-1:-1;;;;9322:7:24;-1:-1:-1;;;;;;9322:44:24;;;9283:83;9279:209;;;-1:-1:-1;;;9438:7:24;9471;9454:25;;;;;;15382:19:212;;15426:2;15417:12;;15222:213;9454:25:24;;;;-1:-1:-1;;9454:25:24;;;;;;;;;;9383:98;;;;;;;;;;:::i;9279:209::-;9534:22;:11;:20;:22::i;:::-;9597:40;:9;9630:4;9597:18;:40::i;:::-;9643:43;:11;9678:5;9643:20;:43::i;:::-;1684:38:34;5236:60:21;;;1516:34:34;5159:59:21;;;5153:144;5138:159;;9774:8:24;:15;:40;9770:148;;1684:38:34;5236:60:21;;;1516:34:34;5159:59:21;;;5153:144;5138:159;;9895:15:24;;9831:80;;;;;;;;15614:25:212;;;;15655:18;;;15648:34;15587:18;;9831:80:24;15440:248:212;9770:148:24;1684:38:34;5236:60:21;;;1516:34:34;5159:59:21;;;5153:144;5138:159;;9968:10:24;:17;:44;9964:158;;1684:38:34;5236:60:21;;;1516:34:34;5159:59:21;;;5153:144;5138:159;;10097:17:24;;10029:86;;;;;;;;15614:25:212;;;;15655:18;;;15648:34;15587:18;;10029:86:24;15440:248:212;9964:158:24;1684:38:34;5236:60:21;;;1516:34:34;5159:59:21;;;5153:144;5138:159;;1684:38:34;5236:60:21;;;1516:34:34;5159:59:21;;;5153:144;5138:159;;10179:50:24;10175:171;;1684:38:34;5236:60:21;;;1516:34:34;5159:59:21;;;5153:144;5138:159;;1684:38:34;5236:60:21;;;1516:34:34;5159:59:21;;;5153:144;5138:159;;10246:93:24;;;;;;;;15614:25:212;;;;15655:18;;;15648:34;15587:18;;10246:93:24;15440:248:212;10175:171:24;10388:29;:11;:27;:29::i;:::-;10355;:11;:27;:29::i;:::-;:62;10351:225;;10493:29;:11;:27;:29::i;:::-;10532;:11;:27;:29::i;:::-;10434:135;;;;;;;;15614:25:212;;;;15655:18;;;15648:34;15587:18;;10434:135:24;15440:248:212;10351:225:24;10619:30;:11;:28;:30::i;:::-;10585;:11;:28;:30::i;:::-;:64;10581:230;;10726:30;:11;:28;:30::i;:::-;10766;:11;:28;:30::i;:::-;10666:138;;;;;;;;15614:25:212;;;;15655:18;;;15648:34;15587:18;;10666:138:24;15440:248:212;10581:230:24;10908:9;10903:314;10923:29;:11;:27;:29::i;:::-;10919:1;:33;10903:314;;;10997:44;:22;:11;11017:1;10997:19;:22::i;:::-;:42;;;;;;;;:::i;:::-;;:44::i;:::-;579:1:34;4322:19:3;:27;;;4321:44;4287:79;;;4274:93;;10971:70:24;10967:244;;579:1:34;4322:19:3;:27;;;4321:44;4287:79;;;4274:93;;11148:44:24;:22;:11;11168:1;11148:19;:22::i;:44::-;11060:142;;;;;;;;15614:25:212;;;;15655:18;;;15648:34;15587:18;;11060:142:24;15440:248:212;10967:244:24;10954:3;;10903:314;;;;11279:31;11302:7;11279:22;:31::i;:::-;11275:140;;;11365:7;11398;11381:25;;;;;;15382:19:212;;15426:2;15417:12;;15222:213;11381:25:24;;;;-1:-1:-1;;11381:25:24;;;;;;;;;;11327:81;;;;;;;;;:::i;11275:140::-;11456:103;11468:7;11477:11;11490:9;11501:11;11525:8;11514:20;;;;;;;;:::i;:::-;;;;;;;;;;;;;11547:10;11536:22;;;;;;;;:::i;:::-;;;;;;;;;;;;;11456:11;:103::i;:::-;11595:37;11618:7;11627:4;11595:22;:37::i;2992:383:62:-;3278:34;3282:14;3278:34;3265:48;3259:4;3255:59;;3325:45;;-1:-1:-1;3360:10:62;3325:45;2992:383;:::o;6156:426:83:-;6284:16;;;6298:1;6284:16;;;;;;;;6255:26;;6284:16;;;;;;;;;;-1:-1:-1;6284:16:83;6255:45;;6345:9;-1:-1:-1;;;;;6329:27:83;6321:36;;6306:9;6316:1;6306:12;;;;;;;;:::i;:::-;;;;;;:51;;;;;6402:9;-1:-1:-1;;;;;6386:27:83;6378:36;;6363:9;6373:1;6363:12;;;;;;;;:::i;:::-;;;;;;:51;;;;;6421:156;1175:66;1159:83;;6469:9;6486:1;6530:19;6495:56;;;;;;15382:19:212;;15426:2;15417:12;;15222:213;6495:56:83;;;;-1:-1:-1;;6495:56:83;;;;;;;;;-1:-1:-1;;;6421:24:83;:156::i;1509:162:47:-;1583:4;810:53;;;1602:64;;;;;1634:32;1646:19;1634:11;:32::i;:::-;1633:33;1595:71;1509:162;-1:-1:-1;;1509:162:47:o;3073:307:82:-;3188:16;;;3202:1;3188:16;;;;;;;;;3137:14;;;;3188:16;;;;;;;;;;;;-1:-1:-1;3188:16:82;3159:45;;3243:8;3210:9;3220:1;3210:12;;;;;;;;:::i;:::-;;;;;;;;;;:42;3259:13;3275:62;1152:66;3310:9;3259:13;1281:66;3275:24;:62::i;:::-;3351:23;;;3073:307;-1:-1:-1;;;;3073:307:82:o;692:238:97:-;777:61;809:15;826:11;777:31;:61::i;:::-;772:156;;853:70;;;;;-1:-1:-1;;;;;17315:55:212;;853:70:97;;;17297:74:212;-1:-1:-1;;;;;;17407:79:212;;17387:18;;;17380:107;17270:18;;853:70:97;17125:368:212;5258:401:59;5402:17;5428:12;5442:23;5469:115;5499:6;5543:8;5569;5520:5;5469:13;:115::i;:::-;5427:157;;;;5595:7;5590:41;;5604:27;5620:10;5604:15;:27::i;:::-;5644:10;5258:401;-1:-1:-1;;;;;;5258:401:59:o;1862:322:63:-;1932:13;1953:14;1973:80;1989:2;1980:6;:11;1973:80;;;-1:-1:-1;;2007:34:63;;3218:1:2;3214:13;;3210:24;2007:39:63;;2003:50;2048:5;2003:50;1993:8;;1973:80;;;2089:30;;;-1:-1:-1;;17639:79:212;;2089:30:63;;;17627:92:212;2089:30:63;;17735:12:212;;;;2089:30:63;;;875:21:2;;;2089:30:63;2139:39;2125:54;1862:322;-1:-1:-1;;;;1862:322:63:o;3132::73:-;3258:16;;;3272:1;3258:16;;;;;;;;;3202:19;;;;3258:16;;;;;;;;;;;;-1:-1:-1;3258:16:73;3229:45;;3303:16;3295:25;;;3280:9;3290:1;3280:12;;;;;;;;:::i;:::-;;;;;;;;;;:40;3327:13;3343:62;1171:66;3378:9;3327:13;1300:66;3343:24;:62::i;7237:454::-;7343:24;7370:46;7383:8;7393:22;7370:12;:46::i;:::-;7519:16;;;7533:1;7519:16;;;;;;;;;7343:73;;-1:-1:-1;7423:29:73;;7458:25;;7423:29;;7519:16;;;;;;;;;;;;-1:-1:-1;7519:16:73;7490:45;;7564:16;7556:25;;;7541:9;7551:1;7541:12;;;;;;;;:::i;:::-;;;;;;;;;;:40;7588:98;1171:66;7618:9;7629:11;7642:15;7659:12;1300:66;7588:19;:98::i;:::-;7337:354;;;;7237:454;;;:::o;3184:455:74:-;3271:24;3301:29;3333:32;3347:17;3333:13;:32::i;:::-;3301:64;;3371:25;3399:32;3413:17;3399:13;:32::i;:::-;3467:16;;;3481:1;3467:16;;;;;;;;;3371:60;;-1:-1:-1;3438:26:74;;3467:16;;;;;;;;;;;;-1:-1:-1;3467:16:74;3438:45;;3512:16;3504:25;;;3489:9;3499:1;3489:12;;;;;;;;:::i;:::-;;;;;;;;;;:40;3536:98;1092:66;3566:9;3577:11;3590:15;3607:12;1221:66;3536:19;:98::i;3784:313:81:-;3893:16;;;3907:1;3893:16;;;;;;;;;3837:19;;;;3893:16;;;;;;;;;;;;-1:-1:-1;3893:16:81;3864:45;;3954:6;-1:-1:-1;;;;;3938:24:81;3930:33;;3915:9;3925:1;3915:12;;;;;;;;:::i;:::-;;;;;;;;;;:48;3970:13;3986:62;1166:66;4021:9;3970:13;-1:-1:-1;;;3986:24:81;:62::i;5762:222::-;5845:16;;;5859:1;5845:16;;;;;;;;;5816:26;;5845:16;;;;;;;;;;;-1:-1:-1;5845:16:81;5816:45;;5906:6;-1:-1:-1;;;;;5890:24:81;5882:33;;5867:9;5877:1;5867:12;;;;;;;;:::i;:::-;;;;;;;;;;:48;5922:57;1166:66;5955:9;-1:-1:-1;;;5922:22:81;:57::i;6291:295:79:-;6397:16;;;6411:1;6397:16;;;;;;;;6368:26;;6397:16;;;;;;;;;;-1:-1:-1;6397:16:79;6368:45;;6452:10;6419:9;6429:1;6419:12;;;;;;;;:::i;:::-;;;;;;:44;;;;;6508:6;-1:-1:-1;;;;;6492:24:79;6484:33;;6469:9;6479:1;6469:12;;;;;;;;:::i;:::-;;;;;;;;;;:48;6524:57;1166:66;6557:9;-1:-1:-1;;;6524:22:79;:57::i;4219:268:31:-;4319:16;;;4333:1;4319:16;;;;;;;;;4290:26;;4319:16;;;;;;;;;;;-1:-1:-1;4319:16:31;4290:45;;4374:10;4341:9;4351:1;4341:12;;;;;;;;:::i;:::-;;;;;;:44;;;;;4392:90;970:66;954:83;;4427:9;4438:1;4459:6;4441:26;;;;;;17909:14:212;17902:22;17897:3;17893:32;17881:45;;17951:1;17942:11;;17758:201;4441:26:31;;;;-1:-1:-1;;4441:26:31;;;;;;;;;-1:-1:-1;;;4392:24:31;:90::i;6910:423:82:-;6995:24;7022:34;7035:6;7043:12;7022;:34::i;:::-;7159:16;;;7173:1;7159:16;;;;;;;;;6995:61;;-1:-1:-1;7063:29:82;;7098:25;;7063:29;;7159:16;;;;;;;;;;;;-1:-1:-1;7159:16:82;7130:45;;7214:8;7181:9;7191:1;7181:12;;;;;;;;:::i;:::-;;;;;;;;;;:42;7230:98;1152:66;7260:9;7271:11;7284:15;7301:12;1281:66;7230:19;:98::i;5145:286:81:-;5240:16;;;5254:1;5240:16;;;;;;;;;5211:26;;5240:16;;;;;;;;;;;-1:-1:-1;5240:16:81;5211:45;;5301:6;-1:-1:-1;;;;;5285:24:81;5277:33;;5262:9;5272:1;5262:12;;;;;;;;:::i;:::-;;;;;;:48;;;;;5317:109;1166:66;1150:83;;5352:9;5363:1;5401:8;5366:45;;;;;;15382:19:212;;15426:2;15417:12;;15222:213;5555:332:79;5665:16;;;5679:1;5665:16;;;;;;;;5636:26;;5665:16;;;;;;;;;;-1:-1:-1;5665:16:79;5636:45;;5720:10;5687:9;5697:1;5687:12;;;;;;;;:::i;:::-;;;;;;:44;;;;;5776:6;-1:-1:-1;;;;;5760:24:79;5752:33;;5737:9;5747:1;5737:12;;;;;;;;:::i;:::-;;;;;;:48;;;;;5792:90;1166:66;1150:83;;5827:9;5838:1;5859:6;5841:26;;;;;;17909:14:212;17902:22;17897:3;17893:32;17881:45;;17951:1;17942:11;;17758:201;12239:624:24;-1:-1:-1;;;12423:7:24;-1:-1:-1;;;;;;12423:35:24;;12419:161;;-1:-1:-1;;;12530:7:24;12563;12546:25;;;;;;15382:19:212;;15426:2;15417:12;;15222:213;12419:161:24;12625:31;12648:7;12625:22;:31::i;:::-;12620:136;;12706:7;12739;12722:25;;;;;;15382:19:212;;15426:2;15417:12;;15222:213;12722:25:24;;;;-1:-1:-1;;12722:25:24;;;;;;;;;;12673:76;;;;;;;;;:::i;12620:136::-;12762:96;12779:7;-1:-1:-1;;1053:20:4;;;;1045:29;1077:30;;;;;;1045:62;12762:16:24;:96::i;7191:399:62:-;7338:17;7364:12;7378:18;7400:125;7435:9;7462:8;7486:6;7510:8;7400:15;:125::i;5581:340:76:-;5703:16;;;5717:1;5703:16;;;;;;;;5674:26;;5703:16;;;;;;;;;;-1:-1:-1;5703:16:76;5674:45;;5764:13;-1:-1:-1;;;;;5748:31:76;5740:40;;5725:9;5735:1;5725:12;;;;;;;;:::i;:::-;;;;;;:55;;;;;5801:13;5786:9;5796:1;5786:12;;;;;;;;:::i;:::-;;;;;;:28;;;;;5821:95;1081:66;1065:83;;5856:9;5867:1;5888:11;5870:31;;;;;;17909:14:212;17902:22;17897:3;17893:32;17881:45;;17951:1;17942:11;;17758:201;1474:1069:4;1617:29;1649:42;1660:11;1673:17;1649:10;:42::i;:::-;1617:74;;1809:25;1851:12;:19;1837:34;;;;;;;;:::i;:::-;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;-1:-1:-1;1837:34:4;;1809:62;;1919:21;1969:25;1964:312;2016:12;:19;1996:17;:39;1964:312;;;2139:19;-1:-1:-1;;;;;2072:87:4;:55;2082:12;2095:17;2082:31;;;;;;;;:::i;:::-;;;;;;;2072:53;;;3536:35;;;3406:170;2072:55;-1:-1:-1;;;;;2072:87:4;;2068:200;;2199:12;2212:17;2199:31;;;;;;;;:::i;:::-;;;;;;;2173:8;2182:13;2173:23;;;;;;;;:::i;:::-;-1:-1:-1;;2173:57:4;;;:23;;;;;;;;;;;:57;2242:15;;;;;2068:200;2037:19;;1964:312;;;;2429:13;2419:8;2412:31;2486:52;2497:11;2510:17;2529:8;2486:10;:52::i;596:401:98:-;-1:-1:-1;;;;;;2952:46:63;;2951:74;821:10:98;803:79;799:196;;-1:-1:-1;;;956:10:98;968:21;:10;:19;:21::i;5970:214:77:-;6060:16;;;6074:1;6060:16;;;;;;;;;6031:26;;6060:16;;;;;;;;;;;-1:-1:-1;6060:16:77;6031:45;;6115:11;6082:9;6092:1;6082:12;;;;;;;;:::i;:::-;;;;;;;;;;:45;6134;1180:66;6169:9;6134:24;:45::i;648:770:99:-;776:17;796:25;:10;451:5:20;2634:44:63;;2536:148;796:25:99;776:45;-1:-1:-1;825:30:99;858:45;-1:-1:-1;;858:45:99;;:34;:45::i;:::-;940:30;;825:78;;-1:-1:-1;979:26:99;;975:441;;1017:65;1036:16;1055:26;1080:1;1055:22;:26;:::i;:::-;2702:27:2;2716:4;2702:27;2696:34;;2575:165;1017:65:99;:72;;;;1013:146;;1106:46;;;;;-1:-1:-1;;18261:79:212;;1106:46:99;;;18243:98:212;18216:18;;1106:46:99;18097:250:212;1013:146:99;1170:9;1165:247;1185:26;1210:1;1185:22;:26;:::i;:::-;1181:1;:30;1165:247;;;2716:4:2;2702:27;;;;2696:34;1230:47:99;;;;;:102;;;;-1:-1:-1;1281:44:99;1300:16;1319:5;:1;1323;1319:5;:::i;1281:44::-;:51;;;;;1230:102;1226:180;;;1351:46;;;;;-1:-1:-1;;18261:79:212;;1351:46:99;;;18243:98:212;18216:18;;1351:46:99;18097:250:212;1226:180:99;1213:3;;1165:247;;2855:314:31;2969:16;;;2983:1;2969:16;;;;;;;;;2921:11;;;;2969:16;;;;;;;;;;;;-1:-1:-1;2969:16:31;2940:45;;3024:10;2991:9;3001:1;2991:12;;;;;;;;:::i;:::-;;;;;;;;;;:44;3042:13;3058:62;970:66;3093:9;3042:13;-1:-1:-1;;;3058:24:31;:62::i;:::-;3042:78;;3134:29;3155:5;3142:20;;1650:10:20;1541:126;5020:265:78;5117:16;;;5131:1;5117:16;;;;;;;;;5088:26;;5117:16;;;;;;;;;;;-1:-1:-1;5117:16:78;5088:45;;5172:11;5139:9;5149:1;5139:12;;;;;;;;:::i;:::-;;;;;;:45;;;;;5191:89;1166:66;1150:83;;5226:9;5237:1;5258:5;5240:25;;;;;;;18501:2:212;18497:15;;;;-1:-1:-1;;18493:88:212;18481:101;;18607:2;18598:12;;18352:264;5240:25:78;;;;-1:-1:-1;;5240:25:78;;;;;;;;;1295:66;5191:24;:89::i;5560:349:77:-;5674:16;;;5688:1;5674:16;;;;;;;;;5645:26;;5674:16;;;;;;;;;;;-1:-1:-1;5674:16:77;5645:45;;5729:11;5696:9;5706:1;5696:12;;;;;;;;:::i;:::-;;;;;;:45;;;;;5748:156;1180:66;1164:83;;5796:9;5813:1;5857:19;5822:56;;;;;;15382:19:212;;15426:2;15417:12;;15222:213;6643:291:83;6747:16;;;6761:1;6747:16;;;;;;;;6718:26;;6747:16;;;;;;;;;;-1:-1:-1;6747:16:83;6718:45;;6808:9;-1:-1:-1;;;;;6792:27:83;6784:36;;6769:9;6779:1;6769:12;;;;;;;;:::i;:::-;;;;;;:51;;;;;6865:9;-1:-1:-1;;;;;6849:27:83;6841:36;;6826:9;6836:1;6826:12;;;;;;;;:::i;:::-;;;;;;;;;;:51;6884:45;1175:66;6919:9;6884:24;:45::i;9574:257:80:-;9671:16;;;9685:1;9671:16;;;;;;;;;9642:26;;9671:16;;;;;;;;;;;-1:-1:-1;9671:16:80;9642:45;;9726:8;9693:9;9703:1;9693:12;;;;;;;;:::i;:::-;;;;;;:42;;;;;9742:84;1160:66;1144:83;;9783:9;9794:1;9815:8;9797:28;;;;;;;-1:-1:-1;;18762:79:212;;;;18750:92;;18867:2;18858:12;;18621:255;9797:28:80;;;;;;;;;;;;;9742:30;:84::i;4048:97:62:-;4089:7;4111:29;:27;:29::i;3747:306:78:-;3858:16;;;3872:1;3858:16;;;;;;;;;3808:13;;;;3858:16;;;;;;;;;;;;-1:-1:-1;3858:16:78;3829:45;;3913:11;3880:9;3890:1;3880:12;;;;;;;;:::i;:::-;;;;;;;;;;:45;3932:13;3948:62;1166:66;3983:9;3932:13;1295:66;3948:24;:62::i;6617:1665:3:-;6300:45;6680:87;;6722:38;;;;;;;;;;;;;;6680:87;6773:25;6801:30;:11;:28;:30::i;:::-;6773:58;;944:1:34;6841:17:3;:38;6837:156;;;6896:90;;;;;;;;15614:25:212;;;944:1:34;15655:18:212;;;15648:34;15587:18;;6896:90:3;15440:248:212;6837:156:3;6999:24;7026:29;:11;:27;:29::i;:::-;6999:56;-1:-1:-1;7061:23:3;7087:36;7106:17;6999:56;7087:36;:::i;:::-;7061:62;;689:2:34;7133:15:3;:34;7129:141;;;7184:79;;;;;;;;15614:25:212;;;689:2:34;15655:18:212;;;15648:34;15587:18;;7184:79:3;15440:248:212;7129:141:3;7312:25;7348:9;7343:429;7363:16;7359:1;:20;7343:429;;;4274:93;4322:19;:27;;;579:1:34;4321:44:3;4287:79;;;4274:93;7391:24;7452:21;;;7448:234;;7492:52;;;;;;;;6057:25:212;;;6030:18;;7492:52:3;5911:177:212;7448:234:3;376:2:34;7563:16:3;:28;7559:123;;;7610:63;;;;;;;;6057:25:212;;;6030:18;;7610:63:3;5911:177:212;7559:123:3;7689:37;7710:16;7689:37;;:::i;:::-;;-1:-1:-1;;7754:3:3;;7343:429;;;;7839:30;:11;:28;:30::i;:::-;7818:17;:51;7814:184;;7941:30;:11;:28;:30::i;:::-;7886:105;;;;;;;;15614:25:212;;;;15655:18;;;15648:34;;;15587:18;;7886:105:3;15440:248:212;7814:184:3;8054:16;8037:241;689:2:34;8072:1:3;:20;8037:241;;;4274:93;4322:19;:27;;;579:1:34;4321:44:3;4287:79;;;4274:93;8168:21;;8164:108;;8208:55;;;;;;;;6057:25:212;;;6030:18;;8208:55:3;5911:177:212;8164:108:3;-1:-1:-1;8094:3:3;;8037:241;;5760:1635:21;5867:10;5866:11;:31;;;;-1:-1:-1;6300:45:3;;5881:16:21;5862:81;;;5906:37;;-1:-1:-1;;;5906:37:21;;5941:1;5906:37;;;6057:25:212;6030:18;;5906:37:21;5911:177:212;5862:81:21;6006:25;6034;:6;:23;:25::i;:::-;6006:53;;944:1:34;6069:17:21;:38;6065:104;;;6116:53;;-1:-1:-1;;;6116:53:21;;;;;6057:25:212;;;6030:18;;6116:53:21;5911:177:212;6065:104:21;6176:24;6203;:6;:22;:24::i;:::-;6176:51;-1:-1:-1;6297:23:21;6323:36;6342:17;6176:51;6323:36;:::i;:::-;6297:62;;689:2:34;6369:15:21;:34;6365:98;;;6412:51;;-1:-1:-1;;;6412:51:21;;;;;6057:25:212;;;6030:18;;6412:51:21;5911:177:212;6365:98:21;6524:25;6560:9;6555:314;6575:16;6571:1;:20;6555:314;;;6603:24;6630:39;:17;:6;6645:1;6630:14;:17::i;:39::-;6603:66;;6681:16;6701:1;6681:21;6677:102;;6721:49;;;;;;;;;;;;;;6677:102;6786:37;6807:16;6786:37;;:::i;:::-;;-1:-1:-1;;6851:3:21;;6555:314;;;;6937:25;:6;:23;:25::i;:::-;6916:17;:46;6912:135;;7014:25;:6;:23;:25::i;:::-;6979:61;;-1:-1:-1;;;6979:61:21;;;;;;6057:25:212;;6045:2;6030:18;;5911:177;6912:135:21;7122:16;7105:286;7144:15;7140:1;:19;7105:286;;;7171:24;7198:39;:17;:6;7213:1;7198:14;:17::i;:39::-;7171:66;-1:-1:-1;7249:20:21;;7245:101;;7288:49;;;;;;;;;;;;;;7245:101;-1:-1:-1;7373:3:21;;7105:286;;4978:171:3;5051:7;579:1:34;1533;1517:13;1529:1;376:2;1517:13;:::i;:::-;:17;;;;:::i;:::-;1516:34;;;;:::i;:::-;5087:11:3;5066:78;5079:64;;5066:78;;4978:171;-1:-1:-1;;4978:171:3:o;5376:173::-;5450:7;579:1:34;1705;;1685:13;1697:1;376:2;1685:13;:::i;:::-;:17;;;;:::i;4019:206:21:-;4089:10;4179:19;:27;;;4210:1;4178:33;4157:6;4132:82;4149:63;;4132:82;;;;;;;;;:::i;:::-;4125:89;4019:206;-1:-1:-1;;;4019:206:21: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;3592:121::-;3270:445;3195:520;;;:::o;19791:676:33:-;19999:24;20026:49;20039:11;20052:9;20063:11;20026:12;:49::i;:::-;19999:76;;20082:29;20114:55;20128:18;20148:20;20114:13;:55::i;:::-;20082:87;;20175:25;20203:55;20217:18;20237:20;20203:13;:55::i;:::-;20294:16;;;20308:1;20294:16;;;;;;;;;20175:83;;-1:-1:-1;20265:26:33;;20294:16;;;;;;;;;;;;-1:-1:-1;20294:16:33;20265:45;;20349:7;20316:9;20326:1;20316:12;;;;;;;;:::i;:::-;;;;;;;;;;:41;20364:98;1210:66;20394:9;20405:11;20418:15;20435:12;1339:66;20364:19;:98::i;:::-;19993:474;;;;19791:676;;;;;;:::o;25156:355:24:-;25328:178;25362:7;25387:8;25417:63;25456:11;25469:10;25417:38;:63::i;:::-;25495:4;25328:16;:178::i;1129:181:47:-;764:71:84;;;-1:-1:-1;;;764:71:84;;;12693:92:212;1205:4:47;12801:11:212;;;12794:100;;;814:20:84;12910:12:212;;;12903:101;1205:4:47;13020:12:212;764:71:84;;;;;;;;;;;;756:80;;;:::i;:::-;1224:81:47;;;;1129:181;-1:-1:-1;1129:181:47:o;38189:541:24:-;38346:7;38483:242;38527:59;38568:7;38577:8;38527:40;:59::i;:::-;38604:31;;;;4322:19:3;:27;579:1:34;4321:44:3;4287:79;;;4274:93;38653:63:24;38692:11;38705:10;38653:38;:63::i;:::-;38483:17;:242::i;:::-;38470:255;38189:541;-1:-1:-1;;;;;38189:541:24:o;1312:272:49:-;1399:4;1498:23;1513:7;1498:14;:23::i;:::-;:81;;;;;1525:54;1558:7;1567:11;1525:32;:54::i;3782:1003:59:-;3918:12;3932:17;3981:22;4006:26;4023:8;4006:16;:26::i;:::-;3981:51;;4109:9;4104:228;4124:5;:12;4120:1;:16;4104:228;;;4151:9;4173:5;4179:1;4173:8;;;;;;;;:::i;:::-;;;;;;;4151:31;;4194:34;458:6:101;4194:4:59;:14;;;;;:34;;;;:::i;:::-;4190:136;;;4240:77;;;;;3536:35:4;;;;;4240:49:59;;:77;;4290:6;;4298:8;;4308;;4240:77;;;:::i;:::-;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;4190:136;-1:-1:-1;4138:3:59;;4104:228;;;;4407:78;4422:6;4437:5;4454:8;4474;4407:4;:78::i;:::-;4389:96;;-1:-1:-1;4389:96:59;-1:-1:-1;4560:9:59;4555:226;4575:5;:12;4571:1;:16;4555:226;;;4602:9;4624:5;4630:1;4624:8;;;;;;;;:::i;:::-;;;;;;;4602:31;;4645:33;586:6:101;4645:4:59;:14;;;;;:33;;;;:::i;:::-;4641:134;;;4690:76;;;;;3536:35:4;;;;;4690:48:59;;:76;;4739:6;;4747:8;;4757;;4690:76;;;:::i;:::-;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;4641:134;-1:-1:-1;4589:3:59;;4555:226;;;;3951:834;3782:1003;;;;;;;:::o;348:217:100:-;551:6;545:13;538:4;530:6;526:17;519:40;9143:179:73;9240:12;9284:8;9294:22;9267:50;;;;;;;;19875:19:212;;;-1:-1:-1;;;;;;19924:79:212;19919:2;19910:12;;19903:101;20029:2;20020:12;;19689:349;9267:50:73;;;;;;;;;;;;;9260:57;;9143:179;;;;:::o;15294:3138:24:-;-1:-1:-1;;;15567:7:24;-1:-1:-1;;;;;;15567:44:24;;15563:198;;15681:7;15665:75;15690:8;15700:10;15712:14;15728:11;15665:75;;;;;;;;;:::i;:::-;;;;;;;;15748:7;;15563:198;15899:22;15924:24;15940:7;15924:15;:24::i;:::-;15899:49;;15959:9;15954:340;15974:5;:12;15970:1;:16;15954:340;;;16001:9;16023:5;16029:1;16023:8;;;;;;;;:::i;:::-;;;;;;;16001:31;;16044:33;409:6:36;16044:4:24;:14;;;;;:33;;;;:::i;:::-;16040:248;;;16089:190;;;;;3536:35:4;;;;;16089:47:24;;:190;;16148:7;;16167:8;;16187:10;;16209:14;;16235:11;;16258;;16089:190;;;:::i;:::-;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;16040:248;-1:-1:-1;15988:3:24;;15954:340;;;;16358:7;16342:75;16367:8;16377:10;16389:14;16405:11;16342:75;;;;;;;;;:::i;:::-;;;;;;;;16481:26;16510:59;16551:7;16560:8;16510:40;:59::i;:::-;16481:88;-1:-1:-1;16575:21:24;894:4:18;884:15;;16575:54:24;;16635:149;16673:18;16707:1;16724:10;:17;16764:13;16635;:149::i;:::-;16884:1;16851:30;:11;:28;:30::i;:::-;:34;16847:1174;;;16970:33;17006:66;17054:7;17063:8;17006:47;:66::i;:::-;695:28:23;;;16970:102:24;-1:-1:-1;894:4:18;884:15;;17246:47:24;;17402:27;17437:25;17475:7;17470:545;17488:30;:11;:28;:30::i;:::-;17484:1;:34;;;17470:545;;;17554:63;17596:7;17605:8;17615:1;17554:41;:63::i;:::-;17532:85;-1:-1:-1;17647:25:24;:14;17670:1;7012:16:19;;1055;7012;967;7001:27;6961:68;6939:92;;;6824:218;17647:25:24;17627:45;;17682:170;17724:19;17763:1;17784:17;17828:13;17682;:170::i;:::-;17862:34;17879:17;17862:34;;:::i;:::-;;-1:-1:-1;17993:3:24;;17470:545;;;;16887:1134;;;16847:1174;18095:9;18090:338;18110:5;:12;18106:1;:16;18090:338;;;18137:9;18159:5;18165:1;18159:8;;;;;;;;:::i;:::-;;;;;;;18137:31;;18180:32;503:6:36;18180:4:24;:14;;;;;:32;;;;:::i;:::-;18176:246;;;18224:189;;;;;3536:35:4;;;;;18224:46:24;;:189;;18282:7;;18301:8;;18321:10;;18343:14;;18369:11;;18392;;18224:189;;;:::i;:::-;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;18176:246;-1:-1:-1;18124:3:24;;18090:338;;5278:304:74;5357:29;5517:54;5545:17;5539:31;967:16:19;2053:39;;;2035:58;;1896:263;5747:155:74;5826:12;5877:17;5853:44;;;;;;;;:::i;:::-;;;;;;;;;;;;;5846:51;;5747:155;;;:::o;28344:1778:24:-;-1:-1:-1;;;28511:7:24;-1:-1:-1;;;;;;28511:44:24;;28507:160;;28628:7;28609:37;28637:8;28609:37;;;;;;:::i;:::-;;;;;;;;28344:1778;;;:::o;28507:160::-;28808:22;28833:24;28849:7;28833:15;:24::i;:::-;28808:49;;28868:9;28863:235;28883:5;:12;28879:1;:16;28863:235;;;28910:9;28932:5;28938:1;28932:8;;;;;;;;:::i;:::-;;;;;;;28910:31;;28953:36;1049:6:36;28953:4:24;:14;;;;;:36;;;;:::i;:::-;28949:143;;;29001:82;;;;;3536:35:4;;;;;29001:50:24;;:82;;29052:7;;29061:8;;29071:11;;29001:82;;;:::i;:::-;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;28949:143;-1:-1:-1;28897:3:24;;28863:235;;;;29165:7;29146:37;29174:8;29146:37;;;;;;:::i;:::-;;;;;;;;29216:26;29245:59;29286:7;29295:8;29245:40;:59::i;:::-;29216:88;;29310:113;29342:18;29370:1;29389:30;:11;:28;:30::i;:::-;29379:41;;;;;;;;:::i;:::-;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;-1:-1:-1;29379:41:24;;29310:13;:113::i;:::-;29642:1;29609:30;:11;:28;:30::i;:::-;:34;29605:236;;;29653:33;29689:66;29737:7;29746:8;29689:47;:66::i;:::-;29653:102;;29763:71;29794:25;29829:2;29763:12;:71::i;:::-;29645:196;29605:236;29890:9;29885:233;29905:5;:12;29901:1;:16;29885:233;;;29932:9;29954:5;29960:1;29954:8;;;;;;;;:::i;:::-;;;;;;;29932:31;;29975:35;1149:6:36;29975:4:24;:14;;;;;:35;;;;:::i;:::-;29971:141;;;30022:81;;;;;3536:35:4;;;;;30022:49:24;;:81;;30072:7;;30081:8;;30091:11;;30022:81;;;:::i;:::-;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;29971:141;-1:-1:-1;29919:3:24;;29885:233;;8733:150:82;8840:38;;8813:12;23278:15:212;;;-1:-1:-1;;23274:88:212;8840:38:82;;;23262:101:212;23409:14;;23402:22;23397:3;23393:32;23379:12;;;23372:54;8813:12:82;23442::212;;8840:38:82;23111:349:212;9655:254:32;9752:16;;;9766:1;9752:16;;;;;;;;;9723:26;;9752:16;;;;;;;;;;;-1:-1:-1;9752:16:32;9723:45;;9807:7;9774:9;9784:1;9774:12;;;;;;;;:::i;:::-;;;;;;:41;;;;;9822:82;968:66;952:83;;9861:9;9872:1;9893:8;9875:28;;;;;;;-1:-1:-1;;18762:79:212;;;;18750:92;;18867:2;18858:12;;18621:255;9875:28:32;;;;;;;;;;;;;9822;:82::i;5594:317:62:-;5733:12;5747:17;5790:6;-1:-1:-1;;;;;5790:11:62;5810:1;5821:79;5847:8;5868:9;5889:8;5821:13;:79::i;:::-;5790:116;;;;;;:::i;:::-;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;-1:-1:-1;5772:134:62;;;;-1:-1:-1;5594:317:62;-1:-1:-1;;;;;5594:317:62:o;3524:369:30:-;3664:16;;;3678:1;3664:16;;;;;;;;;3605:22;;3635:26;;3664:16;;;;;;;;;;;;-1:-1:-1;3664:16:30;3635:45;;3719:10;3686:9;3696:1;3686:12;;;;;;;;:::i;:::-;;;;;;:44;;;;;3737:18;3758:49;3784:8;3794:9;3805:1;3758:25;:49::i;:::-;3737:70;;3821:66;:44;3842:5;3849:1;3852:5;:12;3821:20;:44::i;:::-;:64;:66::i;4911:282::-;5037:16;;;5051:1;5037:16;;;;;;;;;5008:26;;5037:16;;;;;;;;;;;-1:-1:-1;5037:16:30;5008:45;;5092:10;5059:9;5069:1;5059:12;;;;;;;;:::i;:::-;;;;;;:44;;;;;5110:78;5136:8;5146:9;5157:1;5160:27;5180:5;5160:18;:27::i;:::-;5110:25;:78::i;13842:301:28:-;13926:21;13950:17;:15;:17::i;:::-;13926:41;-1:-1:-1;14002:4:28;-1:-1:-1;;;;;13977:30:28;;;13973:166;;14017:41;14040:7;14049:8;14017:22;:41::i;13973:166::-;14079:53;;;;;-1:-1:-1;;;;;14079:34:28;;;;;:53;;14114:7;;14123:8;;14079:53;;;:::i;:::-;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;12340:451;12500:21;12524:17;:15;:17::i;:::-;12500:41;-1:-1:-1;12576:4:28;-1:-1:-1;;;;;12551:30:28;;;12547:240;;12591:78;12620:7;12629:8;12639:17;12658:10;12591:28;:78::i;:::-;12547:240;;;12690:90;;;;;-1:-1:-1;;;;;12690:40:28;;;;;:90;;12731:7;;12740:8;;12750:17;;12769:10;;12690:90;;;:::i;:::-;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;12494:297;12340:451;;;;:::o;1832:227::-;1062:42;1921:22;1882:7;;-1:-1:-1;;;;;1921:22:28;;1949:106;;1997:10;1990:17;;;1832:227;:::o;1949:106::-;2035:13;1832:227;-1:-1:-1;1832:227:28:o;4597:171:3:-;4671:7;579:1:34;1355:13;1367:1;376:2;1355:13;:::i;:::-;1354:30;;;;:::i;:::-;4693:70:3;;;;;4597:171;-1:-1:-1;4597:171:3:o;24194:209:33:-;24345:53;;;;;;24712:19:212;;;24747:12;;;24740:28;;;24318:12:33;24784::212;;;24777:28;;;24318:12:33;24821::212;;24345:53:33;;;;;;;;;;;;;24338:60;;24194:209;;;;;:::o;24594:388::-;24902:32;;24936:34;;24720:29;;2643:5:19;;;967:16;2674:39;;;;2656:58;2755:23;2740:39;;;;2722:58;24880:91:33;2502:344:19;25147:234:33;25273:12;25324:18;25353:20;25300:76;;;;;;;;;:::i;53835:242:24:-;53931:7;;;53970:84;53990:10;53986:14;;:1;:14;53970:84;;;54015:32;4274:93:3;4322:19;:27;;;579:1:34;4321:44:3;4287:79;;;4274:93;54015:32:24;;:::i;:::-;;-1:-1:-1;54002:3:24;;53970:84;;19068:1676;-1:-1:-1;;;19247:7:24;-1:-1:-1;;;;;;19247:44:24;;19243:232;;19398:7;19354:100;19417:8;19434:5;19447:4;19354:100;;;;;;;;:::i;:::-;;;;;;;;19462:7;;19243:232;19481:16;19500:59;19541:7;19550:8;19500:40;:59::i;:::-;19481:78;;19705:22;19730:24;19746:7;19730:15;:24::i;:::-;19705:49;;19765:9;19760:328;19780:5;:12;19776:1;:16;19760:328;;;19807:9;19829:5;19835:1;19829:8;;;;;;;;:::i;:::-;;;;;;;19807:31;;19850:41;614:6:36;19850:4:24;:14;;;;;:41;;;;:::i;:::-;19846:236;;;19903:170;;;;;3536:35:4;;;;;19903:54:24;;:170;;19979:7;;20008:8;;20035:5;;20058:4;;19903:170;;;:::i;:::-;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;19846:236;-1:-1:-1;19794:3:24;;19760:328;;;;20189:7;20145:100;20208:8;20225:5;20238:4;20145:100;;;;;;;;:::i;:::-;;;;;;;;20295:70;20327:8;20345:5;20295:70;;20358:4;20295:13;:70::i;:::-;20419:9;20414:326;20434:5;:12;20430:1;:16;20414:326;;;20461:9;20483:5;20489:1;20483:8;;;;;;;;:::i;:::-;;;;;;;20461:31;;20504:40;723:6:36;20504:4:24;:14;;;;;:40;;;;:::i;:::-;20500:234;;;20556:169;;;;;3536:35:4;;;;;20556:53:24;;:169;;20631:7;;20660:8;;20687:5;;20710:4;;20556:169;;;:::i;:::-;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;20500:234;-1:-1:-1;20448:3:24;;20414:326;;52818:191;52920:7;52984;52993:8;52967:35;;;;;;;;;:::i;:::-;;;;-1:-1:-1;;52967:35:24;;;;;;;;;52957:46;;52967:35;52957:46;;;;44378:22;52950:53;;52818:191;-1:-1:-1;;;52818:191:24:o;8945:812:23:-;9043:14;9079:2;9069:6;:12;9065:112;;9138:2;9129:6;:11;9111:29;;;;9160:2;9150:12;;;;;;:::i;:::-;;;;9065:112;-1:-1:-1;9368:21:23;;9353:12;9341:25;;9337:53;9516:2;:11;;;9598:22;;;9594:159;;;9734:1;9718:14;9714:22;9708:29;9693:12;9678:13;9674:32;9670:68;9662:6;9659:80;9649:90;;9059:698;8945:812;;;;;:::o;708:400:49:-;772:4;961:68;994:7;1003:25;961:32;:68::i;:::-;:142;;;;-1:-1:-1;1040:63:49;1073:7;-1:-1:-1;;;;;;4132:576:49;4295:56;;-1:-1:-1;;;;;;5272:79:212;;4295:56:49;;;5254:98:212;4234:4:49;;;;5227:18:212;;4295:56:49;;;-1:-1:-1;;4295:56:49;;;;;;;;;;;;;;;;;;;;;4533:20;;4295:56;;-1:-1:-1;;;;;;;4295:56:49;;-1:-1:-1;;4498:7:49;4491:5;4480:86;4469:97;;4587:16;4573:30;;4631:4;4625:11;4610:26;;4655:7;:29;;;;;4680:4;4666:10;:18;;4655:29;:48;;;;;4702:1;4688:11;:15;4655:48;4648:55;4132:576;-1:-1:-1;;;;;;;4132:576:49:o;3854:344:80:-;3971:16;;;3985:1;3971:16;;;;;;;;;3912:22;;3942:26;;3971:16;;;;;;;;;;;;-1:-1:-1;3971:16:80;3942:45;;4026:8;3993:9;4003:1;3993:12;;;;;;;;:::i;:::-;;;;;;;;;;:42;4042:18;4063:49;1160:66;4099:9;4042:18;4063:25;:49::i;:::-;4042:70;;4126:66;:44;4147:5;4154:1;4157:5;:12;4126:20;:44::i;3035:136:4:-;3105:4;3157:9;3124:42;;3143:9;3125:15;3135:4;3934:26;;;3804:162;3125:15;:27;3124:42;;;3117:49;;3035:136;;;;:::o;1761:1386:59:-;1888:12;1902:17;1956:21;1979:17;2000:22;2013:8;2000:12;:22::i;:::-;1955:67;;-1:-1:-1;1955:67:59;-1:-1:-1;;;;;;2067:27:59;;2063:106;;2139:8;2149:19;:8;:17;:19::i;2063:106::-;2275:12;2270:64;;2289:45;2317:8;2327:6;2289:27;:45::i;:::-;2413:9;;2409:197;;-1:-1:-1;;;2952:46:63;;-1:-1:-1;;;2951:74:63;2432:22:59;2515:26;2951:74:63;2515:13:59;:26::i;:::-;2490:51;-1:-1:-1;2549:50:59;2563:11;2576:22;2593:5;2490:51;2576:22;:::i;:::-;2549:13;:50::i;:::-;2424:182;;2409:197;2708:14;2681:23;:8;451:5:20;2634:44:63;;2536:148;2681:23:59;-1:-1:-1;;2681:41:59;;:461;;2982:160;3043:6;3069:5;3092:13;3125:8;2982:39;:160::i;:::-;2681:461;;;2805:168;2874:6;2900:5;2923:13;2956:8;2805:47;:168::i;:::-;2663:479;;;;-1:-1:-1;1761:1386:59;-1:-1:-1;;;;;;;1761:1386:59:o;3655:342:32:-;3771:16;;;3785:1;3771:16;;;;;;;;;3712:22;;3742:26;;3771:16;;;;;;;;;;;;-1:-1:-1;3771:16:32;3742:45;;3826:7;3793:9;3803:1;3793:12;;;;;;;;:::i;:::-;;;;;;;;;;:41;3841:18;3862:49;968:66;3898:9;3841:18;3862:25;:49::i;1489:2340:23:-;1602:10;;1598:1504;;1755:2;1745:6;:12;1741:122;;1818:2;1809:6;:11;1791:29;;;;1842:2;1832:12;;;;;;:::i;:::-;;;;1741:122;1953:10;;1949:1147;;2161:2;:11;;;2035:21;-1:-1:-1;;579:1:34;804:25:35;;782:48;2208:18:23;2193:33;;2395:12;2387:6;2383:25;2442:4;2431:9;2427:20;2419:28;;2497:13;2491:20;2480:9;2476:36;2458:54;;2745:4;2741:9;2724:14;2718:21;2714:37;2645:4;2633:10;2629:21;2572:193;2544:14;2524:253;;2836:13;2826:6;:23;2822:36;;2851:7;;;;2822:36;-1:-1:-1;2999:1:23;2981:19;;;;;3054:23;;;;;3012:30;1949:1147;3132:253;3149:2;3139:6;:12;3132:253;;3244:20;;3221:44;;3318:1;3300:19;;;;-1:-1:-1;;3358:12:23;;;;3346:2;3329:19;3132:253;;;3453:10;;3449:376;;3473:12;-1:-1:-1;;579:1:34;804:25:35;;782:48;3761:21:23;;3672:20;;3694:9;;3668:36;3757:32;;3617:184;3573:238;;-1:-1:-1;1489:2340:23;;;;:::o;55383:230:24:-;55504:7;55588;55597:8;55571:35;;;;;;;;;:::i;:::-;;;;-1:-1:-1;;55571:35:24;;;;;;;;;55561:46;;55571:35;55561:46;;;;44541:40;55534:73;;55383:230;-1:-1:-1;;;55383:230:24:o;54754:274::-;54898:7;55003;55012:8;54986:35;;;;;;;;;:::i;:::-;;;;;;;;;;;;;54976:46;;;;;;54955:17;54948:25;;54928:45;;;44450:34;54928:45;:94;54920:103;;54913:110;;54754:274;;;;;:::o;966:162:23:-;1055:68;1061:14;1077:6;1085:4;:11;1098:24;1117:4;894::18;884:15;;758:151;1098:24:23;1055:5;:68::i;4032:370::-;4154:13;4203:2;4188:11;:6;4197:2;4188:11;:::i;:::-;4187:18;;;;:::i;:::-;4170:35;;:14;:35;:::i;:::-;4154:51;;4211:187;4235:5;4218:14;:22;4211:187;;;4333:1;4317:14;4310:25;4382:1;4366:14;4362:22;4344:40;;4211:187;;30786:790:24;31045:36;31084:66;31132:7;31141:8;31084:47;:66::i;:::-;31045:105;-1:-1:-1;31156:26:24;31192:49;31045:105;31223:17;7012:16:19;;1055;7012;967;7001:27;6961:68;6939:92;;;6824:218;31192:49:24;31156:86;;31280:291;31334:7;31359:8;31394:17;31444:19;31485:1;31500:10;31542:22;31280:36;:291::i;4897:201:62:-;5019:12;5063:8;5073:9;5084:8;5046:47;;;;;;;;;;:::i;39198:522:24:-;39334:12;39458:257;39497:79;39539:7;39548:8;39558:17;39497:41;:79::i;:::-;39594:1;39613:93;39688:17;39613:66;39661:7;39670:8;39613:47;:66::i;:::-;:74;7012:16:19;;1055;7012;967;7001:27;6961:68;6939:92;;;6824:218;39613:93:24;39458:12;:257::i;2003:574:22:-;2094:5;2189:3;2181:5;:11;:32;;;;2202:4;:11;2196:3;:17;2181:32;2177:93;;;2253:4;2259:5;2266:3;2222:48;;;;;;;;;;;;;:::i;2177:93::-;2336:4;2326:15;;2383:16;2394:5;2326:15;2383:16;:::i;:::-;;-1:-1:-1;2405:12:22;2420:11;2426:5;2420:3;:11;:::i;:::-;692:17;2555:15;2547:3;2536:14;;;;2535:36;;;;;;-1:-1:-1;;;;;2003:574:22:o;40103:220:38:-;40169:24;40201:30;40234:32;40252:6;40260:2;40264:1;40234:17;:32::i;39802:222:39:-;39866:12;39956:6;39980:39;39956:6;40013:2;40017:1;39980:17;:39::i;26201:737:24:-;26452:36;26491:66;26539:7;26548:8;26491:47;:66::i;:::-;26452:105;-1:-1:-1;26563:26:24;26599:49;26452:105;26630:17;7012:16:19;;1055;7012;967;7001:27;6961:68;6939:92;;;6824:218;26599:49:24;26563:86;;26656:277;26710:7;26735:8;26770:17;26813:1;26835:19;26868:4;26904:22;26656:36;:277::i;27600:145::-;27684:56;27697:7;27706:8;27716:23;27731:7;27716:14;:23::i;:::-;27684:12;:56::i;5924:432:82:-;6052:16;;;6066:1;6052:16;;;;;;;;;5982:14;;;;;;6052:16;;;;;;;;;;;-1:-1:-1;6052:16:82;6023:45;;6107:8;6074:9;6084:1;6074:12;;;;;;;;:::i;:::-;;;;;;;;;;:42;6124:24;;;6210:78;1152:66;6253:9;1281:66;6210:19;:78::i;:::-;-1:-1:-1;;2716:4:2;2702:27;;2696:34;2702:27;;;;2696:34;7557:32:82;;;;;;7621:30;;;;;;-1:-1:-1;5924:432:82;-1:-1:-1;;;;;;5924:432:82:o;1546:281:46:-;1708:29;1718:10;1730:6;1708:9;:29::i;:::-;1703:120;;1786:21;:10;:19;:21::i;3755:308:72:-;3868:16;;;3882:1;3868:16;;;;;;;;;3816:15;;;;3868:16;;;;;;;;;;;;-1:-1:-1;3868:16:72;3839:45;;3923:11;3890:9;3900:1;3890:12;;;;;;;;:::i;:::-;;;;;;;;;;:45;3942:13;3958:62;1154:66;3993:9;3942:13;-1:-1:-1;;;3958:24:72;:62::i;5054:269::-;5153:16;;;5167:1;5153:16;;;;;;;;;5124:26;;5153:16;;;;;;;;;;;-1:-1:-1;5153:16:72;5124:45;;5208:11;5175:9;5185:1;5175:12;;;;;;;;:::i;:::-;;;;;;:45;;;;;5227:91;1154:66;1138:83;;5262:9;5273:1;5294:7;5276:27;;;;;;15382:19:212;;15426:2;15417:12;;15222:213;6415:321:62;6562:12;6576:17;6619:6;-1:-1:-1;;;;;6619:19:62;6646:79;6672:8;6693:9;6714:8;6646:13;:79::i;:::-;6619:112;;;;;;:::i;:::-;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;55951:301:24;56072:13;56164:82;56195:48;56225:7;56234:8;56195:29;:48::i;:::-;4711:21:23;;4605:137;46271:3996:24;-1:-1:-1;;;46668:7:24;-1:-1:-1;;;;;;46668:35:24;;46664:161;;-1:-1:-1;;;46775:7:24;46808;46791:25;;;;;;15382:19:212;;15426:2;15417:12;;15222:213;46664:161:24;46831:27;46861:49;:22;46892:17;7012:16:19;;1055;7012;967;7001:27;6961:68;6939:92;;;6824:218;46861:49:24;46831:79;;46916:26;46981:4;:11;46967;46945:33;;:19;:33;;;;:::i;:::-;:47;;;;:::i;:::-;46916:76;;47264:18;47241:19;:41;;:98;;;;-1:-1:-1;47320:19:24;47286:30;47305:11;47286:16;:30;:::i;:::-;:53;;;;47241:98;47237:218;;;47356:92;;;;;29063:12:212;29102:15;;;47356:92:24;;;29084:34:212;29154:15;;;29134:18;;;29127:43;29206:15;;29186:18;;;29179:43;29026:18;;47356:92:24;28857:371:212;47237:218:24;47561:19;47542:16;:38;;;47538:140;;;47597:74;;;;;;;;29406:25:212;;;29479:12;29467:25;;29447:18;;;29440:53;29379:18;;47597:74:24;29233:266:212;47538:140:24;47717:35;47755:72;:22;47789:17;47808:18;47755:33;:72::i;:::-;47717:110;;47974:22;47999:24;48015:7;47999:15;:24::i;:::-;47974:49;;48034:9;48029:486;48049:5;:12;48045:1;:16;48029:486;;;48076:9;48098:5;48104:1;48098:8;;;;;;;;:::i;:::-;;;;;;;48076:31;;48119:42;836:6:36;48119:4:24;:14;;;;;:42;;;;:::i;:::-;48115:394;;;3536:35:4;;;;-1:-1:-1;;;;;48173:55:24;;48250:7;48279:8;48318:17;48365:16;48406:11;48445:22;48485:4;48173:327;;;;;;;;;;;;;;;;;;;;;:::i;:::-;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;48115:394;-1:-1:-1;48063:3:24;;48029:486;;;-1:-1:-1;48573:32:24;;;:13;48713:107;48731:17;48727:21;;:1;:21;;;48713:107;;;48776:33;:22;48807:1;7012:16:19;;1055;7012;967;7001:27;6961:68;6939:92;;;6824:218;48776:33:24;48767:42;;;;48750:3;;48713:107;;;;48942:7;48889:274;48969:8;49006:17;49047:5;49076:11;49113:21;49150:4;48889:274;;;;;;;;;;;:::i;:::-;;;;;;;;48521:649;49255:18;49232:19;:41;49228:248;;49283:31;49317:48;49347:7;49356:8;49317:29;:48::i;:::-;695:28:23;;;-1:-1:-1;49228:248:24;49533:27;49563:61;49587:7;49596:8;49606:17;49563:23;:61::i;:::-;49533:91;;49632:92;49664:19;49693:16;49632:92;;49717:4;49632:13;:92::i;:::-;49525:206;49785:9;49780:483;49800:5;:12;49796:1;:16;49780:483;;;49827:9;49849:5;49855:1;49849:8;;;;;;;;:::i;:::-;;;;;;;49827:31;;49870:41;947:6:36;49870:4:24;:14;;;;;:41;;;;:::i;:::-;49866:391;;;3536:35:4;;;;-1:-1:-1;;;;;49923:54:24;;49999:7;50028:8;50067:17;50114:16;50155:11;50194:21;50233:4;49923:325;;;;;;;;;;;;;;;;;;;;;:::i;:::-;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;49866:391;-1:-1:-1;49814:3:24;;49780:483;;;;46514:3753;;;;46271:3996;;;;;;;:::o;5042:669:23:-;5458:4;5452:11;5499:4;5487:17;;-1:-1:-1;;5373:16:23;5546:26;;;5373:16;5369:32;5518:4;5511:63;5618:6;5610;5603:22;5636:51;5641:14;5657:6;5665;5673:13;5636:4;:51::i;2681:1129:40:-;2801:22;2831:21;2855;:11;2997:3:22;2975:25;;2901:104;2855:21:40;2831:45;-1:-1:-1;692:17:22;3238:38;;2882:20:40;3044:11;3238:38:22;3044:11:40;3029:26;;;;:::i;:::-;;3015:40;;3164:4;3158:11;3149:20;;3207:4;3200:5;3196:16;3267:4;3254:11;3250:22;3236:12;3232:41;3226:4;3219:55;3317:11;3310:5;3303:26;3360:1;3337:463;3376:11;3373:1;3370:18;3337:463;;;3770:20;;3749:42;;3728:64;;3642:31;;;;3555:4;3537:23;;;;3463:1;3456:9;3337:463;;;3341:28;;3116:690;;;2681:1129;;;;;:::o;830:1343::-;1002:12;;955:17;;980:19;1043:26;1058:11;1002:12;1043:26;:::i;:::-;1020:49;;1441:4;1435:11;;-1:-1:-1;1484:4:40;1474:15;;-1:-1:-1;;5373:16:23;1531:32:40;;;5373:16:23;5369:32;1503:4:40;1496:69;1607:12;1601:4;1594:26;1651:1;1721:4;1714:5;1710:16;1628:535;1741:11;1738:1;1735:18;1628:535;;;2134:19;;2113:41;;2091:64;;2007:31;;;;1828:1;1821:9;;;;;1920:4;1902:23;1628:535;;6401:652:24;6468:11;6704:64;;;6700:111;;-1:-1:-1;1339:66:33;;6401:652:24;-1:-1:-1;6401:652:24:o;6700:111::-;6855:185;6901:85;1210:66:33;6977:7:24;6901:40;:85::i;:::-;7006:2;7028:1;6855:17;:185::i;34778:1314::-;34908:23;34933:28;34963:24;35029:20;35052:30;:11;:28;:30::i;:::-;35029:53;;35143:65;35176:7;35185:8;35195:12;35143:32;:65::i;:::-;35130:78;;35272:24;35299:30;:11;:28;:30::i;:::-;35272:57;-1:-1:-1;35339:20:24;;35335:753;;35432:66;35480:7;35489:8;35432:47;:66::i;:::-;35415:83;-1:-1:-1;6395:59:19;;;35550:33:24;;;;;;;;:::i;:::-;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;-1:-1:-1;35550:33:24;-1:-1:-1;35536:47:24;-1:-1:-1;894:4:18;884:15;;35591:21:24;35655:427;35673:16;35669:1;:20;;;35655:427;;;35706:27;35736:63;35778:7;35787:8;35797:1;35736:41;:63::i;:::-;35706:93;-1:-1:-1;35809:14:24;35826:25;:14;35849:1;7012:16:19;;1055;7012;967;7001:27;6961:68;6939:92;;;6824:218;35826:25:24;35809:42;;35861:110;35892:19;35921:1;35932:6;35955:13;35861:12;:110::i;:::-;36050:23;36067:6;36050:23;;:::i;:::-;;;35696:386;;35691:3;;;;;:::i;:::-;;;;35655:427;;;;35361:727;35335:753;34989:1103;;34778:1314;;;;;;;:::o;955:327:46:-;1036:4;1178:56;-1:-1:-1;;;;;;2952:46:63;;2951:74;1227:6:46;1178:19;:56::i;:::-;:99;;;;1238:39;1258:10;1270:6;1238:19;:39::i;7408:1509:19:-;7534:13;1137:16;7559:25;;7555:118;;;7601:65;;;;;;;;6057:25:212;;;6030:18;;7601:65:19;5911:177:212;7555:118:19;7735:13;6395:59;;;7012:16;;;1055;7012;967;7001:27;6961:68;;;6939:92;;7998:38;;;7994:192;;8081:19;8063:15;:37;8048:52;;;;7994:192;;;8162:15;8140:19;:37;8125:52;;;;7994:192;-1:-1:-1;8502:16:19;967;1055;8369;;;;8358:27;8494:35;;;8808:5;8647:26;8628:45;;;;8627:61;;;8789:24;;;;8818:34;;;;;8788:65;;-1:-1:-1;7408:1509:19;;;;;:::o;6076:2380:23:-;6193:10;;6189:1542;;6346:2;6336:6;:12;6332:122;;6409:2;6400:6;:11;6382:29;;;;6433:2;6423:12;;;;;;:::i;:::-;;;;6332:122;6544:10;;6540:1185;;6752:2;:11;;;6626:21;6810:22;;;6806:135;;;-1:-1:-1;;;579:1:34;804:25:35;;782:48;6806:135:23;;;-1:-1:-1;;;579:1:34;804:25:35;;782:48;6806:135:23;7135:14;7129:21;7114:12;7106:6;7102:25;7098:53;7375:4;7359:13;7353:20;7349:31;7285:4;7281:9;7269:10;7265:26;7210:184;7183:13;7163:243;;7465:13;7455:6;:23;7451:36;;7480:7;;;;7451:36;-1:-1:-1;7628:1:23;7610:19;;;;;7683:23;;;;;7641:30;6540:1185;7760:253;7777:2;7767:6;:12;7760:253;;7871:21;;7849:44;;7946:1;7928:19;;;;-1:-1:-1;;7986:12:23;;;;7974:2;7957:19;7760:253;;;8081:10;;8077:375;;8101:12;-1:-1:-1;;579:1:34;804:25:35;;782:48;8389:20:23;;8299:21;;8322:9;;8295:37;8385:31;;8244:184;8201:237;;-1:-1:-1;6076:2380:23;;;;:::o;53261:282:24:-;53506:30;;;;;;31568:19:212;;;31603:12;;;31596:28;;;53349:7:24;;31640:12:212;;53506:30:24;31380:278:212;50835:360:24;50961:12;50985:6;50995:1;50985:11;50981:26;;-1:-1:-1;50998:9:24;;;;;;;;;-1:-1:-1;50998:9:24;;;;50981:26;51048:16;51067:41;51090:7;51099:8;51067:22;:41::i;:::-;51048:60;;51121:69;51152:8;51170:1;51181:6;51121:12;:69::i;4003:378:79:-;4127:16;;;4141:1;4127:16;;;;;;;;4079:11;;;;4127:16;4141:1;4127:16;;;;;;;;;;-1:-1:-1;4127:16:79;4098:45;;4182:10;4149:9;4159:1;4149:12;;;;;;;;:::i;:::-;;;;;;:44;;;;;4238:6;-1:-1:-1;;;;;4222:24:79;4214:33;;4199:9;4209:1;4199:12;;;;;;;;:::i;:::-;;;;;;;;;;:48;4254:13;4270:62;1166:66;4305:9;4254:13;-1:-1:-1;;;4270:24:79;:62::i;:::-;4254:78;;4346:29;4367:5;4354:20;;1650:10:20;1541:126;14:219:212;81:20;;-1:-1:-1;;;;;;130:78:212;;120:89;;110:117;;223:1;220;213:12;238:184;296:6;349:2;337:9;328:7;324:23;320:32;317:52;;;365:1;362;355:12;317:52;388:28;406:9;388:28;:::i;619:166::-;-1:-1:-1;;;;;710:5:212;706:54;699:5;696:65;686:93;;775:1;772;765:12;790:377;908:6;916;969:2;957:9;948:7;944:23;940:32;937:52;;;985:1;982;975:12;937:52;1021:9;1008:23;998:33;;1081:2;1070:9;1066:18;1053:32;1094:43;1131:5;1094:43;:::i;:::-;1156:5;1146:15;;;790:377;;;;;:::o;1172:375::-;1243:8;1253:6;1307:3;1300:4;1292:6;1288:17;1284:27;1274:55;;1325:1;1322;1315:12;1274:55;-1:-1:-1;1348:20:212;;1391:18;1380:30;;1377:50;;;1423:1;1420;1413:12;1377:50;1460:4;1452:6;1448:17;1436:29;;1520:3;1513:4;1503:6;1500:1;1496:14;1488:6;1484:27;1480:38;1477:47;1474:67;;;1537:1;1534;1527:12;1474:67;1172:375;;;;;:::o;1552:1204::-;1850:6;1858;1866;1874;1882;1890;1898;1906;1959:3;1947:9;1938:7;1934:23;1930:33;1927:53;;;1976:1;1973;1966:12;1927:53;2012:9;1999:23;1989:33;;2069:2;2058:9;2054:18;2041:32;2031:42;;2120:2;2109:9;2105:18;2092:32;2082:42;;2171:2;2160:9;2156:18;2143:32;2133:42;;2226:3;2215:9;2211:19;2198:33;2250:18;2291:2;2283:6;2280:14;2277:34;;;2307:1;2304;2297:12;2277:34;2346:78;2416:7;2407:6;2396:9;2392:22;2346:78;:::i;:::-;2443:8;;-1:-1:-1;2320:104:212;-1:-1:-1;2531:3:212;2516:19;;2503:33;;-1:-1:-1;2548:16:212;;;2545:36;;;2577:1;2574;2567:12;2545:36;;2616:80;2688:7;2677:8;2666:9;2662:24;2616:80;:::i;:::-;1552:1204;;;;-1:-1:-1;1552:1204:212;;-1:-1:-1;1552:1204:212;;;;;;2715:8;-1:-1:-1;;;1552:1204:212:o;2992:184::-;-1:-1:-1;;;3041:1:212;3034:88;3141:4;3138:1;3131:15;3165:4;3162:1;3155:15;3181:334;3252:2;3246:9;3308:2;3298:13;;-1:-1:-1;;3294:86:212;3282:99;;3411:18;3396:34;;3432:22;;;3393:62;3390:88;;;3458:18;;:::i;:::-;3494:2;3487:22;3181:334;;-1:-1:-1;3181:334:212:o;3520:589::-;3562:5;3615:3;3608:4;3600:6;3596:17;3592:27;3582:55;;3633:1;3630;3623:12;3582:55;3669:6;3656:20;3695:18;3691:2;3688:26;3685:52;;;3717:18;;:::i;:::-;3761:114;3869:4;-1:-1:-1;;3793:4:212;3789:2;3785:13;3781:86;3777:97;3761:114;:::i;:::-;3900:2;3891:7;3884:19;3946:3;3939:4;3934:2;3926:6;3922:15;3918:26;3915:35;3912:55;;;3963:1;3960;3953:12;3912:55;4028:2;4021:4;4013:6;4009:17;4002:4;3993:7;3989:18;3976:55;4076:1;4051:16;;;4069:4;4047:27;4040:38;;;;4055:7;3520:589;-1:-1:-1;;;3520:589:212:o;4114:566::-;4231:6;4239;4247;4300:2;4288:9;4279:7;4275:23;4271:32;4268:52;;;4316:1;4313;4306:12;4268:52;4355:9;4342:23;4374:43;4411:5;4374:43;:::i;:::-;4436:5;-1:-1:-1;4488:2:212;4473:18;;4460:32;;-1:-1:-1;4543:2:212;4528:18;;4515:32;4570:18;4559:30;;4556:50;;;4602:1;4599;4592:12;4556:50;4625:49;4666:7;4657:6;4646:9;4642:22;4625:49;:::i;:::-;4615:59;;;4114:566;;;;;:::o;4685:420::-;4794:6;4802;4855:2;4843:9;4834:7;4830:23;4826:32;4823:52;;;4871:1;4868;4861:12;4823:52;4907:9;4894:23;4884:33;;4968:2;4957:9;4953:18;4940:32;4995:18;4987:6;4984:30;4981:50;;;5027:1;5024;5017:12;4981:50;5050:49;5091:7;5082:6;5071:9;5067:22;5050:49;:::i;:::-;5040:59;;;4685:420;;;;;:::o;5363:543::-;5484:6;5492;5500;5553:2;5541:9;5532:7;5528:23;5524:32;5521:52;;;5569:1;5566;5559:12;5521:52;5605:9;5592:23;5582:33;;5665:2;5654:9;5650:18;5637:32;5678:43;5715:5;5678:43;:::i;:::-;5740:5;-1:-1:-1;5797:2:212;5782:18;;5769:32;5839:15;;5832:23;5820:36;;5810:64;;5870:1;5867;5860:12;5810:64;5893:7;5883:17;;;5363:543;;;;;:::o;6093:156::-;6159:20;;6219:4;6208:16;;6198:27;;6188:55;;6239:1;6236;6229:12;6254:447;6379:6;6387;6395;6448:2;6436:9;6427:7;6423:23;6419:32;6416:52;;;6464:1;6461;6454:12;6416:52;6500:9;6487:23;6477:33;;6560:2;6549:9;6545:18;6532:32;6573:43;6610:5;6573:43;:::i;:::-;6635:5;-1:-1:-1;6659:36:212;6691:2;6676:18;;6659:36;:::i;:::-;6649:46;;6254:447;;;;;:::o;6706:492::-;6823:6;6831;6839;6892:2;6880:9;6871:7;6867:23;6863:32;6860:52;;;6908:1;6905;6898:12;6860:52;6944:9;6931:23;6921:33;;7005:2;6994:9;6990:18;6977:32;7032:18;7024:6;7021:30;7018:50;;;7064:1;7061;7054:12;7018:50;7087:49;7128:7;7119:6;7108:9;7104:22;7087:49;:::i;:::-;7077:59;;;7155:37;7188:2;7177:9;7173:18;7155:37;:::i;7203:484::-;7297:6;7305;7358:2;7346:9;7337:7;7333:23;7329:32;7326:52;;;7374:1;7371;7364:12;7326:52;7413:9;7400:23;7432:43;7469:5;7432:43;:::i;:::-;7494:5;-1:-1:-1;7550:2:212;7535:18;;7522:32;7577:18;7566:30;;7563:50;;;7609:1;7606;7599:12;8076:211;8166:6;8219:2;8207:9;8198:7;8194:23;8190:32;8187:52;;;8235:1;8232;8225:12;8187:52;-1:-1:-1;8258:23:212;;8076:211;-1:-1:-1;8076:211:212:o;8292:518::-;8440:6;8448;8456;8509:2;8497:9;8488:7;8484:23;8480:32;8477:52;;;8525:1;8522;8515:12;8477:52;8561:9;8548:23;8538:33;;8618:2;8607:9;8603:18;8590:32;8580:42;;8673:2;8662:9;8658:18;8645:32;8700:18;8692:6;8689:30;8686:50;;;8732:1;8729;8722:12;8815:259;8874:6;8927:2;8915:9;8906:7;8902:23;8898:32;8895:52;;;8943:1;8940;8933:12;8895:52;8982:9;8969:23;9001:43;9038:5;9001:43;:::i;9533:250::-;9618:1;9628:113;9642:6;9639:1;9636:13;9628:113;;;9718:11;;;9712:18;9699:11;;;9692:39;9664:2;9657:10;9628:113;;;-1:-1:-1;;9775:1:212;9757:16;;9750:27;9533:250::o;9788:330::-;9830:3;9868:5;9862:12;9895:6;9890:3;9883:19;9911:76;9980:6;9973:4;9968:3;9964:14;9957:4;9950:5;9946:16;9911:76;:::i;:::-;10032:2;10020:15;-1:-1:-1;;10016:88:212;10007:98;;;;10107:4;10003:109;;9788:330;-1:-1:-1;;9788:330:212:o;10123:322::-;10331:6;10320:9;10313:25;10374:2;10369;10358:9;10354:18;10347:30;10294:4;10394:45;10435:2;10424:9;10420:18;10412:6;10394:45;:::i;10450:940::-;10588:9;10622:18;10663:2;10655:6;10652:14;10649:40;;;10669:18;;:::i;:::-;10715:6;10712:1;10708:14;10741:4;10765:30;10789:4;10785:2;10781:13;10765:30;:::i;:::-;10829:19;;;10901:14;;;;10873:4;10864:14;;;10938;10927:26;;10924:46;;;10966:1;10963;10956:12;10924:46;10990:5;11004:353;11020:6;11015:3;11012:15;11004:353;;;11106:3;11093:17;11142:2;11129:11;11126:19;11123:109;;;11186:1;11215:2;11211;11204:14;11123:109;11257:57;11299:14;11285:11;11278:5;11274:23;11257:57;:::i;:::-;11245:70;;-1:-1:-1;11335:12:212;;;;11037;;11004:353;;;-1:-1:-1;11379:5:212;10450:940;-1:-1:-1;;;;;;;10450:940:212:o;11395:464::-;-1:-1:-1;;;;;;11633:6:212;11629:79;11618:9;11611:98;11745:6;11740:2;11729:9;11725:18;11718:34;11788:2;11783;11772:9;11768:18;11761:30;11592:4;11808:45;11849:2;11838:9;11834:18;11826:6;11808:45;:::i;11864:641::-;12144:3;12182:6;12176:13;12198:66;12257:6;12252:3;12245:4;12237:6;12233:17;12198:66;:::i;:::-;12325:4;12286:16;;;12311:19;;;12355:13;;12377:78;12355:13;12442:1;12431:13;;12424:4;12412:17;;12377:78;:::i;:::-;12475:20;12497:1;12471:28;;11864:641;-1:-1:-1;;;;11864:641:212:o;13043:357::-;13161:12;;13208:4;13197:16;;;13191:23;;13161:12;13226:16;;13223:171;;;-1:-1:-1;;13300:4:212;13296:17;;;;13293:1;13289:25;13285:98;13274:110;;13043:357;-1:-1:-1;13043:357:212:o;13405:218::-;13552:2;13541:9;13534:21;13515:4;13572:45;13613:2;13602:9;13598:18;13590:6;13572:45;:::i;13628:340::-;13805:2;13794:9;13787:21;13768:4;13825:45;13866:2;13855:9;13851:18;13843:6;13825:45;:::i;:::-;13817:53;;-1:-1:-1;;;;;13910:6:212;13906:55;13901:2;13890:9;13886:18;13879:83;13628:340;;;;;:::o;13973:184::-;-1:-1:-1;;;14022:1:212;14015:88;14122:4;14119:1;14112:15;14146:4;14143:1;14136:15;14162:125;14227:9;;;14248:10;;;14245:36;;;14261:18;;:::i;14292:925::-;-1:-1:-1;;;;;;14733:6:212;14729:79;14724:3;14717:92;14699:3;14828;14860:2;14856:1;14851:3;14847:11;14840:23;14892:6;14886:13;14908:74;14975:6;14971:1;14966:3;14962:11;14955:4;14947:6;14943:17;14908:74;:::i;:::-;15010:6;15005:3;15001:16;14991:26;;15045:2;15041:1;15037:2;15033:10;15026:22;15079:6;15073:13;15057:29;;15095:75;15161:8;15157:1;15153:2;15149:10;15142:4;15134:6;15130:17;15095:75;:::i;:::-;15190:17;15209:1;15186:25;;14292:925;-1:-1:-1;;;;;14292:925:212:o;15693:184::-;-1:-1:-1;;;15742:1:212;15735:88;15842:4;15839:1;15832:15;15866:4;15863:1;15856:15;15882:862;16044:4;16073:2;16113;16102:9;16098:18;16143:2;16132:9;16125:21;16166:6;16201;16195:13;16232:6;16224;16217:22;16270:2;16259:9;16255:18;16248:25;;16332:2;16322:6;16319:1;16315:14;16304:9;16300:30;16296:39;16282:53;;16370:2;16362:6;16358:15;16391:1;16401:314;16415:6;16412:1;16409:13;16401:314;;;16504:66;16492:9;16484:6;16480:22;16476:95;16471:3;16464:108;16595:40;16628:6;16619;16613:13;16595:40;:::i;:::-;16585:50;-1:-1:-1;16693:12:212;;;;16658:15;;;;16437:1;16430:9;16401:314;;;-1:-1:-1;16732:6:212;;15882:862;-1:-1:-1;;;;;;;15882:862:212:o;16749:184::-;-1:-1:-1;;;16798:1:212;16791:88;16898:4;16895:1;16888:15;16922:4;16919:1;16912:15;17964:128;18031:9;;;18052:11;;;18049:37;;;18066:18;;:::i;19071:168::-;19144:9;;;19175;;19192:15;;;19186:22;;19172:37;19162:71;;19213:18;;:::i;19244:440::-;-1:-1:-1;;;;;19482:6:212;19478:55;19467:9;19460:74;19570:6;19565:2;19554:9;19550:18;19543:34;19613:2;19608;19597:9;19593:18;19586:30;19441:4;19633:45;19674:2;19663:9;19659:18;19651:6;19633:45;:::i;20043:439::-;20096:3;20134:5;20128:12;20161:6;20156:3;20149:19;20187:4;20216;20211:3;20207:14;20200:21;;20255:4;20248:5;20244:16;20278:1;20288:169;20302:6;20299:1;20296:13;20288:169;;;20363:13;;20351:26;;20397:12;;;;20432:15;;;;20324:1;20317:9;20288:169;;;-1:-1:-1;20473:3:212;;20043:439;-1:-1:-1;;;;;20043:439:212:o;20487:690::-;20820:3;20809:9;20802:22;20783:4;20847:57;20899:3;20888:9;20884:19;20876:6;20847:57;:::i;:::-;20952:9;20944:6;20940:22;20935:2;20924:9;20920:18;20913:50;20986:33;21012:6;21004;20986:33;:::i;:::-;20972:47;;21055:6;21050:2;21039:9;21035:18;21028:34;21110:9;21102:6;21098:22;21093:2;21082:9;21078:18;21071:50;21138:33;21164:6;21156;21138:33;:::i;21182:896::-;21633:6;21622:9;21615:25;21676:3;21671:2;21660:9;21656:18;21649:31;21596:4;21703:57;21755:3;21744:9;21740:19;21732:6;21703:57;:::i;:::-;21808:9;21800:6;21796:22;21791:2;21780:9;21776:18;21769:50;21842:33;21868:6;21860;21842:33;:::i;:::-;21828:47;;21911:6;21906:2;21895:9;21891:18;21884:34;21967:9;21959:6;21955:22;21949:3;21938:9;21934:19;21927:51;21995:33;22021:6;22013;21995:33;:::i;:::-;21987:41;;;22065:6;22059:3;22048:9;22044:19;22037:35;21182:896;;;;;;;;;:::o;22083:287::-;22212:3;22250:6;22244:13;22266:66;22325:6;22320:3;22313:4;22305:6;22301:17;22266:66;:::i;:::-;22348:16;;;;;22083:287;-1:-1:-1;;22083:287:212:o;22375:261::-;22554:2;22543:9;22536:21;22517:4;22574:56;22626:2;22615:9;22611:18;22603:6;22574:56;:::i;22641:465::-;22938:6;22927:9;22920:25;22981:2;22976;22965:9;22961:18;22954:30;22901:4;23001:56;23053:2;23042:9;23038:18;23030:6;23001:56;:::i;:::-;22993:64;;23093:6;23088:2;23077:9;23073:18;23066:34;22641:465;;;;;;:::o;23465:363::-;23703:6;23692:9;23685:25;23746:2;23741;23730:9;23726:18;23719:30;23666:4;23766:56;23818:2;23807:9;23803:18;23795:6;23766:56;:::i;23833:604::-;24141:6;24130:9;24123:25;24184:3;24179:2;24168:9;24164:18;24157:31;24104:4;24211:57;24263:3;24252:9;24248:19;24240:6;24211:57;:::i;:::-;24316:4;24308:6;24304:17;24299:2;24288:9;24284:18;24277:45;24370:9;24362:6;24358:22;24353:2;24342:9;24338:18;24331:50;24398:33;24424:6;24416;24398:33;:::i;24844:492::-;25019:3;25057:6;25051:13;25073:66;25132:6;25127:3;25120:4;25112:6;25108:17;25073:66;:::i;:::-;25202:13;;25161:16;;;;25224:70;25202:13;25161:16;25271:4;25259:17;;25224:70;:::i;:::-;25310:20;;24844:492;-1:-1:-1;;;;24844:492:212:o;25341:512::-;25592:2;25581:9;25574:21;25555:4;25618:56;25670:2;25659:9;25655:18;25647:6;25618:56;:::i;:::-;25722:14;25714:6;25710:27;25705:2;25694:9;25690:18;25683:55;25786:9;25778:6;25774:22;25769:2;25758:9;25754:18;25747:50;25814:33;25840:6;25832;25814:33;:::i;25858:616::-;26168:6;26157:9;26150:25;26211:3;26206:2;26195:9;26191:18;26184:31;26131:4;26238:57;26290:3;26279:9;26275:19;26267:6;26238:57;:::i;:::-;26343:14;26335:6;26331:27;26326:2;26315:9;26311:18;26304:55;26407:9;26399:6;26395:22;26390:2;26379:9;26375:18;26368:50;26435:33;26461:6;26453;26435:33;:::i;26479:639::-;26729:6;26724:3;26717:19;26699:3;26755:2;26788;26783:3;26779:12;26820:6;26814:13;26885:2;26877:6;26873:15;26906:1;26916:175;26930:6;26927:1;26924:13;26916:175;;;26993:13;;26979:28;;27029:14;;;;27066:15;;;;26952:1;26945:9;26916:175;;;-1:-1:-1;27107:5:212;;26479:639;-1:-1:-1;;;;;;;26479:639:212:o;27123:184::-;-1:-1:-1;;;27172:1:212;27165:88;27272:4;27269:1;27262:15;27296:4;27293:1;27286:15;27312:274;27352:1;27378;27368:189;;-1:-1:-1;;;27410:1:212;27403:88;27514:4;27511:1;27504:15;27542:4;27539:1;27532:15;27368:189;-1:-1:-1;27571:9:212;;27312:274::o;27591:530::-;27776:3;27814:6;27808:13;27830:66;27889:6;27884:3;27877:4;27869:6;27865:17;27830:66;:::i;:::-;27965:2;27961:15;;;;-1:-1:-1;;27957:88:212;27918:16;;;;27943:103;;;28073:2;28062:14;;28055:30;;;;28112:2;28101:14;;27591:530;-1:-1:-1;;27591:530:212:o;28126:360::-;28329:2;28318:9;28311:21;28292:4;28349:45;28390:2;28379:9;28375:18;28367:6;28349:45;:::i;:::-;28425:2;28410:18;;28403:34;;;;-1:-1:-1;28468:2:212;28453:18;28446:34;28341:53;28126:360;-1:-1:-1;28126:360:212:o;28678:174::-;28745:12;28777:10;;;28789;;;28773:27;;28812:11;;;28809:37;;;28826:18;;:::i;:::-;28809:37;28678:174;;;;:::o;29504:899::-;29926:6;29915:9;29908:25;29969:3;29964:2;29953:9;29949:18;29942:31;29889:4;29996:57;30048:3;30037:9;30033:19;30025:6;29996:57;:::i;:::-;30101:4;30089:17;;30084:2;30069:18;;30062:45;30126:12;30174:15;;;30169:2;30154:18;;30147:43;30227:15;;30221:3;30206:19;;30199:44;30274:3;30259:19;;30252:35;;;30324:22;;;30318:3;30303:19;;30296:51;30364:33;30328:6;30382;30364:33;:::i;:::-;30356:41;29504:899;-1:-1:-1;;;;;;;;;;29504:899:212:o;30408:787::-;30771:3;30760:9;30753:22;30734:4;30798:57;30850:3;30839:9;30835:19;30827:6;30798:57;:::i;:::-;30903:4;30895:6;30891:17;30886:2;30875:9;30871:18;30864:45;30957:14;30949:6;30945:27;30940:2;30929:9;30925:18;30918:55;31021:12;31013:6;31009:25;31004:2;30993:9;30989:18;30982:53;31072:6;31066:3;31055:9;31051:19;31044:35;31128:9;31120:6;31116:22;31110:3;31099:9;31095:19;31088:51;31156:33;31182:6;31174;31156:33;:::i;:::-;31148:41;30408:787;-1:-1:-1;;;;;;;;;30408:787:212:o;31200:175::-;31237:3;31281:4;31274:5;31270:16;31310:4;31301:7;31298:17;31295:43;;31318:18;;:::i;:::-;31367:1;31354:15;;31200:175;-1:-1:-1;;31200:175:212:o","linkReferences":{},"immutableReferences":{"34927":[{"start":3080,"length":32}]}},"methodIdentifiers":{"_msgSender()":"119df25f","_msgValue()":"45ec9354","_world()":"e1af802c","installModule(address,bytes)":"8da798da","registerDelegation(address,bytes32,bytes)":"1d2257ba","registerFunctionSelector(bytes32,string)":"26d98102","registerNamespace(bytes32)":"b29e4089","registerNamespaceDelegation(bytes32,bytes32,bytes)":"bfdfaff7","registerRootFunctionSelector(bytes32,string,bytes4)":"742d6118","registerStoreHook(bytes32,address,uint8)":"530f4b60","registerSystem(bytes32,address,bool)":"3350b6a9","registerSystemHook(bytes32,address,uint8)":"d5f8337f","registerTable(bytes32,bytes32,bytes32,bytes32,string[],string[])":"0ba51f49","supportsInterface(bytes4)":"01ffc9a7","unregisterDelegation(address)":"cdc938c5","unregisterNamespaceDelegation(bytes32)":"aa66e9c8","unregisterStoreHook(bytes32,address)":"05609129","unregisterSystemHook(bytes32,address)":"a92813ad"},"rawMetadata":"{\"compiler\":{\"version\":\"0.8.24+commit.e11b9ed9\"},\"language\":\"Solidity\",\"output\":{\"abi\":[{\"inputs\":[],\"name\":\"FieldLayout_Empty\",\"type\":\"error\"},{\"inputs\":[{\"internalType\":\"uint256\",\"name\":\"staticDataLength\",\"type\":\"uint256\"},{\"internalType\":\"uint256\",\"name\":\"computedStaticDataLength\",\"type\":\"uint256\"}],\"name\":\"FieldLayout_InvalidStaticDataLength\",\"type\":\"error\"},{\"inputs\":[{\"internalType\":\"uint256\",\"name\":\"index\",\"type\":\"uint256\"}],\"name\":\"FieldLayout_StaticLengthDoesNotFitInAWord\",\"type\":\"error\"},{\"inputs\":[{\"internalType\":\"uint256\",\"name\":\"index\",\"type\":\"uint256\"}],\"name\":\"FieldLayout_StaticLengthIsNotZero\",\"type\":\"error\"},{\"inputs\":[{\"internalType\":\"uint256\",\"name\":\"index\",\"type\":\"uint256\"}],\"name\":\"FieldLayout_StaticLengthIsZero\",\"type\":\"error\"},{\"inputs\":[{\"internalType\":\"uint256\",\"name\":\"numFields\",\"type\":\"uint256\"},{\"internalType\":\"uint256\",\"name\":\"maxFields\",\"type\":\"uint256\"}],\"name\":\"FieldLayout_TooManyDynamicFields\",\"type\":\"error\"},{\"inputs\":[{\"internalType\":\"uint256\",\"name\":\"numFields\",\"type\":\"uint256\"},{\"internalType\":\"uint256\",\"name\":\"maxFields\",\"type\":\"uint256\"}],\"name\":\"FieldLayout_TooManyFields\",\"type\":\"error\"},{\"inputs\":[{\"internalType\":\"uint256\",\"name\":\"length\",\"type\":\"uint256\"}],\"name\":\"PackedCounter_InvalidLength\",\"type\":\"error\"},{\"inputs\":[{\"internalType\":\"uint256\",\"name\":\"length\",\"type\":\"uint256\"}],\"name\":\"Schema_InvalidLength\",\"type\":\"error\"},{\"inputs\":[],\"name\":\"Schema_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[]\"}],\"name\":\"Store_DeleteRecord\",\"type\":\"event\"},{\"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\":\"uint8\",\"name\":\"dynamicFieldIndex\",\"type\":\"uint8\"},{\"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\":\"contract IModule\",\"name\":\"module\",\"type\":\"address\"},{\"internalType\":\"bytes\",\"name\":\"encodedArgs\",\"type\":\"bytes\"}],\"name\":\"installModule\",\"outputs\":[],\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"address\",\"name\":\"delegatee\",\"type\":\"address\"},{\"internalType\":\"ResourceId\",\"name\":\"delegationControlId\",\"type\":\"bytes32\"},{\"internalType\":\"bytes\",\"name\":\"initCallData\",\"type\":\"bytes\"}],\"name\":\"registerDelegation\",\"outputs\":[],\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"ResourceId\",\"name\":\"systemId\",\"type\":\"bytes32\"},{\"internalType\":\"string\",\"name\":\"systemFunctionSignature\",\"type\":\"string\"}],\"name\":\"registerFunctionSelector\",\"outputs\":[{\"internalType\":\"bytes4\",\"name\":\"worldFunctionSelector\",\"type\":\"bytes4\"}],\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"ResourceId\",\"name\":\"namespaceId\",\"type\":\"bytes32\"}],\"name\":\"registerNamespace\",\"outputs\":[],\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"ResourceId\",\"name\":\"namespaceId\",\"type\":\"bytes32\"},{\"internalType\":\"ResourceId\",\"name\":\"delegationControlId\",\"type\":\"bytes32\"},{\"internalType\":\"bytes\",\"name\":\"initCallData\",\"type\":\"bytes\"}],\"name\":\"registerNamespaceDelegation\",\"outputs\":[],\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"ResourceId\",\"name\":\"systemId\",\"type\":\"bytes32\"},{\"internalType\":\"string\",\"name\":\"worldFunctionSignature\",\"type\":\"string\"},{\"internalType\":\"bytes4\",\"name\":\"systemFunctionSelector\",\"type\":\"bytes4\"}],\"name\":\"registerRootFunctionSelector\",\"outputs\":[{\"internalType\":\"bytes4\",\"name\":\"worldFunctionSelector\",\"type\":\"bytes4\"}],\"stateMutability\":\"nonpayable\",\"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\":\"systemId\",\"type\":\"bytes32\"},{\"internalType\":\"contract System\",\"name\":\"system\",\"type\":\"address\"},{\"internalType\":\"bool\",\"name\":\"publicAccess\",\"type\":\"bool\"}],\"name\":\"registerSystem\",\"outputs\":[],\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"ResourceId\",\"name\":\"systemId\",\"type\":\"bytes32\"},{\"internalType\":\"contract ISystemHook\",\"name\":\"hookAddress\",\"type\":\"address\"},{\"internalType\":\"uint8\",\"name\":\"enabledHooksBitmap\",\"type\":\"uint8\"}],\"name\":\"registerSystemHook\",\"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\":\"address\",\"name\":\"delegatee\",\"type\":\"address\"}],\"name\":\"unregisterDelegation\",\"outputs\":[],\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"ResourceId\",\"name\":\"namespaceId\",\"type\":\"bytes32\"}],\"name\":\"unregisterNamespaceDelegation\",\"outputs\":[],\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"ResourceId\",\"name\":\"tableId\",\"type\":\"bytes32\"},{\"internalType\":\"contract IStoreHook\",\"name\":\"hookAddress\",\"type\":\"address\"}],\"name\":\"unregisterStoreHook\",\"outputs\":[],\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"ResourceId\",\"name\":\"systemId\",\"type\":\"bytes32\"},{\"internalType\":\"contract ISystemHook\",\"name\":\"hookAddress\",\"type\":\"address\"}],\"name\":\"unregisterSystemHook\",\"outputs\":[],\"stateMutability\":\"nonpayable\",\"type\":\"function\"}],\"devdoc\":{\"author\":\"MUD (https://mud.dev) by Lattice (https://lattice.xyz)\",\"details\":\"Aggregates multiple system implementations for the World.\",\"errors\":{\"Schema_InvalidLength(uint256)\":[{\"details\":\"Error raised when the provided schema has an invalid length.\"}],\"Schema_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_DeleteRecord(bytes32,bytes32[])\":{\"params\":{\"keyTuple\":\"An array representing the composite key for the record.\",\"tableId\":\"The ID of the table where the record is deleted.\"}},\"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[],uint8,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.\",\"dynamicFieldIndex\":\"The index of the dynamic field to splice data, relative to the start of the dynamic fields. (Dynamic field index = field index - number of static fields)\",\"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.\"}},\"installModule(address,bytes)\":{\"details\":\"Validates the given module against the IModule interface and delegates the installation process. The module is then registered in the InstalledModules table.\",\"params\":{\"encodedArgs\":\"The ABI encoded arguments for module installation.\",\"module\":\"The module to be installed.\"}},\"registerDelegation(address,bytes32,bytes)\":{\"details\":\"Creates a new delegation from the caller to the specified delegatee\",\"params\":{\"delegatee\":\"The address of the delegatee\",\"delegationControlId\":\"The ID controlling the delegation\",\"initCallData\":\"The initialization data for the delegation\"}},\"registerFunctionSelector(bytes32,string)\":{\"details\":\"Creates a mapping between a World function and its associated system function\",\"params\":{\"systemFunctionSignature\":\"The signature of the system function\",\"systemId\":\"The system ID\"},\"returns\":{\"worldFunctionSelector\":\"The selector of the World function\"}},\"registerNamespace(bytes32)\":{\"details\":\"Creates a new namespace resource with the given ID\",\"params\":{\"namespaceId\":\"The unique identifier for the new namespace\"}},\"registerNamespaceDelegation(bytes32,bytes32,bytes)\":{\"details\":\"Sets up a new delegation control for a specific namespace\",\"params\":{\"delegationControlId\":\"The ID controlling the delegation\",\"initCallData\":\"The initialization data for the delegation\",\"namespaceId\":\"The ID of the namespace\"}},\"registerRootFunctionSelector(bytes32,string,bytes4)\":{\"details\":\"Creates a mapping for a root World function without namespace or name prefix\",\"params\":{\"systemFunctionSelector\":\"The selector of the system function\",\"systemId\":\"The system ID\",\"worldFunctionSignature\":\"The signature of the World function\"},\"returns\":{\"worldFunctionSelector\":\"The selector of the World function\"}},\"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.\"}},\"registerSystem(bytes32,address,bool)\":{\"details\":\"Registers or upgrades a system at the given ID If the namespace doesn't exist yet, it is registered. The system is granted access to its namespace, so it can write to any table in the same namespace. If publicAccess is true, no access control check is performed for calling the system. This function doesn't check whether a system already exists at the given selector, making it possible to upgrade systems.\",\"params\":{\"publicAccess\":\"Flag indicating if access control check is bypassed\",\"system\":\"The system being registered\",\"systemId\":\"The unique identifier for the system\"}},\"registerSystemHook(bytes32,address,uint8)\":{\"details\":\"Adds a new hook for the system at the provided system ID\",\"params\":{\"enabledHooksBitmap\":\"Bitmap indicating which hooks are enabled\",\"hookAddress\":\"The address of the hook being registered\",\"systemId\":\"The ID of the system\"}},\"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.\"}},\"unregisterDelegation(address)\":{\"details\":\"Deletes the new delegation from the caller to the specified delegatee\",\"params\":{\"delegatee\":\"The address of the delegatee\"}},\"unregisterNamespaceDelegation(bytes32)\":{\"details\":\"Deletes the delegation control for a specific namespace\",\"params\":{\"namespaceId\":\"The ID of the namespace\"}},\"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.\"}},\"unregisterSystemHook(bytes32,address)\":{\"details\":\"Removes a hook for the system at the provided system ID\",\"params\":{\"hookAddress\":\"The address of the hook being unregistered\",\"systemId\":\"The ID of the system\"}}},\"title\":\"Registration System for World\",\"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_DeleteRecord(bytes32,bytes32[])\":{\"notice\":\"Emitted when a record is deleted from the store.\"},\"Store_SetRecord(bytes32,bytes32[],bytes,bytes32,bytes)\":{\"notice\":\"Emitted when a new record is set in the store.\"},\"Store_SpliceDynamicData(bytes32,bytes32[],uint8,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.\"},\"installModule(address,bytes)\":{\"notice\":\"Installs a module into the World under a specified namespace.\"},\"registerDelegation(address,bytes32,bytes)\":{\"notice\":\"Registers a delegation for the caller\"},\"registerFunctionSelector(bytes32,string)\":{\"notice\":\"Registers a new World function selector\"},\"registerNamespace(bytes32)\":{\"notice\":\"Registers a new namespace\"},\"registerNamespaceDelegation(bytes32,bytes32,bytes)\":{\"notice\":\"Registers a delegation for a namespace\"},\"registerRootFunctionSelector(bytes32,string,bytes4)\":{\"notice\":\"Registers a root World function selector\"},\"registerStoreHook(bytes32,address,uint8)\":{\"notice\":\"Register a storage hook for a specified table.\"},\"registerSystem(bytes32,address,bool)\":{\"notice\":\"Registers a system\"},\"registerSystemHook(bytes32,address,uint8)\":{\"notice\":\"Registers a new system hook\"},\"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)\"},\"unregisterDelegation(address)\":{\"notice\":\"Unregisters a delegation\"},\"unregisterNamespaceDelegation(bytes32)\":{\"notice\":\"Unregisters a delegation for a namespace\"},\"unregisterStoreHook(bytes32,address)\":{\"notice\":\"Unregister a previously registered storage hook for a specified table.\"},\"unregisterSystemHook(bytes32,address)\":{\"notice\":\"Unregisters a system hook\"}},\"notice\":\"This system aggregates World registration and installation functionalities externalized from the World contract, aiming to keep the World contract's bytecode lean.\",\"version\":1}},\"settings\":{\"compilationTarget\":{\"node_modules/@latticexyz/world/src/modules/init/RegistrationSystem.sol\":\"RegistrationSystem\"},\"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\":\"0x3ac04fbbbab8c94b12b5b285e6b96d3323b88677e8efaa4adac2bc98b0903ee4\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://84d29c5ce5a343acbc5555fc70a726e9dc39c90468a7d4cbdf3fee5dd196aeea\",\"dweb:/ipfs/QmSjdbZmcTwxLHsZNxSNp8TK2pmtAoUqcJ6EaCpBj19D5f\"]},\"node_modules/@latticexyz/store/src/FieldLayout.sol\":{\"keccak256\":\"0xf6881fc6c28fc265369dd73936c79e194dc221f872cd28d3bf007f5012dba9e2\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://7530258c9641a76d9a128f2c6041546a0d2ace67cf988900f51db7bcf99cd43e\",\"dweb:/ipfs/QmUsb7geQHbySyyDSf2jirwHRym8wp88bQASkYnAMSwCqk\"]},\"node_modules/@latticexyz/store/src/Hook.sol\":{\"keccak256\":\"0xd016a2e1260f5a81ff9a8dfac58d7947e114414df8cce7302a2629908ea5f18e\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://0c558a6f3a5f540c0190fa6d642a094a185c5db1acfc2437c7dbde0340f00ac3\",\"dweb:/ipfs/QmViAHvR7U7HNfBiBZEMFiy1TTSHDFNiDzBfQSeLBShCky\"]},\"node_modules/@latticexyz/store/src/IERC165.sol\":{\"keccak256\":\"0x0efbf9afc716c585621482221f75e5bd60bcf0e813c9f7800d7c0309dcc3c927\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://31b6aeb5446a0a0d5bd71be15a68c5bde94b08c961369203b83c8abe36f401d2\",\"dweb:/ipfs/QmXhComne4es9ZMKaGNqHCdJZrFoFssxMYgLaqvCXPL1Mg\"]},\"node_modules/@latticexyz/store/src/IFieldLayoutErrors.sol\":{\"keccak256\":\"0x8d12106404bdc1b48e621de7b3c6cc9ecd228229cc2de8b15af99cf7d7bc5e77\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://018a1127ea61809cf843b21a2c128b3ff1e552547a3d285def22bfd71ab5446d\",\"dweb:/ipfs/QmQApX8sRCpb69R1Ur5mistPWhfa2ckZyHksQuyNvnRf63\"]},\"node_modules/@latticexyz/store/src/IPackedCounterErrors.sol\":{\"keccak256\":\"0x3c52620068df7859fefd2abbed50e63ed685c3cb9f1b50cb99cba1c2de7bb990\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://f167c535d51a82f28a81c90a32d451b3e76b677998741652e775d9333e1aacf7\",\"dweb:/ipfs/QmdGSt7EKLp2ViiDZ2YPX5Wd1mKBAPvffKgFFseFiDtegt\"]},\"node_modules/@latticexyz/store/src/ISchemaErrors.sol\":{\"keccak256\":\"0x2f4e0b03b6a7f04975f233b9be143afec2d9aef8fe8a14d4615e9dd5b7b70e1e\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://1b353c4664ecf99277642b03a94407c3a069a0c25fe1b2d83b296014b5daa397\",\"dweb:/ipfs/QmQAbdJDWsBWvP8o8faQtyRoV5WdcU2CabbpUsqE7Y5dGh\"]},\"node_modules/@latticexyz/store/src/ISliceErrors.sol\":{\"keccak256\":\"0x303b790491ff1076852e5840581967b744ac0ecbb646c867eab27ec03d8d4eb4\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://1fa527b83abac782d12d0ab567cfcc13dd73641e33b33a4fe67a9c3b80bb816a\",\"dweb:/ipfs/QmSPnmn5u96Jju85gdsEBToagGXVvYVdzFZoqRkXBrqYVY\"]},\"node_modules/@latticexyz/store/src/IStore.sol\":{\"keccak256\":\"0xcca682e9b4ce25691b535b4263b46fe742378e560458193e0a46f9be6682198d\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://35df157436b75d740251f03ddc5a7f8841d519ba59a841d287e50e1dd6e5b699\",\"dweb:/ipfs/QmWwHDr5rDa88ZYeSdxQiQ94E3RoJbsnKsRgTScEN3SCG2\"]},\"node_modules/@latticexyz/store/src/IStoreData.sol\":{\"keccak256\":\"0xe3fb1996fa571471bf488d29519f70d71afb6071d6f164ad6c0ab10e2eb7dac1\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://73f4882c6d337064bc95287877f94955bcb2add4b9b3b4b931083522b1e9f9a1\",\"dweb:/ipfs/QmezagzYNuFW4A23xQWZA9abuShoFrANAX4wVzmJ6Sp15S\"]},\"node_modules/@latticexyz/store/src/IStoreErrors.sol\":{\"keccak256\":\"0xd53378e918f78655096851862e128722e57bcdb8c7ff58f50a8527a3945fe54f\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://38788d5de1db8f9f6243386530a7be9af971afcba8b860d2386cd2917cf380e8\",\"dweb:/ipfs/QmVt2tyxgiKEmXoHhRzkoUKgqm3kkfTgKrahCC9hMXxH25\"]},\"node_modules/@latticexyz/store/src/IStoreEvents.sol\":{\"keccak256\":\"0xf255c05df7f87c53316aea76a5212e6f9bf86ad95408d6189b0fcfaf7d5a0006\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://06873e63d2db6e00ddddec986cebfd4547e4de8c348437132ad76322e9f76c71\",\"dweb:/ipfs/QmT1Fm6FSWt27Jskm5ZPxqWN3S1hsiEy63oR4yuU2qmzUv\"]},\"node_modules/@latticexyz/store/src/IStoreHook.sol\":{\"keccak256\":\"0x3e9eb573557af7e7cf40281ba7b3ebdffb4e3b13ecc49827b307a5f061028087\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://36391ca958dbb9fac695b28ebc5be2e9c47cbff3bab85ba779b08870ee32ef09\",\"dweb:/ipfs/QmZBhQPg2X4HxHaBUyEL7dn4bnuGoKpiHHTTKSYUGNBLh7\"]},\"node_modules/@latticexyz/store/src/IStoreRead.sol\":{\"keccak256\":\"0xabefed80f6691fd3b3362a5434e4c24a38d2ca5c51279b722aa25d897b5427d0\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://a711569d612187f6738a4bb39d8d8419a03ff3da91c45209b4096e5dcdfca53c\",\"dweb:/ipfs/QmWTGSZyrGmbpwfttR8nLzFYqbjg1L3G9P8xfrtzg8QVpH\"]},\"node_modules/@latticexyz/store/src/IStoreRegistration.sol\":{\"keccak256\":\"0x9e91a73f93cc9ebc00c265c83177f6a3f8a156749a9261202e2845e12aeaa96b\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://a39280d87d22dd0a959d8f55925cb092dba1fee2f11d3dd8e3ffabed45a9ab6a\",\"dweb:/ipfs/QmRMBFLJtT2KN43Xz9P3vUNWxXrP8rLTNBFw2P6Z7EGeaS\"]},\"node_modules/@latticexyz/store/src/IStoreWrite.sol\":{\"keccak256\":\"0x3f115843507290fa8b5dabee0a69b03397274fb1291d79ecb51ab80055bea5dd\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://0733e8df7e6e5ca91800c97d4914e9743fbe84a4a16bad01c76c1539d0d8046a\",\"dweb:/ipfs/QmeRqJ1tBBgEMc1z29m4UM46QSjxDvrmV2v86J8bNCb4o5\"]},\"node_modules/@latticexyz/store/src/Memory.sol\":{\"keccak256\":\"0xef6e7000b181c2991aeacbf99a9d886f8c4df88878b857713f851185b63a7811\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://b079b4773d140ab2c01bdb04facfa56a78f753aea7122fa445b2bfa133411392\",\"dweb:/ipfs/QmWYWKFpwtsPeGdCSxcANgxXUbwAuMMgR7iMVPDSCZxz2A\"]},\"node_modules/@latticexyz/store/src/PackedCounter.sol\":{\"keccak256\":\"0xc27fe981ae23ca9a894a1e9081dcbec8f88fd12e741445b989ff9a756b29c4a7\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://88dc94ac9c32ed8ac65f6e3e872953be04ce27d1645ba505031b1cd34a99b72a\",\"dweb:/ipfs/QmV8VPFDwm8cA1HFr4Kebgu3YdbqkAwKdrwkHpRP1DBXfv\"]},\"node_modules/@latticexyz/store/src/ResourceId.sol\":{\"keccak256\":\"0x167af6321dc89c2e5850e31949b1d64ab70bb1cc809daa54a030e8ff30f35411\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://e4b1a2d5da7e4f79349f5257a62b4c6ffe110d6e18fe407099aec71a2f3b2539\",\"dweb:/ipfs/QmQXqehp55UecYyuYTiPBKSnuedqYybXfCCjoPPrZ2hnRw\"]},\"node_modules/@latticexyz/store/src/Schema.sol\":{\"keccak256\":\"0x0d2a08030d21292ecbcc850d9111f3817d03f17cd5e02186894848a9152d79d7\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://3f30024c1613fb587aaba4c1dcb8e4e46ed765a2cebd5b63fbebd327d1bf13d3\",\"dweb:/ipfs/QmZzqSnPMYKDYwbFNvUFrvuazMUyQHzQ59w3A9x6juHAm7\"]},\"node_modules/@latticexyz/store/src/Slice.sol\":{\"keccak256\":\"0xae6c03881fdfa56cba1879d9c9c6b52c2829e6a278a200176678d8da05a89345\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://3cad7dc4944c0518de2e7f99697485d365ae37aa6cad6967996377c2dd951fe4\",\"dweb:/ipfs/QmW3grFwr8BcgJmLfjLbj3FthnD7NRUBFMFiahbXztHPr7\"]},\"node_modules/@latticexyz/store/src/Storage.sol\":{\"keccak256\":\"0x7e735a4c7fa8b8a5fe2371d90801e3287ddb78efed69b31e1a76f0b7b153c4c3\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://9e6db36bd52144b6feeecd91a58fc311127a3892fc96c4171db5b570fe9876ee\",\"dweb:/ipfs/QmS6LqnTZvpMc4eiz5JowBoNnh3RYemG6JHjqtYucT1rQi\"]},\"node_modules/@latticexyz/store/src/StoreCore.sol\":{\"keccak256\":\"0xb1a9b7aace51268930fcf876ac9e2ecacbbc48eca52ce57b35666e02f616bc90\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://0885ac113cf1c10187eeec9ca78b6fab01e83d5d6e42cba870d89f22e33f101e\",\"dweb:/ipfs/QmXGcXjD1zt6gB7y8SGeADc5UruxkDqbGHeb8AEmpe2gCE\"]},\"node_modules/@latticexyz/store/src/StoreSwitch.sol\":{\"keccak256\":\"0x868d515c7579d909f73cc5353e7a58fdb361d0c9dde83b11fa1529f0c2dd21fe\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://fdeb6ca2dc6cae645c13cba6a5b08ff495858e32f16f8b54d19784d4da012d37\",\"dweb:/ipfs/QmPyHrJFDUddguyWcYEwfbTisRkzmwDx169feEZCJq8v9Z\"]},\"node_modules/@latticexyz/store/src/codegen/index.sol\":{\"keccak256\":\"0x094a6f1e2910b345b6b254e0fc2c8882b3190c673f7ee19742e857057a4d3f85\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://18908e2e7e878635abea72ef99851fddd204371e6b641f010e831ebfa0b1bfd4\",\"dweb:/ipfs/QmSNAxXqxTrzPkZ4rSAQgBnuer1yLPq74hoqnzrZV3WGsb\"]},\"node_modules/@latticexyz/store/src/codegen/tables/Hooks.sol\":{\"keccak256\":\"0x02cc84859c7f2b57f2ca5e0bf27e6cb5c5a911f3891c6b12878fb31d18fd2f66\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://0724e7df4b0752acab63a6f900e84aaafc2eac62f67ab499e9ee02da9abd73c8\",\"dweb:/ipfs/QmQnvC3yBiCR61PfY2uiDG7JiLdy9Cw1a7YhLUd8bLFzab\"]},\"node_modules/@latticexyz/store/src/codegen/tables/ResourceIds.sol\":{\"keccak256\":\"0xca6f60a79f25447aeb390156c987e77fef837e1b23db294076425759e9dc60f8\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://bf6c4c5e25a0ed37abcba6346dc59259bb634634edf8cc86bd14db92a32768c8\",\"dweb:/ipfs/QmbQxGchi71XtGAK5uF1H96Xfhh7fAx9c9LpEwc4q5hUxt\"]},\"node_modules/@latticexyz/store/src/codegen/tables/StoreHooks.sol\":{\"keccak256\":\"0x59c633598dae70cb65fd0cd5fda434f2beed4421463340ba5ea99ba07843f9c2\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://57738241ca53b9cd7883f7e24e7b1c98ca6cde65bae60c73a65f5a0372aa4912\",\"dweb:/ipfs/Qmac9wp9ScJbS9KCCdzLqQikvNn7br293vzfkqXQcjtmeE\"]},\"node_modules/@latticexyz/store/src/codegen/tables/Tables.sol\":{\"keccak256\":\"0x5339c32885c7977bda845c0d82f50ad3e17f465c2a94163cfeba2ed809215cc4\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://3f50e7b2db53ee935fa40af5f2692fc48442cabbbf45641e018607e43f091a5c\",\"dweb:/ipfs/QmVRovK8SqG6PE5Mx1VmjUbKf9Me7yoG898t2MQkgSevwr\"]},\"node_modules/@latticexyz/store/src/constants.sol\":{\"keccak256\":\"0x88689af9b661f7eb723123fbe212876c2f342cfdb3a01ea7f4e94e9c8f819877\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://f39abf5a2306a4346d9909f98d7808474c85ed46d552a503d2a69f4dccb54289\",\"dweb:/ipfs/QmcBLXR8ckXfoBCntFF8YcoTymKNJv7PkmFpgy4zZtTRUd\"]},\"node_modules/@latticexyz/store/src/rightMask.sol\":{\"keccak256\":\"0x28887aab8ad5ca598927e59d702999ca6e3b3128f1cddd2b995a381c8d04b275\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://7710847f4689b7f5b81436c7d52ae4395f244a2eebf8d398b2edd43accb06754\",\"dweb:/ipfs/QmTD2wYqryXTynHAn5Vf9wtjUUSGeCJWENZTnWtBAK38pa\"]},\"node_modules/@latticexyz/store/src/storeHookTypes.sol\":{\"keccak256\":\"0x4f29001e53690ce74fe405a6d0376a564c9c743d1631d36fab04331865e4d572\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://138c80abd63225a3eeb01ebfa1f9288e188a7ee5b2266b275fb4ed31b5aa30e3\",\"dweb:/ipfs/QmdEx9uHgCCbTcetGwFH5a66Ft7ajmrMDXvP1fW7WjnnE2\"]},\"node_modules/@latticexyz/store/src/storeResourceTypes.sol\":{\"keccak256\":\"0x1c4cb6b3ecf76f614479ab304d7de3ade0e99c7ccfd07717b57c92f699a27261\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://2c9b0e0c9b3b5610d6fd65a8ffd7c54df390a34ccc70d58f4a055c49ad1ea586\",\"dweb:/ipfs/QmP6ffpnR7aRyvq9AiUkVNH6LbGfFP3NDq7E2n2PVcHhp2\"]},\"node_modules/@latticexyz/store/src/tightcoder/DecodeSlice.sol\":{\"keccak256\":\"0x310523f7f3acca841e62fe50be8d8b042cad5b3c239cb1105d6623cf83e63152\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://1cc40ca233acf6502bc65677b381c05331dd7323953e54b5df969051e47f851e\",\"dweb:/ipfs/QmTxy9mhodT8drezB5K1kPR78AMaARomoJqDyaWpLuCKui\"]},\"node_modules/@latticexyz/store/src/tightcoder/EncodeArray.sol\":{\"keccak256\":\"0x259ee545fd9dfd4767f0b7fef31f52fd3c54c4a1c6657d6fbda4927800c937b3\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://0a4e31efa9f476cd267af7c3e11fe0151252206a1f6407a80a4092444c2de8ea\",\"dweb:/ipfs/QmRF4gWYw33mFTMh7nX8DJ1qzx3Ko6yMsnxubzYTRppdyo\"]},\"node_modules/@latticexyz/store/src/tightcoder/TightCoder.sol\":{\"keccak256\":\"0x0e74ff88ec94cb33f79d8afc1497c4fdccf02db40ab47f3701c7d02fc305d4d8\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://36b7cd0c2a3f2dcdc83ab7ac5a93f123746ce29c0f1000f2b275ad2c647ff0f3\",\"dweb:/ipfs/QmYdipHYUhHhS78wLdtmKZUK14FEwpto5mFy3rNeZssMLz\"]},\"node_modules/@latticexyz/store/src/version.sol\":{\"keccak256\":\"0xfc030c5075377169d4384cf89e8a1037dacab1ee53bcb867d5ace75e4ee5df46\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://d1c310ce30a1a39380108e75c5f893f58be159cf4b80706b43b8466f4bc4aa0b\",\"dweb:/ipfs/QmXWTsz6Gk8XQKmNNNLHaRuHxJis1dHmoStWoANAYwfmcz\"]},\"node_modules/@latticexyz/world/src/AccessControl.sol\":{\"keccak256\":\"0xe9e1b1e588699a15ee81cc46f5959e14ff323787b576681abe7b0163d5988a4e\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://f19076661965fcf60fbf5e58ee8a83daac63e174806af79f5fd4144929cab899\",\"dweb:/ipfs/QmVQxPrkHpSo1fbsqGvToXc6q9x8zrVrGaZjKTKY413QBm\"]},\"node_modules/@latticexyz/world/src/Delegation.sol\":{\"keccak256\":\"0x1ad6ce468042f6ba104c8fa2cd5506e434e1bd458448492ae9e8d1993a7e5f1d\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://ded3d879ad5a4119f9ff2320ff27f63a06bc3853e91d3697b3406ee3e6ab65d5\",\"dweb:/ipfs/QmTMjjArXQxXa3WeFF4dvvkAFSEstHTTsNYDCckgCBUVeE\"]},\"node_modules/@latticexyz/world/src/ERC165Checker.sol\":{\"keccak256\":\"0xc63b86705fd62b862e422f830604b7e14e18f1fab662b70a02f656f6ace4fdc7\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://9d674c90bcc5b21e93b0b2a685c6cff86a69962cf900811af677ce77c3598dcf\",\"dweb:/ipfs/QmVE4pv8AFQWP9RRdaqGo6FP1AR8svMaUQsPnEHZc5VLgF\"]},\"node_modules/@latticexyz/world/src/IDelegationControl.sol\":{\"keccak256\":\"0x7cc2fbdd8ff6c996e19fab46c1031b76355da74973cebf45ce4df4b035d566bf\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://857d577f84a68018a3392ec4540c15e80326aaf4b0f224d0d239605abacfc0f3\",\"dweb:/ipfs/QmVEr3rTH1F1BFaCTMd7MmuceTqASwKBcMRnuFZ4tUAYmR\"]},\"node_modules/@latticexyz/world/src/IERC165.sol\":{\"keccak256\":\"0xe3d9074a1be3247be67ff4dd2c9e41481650ddaa799285a249736bb85673e33d\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://0b6743ee1e6d0c74927bf17fc1da0cad7575aa7634871b94190ffbdb4c28c2a7\",\"dweb:/ipfs/Qma5bNsPJSBTesWxg3eAAMUBTDE7UjqWaHF7eMiGwP87jr\"]},\"node_modules/@latticexyz/world/src/IModule.sol\":{\"keccak256\":\"0x0cfee97ee4634e2a9480333cb25b6f99f999910d7d3646b45780eb5485219592\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://491f8f7ec0e2da54e44a984576acab6cf63f4de86b296855fc749997fc297aec\",\"dweb:/ipfs/QmavXGLER27V4PTzcUxMTZ7aXr3RmBMoCZvvptBHwfBFzq\"]},\"node_modules/@latticexyz/world/src/ISystemHook.sol\":{\"keccak256\":\"0x81f1743d7ca6a9c7efc4997cf95e603ccb2070885265ca0e540f461aa7430721\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://93d99e78b541b33ecd501bf0cd407a78cef490fec8eaef2f188bddb9e293a99f\",\"dweb:/ipfs/QmPrcMDxwhvBZTr2AxoGqJA9L3Mjx27KBc98h3gXSsa3PM\"]},\"node_modules/@latticexyz/world/src/IWorldContextConsumer.sol\":{\"keccak256\":\"0xb39e9d8cff4162e255f6c460ef9f9f0ad5b804627f745d967b2f10d0dd509299\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://18d957cd87febccc00d82b9454047f0f5236250c9245befc0f57978671675255\",\"dweb:/ipfs/QmdZ1eXBd15vLpLVqTNJDAAaTzzucpRLD8GPJahLKT4J7x\"]},\"node_modules/@latticexyz/world/src/IWorldErrors.sol\":{\"keccak256\":\"0x0abae6f4ed1b3070bddd0ed194c08b83a948b61ae959396202cf627bf1056a2b\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://a7037954f281cc0188a5aafc1d0cca0aabc110fd0234e6c43dca35ad69ed3baf\",\"dweb:/ipfs/Qmbv2nfK1qPpnoAbqNJFqWwo7AuyaX2ZEgZMFspMv7DR5B\"]},\"node_modules/@latticexyz/world/src/System.sol\":{\"keccak256\":\"0xadcb32bdc444a4420909b738d81fa662dc63739455fe93d5aa89c93a3ccfd2dd\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://d303094c84ebfb0f9f114c54ff4dfc68bfa1e526d0ebe304be6fbeb7cb2f0d3f\",\"dweb:/ipfs/QmYvUx1mNDhkxZFqxLeswW3w9HkvVqeoJiJKj1HN1SB7Gi\"]},\"node_modules/@latticexyz/world/src/SystemCall.sol\":{\"keccak256\":\"0x5012c0607c8d41a4eed69d8a0430f742844883d3c3f17a6717ac287608b4e6af\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://c389f65d050849cc95a7df9f45145186a60ae892b7d02b26ec92f8a38f8e2ee5\",\"dweb:/ipfs/QmNQPBewaXghhVeJDaC1XUK6BbFrZ5qUjryhmJuyvgWdbF\"]},\"node_modules/@latticexyz/world/src/WorldContext.sol\":{\"keccak256\":\"0x50ca52bdd89a9f27d6b03ad00ef45c8c5a6884ea9d75e18f8fa53524ac2feed9\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://55febdece37b291527094fb654919d4c8fe0b231792996a14c5e5cc76512b19e\",\"dweb:/ipfs/QmZHFbDDNmdFHWc1uTSvDgMUUgb8NgBPb1cDUJYajswbHT\"]},\"node_modules/@latticexyz/world/src/WorldResourceId.sol\":{\"keccak256\":\"0x6475af14127236618ac8ba4a5549bba13d92f4839df9c17d9b2a730400be9797\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://5491d7aa712f0d3a13e237743ab1b46e9f9cfe2025a761aeadbb9024b36f52ff\",\"dweb:/ipfs/QmQarLY1e6paD1kVjpiUNLrdQszTxHJ2NuaivMbjGarLqw\"]},\"node_modules/@latticexyz/world/src/codegen/tables/Balances.sol\":{\"keccak256\":\"0x20fc943df3df3fff11f26ac37d4b6aac578e7c80958d255cad688ee40f4c7dd2\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://bb433dc2023b727c6bc01989e93c98d7f26102ae2be3a5f1609dcc9dd4ddf3bd\",\"dweb:/ipfs/QmXy5Mj6g1RmVeadLE83cFSa8SdW5YHfRGUgngkBUBKV9Y\"]},\"node_modules/@latticexyz/world/src/codegen/tables/FunctionSelectors.sol\":{\"keccak256\":\"0x79c8a22f4b12768e44278a8375ec4cb9e5947bae51009ea67df5cb047d8eb864\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://0f2efa3ffa8bd510f214f1fe14f3af484d1b17aeb5f3b7fe02c88b9e84343121\",\"dweb:/ipfs/QmRxqUHVbGy19cHciciKfZrS4z6SxR5UjbVoK1sR5a9Sid\"]},\"node_modules/@latticexyz/world/src/codegen/tables/FunctionSignatures.sol\":{\"keccak256\":\"0x97b9a1815cf8248269f7f2eeaa6d6275e0a259648126a11af6fc59ed60ccfe02\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://9a8084a09d927df2fd31499a815a6ceb88911506dad18130853dabfedf6a29db\",\"dweb:/ipfs/QmVMi4ybNLjArKvbA6ZMRRxX4jdzPPCoWdacNiFYKu72w1\"]},\"node_modules/@latticexyz/world/src/codegen/tables/InstalledModules.sol\":{\"keccak256\":\"0x6d2ed705d31dafb682c9e13a6ae895b998b32bcca71ea4cd925f8bb55fcdb86a\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://dcb65f32eb25b2582f8dd6eaa83e4aaa348ce06a9f9f45c17e536b0b87ab2b92\",\"dweb:/ipfs/QmNfvtWV8wQEKSAoNAN7W1UVftEuyDA4J48WZcGhDSEm9K\"]},\"node_modules/@latticexyz/world/src/codegen/tables/NamespaceDelegationControl.sol\":{\"keccak256\":\"0x003c03d7e8be675abe422eab801b0ebb6a5d795dea499f76c09101cc1b4f7867\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://2ff0d412d17835b30fe7e923e4b4db1fc16f7cb16e1702fc2151a0086e08924b\",\"dweb:/ipfs/QmcHoBWUBHYVt4gs5qwsDvDJPg2gPRgmd14SzJN2AtQipt\"]},\"node_modules/@latticexyz/world/src/codegen/tables/NamespaceOwner.sol\":{\"keccak256\":\"0x08f47dfce2d68f889a929040f0456e2a9c1b0052942fda9e24910362c66e811c\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://e713e64128ec4de5ac4809a26b8618255153f7139a01b545381b18e6ca77362d\",\"dweb:/ipfs/QmSozw8WXSxgp29yVCwgQiZ2kPCiqJLZVWxuRQZ6yMZhR7\"]},\"node_modules/@latticexyz/world/src/codegen/tables/ResourceAccess.sol\":{\"keccak256\":\"0x3c01fede84dbf9894a5f077953c6296bb69afdd683300599d8560288ab0b02fa\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://d216ae4cb61b2f8b67d037f0b53e8c11cc3863d60a1b4926f318f177308d9c73\",\"dweb:/ipfs/QmdvcY4SvUJwV4j3ALYMVfjFRxzgXyACVTJDuVQcTt2yUt\"]},\"node_modules/@latticexyz/world/src/codegen/tables/SystemHooks.sol\":{\"keccak256\":\"0x2af4c6fc1be378742dd873ea5904c83379dcc2ddc82c1bd520c4f3ad060bb36b\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://fdab8aa666d0019068fe24cc974ce6bc707f9b53f54d9b538aca64f2434c9a4c\",\"dweb:/ipfs/Qmc1G4MZTzZMAqRuHPwqsozP3cNGGGDvpxqppmqrGA39vh\"]},\"node_modules/@latticexyz/world/src/codegen/tables/SystemRegistry.sol\":{\"keccak256\":\"0x36e956904cd2049d910560725f49cd4b6a203d41c179dafdb44eb58d3912ed91\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://71e5088419d47a1d9ea9db79f08b99aa01a2d781d7c7f03e462c2af0efeb8f62\",\"dweb:/ipfs/QmU1cZxtDW1UAMR6kMtNk4NVFf6aUQdtMPQ9P4bi5Tr6iX\"]},\"node_modules/@latticexyz/world/src/codegen/tables/Systems.sol\":{\"keccak256\":\"0x37e75efc870375d6ef1d4f301523ce50293d1cdf2a99b2f407bf691b610bf5bd\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://239f26f064c60afd13a3ee539fc786c1b2aa9c60a66fce4311dabbddf82d59bf\",\"dweb:/ipfs/QmcnyTQkRFoHZhUe6BmYpTmM6PtzjBE7o9G7iZ48NWXjFc\"]},\"node_modules/@latticexyz/world/src/codegen/tables/UserDelegationControl.sol\":{\"keccak256\":\"0x5cc51a00ec1d040fd8c189cf3eab048dc4a1ea6249cd68d4003239f2f665c27f\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://5e1622570fd947d29246a60b8e30735b6b87b10ef02ff69d3b248643a3c54fc0\",\"dweb:/ipfs/QmS9M1v3Dd9VmVRBa1gKUdPo4gp5QbT6cm8gNDnLA8dcEi\"]},\"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\":\"0x1aa994d09220ac38bd4f47e2be9f54e4b1a46ffb14be40552ac64998059105fe\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://88ba9f14551c18238056f6f5daf6166acc93c531f66cf32bbadb4142eca04a25\",\"dweb:/ipfs/QmQfiy93ewydVkwLdbUSXHn5K29r1SJaiw51sgoFWJXsmu\"]},\"node_modules/@latticexyz/world/src/modules/init/RegistrationSystem.sol\":{\"keccak256\":\"0x5aa1ad023ec7e30b102275af8f76e08d195e277fd89fb5fffd8436adf7dbc3f2\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://5389a9204b6714c8494f169277ccfdcf43ab3d969cafddf8a5eb61d2a2b827a4\",\"dweb:/ipfs/QmVvkj8hEcUQZTvHptDe7fEZHnH9bnut6f3jaLSquPgBCw\"]},\"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/ModuleInstallationSystem.sol\":{\"keccak256\":\"0x1be1b12b2b2c7ff519cbe503ddda58cd308a8067e9ff7a168f3833031cf3f93d\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://37cede506e9219fa7a1c518ece3fa6333ccad58b4b792629044288d2d9b9e8d1\",\"dweb:/ipfs/QmcFo72Bv2t5GFQgM71NNB7xNLnQwG39oE9KTrdaNsv9ZV\"]},\"node_modules/@latticexyz/world/src/modules/init/implementations/StoreRegistrationSystem.sol\":{\"keccak256\":\"0x3a8ffe8942badedf5654e02189c6d6e89c5a37d40d8643abbdd7869ee2858498\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://885dec95191527acc629af3b99818e81c37cb14744ae33677a84d37bc9413c86\",\"dweb:/ipfs/Qmd873kb8eDWXqZxnT6Qimh5AW2osaX6KnbXySSVkjZRrf\"]},\"node_modules/@latticexyz/world/src/modules/init/implementations/WorldRegistrationSystem.sol\":{\"keccak256\":\"0xa832d2f9e97f6f4d8a59fce75a749eab17f7e0aa0e87da394e735fe697483ec4\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://e872d0efa21d1d1fa0913a447805f1b6ab9759868cfee5dd0128b445118d17c9\",\"dweb:/ipfs/QmebxB45ncxaVLccDxN78DdhqaFj8MuaXYNhxrnpWd5e2E\"]},\"node_modules/@latticexyz/world/src/requireInterface.sol\":{\"keccak256\":\"0x5b94a21fd46abb4aac8f38809c0d6105f30792042c927f8a6a4f40cfe35c7ab8\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://8bade9d52cf370f3b5435abb47a5338dca5498bee773e97518e7a080fa882940\",\"dweb:/ipfs/QmTtaXUWwMQmHW8oKEoRZxagidZcCiN3oLQs7kN3nycrkW\"]},\"node_modules/@latticexyz/world/src/requireNamespace.sol\":{\"keccak256\":\"0xda4a4a55bde8e55c28472d37009a194aa221ad11feb233d1c17a87b303977567\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://ef691f35102f6ce85cc1cdaf3ec29b4ba632384a0358629dd642292c709f34e5\",\"dweb:/ipfs/QmYuewEaRZ1UWxd231AK4SpjsiLrd7o4nyaPTeEzLCswcc\"]},\"node_modules/@latticexyz/world/src/requireValidNamespace.sol\":{\"keccak256\":\"0xfad78b977794de8301ba73ac1a871e3ca24c31584a97fdcb2c2c4039ff01b30b\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://784f5049a467eeef2dbc24911d64cb65c283c4d468aab68a60d7bbf6b2ee3241\",\"dweb:/ipfs/QmYrpoWRGu8t3mf1aEUpEBJBkZhBwRzz2AYoori68qeZkz\"]},\"node_modules/@latticexyz/world/src/revertWithBytes.sol\":{\"keccak256\":\"0xa1147f218a0152b153d4e8bada0f606bfed40ac1f184fd16a941c2d0033c53f5\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://3f5e0f6d1b51a3a04d4bd84537b2ced373b32824898cf6fbfd13ae1cbdf06359\",\"dweb:/ipfs/QmayYRmBZRUV9m4UnFxuC62VvHriXhkYXeH3HibZ3Gmxxf\"]},\"node_modules/@latticexyz/world/src/systemHookTypes.sol\":{\"keccak256\":\"0x15c25ae4b21e091209970e45a198cb51f31eeae482828862641099c1a9b2448a\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://0ce3c3eb58dc5c262d36babf372ad028d2846beea73a59d6e70f0eb8c90ee00d\",\"dweb:/ipfs/QmWUkgegTRtSJM3awvjg4J7DWZ2ME7Pnxp1dP2TWWzLNoo\"]},\"node_modules/@latticexyz/world/src/worldResourceTypes.sol\":{\"keccak256\":\"0xeb042e7d3638430f6fd394107f3237cf14e4325154f0098624e8a7826584d465\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://39e0b8eb87616b661f5a4f2fd7e1a727bd19b7fd8d40ad3d93fda26822f433ea\",\"dweb:/ipfs/QmacYMatKV9pwEwirVRY9a6r89RoNs5yk99ic37ieWA8Dk\"]}},\"version\":1}","metadata":{"compiler":{"version":"0.8.24+commit.e11b9ed9"},"language":"Solidity","output":{"abi":[{"inputs":[],"type":"error","name":"FieldLayout_Empty"},{"inputs":[{"internalType":"uint256","name":"staticDataLength","type":"uint256"},{"internalType":"uint256","name":"computedStaticDataLength","type":"uint256"}],"type":"error","name":"FieldLayout_InvalidStaticDataLength"},{"inputs":[{"internalType":"uint256","name":"index","type":"uint256"}],"type":"error","name":"FieldLayout_StaticLengthDoesNotFitInAWord"},{"inputs":[{"internalType":"uint256","name":"index","type":"uint256"}],"type":"error","name":"FieldLayout_StaticLengthIsNotZero"},{"inputs":[{"internalType":"uint256","name":"index","type":"uint256"}],"type":"error","name":"FieldLayout_StaticLengthIsZero"},{"inputs":[{"internalType":"uint256","name":"numFields","type":"uint256"},{"internalType":"uint256","name":"maxFields","type":"uint256"}],"type":"error","name":"FieldLayout_TooManyDynamicFields"},{"inputs":[{"internalType":"uint256","name":"numFields","type":"uint256"},{"internalType":"uint256","name":"maxFields","type":"uint256"}],"type":"error","name":"FieldLayout_TooManyFields"},{"inputs":[{"internalType":"uint256","name":"length","type":"uint256"}],"type":"error","name":"PackedCounter_InvalidLength"},{"inputs":[{"internalType":"uint256","name":"length","type":"uint256"}],"type":"error","name":"Schema_InvalidLength"},{"inputs":[],"type":"error","name":"Schema_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}],"type":"event","name":"Store_DeleteRecord","anonymous":false},{"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":"uint8","name":"dynamicFieldIndex","type":"uint8","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":"contract IModule","name":"module","type":"address"},{"internalType":"bytes","name":"encodedArgs","type":"bytes"}],"stateMutability":"nonpayable","type":"function","name":"installModule"},{"inputs":[{"internalType":"address","name":"delegatee","type":"address"},{"internalType":"ResourceId","name":"delegationControlId","type":"bytes32"},{"internalType":"bytes","name":"initCallData","type":"bytes"}],"stateMutability":"nonpayable","type":"function","name":"registerDelegation"},{"inputs":[{"internalType":"ResourceId","name":"systemId","type":"bytes32"},{"internalType":"string","name":"systemFunctionSignature","type":"string"}],"stateMutability":"nonpayable","type":"function","name":"registerFunctionSelector","outputs":[{"internalType":"bytes4","name":"worldFunctionSelector","type":"bytes4"}]},{"inputs":[{"internalType":"ResourceId","name":"namespaceId","type":"bytes32"}],"stateMutability":"nonpayable","type":"function","name":"registerNamespace"},{"inputs":[{"internalType":"ResourceId","name":"namespaceId","type":"bytes32"},{"internalType":"ResourceId","name":"delegationControlId","type":"bytes32"},{"internalType":"bytes","name":"initCallData","type":"bytes"}],"stateMutability":"nonpayable","type":"function","name":"registerNamespaceDelegation"},{"inputs":[{"internalType":"ResourceId","name":"systemId","type":"bytes32"},{"internalType":"string","name":"worldFunctionSignature","type":"string"},{"internalType":"bytes4","name":"systemFunctionSelector","type":"bytes4"}],"stateMutability":"nonpayable","type":"function","name":"registerRootFunctionSelector","outputs":[{"internalType":"bytes4","name":"worldFunctionSelector","type":"bytes4"}]},{"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":"systemId","type":"bytes32"},{"internalType":"contract System","name":"system","type":"address"},{"internalType":"bool","name":"publicAccess","type":"bool"}],"stateMutability":"nonpayable","type":"function","name":"registerSystem"},{"inputs":[{"internalType":"ResourceId","name":"systemId","type":"bytes32"},{"internalType":"contract ISystemHook","name":"hookAddress","type":"address"},{"internalType":"uint8","name":"enabledHooksBitmap","type":"uint8"}],"stateMutability":"nonpayable","type":"function","name":"registerSystemHook"},{"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":"address","name":"delegatee","type":"address"}],"stateMutability":"nonpayable","type":"function","name":"unregisterDelegation"},{"inputs":[{"internalType":"ResourceId","name":"namespaceId","type":"bytes32"}],"stateMutability":"nonpayable","type":"function","name":"unregisterNamespaceDelegation"},{"inputs":[{"internalType":"ResourceId","name":"tableId","type":"bytes32"},{"internalType":"contract IStoreHook","name":"hookAddress","type":"address"}],"stateMutability":"nonpayable","type":"function","name":"unregisterStoreHook"},{"inputs":[{"internalType":"ResourceId","name":"systemId","type":"bytes32"},{"internalType":"contract ISystemHook","name":"hookAddress","type":"address"}],"stateMutability":"nonpayable","type":"function","name":"unregisterSystemHook"}],"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."}},"installModule(address,bytes)":{"details":"Validates the given module against the IModule interface and delegates the installation process. The module is then registered in the InstalledModules table.","params":{"encodedArgs":"The ABI encoded arguments for module installation.","module":"The module to be installed."}},"registerDelegation(address,bytes32,bytes)":{"details":"Creates a new delegation from the caller to the specified delegatee","params":{"delegatee":"The address of the delegatee","delegationControlId":"The ID controlling the delegation","initCallData":"The initialization data for the delegation"}},"registerFunctionSelector(bytes32,string)":{"details":"Creates a mapping between a World function and its associated system function","params":{"systemFunctionSignature":"The signature of the system function","systemId":"The system ID"},"returns":{"worldFunctionSelector":"The selector of the World function"}},"registerNamespace(bytes32)":{"details":"Creates a new namespace resource with the given ID","params":{"namespaceId":"The unique identifier for the new namespace"}},"registerNamespaceDelegation(bytes32,bytes32,bytes)":{"details":"Sets up a new delegation control for a specific namespace","params":{"delegationControlId":"The ID controlling the delegation","initCallData":"The initialization data for the delegation","namespaceId":"The ID of the namespace"}},"registerRootFunctionSelector(bytes32,string,bytes4)":{"details":"Creates a mapping for a root World function without namespace or name prefix","params":{"systemFunctionSelector":"The selector of the system function","systemId":"The system ID","worldFunctionSignature":"The signature of the World function"},"returns":{"worldFunctionSelector":"The selector of the World function"}},"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."}},"registerSystem(bytes32,address,bool)":{"details":"Registers or upgrades a system at the given ID If the namespace doesn't exist yet, it is registered. The system is granted access to its namespace, so it can write to any table in the same namespace. If publicAccess is true, no access control check is performed for calling the system. This function doesn't check whether a system already exists at the given selector, making it possible to upgrade systems.","params":{"publicAccess":"Flag indicating if access control check is bypassed","system":"The system being registered","systemId":"The unique identifier for the system"}},"registerSystemHook(bytes32,address,uint8)":{"details":"Adds a new hook for the system at the provided system ID","params":{"enabledHooksBitmap":"Bitmap indicating which hooks are enabled","hookAddress":"The address of the hook being registered","systemId":"The ID of the system"}},"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."}},"unregisterDelegation(address)":{"details":"Deletes the new delegation from the caller to the specified delegatee","params":{"delegatee":"The address of the delegatee"}},"unregisterNamespaceDelegation(bytes32)":{"details":"Deletes the delegation control for a specific namespace","params":{"namespaceId":"The ID of the namespace"}},"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."}},"unregisterSystemHook(bytes32,address)":{"details":"Removes a hook for the system at the provided system ID","params":{"hookAddress":"The address of the hook being unregistered","systemId":"The ID of the system"}}},"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."},"installModule(address,bytes)":{"notice":"Installs a module into the World under a specified namespace."},"registerDelegation(address,bytes32,bytes)":{"notice":"Registers a delegation for the caller"},"registerFunctionSelector(bytes32,string)":{"notice":"Registers a new World function selector"},"registerNamespace(bytes32)":{"notice":"Registers a new namespace"},"registerNamespaceDelegation(bytes32,bytes32,bytes)":{"notice":"Registers a delegation for a namespace"},"registerRootFunctionSelector(bytes32,string,bytes4)":{"notice":"Registers a root World function selector"},"registerStoreHook(bytes32,address,uint8)":{"notice":"Register a storage hook for a specified table."},"registerSystem(bytes32,address,bool)":{"notice":"Registers a system"},"registerSystemHook(bytes32,address,uint8)":{"notice":"Registers a new system hook"},"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)"},"unregisterDelegation(address)":{"notice":"Unregisters a delegation"},"unregisterNamespaceDelegation(bytes32)":{"notice":"Unregisters a delegation for a namespace"},"unregisterStoreHook(bytes32,address)":{"notice":"Unregister a previously registered storage hook for a specified table."},"unregisterSystemHook(bytes32,address)":{"notice":"Unregisters a system hook"}},"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/RegistrationSystem.sol":"RegistrationSystem"},"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":"0x3ac04fbbbab8c94b12b5b285e6b96d3323b88677e8efaa4adac2bc98b0903ee4","urls":["bzz-raw://84d29c5ce5a343acbc5555fc70a726e9dc39c90468a7d4cbdf3fee5dd196aeea","dweb:/ipfs/QmSjdbZmcTwxLHsZNxSNp8TK2pmtAoUqcJ6EaCpBj19D5f"],"license":"MIT"},"node_modules/@latticexyz/store/src/FieldLayout.sol":{"keccak256":"0xf6881fc6c28fc265369dd73936c79e194dc221f872cd28d3bf007f5012dba9e2","urls":["bzz-raw://7530258c9641a76d9a128f2c6041546a0d2ace67cf988900f51db7bcf99cd43e","dweb:/ipfs/QmUsb7geQHbySyyDSf2jirwHRym8wp88bQASkYnAMSwCqk"],"license":"MIT"},"node_modules/@latticexyz/store/src/Hook.sol":{"keccak256":"0xd016a2e1260f5a81ff9a8dfac58d7947e114414df8cce7302a2629908ea5f18e","urls":["bzz-raw://0c558a6f3a5f540c0190fa6d642a094a185c5db1acfc2437c7dbde0340f00ac3","dweb:/ipfs/QmViAHvR7U7HNfBiBZEMFiy1TTSHDFNiDzBfQSeLBShCky"],"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/IFieldLayoutErrors.sol":{"keccak256":"0x8d12106404bdc1b48e621de7b3c6cc9ecd228229cc2de8b15af99cf7d7bc5e77","urls":["bzz-raw://018a1127ea61809cf843b21a2c128b3ff1e552547a3d285def22bfd71ab5446d","dweb:/ipfs/QmQApX8sRCpb69R1Ur5mistPWhfa2ckZyHksQuyNvnRf63"],"license":"MIT"},"node_modules/@latticexyz/store/src/IPackedCounterErrors.sol":{"keccak256":"0x3c52620068df7859fefd2abbed50e63ed685c3cb9f1b50cb99cba1c2de7bb990","urls":["bzz-raw://f167c535d51a82f28a81c90a32d451b3e76b677998741652e775d9333e1aacf7","dweb:/ipfs/QmdGSt7EKLp2ViiDZ2YPX5Wd1mKBAPvffKgFFseFiDtegt"],"license":"MIT"},"node_modules/@latticexyz/store/src/ISchemaErrors.sol":{"keccak256":"0x2f4e0b03b6a7f04975f233b9be143afec2d9aef8fe8a14d4615e9dd5b7b70e1e","urls":["bzz-raw://1b353c4664ecf99277642b03a94407c3a069a0c25fe1b2d83b296014b5daa397","dweb:/ipfs/QmQAbdJDWsBWvP8o8faQtyRoV5WdcU2CabbpUsqE7Y5dGh"],"license":"MIT"},"node_modules/@latticexyz/store/src/ISliceErrors.sol":{"keccak256":"0x303b790491ff1076852e5840581967b744ac0ecbb646c867eab27ec03d8d4eb4","urls":["bzz-raw://1fa527b83abac782d12d0ab567cfcc13dd73641e33b33a4fe67a9c3b80bb816a","dweb:/ipfs/QmSPnmn5u96Jju85gdsEBToagGXVvYVdzFZoqRkXBrqYVY"],"license":"MIT"},"node_modules/@latticexyz/store/src/IStore.sol":{"keccak256":"0xcca682e9b4ce25691b535b4263b46fe742378e560458193e0a46f9be6682198d","urls":["bzz-raw://35df157436b75d740251f03ddc5a7f8841d519ba59a841d287e50e1dd6e5b699","dweb:/ipfs/QmWwHDr5rDa88ZYeSdxQiQ94E3RoJbsnKsRgTScEN3SCG2"],"license":"MIT"},"node_modules/@latticexyz/store/src/IStoreData.sol":{"keccak256":"0xe3fb1996fa571471bf488d29519f70d71afb6071d6f164ad6c0ab10e2eb7dac1","urls":["bzz-raw://73f4882c6d337064bc95287877f94955bcb2add4b9b3b4b931083522b1e9f9a1","dweb:/ipfs/QmezagzYNuFW4A23xQWZA9abuShoFrANAX4wVzmJ6Sp15S"],"license":"MIT"},"node_modules/@latticexyz/store/src/IStoreErrors.sol":{"keccak256":"0xd53378e918f78655096851862e128722e57bcdb8c7ff58f50a8527a3945fe54f","urls":["bzz-raw://38788d5de1db8f9f6243386530a7be9af971afcba8b860d2386cd2917cf380e8","dweb:/ipfs/QmVt2tyxgiKEmXoHhRzkoUKgqm3kkfTgKrahCC9hMXxH25"],"license":"MIT"},"node_modules/@latticexyz/store/src/IStoreEvents.sol":{"keccak256":"0xf255c05df7f87c53316aea76a5212e6f9bf86ad95408d6189b0fcfaf7d5a0006","urls":["bzz-raw://06873e63d2db6e00ddddec986cebfd4547e4de8c348437132ad76322e9f76c71","dweb:/ipfs/QmT1Fm6FSWt27Jskm5ZPxqWN3S1hsiEy63oR4yuU2qmzUv"],"license":"MIT"},"node_modules/@latticexyz/store/src/IStoreHook.sol":{"keccak256":"0x3e9eb573557af7e7cf40281ba7b3ebdffb4e3b13ecc49827b307a5f061028087","urls":["bzz-raw://36391ca958dbb9fac695b28ebc5be2e9c47cbff3bab85ba779b08870ee32ef09","dweb:/ipfs/QmZBhQPg2X4HxHaBUyEL7dn4bnuGoKpiHHTTKSYUGNBLh7"],"license":"MIT"},"node_modules/@latticexyz/store/src/IStoreRead.sol":{"keccak256":"0xabefed80f6691fd3b3362a5434e4c24a38d2ca5c51279b722aa25d897b5427d0","urls":["bzz-raw://a711569d612187f6738a4bb39d8d8419a03ff3da91c45209b4096e5dcdfca53c","dweb:/ipfs/QmWTGSZyrGmbpwfttR8nLzFYqbjg1L3G9P8xfrtzg8QVpH"],"license":"MIT"},"node_modules/@latticexyz/store/src/IStoreRegistration.sol":{"keccak256":"0x9e91a73f93cc9ebc00c265c83177f6a3f8a156749a9261202e2845e12aeaa96b","urls":["bzz-raw://a39280d87d22dd0a959d8f55925cb092dba1fee2f11d3dd8e3ffabed45a9ab6a","dweb:/ipfs/QmRMBFLJtT2KN43Xz9P3vUNWxXrP8rLTNBFw2P6Z7EGeaS"],"license":"MIT"},"node_modules/@latticexyz/store/src/IStoreWrite.sol":{"keccak256":"0x3f115843507290fa8b5dabee0a69b03397274fb1291d79ecb51ab80055bea5dd","urls":["bzz-raw://0733e8df7e6e5ca91800c97d4914e9743fbe84a4a16bad01c76c1539d0d8046a","dweb:/ipfs/QmeRqJ1tBBgEMc1z29m4UM46QSjxDvrmV2v86J8bNCb4o5"],"license":"MIT"},"node_modules/@latticexyz/store/src/Memory.sol":{"keccak256":"0xef6e7000b181c2991aeacbf99a9d886f8c4df88878b857713f851185b63a7811","urls":["bzz-raw://b079b4773d140ab2c01bdb04facfa56a78f753aea7122fa445b2bfa133411392","dweb:/ipfs/QmWYWKFpwtsPeGdCSxcANgxXUbwAuMMgR7iMVPDSCZxz2A"],"license":"MIT"},"node_modules/@latticexyz/store/src/PackedCounter.sol":{"keccak256":"0xc27fe981ae23ca9a894a1e9081dcbec8f88fd12e741445b989ff9a756b29c4a7","urls":["bzz-raw://88dc94ac9c32ed8ac65f6e3e872953be04ce27d1645ba505031b1cd34a99b72a","dweb:/ipfs/QmV8VPFDwm8cA1HFr4Kebgu3YdbqkAwKdrwkHpRP1DBXfv"],"license":"MIT"},"node_modules/@latticexyz/store/src/ResourceId.sol":{"keccak256":"0x167af6321dc89c2e5850e31949b1d64ab70bb1cc809daa54a030e8ff30f35411","urls":["bzz-raw://e4b1a2d5da7e4f79349f5257a62b4c6ffe110d6e18fe407099aec71a2f3b2539","dweb:/ipfs/QmQXqehp55UecYyuYTiPBKSnuedqYybXfCCjoPPrZ2hnRw"],"license":"MIT"},"node_modules/@latticexyz/store/src/Schema.sol":{"keccak256":"0x0d2a08030d21292ecbcc850d9111f3817d03f17cd5e02186894848a9152d79d7","urls":["bzz-raw://3f30024c1613fb587aaba4c1dcb8e4e46ed765a2cebd5b63fbebd327d1bf13d3","dweb:/ipfs/QmZzqSnPMYKDYwbFNvUFrvuazMUyQHzQ59w3A9x6juHAm7"],"license":"MIT"},"node_modules/@latticexyz/store/src/Slice.sol":{"keccak256":"0xae6c03881fdfa56cba1879d9c9c6b52c2829e6a278a200176678d8da05a89345","urls":["bzz-raw://3cad7dc4944c0518de2e7f99697485d365ae37aa6cad6967996377c2dd951fe4","dweb:/ipfs/QmW3grFwr8BcgJmLfjLbj3FthnD7NRUBFMFiahbXztHPr7"],"license":"MIT"},"node_modules/@latticexyz/store/src/Storage.sol":{"keccak256":"0x7e735a4c7fa8b8a5fe2371d90801e3287ddb78efed69b31e1a76f0b7b153c4c3","urls":["bzz-raw://9e6db36bd52144b6feeecd91a58fc311127a3892fc96c4171db5b570fe9876ee","dweb:/ipfs/QmS6LqnTZvpMc4eiz5JowBoNnh3RYemG6JHjqtYucT1rQi"],"license":"MIT"},"node_modules/@latticexyz/store/src/StoreCore.sol":{"keccak256":"0xb1a9b7aace51268930fcf876ac9e2ecacbbc48eca52ce57b35666e02f616bc90","urls":["bzz-raw://0885ac113cf1c10187eeec9ca78b6fab01e83d5d6e42cba870d89f22e33f101e","dweb:/ipfs/QmXGcXjD1zt6gB7y8SGeADc5UruxkDqbGHeb8AEmpe2gCE"],"license":"MIT"},"node_modules/@latticexyz/store/src/StoreSwitch.sol":{"keccak256":"0x868d515c7579d909f73cc5353e7a58fdb361d0c9dde83b11fa1529f0c2dd21fe","urls":["bzz-raw://fdeb6ca2dc6cae645c13cba6a5b08ff495858e32f16f8b54d19784d4da012d37","dweb:/ipfs/QmPyHrJFDUddguyWcYEwfbTisRkzmwDx169feEZCJq8v9Z"],"license":"MIT"},"node_modules/@latticexyz/store/src/codegen/index.sol":{"keccak256":"0x094a6f1e2910b345b6b254e0fc2c8882b3190c673f7ee19742e857057a4d3f85","urls":["bzz-raw://18908e2e7e878635abea72ef99851fddd204371e6b641f010e831ebfa0b1bfd4","dweb:/ipfs/QmSNAxXqxTrzPkZ4rSAQgBnuer1yLPq74hoqnzrZV3WGsb"],"license":"MIT"},"node_modules/@latticexyz/store/src/codegen/tables/Hooks.sol":{"keccak256":"0x02cc84859c7f2b57f2ca5e0bf27e6cb5c5a911f3891c6b12878fb31d18fd2f66","urls":["bzz-raw://0724e7df4b0752acab63a6f900e84aaafc2eac62f67ab499e9ee02da9abd73c8","dweb:/ipfs/QmQnvC3yBiCR61PfY2uiDG7JiLdy9Cw1a7YhLUd8bLFzab"],"license":"MIT"},"node_modules/@latticexyz/store/src/codegen/tables/ResourceIds.sol":{"keccak256":"0xca6f60a79f25447aeb390156c987e77fef837e1b23db294076425759e9dc60f8","urls":["bzz-raw://bf6c4c5e25a0ed37abcba6346dc59259bb634634edf8cc86bd14db92a32768c8","dweb:/ipfs/QmbQxGchi71XtGAK5uF1H96Xfhh7fAx9c9LpEwc4q5hUxt"],"license":"MIT"},"node_modules/@latticexyz/store/src/codegen/tables/StoreHooks.sol":{"keccak256":"0x59c633598dae70cb65fd0cd5fda434f2beed4421463340ba5ea99ba07843f9c2","urls":["bzz-raw://57738241ca53b9cd7883f7e24e7b1c98ca6cde65bae60c73a65f5a0372aa4912","dweb:/ipfs/Qmac9wp9ScJbS9KCCdzLqQikvNn7br293vzfkqXQcjtmeE"],"license":"MIT"},"node_modules/@latticexyz/store/src/codegen/tables/Tables.sol":{"keccak256":"0x5339c32885c7977bda845c0d82f50ad3e17f465c2a94163cfeba2ed809215cc4","urls":["bzz-raw://3f50e7b2db53ee935fa40af5f2692fc48442cabbbf45641e018607e43f091a5c","dweb:/ipfs/QmVRovK8SqG6PE5Mx1VmjUbKf9Me7yoG898t2MQkgSevwr"],"license":"MIT"},"node_modules/@latticexyz/store/src/constants.sol":{"keccak256":"0x88689af9b661f7eb723123fbe212876c2f342cfdb3a01ea7f4e94e9c8f819877","urls":["bzz-raw://f39abf5a2306a4346d9909f98d7808474c85ed46d552a503d2a69f4dccb54289","dweb:/ipfs/QmcBLXR8ckXfoBCntFF8YcoTymKNJv7PkmFpgy4zZtTRUd"],"license":"MIT"},"node_modules/@latticexyz/store/src/rightMask.sol":{"keccak256":"0x28887aab8ad5ca598927e59d702999ca6e3b3128f1cddd2b995a381c8d04b275","urls":["bzz-raw://7710847f4689b7f5b81436c7d52ae4395f244a2eebf8d398b2edd43accb06754","dweb:/ipfs/QmTD2wYqryXTynHAn5Vf9wtjUUSGeCJWENZTnWtBAK38pa"],"license":"MIT"},"node_modules/@latticexyz/store/src/storeHookTypes.sol":{"keccak256":"0x4f29001e53690ce74fe405a6d0376a564c9c743d1631d36fab04331865e4d572","urls":["bzz-raw://138c80abd63225a3eeb01ebfa1f9288e188a7ee5b2266b275fb4ed31b5aa30e3","dweb:/ipfs/QmdEx9uHgCCbTcetGwFH5a66Ft7ajmrMDXvP1fW7WjnnE2"],"license":"MIT"},"node_modules/@latticexyz/store/src/storeResourceTypes.sol":{"keccak256":"0x1c4cb6b3ecf76f614479ab304d7de3ade0e99c7ccfd07717b57c92f699a27261","urls":["bzz-raw://2c9b0e0c9b3b5610d6fd65a8ffd7c54df390a34ccc70d58f4a055c49ad1ea586","dweb:/ipfs/QmP6ffpnR7aRyvq9AiUkVNH6LbGfFP3NDq7E2n2PVcHhp2"],"license":"MIT"},"node_modules/@latticexyz/store/src/tightcoder/DecodeSlice.sol":{"keccak256":"0x310523f7f3acca841e62fe50be8d8b042cad5b3c239cb1105d6623cf83e63152","urls":["bzz-raw://1cc40ca233acf6502bc65677b381c05331dd7323953e54b5df969051e47f851e","dweb:/ipfs/QmTxy9mhodT8drezB5K1kPR78AMaARomoJqDyaWpLuCKui"],"license":"MIT"},"node_modules/@latticexyz/store/src/tightcoder/EncodeArray.sol":{"keccak256":"0x259ee545fd9dfd4767f0b7fef31f52fd3c54c4a1c6657d6fbda4927800c937b3","urls":["bzz-raw://0a4e31efa9f476cd267af7c3e11fe0151252206a1f6407a80a4092444c2de8ea","dweb:/ipfs/QmRF4gWYw33mFTMh7nX8DJ1qzx3Ko6yMsnxubzYTRppdyo"],"license":"MIT"},"node_modules/@latticexyz/store/src/tightcoder/TightCoder.sol":{"keccak256":"0x0e74ff88ec94cb33f79d8afc1497c4fdccf02db40ab47f3701c7d02fc305d4d8","urls":["bzz-raw://36b7cd0c2a3f2dcdc83ab7ac5a93f123746ce29c0f1000f2b275ad2c647ff0f3","dweb:/ipfs/QmYdipHYUhHhS78wLdtmKZUK14FEwpto5mFy3rNeZssMLz"],"license":"MIT"},"node_modules/@latticexyz/store/src/version.sol":{"keccak256":"0xfc030c5075377169d4384cf89e8a1037dacab1ee53bcb867d5ace75e4ee5df46","urls":["bzz-raw://d1c310ce30a1a39380108e75c5f893f58be159cf4b80706b43b8466f4bc4aa0b","dweb:/ipfs/QmXWTsz6Gk8XQKmNNNLHaRuHxJis1dHmoStWoANAYwfmcz"],"license":"MIT"},"node_modules/@latticexyz/world/src/AccessControl.sol":{"keccak256":"0xe9e1b1e588699a15ee81cc46f5959e14ff323787b576681abe7b0163d5988a4e","urls":["bzz-raw://f19076661965fcf60fbf5e58ee8a83daac63e174806af79f5fd4144929cab899","dweb:/ipfs/QmVQxPrkHpSo1fbsqGvToXc6q9x8zrVrGaZjKTKY413QBm"],"license":"MIT"},"node_modules/@latticexyz/world/src/Delegation.sol":{"keccak256":"0x1ad6ce468042f6ba104c8fa2cd5506e434e1bd458448492ae9e8d1993a7e5f1d","urls":["bzz-raw://ded3d879ad5a4119f9ff2320ff27f63a06bc3853e91d3697b3406ee3e6ab65d5","dweb:/ipfs/QmTMjjArXQxXa3WeFF4dvvkAFSEstHTTsNYDCckgCBUVeE"],"license":"MIT"},"node_modules/@latticexyz/world/src/ERC165Checker.sol":{"keccak256":"0xc63b86705fd62b862e422f830604b7e14e18f1fab662b70a02f656f6ace4fdc7","urls":["bzz-raw://9d674c90bcc5b21e93b0b2a685c6cff86a69962cf900811af677ce77c3598dcf","dweb:/ipfs/QmVE4pv8AFQWP9RRdaqGo6FP1AR8svMaUQsPnEHZc5VLgF"],"license":"MIT"},"node_modules/@latticexyz/world/src/IDelegationControl.sol":{"keccak256":"0x7cc2fbdd8ff6c996e19fab46c1031b76355da74973cebf45ce4df4b035d566bf","urls":["bzz-raw://857d577f84a68018a3392ec4540c15e80326aaf4b0f224d0d239605abacfc0f3","dweb:/ipfs/QmVEr3rTH1F1BFaCTMd7MmuceTqASwKBcMRnuFZ4tUAYmR"],"license":"MIT"},"node_modules/@latticexyz/world/src/IERC165.sol":{"keccak256":"0xe3d9074a1be3247be67ff4dd2c9e41481650ddaa799285a249736bb85673e33d","urls":["bzz-raw://0b6743ee1e6d0c74927bf17fc1da0cad7575aa7634871b94190ffbdb4c28c2a7","dweb:/ipfs/Qma5bNsPJSBTesWxg3eAAMUBTDE7UjqWaHF7eMiGwP87jr"],"license":"MIT"},"node_modules/@latticexyz/world/src/IModule.sol":{"keccak256":"0x0cfee97ee4634e2a9480333cb25b6f99f999910d7d3646b45780eb5485219592","urls":["bzz-raw://491f8f7ec0e2da54e44a984576acab6cf63f4de86b296855fc749997fc297aec","dweb:/ipfs/QmavXGLER27V4PTzcUxMTZ7aXr3RmBMoCZvvptBHwfBFzq"],"license":"MIT"},"node_modules/@latticexyz/world/src/ISystemHook.sol":{"keccak256":"0x81f1743d7ca6a9c7efc4997cf95e603ccb2070885265ca0e540f461aa7430721","urls":["bzz-raw://93d99e78b541b33ecd501bf0cd407a78cef490fec8eaef2f188bddb9e293a99f","dweb:/ipfs/QmPrcMDxwhvBZTr2AxoGqJA9L3Mjx27KBc98h3gXSsa3PM"],"license":"MIT"},"node_modules/@latticexyz/world/src/IWorldContextConsumer.sol":{"keccak256":"0xb39e9d8cff4162e255f6c460ef9f9f0ad5b804627f745d967b2f10d0dd509299","urls":["bzz-raw://18d957cd87febccc00d82b9454047f0f5236250c9245befc0f57978671675255","dweb:/ipfs/QmdZ1eXBd15vLpLVqTNJDAAaTzzucpRLD8GPJahLKT4J7x"],"license":"MIT"},"node_modules/@latticexyz/world/src/IWorldErrors.sol":{"keccak256":"0x0abae6f4ed1b3070bddd0ed194c08b83a948b61ae959396202cf627bf1056a2b","urls":["bzz-raw://a7037954f281cc0188a5aafc1d0cca0aabc110fd0234e6c43dca35ad69ed3baf","dweb:/ipfs/Qmbv2nfK1qPpnoAbqNJFqWwo7AuyaX2ZEgZMFspMv7DR5B"],"license":"MIT"},"node_modules/@latticexyz/world/src/System.sol":{"keccak256":"0xadcb32bdc444a4420909b738d81fa662dc63739455fe93d5aa89c93a3ccfd2dd","urls":["bzz-raw://d303094c84ebfb0f9f114c54ff4dfc68bfa1e526d0ebe304be6fbeb7cb2f0d3f","dweb:/ipfs/QmYvUx1mNDhkxZFqxLeswW3w9HkvVqeoJiJKj1HN1SB7Gi"],"license":"MIT"},"node_modules/@latticexyz/world/src/SystemCall.sol":{"keccak256":"0x5012c0607c8d41a4eed69d8a0430f742844883d3c3f17a6717ac287608b4e6af","urls":["bzz-raw://c389f65d050849cc95a7df9f45145186a60ae892b7d02b26ec92f8a38f8e2ee5","dweb:/ipfs/QmNQPBewaXghhVeJDaC1XUK6BbFrZ5qUjryhmJuyvgWdbF"],"license":"MIT"},"node_modules/@latticexyz/world/src/WorldContext.sol":{"keccak256":"0x50ca52bdd89a9f27d6b03ad00ef45c8c5a6884ea9d75e18f8fa53524ac2feed9","urls":["bzz-raw://55febdece37b291527094fb654919d4c8fe0b231792996a14c5e5cc76512b19e","dweb:/ipfs/QmZHFbDDNmdFHWc1uTSvDgMUUgb8NgBPb1cDUJYajswbHT"],"license":"MIT"},"node_modules/@latticexyz/world/src/WorldResourceId.sol":{"keccak256":"0x6475af14127236618ac8ba4a5549bba13d92f4839df9c17d9b2a730400be9797","urls":["bzz-raw://5491d7aa712f0d3a13e237743ab1b46e9f9cfe2025a761aeadbb9024b36f52ff","dweb:/ipfs/QmQarLY1e6paD1kVjpiUNLrdQszTxHJ2NuaivMbjGarLqw"],"license":"MIT"},"node_modules/@latticexyz/world/src/codegen/tables/Balances.sol":{"keccak256":"0x20fc943df3df3fff11f26ac37d4b6aac578e7c80958d255cad688ee40f4c7dd2","urls":["bzz-raw://bb433dc2023b727c6bc01989e93c98d7f26102ae2be3a5f1609dcc9dd4ddf3bd","dweb:/ipfs/QmXy5Mj6g1RmVeadLE83cFSa8SdW5YHfRGUgngkBUBKV9Y"],"license":"MIT"},"node_modules/@latticexyz/world/src/codegen/tables/FunctionSelectors.sol":{"keccak256":"0x79c8a22f4b12768e44278a8375ec4cb9e5947bae51009ea67df5cb047d8eb864","urls":["bzz-raw://0f2efa3ffa8bd510f214f1fe14f3af484d1b17aeb5f3b7fe02c88b9e84343121","dweb:/ipfs/QmRxqUHVbGy19cHciciKfZrS4z6SxR5UjbVoK1sR5a9Sid"],"license":"MIT"},"node_modules/@latticexyz/world/src/codegen/tables/FunctionSignatures.sol":{"keccak256":"0x97b9a1815cf8248269f7f2eeaa6d6275e0a259648126a11af6fc59ed60ccfe02","urls":["bzz-raw://9a8084a09d927df2fd31499a815a6ceb88911506dad18130853dabfedf6a29db","dweb:/ipfs/QmVMi4ybNLjArKvbA6ZMRRxX4jdzPPCoWdacNiFYKu72w1"],"license":"MIT"},"node_modules/@latticexyz/world/src/codegen/tables/InstalledModules.sol":{"keccak256":"0x6d2ed705d31dafb682c9e13a6ae895b998b32bcca71ea4cd925f8bb55fcdb86a","urls":["bzz-raw://dcb65f32eb25b2582f8dd6eaa83e4aaa348ce06a9f9f45c17e536b0b87ab2b92","dweb:/ipfs/QmNfvtWV8wQEKSAoNAN7W1UVftEuyDA4J48WZcGhDSEm9K"],"license":"MIT"},"node_modules/@latticexyz/world/src/codegen/tables/NamespaceDelegationControl.sol":{"keccak256":"0x003c03d7e8be675abe422eab801b0ebb6a5d795dea499f76c09101cc1b4f7867","urls":["bzz-raw://2ff0d412d17835b30fe7e923e4b4db1fc16f7cb16e1702fc2151a0086e08924b","dweb:/ipfs/QmcHoBWUBHYVt4gs5qwsDvDJPg2gPRgmd14SzJN2AtQipt"],"license":"MIT"},"node_modules/@latticexyz/world/src/codegen/tables/NamespaceOwner.sol":{"keccak256":"0x08f47dfce2d68f889a929040f0456e2a9c1b0052942fda9e24910362c66e811c","urls":["bzz-raw://e713e64128ec4de5ac4809a26b8618255153f7139a01b545381b18e6ca77362d","dweb:/ipfs/QmSozw8WXSxgp29yVCwgQiZ2kPCiqJLZVWxuRQZ6yMZhR7"],"license":"MIT"},"node_modules/@latticexyz/world/src/codegen/tables/ResourceAccess.sol":{"keccak256":"0x3c01fede84dbf9894a5f077953c6296bb69afdd683300599d8560288ab0b02fa","urls":["bzz-raw://d216ae4cb61b2f8b67d037f0b53e8c11cc3863d60a1b4926f318f177308d9c73","dweb:/ipfs/QmdvcY4SvUJwV4j3ALYMVfjFRxzgXyACVTJDuVQcTt2yUt"],"license":"MIT"},"node_modules/@latticexyz/world/src/codegen/tables/SystemHooks.sol":{"keccak256":"0x2af4c6fc1be378742dd873ea5904c83379dcc2ddc82c1bd520c4f3ad060bb36b","urls":["bzz-raw://fdab8aa666d0019068fe24cc974ce6bc707f9b53f54d9b538aca64f2434c9a4c","dweb:/ipfs/Qmc1G4MZTzZMAqRuHPwqsozP3cNGGGDvpxqppmqrGA39vh"],"license":"MIT"},"node_modules/@latticexyz/world/src/codegen/tables/SystemRegistry.sol":{"keccak256":"0x36e956904cd2049d910560725f49cd4b6a203d41c179dafdb44eb58d3912ed91","urls":["bzz-raw://71e5088419d47a1d9ea9db79f08b99aa01a2d781d7c7f03e462c2af0efeb8f62","dweb:/ipfs/QmU1cZxtDW1UAMR6kMtNk4NVFf6aUQdtMPQ9P4bi5Tr6iX"],"license":"MIT"},"node_modules/@latticexyz/world/src/codegen/tables/Systems.sol":{"keccak256":"0x37e75efc870375d6ef1d4f301523ce50293d1cdf2a99b2f407bf691b610bf5bd","urls":["bzz-raw://239f26f064c60afd13a3ee539fc786c1b2aa9c60a66fce4311dabbddf82d59bf","dweb:/ipfs/QmcnyTQkRFoHZhUe6BmYpTmM6PtzjBE7o9G7iZ48NWXjFc"],"license":"MIT"},"node_modules/@latticexyz/world/src/codegen/tables/UserDelegationControl.sol":{"keccak256":"0x5cc51a00ec1d040fd8c189cf3eab048dc4a1ea6249cd68d4003239f2f665c27f","urls":["bzz-raw://5e1622570fd947d29246a60b8e30735b6b87b10ef02ff69d3b248643a3c54fc0","dweb:/ipfs/QmS9M1v3Dd9VmVRBa1gKUdPo4gp5QbT6cm8gNDnLA8dcEi"],"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":"0x1aa994d09220ac38bd4f47e2be9f54e4b1a46ffb14be40552ac64998059105fe","urls":["bzz-raw://88ba9f14551c18238056f6f5daf6166acc93c531f66cf32bbadb4142eca04a25","dweb:/ipfs/QmQfiy93ewydVkwLdbUSXHn5K29r1SJaiw51sgoFWJXsmu"],"license":"MIT"},"node_modules/@latticexyz/world/src/modules/init/RegistrationSystem.sol":{"keccak256":"0x5aa1ad023ec7e30b102275af8f76e08d195e277fd89fb5fffd8436adf7dbc3f2","urls":["bzz-raw://5389a9204b6714c8494f169277ccfdcf43ab3d969cafddf8a5eb61d2a2b827a4","dweb:/ipfs/QmVvkj8hEcUQZTvHptDe7fEZHnH9bnut6f3jaLSquPgBCw"],"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/ModuleInstallationSystem.sol":{"keccak256":"0x1be1b12b2b2c7ff519cbe503ddda58cd308a8067e9ff7a168f3833031cf3f93d","urls":["bzz-raw://37cede506e9219fa7a1c518ece3fa6333ccad58b4b792629044288d2d9b9e8d1","dweb:/ipfs/QmcFo72Bv2t5GFQgM71NNB7xNLnQwG39oE9KTrdaNsv9ZV"],"license":"MIT"},"node_modules/@latticexyz/world/src/modules/init/implementations/StoreRegistrationSystem.sol":{"keccak256":"0x3a8ffe8942badedf5654e02189c6d6e89c5a37d40d8643abbdd7869ee2858498","urls":["bzz-raw://885dec95191527acc629af3b99818e81c37cb14744ae33677a84d37bc9413c86","dweb:/ipfs/Qmd873kb8eDWXqZxnT6Qimh5AW2osaX6KnbXySSVkjZRrf"],"license":"MIT"},"node_modules/@latticexyz/world/src/modules/init/implementations/WorldRegistrationSystem.sol":{"keccak256":"0xa832d2f9e97f6f4d8a59fce75a749eab17f7e0aa0e87da394e735fe697483ec4","urls":["bzz-raw://e872d0efa21d1d1fa0913a447805f1b6ab9759868cfee5dd0128b445118d17c9","dweb:/ipfs/QmebxB45ncxaVLccDxN78DdhqaFj8MuaXYNhxrnpWd5e2E"],"license":"MIT"},"node_modules/@latticexyz/world/src/requireInterface.sol":{"keccak256":"0x5b94a21fd46abb4aac8f38809c0d6105f30792042c927f8a6a4f40cfe35c7ab8","urls":["bzz-raw://8bade9d52cf370f3b5435abb47a5338dca5498bee773e97518e7a080fa882940","dweb:/ipfs/QmTtaXUWwMQmHW8oKEoRZxagidZcCiN3oLQs7kN3nycrkW"],"license":"MIT"},"node_modules/@latticexyz/world/src/requireNamespace.sol":{"keccak256":"0xda4a4a55bde8e55c28472d37009a194aa221ad11feb233d1c17a87b303977567","urls":["bzz-raw://ef691f35102f6ce85cc1cdaf3ec29b4ba632384a0358629dd642292c709f34e5","dweb:/ipfs/QmYuewEaRZ1UWxd231AK4SpjsiLrd7o4nyaPTeEzLCswcc"],"license":"MIT"},"node_modules/@latticexyz/world/src/requireValidNamespace.sol":{"keccak256":"0xfad78b977794de8301ba73ac1a871e3ca24c31584a97fdcb2c2c4039ff01b30b","urls":["bzz-raw://784f5049a467eeef2dbc24911d64cb65c283c4d468aab68a60d7bbf6b2ee3241","dweb:/ipfs/QmYrpoWRGu8t3mf1aEUpEBJBkZhBwRzz2AYoori68qeZkz"],"license":"MIT"},"node_modules/@latticexyz/world/src/revertWithBytes.sol":{"keccak256":"0xa1147f218a0152b153d4e8bada0f606bfed40ac1f184fd16a941c2d0033c53f5","urls":["bzz-raw://3f5e0f6d1b51a3a04d4bd84537b2ced373b32824898cf6fbfd13ae1cbdf06359","dweb:/ipfs/QmayYRmBZRUV9m4UnFxuC62VvHriXhkYXeH3HibZ3Gmxxf"],"license":"MIT"},"node_modules/@latticexyz/world/src/systemHookTypes.sol":{"keccak256":"0x15c25ae4b21e091209970e45a198cb51f31eeae482828862641099c1a9b2448a","urls":["bzz-raw://0ce3c3eb58dc5c262d36babf372ad028d2846beea73a59d6e70f0eb8c90ee00d","dweb:/ipfs/QmWUkgegTRtSJM3awvjg4J7DWZ2ME7Pnxp1dP2TWWzLNoo"],"license":"MIT"},"node_modules/@latticexyz/world/src/worldResourceTypes.sol":{"keccak256":"0xeb042e7d3638430f6fd394107f3237cf14e4325154f0098624e8a7826584d465","urls":["bzz-raw://39e0b8eb87616b661f5a4f2fd7e1a727bd19b7fd8d40ad3d93fda26822f433ea","dweb:/ipfs/QmacYMatKV9pwEwirVRY9a6r89RoNs5yk99ic37ieWA8Dk"],"license":"MIT"}},"version":1},"id":87}
|