@latticexyz/world-modules 2.0.0-march-19-skystrife-playtest-f0a343b1 → 2.0.0-next-17-awakening-9c07ab3a2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/mud.config.d.ts +256 -0
- package/out/AccessControl.sol/AccessControl.json +1 -1
- package/out/AccessControlLib.sol/AccessControlLib.json +1 -1
- package/out/AccessManagementSystem.sol/AccessManagementSystem.abi.json +55 -0
- package/out/AccessManagementSystem.sol/AccessManagementSystem.abi.json.d.ts +55 -0
- package/out/AccessManagementSystem.sol/AccessManagementSystem.json +1 -1
- package/out/AddressArray.sol/AddressArray.json +1 -1
- package/out/Allowances.sol/Allowances.json +1 -1
- package/out/ArrayLib.sol/ArrayLib.json +1 -1
- package/out/BalanceTransferSystem.sol/BalanceTransferSystem.abi.json +16 -0
- package/out/BalanceTransferSystem.sol/BalanceTransferSystem.abi.json.d.ts +16 -0
- package/out/BalanceTransferSystem.sol/BalanceTransferSystem.json +1 -1
- package/out/Balances.sol/Balances.json +1 -1
- package/out/Base.sol/CommonBase.json +1 -1
- package/out/Base.sol/ScriptBase.json +1 -1
- package/out/Base.sol/TestBase.json +1 -1
- package/out/BatchCallSystem.sol/BatchCallSystem.abi.json +5 -0
- package/out/BatchCallSystem.sol/BatchCallSystem.abi.json.d.ts +5 -0
- package/out/BatchCallSystem.sol/BatchCallSystem.json +1 -1
- package/out/Bool.sol/Bool.json +1 -1
- package/out/Bytes.sol/Bytes.json +1 -1
- package/out/CallboundDelegationControl.sol/CallboundDelegationControl.json +1 -1
- package/out/CallboundDelegations.sol/CallboundDelegations.json +1 -1
- package/out/DecodeSlice.sol/DecodeSlice.json +1 -1
- package/out/Delegation.sol/Delegation.json +1 -1
- package/out/DelegationControl.sol/DelegationControl.json +1 -1
- package/out/DelegationControlMock.sol/DelegationControlMock.json +1 -1
- package/out/ERC165Checker.sol/ERC165Checker.json +1 -0
- package/out/ERC20.t.sol/ERC20Test.json +1 -1
- package/out/ERC20Metadata.sol/ERC20Metadata.json +1 -1
- package/out/ERC20Module.sol/ERC20Module.abi.json +120 -20
- package/out/ERC20Module.sol/ERC20Module.abi.json.d.ts +120 -20
- package/out/ERC20Module.sol/ERC20Module.json +1 -1
- package/out/ERC20Module.sol/ERC20ModuleRegistrationLibrary.abi.json +117 -4
- package/out/ERC20Module.sol/ERC20ModuleRegistrationLibrary.abi.json.d.ts +117 -4
- package/out/ERC20Module.sol/ERC20ModuleRegistrationLibrary.json +1 -1
- package/out/ERC20Registry.sol/ERC20Registry.json +1 -1
- package/out/ERC20System.sol/ERC20System.json +1 -1
- package/out/ERC721.t.sol/ERC721Recipient.json +1 -1
- package/out/ERC721.t.sol/ERC721Test.abi.json +1 -1
- package/out/ERC721.t.sol/ERC721Test.abi.json.d.ts +1 -1
- package/out/ERC721.t.sol/ERC721Test.json +1 -1
- package/out/ERC721.t.sol/ERC721TokenReceiver.json +1 -1
- package/out/ERC721.t.sol/NonERC721Recipient.json +1 -1
- package/out/ERC721.t.sol/RevertingERC721Recipient.json +1 -1
- package/out/ERC721.t.sol/WrongReturnDataERC721Recipient.json +1 -1
- package/out/ERC721Metadata.sol/ERC721Metadata.json +1 -1
- package/out/ERC721Module.sol/ERC721Module.abi.json +120 -20
- package/out/ERC721Module.sol/ERC721Module.abi.json.d.ts +120 -20
- package/out/ERC721Module.sol/ERC721Module.json +1 -1
- package/out/ERC721Module.sol/ERC721ModuleRegistrationLibrary.abi.json +117 -4
- package/out/ERC721Module.sol/ERC721ModuleRegistrationLibrary.abi.json.d.ts +117 -4
- package/out/ERC721Module.sol/ERC721ModuleRegistrationLibrary.json +1 -1
- package/out/ERC721Registry.sol/ERC721Registry.json +1 -1
- package/out/ERC721System.sol/ERC721System.json +1 -1
- package/out/EchoSubscriber.sol/EchoSubscriber.json +1 -1
- package/out/EncodeArray.sol/EncodeArray.json +1 -1
- package/out/FieldLayout.sol/FieldLayoutInstance.json +1 -1
- package/out/FieldLayout.sol/FieldLayoutLib.abi.json +69 -4
- package/out/FieldLayout.sol/FieldLayoutLib.abi.json.d.ts +69 -4
- package/out/FieldLayout.sol/FieldLayoutLib.json +1 -1
- package/out/FieldLayoutEncodeHelper.sol/FieldLayoutEncodeHelper.json +1 -1
- package/out/FunctionSelectors.sol/FunctionSelectors.json +1 -1
- package/out/FunctionSignatures.sol/FunctionSignatures.json +1 -1
- package/out/GasReporter.sol/GasReporter.json +1 -1
- package/out/Hook.sol/HookInstance.json +1 -1
- package/out/Hook.sol/HookLib.json +1 -1
- package/out/Hooks.sol/Hooks.json +1 -1
- package/out/IAccessManagementSystem.sol/IAccessManagementSystem.abi.json +13 -0
- package/out/IAccessManagementSystem.sol/IAccessManagementSystem.abi.json.d.ts +13 -0
- package/out/IAccessManagementSystem.sol/IAccessManagementSystem.json +1 -1
- package/out/IBalanceTransferSystem.sol/IBalanceTransferSystem.json +1 -1
- package/out/IBaseWorld.sol/IBaseWorld.abi.json +64 -5
- package/out/IBaseWorld.sol/IBaseWorld.abi.json.d.ts +64 -5
- package/out/IBaseWorld.sol/IBaseWorld.json +1 -1
- package/out/IBatchCallSystem.sol/IBatchCallSystem.json +1 -1
- package/out/IDelegationControl.sol/IDelegationControl.json +1 -1
- package/out/IERC165.sol/IERC165.json +1 -0
- package/out/IERC20.sol/IERC20.json +1 -1
- package/out/IERC20Errors.sol/IERC20Errors.json +1 -1
- package/out/IERC20Events.sol/IERC20Events.json +1 -1
- package/out/IERC20Mintable.sol/IERC20Mintable.json +1 -1
- package/out/IERC20System.sol/IERC20System.json +1 -1
- package/out/IERC721.sol/IERC721.json +1 -1
- package/out/IERC721Errors.sol/IERC721Errors.json +1 -1
- package/out/IERC721Events.sol/IERC721Events.json +1 -1
- package/out/IERC721Metadata.sol/IERC721Metadata.json +1 -1
- package/out/IERC721Mintable.sol/IERC721Mintable.json +1 -1
- package/out/IERC721Receiver.sol/IERC721Receiver.json +1 -1
- package/out/IModule.sol/IModule.abi.json +4 -17
- package/out/IModule.sol/IModule.abi.json.d.ts +4 -17
- package/out/IModule.sol/IModule.json +1 -1
- package/out/IModuleInstallationSystem.sol/IModuleInstallationSystem.abi.json +1 -1
- package/out/IModuleInstallationSystem.sol/IModuleInstallationSystem.abi.json.d.ts +1 -1
- package/out/IModuleInstallationSystem.sol/IModuleInstallationSystem.json +1 -1
- package/out/IMulticall3.sol/IMulticall3.json +1 -1
- package/out/IPuppetFactorySystem.sol/IPuppetFactorySystem.json +1 -1
- package/out/IRegistrationSystem.sol/IRegistrationSystem.abi.json +1 -0
- package/out/IRegistrationSystem.sol/IRegistrationSystem.json +1 -0
- package/out/IStore.sol/IStore.abi.json +51 -3
- package/out/IStore.sol/IStore.abi.json.d.ts +51 -3
- package/out/IStore.sol/IStore.json +1 -1
- package/out/IStoreData.sol/IStoreData.json +1 -1
- package/out/IStoreErrors.sol/IStoreErrors.abi.json +51 -3
- package/out/IStoreErrors.sol/IStoreErrors.abi.json.d.ts +51 -3
- package/out/IStoreErrors.sol/IStoreErrors.json +1 -1
- package/out/IStoreEvents.sol/IStoreEvents.json +1 -1
- package/out/IStoreHook.sol/IStoreHook.json +1 -1
- package/out/IStoreRead.sol/IStoreRead.json +1 -1
- package/out/IStoreRegistration.sol/IStoreRegistration.json +1 -1
- package/out/IStoreWrite.sol/IStoreWrite.json +1 -1
- package/out/ISystemHook.sol/ISystemHook.json +1 -1
- package/out/IWorldContextConsumer.sol/IWorldContextConsumer.json +1 -1
- package/out/IWorldErrors.sol/IWorldErrors.abi.json +11 -0
- package/out/IWorldErrors.sol/IWorldErrors.abi.json.d.ts +11 -0
- package/out/IWorldErrors.sol/IWorldErrors.json +1 -1
- package/out/IWorldKernel.sol/IWorldCall.json +1 -1
- package/out/IWorldKernel.sol/IWorldKernel.abi.json +13 -2
- package/out/IWorldKernel.sol/IWorldKernel.abi.json.d.ts +13 -2
- package/out/IWorldKernel.sol/IWorldKernel.json +1 -1
- package/out/IWorldKernel.sol/IWorldModuleInstallation.abi.json +1 -1
- package/out/IWorldKernel.sol/IWorldModuleInstallation.abi.json.d.ts +1 -1
- package/out/IWorldKernel.sol/IWorldModuleInstallation.json +1 -1
- package/out/IWorldRegistrationSystem.sol/IWorldRegistrationSystem.abi.json +27 -1
- package/out/IWorldRegistrationSystem.sol/IWorldRegistrationSystem.abi.json.d.ts +27 -1
- package/out/IWorldRegistrationSystem.sol/IWorldRegistrationSystem.json +1 -1
- package/out/{CoreModule.sol/CoreModule.abi.json → InitModule.sol/InitModule.abi.json} +145 -19
- package/out/{CoreModule.sol/CoreModule.abi.json.d.ts → InitModule.sol/InitModule.abi.json.d.ts} +145 -19
- package/out/InitModule.sol/InitModule.json +1 -0
- package/out/InitModuleAddress.sol/InitModuleAddress.abi.json +1 -0
- package/out/InitModuleAddress.sol/InitModuleAddress.json +1 -0
- package/out/InstalledModules.sol/InstalledModules.json +1 -1
- package/out/KeysInTable.sol/KeysInTable.json +1 -1
- package/out/KeysInTableHook.sol/KeysInTableHook.abi.json +16 -0
- package/out/KeysInTableHook.sol/KeysInTableHook.abi.json.d.ts +16 -0
- package/out/KeysInTableHook.sol/KeysInTableHook.json +1 -1
- package/out/KeysInTableModule.sol/KeysInTableModule.abi.json +3 -16
- package/out/KeysInTableModule.sol/KeysInTableModule.abi.json.d.ts +3 -16
- package/out/KeysInTableModule.sol/KeysInTableModule.json +1 -1
- package/out/KeysInTableModule.t.sol/KeysInTableModuleTest.abi.json +39 -6
- package/out/KeysInTableModule.t.sol/KeysInTableModuleTest.abi.json.d.ts +39 -6
- package/out/KeysInTableModule.t.sol/KeysInTableModuleTest.json +1 -1
- package/out/KeysWithValue.sol/KeysWithValue.json +1 -1
- package/out/KeysWithValueHook.sol/KeysWithValueHook.json +1 -1
- package/out/KeysWithValueModule.sol/KeysWithValueModule.abi.json +3 -16
- package/out/KeysWithValueModule.sol/KeysWithValueModule.abi.json.d.ts +3 -16
- package/out/KeysWithValueModule.sol/KeysWithValueModule.json +1 -1
- package/out/KeysWithValueModule.t.sol/KeysWithValueModuleTest.abi.json +39 -6
- package/out/KeysWithValueModule.t.sol/KeysWithValueModuleTest.abi.json.d.ts +39 -6
- package/out/KeysWithValueModule.t.sol/KeysWithValueModuleTest.json +1 -1
- package/out/LimitedCallContext.sol/LimitedCallContext.abi.json +7 -0
- package/out/LimitedCallContext.sol/LimitedCallContext.abi.json.d.ts +7 -0
- package/out/LimitedCallContext.sol/LimitedCallContext.json +1 -0
- package/out/Memory.sol/Memory.json +1 -1
- package/out/Module.sol/Module.abi.json +4 -17
- package/out/Module.sol/Module.abi.json.d.ts +4 -17
- package/out/Module.sol/Module.json +1 -1
- package/out/ModuleInstallationSystem.sol/ModuleInstallationSystem.abi.json +6 -1
- package/out/ModuleInstallationSystem.sol/ModuleInstallationSystem.abi.json.d.ts +6 -1
- package/out/ModuleInstallationSystem.sol/ModuleInstallationSystem.json +1 -1
- package/out/NamespaceDelegationControl.sol/NamespaceDelegationControl.json +1 -1
- package/out/NamespaceOwner.sol/NamespaceOwner.json +1 -1
- package/out/OperatorApproval.sol/OperatorApproval.json +1 -1
- package/out/Owners.sol/Owners.json +1 -1
- package/out/PackedCounter.sol/PackedCounterInstance.json +1 -1
- package/out/PackedCounter.sol/PackedCounterLib.json +1 -1
- package/out/Puppet.sol/Puppet.json +1 -1
- package/out/PuppetDelegationControl.sol/PuppetDelegationControl.json +1 -1
- package/out/PuppetFactorySystem.sol/PuppetFactorySystem.json +1 -1
- package/out/PuppetMaster.sol/PuppetMaster.json +1 -1
- package/out/PuppetModule.sol/PuppetModule.abi.json +119 -19
- package/out/PuppetModule.sol/PuppetModule.abi.json.d.ts +119 -19
- package/out/PuppetModule.sol/PuppetModule.json +1 -1
- package/out/PuppetModule.t.sol/PuppetModuleTest.abi.json +14 -0
- package/out/PuppetModule.t.sol/PuppetModuleTest.abi.json.d.ts +14 -0
- package/out/PuppetModule.t.sol/PuppetModuleTest.json +1 -1
- package/out/PuppetModule.t.sol/PuppetTestSystem.json +1 -1
- package/out/PuppetRegistry.sol/PuppetRegistry.json +1 -1
- package/out/{CoreSystem.sol/CoreSystem.abi.json → RegistrationSystem.sol/RegistrationSystem.abi.json} +154 -150
- package/out/{CoreSystem.sol/CoreSystem.abi.json.d.ts → RegistrationSystem.sol/RegistrationSystem.abi.json.d.ts} +154 -150
- package/out/RegistrationSystem.sol/RegistrationSystem.json +1 -0
- package/out/ResourceAccess.sol/ResourceAccess.json +1 -1
- package/out/ResourceId.sol/ResourceIdInstance.json +1 -1
- package/out/ResourceId.sol/ResourceIdLib.json +1 -1
- package/out/ResourceIds.sol/ResourceIds.json +1 -1
- package/out/RevertSubscriber.sol/RevertSubscriber.json +1 -1
- package/out/Schema.sol/SchemaInstance.json +1 -1
- package/out/Schema.sol/SchemaLib.json +1 -1
- package/out/SchemaEncodeHelper.sol/SchemaEncodeHelper.json +1 -1
- package/out/Slice.sol/SliceInstance.json +1 -1
- package/out/Slice.sol/SliceLib.json +1 -1
- package/out/StandardDelegationsModule.sol/StandardDelegationsModule.abi.json +119 -19
- package/out/StandardDelegationsModule.sol/StandardDelegationsModule.abi.json.d.ts +119 -19
- package/out/StandardDelegationsModule.sol/StandardDelegationsModule.json +1 -1
- package/out/StandardDelegationsModule.t.sol/StandardDelegationsModuleTest.json +1 -1
- package/out/StdAssertions.sol/StdAssertions.json +1 -1
- package/out/StdChains.sol/StdChains.json +1 -1
- package/out/StdCheats.sol/StdCheats.json +1 -1
- package/out/StdCheats.sol/StdCheatsSafe.json +1 -1
- package/out/StdError.sol/stdError.json +1 -1
- package/out/StdInvariant.sol/StdInvariant.json +1 -1
- package/out/StdJson.sol/stdJson.json +1 -1
- package/out/StdMath.sol/stdMath.json +1 -1
- package/out/StdStorage.sol/stdStorage.json +1 -1
- package/out/StdStorage.sol/stdStorageSafe.json +1 -1
- package/out/StdStyle.sol/StdStyle.json +1 -1
- package/out/StdUtils.sol/StdUtils.json +1 -1
- package/out/Storage.sol/Storage.json +1 -1
- package/out/StoreCore.sol/StoreCore.json +1 -1
- package/out/StoreCore.sol/StoreCoreInternal.json +1 -1
- package/out/StoreData.sol/StoreData.abi.json +16 -0
- package/out/StoreData.sol/StoreData.abi.json.d.ts +16 -0
- package/out/StoreData.sol/StoreData.json +1 -1
- package/out/StoreHook.sol/StoreHook.json +1 -1
- package/out/StoreHooks.sol/StoreHooks.json +1 -1
- package/out/StoreRead.sol/StoreRead.abi.json +16 -0
- package/out/StoreRead.sol/StoreRead.abi.json.d.ts +16 -0
- package/out/StoreRead.sol/StoreRead.json +1 -1
- package/out/StoreRegistrationSystem.sol/StoreRegistrationSystem.abi.json +149 -4
- package/out/StoreRegistrationSystem.sol/StoreRegistrationSystem.abi.json.d.ts +149 -4
- package/out/StoreRegistrationSystem.sol/StoreRegistrationSystem.json +1 -1
- package/out/StoreSwitch.sol/StoreSwitch.json +1 -1
- package/out/System.sol/System.json +1 -1
- package/out/SystemCall.sol/SystemCall.json +1 -1
- package/out/SystemHook.sol/SystemHook.json +1 -1
- package/out/SystemHooks.sol/SystemHooks.json +1 -1
- package/out/SystemRegistry.sol/SystemRegistry.json +1 -1
- package/out/SystemSwitch.sol/SystemSwitch.json +1 -1
- package/out/SystemSwitch.t.sol/EchoSystem.abi.json +98 -1
- package/out/SystemSwitch.t.sol/EchoSystem.abi.json.d.ts +98 -1
- package/out/SystemSwitch.t.sol/EchoSystem.json +1 -1
- package/out/SystemSwitch.t.sol/SystemSwitchTest.abi.json +59 -15
- package/out/SystemSwitch.t.sol/SystemSwitchTest.abi.json.d.ts +59 -15
- package/out/SystemSwitch.t.sol/SystemSwitchTest.json +1 -1
- package/out/SystemboundDelegationControl.sol/SystemboundDelegationControl.json +1 -1
- package/out/SystemboundDelegations.sol/SystemboundDelegations.json +1 -1
- package/out/Systems.sol/Systems.json +1 -1
- package/out/Tables.sol/Tables.json +1 -1
- package/out/Test.sol/Test.json +1 -1
- package/out/TightCoder.sol/TightCoder.json +1 -1
- package/out/TimeboundDelegationControl.sol/TimeboundDelegationControl.json +1 -1
- package/out/TimeboundDelegations.sol/TimeboundDelegations.json +1 -1
- package/out/TokenApproval.sol/TokenApproval.json +1 -1
- package/out/TokenURI.sol/TokenURI.json +1 -1
- package/out/TotalSupply.sol/TotalSupply.json +1 -1
- package/out/TwoFields.sol/TwoFields.json +1 -1
- package/out/UniqueEntity.sol/UniqueEntity.json +1 -1
- package/out/UniqueEntityModule.sol/UniqueEntityModule.abi.json +121 -21
- package/out/UniqueEntityModule.sol/UniqueEntityModule.abi.json.d.ts +121 -21
- package/out/UniqueEntityModule.sol/UniqueEntityModule.json +1 -1
- package/out/UniqueEntityModule.t.sol/UniqueEntityModuleTest.json +1 -1
- package/out/UniqueEntityModule.t.sol/UniqueEntityTestSystem.abi.json +68 -0
- package/out/UniqueEntityModule.t.sol/UniqueEntityTestSystem.abi.json.d.ts +68 -0
- package/out/UniqueEntityModule.t.sol/UniqueEntityTestSystem.json +1 -1
- package/out/UniqueEntitySystem.sol/UniqueEntitySystem.json +1 -1
- package/out/UsedKeysIndex.sol/UsedKeysIndex.json +1 -1
- package/out/UserDelegationControl.sol/UserDelegationControl.json +1 -1
- package/out/Vm.sol/Vm.json +1 -1
- package/out/Vm.sol/VmSafe.json +1 -1
- package/out/World.sol/World.abi.json +29 -2
- package/out/World.sol/World.abi.json.d.ts +29 -2
- package/out/World.sol/World.json +1 -1
- package/out/World.t.sol/EchoSystemHook.json +1 -1
- package/out/World.t.sol/IWorldTestSystem.abi.json +1 -1
- package/out/World.t.sol/IWorldTestSystem.abi.json.d.ts +1 -1
- package/out/World.t.sol/IWorldTestSystem.json +1 -1
- package/out/World.t.sol/PayableFallbackSystem.json +1 -1
- package/out/World.t.sol/RevertSystemHook.json +1 -1
- package/out/World.t.sol/WorldTest.abi.json +74 -6
- package/out/World.t.sol/WorldTest.abi.json.d.ts +74 -6
- package/out/World.t.sol/WorldTest.json +1 -1
- package/out/World.t.sol/WorldTestSystem.json +1 -1
- package/out/WorldContext.sol/WorldContextConsumer.json +1 -1
- package/out/WorldContext.sol/WorldContextConsumerLib.json +1 -1
- package/out/WorldContext.sol/WorldContextProviderLib.json +1 -1
- package/out/WorldRegistrationSystem.sol/WorldRegistrationSystem.abi.json +43 -1
- package/out/WorldRegistrationSystem.sol/WorldRegistrationSystem.abi.json.d.ts +43 -1
- package/out/WorldRegistrationSystem.sol/WorldRegistrationSystem.json +1 -1
- package/out/WorldResourceId.sol/WorldResourceIdInstance.json +1 -1
- package/out/WorldResourceId.sol/WorldResourceIdLib.json +1 -1
- package/out/console.sol/console.json +1 -1
- package/out/console2.sol/console2.json +1 -1
- package/out/constants.sol/LayoutOffsets.json +1 -1
- package/out/interfaces/IBaseWorld.sol/IBaseWorld.abi.json +105 -7
- package/out/interfaces/IBaseWorld.sol/IBaseWorld.abi.json.d.ts +105 -7
- package/out/interfaces/IBaseWorld.sol/IBaseWorld.json +1 -1
- package/out/query.t.sol/QueryTest.abi.json +39 -6
- package/out/query.t.sol/QueryTest.abi.json.d.ts +39 -6
- package/out/query.t.sol/QueryTest.json +1 -1
- package/out/safeconsole.sol/safeconsole.json +1 -1
- package/out/src/IERC165.sol/IERC165.json +1 -1
- package/out/tables/Balances.sol/Balances.json +1 -1
- package/out/test.sol/DSTest.json +1 -1
- package/package.json +9 -9
- package/src/index.sol +1 -1
- package/src/interfaces/IBaseWorld.sol +1 -1
- package/src/interfaces/IERC20System.sol +1 -1
- package/src/interfaces/IPuppetFactorySystem.sol +1 -1
- package/src/modules/erc20-puppet/ERC20Module.sol +18 -25
- package/src/modules/erc20-puppet/ERC20System.sol +1 -1
- package/src/modules/erc20-puppet/IERC20.sol +1 -1
- package/src/modules/erc20-puppet/IERC20Errors.sol +1 -1
- package/src/modules/erc20-puppet/IERC20Events.sol +1 -1
- package/src/modules/erc20-puppet/IERC20Mintable.sol +1 -1
- package/src/modules/erc20-puppet/constants.sol +1 -2
- package/src/modules/erc20-puppet/registerERC20.sol +1 -1
- package/src/modules/erc20-puppet/tables/Allowances.sol +2 -3
- package/src/modules/erc20-puppet/tables/ERC20Metadata.sol +2 -3
- package/src/modules/erc20-puppet/tables/ERC20Registry.sol +2 -3
- package/src/modules/erc20-puppet/tables/TotalSupply.sol +2 -3
- package/src/modules/erc20-puppet/utils.sol +1 -1
- package/src/modules/erc721-puppet/ERC721Module.sol +18 -25
- package/src/modules/erc721-puppet/ERC721System.sol +1 -1
- package/src/modules/erc721-puppet/IERC721.sol +1 -1
- package/src/modules/erc721-puppet/IERC721Errors.sol +1 -1
- package/src/modules/erc721-puppet/IERC721Events.sol +1 -1
- package/src/modules/erc721-puppet/IERC721Metadata.sol +1 -1
- package/src/modules/erc721-puppet/IERC721Mintable.sol +1 -1
- package/src/modules/erc721-puppet/IERC721Receiver.sol +1 -1
- package/src/modules/erc721-puppet/constants.sol +1 -2
- package/src/modules/erc721-puppet/registerERC721.sol +1 -1
- package/src/modules/erc721-puppet/tables/ERC721Metadata.sol +2 -3
- package/src/modules/erc721-puppet/tables/ERC721Registry.sol +2 -3
- package/src/modules/erc721-puppet/tables/OperatorApproval.sol +2 -3
- package/src/modules/erc721-puppet/tables/Owners.sol +2 -3
- package/src/modules/erc721-puppet/tables/TokenApproval.sol +2 -3
- package/src/modules/erc721-puppet/tables/TokenURI.sol +2 -3
- package/src/modules/erc721-puppet/utils.sol +1 -1
- package/src/modules/keysintable/KeysInTableHook.sol +1 -1
- package/src/modules/keysintable/KeysInTableModule.sol +4 -10
- package/src/modules/keysintable/constants.sol +1 -1
- package/src/modules/keysintable/getKeysInTable.sol +1 -1
- package/src/modules/keysintable/hasKey.sol +1 -1
- package/src/modules/keysintable/query.sol +1 -1
- package/src/modules/keysintable/tables/KeysInTable.sol +4 -6
- package/src/modules/keysintable/tables/UsedKeysIndex.sol +4 -6
- package/src/modules/keyswithvalue/KeysWithValueHook.sol +1 -1
- package/src/modules/keyswithvalue/KeysWithValueModule.sol +19 -14
- package/src/modules/keyswithvalue/constants.sol +1 -1
- package/src/modules/keyswithvalue/getKeysWithValue.sol +1 -1
- package/src/modules/keyswithvalue/getTargetTableId.sol +1 -1
- package/src/modules/keyswithvalue/tables/KeysWithValue.sol +2 -3
- package/src/modules/puppet/Puppet.sol +1 -1
- package/src/modules/puppet/PuppetDelegationControl.sol +1 -1
- package/src/modules/puppet/PuppetFactorySystem.sol +1 -1
- package/src/modules/puppet/PuppetMaster.sol +1 -1
- package/src/modules/puppet/PuppetModule.sol +24 -9
- package/src/modules/puppet/constants.sol +4 -3
- package/src/modules/puppet/createPuppet.sol +1 -1
- package/src/modules/puppet/tables/PuppetRegistry.sol +2 -3
- package/src/modules/puppet/utils.sol +1 -1
- package/src/modules/std-delegations/CallboundDelegationControl.sol +1 -1
- package/src/modules/std-delegations/StandardDelegationsModule.sol +2 -6
- package/src/modules/std-delegations/SystemboundDelegationControl.sol +1 -1
- package/src/modules/std-delegations/TimeboundDelegationControl.sol +1 -1
- package/src/modules/std-delegations/constants.sol +1 -3
- package/src/modules/std-delegations/tables/CallboundDelegations.sol +4 -6
- package/src/modules/std-delegations/tables/SystemboundDelegations.sol +4 -6
- package/src/modules/std-delegations/tables/TimeboundDelegations.sol +4 -6
- package/src/modules/tokens/tables/Balances.sol +2 -3
- package/src/modules/uniqueentity/UniqueEntityModule.sol +16 -15
- package/src/modules/uniqueentity/UniqueEntitySystem.sol +1 -1
- package/src/modules/uniqueentity/constants.sol +3 -3
- package/src/modules/uniqueentity/getUniqueEntity.sol +2 -3
- package/src/modules/uniqueentity/tables/UniqueEntity.sol +2 -3
- package/src/modules/utils/ArrayLib.sol +2 -2
- package/src/utils/AccessControlLib.sol +1 -1
- package/src/utils/SystemSwitch.sol +7 -10
- package/out/CoreModule.sol/CoreModule.json +0 -1
- package/out/CoreSystem.sol/CoreSystem.json +0 -1
- package/out/ICoreSystem.sol/ICoreSystem.json +0 -1
- package/out/IUniqueEntitySystem.sol/IUniqueEntitySystem.abi.json +0 -15
- package/out/IUniqueEntitySystem.sol/IUniqueEntitySystem.abi.json.d.ts +0 -15
- package/out/IUniqueEntitySystem.sol/IUniqueEntitySystem.json +0 -1
- package/out/world/src/IERC165.sol/IERC165.json +0 -1
- package/src/interfaces/IUniqueEntitySystem.sol +0 -7
- /package/out/{ICoreSystem.sol/ICoreSystem.abi.json → ERC165Checker.sol/ERC165Checker.abi.json} +0 -0
- /package/out/{world/src/IERC165.sol → IERC165.sol}/IERC165.abi.json +0 -0
- /package/out/{world/src/IERC165.sol → IERC165.sol}/IERC165.abi.json.d.ts +0 -0
@@ -1 +0,0 @@
|
|
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":"batchCall","inputs":[{"name":"systemCalls","type":"tuple[]","internalType":"struct SystemCallData[]","components":[{"name":"systemId","type":"bytes32","internalType":"ResourceId"},{"name":"callData","type":"bytes","internalType":"bytes"}]}],"outputs":[{"name":"returnDatas","type":"bytes[]","internalType":"bytes[]"}],"stateMutability":"nonpayable"},{"type":"function","name":"batchCallFrom","inputs":[{"name":"systemCalls","type":"tuple[]","internalType":"struct SystemCallFromData[]","components":[{"name":"from","type":"address","internalType":"address"},{"name":"systemId","type":"bytes32","internalType":"ResourceId"},{"name":"callData","type":"bytes","internalType":"bytes"}]}],"outputs":[{"name":"returnDatas","type":"bytes[]","internalType":"bytes[]"}],"stateMutability":"nonpayable"},{"type":"function","name":"grantAccess","inputs":[{"name":"resourceId","type":"bytes32","internalType":"ResourceId"},{"name":"grantee","type":"address","internalType":"address"}],"outputs":[],"stateMutability":"nonpayable"},{"type":"function","name":"installModule","inputs":[{"name":"module","type":"address","internalType":"contract IModule"},{"name":"args","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 WorldContextConsumer"},{"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":"revokeAccess","inputs":[{"name":"resourceId","type":"bytes32","internalType":"ResourceId"},{"name":"grantee","type":"address","internalType":"address"}],"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":"transferBalanceToAddress","inputs":[{"name":"fromNamespaceId","type":"bytes32","internalType":"ResourceId"},{"name":"toAddress","type":"address","internalType":"address"},{"name":"amount","type":"uint256","internalType":"uint256"}],"outputs":[],"stateMutability":"nonpayable"},{"type":"function","name":"transferBalanceToNamespace","inputs":[{"name":"fromNamespaceId","type":"bytes32","internalType":"ResourceId"},{"name":"toNamespaceId","type":"bytes32","internalType":"ResourceId"},{"name":"amount","type":"uint256","internalType":"uint256"}],"outputs":[],"stateMutability":"nonpayable"},{"type":"function","name":"transferOwnership","inputs":[{"name":"namespaceId","type":"bytes32","internalType":"ResourceId"},{"name":"newOwner","type":"address","internalType":"address"}],"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":"start","type":"uint48","indexed":false,"internalType":"uint48"},{"name":"deleteCount","type":"uint40","indexed":false,"internalType":"uint40"},{"name":"encodedLengths","type":"bytes32","indexed":false,"internalType":"PackedCounter"},{"name":"data","type":"bytes","indexed":false,"internalType":"bytes"}],"anonymous":false},{"type":"event","name":"Store_SpliceStaticData","inputs":[{"name":"tableId","type":"bytes32","indexed":true,"internalType":"ResourceId"},{"name":"keyTuple","type":"bytes32[]","indexed":false,"internalType":"bytes32[]"},{"name":"start","type":"uint48","indexed":false,"internalType":"uint48"},{"name":"data","type":"bytes","indexed":false,"internalType":"bytes"}],"anonymous":false},{"type":"error","name":"FieldLayoutLib_InvalidLength","inputs":[{"name":"length","type":"uint256","internalType":"uint256"}]},{"type":"error","name":"FieldLayoutLib_StaticLengthDoesNotFitInAWord","inputs":[]},{"type":"error","name":"FieldLayoutLib_StaticLengthIsZero","inputs":[]},{"type":"error","name":"PackedCounter_InvalidLength","inputs":[{"name":"length","type":"uint256","internalType":"uint256"}]},{"type":"error","name":"SchemaLib_InvalidLength","inputs":[{"name":"length","type":"uint256","internalType":"uint256"}]},{"type":"error","name":"SchemaLib_StaticTypeAfterDynamicType","inputs":[]},{"type":"error","name":"Slice_OutOfBounds","inputs":[{"name":"data","type":"bytes","internalType":"bytes"},{"name":"start","type":"uint256","internalType":"uint256"},{"name":"end","type":"uint256","internalType":"uint256"}]},{"type":"error","name":"Store_IndexOutOfBounds","inputs":[{"name":"length","type":"uint256","internalType":"uint256"},{"name":"accessedIndex","type":"uint256","internalType":"uint256"}]},{"type":"error","name":"Store_InvalidFieldNamesLength","inputs":[{"name":"expected","type":"uint256","internalType":"uint256"},{"name":"received","type":"uint256","internalType":"uint256"}]},{"type":"error","name":"Store_InvalidKeyNamesLength","inputs":[{"name":"expected","type":"uint256","internalType":"uint256"},{"name":"received","type":"uint256","internalType":"uint256"}]},{"type":"error","name":"Store_InvalidResourceType","inputs":[{"name":"expected","type":"bytes2","internalType":"bytes2"},{"name":"resourceId","type":"bytes32","internalType":"ResourceId"},{"name":"resourceIdString","type":"string","internalType":"string"}]},{"type":"error","name":"Store_InvalidSplice","inputs":[{"name":"startWithinField","type":"uint40","internalType":"uint40"},{"name":"deleteCount","type":"uint40","internalType":"uint40"},{"name":"fieldLength","type":"uint40","internalType":"uint40"}]},{"type":"error","name":"Store_InvalidValueSchemaLength","inputs":[{"name":"expected","type":"uint256","internalType":"uint256"},{"name":"received","type":"uint256","internalType":"uint256"}]},{"type":"error","name":"Store_TableAlreadyExists","inputs":[{"name":"tableId","type":"bytes32","internalType":"ResourceId"},{"name":"tableIdString","type":"string","internalType":"string"}]},{"type":"error","name":"World_AccessDenied","inputs":[{"name":"resource","type":"string","internalType":"string"},{"name":"caller","type":"address","internalType":"address"}]},{"type":"error","name":"World_AlreadyInitialized","inputs":[]},{"type":"error","name":"World_CallbackNotAllowed","inputs":[{"name":"functionSelector","type":"bytes4","internalType":"bytes4"}]},{"type":"error","name":"World_DelegationNotFound","inputs":[{"name":"delegator","type":"address","internalType":"address"},{"name":"delegatee","type":"address","internalType":"address"}]},{"type":"error","name":"World_FunctionSelectorAlreadyExists","inputs":[{"name":"functionSelector","type":"bytes4","internalType":"bytes4"}]},{"type":"error","name":"World_FunctionSelectorNotFound","inputs":[{"name":"functionSelector","type":"bytes4","internalType":"bytes4"}]},{"type":"error","name":"World_InsufficientBalance","inputs":[{"name":"balance","type":"uint256","internalType":"uint256"},{"name":"amount","type":"uint256","internalType":"uint256"}]},{"type":"error","name":"World_InterfaceNotSupported","inputs":[{"name":"contractAddress","type":"address","internalType":"address"},{"name":"interfaceId","type":"bytes4","internalType":"bytes4"}]},{"type":"error","name":"World_InvalidResourceId","inputs":[{"name":"resourceId","type":"bytes32","internalType":"ResourceId"},{"name":"resourceIdString","type":"string","internalType":"string"}]},{"type":"error","name":"World_InvalidResourceType","inputs":[{"name":"expected","type":"bytes2","internalType":"bytes2"},{"name":"resourceId","type":"bytes32","internalType":"ResourceId"},{"name":"resourceIdString","type":"string","internalType":"string"}]},{"type":"error","name":"World_ResourceAlreadyExists","inputs":[{"name":"resourceId","type":"bytes32","internalType":"ResourceId"},{"name":"resourceIdString","type":"string","internalType":"string"}]},{"type":"error","name":"World_ResourceNotFound","inputs":[{"name":"resourceId","type":"bytes32","internalType":"ResourceId"},{"name":"resourceIdString","type":"string","internalType":"string"}]},{"type":"error","name":"World_SystemAlreadyExists","inputs":[{"name":"system","type":"address","internalType":"address"}]},{"type":"error","name":"World_UnlimitedDelegationNotAllowed","inputs":[]}],"bytecode":{"object":"0x608060405234801561001057600080fd5b50615fd380620000216000396000f3fe608060405234801561001057600080fd5b506004361061018d5760003560e01c8063742d6118116100e3578063bfdfaff71161008c578063d5f8337f11610066578063d5f8337f14610358578063e1af802c1461036b578063ef5d6bbb1461037357600080fd5b8063bfdfaff71461031f578063c9c85a6014610332578063ce5e8dd91461034557600080fd5b80638fc8cf7e116100bd5780638fc8cf7e146102d9578063a92813ad146102f9578063b29e40891461030c57600080fd5b8063742d6118146102a05780638d53b208146102b35780638da798da146102c657600080fd5b806326d981021161014557806345afd1991161011f57806345afd1991461026757806345ec93541461027a578063530f4b601461028d57600080fd5b806326d98102146102155780633350b6a91461024157806340554c3a1461025457600080fd5b80630ba51f49116101765780630ba51f49146101cf578063119df25f146101e25780631d2257ba1461020257600080fd5b806301ffc9a71461019257806305609129146101ba575b600080fd5b6101a56101a03660046151bf565b610386565b60405190151581526020015b60405180910390f35b6101cd6101c83660046151ef565b6103ef565b005b6101cd6101dd36600461526b565b61040e565b6101ea610626565b6040516001600160a01b0390911681526020016101b1565b6101cd6102103660046153c6565b610635565b61022861022336600461541f565b6106b6565b6040516001600160e01b031990911681526020016101b1565b6101cd61024f366004615474565b6107ae565b6101cd6102623660046151ef565b610975565b6101cd6102753660046154b6565b61098d565b604051601f1936013581526020016101b1565b6101cd61029b3660046154ff565b610a68565b6102286102ae36600461553d565b610aa9565b6101cd6102c13660046151ef565b610b64565b6101cd6102d436600461558b565b610b7a565b6102ec6102e73660046155c5565b610c93565b6040516101b1919061564b565b6101cd6103073660046151ef565b610e9b565b6101cd61031a3660046156ad565b610f0f565b6101cd61032d3660046156c6565b610fb3565b6101cd610340366004615700565b61107e565b6102ec6103533660046155c5565b611127565b6101cd6103663660046154ff565b6112f1565b6101ea611358565b6101cd6103813660046151ef565b611362565b60006001600160e01b031982167fb42128800000000000000000000000000000000000000000000000000000000014806103e957506001600160e01b031982167f01ffc9a700000000000000000000000000000000000000000000000000000000145b92915050565b610400826103fb610626565b611389565b61040a828261140f565b5050565b60006104198961145c565b6fffffffffffffffffffffffffffffffff191603610478578761043b89611473565b6040517fe4ac069e00000000000000000000000000000000000000000000000000000000815260040161046f92919061572c565b60405180910390fd5b7dffffffffffffffffffffffffffff000000000000000000000000000000008816616e7360f01b176104a98161159f565b6105ef576040805161737960f01b60208201526000602282018190527f636f72650000000000000000000000000000000000000000000000000000000060308301529161050e910160405160208183030381529060405261050990615745565b611689565b509050600080826001600160a01b03168460405160240161053191815260200190565b60408051601f198184030181529181526020820180517bffffffffffffffffffffffffffffffffffffffffffffffffffffffff167fb29e408900000000000000000000000000000000000000000000000000000000179052516105949190615769565b600060405180830381855af49150503d80600081146105cf576040519150601f19603f3d011682016040523d82523d6000602084013e6105d4565b606091505b5091509150816105e7576105e78161177a565b5050506105fb565b6105fb816103fb610626565b61061b8989898961060c898b615785565b610616888a615785565b611782565b505050505050505050565b6000610630611a3f565b905090565b610647610640610626565b8484611a71565b61065082611b9b565b801561065d575060008151115b156106b157600061066d83611689565b50905061069a817faea79dd000000000000000000000000000000000000000000000000000000000611bb7565b6106ae6106a5610626565b84846000611cdd565b50505b505050565b60006106c4836103fb610626565b60006106ed6106d38560101b90565b71ffffffffffffffffffffffffffffffffffff1916611d0a565b905060006107026106fd8661145c565b611d0a565b9050600082828660405160200161071b93929190615809565b604051602081830303815290604052905080805190602001209350600061074185611d9a565b90508015610787576040517f3d1d1ae20000000000000000000000000000000000000000000000000000000081526001600160e01b03198616600482015260240161046f565b85516020870120610799868983611e89565b6107a38684611f91565b505050505092915050565b61737960f01b836001600160f01b031916146108095761737960f01b836107d485611473565b6040517f5c30fb6f00000000000000000000000000000000000000000000000000000000815260040161046f9392919061587f565b610833827fb421288000000000000000000000000000000000000000000000000000000000611bb7565b600061083e8461145c565b6fffffffffffffffffffffffffffffffff191603610860578261043b84611473565b600061086b836120b2565b9050801580159061087c5750838114155b156108be576040517fc0b707410000000000000000000000000000000000000000000000000000000081526001600160a01b038416600482015260240161046f565b7dffffffffffffffffffffffffffff000000000000000000000000000000008416616e7360f01b176108ef8161159f565b610901576108fc81610f0f565b61090d565b61090d816103fb610626565b600061091886612194565b90506001600160a01b03811615610941576109328161226f565b61093c8282612343565b61094c565b61094c866001612436565b61095786868661252e565b610961858761260e565b61096d828660016126ae565b505050505050565b610981826103fb610626565b61040a828260016126ae565b61099e83610999610626565b61276d565b60006109a984612784565b9050808211156109ef576040517f0e0e2d4d000000000000000000000000000000000000000000000000000000008152600481018290526024810183905260440161046f565b610a02846109fd84846158be565b61281e565b600080846001600160a01b03168460405160006040518083038185875af1925050503d8060008114610a50576040519150601f19603f3d011682016040523d82523d6000602084013e610a55565b606091505b50915091508161096d5761096d8161177a565b610a92827f198cf0cd00000000000000000000000000000000000000000000000000000000611bb7565b610a9e836103fb610626565b6106b18383836128b2565b60408051616e7360f01b60208201526000602282018190526030820181905291610aee9101604051602081830303815290604052610ae690615745565b6103fb610626565b50815160208301206000610b0182611d9a565b90508015610b47576040517f3d1d1ae20000000000000000000000000000000000000000000000000000000081526001600160e01b03198316600482015260240161046f565b610b52828685611e89565b610b5c8285611f91565b509392505050565b610b70826103fb610626565b61040a8282612343565b610ba4827f79f50b5b00000000000000000000000000000000000000000000000000000000611bb7565b610c20610baf610626565b60008484604051602401610bc391906158d1565b60408051601f198184030181529190526020810180517bffffffffffffffffffffffffffffffffffffffffffffffffffffffff167f13861fb500000000000000000000000000000000000000000000000000000000179052612913565b5061040a826001600160a01b03166317d7de7c6040518163ffffffff1660e01b8152600401602060405180830381865afa158015610c62573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190610c8691906158e4565b8251602084012084612924565b60606000610c9f611358565b90508267ffffffffffffffff811115610cba57610cba615301565b604051908082528060200260200182016040528015610ced57816020015b6060815260200190600190039081610cd85790505b50915060005b83811015610e93576000806001600160a01b0384168063894ecc58898987818110610d2057610d20615917565b9050602002810190610d32919061592d565b610d40906020810190615961565b8a8a88818110610d5257610d52615917565b9050602002810190610d64919061592d565b602001358b8b89818110610d7a57610d7a615917565b9050602002810190610d8c919061592d565b610d9a90604081019061597e565b604051602401610dad9493929190615a0e565b60408051601f198184030181529181526020820180517bffffffffffffffffffffffffffffffffffffffffffffffffffffffff1660e09490941b939093179092529051610dfa9250615769565b600060405180830381855af49150503d8060008114610e35576040519150601f19603f3d011682016040523d82523d6000602084013e610e3a565b606091505b509150915081610e4d57610e4d8161177a565b80806020019051810190610e619190615a37565b858481518110610e7357610e73615917565b602002602001018190525050508080610e8b90615aa5565b915050610cf3565b505092915050565b610ea7826103fb610626565b60408051613a3160f11b6020820152641ddbdc9b1960da1b60228201527f53797374656d486f6f6b73000000000000000000000000000000000000000000603082015261040a91015b604051602081830303815290604052610f0890615745565b8383612a57565b616e7360f01b816001600160f01b03191614610f3557616e7360f01b816107d483611473565b610f3e8161159f565b15610f815780610f4d82611473565b6040517f0dc28f6a00000000000000000000000000000000000000000000000000000000815260040161046f92919061572c565b610f8c816001612436565b610f9d81610f98610626565b612b7e565b610fb081610fa9610626565b60016126ae565b50565b616e7360f01b836001600160f01b03191614610fd957616e7360f01b836107d485611473565b610fe282611b9b565b611018576040517f71ee9e8100000000000000000000000000000000000000000000000000000000815260040160405180910390fd5b611024836103fb610626565b600061102f83611689565b50905061105c817faea79dd000000000000000000000000000000000000000000000000000000000611bb7565b6110668484612c12565b815115611078576106ae6106a5610626565b50505050565b616e7360f01b826001600160f01b031916146110a457616e7360f01b826107d484611473565b6110b083610999610626565b60006110bb84612784565b905080821115611101576040517f0e0e2d4d000000000000000000000000000000000000000000000000000000008152600481018290526024810183905260440161046f565b61110f846109fd84846158be565b611078838361111d86612784565b6109fd9190615abf565b60606000611133611358565b90508267ffffffffffffffff81111561114e5761114e615301565b60405190808252806020026020018201604052801561118157816020015b606081526020019060019003908161116c5790505b50915060005b83811015610e93576000806001600160a01b03841680633ae7af088989878181106111b4576111b4615917565b90506020028101906111c69190615ad2565b358a8a888181106111d9576111d9615917565b90506020028101906111eb9190615ad2565b6111f990602081019061597e565b60405160240161120b93929190615b06565b60408051601f198184030181529181526020820180517bffffffffffffffffffffffffffffffffffffffffffffffffffffffff1660e09490941b9390931790925290516112589250615769565b600060405180830381855af49150503d8060008114611293576040519150601f19603f3d011682016040523d82523d6000602084013e611298565b606091505b5091509150816112ab576112ab8161177a565b808060200190518101906112bf9190615a37565b8584815181106112d1576112d1615917565b6020026020010181905250505080806112e990615aa5565b915050611187565b61131b827f55f0760f00000000000000000000000000000000000000000000000000000000611bb7565b611327836103fb610626565b6106b1836bffffffffffffffffffffffff19606085901b166bff0000000000000000000000605885901b1617612ca6565b6000610630612d95565b61136e826103fb610626565b6113788282612b7e565b61098182611384610626565b612343565b6001600160a01b0381166113c3616e7360f01b7dffffffffffffffffffffffffffff00000000000000000000000000000000851617612dd4565b6001600160a01b03161461040a576113da82611473565b816040517fd787b73700000000000000000000000000000000000000000000000000000000815260040161046f929190615b20565b60408051613a3160f11b60208201526473746f726560d81b60228201527f53746f7265486f6f6b7300000000000000000000000000000000000000000000603082015261040a9101610ef0565b600061146a60706010615abf565b9190911b919050565b606081601081901b60006114868361145c565b90508271ffffffffffffffffffffffffffffffffffff198316156114bf5771ffffffffffffffffffffffffffffffffffff1983166114e1565b7f524f4f545f4e414d4553504143450000000000000000000000000000000000005b6fffffffffffffffffffffffffffffffff198316156115005782611522565b7f524f4f545f4e414d4500000000000000000000000000000000000000000000005b6040516001600160f01b031990931660208401527f3a00000000000000000000000000000000000000000000000000000000000000602284018190526fffffffffffffffffffffffffffffffff19928316602385015260338401521660348201526044016040516020818303038152906040529350505050919050565b6040805160018082528183019092526000918291906020808301908036833701905050905082816000815181106115d8576115d8615917565b60209081029190910181019190915260408051613a3160f11b928101929092526473746f726560d81b60228301527f5265736f75726365496473000000000000000000000000000000000000000000603083015260009161167591015b60405160208183030381529060405261164d90615745565b8360007e01010001000000000000000000000000000000000000000000000000000000612ea0565b90506116818160f81c90565b949350505050565b604080516001808252818301909252600091829182916020808301908036833701905050905083816000815181106116c3576116c3615917565b60209081029190910181019190915260408051613a3160f11b81840152641ddbdc9b1960da1b60228201527f53797374656d7300000000000000000000000000000000000000000000000000603082015281518082039093018352810190526000908190819061175c9061173690615745565b857e15020014010000000000000000000000000000000000000000000000000000612ed6565b92509250925061176d838383612fde565b9550955050505050915091565b805160208201fd5b613a3160f11b866001600160f01b031916148015906117cb57507f6f74000000000000000000000000000000000000000000000000000000000000866001600160f01b03191614155b1561182c57613a3160f11b86876040516020016117ea91815260200190565b60408051601f19818403018152908290527f31b4668300000000000000000000000000000000000000000000000000000000825261046f93929160040161587f565b611837856000613004565b611842846001613186565b61184d836000613186565b60e084901c60e885901c0160ff168251146118ad5760e084901c60e885901c0160ff1682516040517f0f72cb980000000000000000000000000000000000000000000000000000000081526004810192909252602482015260440161046f565b60e085901c60e886901c0160ff1681511461190d5760e085901c60e886901c0160ff1681516040517f7dec4c000000000000000000000000000000000000000000000000000000000081526004810192909252602482015260440161046f565b60e085901c60e886901c0160ff1660e084901c60e885901c0160ff16146119855760e085901c60e886901c0160ff1660e084901c60e885901c0160ff166040517ff29d4d880000000000000000000000000000000000000000000000000000000081526004810192909252602482015260440161046f565b61198e8661159f565b156119e85785866040516020016119a791815260200190565b60408051601f19818403018152908290527fdfaaf9cf00000000000000000000000000000000000000000000000000000000825261046f929160040161572c565b611a348686868686604051602001611a009190615b4b565b60405160208183030381529060405286604051602001611a209190615b4b565b604051602081830303815290604052613332565b61096d866001612436565b7fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffcc36013560601c80611a6e5750335b90565b604080516002808252606082018352600092602083019080368337019050509050836001600160a01b031660001b81600081518110611ab257611ab2615917565b602002602001018181525050826001600160a01b031660001b81600181518110611ade57611ade615917565b60209081029190910181019190915260408051613a3160f11b92810192909252641ddbdc9b1960da1b60228301527f5573657244656c65676174696f6e436f00000000000000000000000000000000603083015261107891015b604051602081830303815290604052611b5090615745565b82600085604051602001611b6691815260200190565b60408051601f198184030181529190527e20010020000000000000000000000000000000000000000000000000000000613436565b600081151580156103e95750611bb08261344b565b1592915050565b6040517f01ffc9a70000000000000000000000000000000000000000000000000000000081526001600160e01b0319821660048201526001600160a01b038316906301ffc9a790602401602060405180830381865afa925050508015611c3a575060408051601f3d908101601f19168201909252611c3791810190615ba0565b60015b611c8b576040517f74b5e6ff0000000000000000000000000000000000000000000000000000000081526001600160a01b03831660048201526001600160e01b03198216602482015260440161046f565b806106b1576040517f74b5e6ff0000000000000000000000000000000000000000000000000000000081526001600160a01b03841660048201526001600160e01b03198316602482015260440161046f565b6060600080611cee878787876134ab565b9150915081611d0057611d008161177a565b9695505050505050565b606060005b6010811015611d6a576fffffffffffffffffffffffffffffffff198316600882021b7fff000000000000000000000000000000000000000000000000000000000000001615611d6a5780611d6281615aa5565b915050611d0f565b604080516fffffffffffffffffffffffffffffffff19851660208201528151603090910190915281815280611681565b60408051600180825281830190925260009182919060208083019080368337019050509050827bffffffffffffffffffffffffffffffffffffffffffffffffffffffff191681600081518110611df257611df2615917565b60209081029190910181019190915260408051613a3160f11b81840152641ddbdc9b1960da1b60228201527f46756e6374696f6e53656c6563746f72000000000000000000000000000000006030820152815180820390930183528101905260009061168190611e6190615745565b8360007e24020020040000000000000000000000000000000000000000000000000000612ea0565b6000611e95838361368f565b60408051600180825281830190925291925060009160609183919060208083019080368337019050509050867bffffffffffffffffffffffffffffffffffffffffffffffffffffffff191681600081518110611ef357611ef3615917565b60209081029190910181019190915260408051613a3160f11b81840152641ddbdc9b1960da1b60228201527f46756e6374696f6e53656c6563746f720000000000000000000000000000000060308201528151808203909301835281019052611f8890611f5f90615745565b828686867e240200200400000000000000000000000000000000000000000000000000006136ce565b50505050505050565b60606000611f9e836139a5565b90506000611fab846139b5565b6040805160018082528183019092529192506000919060208083019080368337019050509050857bffffffffffffffffffffffffffffffffffffffffffffffffffffffff19168160008151811061200457612004615917565b602090810291909101810191909152604080517f6f7400000000000000000000000000000000000000000000000000000000000081840152641ddbdc9b1960da1b60228201527f46756e6374696f6e5369676e61747572000000000000000000000000000000006030820152815180820390930183528101905261096d9061208b90615745565b828686867c01000000000000000000000000000000000000000000000000000000006136ce565b60408051600180825281830190925260009182919060208083019080368337019050509050826001600160a01b031660001b816000815181106120f7576120f7615917565b60209081029190910181019190915260408051613a3160f11b92810192909252641ddbdc9b1960da1b60228301527f53797374656d5265676973747279000000000000000000000000000000000000603083015260009161168191015b60405160208183030381529060405261216c90615745565b8360007e20010020000000000000000000000000000000000000000000000000000000612ea0565b6040805160018082528183019092526000918291906020808301908036833701905050905082816000815181106121cd576121cd615917565b60209081029190910181019190915260408051613a3160f11b81840152641ddbdc9b1960da1b60228201527f53797374656d7300000000000000000000000000000000000000000000000000603082015281518082039093018352810190526000906122649061223c90615745565b8360007e15020014010000000000000000000000000000000000000000000000000000612ea0565b60601c949350505050565b60408051600180825281830190925260009160208083019080368337019050509050816001600160a01b031660001b816000815181106122b1576122b1615917565b60209081029190910181019190915260408051613a3160f11b81840152641ddbdc9b1960da1b60228201527f53797374656d52656769737472790000000000000000000000000000000000006030820152815180820390930183528101905261040a9061231d90615745565b827e200100200000000000000000000000000000000000000000000000000000006139de565b604080516002808252606082018352600092602083019080368337019050509050828160008151811061237857612378615917565b602002602001018181525050816001600160a01b031660001b816001815181106123a4576123a4615917565b60209081029190910181019190915260408051613a3160f11b81840152641ddbdc9b1960da1b60228201527f5265736f75726365416363657373000000000000000000000000000000000000603082015281518082039093018352810190526106b19061241090615745565b827e010100010000000000000000000000000000000000000000000000000000006139de565b60408051600180825281830190925260009160208083019080368337019050509050828160008151811061246c5761246c615917565b60209081029190910181019190915260408051613a3160f11b928101929092526473746f726560d81b60228301527f5265736f7572636549647300000000000000000000000000000000000000000060308301526106b191015b6040516020818303038152906040526124de90615745565b826000856040516020016124f991151560f81b815260010190565b60408051601f198184030181529190527e01010001000000000000000000000000000000000000000000000000000000613436565b600061253a8383613c86565b60408051600180825281830190925291925060009160609183919060208083019080368337019050509050868160008151811061257957612579615917565b60209081029190910181019190915260408051613a3160f11b81840152641ddbdc9b1960da1b60228201527f53797374656d730000000000000000000000000000000000000000000000000060308201528151808203909301835281019052611f88906125e590615745565b828686867e150200140100000000000000000000000000000000000000000000000000006136ce565b60408051600180825281830190925260009160208083019080368337019050509050826001600160a01b031660001b8160008151811061265057612650615917565b60209081029190910181019190915260408051613a3160f11b92810192909252641ddbdc9b1960da1b60228301527f53797374656d526567697374727900000000000000000000000000000000000060308301526106b19101611b38565b60408051600280825260608201835260009260208301908036833701905050905083816000815181106126e3576126e3615917565b602002602001018181525050826001600160a01b031660001b8160018151811061270f5761270f615917565b60209081029190910181019190915260408051613a3160f11b92810192909252641ddbdc9b1960da1b60228301527f5265736f75726365416363657373000000000000000000000000000000000000603083015261107891016124c6565b6127778282613cb6565b61040a576113da82611473565b6040805160018082528183019092526000918291906020808301908036833701905050905082816000815181106127bd576127bd615917565b60209081029190910181019190915260408051613a3160f11b92810192909252641ddbdc9b1960da1b60228301527f42616c616e63657300000000000000000000000000000000000000000000000060308301526000916116819101612154565b60408051600180825281830190925260009160208083019080368337019050509050828160008151811061285457612854615917565b60209081029190910181019190915260408051613a3160f11b92810192909252641ddbdc9b1960da1b60228301527f42616c616e63657300000000000000000000000000000000000000000000000060308301526106b19101611b38565b613a3160f11b836001600160f01b031916146128e257613a3160f11b83846040516020016117ea91815260200190565b6106b1836bffffffffffffffffffffffff19606085901b166bff0000000000000000000000605885901b1617613d00565b6060600080611cee87878787613d94565b604080516002808252606082018352600092602083019080368337019050509050836fffffffffffffffffffffffffffffffff19168160008151811061296c5761296c615917565b602002602001018181525050828160018151811061298c5761298c615917565b60209081029190910181019190915260408051613a3160f11b92810192909252641ddbdc9b1960da1b60228301527f496e7374616c6c65644d6f64756c657300000000000000000000000000000000603083015261107891015b6040516020818303038152906040526129fe90615745565b6040516bffffffffffffffffffffffff19606086901b166020820152839060009060340160408051601f198184030181529190527e14010014000000000000000000000000000000000000000000000000000000613436565b6000612a638484613e0c565b90506000815167ffffffffffffffff811115612a8157612a81615301565b604051908082528060200260200182016040528015612aaa578160200160208202803683370190505b5090506000805b8351811015612b6f57846001600160a01b0316612af5858381518110612ad957612ad9615917565b60200260200101516affffffffffffffffffffff191660601c90565b6001600160a01b031614612b6757838181518110612b1557612b15615917565b6020026020010151838381518110612b2f57612b2f615917565b7fffffffffffffffffffffffffffffffffffffffffff0000000000000000000000909216602092830291909101909101526001909101905b600101612ab1565b5080825261096d868684613e77565b604080516001808252818301909252600091602080830190803683370190505090508281600081518110612bb457612bb4615917565b60209081029190910181019190915260408051613a3160f11b92810192909252641ddbdc9b1960da1b60228301527f4e616d6573706163654f776e657200000000000000000000000000000000000060308301526106b191016129e6565b604080516001808252818301909252600091602080830190803683370190505090508281600081518110612c4857612c48615917565b60209081029190910181019190915260408051613a3160f11b92810192909252641ddbdc9b1960da1b60228301527f4e616d65737061636544656c656761740000000000000000000000000000000060308301526106b19101611b38565b604080516001808252818301909252600091602080830190803683370190505090508281600081518110612cdc57612cdc615917565b60209081029190910181019190915260408051613a3160f11b92810192909252641ddbdc9b1960da1b60228301527f53797374656d486f6f6b7300000000000000000000000000000000000000000060308301526106b191015b604051602081830303815290604052612d4e90615745565b6040517fffffffffffffffffffffffffffffffffffffffffff0000000000000000000000851660208201528390600090603501604051602081830303815290604052613ece565b7f629a4c26e296b22a8e0856e9f6ecb2d1008d7e00081111962cd175fa7488e175546000906001600160a01b031680612dcf573391505090565b919050565b604080516001808252818301909252600091829190602080830190803683370190505090508281600081518110612e0d57612e0d615917565b60209081029190910181019190915260408051613a3160f11b81840152641ddbdc9b1960da1b60228201527f4e616d6573706163654f776e65720000000000000000000000000000000000006030820152815180820390930183528101905260009061226490612e7c90615745565b8360007e140100140000000000000000000000000000000000000000000000000000005b6000612ecd612eaf8686613f74565b60ff858116601b0360080285901c16612ec88587613fca565b614005565b95945050505050565b6060600060606000612ee785614056565b9050612ef4878783614079565b93506000612f01866140b2565b90508015612fd357612f1388886140ef565b935066ffffffffffffff841667ffffffffffffffff811115612f3757612f37615301565b6040519080825280601f01601f191660200182016040528015612f61576020820181803683370190505b5092506020830160005b828160ff161015612fd0576000612f838b8b84614102565b90506000612fa0888460ff166028026038011c64ffffffffff1690565b9050612faf8282600087614182565b612fb98185615abf565b935050508080612fc890615bbd565b915050612f6b565b50505b505093509350939050565b60208301516034840151600091829160609190911c9060f81c5b90969095509350505050565b80158015613010575081155b1561304a576040517f97e36a0a0000000000000000000000000000000000000000000000000000000081526000600482015260240161046f565b6000613055836140b2565b90506005811115613095576040517f97e36a0a0000000000000000000000000000000000000000000000000000000081526004810182905260240161046f565b60006130a084614251565b905060006130ae8383615abf565b9050601c8111156130ee576040517f97e36a0a0000000000000000000000000000000000000000000000000000000081526004810182905260240161046f565b60005b8281101561096d5760ff601b82900360080287901c166000819003613142576040517fbf1ac38300000000000000000000000000000000000000000000000000000000815260040160405180910390fd5b602081111561317d576040517f2392baa400000000000000000000000000000000000000000000000000000000815260040160405180910390fd5b506001016130f1565b80158015613192575081155b156131b357604051635318beb960e01b81526000600482015260240161046f565b60006131be836140b2565b905060058111156131e557604051635318beb960e01b81526004810182905260240161046f565b60006131f084614251565b905060006131fe8383615abf565b9050601c81111561322557604051635318beb960e01b81526004810182905260240161046f565b60008060005b838110156132eb5760006132586132428a84614263565b60c581111561325357613253615bdc565b614284565b11156132a257848110613297576040517ff1e56be400000000000000000000000000000000000000000000000000000000815260040160405180910390fd5b6001909201916132e3565b848110156132dc576040517ff1e56be400000000000000000000000000000000000000000000000000000000815260040160405180910390fd5b6001909101905b60010161322b565b5083821461330f57604051635318beb960e01b81526004810183905260240161046f565b848114611f8857604051635318beb960e01b81526004810182905260240161046f565b600061333f8686866142e4565b9050600061334d848461431a565b9050600061335b8585614337565b6040805160018082528183019092529192506000919060208083019080368337019050509050898160008151811061339557613395615917565b60209081029190910181019190915260408051613a3160f11b818401526473746f726560d81b60228201527f5461626c657300000000000000000000000000000000000000000000000000006030820152815180820390930183528101905261342a9061340190615745565b828686867e600302202020000000000000000000000000000000000000000000000000006136ce565b50505050505050505050565b6106ae85856134458487613fca565b8561434c565b6040805161737960f01b60208201526000602282018190527f756e6c696d697465640000000000000000000000000000000000000000000000603083015291016040516020818303038152906040526134a390615745565b909114919050565b6000606060006134ba8661458d565b905060005b81518110156135975760008282815181106134dc576134dc615917565b602002602001015190506135086001826affffffffffffffffffffff191661465690919063ffffffff16565b15613584576040517fc3323031000000000000000000000000000000000000000000000000000000008152606082901c9063c332303190613551908c908c908c90600401615bf2565b600060405180830381600087803b15801561356b57600080fd5b505af115801561357f573d6000803e3d6000fd5b505050505b508061358f81615aa5565b9150506134bf565b506135a487858888614674565b909350915060005b81518110156136845760008282815181106135c9576135c9615917565b602002602001015190506135f56002826affffffffffffffffffffff191661465690919063ffffffff16565b15613671576040517f973d8f99000000000000000000000000000000000000000000000000000000008152606082901c9063973d8f999061363e908c908c908c90600401615bf2565b600060405180830381600087803b15801561365857600080fd5b505af115801561366c573d6000803e3d6000fd5b505050505b508061367c81615aa5565b9150506135ac565b505094509492505050565b606082826040516020016136b79291909182526001600160e01b031916602082015260240190565b604051602081830303815290604052905092915050565b857f8dbb3a9672eebfd3773e72dd9c102393436816d832c7ba9e1e1ac8fcadcac7a9868686866040516137049493929190615c55565b60405180910390a2613a3160f11b866001600160f01b0319160361096d57600061372d87614782565b905060005b815181101561381057600082828151811061374f5761374f615917565b6020026020010151905061377b6001826affffffffffffffffffffff191661465690919063ffffffff16565b156137fd576040517f57066c9c000000000000000000000000000000000000000000000000000000008152606082901c906357066c9c906137ca908c908c908c908c908c908c90600401615c9f565b600060405180830381600087803b1580156137e457600080fd5b505af11580156137f8573d6000803e3d6000fd5b505050505b508061380881615aa5565b915050613732565b50600061381d8888613f74565b90506000602087019050613835826000838a5161481d565b6000613840856140b2565b11156138c45760006138528a8a6148dd565b878155905060208601915060008060005b61386c886140b2565b8160ff1610156138bf576138818d8d83614102565b925061389c8a8260ff166028026038011c64ffffffffff1690565b91506138ab836000878561481d565b6138b58286615abf565b9450600101613863565b505050505b60005b835181101561342a5760008482815181106138e4576138e4615917565b602002602001015190506139106002826affffffffffffffffffffff191661465690919063ffffffff16565b15613992576040517f5b28cdaf000000000000000000000000000000000000000000000000000000008152606082901c90635b28cdaf9061395f908e908e908e908e908e908e90600401615c9f565b600060405180830381600087803b15801561397957600080fd5b505af115801561398d573d6000803e3d6000fd5b505050505b508061399d81615aa5565b9150506138c7565b60006103e98251603881901b1790565b6060816040516020016139c89190615769565b6040516020818303038152906040529050919050565b827f0e1f72f429eb97e64878619984a91e687ae91610348b9ff4216782cc96e49d0783604051613a0e9190615cf8565b60405180910390a2613a3160f11b836001600160f01b03191614613a3157505050565b6000613a3c84614782565b905060005b8151811015613b19576000828281518110613a5e57613a5e615917565b60200260200101519050613a8a6040826affffffffffffffffffffff191661465690919063ffffffff16565b15613b06576040517f9faeaf45000000000000000000000000000000000000000000000000000000008152606082901c90639faeaf4590613ad390899089908990600401615d0b565b600060405180830381600087803b158015613aed57600080fd5b505af1158015613b01573d6000803e3d6000fd5b505050505b5080613b1181615aa5565b915050613a41565b506000613b268585613f74565b9050613b7f816000613b3786614056565b67ffffffffffffffff811115613b4f57613b4f615301565b6040519080825280601f01601f191660200182016040528015613b79576020820181803683370190505b50614933565b6000613b8a846140b2565b1115613bab576000613b9c86866148dd565b9050613ba9816020614943565b505b60005b825181101561096d576000838281518110613bcb57613bcb615917565b60200260200101519050613bf76080826affffffffffffffffffffff191661465690919063ffffffff16565b15613c73576040517f83b5c95b000000000000000000000000000000000000000000000000000000008152606082901c906383b5c95b90613c40908a908a908a90600401615d0b565b600060405180830381600087803b158015613c5a57600080fd5b505af1158015613c6e573d6000803e3d6000fd5b505050505b5080613c7e81615aa5565b915050613bae565b604051606083811b6bffffffffffffffffffffffff1916602083015282151560f81b6034830152906035016136b7565b6000613ce9616e7360f01b7dffffffffffffffffffffffffffff0000000000000000000000000000000085161783614980565b80613cf95750613cf98383614980565b9392505050565b604080516001808252818301909252600091602080830190803683370190505090508281600081518110613d3657613d36615917565b60209081029190910181019190915260408051613a3160f11b928101929092526473746f726560d81b60228301527f53746f7265486f6f6b730000000000000000000000000000000000000000000060308301526106b19101612d36565b60006060836001600160a01b03166000613daf858989614a52565b604051613dbc9190615769565b60006040518083038185875af1925050503d8060008114613df9576040519150601f19603f3d011682016040523d82523d6000602084013e613dfe565b606091505b509097909650945050505050565b60408051600180825281830190925260609160009190602080830190803683370190505090508281600081518110613e4657613e46615917565b6020026020010181815250506000613e6085836000614a69565b9050612ecd613e728260008451614aa3565b614b33565b604080516001808252818301909252600091602080830190803683370190505090508281600081518110613ead57613ead615917565b60200260200101818152505061107884826000613ec986614b44565b614b54565b6000613ed8612d95565b9050306001600160a01b03821603613efb57613ef685858585614b8f565b6106ae565b6040517f150f32620000000000000000000000000000000000000000000000000000000081526001600160a01b0382169063150f326290613f46908890889088908890600401615d34565b600060405180830381600087803b158015613f6057600080fd5b505af115801561061b573d6000803e3d6000fd5b60008282604051602001613f89929190615d68565b60408051601f1981840301815291905280516020909101207f86425bff6b57326c7859e89024fe4f238ca327a1ae4a230180dd2f0e88aaa7d9189392505050565b600080805b8360ff16811015610b5c57613ff160ff601b83900360080287901c1683615abf565b915080613ffd81615aa5565b915050613fcf565b60006020821061402b5760208204840193506020828161402757614027615da3565b0691505b508254600882021b602082900380841115610b5c576001850154600882021c82179150509392505050565b60006008614066600260206158be565b6140709190615db9565b9190911c919050565b6060816000036140985750604080516020810190915260008152613cf9565b60006140a48585613f74565b9050612ecd81846000614bca565b600060086001806140c5600260206158be565b6140cf91906158be565b6140d991906158be565b6140e39190615db9565b8260ff911c1692915050565b6000613cf96140fe84846148dd565b5490565b60008383604051602001614117929190615d68565b604051602081830303815290604052805190602001208260f81b7effffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff19167f3b4102da22e32d82fc925482184f16c09fd4281692720b87d124aef6da48a0f1181860001c90509392505050565b811561420b57602082106141ac576020820484019350602082816141a8576141a8615da3565b0691505b811561420b5760208290036000818510156141d05750600019600885021c196141db565b50600019600882021c195b8554600885021b8119845116828216178452508185116141fc575050611078565b50600194909401939283900392015b5b6020831061422d5783548152600190930192601f199092019160200161420c565b8215611078576000600019600885021c198251865482169119161782525050505050565b6000600860016140cf600260206158be565b6000601b8290036008028360ff911c1660c5811115613cf957613cf9615bdc565b6000808260c581111561429957614299615bdc565b60ff16905060618110156142b357601f1660010192915050565b60618360c58111156142c7576142c7615bdc565b036142d55750601492915050565b50600092915050565b50919050565b60408051602081018590529081018390526060818101839052906080015b60405160208183030381529060405290509392505050565b8151815160009181810160389190911b1760609190911b17613cf9565b606082826040516020016136b7929190615dd0565b60006143588585613f74565b9050847f8c0b5119d4cec7b284c6b1b39252a03d1e2f2d7451a5895562524c113bb952be85858560405161438e93929190615dff565b60405180910390a2613a3160f11b856001600160f01b031916146143b25750611078565b60006143bd86614782565b905060005b815181101561449c5760008282815181106143df576143df615917565b6020026020010151905061440b6004826affffffffffffffffffffff191661465690919063ffffffff16565b15614489576040517f964f667d000000000000000000000000000000000000000000000000000000008152606082901c9063964f667d90614456908b908b908b908b90600401615e32565b600060405180830381600087803b15801561447057600080fd5b505af1158015614484573d6000803e3d6000fd5b505050505b508061449481615aa5565b9150506143c2565b506144b0828565ffffffffffff1685614933565b60005b8151811015611f885760008282815181106144d0576144d0615917565b602002602001015190506144fc6008826affffffffffffffffffffff191661465690919063ffffffff16565b1561457a576040517fa8ba8721000000000000000000000000000000000000000000000000000000008152606082901c9063a8ba872190614547908b908b908b908b90600401615e32565b600060405180830381600087803b15801561456157600080fd5b505af1158015614575573d6000803e3d6000fd5b505050505b508061458581615aa5565b9150506144b3565b604080516001808252818301909252606091600091906020808301908036833701905050905082816000815181106145c7576145c7615917565b60209081029190910181019190915260408051613a3160f11b92810192909252641ddbdc9b1960da1b60228301527f53797374656d486f6f6b73000000000000000000000000000000000000000000603083015260009161464491015b60405160208183030381529060405261463c90615745565b836000614a69565b9050611681613e728260008451614aa3565b60008160ff16826146678560581c90565b1660ff1614905092915050565b6000606060008061468486611689565b90925090506001600160a01b0382166146d557856146a187611473565b6040517ffbf10ce600000000000000000000000000000000000000000000000000000000815260040161046f92919061572c565b806146e4576146e4868961276d565b8615614730577dffffffffffffffffffffffffffff000000000000000000000000000000008616616e7360f01b17600061471d82612784565b905061472d826109fd8b84615abf565b50505b600061473c8760101b90565b71ffffffffffffffffffffffffffffffffffff1916146147675761476288888488613d94565b614773565b61477388888488614bed565b90999098509650505050505050565b604080516001808252818301909252606091600091906020808301908036833701905050905082816000815181106147bc576147bc615917565b60209081029190910181019190915260408051613a3160f11b928101929092526473746f726560d81b60228301527f53746f7265486f6f6b730000000000000000000000000000000000000000000060308301526000916146449101614624565b821561489757602083106148475760208304840193506020838161484357614843615da3565b0692505b82156148975760208390036000600019600884021c1990506008850281811c91508451811c9050811987541682821617875550818311614888575050611078565b50600194909401939182019190035b5b602081106148b95781518455600190930192602090910190601f1901614898565b8015611078576000600019600883021c198554845182169119161785555050505050565b600082826040516020016148f2929190615d68565b60408051601f1981840301815291905280516020909101207f14e2fcc58e58e68ec7edc30c8d50dccc3ce2714a623ec81f46b6a63922d76569189392505050565b6106b1838360208401845161481d565b6000602061495283601f615abf565b61495c9190615e6b565b6149669084615abf565b90505b808310156106b15760008355600183019250614969565b6040805160028082526060820183526000928392919060208301908036833701905050905083816000815181106149b9576149b9615917565b602002602001018181525050826001600160a01b031660001b816001815181106149e5576149e5615917565b60209081029190910181019190915260408051613a3160f11b92810192909252641ddbdc9b1960da1b60228301527f5265736f757263654163636573730000000000000000000000000000000000006030830152600091614a469101611635565b9050612ecd8160f81c90565b606083838360405160200161430293929190615e8d565b6060611681614a79858585614102565b614a9c84614a8788886140ef565b9060ff166028026038011c64ffffffffff1690565b6000614bca565b6000818311158015614ab6575083518211155b614af2578383836040517f23230fa300000000000000000000000000000000000000000000000000000000815260040161046f93929190615ecc565b60208401614b008482615abf565b90506000614b0e85856158be565b6fffffffffffffffffffffffffffffffff1660809290921b9190911795945050505050565b60606000613cf98360156000614c4e565b606081613cf98160156000614cc9565b6000614b6085856140ef565b90506000614b7d828560ff166028026038011c64ffffffffff1690565b905061096d8686866000858888614d1d565b6000614b9b85856140ef565b90506000614bb8828560ff166028026038011c64ffffffffff1690565b905061096d8686868460008888614d1d565b60405160208101601f19603f8584010116604052838252610b5c85858584614182565b60006060836001600160a01b0316614c06848888614a52565b604051614c139190615769565b600060405180830381855af49150503d8060008114613df9576040519150601f19603f3d011682016040523d82523d6000602084013e613dfe565b60606000614c5c8560801c90565b90506fffffffffffffffffffffffffffffffff85166000858281614c8257614c82615da3565b04905060405193506020840160208202810160405281855260005b82811015614cbd578451871c825293870193602090910190600101614c9d565b50505050509392505050565b82516060906000614cda8583615db9565b9050604051925060208301601f19603f83860101166040528184526000602088015b84821015614cbd578051871b83529187019160019190910190602001614cfc565b613a3160f11b876001600160f01b03191614614d4d57613a3160f11b87886040516020016117ea91815260200190565b6000614d68828760ff166028026038011c64ffffffffff1690565b9050600083518564ffffffffff1683614d8191906158be565b614d8b9190615abf565b9050808214158015614dad575081614da38688615ef1565b64ffffffffff1614155b15614dfd576040517fa65010b400000000000000000000000000000000000000000000000000000000815264ffffffffff808816600483015280871660248301528316604482015260640161046f565b818664ffffffffff161115614e4e576040517f7e8578d30000000000000000000000000000000000000000000000000000000081526004810183905264ffffffffff8716602482015260440161046f565b6000614e5b8489846150d9565b905064ffffffffff871660005b8960ff168160ff161015614e9b57614e8f868260ff166028026038011c64ffffffffff1690565b90910190600101614e68565b508a7faa63765a776145e5e6492f471ae097dfed11cd57a61bc2679dd43180422385b48b838a868b604051614ed4959493929190615f16565b60405180910390a2506000614ee88b614782565b905060005b8151811015614fbd576000828281518110614f0a57614f0a615917565b60200260200101519050614f366010826affffffffffffffffffffff191661465690919063ffffffff16565b15614faa57606081901c6001600160a01b03166355eb5a288e8e8e8e8e8a8f6040518863ffffffff1660e01b8152600401614f779796959493929190615f68565b600060405180830381600087803b158015614f9157600080fd5b505af1158015614fa5573d6000803e3d6000fd5b505050505b5080614fb581615aa5565b915050614eed565b50828414614fd6576000614fd18c8c6148dd565b839055505b6000614fe38c8c8c614102565b9050614ff7818a64ffffffffff1689614933565b5060005b81518110156150cb57600082828151811061501857615018615917565b602002602001015190506150446020826affffffffffffffffffffff191661465690919063ffffffff16565b156150b857606081901c6001600160a01b031663635845338e8e8e8e8e8a8f6040518863ffffffff1660e01b81526004016150859796959493929190615f68565b600060405180830381600087803b15801561509f57600080fd5b505af11580156150b3573d6000803e3d6000fd5b505050505b50806150c381615aa5565b915050614ffb565b505050505050505050505050565b600064ffffffffff82111561511d576040517f476705880000000000000000000000000000000000000000000000000000000081526004810183905260240161046f565b8366ffffffffffffff811660ff851660280260380182901c64ffffffffff1680851061514f5780850382019150615157565b848103820391505b5064ffffffffff6038602860ff8816020181811b197fffffffffffffffffffffffffffffffffffffffffffffffffff000000000000009490941690921792909216918416901b1790509392505050565b80356001600160e01b031981168114612dcf57600080fd5b6000602082840312156151d157600080fd5b613cf9826151a7565b6001600160a01b0381168114610fb057600080fd5b6000806040838503121561520257600080fd5b823591506020830135615214816151da565b809150509250929050565b60008083601f84011261523157600080fd5b50813567ffffffffffffffff81111561524957600080fd5b6020830191508360208260051b850101111561526457600080fd5b9250929050565b60008060008060008060008060c0898b03121561528757600080fd5b88359750602089013596506040890135955060608901359450608089013567ffffffffffffffff808211156152bb57600080fd5b6152c78c838d0161521f565b909650945060a08b01359150808211156152e057600080fd5b506152ed8b828c0161521f565b999c989b5096995094979396929594505050565b634e487b7160e01b600052604160045260246000fd5b604051601f8201601f1916810167ffffffffffffffff8111828210171561534057615340615301565b604052919050565b600067ffffffffffffffff82111561536257615362615301565b50601f01601f191660200190565b600082601f83011261538157600080fd5b813561539461538f82615348565b615317565b8181528460208386010111156153a957600080fd5b816020850160208301376000918101602001919091529392505050565b6000806000606084860312156153db57600080fd5b83356153e6816151da565b925060208401359150604084013567ffffffffffffffff81111561540957600080fd5b61541586828701615370565b9150509250925092565b6000806040838503121561543257600080fd5b82359150602083013567ffffffffffffffff81111561545057600080fd5b61545c85828601615370565b9150509250929050565b8015158114610fb057600080fd5b60008060006060848603121561548957600080fd5b83359250602084013561549b816151da565b915060408401356154ab81615466565b809150509250925092565b6000806000606084860312156154cb57600080fd5b8335925060208401356154dd816151da565b929592945050506040919091013590565b803560ff81168114612dcf57600080fd5b60008060006060848603121561551457600080fd5b833592506020840135615526816151da565b9150615534604085016154ee565b90509250925092565b60008060006060848603121561555257600080fd5b83359250602084013567ffffffffffffffff81111561557057600080fd5b61557c86828701615370565b925050615534604085016151a7565b6000806040838503121561559e57600080fd5b82356155a9816151da565b9150602083013567ffffffffffffffff81111561545057600080fd5b600080602083850312156155d857600080fd5b823567ffffffffffffffff8111156155ef57600080fd5b612ff88582860161521f565b60005b838110156156165781810151838201526020016155fe565b50506000910152565b600081518084526156378160208601602086016155fb565b601f01601f19169290920160200192915050565b6000602080830181845280855180835260408601915060408160051b870101925083870160005b828110156156a057603f1988860301845261568e85835161561f565b94509285019290850190600101615672565b5092979650505050505050565b6000602082840312156156bf57600080fd5b5035919050565b6000806000606084860312156156db57600080fd5b8335925060208401359150604084013567ffffffffffffffff81111561540957600080fd5b60008060006060848603121561571557600080fd5b505081359360208301359350604090920135919050565b828152604060208201526000611681604083018461561f565b805160208083015191908110156142de5760001960209190910360031b1b16919050565b6000825161577b8184602087016155fb565b9190910192915050565b600067ffffffffffffffff808411156157a0576157a0615301565b8360051b60206157b1818301615317565b8681529185019181810190368411156157c957600080fd5b865b848110156157fd578035868111156157e35760008081fd5b6157ef36828b01615370565b8452509183019183016157cb565b50979650505050505050565b6000845161581b8184602089016155fb565b80830190507f5f000000000000000000000000000000000000000000000000000000000000008082528551615857816001850160208a016155fb565b600192019182015283516158728160028401602088016155fb565b0160020195945050505050565b6001600160f01b031984168152826020820152606060408201526000612ecd606083018461561f565b634e487b7160e01b600052601160045260246000fd5b818103818111156103e9576103e96158a8565b602081526000613cf9602083018461561f565b6000602082840312156158f657600080fd5b81516fffffffffffffffffffffffffffffffff1981168114613cf957600080fd5b634e487b7160e01b600052603260045260246000fd5b600082357fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffa183360301811261577b57600080fd5b60006020828403121561597357600080fd5b8135613cf9816151da565b60008083357fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffe18436030181126159b357600080fd5b83018035915067ffffffffffffffff8211156159ce57600080fd5b60200191503681900382131561526457600080fd5b818352818160208501375060006020828401015260006020601f19601f840116840101905092915050565b6001600160a01b0385168152836020820152606060408201526000611d006060830184866159e3565b600060208284031215615a4957600080fd5b815167ffffffffffffffff811115615a6057600080fd5b8201601f81018413615a7157600080fd5b8051615a7f61538f82615348565b818152856020838501011115615a9457600080fd5b612ecd8260208301602086016155fb565b60006000198203615ab857615ab86158a8565b5060010190565b808201808211156103e9576103e96158a8565b600082357fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffc183360301811261577b57600080fd5b838152604060208201526000612ecd6040830184866159e3565b604081526000615b33604083018561561f565b90506001600160a01b03831660208301529392505050565b6000602080830181845280855180835260408601915060408160051b870101925083870160005b828110156156a057603f19888603018452615b8e85835161561f565b94509285019290850190600101615b72565b600060208284031215615bb257600080fd5b8151613cf981615466565b600060ff821660ff8103615bd357615bd36158a8565b60010192915050565b634e487b7160e01b600052602160045260246000fd5b6001600160a01b0384168152826020820152606060408201526000612ecd606083018461561f565b600081518084526020808501945080840160005b83811015615c4a57815187529582019590820190600101615c2e565b509495945050505050565b608081526000615c686080830187615c1a565b8281036020840152615c7a818761561f565b90508460408401528281036060840152615c94818561561f565b979650505050505050565b86815260c060208201526000615cb860c0830188615c1a565b8281036040840152615cca818861561f565b90508560608401528281036080840152615ce4818661561f565b9150508260a0830152979650505050505050565b602081526000613cf96020830184615c1a565b838152606060208201526000615d246060830185615c1a565b9050826040830152949350505050565b848152608060208201526000615d4d6080830186615c1a565b60ff851660408401528281036060840152615c94818561561f565b82815260006020808301845182860160005b82811015615d9657815184529284019290840190600101615d7a565b5091979650505050505050565b634e487b7160e01b600052601260045260246000fd5b80820281158282048414176103e9576103e96158a8565b60008351615de28184602088016155fb565b835190830190615df68183602088016155fb565b01949350505050565b606081526000615e126060830186615c1a565b65ffffffffffff851660208401528281036040840152611d00818561561f565b848152608060208201526000615e4b6080830186615c1a565b65ffffffffffff851660408401528281036060840152615c94818561561f565b600082615e8857634e487b7160e01b600052601260045260246000fd5b500490565b60008451615e9f8184602089016155fb565b60609490941b6bffffffffffffffffffffffff191691909301908152601481019190915260340192915050565b606081526000615edf606083018661561f565b60208301949094525060400152919050565b64ffffffffff818116838216019080821115615f0f57615f0f6158a8565b5092915050565b60a081526000615f2960a0830188615c1a565b65ffffffffffff8716602084015264ffffffffff861660408401528460608401528281036080840152615f5c818561561f565b98975050505050505050565b87815260e060208201526000615f8160e0830189615c1a565b60ff8816604084015264ffffffffff87811660608501528616608084015260a0830185905282810360c0840152615fb8818561561f565b9a995050505050505050505056fea164736f6c6343000815000a","sourceMap":"885:274:80:-:0;;;;;;;;;;;;;;;;;;;","linkReferences":{}},"deployedBytecode":{"object":"0x608060405234801561001057600080fd5b506004361061018d5760003560e01c8063742d6118116100e3578063bfdfaff71161008c578063d5f8337f11610066578063d5f8337f14610358578063e1af802c1461036b578063ef5d6bbb1461037357600080fd5b8063bfdfaff71461031f578063c9c85a6014610332578063ce5e8dd91461034557600080fd5b80638fc8cf7e116100bd5780638fc8cf7e146102d9578063a92813ad146102f9578063b29e40891461030c57600080fd5b8063742d6118146102a05780638d53b208146102b35780638da798da146102c657600080fd5b806326d981021161014557806345afd1991161011f57806345afd1991461026757806345ec93541461027a578063530f4b601461028d57600080fd5b806326d98102146102155780633350b6a91461024157806340554c3a1461025457600080fd5b80630ba51f49116101765780630ba51f49146101cf578063119df25f146101e25780631d2257ba1461020257600080fd5b806301ffc9a71461019257806305609129146101ba575b600080fd5b6101a56101a03660046151bf565b610386565b60405190151581526020015b60405180910390f35b6101cd6101c83660046151ef565b6103ef565b005b6101cd6101dd36600461526b565b61040e565b6101ea610626565b6040516001600160a01b0390911681526020016101b1565b6101cd6102103660046153c6565b610635565b61022861022336600461541f565b6106b6565b6040516001600160e01b031990911681526020016101b1565b6101cd61024f366004615474565b6107ae565b6101cd6102623660046151ef565b610975565b6101cd6102753660046154b6565b61098d565b604051601f1936013581526020016101b1565b6101cd61029b3660046154ff565b610a68565b6102286102ae36600461553d565b610aa9565b6101cd6102c13660046151ef565b610b64565b6101cd6102d436600461558b565b610b7a565b6102ec6102e73660046155c5565b610c93565b6040516101b1919061564b565b6101cd6103073660046151ef565b610e9b565b6101cd61031a3660046156ad565b610f0f565b6101cd61032d3660046156c6565b610fb3565b6101cd610340366004615700565b61107e565b6102ec6103533660046155c5565b611127565b6101cd6103663660046154ff565b6112f1565b6101ea611358565b6101cd6103813660046151ef565b611362565b60006001600160e01b031982167fb42128800000000000000000000000000000000000000000000000000000000014806103e957506001600160e01b031982167f01ffc9a700000000000000000000000000000000000000000000000000000000145b92915050565b610400826103fb610626565b611389565b61040a828261140f565b5050565b60006104198961145c565b6fffffffffffffffffffffffffffffffff191603610478578761043b89611473565b6040517fe4ac069e00000000000000000000000000000000000000000000000000000000815260040161046f92919061572c565b60405180910390fd5b7dffffffffffffffffffffffffffff000000000000000000000000000000008816616e7360f01b176104a98161159f565b6105ef576040805161737960f01b60208201526000602282018190527f636f72650000000000000000000000000000000000000000000000000000000060308301529161050e910160405160208183030381529060405261050990615745565b611689565b509050600080826001600160a01b03168460405160240161053191815260200190565b60408051601f198184030181529181526020820180517bffffffffffffffffffffffffffffffffffffffffffffffffffffffff167fb29e408900000000000000000000000000000000000000000000000000000000179052516105949190615769565b600060405180830381855af49150503d80600081146105cf576040519150601f19603f3d011682016040523d82523d6000602084013e6105d4565b606091505b5091509150816105e7576105e78161177a565b5050506105fb565b6105fb816103fb610626565b61061b8989898961060c898b615785565b610616888a615785565b611782565b505050505050505050565b6000610630611a3f565b905090565b610647610640610626565b8484611a71565b61065082611b9b565b801561065d575060008151115b156106b157600061066d83611689565b50905061069a817faea79dd000000000000000000000000000000000000000000000000000000000611bb7565b6106ae6106a5610626565b84846000611cdd565b50505b505050565b60006106c4836103fb610626565b60006106ed6106d38560101b90565b71ffffffffffffffffffffffffffffffffffff1916611d0a565b905060006107026106fd8661145c565b611d0a565b9050600082828660405160200161071b93929190615809565b604051602081830303815290604052905080805190602001209350600061074185611d9a565b90508015610787576040517f3d1d1ae20000000000000000000000000000000000000000000000000000000081526001600160e01b03198616600482015260240161046f565b85516020870120610799868983611e89565b6107a38684611f91565b505050505092915050565b61737960f01b836001600160f01b031916146108095761737960f01b836107d485611473565b6040517f5c30fb6f00000000000000000000000000000000000000000000000000000000815260040161046f9392919061587f565b610833827fb421288000000000000000000000000000000000000000000000000000000000611bb7565b600061083e8461145c565b6fffffffffffffffffffffffffffffffff191603610860578261043b84611473565b600061086b836120b2565b9050801580159061087c5750838114155b156108be576040517fc0b707410000000000000000000000000000000000000000000000000000000081526001600160a01b038416600482015260240161046f565b7dffffffffffffffffffffffffffff000000000000000000000000000000008416616e7360f01b176108ef8161159f565b610901576108fc81610f0f565b61090d565b61090d816103fb610626565b600061091886612194565b90506001600160a01b03811615610941576109328161226f565b61093c8282612343565b61094c565b61094c866001612436565b61095786868661252e565b610961858761260e565b61096d828660016126ae565b505050505050565b610981826103fb610626565b61040a828260016126ae565b61099e83610999610626565b61276d565b60006109a984612784565b9050808211156109ef576040517f0e0e2d4d000000000000000000000000000000000000000000000000000000008152600481018290526024810183905260440161046f565b610a02846109fd84846158be565b61281e565b600080846001600160a01b03168460405160006040518083038185875af1925050503d8060008114610a50576040519150601f19603f3d011682016040523d82523d6000602084013e610a55565b606091505b50915091508161096d5761096d8161177a565b610a92827f198cf0cd00000000000000000000000000000000000000000000000000000000611bb7565b610a9e836103fb610626565b6106b18383836128b2565b60408051616e7360f01b60208201526000602282018190526030820181905291610aee9101604051602081830303815290604052610ae690615745565b6103fb610626565b50815160208301206000610b0182611d9a565b90508015610b47576040517f3d1d1ae20000000000000000000000000000000000000000000000000000000081526001600160e01b03198316600482015260240161046f565b610b52828685611e89565b610b5c8285611f91565b509392505050565b610b70826103fb610626565b61040a8282612343565b610ba4827f79f50b5b00000000000000000000000000000000000000000000000000000000611bb7565b610c20610baf610626565b60008484604051602401610bc391906158d1565b60408051601f198184030181529190526020810180517bffffffffffffffffffffffffffffffffffffffffffffffffffffffff167f13861fb500000000000000000000000000000000000000000000000000000000179052612913565b5061040a826001600160a01b03166317d7de7c6040518163ffffffff1660e01b8152600401602060405180830381865afa158015610c62573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190610c8691906158e4565b8251602084012084612924565b60606000610c9f611358565b90508267ffffffffffffffff811115610cba57610cba615301565b604051908082528060200260200182016040528015610ced57816020015b6060815260200190600190039081610cd85790505b50915060005b83811015610e93576000806001600160a01b0384168063894ecc58898987818110610d2057610d20615917565b9050602002810190610d32919061592d565b610d40906020810190615961565b8a8a88818110610d5257610d52615917565b9050602002810190610d64919061592d565b602001358b8b89818110610d7a57610d7a615917565b9050602002810190610d8c919061592d565b610d9a90604081019061597e565b604051602401610dad9493929190615a0e565b60408051601f198184030181529181526020820180517bffffffffffffffffffffffffffffffffffffffffffffffffffffffff1660e09490941b939093179092529051610dfa9250615769565b600060405180830381855af49150503d8060008114610e35576040519150601f19603f3d011682016040523d82523d6000602084013e610e3a565b606091505b509150915081610e4d57610e4d8161177a565b80806020019051810190610e619190615a37565b858481518110610e7357610e73615917565b602002602001018190525050508080610e8b90615aa5565b915050610cf3565b505092915050565b610ea7826103fb610626565b60408051613a3160f11b6020820152641ddbdc9b1960da1b60228201527f53797374656d486f6f6b73000000000000000000000000000000000000000000603082015261040a91015b604051602081830303815290604052610f0890615745565b8383612a57565b616e7360f01b816001600160f01b03191614610f3557616e7360f01b816107d483611473565b610f3e8161159f565b15610f815780610f4d82611473565b6040517f0dc28f6a00000000000000000000000000000000000000000000000000000000815260040161046f92919061572c565b610f8c816001612436565b610f9d81610f98610626565b612b7e565b610fb081610fa9610626565b60016126ae565b50565b616e7360f01b836001600160f01b03191614610fd957616e7360f01b836107d485611473565b610fe282611b9b565b611018576040517f71ee9e8100000000000000000000000000000000000000000000000000000000815260040160405180910390fd5b611024836103fb610626565b600061102f83611689565b50905061105c817faea79dd000000000000000000000000000000000000000000000000000000000611bb7565b6110668484612c12565b815115611078576106ae6106a5610626565b50505050565b616e7360f01b826001600160f01b031916146110a457616e7360f01b826107d484611473565b6110b083610999610626565b60006110bb84612784565b905080821115611101576040517f0e0e2d4d000000000000000000000000000000000000000000000000000000008152600481018290526024810183905260440161046f565b61110f846109fd84846158be565b611078838361111d86612784565b6109fd9190615abf565b60606000611133611358565b90508267ffffffffffffffff81111561114e5761114e615301565b60405190808252806020026020018201604052801561118157816020015b606081526020019060019003908161116c5790505b50915060005b83811015610e93576000806001600160a01b03841680633ae7af088989878181106111b4576111b4615917565b90506020028101906111c69190615ad2565b358a8a888181106111d9576111d9615917565b90506020028101906111eb9190615ad2565b6111f990602081019061597e565b60405160240161120b93929190615b06565b60408051601f198184030181529181526020820180517bffffffffffffffffffffffffffffffffffffffffffffffffffffffff1660e09490941b9390931790925290516112589250615769565b600060405180830381855af49150503d8060008114611293576040519150601f19603f3d011682016040523d82523d6000602084013e611298565b606091505b5091509150816112ab576112ab8161177a565b808060200190518101906112bf9190615a37565b8584815181106112d1576112d1615917565b6020026020010181905250505080806112e990615aa5565b915050611187565b61131b827f55f0760f00000000000000000000000000000000000000000000000000000000611bb7565b611327836103fb610626565b6106b1836bffffffffffffffffffffffff19606085901b166bff0000000000000000000000605885901b1617612ca6565b6000610630612d95565b61136e826103fb610626565b6113788282612b7e565b61098182611384610626565b612343565b6001600160a01b0381166113c3616e7360f01b7dffffffffffffffffffffffffffff00000000000000000000000000000000851617612dd4565b6001600160a01b03161461040a576113da82611473565b816040517fd787b73700000000000000000000000000000000000000000000000000000000815260040161046f929190615b20565b60408051613a3160f11b60208201526473746f726560d81b60228201527f53746f7265486f6f6b7300000000000000000000000000000000000000000000603082015261040a9101610ef0565b600061146a60706010615abf565b9190911b919050565b606081601081901b60006114868361145c565b90508271ffffffffffffffffffffffffffffffffffff198316156114bf5771ffffffffffffffffffffffffffffffffffff1983166114e1565b7f524f4f545f4e414d4553504143450000000000000000000000000000000000005b6fffffffffffffffffffffffffffffffff198316156115005782611522565b7f524f4f545f4e414d4500000000000000000000000000000000000000000000005b6040516001600160f01b031990931660208401527f3a00000000000000000000000000000000000000000000000000000000000000602284018190526fffffffffffffffffffffffffffffffff19928316602385015260338401521660348201526044016040516020818303038152906040529350505050919050565b6040805160018082528183019092526000918291906020808301908036833701905050905082816000815181106115d8576115d8615917565b60209081029190910181019190915260408051613a3160f11b928101929092526473746f726560d81b60228301527f5265736f75726365496473000000000000000000000000000000000000000000603083015260009161167591015b60405160208183030381529060405261164d90615745565b8360007e01010001000000000000000000000000000000000000000000000000000000612ea0565b90506116818160f81c90565b949350505050565b604080516001808252818301909252600091829182916020808301908036833701905050905083816000815181106116c3576116c3615917565b60209081029190910181019190915260408051613a3160f11b81840152641ddbdc9b1960da1b60228201527f53797374656d7300000000000000000000000000000000000000000000000000603082015281518082039093018352810190526000908190819061175c9061173690615745565b857e15020014010000000000000000000000000000000000000000000000000000612ed6565b92509250925061176d838383612fde565b9550955050505050915091565b805160208201fd5b613a3160f11b866001600160f01b031916148015906117cb57507f6f74000000000000000000000000000000000000000000000000000000000000866001600160f01b03191614155b1561182c57613a3160f11b86876040516020016117ea91815260200190565b60408051601f19818403018152908290527f31b4668300000000000000000000000000000000000000000000000000000000825261046f93929160040161587f565b611837856000613004565b611842846001613186565b61184d836000613186565b60e084901c60e885901c0160ff168251146118ad5760e084901c60e885901c0160ff1682516040517f0f72cb980000000000000000000000000000000000000000000000000000000081526004810192909252602482015260440161046f565b60e085901c60e886901c0160ff1681511461190d5760e085901c60e886901c0160ff1681516040517f7dec4c000000000000000000000000000000000000000000000000000000000081526004810192909252602482015260440161046f565b60e085901c60e886901c0160ff1660e084901c60e885901c0160ff16146119855760e085901c60e886901c0160ff1660e084901c60e885901c0160ff166040517ff29d4d880000000000000000000000000000000000000000000000000000000081526004810192909252602482015260440161046f565b61198e8661159f565b156119e85785866040516020016119a791815260200190565b60408051601f19818403018152908290527fdfaaf9cf00000000000000000000000000000000000000000000000000000000825261046f929160040161572c565b611a348686868686604051602001611a009190615b4b565b60405160208183030381529060405286604051602001611a209190615b4b565b604051602081830303815290604052613332565b61096d866001612436565b7fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffcc36013560601c80611a6e5750335b90565b604080516002808252606082018352600092602083019080368337019050509050836001600160a01b031660001b81600081518110611ab257611ab2615917565b602002602001018181525050826001600160a01b031660001b81600181518110611ade57611ade615917565b60209081029190910181019190915260408051613a3160f11b92810192909252641ddbdc9b1960da1b60228301527f5573657244656c65676174696f6e436f00000000000000000000000000000000603083015261107891015b604051602081830303815290604052611b5090615745565b82600085604051602001611b6691815260200190565b60408051601f198184030181529190527e20010020000000000000000000000000000000000000000000000000000000613436565b600081151580156103e95750611bb08261344b565b1592915050565b6040517f01ffc9a70000000000000000000000000000000000000000000000000000000081526001600160e01b0319821660048201526001600160a01b038316906301ffc9a790602401602060405180830381865afa925050508015611c3a575060408051601f3d908101601f19168201909252611c3791810190615ba0565b60015b611c8b576040517f74b5e6ff0000000000000000000000000000000000000000000000000000000081526001600160a01b03831660048201526001600160e01b03198216602482015260440161046f565b806106b1576040517f74b5e6ff0000000000000000000000000000000000000000000000000000000081526001600160a01b03841660048201526001600160e01b03198316602482015260440161046f565b6060600080611cee878787876134ab565b9150915081611d0057611d008161177a565b9695505050505050565b606060005b6010811015611d6a576fffffffffffffffffffffffffffffffff198316600882021b7fff000000000000000000000000000000000000000000000000000000000000001615611d6a5780611d6281615aa5565b915050611d0f565b604080516fffffffffffffffffffffffffffffffff19851660208201528151603090910190915281815280611681565b60408051600180825281830190925260009182919060208083019080368337019050509050827bffffffffffffffffffffffffffffffffffffffffffffffffffffffff191681600081518110611df257611df2615917565b60209081029190910181019190915260408051613a3160f11b81840152641ddbdc9b1960da1b60228201527f46756e6374696f6e53656c6563746f72000000000000000000000000000000006030820152815180820390930183528101905260009061168190611e6190615745565b8360007e24020020040000000000000000000000000000000000000000000000000000612ea0565b6000611e95838361368f565b60408051600180825281830190925291925060009160609183919060208083019080368337019050509050867bffffffffffffffffffffffffffffffffffffffffffffffffffffffff191681600081518110611ef357611ef3615917565b60209081029190910181019190915260408051613a3160f11b81840152641ddbdc9b1960da1b60228201527f46756e6374696f6e53656c6563746f720000000000000000000000000000000060308201528151808203909301835281019052611f8890611f5f90615745565b828686867e240200200400000000000000000000000000000000000000000000000000006136ce565b50505050505050565b60606000611f9e836139a5565b90506000611fab846139b5565b6040805160018082528183019092529192506000919060208083019080368337019050509050857bffffffffffffffffffffffffffffffffffffffffffffffffffffffff19168160008151811061200457612004615917565b602090810291909101810191909152604080517f6f7400000000000000000000000000000000000000000000000000000000000081840152641ddbdc9b1960da1b60228201527f46756e6374696f6e5369676e61747572000000000000000000000000000000006030820152815180820390930183528101905261096d9061208b90615745565b828686867c01000000000000000000000000000000000000000000000000000000006136ce565b60408051600180825281830190925260009182919060208083019080368337019050509050826001600160a01b031660001b816000815181106120f7576120f7615917565b60209081029190910181019190915260408051613a3160f11b92810192909252641ddbdc9b1960da1b60228301527f53797374656d5265676973747279000000000000000000000000000000000000603083015260009161168191015b60405160208183030381529060405261216c90615745565b8360007e20010020000000000000000000000000000000000000000000000000000000612ea0565b6040805160018082528183019092526000918291906020808301908036833701905050905082816000815181106121cd576121cd615917565b60209081029190910181019190915260408051613a3160f11b81840152641ddbdc9b1960da1b60228201527f53797374656d7300000000000000000000000000000000000000000000000000603082015281518082039093018352810190526000906122649061223c90615745565b8360007e15020014010000000000000000000000000000000000000000000000000000612ea0565b60601c949350505050565b60408051600180825281830190925260009160208083019080368337019050509050816001600160a01b031660001b816000815181106122b1576122b1615917565b60209081029190910181019190915260408051613a3160f11b81840152641ddbdc9b1960da1b60228201527f53797374656d52656769737472790000000000000000000000000000000000006030820152815180820390930183528101905261040a9061231d90615745565b827e200100200000000000000000000000000000000000000000000000000000006139de565b604080516002808252606082018352600092602083019080368337019050509050828160008151811061237857612378615917565b602002602001018181525050816001600160a01b031660001b816001815181106123a4576123a4615917565b60209081029190910181019190915260408051613a3160f11b81840152641ddbdc9b1960da1b60228201527f5265736f75726365416363657373000000000000000000000000000000000000603082015281518082039093018352810190526106b19061241090615745565b827e010100010000000000000000000000000000000000000000000000000000006139de565b60408051600180825281830190925260009160208083019080368337019050509050828160008151811061246c5761246c615917565b60209081029190910181019190915260408051613a3160f11b928101929092526473746f726560d81b60228301527f5265736f7572636549647300000000000000000000000000000000000000000060308301526106b191015b6040516020818303038152906040526124de90615745565b826000856040516020016124f991151560f81b815260010190565b60408051601f198184030181529190527e01010001000000000000000000000000000000000000000000000000000000613436565b600061253a8383613c86565b60408051600180825281830190925291925060009160609183919060208083019080368337019050509050868160008151811061257957612579615917565b60209081029190910181019190915260408051613a3160f11b81840152641ddbdc9b1960da1b60228201527f53797374656d730000000000000000000000000000000000000000000000000060308201528151808203909301835281019052611f88906125e590615745565b828686867e150200140100000000000000000000000000000000000000000000000000006136ce565b60408051600180825281830190925260009160208083019080368337019050509050826001600160a01b031660001b8160008151811061265057612650615917565b60209081029190910181019190915260408051613a3160f11b92810192909252641ddbdc9b1960da1b60228301527f53797374656d526567697374727900000000000000000000000000000000000060308301526106b19101611b38565b60408051600280825260608201835260009260208301908036833701905050905083816000815181106126e3576126e3615917565b602002602001018181525050826001600160a01b031660001b8160018151811061270f5761270f615917565b60209081029190910181019190915260408051613a3160f11b92810192909252641ddbdc9b1960da1b60228301527f5265736f75726365416363657373000000000000000000000000000000000000603083015261107891016124c6565b6127778282613cb6565b61040a576113da82611473565b6040805160018082528183019092526000918291906020808301908036833701905050905082816000815181106127bd576127bd615917565b60209081029190910181019190915260408051613a3160f11b92810192909252641ddbdc9b1960da1b60228301527f42616c616e63657300000000000000000000000000000000000000000000000060308301526000916116819101612154565b60408051600180825281830190925260009160208083019080368337019050509050828160008151811061285457612854615917565b60209081029190910181019190915260408051613a3160f11b92810192909252641ddbdc9b1960da1b60228301527f42616c616e63657300000000000000000000000000000000000000000000000060308301526106b19101611b38565b613a3160f11b836001600160f01b031916146128e257613a3160f11b83846040516020016117ea91815260200190565b6106b1836bffffffffffffffffffffffff19606085901b166bff0000000000000000000000605885901b1617613d00565b6060600080611cee87878787613d94565b604080516002808252606082018352600092602083019080368337019050509050836fffffffffffffffffffffffffffffffff19168160008151811061296c5761296c615917565b602002602001018181525050828160018151811061298c5761298c615917565b60209081029190910181019190915260408051613a3160f11b92810192909252641ddbdc9b1960da1b60228301527f496e7374616c6c65644d6f64756c657300000000000000000000000000000000603083015261107891015b6040516020818303038152906040526129fe90615745565b6040516bffffffffffffffffffffffff19606086901b166020820152839060009060340160408051601f198184030181529190527e14010014000000000000000000000000000000000000000000000000000000613436565b6000612a638484613e0c565b90506000815167ffffffffffffffff811115612a8157612a81615301565b604051908082528060200260200182016040528015612aaa578160200160208202803683370190505b5090506000805b8351811015612b6f57846001600160a01b0316612af5858381518110612ad957612ad9615917565b60200260200101516affffffffffffffffffffff191660601c90565b6001600160a01b031614612b6757838181518110612b1557612b15615917565b6020026020010151838381518110612b2f57612b2f615917565b7fffffffffffffffffffffffffffffffffffffffffff0000000000000000000000909216602092830291909101909101526001909101905b600101612ab1565b5080825261096d868684613e77565b604080516001808252818301909252600091602080830190803683370190505090508281600081518110612bb457612bb4615917565b60209081029190910181019190915260408051613a3160f11b92810192909252641ddbdc9b1960da1b60228301527f4e616d6573706163654f776e657200000000000000000000000000000000000060308301526106b191016129e6565b604080516001808252818301909252600091602080830190803683370190505090508281600081518110612c4857612c48615917565b60209081029190910181019190915260408051613a3160f11b92810192909252641ddbdc9b1960da1b60228301527f4e616d65737061636544656c656761740000000000000000000000000000000060308301526106b19101611b38565b604080516001808252818301909252600091602080830190803683370190505090508281600081518110612cdc57612cdc615917565b60209081029190910181019190915260408051613a3160f11b92810192909252641ddbdc9b1960da1b60228301527f53797374656d486f6f6b7300000000000000000000000000000000000000000060308301526106b191015b604051602081830303815290604052612d4e90615745565b6040517fffffffffffffffffffffffffffffffffffffffffff0000000000000000000000851660208201528390600090603501604051602081830303815290604052613ece565b7f629a4c26e296b22a8e0856e9f6ecb2d1008d7e00081111962cd175fa7488e175546000906001600160a01b031680612dcf573391505090565b919050565b604080516001808252818301909252600091829190602080830190803683370190505090508281600081518110612e0d57612e0d615917565b60209081029190910181019190915260408051613a3160f11b81840152641ddbdc9b1960da1b60228201527f4e616d6573706163654f776e65720000000000000000000000000000000000006030820152815180820390930183528101905260009061226490612e7c90615745565b8360007e140100140000000000000000000000000000000000000000000000000000005b6000612ecd612eaf8686613f74565b60ff858116601b0360080285901c16612ec88587613fca565b614005565b95945050505050565b6060600060606000612ee785614056565b9050612ef4878783614079565b93506000612f01866140b2565b90508015612fd357612f1388886140ef565b935066ffffffffffffff841667ffffffffffffffff811115612f3757612f37615301565b6040519080825280601f01601f191660200182016040528015612f61576020820181803683370190505b5092506020830160005b828160ff161015612fd0576000612f838b8b84614102565b90506000612fa0888460ff166028026038011c64ffffffffff1690565b9050612faf8282600087614182565b612fb98185615abf565b935050508080612fc890615bbd565b915050612f6b565b50505b505093509350939050565b60208301516034840151600091829160609190911c9060f81c5b90969095509350505050565b80158015613010575081155b1561304a576040517f97e36a0a0000000000000000000000000000000000000000000000000000000081526000600482015260240161046f565b6000613055836140b2565b90506005811115613095576040517f97e36a0a0000000000000000000000000000000000000000000000000000000081526004810182905260240161046f565b60006130a084614251565b905060006130ae8383615abf565b9050601c8111156130ee576040517f97e36a0a0000000000000000000000000000000000000000000000000000000081526004810182905260240161046f565b60005b8281101561096d5760ff601b82900360080287901c166000819003613142576040517fbf1ac38300000000000000000000000000000000000000000000000000000000815260040160405180910390fd5b602081111561317d576040517f2392baa400000000000000000000000000000000000000000000000000000000815260040160405180910390fd5b506001016130f1565b80158015613192575081155b156131b357604051635318beb960e01b81526000600482015260240161046f565b60006131be836140b2565b905060058111156131e557604051635318beb960e01b81526004810182905260240161046f565b60006131f084614251565b905060006131fe8383615abf565b9050601c81111561322557604051635318beb960e01b81526004810182905260240161046f565b60008060005b838110156132eb5760006132586132428a84614263565b60c581111561325357613253615bdc565b614284565b11156132a257848110613297576040517ff1e56be400000000000000000000000000000000000000000000000000000000815260040160405180910390fd5b6001909201916132e3565b848110156132dc576040517ff1e56be400000000000000000000000000000000000000000000000000000000815260040160405180910390fd5b6001909101905b60010161322b565b5083821461330f57604051635318beb960e01b81526004810183905260240161046f565b848114611f8857604051635318beb960e01b81526004810182905260240161046f565b600061333f8686866142e4565b9050600061334d848461431a565b9050600061335b8585614337565b6040805160018082528183019092529192506000919060208083019080368337019050509050898160008151811061339557613395615917565b60209081029190910181019190915260408051613a3160f11b818401526473746f726560d81b60228201527f5461626c657300000000000000000000000000000000000000000000000000006030820152815180820390930183528101905261342a9061340190615745565b828686867e600302202020000000000000000000000000000000000000000000000000006136ce565b50505050505050505050565b6106ae85856134458487613fca565b8561434c565b6040805161737960f01b60208201526000602282018190527f756e6c696d697465640000000000000000000000000000000000000000000000603083015291016040516020818303038152906040526134a390615745565b909114919050565b6000606060006134ba8661458d565b905060005b81518110156135975760008282815181106134dc576134dc615917565b602002602001015190506135086001826affffffffffffffffffffff191661465690919063ffffffff16565b15613584576040517fc3323031000000000000000000000000000000000000000000000000000000008152606082901c9063c332303190613551908c908c908c90600401615bf2565b600060405180830381600087803b15801561356b57600080fd5b505af115801561357f573d6000803e3d6000fd5b505050505b508061358f81615aa5565b9150506134bf565b506135a487858888614674565b909350915060005b81518110156136845760008282815181106135c9576135c9615917565b602002602001015190506135f56002826affffffffffffffffffffff191661465690919063ffffffff16565b15613671576040517f973d8f99000000000000000000000000000000000000000000000000000000008152606082901c9063973d8f999061363e908c908c908c90600401615bf2565b600060405180830381600087803b15801561365857600080fd5b505af115801561366c573d6000803e3d6000fd5b505050505b508061367c81615aa5565b9150506135ac565b505094509492505050565b606082826040516020016136b79291909182526001600160e01b031916602082015260240190565b604051602081830303815290604052905092915050565b857f8dbb3a9672eebfd3773e72dd9c102393436816d832c7ba9e1e1ac8fcadcac7a9868686866040516137049493929190615c55565b60405180910390a2613a3160f11b866001600160f01b0319160361096d57600061372d87614782565b905060005b815181101561381057600082828151811061374f5761374f615917565b6020026020010151905061377b6001826affffffffffffffffffffff191661465690919063ffffffff16565b156137fd576040517f57066c9c000000000000000000000000000000000000000000000000000000008152606082901c906357066c9c906137ca908c908c908c908c908c908c90600401615c9f565b600060405180830381600087803b1580156137e457600080fd5b505af11580156137f8573d6000803e3d6000fd5b505050505b508061380881615aa5565b915050613732565b50600061381d8888613f74565b90506000602087019050613835826000838a5161481d565b6000613840856140b2565b11156138c45760006138528a8a6148dd565b878155905060208601915060008060005b61386c886140b2565b8160ff1610156138bf576138818d8d83614102565b925061389c8a8260ff166028026038011c64ffffffffff1690565b91506138ab836000878561481d565b6138b58286615abf565b9450600101613863565b505050505b60005b835181101561342a5760008482815181106138e4576138e4615917565b602002602001015190506139106002826affffffffffffffffffffff191661465690919063ffffffff16565b15613992576040517f5b28cdaf000000000000000000000000000000000000000000000000000000008152606082901c90635b28cdaf9061395f908e908e908e908e908e908e90600401615c9f565b600060405180830381600087803b15801561397957600080fd5b505af115801561398d573d6000803e3d6000fd5b505050505b508061399d81615aa5565b9150506138c7565b60006103e98251603881901b1790565b6060816040516020016139c89190615769565b6040516020818303038152906040529050919050565b827f0e1f72f429eb97e64878619984a91e687ae91610348b9ff4216782cc96e49d0783604051613a0e9190615cf8565b60405180910390a2613a3160f11b836001600160f01b03191614613a3157505050565b6000613a3c84614782565b905060005b8151811015613b19576000828281518110613a5e57613a5e615917565b60200260200101519050613a8a6040826affffffffffffffffffffff191661465690919063ffffffff16565b15613b06576040517f9faeaf45000000000000000000000000000000000000000000000000000000008152606082901c90639faeaf4590613ad390899089908990600401615d0b565b600060405180830381600087803b158015613aed57600080fd5b505af1158015613b01573d6000803e3d6000fd5b505050505b5080613b1181615aa5565b915050613a41565b506000613b268585613f74565b9050613b7f816000613b3786614056565b67ffffffffffffffff811115613b4f57613b4f615301565b6040519080825280601f01601f191660200182016040528015613b79576020820181803683370190505b50614933565b6000613b8a846140b2565b1115613bab576000613b9c86866148dd565b9050613ba9816020614943565b505b60005b825181101561096d576000838281518110613bcb57613bcb615917565b60200260200101519050613bf76080826affffffffffffffffffffff191661465690919063ffffffff16565b15613c73576040517f83b5c95b000000000000000000000000000000000000000000000000000000008152606082901c906383b5c95b90613c40908a908a908a90600401615d0b565b600060405180830381600087803b158015613c5a57600080fd5b505af1158015613c6e573d6000803e3d6000fd5b505050505b5080613c7e81615aa5565b915050613bae565b604051606083811b6bffffffffffffffffffffffff1916602083015282151560f81b6034830152906035016136b7565b6000613ce9616e7360f01b7dffffffffffffffffffffffffffff0000000000000000000000000000000085161783614980565b80613cf95750613cf98383614980565b9392505050565b604080516001808252818301909252600091602080830190803683370190505090508281600081518110613d3657613d36615917565b60209081029190910181019190915260408051613a3160f11b928101929092526473746f726560d81b60228301527f53746f7265486f6f6b730000000000000000000000000000000000000000000060308301526106b19101612d36565b60006060836001600160a01b03166000613daf858989614a52565b604051613dbc9190615769565b60006040518083038185875af1925050503d8060008114613df9576040519150601f19603f3d011682016040523d82523d6000602084013e613dfe565b606091505b509097909650945050505050565b60408051600180825281830190925260609160009190602080830190803683370190505090508281600081518110613e4657613e46615917565b6020026020010181815250506000613e6085836000614a69565b9050612ecd613e728260008451614aa3565b614b33565b604080516001808252818301909252600091602080830190803683370190505090508281600081518110613ead57613ead615917565b60200260200101818152505061107884826000613ec986614b44565b614b54565b6000613ed8612d95565b9050306001600160a01b03821603613efb57613ef685858585614b8f565b6106ae565b6040517f150f32620000000000000000000000000000000000000000000000000000000081526001600160a01b0382169063150f326290613f46908890889088908890600401615d34565b600060405180830381600087803b158015613f6057600080fd5b505af115801561061b573d6000803e3d6000fd5b60008282604051602001613f89929190615d68565b60408051601f1981840301815291905280516020909101207f86425bff6b57326c7859e89024fe4f238ca327a1ae4a230180dd2f0e88aaa7d9189392505050565b600080805b8360ff16811015610b5c57613ff160ff601b83900360080287901c1683615abf565b915080613ffd81615aa5565b915050613fcf565b60006020821061402b5760208204840193506020828161402757614027615da3565b0691505b508254600882021b602082900380841115610b5c576001850154600882021c82179150509392505050565b60006008614066600260206158be565b6140709190615db9565b9190911c919050565b6060816000036140985750604080516020810190915260008152613cf9565b60006140a48585613f74565b9050612ecd81846000614bca565b600060086001806140c5600260206158be565b6140cf91906158be565b6140d991906158be565b6140e39190615db9565b8260ff911c1692915050565b6000613cf96140fe84846148dd565b5490565b60008383604051602001614117929190615d68565b604051602081830303815290604052805190602001208260f81b7effffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff19167f3b4102da22e32d82fc925482184f16c09fd4281692720b87d124aef6da48a0f1181860001c90509392505050565b811561420b57602082106141ac576020820484019350602082816141a8576141a8615da3565b0691505b811561420b5760208290036000818510156141d05750600019600885021c196141db565b50600019600882021c195b8554600885021b8119845116828216178452508185116141fc575050611078565b50600194909401939283900392015b5b6020831061422d5783548152600190930192601f199092019160200161420c565b8215611078576000600019600885021c198251865482169119161782525050505050565b6000600860016140cf600260206158be565b6000601b8290036008028360ff911c1660c5811115613cf957613cf9615bdc565b6000808260c581111561429957614299615bdc565b60ff16905060618110156142b357601f1660010192915050565b60618360c58111156142c7576142c7615bdc565b036142d55750601492915050565b50600092915050565b50919050565b60408051602081018590529081018390526060818101839052906080015b60405160208183030381529060405290509392505050565b8151815160009181810160389190911b1760609190911b17613cf9565b606082826040516020016136b7929190615dd0565b60006143588585613f74565b9050847f8c0b5119d4cec7b284c6b1b39252a03d1e2f2d7451a5895562524c113bb952be85858560405161438e93929190615dff565b60405180910390a2613a3160f11b856001600160f01b031916146143b25750611078565b60006143bd86614782565b905060005b815181101561449c5760008282815181106143df576143df615917565b6020026020010151905061440b6004826affffffffffffffffffffff191661465690919063ffffffff16565b15614489576040517f964f667d000000000000000000000000000000000000000000000000000000008152606082901c9063964f667d90614456908b908b908b908b90600401615e32565b600060405180830381600087803b15801561447057600080fd5b505af1158015614484573d6000803e3d6000fd5b505050505b508061449481615aa5565b9150506143c2565b506144b0828565ffffffffffff1685614933565b60005b8151811015611f885760008282815181106144d0576144d0615917565b602002602001015190506144fc6008826affffffffffffffffffffff191661465690919063ffffffff16565b1561457a576040517fa8ba8721000000000000000000000000000000000000000000000000000000008152606082901c9063a8ba872190614547908b908b908b908b90600401615e32565b600060405180830381600087803b15801561456157600080fd5b505af1158015614575573d6000803e3d6000fd5b505050505b508061458581615aa5565b9150506144b3565b604080516001808252818301909252606091600091906020808301908036833701905050905082816000815181106145c7576145c7615917565b60209081029190910181019190915260408051613a3160f11b92810192909252641ddbdc9b1960da1b60228301527f53797374656d486f6f6b73000000000000000000000000000000000000000000603083015260009161464491015b60405160208183030381529060405261463c90615745565b836000614a69565b9050611681613e728260008451614aa3565b60008160ff16826146678560581c90565b1660ff1614905092915050565b6000606060008061468486611689565b90925090506001600160a01b0382166146d557856146a187611473565b6040517ffbf10ce600000000000000000000000000000000000000000000000000000000815260040161046f92919061572c565b806146e4576146e4868961276d565b8615614730577dffffffffffffffffffffffffffff000000000000000000000000000000008616616e7360f01b17600061471d82612784565b905061472d826109fd8b84615abf565b50505b600061473c8760101b90565b71ffffffffffffffffffffffffffffffffffff1916146147675761476288888488613d94565b614773565b61477388888488614bed565b90999098509650505050505050565b604080516001808252818301909252606091600091906020808301908036833701905050905082816000815181106147bc576147bc615917565b60209081029190910181019190915260408051613a3160f11b928101929092526473746f726560d81b60228301527f53746f7265486f6f6b730000000000000000000000000000000000000000000060308301526000916146449101614624565b821561489757602083106148475760208304840193506020838161484357614843615da3565b0692505b82156148975760208390036000600019600884021c1990506008850281811c91508451811c9050811987541682821617875550818311614888575050611078565b50600194909401939182019190035b5b602081106148b95781518455600190930192602090910190601f1901614898565b8015611078576000600019600883021c198554845182169119161785555050505050565b600082826040516020016148f2929190615d68565b60408051601f1981840301815291905280516020909101207f14e2fcc58e58e68ec7edc30c8d50dccc3ce2714a623ec81f46b6a63922d76569189392505050565b6106b1838360208401845161481d565b6000602061495283601f615abf565b61495c9190615e6b565b6149669084615abf565b90505b808310156106b15760008355600183019250614969565b6040805160028082526060820183526000928392919060208301908036833701905050905083816000815181106149b9576149b9615917565b602002602001018181525050826001600160a01b031660001b816001815181106149e5576149e5615917565b60209081029190910181019190915260408051613a3160f11b92810192909252641ddbdc9b1960da1b60228301527f5265736f757263654163636573730000000000000000000000000000000000006030830152600091614a469101611635565b9050612ecd8160f81c90565b606083838360405160200161430293929190615e8d565b6060611681614a79858585614102565b614a9c84614a8788886140ef565b9060ff166028026038011c64ffffffffff1690565b6000614bca565b6000818311158015614ab6575083518211155b614af2578383836040517f23230fa300000000000000000000000000000000000000000000000000000000815260040161046f93929190615ecc565b60208401614b008482615abf565b90506000614b0e85856158be565b6fffffffffffffffffffffffffffffffff1660809290921b9190911795945050505050565b60606000613cf98360156000614c4e565b606081613cf98160156000614cc9565b6000614b6085856140ef565b90506000614b7d828560ff166028026038011c64ffffffffff1690565b905061096d8686866000858888614d1d565b6000614b9b85856140ef565b90506000614bb8828560ff166028026038011c64ffffffffff1690565b905061096d8686868460008888614d1d565b60405160208101601f19603f8584010116604052838252610b5c85858584614182565b60006060836001600160a01b0316614c06848888614a52565b604051614c139190615769565b600060405180830381855af49150503d8060008114613df9576040519150601f19603f3d011682016040523d82523d6000602084013e613dfe565b60606000614c5c8560801c90565b90506fffffffffffffffffffffffffffffffff85166000858281614c8257614c82615da3565b04905060405193506020840160208202810160405281855260005b82811015614cbd578451871c825293870193602090910190600101614c9d565b50505050509392505050565b82516060906000614cda8583615db9565b9050604051925060208301601f19603f83860101166040528184526000602088015b84821015614cbd578051871b83529187019160019190910190602001614cfc565b613a3160f11b876001600160f01b03191614614d4d57613a3160f11b87886040516020016117ea91815260200190565b6000614d68828760ff166028026038011c64ffffffffff1690565b9050600083518564ffffffffff1683614d8191906158be565b614d8b9190615abf565b9050808214158015614dad575081614da38688615ef1565b64ffffffffff1614155b15614dfd576040517fa65010b400000000000000000000000000000000000000000000000000000000815264ffffffffff808816600483015280871660248301528316604482015260640161046f565b818664ffffffffff161115614e4e576040517f7e8578d30000000000000000000000000000000000000000000000000000000081526004810183905264ffffffffff8716602482015260440161046f565b6000614e5b8489846150d9565b905064ffffffffff871660005b8960ff168160ff161015614e9b57614e8f868260ff166028026038011c64ffffffffff1690565b90910190600101614e68565b508a7faa63765a776145e5e6492f471ae097dfed11cd57a61bc2679dd43180422385b48b838a868b604051614ed4959493929190615f16565b60405180910390a2506000614ee88b614782565b905060005b8151811015614fbd576000828281518110614f0a57614f0a615917565b60200260200101519050614f366010826affffffffffffffffffffff191661465690919063ffffffff16565b15614faa57606081901c6001600160a01b03166355eb5a288e8e8e8e8e8a8f6040518863ffffffff1660e01b8152600401614f779796959493929190615f68565b600060405180830381600087803b158015614f9157600080fd5b505af1158015614fa5573d6000803e3d6000fd5b505050505b5080614fb581615aa5565b915050614eed565b50828414614fd6576000614fd18c8c6148dd565b839055505b6000614fe38c8c8c614102565b9050614ff7818a64ffffffffff1689614933565b5060005b81518110156150cb57600082828151811061501857615018615917565b602002602001015190506150446020826affffffffffffffffffffff191661465690919063ffffffff16565b156150b857606081901c6001600160a01b031663635845338e8e8e8e8e8a8f6040518863ffffffff1660e01b81526004016150859796959493929190615f68565b600060405180830381600087803b15801561509f57600080fd5b505af11580156150b3573d6000803e3d6000fd5b505050505b50806150c381615aa5565b915050614ffb565b505050505050505050505050565b600064ffffffffff82111561511d576040517f476705880000000000000000000000000000000000000000000000000000000081526004810183905260240161046f565b8366ffffffffffffff811660ff851660280260380182901c64ffffffffff1680851061514f5780850382019150615157565b848103820391505b5064ffffffffff6038602860ff8816020181811b197fffffffffffffffffffffffffffffffffffffffffffffffffff000000000000009490941690921792909216918416901b1790509392505050565b80356001600160e01b031981168114612dcf57600080fd5b6000602082840312156151d157600080fd5b613cf9826151a7565b6001600160a01b0381168114610fb057600080fd5b6000806040838503121561520257600080fd5b823591506020830135615214816151da565b809150509250929050565b60008083601f84011261523157600080fd5b50813567ffffffffffffffff81111561524957600080fd5b6020830191508360208260051b850101111561526457600080fd5b9250929050565b60008060008060008060008060c0898b03121561528757600080fd5b88359750602089013596506040890135955060608901359450608089013567ffffffffffffffff808211156152bb57600080fd5b6152c78c838d0161521f565b909650945060a08b01359150808211156152e057600080fd5b506152ed8b828c0161521f565b999c989b5096995094979396929594505050565b634e487b7160e01b600052604160045260246000fd5b604051601f8201601f1916810167ffffffffffffffff8111828210171561534057615340615301565b604052919050565b600067ffffffffffffffff82111561536257615362615301565b50601f01601f191660200190565b600082601f83011261538157600080fd5b813561539461538f82615348565b615317565b8181528460208386010111156153a957600080fd5b816020850160208301376000918101602001919091529392505050565b6000806000606084860312156153db57600080fd5b83356153e6816151da565b925060208401359150604084013567ffffffffffffffff81111561540957600080fd5b61541586828701615370565b9150509250925092565b6000806040838503121561543257600080fd5b82359150602083013567ffffffffffffffff81111561545057600080fd5b61545c85828601615370565b9150509250929050565b8015158114610fb057600080fd5b60008060006060848603121561548957600080fd5b83359250602084013561549b816151da565b915060408401356154ab81615466565b809150509250925092565b6000806000606084860312156154cb57600080fd5b8335925060208401356154dd816151da565b929592945050506040919091013590565b803560ff81168114612dcf57600080fd5b60008060006060848603121561551457600080fd5b833592506020840135615526816151da565b9150615534604085016154ee565b90509250925092565b60008060006060848603121561555257600080fd5b83359250602084013567ffffffffffffffff81111561557057600080fd5b61557c86828701615370565b925050615534604085016151a7565b6000806040838503121561559e57600080fd5b82356155a9816151da565b9150602083013567ffffffffffffffff81111561545057600080fd5b600080602083850312156155d857600080fd5b823567ffffffffffffffff8111156155ef57600080fd5b612ff88582860161521f565b60005b838110156156165781810151838201526020016155fe565b50506000910152565b600081518084526156378160208601602086016155fb565b601f01601f19169290920160200192915050565b6000602080830181845280855180835260408601915060408160051b870101925083870160005b828110156156a057603f1988860301845261568e85835161561f565b94509285019290850190600101615672565b5092979650505050505050565b6000602082840312156156bf57600080fd5b5035919050565b6000806000606084860312156156db57600080fd5b8335925060208401359150604084013567ffffffffffffffff81111561540957600080fd5b60008060006060848603121561571557600080fd5b505081359360208301359350604090920135919050565b828152604060208201526000611681604083018461561f565b805160208083015191908110156142de5760001960209190910360031b1b16919050565b6000825161577b8184602087016155fb565b9190910192915050565b600067ffffffffffffffff808411156157a0576157a0615301565b8360051b60206157b1818301615317565b8681529185019181810190368411156157c957600080fd5b865b848110156157fd578035868111156157e35760008081fd5b6157ef36828b01615370565b8452509183019183016157cb565b50979650505050505050565b6000845161581b8184602089016155fb565b80830190507f5f000000000000000000000000000000000000000000000000000000000000008082528551615857816001850160208a016155fb565b600192019182015283516158728160028401602088016155fb565b0160020195945050505050565b6001600160f01b031984168152826020820152606060408201526000612ecd606083018461561f565b634e487b7160e01b600052601160045260246000fd5b818103818111156103e9576103e96158a8565b602081526000613cf9602083018461561f565b6000602082840312156158f657600080fd5b81516fffffffffffffffffffffffffffffffff1981168114613cf957600080fd5b634e487b7160e01b600052603260045260246000fd5b600082357fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffa183360301811261577b57600080fd5b60006020828403121561597357600080fd5b8135613cf9816151da565b60008083357fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffe18436030181126159b357600080fd5b83018035915067ffffffffffffffff8211156159ce57600080fd5b60200191503681900382131561526457600080fd5b818352818160208501375060006020828401015260006020601f19601f840116840101905092915050565b6001600160a01b0385168152836020820152606060408201526000611d006060830184866159e3565b600060208284031215615a4957600080fd5b815167ffffffffffffffff811115615a6057600080fd5b8201601f81018413615a7157600080fd5b8051615a7f61538f82615348565b818152856020838501011115615a9457600080fd5b612ecd8260208301602086016155fb565b60006000198203615ab857615ab86158a8565b5060010190565b808201808211156103e9576103e96158a8565b600082357fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffc183360301811261577b57600080fd5b838152604060208201526000612ecd6040830184866159e3565b604081526000615b33604083018561561f565b90506001600160a01b03831660208301529392505050565b6000602080830181845280855180835260408601915060408160051b870101925083870160005b828110156156a057603f19888603018452615b8e85835161561f565b94509285019290850190600101615b72565b600060208284031215615bb257600080fd5b8151613cf981615466565b600060ff821660ff8103615bd357615bd36158a8565b60010192915050565b634e487b7160e01b600052602160045260246000fd5b6001600160a01b0384168152826020820152606060408201526000612ecd606083018461561f565b600081518084526020808501945080840160005b83811015615c4a57815187529582019590820190600101615c2e565b509495945050505050565b608081526000615c686080830187615c1a565b8281036020840152615c7a818761561f565b90508460408401528281036060840152615c94818561561f565b979650505050505050565b86815260c060208201526000615cb860c0830188615c1a565b8281036040840152615cca818861561f565b90508560608401528281036080840152615ce4818661561f565b9150508260a0830152979650505050505050565b602081526000613cf96020830184615c1a565b838152606060208201526000615d246060830185615c1a565b9050826040830152949350505050565b848152608060208201526000615d4d6080830186615c1a565b60ff851660408401528281036060840152615c94818561561f565b82815260006020808301845182860160005b82811015615d9657815184529284019290840190600101615d7a565b5091979650505050505050565b634e487b7160e01b600052601260045260246000fd5b80820281158282048414176103e9576103e96158a8565b60008351615de28184602088016155fb565b835190830190615df68183602088016155fb565b01949350505050565b606081526000615e126060830186615c1a565b65ffffffffffff851660208401528281036040840152611d00818561561f565b848152608060208201526000615e4b6080830186615c1a565b65ffffffffffff851660408401528281036060840152615c94818561561f565b600082615e8857634e487b7160e01b600052601260045260246000fd5b500490565b60008451615e9f8184602089016155fb565b60609490941b6bffffffffffffffffffffffff191691909301908152601481019190915260340192915050565b606081526000615edf606083018661561f565b60208301949094525060400152919050565b64ffffffffff818116838216019080821115615f0f57615f0f6158a8565b5092915050565b60a081526000615f2960a0830188615c1a565b65ffffffffffff8716602084015264ffffffffff861660408401528460608401528281036080840152615f5c818561561f565b98975050505050505050565b87815260e060208201526000615f8160e0830189615c1a565b60ff8816604084015264ffffffffff87811660608501528616608084015260a0830185905282810360c0840152615fb8818561561f565b9a995050505050505050505056fea164736f6c6343000815000a","sourceMap":"885:274:80:-:0;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;2311:188:57;;;;;;:::i;:::-;;:::i;:::-;;;592:14:201;;585:22;567:41;;555:2;540:18;2311:188:57;;;;;;;;4919:276:86;;;;;;:::i;:::-;;:::i;:::-;;2448:1218;;;;;;:::i;:::-;;:::i;1245:113:57:-;;;:::i;:::-;;;-1:-1:-1;;;;;2926:55:201;;;2908:74;;2896:2;2881:18;1245:113:57;2762:226:201;10928:919:87;;;;;;:::i;:::-;;:::i;7879:1335::-;;;;;;:::i;:::-;;:::i;:::-;;;-1:-1:-1;;;;;;5396:79:201;;;5378:98;;5366:2;5351:18;7879:1335:87;5234:248:201;5242:2302:87;;;;;;:::i;:::-;;:::i;967:281:82:-;;;;;;:::i;:::-;;:::i;2602:767:83:-;;;;;;:::i;:::-;;:::i;1599:110:57:-;;;-1:-1:-1;;3585:14:57;3581:23;3568:37;7078:25:201;;7066:2;7051:18;1599:110:57;6932:177:201;4129:448:86;;;;;;:::i;:::-;;:::i;9618:980:87:-;;;;;;:::i;:::-;;:::i;1525:288:82:-;;;;;;:::i;:::-;;:::i;1073:538:85:-;;;;;;:::i;:::-;;:::i;1875:573:84:-;;;;;;:::i;:::-;;:::i;:::-;;;;;;;:::i;4195:369:87:-;;;;;;:::i;:::-;;:::i;2399:768::-;;;;;;:::i;:::-;;:::i;12165:1254::-;;;;;;:::i;:::-;;:::i;1309:884:83:-;;;;;;:::i;:::-;;:::i;878:540:84:-;;;;;;:::i;:::-;;:::i;3471:494:87:-;;;;;;:::i;:::-;;:::i;1925:95:57:-;;;:::i;2182:461:82:-;;;;;;:::i;:::-;;:::i;2311:188:57:-;2387:4;-1:-1:-1;;;;;;2406:50:57;;485:152:49;2406:50:57;;:88;;-1:-1:-1;;;;;;;2460:34:57;;188::46;2460::57;2406:88;2399:95;2311:188;-1:-1:-1;;2311:188:57:o;4919:276:86:-;5056:49;5083:7;5092:12;:10;:12::i;:::-;5056:26;:49::i;:::-;5139:51;5169:7;5178:11;5139:29;:51::i;:::-;4919:276;;:::o;2448:1218::-;2746:9;2725:17;:7;:15;:17::i;:::-;-1:-1:-1;;2725:30:86;;2721:95;;2788:7;2797:18;:7;:16;:18::i;:::-;2764:52;;;;;;;;;;;;:::i;:::-;;;;;;;;2721:95;606:36:58;2848:46;;-1:-1:-1;;;2847:74:58;2938:35:86;2847:74:58;2938:22:86;:35::i;:::-;2933:605;;601:67:81;;;-1:-1:-1;;;601:67:81;;;13609:92:201;3136:25:86;13717:11:201;;;13710:100;;;366:15:81;13826:12:201;;;13819:101;3136:25:86;3167:28;;13936:12:201;601:67:81;;;;;;;;;;;;593:76;;;:::i;:::-;3167:12:86;:28::i;:::-;3135:60;;;3204:12;3218:17;3239;-1:-1:-1;;;;;3239:30:86;3338:11;3279:72;;;;;;7078:25:201;;7066:2;7051:18;;6932:177;3279:72:86;;;;-1:-1:-1;;3279:72:86;;;;;;;;;;;;;;;;;;;;3239:120;;;3279:72;3239:120;:::i;:::-;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;3203:156;;;;3372:7;3367:35;;3381:21;3397:4;3381:15;:21::i;:::-;2975:434;;;2933:605;;;3478:53;3505:11;3518:12;:10;:12::i;3478:53::-;3570:91;3594:7;3603:11;3616:9;3627:11;3570:91;3640:8;;3570:91;:::i;:::-;;3650:10;;3570:91;:::i;:::-;:23;:91::i;:::-;2655:1011;2448:1218;;;;;;;;:::o;1245:113:57:-;1288:14;1317:36;:34;:36::i;:::-;1310:43;;1245:113;:::o;10928:919:87:-;11100:141;11146:12;:10;:12::i;:::-;11177:9;11215:19;11100:26;:141::i;:::-;11291:41;11312:19;11291:20;:41::i;:::-;:68;;;;;11358:1;11336:12;:19;:23;11291:68;11287:556;;;11464:25;11495:33;11508:19;11495:12;:33::i;:::-;-1:-1:-1;11463:65:87;-1:-1:-1;11536:68:87;11463:65;457:74:45;11536:16:87;:68::i;:::-;11675:161;11726:12;:10;:12::i;:::-;11758:19;11797:12;11826:1;11675:32;:161::i;:::-;;11361:482;11287:556;10928:919;;;:::o;7879:1335::-;8001:28;8084:50;8111:8;8121:12;:10;:12::i;8084:50::-;8181:29;8213:59;8248:23;:8;336:5:16;2530:44:58;;2432:148;8248:23:87;-1:-1:-1;;8213:59:87;:34;:59::i;:::-;8181:91;;8278:24;8305:54;8340:18;:8;:16;:18::i;:::-;8305:34;:54::i;:::-;8278:81;;8365:35;8427:15;8461:10;8490:23;8403:116;;;;;;;;;;:::i;:::-;;;;;;;;;;;;;8365:154;;8566:22;8556:33;;;;;;8525:65;;8656:27;8686:53;8717:21;8686:30;:53::i;:::-;8656:83;-1:-1:-1;8750:40:87;;8746:111;;8799:58;;;;;-1:-1:-1;;;;;;5396:79:201;;8799:58:87;;;5378:98:201;5351:18;;8799:58:87;5234:248:201;8746:111:87;8941:41;;;;;;8989:79;9012:21;9035:8;8941:41;8989:22;:79::i;:::-;9131:78;9155:21;9185:22;9131:23;:78::i;:::-;8031:1183;;;;;7879:1335;;;;:::o;5242:2302::-;-1:-1:-1;;;5427:8:87;-1:-1:-1;;;;;;5427:37:87;;5423:138;;-1:-1:-1;;;5524:8:87;5534:19;:8;:17;:19::i;:::-;5481:73;;;;;;;;;;;;;:::i;5423:138::-;5651:70;5676:6;485:152:49;5651:16:87;:70::i;:::-;5814:9;5792:18;:8;:16;:18::i;:::-;-1:-1:-1;;5792:31:87;;5788:98;;5856:8;5866:19;:8;:17;:19::i;5788:98::-;5970:27;6000:36;6028:6;6000:19;:36::i;:::-;5970:66;-1:-1:-1;6053:40:87;;;;;:110;;;6154:8;6115:16;6097:66;;6053:110;6042:192;;;6185:42;;;;;-1:-1:-1;;;;;2926:55:201;;6185:42:87;;;2908:74:201;2881:18;;6185:42:87;2762:226:201;6042:192:87;606:36:58;2848:46;;-1:-1:-1;;;2847:74:58;6356:35:87;2847:74:58;6356:22:87;:35::i;:::-;6351:216;;6401:30;6419:11;6401:17;:30::i;:::-;6351:216;;;6507:53;6534:11;6547:12;:10;:12::i;6507:53::-;6631:22;6656:28;6675:8;6656:18;:28::i;:::-;6631:53;-1:-1:-1;;;;;;6764:28:87;;;6760:411;;6863:44;6892:14;6863:28;:44::i;:::-;6978:57;7007:11;7020:14;6978:28;:57::i;:::-;6760:411;;;7126:38;7149:8;7159:4;7126:22;:38::i;:::-;7258:53;7271:8;7289:6;7298:12;7258;:53::i;:::-;7383:46;7411:6;7420:8;7383:19;:46::i;:::-;7484:55;7504:11;7525:6;7534:4;7484:19;:55::i;:::-;5350:2194;;;5242:2302;;;:::o;967:281:82:-;1096:52;1123:10;1135:12;:10;:12::i;1096:52::-;1197:46;1217:10;1229:7;1238:4;1197:19;:46::i;2602:767:83:-;2774:58;2802:15;2819:12;:10;:12::i;:::-;2774:27;:58::i;:::-;2876:15;2894:30;2908:15;2894:13;:30::i;:::-;2876:48;;3028:7;3019:6;:16;3015:71;;;3044:42;;;;;;;;17413:25:201;;;17454:18;;;17447:34;;;17386:18;;3044:42:83;17239:248:201;3015:71:83;3120:48;3134:15;3151:16;3161:6;3151:7;:16;:::i;:::-;3120:13;:48::i;:::-;3244:12;3258:17;3287:9;-1:-1:-1;;;;;3279:23:83;3311:6;3279:44;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;3243:80;;;;3334:7;3329:35;;3343:21;3359:4;3343:15;:21::i;4129:448:86:-;4309:63;4334:11;382:387:10;4309:16:86;:63::i;:::-;4422:49;4449:7;4458:12;:10;:12::i;4422:49::-;4503:69;4531:7;4540:11;4553:18;4503:27;:69::i;9618:980:87:-;625:63:78;;;-1:-1:-1;;;625:63:78;;;13609:92:201;9778:28:87;13717:11:201;;;13710:100;;;13826:12;;;13819:101;;;9778:28:87;9866:59;;13936:12:201;625:63:78;;;;;;;;;;;;617:72;;;:::i;:::-;9912:12:87;:10;:12::i;9866:59::-;-1:-1:-1;10028:40:87;;;;;;10135:27;10165:53;10028:40;10165:30;:53::i;:::-;10135:83;-1:-1:-1;10229:40:87;;10225:111;;10278:58;;;;;-1:-1:-1;;;;;;5396:79:201;;10278:58:87;;;5378:98:201;5351:18;;10278:58:87;5234:248:201;10225:111:87;10381:79;10404:21;10427:8;10437:22;10381;:79::i;:::-;10523:70;10547:21;10570:22;10523:23;:70::i;:::-;9808:790;9618:980;;;;;:::o;1525:288:82:-;1655:52;1682:10;1694:12;:10;:12::i;1655:52::-;1759:49;1788:10;1800:7;1759:28;:49::i;1073:538:85:-;1215:54;1240:6;360:110:47;1215:16:85;:54::i;:::-;1276:193;1343:12;:10;:12::i;:::-;1373:1;1398:6;1456:4;1423:39;;;;;;;;:::i;:::-;;;;-1:-1:-1;;1423:39:85;;;;;;;;;;;;;;;;;;;;1276:47;:193::i;:::-;;1533:73;1555:6;-1:-1:-1;;;;;1555:14:85;;:16;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;:::i;:::-;1573:15;;;;;;1598:6;1533:21;:73::i;1875:573:84:-;1957:26;1991:16;2021:8;:6;:8::i;:::-;1991:39;-1:-1:-1;2062:11:84;2050:31;;;;;;;;:::i;:::-;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;2036:45;;2093:9;2088:356;2104:22;;;2088:356;;;2142:12;;-1:-1:-1;;;;;2183:27:84;;;2235:14;2252:11;;2264:1;2252:14;;;;;;;:::i;:::-;;;;;;;;;;;;:::i;:::-;:19;;;;;;;:::i;:::-;2273:11;;2285:1;2273:14;;;;;;;:::i;:::-;;;;;;;;;;;;:::i;:::-;:23;;;2298:11;;2310:1;2298:14;;;;;;;:::i;:::-;;;;;;;;;;;;:::i;:::-;:23;;;;;;;:::i;:::-;2220:103;;;;;;;;;;;:::i;:::-;;;;-1:-1:-1;;2220:103:84;;;;;;;;;;;;;;;;;;;;;;;;;;;;2183:148;;;;-1:-1:-1;2183:148:84;:::i;:::-;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;2141:190;;;;2344:7;2339:41;;2353:27;2369:10;2353:15;:27::i;:::-;2417:10;2406:31;;;;;;;;;;;;:::i;:::-;2389:11;2401:1;2389:14;;;;;;;;:::i;:::-;;;;;;:48;;;;2133:311;;2128:3;;;;;:::i;:::-;;;;2088:356;;;;1985:463;1875:573;;;;:::o;4195:369:87:-;4335:50;4362:8;4372:12;:10;:12::i;4335:50::-;1253:74:74;;;-1:-1:-1;;;1253:74:74;;;13609:92:201;-1:-1:-1;;;13717:11:201;;;13710:100;1304:22:74;13826:12:201;;;13819:101;4480:79:87;;13936:12:201;1253:74:74;;;;;;;;;;;;;1245:83;;;:::i;:::-;4528:8:87;4546:11;4480:27;:79::i;2399:768::-;-1:-1:-1;;;2548:11:87;-1:-1:-1;;;;;;2548:43:87;;2544:153;;-1:-1:-1;;;2654:11:87;2667:22;:11;:20;:22::i;2544:153::-;2749:35;2772:11;2749:22;:35::i;:::-;2745:127;;;2829:11;2842:22;:11;:20;:22::i;:::-;2801:64;;;;;;;;;;;;:::i;2745:127::-;2916:41;2939:11;2952:4;2916:22;:41::i;:::-;3010:46;3030:11;3043:12;:10;:12::i;:::-;3010:19;:46::i;:::-;3110:52;3130:11;3143:12;:10;:12::i;:::-;3157:4;3110:19;:52::i;:::-;2399:768;:::o;12165:1254::-;-1:-1:-1;;;12376:11:87;-1:-1:-1;;;;;;12376:43:87;;12372:153;;-1:-1:-1;;;12482:11:87;12495:22;:11;:20;:22::i;12372:153::-;12586:41;12607:19;12586:20;:41::i;:::-;12581:107;;12644:37;;;;;;;;;;;;;;12581:107;12741:53;12768:11;12781:12;:10;:12::i;12741:53::-;12894:25;12925:33;12938:19;12925:12;:33::i;:::-;-1:-1:-1;12893:65:87;-1:-1:-1;12964:68:87;12893:65;457:74:45;12964:16:87;:68::i;:::-;13078:65;13110:11;13123:19;13078:31;:65::i;:::-;13214:19;;:23;13210:205;;13247:161;13298:12;:10;:12::i;13210:205::-;12308:1111;12165:1254;;;:::o;1309:884:83:-;-1:-1:-1;;;1506:13:83;-1:-1:-1;;;;;;1506:45:83;;1502:159;;-1:-1:-1;;;1614:13:83;1629:24;:13;:22;:24::i;1502:159::-;1721:58;1749:15;1766:12;:10;:12::i;1721:58::-;1823:15;1841:30;1855:15;1841:13;:30::i;:::-;1823:48;;1975:7;1966:6;:16;1962:71;;;1991:42;;;;;;;;17413:25:201;;;17454:18;;;17447:34;;;17386:18;;1991:42:83;17239:248:201;1962:71:83;2067:48;2081:15;2098:16;2108:6;2098:7;:16;:::i;2067:48::-;2121:67;2135:13;2181:6;2150:28;2164:13;2150;:28::i;:::-;:37;;;;:::i;878:540:84:-;952:26;986:16;1016:8;:6;:8::i;:::-;986:39;-1:-1:-1;1057:11:84;1045:31;;;;;;;;:::i;:::-;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;1031:45;;1088:9;1083:331;1099:22;;;1083:331;;;1137:12;;-1:-1:-1;;;;;1178:27:84;;;1230:10;1243:11;;1255:1;1243:14;;;;;;;:::i;:::-;;;;;;;;;;;;:::i;:::-;:23;1268:11;;1280:1;1268:14;;;;;;;:::i;:::-;;;;;;;;;;;;:::i;:::-;:23;;;;;;;:::i;:::-;1215:78;;;;;;;;;;:::i;:::-;;;;-1:-1:-1;;1215:78:84;;;;;;;;;;;;;;;;;;;;;;;;;;;;1178:123;;;;-1:-1:-1;1178:123:84;:::i;:::-;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;1136:165;;;;1314:7;1309:41;;1323:27;1339:10;1323:15;:27::i;:::-;1387:10;1376:31;;;;;;;;;;;;:::i;:::-;1359:11;1371:1;1359:14;;;;;;;;:::i;:::-;;;;;;:48;;;;1128:286;;1123:3;;;;;:::i;:::-;;;;1083:331;;3471:494:87;3667:64;3692:11;421:106:48;3667:16:87;:64::i;:::-;3781:50;3808:8;3818:12;:10;:12::i;3781:50::-;3863:97;3880:8;-1:-1:-1;;987:20:4;;;;979:29;1011:30;;;;;;979:62;3863:16:87;:97::i;1925:95:57:-;1964:7;1986:29;:27;:29::i;2182:461:82:-;2319:53;2346:11;2359:12;:10;:12::i;2319:53::-;2410:42;2430:11;2443:8;2410:19;:42::i;:::-;2495:55;2524:11;2537:12;:10;:12::i;:::-;2495:28;:55::i;1989:233:42:-;-1:-1:-1;;;;;2074:58:42;;:48;-1:-1:-1;;;606:36:58;2848:46;;2847:74;2074:19:42;:48::i;:::-;-1:-1:-1;;;;;2074:58:42;;2070:148;;2181:21;:10;:19;:21::i;:::-;2204:6;2149:62;;;;;;;;;;;;:::i;10496:170:20:-;1047:73:28;;;-1:-1:-1;;;1047:73:28;;;13609:92:201;-1:-1:-1;;;13717:11:201;;;13710:100;1098:21:28;13826:12:201;;;13819:101;10584:77:20;;13936:12:201;1047:73:28;13426:528:201;3058:160:58;3121:7;3185:26;399:6;336:5:16;3185:26:58;:::i;:::-;3151:61;;;;;3058:160;-1:-1:-1;3058:160:58:o;3379:541::-;3443:13;3513:10;336:5:16;2530:44:58;;;3464:19;3611;3513:10;3611:7;:19::i;:::-;3588:42;-1:-1:-1;3693:12:58;-1:-1:-1;;3732:35:58;;;:79;;-1:-1:-1;;3732:79:58;;;;;486:25;3732:79;-1:-1:-1;;3838:25:58;;;:59;;3885:12;3838:59;;;549:20;3838:59;3665:242;;-1:-1:-1;;;;;;23297:79:201;;;3665:242:58;;;23285:92:201;23396:3;23415:11;;;23408:23;;;-1:-1:-1;;23545:15:201;;;23532:11;;;23525:36;23577:12;;;23570:24;23624:15;23610:12;;;23603:37;23656:12;;3665:242:58;;;;;;;;;;;;3636:279;;;;;3379:541;;;:::o;3569:314:27:-;3683:16;;;3697:1;3683:16;;;;;;;;;3635:11;;;;3683:16;;;;;;;;;;;;-1:-1:-1;3683:16:27;3654:45;;3738:10;3705:9;3715:1;3705:12;;;;;;;;:::i;:::-;;;;;;;;;;;:44;;;;1047:74;;;-1:-1:-1;;;1047:74:27;;;13609:92:201;;;;-1:-1:-1;;;13717:11:201;;;13710:100;1098:22:27;13826:12:201;;;13819:101;3756:13:27;;3772:62;;13936:12:201;1047:74:27;;;;;;;;;;;;;1039:83;;;:::i;:::-;3807:9;3818:1;1234:66;3772:24;:62::i;:::-;3756:78;;3848:29;3869:5;3856:20;;1596:10:16;1487:126;3848:29:27;3840:38;3569:314;-1:-1:-1;;;;3569:314:27:o;6683:432:76:-;6811:16;;;6825:1;6811:16;;;;;;;;;6741:14;;;;;;6811:16;;;;;;;;;;;-1:-1:-1;6811:16:76;6782:45;;6866:8;6833:9;6843:1;6833:12;;;;;;;;:::i;:::-;;;;;;;;;;;:42;;;;1253:70;;;-1:-1:-1;;;1253:70:76;;;13609:92:201;-1:-1:-1;;;13717:11:201;;;13710:100;1304:18:76;13826:12:201;;;13819:101;1253:70:76;;;;;;;;;;13936:12:201;;1253:70:76;;-1:-1:-1;;;;;;6969:78:76;;1245:79;;;:::i;:::-;7012:9;1432:66;6969:19;:78::i;:::-;6882:165;;;;;;7060:50;7067:11;7080:15;7097:12;7060:6;:50::i;:::-;7053:57;;;;;;;;6683:432;;;:::o;501:217:90:-;704:6;698:13;691:4;683:6;679:17;672:40;7479:1764:20;-1:-1:-1;;;7739:7:20;-1:-1:-1;;;;;;7739:35:20;;;;;:83;;-1:-1:-1;7799:23:20;7778:7;-1:-1:-1;;;;;;7778:44:20;;;7739:83;7735:209;;;-1:-1:-1;;;7894:7:20;7927;7910:25;;;;;;23839:19:201;;23883:2;23874:12;;23679:213;7910:25:20;;;;-1:-1:-1;;7910:25:20;;;;;;;;;;7839:98;;;;;;;;;;:::i;7735:209::-;7990:43;:11;8025:5;7990:20;:43::i;:::-;8074:40;:9;8107:4;8074:18;:40::i;:::-;8120:43;:11;8155:5;8120:20;:43::i;:::-;1576:38:30;5165:60:17;;;1408:34:30;5088:59:17;;;5082:144;5067:159;;8251:8:20;:15;:40;8247:148;;1576:38:30;5165:60:17;;;1408:34:30;5088:59:17;;;5082:144;5067:159;;8372:15:20;;8308:80;;;;;;;;17413:25:201;;;;17454:18;;;17447:34;17386:18;;8308:80:20;17239:248:201;8247:148:20;1576:38:30;5165:60:17;;;1408:34:30;5088:59:17;;;5082:144;5067:159;;8445:10:20;:17;:44;8441:158;;1576:38:30;5165:60:17;;;1408:34:30;5088:59:17;;;5082:144;5067:159;;8574:17:20;;8506:86;;;;;;;;17413:25:201;;;;17454:18;;;17447:34;17386:18;;8506:86:20;17239:248:201;8441:158:20;1576:38:30;5165:60:17;;;1408:34:30;5088:59:17;;;5082:144;5067:159;;1576:38:30;5165:60:17;;;1408:34:30;5088:59:17;;;5082:144;5067:159;;8656:50:20;8652:171;;1576:38:30;5165:60:17;;;1408:34:30;5088:59:17;;;5082:144;5067:159;;1576:38:30;5165:60:17;;;1408:34:30;5088:59:17;;;5082:144;5067:159;;8723:93:20;;;;;;;;17413:25:201;;;;17454:18;;;17447:34;17386:18;;8723:93:20;17239:248:201;8652:171:20;8885:31;8908:7;8885:22;:31::i;:::-;8881:140;;;8971:7;9004;8987:25;;;;;;23839:19:201;;23883:2;23874:12;;23679:213;8987:25:20;;;;-1:-1:-1;;8987:25:20;;;;;;;;;;8933:81;;;;;;;;;:::i;8881:140::-;9062:103;9074:7;9083:11;9096:9;9107:11;9131:8;9120:20;;;;;;;;:::i;:::-;;;;;;;;;;;;;9153:10;9142:22;;;;;;;;:::i;:::-;;;;;;;;;;;;;9062:11;:103::i;:::-;9201:37;9224:7;9233:4;9201:22;:37::i;2779:381:57:-;3063:34;3067:14;3063:34;3050:48;3046:2;3042:57;;3110:45;;-1:-1:-1;3145:10:57;3110:45;2779:381;:::o;6927:426:77:-;7055:16;;;7069:1;7055:16;;;;;;;;7026:26;;7055:16;;;;;;;;;;-1:-1:-1;7055:16:77;7026:45;;7116:9;-1:-1:-1;;;;;7100:27:77;7092:36;;7077:9;7087:1;7077:12;;;;;;;;:::i;:::-;;;;;;:51;;;;;7173:9;-1:-1:-1;;;;;7157:27:77;7149:36;;7134:9;7144:1;7134:12;;;;;;;;:::i;:::-;;;;;;;;;;;:51;;;;1253:79;;;-1:-1:-1;;;1253:79:77;;;13609:92:201;;;;-1:-1:-1;;;13717:11:201;;;13710:100;1304:27:77;13826:12:201;;;13819:101;7192:156:77;;13936:12:201;1253:79:77;;;;;;;;;;;;;1245:88;;;:::i;:::-;7240:9;7257:1;7301:19;7266:56;;;;;;23839:19:201;;23883:2;23874:12;;23679:213;7266:56:77;;;;-1:-1:-1;;7266:56:77;;;;;;;;;1455:66;7192:24;:156::i;1443:162:43:-;1517:4;744:53;;;1536:64;;;;;1568:32;1580:19;1568:11;:32::i;:::-;1567:33;1529:71;1443:162;-1:-1:-1;;1443:162:43:o;826:380:89:-;910:55;;;;;-1:-1:-1;;;;;;5396:79:201;;910:55:89;;;5378:98:201;-1:-1:-1;;;;;910:42:89;;;;;5351:18:201;;910:55:89;;;;;;;;;;;;;;;;;;-1:-1:-1;910:55:89;;;;;;;;-1:-1:-1;;910:55:89;;;;;;;;;;;;:::i;:::-;;;906:298;;1129:70;;;;;-1:-1:-1;;;;;25390:55:201;;1129:70:89;;;25372:74:201;-1:-1:-1;;;;;;25482:79:201;;25462:18;;;25455:107;25345:18;;1129:70:89;25200:368:201;906:298:89;1002:9;997:108;;1028:70;;;;;-1:-1:-1;;;;;25390:55:201;;1028:70:89;;;25372:74:201;-1:-1:-1;;;;;;25482:79:201;;25462:18;;;25455:107;25345:18;;1028:70:89;25200:368:201;5330:401:54;5474:17;5500:12;5514:23;5541:115;5571:6;5615:8;5641;5592:5;5541:13;:115::i;:::-;5499:157;;;;5667:7;5662:41;;5676:27;5692:10;5676:15;:27::i;:::-;5716:10;5330:401;-1:-1:-1;;;;;;5330:401:54:o;1824:322:58:-;1894:13;1915:14;1935:80;1951:2;1942:6;:11;1935:80;;;-1:-1:-1;;1969:34:58;;8614:1:2;8610:13;;8606:24;1969:39:58;;1965:50;2010:5;1965:50;1955:8;;;;:::i;:::-;;;;1935:80;;;2051:30;;;-1:-1:-1;;25714:79:201;;2051:30:58;;;25702:92:201;2051:30:58;;25810:12:201;;;;2051:30:58;;;1916:21:2;;;2051:30:58;2101:39;1801:164:2;3901:322:68;4027:16;;;4041:1;4027:16;;;;;;;;;3971:19;;;;4027:16;;;;;;;;;;;;-1:-1:-1;4027:16:68;3998:45;;4072:16;4064:25;;;4049:9;4059:1;4049:12;;;;;;;;:::i;:::-;;;;;;;;;;;:40;;;;1253:79;;;-1:-1:-1;;;1253:79:68;;;13609:92:201;-1:-1:-1;;;13717:11:201;;;13710:100;1304:27:68;13826:12:201;;;13819:101;1253:79:68;;;;;;;;;;13936:12:201;;1253:79:68;;-1:-1:-1;;4112:62:68;;1245:88;;;:::i;:::-;4147:9;4158:1;1451:66;4112:24;:62::i;8006:454::-;8112:24;8139:46;8152:8;8162:22;8139:12;:46::i;:::-;8288:16;;;8302:1;8288:16;;;;;;;;;8112:73;;-1:-1:-1;8192:29:68;;8227:25;;8192:29;;8288:16;;;;;;;;;;;;-1:-1:-1;8288:16:68;8259:45;;8333:16;8325:25;;;8310:9;8320:1;8310:12;;;;;;;;:::i;:::-;;;;;;;;;;;:40;;;;1253:79;;;-1:-1:-1;;;1253:79:68;;;13609:92:201;-1:-1:-1;;;13717:11:201;;;13710:100;1304:27:68;13826:12:201;;;13819:101;1253:79:68;;;;;;;;;;13936:12:201;;1253:79:68;;8357:98;;1245:88;;;:::i;:::-;8387:9;8398:11;8411:15;8428:12;1451:66;8357:19;:98::i;:::-;8106:354;;;;8006:454;;;:::o;3921:455:69:-;4008:24;4038:29;4070:32;4084:17;4070:13;:32::i;:::-;4038:64;;4108:25;4136:32;4150:17;4136:13;:32::i;:::-;4204:16;;;4218:1;4204:16;;;;;;;;;4108:60;;-1:-1:-1;4175:26:69;;4204:16;;;;;;;;;;;;-1:-1:-1;4204:16:69;4175:45;;4249:16;4241:25;;;4226:9;4236:1;4226:12;;;;;;;;:::i;:::-;;;;;;;;;;;:40;;;;1164:88;;;1181:23;1164:88;;;13609:92:201;-1:-1:-1;;;13717:11:201;;;13710:100;1224:27:69;13826:12:201;;;13819:101;1164:88:69;;;;;;;;;;13936:12:201;;1164:88:69;;4273:98;;1156:97;;;:::i;:::-;4303:9;4314:11;4327:15;4344:12;1372:66;4273:19;:98::i;4517:313:75:-;4626:16;;;4640:1;4626:16;;;;;;;;;4570:19;;;;4626:16;;;;;;;;;;;;-1:-1:-1;4626:16:75;4597:45;;4687:6;-1:-1:-1;;;;;4671:24:75;4663:33;;4648:9;4658:1;4648:12;;;;;;;;:::i;:::-;;;;;;;;;;;:48;;;;1253:77;;;-1:-1:-1;;;1253:77:75;;;13609:92:201;;;;-1:-1:-1;;;13717:11:201;;;13710:100;1304:25:75;13826:12:201;;;13819:101;4703:13:75;;4719:62;;13936:12:201;1253:77:75;;;;;;;;;;;;;1245:86;;;:::i;:::-;4754:9;4765:1;1446:66;4719:24;:62::i;3832:307:76:-;3947:16;;;3961:1;3947:16;;;;;;;;;3896:14;;;;3947:16;;;;;;;;;;;;-1:-1:-1;3947:16:76;3918:45;;4002:8;3969:9;3979:1;3969:12;;;;;;;;:::i;:::-;;;;;;;;;;;:42;;;;1253:70;;;-1:-1:-1;;;1253:70:76;;;13609:92:201;-1:-1:-1;;;13717:11:201;;;13710:100;1304:18:76;13826:12:201;;;13819:101;1253:70:76;;;;;;;;;;13936:12:201;;1253:70:76;;-1:-1:-1;;4034:62:76;;1245:79;;;:::i;:::-;4069:9;4080:1;1432:66;4034:24;:62::i;:::-;4110:23;;;3832:307;-1:-1:-1;;;;3832:307:76:o;6495:222:75:-;6578:16;;;6592:1;6578:16;;;;;;;;;6549:26;;6578:16;;;;;;;;;;;-1:-1:-1;6578:16:75;6549:45;;6639:6;-1:-1:-1;;;;;6623:24:75;6615:33;;6600:9;6610:1;6600:12;;;;;;;;:::i;:::-;;;;;;;;;;;:48;;;;1253:77;;;-1:-1:-1;;;1253:77:75;;;13609:92:201;-1:-1:-1;;;13717:11:201;;;13710:100;1304:25:75;13826:12:201;;;13819:101;1253:77:75;;;;;;;;;;13936:12:201;;1253:77:75;;6655:57;;1245:86;;;:::i;:::-;6688:9;1446:66;6655:22;:57::i;7055:295:73:-;7161:16;;;7175:1;7161:16;;;;;;;;7132:26;;7161:16;;;;;;;;;;-1:-1:-1;7161:16:73;7132:45;;7216:10;7183:9;7193:1;7183:12;;;;;;;;:::i;:::-;;;;;;:44;;;;;7272:6;-1:-1:-1;;;;;7256:24:73;7248:33;;7233:9;7243:1;7233:12;;;;;;;;:::i;:::-;;;;;;;;;;;:48;;;;1253:77;;;-1:-1:-1;;;1253:77:73;;;13609:92:201;-1:-1:-1;;;13717:11:201;;;13710:100;1304:25:73;13826:12:201;;;13819:101;1253:77:73;;;;;;;;;;13936:12:201;;1253:77:73;;7288:57;;1245:86;;;:::i;:::-;7321:9;1446:66;7288:22;:57::i;4933:268:27:-;5033:16;;;5047:1;5033:16;;;;;;;;;5004:26;;5033:16;;;;;;;;;;;-1:-1:-1;5033:16:27;5004:45;;5088:10;5055:9;5065:1;5055:12;;;;;;;;:::i;:::-;;;;;;;;;;;:44;;;;1047:74;;;-1:-1:-1;;;1047:74:27;;;13609:92:201;;;;-1:-1:-1;;;13717:11:201;;;13710:100;1098:22:27;13826:12:201;;;13819:101;5106:90:27;;13936:12:201;1047:74:27;;;;;;;;;;;;;1039:83;;;:::i;:::-;5141:9;5152:1;5173:6;5155:26;;;;;;25984:14:201;25977:22;25972:3;25968:32;25956:45;;26026:1;26017:11;;25833:201;5155:26:27;;;;-1:-1:-1;;5155:26:27;;;;;;;;;1234:66;5106:24;:90::i;7669:423:76:-;7754:24;7781:34;7794:6;7802:12;7781;:34::i;:::-;7918:16;;;7932:1;7918:16;;;;;;;;;7754:61;;-1:-1:-1;7822:29:76;;7857:25;;7822:29;;7918:16;;;;;;;;;;;;-1:-1:-1;7918:16:76;7889:45;;7973:8;7940:9;7950:1;7940:12;;;;;;;;:::i;:::-;;;;;;;;;;;:42;;;;1253:70;;;-1:-1:-1;;;1253:70:76;;;13609:92:201;-1:-1:-1;;;13717:11:201;;;13710:100;1304:18:76;13826:12:201;;;13819:101;1253:70:76;;;;;;;;;;13936:12:201;;1253:70:76;;7989:98;;1245:79;;;:::i;:::-;8019:9;8030:11;8043:15;8060:12;1432:66;7989:19;:98::i;5878:286:75:-;5973:16;;;5987:1;5973:16;;;;;;;;;5944:26;;5973:16;;;;;;;;;;;-1:-1:-1;5973:16:75;5944:45;;6034:6;-1:-1:-1;;;;;6018:24:75;6010:33;;5995:9;6005:1;5995:12;;;;;;;;:::i;:::-;;;;;;;;;;;:48;;;;1253:77;;;-1:-1:-1;;;1253:77:75;;;13609:92:201;;;;-1:-1:-1;;;13717:11:201;;;13710:100;1304:25:75;13826:12:201;;;13819:101;6050:109:75;;13936:12:201;1253:77:75;13426:528:201;6319:332:73;6429:16;;;6443:1;6429:16;;;;;;;;6400:26;;6429:16;;;;;;;;;;-1:-1:-1;6429:16:73;6400:45;;6484:10;6451:9;6461:1;6451:12;;;;;;;;:::i;:::-;;;;;;:44;;;;;6540:6;-1:-1:-1;;;;;6524:24:73;6516:33;;6501:9;6511:1;6501:12;;;;;;;;:::i;:::-;;;;;;;;;;;:48;;;;1253:77;;;-1:-1:-1;;;1253:77:73;;;13609:92:201;;;;-1:-1:-1;;;13717:11:201;;;13710:100;1304:25:73;13826:12:201;;;13819:101;6556:90:73;;13936:12:201;1253:77:73;13426:528:201;1395:281:42;1557:29;1567:10;1579:6;1557:9;:29::i;:::-;1552:120;;1635:21;:10;:19;:21::i;4482:308:67:-;4595:16;;;4609:1;4595:16;;;;;;;;;4543:15;;;;4595:16;;;;;;;;;;;;-1:-1:-1;4595:16:67;4566:45;;4650:11;4617:9;4627:1;4617:12;;;;;;;;:::i;:::-;;;;;;;;;;;:45;;;;1253:71;;;-1:-1:-1;;;1253:71:67;;;13609:92:201;;;;-1:-1:-1;;;13717:11:201;;;13710:100;1304:19:67;13826:12:201;;;13819:101;4669:13:67;;4685:62;;13936:12:201;1253:71:67;13426:528:201;5781:269:67;5880:16;;;5894:1;5880:16;;;;;;;;;5851:26;;5880:16;;;;;;;;;;;-1:-1:-1;5880:16:67;5851:45;;5935:11;5902:9;5912:1;5902:12;;;;;;;;:::i;:::-;;;;;;;;;;;:45;;;;1253:71;;;-1:-1:-1;;;1253:71:67;;;13609:92:201;;;;-1:-1:-1;;;13717:11:201;;;13710:100;1304:19:67;13826:12:201;;;13819:101;5954:91:67;;13936:12:201;1253:71:67;13426:528:201;9845:447:20;-1:-1:-1;;;10029:7:20;-1:-1:-1;;;;;;10029:35:20;;10025:161;;-1:-1:-1;;;10136:7:20;10169;10152:25;;;;;;23839:19:201;;23883:2;23874:12;;23679:213;10025:161:20;10192:95;10208:7;-1:-1:-1;;987:20:4;;;;979:29;1011:30;;;;;;979:62;10192:15:20;:95::i;6908:399:57:-;7055:17;7081:12;7095:18;7117:125;7152:9;7179:8;7203:6;7227:8;7117:15;:125::i;6222:323:70:-;6346:16;;;6360:1;6346:16;;;;;;;;6317:26;;6346:16;;;;;;;;;;-1:-1:-1;6346:16:70;6317:45;;6391:10;6383:19;;;6368:9;6378:1;6368:12;;;;;;;;:::i;:::-;;;;;;:34;;;;;6423:13;6408:9;6418:1;6408:12;;;;;;;;:::i;:::-;;;;;;;;;;;:28;;;;1164:79;;;-1:-1:-1;;;1164:79:70;;;13609:92:201;;;;-1:-1:-1;;;13717:11:201;;;13710:100;1215:27:70;13826:12:201;;;13819:101;6443:97:70;;13936:12:201;1164:79:70;;;;;;;;;;;;;1156:88;;;:::i;:::-;6492:33;;-1:-1:-1;;26375:2:201;26371:15;;;26367:88;6492:33:70;;;26355:101:201;6478:9:70;;6489:1;;26472:12:201;;6492:33:70;;;-1:-1:-1;;6492:33:70;;;;;;;;;1361:66;6443:24;:97::i;1405:1060:4:-;1545:29;1577:39;1588:11;1601:14;1577:10;:39::i;:::-;1545:71;;1734:25;1776:12;:19;1762:34;;;;;;;;:::i;:::-;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;-1:-1:-1;1762:34:4;;1734:62;;1844:21;1894:25;1889:312;1941:12;:19;1921:17;:39;1889:312;;;2064:19;-1:-1:-1;;;;;1997:87:4;:55;2007:12;2020:17;2007:31;;;;;;;;:::i;:::-;;;;;;;1997:53;;;3392:35;;;3262:170;1997:55;-1:-1:-1;;;;;1997:87:4;;1993:200;;2124:12;2137:17;2124:31;;;;;;;;:::i;:::-;;;;;;;2098:8;2107:13;2098:23;;;;;;;;:::i;:::-;:57;;;;:23;;;;;;;;;;;:57;2167:15;;;;;1993:200;1962:19;;1889:312;;;;2354:13;2344:8;2337:31;2411:49;2422:11;2435:14;2451:8;2411:10;:49::i;5753:265:72:-;5850:16;;;5864:1;5850:16;;;;;;;;;5821:26;;5850:16;;;;;;;;;;;-1:-1:-1;5850:16:72;5821:45;;5905:11;5872:9;5882:1;5872:12;;;;;;;;:::i;:::-;;;;;;;;;;;:45;;;;1253:77;;;-1:-1:-1;;;1253:77:72;;;13609:92:201;;;;-1:-1:-1;;;13717:11:201;;;13710:100;1304:25:72;13826:12:201;;;13819:101;5924:89:72;;13936:12:201;1253:77:72;13426:528:201;6305:349:71;6419:16;;;6433:1;6419:16;;;;;;;;;6390:26;;6419:16;;;;;;;;;;;-1:-1:-1;6419:16:71;6390:45;;6474:11;6441:9;6451:1;6441:12;;;;;;;;:::i;:::-;;;;;;;;;;;:45;;;;1253:79;;;-1:-1:-1;;;1253:79:71;;;13609:92:201;;;;-1:-1:-1;;;13717:11:201;;;13710:100;1304:27:71;13826:12:201;;;13819:101;6493:156:71;;13936:12:201;1253:79:71;13426:528:201;10308:257:74;10405:16;;;10419:1;10405:16;;;;;;;;;10376:26;;10405:16;;;;;;;;;;;-1:-1:-1;10405:16:74;10376:45;;10460:8;10427:9;10437:1;10427:12;;;;;;;;:::i;:::-;;;;;;;;;;;:42;;;;1253:74;;;-1:-1:-1;;;1253:74:74;;;13609:92:201;;;;-1:-1:-1;;;13717:11:201;;;13710:100;1304:22:74;13826:12:201;;;13819:101;10476:84:74;;13936:12:201;1253:74:74;;;;;;;;;;;;;1245:83;;;:::i;:::-;10531:28;;26648:66:201;26636:79;;10531:28:74;;;26624:92:201;10517:9:74;;10528:1;;26732:12:201;;10531:28:74;;;;;;;;;;;;10476:30;:84::i;1766:227:24:-;996:42;1855:22;1816:7;;-1:-1:-1;;;;;1855:22:24;;1883:106;;1931:10;1924:17;;;1766:227;:::o;1883:106::-;1969:13;1766:227;-1:-1:-1;1766:227:24:o;4480:306:72:-;4591:16;;;4605:1;4591:16;;;;;;;;;4541:13;;;;4591:16;;;;;;;;;;;;-1:-1:-1;4591:16:72;4562:45;;4646:11;4613:9;4623:1;4613:12;;;;;;;;:::i;:::-;;;;;;;;;;;:45;;;;1253:77;;;-1:-1:-1;;;1253:77:72;;;13609:92:201;-1:-1:-1;;;13717:11:201;;;13710:100;1304:25:72;13826:12:201;;;13819:101;1253:77:72;;;;;;;;;;13936:12:201;;1253:77:72;;-1:-1:-1;;4681:62:72;;1245:86;;;:::i;:::-;4716:9;4727:1;1446:66;35212:541:20;35369:7;35506:242;35550:59;35591:7;35600:8;35550:40;:59::i;:::-;35627:31;;;;4044:19:3;:27;537:1:30;4043:44:3;4009:79;;;3996:93;35676:63:20;35715:11;35728:10;35676:38;:63::i;:::-;35506:17;:242::i;:::-;35493:255;35212:541;-1:-1:-1;;;;;35212:541:20:o;31801:1314::-;31931:23;31956:28;31986:24;32052:20;32075:30;:11;:28;:30::i;:::-;32052:53;;32166:65;32199:7;32208:8;32218:12;32166:32;:65::i;:::-;32153:78;;32295:24;32322:30;:11;:28;:30::i;:::-;32295:57;-1:-1:-1;32362:20:20;;32358:753;;32455:66;32503:7;32512:8;32455:47;:66::i;:::-;32438:83;-1:-1:-1;6126:59:15;;;32573:33:20;;;;;;;;:::i;:::-;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;-1:-1:-1;32573:33:20;-1:-1:-1;32559:47:20;-1:-1:-1;826:4:14;816:15;;32614:21:20;32678:427;32696:16;32692:1;:20;;;32678:427;;;32729:27;32759:63;32801:7;32810:8;32820:1;32759:41;:63::i;:::-;32729:93;-1:-1:-1;32832:14:20;32849:25;:14;32872:1;6743:16:15;;862:5;6743:16;785:5;6732:27;6692:68;6670:92;;;6555:218;32849:25:20;32832:42;;32884:110;32915:19;32944:6;32960:1;32978:13;32884:12;:110::i;:::-;33073:23;33090:6;33073:23;;:::i;:::-;;;32719:386;;32714:3;;;;;:::i;:::-;;;;32678:427;;;;32384:727;32358:753;32012:1103;;31801:1314;;;;;;;:::o;8575:206:76:-;20685:4:2;20671:27;;20665:34;20671:27;;;20665:34;8685:14:76;;;;8316:32;;;;;;8380:30;;8751:25;8726:50;;;;-1:-1:-1;8575:206:76;-1:-1:-1;;;;8575:206:76:o;6418:1197:3:-;6540:10;6539:11;:36;;;;-1:-1:-1;6022:45:3;;6554:21;6535:95;;;6584:46;;;;;6628:1;6584:46;;;7078:25:201;7051:18;;6584:46:3;6932:177:201;6535:95:3;6698:25;6726:30;:11;:28;:30::i;:::-;6698:58;;902:1:30;6766:17:3;:38;6762:113;;;6813:62;;;;;;;;7078:25:201;;;7051:18;;6813:62:3;6932:177:201;6762:113:3;6882:24;6909:29;:11;:27;:29::i;:::-;6882:56;-1:-1:-1;7013:23:3;7039:36;7058:17;6882:56;7039:36;:::i;:::-;7013:62;;647:2:30;7085:15:3;:34;7081:107;;;7128:60;;;;;;;;7078:25:201;;;7051:18;;7128:60:3;6932:177:201;7081:107:3;7236:9;7231:380;7251:16;7247:1;:20;7231:380;;;3996:93;4044:19;:27;;;537:1:30;4043:44:3;4009:79;;;3996:93;7279:24;7340:21;;;7336:230;;7380:50;;;;;;;;;;;;;;7336:230;334:2:30;7449:16:3;:28;7445:121;;;7496:61;;;;;;;;;;;;;;7445:121;-1:-1:-1;7593:3:3;;7231:380;;5689:1683:17;5796:10;5795:11;:31;;;;-1:-1:-1;6022:45:3;;5810:16:17;5791:80;;;5835:36;;-1:-1:-1;;;5835:36:17;;5869:1;5835:36;;;7078:25:201;7051:18;;5835:36:17;6932:177:201;5791:80:17;5934:25;5962;:6;:23;:25::i;:::-;5934:53;;902:1:30;5997:17:17;:38;5993:103;;;6044:52;;-1:-1:-1;;;6044:52:17;;;;;7078:25:201;;;7051:18;;6044:52:17;6932:177:201;5993:103:17;6103:24;6130;:6;:22;:24::i;:::-;6103:51;-1:-1:-1;6224:23:17;6250:36;6269:17;6103:51;6250:36;:::i;:::-;6224:62;;647:2:30;6296:15:17;:34;6292:97;;;6339:50;;-1:-1:-1;;;6339:50:17;;;;;7078:25:201;;;7051:18;;6339:50:17;6932:177:201;6292:97:17;6448:25;6479:26;6516:9;6511:551;6531:15;6527:1;:19;6511:551;;;6604:1;6562:39;:17;:6;6577:1;6562:14;:17::i;:::-;:37;;;;;;;;:::i;:::-;;:39::i;:::-;:43;6558:459;;;6666:16;6661:1;:21;6657:82;;6691:48;;;;;;;;;;;;;;6657:82;6771:19;;;;;6558:459;;;6873:16;6869:1;:20;6865:81;;;6898:48;;;;;;;;;;;;;;6865:81;6978:20;;;;;6558:459;7044:3;;6511:551;;;;7135:16;7114:17;:37;7110:102;;7160:52;;-1:-1:-1;;;7160:52:17;;;;;7078:25:201;;;7051:18;;7160:52:17;6932:177:201;7110:102:17;7288:17;7266:18;:39;7262:105;;7314:53;;-1:-1:-1;;;7314:53:17;;;;;7078:25:201;;;7051:18;;7314:53:17;6932:177:201;20632:676:29;20840:24;20867:49;20880:11;20893:9;20904:11;20867:12;:49::i;:::-;20840:76;;20923:29;20955:55;20969:18;20989:20;20955:13;:55::i;:::-;20923:87;;21016:25;21044:55;21058:18;21078:20;21044:13;:55::i;:::-;21135:16;;;21149:1;21135:16;;;;;;;;;21016:83;;-1:-1:-1;21106:26:29;;21135:16;;;;;;;;;;;;-1:-1:-1;21135:16:29;21106:45;;21190:7;21157:9;21167:1;21157:12;;;;;;;;:::i;:::-;;;;;;;;;;;:41;;;;1147:69;;;-1:-1:-1;;;1147:69:29;;;13609:92:201;-1:-1:-1;;;13717:11:201;;;13710:100;1198:17:29;13826:12:201;;;13819:101;1147:69:29;;;;;;;;;;13936:12:201;;1147:69:29;;21205:98;;1139:78;;;:::i;:::-;21235:9;21246:11;21259:15;21276:12;1324:66;21205:19;:98::i;:::-;20834:474;;;;20632:676;;;;;;:::o;22277:355:20:-;22449:178;22483:7;22508:8;22538:63;22577:11;22590:10;22538:38;:63::i;:::-;22616:4;22449:16;:178::i;1063:181:43:-;764:71:78;;;-1:-1:-1;;;764:71:78;;;13609:92:201;1139:4:43;13717:11:201;;;13710:100;;;814:20:78;13826:12:201;;;13819:101;1139:4:43;13936:12:201;764:71:78;;;;;;;;;;;;756:80;;;:::i;:::-;1158:81:43;;;;1063:181;-1:-1:-1;1063:181:43:o;3854:1003:54:-;3990:12;4004:17;4053:22;4078:26;4095:8;4078:16;:26::i;:::-;4053:51;;4181:9;4176:228;4196:5;:12;4192:1;:16;4176:228;;;4223:9;4245:5;4251:1;4245:8;;;;;;;;:::i;:::-;;;;;;;4223:31;;4266:34;392:6:91;4266:4:54;:14;;;;;:34;;;;:::i;:::-;4262:136;;;4312:77;;;;;3392:35:4;;;;;4312:49:54;;:77;;4362:6;;4370:8;;4380;;4312:77;;;:::i;:::-;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;4262:136;-1:-1:-1;4210:3:54;;;;:::i;:::-;;;;4176:228;;;;4479:78;4494:6;4509:5;4526:8;4546;4479:4;:78::i;:::-;4461:96;;-1:-1:-1;4461:96:54;-1:-1:-1;4632:9:54;4627:226;4647:5;:12;4643:1;:16;4627:226;;;4674:9;4696:5;4702:1;4696:8;;;;;;;;:::i;:::-;;;;;;;4674:31;;4717:33;520:6:91;4717:4:54;:14;;;;;:33;;;;:::i;:::-;4713:134;;;4762:76;;;;;3392:35:4;;;;;4762:48:54;;:76;;4811:6;;4819:8;;4829;;4762:76;;;:::i;:::-;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;4713:134;-1:-1:-1;4661:3:54;;;;:::i;:::-;;;;4627:226;;;;4023:834;3854:1003;;;;;;;:::o;9912:179:68:-;10009:12;10053:8;10063:22;10036:50;;;;;;;;27944:19:201;;;-1:-1:-1;;;;;;27993:79:201;27988:2;27979:12;;27972:101;28098:2;28089:12;;27758:349;10036:50:68;;;;;;;;;;;;;10029:57;;9912:179;;;;:::o;12721:3002:20:-;12994:7;12978:75;13003:8;13013:10;13025:14;13041:11;12978:75;;;;;;;;;:::i;:::-;;;;;;;;-1:-1:-1;;;13118:7:20;-1:-1:-1;;;;;;13118:35:20;;13163:7;13114:62;13314:22;13339:24;13355:7;13339:15;:24::i;:::-;13314:49;;13374:9;13369:340;13389:5;:12;13385:1;:16;13369:340;;;13416:9;13438:5;13444:1;13438:8;;;;;;;;:::i;:::-;;;;;;;13416:31;;13459:33;343:6:32;13459:4:20;:14;;;;;:33;;;;:::i;:::-;13455:248;;;13504:190;;;;;3392:35:4;;;;;13504:47:20;;:190;;13563:7;;13582:8;;13602:10;;13624:14;;13650:11;;13673;;13504:190;;;:::i;:::-;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;13455:248;-1:-1:-1;13403:3:20;;;;:::i;:::-;;;;13369:340;;;;13772:26;13801:59;13842:7;13851:8;13801:40;:59::i;:::-;13772:88;-1:-1:-1;13866:21:20;826:4:14;816:15;;13866:54:20;;13926:149;13964:18;13998:1;14022:13;14051:10;:17;13926:13;:149::i;:::-;14175:1;14142:30;:11;:28;:30::i;:::-;:34;14138:1174;;;14261:33;14297:66;14345:7;14354:8;14297:47;:66::i;:::-;579:28:19;;;14261:102:20;-1:-1:-1;826:4:14;816:15;;14537:47:20;;14693:27;14728:25;14766:7;14761:545;14779:30;:11;:28;:30::i;:::-;14775:1;:34;;;14761:545;;;14845:63;14887:7;14896:8;14906:1;14845:41;:63::i;:::-;14823:85;-1:-1:-1;14938:25:20;:14;14961:1;6743:16:15;;862:5;6743:16;785:5;6732:27;6692:68;6670:92;;;6555:218;14938:25:20;14918:45;;14973:170;15015:19;15054:1;15082:13;15115:17;14973:13;:170::i;:::-;15153:34;15170:17;15153:34;;:::i;:::-;;-1:-1:-1;15284:3:20;;14761:545;;;;14178:1134;;;14138:1174;15386:9;15381:338;15401:5;:12;15397:1;:16;15381:338;;;15428:9;15450:5;15456:1;15450:8;;;;;;;;:::i;:::-;;;;;;;15428:31;;15471:32;437:6:32;15471:4:20;:14;;;;;:32;;;;:::i;:::-;15467:246;;;15515:189;;;;;3392:35:4;;;;;15515:46:20;;:189;;15573:7;;15592:8;;15612:10;;15634:14;;15660:11;;15683;;15515:189;;;:::i;:::-;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;15467:246;-1:-1:-1;15415:3:20;;;;:::i;:::-;;;;15381:338;;6015:304:69;6094:29;6254:54;6282:17;6276:31;785:5:15;1783:39;;;1765:58;;1626:263;6484:155:69;6563:12;6614:17;6590:44;;;;;;;;:::i;:::-;;;;;;;;;;;;;6583:51;;6484:155;;;:::o;25465:1680:20:-;25635:7;25616:37;25644:8;25616:37;;;;;;:::i;:::-;;;;;;;;-1:-1:-1;;;25718:7:20;-1:-1:-1;;;;;;25718:35:20;;25714:62;;25465:1680;;;:::o;25714:62::-;25917:22;25942:24;25958:7;25942:15;:24::i;:::-;25917:49;;25977:9;25972:235;25992:5;:12;25988:1;:16;25972:235;;;26019:9;26041:5;26047:1;26041:8;;;;;;;;:::i;:::-;;;;;;;26019:31;;26062:36;983:6:32;26062:4:20;:14;;;;;:36;;;;:::i;:::-;26058:143;;;26110:82;;;;;3392:35:4;;;;;26110:50:20;;:82;;26161:7;;26170:8;;26180:11;;26110:82;;;:::i;:::-;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;26058:143;-1:-1:-1;26006:3:20;;;;:::i;:::-;;;;25972:235;;;;26239:26;26268:59;26309:7;26318:8;26268:40;:59::i;:::-;26239:88;;26333:113;26365:18;26393:1;26412:30;:11;:28;:30::i;:::-;26402:41;;;;;;;;:::i;:::-;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;-1:-1:-1;26402:41:20;;26333:13;:113::i;:::-;26665:1;26632:30;:11;:28;:30::i;:::-;:34;26628:236;;;26676:33;26712:66;26760:7;26769:8;26712:47;:66::i;:::-;26676:102;;26786:71;26817:25;26852:2;26786:12;:71::i;:::-;26668:196;26628:236;26913:9;26908:233;26928:5;:12;26924:1;:16;26908:233;;;26955:9;26977:5;26983:1;26977:8;;;;;;;;:::i;:::-;;;;;;;26955:31;;26998:35;1083:6:32;26998:4:20;:14;;;;;:35;;;;:::i;:::-;26994:141;;;27045:81;;;;;3392:35:4;;;;;27045:49:20;;:81;;27095:7;;27104:8;;27114:11;;27045:81;;;:::i;:::-;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;26994:141;-1:-1:-1;26942:3:20;;;;:::i;:::-;;;;26908:233;;9492:150:76;9599:38;;9572:12;31049:15:201;;;-1:-1:-1;;31045:88:201;9599:38:76;;;31033:101:201;31180:14;;31173:22;31168:3;31164:32;31150:12;;;31143:54;9572:12:76;31213::201;;9599:38:76;30882:349:201;804:327:42;885:4;1027:56;-1:-1:-1;;;606:36:58;2848:46;;2847:74;1076:6:42;1027:19;:56::i;:::-;:99;;;;1087:39;1107:10;1119:6;1087:19;:39::i;:::-;897:229;804:327;-1:-1:-1;;;804:327:42:o;10062:255:28:-;10158:16;;;10172:1;10158:16;;;;;;;;;10129:26;;10158:16;;;;;;;;;;;-1:-1:-1;10158:16:28;10129:45;;10213:7;10180:9;10190:1;10180:12;;;;;;;;:::i;:::-;;;;;;;;;;;:41;;;;1047:73;;;-1:-1:-1;;;1047:73:28;;;13609:92:201;;;;-1:-1:-1;;;13717:11:201;;;13710:100;1098:21:28;13826:12:201;;;13819:101;10228:84:28;;13936:12:201;1047:73:28;13426:528:201;5311:317:57;5450:12;5464:17;5507:6;-1:-1:-1;;;;;5507:11:57;5527:1;5538:79;5564:8;5585:9;5606:8;5538:13;:79::i;:::-;5507:116;;;;;;:::i;:::-;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;-1:-1:-1;5489:134:57;;;;-1:-1:-1;5311:317:57;-1:-1:-1;;;;;5311:317:57:o;4302:369:26:-;4442:16;;;4456:1;4442:16;;;;;;;;;4383:22;;4413:26;;4442:16;;;;;;;;;;;;-1:-1:-1;4442:16:26;4413:45;;4497:10;4464:9;4474:1;4464:12;;;;;;;;:::i;:::-;;;;;;:44;;;;;4515:18;4536:49;4562:8;4572:9;4583:1;4536:25;:49::i;:::-;4515:70;;4599:66;:44;4620:5;4627:1;4630:5;:12;4599:20;:44::i;:::-;:64;:66::i;5689:282::-;5815:16;;;5829:1;5815:16;;;;;;;;;5786:26;;5815:16;;;;;;;;;;;-1:-1:-1;5815:16:26;5786:45;;5870:10;5837:9;5847:1;5837:12;;;;;;;;:::i;:::-;;;;;;:44;;;;;5888:78;5914:8;5924:9;5935:1;5938:27;5958:5;5938:18;:27::i;:::-;5888:25;:78::i;12274:451:24:-;12434:21;12458:17;:15;:17::i;:::-;12434:41;-1:-1:-1;12510:4:24;-1:-1:-1;;;;;12485:30:24;;;12481:240;;12525:78;12554:7;12563:8;12573:17;12592:10;12525:28;:78::i;:::-;12481:240;;;12624:90;;;;;-1:-1:-1;;;;;12624:40:24;;;;;:90;;12665:7;;12674:8;;12684:17;;12703:10;;12624:90;;;:::i;:::-;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;49619:191:20;49721:7;49785;49794:8;49768:35;;;;;;;;;:::i;:::-;;;;-1:-1:-1;;49768:35:20;;;;;;;;;49758:46;;49768:35;49758:46;;;;41226:22;49751:53;;49619:191;-1:-1:-1;;;49619:191:20:o;50636:242::-;50732:7;;;50771:84;50791:10;50787:14;;:1;:14;50771:84;;;50816:32;3996:93:3;4044:19;:27;;;537:1:30;4043:44:3;4009:79;;;3996:93;50816:32:20;;:::i;:::-;;-1:-1:-1;50803:3:20;;;;:::i;:::-;;;;50771:84;;8796:790:19;8894:14;8930:2;8920:6;:12;8916:112;;8989:2;8980:6;:11;8962:29;;;;9011:2;9001:12;;;;;;:::i;:::-;;;;8916:112;-1:-1:-1;9208:21:19;;9204:1;9192:14;;9188:42;9356:2;:11;;;9438:22;;;9434:148;;;9563:1;9547:14;9543:22;9537:29;9533:1;9518:13;9514:21;9510:57;9502:6;9499:69;9489:79;;8910:676;8796:790;;;;;:::o;4319:171:3:-;4393:7;537:1:30;1247:13;1259:1;334:2;1247:13;:::i;:::-;1246:30;;;;:::i;:::-;4415:70:3;;;;;4319:171;-1:-1:-1;4319:171:3:o;47636:360:20:-;47762:12;47786:6;47796:1;47786:11;47782:26;;-1:-1:-1;47799:9:20;;;;;;;;;-1:-1:-1;47799:9:20;;;;47782:26;47849:16;47868:41;47891:7;47900:8;47868:22;:41::i;:::-;47849:60;;47922:69;47953:8;47971:6;47987:1;47922:12;:69::i;5098:173:3:-;5172:7;537:1:30;1597;;1577:13;1589:1;334:2;1577:13;:::i;:::-;:17;;;;:::i;:::-;:21;;;;:::i;:::-;1576:38;;;;:::i;:::-;5208:11:3;5187:79;5200:65;;5187:79;;5098:173;-1:-1:-1;;5098:173:3:o;52752:301:20:-;52873:13;52965:82;52996:48;53026:7;53035:8;52996:29;:48::i;:::-;4572:21:19;;4466:137;51555:274:20;51699:7;51804;51813:8;51787:35;;;;;;;;;:::i;:::-;;;;;;;;;;;;;51777:46;;;;;;51756:17;51749:25;;51729:45;;;41298:34;51729:45;:94;51721:103;;51714:110;;51555:274;;;;;:::o;5933:2374:19:-;6050:10;;6046:1537;;6203:2;6193:6;:12;6189:122;;6266:2;6257:6;:11;6239:29;;;;6290:2;6280:12;;;;;;:::i;:::-;;;;6189:122;6401:10;;6397:1180;;6609:2;:11;;;6483:21;6667:22;;;6663:133;;;-1:-1:-1;;;1080:1:31;1067:14;;1045:37;1043:40;6663:133:19;;;-1:-1:-1;;;1080:1:31;1067:14;;1045:37;1043:40;6663:133:19;6979:14;6973:21;6969:1;6961:6;6957:14;6953:42;7226:4;7222:9;7206:13;7200:20;7196:36;7127:4;7115:10;7111:21;7054:192;7027:13;7007:251;;7317:13;7307:6;:23;7303:36;;7332:7;;;;7303:36;-1:-1:-1;7480:1:19;7462:19;;;;;7535:23;;;;;7493:30;6397:1180;7612:253;7629:2;7619:6;:12;7612:253;;7723:21;;7701:44;;7798:1;7780:19;;;;-1:-1:-1;;7838:12:19;;;;7826:2;7809:19;7612:253;;;7933:10;;7929:374;;7953:12;-1:-1:-1;;1080:1:31;1067:14;;1045:37;1043:40;8235:20:19;;8150:21;;8146:32;;8257:9;;8231:36;8095:184;8052:237;;-1:-1:-1;5933:2374:19;;;;:::o;4700:171:3:-;4773:7;537:1:30;1425;1409:13;1421:1;334:2;1409:13;:::i;3948:206:17:-;4018:10;4108:19;:27;;;4139:1;4107:33;4086:6;4061:82;4078:63;;4061:82;;;;;;;;;:::i;3195:520:1:-;3261:7;3274:13;3296:10;3290:17;;;;;;;;:::i;:::-;3274:33;;;;3324:2;3316:5;:10;3312:401;;;3568:2;3560:10;3574:1;3559:16;;;-1:-1:-1;;3195:520:1:o;3312:401::-;3610:18;3596:10;:32;;;;;;;;:::i;:::-;;3592:121;;-1:-1:-1;3643:2:1;;3195:520;-1:-1:-1;;3195:520:1:o;3592:121::-;-1:-1:-1;3707:1:1;;3195:520;-1:-1:-1;;3195:520:1:o;3592:121::-;3270:445;3195:520;;;:::o;25035:209:29:-;25186:53;;;;;;33121:19:201;;;33156:12;;;33149:28;;;25159:12:29;33193::201;;;33186:28;;;25159:12:29;33230::201;;25186:53:29;;;;;;;;;;;;;25179:60;;25035:209;;;;;:::o;25435:388::-;25743:32;;25777:34;;25561:29;;2377:5:15;;;785;2408:39;;;;2390:58;2489:23;2474:39;;;;2456:58;25721:91:29;2236:344:15;25988:234:29;26114:12;26165:18;26194:20;26141:76;;;;;;;;;:::i;16359:1506:20:-;16480:16;16499:59;16540:7;16549:8;16499:40;:59::i;:::-;16480:78;;16660:7;16616:100;16679:8;16696:5;16709:4;16616:100;;;;;;;;:::i;:::-;;;;;;;;-1:-1:-1;;;16781:7:20;-1:-1:-1;;;;;;16781:35:20;;16777:62;;16826:7;;;16777:62;16984:22;17009:24;17025:7;17009:15;:24::i;:::-;16984:49;;17044:9;17039:328;17059:5;:12;17055:1;:16;17039:328;;;17086:9;17108:5;17114:1;17108:8;;;;;;;;:::i;:::-;;;;;;;17086:31;;17129:41;548:6:32;17129:4:20;:14;;;;;:41;;;;:::i;:::-;17125:236;;;17182:170;;;;;3392:35:4;;;;;17182:54:20;;:170;;17258:7;;17287:8;;17314:5;;17337:4;;17182:170;;;:::i;:::-;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;17125:236;-1:-1:-1;17073:3:20;;;;:::i;:::-;;;;17039:328;;;;17416:70;17448:8;17466:5;17416:70;;17479:4;17416:13;:70::i;:::-;17540:9;17535:326;17555:5;:12;17551:1;:16;17535:326;;;17582:9;17604:5;17610:1;17604:8;;;;;;;;:::i;:::-;;;;;;;17582:31;;17625:40;657:6:32;17625:4:20;:14;;;;;:40;;;;:::i;:::-;17621:234;;;17677:169;;;;;3392:35:4;;;;;17677:53:20;;:169;;17752:7;;17781:8;;17808:5;;17831:4;;17677:169;;;:::i;:::-;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;17621:234;-1:-1:-1;17569:3:20;;;;:::i;:::-;;;;17535:326;;4588:344:74;4705:16;;;4719:1;4705:16;;;;;;;;;4646:22;;4676:26;;4705:16;;;;;;;;;;;;-1:-1:-1;4705:16:74;4676:45;;4760:8;4727:9;4737:1;4727:12;;;;;;;;:::i;:::-;;;;;;;;;;;:42;;;;1253:74;;;-1:-1:-1;;;1253:74:74;;;13609:92:201;;;;-1:-1:-1;;;13717:11:201;;;13710:100;1304:22:74;13826:12:201;;;13819:101;4776:18:74;;4797:49;;13936:12:201;1253:74:74;;;;;;;;;;;;;1245:83;;;:::i;:::-;4833:9;4844:1;4797:25;:49::i;:::-;4776:70;;4860:66;:44;4881:5;4888:1;4891:5;:12;4860:20;:44::i;2891:136:4:-;2961:4;3013:9;2980:42;;2999:9;2981:15;2991:4;3790:26;;;3660:162;2981:15;:27;2980:42;;;2973:49;;2891:136;;;;:::o;1833:1386:54:-;1960:12;1974:17;2028:21;2051:17;2072:22;2085:8;2072:12;:22::i;:::-;2027:67;;-1:-1:-1;2027:67:54;-1:-1:-1;;;;;;2139:27:54;;2135:106;;2211:8;2221:19;:8;:17;:19::i;:::-;2175:66;;;;;;;;;;;;:::i;2135:106::-;2347:12;2342:64;;2361:45;2389:8;2399:6;2361:27;:45::i;:::-;2485:9;;2481:197;;606:36:58;2848:46;;-1:-1:-1;;;2847:74:58;2504:22:54;2587:26;2847:74:58;2587:13:54;:26::i;:::-;2562:51;-1:-1:-1;2621:50:54;2635:11;2648:22;2665:5;2562:51;2648:22;:::i;2621:50::-;2496:182;;2481:197;2780:14;2753:23;:8;336:5:16;2530:44:58;;2432:148;2753:23:54;-1:-1:-1;;2753:41:54;;:461;;3054:160;3115:6;3141:5;3164:13;3197:8;3054:39;:160::i;:::-;2753:461;;;2877:168;2946:6;2972:5;2995:13;3028:8;2877:47;:168::i;:::-;2735:479;;;;-1:-1:-1;1833:1386:54;-1:-1:-1;;;;;;;1833:1386:54:o;4372:342:28:-;4488:16;;;4502:1;4488:16;;;;;;;;;4429:22;;4459:26;;4488:16;;;;;;;;;;;;-1:-1:-1;4488:16:28;4459:45;;4543:7;4510:9;4520:1;4510:12;;;;;;;;:::i;:::-;;;;;;;;;;;:41;;;;1047:73;;;-1:-1:-1;;;1047:73:28;;;13609:92:201;;;;-1:-1:-1;;;13717:11:201;;;13710:100;1098:21:28;13826:12:201;;;13819:101;4558:18:28;;4579:49;;13936:12:201;1047:73:28;13426:528:201;1373:2326:19;1486:10;;1482:1491;;1639:2;1629:6;:12;1625:122;;1702:2;1693:6;:11;1675:29;;;;1726:2;1716:12;;;;;;:::i;:::-;;;;1625:122;1837:10;;1833:1134;;2045:2;:11;;;1919:21;-1:-1:-1;;1080:1:31;1067:14;;1045:37;1043:40;2077:31:19;;2277:1;2269:6;2265:14;2313:4;2302:9;2298:20;2290:28;;2368:13;2362:20;2351:9;2347:36;2329:54;;2616:4;2612:9;2595:14;2589:21;2585:37;2516:4;2504:10;2500:21;2443:193;2415:14;2395:253;;2707:13;2697:6;:23;2693:36;;2722:7;;;;2693:36;-1:-1:-1;2870:1:19;2852:19;;;;;2883:30;;;;2925:23;;1833:1134;3003:253;3020:2;3010:6;:12;3003:253;;3115:20;;3092:44;;3189:1;3171:19;;;;3217:2;3200:19;;;;-1:-1:-1;;3229:12:19;3003:253;;;3324:10;;3320:375;;3344:12;-1:-1:-1;;1080:1:31;1067:14;;1045:37;1043:40;3626:21:19;;3542:20;;3538:31;;3649:9;;3622:37;3487:184;3443:238;;-1:-1:-1;1373:2326:19;;;;:::o;52184:230:20:-;52305:7;52389;52398:8;52372:35;;;;;;;;;:::i;:::-;;;;-1:-1:-1;;52372:35:20;;;;;;;;;52362:46;;52372:35;52362:46;;;;41389:40;52335:73;;52184:230;-1:-1:-1;;;52184:230:20:o;850:162:19:-;939:68;945:14;961:6;826:4:14;816:15;;995:4:19;:11;939:5;:68::i;3893:370::-;4015:13;4064:2;4049:11;:6;4058:2;4049:11;:::i;:::-;4048:18;;;;:::i;:::-;4031:35;;:14;:35;:::i;:::-;4015:51;;4072:187;4096:5;4079:14;:22;4072:187;;;4194:1;4178:14;4171:25;4243:1;4227:14;4223:22;4205:40;;4072:187;;4767:378:73;4891:16;;;4905:1;4891:16;;;;;;;;4843:11;;;;4891:16;4905:1;4891:16;;;;;;;;;;-1:-1:-1;4891:16:73;4862:45;;4946:10;4913:9;4923:1;4913:12;;;;;;;;:::i;:::-;;;;;;:44;;;;;5002:6;-1:-1:-1;;;;;4986:24:73;4978:33;;4963:9;4973:1;4963:12;;;;;;;;:::i;:::-;;;;;;;;;;;:48;;;;1253:77;;;-1:-1:-1;;;1253:77:73;;;13609:92:201;;;;-1:-1:-1;;;13717:11:201;;;13710:100;1304:25:73;13826:12:201;;;13819:101;5018:13:73;;5034:62;;13936:12:201;1253:77:73;13426:528:201;5034:62:73;5018:78;;5110:29;5131:5;5118:20;;1596:10:16;1487:126;4614:201:57;4736:12;4780:8;4790:9;4801:8;4763:47;;;;;;;;;;:::i;36221:522:20:-;36357:12;36481:257;36520:79;36562:7;36571:8;36581:17;36520:41;:79::i;:::-;36617:93;36692:17;36617:66;36665:7;36674:8;36617:47;:66::i;:::-;:74;6743:16:15;;862:5;6743:16;785:5;6732:27;6692:68;6670:92;;;6555:218;36617:93:20;36728:1;36481:12;:257::i;2022:570:18:-;2113:5;2211:3;2202:5;:12;;:34;;;;;2225:4;:11;2218:3;:18;;2202:34;2196:85;;2264:4;2270:5;2277:3;2246:35;;;;;;;;;;;;;:::i;2196:85::-;2349:4;2339:15;;2396:17;2408:5;2339:15;2396:17;:::i;:::-;;-1:-1:-1;2419:12:18;2434:11;2440:5;2434:3;:11;:::i;:::-;643:17;2570:15;2562:3;2550:15;;;;2549:37;;;;;;-1:-1:-1;;;;;2022:570:18:o;40037:220:34:-;40103:24;40135:30;40168:32;40186:6;40194:2;40198:1;40168:17;:32::i;39736:222:35:-;39800:12;39890:6;39914:39;39890:6;39947:2;39951:1;39914:17;:39::i;23322:737:20:-;23573:36;23612:66;23660:7;23669:8;23612:47;:66::i;:::-;23573:105;-1:-1:-1;23684:26:20;23720:49;23573:105;23751:17;6743:16:15;;862:5;6743:16;785:5;6732:27;6692:68;6670:92;;;6555:218;23720:49:20;23684:86;;23777:277;23831:7;23856:8;23891:17;23934:1;23956:19;23989:4;24025:22;23777:36;:277::i;27809:790::-;28068:36;28107:66;28155:7;28164:8;28107:47;:66::i;:::-;28068:105;-1:-1:-1;28179:26:20;28215:49;28068:105;28246:17;6743:16:15;;862:5;6743:16;785:5;6732:27;6692:68;6670:92;;;6555:218;28215:49:20;28179:86;;28303:291;28357:7;28382:8;28417:17;28467:19;28508:1;28523:10;28565:22;28303:36;:291::i;4903:665:19:-;5315:4;5309:11;5356:4;5344:17;;-1:-1:-1;;5234:14:19;5403:26;;;5234:14;5230:28;5375:4;5368:63;5475:6;5467;5460:22;5493:51;5498:14;5514:6;5522;5530:13;5493:4;:51::i;6132:321:57:-;6279:12;6293:17;6336:6;-1:-1:-1;;;;;6336:19:57;6363:79;6389:8;6410:9;6431:8;6363:13;:79::i;:::-;6336:112;;;;;;:::i;:::-;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;2631:1127:36;2751:22;2781:21;2805;:11;2946:3:18;2924:25;;2850:104;2805:21:36;2781:45;-1:-1:-1;643:17:18;3187:38;;2832:20:36;2994:11;3187:38:18;2994:11:36;2979:26;;;;:::i;:::-;;2965:40;;3114:4;3108:11;3099:20;;3157:4;3150:5;3146:16;3217:2;3204:11;3200:20;3186:12;3182:39;3176:4;3169:53;3265:11;3258:5;3251:26;3308:1;3285:463;3324:11;3321:1;3318:18;3285:463;;;3718:20;;3697:42;;3676:64;;3590:31;;;;3503:4;3485:23;;;;3411:1;3404:9;3285:463;;;3289:28;;3066:688;;;2631:1127;;;;;:::o;784:1339::-;956:12;;909:17;;934:19;997:26;1012:11;956:12;997:26;:::i;:::-;974:49;;1391:4;1385:11;;-1:-1:-1;1434:4:36;1424:15;;-1:-1:-1;;5234:14:19;1481:32:36;;;5234:14:19;5230:28;1453:4:36;1446:69;1557:12;1551:4;1544:26;1601:1;1671:4;1664:5;1660:16;1578:535;1691:11;1688:1;1685:18;1578:535;;;2084:19;;2063:41;;2041:64;;1957:31;;;;1778:1;1771:9;;;;;1870:4;1852:23;1578:535;;43119:3949:20;-1:-1:-1;;;43516:7:20;-1:-1:-1;;;;;;43516:35:20;;43512:161;;-1:-1:-1;;;43623:7:20;43656;43639:25;;;;;;23839:19:201;;23883:2;23874:12;;23679:213;43512:161:20;43679:27;43709:49;:22;43740:17;6743:16:15;;862:5;6743:16;785:5;6732:27;6692:68;6670:92;;;6555:218;43709:49:20;43679:79;;43764:26;43829:4;:11;43815;43793:33;;:19;:33;;;;:::i;:::-;:47;;;;:::i;:::-;43764:76;;44112:18;44089:19;:41;;:98;;;;-1:-1:-1;44168:19:20;44134:30;44153:11;44134:16;:30;:::i;:::-;:53;;;;44089:98;44085:218;;;44204:92;;;;;36449:12:201;36488:15;;;44204:92:20;;;36470:34:201;36540:15;;;36520:18;;;36513:43;36592:15;;36572:18;;;36565:43;36412:18;;44204:92:20;36243:371:201;44085:218:20;44409:19;44390:16;:38;;;44386:140;;;44445:74;;;;;;;;36792:25:201;;;36865:12;36853:25;;36833:18;;;36826:53;36765:18;;44445:74:20;36619:266:201;44386:140:20;44565:35;44603:72;:22;44637:17;44656:18;44603:33;:72::i;:::-;44565:110;-1:-1:-1;44734:32:20;;;:13;44874:107;44892:17;44888:21;;:1;:21;;;44874:107;;;44937:33;:22;44968:1;6743:16:15;;862:5;6743:16;785:5;6732:27;6692:68;6670:92;;;6555:218;44937:33:20;44928:42;;;;44911:3;;44874:107;;;;45103:7;45050:228;45130:8;45162:5;45191:11;45228:21;45265:4;45050:228;;;;;;;;;;:::i;:::-;;;;;;;;44682:603;45431:22;45456:24;45472:7;45456:15;:24::i;:::-;45431:49;;45491:9;45486:485;45506:5;:12;45502:1;:16;45486:485;;;45533:9;45555:5;45561:1;45555:8;;;;;;;;:::i;:::-;;;;;;;45533:31;;45576:42;770:6:32;45576:4:20;:14;;;;;:42;;;;:::i;:::-;45572:393;;;3392:35:4;;;;-1:-1:-1;;;;;45630:55:20;;45707:7;45736:8;45775:17;45822:16;45863:11;45902:21;45941:4;45630:326;;;;;;;;;;;;;;;;;;;;;:::i;:::-;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;45572:393;-1:-1:-1;45520:3:20;;;;:::i;:::-;;;;45486:485;;;;46056:18;46033:19;:41;46029:248;;46084:31;46118:48;46148:7;46157:8;46118:29;:48::i;:::-;579:28:19;;;-1:-1:-1;46029:248:20;46334:27;46364:61;46388:7;46397:8;46407:17;46364:23;:61::i;:::-;46334:91;;46433:92;46465:19;46494:16;46433:92;;46518:4;46433:13;:92::i;:::-;46326:206;46586:9;46581:483;46601:5;:12;46597:1;:16;46581:483;;;46628:9;46650:5;46656:1;46650:8;;;;;;;;:::i;:::-;;;;;;;46628:31;;46671:41;881:6:32;46671:4:20;:14;;;;;:41;;;;:::i;:::-;46667:391;;;3392:35:4;;;;-1:-1:-1;;;;;46724:54:20;;46800:7;46829:8;46868:17;46915:16;46956:11;46995:21;47034:4;46724:325;;;;;;;;;;;;;;;;;;;;;:::i;:::-;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;46667:391;-1:-1:-1;46615:3:20;;;;:::i;:::-;;;;46581:483;;;;43362:3706;;;;43119:3949;;;;;;;:::o;7139:1488:15:-;7265:13;933:16;7290:25;;7286:97;;;7332:44;;;;;;;;7078:25:201;;;7051:18;;7332:44:15;6932:177:201;7286:97:15;7445:13;6126:59;;;6743:16;;;862:5;6743:16;785:5;6732:27;6692:68;;;6670:92;;7708:38;;;7704:192;;7791:19;7773:15;:37;7758:52;;;;7704:192;;;7872:15;7850:19;:37;7835:52;;;;7704:192;-1:-1:-1;8212:16:15;785:5;862;8079:16;;;;8068:27;8204:35;;;8518:5;8357:26;8338:45;;;;8337:61;;;8499:24;;;;8528:34;;;;;8498:65;;-1:-1:-1;7139:1488:15;;;;;:::o;14:219:201:-;81:20;;-1:-1:-1;;;;;;130:78:201;;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:201;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:201;;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:1205::-;1851:6;1859;1867;1875;1883;1891;1899;1907;1960:3;1948:9;1939:7;1935:23;1931:33;1928:53;;;1977:1;1974;1967:12;1928:53;2013:9;2000:23;1990:33;;2070:2;2059:9;2055:18;2042:32;2032:42;;2121:2;2110:9;2106:18;2093:32;2083:42;;2172:2;2161:9;2157:18;2144:32;2134:42;;2227:3;2216:9;2212:19;2199:33;2251:18;2292:2;2284:6;2281:14;2278:34;;;2308:1;2305;2298:12;2278:34;2347:78;2417:7;2408:6;2397:9;2393:22;2347:78;:::i;:::-;2444:8;;-1:-1:-1;2321:104:201;-1:-1:-1;2532:3:201;2517:19;;2504:33;;-1:-1:-1;2549:16:201;;;2546:36;;;2578:1;2575;2568:12;2546:36;;2617:80;2689:7;2678:8;2667:9;2663:24;2617:80;:::i;:::-;1552:1205;;;;-1:-1:-1;1552:1205:201;;-1:-1:-1;1552:1205:201;;;;;;2716:8;-1:-1:-1;;;1552:1205:201:o;2993:184::-;-1:-1:-1;;;3042:1:201;3035:88;3142:4;3139:1;3132:15;3166:4;3163:1;3156:15;3182:334;3253:2;3247:9;3309:2;3299:13;;-1:-1:-1;;3295:86:201;3283:99;;3412:18;3397:34;;3433:22;;;3394:62;3391:88;;;3459:18;;:::i;:::-;3495:2;3488:22;3182:334;;-1:-1:-1;3182:334:201:o;3521:245::-;3569:4;3602:18;3594:6;3591:30;3588:56;;;3624:18;;:::i;:::-;-1:-1:-1;3681:2:201;3669:15;-1:-1:-1;;3665:88:201;3755:4;3661:99;;3521:245::o;3771:462::-;3813:5;3866:3;3859:4;3851:6;3847:17;3843:27;3833:55;;3884:1;3881;3874:12;3833:55;3920:6;3907:20;3951:48;3967:31;3995:2;3967:31;:::i;:::-;3951:48;:::i;:::-;4024:2;4015:7;4008:19;4070:3;4063:4;4058:2;4050:6;4046:15;4042:26;4039:35;4036:55;;;4087:1;4084;4077:12;4036:55;4152:2;4145:4;4137:6;4133:17;4126:4;4117:7;4113:18;4100:55;4200:1;4175:16;;;4193:4;4171:27;4164:38;;;;4179:7;3771:462;-1:-1:-1;;;3771:462:201:o;4238:566::-;4355:6;4363;4371;4424:2;4412:9;4403:7;4399:23;4395:32;4392:52;;;4440:1;4437;4430:12;4392:52;4479:9;4466:23;4498:43;4535:5;4498:43;:::i;:::-;4560:5;-1:-1:-1;4612:2:201;4597:18;;4584:32;;-1:-1:-1;4667:2:201;4652:18;;4639:32;4694:18;4683:30;;4680:50;;;4726:1;4723;4716:12;4680:50;4749:49;4790:7;4781:6;4770:9;4766:22;4749:49;:::i;:::-;4739:59;;;4238:566;;;;;:::o;4809:420::-;4918:6;4926;4979:2;4967:9;4958:7;4954:23;4950:32;4947:52;;;4995:1;4992;4985:12;4947:52;5031:9;5018:23;5008:33;;5092:2;5081:9;5077:18;5064:32;5119:18;5111:6;5108:30;5105:50;;;5151:1;5148;5141:12;5105:50;5174:49;5215:7;5206:6;5195:9;5191:22;5174:49;:::i;:::-;5164:59;;;4809:420;;;;;:::o;5487:118::-;5573:5;5566:13;5559:21;5552:5;5549:32;5539:60;;5595:1;5592;5585:12;5610:523;5745:6;5753;5761;5814:2;5802:9;5793:7;5789:23;5785:32;5782:52;;;5830:1;5827;5820:12;5782:52;5866:9;5853:23;5843:33;;5926:2;5915:9;5911:18;5898:32;5939:43;5976:5;5939:43;:::i;:::-;6001:5;-1:-1:-1;6058:2:201;6043:18;;6030:32;6071:30;6030:32;6071:30;:::i;:::-;6120:7;6110:17;;;5610:523;;;;;:::o;6501:426::-;6609:6;6617;6625;6678:2;6666:9;6657:7;6653:23;6649:32;6646:52;;;6694:1;6691;6684:12;6646:52;6730:9;6717:23;6707:33;;6790:2;6779:9;6775:18;6762:32;6803:43;6840:5;6803:43;:::i;:::-;6501:426;;6865:5;;-1:-1:-1;;;6917:2:201;6902:18;;;;6889:32;;6501:426::o;7114:156::-;7180:20;;7240:4;7229:16;;7219:27;;7209:55;;7260:1;7257;7250:12;7275:447;7400:6;7408;7416;7469:2;7457:9;7448:7;7444:23;7440:32;7437:52;;;7485:1;7482;7475:12;7437:52;7521:9;7508:23;7498:33;;7581:2;7570:9;7566:18;7553:32;7594:43;7631:5;7594:43;:::i;:::-;7656:5;-1:-1:-1;7680:36:201;7712:2;7697:18;;7680:36;:::i;:::-;7670:46;;7275:447;;;;;:::o;7727:492::-;7844:6;7852;7860;7913:2;7901:9;7892:7;7888:23;7884:32;7881:52;;;7929:1;7926;7919:12;7881:52;7965:9;7952:23;7942:33;;8026:2;8015:9;8011:18;7998:32;8053:18;8045:6;8042:30;8039:50;;;8085:1;8082;8075:12;8039:50;8108:49;8149:7;8140:6;8129:9;8125:22;8108:49;:::i;:::-;8098:59;;;8176:37;8209:2;8198:9;8194:18;8176:37;:::i;8224:484::-;8318:6;8326;8379:2;8367:9;8358:7;8354:23;8350:32;8347:52;;;8395:1;8392;8385:12;8347:52;8434:9;8421:23;8453:43;8490:5;8453:43;:::i;:::-;8515:5;-1:-1:-1;8571:2:201;8556:18;;8543:32;8598:18;8587:30;;8584:50;;;8630:1;8627;8620:12;8713:484;8838:6;8846;8899:2;8887:9;8878:7;8874:23;8870:32;8867:52;;;8915:1;8912;8905:12;8867:52;8955:9;8942:23;8988:18;8980:6;8977:30;8974:50;;;9020:1;9017;9010:12;8974:50;9059:78;9129:7;9120:6;9109:9;9105:22;9059:78;:::i;9202:250::-;9287:1;9297:113;9311:6;9308:1;9305:13;9297:113;;;9387:11;;;9381:18;9368:11;;;9361:39;9333:2;9326:10;9297:113;;;-1:-1:-1;;9444:1:201;9426:16;;9419:27;9202:250::o;9457:329::-;9498:3;9536:5;9530:12;9563:6;9558:3;9551:19;9579:76;9648:6;9641:4;9636:3;9632:14;9625:4;9618:5;9614:16;9579:76;:::i;:::-;9700:2;9688:15;-1:-1:-1;;9684:88:201;9675:98;;;;9775:4;9671:109;;9457:329;-1:-1:-1;;9457:329:201:o;9791:859::-;9951:4;9980:2;10020;10009:9;10005:18;10050:2;10039:9;10032:21;10073:6;10108;10102:13;10139:6;10131;10124:22;10177:2;10166:9;10162:18;10155:25;;10239:2;10229:6;10226:1;10222:14;10211:9;10207:30;10203:39;10189:53;;10277:2;10269:6;10265:15;10298:1;10308:313;10322:6;10319:1;10316:13;10308:313;;;-1:-1:-1;;10399:9:201;10391:6;10387:22;10383:95;10378:3;10371:108;10502:39;10534:6;10525;10519:13;10502:39;:::i;:::-;10492:49;-1:-1:-1;10599:12:201;;;;10564:15;;;;10344:1;10337:9;10308:313;;;-1:-1:-1;10638:6:201;;9791:859;-1:-1:-1;;;;;;;9791:859:201:o;11039:211::-;11129:6;11182:2;11170:9;11161:7;11157:23;11153:32;11150:52;;;11198:1;11195;11188:12;11150:52;-1:-1:-1;11221:23:201;;11039:211;-1:-1:-1;11039:211:201:o;11255:518::-;11403:6;11411;11419;11472:2;11460:9;11451:7;11447:23;11443:32;11440:52;;;11488:1;11485;11478:12;11440:52;11524:9;11511:23;11501:33;;11581:2;11570:9;11566:18;11553:32;11543:42;;11636:2;11625:9;11621:18;11608:32;11663:18;11655:6;11652:30;11649:50;;;11695:1;11692;11685:12;11778:378;11917:6;11925;11933;11986:2;11974:9;11965:7;11961:23;11957:32;11954:52;;;12002:1;11999;11992:12;11954:52;-1:-1:-1;;12025:23:201;;;12095:2;12080:18;;12067:32;;-1:-1:-1;12146:2:201;12131:18;;;12118:32;;11778:378;-1:-1:-1;11778:378:201:o;13100:321::-;13308:6;13297:9;13290:25;13351:2;13346;13335:9;13331:18;13324:30;13271:4;13371:44;13411:2;13400:9;13396:18;13388:6;13371:44;:::i;13959:357::-;14077:12;;14124:4;14113:16;;;14107:23;;14077:12;14142:16;;14139:171;;;-1:-1:-1;;14216:4:201;14212:17;;;;14209:1;14205:25;14201:98;14190:110;;13959:357;-1:-1:-1;13959:357:201:o;14534:287::-;14663:3;14701:6;14695:13;14717:66;14776:6;14771:3;14764:4;14756:6;14752:17;14717:66;:::i;:::-;14799:16;;;;;14534:287;-1:-1:-1;;14534:287:201:o;14826:936::-;14964:9;14998:18;15039:2;15031:6;15028:14;15025:40;;;15045:18;;:::i;:::-;15091:6;15088:1;15084:14;15117:4;15141:28;15165:2;15161;15157:11;15141:28;:::i;:::-;15203:19;;;15273:14;;;;15238:12;;;;15310:14;15299:26;;15296:46;;;15338:1;15335;15328:12;15296:46;15362:5;15376:353;15392:6;15387:3;15384:15;15376:353;;;15478:3;15465:17;15514:2;15501:11;15498:19;15495:109;;;15558:1;15587:2;15583;15576:14;15495:109;15629:57;15671:14;15657:11;15650:5;15646:23;15629:57;:::i;:::-;15617:70;;-1:-1:-1;15707:12:201;;;;15409;;15376:353;;;-1:-1:-1;15751:5:201;14826:936;-1:-1:-1;;;;;;;14826:936:201:o;15767:999::-;16196:3;16234:6;16228:13;16250:66;16309:6;16304:3;16297:4;16289:6;16285:17;16250:66;:::i;:::-;16347:6;16342:3;16338:16;16325:29;;16373:3;16399:2;16392:5;16385:17;16433:6;16427:13;16449:78;16518:8;16514:1;16507:5;16503:13;16496:4;16488:6;16484:17;16449:78;:::i;:::-;16590:1;16546:20;;16582:10;;;16575:22;16622:13;;16644:75;16622:13;16706:1;16698:10;;16691:4;16679:17;;16644:75;:::i;:::-;16739:17;16758:1;16735:25;;15767:999;-1:-1:-1;;;;;15767:999:201:o;16771:463::-;-1:-1:-1;;;;;;17009:6:201;17005:79;16994:9;16987:98;17121:6;17116:2;17105:9;17101:18;17094:34;17164:2;17159;17148:9;17144:18;17137:30;16968:4;17184:44;17224:2;17213:9;17209:18;17201:6;17184:44;:::i;17492:184::-;-1:-1:-1;;;17541:1:201;17534:88;17641:4;17638:1;17631:15;17665:4;17662:1;17655:15;17681:128;17748:9;;;17769:11;;;17766:37;;;17783:18;;:::i;18024:217::-;18171:2;18160:9;18153:21;18134:4;18191:44;18231:2;18220:9;18216:18;18208:6;18191:44;:::i;18246:337::-;18316:6;18369:2;18357:9;18348:7;18344:23;18340:32;18337:52;;;18385:1;18382;18375:12;18337:52;18417:9;18411:16;-1:-1:-1;;18460:5:201;18456:78;18449:5;18446:89;18436:117;;18549:1;18546;18539:12;18588:184;-1:-1:-1;;;18637:1:201;18630:88;18737:4;18734:1;18727:15;18761:4;18758:1;18751:15;18777:395;18882:4;18940:11;18927:25;19030:66;19019:8;19003:14;18999:29;18995:102;18975:18;18971:127;18961:155;;19112:1;19109;19102:12;19177:259;19236:6;19289:2;19277:9;19268:7;19264:23;19260:32;19257:52;;;19305:1;19302;19295:12;19257:52;19344:9;19331:23;19363:43;19400:5;19363:43;:::i;19441:580::-;19518:4;19524:6;19584:11;19571:25;19674:66;19663:8;19647:14;19643:29;19639:102;19619:18;19615:127;19605:155;;19756:1;19753;19746:12;19605:155;19783:33;;19835:20;;;-1:-1:-1;19878:18:201;19867:30;;19864:50;;;19910:1;19907;19900:12;19864:50;19943:4;19931:17;;-1:-1:-1;19974:14:201;19970:27;;;19960:38;;19957:58;;;20011:1;20008;20001:12;20026:325;20114:6;20109:3;20102:19;20166:6;20159:5;20152:4;20147:3;20143:14;20130:43;;20218:1;20211:4;20202:6;20197:3;20193:16;20189:27;20182:38;20084:3;20340:4;-1:-1:-1;;20265:2:201;20257:6;20253:15;20249:88;20244:3;20240:98;20236:109;20229:116;;20026:325;;;;:::o;20356:466::-;-1:-1:-1;;;;;20604:6:201;20600:55;20589:9;20582:74;20692:6;20687:2;20676:9;20672:18;20665:34;20735:2;20730;20719:9;20715:18;20708:30;20563:4;20755:61;20812:2;20801:9;20797:18;20789:6;20781;20755:61;:::i;20827:647::-;20906:6;20959:2;20947:9;20938:7;20934:23;20930:32;20927:52;;;20975:1;20972;20965:12;20927:52;21008:9;21002:16;21041:18;21033:6;21030:30;21027:50;;;21073:1;21070;21063:12;21027:50;21096:22;;21149:4;21141:13;;21137:27;-1:-1:-1;21127:55:201;;21178:1;21175;21168:12;21127:55;21207:2;21201:9;21232:48;21248:31;21276:2;21248:31;:::i;21232:48::-;21303:2;21296:5;21289:17;21343:7;21338:2;21333;21329;21325:11;21321:20;21318:33;21315:53;;;21364:1;21361;21354:12;21315:53;21377:67;21441:2;21436;21429:5;21425:14;21420:2;21416;21412:11;21377:67;:::i;21479:195::-;21518:3;-1:-1:-1;;21542:5:201;21539:77;21536:103;;21619:18;;:::i;:::-;-1:-1:-1;21666:1:201;21655:13;;21479:195::o;21679:125::-;21744:9;;;21765:10;;;21762:36;;;21778:18;;:::i;21809:391::-;21910:4;21968:11;21955:25;22058:66;22047:8;22031:14;22027:29;22023:102;22003:18;21999:127;21989:155;;22140:1;22137;22130:12;22205:346;22421:6;22410:9;22403:25;22464:2;22459;22448:9;22444:18;22437:30;22384:4;22484:61;22541:2;22530:9;22526:18;22518:6;22510;22484:61;:::i;22556:339::-;22733:2;22722:9;22715:21;22696:4;22753:44;22793:2;22782:9;22778:18;22770:6;22753:44;:::i;:::-;22745:52;;-1:-1:-1;;;;;22837:6:201;22833:55;22828:2;22817:9;22813:18;22806:83;22556:339;;;;;:::o;23897:861::-;24059:4;24088:2;24128;24117:9;24113:18;24158:2;24147:9;24140:21;24181:6;24216;24210:13;24247:6;24239;24232:22;24285:2;24274:9;24270:18;24263:25;;24347:2;24337:6;24334:1;24330:14;24319:9;24315:30;24311:39;24297:53;;24385:2;24377:6;24373:15;24406:1;24416:313;24430:6;24427:1;24424:13;24416:313;;;-1:-1:-1;;24507:9:201;24499:6;24495:22;24491:95;24486:3;24479:108;24610:39;24642:6;24633;24627:13;24610:39;:::i;:::-;24600:49;-1:-1:-1;24707:12:201;;;;24672:15;;;;24452:1;24445:9;24416:313;;24950:245;25017:6;25070:2;25058:9;25049:7;25045:23;25041:32;25038:52;;;25086:1;25083;25076:12;25038:52;25118:9;25112:16;25137:28;25159:5;25137:28;:::i;26755:175::-;26792:3;26836:4;26829:5;26825:16;26865:4;26856:7;26853:17;26850:43;;26873:18;;:::i;:::-;26922:1;26909:15;;26755:175;-1:-1:-1;;26755:175:201:o;27125:184::-;-1:-1:-1;;;27174:1:201;27167:88;27274:4;27271:1;27264:15;27298:4;27295:1;27288:15;27314:439;-1:-1:-1;;;;;27552:6:201;27548:55;27537:9;27530:74;27640:6;27635:2;27624:9;27620:18;27613:34;27683:2;27678;27667:9;27663:18;27656:30;27511:4;27703:44;27743:2;27732:9;27728:18;27720:6;27703:44;:::i;28112:435::-;28165:3;28203:5;28197:12;28230:6;28225:3;28218:19;28256:4;28285:2;28280:3;28276:12;28269:19;;28322:2;28315:5;28311:14;28343:1;28353:169;28367:6;28364:1;28361:13;28353:169;;;28428:13;;28416:26;;28462:12;;;;28497:15;;;;28389:1;28382:9;28353:169;;;-1:-1:-1;28538:3:201;;28112:435;-1:-1:-1;;;;;28112:435:201:o;28552:688::-;28885:3;28874:9;28867:22;28848:4;28912:57;28964:3;28953:9;28949:19;28941:6;28912:57;:::i;:::-;29017:9;29009:6;29005:22;29000:2;28989:9;28985:18;28978:50;29051:32;29076:6;29068;29051:32;:::i;:::-;29037:46;;29119:6;29114:2;29103:9;29099:18;29092:34;29174:9;29166:6;29162:22;29157:2;29146:9;29142:18;29135:50;29202:32;29227:6;29219;29202:32;:::i;:::-;29194:40;28552:688;-1:-1:-1;;;;;;;28552:688:201:o;29245:895::-;29697:6;29686:9;29679:25;29740:3;29735:2;29724:9;29720:18;29713:31;29660:4;29767:57;29819:3;29808:9;29804:19;29796:6;29767:57;:::i;:::-;29872:9;29864:6;29860:22;29855:2;29844:9;29840:18;29833:50;29906:32;29931:6;29923;29906:32;:::i;:::-;29892:46;;29974:6;29969:2;29958:9;29954:18;29947:34;30030:9;30022:6;30018:22;30012:3;30001:9;29997:19;29990:51;30058:32;30083:6;30075;30058:32;:::i;:::-;30050:40;;;30127:6;30121:3;30110:9;30106:19;30099:35;29245:895;;;;;;;;;:::o;30145:261::-;30324:2;30313:9;30306:21;30287:4;30344:56;30396:2;30385:9;30381:18;30373:6;30344:56;:::i;30411:466::-;30709:6;30698:9;30691:25;30752:2;30747;30736:9;30732:18;30725:30;30672:4;30772:56;30824:2;30813:9;30809:18;30801:6;30772:56;:::i;:::-;30764:64;;30864:6;30859:2;30848:9;30844:18;30837:34;30411:466;;;;;;:::o;31236:603::-;31544:6;31533:9;31526:25;31587:3;31582:2;31571:9;31567:18;31560:31;31507:4;31614:57;31666:3;31655:9;31651:19;31643:6;31614:57;:::i;:::-;31719:4;31711:6;31707:17;31702:2;31691:9;31687:18;31680:45;31773:9;31765:6;31761:22;31756:2;31745:9;31741:18;31734:50;31801:32;31826:6;31818;31801:32;:::i;31844:639::-;32094:6;32089:3;32082:19;32064:3;32120:2;32153;32148:3;32144:12;32185:6;32179:13;32250:2;32242:6;32238:15;32271:1;32281:175;32295:6;32292:1;32289:13;32281:175;;;32358:13;;32344:28;;32394:14;;;;32431:15;;;;32317:1;32310:9;32281:175;;;-1:-1:-1;32472:5:201;;31844:639;-1:-1:-1;;;;;;;31844:639:201:o;32488:184::-;-1:-1:-1;;;32537:1:201;32530:88;32637:4;32634:1;32627:15;32661:4;32658:1;32651:15;32677:168;32750:9;;;32781;;32798:15;;;32792:22;;32778:37;32768:71;;32819:18;;:::i;33253:492::-;33428:3;33466:6;33460:13;33482:66;33541:6;33536:3;33529:4;33521:6;33517:17;33482:66;:::i;:::-;33611:13;;33570:16;;;;33633:70;33611:13;33570:16;33680:4;33668:17;;33633:70;:::i;:::-;33719:20;;33253:492;-1:-1:-1;;;;33253:492:201:o;33750:511::-;34001:2;33990:9;33983:21;33964:4;34027:56;34079:2;34068:9;34064:18;34056:6;34027:56;:::i;:::-;34131:14;34123:6;34119:27;34114:2;34103:9;34099:18;34092:55;34195:9;34187:6;34183:22;34178:2;34167:9;34163:18;34156:50;34223:32;34248:6;34240;34223:32;:::i;34266:615::-;34576:6;34565:9;34558:25;34619:3;34614:2;34603:9;34599:18;34592:31;34539:4;34646:57;34698:3;34687:9;34683:19;34675:6;34646:57;:::i;:::-;34751:14;34743:6;34739:27;34734:2;34723:9;34719:18;34712:55;34815:9;34807:6;34803:22;34798:2;34787:9;34783:18;34776:50;34843:32;34868:6;34860;34843:32;:::i;34886:274::-;34926:1;34952;34942:189;;-1:-1:-1;;;34984:1:201;34977:88;35088:4;35085:1;35078:15;35116:4;35113:1;35106:15;34942:189;-1:-1:-1;35145:9:201;;34886:274::o;35165:530::-;35350:3;35388:6;35382:13;35404:66;35463:6;35458:3;35451:4;35443:6;35439:17;35404:66;:::i;:::-;35539:2;35535:15;;;;-1:-1:-1;;35531:88:201;35492:16;;;;35517:103;;;35647:2;35636:14;;35629:30;;;;35686:2;35675:14;;35165:530;-1:-1:-1;;35165:530:201:o;35700:359::-;35903:2;35892:9;35885:21;35866:4;35923:44;35963:2;35952:9;35948:18;35940:6;35923:44;:::i;:::-;35998:2;35983:18;;35976:34;;;;-1:-1:-1;36041:2:201;36026:18;36019:34;35915:52;35700:359;-1:-1:-1;35700:359:201:o;36064:174::-;36131:12;36163:10;;;36175;;;36159:27;;36198:11;;;36195:37;;;36212:18;;:::i;:::-;36195:37;36064:174;;;;:::o;36890:707::-;37229:3;37218:9;37211:22;37192:4;37256:57;37308:3;37297:9;37293:19;37285:6;37256:57;:::i;:::-;37361:14;37353:6;37349:27;37344:2;37333:9;37329:18;37322:55;37425:12;37417:6;37413:25;37408:2;37397:9;37393:18;37386:53;37475:6;37470:2;37459:9;37455:18;37448:34;37531:9;37523:6;37519:22;37513:3;37502:9;37498:19;37491:51;37559:32;37584:6;37576;37559:32;:::i;:::-;37551:40;36890:707;-1:-1:-1;;;;;;;;36890:707:201:o;37602:898::-;38024:6;38013:9;38006:25;38067:3;38062:2;38051:9;38047:18;38040:31;37987:4;38094:57;38146:3;38135:9;38131:19;38123:6;38094:57;:::i;:::-;38199:4;38187:17;;38182:2;38167:18;;38160:45;38224:12;38272:15;;;38267:2;38252:18;;38245:43;38325:15;;38319:3;38304:19;;38297:44;38372:3;38357:19;;38350:35;;;38422:22;;;38416:3;38401:19;;38394:51;38462:32;38426:6;38479;38462:32;:::i;:::-;38454:40;37602:898;-1:-1:-1;;;;;;;;;;37602:898:201:o","linkReferences":{}},"methodIdentifiers":{"_msgSender()":"119df25f","_msgValue()":"45ec9354","_world()":"e1af802c","batchCall((bytes32,bytes)[])":"ce5e8dd9","batchCallFrom((address,bytes32,bytes)[])":"8fc8cf7e","grantAccess(bytes32,address)":"40554c3a","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","revokeAccess(bytes32,address)":"8d53b208","supportsInterface(bytes4)":"01ffc9a7","transferBalanceToAddress(bytes32,address,uint256)":"45afd199","transferBalanceToNamespace(bytes32,bytes32,uint256)":"c9c85a60","transferOwnership(bytes32,address)":"ef5d6bbb","unregisterStoreHook(bytes32,address)":"05609129","unregisterSystemHook(bytes32,address)":"a92813ad"},"rawMetadata":"{\"compiler\":{\"version\":\"0.8.21+commit.d9974bed\"},\"language\":\"Solidity\",\"output\":{\"abi\":[{\"inputs\":[{\"internalType\":\"uint256\",\"name\":\"length\",\"type\":\"uint256\"}],\"name\":\"FieldLayoutLib_InvalidLength\",\"type\":\"error\"},{\"inputs\":[],\"name\":\"FieldLayoutLib_StaticLengthDoesNotFitInAWord\",\"type\":\"error\"},{\"inputs\":[],\"name\":\"FieldLayoutLib_StaticLengthIsZero\",\"type\":\"error\"},{\"inputs\":[{\"internalType\":\"uint256\",\"name\":\"length\",\"type\":\"uint256\"}],\"name\":\"PackedCounter_InvalidLength\",\"type\":\"error\"},{\"inputs\":[{\"internalType\":\"uint256\",\"name\":\"length\",\"type\":\"uint256\"}],\"name\":\"SchemaLib_InvalidLength\",\"type\":\"error\"},{\"inputs\":[],\"name\":\"SchemaLib_StaticTypeAfterDynamicType\",\"type\":\"error\"},{\"inputs\":[{\"internalType\":\"bytes\",\"name\":\"data\",\"type\":\"bytes\"},{\"internalType\":\"uint256\",\"name\":\"start\",\"type\":\"uint256\"},{\"internalType\":\"uint256\",\"name\":\"end\",\"type\":\"uint256\"}],\"name\":\"Slice_OutOfBounds\",\"type\":\"error\"},{\"inputs\":[{\"internalType\":\"uint256\",\"name\":\"length\",\"type\":\"uint256\"},{\"internalType\":\"uint256\",\"name\":\"accessedIndex\",\"type\":\"uint256\"}],\"name\":\"Store_IndexOutOfBounds\",\"type\":\"error\"},{\"inputs\":[{\"internalType\":\"uint256\",\"name\":\"expected\",\"type\":\"uint256\"},{\"internalType\":\"uint256\",\"name\":\"received\",\"type\":\"uint256\"}],\"name\":\"Store_InvalidFieldNamesLength\",\"type\":\"error\"},{\"inputs\":[{\"internalType\":\"uint256\",\"name\":\"expected\",\"type\":\"uint256\"},{\"internalType\":\"uint256\",\"name\":\"received\",\"type\":\"uint256\"}],\"name\":\"Store_InvalidKeyNamesLength\",\"type\":\"error\"},{\"inputs\":[{\"internalType\":\"bytes2\",\"name\":\"expected\",\"type\":\"bytes2\"},{\"internalType\":\"ResourceId\",\"name\":\"resourceId\",\"type\":\"bytes32\"},{\"internalType\":\"string\",\"name\":\"resourceIdString\",\"type\":\"string\"}],\"name\":\"Store_InvalidResourceType\",\"type\":\"error\"},{\"inputs\":[{\"internalType\":\"uint40\",\"name\":\"startWithinField\",\"type\":\"uint40\"},{\"internalType\":\"uint40\",\"name\":\"deleteCount\",\"type\":\"uint40\"},{\"internalType\":\"uint40\",\"name\":\"fieldLength\",\"type\":\"uint40\"}],\"name\":\"Store_InvalidSplice\",\"type\":\"error\"},{\"inputs\":[{\"internalType\":\"uint256\",\"name\":\"expected\",\"type\":\"uint256\"},{\"internalType\":\"uint256\",\"name\":\"received\",\"type\":\"uint256\"}],\"name\":\"Store_InvalidValueSchemaLength\",\"type\":\"error\"},{\"inputs\":[{\"internalType\":\"ResourceId\",\"name\":\"tableId\",\"type\":\"bytes32\"},{\"internalType\":\"string\",\"name\":\"tableIdString\",\"type\":\"string\"}],\"name\":\"Store_TableAlreadyExists\",\"type\":\"error\"},{\"inputs\":[{\"internalType\":\"string\",\"name\":\"resource\",\"type\":\"string\"},{\"internalType\":\"address\",\"name\":\"caller\",\"type\":\"address\"}],\"name\":\"World_AccessDenied\",\"type\":\"error\"},{\"inputs\":[],\"name\":\"World_AlreadyInitialized\",\"type\":\"error\"},{\"inputs\":[{\"internalType\":\"bytes4\",\"name\":\"functionSelector\",\"type\":\"bytes4\"}],\"name\":\"World_CallbackNotAllowed\",\"type\":\"error\"},{\"inputs\":[{\"internalType\":\"address\",\"name\":\"delegator\",\"type\":\"address\"},{\"internalType\":\"address\",\"name\":\"delegatee\",\"type\":\"address\"}],\"name\":\"World_DelegationNotFound\",\"type\":\"error\"},{\"inputs\":[{\"internalType\":\"bytes4\",\"name\":\"functionSelector\",\"type\":\"bytes4\"}],\"name\":\"World_FunctionSelectorAlreadyExists\",\"type\":\"error\"},{\"inputs\":[{\"internalType\":\"bytes4\",\"name\":\"functionSelector\",\"type\":\"bytes4\"}],\"name\":\"World_FunctionSelectorNotFound\",\"type\":\"error\"},{\"inputs\":[{\"internalType\":\"uint256\",\"name\":\"balance\",\"type\":\"uint256\"},{\"internalType\":\"uint256\",\"name\":\"amount\",\"type\":\"uint256\"}],\"name\":\"World_InsufficientBalance\",\"type\":\"error\"},{\"inputs\":[{\"internalType\":\"address\",\"name\":\"contractAddress\",\"type\":\"address\"},{\"internalType\":\"bytes4\",\"name\":\"interfaceId\",\"type\":\"bytes4\"}],\"name\":\"World_InterfaceNotSupported\",\"type\":\"error\"},{\"inputs\":[{\"internalType\":\"ResourceId\",\"name\":\"resourceId\",\"type\":\"bytes32\"},{\"internalType\":\"string\",\"name\":\"resourceIdString\",\"type\":\"string\"}],\"name\":\"World_InvalidResourceId\",\"type\":\"error\"},{\"inputs\":[{\"internalType\":\"bytes2\",\"name\":\"expected\",\"type\":\"bytes2\"},{\"internalType\":\"ResourceId\",\"name\":\"resourceId\",\"type\":\"bytes32\"},{\"internalType\":\"string\",\"name\":\"resourceIdString\",\"type\":\"string\"}],\"name\":\"World_InvalidResourceType\",\"type\":\"error\"},{\"inputs\":[{\"internalType\":\"ResourceId\",\"name\":\"resourceId\",\"type\":\"bytes32\"},{\"internalType\":\"string\",\"name\":\"resourceIdString\",\"type\":\"string\"}],\"name\":\"World_ResourceAlreadyExists\",\"type\":\"error\"},{\"inputs\":[{\"internalType\":\"ResourceId\",\"name\":\"resourceId\",\"type\":\"bytes32\"},{\"internalType\":\"string\",\"name\":\"resourceIdString\",\"type\":\"string\"}],\"name\":\"World_ResourceNotFound\",\"type\":\"error\"},{\"inputs\":[{\"internalType\":\"address\",\"name\":\"system\",\"type\":\"address\"}],\"name\":\"World_SystemAlreadyExists\",\"type\":\"error\"},{\"inputs\":[],\"name\":\"World_UnlimitedDelegationNotAllowed\",\"type\":\"error\"},{\"anonymous\":false,\"inputs\":[{\"indexed\":true,\"internalType\":\"ResourceId\",\"name\":\"tableId\",\"type\":\"bytes32\"},{\"indexed\":false,\"internalType\":\"bytes32[]\",\"name\":\"keyTuple\",\"type\":\"bytes32[]\"}],\"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\":\"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\":[{\"components\":[{\"internalType\":\"ResourceId\",\"name\":\"systemId\",\"type\":\"bytes32\"},{\"internalType\":\"bytes\",\"name\":\"callData\",\"type\":\"bytes\"}],\"internalType\":\"struct SystemCallData[]\",\"name\":\"systemCalls\",\"type\":\"tuple[]\"}],\"name\":\"batchCall\",\"outputs\":[{\"internalType\":\"bytes[]\",\"name\":\"returnDatas\",\"type\":\"bytes[]\"}],\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"inputs\":[{\"components\":[{\"internalType\":\"address\",\"name\":\"from\",\"type\":\"address\"},{\"internalType\":\"ResourceId\",\"name\":\"systemId\",\"type\":\"bytes32\"},{\"internalType\":\"bytes\",\"name\":\"callData\",\"type\":\"bytes\"}],\"internalType\":\"struct SystemCallFromData[]\",\"name\":\"systemCalls\",\"type\":\"tuple[]\"}],\"name\":\"batchCallFrom\",\"outputs\":[{\"internalType\":\"bytes[]\",\"name\":\"returnDatas\",\"type\":\"bytes[]\"}],\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"ResourceId\",\"name\":\"resourceId\",\"type\":\"bytes32\"},{\"internalType\":\"address\",\"name\":\"grantee\",\"type\":\"address\"}],\"name\":\"grantAccess\",\"outputs\":[],\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"contract IModule\",\"name\":\"module\",\"type\":\"address\"},{\"internalType\":\"bytes\",\"name\":\"args\",\"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 WorldContextConsumer\",\"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\":\"ResourceId\",\"name\":\"resourceId\",\"type\":\"bytes32\"},{\"internalType\":\"address\",\"name\":\"grantee\",\"type\":\"address\"}],\"name\":\"revokeAccess\",\"outputs\":[],\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"bytes4\",\"name\":\"interfaceId\",\"type\":\"bytes4\"}],\"name\":\"supportsInterface\",\"outputs\":[{\"internalType\":\"bool\",\"name\":\"\",\"type\":\"bool\"}],\"stateMutability\":\"pure\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"ResourceId\",\"name\":\"fromNamespaceId\",\"type\":\"bytes32\"},{\"internalType\":\"address\",\"name\":\"toAddress\",\"type\":\"address\"},{\"internalType\":\"uint256\",\"name\":\"amount\",\"type\":\"uint256\"}],\"name\":\"transferBalanceToAddress\",\"outputs\":[],\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"ResourceId\",\"name\":\"fromNamespaceId\",\"type\":\"bytes32\"},{\"internalType\":\"ResourceId\",\"name\":\"toNamespaceId\",\"type\":\"bytes32\"},{\"internalType\":\"uint256\",\"name\":\"amount\",\"type\":\"uint256\"}],\"name\":\"transferBalanceToNamespace\",\"outputs\":[],\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"ResourceId\",\"name\":\"namespaceId\",\"type\":\"bytes32\"},{\"internalType\":\"address\",\"name\":\"newOwner\",\"type\":\"address\"}],\"name\":\"transferOwnership\",\"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\":{\"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_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[],uint48,uint40,bytes32,bytes)\":{\"params\":{\"data\":\"The data to insert into the dynamic data of the record at the start byte.\",\"deleteCount\":\"The number of bytes to delete in the splice operation.\",\"encodedLengths\":\"The encoded lengths of the dynamic data of the record.\",\"keyTuple\":\"An array representing the composite key for the record.\",\"start\":\"The start position in bytes for the splice operation.\",\"tableId\":\"The ID of the table where the data is spliced.\"}},\"Store_SpliceStaticData(bytes32,bytes32[],uint48,bytes)\":{\"details\":\"In static data, data is always overwritten starting at the start position, so the total length of the data remains the same and no data is shifted.\",\"params\":{\"data\":\"The data to write to the static data of the record at the start byte.\",\"keyTuple\":\"An array representing the key for the record.\",\"start\":\"The start position in bytes for the splice operation.\",\"tableId\":\"The ID of the table where the data is spliced.\"}}},\"kind\":\"dev\",\"methods\":{\"_msgSender()\":{\"returns\":{\"sender\":\"The `msg.sender` in the call to the World contract before the World routed the call to the WorldContextConsumer contract.\"}},\"_msgValue()\":{\"returns\":{\"value\":\"The `msg.value` in the call to the World contract before the World routed the call to the WorldContextConsumer contract.\"}},\"_world()\":{\"returns\":{\"_0\":\"The address of the World contract that routed the call to this WorldContextConsumer.\"}},\"batchCall((bytes32,bytes)[])\":{\"details\":\"Iterates through an array of system calls, executes them, and returns an array of return data.\",\"params\":{\"systemCalls\":\"An array of SystemCallData that contains systemId and callData for each call.\"},\"returns\":{\"returnDatas\":\"An array of bytes containing the return data for each system call.\"}},\"batchCallFrom((address,bytes32,bytes)[])\":{\"details\":\"Iterates through an array of system calls with specified 'from' addresses, executes them, and returns an array of return data.\",\"params\":{\"systemCalls\":\"An array of SystemCallFromData that contains from, systemId, and callData for each call.\"},\"returns\":{\"returnDatas\":\"An array of bytes containing the return data for each system call.\"}},\"grantAccess(bytes32,address)\":{\"details\":\"Requires the caller to own the namespace.\",\"params\":{\"grantee\":\"The address to which access should be granted.\",\"resourceId\":\"The ID of the resource to grant access to.\"}},\"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\":{\"args\":\"Arguments for the 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.\"}},\"revokeAccess(bytes32,address)\":{\"details\":\"Requires the caller to own the namespace.\",\"params\":{\"grantee\":\"The address from which access should be revoked.\",\"resourceId\":\"The ID of the resource to revoke access from.\"}},\"supportsInterface(bytes4)\":{\"params\":{\"interfaceId\":\"The ID of the interface in question.\"},\"returns\":{\"_0\":\"True if the interface is supported, false otherwise.\"}},\"transferBalanceToAddress(bytes32,address,uint256)\":{\"details\":\"Requires the caller to have access to the source namespace and ensures sufficient balance before transfer.\",\"params\":{\"amount\":\"The amount to transfer.\",\"fromNamespaceId\":\"The source namespace from which the balance will be deducted.\",\"toAddress\":\"The target address where the balance will be sent.\"}},\"transferBalanceToNamespace(bytes32,bytes32,uint256)\":{\"details\":\"Requires the caller to have access to the source namespace and ensures the destination namespace type is valid.\",\"params\":{\"amount\":\"The amount to transfer.\",\"fromNamespaceId\":\"The source namespace from which the balance will be deducted.\",\"toNamespaceId\":\"The target namespace where the balance will be added.\"}},\"transferOwnership(bytes32,address)\":{\"details\":\"Requires the caller to own the namespace. Revoke ResourceAccess for previous owner and grant to newOwner.\",\"params\":{\"namespaceId\":\"The ID of the namespace to transfer ownership.\",\"newOwner\":\"The address to which ownership should be transferred.\"}},\"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\":\"Core 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_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[],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.\"},\"batchCall((bytes32,bytes)[])\":{\"notice\":\"Make batch calls to multiple systems into a single transaction.\"},\"batchCallFrom((address,bytes32,bytes)[])\":{\"notice\":\"Make batch calls from specific addresses to multiple systems in a single transaction.\"},\"grantAccess(bytes32,address)\":{\"notice\":\"Grant access to the resource at the given resource ID.\"},\"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.\"},\"revokeAccess(bytes32,address)\":{\"notice\":\"Revoke access from the resource at the given resource ID.\"},\"supportsInterface(bytes4)\":{\"notice\":\"Checks if an interface is supported by the contract. using ERC-165 supportsInterface (see https://eips.ethereum.org/EIPS/eip-165)\"},\"transferBalanceToAddress(bytes32,address,uint256)\":{\"notice\":\"Transfer balance out of the World to a specific address.\"},\"transferBalanceToNamespace(bytes32,bytes32,uint256)\":{\"notice\":\"Transfer balance to another namespace in the World.\"},\"transferOwnership(bytes32,address)\":{\"notice\":\"Transfer ownership of the given namespace to newOwner and manages the access.\"},\"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 all World 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/core/CoreSystem.sol\":\"CoreSystem\"},\"evmVersion\":\"paris\",\"libraries\":{},\"metadata\":{\"bytecodeHash\":\"none\"},\"optimizer\":{\"enabled\":true,\"runs\":3000},\"remappings\":[\":@latticexyz/=node_modules/@latticexyz/\",\":ds-test/=node_modules/ds-test/src/\",\":forge-std/=node_modules/forge-std/src/\"]},\"sources\":{\"node_modules/@latticexyz/schema-type/src/solidity/SchemaType.sol\":{\"keccak256\":\"0x770eff7a38b9b7b1613dc11ca09db4f28b42a117c9b39b2a06a650a58a250bdb\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://39f544110658a53def52c2a4e33b8b158b95a4f14fccea58d5268b6e728d86d4\",\"dweb:/ipfs/QmTesj6tjSFbfAiKUitXapdNYWPStS8bLkB3r22qfyHwUC\"]},\"node_modules/@latticexyz/store/src/Bytes.sol\":{\"keccak256\":\"0xab31edce915377852bb5f29f7f2ccfc50cac087d64d2a8aae669715ad862d558\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://3187e86e43be1fbdd59df45c695294f1114aa1ac48e6445c0cb26089434be5c4\",\"dweb:/ipfs/Qmck7shMVrcKMVkgN2pC1byPY7hb3V9fTxnUcGgxAUeXYk\"]},\"node_modules/@latticexyz/store/src/FieldLayout.sol\":{\"keccak256\":\"0x2a0536cd6cecc479d0b81d5aad6380231f4d6873beadc54814d801c2036b02c0\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://e07c041e19146a9ec258cc700a450b4d49440202895eb12f3bb17508427c23ba\",\"dweb:/ipfs/QmXoqrCGDSkuFgNSMURRFdjokjREL78nLDzNaUi6rjefy9\"]},\"node_modules/@latticexyz/store/src/Hook.sol\":{\"keccak256\":\"0x045024523eb55d08ad8d13eca6185bff2988865f4aa12e3f9372029c2ecb8ddd\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://6621c53b49f8fe0557d1a1db47bfe1561801c09256948dd0652fb41541891a18\",\"dweb:/ipfs/QmZgFVCUH1pKcc9MeFyzMe1VW87SLz6c9szGwrDRUp6BZe\"]},\"node_modules/@latticexyz/store/src/IERC165.sol\":{\"keccak256\":\"0x2bbc3c43400c15a91a5cb35430a91309cb64a4d13a0a170eacec71dcf334feaf\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://f44dfc9605067de539de07a76a34bf469faa9e6dad8c192abafc2e05860c7dd2\",\"dweb:/ipfs/QmX8xgG6XWokM7YFwFZvmMhuh1uhkSjxCMD2oTHjUVdapb\"]},\"node_modules/@latticexyz/store/src/IStore.sol\":{\"keccak256\":\"0x9092b65551d0f910e5645cebb5acadb387cdd192d75fa89cd6b293bd65b28827\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://478825a6f7eff9ddab968e71e1d55ebee279d3b318f10976d9334384000059c0\",\"dweb:/ipfs/Qme7NY976woRy3RQjE4tkkiwoXnoVtTmER3PbWCSbjZ2kb\"]},\"node_modules/@latticexyz/store/src/IStoreData.sol\":{\"keccak256\":\"0xa8eade05c551aeef35c84727d7a44af239516deb2d8a0cfb7ebeb5d88c6995e5\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://5335910bd8a204abb5f4396fb911a5ee5c221bd7fa63b1cc8ae5e737c6458c6a\",\"dweb:/ipfs/QmckkCAfrNcWo3yDxoD1jCe1k4iDA2GzVDpFjJZs7W79vx\"]},\"node_modules/@latticexyz/store/src/IStoreErrors.sol\":{\"keccak256\":\"0xb9070663ded3cad82285bb7610949e422f88abb48c2ddbd792af83d127d64212\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://830490f1c888bec86df1e7ef43773d60ebdbdfdb2b91ab7fe074e2f38d7439dc\",\"dweb:/ipfs/QmS26fpXdZuGgMmjcdQDf9k1Bedn2dhjk9byFZJoNkctPZ\"]},\"node_modules/@latticexyz/store/src/IStoreEvents.sol\":{\"keccak256\":\"0xdd3104680808f975462a85cbd4fa87783ba5395797419caeeca37e8f8627a16f\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://943864b7eb16ad2047ade5a8598e85c8a4b46d1aed6aef02bfb7cee8de732b4d\",\"dweb:/ipfs/QmTEij4caToSNk15PFpubXYDy9QhwmPyP9tMXjUse2cTdv\"]},\"node_modules/@latticexyz/store/src/IStoreHook.sol\":{\"keccak256\":\"0xa6777c7868333996ad9c61a94457dcac702d8d7445a104dfdc86543d25e7470e\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://6268a16449d7529a94746d0103670dd0e38faf5117bf914fb01da9947ab44c2e\",\"dweb:/ipfs/QmaSfbx1QRA3jw2K8bGkQTw4CTGPUzNqnCJW7LwaFUJCXy\"]},\"node_modules/@latticexyz/store/src/IStoreRead.sol\":{\"keccak256\":\"0xd2180d53ecd31069b1166f170ecdcd85917ac50f45fc26fb39b49cee7ba00e37\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://1494bb0a3228e2d194bddaed4761fd3ca865979f0e3f3a53acd271143a4aa0ac\",\"dweb:/ipfs/Qmaddnzzmu99iP9dTWK9ZeByh5dZyjY9SpVnRdvyr2fBAo\"]},\"node_modules/@latticexyz/store/src/IStoreRegistration.sol\":{\"keccak256\":\"0xf448fbb2bc9c982721a43234463656da5a49cea08543e62148d54f11e1ac3e2f\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://64b3579d9b9dcd73dca2beab3d4fcf60237420945ebbb2e9f4ffcc88f4110115\",\"dweb:/ipfs/QmaW5nN3zGEriSYHncye6Nz2TkAw1oo1CyG2JuJTJrJoXg\"]},\"node_modules/@latticexyz/store/src/IStoreWrite.sol\":{\"keccak256\":\"0x8b6c7af5ee330928aebb58c8872d3944304ee10ed11f8a325b6accc4ec5df81b\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://b866d158701c7a40834bed735194b804ef219f2bbe574e2307785fff7bcf9da1\",\"dweb:/ipfs/QmXzJfZkXVfyr2RFGwDuazeVnV3UWYmQxjKZ3KzFbbe75U\"]},\"node_modules/@latticexyz/store/src/Memory.sol\":{\"keccak256\":\"0x69295976e61a1a108d1b4d6eb497b238730309f3047c4320d48e01a0ce8d4ec7\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://559c451b21fb9dd4fec27b41bef42f4362f1e7ebb7992106d548b9d4f733b3e5\",\"dweb:/ipfs/QmeSE7YTW5zUrfZYFVb2pFnDe3XxiT8XNecfwC3wfpxCRv\"]},\"node_modules/@latticexyz/store/src/PackedCounter.sol\":{\"keccak256\":\"0x44ddfa9eb8a861462c550f0a9d66c40c68acdb347a61fa765949608407a2c7fb\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://47ee957f4b19cab9e20bf5fc569c015eca13852fb3351f2a105a8be9c48204c0\",\"dweb:/ipfs/QmNkyzDobVQLoq9BtQ8HtgsPLiqnmi97EZx1wsu6wp8nKH\"]},\"node_modules/@latticexyz/store/src/ResourceId.sol\":{\"keccak256\":\"0x40983c580b8958e55db4520095934a535e98544ffe8228327e598973eb6647ed\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://839d658fa2bb2b1f09a08149d2bf0c26a26c301ad2dda8154fc99458085a695d\",\"dweb:/ipfs/Qmd5jHHYrgqraPqF8bjzT4xyjsoPk8K7pkxXLLfz6MRT6d\"]},\"node_modules/@latticexyz/store/src/Schema.sol\":{\"keccak256\":\"0x58aef318ba03f8ff8866ef70f8a30f549b150657ea699734aefe16c298956401\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://7dc104690a7e2bcf5ce1afadcd58f8ef4d639b4b92b9ad9293656235d54395f3\",\"dweb:/ipfs/QmYJJvEv5KBJ3kzf9AkgRn7Uu5dp4exGTRddf4cae1btgE\"]},\"node_modules/@latticexyz/store/src/Slice.sol\":{\"keccak256\":\"0xfaf54b1f5acccd4c6ce3f8377050ee84efbb423cb604b4651e8b9ea3b467bf32\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://acf2ce7ffec21f28ad1dc6da06c342f1212a03a3d16a0be7ee85715a5940718c\",\"dweb:/ipfs/QmTCN3NSdFg87hi7KS2Xtq7PsmRUMG64SxC8PtP3p2GzuT\"]},\"node_modules/@latticexyz/store/src/Storage.sol\":{\"keccak256\":\"0x130f0925a5bf4f732ef9758b47eca18c77d1bb34546ea9463321e9df766435a1\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://68767e3db6fd6538a4577a1c30fe03e05bf9d316cdd43a66657e93c008b76f45\",\"dweb:/ipfs/QmSZmUBSfhk3v5gNu5GgwcYuWbb1FFDKYpDKvpXVahfyTw\"]},\"node_modules/@latticexyz/store/src/StoreCore.sol\":{\"keccak256\":\"0x95b7d62d84b43777c54dd1c7d941dbb5ba0afc02c444c30cfdb1de671bbbf180\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://fe62a2fdb2a73610c3072f31b7f88ed3f9d03c1009fe0f0ef37a7eb814b23534\",\"dweb:/ipfs/QmV85zaV5HAD6eGc5N4RmdtmpR6EwkswVLQTaR2aJqsXrj\"]},\"node_modules/@latticexyz/store/src/StoreSwitch.sol\":{\"keccak256\":\"0xf132af10f960a498f49c0534027056e715f4bdcb8fbdb53ac6879c92309ab416\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://e85a09aeb7543bcd9d74b7ad319ae61e1f7f15a6a0ad9e79aff750fbd18111c7\",\"dweb:/ipfs/QmY6xgqeeaR1FsCPLmFbVgjm1D2UyrXNABKXWLfFaSmBhR\"]},\"node_modules/@latticexyz/store/src/codegen/index.sol\":{\"keccak256\":\"0xf337a5abb2d43ef00c1c200e7fbec30fc89c7c701e457ab4277194b700d2aea3\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://eccdf6158076b4e8f1b587a0310228f53323705e054a44eaa7733f38805c3ee6\",\"dweb:/ipfs/QmbXEVNTctg54dK9awdCVyAjeuUjR6ckfmmXBP8DrFmjyq\"]},\"node_modules/@latticexyz/store/src/codegen/tables/Hooks.sol\":{\"keccak256\":\"0xc5c6f807cff6b4dc486525c559ba3f7cbb034ac5895636ee64c9d01defa6a38e\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://84d3a3b3fd3afa2ab3231fd7fe981889dfb0600deec34c5d4e9c07d3187af8a5\",\"dweb:/ipfs/Qmanj7WjETqBYQXkxKLjqWs4vMp3en3N69B5MacKme5fpD\"]},\"node_modules/@latticexyz/store/src/codegen/tables/ResourceIds.sol\":{\"keccak256\":\"0xf7a9bf3e37b486377005c556cdf5b813ea1a41278b3a0349f81e3c82a2f1c789\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://92cc87add89abcb126bf3cd0b284f25065c2b9c90a49f8dba4629b28a5b87751\",\"dweb:/ipfs/QmNNBDSK5GNujERGiSUhorbmtpdD2UnGz7MqSSDasEGdub\"]},\"node_modules/@latticexyz/store/src/codegen/tables/StoreHooks.sol\":{\"keccak256\":\"0xa1186b8b6143b4a87cea1624785494398be1613cb7c6f9e57734e1cca1d5dd14\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://488c158082622689d035d7964c6ca063295e53078291c340eb6a23db08e8ff95\",\"dweb:/ipfs/QmWcjo3B5SH7jStXKAuf7qvF2ouz6syw9c7aT86PnTgRqW\"]},\"node_modules/@latticexyz/store/src/codegen/tables/Tables.sol\":{\"keccak256\":\"0xd47e1921c07fc8608157b5dc343fcef7235e891ea6a21dec1fb118a0bd797fcb\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://01a6ad068e6991994a0939f22a55245e0c7c82fc5e274da0af616286a8acfc7a\",\"dweb:/ipfs/QmPokA3pSexzZY33MMV6BGx48ZwQegdUN5AijiAfycSDxy\"]},\"node_modules/@latticexyz/store/src/constants.sol\":{\"keccak256\":\"0x9e37c64c119ef07ad914bc589ee3f6d67946ab95877978c1ee3e2c1ffae07076\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://3fad47e542025382aa28e8171253e34f93b2f149434b67a26989542d70218793\",\"dweb:/ipfs/QmW6JsKNwPc6oAMrgcikgR2EPwMUtQANiuZSQSGCd29HHC\"]},\"node_modules/@latticexyz/store/src/leftMask.sol\":{\"keccak256\":\"0xd0360567e4d77c6a8e3d8a5f4bf3653ccde4d268674c50988d55695dc6193f6f\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://53e6bcb53fcb08ee9426225fdab7c41df91e12cb4f80d92895a6117338627401\",\"dweb:/ipfs/QmeLcaPGeMBpNSTSsPYK3PHpzKuGMjuitCweAWcoXK2mXr\"]},\"node_modules/@latticexyz/store/src/storeHookTypes.sol\":{\"keccak256\":\"0x60880298016fa117ed9a43ddfd020f11d98a2d345bdcb08e5884e40df98eddd5\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://3619dfda1fd514c0fc5fb34c14d5b5aa41dd6ba6045d37d5f4c8199f3a826f81\",\"dweb:/ipfs/QmbzRBYfVa423gNzCitpGN3i2N9oeGYfinVE1jgtqxnNZX\"]},\"node_modules/@latticexyz/store/src/storeResourceTypes.sol\":{\"keccak256\":\"0xada1867ba72930fc5cf5562dd4e36de849dbac9c833b7969cb1b046a808fabf2\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://6e4b5fdcaa54f567a3f8561c2c3fbc0d68c8dad892a4a8e5418bbce8efc53d84\",\"dweb:/ipfs/QmTWbYJX1yrCqrEwUKB9rGpHdRvLNU8GCkBbxnLjGD4d2t\"]},\"node_modules/@latticexyz/store/src/tightcoder/DecodeSlice.sol\":{\"keccak256\":\"0x1af0fd984640123391ec2df855d00298504b7ce186a56c2caca769cfd9e08e04\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://7305a62318890d2cc6420ba7dec13d9f2c1cb67ac689015fc83b9cbccd0696f1\",\"dweb:/ipfs/QmR8jGNLbt64Tv1YZKRVBCVsd71oeUQFzGHHtpsrs4PuRq\"]},\"node_modules/@latticexyz/store/src/tightcoder/EncodeArray.sol\":{\"keccak256\":\"0x1c280d24360282e196d9c4833c58c2437108cea2af0ac7596f95be81389e306d\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://6b4556b6eeae9328fbd9adcce346547e823c397503276a4d63effb67e00b5b49\",\"dweb:/ipfs/QmUsynVsMYzjh8oJR8YB7SRrwFMdXcsQsHBrXxLEEFxsiB\"]},\"node_modules/@latticexyz/store/src/tightcoder/TightCoder.sol\":{\"keccak256\":\"0x5cacd4cb371e0a79bc8d64f62349d568fd8b08093c11ae0c3db4f16480d8808b\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://12b64ddf2b5c19cf68ba93a8153ed79cbafe7a91e015d4b2f25eb1d42ab06256\",\"dweb:/ipfs/QmQz5WwztcuTbSGFv2pkhU3w5scUj1gmavoyUpduxk2v3A\"]},\"node_modules/@latticexyz/store/src/version.sol\":{\"keccak256\":\"0x01029999a48b7c1d85de84cae465dd24ec126c95b8a865cd20c7ed5dfcc0f02c\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://9750164ce996badb0fd7df2f526780b9cb9558912405fe46f31064bd7c522491\",\"dweb:/ipfs/QmYf8m2ZXFANRc9ysHgNkNtSF327ccxKYjCUJ49UXBKADk\"]},\"node_modules/@latticexyz/world/src/AccessControl.sol\":{\"keccak256\":\"0x10ca29a5d7075edb2fe5cd559077fc34857129182f9d6ea074a234dfbcdb313e\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://1fe2783b7d0592d14a20b8be192dd3fa4216f8e541adea579859ea2bf1224da3\",\"dweb:/ipfs/QmTi9XDP5jsQpbqvJxPvkqyDByv7i88wKidrYnTtLdPhka\"]},\"node_modules/@latticexyz/world/src/Delegation.sol\":{\"keccak256\":\"0x09324c2d43eac847a312e1879de1019d1b6eb333d9c9e0d42c449d76f5d9fc89\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://bd6f751c31f1305ffb328b1cd4bcc3999439f63f2b8ad9a33bbebdccdf60e716\",\"dweb:/ipfs/QmRfj5xWwC3wzFr9iAQBr1pAQmLYPJhDRXyRcJpYfhDdoE\"]},\"node_modules/@latticexyz/world/src/IDelegationControl.sol\":{\"keccak256\":\"0xbf3da1c6ab38b3db62a4f4dd0235280d1fb07d8d465a145d6fd9eaf4bb4c3553\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://30205a69d660ed8de5bf34ee73ec9033737d544bc7572130c439b2467606469d\",\"dweb:/ipfs/QmUWTNdSW1bxXjaQzMUCLqBBoLYYre7CgDko4Qy12DaRNS\"]},\"node_modules/@latticexyz/world/src/IERC165.sol\":{\"keccak256\":\"0x7997ebbdee6a2493f28e7032c7a8b906ade40f807d95734e2653c8f1b023ff47\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://c8ca41bb2619bf27e5bf886d1322f0e2dffd096c49f7ae6e716541dd1e1ddce5\",\"dweb:/ipfs/Qmb8zATUWWTtiWaSLjbAe6PGnJPes9ANvEyk7pYoWR3P3Y\"]},\"node_modules/@latticexyz/world/src/IModule.sol\":{\"keccak256\":\"0x4535542ceb57e77096f24b943285bc158c48ef5291999f9c1e27f5682f8a9581\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://ec670524d19c50c659e385bc4dcb4757b065e1b5fe14160244537a7cd7a4b883\",\"dweb:/ipfs/QmT7NSWFSQ6MxYefe665srKMT2GTWomrPRZAHLjrFhQzV6\"]},\"node_modules/@latticexyz/world/src/ISystemHook.sol\":{\"keccak256\":\"0xb2114b6b66c0e7d8304d9e1d06aa1d0731f089daa6a0584e6cf744d9c48cf4db\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://ebbb172970b106dd4ae5a6d5e417ac75cad7529d2b94c1601e10b886d0edf510\",\"dweb:/ipfs/QmPGn4F92hjkFch6Jh2NB37EYLLfstw6JxJKUZjXBFqGCw\"]},\"node_modules/@latticexyz/world/src/IWorldContextConsumer.sol\":{\"keccak256\":\"0x22b8cb3ffcc21cb1657d57fc8ac929d2d6fdd199328e6f43ad2cb54f53dcd500\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://47c001f6b7c6d6e453c340618d23b1532078abb7d0fd7283405071e4e8ff8d2d\",\"dweb:/ipfs/QmRW3femBhqQCPwDEj4Jop2Dnd3EU21ufg7GDVwN4joCQu\"]},\"node_modules/@latticexyz/world/src/IWorldErrors.sol\":{\"keccak256\":\"0xc3e7975e5785574543229eac51e3441f4185863d7f5346c0ae08a27b4541f8a7\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://62cc0dc109e6e5475bb07fb95643a31c74337c23521db0557a36dad6117a1e83\",\"dweb:/ipfs/Qmb8jbE1XQTUdreKFr4Jw3xmjctaLuReRZjPxZKQ2uW9p4\"]},\"node_modules/@latticexyz/world/src/IWorldKernel.sol\":{\"keccak256\":\"0x9dc133cb55dc23fd6fcbbef8078bb4ea9bf67d698400cf89fc62b905b60cf5eb\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://7c1a57df7052218483eafe72d873660f39a73e2e06c1b14ad8a579d85b94bc6c\",\"dweb:/ipfs/Qme7dnjvADGZyM2L7nZ51nSjsjXXF9isTVCpWaUCd1cEGs\"]},\"node_modules/@latticexyz/world/src/System.sol\":{\"keccak256\":\"0x7bece0ec86fdc458054e6db0ac4316fc98882fa3ba76b2fa107d3de5382053cd\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://d154183426723bbf133d4dc5f8d051e9521f7b7cabe63925731fa4af99379cdd\",\"dweb:/ipfs/QmZXxPGcqknGLCwTByaZFKhqvKbrfiZkywmnh8buGTC2Mc\"]},\"node_modules/@latticexyz/world/src/SystemCall.sol\":{\"keccak256\":\"0x2db3d2945cea02e3c830329c30dde0c96bb87da9d070f3545dbd7f807d2ff53a\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://ee5c3b48917527ec0f26c953f66d149bb2173d1dfd78ee00d2ceb409f3a5bd08\",\"dweb:/ipfs/QmQ7WjHbmWeEDnu2dgx7nduYBCvyVsjFksPHXxrJjZCKo9\"]},\"node_modules/@latticexyz/world/src/WorldContext.sol\":{\"keccak256\":\"0xa11d93077d94f18683f1098b69c4713a48001ae15054476135ec9569041abb9a\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://9b1d3384def68b4061c445b55602dd9cbcd4e8c58c13db5e945f284a05c1b518\",\"dweb:/ipfs/Qma5DUZrSKZUxrxiGCpyRPWMJNdHU2wu6qDEsFWEJSnLfN\"]},\"node_modules/@latticexyz/world/src/WorldResourceId.sol\":{\"keccak256\":\"0xb7bfae2890004001221b3902d185c14cfea0e606d16914f6b7f81cf112aa9417\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://acfd0d09166fc1bf16a8a5c80fbae1bd42426b2fcbab3c492bc836ea5c0375fb\",\"dweb:/ipfs/QmTzZWHVBkx8hipFVpgEwAbZpr4c6hfr7yf7R71JojT3NK\"]},\"node_modules/@latticexyz/world/src/codegen/interfaces/IAccessManagementSystem.sol\":{\"keccak256\":\"0xc912f14d0f2e2e9e728a9d18e250ebe3eb2f51d0b4d79993c9d997991bbd5593\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://29621425847a1c11205307896b04e2a6c97934dd619f23ce6774ce52520f1255\",\"dweb:/ipfs/QmeuTe3q8U11Dqkp5tahxVWnp9Cd5ezQmRZ5vhEHtv14Eu\"]},\"node_modules/@latticexyz/world/src/codegen/interfaces/IBalanceTransferSystem.sol\":{\"keccak256\":\"0xf04594c29c5c5b3110453ac189a8008735753de864ab4a7dfa97ccd3ae5f4a55\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://4a3061f72b969a294dc96c3b2e59277e762ce6571cedcc7e280412431453dde5\",\"dweb:/ipfs/QmWB9aboakrCH9AmzGiZ1mCceh9atF4ks5ndEYFzUVbaHT\"]},\"node_modules/@latticexyz/world/src/codegen/interfaces/IBaseWorld.sol\":{\"keccak256\":\"0xf96aee478cc770cd9cd417b7939c38c9b9b075c91f3f47bdf8c6742f5591e9dc\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://9c59c4c9a6ab3d64e2b0d7c9f3df2d330a36fc93ac2ab5e5f907fa881fbed1f8\",\"dweb:/ipfs/QmTbd82cCtDwc8Ga1UsWAKXmFYrWU1zkbCCk1nMspqWdZu\"]},\"node_modules/@latticexyz/world/src/codegen/interfaces/IBatchCallSystem.sol\":{\"keccak256\":\"0xb4d323470e22b1d3f0168a44196eb09466f602b7564c75e5739c5f53a5036f97\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://acad752208d00b731baaa1cfa192ff3981001fd030953bdc604e4f69ec2cd0b8\",\"dweb:/ipfs/QmRFw3RgmX2CHqg7PqsP3rqVKxBVYNq5hHcFiyA2Y7iAaX\"]},\"node_modules/@latticexyz/world/src/codegen/interfaces/ICoreSystem.sol\":{\"keccak256\":\"0xf837b53eaa348da3b3650e0b7159de02d3f84897d96e487ece2f932c272dbe57\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://fbdc52e9e519c8c6d4a00caf4de08688eb8eb34dbfc6236308f281d7cf05b51b\",\"dweb:/ipfs/QmWnogXiA5KA6JGxCTJR5W1MNFowrH7baSAYhSXjV1xM47\"]},\"node_modules/@latticexyz/world/src/codegen/interfaces/IModuleInstallationSystem.sol\":{\"keccak256\":\"0x5be1d1ee90a7a03258e8c4fce7542453332c637a51b015e0cc29151ef2792263\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://df6d97356b2ca9d97b7593f4c0772742529fea73f1665e55a879a368b399cae0\",\"dweb:/ipfs/QmXCs5X4Z95isKRzjP4TQjQxwiB7773tHiJWLWkjLv3SLj\"]},\"node_modules/@latticexyz/world/src/codegen/interfaces/IWorldRegistrationSystem.sol\":{\"keccak256\":\"0xd7e31957e7fcf056912fe16e10a0411bdb071c14c45853e7da264dfbfd6bcb62\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://c4ce02327ac8971177685fc2655733ed3c07f5dfb72846680544a48953180aad\",\"dweb:/ipfs/QmQMNtkeCXdZfyyvtY8vUrKh5RUbpM7HYMGrzbxZGzTEFh\"]},\"node_modules/@latticexyz/world/src/codegen/tables/Balances.sol\":{\"keccak256\":\"0xd71faf03c782ac29483e94c2ea166fcc4e50179c7605357b1ba31bca4de29514\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://099db3f65835e395450f49119c4211b8394f2783ded4aa86eac32b3ca951f662\",\"dweb:/ipfs/QmV9FEcdDnCLbEoiAzAWYwN66P1Wf2bgkbicHNnBXD7Xrd\"]},\"node_modules/@latticexyz/world/src/codegen/tables/FunctionSelectors.sol\":{\"keccak256\":\"0x873f8d46f75ec8a85c392aa7cf2dd3f2183684dadde18b7dfca12643ab6249ed\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://1eaf7aeee1487c967ce419db0e96abd1cb8f6b75670009f2cac26dda94caec81\",\"dweb:/ipfs/QmXs5wmrwP23g3LNPP6J3NPgemu85VVQvx8rfHz2RFXRtk\"]},\"node_modules/@latticexyz/world/src/codegen/tables/FunctionSignatures.sol\":{\"keccak256\":\"0x63f3d68775ad36b709d47f8a222dcee9244923b5665e94cd15ab966a7a92bee8\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://3e9e11fc3de65b6681e86971da4645f3054a5a37d58bdd5b90bc9c07c2b5e9eb\",\"dweb:/ipfs/QmehdJcmH1buEMdnGpbi8sY1c1mUV4jMhq6bRLMPGBnyAB\"]},\"node_modules/@latticexyz/world/src/codegen/tables/InstalledModules.sol\":{\"keccak256\":\"0xbe0b03a0379cf2dcbed5302acbcb116b263b68a1c1689b66b6df2c0414033f7c\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://a7c3913cc938e7e0e3257194703a7cda9b8269b89ed2ccc5250d31eb07254198\",\"dweb:/ipfs/QmctosJsQ6sVhFHG3bEAUdhEdcBVVUKtSjTG1taXome1ff\"]},\"node_modules/@latticexyz/world/src/codegen/tables/NamespaceDelegationControl.sol\":{\"keccak256\":\"0x47c6d188f39a85b50f066151cb48d987454e845f1629685300613fdb502505a0\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://abeba0002051f60f81c1e29dbf627db4aed8da11483ec8d860a362b4bfbf4c08\",\"dweb:/ipfs/Qmc4RNYgBma9repACLdN1hpjPmEbsFKWXL8B42KaBAZvtc\"]},\"node_modules/@latticexyz/world/src/codegen/tables/NamespaceOwner.sol\":{\"keccak256\":\"0xb0b7c13673a1629118cb0c3c341380fa6d4795c9b7cf6a6c73443750f1a3b34d\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://b3c8eb44785f61c0470273cac40a228ae458b74f48d2bff8faf8915861fc49ac\",\"dweb:/ipfs/QmUF52hgGCL9TMyTQqrxGVharwfFgKNsCpD3VNqfbhid9X\"]},\"node_modules/@latticexyz/world/src/codegen/tables/ResourceAccess.sol\":{\"keccak256\":\"0xe2a4e6a75ffda6971c16e9218a0f076d5b89572d37780cd4c2375a2de683fd60\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://f04dbdf5295c0ddbda4ba0eb5fdebd84dce2ff3fe86d34681f71522bcb0e6e93\",\"dweb:/ipfs/QmUMkPg1vhSz2zVweN5bqtWbUCj3UQKZPgYfBkQ3QGS7gF\"]},\"node_modules/@latticexyz/world/src/codegen/tables/SystemHooks.sol\":{\"keccak256\":\"0xd069f1f65243ffcc3ace23804851bc902c5e58d525b962575a659e47aa76236b\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://4f86b3d93b5bcf81e0d3da0abbd6fc3924be59e7c8d147cfeb3307108431f6a3\",\"dweb:/ipfs/QmRrkBXGsdtbo28xznUWUuqNUGyfAbu1kadKGjL7n6KiKb\"]},\"node_modules/@latticexyz/world/src/codegen/tables/SystemRegistry.sol\":{\"keccak256\":\"0x8318ead6bf21b8f1e9f231d73634034511d74c1a979246df9f9cda8f349b644d\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://b705a942046bb24fdbf0a5f4b365e33ab724d26bc158e7458ef5f262f72b5bae\",\"dweb:/ipfs/Qme63b3DKKizKumysUGVFH8Q9h6cHnHBFM2Kdsxh2p6SWN\"]},\"node_modules/@latticexyz/world/src/codegen/tables/Systems.sol\":{\"keccak256\":\"0x3bf40b7e71a1953f21b447975ec1a850994a250325fdb88489d24175cf8440d9\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://7fc1d4ce3096dfbd5510d2558d6fcae01ede446032ae232bd3e8656071e21ef1\",\"dweb:/ipfs/QmNSmK5Mt7tt5isSuo216vVnn6rHBprYjz9Sdodf8YRPAy\"]},\"node_modules/@latticexyz/world/src/codegen/tables/UserDelegationControl.sol\":{\"keccak256\":\"0xffc8c2aa8115f5e7200638c21772a2f4eec283fd33a877d02a9b906614badb70\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://4df5c66e27c4a778c2ba7ce26d48652ee6f7740f0440aae9021d76aee66a2ecd\",\"dweb:/ipfs/QmWLY9GVbxHerTUJwWaNBjAWXKF7cxm2GLietVi6L5kS15\"]},\"node_modules/@latticexyz/world/src/constants.sol\":{\"keccak256\":\"0x07faffa7dc4a2adc4f9bfe93d5a59a7dd89241d360996537608e38f61c2d0588\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://b96d4ce331b257a24de2f18503a11b986ed32d218810db9d5e3e7eddc17c2218\",\"dweb:/ipfs/Qme7Cw4RN1eaFWt2j3hk6ZMB7GWUfMY5oyZKYfMvAVxdBc\"]},\"node_modules/@latticexyz/world/src/modules/core/CoreSystem.sol\":{\"keccak256\":\"0x380389a97358b3c85e259e5eb9cb0cdf9a15167d24a812fbf47d86775da43b74\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://691dfe2fbb428b49d5458b3ef37f1efa6b4f9d947a40c8a351a60bca904ee419\",\"dweb:/ipfs/QmUZJNJijQovNHU13fT6PkGmdE5EBWA4MrJtLAgcUSn2D5\"]},\"node_modules/@latticexyz/world/src/modules/core/constants.sol\":{\"keccak256\":\"0x35b32faf971caa7aefecae3c8b1a1cd2e78ff350c2109263b2f199cdaec96488\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://0c149042b448fd88260abde657931370697b35ab8e338920f0c5e5b9e83c74ab\",\"dweb:/ipfs/QmZYAsp3xtCmoNRnYaeFyXwkvYuraa3XpTBqD5Hj83NJP4\"]},\"node_modules/@latticexyz/world/src/modules/core/implementations/AccessManagementSystem.sol\":{\"keccak256\":\"0x249199f0f92320c6845018fa5449f53be3d81c496eda3d776f21c31f5bb9eb64\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://ff22da9809870b3c481dfccff1925f921fd105e6ccda00c0674a3e6e9f999c96\",\"dweb:/ipfs/QmezanrLD6hf17e18JFoxwvBHGiSpdBHvrKjs6D6NSJCWj\"]},\"node_modules/@latticexyz/world/src/modules/core/implementations/BalanceTransferSystem.sol\":{\"keccak256\":\"0x475fd8fbb61fd197a299bcf60be06941a83ebc32c97564fdb0297be9451ee24b\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://0b81e95b20b066aa7a5a175cdadcfb935cad17d58c8b9de308bc01021901b8e1\",\"dweb:/ipfs/QmeiespPCmS5YVQ53QENFWiG61JDXiG6XoED9Lo4hV4HHm\"]},\"node_modules/@latticexyz/world/src/modules/core/implementations/BatchCallSystem.sol\":{\"keccak256\":\"0xf24b9cc96cccb8ef98c9aa8585e4a5c003b3b8a00c5a9c6db5c750460960a7d1\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://afa918bcba66835a0866a11c5b43b5da11d68fb68c697f89a273d5dd3a5f1f5c\",\"dweb:/ipfs/QmZyyVdNoUiyLMimmNkZkQv5o86k4sGyo1CGEMrt794eC2\"]},\"node_modules/@latticexyz/world/src/modules/core/implementations/ModuleInstallationSystem.sol\":{\"keccak256\":\"0xbd38c017901c8893dbb8685905a6427ba2f2d80e105b28fe05ab1eaf5476d729\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://ccea43206d53cae13b0f7b49188afa09f6943f7b7d3ead669e93f7845441fd7c\",\"dweb:/ipfs/QmNkBh13FdewhBG4dkF8eAcXGJJhdZw9WKrSdNXBcvsmx1\"]},\"node_modules/@latticexyz/world/src/modules/core/implementations/StoreRegistrationSystem.sol\":{\"keccak256\":\"0xff42b8b669583d22885bc685be3a50498452300757e585a5bb2ad6a8ad07ee71\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://246f2255ef9a6688e128f7f8ce3fe223fb7c053ebc2c8111c1626a04f7ffb53c\",\"dweb:/ipfs/Qmd2MHASghbm3ThMej7MkuQig9nSAMJ2rRyeRkvZJQAyGH\"]},\"node_modules/@latticexyz/world/src/modules/core/implementations/WorldRegistrationSystem.sol\":{\"keccak256\":\"0xcdeaab34a28a43960f7fb673d92575af98aa7b36d8210a8e6e95197d14a827cd\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://329d675cf7281638cfa8fa348e5e24700049c590e088353d64e88dad861c0cef\",\"dweb:/ipfs/QmSZMYFSLknMga7UgX1H2tuuXayDYJhEnngbfLRBfVTu3f\"]},\"node_modules/@latticexyz/world/src/modules/core/types.sol\":{\"keccak256\":\"0x256b3269e1e7eb6c8b6e26432bbe6799b4d45a88ef1b0e795ea71e604cec3a8a\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://99bf6320ce9671ed74e7352b4e6c462d741ca9a894c48b526e7d8513308fa6b3\",\"dweb:/ipfs/QmRFJcWFMDRkg7soJ4r4MrqacKmj16vUEMFEGWJuvFi4vJ\"]},\"node_modules/@latticexyz/world/src/requireInterface.sol\":{\"keccak256\":\"0x5c5e5c8f1fa4780a7b1ca759f7ce63dd4165a5b2a7f64c8fcb8f06bd8917ace6\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://f6d37ed25ed4471dc336681c959153cdb4cb16c209142ca5edbc6d9293669fd2\",\"dweb:/ipfs/QmQLAbkk7jxN68QcHV9KgiCbsvxDm9rKmLJQWME6DBZEpw\"]},\"node_modules/@latticexyz/world/src/revertWithBytes.sol\":{\"keccak256\":\"0x16795bdbfd7956d733df9ada1030ee7a1a714e3b9da5899149a7b07568c4af55\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://7a71128b4989e78215d5fc57dae8c2f84c6b5e503c159178c0df6f642b8228df\",\"dweb:/ipfs/QmNYTfBe62SdGESZ32fxME72CbAxEqk4j79jBT7655C4u7\"]},\"node_modules/@latticexyz/world/src/systemHookTypes.sol\":{\"keccak256\":\"0xdd201aa30700e70c35c1d4e50c375e511d798961183c8531f947c2d15969debb\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://d9c165b1beb7c1d3f75107407c34a5b3424ec8cb322d494892bceed23323ffb9\",\"dweb:/ipfs/QmdH8rtgJaENsMc6HodAbahKg7PiZUJwoZufnHCw3TwrBx\"]},\"node_modules/@latticexyz/world/src/worldResourceTypes.sol\":{\"keccak256\":\"0xe31ee781596541f60ed71ef327c9d26ffc899e7fb3f4991c67406518bfc00746\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://f7b864fea8c77833a322b16c4673f110d5065d0cafcedecd07895699cf4258c2\",\"dweb:/ipfs/QmRkzXVjMLwQFWxjEjgfdXVPAp6SU4zfxPo4NJcmz8HwH9\"]}},\"version\":1}","metadata":{"compiler":{"version":"0.8.21+commit.d9974bed"},"language":"Solidity","output":{"abi":[{"inputs":[{"internalType":"uint256","name":"length","type":"uint256"}],"type":"error","name":"FieldLayoutLib_InvalidLength"},{"inputs":[],"type":"error","name":"FieldLayoutLib_StaticLengthDoesNotFitInAWord"},{"inputs":[],"type":"error","name":"FieldLayoutLib_StaticLengthIsZero"},{"inputs":[{"internalType":"uint256","name":"length","type":"uint256"}],"type":"error","name":"PackedCounter_InvalidLength"},{"inputs":[{"internalType":"uint256","name":"length","type":"uint256"}],"type":"error","name":"SchemaLib_InvalidLength"},{"inputs":[],"type":"error","name":"SchemaLib_StaticTypeAfterDynamicType"},{"inputs":[{"internalType":"bytes","name":"data","type":"bytes"},{"internalType":"uint256","name":"start","type":"uint256"},{"internalType":"uint256","name":"end","type":"uint256"}],"type":"error","name":"Slice_OutOfBounds"},{"inputs":[{"internalType":"uint256","name":"length","type":"uint256"},{"internalType":"uint256","name":"accessedIndex","type":"uint256"}],"type":"error","name":"Store_IndexOutOfBounds"},{"inputs":[{"internalType":"uint256","name":"expected","type":"uint256"},{"internalType":"uint256","name":"received","type":"uint256"}],"type":"error","name":"Store_InvalidFieldNamesLength"},{"inputs":[{"internalType":"uint256","name":"expected","type":"uint256"},{"internalType":"uint256","name":"received","type":"uint256"}],"type":"error","name":"Store_InvalidKeyNamesLength"},{"inputs":[{"internalType":"bytes2","name":"expected","type":"bytes2"},{"internalType":"ResourceId","name":"resourceId","type":"bytes32"},{"internalType":"string","name":"resourceIdString","type":"string"}],"type":"error","name":"Store_InvalidResourceType"},{"inputs":[{"internalType":"uint40","name":"startWithinField","type":"uint40"},{"internalType":"uint40","name":"deleteCount","type":"uint40"},{"internalType":"uint40","name":"fieldLength","type":"uint40"}],"type":"error","name":"Store_InvalidSplice"},{"inputs":[{"internalType":"uint256","name":"expected","type":"uint256"},{"internalType":"uint256","name":"received","type":"uint256"}],"type":"error","name":"Store_InvalidValueSchemaLength"},{"inputs":[{"internalType":"ResourceId","name":"tableId","type":"bytes32"},{"internalType":"string","name":"tableIdString","type":"string"}],"type":"error","name":"Store_TableAlreadyExists"},{"inputs":[{"internalType":"string","name":"resource","type":"string"},{"internalType":"address","name":"caller","type":"address"}],"type":"error","name":"World_AccessDenied"},{"inputs":[],"type":"error","name":"World_AlreadyInitialized"},{"inputs":[{"internalType":"bytes4","name":"functionSelector","type":"bytes4"}],"type":"error","name":"World_CallbackNotAllowed"},{"inputs":[{"internalType":"address","name":"delegator","type":"address"},{"internalType":"address","name":"delegatee","type":"address"}],"type":"error","name":"World_DelegationNotFound"},{"inputs":[{"internalType":"bytes4","name":"functionSelector","type":"bytes4"}],"type":"error","name":"World_FunctionSelectorAlreadyExists"},{"inputs":[{"internalType":"bytes4","name":"functionSelector","type":"bytes4"}],"type":"error","name":"World_FunctionSelectorNotFound"},{"inputs":[{"internalType":"uint256","name":"balance","type":"uint256"},{"internalType":"uint256","name":"amount","type":"uint256"}],"type":"error","name":"World_InsufficientBalance"},{"inputs":[{"internalType":"address","name":"contractAddress","type":"address"},{"internalType":"bytes4","name":"interfaceId","type":"bytes4"}],"type":"error","name":"World_InterfaceNotSupported"},{"inputs":[{"internalType":"ResourceId","name":"resourceId","type":"bytes32"},{"internalType":"string","name":"resourceIdString","type":"string"}],"type":"error","name":"World_InvalidResourceId"},{"inputs":[{"internalType":"bytes2","name":"expected","type":"bytes2"},{"internalType":"ResourceId","name":"resourceId","type":"bytes32"},{"internalType":"string","name":"resourceIdString","type":"string"}],"type":"error","name":"World_InvalidResourceType"},{"inputs":[{"internalType":"ResourceId","name":"resourceId","type":"bytes32"},{"internalType":"string","name":"resourceIdString","type":"string"}],"type":"error","name":"World_ResourceAlreadyExists"},{"inputs":[{"internalType":"ResourceId","name":"resourceId","type":"bytes32"},{"internalType":"string","name":"resourceIdString","type":"string"}],"type":"error","name":"World_ResourceNotFound"},{"inputs":[{"internalType":"address","name":"system","type":"address"}],"type":"error","name":"World_SystemAlreadyExists"},{"inputs":[],"type":"error","name":"World_UnlimitedDelegationNotAllowed"},{"inputs":[{"internalType":"ResourceId","name":"tableId","type":"bytes32","indexed":true},{"internalType":"bytes32[]","name":"keyTuple","type":"bytes32[]","indexed":false}],"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":"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":"struct SystemCallData[]","name":"systemCalls","type":"tuple[]","components":[{"internalType":"ResourceId","name":"systemId","type":"bytes32"},{"internalType":"bytes","name":"callData","type":"bytes"}]}],"stateMutability":"nonpayable","type":"function","name":"batchCall","outputs":[{"internalType":"bytes[]","name":"returnDatas","type":"bytes[]"}]},{"inputs":[{"internalType":"struct SystemCallFromData[]","name":"systemCalls","type":"tuple[]","components":[{"internalType":"address","name":"from","type":"address"},{"internalType":"ResourceId","name":"systemId","type":"bytes32"},{"internalType":"bytes","name":"callData","type":"bytes"}]}],"stateMutability":"nonpayable","type":"function","name":"batchCallFrom","outputs":[{"internalType":"bytes[]","name":"returnDatas","type":"bytes[]"}]},{"inputs":[{"internalType":"ResourceId","name":"resourceId","type":"bytes32"},{"internalType":"address","name":"grantee","type":"address"}],"stateMutability":"nonpayable","type":"function","name":"grantAccess"},{"inputs":[{"internalType":"contract IModule","name":"module","type":"address"},{"internalType":"bytes","name":"args","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 WorldContextConsumer","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":"ResourceId","name":"resourceId","type":"bytes32"},{"internalType":"address","name":"grantee","type":"address"}],"stateMutability":"nonpayable","type":"function","name":"revokeAccess"},{"inputs":[{"internalType":"bytes4","name":"interfaceId","type":"bytes4"}],"stateMutability":"pure","type":"function","name":"supportsInterface","outputs":[{"internalType":"bool","name":"","type":"bool"}]},{"inputs":[{"internalType":"ResourceId","name":"fromNamespaceId","type":"bytes32"},{"internalType":"address","name":"toAddress","type":"address"},{"internalType":"uint256","name":"amount","type":"uint256"}],"stateMutability":"nonpayable","type":"function","name":"transferBalanceToAddress"},{"inputs":[{"internalType":"ResourceId","name":"fromNamespaceId","type":"bytes32"},{"internalType":"ResourceId","name":"toNamespaceId","type":"bytes32"},{"internalType":"uint256","name":"amount","type":"uint256"}],"stateMutability":"nonpayable","type":"function","name":"transferBalanceToNamespace"},{"inputs":[{"internalType":"ResourceId","name":"namespaceId","type":"bytes32"},{"internalType":"address","name":"newOwner","type":"address"}],"stateMutability":"nonpayable","type":"function","name":"transferOwnership"},{"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."}},"batchCall((bytes32,bytes)[])":{"details":"Iterates through an array of system calls, executes them, and returns an array of return data.","params":{"systemCalls":"An array of SystemCallData that contains systemId and callData for each call."},"returns":{"returnDatas":"An array of bytes containing the return data for each system call."}},"batchCallFrom((address,bytes32,bytes)[])":{"details":"Iterates through an array of system calls with specified 'from' addresses, executes them, and returns an array of return data.","params":{"systemCalls":"An array of SystemCallFromData that contains from, systemId, and callData for each call."},"returns":{"returnDatas":"An array of bytes containing the return data for each system call."}},"grantAccess(bytes32,address)":{"details":"Requires the caller to own the namespace.","params":{"grantee":"The address to which access should be granted.","resourceId":"The ID of the resource to grant access to."}},"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":{"args":"Arguments for the 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."}},"revokeAccess(bytes32,address)":{"details":"Requires the caller to own the namespace.","params":{"grantee":"The address from which access should be revoked.","resourceId":"The ID of the resource to revoke access from."}},"supportsInterface(bytes4)":{"params":{"interfaceId":"The ID of the interface in question."},"returns":{"_0":"True if the interface is supported, false otherwise."}},"transferBalanceToAddress(bytes32,address,uint256)":{"details":"Requires the caller to have access to the source namespace and ensures sufficient balance before transfer.","params":{"amount":"The amount to transfer.","fromNamespaceId":"The source namespace from which the balance will be deducted.","toAddress":"The target address where the balance will be sent."}},"transferBalanceToNamespace(bytes32,bytes32,uint256)":{"details":"Requires the caller to have access to the source namespace and ensures the destination namespace type is valid.","params":{"amount":"The amount to transfer.","fromNamespaceId":"The source namespace from which the balance will be deducted.","toNamespaceId":"The target namespace where the balance will be added."}},"transferOwnership(bytes32,address)":{"details":"Requires the caller to own the namespace. Revoke ResourceAccess for previous owner and grant to newOwner.","params":{"namespaceId":"The ID of the namespace to transfer ownership.","newOwner":"The address to which ownership should be transferred."}},"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."},"batchCall((bytes32,bytes)[])":{"notice":"Make batch calls to multiple systems into a single transaction."},"batchCallFrom((address,bytes32,bytes)[])":{"notice":"Make batch calls from specific addresses to multiple systems in a single transaction."},"grantAccess(bytes32,address)":{"notice":"Grant access to the resource at the given resource ID."},"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."},"revokeAccess(bytes32,address)":{"notice":"Revoke access from the resource at the given resource ID."},"supportsInterface(bytes4)":{"notice":"Checks if an interface is supported by the contract. using ERC-165 supportsInterface (see https://eips.ethereum.org/EIPS/eip-165)"},"transferBalanceToAddress(bytes32,address,uint256)":{"notice":"Transfer balance out of the World to a specific address."},"transferBalanceToNamespace(bytes32,bytes32,uint256)":{"notice":"Transfer balance to another namespace in the World."},"transferOwnership(bytes32,address)":{"notice":"Transfer ownership of the given namespace to newOwner and manages the access."},"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/core/CoreSystem.sol":"CoreSystem"},"evmVersion":"paris","libraries":{}},"sources":{"node_modules/@latticexyz/schema-type/src/solidity/SchemaType.sol":{"keccak256":"0x770eff7a38b9b7b1613dc11ca09db4f28b42a117c9b39b2a06a650a58a250bdb","urls":["bzz-raw://39f544110658a53def52c2a4e33b8b158b95a4f14fccea58d5268b6e728d86d4","dweb:/ipfs/QmTesj6tjSFbfAiKUitXapdNYWPStS8bLkB3r22qfyHwUC"],"license":"MIT"},"node_modules/@latticexyz/store/src/Bytes.sol":{"keccak256":"0xab31edce915377852bb5f29f7f2ccfc50cac087d64d2a8aae669715ad862d558","urls":["bzz-raw://3187e86e43be1fbdd59df45c695294f1114aa1ac48e6445c0cb26089434be5c4","dweb:/ipfs/Qmck7shMVrcKMVkgN2pC1byPY7hb3V9fTxnUcGgxAUeXYk"],"license":"MIT"},"node_modules/@latticexyz/store/src/FieldLayout.sol":{"keccak256":"0x2a0536cd6cecc479d0b81d5aad6380231f4d6873beadc54814d801c2036b02c0","urls":["bzz-raw://e07c041e19146a9ec258cc700a450b4d49440202895eb12f3bb17508427c23ba","dweb:/ipfs/QmXoqrCGDSkuFgNSMURRFdjokjREL78nLDzNaUi6rjefy9"],"license":"MIT"},"node_modules/@latticexyz/store/src/Hook.sol":{"keccak256":"0x045024523eb55d08ad8d13eca6185bff2988865f4aa12e3f9372029c2ecb8ddd","urls":["bzz-raw://6621c53b49f8fe0557d1a1db47bfe1561801c09256948dd0652fb41541891a18","dweb:/ipfs/QmZgFVCUH1pKcc9MeFyzMe1VW87SLz6c9szGwrDRUp6BZe"],"license":"MIT"},"node_modules/@latticexyz/store/src/IERC165.sol":{"keccak256":"0x2bbc3c43400c15a91a5cb35430a91309cb64a4d13a0a170eacec71dcf334feaf","urls":["bzz-raw://f44dfc9605067de539de07a76a34bf469faa9e6dad8c192abafc2e05860c7dd2","dweb:/ipfs/QmX8xgG6XWokM7YFwFZvmMhuh1uhkSjxCMD2oTHjUVdapb"],"license":"MIT"},"node_modules/@latticexyz/store/src/IStore.sol":{"keccak256":"0x9092b65551d0f910e5645cebb5acadb387cdd192d75fa89cd6b293bd65b28827","urls":["bzz-raw://478825a6f7eff9ddab968e71e1d55ebee279d3b318f10976d9334384000059c0","dweb:/ipfs/Qme7NY976woRy3RQjE4tkkiwoXnoVtTmER3PbWCSbjZ2kb"],"license":"MIT"},"node_modules/@latticexyz/store/src/IStoreData.sol":{"keccak256":"0xa8eade05c551aeef35c84727d7a44af239516deb2d8a0cfb7ebeb5d88c6995e5","urls":["bzz-raw://5335910bd8a204abb5f4396fb911a5ee5c221bd7fa63b1cc8ae5e737c6458c6a","dweb:/ipfs/QmckkCAfrNcWo3yDxoD1jCe1k4iDA2GzVDpFjJZs7W79vx"],"license":"MIT"},"node_modules/@latticexyz/store/src/IStoreErrors.sol":{"keccak256":"0xb9070663ded3cad82285bb7610949e422f88abb48c2ddbd792af83d127d64212","urls":["bzz-raw://830490f1c888bec86df1e7ef43773d60ebdbdfdb2b91ab7fe074e2f38d7439dc","dweb:/ipfs/QmS26fpXdZuGgMmjcdQDf9k1Bedn2dhjk9byFZJoNkctPZ"],"license":"MIT"},"node_modules/@latticexyz/store/src/IStoreEvents.sol":{"keccak256":"0xdd3104680808f975462a85cbd4fa87783ba5395797419caeeca37e8f8627a16f","urls":["bzz-raw://943864b7eb16ad2047ade5a8598e85c8a4b46d1aed6aef02bfb7cee8de732b4d","dweb:/ipfs/QmTEij4caToSNk15PFpubXYDy9QhwmPyP9tMXjUse2cTdv"],"license":"MIT"},"node_modules/@latticexyz/store/src/IStoreHook.sol":{"keccak256":"0xa6777c7868333996ad9c61a94457dcac702d8d7445a104dfdc86543d25e7470e","urls":["bzz-raw://6268a16449d7529a94746d0103670dd0e38faf5117bf914fb01da9947ab44c2e","dweb:/ipfs/QmaSfbx1QRA3jw2K8bGkQTw4CTGPUzNqnCJW7LwaFUJCXy"],"license":"MIT"},"node_modules/@latticexyz/store/src/IStoreRead.sol":{"keccak256":"0xd2180d53ecd31069b1166f170ecdcd85917ac50f45fc26fb39b49cee7ba00e37","urls":["bzz-raw://1494bb0a3228e2d194bddaed4761fd3ca865979f0e3f3a53acd271143a4aa0ac","dweb:/ipfs/Qmaddnzzmu99iP9dTWK9ZeByh5dZyjY9SpVnRdvyr2fBAo"],"license":"MIT"},"node_modules/@latticexyz/store/src/IStoreRegistration.sol":{"keccak256":"0xf448fbb2bc9c982721a43234463656da5a49cea08543e62148d54f11e1ac3e2f","urls":["bzz-raw://64b3579d9b9dcd73dca2beab3d4fcf60237420945ebbb2e9f4ffcc88f4110115","dweb:/ipfs/QmaW5nN3zGEriSYHncye6Nz2TkAw1oo1CyG2JuJTJrJoXg"],"license":"MIT"},"node_modules/@latticexyz/store/src/IStoreWrite.sol":{"keccak256":"0x8b6c7af5ee330928aebb58c8872d3944304ee10ed11f8a325b6accc4ec5df81b","urls":["bzz-raw://b866d158701c7a40834bed735194b804ef219f2bbe574e2307785fff7bcf9da1","dweb:/ipfs/QmXzJfZkXVfyr2RFGwDuazeVnV3UWYmQxjKZ3KzFbbe75U"],"license":"MIT"},"node_modules/@latticexyz/store/src/Memory.sol":{"keccak256":"0x69295976e61a1a108d1b4d6eb497b238730309f3047c4320d48e01a0ce8d4ec7","urls":["bzz-raw://559c451b21fb9dd4fec27b41bef42f4362f1e7ebb7992106d548b9d4f733b3e5","dweb:/ipfs/QmeSE7YTW5zUrfZYFVb2pFnDe3XxiT8XNecfwC3wfpxCRv"],"license":"MIT"},"node_modules/@latticexyz/store/src/PackedCounter.sol":{"keccak256":"0x44ddfa9eb8a861462c550f0a9d66c40c68acdb347a61fa765949608407a2c7fb","urls":["bzz-raw://47ee957f4b19cab9e20bf5fc569c015eca13852fb3351f2a105a8be9c48204c0","dweb:/ipfs/QmNkyzDobVQLoq9BtQ8HtgsPLiqnmi97EZx1wsu6wp8nKH"],"license":"MIT"},"node_modules/@latticexyz/store/src/ResourceId.sol":{"keccak256":"0x40983c580b8958e55db4520095934a535e98544ffe8228327e598973eb6647ed","urls":["bzz-raw://839d658fa2bb2b1f09a08149d2bf0c26a26c301ad2dda8154fc99458085a695d","dweb:/ipfs/Qmd5jHHYrgqraPqF8bjzT4xyjsoPk8K7pkxXLLfz6MRT6d"],"license":"MIT"},"node_modules/@latticexyz/store/src/Schema.sol":{"keccak256":"0x58aef318ba03f8ff8866ef70f8a30f549b150657ea699734aefe16c298956401","urls":["bzz-raw://7dc104690a7e2bcf5ce1afadcd58f8ef4d639b4b92b9ad9293656235d54395f3","dweb:/ipfs/QmYJJvEv5KBJ3kzf9AkgRn7Uu5dp4exGTRddf4cae1btgE"],"license":"MIT"},"node_modules/@latticexyz/store/src/Slice.sol":{"keccak256":"0xfaf54b1f5acccd4c6ce3f8377050ee84efbb423cb604b4651e8b9ea3b467bf32","urls":["bzz-raw://acf2ce7ffec21f28ad1dc6da06c342f1212a03a3d16a0be7ee85715a5940718c","dweb:/ipfs/QmTCN3NSdFg87hi7KS2Xtq7PsmRUMG64SxC8PtP3p2GzuT"],"license":"MIT"},"node_modules/@latticexyz/store/src/Storage.sol":{"keccak256":"0x130f0925a5bf4f732ef9758b47eca18c77d1bb34546ea9463321e9df766435a1","urls":["bzz-raw://68767e3db6fd6538a4577a1c30fe03e05bf9d316cdd43a66657e93c008b76f45","dweb:/ipfs/QmSZmUBSfhk3v5gNu5GgwcYuWbb1FFDKYpDKvpXVahfyTw"],"license":"MIT"},"node_modules/@latticexyz/store/src/StoreCore.sol":{"keccak256":"0x95b7d62d84b43777c54dd1c7d941dbb5ba0afc02c444c30cfdb1de671bbbf180","urls":["bzz-raw://fe62a2fdb2a73610c3072f31b7f88ed3f9d03c1009fe0f0ef37a7eb814b23534","dweb:/ipfs/QmV85zaV5HAD6eGc5N4RmdtmpR6EwkswVLQTaR2aJqsXrj"],"license":"MIT"},"node_modules/@latticexyz/store/src/StoreSwitch.sol":{"keccak256":"0xf132af10f960a498f49c0534027056e715f4bdcb8fbdb53ac6879c92309ab416","urls":["bzz-raw://e85a09aeb7543bcd9d74b7ad319ae61e1f7f15a6a0ad9e79aff750fbd18111c7","dweb:/ipfs/QmY6xgqeeaR1FsCPLmFbVgjm1D2UyrXNABKXWLfFaSmBhR"],"license":"MIT"},"node_modules/@latticexyz/store/src/codegen/index.sol":{"keccak256":"0xf337a5abb2d43ef00c1c200e7fbec30fc89c7c701e457ab4277194b700d2aea3","urls":["bzz-raw://eccdf6158076b4e8f1b587a0310228f53323705e054a44eaa7733f38805c3ee6","dweb:/ipfs/QmbXEVNTctg54dK9awdCVyAjeuUjR6ckfmmXBP8DrFmjyq"],"license":"MIT"},"node_modules/@latticexyz/store/src/codegen/tables/Hooks.sol":{"keccak256":"0xc5c6f807cff6b4dc486525c559ba3f7cbb034ac5895636ee64c9d01defa6a38e","urls":["bzz-raw://84d3a3b3fd3afa2ab3231fd7fe981889dfb0600deec34c5d4e9c07d3187af8a5","dweb:/ipfs/Qmanj7WjETqBYQXkxKLjqWs4vMp3en3N69B5MacKme5fpD"],"license":"MIT"},"node_modules/@latticexyz/store/src/codegen/tables/ResourceIds.sol":{"keccak256":"0xf7a9bf3e37b486377005c556cdf5b813ea1a41278b3a0349f81e3c82a2f1c789","urls":["bzz-raw://92cc87add89abcb126bf3cd0b284f25065c2b9c90a49f8dba4629b28a5b87751","dweb:/ipfs/QmNNBDSK5GNujERGiSUhorbmtpdD2UnGz7MqSSDasEGdub"],"license":"MIT"},"node_modules/@latticexyz/store/src/codegen/tables/StoreHooks.sol":{"keccak256":"0xa1186b8b6143b4a87cea1624785494398be1613cb7c6f9e57734e1cca1d5dd14","urls":["bzz-raw://488c158082622689d035d7964c6ca063295e53078291c340eb6a23db08e8ff95","dweb:/ipfs/QmWcjo3B5SH7jStXKAuf7qvF2ouz6syw9c7aT86PnTgRqW"],"license":"MIT"},"node_modules/@latticexyz/store/src/codegen/tables/Tables.sol":{"keccak256":"0xd47e1921c07fc8608157b5dc343fcef7235e891ea6a21dec1fb118a0bd797fcb","urls":["bzz-raw://01a6ad068e6991994a0939f22a55245e0c7c82fc5e274da0af616286a8acfc7a","dweb:/ipfs/QmPokA3pSexzZY33MMV6BGx48ZwQegdUN5AijiAfycSDxy"],"license":"MIT"},"node_modules/@latticexyz/store/src/constants.sol":{"keccak256":"0x9e37c64c119ef07ad914bc589ee3f6d67946ab95877978c1ee3e2c1ffae07076","urls":["bzz-raw://3fad47e542025382aa28e8171253e34f93b2f149434b67a26989542d70218793","dweb:/ipfs/QmW6JsKNwPc6oAMrgcikgR2EPwMUtQANiuZSQSGCd29HHC"],"license":"MIT"},"node_modules/@latticexyz/store/src/leftMask.sol":{"keccak256":"0xd0360567e4d77c6a8e3d8a5f4bf3653ccde4d268674c50988d55695dc6193f6f","urls":["bzz-raw://53e6bcb53fcb08ee9426225fdab7c41df91e12cb4f80d92895a6117338627401","dweb:/ipfs/QmeLcaPGeMBpNSTSsPYK3PHpzKuGMjuitCweAWcoXK2mXr"],"license":"MIT"},"node_modules/@latticexyz/store/src/storeHookTypes.sol":{"keccak256":"0x60880298016fa117ed9a43ddfd020f11d98a2d345bdcb08e5884e40df98eddd5","urls":["bzz-raw://3619dfda1fd514c0fc5fb34c14d5b5aa41dd6ba6045d37d5f4c8199f3a826f81","dweb:/ipfs/QmbzRBYfVa423gNzCitpGN3i2N9oeGYfinVE1jgtqxnNZX"],"license":"MIT"},"node_modules/@latticexyz/store/src/storeResourceTypes.sol":{"keccak256":"0xada1867ba72930fc5cf5562dd4e36de849dbac9c833b7969cb1b046a808fabf2","urls":["bzz-raw://6e4b5fdcaa54f567a3f8561c2c3fbc0d68c8dad892a4a8e5418bbce8efc53d84","dweb:/ipfs/QmTWbYJX1yrCqrEwUKB9rGpHdRvLNU8GCkBbxnLjGD4d2t"],"license":"MIT"},"node_modules/@latticexyz/store/src/tightcoder/DecodeSlice.sol":{"keccak256":"0x1af0fd984640123391ec2df855d00298504b7ce186a56c2caca769cfd9e08e04","urls":["bzz-raw://7305a62318890d2cc6420ba7dec13d9f2c1cb67ac689015fc83b9cbccd0696f1","dweb:/ipfs/QmR8jGNLbt64Tv1YZKRVBCVsd71oeUQFzGHHtpsrs4PuRq"],"license":"MIT"},"node_modules/@latticexyz/store/src/tightcoder/EncodeArray.sol":{"keccak256":"0x1c280d24360282e196d9c4833c58c2437108cea2af0ac7596f95be81389e306d","urls":["bzz-raw://6b4556b6eeae9328fbd9adcce346547e823c397503276a4d63effb67e00b5b49","dweb:/ipfs/QmUsynVsMYzjh8oJR8YB7SRrwFMdXcsQsHBrXxLEEFxsiB"],"license":"MIT"},"node_modules/@latticexyz/store/src/tightcoder/TightCoder.sol":{"keccak256":"0x5cacd4cb371e0a79bc8d64f62349d568fd8b08093c11ae0c3db4f16480d8808b","urls":["bzz-raw://12b64ddf2b5c19cf68ba93a8153ed79cbafe7a91e015d4b2f25eb1d42ab06256","dweb:/ipfs/QmQz5WwztcuTbSGFv2pkhU3w5scUj1gmavoyUpduxk2v3A"],"license":"MIT"},"node_modules/@latticexyz/store/src/version.sol":{"keccak256":"0x01029999a48b7c1d85de84cae465dd24ec126c95b8a865cd20c7ed5dfcc0f02c","urls":["bzz-raw://9750164ce996badb0fd7df2f526780b9cb9558912405fe46f31064bd7c522491","dweb:/ipfs/QmYf8m2ZXFANRc9ysHgNkNtSF327ccxKYjCUJ49UXBKADk"],"license":"MIT"},"node_modules/@latticexyz/world/src/AccessControl.sol":{"keccak256":"0x10ca29a5d7075edb2fe5cd559077fc34857129182f9d6ea074a234dfbcdb313e","urls":["bzz-raw://1fe2783b7d0592d14a20b8be192dd3fa4216f8e541adea579859ea2bf1224da3","dweb:/ipfs/QmTi9XDP5jsQpbqvJxPvkqyDByv7i88wKidrYnTtLdPhka"],"license":"MIT"},"node_modules/@latticexyz/world/src/Delegation.sol":{"keccak256":"0x09324c2d43eac847a312e1879de1019d1b6eb333d9c9e0d42c449d76f5d9fc89","urls":["bzz-raw://bd6f751c31f1305ffb328b1cd4bcc3999439f63f2b8ad9a33bbebdccdf60e716","dweb:/ipfs/QmRfj5xWwC3wzFr9iAQBr1pAQmLYPJhDRXyRcJpYfhDdoE"],"license":"MIT"},"node_modules/@latticexyz/world/src/IDelegationControl.sol":{"keccak256":"0xbf3da1c6ab38b3db62a4f4dd0235280d1fb07d8d465a145d6fd9eaf4bb4c3553","urls":["bzz-raw://30205a69d660ed8de5bf34ee73ec9033737d544bc7572130c439b2467606469d","dweb:/ipfs/QmUWTNdSW1bxXjaQzMUCLqBBoLYYre7CgDko4Qy12DaRNS"],"license":"MIT"},"node_modules/@latticexyz/world/src/IERC165.sol":{"keccak256":"0x7997ebbdee6a2493f28e7032c7a8b906ade40f807d95734e2653c8f1b023ff47","urls":["bzz-raw://c8ca41bb2619bf27e5bf886d1322f0e2dffd096c49f7ae6e716541dd1e1ddce5","dweb:/ipfs/Qmb8zATUWWTtiWaSLjbAe6PGnJPes9ANvEyk7pYoWR3P3Y"],"license":"MIT"},"node_modules/@latticexyz/world/src/IModule.sol":{"keccak256":"0x4535542ceb57e77096f24b943285bc158c48ef5291999f9c1e27f5682f8a9581","urls":["bzz-raw://ec670524d19c50c659e385bc4dcb4757b065e1b5fe14160244537a7cd7a4b883","dweb:/ipfs/QmT7NSWFSQ6MxYefe665srKMT2GTWomrPRZAHLjrFhQzV6"],"license":"MIT"},"node_modules/@latticexyz/world/src/ISystemHook.sol":{"keccak256":"0xb2114b6b66c0e7d8304d9e1d06aa1d0731f089daa6a0584e6cf744d9c48cf4db","urls":["bzz-raw://ebbb172970b106dd4ae5a6d5e417ac75cad7529d2b94c1601e10b886d0edf510","dweb:/ipfs/QmPGn4F92hjkFch6Jh2NB37EYLLfstw6JxJKUZjXBFqGCw"],"license":"MIT"},"node_modules/@latticexyz/world/src/IWorldContextConsumer.sol":{"keccak256":"0x22b8cb3ffcc21cb1657d57fc8ac929d2d6fdd199328e6f43ad2cb54f53dcd500","urls":["bzz-raw://47c001f6b7c6d6e453c340618d23b1532078abb7d0fd7283405071e4e8ff8d2d","dweb:/ipfs/QmRW3femBhqQCPwDEj4Jop2Dnd3EU21ufg7GDVwN4joCQu"],"license":"MIT"},"node_modules/@latticexyz/world/src/IWorldErrors.sol":{"keccak256":"0xc3e7975e5785574543229eac51e3441f4185863d7f5346c0ae08a27b4541f8a7","urls":["bzz-raw://62cc0dc109e6e5475bb07fb95643a31c74337c23521db0557a36dad6117a1e83","dweb:/ipfs/Qmb8jbE1XQTUdreKFr4Jw3xmjctaLuReRZjPxZKQ2uW9p4"],"license":"MIT"},"node_modules/@latticexyz/world/src/IWorldKernel.sol":{"keccak256":"0x9dc133cb55dc23fd6fcbbef8078bb4ea9bf67d698400cf89fc62b905b60cf5eb","urls":["bzz-raw://7c1a57df7052218483eafe72d873660f39a73e2e06c1b14ad8a579d85b94bc6c","dweb:/ipfs/Qme7dnjvADGZyM2L7nZ51nSjsjXXF9isTVCpWaUCd1cEGs"],"license":"MIT"},"node_modules/@latticexyz/world/src/System.sol":{"keccak256":"0x7bece0ec86fdc458054e6db0ac4316fc98882fa3ba76b2fa107d3de5382053cd","urls":["bzz-raw://d154183426723bbf133d4dc5f8d051e9521f7b7cabe63925731fa4af99379cdd","dweb:/ipfs/QmZXxPGcqknGLCwTByaZFKhqvKbrfiZkywmnh8buGTC2Mc"],"license":"MIT"},"node_modules/@latticexyz/world/src/SystemCall.sol":{"keccak256":"0x2db3d2945cea02e3c830329c30dde0c96bb87da9d070f3545dbd7f807d2ff53a","urls":["bzz-raw://ee5c3b48917527ec0f26c953f66d149bb2173d1dfd78ee00d2ceb409f3a5bd08","dweb:/ipfs/QmQ7WjHbmWeEDnu2dgx7nduYBCvyVsjFksPHXxrJjZCKo9"],"license":"MIT"},"node_modules/@latticexyz/world/src/WorldContext.sol":{"keccak256":"0xa11d93077d94f18683f1098b69c4713a48001ae15054476135ec9569041abb9a","urls":["bzz-raw://9b1d3384def68b4061c445b55602dd9cbcd4e8c58c13db5e945f284a05c1b518","dweb:/ipfs/Qma5DUZrSKZUxrxiGCpyRPWMJNdHU2wu6qDEsFWEJSnLfN"],"license":"MIT"},"node_modules/@latticexyz/world/src/WorldResourceId.sol":{"keccak256":"0xb7bfae2890004001221b3902d185c14cfea0e606d16914f6b7f81cf112aa9417","urls":["bzz-raw://acfd0d09166fc1bf16a8a5c80fbae1bd42426b2fcbab3c492bc836ea5c0375fb","dweb:/ipfs/QmTzZWHVBkx8hipFVpgEwAbZpr4c6hfr7yf7R71JojT3NK"],"license":"MIT"},"node_modules/@latticexyz/world/src/codegen/interfaces/IAccessManagementSystem.sol":{"keccak256":"0xc912f14d0f2e2e9e728a9d18e250ebe3eb2f51d0b4d79993c9d997991bbd5593","urls":["bzz-raw://29621425847a1c11205307896b04e2a6c97934dd619f23ce6774ce52520f1255","dweb:/ipfs/QmeuTe3q8U11Dqkp5tahxVWnp9Cd5ezQmRZ5vhEHtv14Eu"],"license":"MIT"},"node_modules/@latticexyz/world/src/codegen/interfaces/IBalanceTransferSystem.sol":{"keccak256":"0xf04594c29c5c5b3110453ac189a8008735753de864ab4a7dfa97ccd3ae5f4a55","urls":["bzz-raw://4a3061f72b969a294dc96c3b2e59277e762ce6571cedcc7e280412431453dde5","dweb:/ipfs/QmWB9aboakrCH9AmzGiZ1mCceh9atF4ks5ndEYFzUVbaHT"],"license":"MIT"},"node_modules/@latticexyz/world/src/codegen/interfaces/IBaseWorld.sol":{"keccak256":"0xf96aee478cc770cd9cd417b7939c38c9b9b075c91f3f47bdf8c6742f5591e9dc","urls":["bzz-raw://9c59c4c9a6ab3d64e2b0d7c9f3df2d330a36fc93ac2ab5e5f907fa881fbed1f8","dweb:/ipfs/QmTbd82cCtDwc8Ga1UsWAKXmFYrWU1zkbCCk1nMspqWdZu"],"license":"MIT"},"node_modules/@latticexyz/world/src/codegen/interfaces/IBatchCallSystem.sol":{"keccak256":"0xb4d323470e22b1d3f0168a44196eb09466f602b7564c75e5739c5f53a5036f97","urls":["bzz-raw://acad752208d00b731baaa1cfa192ff3981001fd030953bdc604e4f69ec2cd0b8","dweb:/ipfs/QmRFw3RgmX2CHqg7PqsP3rqVKxBVYNq5hHcFiyA2Y7iAaX"],"license":"MIT"},"node_modules/@latticexyz/world/src/codegen/interfaces/ICoreSystem.sol":{"keccak256":"0xf837b53eaa348da3b3650e0b7159de02d3f84897d96e487ece2f932c272dbe57","urls":["bzz-raw://fbdc52e9e519c8c6d4a00caf4de08688eb8eb34dbfc6236308f281d7cf05b51b","dweb:/ipfs/QmWnogXiA5KA6JGxCTJR5W1MNFowrH7baSAYhSXjV1xM47"],"license":"MIT"},"node_modules/@latticexyz/world/src/codegen/interfaces/IModuleInstallationSystem.sol":{"keccak256":"0x5be1d1ee90a7a03258e8c4fce7542453332c637a51b015e0cc29151ef2792263","urls":["bzz-raw://df6d97356b2ca9d97b7593f4c0772742529fea73f1665e55a879a368b399cae0","dweb:/ipfs/QmXCs5X4Z95isKRzjP4TQjQxwiB7773tHiJWLWkjLv3SLj"],"license":"MIT"},"node_modules/@latticexyz/world/src/codegen/interfaces/IWorldRegistrationSystem.sol":{"keccak256":"0xd7e31957e7fcf056912fe16e10a0411bdb071c14c45853e7da264dfbfd6bcb62","urls":["bzz-raw://c4ce02327ac8971177685fc2655733ed3c07f5dfb72846680544a48953180aad","dweb:/ipfs/QmQMNtkeCXdZfyyvtY8vUrKh5RUbpM7HYMGrzbxZGzTEFh"],"license":"MIT"},"node_modules/@latticexyz/world/src/codegen/tables/Balances.sol":{"keccak256":"0xd71faf03c782ac29483e94c2ea166fcc4e50179c7605357b1ba31bca4de29514","urls":["bzz-raw://099db3f65835e395450f49119c4211b8394f2783ded4aa86eac32b3ca951f662","dweb:/ipfs/QmV9FEcdDnCLbEoiAzAWYwN66P1Wf2bgkbicHNnBXD7Xrd"],"license":"MIT"},"node_modules/@latticexyz/world/src/codegen/tables/FunctionSelectors.sol":{"keccak256":"0x873f8d46f75ec8a85c392aa7cf2dd3f2183684dadde18b7dfca12643ab6249ed","urls":["bzz-raw://1eaf7aeee1487c967ce419db0e96abd1cb8f6b75670009f2cac26dda94caec81","dweb:/ipfs/QmXs5wmrwP23g3LNPP6J3NPgemu85VVQvx8rfHz2RFXRtk"],"license":"MIT"},"node_modules/@latticexyz/world/src/codegen/tables/FunctionSignatures.sol":{"keccak256":"0x63f3d68775ad36b709d47f8a222dcee9244923b5665e94cd15ab966a7a92bee8","urls":["bzz-raw://3e9e11fc3de65b6681e86971da4645f3054a5a37d58bdd5b90bc9c07c2b5e9eb","dweb:/ipfs/QmehdJcmH1buEMdnGpbi8sY1c1mUV4jMhq6bRLMPGBnyAB"],"license":"MIT"},"node_modules/@latticexyz/world/src/codegen/tables/InstalledModules.sol":{"keccak256":"0xbe0b03a0379cf2dcbed5302acbcb116b263b68a1c1689b66b6df2c0414033f7c","urls":["bzz-raw://a7c3913cc938e7e0e3257194703a7cda9b8269b89ed2ccc5250d31eb07254198","dweb:/ipfs/QmctosJsQ6sVhFHG3bEAUdhEdcBVVUKtSjTG1taXome1ff"],"license":"MIT"},"node_modules/@latticexyz/world/src/codegen/tables/NamespaceDelegationControl.sol":{"keccak256":"0x47c6d188f39a85b50f066151cb48d987454e845f1629685300613fdb502505a0","urls":["bzz-raw://abeba0002051f60f81c1e29dbf627db4aed8da11483ec8d860a362b4bfbf4c08","dweb:/ipfs/Qmc4RNYgBma9repACLdN1hpjPmEbsFKWXL8B42KaBAZvtc"],"license":"MIT"},"node_modules/@latticexyz/world/src/codegen/tables/NamespaceOwner.sol":{"keccak256":"0xb0b7c13673a1629118cb0c3c341380fa6d4795c9b7cf6a6c73443750f1a3b34d","urls":["bzz-raw://b3c8eb44785f61c0470273cac40a228ae458b74f48d2bff8faf8915861fc49ac","dweb:/ipfs/QmUF52hgGCL9TMyTQqrxGVharwfFgKNsCpD3VNqfbhid9X"],"license":"MIT"},"node_modules/@latticexyz/world/src/codegen/tables/ResourceAccess.sol":{"keccak256":"0xe2a4e6a75ffda6971c16e9218a0f076d5b89572d37780cd4c2375a2de683fd60","urls":["bzz-raw://f04dbdf5295c0ddbda4ba0eb5fdebd84dce2ff3fe86d34681f71522bcb0e6e93","dweb:/ipfs/QmUMkPg1vhSz2zVweN5bqtWbUCj3UQKZPgYfBkQ3QGS7gF"],"license":"MIT"},"node_modules/@latticexyz/world/src/codegen/tables/SystemHooks.sol":{"keccak256":"0xd069f1f65243ffcc3ace23804851bc902c5e58d525b962575a659e47aa76236b","urls":["bzz-raw://4f86b3d93b5bcf81e0d3da0abbd6fc3924be59e7c8d147cfeb3307108431f6a3","dweb:/ipfs/QmRrkBXGsdtbo28xznUWUuqNUGyfAbu1kadKGjL7n6KiKb"],"license":"MIT"},"node_modules/@latticexyz/world/src/codegen/tables/SystemRegistry.sol":{"keccak256":"0x8318ead6bf21b8f1e9f231d73634034511d74c1a979246df9f9cda8f349b644d","urls":["bzz-raw://b705a942046bb24fdbf0a5f4b365e33ab724d26bc158e7458ef5f262f72b5bae","dweb:/ipfs/Qme63b3DKKizKumysUGVFH8Q9h6cHnHBFM2Kdsxh2p6SWN"],"license":"MIT"},"node_modules/@latticexyz/world/src/codegen/tables/Systems.sol":{"keccak256":"0x3bf40b7e71a1953f21b447975ec1a850994a250325fdb88489d24175cf8440d9","urls":["bzz-raw://7fc1d4ce3096dfbd5510d2558d6fcae01ede446032ae232bd3e8656071e21ef1","dweb:/ipfs/QmNSmK5Mt7tt5isSuo216vVnn6rHBprYjz9Sdodf8YRPAy"],"license":"MIT"},"node_modules/@latticexyz/world/src/codegen/tables/UserDelegationControl.sol":{"keccak256":"0xffc8c2aa8115f5e7200638c21772a2f4eec283fd33a877d02a9b906614badb70","urls":["bzz-raw://4df5c66e27c4a778c2ba7ce26d48652ee6f7740f0440aae9021d76aee66a2ecd","dweb:/ipfs/QmWLY9GVbxHerTUJwWaNBjAWXKF7cxm2GLietVi6L5kS15"],"license":"MIT"},"node_modules/@latticexyz/world/src/constants.sol":{"keccak256":"0x07faffa7dc4a2adc4f9bfe93d5a59a7dd89241d360996537608e38f61c2d0588","urls":["bzz-raw://b96d4ce331b257a24de2f18503a11b986ed32d218810db9d5e3e7eddc17c2218","dweb:/ipfs/Qme7Cw4RN1eaFWt2j3hk6ZMB7GWUfMY5oyZKYfMvAVxdBc"],"license":"MIT"},"node_modules/@latticexyz/world/src/modules/core/CoreSystem.sol":{"keccak256":"0x380389a97358b3c85e259e5eb9cb0cdf9a15167d24a812fbf47d86775da43b74","urls":["bzz-raw://691dfe2fbb428b49d5458b3ef37f1efa6b4f9d947a40c8a351a60bca904ee419","dweb:/ipfs/QmUZJNJijQovNHU13fT6PkGmdE5EBWA4MrJtLAgcUSn2D5"],"license":"MIT"},"node_modules/@latticexyz/world/src/modules/core/constants.sol":{"keccak256":"0x35b32faf971caa7aefecae3c8b1a1cd2e78ff350c2109263b2f199cdaec96488","urls":["bzz-raw://0c149042b448fd88260abde657931370697b35ab8e338920f0c5e5b9e83c74ab","dweb:/ipfs/QmZYAsp3xtCmoNRnYaeFyXwkvYuraa3XpTBqD5Hj83NJP4"],"license":"MIT"},"node_modules/@latticexyz/world/src/modules/core/implementations/AccessManagementSystem.sol":{"keccak256":"0x249199f0f92320c6845018fa5449f53be3d81c496eda3d776f21c31f5bb9eb64","urls":["bzz-raw://ff22da9809870b3c481dfccff1925f921fd105e6ccda00c0674a3e6e9f999c96","dweb:/ipfs/QmezanrLD6hf17e18JFoxwvBHGiSpdBHvrKjs6D6NSJCWj"],"license":"MIT"},"node_modules/@latticexyz/world/src/modules/core/implementations/BalanceTransferSystem.sol":{"keccak256":"0x475fd8fbb61fd197a299bcf60be06941a83ebc32c97564fdb0297be9451ee24b","urls":["bzz-raw://0b81e95b20b066aa7a5a175cdadcfb935cad17d58c8b9de308bc01021901b8e1","dweb:/ipfs/QmeiespPCmS5YVQ53QENFWiG61JDXiG6XoED9Lo4hV4HHm"],"license":"MIT"},"node_modules/@latticexyz/world/src/modules/core/implementations/BatchCallSystem.sol":{"keccak256":"0xf24b9cc96cccb8ef98c9aa8585e4a5c003b3b8a00c5a9c6db5c750460960a7d1","urls":["bzz-raw://afa918bcba66835a0866a11c5b43b5da11d68fb68c697f89a273d5dd3a5f1f5c","dweb:/ipfs/QmZyyVdNoUiyLMimmNkZkQv5o86k4sGyo1CGEMrt794eC2"],"license":"MIT"},"node_modules/@latticexyz/world/src/modules/core/implementations/ModuleInstallationSystem.sol":{"keccak256":"0xbd38c017901c8893dbb8685905a6427ba2f2d80e105b28fe05ab1eaf5476d729","urls":["bzz-raw://ccea43206d53cae13b0f7b49188afa09f6943f7b7d3ead669e93f7845441fd7c","dweb:/ipfs/QmNkBh13FdewhBG4dkF8eAcXGJJhdZw9WKrSdNXBcvsmx1"],"license":"MIT"},"node_modules/@latticexyz/world/src/modules/core/implementations/StoreRegistrationSystem.sol":{"keccak256":"0xff42b8b669583d22885bc685be3a50498452300757e585a5bb2ad6a8ad07ee71","urls":["bzz-raw://246f2255ef9a6688e128f7f8ce3fe223fb7c053ebc2c8111c1626a04f7ffb53c","dweb:/ipfs/Qmd2MHASghbm3ThMej7MkuQig9nSAMJ2rRyeRkvZJQAyGH"],"license":"MIT"},"node_modules/@latticexyz/world/src/modules/core/implementations/WorldRegistrationSystem.sol":{"keccak256":"0xcdeaab34a28a43960f7fb673d92575af98aa7b36d8210a8e6e95197d14a827cd","urls":["bzz-raw://329d675cf7281638cfa8fa348e5e24700049c590e088353d64e88dad861c0cef","dweb:/ipfs/QmSZMYFSLknMga7UgX1H2tuuXayDYJhEnngbfLRBfVTu3f"],"license":"MIT"},"node_modules/@latticexyz/world/src/modules/core/types.sol":{"keccak256":"0x256b3269e1e7eb6c8b6e26432bbe6799b4d45a88ef1b0e795ea71e604cec3a8a","urls":["bzz-raw://99bf6320ce9671ed74e7352b4e6c462d741ca9a894c48b526e7d8513308fa6b3","dweb:/ipfs/QmRFJcWFMDRkg7soJ4r4MrqacKmj16vUEMFEGWJuvFi4vJ"],"license":"MIT"},"node_modules/@latticexyz/world/src/requireInterface.sol":{"keccak256":"0x5c5e5c8f1fa4780a7b1ca759f7ce63dd4165a5b2a7f64c8fcb8f06bd8917ace6","urls":["bzz-raw://f6d37ed25ed4471dc336681c959153cdb4cb16c209142ca5edbc6d9293669fd2","dweb:/ipfs/QmQLAbkk7jxN68QcHV9KgiCbsvxDm9rKmLJQWME6DBZEpw"],"license":"MIT"},"node_modules/@latticexyz/world/src/revertWithBytes.sol":{"keccak256":"0x16795bdbfd7956d733df9ada1030ee7a1a714e3b9da5899149a7b07568c4af55","urls":["bzz-raw://7a71128b4989e78215d5fc57dae8c2f84c6b5e503c159178c0df6f642b8228df","dweb:/ipfs/QmNYTfBe62SdGESZ32fxME72CbAxEqk4j79jBT7655C4u7"],"license":"MIT"},"node_modules/@latticexyz/world/src/systemHookTypes.sol":{"keccak256":"0xdd201aa30700e70c35c1d4e50c375e511d798961183c8531f947c2d15969debb","urls":["bzz-raw://d9c165b1beb7c1d3f75107407c34a5b3424ec8cb322d494892bceed23323ffb9","dweb:/ipfs/QmdH8rtgJaENsMc6HodAbahKg7PiZUJwoZufnHCw3TwrBx"],"license":"MIT"},"node_modules/@latticexyz/world/src/worldResourceTypes.sol":{"keccak256":"0xe31ee781596541f60ed71ef327c9d26ffc899e7fb3f4991c67406518bfc00746","urls":["bzz-raw://f7b864fea8c77833a322b16c4673f110d5065d0cafcedecd07895699cf4258c2","dweb:/ipfs/QmRkzXVjMLwQFWxjEjgfdXVPAp6SU4zfxPo4NJcmz8HwH9"],"license":"MIT"}},"version":1},"id":80}
|