@latticexyz/world-modules 2.0.0-march-19-skystrife-playtest-f486281e → 2.0.0-next-17-awakening-9c07ab3a2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/mud.config.d.ts +256 -0
- package/out/AccessControl.sol/AccessControl.json +1 -1
- package/out/AccessControlLib.sol/AccessControlLib.json +1 -1
- package/out/AccessManagementSystem.sol/AccessManagementSystem.abi.json +55 -0
- package/out/AccessManagementSystem.sol/AccessManagementSystem.abi.json.d.ts +55 -0
- package/out/AccessManagementSystem.sol/AccessManagementSystem.json +1 -1
- package/out/AddressArray.sol/AddressArray.json +1 -1
- package/out/Allowances.sol/Allowances.json +1 -1
- package/out/ArrayLib.sol/ArrayLib.json +1 -1
- package/out/BalanceTransferSystem.sol/BalanceTransferSystem.abi.json +16 -0
- package/out/BalanceTransferSystem.sol/BalanceTransferSystem.abi.json.d.ts +16 -0
- package/out/BalanceTransferSystem.sol/BalanceTransferSystem.json +1 -1
- package/out/Balances.sol/Balances.json +1 -1
- package/out/Base.sol/CommonBase.json +1 -1
- package/out/Base.sol/ScriptBase.json +1 -1
- package/out/Base.sol/TestBase.json +1 -1
- package/out/BatchCallSystem.sol/BatchCallSystem.abi.json +5 -0
- package/out/BatchCallSystem.sol/BatchCallSystem.abi.json.d.ts +5 -0
- package/out/BatchCallSystem.sol/BatchCallSystem.json +1 -1
- package/out/Bool.sol/Bool.json +1 -1
- package/out/Bytes.sol/Bytes.json +1 -1
- package/out/CallboundDelegationControl.sol/CallboundDelegationControl.json +1 -1
- package/out/CallboundDelegations.sol/CallboundDelegations.json +1 -1
- package/out/DecodeSlice.sol/DecodeSlice.json +1 -1
- package/out/Delegation.sol/Delegation.json +1 -1
- package/out/DelegationControl.sol/DelegationControl.json +1 -1
- package/out/DelegationControlMock.sol/DelegationControlMock.json +1 -1
- package/out/ERC165Checker.sol/ERC165Checker.json +1 -0
- package/out/ERC20.t.sol/ERC20Test.json +1 -1
- package/out/ERC20Metadata.sol/ERC20Metadata.json +1 -1
- package/out/ERC20Module.sol/ERC20Module.abi.json +120 -20
- package/out/ERC20Module.sol/ERC20Module.abi.json.d.ts +120 -20
- package/out/ERC20Module.sol/ERC20Module.json +1 -1
- package/out/ERC20Module.sol/ERC20ModuleRegistrationLibrary.abi.json +117 -4
- package/out/ERC20Module.sol/ERC20ModuleRegistrationLibrary.abi.json.d.ts +117 -4
- package/out/ERC20Module.sol/ERC20ModuleRegistrationLibrary.json +1 -1
- package/out/ERC20Registry.sol/ERC20Registry.json +1 -1
- package/out/ERC20System.sol/ERC20System.json +1 -1
- package/out/ERC721.t.sol/ERC721Recipient.json +1 -1
- package/out/ERC721.t.sol/ERC721Test.abi.json +1 -1
- package/out/ERC721.t.sol/ERC721Test.abi.json.d.ts +1 -1
- package/out/ERC721.t.sol/ERC721Test.json +1 -1
- package/out/ERC721.t.sol/ERC721TokenReceiver.json +1 -1
- package/out/ERC721.t.sol/NonERC721Recipient.json +1 -1
- package/out/ERC721.t.sol/RevertingERC721Recipient.json +1 -1
- package/out/ERC721.t.sol/WrongReturnDataERC721Recipient.json +1 -1
- package/out/ERC721Metadata.sol/ERC721Metadata.json +1 -1
- package/out/ERC721Module.sol/ERC721Module.abi.json +120 -20
- package/out/ERC721Module.sol/ERC721Module.abi.json.d.ts +120 -20
- package/out/ERC721Module.sol/ERC721Module.json +1 -1
- package/out/ERC721Module.sol/ERC721ModuleRegistrationLibrary.abi.json +117 -4
- package/out/ERC721Module.sol/ERC721ModuleRegistrationLibrary.abi.json.d.ts +117 -4
- package/out/ERC721Module.sol/ERC721ModuleRegistrationLibrary.json +1 -1
- package/out/ERC721Registry.sol/ERC721Registry.json +1 -1
- package/out/ERC721System.sol/ERC721System.json +1 -1
- package/out/EchoSubscriber.sol/EchoSubscriber.json +1 -1
- package/out/EncodeArray.sol/EncodeArray.json +1 -1
- package/out/FieldLayout.sol/FieldLayoutInstance.json +1 -1
- package/out/FieldLayout.sol/FieldLayoutLib.abi.json +69 -4
- package/out/FieldLayout.sol/FieldLayoutLib.abi.json.d.ts +69 -4
- package/out/FieldLayout.sol/FieldLayoutLib.json +1 -1
- package/out/FieldLayoutEncodeHelper.sol/FieldLayoutEncodeHelper.json +1 -1
- package/out/FunctionSelectors.sol/FunctionSelectors.json +1 -1
- package/out/FunctionSignatures.sol/FunctionSignatures.json +1 -1
- package/out/GasReporter.sol/GasReporter.json +1 -1
- package/out/Hook.sol/HookInstance.json +1 -1
- package/out/Hook.sol/HookLib.json +1 -1
- package/out/Hooks.sol/Hooks.json +1 -1
- package/out/IAccessManagementSystem.sol/IAccessManagementSystem.abi.json +13 -0
- package/out/IAccessManagementSystem.sol/IAccessManagementSystem.abi.json.d.ts +13 -0
- package/out/IAccessManagementSystem.sol/IAccessManagementSystem.json +1 -1
- package/out/IBalanceTransferSystem.sol/IBalanceTransferSystem.json +1 -1
- package/out/IBaseWorld.sol/IBaseWorld.abi.json +64 -5
- package/out/IBaseWorld.sol/IBaseWorld.abi.json.d.ts +64 -5
- package/out/IBaseWorld.sol/IBaseWorld.json +1 -1
- package/out/IBatchCallSystem.sol/IBatchCallSystem.json +1 -1
- package/out/IDelegationControl.sol/IDelegationControl.json +1 -1
- package/out/IERC165.sol/IERC165.json +1 -0
- package/out/IERC20.sol/IERC20.json +1 -1
- package/out/IERC20Errors.sol/IERC20Errors.json +1 -1
- package/out/IERC20Events.sol/IERC20Events.json +1 -1
- package/out/IERC20Mintable.sol/IERC20Mintable.json +1 -1
- package/out/IERC20System.sol/IERC20System.json +1 -1
- package/out/IERC721.sol/IERC721.json +1 -1
- package/out/IERC721Errors.sol/IERC721Errors.json +1 -1
- package/out/IERC721Events.sol/IERC721Events.json +1 -1
- package/out/IERC721Metadata.sol/IERC721Metadata.json +1 -1
- package/out/IERC721Mintable.sol/IERC721Mintable.json +1 -1
- package/out/IERC721Receiver.sol/IERC721Receiver.json +1 -1
- package/out/IModule.sol/IModule.abi.json +4 -17
- package/out/IModule.sol/IModule.abi.json.d.ts +4 -17
- package/out/IModule.sol/IModule.json +1 -1
- package/out/IModuleInstallationSystem.sol/IModuleInstallationSystem.abi.json +1 -1
- package/out/IModuleInstallationSystem.sol/IModuleInstallationSystem.abi.json.d.ts +1 -1
- package/out/IModuleInstallationSystem.sol/IModuleInstallationSystem.json +1 -1
- package/out/IMulticall3.sol/IMulticall3.json +1 -1
- package/out/IPuppetFactorySystem.sol/IPuppetFactorySystem.json +1 -1
- package/out/IRegistrationSystem.sol/IRegistrationSystem.abi.json +1 -0
- package/out/IRegistrationSystem.sol/IRegistrationSystem.json +1 -0
- package/out/IStore.sol/IStore.abi.json +51 -3
- package/out/IStore.sol/IStore.abi.json.d.ts +51 -3
- package/out/IStore.sol/IStore.json +1 -1
- package/out/IStoreData.sol/IStoreData.json +1 -1
- package/out/IStoreErrors.sol/IStoreErrors.abi.json +51 -3
- package/out/IStoreErrors.sol/IStoreErrors.abi.json.d.ts +51 -3
- package/out/IStoreErrors.sol/IStoreErrors.json +1 -1
- package/out/IStoreEvents.sol/IStoreEvents.json +1 -1
- package/out/IStoreHook.sol/IStoreHook.json +1 -1
- package/out/IStoreRead.sol/IStoreRead.json +1 -1
- package/out/IStoreRegistration.sol/IStoreRegistration.json +1 -1
- package/out/IStoreWrite.sol/IStoreWrite.json +1 -1
- package/out/ISystemHook.sol/ISystemHook.json +1 -1
- package/out/IWorldContextConsumer.sol/IWorldContextConsumer.json +1 -1
- package/out/IWorldErrors.sol/IWorldErrors.abi.json +11 -0
- package/out/IWorldErrors.sol/IWorldErrors.abi.json.d.ts +11 -0
- package/out/IWorldErrors.sol/IWorldErrors.json +1 -1
- package/out/IWorldKernel.sol/IWorldCall.json +1 -1
- package/out/IWorldKernel.sol/IWorldKernel.abi.json +13 -2
- package/out/IWorldKernel.sol/IWorldKernel.abi.json.d.ts +13 -2
- package/out/IWorldKernel.sol/IWorldKernel.json +1 -1
- package/out/IWorldKernel.sol/IWorldModuleInstallation.abi.json +1 -1
- package/out/IWorldKernel.sol/IWorldModuleInstallation.abi.json.d.ts +1 -1
- package/out/IWorldKernel.sol/IWorldModuleInstallation.json +1 -1
- package/out/IWorldRegistrationSystem.sol/IWorldRegistrationSystem.abi.json +27 -1
- package/out/IWorldRegistrationSystem.sol/IWorldRegistrationSystem.abi.json.d.ts +27 -1
- package/out/IWorldRegistrationSystem.sol/IWorldRegistrationSystem.json +1 -1
- package/out/{CoreModule.sol/CoreModule.abi.json → InitModule.sol/InitModule.abi.json} +145 -19
- package/out/{CoreModule.sol/CoreModule.abi.json.d.ts → InitModule.sol/InitModule.abi.json.d.ts} +145 -19
- package/out/InitModule.sol/InitModule.json +1 -0
- package/out/InitModuleAddress.sol/InitModuleAddress.abi.json +1 -0
- package/out/InitModuleAddress.sol/InitModuleAddress.json +1 -0
- package/out/InstalledModules.sol/InstalledModules.json +1 -1
- package/out/KeysInTable.sol/KeysInTable.json +1 -1
- package/out/KeysInTableHook.sol/KeysInTableHook.abi.json +16 -0
- package/out/KeysInTableHook.sol/KeysInTableHook.abi.json.d.ts +16 -0
- package/out/KeysInTableHook.sol/KeysInTableHook.json +1 -1
- package/out/KeysInTableModule.sol/KeysInTableModule.abi.json +3 -16
- package/out/KeysInTableModule.sol/KeysInTableModule.abi.json.d.ts +3 -16
- package/out/KeysInTableModule.sol/KeysInTableModule.json +1 -1
- package/out/KeysInTableModule.t.sol/KeysInTableModuleTest.abi.json +39 -6
- package/out/KeysInTableModule.t.sol/KeysInTableModuleTest.abi.json.d.ts +39 -6
- package/out/KeysInTableModule.t.sol/KeysInTableModuleTest.json +1 -1
- package/out/KeysWithValue.sol/KeysWithValue.json +1 -1
- package/out/KeysWithValueHook.sol/KeysWithValueHook.json +1 -1
- package/out/KeysWithValueModule.sol/KeysWithValueModule.abi.json +3 -16
- package/out/KeysWithValueModule.sol/KeysWithValueModule.abi.json.d.ts +3 -16
- package/out/KeysWithValueModule.sol/KeysWithValueModule.json +1 -1
- package/out/KeysWithValueModule.t.sol/KeysWithValueModuleTest.abi.json +39 -6
- package/out/KeysWithValueModule.t.sol/KeysWithValueModuleTest.abi.json.d.ts +39 -6
- package/out/KeysWithValueModule.t.sol/KeysWithValueModuleTest.json +1 -1
- package/out/LimitedCallContext.sol/LimitedCallContext.abi.json +7 -0
- package/out/LimitedCallContext.sol/LimitedCallContext.abi.json.d.ts +7 -0
- package/out/LimitedCallContext.sol/LimitedCallContext.json +1 -0
- package/out/Memory.sol/Memory.json +1 -1
- package/out/Module.sol/Module.abi.json +4 -17
- package/out/Module.sol/Module.abi.json.d.ts +4 -17
- package/out/Module.sol/Module.json +1 -1
- package/out/ModuleInstallationSystem.sol/ModuleInstallationSystem.abi.json +6 -1
- package/out/ModuleInstallationSystem.sol/ModuleInstallationSystem.abi.json.d.ts +6 -1
- package/out/ModuleInstallationSystem.sol/ModuleInstallationSystem.json +1 -1
- package/out/NamespaceDelegationControl.sol/NamespaceDelegationControl.json +1 -1
- package/out/NamespaceOwner.sol/NamespaceOwner.json +1 -1
- package/out/OperatorApproval.sol/OperatorApproval.json +1 -1
- package/out/Owners.sol/Owners.json +1 -1
- package/out/PackedCounter.sol/PackedCounterInstance.json +1 -1
- package/out/PackedCounter.sol/PackedCounterLib.json +1 -1
- package/out/Puppet.sol/Puppet.json +1 -1
- package/out/PuppetDelegationControl.sol/PuppetDelegationControl.json +1 -1
- package/out/PuppetFactorySystem.sol/PuppetFactorySystem.json +1 -1
- package/out/PuppetMaster.sol/PuppetMaster.json +1 -1
- package/out/PuppetModule.sol/PuppetModule.abi.json +119 -19
- package/out/PuppetModule.sol/PuppetModule.abi.json.d.ts +119 -19
- package/out/PuppetModule.sol/PuppetModule.json +1 -1
- package/out/PuppetModule.t.sol/PuppetModuleTest.abi.json +14 -0
- package/out/PuppetModule.t.sol/PuppetModuleTest.abi.json.d.ts +14 -0
- package/out/PuppetModule.t.sol/PuppetModuleTest.json +1 -1
- package/out/PuppetModule.t.sol/PuppetTestSystem.json +1 -1
- package/out/PuppetRegistry.sol/PuppetRegistry.json +1 -1
- package/out/{CoreSystem.sol/CoreSystem.abi.json → RegistrationSystem.sol/RegistrationSystem.abi.json} +154 -150
- package/out/{CoreSystem.sol/CoreSystem.abi.json.d.ts → RegistrationSystem.sol/RegistrationSystem.abi.json.d.ts} +154 -150
- package/out/RegistrationSystem.sol/RegistrationSystem.json +1 -0
- package/out/ResourceAccess.sol/ResourceAccess.json +1 -1
- package/out/ResourceId.sol/ResourceIdInstance.json +1 -1
- package/out/ResourceId.sol/ResourceIdLib.json +1 -1
- package/out/ResourceIds.sol/ResourceIds.json +1 -1
- package/out/RevertSubscriber.sol/RevertSubscriber.json +1 -1
- package/out/Schema.sol/SchemaInstance.json +1 -1
- package/out/Schema.sol/SchemaLib.json +1 -1
- package/out/SchemaEncodeHelper.sol/SchemaEncodeHelper.json +1 -1
- package/out/Slice.sol/SliceInstance.json +1 -1
- package/out/Slice.sol/SliceLib.json +1 -1
- package/out/StandardDelegationsModule.sol/StandardDelegationsModule.abi.json +119 -19
- package/out/StandardDelegationsModule.sol/StandardDelegationsModule.abi.json.d.ts +119 -19
- package/out/StandardDelegationsModule.sol/StandardDelegationsModule.json +1 -1
- package/out/StandardDelegationsModule.t.sol/StandardDelegationsModuleTest.json +1 -1
- package/out/StdAssertions.sol/StdAssertions.json +1 -1
- package/out/StdChains.sol/StdChains.json +1 -1
- package/out/StdCheats.sol/StdCheats.json +1 -1
- package/out/StdCheats.sol/StdCheatsSafe.json +1 -1
- package/out/StdError.sol/stdError.json +1 -1
- package/out/StdInvariant.sol/StdInvariant.json +1 -1
- package/out/StdJson.sol/stdJson.json +1 -1
- package/out/StdMath.sol/stdMath.json +1 -1
- package/out/StdStorage.sol/stdStorage.json +1 -1
- package/out/StdStorage.sol/stdStorageSafe.json +1 -1
- package/out/StdStyle.sol/StdStyle.json +1 -1
- package/out/StdUtils.sol/StdUtils.json +1 -1
- package/out/Storage.sol/Storage.json +1 -1
- package/out/StoreCore.sol/StoreCore.json +1 -1
- package/out/StoreCore.sol/StoreCoreInternal.json +1 -1
- package/out/StoreData.sol/StoreData.abi.json +16 -0
- package/out/StoreData.sol/StoreData.abi.json.d.ts +16 -0
- package/out/StoreData.sol/StoreData.json +1 -1
- package/out/StoreHook.sol/StoreHook.json +1 -1
- package/out/StoreHooks.sol/StoreHooks.json +1 -1
- package/out/StoreRead.sol/StoreRead.abi.json +16 -0
- package/out/StoreRead.sol/StoreRead.abi.json.d.ts +16 -0
- package/out/StoreRead.sol/StoreRead.json +1 -1
- package/out/StoreRegistrationSystem.sol/StoreRegistrationSystem.abi.json +149 -4
- package/out/StoreRegistrationSystem.sol/StoreRegistrationSystem.abi.json.d.ts +149 -4
- package/out/StoreRegistrationSystem.sol/StoreRegistrationSystem.json +1 -1
- package/out/StoreSwitch.sol/StoreSwitch.json +1 -1
- package/out/System.sol/System.json +1 -1
- package/out/SystemCall.sol/SystemCall.json +1 -1
- package/out/SystemHook.sol/SystemHook.json +1 -1
- package/out/SystemHooks.sol/SystemHooks.json +1 -1
- package/out/SystemRegistry.sol/SystemRegistry.json +1 -1
- package/out/SystemSwitch.sol/SystemSwitch.json +1 -1
- package/out/SystemSwitch.t.sol/EchoSystem.abi.json +98 -1
- package/out/SystemSwitch.t.sol/EchoSystem.abi.json.d.ts +98 -1
- package/out/SystemSwitch.t.sol/EchoSystem.json +1 -1
- package/out/SystemSwitch.t.sol/SystemSwitchTest.abi.json +59 -15
- package/out/SystemSwitch.t.sol/SystemSwitchTest.abi.json.d.ts +59 -15
- package/out/SystemSwitch.t.sol/SystemSwitchTest.json +1 -1
- package/out/SystemboundDelegationControl.sol/SystemboundDelegationControl.json +1 -1
- package/out/SystemboundDelegations.sol/SystemboundDelegations.json +1 -1
- package/out/Systems.sol/Systems.json +1 -1
- package/out/Tables.sol/Tables.json +1 -1
- package/out/Test.sol/Test.json +1 -1
- package/out/TightCoder.sol/TightCoder.json +1 -1
- package/out/TimeboundDelegationControl.sol/TimeboundDelegationControl.json +1 -1
- package/out/TimeboundDelegations.sol/TimeboundDelegations.json +1 -1
- package/out/TokenApproval.sol/TokenApproval.json +1 -1
- package/out/TokenURI.sol/TokenURI.json +1 -1
- package/out/TotalSupply.sol/TotalSupply.json +1 -1
- package/out/TwoFields.sol/TwoFields.json +1 -1
- package/out/UniqueEntity.sol/UniqueEntity.json +1 -1
- package/out/UniqueEntityModule.sol/UniqueEntityModule.abi.json +121 -21
- package/out/UniqueEntityModule.sol/UniqueEntityModule.abi.json.d.ts +121 -21
- package/out/UniqueEntityModule.sol/UniqueEntityModule.json +1 -1
- package/out/UniqueEntityModule.t.sol/UniqueEntityModuleTest.json +1 -1
- package/out/UniqueEntityModule.t.sol/UniqueEntityTestSystem.abi.json +68 -0
- package/out/UniqueEntityModule.t.sol/UniqueEntityTestSystem.abi.json.d.ts +68 -0
- package/out/UniqueEntityModule.t.sol/UniqueEntityTestSystem.json +1 -1
- package/out/UniqueEntitySystem.sol/UniqueEntitySystem.json +1 -1
- package/out/UsedKeysIndex.sol/UsedKeysIndex.json +1 -1
- package/out/UserDelegationControl.sol/UserDelegationControl.json +1 -1
- package/out/Vm.sol/Vm.json +1 -1
- package/out/Vm.sol/VmSafe.json +1 -1
- package/out/World.sol/World.abi.json +29 -2
- package/out/World.sol/World.abi.json.d.ts +29 -2
- package/out/World.sol/World.json +1 -1
- package/out/World.t.sol/EchoSystemHook.json +1 -1
- package/out/World.t.sol/IWorldTestSystem.abi.json +1 -1
- package/out/World.t.sol/IWorldTestSystem.abi.json.d.ts +1 -1
- package/out/World.t.sol/IWorldTestSystem.json +1 -1
- package/out/World.t.sol/PayableFallbackSystem.json +1 -1
- package/out/World.t.sol/RevertSystemHook.json +1 -1
- package/out/World.t.sol/WorldTest.abi.json +74 -6
- package/out/World.t.sol/WorldTest.abi.json.d.ts +74 -6
- package/out/World.t.sol/WorldTest.json +1 -1
- package/out/World.t.sol/WorldTestSystem.json +1 -1
- package/out/WorldContext.sol/WorldContextConsumer.json +1 -1
- package/out/WorldContext.sol/WorldContextConsumerLib.json +1 -1
- package/out/WorldContext.sol/WorldContextProviderLib.json +1 -1
- package/out/WorldRegistrationSystem.sol/WorldRegistrationSystem.abi.json +43 -1
- package/out/WorldRegistrationSystem.sol/WorldRegistrationSystem.abi.json.d.ts +43 -1
- package/out/WorldRegistrationSystem.sol/WorldRegistrationSystem.json +1 -1
- package/out/WorldResourceId.sol/WorldResourceIdInstance.json +1 -1
- package/out/WorldResourceId.sol/WorldResourceIdLib.json +1 -1
- package/out/console.sol/console.json +1 -1
- package/out/console2.sol/console2.json +1 -1
- package/out/constants.sol/LayoutOffsets.json +1 -1
- package/out/interfaces/IBaseWorld.sol/IBaseWorld.abi.json +105 -7
- package/out/interfaces/IBaseWorld.sol/IBaseWorld.abi.json.d.ts +105 -7
- package/out/interfaces/IBaseWorld.sol/IBaseWorld.json +1 -1
- package/out/query.t.sol/QueryTest.abi.json +39 -6
- package/out/query.t.sol/QueryTest.abi.json.d.ts +39 -6
- package/out/query.t.sol/QueryTest.json +1 -1
- package/out/safeconsole.sol/safeconsole.json +1 -1
- package/out/src/IERC165.sol/IERC165.json +1 -1
- package/out/tables/Balances.sol/Balances.json +1 -1
- package/out/test.sol/DSTest.json +1 -1
- package/package.json +9 -9
- package/src/index.sol +1 -1
- package/src/interfaces/IBaseWorld.sol +1 -1
- package/src/interfaces/IERC20System.sol +1 -1
- package/src/interfaces/IPuppetFactorySystem.sol +1 -1
- package/src/modules/erc20-puppet/ERC20Module.sol +18 -25
- package/src/modules/erc20-puppet/ERC20System.sol +1 -1
- package/src/modules/erc20-puppet/IERC20.sol +1 -1
- package/src/modules/erc20-puppet/IERC20Errors.sol +1 -1
- package/src/modules/erc20-puppet/IERC20Events.sol +1 -1
- package/src/modules/erc20-puppet/IERC20Mintable.sol +1 -1
- package/src/modules/erc20-puppet/constants.sol +1 -2
- package/src/modules/erc20-puppet/registerERC20.sol +1 -1
- package/src/modules/erc20-puppet/tables/Allowances.sol +2 -3
- package/src/modules/erc20-puppet/tables/ERC20Metadata.sol +2 -3
- package/src/modules/erc20-puppet/tables/ERC20Registry.sol +2 -3
- package/src/modules/erc20-puppet/tables/TotalSupply.sol +2 -3
- package/src/modules/erc20-puppet/utils.sol +1 -1
- package/src/modules/erc721-puppet/ERC721Module.sol +18 -25
- package/src/modules/erc721-puppet/ERC721System.sol +1 -1
- package/src/modules/erc721-puppet/IERC721.sol +1 -1
- package/src/modules/erc721-puppet/IERC721Errors.sol +1 -1
- package/src/modules/erc721-puppet/IERC721Events.sol +1 -1
- package/src/modules/erc721-puppet/IERC721Metadata.sol +1 -1
- package/src/modules/erc721-puppet/IERC721Mintable.sol +1 -1
- package/src/modules/erc721-puppet/IERC721Receiver.sol +1 -1
- package/src/modules/erc721-puppet/constants.sol +1 -2
- package/src/modules/erc721-puppet/registerERC721.sol +1 -1
- package/src/modules/erc721-puppet/tables/ERC721Metadata.sol +2 -3
- package/src/modules/erc721-puppet/tables/ERC721Registry.sol +2 -3
- package/src/modules/erc721-puppet/tables/OperatorApproval.sol +2 -3
- package/src/modules/erc721-puppet/tables/Owners.sol +2 -3
- package/src/modules/erc721-puppet/tables/TokenApproval.sol +2 -3
- package/src/modules/erc721-puppet/tables/TokenURI.sol +2 -3
- package/src/modules/erc721-puppet/utils.sol +1 -1
- package/src/modules/keysintable/KeysInTableHook.sol +1 -1
- package/src/modules/keysintable/KeysInTableModule.sol +4 -10
- package/src/modules/keysintable/constants.sol +1 -1
- package/src/modules/keysintable/getKeysInTable.sol +1 -1
- package/src/modules/keysintable/hasKey.sol +1 -1
- package/src/modules/keysintable/query.sol +1 -1
- package/src/modules/keysintable/tables/KeysInTable.sol +4 -6
- package/src/modules/keysintable/tables/UsedKeysIndex.sol +4 -6
- package/src/modules/keyswithvalue/KeysWithValueHook.sol +1 -1
- package/src/modules/keyswithvalue/KeysWithValueModule.sol +19 -14
- package/src/modules/keyswithvalue/constants.sol +1 -1
- package/src/modules/keyswithvalue/getKeysWithValue.sol +1 -1
- package/src/modules/keyswithvalue/getTargetTableId.sol +1 -1
- package/src/modules/keyswithvalue/tables/KeysWithValue.sol +2 -3
- package/src/modules/puppet/Puppet.sol +1 -1
- package/src/modules/puppet/PuppetDelegationControl.sol +1 -1
- package/src/modules/puppet/PuppetFactorySystem.sol +1 -1
- package/src/modules/puppet/PuppetMaster.sol +1 -1
- package/src/modules/puppet/PuppetModule.sol +24 -9
- package/src/modules/puppet/constants.sol +4 -3
- package/src/modules/puppet/createPuppet.sol +1 -1
- package/src/modules/puppet/tables/PuppetRegistry.sol +2 -3
- package/src/modules/puppet/utils.sol +1 -1
- package/src/modules/std-delegations/CallboundDelegationControl.sol +1 -1
- package/src/modules/std-delegations/StandardDelegationsModule.sol +2 -6
- package/src/modules/std-delegations/SystemboundDelegationControl.sol +1 -1
- package/src/modules/std-delegations/TimeboundDelegationControl.sol +1 -1
- package/src/modules/std-delegations/constants.sol +1 -3
- package/src/modules/std-delegations/tables/CallboundDelegations.sol +4 -6
- package/src/modules/std-delegations/tables/SystemboundDelegations.sol +4 -6
- package/src/modules/std-delegations/tables/TimeboundDelegations.sol +4 -6
- package/src/modules/tokens/tables/Balances.sol +2 -3
- package/src/modules/uniqueentity/UniqueEntityModule.sol +16 -15
- package/src/modules/uniqueentity/UniqueEntitySystem.sol +1 -1
- package/src/modules/uniqueentity/constants.sol +3 -3
- package/src/modules/uniqueentity/getUniqueEntity.sol +2 -3
- package/src/modules/uniqueentity/tables/UniqueEntity.sol +2 -3
- package/src/modules/utils/ArrayLib.sol +2 -2
- package/src/utils/AccessControlLib.sol +1 -1
- package/src/utils/SystemSwitch.sol +7 -10
- package/out/CoreModule.sol/CoreModule.json +0 -1
- package/out/CoreSystem.sol/CoreSystem.json +0 -1
- package/out/ICoreSystem.sol/ICoreSystem.json +0 -1
- package/out/IUniqueEntitySystem.sol/IUniqueEntitySystem.abi.json +0 -15
- package/out/IUniqueEntitySystem.sol/IUniqueEntitySystem.abi.json.d.ts +0 -15
- package/out/IUniqueEntitySystem.sol/IUniqueEntitySystem.json +0 -1
- package/out/world/src/IERC165.sol/IERC165.json +0 -1
- package/src/interfaces/IUniqueEntitySystem.sol +0 -7
- /package/out/{ICoreSystem.sol/ICoreSystem.abi.json → ERC165Checker.sol/ERC165Checker.abi.json} +0 -0
- /package/out/{world/src/IERC165.sol → IERC165.sol}/IERC165.abi.json +0 -0
- /package/out/{world/src/IERC165.sol → IERC165.sol}/IERC165.abi.json.d.ts +0 -0
@@ -1 +1 @@
|
|
1
|
-
{"abi":[{"type":"function","name":"_msgSender","inputs":[],"outputs":[{"name":"sender","type":"address","internalType":"address"}],"stateMutability":"view"},{"type":"function","name":"_msgValue","inputs":[],"outputs":[{"name":"value","type":"uint256","internalType":"uint256"}],"stateMutability":"pure"},{"type":"function","name":"_world","inputs":[],"outputs":[{"name":"","type":"address","internalType":"address"}],"stateMutability":"view"},{"type":"function","name":"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":"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":"supportsInterface","inputs":[{"name":"interfaceId","type":"bytes4","internalType":"bytes4"}],"outputs":[{"name":"","type":"bool","internalType":"bool"}],"stateMutability":"pure"},{"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":"PackedCounter_InvalidLength","inputs":[{"name":"length","type":"uint256","internalType":"uint256"}]},{"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_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":"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":"0x608060405234801561001057600080fd5b50614790806100206000396000f3fe608060405234801561001057600080fd5b50600436106100d45760003560e01c8063742d611811610081578063bfdfaff71161005b578063bfdfaff7146101c1578063d5f8337f146101d4578063e1af802c146101e757600080fd5b8063742d611814610188578063a92813ad1461019b578063b29e4089146101ae57600080fd5b806326d98102116100b257806326d98102146101365780633350b6a91461016257806345ec93541461017557600080fd5b806301ffc9a7146100d9578063119df25f146101015780631d2257ba14610121575b600080fd5b6100ec6100e7366004613ece565b6101ef565b60405190151581526020015b60405180910390f35b610109610258565b6040516001600160a01b0390911681526020016100f8565b61013461012f366004613fa1565b610267565b005b610149610144366004613ffa565b6102e8565b6040516001600160e01b031990911681526020016100f8565b61013461017036600461404f565b6103ea565b604051601f1936013581526020016100f8565b610149610196366004614091565b610633565b6101346101a93660046140e8565b6106ee565b6101346101bc366004614118565b610765565b6101346101cf366004614131565b610821565b6101346101e236600461416b565b610904565b61010961096b565b60006001600160e01b031982167fb421288000000000000000000000000000000000000000000000000000000000148061025257506001600160e01b031982167f01ffc9a700000000000000000000000000000000000000000000000000000000145b92915050565b6000610262610975565b905090565b610279610272610258565b84846109a7565b61028282610ad1565b801561028f575060008151115b156102e357600061029f83610aed565b5090506102cc817faea79dd000000000000000000000000000000000000000000000000000000000610be5565b6102e06102d7610258565b84846000610d0b565b50505b505050565b60006102fb836102f6610258565b610d38565b600061032461030a8560101b90565b71ffffffffffffffffffffffffffffffffffff1916610dbe565b9050600061033961033486610e52565b610dbe565b90506000828286604051602001610352939291906141cc565b604051602081830303815290604052905080805190602001209350600061037885610e69565b905080156103c3576040517f3d1d1ae20000000000000000000000000000000000000000000000000000000081526001600160e01b0319861660048201526024015b60405180910390fd5b855160208701206103d5868983610f58565b6103df8684611060565b505050505092915050565b7f7379000000000000000000000000000000000000000000000000000000000000837fffff0000000000000000000000000000000000000000000000000000000000001614610493577f73790000000000000000000000000000000000000000000000000000000000008361045e85611181565b6040517f5c30fb6f0000000000000000000000000000000000000000000000000000000081526004016103ba9392919061426e565b6104bd827fb421288000000000000000000000000000000000000000000000000000000000610be5565b60006104c884610e52565b6fffffffffffffffffffffffffffffffff19160361051e57826104ea84611181565b6040517fe4ac069e0000000000000000000000000000000000000000000000000000000081526004016103ba9291906142af565b6000610529836112c5565b9050801580159061053a5750838114155b1561057c576040517fc0b707410000000000000000000000000000000000000000000000000000000081526001600160a01b03841660048201526024016103ba565b7dffffffffffffffffffffffffffff000000000000000000000000000000008416616e7360f01b176105ad816113a7565b6105bf576105ba81610765565b6105cb565b6105cb816102f6610258565b60006105d6866114a1565b90506001600160a01b038116156105ff576105f08161157c565b6105fa8282611650565b61060a565b61060a866001611743565b610615868686611853565b61061f8587611933565b61062b828660016119d3565b505050505050565b60408051616e7360f01b602082015260006022820181905260308201819052916106789101604051602081830303815290604052610670906142c8565b6102f6610258565b5081516020830120600061068b82610e69565b905080156106d1576040517f3d1d1ae20000000000000000000000000000000000000000000000000000000081526001600160e01b0319831660048201526024016103ba565b6106dc828685610f58565b6106e68285611060565b509392505050565b6106fa826102f6610258565b60408051613a3160f11b6020820152641ddbdc9b1960da1b60228201527f53797374656d486f6f6b730000000000000000000000000000000000000000006030820152610761910160405160208183030381529060405261075a906142c8565b8383611a92565b5050565b616e7360f01b817fffff00000000000000000000000000000000000000000000000000000000000016146107a357616e7360f01b8161045e83611181565b6107ac816113a7565b156107ef57806107bb82611181565b6040517f0dc28f6a0000000000000000000000000000000000000000000000000000000081526004016103ba9291906142af565b6107fa816001611743565b61080b81610806610258565b611bb9565b61081e81610817610258565b60016119d3565b50565b616e7360f01b837fffff000000000000000000000000000000000000000000000000000000000000161461085f57616e7360f01b8361045e85611181565b61086882610ad1565b61089e576040517f71ee9e8100000000000000000000000000000000000000000000000000000000815260040160405180910390fd5b6108aa836102f6610258565b60006108b583610aed565b5090506108e2817faea79dd000000000000000000000000000000000000000000000000000000000610be5565b6108ec8484611cb4565b8151156108fe576102e06102d7610258565b50505050565b61092e827f55f0760f00000000000000000000000000000000000000000000000000000000610be5565b61093a836102f6610258565b6102e3836bffffffffffffffffffffffff19606085901b166bff0000000000000000000000605885901b1617611d48565b6000610262611e31565b7fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffcc36013560601c806109a45750335b90565b604080516002808252606082018352600092602083019080368337019050509050836001600160a01b031660001b816000815181106109e8576109e86142ef565b602002602001018181525050826001600160a01b031660001b81600181518110610a1457610a146142ef565b60209081029190910181019190915260408051613a3160f11b92810192909252641ddbdc9b1960da1b60228301527f5573657244656c65676174696f6e436f0000000000000000000000000000000060308301526108fe91015b604051602081830303815290604052610a86906142c8565b82600085604051602001610a9c91815260200190565b60408051601f198184030181529190527e20010020000000000000000000000000000000000000000000000000000000611e70565b600081151580156102525750610ae682611e85565b1592915050565b60408051600180825281830190925260009182918291602080830190803683370190505090508381600081518110610b2757610b276142ef565b60209081029190910181019190915260408051613a3160f11b81840152641ddbdc9b1960da1b60228201527f53797374656d73000000000000000000000000000000000000000000000000006030820152815180820390930183528101905260009081908190610bc090610b9a906142c8565b857e15020014010000000000000000000000000000000000000000000000000000611f00565b5050602081015160349091015160609190911c9860f89190911c975095505050505050565b6040517f01ffc9a70000000000000000000000000000000000000000000000000000000081526001600160e01b0319821660048201526001600160a01b038316906301ffc9a790602401602060405180830381865afa925050508015610c68575060408051601f3d908101601f19168201909252610c6591810190614305565b60015b610cb9576040517f74b5e6ff0000000000000000000000000000000000000000000000000000000081526001600160a01b03831660048201526001600160e01b0319821660248201526044016103ba565b806102e3576040517f74b5e6ff0000000000000000000000000000000000000000000000000000000081526001600160a01b03841660048201526001600160e01b0319831660248201526044016103ba565b6060600080610d1c87878787612008565b9150915081610d2e57610d2e816121ec565b9695505050505050565b6001600160a01b038116610d72616e7360f01b7dffffffffffffffffffffffffffff000000000000000000000000000000008516176121f4565b6001600160a01b03161461076157610d8982611181565b816040517fd787b7370000000000000000000000000000000000000000000000000000000081526004016103ba929190614322565b606060005b6010811015610e1e576fffffffffffffffffffffffffffffffff198316600882021b7fff000000000000000000000000000000000000000000000000000000000000001615610e1e5780610e1681614363565b915050610dc3565b604080516fffffffffffffffffffffffffffffffff198516602082015281516030909101909152818152805b949350505050565b6000610e606070601061437d565b9190911b919050565b60408051600180825281830190925260009182919060208083019080368337019050509050827bffffffffffffffffffffffffffffffffffffffffffffffffffffffff191681600081518110610ec157610ec16142ef565b60209081029190910181019190915260408051613a3160f11b81840152641ddbdc9b1960da1b60228201527f46756e6374696f6e53656c6563746f720000000000000000000000000000000060308201528151808203909301835281019052600090610e4a90610f30906142c8565b8360007e240200200400000000000000000000000000000000000000000000000000006122c0565b6000610f6483836122f6565b60408051600180825281830190925291925060009160609183919060208083019080368337019050509050867bffffffffffffffffffffffffffffffffffffffffffffffffffffffff191681600081518110610fc257610fc26142ef565b60209081029190910181019190915260408051613a3160f11b81840152641ddbdc9b1960da1b60228201527f46756e6374696f6e53656c6563746f7200000000000000000000000000000000603082015281518082039093018352810190526110579061102e906142c8565b828686867e24020020040000000000000000000000000000000000000000000000000000612335565b50505050505050565b6060600061106d83612630565b9050600061107a84612640565b6040805160018082528183019092529192506000919060208083019080368337019050509050857bffffffffffffffffffffffffffffffffffffffffffffffffffffffff1916816000815181106110d3576110d36142ef565b602090810291909101810191909152604080517f6f7400000000000000000000000000000000000000000000000000000000000081840152641ddbdc9b1960da1b60228201527f46756e6374696f6e5369676e61747572000000000000000000000000000000006030820152815180820390930183528101905261062b9061115a906142c8565b828686867c0100000000000000000000000000000000000000000000000000000000612335565b606081601081901b600061119483610e52565b90508271ffffffffffffffffffffffffffffffffffff198316156111cd5771ffffffffffffffffffffffffffffffffffff1983166111ef565b7f524f4f545f4e414d4553504143450000000000000000000000000000000000005b6fffffffffffffffffffffffffffffffff1983161561120e5782611230565b7f524f4f545f4e414d4500000000000000000000000000000000000000000000005b6040517fffff00000000000000000000000000000000000000000000000000000000000090931660208401527f3a00000000000000000000000000000000000000000000000000000000000000602284018190526fffffffffffffffffffffffffffffffff19928316602385015260338401521660348201526044016040516020818303038152906040529350505050919050565b60408051600180825281830190925260009182919060208083019080368337019050509050826001600160a01b031660001b8160008151811061130a5761130a6142ef565b60209081029190910181019190915260408051613a3160f11b92810192909252641ddbdc9b1960da1b60228301527f53797374656d52656769737472790000000000000000000000000000000000006030830152600091610e4a91015b60405160208183030381529060405261137f906142c8565b8360007e200100200000000000000000000000000000000000000000000000000000006122c0565b6040805160018082528183019092526000918291906020808301908036833701905050905082816000815181106113e0576113e06142ef565b60209081029190910181019190915260408051613a3160f11b928101929092527f73746f726500000000000000000000000000000000000000000000000000000060228301527f5265736f75726365496473000000000000000000000000000000000000000000603083015260009161149591015b60405160208183030381529060405261146d906142c8565b8360007e010100010000000000000000000000000000000000000000000000000000006122c0565b9050610e4a8160f81c90565b6040805160018082528183019092526000918291906020808301908036833701905050905082816000815181106114da576114da6142ef565b60209081029190910181019190915260408051613a3160f11b81840152641ddbdc9b1960da1b60228201527f53797374656d73000000000000000000000000000000000000000000000000006030820152815180820390930183528101905260009061157190611549906142c8565b8360007e150200140100000000000000000000000000000000000000000000000000006122c0565b60601c949350505050565b60408051600180825281830190925260009160208083019080368337019050509050816001600160a01b031660001b816000815181106115be576115be6142ef565b60209081029190910181019190915260408051613a3160f11b81840152641ddbdc9b1960da1b60228201527f53797374656d5265676973747279000000000000000000000000000000000000603082015281518082039093018352810190526107619061162a906142c8565b827e20010020000000000000000000000000000000000000000000000000000000612669565b6040805160028082526060820183526000926020830190803683370190505090508281600081518110611685576116856142ef565b602002602001018181525050816001600160a01b031660001b816001815181106116b1576116b16142ef565b60209081029190910181019190915260408051613a3160f11b81840152641ddbdc9b1960da1b60228201527f5265736f75726365416363657373000000000000000000000000000000000000603082015281518082039093018352810190526102e39061171d906142c8565b827e01010001000000000000000000000000000000000000000000000000000000612669565b604080516001808252818301909252600091602080830190803683370190505090508281600081518110611779576117796142ef565b60209081029190910181019190915260408051613a3160f11b928101929092527f73746f726500000000000000000000000000000000000000000000000000000060228301527f5265736f7572636549647300000000000000000000000000000000000000000060308301526102e391015b604051602081830303815290604052611803906142c8565b8260008560405160200161181e91151560f81b815260010190565b60408051601f198184030181529190527e01010001000000000000000000000000000000000000000000000000000000611e70565b600061185f8383612929565b60408051600180825281830190925291925060009160609183919060208083019080368337019050509050868160008151811061189e5761189e6142ef565b60209081029190910181019190915260408051613a3160f11b81840152641ddbdc9b1960da1b60228201527f53797374656d7300000000000000000000000000000000000000000000000000603082015281518082039093018352810190526110579061190a906142c8565b828686867e15020014010000000000000000000000000000000000000000000000000000612335565b60408051600180825281830190925260009160208083019080368337019050509050826001600160a01b031660001b81600081518110611975576119756142ef565b60209081029190910181019190915260408051613a3160f11b92810192909252641ddbdc9b1960da1b60228301527f53797374656d526567697374727900000000000000000000000000000000000060308301526102e39101610a6e565b6040805160028082526060820183526000926020830190803683370190505090508381600081518110611a0857611a086142ef565b602002602001018181525050826001600160a01b031660001b81600181518110611a3457611a346142ef565b60209081029190910181019190915260408051613a3160f11b92810192909252641ddbdc9b1960da1b60228301527f5265736f7572636541636365737300000000000000000000000000000000000060308301526108fe91016117eb565b6000611a9e8484612959565b90506000815167ffffffffffffffff811115611abc57611abc613efe565b604051908082528060200260200182016040528015611ae5578160200160208202803683370190505b5090506000805b8351811015611baa57846001600160a01b0316611b30858381518110611b1457611b146142ef565b60200260200101516affffffffffffffffffffff191660601c90565b6001600160a01b031614611ba257838181518110611b5057611b506142ef565b6020026020010151838381518110611b6a57611b6a6142ef565b7fffffffffffffffffffffffffffffffffffffffffff0000000000000000000000909216602092830291909101909101526001909101905b600101611aec565b5080825261062b8686846129c4565b604080516001808252818301909252600091602080830190803683370190505090508281600081518110611bef57611bef6142ef565b60209081029190910181019190915260408051613a3160f11b81840152641ddbdc9b1960da1b60228201527f4e616d6573706163654f776e6572000000000000000000000000000000000000603082015281518082039093018352810190526102e390611c5b906142c8565b6040516bffffffffffffffffffffffff19606086901b166020820152839060009060340160408051601f198184030181529190527e14010014000000000000000000000000000000000000000000000000000000611e70565b604080516001808252818301909252600091602080830190803683370190505090508281600081518110611cea57611cea6142ef565b60209081029190910181019190915260408051613a3160f11b92810192909252641ddbdc9b1960da1b60228301527f4e616d65737061636544656c656761740000000000000000000000000000000060308301526102e39101610a6e565b604080516001808252818301909252600091602080830190803683370190505090508281600081518110611d7e57611d7e6142ef565b60209081029190910181019190915260408051613a3160f11b81840152641ddbdc9b1960da1b60228201527f53797374656d486f6f6b73000000000000000000000000000000000000000000603082015281518082039093018352810190526102e390611dea906142c8565b6040517fffffffffffffffffffffffffffffffffffffffffff0000000000000000000000851660208201528390600090603501604051602081830303815290604052612a1b565b7f629a4c26e296b22a8e0856e9f6ecb2d1008d7e00081111962cd175fa7488e175546000906001600160a01b031680611e6b573391505090565b919050565b6102e08585611e7f8487612acc565b85612b07565b604080517f737900000000000000000000000000000000000000000000000000000000000060208201526000602282018190527f756e6c696d69746564000000000000000000000000000000000000000000000060308301529101604051602081830303815290604052611ef8906142c8565b909114919050565b6060600060606000611f1185612d60565b9050611f1e878783612d83565b93506000611f2b86612dc7565b90508015611ffd57611f3d8888612e04565b935066ffffffffffffff841667ffffffffffffffff811115611f6157611f61613efe565b6040519080825280601f01601f191660200182016040528015611f8b576020820181803683370190505b5092506020830160005b828160ff161015611ffa576000611fad8b8b84612e17565b90506000611fca888460ff166028026038011c64ffffffffff1690565b9050611fd98282600087612e97565b611fe3818561437d565b935050508080611ff290614390565b915050611f95565b50505b505093509350939050565b60006060600061201786612f66565b905060005b81518110156120f4576000828281518110612039576120396142ef565b602002602001015190506120656001826affffffffffffffffffffff191661302f90919063ffffffff16565b156120e1576040517fc3323031000000000000000000000000000000000000000000000000000000008152606082901c9063c3323031906120ae908c908c908c906004016143af565b600060405180830381600087803b1580156120c857600080fd5b505af11580156120dc573d6000803e3d6000fd5b505050505b50806120ec81614363565b91505061201c565b506121018785888861304d565b909350915060005b81518110156121e1576000828281518110612126576121266142ef565b602002602001015190506121526002826affffffffffffffffffffff191661302f90919063ffffffff16565b156121ce576040517f973d8f99000000000000000000000000000000000000000000000000000000008152606082901c9063973d8f999061219b908c908c908c906004016143af565b600060405180830381600087803b1580156121b557600080fd5b505af11580156121c9573d6000803e3d6000fd5b505050505b50806121d981614363565b915050612109565b505094509492505050565b805160208201fd5b60408051600180825281830190925260009182919060208083019080368337019050509050828160008151811061222d5761222d6142ef565b60209081029190910181019190915260408051613a3160f11b81840152641ddbdc9b1960da1b60228201527f4e616d6573706163654f776e6572000000000000000000000000000000000000603082015281518082039093018352810190526000906115719061229c906142c8565b8360007e140100140000000000000000000000000000000000000000000000000000005b60006122ed6122cf8686613160565b60ff858116601b0360080285901c166122e88587612acc565b6131b6565b95945050505050565b6060828260405160200161231e9291909182526001600160e01b031916602082015260240190565b604051602081830303815290604052905092915050565b857f8dbb3a9672eebfd3773e72dd9c102393436816d832c7ba9e1e1ac8fcadcac7a98686868660405161236b9493929190614412565b60405180910390a2613a3160f11b867fffff000000000000000000000000000000000000000000000000000000000000160361062b5760006123ac87613207565b905060005b815181101561248f5760008282815181106123ce576123ce6142ef565b602002602001015190506123fa6001826affffffffffffffffffffff191661302f90919063ffffffff16565b1561247c576040517f57066c9c000000000000000000000000000000000000000000000000000000008152606082901c906357066c9c90612449908c908c908c908c908c908c9060040161445c565b600060405180830381600087803b15801561246357600080fd5b505af1158015612477573d6000803e3d6000fd5b505050505b508061248781614363565b9150506123b1565b50600061249c8888613160565b905060006020870190506124b4826000838a516132ba565b60006124bf85612dc7565b11156125435760006124d18a8a61337a565b878155905060208601915060008060005b6124eb88612dc7565b8160ff16101561253e576125008d8d83612e17565b925061251b8a8260ff166028026038011c64ffffffffff1690565b915061252a83600087856132ba565b612534828661437d565b94506001016124e2565b505050505b60005b8351811015612624576000848281518110612563576125636142ef565b6020026020010151905061258f6002826affffffffffffffffffffff191661302f90919063ffffffff16565b15612611576040517f5b28cdaf000000000000000000000000000000000000000000000000000000008152606082901c90635b28cdaf906125de908e908e908e908e908e908e9060040161445c565b600060405180830381600087803b1580156125f857600080fd5b505af115801561260c573d6000803e3d6000fd5b505050505b508061261c81614363565b915050612546565b50505050505050505050565b60006102528251603881901b1790565b60608160405160200161265391906144b5565b6040516020818303038152906040529050919050565b827f0e1f72f429eb97e64878619984a91e687ae91610348b9ff4216782cc96e49d078360405161269991906144d1565b60405180910390a2613a3160f11b837fffff00000000000000000000000000000000000000000000000000000000000016146126d457505050565b60006126df84613207565b905060005b81518110156127bc576000828281518110612701576127016142ef565b6020026020010151905061272d6040826affffffffffffffffffffff191661302f90919063ffffffff16565b156127a9576040517f9faeaf45000000000000000000000000000000000000000000000000000000008152606082901c90639faeaf4590612776908990899089906004016144e4565b600060405180830381600087803b15801561279057600080fd5b505af11580156127a4573d6000803e3d6000fd5b505050505b50806127b481614363565b9150506126e4565b5060006127c98585613160565b90506128228160006127da86612d60565b67ffffffffffffffff8111156127f2576127f2613efe565b6040519080825280601f01601f19166020018201604052801561281c576020820181803683370190505b506133d0565b600061282d84612dc7565b111561284e57600061283f868661337a565b905061284c8160206133e0565b505b60005b825181101561062b57600083828151811061286e5761286e6142ef565b6020026020010151905061289a6080826affffffffffffffffffffff191661302f90919063ffffffff16565b15612916576040517f83b5c95b000000000000000000000000000000000000000000000000000000008152606082901c906383b5c95b906128e3908a908a908a906004016144e4565b600060405180830381600087803b1580156128fd57600080fd5b505af1158015612911573d6000803e3d6000fd5b505050505b508061292181614363565b915050612851565b604051606083811b6bffffffffffffffffffffffff1916602083015282151560f81b60348301529060350161231e565b60408051600180825281830190925260609160009190602080830190803683370190505090508281600081518110612993576129936142ef565b60200260200101818152505060006129ad8583600061341d565b90506122ed6129bf8260008451613457565b6134e7565b6040805160018082528183019092526000916020808301908036833701905050905082816000815181106129fa576129fa6142ef565b6020026020010181815250506108fe84826000612a16866134f8565b613508565b6000612a25611e31565b9050306001600160a01b03821603612a4857612a4385858585613543565b6102e0565b6040517f150f32620000000000000000000000000000000000000000000000000000000081526001600160a01b0382169063150f326290612a9390889088908890889060040161450d565b600060405180830381600087803b158015612aad57600080fd5b505af1158015612ac1573d6000803e3d6000fd5b505050505050505050565b600080805b8360ff168110156106e657612af360ff601b83900360080287901c168361437d565b915080612aff81614363565b915050612ad1565b6000612b138585613160565b9050847f8c0b5119d4cec7b284c6b1b39252a03d1e2f2d7451a5895562524c113bb952be858585604051612b4993929190614541565b60405180910390a2613a3160f11b857fffff0000000000000000000000000000000000000000000000000000000000001614612b8557506108fe565b6000612b9086613207565b905060005b8151811015612c6f576000828281518110612bb257612bb26142ef565b60200260200101519050612bde6004826affffffffffffffffffffff191661302f90919063ffffffff16565b15612c5c576040517f964f667d000000000000000000000000000000000000000000000000000000008152606082901c9063964f667d90612c29908b908b908b908b90600401614574565b600060405180830381600087803b158015612c4357600080fd5b505af1158015612c57573d6000803e3d6000fd5b505050505b5080612c6781614363565b915050612b95565b50612c83828565ffffffffffff16856133d0565b60005b8151811015611057576000828281518110612ca357612ca36142ef565b60200260200101519050612ccf6008826affffffffffffffffffffff191661302f90919063ffffffff16565b15612d4d576040517fa8ba8721000000000000000000000000000000000000000000000000000000008152606082901c9063a8ba872190612d1a908b908b908b908b90600401614574565b600060405180830381600087803b158015612d3457600080fd5b505af1158015612d48573d6000803e3d6000fd5b505050505b5080612d5881614363565b915050612c86565b60006008612d70600260206145ad565b612d7a91906145c0565b9190911c919050565b606081600003612da25750604080516020810190915260008152612dc0565b6000612dae8585613160565b9050612dbc8184600061357e565b9150505b9392505050565b60006008600180612dda600260206145ad565b612de491906145ad565b612dee91906145ad565b612df891906145c0565b8260ff911c1692915050565b6000612dc0612e13848461337a565b5490565b60008383604051602001612e2c9291906145d7565b604051602081830303815290604052805190602001208260f81b7effffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff19167f3b4102da22e32d82fc925482184f16c09fd4281692720b87d124aef6da48a0f1181860001c90509392505050565b8115612f205760208210612ec157602082048401935060208281612ebd57612ebd614612565b0691505b8115612f20576020829003600081851015612ee55750600019600885021c19612ef0565b50600019600882021c195b8554600885021b811984511682821617845250818511612f115750506108fe565b50600194909401939283900392015b5b60208310612f425783548152600190930192601f1990920191602001612f21565b82156108fe576000600019600885021c198251865482169119161782525050505050565b60408051600180825281830190925260609160009190602080830190803683370190505090508281600081518110612fa057612fa06142ef565b60209081029190910181019190915260408051613a3160f11b92810192909252641ddbdc9b1960da1b60228301527f53797374656d486f6f6b73000000000000000000000000000000000000000000603083015260009161301d91015b604051602081830303815290604052613015906142c8565b83600061341d565b9050610e4a6129bf8260008451613457565b60008160ff16826130408560581c90565b1660ff1614905092915050565b6000606060008061305d86610aed565b90925090506001600160a01b0382166130ae578561307a87611181565b6040517ffbf10ce60000000000000000000000000000000000000000000000000000000081526004016103ba9291906142af565b806130bd576130bd86896135a1565b861561310e577dffffffffffffffffffffffffffff000000000000000000000000000000008616616e7360f01b1760006130f6826135b8565b905061310b826131068b8461437d565b613652565b50505b600061311a8760101b90565b71ffffffffffffffffffffffffffffffffffff19161461314557613140888884886136e6565b613151565b6131518888848861375e565b90999098509650505050505050565b600082826040516020016131759291906145d7565b60408051601f1981840301815291905280516020909101207f86425bff6b57326c7859e89024fe4f238ca327a1ae4a230180dd2f0e88aaa7d9189392505050565b6000602082106131dc576020820484019350602082816131d8576131d8614612565b0691505b508254600882021b6020829003808411156106e6576001850154600882021c82179150509392505050565b60408051600180825281830190925260609160009190602080830190803683370190505090508281600081518110613241576132416142ef565b60209081029190910181019190915260408051613a3160f11b928101929092527f73746f726500000000000000000000000000000000000000000000000000000060228301527f53746f7265486f6f6b7300000000000000000000000000000000000000000000603083015260009161301d9101612ffd565b821561333457602083106132e4576020830484019350602083816132e0576132e0614612565b0692505b82156133345760208390036000600019600884021c1990506008850281811c91508451811c90508119875416828216178755508183116133255750506108fe565b50600194909401939182019190035b5b602081106133565781518455600190930192602090910190601f1901613335565b80156108fe576000600019600883021c198554845182169119161785555050505050565b6000828260405160200161338f9291906145d7565b60408051601f1981840301815291905280516020909101207f14e2fcc58e58e68ec7edc30c8d50dccc3ce2714a623ec81f46b6a63922d76569189392505050565b6102e383836020840184516132ba565b600060206133ef83601f61437d565b6133f99190614628565b613403908461437d565b90505b808310156102e35760008355600183019250613406565b6060610e4a61342d858585612e17565b6134508461343b8888612e04565b9060ff166028026038011c64ffffffffff1690565b600061357e565b600081831115801561346a575083518211155b6134a6578383836040517f23230fa30000000000000000000000000000000000000000000000000000000081526004016103ba9392919061464a565b602084016134b4848261437d565b905060006134c285856145ad565b6fffffffffffffffffffffffffffffffff1660809290921b9190911795945050505050565b60606000612dc083601560006137bf565b606081612dc0816015600061383a565b60006135148585612e04565b90506000613531828560ff166028026038011c64ffffffffff1690565b905061062b868686600085888861388e565b600061354f8585612e04565b9050600061356c828560ff166028026038011c64ffffffffff1690565b905061062b868686846000888861388e565b60405160208101601f19603f85840101166040528382526106e685858584612e97565b6135ab8282613ca4565b61076157610d8982611181565b6040805160018082528183019092526000918291906020808301908036833701905050905082816000815181106135f1576135f16142ef565b60209081029190910181019190915260408051613a3160f11b92810192909252641ddbdc9b1960da1b60228301527f42616c616e6365730000000000000000000000000000000000000000000000006030830152600091610e4a9101611367565b604080516001808252818301909252600091602080830190803683370190505090508281600081518110613688576136886142ef565b60209081029190910181019190915260408051613a3160f11b92810192909252641ddbdc9b1960da1b60228301527f42616c616e63657300000000000000000000000000000000000000000000000060308301526102e39101610a6e565b60006060836001600160a01b03166000613701858989613ce7565b60405161370e91906144b5565b60006040518083038185875af1925050503d806000811461374b576040519150601f19603f3d011682016040523d82523d6000602084013e613750565b606091505b509097909650945050505050565b60006060836001600160a01b0316613777848888613ce7565b60405161378491906144b5565b600060405180830381855af49150503d806000811461374b576040519150601f19603f3d011682016040523d82523d6000602084013e613750565b606060006137cd8560801c90565b90506fffffffffffffffffffffffffffffffff851660008582816137f3576137f3614612565b04905060405193506020840160208202810160405281855260005b8281101561382e578451871c82529387019360209091019060010161380e565b50505050509392505050565b8251606090600061384b85836145c0565b9050604051925060208301601f19603f83860101166040528184526000602088015b8482101561382e578051871b8352918701916001919091019060200161386d565b613a3160f11b877fffff000000000000000000000000000000000000000000000000000000000000161461391857613a3160f11b87886040516020016138d691815260200190565b60408051601f19818403018152908290527f31b466830000000000000000000000000000000000000000000000000000000082526103ba93929160040161426e565b6000613933828760ff166028026038011c64ffffffffff1690565b9050600083518564ffffffffff168361394c91906145ad565b613956919061437d565b905080821415801561397857508161396e868861466f565b64ffffffffff1614155b156139c8576040517fa65010b400000000000000000000000000000000000000000000000000000000815264ffffffffff80881660048301528087166024830152831660448201526064016103ba565b818664ffffffffff161115613a19576040517f7e8578d30000000000000000000000000000000000000000000000000000000081526004810183905264ffffffffff871660248201526044016103ba565b6000613a26848984613d16565b905064ffffffffff871660005b8960ff168160ff161015613a6657613a5a868260ff166028026038011c64ffffffffff1690565b90910190600101613a33565b508a7faa63765a776145e5e6492f471ae097dfed11cd57a61bc2679dd43180422385b48b838a868b604051613a9f959493929190614694565b60405180910390a2506000613ab38b613207565b905060005b8151811015613b88576000828281518110613ad557613ad56142ef565b60200260200101519050613b016010826affffffffffffffffffffff191661302f90919063ffffffff16565b15613b7557606081901c6001600160a01b03166355eb5a288e8e8e8e8e8a8f6040518863ffffffff1660e01b8152600401613b4297969594939291906146e6565b600060405180830381600087803b158015613b5c57600080fd5b505af1158015613b70573d6000803e3d6000fd5b505050505b5080613b8081614363565b915050613ab8565b50828414613ba1576000613b9c8c8c61337a565b839055505b6000613bae8c8c8c612e17565b9050613bc2818a64ffffffffff16896133d0565b5060005b8151811015613c96576000828281518110613be357613be36142ef565b60200260200101519050613c0f6020826affffffffffffffffffffff191661302f90919063ffffffff16565b15613c8357606081901c6001600160a01b031663635845338e8e8e8e8e8a8f6040518863ffffffff1660e01b8152600401613c5097969594939291906146e6565b600060405180830381600087803b158015613c6a57600080fd5b505af1158015613c7e573d6000803e3d6000fd5b505050505b5080613c8e81614363565b915050613bc6565b505050505050505050505050565b6000613cd7616e7360f01b7dffffffffffffffffffffffffffff0000000000000000000000000000000085161783613de4565b80612dc05750612dc08383613de4565b6060838383604051602001613cfe93929190614744565b60405160208183030381529060405290509392505050565b600064ffffffffff821115613d5a576040517f47670588000000000000000000000000000000000000000000000000000000008152600481018390526024016103ba565b8366ffffffffffffff811660ff851660280260380182901c64ffffffffff16808510613d8c5780850382019150613d94565b848103820391505b5064ffffffffff6038602860ff8816020181811b197fffffffffffffffffffffffffffffffffffffffffffffffffff000000000000009490941690921792909216918416901b1790509392505050565b604080516002808252606082018352600092839291906020830190803683370190505090508381600081518110613e1d57613e1d6142ef565b602002602001018181525050826001600160a01b031660001b81600181518110613e4957613e496142ef565b60209081029190910181019190915260408051613a3160f11b92810192909252641ddbdc9b1960da1b60228301527f5265736f757263654163636573730000000000000000000000000000000000006030830152600091613eaa9101611455565b90506122ed8160f81c90565b80356001600160e01b031981168114611e6b57600080fd5b600060208284031215613ee057600080fd5b612dc082613eb6565b6001600160a01b038116811461081e57600080fd5b634e487b7160e01b600052604160045260246000fd5b600082601f830112613f2557600080fd5b813567ffffffffffffffff80821115613f4057613f40613efe565b604051601f8301601f19908116603f01168101908282118183101715613f6857613f68613efe565b81604052838152866020858801011115613f8157600080fd5b836020870160208301376000602085830101528094505050505092915050565b600080600060608486031215613fb657600080fd5b8335613fc181613ee9565b925060208401359150604084013567ffffffffffffffff811115613fe457600080fd5b613ff086828701613f14565b9150509250925092565b6000806040838503121561400d57600080fd5b82359150602083013567ffffffffffffffff81111561402b57600080fd5b61403785828601613f14565b9150509250929050565b801515811461081e57600080fd5b60008060006060848603121561406457600080fd5b83359250602084013561407681613ee9565b9150604084013561408681614041565b809150509250925092565b6000806000606084860312156140a657600080fd5b83359250602084013567ffffffffffffffff8111156140c457600080fd5b6140d086828701613f14565b9250506140df60408501613eb6565b90509250925092565b600080604083850312156140fb57600080fd5b82359150602083013561410d81613ee9565b809150509250929050565b60006020828403121561412a57600080fd5b5035919050565b60008060006060848603121561414657600080fd5b8335925060208401359150604084013567ffffffffffffffff811115613fe457600080fd5b60008060006060848603121561418057600080fd5b83359250602084013561419281613ee9565b9150604084013560ff8116811461408657600080fd5b60005b838110156141c35781810151838201526020016141ab565b50506000910152565b600084516141de8184602089016141a8565b80830190507f5f00000000000000000000000000000000000000000000000000000000000000808252855161421a816001850160208a016141a8565b600192019182015283516142358160028401602088016141a8565b0160020195945050505050565b6000815180845261425a8160208601602086016141a8565b601f01601f19169290920160200192915050565b7fffff000000000000000000000000000000000000000000000000000000000000841681528260208201526060604082015260006122ed6060830184614242565b828152604060208201526000610e4a6040830184614242565b805160208083015191908110156142e9576000198160200360031b1b821691505b50919050565b634e487b7160e01b600052603260045260246000fd5b60006020828403121561431757600080fd5b8151612dc081614041565b6040815260006143356040830185614242565b90506001600160a01b03831660208301529392505050565b634e487b7160e01b600052601160045260246000fd5b600060001982036143765761437661434d565b5060010190565b808201808211156102525761025261434d565b600060ff821660ff81036143a6576143a661434d565b60010192915050565b6001600160a01b03841681528260208201526060604082015260006122ed6060830184614242565b600081518084526020808501945080840160005b83811015614407578151875295820195908201906001016143eb565b509495945050505050565b60808152600061442560808301876143d7565b82810360208401526144378187614242565b905084604084015282810360608401526144518185614242565b979650505050505050565b86815260c06020820152600061447560c08301886143d7565b82810360408401526144878188614242565b905085606084015282810360808401526144a18186614242565b9150508260a0830152979650505050505050565b600082516144c78184602087016141a8565b9190910192915050565b602081526000612dc060208301846143d7565b8381526060602082015260006144fd60608301856143d7565b9050826040830152949350505050565b84815260806020820152600061452660808301866143d7565b60ff8516604084015282810360608401526144518185614242565b60608152600061455460608301866143d7565b65ffffffffffff851660208401528281036040840152610d2e8185614242565b84815260806020820152600061458d60808301866143d7565b65ffffffffffff8516604084015282810360608401526144518185614242565b818103818111156102525761025261434d565b80820281158282048414176102525761025261434d565b82815260006020808301845182860160005b82811015614605578151845292840192908401906001016145e9565b5091979650505050505050565b634e487b7160e01b600052601260045260246000fd5b60008261464557634e487b7160e01b600052601260045260246000fd5b500490565b60608152600061465d6060830186614242565b60208301949094525060400152919050565b64ffffffffff81811683821601908082111561468d5761468d61434d565b5092915050565b60a0815260006146a760a08301886143d7565b65ffffffffffff8716602084015264ffffffffff8616604084015284606084015282810360808401526146da8185614242565b98975050505050505050565b87815260e0602082015260006146ff60e08301896143d7565b60ff8816604084015264ffffffffff87811660608501528616608084015260a0830185905282810360c08401526147368185614242565b9a9950505050505050505050565b600084516147568184602089016141a8565b60609490941b6bffffffffffffffffffffffff19169190930190815260148101919091526034019291505056fea164736f6c6343000815000a","sourceMap":"2066:11355:87:-:0;;;;;;;;;;;;;;;;;;;","linkReferences":{}},"deployedBytecode":{"object":"0x608060405234801561001057600080fd5b50600436106100d45760003560e01c8063742d611811610081578063bfdfaff71161005b578063bfdfaff7146101c1578063d5f8337f146101d4578063e1af802c146101e757600080fd5b8063742d611814610188578063a92813ad1461019b578063b29e4089146101ae57600080fd5b806326d98102116100b257806326d98102146101365780633350b6a91461016257806345ec93541461017557600080fd5b806301ffc9a7146100d9578063119df25f146101015780631d2257ba14610121575b600080fd5b6100ec6100e7366004613ece565b6101ef565b60405190151581526020015b60405180910390f35b610109610258565b6040516001600160a01b0390911681526020016100f8565b61013461012f366004613fa1565b610267565b005b610149610144366004613ffa565b6102e8565b6040516001600160e01b031990911681526020016100f8565b61013461017036600461404f565b6103ea565b604051601f1936013581526020016100f8565b610149610196366004614091565b610633565b6101346101a93660046140e8565b6106ee565b6101346101bc366004614118565b610765565b6101346101cf366004614131565b610821565b6101346101e236600461416b565b610904565b61010961096b565b60006001600160e01b031982167fb421288000000000000000000000000000000000000000000000000000000000148061025257506001600160e01b031982167f01ffc9a700000000000000000000000000000000000000000000000000000000145b92915050565b6000610262610975565b905090565b610279610272610258565b84846109a7565b61028282610ad1565b801561028f575060008151115b156102e357600061029f83610aed565b5090506102cc817faea79dd000000000000000000000000000000000000000000000000000000000610be5565b6102e06102d7610258565b84846000610d0b565b50505b505050565b60006102fb836102f6610258565b610d38565b600061032461030a8560101b90565b71ffffffffffffffffffffffffffffffffffff1916610dbe565b9050600061033961033486610e52565b610dbe565b90506000828286604051602001610352939291906141cc565b604051602081830303815290604052905080805190602001209350600061037885610e69565b905080156103c3576040517f3d1d1ae20000000000000000000000000000000000000000000000000000000081526001600160e01b0319861660048201526024015b60405180910390fd5b855160208701206103d5868983610f58565b6103df8684611060565b505050505092915050565b7f7379000000000000000000000000000000000000000000000000000000000000837fffff0000000000000000000000000000000000000000000000000000000000001614610493577f73790000000000000000000000000000000000000000000000000000000000008361045e85611181565b6040517f5c30fb6f0000000000000000000000000000000000000000000000000000000081526004016103ba9392919061426e565b6104bd827fb421288000000000000000000000000000000000000000000000000000000000610be5565b60006104c884610e52565b6fffffffffffffffffffffffffffffffff19160361051e57826104ea84611181565b6040517fe4ac069e0000000000000000000000000000000000000000000000000000000081526004016103ba9291906142af565b6000610529836112c5565b9050801580159061053a5750838114155b1561057c576040517fc0b707410000000000000000000000000000000000000000000000000000000081526001600160a01b03841660048201526024016103ba565b7dffffffffffffffffffffffffffff000000000000000000000000000000008416616e7360f01b176105ad816113a7565b6105bf576105ba81610765565b6105cb565b6105cb816102f6610258565b60006105d6866114a1565b90506001600160a01b038116156105ff576105f08161157c565b6105fa8282611650565b61060a565b61060a866001611743565b610615868686611853565b61061f8587611933565b61062b828660016119d3565b505050505050565b60408051616e7360f01b602082015260006022820181905260308201819052916106789101604051602081830303815290604052610670906142c8565b6102f6610258565b5081516020830120600061068b82610e69565b905080156106d1576040517f3d1d1ae20000000000000000000000000000000000000000000000000000000081526001600160e01b0319831660048201526024016103ba565b6106dc828685610f58565b6106e68285611060565b509392505050565b6106fa826102f6610258565b60408051613a3160f11b6020820152641ddbdc9b1960da1b60228201527f53797374656d486f6f6b730000000000000000000000000000000000000000006030820152610761910160405160208183030381529060405261075a906142c8565b8383611a92565b5050565b616e7360f01b817fffff00000000000000000000000000000000000000000000000000000000000016146107a357616e7360f01b8161045e83611181565b6107ac816113a7565b156107ef57806107bb82611181565b6040517f0dc28f6a0000000000000000000000000000000000000000000000000000000081526004016103ba9291906142af565b6107fa816001611743565b61080b81610806610258565b611bb9565b61081e81610817610258565b60016119d3565b50565b616e7360f01b837fffff000000000000000000000000000000000000000000000000000000000000161461085f57616e7360f01b8361045e85611181565b61086882610ad1565b61089e576040517f71ee9e8100000000000000000000000000000000000000000000000000000000815260040160405180910390fd5b6108aa836102f6610258565b60006108b583610aed565b5090506108e2817faea79dd000000000000000000000000000000000000000000000000000000000610be5565b6108ec8484611cb4565b8151156108fe576102e06102d7610258565b50505050565b61092e827f55f0760f00000000000000000000000000000000000000000000000000000000610be5565b61093a836102f6610258565b6102e3836bffffffffffffffffffffffff19606085901b166bff0000000000000000000000605885901b1617611d48565b6000610262611e31565b7fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffcc36013560601c806109a45750335b90565b604080516002808252606082018352600092602083019080368337019050509050836001600160a01b031660001b816000815181106109e8576109e86142ef565b602002602001018181525050826001600160a01b031660001b81600181518110610a1457610a146142ef565b60209081029190910181019190915260408051613a3160f11b92810192909252641ddbdc9b1960da1b60228301527f5573657244656c65676174696f6e436f0000000000000000000000000000000060308301526108fe91015b604051602081830303815290604052610a86906142c8565b82600085604051602001610a9c91815260200190565b60408051601f198184030181529190527e20010020000000000000000000000000000000000000000000000000000000611e70565b600081151580156102525750610ae682611e85565b1592915050565b60408051600180825281830190925260009182918291602080830190803683370190505090508381600081518110610b2757610b276142ef565b60209081029190910181019190915260408051613a3160f11b81840152641ddbdc9b1960da1b60228201527f53797374656d73000000000000000000000000000000000000000000000000006030820152815180820390930183528101905260009081908190610bc090610b9a906142c8565b857e15020014010000000000000000000000000000000000000000000000000000611f00565b5050602081015160349091015160609190911c9860f89190911c975095505050505050565b6040517f01ffc9a70000000000000000000000000000000000000000000000000000000081526001600160e01b0319821660048201526001600160a01b038316906301ffc9a790602401602060405180830381865afa925050508015610c68575060408051601f3d908101601f19168201909252610c6591810190614305565b60015b610cb9576040517f74b5e6ff0000000000000000000000000000000000000000000000000000000081526001600160a01b03831660048201526001600160e01b0319821660248201526044016103ba565b806102e3576040517f74b5e6ff0000000000000000000000000000000000000000000000000000000081526001600160a01b03841660048201526001600160e01b0319831660248201526044016103ba565b6060600080610d1c87878787612008565b9150915081610d2e57610d2e816121ec565b9695505050505050565b6001600160a01b038116610d72616e7360f01b7dffffffffffffffffffffffffffff000000000000000000000000000000008516176121f4565b6001600160a01b03161461076157610d8982611181565b816040517fd787b7370000000000000000000000000000000000000000000000000000000081526004016103ba929190614322565b606060005b6010811015610e1e576fffffffffffffffffffffffffffffffff198316600882021b7fff000000000000000000000000000000000000000000000000000000000000001615610e1e5780610e1681614363565b915050610dc3565b604080516fffffffffffffffffffffffffffffffff198516602082015281516030909101909152818152805b949350505050565b6000610e606070601061437d565b9190911b919050565b60408051600180825281830190925260009182919060208083019080368337019050509050827bffffffffffffffffffffffffffffffffffffffffffffffffffffffff191681600081518110610ec157610ec16142ef565b60209081029190910181019190915260408051613a3160f11b81840152641ddbdc9b1960da1b60228201527f46756e6374696f6e53656c6563746f720000000000000000000000000000000060308201528151808203909301835281019052600090610e4a90610f30906142c8565b8360007e240200200400000000000000000000000000000000000000000000000000006122c0565b6000610f6483836122f6565b60408051600180825281830190925291925060009160609183919060208083019080368337019050509050867bffffffffffffffffffffffffffffffffffffffffffffffffffffffff191681600081518110610fc257610fc26142ef565b60209081029190910181019190915260408051613a3160f11b81840152641ddbdc9b1960da1b60228201527f46756e6374696f6e53656c6563746f7200000000000000000000000000000000603082015281518082039093018352810190526110579061102e906142c8565b828686867e24020020040000000000000000000000000000000000000000000000000000612335565b50505050505050565b6060600061106d83612630565b9050600061107a84612640565b6040805160018082528183019092529192506000919060208083019080368337019050509050857bffffffffffffffffffffffffffffffffffffffffffffffffffffffff1916816000815181106110d3576110d36142ef565b602090810291909101810191909152604080517f6f7400000000000000000000000000000000000000000000000000000000000081840152641ddbdc9b1960da1b60228201527f46756e6374696f6e5369676e61747572000000000000000000000000000000006030820152815180820390930183528101905261062b9061115a906142c8565b828686867c0100000000000000000000000000000000000000000000000000000000612335565b606081601081901b600061119483610e52565b90508271ffffffffffffffffffffffffffffffffffff198316156111cd5771ffffffffffffffffffffffffffffffffffff1983166111ef565b7f524f4f545f4e414d4553504143450000000000000000000000000000000000005b6fffffffffffffffffffffffffffffffff1983161561120e5782611230565b7f524f4f545f4e414d4500000000000000000000000000000000000000000000005b6040517fffff00000000000000000000000000000000000000000000000000000000000090931660208401527f3a00000000000000000000000000000000000000000000000000000000000000602284018190526fffffffffffffffffffffffffffffffff19928316602385015260338401521660348201526044016040516020818303038152906040529350505050919050565b60408051600180825281830190925260009182919060208083019080368337019050509050826001600160a01b031660001b8160008151811061130a5761130a6142ef565b60209081029190910181019190915260408051613a3160f11b92810192909252641ddbdc9b1960da1b60228301527f53797374656d52656769737472790000000000000000000000000000000000006030830152600091610e4a91015b60405160208183030381529060405261137f906142c8565b8360007e200100200000000000000000000000000000000000000000000000000000006122c0565b6040805160018082528183019092526000918291906020808301908036833701905050905082816000815181106113e0576113e06142ef565b60209081029190910181019190915260408051613a3160f11b928101929092527f73746f726500000000000000000000000000000000000000000000000000000060228301527f5265736f75726365496473000000000000000000000000000000000000000000603083015260009161149591015b60405160208183030381529060405261146d906142c8565b8360007e010100010000000000000000000000000000000000000000000000000000006122c0565b9050610e4a8160f81c90565b6040805160018082528183019092526000918291906020808301908036833701905050905082816000815181106114da576114da6142ef565b60209081029190910181019190915260408051613a3160f11b81840152641ddbdc9b1960da1b60228201527f53797374656d73000000000000000000000000000000000000000000000000006030820152815180820390930183528101905260009061157190611549906142c8565b8360007e150200140100000000000000000000000000000000000000000000000000006122c0565b60601c949350505050565b60408051600180825281830190925260009160208083019080368337019050509050816001600160a01b031660001b816000815181106115be576115be6142ef565b60209081029190910181019190915260408051613a3160f11b81840152641ddbdc9b1960da1b60228201527f53797374656d5265676973747279000000000000000000000000000000000000603082015281518082039093018352810190526107619061162a906142c8565b827e20010020000000000000000000000000000000000000000000000000000000612669565b6040805160028082526060820183526000926020830190803683370190505090508281600081518110611685576116856142ef565b602002602001018181525050816001600160a01b031660001b816001815181106116b1576116b16142ef565b60209081029190910181019190915260408051613a3160f11b81840152641ddbdc9b1960da1b60228201527f5265736f75726365416363657373000000000000000000000000000000000000603082015281518082039093018352810190526102e39061171d906142c8565b827e01010001000000000000000000000000000000000000000000000000000000612669565b604080516001808252818301909252600091602080830190803683370190505090508281600081518110611779576117796142ef565b60209081029190910181019190915260408051613a3160f11b928101929092527f73746f726500000000000000000000000000000000000000000000000000000060228301527f5265736f7572636549647300000000000000000000000000000000000000000060308301526102e391015b604051602081830303815290604052611803906142c8565b8260008560405160200161181e91151560f81b815260010190565b60408051601f198184030181529190527e01010001000000000000000000000000000000000000000000000000000000611e70565b600061185f8383612929565b60408051600180825281830190925291925060009160609183919060208083019080368337019050509050868160008151811061189e5761189e6142ef565b60209081029190910181019190915260408051613a3160f11b81840152641ddbdc9b1960da1b60228201527f53797374656d7300000000000000000000000000000000000000000000000000603082015281518082039093018352810190526110579061190a906142c8565b828686867e15020014010000000000000000000000000000000000000000000000000000612335565b60408051600180825281830190925260009160208083019080368337019050509050826001600160a01b031660001b81600081518110611975576119756142ef565b60209081029190910181019190915260408051613a3160f11b92810192909252641ddbdc9b1960da1b60228301527f53797374656d526567697374727900000000000000000000000000000000000060308301526102e39101610a6e565b6040805160028082526060820183526000926020830190803683370190505090508381600081518110611a0857611a086142ef565b602002602001018181525050826001600160a01b031660001b81600181518110611a3457611a346142ef565b60209081029190910181019190915260408051613a3160f11b92810192909252641ddbdc9b1960da1b60228301527f5265736f7572636541636365737300000000000000000000000000000000000060308301526108fe91016117eb565b6000611a9e8484612959565b90506000815167ffffffffffffffff811115611abc57611abc613efe565b604051908082528060200260200182016040528015611ae5578160200160208202803683370190505b5090506000805b8351811015611baa57846001600160a01b0316611b30858381518110611b1457611b146142ef565b60200260200101516affffffffffffffffffffff191660601c90565b6001600160a01b031614611ba257838181518110611b5057611b506142ef565b6020026020010151838381518110611b6a57611b6a6142ef565b7fffffffffffffffffffffffffffffffffffffffffff0000000000000000000000909216602092830291909101909101526001909101905b600101611aec565b5080825261062b8686846129c4565b604080516001808252818301909252600091602080830190803683370190505090508281600081518110611bef57611bef6142ef565b60209081029190910181019190915260408051613a3160f11b81840152641ddbdc9b1960da1b60228201527f4e616d6573706163654f776e6572000000000000000000000000000000000000603082015281518082039093018352810190526102e390611c5b906142c8565b6040516bffffffffffffffffffffffff19606086901b166020820152839060009060340160408051601f198184030181529190527e14010014000000000000000000000000000000000000000000000000000000611e70565b604080516001808252818301909252600091602080830190803683370190505090508281600081518110611cea57611cea6142ef565b60209081029190910181019190915260408051613a3160f11b92810192909252641ddbdc9b1960da1b60228301527f4e616d65737061636544656c656761740000000000000000000000000000000060308301526102e39101610a6e565b604080516001808252818301909252600091602080830190803683370190505090508281600081518110611d7e57611d7e6142ef565b60209081029190910181019190915260408051613a3160f11b81840152641ddbdc9b1960da1b60228201527f53797374656d486f6f6b73000000000000000000000000000000000000000000603082015281518082039093018352810190526102e390611dea906142c8565b6040517fffffffffffffffffffffffffffffffffffffffffff0000000000000000000000851660208201528390600090603501604051602081830303815290604052612a1b565b7f629a4c26e296b22a8e0856e9f6ecb2d1008d7e00081111962cd175fa7488e175546000906001600160a01b031680611e6b573391505090565b919050565b6102e08585611e7f8487612acc565b85612b07565b604080517f737900000000000000000000000000000000000000000000000000000000000060208201526000602282018190527f756e6c696d69746564000000000000000000000000000000000000000000000060308301529101604051602081830303815290604052611ef8906142c8565b909114919050565b6060600060606000611f1185612d60565b9050611f1e878783612d83565b93506000611f2b86612dc7565b90508015611ffd57611f3d8888612e04565b935066ffffffffffffff841667ffffffffffffffff811115611f6157611f61613efe565b6040519080825280601f01601f191660200182016040528015611f8b576020820181803683370190505b5092506020830160005b828160ff161015611ffa576000611fad8b8b84612e17565b90506000611fca888460ff166028026038011c64ffffffffff1690565b9050611fd98282600087612e97565b611fe3818561437d565b935050508080611ff290614390565b915050611f95565b50505b505093509350939050565b60006060600061201786612f66565b905060005b81518110156120f4576000828281518110612039576120396142ef565b602002602001015190506120656001826affffffffffffffffffffff191661302f90919063ffffffff16565b156120e1576040517fc3323031000000000000000000000000000000000000000000000000000000008152606082901c9063c3323031906120ae908c908c908c906004016143af565b600060405180830381600087803b1580156120c857600080fd5b505af11580156120dc573d6000803e3d6000fd5b505050505b50806120ec81614363565b91505061201c565b506121018785888861304d565b909350915060005b81518110156121e1576000828281518110612126576121266142ef565b602002602001015190506121526002826affffffffffffffffffffff191661302f90919063ffffffff16565b156121ce576040517f973d8f99000000000000000000000000000000000000000000000000000000008152606082901c9063973d8f999061219b908c908c908c906004016143af565b600060405180830381600087803b1580156121b557600080fd5b505af11580156121c9573d6000803e3d6000fd5b505050505b50806121d981614363565b915050612109565b505094509492505050565b805160208201fd5b60408051600180825281830190925260009182919060208083019080368337019050509050828160008151811061222d5761222d6142ef565b60209081029190910181019190915260408051613a3160f11b81840152641ddbdc9b1960da1b60228201527f4e616d6573706163654f776e6572000000000000000000000000000000000000603082015281518082039093018352810190526000906115719061229c906142c8565b8360007e140100140000000000000000000000000000000000000000000000000000005b60006122ed6122cf8686613160565b60ff858116601b0360080285901c166122e88587612acc565b6131b6565b95945050505050565b6060828260405160200161231e9291909182526001600160e01b031916602082015260240190565b604051602081830303815290604052905092915050565b857f8dbb3a9672eebfd3773e72dd9c102393436816d832c7ba9e1e1ac8fcadcac7a98686868660405161236b9493929190614412565b60405180910390a2613a3160f11b867fffff000000000000000000000000000000000000000000000000000000000000160361062b5760006123ac87613207565b905060005b815181101561248f5760008282815181106123ce576123ce6142ef565b602002602001015190506123fa6001826affffffffffffffffffffff191661302f90919063ffffffff16565b1561247c576040517f57066c9c000000000000000000000000000000000000000000000000000000008152606082901c906357066c9c90612449908c908c908c908c908c908c9060040161445c565b600060405180830381600087803b15801561246357600080fd5b505af1158015612477573d6000803e3d6000fd5b505050505b508061248781614363565b9150506123b1565b50600061249c8888613160565b905060006020870190506124b4826000838a516132ba565b60006124bf85612dc7565b11156125435760006124d18a8a61337a565b878155905060208601915060008060005b6124eb88612dc7565b8160ff16101561253e576125008d8d83612e17565b925061251b8a8260ff166028026038011c64ffffffffff1690565b915061252a83600087856132ba565b612534828661437d565b94506001016124e2565b505050505b60005b8351811015612624576000848281518110612563576125636142ef565b6020026020010151905061258f6002826affffffffffffffffffffff191661302f90919063ffffffff16565b15612611576040517f5b28cdaf000000000000000000000000000000000000000000000000000000008152606082901c90635b28cdaf906125de908e908e908e908e908e908e9060040161445c565b600060405180830381600087803b1580156125f857600080fd5b505af115801561260c573d6000803e3d6000fd5b505050505b508061261c81614363565b915050612546565b50505050505050505050565b60006102528251603881901b1790565b60608160405160200161265391906144b5565b6040516020818303038152906040529050919050565b827f0e1f72f429eb97e64878619984a91e687ae91610348b9ff4216782cc96e49d078360405161269991906144d1565b60405180910390a2613a3160f11b837fffff00000000000000000000000000000000000000000000000000000000000016146126d457505050565b60006126df84613207565b905060005b81518110156127bc576000828281518110612701576127016142ef565b6020026020010151905061272d6040826affffffffffffffffffffff191661302f90919063ffffffff16565b156127a9576040517f9faeaf45000000000000000000000000000000000000000000000000000000008152606082901c90639faeaf4590612776908990899089906004016144e4565b600060405180830381600087803b15801561279057600080fd5b505af11580156127a4573d6000803e3d6000fd5b505050505b50806127b481614363565b9150506126e4565b5060006127c98585613160565b90506128228160006127da86612d60565b67ffffffffffffffff8111156127f2576127f2613efe565b6040519080825280601f01601f19166020018201604052801561281c576020820181803683370190505b506133d0565b600061282d84612dc7565b111561284e57600061283f868661337a565b905061284c8160206133e0565b505b60005b825181101561062b57600083828151811061286e5761286e6142ef565b6020026020010151905061289a6080826affffffffffffffffffffff191661302f90919063ffffffff16565b15612916576040517f83b5c95b000000000000000000000000000000000000000000000000000000008152606082901c906383b5c95b906128e3908a908a908a906004016144e4565b600060405180830381600087803b1580156128fd57600080fd5b505af1158015612911573d6000803e3d6000fd5b505050505b508061292181614363565b915050612851565b604051606083811b6bffffffffffffffffffffffff1916602083015282151560f81b60348301529060350161231e565b60408051600180825281830190925260609160009190602080830190803683370190505090508281600081518110612993576129936142ef565b60200260200101818152505060006129ad8583600061341d565b90506122ed6129bf8260008451613457565b6134e7565b6040805160018082528183019092526000916020808301908036833701905050905082816000815181106129fa576129fa6142ef565b6020026020010181815250506108fe84826000612a16866134f8565b613508565b6000612a25611e31565b9050306001600160a01b03821603612a4857612a4385858585613543565b6102e0565b6040517f150f32620000000000000000000000000000000000000000000000000000000081526001600160a01b0382169063150f326290612a9390889088908890889060040161450d565b600060405180830381600087803b158015612aad57600080fd5b505af1158015612ac1573d6000803e3d6000fd5b505050505050505050565b600080805b8360ff168110156106e657612af360ff601b83900360080287901c168361437d565b915080612aff81614363565b915050612ad1565b6000612b138585613160565b9050847f8c0b5119d4cec7b284c6b1b39252a03d1e2f2d7451a5895562524c113bb952be858585604051612b4993929190614541565b60405180910390a2613a3160f11b857fffff0000000000000000000000000000000000000000000000000000000000001614612b8557506108fe565b6000612b9086613207565b905060005b8151811015612c6f576000828281518110612bb257612bb26142ef565b60200260200101519050612bde6004826affffffffffffffffffffff191661302f90919063ffffffff16565b15612c5c576040517f964f667d000000000000000000000000000000000000000000000000000000008152606082901c9063964f667d90612c29908b908b908b908b90600401614574565b600060405180830381600087803b158015612c4357600080fd5b505af1158015612c57573d6000803e3d6000fd5b505050505b5080612c6781614363565b915050612b95565b50612c83828565ffffffffffff16856133d0565b60005b8151811015611057576000828281518110612ca357612ca36142ef565b60200260200101519050612ccf6008826affffffffffffffffffffff191661302f90919063ffffffff16565b15612d4d576040517fa8ba8721000000000000000000000000000000000000000000000000000000008152606082901c9063a8ba872190612d1a908b908b908b908b90600401614574565b600060405180830381600087803b158015612d3457600080fd5b505af1158015612d48573d6000803e3d6000fd5b505050505b5080612d5881614363565b915050612c86565b60006008612d70600260206145ad565b612d7a91906145c0565b9190911c919050565b606081600003612da25750604080516020810190915260008152612dc0565b6000612dae8585613160565b9050612dbc8184600061357e565b9150505b9392505050565b60006008600180612dda600260206145ad565b612de491906145ad565b612dee91906145ad565b612df891906145c0565b8260ff911c1692915050565b6000612dc0612e13848461337a565b5490565b60008383604051602001612e2c9291906145d7565b604051602081830303815290604052805190602001208260f81b7effffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff19167f3b4102da22e32d82fc925482184f16c09fd4281692720b87d124aef6da48a0f1181860001c90509392505050565b8115612f205760208210612ec157602082048401935060208281612ebd57612ebd614612565b0691505b8115612f20576020829003600081851015612ee55750600019600885021c19612ef0565b50600019600882021c195b8554600885021b811984511682821617845250818511612f115750506108fe565b50600194909401939283900392015b5b60208310612f425783548152600190930192601f1990920191602001612f21565b82156108fe576000600019600885021c198251865482169119161782525050505050565b60408051600180825281830190925260609160009190602080830190803683370190505090508281600081518110612fa057612fa06142ef565b60209081029190910181019190915260408051613a3160f11b92810192909252641ddbdc9b1960da1b60228301527f53797374656d486f6f6b73000000000000000000000000000000000000000000603083015260009161301d91015b604051602081830303815290604052613015906142c8565b83600061341d565b9050610e4a6129bf8260008451613457565b60008160ff16826130408560581c90565b1660ff1614905092915050565b6000606060008061305d86610aed565b90925090506001600160a01b0382166130ae578561307a87611181565b6040517ffbf10ce60000000000000000000000000000000000000000000000000000000081526004016103ba9291906142af565b806130bd576130bd86896135a1565b861561310e577dffffffffffffffffffffffffffff000000000000000000000000000000008616616e7360f01b1760006130f6826135b8565b905061310b826131068b8461437d565b613652565b50505b600061311a8760101b90565b71ffffffffffffffffffffffffffffffffffff19161461314557613140888884886136e6565b613151565b6131518888848861375e565b90999098509650505050505050565b600082826040516020016131759291906145d7565b60408051601f1981840301815291905280516020909101207f86425bff6b57326c7859e89024fe4f238ca327a1ae4a230180dd2f0e88aaa7d9189392505050565b6000602082106131dc576020820484019350602082816131d8576131d8614612565b0691505b508254600882021b6020829003808411156106e6576001850154600882021c82179150509392505050565b60408051600180825281830190925260609160009190602080830190803683370190505090508281600081518110613241576132416142ef565b60209081029190910181019190915260408051613a3160f11b928101929092527f73746f726500000000000000000000000000000000000000000000000000000060228301527f53746f7265486f6f6b7300000000000000000000000000000000000000000000603083015260009161301d9101612ffd565b821561333457602083106132e4576020830484019350602083816132e0576132e0614612565b0692505b82156133345760208390036000600019600884021c1990506008850281811c91508451811c90508119875416828216178755508183116133255750506108fe565b50600194909401939182019190035b5b602081106133565781518455600190930192602090910190601f1901613335565b80156108fe576000600019600883021c198554845182169119161785555050505050565b6000828260405160200161338f9291906145d7565b60408051601f1981840301815291905280516020909101207f14e2fcc58e58e68ec7edc30c8d50dccc3ce2714a623ec81f46b6a63922d76569189392505050565b6102e383836020840184516132ba565b600060206133ef83601f61437d565b6133f99190614628565b613403908461437d565b90505b808310156102e35760008355600183019250613406565b6060610e4a61342d858585612e17565b6134508461343b8888612e04565b9060ff166028026038011c64ffffffffff1690565b600061357e565b600081831115801561346a575083518211155b6134a6578383836040517f23230fa30000000000000000000000000000000000000000000000000000000081526004016103ba9392919061464a565b602084016134b4848261437d565b905060006134c285856145ad565b6fffffffffffffffffffffffffffffffff1660809290921b9190911795945050505050565b60606000612dc083601560006137bf565b606081612dc0816015600061383a565b60006135148585612e04565b90506000613531828560ff166028026038011c64ffffffffff1690565b905061062b868686600085888861388e565b600061354f8585612e04565b9050600061356c828560ff166028026038011c64ffffffffff1690565b905061062b868686846000888861388e565b60405160208101601f19603f85840101166040528382526106e685858584612e97565b6135ab8282613ca4565b61076157610d8982611181565b6040805160018082528183019092526000918291906020808301908036833701905050905082816000815181106135f1576135f16142ef565b60209081029190910181019190915260408051613a3160f11b92810192909252641ddbdc9b1960da1b60228301527f42616c616e6365730000000000000000000000000000000000000000000000006030830152600091610e4a9101611367565b604080516001808252818301909252600091602080830190803683370190505090508281600081518110613688576136886142ef565b60209081029190910181019190915260408051613a3160f11b92810192909252641ddbdc9b1960da1b60228301527f42616c616e63657300000000000000000000000000000000000000000000000060308301526102e39101610a6e565b60006060836001600160a01b03166000613701858989613ce7565b60405161370e91906144b5565b60006040518083038185875af1925050503d806000811461374b576040519150601f19603f3d011682016040523d82523d6000602084013e613750565b606091505b509097909650945050505050565b60006060836001600160a01b0316613777848888613ce7565b60405161378491906144b5565b600060405180830381855af49150503d806000811461374b576040519150601f19603f3d011682016040523d82523d6000602084013e613750565b606060006137cd8560801c90565b90506fffffffffffffffffffffffffffffffff851660008582816137f3576137f3614612565b04905060405193506020840160208202810160405281855260005b8281101561382e578451871c82529387019360209091019060010161380e565b50505050509392505050565b8251606090600061384b85836145c0565b9050604051925060208301601f19603f83860101166040528184526000602088015b8482101561382e578051871b8352918701916001919091019060200161386d565b613a3160f11b877fffff000000000000000000000000000000000000000000000000000000000000161461391857613a3160f11b87886040516020016138d691815260200190565b60408051601f19818403018152908290527f31b466830000000000000000000000000000000000000000000000000000000082526103ba93929160040161426e565b6000613933828760ff166028026038011c64ffffffffff1690565b9050600083518564ffffffffff168361394c91906145ad565b613956919061437d565b905080821415801561397857508161396e868861466f565b64ffffffffff1614155b156139c8576040517fa65010b400000000000000000000000000000000000000000000000000000000815264ffffffffff80881660048301528087166024830152831660448201526064016103ba565b818664ffffffffff161115613a19576040517f7e8578d30000000000000000000000000000000000000000000000000000000081526004810183905264ffffffffff871660248201526044016103ba565b6000613a26848984613d16565b905064ffffffffff871660005b8960ff168160ff161015613a6657613a5a868260ff166028026038011c64ffffffffff1690565b90910190600101613a33565b508a7faa63765a776145e5e6492f471ae097dfed11cd57a61bc2679dd43180422385b48b838a868b604051613a9f959493929190614694565b60405180910390a2506000613ab38b613207565b905060005b8151811015613b88576000828281518110613ad557613ad56142ef565b60200260200101519050613b016010826affffffffffffffffffffff191661302f90919063ffffffff16565b15613b7557606081901c6001600160a01b03166355eb5a288e8e8e8e8e8a8f6040518863ffffffff1660e01b8152600401613b4297969594939291906146e6565b600060405180830381600087803b158015613b5c57600080fd5b505af1158015613b70573d6000803e3d6000fd5b505050505b5080613b8081614363565b915050613ab8565b50828414613ba1576000613b9c8c8c61337a565b839055505b6000613bae8c8c8c612e17565b9050613bc2818a64ffffffffff16896133d0565b5060005b8151811015613c96576000828281518110613be357613be36142ef565b60200260200101519050613c0f6020826affffffffffffffffffffff191661302f90919063ffffffff16565b15613c8357606081901c6001600160a01b031663635845338e8e8e8e8e8a8f6040518863ffffffff1660e01b8152600401613c5097969594939291906146e6565b600060405180830381600087803b158015613c6a57600080fd5b505af1158015613c7e573d6000803e3d6000fd5b505050505b5080613c8e81614363565b915050613bc6565b505050505050505050505050565b6000613cd7616e7360f01b7dffffffffffffffffffffffffffff0000000000000000000000000000000085161783613de4565b80612dc05750612dc08383613de4565b6060838383604051602001613cfe93929190614744565b60405160208183030381529060405290509392505050565b600064ffffffffff821115613d5a576040517f47670588000000000000000000000000000000000000000000000000000000008152600481018390526024016103ba565b8366ffffffffffffff811660ff851660280260380182901c64ffffffffff16808510613d8c5780850382019150613d94565b848103820391505b5064ffffffffff6038602860ff8816020181811b197fffffffffffffffffffffffffffffffffffffffffffffffffff000000000000009490941690921792909216918416901b1790509392505050565b604080516002808252606082018352600092839291906020830190803683370190505090508381600081518110613e1d57613e1d6142ef565b602002602001018181525050826001600160a01b031660001b81600181518110613e4957613e496142ef565b60209081029190910181019190915260408051613a3160f11b92810192909252641ddbdc9b1960da1b60228301527f5265736f757263654163636573730000000000000000000000000000000000006030830152600091613eaa9101611455565b90506122ed8160f81c90565b80356001600160e01b031981168114611e6b57600080fd5b600060208284031215613ee057600080fd5b612dc082613eb6565b6001600160a01b038116811461081e57600080fd5b634e487b7160e01b600052604160045260246000fd5b600082601f830112613f2557600080fd5b813567ffffffffffffffff80821115613f4057613f40613efe565b604051601f8301601f19908116603f01168101908282118183101715613f6857613f68613efe565b81604052838152866020858801011115613f8157600080fd5b836020870160208301376000602085830101528094505050505092915050565b600080600060608486031215613fb657600080fd5b8335613fc181613ee9565b925060208401359150604084013567ffffffffffffffff811115613fe457600080fd5b613ff086828701613f14565b9150509250925092565b6000806040838503121561400d57600080fd5b82359150602083013567ffffffffffffffff81111561402b57600080fd5b61403785828601613f14565b9150509250929050565b801515811461081e57600080fd5b60008060006060848603121561406457600080fd5b83359250602084013561407681613ee9565b9150604084013561408681614041565b809150509250925092565b6000806000606084860312156140a657600080fd5b83359250602084013567ffffffffffffffff8111156140c457600080fd5b6140d086828701613f14565b9250506140df60408501613eb6565b90509250925092565b600080604083850312156140fb57600080fd5b82359150602083013561410d81613ee9565b809150509250929050565b60006020828403121561412a57600080fd5b5035919050565b60008060006060848603121561414657600080fd5b8335925060208401359150604084013567ffffffffffffffff811115613fe457600080fd5b60008060006060848603121561418057600080fd5b83359250602084013561419281613ee9565b9150604084013560ff8116811461408657600080fd5b60005b838110156141c35781810151838201526020016141ab565b50506000910152565b600084516141de8184602089016141a8565b80830190507f5f00000000000000000000000000000000000000000000000000000000000000808252855161421a816001850160208a016141a8565b600192019182015283516142358160028401602088016141a8565b0160020195945050505050565b6000815180845261425a8160208601602086016141a8565b601f01601f19169290920160200192915050565b7fffff000000000000000000000000000000000000000000000000000000000000841681528260208201526060604082015260006122ed6060830184614242565b828152604060208201526000610e4a6040830184614242565b805160208083015191908110156142e9576000198160200360031b1b821691505b50919050565b634e487b7160e01b600052603260045260246000fd5b60006020828403121561431757600080fd5b8151612dc081614041565b6040815260006143356040830185614242565b90506001600160a01b03831660208301529392505050565b634e487b7160e01b600052601160045260246000fd5b600060001982036143765761437661434d565b5060010190565b808201808211156102525761025261434d565b600060ff821660ff81036143a6576143a661434d565b60010192915050565b6001600160a01b03841681528260208201526060604082015260006122ed6060830184614242565b600081518084526020808501945080840160005b83811015614407578151875295820195908201906001016143eb565b509495945050505050565b60808152600061442560808301876143d7565b82810360208401526144378187614242565b905084604084015282810360608401526144518185614242565b979650505050505050565b86815260c06020820152600061447560c08301886143d7565b82810360408401526144878188614242565b905085606084015282810360808401526144a18186614242565b9150508260a0830152979650505050505050565b600082516144c78184602087016141a8565b9190910192915050565b602081526000612dc060208301846143d7565b8381526060602082015260006144fd60608301856143d7565b9050826040830152949350505050565b84815260806020820152600061452660808301866143d7565b60ff8516604084015282810360608401526144518185614242565b60608152600061455460608301866143d7565b65ffffffffffff851660208401528281036040840152610d2e8185614242565b84815260806020820152600061458d60808301866143d7565b65ffffffffffff8516604084015282810360608401526144518185614242565b818103818111156102525761025261434d565b80820281158282048414176102525761025261434d565b82815260006020808301845182860160005b82811015614605578151845292840192908401906001016145e9565b5091979650505050505050565b634e487b7160e01b600052601260045260246000fd5b60008261464557634e487b7160e01b600052601260045260246000fd5b500490565b60608152600061465d6060830186614242565b60208301949094525060400152919050565b64ffffffffff81811683821601908082111561468d5761468d61434d565b5092915050565b60a0815260006146a760a08301886143d7565b65ffffffffffff8716602084015264ffffffffff8616604084015284606084015282810360808401526146da8185614242565b98975050505050505050565b87815260e0602082015260006146ff60e08301896143d7565b60ff8816604084015264ffffffffff87811660608501528616608084015260a0830185905282810360c08401526147368185614242565b9a9950505050505050505050565b600084516147568184602089016141a8565b60609490941b6bffffffffffffffffffffffff19169190930190815260148101919091526034019291505056fea164736f6c6343000815000a","sourceMap":"2066:11355:87:-:0;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;2311:188:57;;;;;;:::i;:::-;;:::i;:::-;;;592:14:201;;585:22;567:41;;555:2;540:18;2311:188:57;;;;;;;;1245:113;;;:::i;:::-;;;-1:-1:-1;;;;;783:55:201;;;765:74;;753:2;738:18;1245:113:57;619:226:201;10928:919:87;;;;;;:::i;:::-;;:::i;:::-;;7879:1335;;;;;;:::i;:::-;;:::i;:::-;;;-1:-1:-1;;;;;;3126:79:201;;;3108:98;;3096:2;3081:18;7879:1335:87;2964:248:201;5242:2302:87;;;;;;:::i;:::-;;:::i;1599:110:57:-;;;-1:-1:-1;;3585:14:57;3581:23;3568:37;4002:25:201;;3990:2;3975:18;1599:110:57;3856:177:201;9618:980:87;;;;;;:::i;:::-;;:::i;4195:369::-;;;;;;:::i;:::-;;:::i;2399:768::-;;;;;;:::i;:::-;;:::i;12165:1254::-;;;;;;:::i;:::-;;:::i;3471:494::-;;;;;;:::i;:::-;;:::i;1925:95:57:-;;;:::i;2311:188::-;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;1245:113::-;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:26;:50::i;:::-;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;;;;;;3126:79:201;;8799:58:87;;;3108:98:201;3081:18;;8799:58:87;;;;;;;;8746:111;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::-;5449:15;5427:8;:37;;;5423:138;;5507:15;5524:8;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;:::-;5832:54;;;;;;;;;;;;:::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;;;;;783:55:201;;6185:42:87;;;765:74:201;738:18;;6185:42:87;619: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;9618:980::-;625:63:78;;;-1:-1:-1;;;625:63:78;;;8756:92:201;9778:28:87;8864:11:201;;;8857:100;;;8973:12;;;8966:101;;;9778:28:87;9866:59;;9083: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;;;;;;3126:79:201;;10278:58:87;;;3108:98:201;3081:18;;10278:58:87;2964: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;4195:369::-;4335:50;4362:8;4372:12;:10;:12::i;4335:50::-;1253:74:74;;;-1:-1:-1;;;1253:74:74;;;8756:92:201;-1:-1:-1;;;8864:11:201;;;8857:100;1304:22:74;8973:12:201;;;8966:101;4480:79:87;;9083:12:201;1253:74:74;;;;;;;;;;;;1245:83;;;:::i;:::-;4528:8:87;4546:11;4480:27;:79::i;:::-;4195:369;;:::o;2399:768::-;-1:-1:-1;;;2548:11:87;:43;;;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;:43;;;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;3471:494::-;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;2779:381::-;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;;;8756:92:201;;;;-1:-1:-1;;;8864:11:201;;;8857:100;1304:27:77;8973:12:201;;;8966:101;7192:156:77;;9083:12:201;1253:79:77;;;;;;;;;;;;;1245:88;;;:::i;:::-;7240:9;7257:1;7301:19;7266:56;;;;;;9786:19:201;;9830:2;9821:12;;9657:182;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;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;;;8756:92:201;-1:-1:-1;;;8864:11:201;;;8857:100;1304:18:76;8973:12:201;;;8966:101;1253:70:76;;;;;;;;;;9083:12:201;;1253:70:76;;-1:-1:-1;;;;;;6969:78:76;;1245:79;;;:::i;:::-;7012:9;1432:66;6969:19;:78::i;:::-;-1:-1:-1;;20685:4:2;20671:27;;20665:34;20671:27;;;;20665:34;8316:32:76;;;;;;8380:30;;;;;;-1:-1:-1;6683:432:76;-1:-1:-1;;;;;;6683:432:76:o;826:380:89:-;910:55;;;;;-1:-1:-1;;;;;;3126:79:201;;910:55:89;;;3108:98:201;-1:-1:-1;;;;;910:42:89;;;;;3081: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;;;;;10284:55:201;;1129:70:89;;;10266:74:201;-1:-1:-1;;;;;;10376:79:201;;10356:18;;;10349:107;10239:18;;1129:70:89;10094:368:201;906:298:89;1002:9;997:108;;1028:70;;;;;-1:-1:-1;;;;;10284:55:201;;1028:70:89;;;10266:74:201;-1:-1:-1;;;;;;10376:79:201;;10356:18;;;10349:107;10239:18;;1028:70:89;10094: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;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;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;;11342:79:201;;2051:30:58;;;11330:92:201;2051:30:58;;11438:12:201;;;;2051:30:58;;;1916:21:2;;;2051:30:58;2101:39;2087:54;1824:322;-1:-1:-1;;;;1824:322:58:o;3058:160::-;3121:7;3185:26;399:6;336:5:16;3185:26:58;:::i;:::-;3151:61;;;;;3058:160;-1:-1:-1;3058:160:58:o;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;;;8756:92:201;-1:-1:-1;;;8864:11:201;;;8857:100;1304:27:68;8973:12:201;;;8966:101;1253:79:68;;;;;;;;;;9083: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;;;8756:92:201;-1:-1:-1;;;8864:11:201;;;8857:100;1304:27:68;8973:12:201;;;8966:101;1253:79:68;;;;;;;;;;9083: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;;;8756:92:201;-1:-1:-1;;;8864:11:201;;;8857:100;1224:27:69;8973:12:201;;;8966:101;1164:88:69;;;;;;;;;;9083:12:201;;1164:88:69;;4273:98;;1156:97;;;:::i;:::-;4303:9;4314:11;4327:15;4344:12;1372:66;4273:19;:98::i;3379:541:58:-;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;;12000:66:201;11988:79;;;3665:242:58;;;11976:92:201;12087:3;12106:11;;;12099:23;;;-1:-1:-1;;12236:15:201;;;12223:11;;;12216:36;12268:12;;;12261:24;12315:15;12301:12;;;12294:37;12347:12;;3665:242:58;;;;;;;;;;;;3636:279;;;;;3379:541;;;:::o;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;;;8756:92:201;;;;-1:-1:-1;;;8864:11:201;;;8857:100;1304:25:75;8973:12:201;;;8966:101;4703:13:75;;4719:62;;9083:12:201;1253:77:75;;;;;;;;;;;;;1245:86;;;:::i;:::-;4754:9;4765:1;1446:66;4719:24;:62::i;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;;;8756:92:201;;;;1080:16:27;8864:11:201;;;8857:100;1098:22:27;8973:12:201;;;8966:101;3756:13:27;;3772:62;;9083: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;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;;;8756:92:201;-1:-1:-1;;;8864:11:201;;;8857:100;1304:18:76;8973:12:201;;;8966:101;1253:70:76;;;;;;;;;;9083: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;;;8756:92:201;-1:-1:-1;;;8864:11:201;;;8857:100;1304:25:75;8973:12:201;;;8966:101;1253:77:75;;;;;;;;;;9083: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;;;8756:92:201;-1:-1:-1;;;8864:11:201;;;8857:100;1304:25:73;8973:12:201;;;8966:101;1253:77:73;;;;;;;;;;9083: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;;;8756:92:201;;;;1080:16:27;8864:11:201;;;8857:100;1098:22:27;8973:12:201;;;8966:101;5106:90:27;;9083:12:201;1047:74:27;;;;;;;;;;;;;1039:83;;;:::i;:::-;5141:9;5152:1;5173:6;5155:26;;;;;;12521:14:201;12514:22;12509:3;12505:32;12493:45;;12563:1;12554:11;;12370: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;;;8756:92:201;-1:-1:-1;;;8864:11:201;;;8857:100;1304:18:76;8973:12:201;;;8966:101;1253:70:76;;;;;;;;;;9083: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;;;8756:92:201;;;;-1:-1:-1;;;8864:11:201;;;8857:100;1304:25:75;8973:12:201;;;8966:101;6050:109:75;;9083:12:201;1253:77:75;8573: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;;;8756:92:201;;;;-1:-1:-1;;;8864:11:201;;;8857:100;1304:25:73;8973:12:201;;;8966:101;6556:90:73;;9083:12:201;1253:77:73;8573:528:201;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;;;8756:92:201;-1:-1:-1;;;8864:11:201;;;8857:100;1304:25:72;8973:12:201;;;8966:101;1253:77:72;;;;;;;;;;9083:12:201;;1253:77:72;;5924:89;;1245:86;;;:::i;:::-;5973:25;;-1:-1:-1;;12725:2:201;12721:15;;;12717:88;5973:25:72;;;12705:101:201;5959:9:72;;5970:1;;12822:12:201;;5973:25:72;;;-1:-1:-1;;5973:25:72;;;;;;;;;1446:66;5924:24;:89::i;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;;;8756:92:201;;;;-1:-1:-1;;;8864:11:201;;;8857:100;1304:27:71;8973:12:201;;;8966:101;6493:156:71;;9083:12:201;1253:79:71;8573: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;;;8756:92:201;-1:-1:-1;;;8864:11:201;;;8857:100;1304:22:74;8973:12:201;;;8966:101;1253:74:74;;;;;;;;;;9083:12:201;;1253:74:74;;10476:84;;1245:83;;;:::i;:::-;10531:28;;12998:66:201;12986:79;;10531:28:74;;;12974:92:201;10517:9:74;;10528:1;;13082: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;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;;;781:15;764:71;;;8756:92:201;1139:4:43;8864:11:201;;;8857:100;;;814:20:78;8973:12:201;;;8966:101;1139:4:43;9083:12:201;764:71:78;;;;;;;;;;;;756:80;;;:::i;:::-;1158:81:43;;;;1063:181;-1:-1:-1;1063:181:43:o;31801:1314:20:-;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;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;501:217:90:-;704:6;698:13;691:4;683:6;679:17;672:40;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;;;8756:92:201;-1:-1:-1;;;8864:11:201;;;8857:100;1304:25:72;8973:12:201;;;8966:101;1253:77:72;;;;;;;;;;9083: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;9912:179:68:-;10009:12;10053:8;10063:22;10036:50;;;;;;;;13916:19:201;;;-1:-1:-1;;;;;;13965:79:201;13960:2;13951:12;;13944:101;14070:2;14061:12;;13730: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;:35;;;13163:7;13114:62;13314:22;13339:24;13355:7;13339:15;:24::i;:::-;13314:49;;13374:9;13369:340;13389:5;:12;13385:1;:16;13369:340;;;13416:9;13438:5;13444:1;13438:8;;;;;;;;:::i;:::-;;;;;;;13416:31;;13459:33;343:6:32;13459:4:20;:14;;;;;:33;;;;:::i;:::-;13455:248;;;13504:190;;;;;3392:35:4;;;;;13504:47:20;;:190;;13563:7;;13582:8;;13602:10;;13624:14;;13650:11;;13673;;13504:190;;;:::i;:::-;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;13455:248;-1:-1:-1;13403:3:20;;;;:::i;:::-;;;;13369:340;;;;13772:26;13801:59;13842:7;13851:8;13801:40;:59::i;:::-;13772:88;-1:-1:-1;13866:21:20;826:4:14;816:15;;13866:54:20;;13926:149;13964:18;13998:1;14022:13;14051:10;:17;13926:13;:149::i;:::-;14175:1;14142:30;:11;:28;:30::i;:::-;:34;14138:1174;;;14261:33;14297:66;14345:7;14354:8;14297:47;:66::i;:::-;579:28:19;;;14261:102:20;-1:-1:-1;826:4:14;816:15;;14537:47:20;;14693:27;14728:25;14766:7;14761:545;14779:30;:11;:28;:30::i;:::-;14775:1;:34;;;14761:545;;;14845:63;14887:7;14896:8;14906:1;14845:41;:63::i;:::-;14823:85;-1:-1:-1;14938:25:20;:14;14961:1;6743:16:15;;862:5;6743:16;785:5;6732:27;6692:68;6670:92;;;6555:218;14938:25:20;14918:45;;14973:170;15015:19;15054:1;15082:13;15115:17;14973:13;:170::i;:::-;15153:34;15170:17;15153:34;;:::i;:::-;;-1:-1:-1;15284:3:20;;14761:545;;;;14178:1134;;;14138:1174;15386:9;15381:338;15401:5;:12;15397:1;:16;15381:338;;;15428:9;15450:5;15456:1;15450:8;;;;;;;;:::i;:::-;;;;;;;15428:31;;15471:32;437:6:32;15471:4:20;:14;;;;;:32;;;;:::i;:::-;15467:246;;;15515:189;;;;;3392:35:4;;;;;15515:46:20;;:189;;15573:7;;15592:8;;15612:10;;15634:14;;15660:11;;15683;;15515:189;;;:::i;:::-;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;15467:246;-1:-1:-1;15415:3:20;;;;:::i;:::-;;;;15381:338;;;;12930:2793;;;12721:3002;;;;;;:::o;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;:35;;;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;17317:15:201;;;-1:-1:-1;;17313:88:201;9599:38:76;;;17301:101:201;17448:14;;17441:22;17436:3;17432:32;17418:12;;;17411:54;9572:12:76;17481::201;;9599:38:76;17150:349:201;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;:::-;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;12428:297;12274:451;;;;:::o;50636:242:20:-;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;;16359:1506;16480:16;16499:59;16540:7;16549:8;16499:40;:59::i;:::-;16480:78;;16660:7;16616:100;16679:8;16696:5;16709:4;16616:100;;;;;;;;:::i;:::-;;;;;;;;-1:-1:-1;;;16781:7:20;:35;;;16777:62;;16826:7;;;16777:62;16984:22;17009:24;17025:7;17009:15;:24::i;:::-;16984:49;;17044:9;17039:328;17059:5;:12;17055:1;:16;17039:328;;;17086:9;17108:5;17114:1;17108:8;;;;;;;;:::i;:::-;;;;;;;17086:31;;17129:41;548:6:32;17129:4:20;:14;;;;;:41;;;;:::i;:::-;17125:236;;;17182:170;;;;;3392:35:4;;;;;17182:54:20;;:170;;17258:7;;17287:8;;17314:5;;17337:4;;17182:170;;;:::i;:::-;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;17125:236;-1:-1:-1;17073:3:20;;;;:::i;:::-;;;;17039:328;;;;17416:70;17448:8;17466:5;17416:70;;17479:4;17416:13;:70::i;:::-;17540:9;17535:326;17555:5;:12;17551:1;:16;17535:326;;;17582:9;17604:5;17610:1;17604:8;;;;;;;;:::i;:::-;;;;;;;17582:31;;17625:40;657:6:32;17625:4:20;:14;;;;;:40;;;;:::i;:::-;17621:234;;;17677:169;;;;;3392:35:4;;;;;17677:53:20;;:169;;17752:7;;17781:8;;17808:5;;17831:4;;17677:169;;;:::i;:::-;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;17621:234;-1:-1:-1;17569:3:20;;;;:::i;:::-;;;;17535:326;;4319:171:3;4393:7;537:1:30;1247:13;1259:1;334:2;1247:13;:::i;:::-;1246:30;;;;:::i;:::-;4415:70:3;;;;;4319:171;-1:-1:-1;4319:171:3:o;47636:360:20:-;47762:12;47786:6;47796:1;47786:11;47782:26;;-1:-1:-1;47799:9:20;;;;;;;;;-1:-1:-1;47799:9:20;;;;47782:26;47849:16;47868:41;47891:7;47900:8;47868:22;:41::i;:::-;47849:60;;47922:69;47953:8;47971:6;47987:1;47922:12;:69::i;:::-;47915:76;;;47636:360;;;;;;:::o;5098:173:3:-;5172:7;537:1:30;1597;;1577:13;1589:1;334:2;1577:13;:::i;:::-;:17;;;;:::i;:::-;:21;;;;:::i;:::-;1576:38;;;;:::i;:::-;5208:11:3;5187:79;5200:65;;5187:79;;5098:173;-1:-1:-1;;5098:173:3:o;52752:301:20:-;52873:13;52965:82;52996:48;53026:7;53035:8;52996:29;:48::i;:::-;4572:21:19;;4466:137;51555:274:20;51699:7;51804;51813:8;51787:35;;;;;;;;;:::i;:::-;;;;;;;;;;;;;51777:46;;;;;;51756:17;51749:25;;51729:45;;;41298:34;51729:45;:94;51721:103;;51714:110;;51555:274;;;;;:::o;5933:2374:19:-;6050:10;;6046:1537;;6203:2;6193:6;:12;6189:122;;6266:2;6257:6;:11;6239:29;;;;6290:2;6280:12;;;;;;:::i;:::-;;;;6189:122;6401:10;;6397:1180;;6609:2;:11;;;6483:21;6667:22;;;6663:133;;;-1:-1:-1;;;1080:1:31;1067:14;;1045:37;1043:40;6663:133:19;;;-1:-1:-1;;;1080:1:31;1067:14;;1045:37;1043:40;6663:133:19;6979:14;6973:21;6969:1;6961:6;6957:14;6953:42;7226:4;7222:9;7206:13;7200:20;7196:36;7127:4;7115:10;7111:21;7054:192;7027:13;7007:251;;7317:13;7307:6;:23;7303:36;;7332:7;;;;7303:36;-1:-1:-1;7480:1:19;7462:19;;;;;7535:23;;;;;7493:30;6397:1180;7612:253;7629:2;7619:6;:12;7612:253;;7723:21;;7701:44;;7798:1;7780:19;;;;-1:-1:-1;;7838:12:19;;;;7826:2;7809:19;7612:253;;;7933:10;;7929:374;;7953:12;-1:-1:-1;;1080:1:31;1067:14;;1045:37;1043:40;8235:20:19;;8150:21;;8146:32;;8257:9;;8231:36;8095:184;8052:237;;-1:-1:-1;5933:2374:19;;;;:::o;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;;;8756:92:201;;;;-1:-1:-1;;;8864:11:201;;;8857:100;1304:22:74;8973:12:201;;;8966:101;4776:18:74;;4797:49;;9083: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:13;:50::i;:::-;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;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;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;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;;;8756:92:201;;;;1080:16:28;8864:11:201;;;8857:100;1098:21:28;8973:12:201;;;8966:101;4558:18:28;;4579:49;;9083:12:201;1047:73:28;8573: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;;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;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;;;8756:92:201;;;;-1:-1:-1;;;8864:11:201;;;8857:100;1304:19:67;8973:12:201;;;8966:101;4669:13:67;;4685:62;;9083:12:201;1253:71:67;8573: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;;;8756:92:201;;;;-1:-1:-1;;;8864:11:201;;;8857:100;1304:19:67;8973:12:201;;;8966:101;5954:91:67;;9083:12:201;1253:71:67;8573: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;6132:321::-;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;:35;;;43512:161;;-1:-1:-1;;;43623:7:20;43656;43639:25;;;;;;9786:19:201;;9830:2;9821:12;;9657:182;43639:25:20;;;;-1:-1:-1;;43639:25:20;;;;;;;;;;43568:98;;;;;;;;;;:::i;43512:161::-;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;;;;;21824:12:201;21863:15;;;44204:92:20;;;21845:34:201;21915:15;;;21895:18;;;21888:43;21967:15;;21947:18;;;21940:43;21787:18;;44204:92:20;21618:371:201;44085:218:20;44409:19;44390:16;:38;;;44386:140;;;44445:74;;;;;;;;22167:25:201;;;22240:12;22228:25;;22208:18;;;22201:53;22140:18;;44445:74:20;21994: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;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;4614:201:57:-;4736:12;4780:8;4790:9;4801:8;4763:47;;;;;;;;;;:::i;:::-;;;;;;;;;;;;;4756:54;;4614:201;;;;;:::o;7139:1488:15:-;7265:13;933:16;7290:25;;7286:97;;;7332:44;;;;;;;;4002:25:201;;;3975:18;;7332:44:15;3856: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;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;;;8756:92:201;;;;-1:-1:-1;;;8864:11:201;;;8857:100;1304:25:73;8973:12:201;;;8966:101;5018:13:73;;5034:62;;9083:12:201;1253:77:73;8573:528:201;5034:62:73;5018:78;;5110:29;5131:5;5118:20;;1596:10:16;1487:126;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;850:154::-;-1:-1:-1;;;;;929:5:201;925:54;918:5;915:65;905:93;;994:1;991;984:12;1009:184;-1:-1:-1;;;1058:1:201;1051:88;1158:4;1155:1;1148:15;1182:4;1179:1;1172:15;1198:777;1240:5;1293:3;1286:4;1278:6;1274:17;1270:27;1260:55;;1311:1;1308;1301:12;1260:55;1347:6;1334:20;1373:18;1410:2;1406;1403:10;1400:36;;;1416:18;;:::i;:::-;1550:2;1544:9;1612:4;1604:13;;-1:-1:-1;;1600:22:201;;;1624:2;1596:31;1592:40;1580:53;;;1648:18;;;1668:22;;;1645:46;1642:72;;;1694:18;;:::i;:::-;1734:10;1730:2;1723:22;1769:2;1761:6;1754:18;1815:3;1808:4;1803:2;1795:6;1791:15;1787:26;1784:35;1781:55;;;1832:1;1829;1822:12;1781:55;1896:2;1889:4;1881:6;1877:17;1870:4;1862:6;1858:17;1845:54;1943:1;1936:4;1931:2;1923:6;1919:15;1915:26;1908:37;1963:6;1954:15;;;;;;1198:777;;;;:::o;1980:554::-;2097:6;2105;2113;2166:2;2154:9;2145:7;2141:23;2137:32;2134:52;;;2182:1;2179;2172:12;2134:52;2221:9;2208:23;2240:31;2265:5;2240:31;:::i;:::-;2290:5;-1:-1:-1;2342:2:201;2327:18;;2314:32;;-1:-1:-1;2397:2:201;2382:18;;2369:32;2424:18;2413:30;;2410:50;;;2456:1;2453;2446:12;2410:50;2479:49;2520:7;2511:6;2500:9;2496:22;2479:49;:::i;:::-;2469:59;;;1980:554;;;;;:::o;2539:420::-;2648:6;2656;2709:2;2697:9;2688:7;2684:23;2680:32;2677:52;;;2725:1;2722;2715:12;2677:52;2761:9;2748:23;2738:33;;2822:2;2811:9;2807:18;2794:32;2849:18;2841:6;2838:30;2835:50;;;2881:1;2878;2871:12;2835:50;2904:49;2945:7;2936:6;2925:9;2921:22;2904:49;:::i;:::-;2894:59;;;2539:420;;;;;:::o;3217:118::-;3303:5;3296:13;3289:21;3282:5;3279:32;3269:60;;3325:1;3322;3315:12;3340:511;3475:6;3483;3491;3544:2;3532:9;3523:7;3519:23;3515:32;3512:52;;;3560:1;3557;3550:12;3512:52;3596:9;3583:23;3573:33;;3656:2;3645:9;3641:18;3628:32;3669:31;3694:5;3669:31;:::i;:::-;3719:5;-1:-1:-1;3776:2:201;3761:18;;3748:32;3789:30;3748:32;3789:30;:::i;:::-;3838:7;3828:17;;;3340:511;;;;;:::o;4038:492::-;4155:6;4163;4171;4224:2;4212:9;4203:7;4199:23;4195:32;4192:52;;;4240:1;4237;4230:12;4192:52;4276:9;4263:23;4253:33;;4337:2;4326:9;4322:18;4309:32;4364:18;4356:6;4353:30;4350:50;;;4396:1;4393;4386:12;4350:50;4419:49;4460:7;4451:6;4440:9;4436:22;4419:49;:::i;:::-;4409:59;;;4487:37;4520:2;4509:9;4505:18;4487:37;:::i;:::-;4477:47;;4038:492;;;;;:::o;4535:367::-;4655:6;4663;4716:2;4704:9;4695:7;4691:23;4687:32;4684:52;;;4732:1;4729;4722:12;4684:52;4768:9;4755:23;4745:33;;4828:2;4817:9;4813:18;4800:32;4841:31;4866:5;4841:31;:::i;:::-;4891:5;4881:15;;;4535:367;;;;;:::o;4907:211::-;4997:6;5050:2;5038:9;5029:7;5025:23;5021:32;5018:52;;;5066:1;5063;5056:12;5018:52;-1:-1:-1;5089:23:201;;4907:211;-1:-1:-1;4907:211:201:o;5123:518::-;5271:6;5279;5287;5340:2;5328:9;5319:7;5315:23;5311:32;5308:52;;;5356:1;5353;5346:12;5308:52;5392:9;5379:23;5369:33;;5449:2;5438:9;5434:18;5421:32;5411:42;;5504:2;5493:9;5489:18;5476:32;5531:18;5523:6;5520:30;5517:50;;;5563:1;5560;5553:12;5646:532;5773:6;5781;5789;5842:2;5830:9;5821:7;5817:23;5813:32;5810:52;;;5858:1;5855;5848:12;5810:52;5894:9;5881:23;5871:33;;5954:2;5943:9;5939:18;5926:32;5967:31;5992:5;5967:31;:::i;:::-;6017:5;-1:-1:-1;6074:2:201;6059:18;;6046:32;6122:4;6109:18;;6097:31;;6087:59;;6142:1;6139;6132:12;6183:250;6268:1;6278:113;6292:6;6289:1;6286:13;6278:113;;;6368:11;;;6362:18;6349:11;;;6342:39;6314:2;6307:10;6278:113;;;-1:-1:-1;;6425:1:201;6407:16;;6400:27;6183:250::o;6438:999::-;6867:3;6905:6;6899:13;6921:66;6980:6;6975:3;6968:4;6960:6;6956:17;6921:66;:::i;:::-;7018:6;7013:3;7009:16;6996:29;;7044:3;7070:2;7063:5;7056:17;7104:6;7098:13;7120:78;7189:8;7185:1;7178:5;7174:13;7167:4;7159:6;7155:17;7120:78;:::i;:::-;7261:1;7217:20;;7253:10;;;7246:22;7293:13;;7315:75;7293:13;7377:1;7369:10;;7362:4;7350:17;;7315:75;:::i;:::-;7410:17;7429:1;7406:25;;6438:999;-1:-1:-1;;;;;6438:999:201:o;7442:330::-;7484:3;7522:5;7516:12;7549:6;7544:3;7537:19;7565:76;7634:6;7627:4;7622:3;7618:14;7611:4;7604:5;7600:16;7565:76;:::i;:::-;7686:2;7674:15;-1:-1:-1;;7670:88:201;7661:98;;;;7761:4;7657:109;;7442:330;-1:-1:-1;;7442:330:201:o;7777:464::-;8023:66;8015:6;8011:79;8000:9;7993:98;8127:6;8122:2;8111:9;8107:18;8100:34;8170:2;8165;8154:9;8150:18;8143:30;7974:4;8190:45;8231:2;8220:9;8216:18;8208:6;8190:45;:::i;8246:322::-;8454:6;8443:9;8436:25;8497:2;8492;8481:9;8477:18;8470:30;8417:4;8517:45;8558:2;8547:9;8543:18;8535:6;8517:45;:::i;9106:357::-;9224:12;;9271:4;9260:16;;;9254:23;;9224:12;9289:16;;9286:171;;;-1:-1:-1;;9369:6:201;9363:4;9359:17;9356:1;9352:25;9348:98;9341:5;9337:110;9328:119;;9286:171;;9106:357;;;:::o;9468:184::-;-1:-1:-1;;;9517:1:201;9510:88;9617:4;9614:1;9607:15;9641:4;9638:1;9631:15;9844:245;9911:6;9964:2;9952:9;9943:7;9939:23;9935:32;9932:52;;;9980:1;9977;9970:12;9932:52;10012:9;10006:16;10031:28;10053:5;10031:28;:::i;10467:340::-;10644:2;10633:9;10626:21;10607:4;10664:45;10705:2;10694:9;10690:18;10682:6;10664:45;:::i;:::-;10656:53;;-1:-1:-1;;;;;10749:6:201;10745:55;10740:2;10729:9;10725:18;10718:83;10467:340;;;;;:::o;10812:184::-;-1:-1:-1;;;10861:1:201;10854:88;10961:4;10958:1;10951:15;10985:4;10982:1;10975:15;11001:195;11040:3;-1:-1:-1;;11064:5:201;11061:77;11058:103;;11141:18;;:::i;:::-;-1:-1:-1;11188:1:201;11177:13;;11001:195::o;11461:125::-;11526:9;;;11547:10;;;11544:36;;;11560:18;;:::i;13105:175::-;13142:3;13186:4;13179:5;13175:16;13215:4;13206:7;13203:17;13200:43;;13223:18;;:::i;:::-;13272:1;13259:15;;13105:175;-1:-1:-1;;13105:175:201:o;13285:440::-;-1:-1:-1;;;;;13523:6:201;13519:55;13508:9;13501:74;13611:6;13606:2;13595:9;13591:18;13584:34;13654:2;13649;13638:9;13634:18;13627:30;13482:4;13674:45;13715:2;13704:9;13700:18;13692:6;13674:45;:::i;14084:435::-;14137:3;14175:5;14169:12;14202:6;14197:3;14190:19;14228:4;14257:2;14252:3;14248:12;14241:19;;14294:2;14287:5;14283:14;14315:1;14325:169;14339:6;14336:1;14333:13;14325:169;;;14400:13;;14388:26;;14434:12;;;;14469:15;;;;14361:1;14354:9;14325:169;;;-1:-1:-1;14510:3:201;;14084:435;-1:-1:-1;;;;;14084:435:201:o;14524:690::-;14857:3;14846:9;14839:22;14820:4;14884:57;14936:3;14925:9;14921:19;14913:6;14884:57;:::i;:::-;14989:9;14981:6;14977:22;14972:2;14961:9;14957:18;14950:50;15023:33;15049:6;15041;15023:33;:::i;:::-;15009:47;;15092:6;15087:2;15076:9;15072:18;15065:34;15147:9;15139:6;15135:22;15130:2;15119:9;15115:18;15108:50;15175:33;15201:6;15193;15175:33;:::i;:::-;15167:41;14524:690;-1:-1:-1;;;;;;;14524:690:201:o;15219:897::-;15671:6;15660:9;15653:25;15714:3;15709:2;15698:9;15694:18;15687:31;15634:4;15741:57;15793:3;15782:9;15778:19;15770:6;15741:57;:::i;:::-;15846:9;15838:6;15834:22;15829:2;15818:9;15814:18;15807:50;15880:33;15906:6;15898;15880:33;:::i;:::-;15866:47;;15949:6;15944:2;15933:9;15929:18;15922:34;16005:9;15997:6;15993:22;15987:3;15976:9;15972:19;15965:51;16033:33;16059:6;16051;16033:33;:::i;:::-;16025:41;;;16103:6;16097:3;16086:9;16082:19;16075:35;15219:897;;;;;;;;;:::o;16121:287::-;16250:3;16288:6;16282:13;16304:66;16363:6;16358:3;16351:4;16343:6;16339:17;16304:66;:::i;:::-;16386:16;;;;;16121:287;-1:-1:-1;;16121:287:201:o;16413:261::-;16592:2;16581:9;16574:21;16555:4;16612:56;16664:2;16653:9;16649:18;16641:6;16612:56;:::i;16679:466::-;16977:6;16966:9;16959:25;17020:2;17015;17004:9;17000:18;16993:30;16940:4;17040:56;17092:2;17081:9;17077:18;17069:6;17040:56;:::i;:::-;17032:64;;17132:6;17127:2;17116:9;17112:18;17105:34;16679:466;;;;;;:::o;17504:604::-;17812:6;17801:9;17794:25;17855:3;17850:2;17839:9;17835:18;17828:31;17775:4;17882:57;17934:3;17923:9;17919:19;17911:6;17882:57;:::i;:::-;17987:4;17979:6;17975:17;17970:2;17959:9;17955:18;17948:45;18041:9;18033:6;18029:22;18024:2;18013:9;18009:18;18002:50;18069:33;18095:6;18087;18069:33;:::i;18113:512::-;18364:2;18353:9;18346:21;18327:4;18390:56;18442:2;18431:9;18427:18;18419:6;18390:56;:::i;:::-;18494:14;18486:6;18482:27;18477:2;18466:9;18462:18;18455:55;18558:9;18550:6;18546:22;18541:2;18530:9;18526:18;18519:50;18586:33;18612:6;18604;18586:33;:::i;18630:616::-;18940:6;18929:9;18922:25;18983:3;18978:2;18967:9;18963:18;18956:31;18903:4;19010:57;19062:3;19051:9;19047:19;19039:6;19010:57;:::i;:::-;19115:14;19107:6;19103:27;19098:2;19087:9;19083:18;19076:55;19179:9;19171:6;19167:22;19162:2;19151:9;19147:18;19140:50;19207:33;19233:6;19225;19207:33;:::i;19251:128::-;19318:9;;;19339:11;;;19336:37;;;19353:18;;:::i;19384:168::-;19457:9;;;19488;;19505:15;;;19499:22;;19485:37;19475:71;;19526:18;;:::i;19557:639::-;19807:6;19802:3;19795:19;19777:3;19833:2;19866;19861:3;19857:12;19898:6;19892:13;19963:2;19955:6;19951:15;19984:1;19994:175;20008:6;20005:1;20002:13;19994:175;;;20071:13;;20057:28;;20107:14;;;;20144:15;;;;20030:1;20023:9;19994:175;;;-1:-1:-1;20185:5:201;;19557:639;-1:-1:-1;;;;;;;19557:639:201:o;20201:184::-;-1:-1:-1;;;20250:1:201;20243:88;20350:4;20347:1;20340:15;20374:4;20371:1;20364:15;20390:274;20430:1;20456;20446:189;;-1:-1:-1;;;20488:1:201;20481:88;20592:4;20589:1;20582:15;20620:4;20617:1;20610:15;20446:189;-1:-1:-1;20649:9:201;;20390:274::o;20669:360::-;20872:2;20861:9;20854:21;20835:4;20892:45;20933:2;20922:9;20918:18;20910:6;20892:45;:::i;:::-;20968:2;20953:18;;20946:34;;;;-1:-1:-1;21011:2:201;20996:18;20989:34;20884:53;20669:360;-1:-1:-1;20669:360:201:o;21439:174::-;21506:12;21538:10;;;21550;;;21534:27;;21573:11;;;21570:37;;;21587:18;;:::i;:::-;21570:37;21439:174;;;;:::o;22265:708::-;22604:3;22593:9;22586:22;22567:4;22631:57;22683:3;22672:9;22668:19;22660:6;22631:57;:::i;:::-;22736:14;22728:6;22724:27;22719:2;22708:9;22704:18;22697:55;22800:12;22792:6;22788:25;22783:2;22772:9;22768:18;22761:53;22850:6;22845:2;22834:9;22830:18;22823:34;22906:9;22898:6;22894:22;22888:3;22877:9;22873:19;22866:51;22934:33;22960:6;22952;22934:33;:::i;:::-;22926:41;22265:708;-1:-1:-1;;;;;;;;22265:708:201:o;22978:899::-;23400:6;23389:9;23382:25;23443:3;23438:2;23427:9;23423:18;23416:31;23363:4;23470:57;23522:3;23511:9;23507:19;23499:6;23470:57;:::i;:::-;23575:4;23563:17;;23558:2;23543:18;;23536:45;23600:12;23648:15;;;23643:2;23628:18;;23621:43;23701:15;;23695:3;23680:19;;23673:44;23748:3;23733:19;;23726:35;;;23798:22;;;23792:3;23777:19;;23770:51;23838:33;23802:6;23856;23838:33;:::i;:::-;23830:41;22978:899;-1:-1:-1;;;;;;;;;;22978:899:201:o;23882:530::-;24067:3;24105:6;24099:13;24121:66;24180:6;24175:3;24168:4;24160:6;24156:17;24121:66;:::i;:::-;24256:2;24252:15;;;;-1:-1:-1;;24248:88:201;24209:16;;;;24234:103;;;24364:2;24353:14;;24346:30;;;;24403:2;24392:14;;23882:530;-1:-1:-1;;23882:530:201:o","linkReferences":{}},"methodIdentifiers":{"_msgSender()":"119df25f","_msgValue()":"45ec9354","_world()":"e1af802c","registerDelegation(address,bytes32,bytes)":"1d2257ba","registerFunctionSelector(bytes32,string)":"26d98102","registerNamespace(bytes32)":"b29e4089","registerNamespaceDelegation(bytes32,bytes32,bytes)":"bfdfaff7","registerRootFunctionSelector(bytes32,string,bytes4)":"742d6118","registerSystem(bytes32,address,bool)":"3350b6a9","registerSystemHook(bytes32,address,uint8)":"d5f8337f","supportsInterface(bytes4)":"01ffc9a7","unregisterSystemHook(bytes32,address)":"a92813ad"},"rawMetadata":"{\"compiler\":{\"version\":\"0.8.21+commit.d9974bed\"},\"language\":\"Solidity\",\"output\":{\"abi\":[{\"inputs\":[{\"internalType\":\"uint256\",\"name\":\"length\",\"type\":\"uint256\"}],\"name\":\"PackedCounter_InvalidLength\",\"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\":\"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\":\"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\":[{\"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\":\"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\":\"bytes4\",\"name\":\"interfaceId\",\"type\":\"bytes4\"}],\"name\":\"supportsInterface\",\"outputs\":[{\"internalType\":\"bool\",\"name\":\"\",\"type\":\"bool\"}],\"stateMutability\":\"pure\",\"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\":\"This contract provides functions related to registering resources other than tables in the World.\",\"errors\":{\"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.\"}},\"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\"}},\"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\"}},\"supportsInterface(bytes4)\":{\"params\":{\"interfaceId\":\"The ID of the interface in question.\"},\"returns\":{\"_0\":\"True if the interface is supported, false otherwise.\"}},\"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\":\"WorldRegistrationSystem\",\"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.\"},\"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\"},\"registerSystem(bytes32,address,bool)\":{\"notice\":\"Registers a system\"},\"registerSystemHook(bytes32,address,uint8)\":{\"notice\":\"Registers a new system hook\"},\"supportsInterface(bytes4)\":{\"notice\":\"Checks if an interface is supported by the contract. using ERC-165 supportsInterface (see https://eips.ethereum.org/EIPS/eip-165)\"},\"unregisterSystemHook(bytes32,address)\":{\"notice\":\"Unregisters a system hook\"}},\"version\":1}},\"settings\":{\"compilationTarget\":{\"node_modules/@latticexyz/world/src/modules/core/implementations/WorldRegistrationSystem.sol\":\"WorldRegistrationSystem\"},\"evmVersion\":\"paris\",\"libraries\":{},\"metadata\":{\"bytecodeHash\":\"none\"},\"optimizer\":{\"enabled\":true,\"runs\":3000},\"remappings\":[\":@latticexyz/=node_modules/@latticexyz/\",\":ds-test/=node_modules/ds-test/src/\",\":forge-std/=node_modules/forge-std/src/\"]},\"sources\":{\"node_modules/@latticexyz/schema-type/src/solidity/SchemaType.sol\":{\"keccak256\":\"0x770eff7a38b9b7b1613dc11ca09db4f28b42a117c9b39b2a06a650a58a250bdb\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://39f544110658a53def52c2a4e33b8b158b95a4f14fccea58d5268b6e728d86d4\",\"dweb:/ipfs/QmTesj6tjSFbfAiKUitXapdNYWPStS8bLkB3r22qfyHwUC\"]},\"node_modules/@latticexyz/store/src/Bytes.sol\":{\"keccak256\":\"0xab31edce915377852bb5f29f7f2ccfc50cac087d64d2a8aae669715ad862d558\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://3187e86e43be1fbdd59df45c695294f1114aa1ac48e6445c0cb26089434be5c4\",\"dweb:/ipfs/Qmck7shMVrcKMVkgN2pC1byPY7hb3V9fTxnUcGgxAUeXYk\"]},\"node_modules/@latticexyz/store/src/FieldLayout.sol\":{\"keccak256\":\"0x2a0536cd6cecc479d0b81d5aad6380231f4d6873beadc54814d801c2036b02c0\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://e07c041e19146a9ec258cc700a450b4d49440202895eb12f3bb17508427c23ba\",\"dweb:/ipfs/QmXoqrCGDSkuFgNSMURRFdjokjREL78nLDzNaUi6rjefy9\"]},\"node_modules/@latticexyz/store/src/Hook.sol\":{\"keccak256\":\"0x045024523eb55d08ad8d13eca6185bff2988865f4aa12e3f9372029c2ecb8ddd\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://6621c53b49f8fe0557d1a1db47bfe1561801c09256948dd0652fb41541891a18\",\"dweb:/ipfs/QmZgFVCUH1pKcc9MeFyzMe1VW87SLz6c9szGwrDRUp6BZe\"]},\"node_modules/@latticexyz/store/src/IERC165.sol\":{\"keccak256\":\"0x2bbc3c43400c15a91a5cb35430a91309cb64a4d13a0a170eacec71dcf334feaf\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://f44dfc9605067de539de07a76a34bf469faa9e6dad8c192abafc2e05860c7dd2\",\"dweb:/ipfs/QmX8xgG6XWokM7YFwFZvmMhuh1uhkSjxCMD2oTHjUVdapb\"]},\"node_modules/@latticexyz/store/src/IStore.sol\":{\"keccak256\":\"0x9092b65551d0f910e5645cebb5acadb387cdd192d75fa89cd6b293bd65b28827\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://478825a6f7eff9ddab968e71e1d55ebee279d3b318f10976d9334384000059c0\",\"dweb:/ipfs/Qme7NY976woRy3RQjE4tkkiwoXnoVtTmER3PbWCSbjZ2kb\"]},\"node_modules/@latticexyz/store/src/IStoreData.sol\":{\"keccak256\":\"0xa8eade05c551aeef35c84727d7a44af239516deb2d8a0cfb7ebeb5d88c6995e5\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://5335910bd8a204abb5f4396fb911a5ee5c221bd7fa63b1cc8ae5e737c6458c6a\",\"dweb:/ipfs/QmckkCAfrNcWo3yDxoD1jCe1k4iDA2GzVDpFjJZs7W79vx\"]},\"node_modules/@latticexyz/store/src/IStoreErrors.sol\":{\"keccak256\":\"0xb9070663ded3cad82285bb7610949e422f88abb48c2ddbd792af83d127d64212\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://830490f1c888bec86df1e7ef43773d60ebdbdfdb2b91ab7fe074e2f38d7439dc\",\"dweb:/ipfs/QmS26fpXdZuGgMmjcdQDf9k1Bedn2dhjk9byFZJoNkctPZ\"]},\"node_modules/@latticexyz/store/src/IStoreEvents.sol\":{\"keccak256\":\"0xdd3104680808f975462a85cbd4fa87783ba5395797419caeeca37e8f8627a16f\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://943864b7eb16ad2047ade5a8598e85c8a4b46d1aed6aef02bfb7cee8de732b4d\",\"dweb:/ipfs/QmTEij4caToSNk15PFpubXYDy9QhwmPyP9tMXjUse2cTdv\"]},\"node_modules/@latticexyz/store/src/IStoreHook.sol\":{\"keccak256\":\"0xa6777c7868333996ad9c61a94457dcac702d8d7445a104dfdc86543d25e7470e\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://6268a16449d7529a94746d0103670dd0e38faf5117bf914fb01da9947ab44c2e\",\"dweb:/ipfs/QmaSfbx1QRA3jw2K8bGkQTw4CTGPUzNqnCJW7LwaFUJCXy\"]},\"node_modules/@latticexyz/store/src/IStoreRead.sol\":{\"keccak256\":\"0xd2180d53ecd31069b1166f170ecdcd85917ac50f45fc26fb39b49cee7ba00e37\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://1494bb0a3228e2d194bddaed4761fd3ca865979f0e3f3a53acd271143a4aa0ac\",\"dweb:/ipfs/Qmaddnzzmu99iP9dTWK9ZeByh5dZyjY9SpVnRdvyr2fBAo\"]},\"node_modules/@latticexyz/store/src/IStoreRegistration.sol\":{\"keccak256\":\"0xf448fbb2bc9c982721a43234463656da5a49cea08543e62148d54f11e1ac3e2f\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://64b3579d9b9dcd73dca2beab3d4fcf60237420945ebbb2e9f4ffcc88f4110115\",\"dweb:/ipfs/QmaW5nN3zGEriSYHncye6Nz2TkAw1oo1CyG2JuJTJrJoXg\"]},\"node_modules/@latticexyz/store/src/IStoreWrite.sol\":{\"keccak256\":\"0x8b6c7af5ee330928aebb58c8872d3944304ee10ed11f8a325b6accc4ec5df81b\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://b866d158701c7a40834bed735194b804ef219f2bbe574e2307785fff7bcf9da1\",\"dweb:/ipfs/QmXzJfZkXVfyr2RFGwDuazeVnV3UWYmQxjKZ3KzFbbe75U\"]},\"node_modules/@latticexyz/store/src/Memory.sol\":{\"keccak256\":\"0x69295976e61a1a108d1b4d6eb497b238730309f3047c4320d48e01a0ce8d4ec7\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://559c451b21fb9dd4fec27b41bef42f4362f1e7ebb7992106d548b9d4f733b3e5\",\"dweb:/ipfs/QmeSE7YTW5zUrfZYFVb2pFnDe3XxiT8XNecfwC3wfpxCRv\"]},\"node_modules/@latticexyz/store/src/PackedCounter.sol\":{\"keccak256\":\"0x44ddfa9eb8a861462c550f0a9d66c40c68acdb347a61fa765949608407a2c7fb\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://47ee957f4b19cab9e20bf5fc569c015eca13852fb3351f2a105a8be9c48204c0\",\"dweb:/ipfs/QmNkyzDobVQLoq9BtQ8HtgsPLiqnmi97EZx1wsu6wp8nKH\"]},\"node_modules/@latticexyz/store/src/ResourceId.sol\":{\"keccak256\":\"0x40983c580b8958e55db4520095934a535e98544ffe8228327e598973eb6647ed\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://839d658fa2bb2b1f09a08149d2bf0c26a26c301ad2dda8154fc99458085a695d\",\"dweb:/ipfs/Qmd5jHHYrgqraPqF8bjzT4xyjsoPk8K7pkxXLLfz6MRT6d\"]},\"node_modules/@latticexyz/store/src/Schema.sol\":{\"keccak256\":\"0x58aef318ba03f8ff8866ef70f8a30f549b150657ea699734aefe16c298956401\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://7dc104690a7e2bcf5ce1afadcd58f8ef4d639b4b92b9ad9293656235d54395f3\",\"dweb:/ipfs/QmYJJvEv5KBJ3kzf9AkgRn7Uu5dp4exGTRddf4cae1btgE\"]},\"node_modules/@latticexyz/store/src/Slice.sol\":{\"keccak256\":\"0xfaf54b1f5acccd4c6ce3f8377050ee84efbb423cb604b4651e8b9ea3b467bf32\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://acf2ce7ffec21f28ad1dc6da06c342f1212a03a3d16a0be7ee85715a5940718c\",\"dweb:/ipfs/QmTCN3NSdFg87hi7KS2Xtq7PsmRUMG64SxC8PtP3p2GzuT\"]},\"node_modules/@latticexyz/store/src/Storage.sol\":{\"keccak256\":\"0x130f0925a5bf4f732ef9758b47eca18c77d1bb34546ea9463321e9df766435a1\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://68767e3db6fd6538a4577a1c30fe03e05bf9d316cdd43a66657e93c008b76f45\",\"dweb:/ipfs/QmSZmUBSfhk3v5gNu5GgwcYuWbb1FFDKYpDKvpXVahfyTw\"]},\"node_modules/@latticexyz/store/src/StoreCore.sol\":{\"keccak256\":\"0x95b7d62d84b43777c54dd1c7d941dbb5ba0afc02c444c30cfdb1de671bbbf180\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://fe62a2fdb2a73610c3072f31b7f88ed3f9d03c1009fe0f0ef37a7eb814b23534\",\"dweb:/ipfs/QmV85zaV5HAD6eGc5N4RmdtmpR6EwkswVLQTaR2aJqsXrj\"]},\"node_modules/@latticexyz/store/src/StoreSwitch.sol\":{\"keccak256\":\"0xf132af10f960a498f49c0534027056e715f4bdcb8fbdb53ac6879c92309ab416\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://e85a09aeb7543bcd9d74b7ad319ae61e1f7f15a6a0ad9e79aff750fbd18111c7\",\"dweb:/ipfs/QmY6xgqeeaR1FsCPLmFbVgjm1D2UyrXNABKXWLfFaSmBhR\"]},\"node_modules/@latticexyz/store/src/codegen/index.sol\":{\"keccak256\":\"0xf337a5abb2d43ef00c1c200e7fbec30fc89c7c701e457ab4277194b700d2aea3\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://eccdf6158076b4e8f1b587a0310228f53323705e054a44eaa7733f38805c3ee6\",\"dweb:/ipfs/QmbXEVNTctg54dK9awdCVyAjeuUjR6ckfmmXBP8DrFmjyq\"]},\"node_modules/@latticexyz/store/src/codegen/tables/Hooks.sol\":{\"keccak256\":\"0xc5c6f807cff6b4dc486525c559ba3f7cbb034ac5895636ee64c9d01defa6a38e\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://84d3a3b3fd3afa2ab3231fd7fe981889dfb0600deec34c5d4e9c07d3187af8a5\",\"dweb:/ipfs/Qmanj7WjETqBYQXkxKLjqWs4vMp3en3N69B5MacKme5fpD\"]},\"node_modules/@latticexyz/store/src/codegen/tables/ResourceIds.sol\":{\"keccak256\":\"0xf7a9bf3e37b486377005c556cdf5b813ea1a41278b3a0349f81e3c82a2f1c789\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://92cc87add89abcb126bf3cd0b284f25065c2b9c90a49f8dba4629b28a5b87751\",\"dweb:/ipfs/QmNNBDSK5GNujERGiSUhorbmtpdD2UnGz7MqSSDasEGdub\"]},\"node_modules/@latticexyz/store/src/codegen/tables/StoreHooks.sol\":{\"keccak256\":\"0xa1186b8b6143b4a87cea1624785494398be1613cb7c6f9e57734e1cca1d5dd14\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://488c158082622689d035d7964c6ca063295e53078291c340eb6a23db08e8ff95\",\"dweb:/ipfs/QmWcjo3B5SH7jStXKAuf7qvF2ouz6syw9c7aT86PnTgRqW\"]},\"node_modules/@latticexyz/store/src/codegen/tables/Tables.sol\":{\"keccak256\":\"0xd47e1921c07fc8608157b5dc343fcef7235e891ea6a21dec1fb118a0bd797fcb\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://01a6ad068e6991994a0939f22a55245e0c7c82fc5e274da0af616286a8acfc7a\",\"dweb:/ipfs/QmPokA3pSexzZY33MMV6BGx48ZwQegdUN5AijiAfycSDxy\"]},\"node_modules/@latticexyz/store/src/constants.sol\":{\"keccak256\":\"0x9e37c64c119ef07ad914bc589ee3f6d67946ab95877978c1ee3e2c1ffae07076\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://3fad47e542025382aa28e8171253e34f93b2f149434b67a26989542d70218793\",\"dweb:/ipfs/QmW6JsKNwPc6oAMrgcikgR2EPwMUtQANiuZSQSGCd29HHC\"]},\"node_modules/@latticexyz/store/src/leftMask.sol\":{\"keccak256\":\"0xd0360567e4d77c6a8e3d8a5f4bf3653ccde4d268674c50988d55695dc6193f6f\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://53e6bcb53fcb08ee9426225fdab7c41df91e12cb4f80d92895a6117338627401\",\"dweb:/ipfs/QmeLcaPGeMBpNSTSsPYK3PHpzKuGMjuitCweAWcoXK2mXr\"]},\"node_modules/@latticexyz/store/src/storeHookTypes.sol\":{\"keccak256\":\"0x60880298016fa117ed9a43ddfd020f11d98a2d345bdcb08e5884e40df98eddd5\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://3619dfda1fd514c0fc5fb34c14d5b5aa41dd6ba6045d37d5f4c8199f3a826f81\",\"dweb:/ipfs/QmbzRBYfVa423gNzCitpGN3i2N9oeGYfinVE1jgtqxnNZX\"]},\"node_modules/@latticexyz/store/src/storeResourceTypes.sol\":{\"keccak256\":\"0xada1867ba72930fc5cf5562dd4e36de849dbac9c833b7969cb1b046a808fabf2\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://6e4b5fdcaa54f567a3f8561c2c3fbc0d68c8dad892a4a8e5418bbce8efc53d84\",\"dweb:/ipfs/QmTWbYJX1yrCqrEwUKB9rGpHdRvLNU8GCkBbxnLjGD4d2t\"]},\"node_modules/@latticexyz/store/src/tightcoder/DecodeSlice.sol\":{\"keccak256\":\"0x1af0fd984640123391ec2df855d00298504b7ce186a56c2caca769cfd9e08e04\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://7305a62318890d2cc6420ba7dec13d9f2c1cb67ac689015fc83b9cbccd0696f1\",\"dweb:/ipfs/QmR8jGNLbt64Tv1YZKRVBCVsd71oeUQFzGHHtpsrs4PuRq\"]},\"node_modules/@latticexyz/store/src/tightcoder/EncodeArray.sol\":{\"keccak256\":\"0x1c280d24360282e196d9c4833c58c2437108cea2af0ac7596f95be81389e306d\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://6b4556b6eeae9328fbd9adcce346547e823c397503276a4d63effb67e00b5b49\",\"dweb:/ipfs/QmUsynVsMYzjh8oJR8YB7SRrwFMdXcsQsHBrXxLEEFxsiB\"]},\"node_modules/@latticexyz/store/src/tightcoder/TightCoder.sol\":{\"keccak256\":\"0x5cacd4cb371e0a79bc8d64f62349d568fd8b08093c11ae0c3db4f16480d8808b\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://12b64ddf2b5c19cf68ba93a8153ed79cbafe7a91e015d4b2f25eb1d42ab06256\",\"dweb:/ipfs/QmQz5WwztcuTbSGFv2pkhU3w5scUj1gmavoyUpduxk2v3A\"]},\"node_modules/@latticexyz/store/src/version.sol\":{\"keccak256\":\"0x01029999a48b7c1d85de84cae465dd24ec126c95b8a865cd20c7ed5dfcc0f02c\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://9750164ce996badb0fd7df2f526780b9cb9558912405fe46f31064bd7c522491\",\"dweb:/ipfs/QmYf8m2ZXFANRc9ysHgNkNtSF327ccxKYjCUJ49UXBKADk\"]},\"node_modules/@latticexyz/world/src/AccessControl.sol\":{\"keccak256\":\"0x10ca29a5d7075edb2fe5cd559077fc34857129182f9d6ea074a234dfbcdb313e\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://1fe2783b7d0592d14a20b8be192dd3fa4216f8e541adea579859ea2bf1224da3\",\"dweb:/ipfs/QmTi9XDP5jsQpbqvJxPvkqyDByv7i88wKidrYnTtLdPhka\"]},\"node_modules/@latticexyz/world/src/Delegation.sol\":{\"keccak256\":\"0x09324c2d43eac847a312e1879de1019d1b6eb333d9c9e0d42c449d76f5d9fc89\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://bd6f751c31f1305ffb328b1cd4bcc3999439f63f2b8ad9a33bbebdccdf60e716\",\"dweb:/ipfs/QmRfj5xWwC3wzFr9iAQBr1pAQmLYPJhDRXyRcJpYfhDdoE\"]},\"node_modules/@latticexyz/world/src/IDelegationControl.sol\":{\"keccak256\":\"0xbf3da1c6ab38b3db62a4f4dd0235280d1fb07d8d465a145d6fd9eaf4bb4c3553\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://30205a69d660ed8de5bf34ee73ec9033737d544bc7572130c439b2467606469d\",\"dweb:/ipfs/QmUWTNdSW1bxXjaQzMUCLqBBoLYYre7CgDko4Qy12DaRNS\"]},\"node_modules/@latticexyz/world/src/IERC165.sol\":{\"keccak256\":\"0x7997ebbdee6a2493f28e7032c7a8b906ade40f807d95734e2653c8f1b023ff47\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://c8ca41bb2619bf27e5bf886d1322f0e2dffd096c49f7ae6e716541dd1e1ddce5\",\"dweb:/ipfs/Qmb8zATUWWTtiWaSLjbAe6PGnJPes9ANvEyk7pYoWR3P3Y\"]},\"node_modules/@latticexyz/world/src/ISystemHook.sol\":{\"keccak256\":\"0xb2114b6b66c0e7d8304d9e1d06aa1d0731f089daa6a0584e6cf744d9c48cf4db\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://ebbb172970b106dd4ae5a6d5e417ac75cad7529d2b94c1601e10b886d0edf510\",\"dweb:/ipfs/QmPGn4F92hjkFch6Jh2NB37EYLLfstw6JxJKUZjXBFqGCw\"]},\"node_modules/@latticexyz/world/src/IWorldContextConsumer.sol\":{\"keccak256\":\"0x22b8cb3ffcc21cb1657d57fc8ac929d2d6fdd199328e6f43ad2cb54f53dcd500\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://47c001f6b7c6d6e453c340618d23b1532078abb7d0fd7283405071e4e8ff8d2d\",\"dweb:/ipfs/QmRW3femBhqQCPwDEj4Jop2Dnd3EU21ufg7GDVwN4joCQu\"]},\"node_modules/@latticexyz/world/src/IWorldErrors.sol\":{\"keccak256\":\"0xc3e7975e5785574543229eac51e3441f4185863d7f5346c0ae08a27b4541f8a7\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://62cc0dc109e6e5475bb07fb95643a31c74337c23521db0557a36dad6117a1e83\",\"dweb:/ipfs/Qmb8jbE1XQTUdreKFr4Jw3xmjctaLuReRZjPxZKQ2uW9p4\"]},\"node_modules/@latticexyz/world/src/System.sol\":{\"keccak256\":\"0x7bece0ec86fdc458054e6db0ac4316fc98882fa3ba76b2fa107d3de5382053cd\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://d154183426723bbf133d4dc5f8d051e9521f7b7cabe63925731fa4af99379cdd\",\"dweb:/ipfs/QmZXxPGcqknGLCwTByaZFKhqvKbrfiZkywmnh8buGTC2Mc\"]},\"node_modules/@latticexyz/world/src/SystemCall.sol\":{\"keccak256\":\"0x2db3d2945cea02e3c830329c30dde0c96bb87da9d070f3545dbd7f807d2ff53a\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://ee5c3b48917527ec0f26c953f66d149bb2173d1dfd78ee00d2ceb409f3a5bd08\",\"dweb:/ipfs/QmQ7WjHbmWeEDnu2dgx7nduYBCvyVsjFksPHXxrJjZCKo9\"]},\"node_modules/@latticexyz/world/src/WorldContext.sol\":{\"keccak256\":\"0xa11d93077d94f18683f1098b69c4713a48001ae15054476135ec9569041abb9a\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://9b1d3384def68b4061c445b55602dd9cbcd4e8c58c13db5e945f284a05c1b518\",\"dweb:/ipfs/Qma5DUZrSKZUxrxiGCpyRPWMJNdHU2wu6qDEsFWEJSnLfN\"]},\"node_modules/@latticexyz/world/src/WorldResourceId.sol\":{\"keccak256\":\"0xb7bfae2890004001221b3902d185c14cfea0e606d16914f6b7f81cf112aa9417\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://acfd0d09166fc1bf16a8a5c80fbae1bd42426b2fcbab3c492bc836ea5c0375fb\",\"dweb:/ipfs/QmTzZWHVBkx8hipFVpgEwAbZpr4c6hfr7yf7R71JojT3NK\"]},\"node_modules/@latticexyz/world/src/codegen/tables/Balances.sol\":{\"keccak256\":\"0xd71faf03c782ac29483e94c2ea166fcc4e50179c7605357b1ba31bca4de29514\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://099db3f65835e395450f49119c4211b8394f2783ded4aa86eac32b3ca951f662\",\"dweb:/ipfs/QmV9FEcdDnCLbEoiAzAWYwN66P1Wf2bgkbicHNnBXD7Xrd\"]},\"node_modules/@latticexyz/world/src/codegen/tables/FunctionSelectors.sol\":{\"keccak256\":\"0x873f8d46f75ec8a85c392aa7cf2dd3f2183684dadde18b7dfca12643ab6249ed\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://1eaf7aeee1487c967ce419db0e96abd1cb8f6b75670009f2cac26dda94caec81\",\"dweb:/ipfs/QmXs5wmrwP23g3LNPP6J3NPgemu85VVQvx8rfHz2RFXRtk\"]},\"node_modules/@latticexyz/world/src/codegen/tables/FunctionSignatures.sol\":{\"keccak256\":\"0x63f3d68775ad36b709d47f8a222dcee9244923b5665e94cd15ab966a7a92bee8\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://3e9e11fc3de65b6681e86971da4645f3054a5a37d58bdd5b90bc9c07c2b5e9eb\",\"dweb:/ipfs/QmehdJcmH1buEMdnGpbi8sY1c1mUV4jMhq6bRLMPGBnyAB\"]},\"node_modules/@latticexyz/world/src/codegen/tables/NamespaceDelegationControl.sol\":{\"keccak256\":\"0x47c6d188f39a85b50f066151cb48d987454e845f1629685300613fdb502505a0\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://abeba0002051f60f81c1e29dbf627db4aed8da11483ec8d860a362b4bfbf4c08\",\"dweb:/ipfs/Qmc4RNYgBma9repACLdN1hpjPmEbsFKWXL8B42KaBAZvtc\"]},\"node_modules/@latticexyz/world/src/codegen/tables/NamespaceOwner.sol\":{\"keccak256\":\"0xb0b7c13673a1629118cb0c3c341380fa6d4795c9b7cf6a6c73443750f1a3b34d\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://b3c8eb44785f61c0470273cac40a228ae458b74f48d2bff8faf8915861fc49ac\",\"dweb:/ipfs/QmUF52hgGCL9TMyTQqrxGVharwfFgKNsCpD3VNqfbhid9X\"]},\"node_modules/@latticexyz/world/src/codegen/tables/ResourceAccess.sol\":{\"keccak256\":\"0xe2a4e6a75ffda6971c16e9218a0f076d5b89572d37780cd4c2375a2de683fd60\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://f04dbdf5295c0ddbda4ba0eb5fdebd84dce2ff3fe86d34681f71522bcb0e6e93\",\"dweb:/ipfs/QmUMkPg1vhSz2zVweN5bqtWbUCj3UQKZPgYfBkQ3QGS7gF\"]},\"node_modules/@latticexyz/world/src/codegen/tables/SystemHooks.sol\":{\"keccak256\":\"0xd069f1f65243ffcc3ace23804851bc902c5e58d525b962575a659e47aa76236b\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://4f86b3d93b5bcf81e0d3da0abbd6fc3924be59e7c8d147cfeb3307108431f6a3\",\"dweb:/ipfs/QmRrkBXGsdtbo28xznUWUuqNUGyfAbu1kadKGjL7n6KiKb\"]},\"node_modules/@latticexyz/world/src/codegen/tables/SystemRegistry.sol\":{\"keccak256\":\"0x8318ead6bf21b8f1e9f231d73634034511d74c1a979246df9f9cda8f349b644d\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://b705a942046bb24fdbf0a5f4b365e33ab724d26bc158e7458ef5f262f72b5bae\",\"dweb:/ipfs/Qme63b3DKKizKumysUGVFH8Q9h6cHnHBFM2Kdsxh2p6SWN\"]},\"node_modules/@latticexyz/world/src/codegen/tables/Systems.sol\":{\"keccak256\":\"0x3bf40b7e71a1953f21b447975ec1a850994a250325fdb88489d24175cf8440d9\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://7fc1d4ce3096dfbd5510d2558d6fcae01ede446032ae232bd3e8656071e21ef1\",\"dweb:/ipfs/QmNSmK5Mt7tt5isSuo216vVnn6rHBprYjz9Sdodf8YRPAy\"]},\"node_modules/@latticexyz/world/src/codegen/tables/UserDelegationControl.sol\":{\"keccak256\":\"0xffc8c2aa8115f5e7200638c21772a2f4eec283fd33a877d02a9b906614badb70\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://4df5c66e27c4a778c2ba7ce26d48652ee6f7740f0440aae9021d76aee66a2ecd\",\"dweb:/ipfs/QmWLY9GVbxHerTUJwWaNBjAWXKF7cxm2GLietVi6L5kS15\"]},\"node_modules/@latticexyz/world/src/constants.sol\":{\"keccak256\":\"0x07faffa7dc4a2adc4f9bfe93d5a59a7dd89241d360996537608e38f61c2d0588\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://b96d4ce331b257a24de2f18503a11b986ed32d218810db9d5e3e7eddc17c2218\",\"dweb:/ipfs/Qme7Cw4RN1eaFWt2j3hk6ZMB7GWUfMY5oyZKYfMvAVxdBc\"]},\"node_modules/@latticexyz/world/src/modules/core/implementations/WorldRegistrationSystem.sol\":{\"keccak256\":\"0xcdeaab34a28a43960f7fb673d92575af98aa7b36d8210a8e6e95197d14a827cd\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://329d675cf7281638cfa8fa348e5e24700049c590e088353d64e88dad861c0cef\",\"dweb:/ipfs/QmSZMYFSLknMga7UgX1H2tuuXayDYJhEnngbfLRBfVTu3f\"]},\"node_modules/@latticexyz/world/src/requireInterface.sol\":{\"keccak256\":\"0x5c5e5c8f1fa4780a7b1ca759f7ce63dd4165a5b2a7f64c8fcb8f06bd8917ace6\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://f6d37ed25ed4471dc336681c959153cdb4cb16c209142ca5edbc6d9293669fd2\",\"dweb:/ipfs/QmQLAbkk7jxN68QcHV9KgiCbsvxDm9rKmLJQWME6DBZEpw\"]},\"node_modules/@latticexyz/world/src/revertWithBytes.sol\":{\"keccak256\":\"0x16795bdbfd7956d733df9ada1030ee7a1a714e3b9da5899149a7b07568c4af55\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://7a71128b4989e78215d5fc57dae8c2f84c6b5e503c159178c0df6f642b8228df\",\"dweb:/ipfs/QmNYTfBe62SdGESZ32fxME72CbAxEqk4j79jBT7655C4u7\"]},\"node_modules/@latticexyz/world/src/systemHookTypes.sol\":{\"keccak256\":\"0xdd201aa30700e70c35c1d4e50c375e511d798961183c8531f947c2d15969debb\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://d9c165b1beb7c1d3f75107407c34a5b3424ec8cb322d494892bceed23323ffb9\",\"dweb:/ipfs/QmdH8rtgJaENsMc6HodAbahKg7PiZUJwoZufnHCw3TwrBx\"]},\"node_modules/@latticexyz/world/src/worldResourceTypes.sol\":{\"keccak256\":\"0xe31ee781596541f60ed71ef327c9d26ffc899e7fb3f4991c67406518bfc00746\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://f7b864fea8c77833a322b16c4673f110d5065d0cafcedecd07895699cf4258c2\",\"dweb:/ipfs/QmRkzXVjMLwQFWxjEjgfdXVPAp6SU4zfxPo4NJcmz8HwH9\"]}},\"version\":1}","metadata":{"compiler":{"version":"0.8.21+commit.d9974bed"},"language":"Solidity","output":{"abi":[{"inputs":[{"internalType":"uint256","name":"length","type":"uint256"}],"type":"error","name":"PackedCounter_InvalidLength"},{"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":"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":"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":"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":"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":"bytes4","name":"interfaceId","type":"bytes4"}],"stateMutability":"pure","type":"function","name":"supportsInterface","outputs":[{"internalType":"bool","name":"","type":"bool"}]},{"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."}},"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"}},"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"}},"supportsInterface(bytes4)":{"params":{"interfaceId":"The ID of the interface in question."},"returns":{"_0":"True if the interface is supported, false otherwise."}},"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."},"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"},"registerSystem(bytes32,address,bool)":{"notice":"Registers a system"},"registerSystemHook(bytes32,address,uint8)":{"notice":"Registers a new system hook"},"supportsInterface(bytes4)":{"notice":"Checks if an interface is supported by the contract. using ERC-165 supportsInterface (see https://eips.ethereum.org/EIPS/eip-165)"},"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/implementations/WorldRegistrationSystem.sol":"WorldRegistrationSystem"},"evmVersion":"paris","libraries":{}},"sources":{"node_modules/@latticexyz/schema-type/src/solidity/SchemaType.sol":{"keccak256":"0x770eff7a38b9b7b1613dc11ca09db4f28b42a117c9b39b2a06a650a58a250bdb","urls":["bzz-raw://39f544110658a53def52c2a4e33b8b158b95a4f14fccea58d5268b6e728d86d4","dweb:/ipfs/QmTesj6tjSFbfAiKUitXapdNYWPStS8bLkB3r22qfyHwUC"],"license":"MIT"},"node_modules/@latticexyz/store/src/Bytes.sol":{"keccak256":"0xab31edce915377852bb5f29f7f2ccfc50cac087d64d2a8aae669715ad862d558","urls":["bzz-raw://3187e86e43be1fbdd59df45c695294f1114aa1ac48e6445c0cb26089434be5c4","dweb:/ipfs/Qmck7shMVrcKMVkgN2pC1byPY7hb3V9fTxnUcGgxAUeXYk"],"license":"MIT"},"node_modules/@latticexyz/store/src/FieldLayout.sol":{"keccak256":"0x2a0536cd6cecc479d0b81d5aad6380231f4d6873beadc54814d801c2036b02c0","urls":["bzz-raw://e07c041e19146a9ec258cc700a450b4d49440202895eb12f3bb17508427c23ba","dweb:/ipfs/QmXoqrCGDSkuFgNSMURRFdjokjREL78nLDzNaUi6rjefy9"],"license":"MIT"},"node_modules/@latticexyz/store/src/Hook.sol":{"keccak256":"0x045024523eb55d08ad8d13eca6185bff2988865f4aa12e3f9372029c2ecb8ddd","urls":["bzz-raw://6621c53b49f8fe0557d1a1db47bfe1561801c09256948dd0652fb41541891a18","dweb:/ipfs/QmZgFVCUH1pKcc9MeFyzMe1VW87SLz6c9szGwrDRUp6BZe"],"license":"MIT"},"node_modules/@latticexyz/store/src/IERC165.sol":{"keccak256":"0x2bbc3c43400c15a91a5cb35430a91309cb64a4d13a0a170eacec71dcf334feaf","urls":["bzz-raw://f44dfc9605067de539de07a76a34bf469faa9e6dad8c192abafc2e05860c7dd2","dweb:/ipfs/QmX8xgG6XWokM7YFwFZvmMhuh1uhkSjxCMD2oTHjUVdapb"],"license":"MIT"},"node_modules/@latticexyz/store/src/IStore.sol":{"keccak256":"0x9092b65551d0f910e5645cebb5acadb387cdd192d75fa89cd6b293bd65b28827","urls":["bzz-raw://478825a6f7eff9ddab968e71e1d55ebee279d3b318f10976d9334384000059c0","dweb:/ipfs/Qme7NY976woRy3RQjE4tkkiwoXnoVtTmER3PbWCSbjZ2kb"],"license":"MIT"},"node_modules/@latticexyz/store/src/IStoreData.sol":{"keccak256":"0xa8eade05c551aeef35c84727d7a44af239516deb2d8a0cfb7ebeb5d88c6995e5","urls":["bzz-raw://5335910bd8a204abb5f4396fb911a5ee5c221bd7fa63b1cc8ae5e737c6458c6a","dweb:/ipfs/QmckkCAfrNcWo3yDxoD1jCe1k4iDA2GzVDpFjJZs7W79vx"],"license":"MIT"},"node_modules/@latticexyz/store/src/IStoreErrors.sol":{"keccak256":"0xb9070663ded3cad82285bb7610949e422f88abb48c2ddbd792af83d127d64212","urls":["bzz-raw://830490f1c888bec86df1e7ef43773d60ebdbdfdb2b91ab7fe074e2f38d7439dc","dweb:/ipfs/QmS26fpXdZuGgMmjcdQDf9k1Bedn2dhjk9byFZJoNkctPZ"],"license":"MIT"},"node_modules/@latticexyz/store/src/IStoreEvents.sol":{"keccak256":"0xdd3104680808f975462a85cbd4fa87783ba5395797419caeeca37e8f8627a16f","urls":["bzz-raw://943864b7eb16ad2047ade5a8598e85c8a4b46d1aed6aef02bfb7cee8de732b4d","dweb:/ipfs/QmTEij4caToSNk15PFpubXYDy9QhwmPyP9tMXjUse2cTdv"],"license":"MIT"},"node_modules/@latticexyz/store/src/IStoreHook.sol":{"keccak256":"0xa6777c7868333996ad9c61a94457dcac702d8d7445a104dfdc86543d25e7470e","urls":["bzz-raw://6268a16449d7529a94746d0103670dd0e38faf5117bf914fb01da9947ab44c2e","dweb:/ipfs/QmaSfbx1QRA3jw2K8bGkQTw4CTGPUzNqnCJW7LwaFUJCXy"],"license":"MIT"},"node_modules/@latticexyz/store/src/IStoreRead.sol":{"keccak256":"0xd2180d53ecd31069b1166f170ecdcd85917ac50f45fc26fb39b49cee7ba00e37","urls":["bzz-raw://1494bb0a3228e2d194bddaed4761fd3ca865979f0e3f3a53acd271143a4aa0ac","dweb:/ipfs/Qmaddnzzmu99iP9dTWK9ZeByh5dZyjY9SpVnRdvyr2fBAo"],"license":"MIT"},"node_modules/@latticexyz/store/src/IStoreRegistration.sol":{"keccak256":"0xf448fbb2bc9c982721a43234463656da5a49cea08543e62148d54f11e1ac3e2f","urls":["bzz-raw://64b3579d9b9dcd73dca2beab3d4fcf60237420945ebbb2e9f4ffcc88f4110115","dweb:/ipfs/QmaW5nN3zGEriSYHncye6Nz2TkAw1oo1CyG2JuJTJrJoXg"],"license":"MIT"},"node_modules/@latticexyz/store/src/IStoreWrite.sol":{"keccak256":"0x8b6c7af5ee330928aebb58c8872d3944304ee10ed11f8a325b6accc4ec5df81b","urls":["bzz-raw://b866d158701c7a40834bed735194b804ef219f2bbe574e2307785fff7bcf9da1","dweb:/ipfs/QmXzJfZkXVfyr2RFGwDuazeVnV3UWYmQxjKZ3KzFbbe75U"],"license":"MIT"},"node_modules/@latticexyz/store/src/Memory.sol":{"keccak256":"0x69295976e61a1a108d1b4d6eb497b238730309f3047c4320d48e01a0ce8d4ec7","urls":["bzz-raw://559c451b21fb9dd4fec27b41bef42f4362f1e7ebb7992106d548b9d4f733b3e5","dweb:/ipfs/QmeSE7YTW5zUrfZYFVb2pFnDe3XxiT8XNecfwC3wfpxCRv"],"license":"MIT"},"node_modules/@latticexyz/store/src/PackedCounter.sol":{"keccak256":"0x44ddfa9eb8a861462c550f0a9d66c40c68acdb347a61fa765949608407a2c7fb","urls":["bzz-raw://47ee957f4b19cab9e20bf5fc569c015eca13852fb3351f2a105a8be9c48204c0","dweb:/ipfs/QmNkyzDobVQLoq9BtQ8HtgsPLiqnmi97EZx1wsu6wp8nKH"],"license":"MIT"},"node_modules/@latticexyz/store/src/ResourceId.sol":{"keccak256":"0x40983c580b8958e55db4520095934a535e98544ffe8228327e598973eb6647ed","urls":["bzz-raw://839d658fa2bb2b1f09a08149d2bf0c26a26c301ad2dda8154fc99458085a695d","dweb:/ipfs/Qmd5jHHYrgqraPqF8bjzT4xyjsoPk8K7pkxXLLfz6MRT6d"],"license":"MIT"},"node_modules/@latticexyz/store/src/Schema.sol":{"keccak256":"0x58aef318ba03f8ff8866ef70f8a30f549b150657ea699734aefe16c298956401","urls":["bzz-raw://7dc104690a7e2bcf5ce1afadcd58f8ef4d639b4b92b9ad9293656235d54395f3","dweb:/ipfs/QmYJJvEv5KBJ3kzf9AkgRn7Uu5dp4exGTRddf4cae1btgE"],"license":"MIT"},"node_modules/@latticexyz/store/src/Slice.sol":{"keccak256":"0xfaf54b1f5acccd4c6ce3f8377050ee84efbb423cb604b4651e8b9ea3b467bf32","urls":["bzz-raw://acf2ce7ffec21f28ad1dc6da06c342f1212a03a3d16a0be7ee85715a5940718c","dweb:/ipfs/QmTCN3NSdFg87hi7KS2Xtq7PsmRUMG64SxC8PtP3p2GzuT"],"license":"MIT"},"node_modules/@latticexyz/store/src/Storage.sol":{"keccak256":"0x130f0925a5bf4f732ef9758b47eca18c77d1bb34546ea9463321e9df766435a1","urls":["bzz-raw://68767e3db6fd6538a4577a1c30fe03e05bf9d316cdd43a66657e93c008b76f45","dweb:/ipfs/QmSZmUBSfhk3v5gNu5GgwcYuWbb1FFDKYpDKvpXVahfyTw"],"license":"MIT"},"node_modules/@latticexyz/store/src/StoreCore.sol":{"keccak256":"0x95b7d62d84b43777c54dd1c7d941dbb5ba0afc02c444c30cfdb1de671bbbf180","urls":["bzz-raw://fe62a2fdb2a73610c3072f31b7f88ed3f9d03c1009fe0f0ef37a7eb814b23534","dweb:/ipfs/QmV85zaV5HAD6eGc5N4RmdtmpR6EwkswVLQTaR2aJqsXrj"],"license":"MIT"},"node_modules/@latticexyz/store/src/StoreSwitch.sol":{"keccak256":"0xf132af10f960a498f49c0534027056e715f4bdcb8fbdb53ac6879c92309ab416","urls":["bzz-raw://e85a09aeb7543bcd9d74b7ad319ae61e1f7f15a6a0ad9e79aff750fbd18111c7","dweb:/ipfs/QmY6xgqeeaR1FsCPLmFbVgjm1D2UyrXNABKXWLfFaSmBhR"],"license":"MIT"},"node_modules/@latticexyz/store/src/codegen/index.sol":{"keccak256":"0xf337a5abb2d43ef00c1c200e7fbec30fc89c7c701e457ab4277194b700d2aea3","urls":["bzz-raw://eccdf6158076b4e8f1b587a0310228f53323705e054a44eaa7733f38805c3ee6","dweb:/ipfs/QmbXEVNTctg54dK9awdCVyAjeuUjR6ckfmmXBP8DrFmjyq"],"license":"MIT"},"node_modules/@latticexyz/store/src/codegen/tables/Hooks.sol":{"keccak256":"0xc5c6f807cff6b4dc486525c559ba3f7cbb034ac5895636ee64c9d01defa6a38e","urls":["bzz-raw://84d3a3b3fd3afa2ab3231fd7fe981889dfb0600deec34c5d4e9c07d3187af8a5","dweb:/ipfs/Qmanj7WjETqBYQXkxKLjqWs4vMp3en3N69B5MacKme5fpD"],"license":"MIT"},"node_modules/@latticexyz/store/src/codegen/tables/ResourceIds.sol":{"keccak256":"0xf7a9bf3e37b486377005c556cdf5b813ea1a41278b3a0349f81e3c82a2f1c789","urls":["bzz-raw://92cc87add89abcb126bf3cd0b284f25065c2b9c90a49f8dba4629b28a5b87751","dweb:/ipfs/QmNNBDSK5GNujERGiSUhorbmtpdD2UnGz7MqSSDasEGdub"],"license":"MIT"},"node_modules/@latticexyz/store/src/codegen/tables/StoreHooks.sol":{"keccak256":"0xa1186b8b6143b4a87cea1624785494398be1613cb7c6f9e57734e1cca1d5dd14","urls":["bzz-raw://488c158082622689d035d7964c6ca063295e53078291c340eb6a23db08e8ff95","dweb:/ipfs/QmWcjo3B5SH7jStXKAuf7qvF2ouz6syw9c7aT86PnTgRqW"],"license":"MIT"},"node_modules/@latticexyz/store/src/codegen/tables/Tables.sol":{"keccak256":"0xd47e1921c07fc8608157b5dc343fcef7235e891ea6a21dec1fb118a0bd797fcb","urls":["bzz-raw://01a6ad068e6991994a0939f22a55245e0c7c82fc5e274da0af616286a8acfc7a","dweb:/ipfs/QmPokA3pSexzZY33MMV6BGx48ZwQegdUN5AijiAfycSDxy"],"license":"MIT"},"node_modules/@latticexyz/store/src/constants.sol":{"keccak256":"0x9e37c64c119ef07ad914bc589ee3f6d67946ab95877978c1ee3e2c1ffae07076","urls":["bzz-raw://3fad47e542025382aa28e8171253e34f93b2f149434b67a26989542d70218793","dweb:/ipfs/QmW6JsKNwPc6oAMrgcikgR2EPwMUtQANiuZSQSGCd29HHC"],"license":"MIT"},"node_modules/@latticexyz/store/src/leftMask.sol":{"keccak256":"0xd0360567e4d77c6a8e3d8a5f4bf3653ccde4d268674c50988d55695dc6193f6f","urls":["bzz-raw://53e6bcb53fcb08ee9426225fdab7c41df91e12cb4f80d92895a6117338627401","dweb:/ipfs/QmeLcaPGeMBpNSTSsPYK3PHpzKuGMjuitCweAWcoXK2mXr"],"license":"MIT"},"node_modules/@latticexyz/store/src/storeHookTypes.sol":{"keccak256":"0x60880298016fa117ed9a43ddfd020f11d98a2d345bdcb08e5884e40df98eddd5","urls":["bzz-raw://3619dfda1fd514c0fc5fb34c14d5b5aa41dd6ba6045d37d5f4c8199f3a826f81","dweb:/ipfs/QmbzRBYfVa423gNzCitpGN3i2N9oeGYfinVE1jgtqxnNZX"],"license":"MIT"},"node_modules/@latticexyz/store/src/storeResourceTypes.sol":{"keccak256":"0xada1867ba72930fc5cf5562dd4e36de849dbac9c833b7969cb1b046a808fabf2","urls":["bzz-raw://6e4b5fdcaa54f567a3f8561c2c3fbc0d68c8dad892a4a8e5418bbce8efc53d84","dweb:/ipfs/QmTWbYJX1yrCqrEwUKB9rGpHdRvLNU8GCkBbxnLjGD4d2t"],"license":"MIT"},"node_modules/@latticexyz/store/src/tightcoder/DecodeSlice.sol":{"keccak256":"0x1af0fd984640123391ec2df855d00298504b7ce186a56c2caca769cfd9e08e04","urls":["bzz-raw://7305a62318890d2cc6420ba7dec13d9f2c1cb67ac689015fc83b9cbccd0696f1","dweb:/ipfs/QmR8jGNLbt64Tv1YZKRVBCVsd71oeUQFzGHHtpsrs4PuRq"],"license":"MIT"},"node_modules/@latticexyz/store/src/tightcoder/EncodeArray.sol":{"keccak256":"0x1c280d24360282e196d9c4833c58c2437108cea2af0ac7596f95be81389e306d","urls":["bzz-raw://6b4556b6eeae9328fbd9adcce346547e823c397503276a4d63effb67e00b5b49","dweb:/ipfs/QmUsynVsMYzjh8oJR8YB7SRrwFMdXcsQsHBrXxLEEFxsiB"],"license":"MIT"},"node_modules/@latticexyz/store/src/tightcoder/TightCoder.sol":{"keccak256":"0x5cacd4cb371e0a79bc8d64f62349d568fd8b08093c11ae0c3db4f16480d8808b","urls":["bzz-raw://12b64ddf2b5c19cf68ba93a8153ed79cbafe7a91e015d4b2f25eb1d42ab06256","dweb:/ipfs/QmQz5WwztcuTbSGFv2pkhU3w5scUj1gmavoyUpduxk2v3A"],"license":"MIT"},"node_modules/@latticexyz/store/src/version.sol":{"keccak256":"0x01029999a48b7c1d85de84cae465dd24ec126c95b8a865cd20c7ed5dfcc0f02c","urls":["bzz-raw://9750164ce996badb0fd7df2f526780b9cb9558912405fe46f31064bd7c522491","dweb:/ipfs/QmYf8m2ZXFANRc9ysHgNkNtSF327ccxKYjCUJ49UXBKADk"],"license":"MIT"},"node_modules/@latticexyz/world/src/AccessControl.sol":{"keccak256":"0x10ca29a5d7075edb2fe5cd559077fc34857129182f9d6ea074a234dfbcdb313e","urls":["bzz-raw://1fe2783b7d0592d14a20b8be192dd3fa4216f8e541adea579859ea2bf1224da3","dweb:/ipfs/QmTi9XDP5jsQpbqvJxPvkqyDByv7i88wKidrYnTtLdPhka"],"license":"MIT"},"node_modules/@latticexyz/world/src/Delegation.sol":{"keccak256":"0x09324c2d43eac847a312e1879de1019d1b6eb333d9c9e0d42c449d76f5d9fc89","urls":["bzz-raw://bd6f751c31f1305ffb328b1cd4bcc3999439f63f2b8ad9a33bbebdccdf60e716","dweb:/ipfs/QmRfj5xWwC3wzFr9iAQBr1pAQmLYPJhDRXyRcJpYfhDdoE"],"license":"MIT"},"node_modules/@latticexyz/world/src/IDelegationControl.sol":{"keccak256":"0xbf3da1c6ab38b3db62a4f4dd0235280d1fb07d8d465a145d6fd9eaf4bb4c3553","urls":["bzz-raw://30205a69d660ed8de5bf34ee73ec9033737d544bc7572130c439b2467606469d","dweb:/ipfs/QmUWTNdSW1bxXjaQzMUCLqBBoLYYre7CgDko4Qy12DaRNS"],"license":"MIT"},"node_modules/@latticexyz/world/src/IERC165.sol":{"keccak256":"0x7997ebbdee6a2493f28e7032c7a8b906ade40f807d95734e2653c8f1b023ff47","urls":["bzz-raw://c8ca41bb2619bf27e5bf886d1322f0e2dffd096c49f7ae6e716541dd1e1ddce5","dweb:/ipfs/Qmb8zATUWWTtiWaSLjbAe6PGnJPes9ANvEyk7pYoWR3P3Y"],"license":"MIT"},"node_modules/@latticexyz/world/src/ISystemHook.sol":{"keccak256":"0xb2114b6b66c0e7d8304d9e1d06aa1d0731f089daa6a0584e6cf744d9c48cf4db","urls":["bzz-raw://ebbb172970b106dd4ae5a6d5e417ac75cad7529d2b94c1601e10b886d0edf510","dweb:/ipfs/QmPGn4F92hjkFch6Jh2NB37EYLLfstw6JxJKUZjXBFqGCw"],"license":"MIT"},"node_modules/@latticexyz/world/src/IWorldContextConsumer.sol":{"keccak256":"0x22b8cb3ffcc21cb1657d57fc8ac929d2d6fdd199328e6f43ad2cb54f53dcd500","urls":["bzz-raw://47c001f6b7c6d6e453c340618d23b1532078abb7d0fd7283405071e4e8ff8d2d","dweb:/ipfs/QmRW3femBhqQCPwDEj4Jop2Dnd3EU21ufg7GDVwN4joCQu"],"license":"MIT"},"node_modules/@latticexyz/world/src/IWorldErrors.sol":{"keccak256":"0xc3e7975e5785574543229eac51e3441f4185863d7f5346c0ae08a27b4541f8a7","urls":["bzz-raw://62cc0dc109e6e5475bb07fb95643a31c74337c23521db0557a36dad6117a1e83","dweb:/ipfs/Qmb8jbE1XQTUdreKFr4Jw3xmjctaLuReRZjPxZKQ2uW9p4"],"license":"MIT"},"node_modules/@latticexyz/world/src/System.sol":{"keccak256":"0x7bece0ec86fdc458054e6db0ac4316fc98882fa3ba76b2fa107d3de5382053cd","urls":["bzz-raw://d154183426723bbf133d4dc5f8d051e9521f7b7cabe63925731fa4af99379cdd","dweb:/ipfs/QmZXxPGcqknGLCwTByaZFKhqvKbrfiZkywmnh8buGTC2Mc"],"license":"MIT"},"node_modules/@latticexyz/world/src/SystemCall.sol":{"keccak256":"0x2db3d2945cea02e3c830329c30dde0c96bb87da9d070f3545dbd7f807d2ff53a","urls":["bzz-raw://ee5c3b48917527ec0f26c953f66d149bb2173d1dfd78ee00d2ceb409f3a5bd08","dweb:/ipfs/QmQ7WjHbmWeEDnu2dgx7nduYBCvyVsjFksPHXxrJjZCKo9"],"license":"MIT"},"node_modules/@latticexyz/world/src/WorldContext.sol":{"keccak256":"0xa11d93077d94f18683f1098b69c4713a48001ae15054476135ec9569041abb9a","urls":["bzz-raw://9b1d3384def68b4061c445b55602dd9cbcd4e8c58c13db5e945f284a05c1b518","dweb:/ipfs/Qma5DUZrSKZUxrxiGCpyRPWMJNdHU2wu6qDEsFWEJSnLfN"],"license":"MIT"},"node_modules/@latticexyz/world/src/WorldResourceId.sol":{"keccak256":"0xb7bfae2890004001221b3902d185c14cfea0e606d16914f6b7f81cf112aa9417","urls":["bzz-raw://acfd0d09166fc1bf16a8a5c80fbae1bd42426b2fcbab3c492bc836ea5c0375fb","dweb:/ipfs/QmTzZWHVBkx8hipFVpgEwAbZpr4c6hfr7yf7R71JojT3NK"],"license":"MIT"},"node_modules/@latticexyz/world/src/codegen/tables/Balances.sol":{"keccak256":"0xd71faf03c782ac29483e94c2ea166fcc4e50179c7605357b1ba31bca4de29514","urls":["bzz-raw://099db3f65835e395450f49119c4211b8394f2783ded4aa86eac32b3ca951f662","dweb:/ipfs/QmV9FEcdDnCLbEoiAzAWYwN66P1Wf2bgkbicHNnBXD7Xrd"],"license":"MIT"},"node_modules/@latticexyz/world/src/codegen/tables/FunctionSelectors.sol":{"keccak256":"0x873f8d46f75ec8a85c392aa7cf2dd3f2183684dadde18b7dfca12643ab6249ed","urls":["bzz-raw://1eaf7aeee1487c967ce419db0e96abd1cb8f6b75670009f2cac26dda94caec81","dweb:/ipfs/QmXs5wmrwP23g3LNPP6J3NPgemu85VVQvx8rfHz2RFXRtk"],"license":"MIT"},"node_modules/@latticexyz/world/src/codegen/tables/FunctionSignatures.sol":{"keccak256":"0x63f3d68775ad36b709d47f8a222dcee9244923b5665e94cd15ab966a7a92bee8","urls":["bzz-raw://3e9e11fc3de65b6681e86971da4645f3054a5a37d58bdd5b90bc9c07c2b5e9eb","dweb:/ipfs/QmehdJcmH1buEMdnGpbi8sY1c1mUV4jMhq6bRLMPGBnyAB"],"license":"MIT"},"node_modules/@latticexyz/world/src/codegen/tables/NamespaceDelegationControl.sol":{"keccak256":"0x47c6d188f39a85b50f066151cb48d987454e845f1629685300613fdb502505a0","urls":["bzz-raw://abeba0002051f60f81c1e29dbf627db4aed8da11483ec8d860a362b4bfbf4c08","dweb:/ipfs/Qmc4RNYgBma9repACLdN1hpjPmEbsFKWXL8B42KaBAZvtc"],"license":"MIT"},"node_modules/@latticexyz/world/src/codegen/tables/NamespaceOwner.sol":{"keccak256":"0xb0b7c13673a1629118cb0c3c341380fa6d4795c9b7cf6a6c73443750f1a3b34d","urls":["bzz-raw://b3c8eb44785f61c0470273cac40a228ae458b74f48d2bff8faf8915861fc49ac","dweb:/ipfs/QmUF52hgGCL9TMyTQqrxGVharwfFgKNsCpD3VNqfbhid9X"],"license":"MIT"},"node_modules/@latticexyz/world/src/codegen/tables/ResourceAccess.sol":{"keccak256":"0xe2a4e6a75ffda6971c16e9218a0f076d5b89572d37780cd4c2375a2de683fd60","urls":["bzz-raw://f04dbdf5295c0ddbda4ba0eb5fdebd84dce2ff3fe86d34681f71522bcb0e6e93","dweb:/ipfs/QmUMkPg1vhSz2zVweN5bqtWbUCj3UQKZPgYfBkQ3QGS7gF"],"license":"MIT"},"node_modules/@latticexyz/world/src/codegen/tables/SystemHooks.sol":{"keccak256":"0xd069f1f65243ffcc3ace23804851bc902c5e58d525b962575a659e47aa76236b","urls":["bzz-raw://4f86b3d93b5bcf81e0d3da0abbd6fc3924be59e7c8d147cfeb3307108431f6a3","dweb:/ipfs/QmRrkBXGsdtbo28xznUWUuqNUGyfAbu1kadKGjL7n6KiKb"],"license":"MIT"},"node_modules/@latticexyz/world/src/codegen/tables/SystemRegistry.sol":{"keccak256":"0x8318ead6bf21b8f1e9f231d73634034511d74c1a979246df9f9cda8f349b644d","urls":["bzz-raw://b705a942046bb24fdbf0a5f4b365e33ab724d26bc158e7458ef5f262f72b5bae","dweb:/ipfs/Qme63b3DKKizKumysUGVFH8Q9h6cHnHBFM2Kdsxh2p6SWN"],"license":"MIT"},"node_modules/@latticexyz/world/src/codegen/tables/Systems.sol":{"keccak256":"0x3bf40b7e71a1953f21b447975ec1a850994a250325fdb88489d24175cf8440d9","urls":["bzz-raw://7fc1d4ce3096dfbd5510d2558d6fcae01ede446032ae232bd3e8656071e21ef1","dweb:/ipfs/QmNSmK5Mt7tt5isSuo216vVnn6rHBprYjz9Sdodf8YRPAy"],"license":"MIT"},"node_modules/@latticexyz/world/src/codegen/tables/UserDelegationControl.sol":{"keccak256":"0xffc8c2aa8115f5e7200638c21772a2f4eec283fd33a877d02a9b906614badb70","urls":["bzz-raw://4df5c66e27c4a778c2ba7ce26d48652ee6f7740f0440aae9021d76aee66a2ecd","dweb:/ipfs/QmWLY9GVbxHerTUJwWaNBjAWXKF7cxm2GLietVi6L5kS15"],"license":"MIT"},"node_modules/@latticexyz/world/src/constants.sol":{"keccak256":"0x07faffa7dc4a2adc4f9bfe93d5a59a7dd89241d360996537608e38f61c2d0588","urls":["bzz-raw://b96d4ce331b257a24de2f18503a11b986ed32d218810db9d5e3e7eddc17c2218","dweb:/ipfs/Qme7Cw4RN1eaFWt2j3hk6ZMB7GWUfMY5oyZKYfMvAVxdBc"],"license":"MIT"},"node_modules/@latticexyz/world/src/modules/core/implementations/WorldRegistrationSystem.sol":{"keccak256":"0xcdeaab34a28a43960f7fb673d92575af98aa7b36d8210a8e6e95197d14a827cd","urls":["bzz-raw://329d675cf7281638cfa8fa348e5e24700049c590e088353d64e88dad861c0cef","dweb:/ipfs/QmSZMYFSLknMga7UgX1H2tuuXayDYJhEnngbfLRBfVTu3f"],"license":"MIT"},"node_modules/@latticexyz/world/src/requireInterface.sol":{"keccak256":"0x5c5e5c8f1fa4780a7b1ca759f7ce63dd4165a5b2a7f64c8fcb8f06bd8917ace6","urls":["bzz-raw://f6d37ed25ed4471dc336681c959153cdb4cb16c209142ca5edbc6d9293669fd2","dweb:/ipfs/QmQLAbkk7jxN68QcHV9KgiCbsvxDm9rKmLJQWME6DBZEpw"],"license":"MIT"},"node_modules/@latticexyz/world/src/revertWithBytes.sol":{"keccak256":"0x16795bdbfd7956d733df9ada1030ee7a1a714e3b9da5899149a7b07568c4af55","urls":["bzz-raw://7a71128b4989e78215d5fc57dae8c2f84c6b5e503c159178c0df6f642b8228df","dweb:/ipfs/QmNYTfBe62SdGESZ32fxME72CbAxEqk4j79jBT7655C4u7"],"license":"MIT"},"node_modules/@latticexyz/world/src/systemHookTypes.sol":{"keccak256":"0xdd201aa30700e70c35c1d4e50c375e511d798961183c8531f947c2d15969debb","urls":["bzz-raw://d9c165b1beb7c1d3f75107407c34a5b3424ec8cb322d494892bceed23323ffb9","dweb:/ipfs/QmdH8rtgJaENsMc6HodAbahKg7PiZUJwoZufnHCw3TwrBx"],"license":"MIT"},"node_modules/@latticexyz/world/src/worldResourceTypes.sol":{"keccak256":"0xe31ee781596541f60ed71ef327c9d26ffc899e7fb3f4991c67406518bfc00746","urls":["bzz-raw://f7b864fea8c77833a322b16c4673f110d5065d0cafcedecd07895699cf4258c2","dweb:/ipfs/QmRkzXVjMLwQFWxjEjgfdXVPAp6SU4zfxPo4NJcmz8HwH9"],"license":"MIT"}},"version":1},"id":87}
|
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":"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":"registerSystem","inputs":[{"name":"systemId","type":"bytes32","internalType":"ResourceId"},{"name":"system","type":"address","internalType":"contract System"},{"name":"publicAccess","type":"bool","internalType":"bool"}],"outputs":[],"stateMutability":"nonpayable"},{"type":"function","name":"registerSystemHook","inputs":[{"name":"systemId","type":"bytes32","internalType":"ResourceId"},{"name":"hookAddress","type":"address","internalType":"contract ISystemHook"},{"name":"enabledHooksBitmap","type":"uint8","internalType":"uint8"}],"outputs":[],"stateMutability":"nonpayable"},{"type":"function","name":"supportsInterface","inputs":[{"name":"interfaceId","type":"bytes4","internalType":"bytes4"}],"outputs":[{"name":"","type":"bool","internalType":"bool"}],"stateMutability":"pure"},{"type":"function","name":"unregisterDelegation","inputs":[{"name":"delegatee","type":"address","internalType":"address"}],"outputs":[],"stateMutability":"nonpayable"},{"type":"function","name":"unregisterNamespaceDelegation","inputs":[{"name":"namespaceId","type":"bytes32","internalType":"ResourceId"}],"outputs":[],"stateMutability":"nonpayable"},{"type":"function","name":"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":"PackedCounter_InvalidLength","inputs":[{"name":"length","type":"uint256","internalType":"uint256"}]},{"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_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":"UnauthorizedCallContext","inputs":[]},{"type":"error","name":"World_AccessDenied","inputs":[{"name":"resource","type":"string","internalType":"string"},{"name":"caller","type":"address","internalType":"address"}]},{"type":"error","name":"World_AlreadyInitialized","inputs":[]},{"type":"error","name":"World_CallbackNotAllowed","inputs":[{"name":"functionSelector","type":"bytes4","internalType":"bytes4"}]},{"type":"error","name":"World_DelegationNotFound","inputs":[{"name":"delegator","type":"address","internalType":"address"},{"name":"delegatee","type":"address","internalType":"address"}]},{"type":"error","name":"World_FunctionSelectorAlreadyExists","inputs":[{"name":"functionSelector","type":"bytes4","internalType":"bytes4"}]},{"type":"error","name":"World_FunctionSelectorNotFound","inputs":[{"name":"functionSelector","type":"bytes4","internalType":"bytes4"}]},{"type":"error","name":"World_InsufficientBalance","inputs":[{"name":"balance","type":"uint256","internalType":"uint256"},{"name":"amount","type":"uint256","internalType":"uint256"}]},{"type":"error","name":"World_InterfaceNotSupported","inputs":[{"name":"contractAddress","type":"address","internalType":"address"},{"name":"interfaceId","type":"bytes4","internalType":"bytes4"}]},{"type":"error","name":"World_InvalidNamespace","inputs":[{"name":"namespace","type":"bytes14","internalType":"bytes14"}]},{"type":"error","name":"World_InvalidResourceId","inputs":[{"name":"resourceId","type":"bytes32","internalType":"ResourceId"},{"name":"resourceIdString","type":"string","internalType":"string"}]},{"type":"error","name":"World_InvalidResourceType","inputs":[{"name":"expected","type":"bytes2","internalType":"bytes2"},{"name":"resourceId","type":"bytes32","internalType":"ResourceId"},{"name":"resourceIdString","type":"string","internalType":"string"}]},{"type":"error","name":"World_ResourceAlreadyExists","inputs":[{"name":"resourceId","type":"bytes32","internalType":"ResourceId"},{"name":"resourceIdString","type":"string","internalType":"string"}]},{"type":"error","name":"World_ResourceNotFound","inputs":[{"name":"resourceId","type":"bytes32","internalType":"ResourceId"},{"name":"resourceIdString","type":"string","internalType":"string"}]},{"type":"error","name":"World_SystemAlreadyExists","inputs":[{"name":"system","type":"address","internalType":"address"}]},{"type":"error","name":"World_UnlimitedDelegationNotAllowed","inputs":[]}],"bytecode":{"object":"0x60a06040523060805234801561001457600080fd5b506080516148b26100306000396000610a2a01526148b26000f3fe608060405234801561001057600080fd5b50600436106100ea5760003560e01c8063a92813ad1161008c578063bfdfaff711610066578063bfdfaff7146101ea578063cdc938c5146101fd578063d5f8337f14610210578063e1af802c1461022357600080fd5b8063a92813ad146101b1578063aa66e9c8146101c4578063b29e4089146101d757600080fd5b806326d98102116100c857806326d981021461014c5780633350b6a91461017857806345ec93541461018b578063742d61181461019e57600080fd5b806301ffc9a7146100ef578063119df25f146101175780631d2257ba14610137575b600080fd5b6101026100fd366004613f93565b61022b565b60405190151581526020015b60405180910390f35b61011f610294565b6040516001600160a01b03909116815260200161010e565b61014a610145366004614066565b6102a3565b005b61015f61015a3660046140bf565b61031e565b6040516001600160e01b0319909116815260200161010e565b61014a610186366004614106565b610490565b604051601f19360135815260200161010e565b61015f6101ac36600461414d565b610664565b61014a6101bf3660046141a4565b610726565b61014a6101d23660046141d4565b610769565b61014a6101e53660046141d4565b61079b565b61014a6101f83660046141ed565b610830565b61014a61020b366004614227565b6108e5565b61014a61021e366004614244565b6108fe565b61011f6109e4565b60006001600160e01b031982167fb5dee12700000000000000000000000000000000000000000000000000000000148061028e57506001600160e01b031982167f01ffc9a700000000000000000000000000000000000000000000000000000000145b92915050565b600061029e6109ee565b905090565b6102ab610a20565b6102bd6102b6610294565b8484610a84565b6102c682610b57565b156103195760006102d683610b73565b9050610302817f1a86b55000000000000000000000000000000000000000000000000000000000610c0f565b61031661030d610294565b84846000610c6a565b50505b505050565b6000610328610a20565b61737960f01b837fffff00000000000000000000000000000000000000000000000000000000000016146103a45761737960f01b8361036685610c97565b6040517f5c30fb6f00000000000000000000000000000000000000000000000000000000815260040161039b939291906142d1565b60405180910390fd5b6103ad83610dab565b6103be836103b9610294565b610df6565b60006103e76103cd8560101b90565b71ffffffffffffffffffffffffffffffffffff1916610e7c565b9050600081846040516020016103fe929190614312565b604051602081830303815290604052905080805190602001209250600061042484610f06565b9050801561046a576040517f3d1d1ae20000000000000000000000000000000000000000000000000000000081526001600160e01b03198516600482015260240161039b565b8451602086012061047c858883610fb6565b6104868584611081565b5050505092915050565b610498610a20565b61737960f01b837fffff00000000000000000000000000000000000000000000000000000000000016146104d65761737960f01b8361036685610c97565b7dffffffffffffffffffffffffffff000000000000000000000000000000008316616e7360f01b1761050781610dab565b610513816103b9610294565b61053d837fb5dee12700000000000000000000000000000000000000000000000000000000610c0f565b60006105488561114a565b6fffffffffffffffffffffffffffffffff19160361059e578361056a85610c97565b6040517fe4ac069e00000000000000000000000000000000000000000000000000000000815260040161039b92919061436a565b60006105a984611161565b905080158015906105ba5750848114155b156105fc576040517fc0b707410000000000000000000000000000000000000000000000000000000081526001600160a01b038516600482015260240161039b565b600061060786610b73565b90506001600160a01b0381161561063057610621816111e6565b61062b8382611265565b61063b565b61063b866001611303565b6106468686866113a4565b6106508587611447565b61065c838660016114d2565b505050505050565b600061066e610a20565b60408051616e7360f01b602082015260006022820181905260308201526106b091016040516020818303038152906040526106a890614383565b6103b9610294565b508151602083012060006106c382610f06565b90508015610709576040517f3d1d1ae20000000000000000000000000000000000000000000000000000000081526001600160e01b03198316600482015260240161039b565b610714828685610fb6565b61071e8285611081565b509392505050565b61072e610a20565b61073a826103b9610294565b6107657f7462776f726c6400000000000000000053797374656d486f6f6b7300000000008383611581565b5050565b610771610a20565b61077a816116a8565b61078381610dab565b61078f816103b9610294565b610798816116e6565b50565b6107a3610a20565b6107ac816116a8565b6107b581611751565b6107be81611943565b1561080157806107cd82610c97565b6040517f0dc28f6a00000000000000000000000000000000000000000000000000000000815260040161039b92919061436a565b61080c816001611303565b61081d81610818610294565b6119c8565b61079881610829610294565b60016114d2565b610838610a20565b610841836116a8565b61084a82610b57565b610880576040517f71ee9e8100000000000000000000000000000000000000000000000000000000815260040160405180910390fd5b61088c836103b9610294565b600061089783610b73565b90506108c3817f1a86b55000000000000000000000000000000000000000000000000000000000610c0f565b6108cd8484611a92565b8151156108df5761031661030d610294565b50505050565b6108ed610a20565b6107986108f8610294565b82611b11565b610906610a20565b61737960f01b837fffff00000000000000000000000000000000000000000000000000000000000016146109445761737960f01b8361036685610c97565b61096e827f540fbfa800000000000000000000000000000000000000000000000000000000610c0f565b61097783610dab565b6109a7616e7360f01b7dffffffffffffffffffffffffffff00000000000000000000000000000000851617610dab565b6109b3836103b9610294565b610319836bffffffffffffffffffffffff19606085901b166bff0000000000000000000000605885901b1617611bb3565b600061029e611c6c565b7fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffcc36013560601c80610a1d5750335b90565b6001600160a01b037f0000000000000000000000000000000000000000000000000000000000000000163003610a82576040517f9f03a02600000000000000000000000000000000000000000000000000000000815260040160405180910390fd5b565b604080516002808252606082018352600092602083019080368337019050509050836001600160a01b031660001b81600081518110610ac557610ac56143aa565b602002602001018181525050826001600160a01b031660001b81600181518110610af157610af16143aa565b6020026020010181815250506108df7f7462776f726c640000000000000000005573657244656c65676174696f6e436f60001b82600085604051602001610b3a91815260200190565b60408051601f19818403018152919052630100080160dd1b611c76565b6000811515801561028e5750610b6c82611c8b565b1592915050565b604080516001808252818301909252600091829190602080830190803683370190505090508281600081518110610bac57610bac6143aa565b60209081029190910101526000610c047f7462776f726c6400000000000000000053797374656d7300000000000000000083837e15020014010000000000000000000000000000000000000000000000000000611ceb565b60601c949350505050565b610c198282611d21565b610765576040517f74b5e6ff0000000000000000000000000000000000000000000000000000000081526001600160a01b03831660048201526001600160e01b03198216602482015260440161039b565b6060600080610c7b87878787611d44565b9150915081610c8d57610c8d81611f14565b9695505050505050565b606081601081901b6000610caa8361114a565b90508271ffffffffffffffffffffffffffffffffffff19831615610ceb57610ce671ffffffffffffffffffffffffffffffffffff198416610e7c565b610d22565b6040518060400160405280600681526020017f3c726f6f743e00000000000000000000000000000000000000000000000000008152505b6fffffffffffffffffffffffffffffffff19831615610d4957610d4483610e7c565b610d80565b6040518060400160405280600681526020017f3c726f6f743e00000000000000000000000000000000000000000000000000008152505b604051602001610d92939291906143c0565b6040516020818303038152906040529350505050919050565b610db481611943565b6107985780610dc282610c97565b6040517ffbf10ce600000000000000000000000000000000000000000000000000000000815260040161039b92919061436a565b6001600160a01b038116610e30616e7360f01b7dffffffffffffffffffffffffffff00000000000000000000000000000000851617611f1c565b6001600160a01b03161461076557610e4782610c97565b816040517fd787b73700000000000000000000000000000000000000000000000000000000815260040161039b92919061444e565b606060005b6010811015610ed2576fffffffffffffffffffffffffffffffff198316600882021b7fff000000000000000000000000000000000000000000000000000000000000001615610ed257600101610e81565b604080516fffffffffffffffffffffffffffffffff198516602082015281516030909101909152818152805b949350505050565b60408051600180825281830190925260009182919060208083019080368337019050509050827bffffffffffffffffffffffffffffffffffffffffffffffffffffffff191681600081518110610f5e57610f5e6143aa565b60209081029190910101526000610efe7f7462776f726c6400000000000000000046756e6374696f6e53656c6563746f7283837e24020020040000000000000000000000000000000000000000000000000000611ceb565b6000610fc28383611fad565b60408051600180825281830190925291925060009160609183919060208083019080368337019050509050867bffffffffffffffffffffffffffffffffffffffffffffffffffffffff191681600081518110611020576110206143aa565b60209081029190910101526110787f7462776f726c6400000000000000000046756e6374696f6e53656c6563746f72828686867e24020020040000000000000000000000000000000000000000000000000000611fec565b50505050505050565b6060600061108e83612331565b9050600061109b84612341565b6040805160018082528183019092529192506000919060208083019080368337019050509050857bffffffffffffffffffffffffffffffffffffffffffffffffffffffff1916816000815181106110f4576110f46143aa565b602090810291909101015261065c7f6f74776f726c6400000000000000000046756e6374696f6e5369676e61747572828686867c0100000000000000000000000000000000000000000000000000000000611fec565b60006111586070601061448f565b9190911b919050565b60408051600180825281830190925260009182919060208083019080368337019050509050826001600160a01b031660001b816000815181106111a6576111a66143aa565b60209081029190910101526000610efe7f7462776f726c6400000000000000000053797374656d526567697374727900008383630100080160dd1b611ceb565b60408051600180825281830190925260009160208083019080368337019050509050816001600160a01b031660001b81600081518110611228576112286143aa565b60209081029190910101526107657f7462776f726c6400000000000000000053797374656d5265676973747279000082630100080160dd1b61236a565b604080516002808252606082018352600092602083019080368337019050509050828160008151811061129a5761129a6143aa565b602002602001018181525050816001600160a01b031660001b816001815181106112c6576112c66143aa565b60209081029190910101526103197f7462776f726c640000000000000000005265736f75726365416363657373000082630101000160d81b61236a565b604080516001808252818301909252600091602080830190803683370190505090508281600081518110611339576113396143aa565b6020026020010181815250506103197f746273746f72650000000000000000005265736f75726365496473000000000060001b8260008560405160200161138791151560f81b815260010190565b60408051601f19818403018152919052630101000160d81b611c76565b60006113b08383612669565b6040805160018082528183019092529192506000916060918391906020808301908036833701905050905086816000815181106113ef576113ef6143aa565b60209081029190910101526110787f7462776f726c6400000000000000000053797374656d73000000000000000000828686867e15020014010000000000000000000000000000000000000000000000000000611fec565b60408051600180825281830190925260009160208083019080368337019050509050826001600160a01b031660001b81600081518110611489576114896143aa565b6020026020010181815250506103197f7462776f726c6400000000000000000053797374656d5265676973747279000060001b82600085604051602001610b3a91815260200190565b6040805160028082526060820183526000926020830190803683370190505090508381600081518110611507576115076143aa565b602002602001018181525050826001600160a01b031660001b81600181518110611533576115336143aa565b6020026020010181815250506108df7f7462776f726c640000000000000000005265736f75726365416363657373000060001b8260008560405160200161138791151560f81b815260010190565b600061158d8484612699565b90506000815167ffffffffffffffff8111156115ab576115ab613fc3565b6040519080825280602002602001820160405280156115d4578160200160208202803683370190505b5090506000805b835181101561169957846001600160a01b031661161f858381518110611603576116036143aa565b60200260200101516affffffffffffffffffffff191660601c90565b6001600160a01b0316146116915783818151811061163f5761163f6143aa565b6020026020010151838381518110611659576116596143aa565b7fffffffffffffffffffffffffffffffffffffffffff0000000000000000000000909216602092830291909101909101526001909101905b6001016115db565b5080825261065c868684612704565b616e7360f01b7dffffffffffffffffffffffffffff00000000000000000000000000000000821617811461079857616e7360f01b8161036683610c97565b60408051600180825281830190925260009160208083019080368337019050509050818160008151811061171c5761171c6143aa565b60209081029190910101526107657f7462776f726c640000000000000000004e616d65737061636544656c656761748261275b565b600061175d8260101b90565b9050600061177f71ffffffffffffffffffffffffffffffffffff198316610e7c565b805190915080156108df576117a1826117996001846144a2565b016020015190565b7fff00000000000000000000000000000000000000000000000000000000000000167f5f0000000000000000000000000000000000000000000000000000000000000003611832576040517f0efb4b8500000000000000000000000000000000000000000000000000000000815271ffffffffffffffffffffffffffffffffffff198416600482015260240161039b565b60005b6118406001836144a2565b81101561031657602081840101517effffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff19167f5f000000000000000000000000000000000000000000000000000000000000001480156118ed57506118a88361179983600161448f565b7effffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff19167f5f00000000000000000000000000000000000000000000000000000000000000145b1561193b576040517f0efb4b8500000000000000000000000000000000000000000000000000000000815271ffffffffffffffffffffffffffffffffffff198516600482015260240161039b565b600101611835565b60408051600180825281830190925260009182919060208083019080368337019050509050828160008151811061197c5761197c6143aa565b602090810291909101015260006119bc7f746273746f72650000000000000000005265736f7572636549647300000000008383630101000160d81b611ceb565b9050610efe8160f81c90565b6040805160018082528183019092526000916020808301908036833701905050905082816000815181106119fe576119fe6143aa565b6020026020010181815250506103197f7462776f726c640000000000000000004e616d6573706163654f776e6572000060001b82600085604051602001611a5d919060609190911b6bffffffffffffffffffffffff1916815260140190565b60408051601f198184030181529190527e14010014000000000000000000000000000000000000000000000000000000611c76565b604080516001808252818301909252600091602080830190803683370190505090508281600081518110611ac857611ac86143aa565b6020026020010181815250506103197f7462776f726c640000000000000000004e616d65737061636544656c6567617460001b82600085604051602001610b3a91815260200190565b604080516002808252606082018352600092602083019080368337019050509050826001600160a01b031660001b81600081518110611b5257611b526143aa565b602002602001018181525050816001600160a01b031660001b81600181518110611b7e57611b7e6143aa565b60209081029190910101526103197f7462776f726c640000000000000000005573657244656c65676174696f6e436f8261275b565b604080516001808252818301909252600091602080830190803683370190505090508281600081518110611be957611be96143aa565b6020026020010181815250506103197f7462776f726c6400000000000000000053797374656d486f6f6b73000000000060001b82600085604051602001611c5891907fffffffffffffffffffffffffffffffffffffffffff000000000000000000000091909116815260150190565b6040516020818303038152906040526127f6565b600061029e6128a7565b6103168585611c8584876128e6565b85612917565b6040805161737960f01b60208201526000602282018190527f756e6c696d69746564000000000000000000000000000000000000000000000060308301529101604051602081830303815290604052611ce390614383565b909114919050565b6000611d18611cfa8686612bb2565b60ff858116601b0360080285901c16611d1385876128e6565b612c08565b95945050505050565b6000611d2c83612c59565b8015611d3d5750611d3d8383612c9a565b9392505050565b600060606000611d5386612d52565b905060005b8151811015611e26576000828281518110611d7557611d756143aa565b60200260200101519050611da16001826affffffffffffffffffffff1916612dd690919063ffffffff16565b15611e1d576040517fc3323031000000000000000000000000000000000000000000000000000000008152606082901c9063c332303190611dea908c908c908c906004016144b5565b600060405180830381600087803b158015611e0457600080fd5b505af1158015611e18573d6000803e3d6000fd5b505050505b50600101611d58565b50611e3387858888612df4565b909350915060005b8151811015611f09576000828281518110611e5857611e586143aa565b60200260200101519050611e846002826affffffffffffffffffffff1916612dd690919063ffffffff16565b15611f00576040517f973d8f99000000000000000000000000000000000000000000000000000000008152606082901c9063973d8f9990611ecd908c908c908c906004016144b5565b600060405180830381600087803b158015611ee757600080fd5b505af1158015611efb573d6000803e3d6000fd5b505050505b50600101611e3b565b505094509492505050565b805160208201fd5b604080516001808252818301909252600091829190602080830190803683370190505090508281600081518110611f5557611f556143aa565b60209081029190910101526000610c047f7462776f726c640000000000000000004e616d6573706163654f776e6572000083837e14010014000000000000000000000000000000000000000000000000000000611ceb565b60608282604051602001611fd59291909182526001600160e01b031916602082015260240190565b604051602081830303815290604052905092915050565b7f6f74000000000000000000000000000000000000000000000000000000000000867fffff000000000000000000000000000000000000000000000000000000000000160361207857857f8dbb3a9672eebfd3773e72dd9c102393436816d832c7ba9e1e1ac8fcadcac7a98686868660405161206b9493929190614519565b60405180910390a261065c565b600061208387612ed3565b905060005b815181101561215c5760008282815181106120a5576120a56143aa565b602002602001015190506120d16001826affffffffffffffffffffff1916612dd690919063ffffffff16565b15612153576040517f57066c9c000000000000000000000000000000000000000000000000000000008152606082901c906357066c9c90612120908c908c908c908c908c908c90600401614558565b600060405180830381600087803b15801561213a57600080fd5b505af115801561214e573d6000803e3d6000fd5b505050505b50600101612088565b50867f8dbb3a9672eebfd3773e72dd9c102393436816d832c7ba9e1e1ac8fcadcac7a9878787876040516121939493929190614519565b60405180910390a260006121a78888612bb2565b905060006020870190506121bf826000895184612f45565b60006121ca85613004565b111561224e5760006121dc8a8a613041565b878155905060208601915060008060005b6121f688613004565b8160ff1610156122495761220b8d8d83613097565b92506122268a8260ff166028026038011c64ffffffffff1690565b91506122358360008488612f45565b61223f828661448f565b94506001016121ed565b505050505b60005b835181101561232557600084828151811061226e5761226e6143aa565b6020026020010151905061229a6002826affffffffffffffffffffff1916612dd690919063ffffffff16565b1561231c576040517f5b28cdaf000000000000000000000000000000000000000000000000000000008152606082901c90635b28cdaf906122e9908e908e908e908e908e908e90600401614558565b600060405180830381600087803b15801561230357600080fd5b505af1158015612317573d6000803e3d6000fd5b505050505b50600101612251565b50505050505050505050565b600061028e8251603881901b1790565b60608160405160200161235491906145b1565b6040516020818303038152906040529050919050565b7f6f74000000000000000000000000000000000000000000000000000000000000837fffff00000000000000000000000000000000000000000000000000000000000016036123f057827f0e1f72f429eb97e64878619984a91e687ae91610348b9ff4216782cc96e49d07836040516123e391906145cd565b60405180910390a2505050565b60006123fb84612ed3565b905060005b81518110156124ce57600082828151811061241d5761241d6143aa565b602002602001015190506124496040826affffffffffffffffffffff1916612dd690919063ffffffff16565b156124c5576040517f9faeaf45000000000000000000000000000000000000000000000000000000008152606082901c90639faeaf4590612492908990899089906004016145e0565b600060405180830381600087803b1580156124ac57600080fd5b505af11580156124c0573d6000803e3d6000fd5b505050505b50600101612400565b50837f0e1f72f429eb97e64878619984a91e687ae91610348b9ff4216782cc96e49d07846040516124ff91906145cd565b60405180910390a260006125138585612bb2565b905061256c81600061252486613117565b67ffffffffffffffff81111561253c5761253c613fc3565b6040519080825280601f01601f191660200182016040528015612566576020820181803683370190505b5061313a565b600061257784613004565b11156125985760006125898686613041565b9050612596816020613150565b505b60005b825181101561065c5760008382815181106125b8576125b86143aa565b602002602001015190506125e46080826affffffffffffffffffffff1916612dd690919063ffffffff16565b15612660576040517f83b5c95b000000000000000000000000000000000000000000000000000000008152606082901c906383b5c95b9061262d908a908a908a906004016145e0565b600060405180830381600087803b15801561264757600080fd5b505af115801561265b573d6000803e3d6000fd5b505050505b5060010161259b565b604051606083811b6bffffffffffffffffffffffff1916602083015282151560f81b603483015290603501611fd5565b604080516001808252818301909252606091600091906020808301908036833701905050905082816000815181106126d3576126d36143aa565b60200260200101818152505060006126ed8583600061318d565b9050611d186126ff82600084516131c7565b613255565b60408051600180825281830190925260009160208083019080368337019050509050828160008151811061273a5761273a6143aa565b6020026020010181815250506108df8482600061275686613266565b613276565b60006127656128a7565b9050306001600160a01b038216036127815761031983836132b1565b6040517f505a181d0000000000000000000000000000000000000000000000000000000081526001600160a01b0382169063505a181d906127c89086908690600401614609565b600060405180830381600087803b1580156127e257600080fd5b505af1158015611078573d6000803e3d6000fd5b60006128006128a7565b9050306001600160a01b038216036128235761281e858585856132c4565b610316565b6040517f150f32620000000000000000000000000000000000000000000000000000000081526001600160a01b0382169063150f32629061286e908890889088908890600401614622565b600060405180830381600087803b15801561288857600080fd5b505af115801561289c573d6000803e3d6000fd5b505050505050505050565b7f629a4c26e296b22a8e0856e9f6ecb2d1008d7e00081111962cd175fa7488e175546000906001600160a01b0316806128e1573391505090565b919050565b600080805b8360ff1681101561071e5761290d60ff601b83900360080287901c168361448f565b91506001016128eb565b7f6f74000000000000000000000000000000000000000000000000000000000000847fffff00000000000000000000000000000000000000000000000000000000000016036129a157837f8c0b5119d4cec7b284c6b1b39252a03d1e2f2d7451a5895562524c113bb952be84848460405161299493929190614656565b60405180910390a26108df565b60006129ad8585612bb2565b905060006129ba86612ed3565b905060005b8151811015612a8f5760008282815181106129dc576129dc6143aa565b60200260200101519050612a086004826affffffffffffffffffffff1916612dd690919063ffffffff16565b15612a86576040517f964f667d000000000000000000000000000000000000000000000000000000008152606082901c9063964f667d90612a53908b908b908b908b90600401614689565b600060405180830381600087803b158015612a6d57600080fd5b505af1158015612a81573d6000803e3d6000fd5b505050505b506001016129bf565b50857f8c0b5119d4cec7b284c6b1b39252a03d1e2f2d7451a5895562524c113bb952be868686604051612ac493929190614656565b60405180910390a2612adf828565ffffffffffff168561313a565b60005b8151811015611078576000828281518110612aff57612aff6143aa565b60200260200101519050612b2b6008826affffffffffffffffffffff1916612dd690919063ffffffff16565b15612ba9576040517fa8ba8721000000000000000000000000000000000000000000000000000000008152606082901c9063a8ba872190612b76908b908b908b908b90600401614689565b600060405180830381600087803b158015612b9057600080fd5b505af1158015612ba4573d6000803e3d6000fd5b505050505b50600101612ae2565b60008282604051602001612bc79291906146c2565b60408051601f1981840301815291905280516020909101207f86425bff6b57326c7859e89024fe4f238ca327a1ae4a230180dd2f0e88aaa7d9189392505050565b600060208210612c2e57602082048401935060208281612c2a57612c2a6146fe565b0691505b508254600882021b60208290038084111561071e576001850154600882021c82179150509392505050565b6000612c85827f01ffc9a700000000000000000000000000000000000000000000000000000000612c9a565b801561028e5750610b6c826001600160e01b03195b6040516001600160e01b031982166024820152600090819060440160408051601f19818403018152919052602080820180517bffffffffffffffffffffffffffffffffffffffffffffffffffffffff167f01ffc9a700000000000000000000000000000000000000000000000000000000178152825192935060009283928392909183918a617530fa92503d91506000519050828015612d3b575060208210155b8015612d475750600081115b979650505050505050565b60408051600180825281830190925260609160009190602080830190803683370190505090508281600081518110612d8c57612d8c6143aa565b60209081029190910101526000612dc47f7462776f726c6400000000000000000053797374656d486f6f6b730000000000838361318d565b9050610efe6126ff82600084516131c7565b60008160ff1682612de78560581c90565b1660ff1614905092915050565b60006060600080612e04866132ff565b90925090506001600160a01b038216612e215785610dc287610c97565b80612e3057612e3086896133b7565b8615612e81577dffffffffffffffffffffffffffff000000000000000000000000000000008616616e7360f01b176000612e69826133ce565b9050612e7e82612e798b8461448f565b613447565b50505b6000612e8d8760101b90565b71ffffffffffffffffffffffffffffffffffff191614612eb857612eb3888884886134c6565b612ec4565b612ec48888848861353e565b90999098509650505050505050565b60408051600180825281830190925260609160009190602080830190803683370190505090508281600081518110612f0d57612f0d6143aa565b60209081029190910101526000612dc47f746273746f726500000000000000000053746f7265486f6f6b73000000000000838361318d565b8215612fbf5760208310612f6f57602083048401935060208381612f6b57612f6b6146fe565b0692505b8215612fbf5760208390036000600019600885021c1990506008850281811c91508351811c9050811987541682821617875550818411612fb05750506108df565b50600194909401939182900391015b5b60208210612fe15780518455600190930192601f1990910190602001612fc0565b81156108df576000600019600884021c8554835182191691161785555050505050565b60006008600180613017600260206144a2565b61302191906144a2565b61302b91906144a2565b6130359190614714565b8260ff911c1692915050565b600082826040516020016130569291906146c2565b60408051601f1981840301815291905280516020909101207f14e2fcc58e58e68ec7edc30c8d50dccc3ce2714a623ec81f46b6a63922d76569189392505050565b600083836040516020016130ac9291906146c2565b604051602081830303815290604052805190602001208260f81b7effffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff19167f3b4102da22e32d82fc925482184f16c09fd4281692720b87d124aef6da48a0f1181860001c90509392505050565b60006008613127600260206144a2565b6131319190614714565b9190911c919050565b6103198383835161314b8560200190565b612f45565b6000602061315f83601f61448f565b613169919061472b565b613173908461448f565b90505b808310156103195760008355600183019250613176565b6060610efe61319d858585613097565b60006131c2856131ad898961359f565b9060ff166028026038011c64ffffffffff1690565b6135b2565b6000818311806131d75750835182115b15613214578383836040517f23230fa300000000000000000000000000000000000000000000000000000000815260040161039b9392919061474d565b60208401613222848261448f565b9050600061323085856144a2565b6fffffffffffffffffffffffffffffffff1660809290921b9190911795945050505050565b60606000611d3d83601560006135d5565b606081611d3d8160156000613650565b6000613282858561359f565b9050600061329f828560ff166028026038011c64ffffffffff1690565b905061065c86868660008588886136a4565b61076582826132bf85613adc565b61236a565b60006132d0858561359f565b905060006132ed828560ff166028026038011c64ffffffffff1690565b905061065c86868684600088886136a4565b60408051600180825281830190925260009182918291602080830190803683370190505090508381600081518110613339576133396143aa565b6020908102919091010152600080806133927f7462776f726c6400000000000000000053797374656d73000000000000000000857e15020014010000000000000000000000000000000000000000000000000000613b61565b5050602081015160349091015160609190911c9860f89190911c975095505050505050565b6133c18282613c69565b61076557610e4782610c97565b604080516001808252818301909252600091829190602080830190803683370190505090508281600081518110613407576134076143aa565b60209081029190910101526000610efe7f7462776f726c6400000000000000000042616c616e63657300000000000000008383630100080160dd1b611ceb565b60408051600180825281830190925260009160208083019080368337019050509050828160008151811061347d5761347d6143aa565b6020026020010181815250506103197f7462776f726c6400000000000000000042616c616e636573000000000000000060001b82600085604051602001610b3a91815260200190565b60006060836001600160a01b031660006134e1858989613cac565b6040516134ee91906145b1565b60006040518083038185875af1925050503d806000811461352b576040519150601f19603f3d011682016040523d82523d6000602084013e613530565b606091505b509097909650945050505050565b60006060836001600160a01b0316613557848888613cac565b60405161356491906145b1565b600060405180830381855af49150503d806000811461352b576040519150601f19603f3d011682016040523d82523d6000602084013e613530565b6000611d3d6135ae8484613041565b5490565b60405160208101601f19603f848401011660405282825261071e85858584613cdb565b606060006135e38560801c90565b90506fffffffffffffffffffffffffffffffff85166000858281613609576136096146fe565b04905060405193506020840160208202810160405281855260005b82811015613644578451871c825293870193602090910190600101613624565b50505050509392505050565b825160609060006136618583614714565b9050604051925060208301601f19603f83860101166040528184526000602088015b84821015613644578051871b83529187019160019190910190602001613683565b7f7462000000000000000000000000000000000000000000000000000000000000877fffff0000000000000000000000000000000000000000000000000000000000001614613764577f7462000000000000000000000000000000000000000000000000000000000000878860405160200161372291815260200190565b60408051601f19818403018152908290527f31b4668300000000000000000000000000000000000000000000000000000000825261039b9392916004016142d1565b600061377f828760ff166028026038011c64ffffffffff1690565b9050600083518564ffffffffff168361379891906144a2565b6137a2919061448f565b90508082141580156137c45750816137ba8688614772565b64ffffffffff1614155b15613814576040517fa65010b400000000000000000000000000000000000000000000000000000000815264ffffffffff808816600483015280871660248301528316604482015260640161039b565b818664ffffffffff161115613865576040517f7e8578d30000000000000000000000000000000000000000000000000000000081526004810183905264ffffffffff8716602482015260440161039b565b6000613872848984613da7565b9050600061387f8b612ed3565b905060005b815181101561394a5760008282815181106138a1576138a16143aa565b602002602001015190506138cd6010826affffffffffffffffffffff1916612dd690919063ffffffff16565b1561394157606081901c6001600160a01b03166355eb5a288e8e8e8e8e8d8f6040518863ffffffff1660e01b815260040161390e9796959493929190614797565b600060405180830381600087803b15801561392857600080fd5b505af115801561393c573d6000803e3d6000fd5b505050505b50600101613884565b5064ffffffffff881660005b8a60ff168160ff1610156139895761397d878260ff166028026038011c64ffffffffff1690565b90910190600101613956565b508b7faa63765a776145e5e6492f471ae097dfed11cd57a61bc2679dd43180422385b48c838b878c6040516139c29594939291906147f5565b60405180910390a2508284146139e35760006139de8c8c613041565b839055505b60006139f08c8c8c613097565b9050613a04818a64ffffffffff168961313a565b5060005b8151811015613ace576000828281518110613a2557613a256143aa565b60200260200101519050613a516020826affffffffffffffffffffff1916612dd690919063ffffffff16565b15613ac557606081901c6001600160a01b031663635845338e8e8e8e8e8a8f6040518863ffffffff1660e01b8152600401613a929796959493929190614797565b600060405180830381600087803b158015613aac57600080fd5b505af1158015613ac0573d6000803e3d6000fd5b505050505b50600101613a08565b505050505050505050505050565b60007f8b9d8c8b908d9affffffffffffffffffab9e9d939a8d000000000000000000008201613b2b57507e60030220202000000000000000000000000000000000000000000000000000919050565b61028e613b587f746273746f72650000000000000000005461626c65730000000000000000000084613e75565b60206000612c08565b6060600060606000613b7285613117565b9050613b7f878783613e91565b93506000613b8c86613004565b90508015613c5e57613b9e888861359f565b935066ffffffffffffff841667ffffffffffffffff811115613bc257613bc2613fc3565b6040519080825280601f01601f191660200182016040528015613bec576020820181803683370190505b5092506020830160005b828160ff161015613c5b576000613c0e8b8b84613097565b90506000613c2b888460ff166028026038011c64ffffffffff1690565b9050613c3a8260008387613cdb565b613c44818561448f565b935050508080613c5390614847565b915050613bf6565b50505b505093509350939050565b6000613c9c616e7360f01b7dffffffffffffffffffffffffffff0000000000000000000000000000000085161783613eca565b80611d3d5750611d3d8383613eca565b6060838383604051602001613cc393929190614866565b60405160208183030381529060405290509392505050565b8215613d625760208310613d0557602083048401935060208381613d0157613d016146fe565b0692505b8215613d62576020839003600081841015613d285750600019600884021c613d32565b50600019600882021c5b8554600886021b818451168219821617845250818411613d535750506108df565b50600194909401939182900391015b5b60208210613d845783548152600190930192601f1990910190602001613d63565b81156108df576000600019600884021c8251865482191691161782525050505050565b600064ffffffffff821115613deb576040517f476705880000000000000000000000000000000000000000000000000000000081526004810183905260240161039b565b8366ffffffffffffff811660ff851660280260380182901c64ffffffffff16808510613e1d5780850382019150613e25565b848103820391505b5064ffffffffff6038602860ff8816020181811b197fffffffffffffffffffffffffffffffffffffffffffffffffff000000000000009490941690921792909216918416901b1790509392505050565b6040805160208101849052908101829052600090606001612bc7565b606081600003613eb05750604080516020810190915260008152611d3d565b6000613ebc8585612bb2565b9050611d18816000856135b2565b604080516002808252606082018352600092839291906020830190803683370190505090508381600081518110613f0357613f036143aa565b602002602001018181525050826001600160a01b031660001b81600181518110613f2f57613f2f6143aa565b60209081029190910101526000613f6f7f7462776f726c640000000000000000005265736f7572636541636365737300008383630101000160d81b611ceb565b9050611d188160f81c90565b80356001600160e01b0319811681146128e157600080fd5b600060208284031215613fa557600080fd5b611d3d82613f7b565b6001600160a01b038116811461079857600080fd5b634e487b7160e01b600052604160045260246000fd5b600082601f830112613fea57600080fd5b813567ffffffffffffffff8082111561400557614005613fc3565b604051601f8301601f19908116603f0116810190828211818310171561402d5761402d613fc3565b8160405283815286602085880101111561404657600080fd5b836020870160208301376000602085830101528094505050505092915050565b60008060006060848603121561407b57600080fd5b833561408681613fae565b925060208401359150604084013567ffffffffffffffff8111156140a957600080fd5b6140b586828701613fd9565b9150509250925092565b600080604083850312156140d257600080fd5b82359150602083013567ffffffffffffffff8111156140f057600080fd5b6140fc85828601613fd9565b9150509250929050565b60008060006060848603121561411b57600080fd5b83359250602084013561412d81613fae565b91506040840135801515811461414257600080fd5b809150509250925092565b60008060006060848603121561416257600080fd5b83359250602084013567ffffffffffffffff81111561418057600080fd5b61418c86828701613fd9565b92505061419b60408501613f7b565b90509250925092565b600080604083850312156141b757600080fd5b8235915060208301356141c981613fae565b809150509250929050565b6000602082840312156141e657600080fd5b5035919050565b60008060006060848603121561420257600080fd5b8335925060208401359150604084013567ffffffffffffffff8111156140a957600080fd5b60006020828403121561423957600080fd5b8135611d3d81613fae565b60008060006060848603121561425957600080fd5b83359250602084013561426b81613fae565b9150604084013560ff8116811461414257600080fd5b60005b8381101561429c578181015183820152602001614284565b50506000910152565b600081518084526142bd816020860160208601614281565b601f01601f19169290920160200192915050565b7fffff00000000000000000000000000000000000000000000000000000000000084168152826020820152606060408201526000611d1860608301846142a5565b60008351614324818460208801614281565b7f5f5f000000000000000000000000000000000000000000000000000000000000908301908152835161435e816002840160208801614281565b01600201949350505050565b828152604060208201526000610efe60408301846142a5565b805160208083015191908110156143a4576000198160200360031b1b821691505b50919050565b634e487b7160e01b600052603260045260246000fd5b7fffff0000000000000000000000000000000000000000000000000000000000008416815260007f3a000000000000000000000000000000000000000000000000000000000000008060028401528451614421816003860160208901614281565b808401905081600382015284519150614441826004830160208801614281565b0160040195945050505050565b60408152600061446160408301856142a5565b90506001600160a01b03831660208301529392505050565b634e487b7160e01b600052601160045260246000fd5b8082018082111561028e5761028e614479565b8181038181111561028e5761028e614479565b6001600160a01b0384168152826020820152606060408201526000611d1860608301846142a5565b60008151808452602080850194506020840160005b8381101561450e578151875295820195908201906001016144f2565b509495945050505050565b60808152600061452c60808301876144dd565b828103602084015261453e81876142a5565b90508460408401528281036060840152612d4781856142a5565b86815260c06020820152600061457160c08301886144dd565b828103604084015261458381886142a5565b9050856060840152828103608084015261459d81866142a5565b9150508260a0830152979650505050505050565b600082516145c3818460208701614281565b9190910192915050565b602081526000611d3d60208301846144dd565b8381526060602082015260006145f960608301856144dd565b9050826040830152949350505050565b828152604060208201526000610efe60408301846144dd565b84815260806020820152600061463b60808301866144dd565b60ff851660408401528281036060840152612d4781856142a5565b60608152600061466960608301866144dd565b65ffffffffffff851660208401528281036040840152610c8d81856142a5565b8481526080602082015260006146a260808301866144dd565b65ffffffffffff851660408401528281036060840152612d4781856142a5565b8281526000602080830184516020860160005b828110156146f1578151845292840192908401906001016146d5565b5091979650505050505050565b634e487b7160e01b600052601260045260246000fd5b808202811582820484141761028e5761028e614479565b60008261474857634e487b7160e01b600052601260045260246000fd5b500490565b60608152600061476060608301866142a5565b60208301949094525060400152919050565b64ffffffffff81811683821601908082111561479057614790614479565b5092915050565b87815260e0602082015260006147b060e08301896144dd565b60ff8816604084015264ffffffffff87811660608501528616608084015260a0830185905282810360c08401526147e781856142a5565b9a9950505050505050505050565b60a08152600061480860a08301886144dd565b65ffffffffffff8716602084015264ffffffffff86166040840152846060840152828103608084015261483b81856142a5565b98975050505050505050565b600060ff821660ff810361485d5761485d614479565b60010192915050565b60008451614878818460208901614281565b60609490941b6bffffffffffffffffffffffff19169190930190815260148101919091526034019291505056fea164736f6c6343000818000a","sourceMap":"2180:12845:90:-:0;;;915:4:82;872:48;;2180:12845:90;;;;;;;;;;;;;;;;;;;;;;","linkReferences":{}},"deployedBytecode":{"object":"0x608060405234801561001057600080fd5b50600436106100ea5760003560e01c8063a92813ad1161008c578063bfdfaff711610066578063bfdfaff7146101ea578063cdc938c5146101fd578063d5f8337f14610210578063e1af802c1461022357600080fd5b8063a92813ad146101b1578063aa66e9c8146101c4578063b29e4089146101d757600080fd5b806326d98102116100c857806326d981021461014c5780633350b6a91461017857806345ec93541461018b578063742d61181461019e57600080fd5b806301ffc9a7146100ef578063119df25f146101175780631d2257ba14610137575b600080fd5b6101026100fd366004613f93565b61022b565b60405190151581526020015b60405180910390f35b61011f610294565b6040516001600160a01b03909116815260200161010e565b61014a610145366004614066565b6102a3565b005b61015f61015a3660046140bf565b61031e565b6040516001600160e01b0319909116815260200161010e565b61014a610186366004614106565b610490565b604051601f19360135815260200161010e565b61015f6101ac36600461414d565b610664565b61014a6101bf3660046141a4565b610726565b61014a6101d23660046141d4565b610769565b61014a6101e53660046141d4565b61079b565b61014a6101f83660046141ed565b610830565b61014a61020b366004614227565b6108e5565b61014a61021e366004614244565b6108fe565b61011f6109e4565b60006001600160e01b031982167fb5dee12700000000000000000000000000000000000000000000000000000000148061028e57506001600160e01b031982167f01ffc9a700000000000000000000000000000000000000000000000000000000145b92915050565b600061029e6109ee565b905090565b6102ab610a20565b6102bd6102b6610294565b8484610a84565b6102c682610b57565b156103195760006102d683610b73565b9050610302817f1a86b55000000000000000000000000000000000000000000000000000000000610c0f565b61031661030d610294565b84846000610c6a565b50505b505050565b6000610328610a20565b61737960f01b837fffff00000000000000000000000000000000000000000000000000000000000016146103a45761737960f01b8361036685610c97565b6040517f5c30fb6f00000000000000000000000000000000000000000000000000000000815260040161039b939291906142d1565b60405180910390fd5b6103ad83610dab565b6103be836103b9610294565b610df6565b60006103e76103cd8560101b90565b71ffffffffffffffffffffffffffffffffffff1916610e7c565b9050600081846040516020016103fe929190614312565b604051602081830303815290604052905080805190602001209250600061042484610f06565b9050801561046a576040517f3d1d1ae20000000000000000000000000000000000000000000000000000000081526001600160e01b03198516600482015260240161039b565b8451602086012061047c858883610fb6565b6104868584611081565b5050505092915050565b610498610a20565b61737960f01b837fffff00000000000000000000000000000000000000000000000000000000000016146104d65761737960f01b8361036685610c97565b7dffffffffffffffffffffffffffff000000000000000000000000000000008316616e7360f01b1761050781610dab565b610513816103b9610294565b61053d837fb5dee12700000000000000000000000000000000000000000000000000000000610c0f565b60006105488561114a565b6fffffffffffffffffffffffffffffffff19160361059e578361056a85610c97565b6040517fe4ac069e00000000000000000000000000000000000000000000000000000000815260040161039b92919061436a565b60006105a984611161565b905080158015906105ba5750848114155b156105fc576040517fc0b707410000000000000000000000000000000000000000000000000000000081526001600160a01b038516600482015260240161039b565b600061060786610b73565b90506001600160a01b0381161561063057610621816111e6565b61062b8382611265565b61063b565b61063b866001611303565b6106468686866113a4565b6106508587611447565b61065c838660016114d2565b505050505050565b600061066e610a20565b60408051616e7360f01b602082015260006022820181905260308201526106b091016040516020818303038152906040526106a890614383565b6103b9610294565b508151602083012060006106c382610f06565b90508015610709576040517f3d1d1ae20000000000000000000000000000000000000000000000000000000081526001600160e01b03198316600482015260240161039b565b610714828685610fb6565b61071e8285611081565b509392505050565b61072e610a20565b61073a826103b9610294565b6107657f7462776f726c6400000000000000000053797374656d486f6f6b7300000000008383611581565b5050565b610771610a20565b61077a816116a8565b61078381610dab565b61078f816103b9610294565b610798816116e6565b50565b6107a3610a20565b6107ac816116a8565b6107b581611751565b6107be81611943565b1561080157806107cd82610c97565b6040517f0dc28f6a00000000000000000000000000000000000000000000000000000000815260040161039b92919061436a565b61080c816001611303565b61081d81610818610294565b6119c8565b61079881610829610294565b60016114d2565b610838610a20565b610841836116a8565b61084a82610b57565b610880576040517f71ee9e8100000000000000000000000000000000000000000000000000000000815260040160405180910390fd5b61088c836103b9610294565b600061089783610b73565b90506108c3817f1a86b55000000000000000000000000000000000000000000000000000000000610c0f565b6108cd8484611a92565b8151156108df5761031661030d610294565b50505050565b6108ed610a20565b6107986108f8610294565b82611b11565b610906610a20565b61737960f01b837fffff00000000000000000000000000000000000000000000000000000000000016146109445761737960f01b8361036685610c97565b61096e827f540fbfa800000000000000000000000000000000000000000000000000000000610c0f565b61097783610dab565b6109a7616e7360f01b7dffffffffffffffffffffffffffff00000000000000000000000000000000851617610dab565b6109b3836103b9610294565b610319836bffffffffffffffffffffffff19606085901b166bff0000000000000000000000605885901b1617611bb3565b600061029e611c6c565b7fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffcc36013560601c80610a1d5750335b90565b6001600160a01b037f0000000000000000000000000000000000000000000000000000000000000000163003610a82576040517f9f03a02600000000000000000000000000000000000000000000000000000000815260040160405180910390fd5b565b604080516002808252606082018352600092602083019080368337019050509050836001600160a01b031660001b81600081518110610ac557610ac56143aa565b602002602001018181525050826001600160a01b031660001b81600181518110610af157610af16143aa565b6020026020010181815250506108df7f7462776f726c640000000000000000005573657244656c65676174696f6e436f60001b82600085604051602001610b3a91815260200190565b60408051601f19818403018152919052630100080160dd1b611c76565b6000811515801561028e5750610b6c82611c8b565b1592915050565b604080516001808252818301909252600091829190602080830190803683370190505090508281600081518110610bac57610bac6143aa565b60209081029190910101526000610c047f7462776f726c6400000000000000000053797374656d7300000000000000000083837e15020014010000000000000000000000000000000000000000000000000000611ceb565b60601c949350505050565b610c198282611d21565b610765576040517f74b5e6ff0000000000000000000000000000000000000000000000000000000081526001600160a01b03831660048201526001600160e01b03198216602482015260440161039b565b6060600080610c7b87878787611d44565b9150915081610c8d57610c8d81611f14565b9695505050505050565b606081601081901b6000610caa8361114a565b90508271ffffffffffffffffffffffffffffffffffff19831615610ceb57610ce671ffffffffffffffffffffffffffffffffffff198416610e7c565b610d22565b6040518060400160405280600681526020017f3c726f6f743e00000000000000000000000000000000000000000000000000008152505b6fffffffffffffffffffffffffffffffff19831615610d4957610d4483610e7c565b610d80565b6040518060400160405280600681526020017f3c726f6f743e00000000000000000000000000000000000000000000000000008152505b604051602001610d92939291906143c0565b6040516020818303038152906040529350505050919050565b610db481611943565b6107985780610dc282610c97565b6040517ffbf10ce600000000000000000000000000000000000000000000000000000000815260040161039b92919061436a565b6001600160a01b038116610e30616e7360f01b7dffffffffffffffffffffffffffff00000000000000000000000000000000851617611f1c565b6001600160a01b03161461076557610e4782610c97565b816040517fd787b73700000000000000000000000000000000000000000000000000000000815260040161039b92919061444e565b606060005b6010811015610ed2576fffffffffffffffffffffffffffffffff198316600882021b7fff000000000000000000000000000000000000000000000000000000000000001615610ed257600101610e81565b604080516fffffffffffffffffffffffffffffffff198516602082015281516030909101909152818152805b949350505050565b60408051600180825281830190925260009182919060208083019080368337019050509050827bffffffffffffffffffffffffffffffffffffffffffffffffffffffff191681600081518110610f5e57610f5e6143aa565b60209081029190910101526000610efe7f7462776f726c6400000000000000000046756e6374696f6e53656c6563746f7283837e24020020040000000000000000000000000000000000000000000000000000611ceb565b6000610fc28383611fad565b60408051600180825281830190925291925060009160609183919060208083019080368337019050509050867bffffffffffffffffffffffffffffffffffffffffffffffffffffffff191681600081518110611020576110206143aa565b60209081029190910101526110787f7462776f726c6400000000000000000046756e6374696f6e53656c6563746f72828686867e24020020040000000000000000000000000000000000000000000000000000611fec565b50505050505050565b6060600061108e83612331565b9050600061109b84612341565b6040805160018082528183019092529192506000919060208083019080368337019050509050857bffffffffffffffffffffffffffffffffffffffffffffffffffffffff1916816000815181106110f4576110f46143aa565b602090810291909101015261065c7f6f74776f726c6400000000000000000046756e6374696f6e5369676e61747572828686867c0100000000000000000000000000000000000000000000000000000000611fec565b60006111586070601061448f565b9190911b919050565b60408051600180825281830190925260009182919060208083019080368337019050509050826001600160a01b031660001b816000815181106111a6576111a66143aa565b60209081029190910101526000610efe7f7462776f726c6400000000000000000053797374656d526567697374727900008383630100080160dd1b611ceb565b60408051600180825281830190925260009160208083019080368337019050509050816001600160a01b031660001b81600081518110611228576112286143aa565b60209081029190910101526107657f7462776f726c6400000000000000000053797374656d5265676973747279000082630100080160dd1b61236a565b604080516002808252606082018352600092602083019080368337019050509050828160008151811061129a5761129a6143aa565b602002602001018181525050816001600160a01b031660001b816001815181106112c6576112c66143aa565b60209081029190910101526103197f7462776f726c640000000000000000005265736f75726365416363657373000082630101000160d81b61236a565b604080516001808252818301909252600091602080830190803683370190505090508281600081518110611339576113396143aa565b6020026020010181815250506103197f746273746f72650000000000000000005265736f75726365496473000000000060001b8260008560405160200161138791151560f81b815260010190565b60408051601f19818403018152919052630101000160d81b611c76565b60006113b08383612669565b6040805160018082528183019092529192506000916060918391906020808301908036833701905050905086816000815181106113ef576113ef6143aa565b60209081029190910101526110787f7462776f726c6400000000000000000053797374656d73000000000000000000828686867e15020014010000000000000000000000000000000000000000000000000000611fec565b60408051600180825281830190925260009160208083019080368337019050509050826001600160a01b031660001b81600081518110611489576114896143aa565b6020026020010181815250506103197f7462776f726c6400000000000000000053797374656d5265676973747279000060001b82600085604051602001610b3a91815260200190565b6040805160028082526060820183526000926020830190803683370190505090508381600081518110611507576115076143aa565b602002602001018181525050826001600160a01b031660001b81600181518110611533576115336143aa565b6020026020010181815250506108df7f7462776f726c640000000000000000005265736f75726365416363657373000060001b8260008560405160200161138791151560f81b815260010190565b600061158d8484612699565b90506000815167ffffffffffffffff8111156115ab576115ab613fc3565b6040519080825280602002602001820160405280156115d4578160200160208202803683370190505b5090506000805b835181101561169957846001600160a01b031661161f858381518110611603576116036143aa565b60200260200101516affffffffffffffffffffff191660601c90565b6001600160a01b0316146116915783818151811061163f5761163f6143aa565b6020026020010151838381518110611659576116596143aa565b7fffffffffffffffffffffffffffffffffffffffffff0000000000000000000000909216602092830291909101909101526001909101905b6001016115db565b5080825261065c868684612704565b616e7360f01b7dffffffffffffffffffffffffffff00000000000000000000000000000000821617811461079857616e7360f01b8161036683610c97565b60408051600180825281830190925260009160208083019080368337019050509050818160008151811061171c5761171c6143aa565b60209081029190910101526107657f7462776f726c640000000000000000004e616d65737061636544656c656761748261275b565b600061175d8260101b90565b9050600061177f71ffffffffffffffffffffffffffffffffffff198316610e7c565b805190915080156108df576117a1826117996001846144a2565b016020015190565b7fff00000000000000000000000000000000000000000000000000000000000000167f5f0000000000000000000000000000000000000000000000000000000000000003611832576040517f0efb4b8500000000000000000000000000000000000000000000000000000000815271ffffffffffffffffffffffffffffffffffff198416600482015260240161039b565b60005b6118406001836144a2565b81101561031657602081840101517effffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff19167f5f000000000000000000000000000000000000000000000000000000000000001480156118ed57506118a88361179983600161448f565b7effffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff19167f5f00000000000000000000000000000000000000000000000000000000000000145b1561193b576040517f0efb4b8500000000000000000000000000000000000000000000000000000000815271ffffffffffffffffffffffffffffffffffff198516600482015260240161039b565b600101611835565b60408051600180825281830190925260009182919060208083019080368337019050509050828160008151811061197c5761197c6143aa565b602090810291909101015260006119bc7f746273746f72650000000000000000005265736f7572636549647300000000008383630101000160d81b611ceb565b9050610efe8160f81c90565b6040805160018082528183019092526000916020808301908036833701905050905082816000815181106119fe576119fe6143aa565b6020026020010181815250506103197f7462776f726c640000000000000000004e616d6573706163654f776e6572000060001b82600085604051602001611a5d919060609190911b6bffffffffffffffffffffffff1916815260140190565b60408051601f198184030181529190527e14010014000000000000000000000000000000000000000000000000000000611c76565b604080516001808252818301909252600091602080830190803683370190505090508281600081518110611ac857611ac86143aa565b6020026020010181815250506103197f7462776f726c640000000000000000004e616d65737061636544656c6567617460001b82600085604051602001610b3a91815260200190565b604080516002808252606082018352600092602083019080368337019050509050826001600160a01b031660001b81600081518110611b5257611b526143aa565b602002602001018181525050816001600160a01b031660001b81600181518110611b7e57611b7e6143aa565b60209081029190910101526103197f7462776f726c640000000000000000005573657244656c65676174696f6e436f8261275b565b604080516001808252818301909252600091602080830190803683370190505090508281600081518110611be957611be96143aa565b6020026020010181815250506103197f7462776f726c6400000000000000000053797374656d486f6f6b73000000000060001b82600085604051602001611c5891907fffffffffffffffffffffffffffffffffffffffffff000000000000000000000091909116815260150190565b6040516020818303038152906040526127f6565b600061029e6128a7565b6103168585611c8584876128e6565b85612917565b6040805161737960f01b60208201526000602282018190527f756e6c696d69746564000000000000000000000000000000000000000000000060308301529101604051602081830303815290604052611ce390614383565b909114919050565b6000611d18611cfa8686612bb2565b60ff858116601b0360080285901c16611d1385876128e6565b612c08565b95945050505050565b6000611d2c83612c59565b8015611d3d5750611d3d8383612c9a565b9392505050565b600060606000611d5386612d52565b905060005b8151811015611e26576000828281518110611d7557611d756143aa565b60200260200101519050611da16001826affffffffffffffffffffff1916612dd690919063ffffffff16565b15611e1d576040517fc3323031000000000000000000000000000000000000000000000000000000008152606082901c9063c332303190611dea908c908c908c906004016144b5565b600060405180830381600087803b158015611e0457600080fd5b505af1158015611e18573d6000803e3d6000fd5b505050505b50600101611d58565b50611e3387858888612df4565b909350915060005b8151811015611f09576000828281518110611e5857611e586143aa565b60200260200101519050611e846002826affffffffffffffffffffff1916612dd690919063ffffffff16565b15611f00576040517f973d8f99000000000000000000000000000000000000000000000000000000008152606082901c9063973d8f9990611ecd908c908c908c906004016144b5565b600060405180830381600087803b158015611ee757600080fd5b505af1158015611efb573d6000803e3d6000fd5b505050505b50600101611e3b565b505094509492505050565b805160208201fd5b604080516001808252818301909252600091829190602080830190803683370190505090508281600081518110611f5557611f556143aa565b60209081029190910101526000610c047f7462776f726c640000000000000000004e616d6573706163654f776e6572000083837e14010014000000000000000000000000000000000000000000000000000000611ceb565b60608282604051602001611fd59291909182526001600160e01b031916602082015260240190565b604051602081830303815290604052905092915050565b7f6f74000000000000000000000000000000000000000000000000000000000000867fffff000000000000000000000000000000000000000000000000000000000000160361207857857f8dbb3a9672eebfd3773e72dd9c102393436816d832c7ba9e1e1ac8fcadcac7a98686868660405161206b9493929190614519565b60405180910390a261065c565b600061208387612ed3565b905060005b815181101561215c5760008282815181106120a5576120a56143aa565b602002602001015190506120d16001826affffffffffffffffffffff1916612dd690919063ffffffff16565b15612153576040517f57066c9c000000000000000000000000000000000000000000000000000000008152606082901c906357066c9c90612120908c908c908c908c908c908c90600401614558565b600060405180830381600087803b15801561213a57600080fd5b505af115801561214e573d6000803e3d6000fd5b505050505b50600101612088565b50867f8dbb3a9672eebfd3773e72dd9c102393436816d832c7ba9e1e1ac8fcadcac7a9878787876040516121939493929190614519565b60405180910390a260006121a78888612bb2565b905060006020870190506121bf826000895184612f45565b60006121ca85613004565b111561224e5760006121dc8a8a613041565b878155905060208601915060008060005b6121f688613004565b8160ff1610156122495761220b8d8d83613097565b92506122268a8260ff166028026038011c64ffffffffff1690565b91506122358360008488612f45565b61223f828661448f565b94506001016121ed565b505050505b60005b835181101561232557600084828151811061226e5761226e6143aa565b6020026020010151905061229a6002826affffffffffffffffffffff1916612dd690919063ffffffff16565b1561231c576040517f5b28cdaf000000000000000000000000000000000000000000000000000000008152606082901c90635b28cdaf906122e9908e908e908e908e908e908e90600401614558565b600060405180830381600087803b15801561230357600080fd5b505af1158015612317573d6000803e3d6000fd5b505050505b50600101612251565b50505050505050505050565b600061028e8251603881901b1790565b60608160405160200161235491906145b1565b6040516020818303038152906040529050919050565b7f6f74000000000000000000000000000000000000000000000000000000000000837fffff00000000000000000000000000000000000000000000000000000000000016036123f057827f0e1f72f429eb97e64878619984a91e687ae91610348b9ff4216782cc96e49d07836040516123e391906145cd565b60405180910390a2505050565b60006123fb84612ed3565b905060005b81518110156124ce57600082828151811061241d5761241d6143aa565b602002602001015190506124496040826affffffffffffffffffffff1916612dd690919063ffffffff16565b156124c5576040517f9faeaf45000000000000000000000000000000000000000000000000000000008152606082901c90639faeaf4590612492908990899089906004016145e0565b600060405180830381600087803b1580156124ac57600080fd5b505af11580156124c0573d6000803e3d6000fd5b505050505b50600101612400565b50837f0e1f72f429eb97e64878619984a91e687ae91610348b9ff4216782cc96e49d07846040516124ff91906145cd565b60405180910390a260006125138585612bb2565b905061256c81600061252486613117565b67ffffffffffffffff81111561253c5761253c613fc3565b6040519080825280601f01601f191660200182016040528015612566576020820181803683370190505b5061313a565b600061257784613004565b11156125985760006125898686613041565b9050612596816020613150565b505b60005b825181101561065c5760008382815181106125b8576125b86143aa565b602002602001015190506125e46080826affffffffffffffffffffff1916612dd690919063ffffffff16565b15612660576040517f83b5c95b000000000000000000000000000000000000000000000000000000008152606082901c906383b5c95b9061262d908a908a908a906004016145e0565b600060405180830381600087803b15801561264757600080fd5b505af115801561265b573d6000803e3d6000fd5b505050505b5060010161259b565b604051606083811b6bffffffffffffffffffffffff1916602083015282151560f81b603483015290603501611fd5565b604080516001808252818301909252606091600091906020808301908036833701905050905082816000815181106126d3576126d36143aa565b60200260200101818152505060006126ed8583600061318d565b9050611d186126ff82600084516131c7565b613255565b60408051600180825281830190925260009160208083019080368337019050509050828160008151811061273a5761273a6143aa565b6020026020010181815250506108df8482600061275686613266565b613276565b60006127656128a7565b9050306001600160a01b038216036127815761031983836132b1565b6040517f505a181d0000000000000000000000000000000000000000000000000000000081526001600160a01b0382169063505a181d906127c89086908690600401614609565b600060405180830381600087803b1580156127e257600080fd5b505af1158015611078573d6000803e3d6000fd5b60006128006128a7565b9050306001600160a01b038216036128235761281e858585856132c4565b610316565b6040517f150f32620000000000000000000000000000000000000000000000000000000081526001600160a01b0382169063150f32629061286e908890889088908890600401614622565b600060405180830381600087803b15801561288857600080fd5b505af115801561289c573d6000803e3d6000fd5b505050505050505050565b7f629a4c26e296b22a8e0856e9f6ecb2d1008d7e00081111962cd175fa7488e175546000906001600160a01b0316806128e1573391505090565b919050565b600080805b8360ff1681101561071e5761290d60ff601b83900360080287901c168361448f565b91506001016128eb565b7f6f74000000000000000000000000000000000000000000000000000000000000847fffff00000000000000000000000000000000000000000000000000000000000016036129a157837f8c0b5119d4cec7b284c6b1b39252a03d1e2f2d7451a5895562524c113bb952be84848460405161299493929190614656565b60405180910390a26108df565b60006129ad8585612bb2565b905060006129ba86612ed3565b905060005b8151811015612a8f5760008282815181106129dc576129dc6143aa565b60200260200101519050612a086004826affffffffffffffffffffff1916612dd690919063ffffffff16565b15612a86576040517f964f667d000000000000000000000000000000000000000000000000000000008152606082901c9063964f667d90612a53908b908b908b908b90600401614689565b600060405180830381600087803b158015612a6d57600080fd5b505af1158015612a81573d6000803e3d6000fd5b505050505b506001016129bf565b50857f8c0b5119d4cec7b284c6b1b39252a03d1e2f2d7451a5895562524c113bb952be868686604051612ac493929190614656565b60405180910390a2612adf828565ffffffffffff168561313a565b60005b8151811015611078576000828281518110612aff57612aff6143aa565b60200260200101519050612b2b6008826affffffffffffffffffffff1916612dd690919063ffffffff16565b15612ba9576040517fa8ba8721000000000000000000000000000000000000000000000000000000008152606082901c9063a8ba872190612b76908b908b908b908b90600401614689565b600060405180830381600087803b158015612b9057600080fd5b505af1158015612ba4573d6000803e3d6000fd5b505050505b50600101612ae2565b60008282604051602001612bc79291906146c2565b60408051601f1981840301815291905280516020909101207f86425bff6b57326c7859e89024fe4f238ca327a1ae4a230180dd2f0e88aaa7d9189392505050565b600060208210612c2e57602082048401935060208281612c2a57612c2a6146fe565b0691505b508254600882021b60208290038084111561071e576001850154600882021c82179150509392505050565b6000612c85827f01ffc9a700000000000000000000000000000000000000000000000000000000612c9a565b801561028e5750610b6c826001600160e01b03195b6040516001600160e01b031982166024820152600090819060440160408051601f19818403018152919052602080820180517bffffffffffffffffffffffffffffffffffffffffffffffffffffffff167f01ffc9a700000000000000000000000000000000000000000000000000000000178152825192935060009283928392909183918a617530fa92503d91506000519050828015612d3b575060208210155b8015612d475750600081115b979650505050505050565b60408051600180825281830190925260609160009190602080830190803683370190505090508281600081518110612d8c57612d8c6143aa565b60209081029190910101526000612dc47f7462776f726c6400000000000000000053797374656d486f6f6b730000000000838361318d565b9050610efe6126ff82600084516131c7565b60008160ff1682612de78560581c90565b1660ff1614905092915050565b60006060600080612e04866132ff565b90925090506001600160a01b038216612e215785610dc287610c97565b80612e3057612e3086896133b7565b8615612e81577dffffffffffffffffffffffffffff000000000000000000000000000000008616616e7360f01b176000612e69826133ce565b9050612e7e82612e798b8461448f565b613447565b50505b6000612e8d8760101b90565b71ffffffffffffffffffffffffffffffffffff191614612eb857612eb3888884886134c6565b612ec4565b612ec48888848861353e565b90999098509650505050505050565b60408051600180825281830190925260609160009190602080830190803683370190505090508281600081518110612f0d57612f0d6143aa565b60209081029190910101526000612dc47f746273746f726500000000000000000053746f7265486f6f6b73000000000000838361318d565b8215612fbf5760208310612f6f57602083048401935060208381612f6b57612f6b6146fe565b0692505b8215612fbf5760208390036000600019600885021c1990506008850281811c91508351811c9050811987541682821617875550818411612fb05750506108df565b50600194909401939182900391015b5b60208210612fe15780518455600190930192601f1990910190602001612fc0565b81156108df576000600019600884021c8554835182191691161785555050505050565b60006008600180613017600260206144a2565b61302191906144a2565b61302b91906144a2565b6130359190614714565b8260ff911c1692915050565b600082826040516020016130569291906146c2565b60408051601f1981840301815291905280516020909101207f14e2fcc58e58e68ec7edc30c8d50dccc3ce2714a623ec81f46b6a63922d76569189392505050565b600083836040516020016130ac9291906146c2565b604051602081830303815290604052805190602001208260f81b7effffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff19167f3b4102da22e32d82fc925482184f16c09fd4281692720b87d124aef6da48a0f1181860001c90509392505050565b60006008613127600260206144a2565b6131319190614714565b9190911c919050565b6103198383835161314b8560200190565b612f45565b6000602061315f83601f61448f565b613169919061472b565b613173908461448f565b90505b808310156103195760008355600183019250613176565b6060610efe61319d858585613097565b60006131c2856131ad898961359f565b9060ff166028026038011c64ffffffffff1690565b6135b2565b6000818311806131d75750835182115b15613214578383836040517f23230fa300000000000000000000000000000000000000000000000000000000815260040161039b9392919061474d565b60208401613222848261448f565b9050600061323085856144a2565b6fffffffffffffffffffffffffffffffff1660809290921b9190911795945050505050565b60606000611d3d83601560006135d5565b606081611d3d8160156000613650565b6000613282858561359f565b9050600061329f828560ff166028026038011c64ffffffffff1690565b905061065c86868660008588886136a4565b61076582826132bf85613adc565b61236a565b60006132d0858561359f565b905060006132ed828560ff166028026038011c64ffffffffff1690565b905061065c86868684600088886136a4565b60408051600180825281830190925260009182918291602080830190803683370190505090508381600081518110613339576133396143aa565b6020908102919091010152600080806133927f7462776f726c6400000000000000000053797374656d73000000000000000000857e15020014010000000000000000000000000000000000000000000000000000613b61565b5050602081015160349091015160609190911c9860f89190911c975095505050505050565b6133c18282613c69565b61076557610e4782610c97565b604080516001808252818301909252600091829190602080830190803683370190505090508281600081518110613407576134076143aa565b60209081029190910101526000610efe7f7462776f726c6400000000000000000042616c616e63657300000000000000008383630100080160dd1b611ceb565b60408051600180825281830190925260009160208083019080368337019050509050828160008151811061347d5761347d6143aa565b6020026020010181815250506103197f7462776f726c6400000000000000000042616c616e636573000000000000000060001b82600085604051602001610b3a91815260200190565b60006060836001600160a01b031660006134e1858989613cac565b6040516134ee91906145b1565b60006040518083038185875af1925050503d806000811461352b576040519150601f19603f3d011682016040523d82523d6000602084013e613530565b606091505b509097909650945050505050565b60006060836001600160a01b0316613557848888613cac565b60405161356491906145b1565b600060405180830381855af49150503d806000811461352b576040519150601f19603f3d011682016040523d82523d6000602084013e613530565b6000611d3d6135ae8484613041565b5490565b60405160208101601f19603f848401011660405282825261071e85858584613cdb565b606060006135e38560801c90565b90506fffffffffffffffffffffffffffffffff85166000858281613609576136096146fe565b04905060405193506020840160208202810160405281855260005b82811015613644578451871c825293870193602090910190600101613624565b50505050509392505050565b825160609060006136618583614714565b9050604051925060208301601f19603f83860101166040528184526000602088015b84821015613644578051871b83529187019160019190910190602001613683565b7f7462000000000000000000000000000000000000000000000000000000000000877fffff0000000000000000000000000000000000000000000000000000000000001614613764577f7462000000000000000000000000000000000000000000000000000000000000878860405160200161372291815260200190565b60408051601f19818403018152908290527f31b4668300000000000000000000000000000000000000000000000000000000825261039b9392916004016142d1565b600061377f828760ff166028026038011c64ffffffffff1690565b9050600083518564ffffffffff168361379891906144a2565b6137a2919061448f565b90508082141580156137c45750816137ba8688614772565b64ffffffffff1614155b15613814576040517fa65010b400000000000000000000000000000000000000000000000000000000815264ffffffffff808816600483015280871660248301528316604482015260640161039b565b818664ffffffffff161115613865576040517f7e8578d30000000000000000000000000000000000000000000000000000000081526004810183905264ffffffffff8716602482015260440161039b565b6000613872848984613da7565b9050600061387f8b612ed3565b905060005b815181101561394a5760008282815181106138a1576138a16143aa565b602002602001015190506138cd6010826affffffffffffffffffffff1916612dd690919063ffffffff16565b1561394157606081901c6001600160a01b03166355eb5a288e8e8e8e8e8d8f6040518863ffffffff1660e01b815260040161390e9796959493929190614797565b600060405180830381600087803b15801561392857600080fd5b505af115801561393c573d6000803e3d6000fd5b505050505b50600101613884565b5064ffffffffff881660005b8a60ff168160ff1610156139895761397d878260ff166028026038011c64ffffffffff1690565b90910190600101613956565b508b7faa63765a776145e5e6492f471ae097dfed11cd57a61bc2679dd43180422385b48c838b878c6040516139c29594939291906147f5565b60405180910390a2508284146139e35760006139de8c8c613041565b839055505b60006139f08c8c8c613097565b9050613a04818a64ffffffffff168961313a565b5060005b8151811015613ace576000828281518110613a2557613a256143aa565b60200260200101519050613a516020826affffffffffffffffffffff1916612dd690919063ffffffff16565b15613ac557606081901c6001600160a01b031663635845338e8e8e8e8e8a8f6040518863ffffffff1660e01b8152600401613a929796959493929190614797565b600060405180830381600087803b158015613aac57600080fd5b505af1158015613ac0573d6000803e3d6000fd5b505050505b50600101613a08565b505050505050505050505050565b60007f8b9d8c8b908d9affffffffffffffffffab9e9d939a8d000000000000000000008201613b2b57507e60030220202000000000000000000000000000000000000000000000000000919050565b61028e613b587f746273746f72650000000000000000005461626c65730000000000000000000084613e75565b60206000612c08565b6060600060606000613b7285613117565b9050613b7f878783613e91565b93506000613b8c86613004565b90508015613c5e57613b9e888861359f565b935066ffffffffffffff841667ffffffffffffffff811115613bc257613bc2613fc3565b6040519080825280601f01601f191660200182016040528015613bec576020820181803683370190505b5092506020830160005b828160ff161015613c5b576000613c0e8b8b84613097565b90506000613c2b888460ff166028026038011c64ffffffffff1690565b9050613c3a8260008387613cdb565b613c44818561448f565b935050508080613c5390614847565b915050613bf6565b50505b505093509350939050565b6000613c9c616e7360f01b7dffffffffffffffffffffffffffff0000000000000000000000000000000085161783613eca565b80611d3d5750611d3d8383613eca565b6060838383604051602001613cc393929190614866565b60405160208183030381529060405290509392505050565b8215613d625760208310613d0557602083048401935060208381613d0157613d016146fe565b0692505b8215613d62576020839003600081841015613d285750600019600884021c613d32565b50600019600882021c5b8554600886021b818451168219821617845250818411613d535750506108df565b50600194909401939182900391015b5b60208210613d845783548152600190930192601f1990910190602001613d63565b81156108df576000600019600884021c8251865482191691161782525050505050565b600064ffffffffff821115613deb576040517f476705880000000000000000000000000000000000000000000000000000000081526004810183905260240161039b565b8366ffffffffffffff811660ff851660280260380182901c64ffffffffff16808510613e1d5780850382019150613e25565b848103820391505b5064ffffffffff6038602860ff8816020181811b197fffffffffffffffffffffffffffffffffffffffffffffffffff000000000000009490941690921792909216918416901b1790509392505050565b6040805160208101849052908101829052600090606001612bc7565b606081600003613eb05750604080516020810190915260008152611d3d565b6000613ebc8585612bb2565b9050611d18816000856135b2565b604080516002808252606082018352600092839291906020830190803683370190505090508381600081518110613f0357613f036143aa565b602002602001018181525050826001600160a01b031660001b81600181518110613f2f57613f2f6143aa565b60209081029190910101526000613f6f7f7462776f726c640000000000000000005265736f7572636541636365737300008383630101000160d81b611ceb565b9050611d188160f81c90565b80356001600160e01b0319811681146128e157600080fd5b600060208284031215613fa557600080fd5b611d3d82613f7b565b6001600160a01b038116811461079857600080fd5b634e487b7160e01b600052604160045260246000fd5b600082601f830112613fea57600080fd5b813567ffffffffffffffff8082111561400557614005613fc3565b604051601f8301601f19908116603f0116810190828211818310171561402d5761402d613fc3565b8160405283815286602085880101111561404657600080fd5b836020870160208301376000602085830101528094505050505092915050565b60008060006060848603121561407b57600080fd5b833561408681613fae565b925060208401359150604084013567ffffffffffffffff8111156140a957600080fd5b6140b586828701613fd9565b9150509250925092565b600080604083850312156140d257600080fd5b82359150602083013567ffffffffffffffff8111156140f057600080fd5b6140fc85828601613fd9565b9150509250929050565b60008060006060848603121561411b57600080fd5b83359250602084013561412d81613fae565b91506040840135801515811461414257600080fd5b809150509250925092565b60008060006060848603121561416257600080fd5b83359250602084013567ffffffffffffffff81111561418057600080fd5b61418c86828701613fd9565b92505061419b60408501613f7b565b90509250925092565b600080604083850312156141b757600080fd5b8235915060208301356141c981613fae565b809150509250929050565b6000602082840312156141e657600080fd5b5035919050565b60008060006060848603121561420257600080fd5b8335925060208401359150604084013567ffffffffffffffff8111156140a957600080fd5b60006020828403121561423957600080fd5b8135611d3d81613fae565b60008060006060848603121561425957600080fd5b83359250602084013561426b81613fae565b9150604084013560ff8116811461414257600080fd5b60005b8381101561429c578181015183820152602001614284565b50506000910152565b600081518084526142bd816020860160208601614281565b601f01601f19169290920160200192915050565b7fffff00000000000000000000000000000000000000000000000000000000000084168152826020820152606060408201526000611d1860608301846142a5565b60008351614324818460208801614281565b7f5f5f000000000000000000000000000000000000000000000000000000000000908301908152835161435e816002840160208801614281565b01600201949350505050565b828152604060208201526000610efe60408301846142a5565b805160208083015191908110156143a4576000198160200360031b1b821691505b50919050565b634e487b7160e01b600052603260045260246000fd5b7fffff0000000000000000000000000000000000000000000000000000000000008416815260007f3a000000000000000000000000000000000000000000000000000000000000008060028401528451614421816003860160208901614281565b808401905081600382015284519150614441826004830160208801614281565b0160040195945050505050565b60408152600061446160408301856142a5565b90506001600160a01b03831660208301529392505050565b634e487b7160e01b600052601160045260246000fd5b8082018082111561028e5761028e614479565b8181038181111561028e5761028e614479565b6001600160a01b0384168152826020820152606060408201526000611d1860608301846142a5565b60008151808452602080850194506020840160005b8381101561450e578151875295820195908201906001016144f2565b509495945050505050565b60808152600061452c60808301876144dd565b828103602084015261453e81876142a5565b90508460408401528281036060840152612d4781856142a5565b86815260c06020820152600061457160c08301886144dd565b828103604084015261458381886142a5565b9050856060840152828103608084015261459d81866142a5565b9150508260a0830152979650505050505050565b600082516145c3818460208701614281565b9190910192915050565b602081526000611d3d60208301846144dd565b8381526060602082015260006145f960608301856144dd565b9050826040830152949350505050565b828152604060208201526000610efe60408301846144dd565b84815260806020820152600061463b60808301866144dd565b60ff851660408401528281036060840152612d4781856142a5565b60608152600061466960608301866144dd565b65ffffffffffff851660208401528281036040840152610c8d81856142a5565b8481526080602082015260006146a260808301866144dd565b65ffffffffffff851660408401528281036060840152612d4781856142a5565b8281526000602080830184516020860160005b828110156146f1578151845292840192908401906001016146d5565b5091979650505050505050565b634e487b7160e01b600052601260045260246000fd5b808202811582820484141761028e5761028e614479565b60008261474857634e487b7160e01b600052601260045260246000fd5b500490565b60608152600061476060608301866142a5565b60208301949094525060400152919050565b64ffffffffff81811683821601908082111561479057614790614479565b5092915050565b87815260e0602082015260006147b060e08301896144dd565b60ff8816604084015264ffffffffff87811660608501528616608084015260a0830185905282810360c08401526147e781856142a5565b9a9950505050505050505050565b60a08152600061480860a08301886144dd565b65ffffffffffff8716602084015264ffffffffff86166040840152846060840152828103608084015261483b81856142a5565b98975050505050505050565b600060ff821660ff810361485d5761485d614479565b60010192915050565b60008451614878818460208901614281565b60609490941b6bffffffffffffffffffffffff19169190930190815260148101919091526034019291505056fea164736f6c6343000818000a","sourceMap":"2180:12845:90:-:0;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;2265:198:58;;;;;;:::i;:::-;;:::i;:::-;;;592:14:207;;585:22;567:41;;555:2;540:18;2265:198:58;;;;;;;;1196:113;;;:::i;:::-;;;-1:-1:-1;;;;;783:55:207;;;765:74;;753:2;738:18;1196:113:58;619:226:207;11570:932:90;;;;;;:::i;:::-;;:::i;:::-;;8331:1508;;;;;;:::i;:::-;;:::i;:::-;;;-1:-1:-1;;;;;;3126:79:207;;;3108:98;;3096:2;3081:18;8331:1508:90;2964:248:207;5760:2236:90;;;;;;:::i;:::-;;:::i;1550:110:58:-;;;-1:-1:-1;;3551:14:58;3547:25;3534:39;3899:25:207;;3887:2;3872:18;1550:110:58;3753:177:207;10243:997:90;;;;;;:::i;:::-;;:::i;4696:386::-;;;;;;:::i;:::-;;:::i;14557:466::-;;;;;;:::i;:::-;;:::i;2490:736::-;;;;;;:::i;:::-;;:::i;13228:1145::-;;;;;;:::i;:::-;;:::i;12687:223::-;;;;;;:::i;:::-;;:::i;3530:936::-;;;;;;:::i;:::-;;:::i;1876:98:58:-;;;:::i;2265:198::-;2341:4;-1:-1:-1;;;;;;2360:54:58;;2375:39;2360:54;;:98;;-1:-1:-1;;;;;;;2418:40:58;;2433:25;2418:40;2360:98;2353:105;2265:198;-1:-1:-1;;2265:198:58:o;1196:113::-;1239:14;1268:36;:34;:36::i;:::-;1261:43;;1196:113;:::o;11570:932:90:-;995:20:82;:18;:20::i;:::-;11775:141:90::1;11821:12;:10;:12::i;:::-;11852:9;11890:19;11775:26;:141::i;:::-;11966:41;11987:19;11966:20;:41::i;:::-;11962:536;;;12111:25;12139:39;12158:19;12139:18;:39::i;:::-;12111:67;;12186:73;12203:17;12222:36;12186:16;:73::i;:::-;12330:161;12381:12;:10;:12::i;:::-;12413:19;12452:12;12481:1;12330:32;:161::i;:::-;;12009:489;11962:536;11570:932:::0;;;:::o;8331:1508::-;8470:28;995:20:82;:18;:20::i;:::-;-1:-1:-1;;;8577:8:90;:37;::::1;;8573:138;;-1:-1:-1::0;;;8674:8:90::1;8684:19;:8;:17;:19::i;:::-;8631:73;;;;;;;;;;;;;:::i;:::-;;;;;;;;8573:138;8754:40;8785:8;8754:30;:40::i;:::-;8848:50;8875:8;8885:12;:10;:12::i;:::-;8848:26;:50::i;:::-;8945:29;8977:59;9012:23;:8;385:5:16::0;2502:44:59;;2404:148;9012:23:90::1;-1:-1:-1::0;;8977:59:90::1;:34;:59::i;:::-;8945:91;;9042:35;9097:15;9120:23;9080:64;;;;;;;;;:::i;:::-;;;;;;;;;;;;;9042:102;;9191:22;9181:33;;;;;;9150:65;;9281:27;9311:53;9342:21;9311:30;:53::i;:::-;9281:83:::0;-1:-1:-1;9375:40:90;;9371:111:::1;;9424:58;::::0;::::1;::::0;;-1:-1:-1;;;;;;3126:79:207;;9424:58:90::1;::::0;::::1;3108:98:207::0;3081:18;;9424:58:90::1;2964:248:207::0;9371:111:90::1;9566:41:::0;;::::1;::::0;::::1;::::0;9614:79:::1;9637:21:::0;9660:8;9566:41;9614:22:::1;:79::i;:::-;9756:78;9780:21;9810:22;9756:23;:78::i;:::-;8500:1339;;;;8331:1508:::0;;;;:::o;5760:2236::-;995:20:82;:18;:20::i;:::-;-1:-1:-1;;;5948:8:90;:37;::::1;;5944:138;;-1:-1:-1::0;;;6045:8:90::1;6055:19;:8;:17;:19::i;5944:138::-;578:36:59::0;2820:46;;-1:-1:-1;;;2819:74:59;6191:43:90::1;2819:74:59::0;6191:30:90::1;:43::i;:::-;6288:53;6315:11;6328:12;:10;:12::i;6288:53::-;6432:74;6457:6;6466:39;6432:16;:74::i;:::-;6599:9;6577:18;:8:::0;:16:::1;:18::i;:::-;-1:-1:-1::0;;6577:31:90::1;::::0;6573:98:::1;;6641:8;6651:19;:8;:17;:19::i;:::-;6617:54;;;;;;;;;;;;:::i;6573:98::-;6755:27;6785:36;6813:6;6785:19;:36::i;:::-;6755:66:::0;-1:-1:-1;6838:40:90;;;::::1;::::0;:110:::1;;;6939:8;6900:16;6882:66;;6838:110;6827:192;;;6970:42;::::0;::::1;::::0;;-1:-1:-1;;;;;783:55:207;;6970:42:90::1;::::0;::::1;765:74:207::0;738:18;;6970:42:90::1;619:226:207::0;6827:192:90::1;7083:22;7108:28;7127:8;7108:18;:28::i;:::-;7083:53:::0;-1:-1:-1;;;;;;7216:28:90;::::1;::::0;7212:411:::1;;7315:44;7344:14;7315:28;:44::i;:::-;7430:57;7459:11;7472:14;7430:28;:57::i;:::-;7212:411;;;7578:38;7601:8;7611:4;7578:22;:38::i;:::-;7710:53;7723:8;7741:6;7750:12;7710;:53::i;:::-;7835:46;7863:6;7872:8;7835:19;:46::i;:::-;7936:55;7956:11;7977:6;7986:4;7936:19;:55::i;:::-;5871:2125;;;5760:2236:::0;;;:::o;10243:997::-;10420:28;995:20:82;:18;:20::i;:::-;625:63:80::1;::::0;;-1:-1:-1;;;625:63:80::1;::::0;::::1;8547:92:207::0;662:14:80::1;8655:11:207::0;;;8648:100;;;8764:12;;;8757:101;10508:59:90::1;::::0;8874:12:207;625:63:80::1;;;;;;;;;;;;617:72;;;:::i;:::-;10554:12:90;:10;:12::i;10508:59::-;-1:-1:-1::0;10670:40:90;;::::1;::::0;::::1;::::0;10777:27:::1;10807:53;10670:40:::0;10807:30:::1;:53::i;:::-;10777:83:::0;-1:-1:-1;10871:40:90;;10867:111:::1;;10920:58;::::0;::::1;::::0;;-1:-1:-1;;;;;;3126:79:207;;10920:58:90::1;::::0;::::1;3108:98:207::0;3081:18;;10920:58:90::1;2964:248:207::0;10867:111:90::1;11023:79;11046:21;11069:8;11079:22;11023;:79::i;:::-;11165:70;11189:21;11212:22;11165:23;:70::i;:::-;10450:790;10243:997:::0;;;;;:::o;4696:386::-;995:20:82;:18;:20::i;:::-;4853:50:90::1;4880:8;4890:12;:10;:12::i;4853:50::-;4998:79;1266:66:76;5046:8:90::0;5064:11;4998:27:::1;:79::i;:::-;4696:386:::0;;:::o;14557:466::-;995:20:82;:18;:20::i;:::-;14698:29:90::1;14715:11;14698:16;:29::i;:::-;14772:43;14803:11;14772:30;:43::i;:::-;14869:53;14896:11;14909:12;:10;:12::i;14869:53::-;14966:52;15006:11;14966:39;:52::i;:::-;14557:466:::0;:::o;2490:736::-;995:20:82;:18;:20::i;:::-;2627:29:90::1;2644:11;2627:16;:29::i;:::-;2721:34;2743:11;2721:21;:34::i;:::-;2808:35;2831:11;2808:22;:35::i;:::-;2804:127;;;2888:11;2901:22;:11;:20;:22::i;:::-;2860:64;;;;;;;;;;;;:::i;2804:127::-;2975:41;2998:11;3011:4;2975:22;:41::i;:::-;3069:46;3089:11;3102:12;:10;:12::i;:::-;3069:19;:46::i;:::-;3169:52;3189:11;3202:12;:10;:12::i;:::-;3216:4;3169:19;:52::i;13228:1145::-:0;995:20:82;:18;:20::i;:::-;13442:29:90::1;13459:11;13442:16;:29::i;:::-;13533:41;13554:19;13533:20;:41::i;:::-;13528:107;;13591:37;;;;;;;;;;;;;;13528:107;13688:53;13715:11;13728:12;:10;:12::i;13688:53::-;13840:25;13868:39;13887:19;13868:18;:39::i;:::-;13840:67;;13913:73;13930:17;13949:36;13913:16;:73::i;:::-;14032:65;14064:11;14077:19;14032:31;:65::i;:::-;14168:19:::0;;:23;14164:205:::1;;14201:161;14252:12;:10;:12::i;14164:205::-;13388:985;13228:1145:::0;;;:::o;12687:223::-;995:20:82;:18;:20::i;:::-;12820:85:90::1;12868:12;:10;:12::i;:::-;12893:9;12820:34;:85::i;3530:936::-:0;995:20:82;:18;:20::i;:::-;-1:-1:-1;;;3755:8:90;:37;::::1;;3751:138;;-1:-1:-1::0;;;3852:8:90::1;3862:19;:8;:17;:19::i;3751:138::-;3970:69;3995:11;4009:29;3970:16;:69::i;:::-;4081:40;4112:8;4081:30;:40::i;:::-;4175:57;-1:-1:-1::0;;;578:36:59;2820:46;;2819:74;4175:30:90::1;:57::i;:::-;4282:50;4309:8;4319:12;:10;:12::i;4282:50::-;4364:97;4381:8:::0;-1:-1:-1;;987:20:4;;;;979:29;1011:30;;;;;;979:62;4364:16:90::1;:97::i;1876:98:58:-:0;1915:7;1937:32;:30;:32::i;2743:383::-;3029:34;3033:14;3029:34;3016:48;3010:4;3006:59;;3076:45;;-1:-1:-1;3111:10:58;3076:45;2743:383;:::o;1113:189:82:-;-1:-1:-1;;;;;1199:6:82;1182:23;1190:4;1182:23;1171:127;;1266:25;;;;;;;;;;;;;;1171:127;1113:189::o;6930:426:79:-;7058:16;;;7072:1;7058:16;;;;;;;;7029:26;;7058:16;;;;;;;;;;-1:-1:-1;7058:16:79;7029:45;;7119:9;-1:-1:-1;;;;;7103:27:79;7095:36;;7080:9;7090:1;7080:12;;;;;;;;:::i;:::-;;;;;;:51;;;;;7176:9;-1:-1:-1;;;;;7160:27:79;7152:36;;7137:9;7147:1;7137:12;;;;;;;;:::i;:::-;;;;;;:51;;;;;7195:156;1271:66;1255:83;;7243:9;7260:1;7304:19;7269:56;;;;;;9577:19:207;;9621:2;9612:12;;9448:182;7269:56:79;;;;-1:-1:-1;;7269:56:79;;;;;;;;;-1:-1:-1;;;7195:24:79;: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;3835:307:78:-;3950:16;;;3964:1;3950:16;;;;;;;;;3899:14;;;;3950:16;;;;;;;;;;;;-1:-1:-1;3950:16:78;3921:45;;4005:8;3972:9;3982:1;3972:12;;;;;;;;:::i;:::-;;;;;;;;;;:42;4021:13;4037:62;1262:66;4072:9;4021:13;1435:66;4037:24;:62::i;:::-;4113:23;;;3835:307;-1:-1:-1;;;;3835:307:78:o;879:238:92:-;964:61;996:15;1013:11;964:31;:61::i;:::-;959:156;;1040:70;;;;;-1:-1:-1;;;;;9825:55:207;;1040:70:92;;;9807:74:207;-1:-1:-1;;;;;;9917:79:207;;9897:18;;;9890:107;9780:18;;1040:70:92;9635:368:207;5192:401:55;5336:17;5362:12;5376:23;5403:115;5433:6;5477:8;5503;5454:5;5403:13;:115::i;:::-;5361:157;;;;5529:7;5524:41;;5538:27;5554:10;5538:15;:27::i;:::-;5578:10;5192:401;-1:-1:-1;;;;;;5192:401:55:o;3351:592:59:-;3415:13;3485:10;385:5:16;2502:44:59;;;3436:19;3583;3485:10;3583:7;:19::i;:::-;3560:42;-1:-1:-1;3665:12:59;-1:-1:-1;;3704:35:59;;;:102;;3753:53;-1:-1:-1;;3753:53:59;;:34;:53::i;:::-;3704:102;;;;;;;;;;;;;;;;;;;;;-1:-1:-1;;3833:25:59;;;:87;;3872:48;3907:12;3872:34;:48::i;:::-;3833:87;;;;;;;;;;;;;;;;;;;;;3637:293;;;;;;;;;;:::i;:::-;;;;;;;;;;;;;3608:330;;;;;3351:592;;;:::o;2536:206:42:-;2610:34;2633:10;2610:22;:34::i;:::-;2605:133;;2697:10;2709:21;:10;:19;:21::i;:::-;2661:70;;;;;;;;;;;;:::i;2074:233::-;-1:-1:-1;;;;;2159:58:42;;:48;-1:-1:-1;;;578:36:59;2820:46;;2819:74;2159:19:42;:48::i;:::-;-1:-1:-1;;;;;2159:58:42;;2155:148;;2266:21;:10;:19;:21::i;:::-;2289:6;2234:62;;;;;;;;;;;;:::i;1796:322:59:-;1866:13;1887:14;1907:80;1923:2;1914:6;:11;1907:80;;;-1:-1:-1;;1941:34:59;;3152:1:2;3148:13;;3144:24;1941:39:59;;1937:50;1982:5;1937:50;1927:8;;1907:80;;;2023:30;;;-1:-1:-1;;11424:79:207;;2023:30:59;;;11412:92:207;2023:30:59;;11520:12:207;;;;2023:30:59;;;809:21:2;;;2023:30:59;2073:39;2059:54;1796:322;-1:-1:-1;;;;1796:322:59:o;3904::69:-;4030:16;;;4044:1;4030:16;;;;;;;;;3974:19;;;;4030:16;;;;;;;;;;;;-1:-1:-1;4030:16:69;4001:45;;4075:16;4067:25;;;4052:9;4062:1;4052:12;;;;;;;;:::i;:::-;;;;;;;;;;:40;4099:13;4115:62;1271:66;4150:9;4099:13;1454:66;4115:24;:62::i;8009:454::-;8115:24;8142:46;8155:8;8165:22;8142:12;:46::i;:::-;8291:16;;;8305:1;8291:16;;;;;;;;;8115:73;;-1:-1:-1;8195:29:69;;8230:25;;8195:29;;8291:16;;;;;;;;;;;;-1:-1:-1;8291:16:69;8262:45;;8336:16;8328:25;;;8313:9;8323:1;8313:12;;;;;;;;:::i;:::-;;;;;;;;;;:40;8360:98;1271:66;8390:9;8401:11;8414:15;8431:12;1454:66;8360:19;:98::i;:::-;8109:354;;;;8009:454;;;:::o;3924:455:70:-;4011:24;4041:29;4073:32;4087:17;4073:13;:32::i;:::-;4041:64;;4111:25;4139:32;4153:17;4139:13;:32::i;:::-;4207:16;;;4221:1;4207:16;;;;;;;;;4111:60;;-1:-1:-1;4178:26:70;;4207:16;;;;;;;;;;;;-1:-1:-1;4207:16:70;4178:45;;4252:16;4244:25;;;4229:9;4239:1;4229:12;;;;;;;;:::i;:::-;;;;;;;;;;:40;4276:98;1191:66;4306:9;4317:11;4330:15;4347:12;1375:66;4276:19;:98::i;3030:160:59:-;3093:7;3157:26;438:6;385:5:16;3157:26:59;:::i;:::-;3123:61;;;;;3030:160;-1:-1:-1;3030:160:59:o;4520:313:77:-;4629:16;;;4643:1;4629:16;;;;;;;;;4573:19;;;;4629:16;;;;;;;;;;;;-1:-1:-1;4629:16:77;4600:45;;4690:6;-1:-1:-1;;;;;4674:24:77;4666:33;;4651:9;4661:1;4651:12;;;;;;;;:::i;:::-;;;;;;;;;;:48;4706:13;4722:62;1269:66;4757:9;4706:13;-1:-1:-1;;;4722:24:77;:62::i;6498:222::-;6581:16;;;6595:1;6581:16;;;;;;;;;6552:26;;6581:16;;;;;;;;;;;-1:-1:-1;6581:16:77;6552:45;;6642:6;-1:-1:-1;;;;;6626:24:77;6618:33;;6603:9;6613:1;6603:12;;;;;;;;:::i;:::-;;;;;;;;;;:48;6658:57;1269:66;6691:9;-1:-1:-1;;;6658:22:77;:57::i;7058:295:75:-;7164:16;;;7178:1;7164:16;;;;;;;;7135:26;;7164:16;;;;;;;;;;-1:-1:-1;7164:16:75;7135:45;;7219:10;7186:9;7196:1;7186:12;;;;;;;;:::i;:::-;;;;;;:44;;;;;7275:6;-1:-1:-1;;;;;7259:24:75;7251:33;;7236:9;7246:1;7236:12;;;;;;;;:::i;:::-;;;;;;;;;;:48;7291:57;1269:66;7324:9;-1:-1:-1;;;7291:22:75;:57::i;4952:268:27:-;5052:16;;;5066:1;5052:16;;;;;;;;;5023:26;;5052:16;;;;;;;;;;;-1:-1:-1;5052:16:27;5023:45;;5107:10;5074:9;5084:1;5074:12;;;;;;;;:::i;:::-;;;;;;:44;;;;;5125:90;1076:66;1060:83;;5160:9;5171:1;5192:6;5174:26;;;;;;12013:14:207;12006:22;12001:3;11997:32;11985:45;;12055:1;12046:11;;11862:201;5174:26:27;;;;-1:-1:-1;;5174:26:27;;;;;;;;;-1:-1:-1;;;5125:24:27;:90::i;7672:423:78:-;7757:24;7784:34;7797:6;7805:12;7784;:34::i;:::-;7921:16;;;7935:1;7921:16;;;;;;;;;7757:61;;-1:-1:-1;7825:29:78;;7860:25;;7825:29;;7921:16;;;;;;;;;;;;-1:-1:-1;7921:16:78;7892:45;;7976:8;7943:9;7953:1;7943:12;;;;;;;;:::i;:::-;;;;;;;;;;:42;7992:98;1262:66;8022:9;8033:11;8046:15;8063:12;1435:66;7992:19;:98::i;5881:286:77:-;5976:16;;;5990:1;5976:16;;;;;;;;;5947:26;;5976:16;;;;;;;;;;;-1:-1:-1;5976:16:77;5947:45;;6037:6;-1:-1:-1;;;;;6021:24:77;6013:33;;5998:9;6008:1;5998:12;;;;;;;;:::i;:::-;;;;;;:48;;;;;6053:109;1269:66;1253:83;;6088:9;6099:1;6137:8;6102:45;;;;;;9577:19:207;;9621:2;9612:12;;9448:182;6322:332:75;6432:16;;;6446:1;6432:16;;;;;;;;6403:26;;6432:16;;;;;;;;;;-1:-1:-1;6432:16:75;6403:45;;6487:10;6454:9;6464:1;6454:12;;;;;;;;:::i;:::-;;;;;;:44;;;;;6543:6;-1:-1:-1;;;;;6527:24:75;6519:33;;6504:9;6514:1;6504:12;;;;;;;;:::i;:::-;;;;;;:48;;;;;6559:90;1269:66;1253:83;;6594:9;6605:1;6626:6;6608:26;;;;;;12013:14:207;12006:22;12001:3;11997:32;11985:45;;12055:1;12046:11;;11862:201;1408:1069:4;1551:29;1583:42;1594:11;1607:17;1583:10;:42::i;:::-;1551:74;;1743:25;1785:12;:19;1771:34;;;;;;;;:::i;:::-;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;-1:-1:-1;1771:34:4;;1743:62;;1853:21;1903:25;1898:312;1950:12;:19;1930:17;:39;1898:312;;;2073:19;-1:-1:-1;;;;;2006:87:4;:55;2016:12;2029:17;2016:31;;;;;;;;:::i;:::-;;;;;;;2006:53;;;3404:35;;;3274:170;2006:55;-1:-1:-1;;;;;2006:87:4;;2002:200;;2133:12;2146:17;2133:31;;;;;;;;:::i;:::-;;;;;;;2107:8;2116:13;2107:23;;;;;;;;:::i;:::-;:57;;;;:23;;;;;;;;;;;:57;2176:15;;;;;2002:200;1971:19;;1898:312;;;;2363:13;2353:8;2346:31;2420:52;2431:11;2444:17;2463:8;2420:10;:52::i;521:401:93:-;-1:-1:-1;;;578:36:59;2820:46;;2819:74;746:10:93;728:79;724:196;;-1:-1:-1;;;881:10:93;893:21;:10;:19;:21::i;6718:214:73:-;6808:16;;;6822:1;6808:16;;;;;;;;;6779:26;;6808:16;;;;;;;;;;;-1:-1:-1;6808:16:73;6779:45;;6863:11;6830:9;6840:1;6830:12;;;;;;;;:::i;:::-;;;;;;;;;;:45;6882;1271:66;6917:9;6882:24;:45::i;573:770:94:-;701:17;721:25;:10;385:5:16;2502:44:59;;2404:148;721:25:94;701:45;-1:-1:-1;750:30:94;783:45;-1:-1:-1;;783:45:94;;:34;:45::i;:::-;865:30;;750:78;;-1:-1:-1;904:26:94;;900:441;;942:65;961:16;980:26;1005:1;980:22;:26;:::i;:::-;2636:27:2;2650:4;2636:27;2630:34;;2509:165;942:65:94;:72;;;;938:146;;1031:46;;;;;-1:-1:-1;;12365:79:207;;1031:46:94;;;12347:98:207;12320:18;;1031:46:94;12201:250:207;938:146:94;1095:9;1090:247;1110:26;1135:1;1110:22;:26;:::i;:::-;1106:1;:30;1090:247;;;2650:4:2;2636:27;;;;2630:34;1155:47:94;;;;;:102;;;;-1:-1:-1;1206:44:94;1225:16;1244:5;:1;1248;1244:5;:::i;1206:44::-;:51;;;;;1155:102;1151:180;;;1276:46;;;;;-1:-1:-1;;12365:79:207;;1276:46:94;;;12347:98:207;12320:18;;1276:46:94;12201:250:207;1151:180:94;1138:3;;1090:247;;3588:314:27;3702:16;;;3716:1;3702:16;;;;;;;;;3654:11;;;;3702:16;;;;;;;;;;;;-1:-1:-1;3702:16:27;3673:45;;3757:10;3724:9;3734:1;3724:12;;;;;;;;:::i;:::-;;;;;;;;;;:44;3775:13;3791:62;1076:66;3826:9;3775:13;-1:-1:-1;;;3791:24:27;:62::i;:::-;3775:78;;3867:29;3888:5;3875:20;;1452:10:16;1343:126;5756:265:74;5853:16;;;5867:1;5853:16;;;;;;;;;5824:26;;5853:16;;;;;;;;;;;-1:-1:-1;5853:16:74;5824:45;;5908:11;5875:9;5885:1;5875:12;;;;;;;;:::i;:::-;;;;;;:45;;;;;5927:89;1269:66;1253:83;;5962:9;5973:1;5994:5;5976:25;;;;;;;12605:2:207;12601:15;;;;-1:-1:-1;;12597:88:207;12585:101;;12711:2;12702:12;;12456:264;5976:25:74;;;;-1:-1:-1;;5976:25:74;;;;;;;;;1449:66;5927:24;:89::i;6308:349:73:-;6422:16;;;6436:1;6422:16;;;;;;;;;6393:26;;6422:16;;;;;;;;;;;-1:-1:-1;6422:16:73;6393:45;;6477:11;6444:9;6454:1;6444:12;;;;;;;;:::i;:::-;;;;;;:45;;;;;6496:156;1271:66;1255:83;;6544:9;6561:1;6605:19;6570:56;;;;;;9577:19:207;;9621:2;9612:12;;9448:182;7417:291:79;7521:16;;;7535:1;7521:16;;;;;;;;7492:26;;7521:16;;;;;;;;;;-1:-1:-1;7521:16:79;7492:45;;7582:9;-1:-1:-1;;;;;7566:27:79;7558:36;;7543:9;7553:1;7543:12;;;;;;;;:::i;:::-;;;;;;:51;;;;;7639:9;-1:-1:-1;;;;;7623:27:79;7615:36;;7600:9;7610:1;7600:12;;;;;;;;:::i;:::-;;;;;;;;;;:51;7658:45;1271:66;7693:9;7658:24;:45::i;10311:257:76:-;10408:16;;;10422:1;10408:16;;;;;;;;;10379:26;;10408:16;;;;;;;;;;;-1:-1:-1;10408:16:76;10379:45;;10463:8;10430:9;10440:1;10430:12;;;;;;;;:::i;:::-;;;;;;:42;;;;;10479:84;1266:66;1250:83;;10520:9;10531:1;10552:8;10534:28;;;;;;;12878:66:207;12866:79;;;;12854:92;;12971:2;12962:12;;12725:255;10534:28:76;;;;;;;;;;;;;10479:30;:84::i;3799:97:58:-;3840:7;3862:29;:27;:29::i;24989:355:20:-;25161:178;25195:7;25220:8;25250:63;25289:11;25302:10;25250:38;:63::i;:::-;25328:4;25161:16;:178::i;1063:181:43:-;764:71:80;;;-1:-1:-1;;;764:71:80;;;8547:92:207;1139:4:43;8655:11:207;;;8648:100;;;814:20:80;8764:12:207;;;8757:101;1139:4:43;8874:12:207;764:71:80;;;;;;;;;;;;756:80;;;:::i;:::-;1158:81:43;;;;1063:181;-1:-1:-1;1063:181:43:o;38022:541:20:-;38179:7;38316:242;38360:59;38401:7;38410:8;38360:40;:59::i;:::-;38437:31;;;;4479:19:3;:27;537:1:30;4478:44:3;4444:79;;;4431:93;38486:63:20;38525:11;38538:10;38486:38;:63::i;:::-;38316:17;:242::i;:::-;38303:255;38022:541;-1:-1:-1;;;;;38022:541:20:o;1313:272:45:-;1400:4;1499:23;1514:7;1499:14;:23::i;:::-;:81;;;;;1526:54;1559:7;1568:11;1526:32;:54::i;:::-;1492:88;1313:272;-1:-1:-1;;;1313:272:45:o;3716:1003:55:-;3852:12;3866:17;3915:22;3940:26;3957:8;3940:16;:26::i;:::-;3915:51;;4043:9;4038:228;4058:5;:12;4054:1;:16;4038:228;;;4085:9;4107:5;4113:1;4107:8;;;;;;;;:::i;:::-;;;;;;;4085:31;;4128:34;392:6:96;4128:4:55;:14;;;;;:34;;;;:::i;:::-;4124:136;;;4174:77;;;;;3404:35:4;;;;;4174:49:55;;:77;;4224:6;;4232:8;;4242;;4174:77;;;:::i;:::-;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;4124:136;-1:-1:-1;4072:3:55;;4038:228;;;;4341:78;4356:6;4371:5;4388:8;4408;4341:4;:78::i;:::-;4323:96;;-1:-1:-1;4323:96:55;-1:-1:-1;4494:9:55;4489:226;4509:5;:12;4505:1;:16;4489:226;;;4536:9;4558:5;4564:1;4558:8;;;;;;;;:::i;:::-;;;;;;;4536:31;;4579:33;520:6:96;4579:4:55;:14;;;;;:33;;;;:::i;:::-;4575:134;;;4624:76;;;;;3404:35:4;;;;;4624:48:55;;:76;;4673:6;;4681:8;;4691;;4624:76;;;:::i;:::-;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;4575:134;-1:-1:-1;4523:3:55;;4489:226;;;;3885:834;3716:1003;;;;;;;:::o;501:217:95:-;704:6;698:13;691:4;683:6;679:17;672:40;4483:306:74;4594:16;;;4608:1;4594:16;;;;;;;;;4544:13;;;;4594:16;;;;;;;;;;;;-1:-1:-1;4594:16:74;4565:45;;4649:11;4616:9;4626:1;4616:12;;;;;;;;:::i;:::-;;;;;;;;;;:45;4668:13;4684:62;1269:66;4719:9;4668:13;1449:66;4684:24;:62::i;9915:179:69:-;10012:12;10056:8;10066:22;10039:50;;;;;;;;13616:19:207;;;-1:-1:-1;;;;;;13665:79:207;13660:2;13651:12;;13644:101;13770:2;13761:12;;13430:349;10039:50:69;;;;;;;;;;;;;10032:57;;9915:179;;;;:::o;15127:3138:20:-;15421:23;15400:7;:44;;;15396:198;;15514:7;15498:75;15523:8;15533:10;15545:14;15561:11;15498:75;;;;;;;;;:::i;:::-;;;;;;;;15581:7;;15396:198;15732:22;15757:24;15773:7;15757:15;:24::i;:::-;15732:49;;15792:9;15787:340;15807:5;:12;15803:1;:16;15787:340;;;15834:9;15856:5;15862:1;15856:8;;;;;;;;:::i;:::-;;;;;;;15834:31;;15877:33;343:6:32;15877:4:20;:14;;;;;:33;;;;:::i;:::-;15873:248;;;15922:190;;;;;3404:35:4;;;;;15922:47:20;;:190;;15981:7;;16000:8;;16020:10;;16042:14;;16068:11;;16091;;15922:190;;;:::i;:::-;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;15873:248;-1:-1:-1;15821:3:20;;15787:340;;;;16191:7;16175:75;16200:8;16210:10;16222:14;16238:11;16175:75;;;;;;;;;:::i;:::-;;;;;;;;16314:26;16343:59;16384:7;16393:8;16343:40;:59::i;:::-;16314:88;-1:-1:-1;16408:21:20;828:4:14;818:15;;16408:54:20;;16468:149;16506:18;16540:1;16557:10;:17;16597:13;16468;:149::i;:::-;16717:1;16684:30;:11;:28;:30::i;:::-;:34;16680:1174;;;16803:33;16839:66;16887:7;16896:8;16839:47;:66::i;:::-;629:28:19;;;16803:102:20;-1:-1:-1;828:4:14;818:15;;17079:47:20;;17235:27;17270:25;17308:7;17303:545;17321:30;:11;:28;:30::i;:::-;17317:1;:34;;;17303:545;;;17387:63;17429:7;17438:8;17448:1;17387:41;:63::i;:::-;17365:85;-1:-1:-1;17480:25:20;:14;17503:1;6801:16:15;;922;6801;834;6790:27;6750:68;6728:92;;;6613:218;17480:25:20;17460:45;;17515:170;17557:19;17596:1;17617:17;17661:13;17515;:170::i;:::-;17695:34;17712:17;17695:34;;:::i;:::-;;-1:-1:-1;17826:3:20;;17303:545;;;;16720:1134;;;16680:1174;17928:9;17923:338;17943:5;:12;17939:1;:16;17923:338;;;17970:9;17992:5;17998:1;17992:8;;;;;;;;:::i;:::-;;;;;;;17970:31;;18013:32;437:6:32;18013:4:20;:14;;;;;:32;;;;:::i;:::-;18009:246;;;18057:189;;;;;3404:35:4;;;;;18057:46:20;;:189;;18115:7;;18134:8;;18154:10;;18176:14;;18202:11;;18225;;18057:189;;;:::i;:::-;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;18009:246;-1:-1:-1;17957:3:20;;17923:338;;;;15336:2929;;;15127:3138;;;;;;:::o;6018:304:70:-;6097:29;6257:54;6285:17;6279:31;834:16:15;1854:39;;;1836:58;;1697:263;6487:155:70;6566:12;6617:17;6593:44;;;;;;;;:::i;:::-;;;;;;;;;;;;;6586:51;;6487:155;;;:::o;28177:1778:20:-;28365:23;28344:7;:44;;;28340:160;;28461:7;28442:37;28470:8;28442:37;;;;;;:::i;:::-;;;;;;;;28177:1778;;;:::o;28340:160::-;28641:22;28666:24;28682:7;28666:15;:24::i;:::-;28641:49;;28701:9;28696:235;28716:5;:12;28712:1;:16;28696:235;;;28743:9;28765:5;28771:1;28765:8;;;;;;;;:::i;:::-;;;;;;;28743:31;;28786:36;983:6:32;28786:4:20;:14;;;;;:36;;;;:::i;:::-;28782:143;;;28834:82;;;;;3404:35:4;;;;;28834:50:20;;:82;;28885:7;;28894:8;;28904:11;;28834:82;;;:::i;:::-;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;28782:143;-1:-1:-1;28730:3:20;;28696:235;;;;28998:7;28979:37;29007:8;28979:37;;;;;;:::i;:::-;;;;;;;;29049:26;29078:59;29119:7;29128:8;29078:40;:59::i;:::-;29049:88;;29143:113;29175:18;29203:1;29222:30;:11;:28;:30::i;:::-;29212:41;;;;;;;;:::i;:::-;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;-1:-1:-1;29212:41:20;;29143:13;:113::i;:::-;29475:1;29442:30;:11;:28;:30::i;:::-;:34;29438:236;;;29486:33;29522:66;29570:7;29579:8;29522:47;:66::i;:::-;29486:102;;29596:71;29627:25;29662:2;29596:12;:71::i;:::-;29478:196;29438:236;29723:9;29718:233;29738:5;:12;29734:1;:16;29718:233;;;29765:9;29787:5;29793:1;29787:8;;;;;;;;:::i;:::-;;;;;;;29765:31;;29808:35;1083:6:32;29808:4:20;:14;;;;;:35;;;;:::i;:::-;29804:141;;;29855:81;;;;;3404:35:4;;;;;29855:49:20;;:81;;29905:7;;29914:8;;29924:11;;29855:81;;;:::i;:::-;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;29804:141;-1:-1:-1;29752:3:20;;29718:233;;9495:150:78;9602:38;;9575:12;17019:15:207;;;-1:-1:-1;;17015:88:207;9602:38:78;;;17003:101:207;17150:14;;17143:22;17138:3;17134:32;17120:12;;;17113:54;9575:12:78;17183::207;;9602:38:78;16852:349:207;4214:369:26;4354:16;;;4368:1;4354:16;;;;;;;;;4295:22;;4325:26;;4354:16;;;;;;;;;;;;-1:-1:-1;4354:16:26;4325:45;;4409:10;4376:9;4386:1;4376:12;;;;;;;;:::i;:::-;;;;;;:44;;;;;4427:18;4448:49;4474:8;4484:9;4495:1;4448:25;:49::i;:::-;4427:70;;4511:66;:44;4532:5;4539:1;4542:5;:12;4511:20;:44::i;:::-;:64;:66::i;5601:282::-;5727:16;;;5741:1;5727:16;;;;;;;;;5698:26;;5727:16;;;;;;;;;;;-1:-1:-1;5727:16:26;5698:45;;5782:10;5749:9;5759:1;5749:12;;;;;;;;:::i;:::-;;;;;;:44;;;;;5800:78;5826:8;5836:9;5847:1;5850:27;5870:5;5850:18;:27::i;:::-;5800:25;:78::i;13776:301:24:-;13860:21;13884:17;:15;:17::i;:::-;13860:41;-1:-1:-1;13936:4:24;-1:-1:-1;;;;;13911:30:24;;;13907:166;;13951:41;13974:7;13983:8;13951:22;:41::i;13907:166::-;14013:53;;;;;-1:-1:-1;;;;;14013:34:24;;;;;:53;;14048:7;;14057:8;;14013:53;;;:::i;:::-;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;12274:451;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;:::-;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;12428:297;12274:451;;;;:::o;1766:227::-;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;53556:242:20:-;53652:7;;;53691:84;53711:10;53707:14;;:1;:14;53691:84;;;53736:32;4431:93:3;4479:19;:27;;;537:1:30;4478:44:3;4444:79;;;4431:93;53736:32:20;;:::i;:::-;;-1:-1:-1;53723:3:20;;53691:84;;18901:1676;19101:23;19080:7;:44;;;19076:232;;19231:7;19187:100;19250:8;19267:5;19280:4;19187:100;;;;;;;;:::i;:::-;;;;;;;;19295:7;;19076:232;19314:16;19333:59;19374:7;19383:8;19333:40;:59::i;:::-;19314:78;;19538:22;19563:24;19579:7;19563:15;:24::i;:::-;19538:49;;19598:9;19593:328;19613:5;:12;19609:1;:16;19593:328;;;19640:9;19662:5;19668:1;19662:8;;;;;;;;:::i;:::-;;;;;;;19640:31;;19683:41;548:6:32;19683:4:20;:14;;;;;:41;;;;:::i;:::-;19679:236;;;19736:170;;;;;3404:35:4;;;;;19736:54:20;;:170;;19812:7;;19841:8;;19868:5;;19891:4;;19736:170;;;:::i;:::-;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;19679:236;-1:-1:-1;19627:3:20;;19593:328;;;;20022:7;19978:100;20041:8;20058:5;20071:4;19978:100;;;;;;;;:::i;:::-;;;;;;;;20128:70;20160:8;20178:5;20128:70;;20191:4;20128:13;:70::i;:::-;20252:9;20247:326;20267:5;:12;20263:1;:16;20247:326;;;20294:9;20316:5;20322:1;20316:8;;;;;;;;:::i;:::-;;;;;;;20294:31;;20337:40;657:6:32;20337:4:20;:14;;;;;:40;;;;:::i;:::-;20333:234;;;20389:169;;;;;3404:35:4;;;;;20389:53:20;;:169;;20464:7;;20493:8;;20520:5;;20543:4;;20389:169;;;:::i;:::-;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;20333:234;-1:-1:-1;20281:3:20;;20247:326;;52539:191;52641:7;52705;52714:8;52688:35;;;;;;;;;:::i;:::-;;;;-1:-1:-1;;52688:35:20;;;;;;;;;52678:46;;52688:35;52678:46;;;;44145:22;52671:53;;52539:191;-1:-1:-1;;;52539:191:20:o;8879:812:19:-;8977:14;9013:2;9003:6;:12;8999:112;;9072:2;9063:6;:11;9045:29;;;;9094:2;9084:12;;;;;;:::i;:::-;;;;8999:112;-1:-1:-1;9302:21:19;;9287:12;9275:25;;9271:53;9450:2;:11;;;9532:22;;;9528:159;;;9668:1;9652:14;9648:22;9642:29;9627:12;9612:13;9608:32;9604:68;9596:6;9593:80;9583:90;;8993:698;8879:812;;;;;:::o;709:400:45:-;773:4;962:68;995:7;1004:25;962:32;:68::i;:::-;:142;;;;-1:-1:-1;1041:63:45;1074:7;-1:-1:-1;;;;;;4133:576:45;4296:56;;-1:-1:-1;;;;;;3126:79:207;;4296:56:45;;;3108:98:207;4235:4:45;;;;3081:18:207;;4296:56:45;;;-1:-1:-1;;4296:56:45;;;;;;;;;;;;;;;;;;;;;4534:20;;4296:56;;-1:-1:-1;;;;;;;4296:56:45;;-1:-1:-1;;4499:7:45;4492:5;4481:86;4470:97;;4588:16;4574:30;;4632:4;4626:11;4611:26;;4656:7;:29;;;;;4681:4;4667:10;:18;;4656:29;:48;;;;;4703:1;4689:11;:15;4656:48;4649:55;4133:576;-1:-1:-1;;;;;;;4133:576:45:o;4591:344:76:-;4708:16;;;4722:1;4708:16;;;;;;;;;4649:22;;4679:26;;4708:16;;;;;;;;;;;;-1:-1:-1;4708:16:76;4679:45;;4763:8;4730:9;4740:1;4730:12;;;;;;;;:::i;:::-;;;;;;;;;;:42;4779:18;4800:49;1266:66;4836:9;4779:18;4800:25;:49::i;:::-;4779:70;;4863:66;:44;4884:5;4891:1;4894:5;:12;4863:20;:44::i;2903:136:4:-;2973:4;3025:9;2992:42;;3011:9;2993:15;3003:4;3802:26;;;3672:162;2993:15;:27;2992:42;;;2985:49;;2903:136;;;;:::o;1695:1386:55:-;1822:12;1836:17;1890:21;1913:17;1934:22;1947:8;1934:12;:22::i;:::-;1889:67;;-1:-1:-1;1889:67:55;-1:-1:-1;;;;;;2001:27:55;;1997:106;;2073:8;2083:19;:8;:17;:19::i;1997:106::-;2209:12;2204:64;;2223:45;2251:8;2261:6;2223:27;:45::i;:::-;2347:9;;2343:197;;578:36:59;2820:46;;-1:-1:-1;;;2819:74:59;2366:22:55;2449:26;2819:74:59;2449:13:55;:26::i;:::-;2424:51;-1:-1:-1;2483:50:55;2497:11;2510:22;2527:5;2424:51;2510:22;:::i;:::-;2483:13;:50::i;:::-;2358:182;;2343:197;2642:14;2615:23;:8;385:5:16;2502:44:59;;2404:148;2615:23:55;-1:-1:-1;;2615:41:55;;:461;;2916:160;2977:6;3003:5;3026:13;3059:8;2916:39;:160::i;:::-;2615:461;;;2739:168;2808:6;2834:5;2857:13;2890:8;2739:47;:168::i;:::-;2597:479;;;;-1:-1:-1;1695:1386:55;-1:-1:-1;;;;;;;1695:1386:55:o;4391:342:28:-;4507:16;;;4521:1;4507:16;;;;;;;;;4448:22;;4478:26;;4507:16;;;;;;;;;;;;-1:-1:-1;4507:16:28;4478:45;;4562:7;4529:9;4539:1;4529:12;;;;;;;;:::i;:::-;;;;;;;;;;:41;4577:18;4598:49;1075:66;4634:9;4577:18;4598:25;:49::i;1423:2340:19:-;1536:10;;1532:1504;;1689:2;1679:6;:12;1675:122;;1752:2;1743:6;:11;1725:29;;;;1776:2;1766:12;;;;;;:::i;:::-;;;;1675:122;1887:10;;1883:1147;;2095:2;:11;;;1969:21;-1:-1:-1;;537:1:30;738:25:31;;716:48;2142:18:19;2127:33;;2329:12;2321:6;2317:25;2376:4;2365:9;2361:20;2353:28;;2431:13;2425:20;2414:9;2410:36;2392:54;;2679:4;2675:9;2658:14;2652:21;2648:37;2579:4;2567:10;2563:21;2506:193;2478:14;2458:253;;2770:13;2760:6;:23;2756:36;;2785:7;;;;2756:36;-1:-1:-1;2933:1:19;2915:19;;;;;2988:23;;;;;2946:30;1883:1147;3066:253;3083:2;3073:6;:12;3066:253;;3178:20;;3155:44;;3252:1;3234:19;;;;-1:-1:-1;;3292:12:19;;;;3280:2;3263:19;3066:253;;;3387:10;;3383:376;;3407:12;-1:-1:-1;;537:1:30;738:25:31;;716:48;3695:21:19;;3606:20;;3628:9;;3602:36;3691:32;;3551:184;3507:238;;-1:-1:-1;1423:2340:19;;;;:::o;5533:173:3:-;5607:7;537:1:30;1597;;1577:13;1589:1;334:2;1577:13;:::i;:::-;:17;;;;:::i;:::-;:21;;;;:::i;:::-;1576:38;;;;:::i;:::-;5643:11:3;5622:79;5635:65;;5622:79;;5533:173;-1:-1:-1;;5533:173:3:o;55104:230:20:-;55225:7;55309;55318:8;55292:35;;;;;;;;;:::i;:::-;;;;-1:-1:-1;;55292:35:20;;;;;;;;;55282:46;;55292:35;55282:46;;;;44308:40;55255:73;;55104:230;-1:-1:-1;;;55104:230:20:o;54475:274::-;54619:7;54724;54733:8;54707:35;;;;;;;;;:::i;:::-;;;;;;;;;;;;;54697:46;;;;;;54676:17;54669:25;;54649:45;;;44217:34;54649:45;:94;54641:103;;54634:110;;54475:274;;;;;:::o;4754:171:3:-;4828:7;537:1:30;1247:13;1259:1;334:2;1247:13;:::i;:::-;1246:30;;;;:::i;:::-;4850:70:3;;;;;4754:171;-1:-1:-1;4754:171:3:o;900:162:19:-;989:68;995:14;1011:6;1019:4;:11;1032:24;1051:4;828::14;818:15;;692:151;1032:24:19;989:5;:68::i;3966:370::-;4088:13;4137:2;4122:11;:6;4131:2;4122:11;:::i;:::-;4121:18;;;;:::i;:::-;4104:35;;:14;:35;:::i;:::-;4088:51;;4145:187;4169:5;4152:14;:22;4145:187;;;4267:1;4251:14;4244:25;4316:1;4300:14;4296:22;4278:40;;4145:187;;39031:522:20;39167:12;39291:257;39330:79;39372:7;39381:8;39391:17;39330:41;:79::i;:::-;39427:1;39446:93;39521:17;39446:66;39494:7;39503:8;39446:47;:66::i;:::-;:74;6801:16:15;;922;6801;834;6790:27;6750:68;6728:92;;;6613:218;39446:93:20;39291:12;:257::i;1954:561:18:-;2045:5;2140:3;2132:5;:11;:32;;;;2153:4;:11;2147:3;:17;2132:32;2128:80;;;2191:4;2197:5;2204:3;2173:35;;;;;;;;;;;;;:::i;2128:80::-;2274:4;2264:15;;2321:16;2332:5;2264:15;2321:16;:::i;:::-;;-1:-1:-1;2343:12:18;2358:11;2364:5;2358:3;:11;:::i;:::-;643:17;2493:15;2485:3;2474:14;;;;2473:36;;;;;;-1:-1:-1;;;;;1954:561:18:o;40037:220:34:-;40103:24;40135:30;40168:32;40186:6;40194:2;40198:1;40168:17;:32::i;39736:222:35:-;39800:12;39890:6;39914:39;39890:6;39947:2;39951:1;39914:17;:39::i;26034:737:20:-;26285:36;26324:66;26372:7;26381:8;26324:47;:66::i;:::-;26285:105;-1:-1:-1;26396:26:20;26432:49;26285:105;26463:17;6801:16:15;;922;6801;834;6790:27;6750:68;6728:92;;;6613:218;26432:49:20;26396:86;;26489:277;26543:7;26568:8;26603:17;26646:1;26668:19;26701:4;26737:22;26489:36;:277::i;27433:145::-;27517:56;27530:7;27539:8;27549:23;27564:7;27549:14;:23::i;:::-;27517:12;:56::i;30619:790::-;30878:36;30917:66;30965:7;30974:8;30917:47;:66::i;:::-;30878:105;-1:-1:-1;30989:26:20;31025:49;30878:105;31056:17;6801:16:15;;922;6801;834;6790:27;6750:68;6728:92;;;6613:218;31025:49:20;30989:86;;31113:291;31167:7;31192:8;31227:17;31277:19;31318:1;31333:10;31375:22;31113:36;:291::i;6686:432:78:-;6814:16;;;6828:1;6814:16;;;;;;;;;6744:14;;;;;;6814:16;;;;;;;;;;;-1:-1:-1;6814:16:78;6785:45;;6869:8;6836:9;6846:1;6836:12;;;;;;;;:::i;:::-;;;;;;;;;;:42;6886:24;;;6972:78;1262:66;7015:9;1435:66;6972:19;:78::i;:::-;-1:-1:-1;;2650:4:2;2636:27;;2630:34;2636:27;;;;2630:34;8319:32:78;;;;;;8383:30;;;;;;-1:-1:-1;6686:432:78;-1:-1:-1;;;;;;6686:432:78:o;1480:281:42:-;1642:29;1652:10;1664:6;1642:9;:29::i;:::-;1637:120;;1720:21;:10;:19;:21::i;4485:308:68:-;4598:16;;;4612:1;4598:16;;;;;;;;;4546:15;;;;4598:16;;;;;;;;;;;;-1:-1:-1;4598:16:68;4569:45;;4653:11;4620:9;4630:1;4620:12;;;;;;;;:::i;:::-;;;;;;;;;;:45;4672:13;4688:62;1263:66;4723:9;4672:13;-1:-1:-1;;;4688:24:68;:62::i;5784:269::-;5883:16;;;5897:1;5883:16;;;;;;;;;5854:26;;5883:16;;;;;;;;;;;-1:-1:-1;5883:16:68;5854:45;;5938:11;5905:9;5915:1;5905:12;;;;;;;;:::i;:::-;;;;;;:45;;;;;5957:91;1263:66;1247:83;;5992:9;6003:1;6024:7;6006:27;;;;;;9577:19:207;;9621:2;9612:12;;9448:182;5279:317:58;5418:12;5432:17;5475:6;-1:-1:-1;;;;;5475:11:58;5495:1;5506:79;5532:8;5553:9;5574:8;5506:13;:79::i;:::-;5475:116;;;;;;:::i;:::-;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;-1:-1:-1;5457:134:58;;;;-1:-1:-1;5279:317:58;-1:-1:-1;;;;;5279:317:58:o;6100:321::-;6247:12;6261:17;6304:6;-1:-1:-1;;;;;6304:19:58;6331:79;6357:8;6378:9;6399:8;6331:13;:79::i;:::-;6304:112;;;;;;:::i;:::-;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;55672:301:20;55793:13;55885:82;55916:48;55946:7;55955:8;55916:29;:48::i;:::-;4645:21:19;;4539:137;4976:669;5392:4;5386:11;5433:4;5421:17;;-1:-1:-1;;5307:16:19;5480:26;;;5307:16;5303:32;5452:4;5445:63;5552:6;5544;5537:22;5570:51;5575:14;5591:6;5599;5607:13;5570:4;:51::i;2615:1129:36:-;2735:22;2765:21;2789;:11;2869:3:18;2847:25;;2773:104;2789:21:36;2765:45;-1:-1:-1;643:17:18;3110:38;;2816:20:36;2978:11;3110:38:18;2978:11:36;2963:26;;;;:::i;:::-;;2949:40;;3098:4;3092:11;3083:20;;3141:4;3134:5;3130:16;3201:4;3188:11;3184:22;3170:12;3166:41;3160:4;3153:55;3251:11;3244:5;3237:26;3294:1;3271:463;3310:11;3307:1;3304:18;3271:463;;;3704:20;;3683:42;;3662:64;;3576:31;;;;3489:4;3471:23;;;;3397:1;3390:9;3271:463;;;3275:28;;3050:690;;;2615:1129;;;;;:::o;764:1343::-;936:12;;889:17;;914:19;977:26;992:11;936:12;977:26;:::i;:::-;954:49;;1375:4;1369:11;;-1:-1:-1;1418:4:36;1408:15;;-1:-1:-1;;5307:16:19;1465:32:36;;;5307:16:19;5303:32;1437:4:36;1430:69;1541:12;1535:4;1528:26;1585:1;1655:4;1648:5;1644:16;1562:535;1675:11;1672:1;1669:18;1562:535;;;2068:19;;2047:41;;2025:64;;1941:31;;;;1762:1;1755:9;;;;;1854:4;1836:23;1562:535;;46038:3950:20;46456:14;46435:7;:35;;;46431:161;;46526:14;46542:7;46575;46558:25;;;;;;9577:19:207;;9621:2;9612:12;;9448:182;46558:25:20;;;;-1:-1:-1;;46558:25:20;;;;;;;;;;46487:98;;;;;;;;;;:::i;46431:161::-;46598:27;46628:49;:22;46659:17;6801:16:15;;922;6801;834;6790:27;6750:68;6728:92;;;6613:218;46628:49:20;46598:79;;46683:26;46748:4;:11;46734;46712:33;;:19;:33;;;;:::i;:::-;:47;;;;:::i;:::-;46683:76;;47031:18;47008:19;:41;;:98;;;;-1:-1:-1;47087:19:20;47053:30;47072:11;47053:16;:30;:::i;:::-;:53;;;;47008:98;47004:218;;;47123:92;;;;;21761:12:207;21800:15;;;47123:92:20;;;21782:34:207;21852:15;;;21832:18;;;21825:43;21904:15;;21884:18;;;21877:43;21724:18;;47123:92:20;21555:371:207;47004:218:20;47328:19;47309:16;:38;;;47305:140;;;47364:74;;;;;;;;22104:25:207;;;22177:12;22165:25;;22145:18;;;22138:53;22077:18;;47364:74:20;21931:266:207;47305:140:20;47484:35;47522:72;:22;47556:17;47575:18;47522:33;:72::i;:::-;47484:110;;47741:22;47766:24;47782:7;47766:15;:24::i;:::-;47741:49;;47801:9;47796:486;47816:5;:12;47812:1;:16;47796:486;;;47843:9;47865:5;47871:1;47865:8;;;;;;;;:::i;:::-;;;;;;;47843:31;;47886:42;770:6:32;47886:4:20;:14;;;;;:42;;;;:::i;:::-;47882:394;;;3404:35:4;;;;-1:-1:-1;;;;;47940:55:20;;48017:7;48046:8;48085:17;48132:16;48173:11;48212:22;48252:4;47940:327;;;;;;;;;;;;;;;;;;;;;:::i;:::-;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;47882:394;-1:-1:-1;47830:3:20;;47796:486;;;-1:-1:-1;48340:32:20;;;:13;48480:107;48498:17;48494:21;;:1;:21;;;48480:107;;;48543:33;:22;48574:1;6801:16:15;;922;6801;834;6790:27;6750:68;6728:92;;;6613:218;48543:33:20;48534:42;;;;48517:3;;48480:107;;;;48709:7;48656:228;48736:8;48768:5;48797:11;48834:21;48871:4;48656:228;;;;;;;;;;:::i;:::-;;;;;;;;48288:603;48976:18;48953:19;:41;48949:248;;49004:31;49038:48;49068:7;49077:8;49038:29;:48::i;:::-;629:28:19;;;-1:-1:-1;48949:248:20;49254:27;49284:61;49308:7;49317:8;49327:17;49284:23;:61::i;:::-;49254:91;;49353:92;49385:19;49414:16;49353:92;;49438:4;49353:13;:92::i;:::-;49246:206;49506:9;49501:483;49521:5;:12;49517:1;:16;49501:483;;;49548:9;49570:5;49576:1;49570:8;;;;;;;;:::i;:::-;;;;;;;49548:31;;49591:41;881:6:32;49591:4:20;:14;;;;;:41;;;;:::i;:::-;49587:391;;;3404:35:4;;;;-1:-1:-1;;;;;49644:54:20;;49720:7;49749:8;49788:17;49835:16;49876:11;49915:21;49954:4;49644:325;;;;;;;;;;;;;;;;;;;;;:::i;:::-;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;49587:391;-1:-1:-1;49535:3:20;;49501:483;;;;46281:3707;;;;46038:3950;;;;;;;:::o;6237:651::-;6304:11;6540:62;;;6536:112;;-1:-1:-1;1343:66:29;;6237:651:20;-1:-1:-1;6237:651:20:o;6536:112::-;6692:183;6738:83;1171:66:29;6812:7:20;6738:40;:83::i;:::-;6841:2;6863:1;6692:17;:183::i;34611:1314::-;34741:23;34766:28;34796:24;34862:20;34885:30;:11;:28;:30::i;:::-;34862:53;;34976:65;35009:7;35018:8;35028:12;34976:32;:65::i;:::-;34963:78;;35105:24;35132:30;:11;:28;:30::i;:::-;35105:57;-1:-1:-1;35172:20:20;;35168:753;;35265:66;35313:7;35322:8;35265:47;:66::i;:::-;35248:83;-1:-1:-1;6184:59:15;;;35383:33:20;;;;;;;;:::i;:::-;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;-1:-1:-1;35383:33:20;-1:-1:-1;35369:47:20;-1:-1:-1;828:4:14;818:15;;35424:21:20;35488:427;35506:16;35502:1;:20;;;35488:427;;;35539:27;35569:63;35611:7;35620:8;35630:1;35569:41;:63::i;:::-;35539:93;-1:-1:-1;35642:14:20;35659:25;:14;35682:1;6801:16:15;;922;6801;834;6790:27;6750:68;6728:92;;;6613:218;35659:25:20;35642:42;;35694:110;35725:19;35754:1;35765:6;35788:13;35694:12;:110::i;:::-;35883:23;35900:6;35883:23;;:::i;:::-;;;35529:386;;35524:3;;;;;:::i;:::-;;;;35488:427;;;;35194:727;35168:753;34822:1103;;34611:1314;;;;;;;:::o;889:327:42:-;970:4;1112:56;-1:-1:-1;;;578:36:59;2820:46;;2819:74;1161:6:42;1112:19;:56::i;:::-;:99;;;;1172:39;1192:10;1204:6;1172:19;:39::i;4582:201:58:-;4704:12;4748:8;4758:9;4769:8;4731:47;;;;;;;;;;:::i;:::-;;;;;;;;;;;;;4724:54;;4582:201;;;;;:::o;6010:2380:19:-;6127:10;;6123:1542;;6280:2;6270:6;:12;6266:122;;6343:2;6334:6;:11;6316:29;;;;6367:2;6357:12;;;;;;:::i;:::-;;;;6266:122;6478:10;;6474:1185;;6686:2;:11;;;6560:21;6744:22;;;6740:135;;;-1:-1:-1;;;537:1:30;738:25:31;;716:48;6740:135:19;;;-1:-1:-1;;;537:1:30;738:25:31;;716:48;6740:135:19;7069:14;7063:21;7048:12;7040:6;7036:25;7032:53;7309:4;7293:13;7287:20;7283:31;7219:4;7215:9;7203:10;7199:26;7144:184;7117:13;7097:243;;7399:13;7389:6;:23;7385:36;;7414:7;;;;7385:36;-1:-1:-1;7562:1:19;7544:19;;;;;7617:23;;;;;7575:30;6474:1185;7694:253;7711:2;7701:6;:12;7694:253;;7805:21;;7783:44;;7880:1;7862:19;;;;-1:-1:-1;;7920:12:19;;;;7908:2;7891:19;7694:253;;;8015:10;;8011:375;;8035:12;-1:-1:-1;;537:1:30;738:25:31;;716:48;8323:20:19;;8233:21;;8256:9;;8229:37;8319:31;;8178:184;8135:237;;-1:-1:-1;6010:2380:19;;;;:::o;7197:1488:15:-;7323:13;1004:16;7348:25;;7344:97;;;7390:44;;;;;;;;3899:25:207;;;3872:18;;7390:44:15;3753:177:207;7344:97:15;7503:13;6184:59;;;6801:16;;;922;6801;834;6790:27;6750:68;;;6728:92;;7766:38;;;7762:192;;7849:19;7831:15;:37;7816:52;;;;7762:192;;;7930:15;7908:19;:37;7893:52;;;;7762:192;-1:-1:-1;8270:16:15;834;922;8137;;;;8126:27;8262:35;;;8576:5;8415:26;8396:45;;;;8395:61;;;8557:24;;;;8586:34;;;;;8556:65;;-1:-1:-1;7197:1488:15;;;;;:::o;52982:282:20:-;53227:30;;;;;;24722:19:207;;;24757:12;;;24750:28;;;53070:7:20;;24794:12:207;;53227:30:20;24534:278:207;50556:360:20;50682:12;50706:6;50716:1;50706:11;50702:26;;-1:-1:-1;50719:9:20;;;;;;;;;-1:-1:-1;50719:9:20;;;;50702:26;50769:16;50788:41;50811:7;50820:8;50788:22;:41::i;:::-;50769:60;;50842:69;50873:8;50891:1;50902:6;50842:12;:69::i;4770:378:75:-;4894:16;;;4908:1;4894:16;;;;;;;;4846:11;;;;4894:16;4908:1;4894:16;;;;;;;;;;-1:-1:-1;4894:16:75;4865:45;;4949:10;4916:9;4926:1;4916:12;;;;;;;;:::i;:::-;;;;;;:44;;;;;5005:6;-1:-1:-1;;;;;4989:24:75;4981:33;;4966:9;4976:1;4966:12;;;;;;;;:::i;:::-;;;;;;;;;;:48;5021:13;5037:62;1269:66;5072:9;5021:13;-1:-1:-1;;;5037:24:75;:62::i;:::-;5021:78;;5113:29;5134:5;5121:20;;1452:10:16;1343:126;14:219:207;81:20;;-1:-1:-1;;;;;;130:78:207;;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;850:154::-;-1:-1:-1;;;;;929:5:207;925:54;918:5;915:65;905:93;;994:1;991;984:12;1009:184;-1:-1:-1;;;1058:1:207;1051:88;1158:4;1155:1;1148:15;1182:4;1179:1;1172:15;1198:777;1240:5;1293:3;1286:4;1278:6;1274:17;1270:27;1260:55;;1311:1;1308;1301:12;1260:55;1347:6;1334:20;1373:18;1410:2;1406;1403:10;1400:36;;;1416:18;;:::i;:::-;1550:2;1544:9;1612:4;1604:13;;-1:-1:-1;;1600:22:207;;;1624:2;1596:31;1592:40;1580:53;;;1648:18;;;1668:22;;;1645:46;1642:72;;;1694:18;;:::i;:::-;1734:10;1730:2;1723:22;1769:2;1761:6;1754:18;1815:3;1808:4;1803:2;1795:6;1791:15;1787:26;1784:35;1781:55;;;1832:1;1829;1822:12;1781:55;1896:2;1889:4;1881:6;1877:17;1870:4;1862:6;1858:17;1845:54;1943:1;1936:4;1931:2;1923:6;1919:15;1915:26;1908:37;1963:6;1954:15;;;;;;1198:777;;;;:::o;1980:554::-;2097:6;2105;2113;2166:2;2154:9;2145:7;2141:23;2137:32;2134:52;;;2182:1;2179;2172:12;2134:52;2221:9;2208:23;2240:31;2265:5;2240:31;:::i;:::-;2290:5;-1:-1:-1;2342:2:207;2327:18;;2314:32;;-1:-1:-1;2397:2:207;2382:18;;2369:32;2424:18;2413:30;;2410:50;;;2456:1;2453;2446:12;2410:50;2479:49;2520:7;2511:6;2500:9;2496:22;2479:49;:::i;:::-;2469:59;;;1980:554;;;;;:::o;2539:420::-;2648:6;2656;2709:2;2697:9;2688:7;2684:23;2680:32;2677:52;;;2725:1;2722;2715:12;2677:52;2761:9;2748:23;2738:33;;2822:2;2811:9;2807:18;2794:32;2849:18;2841:6;2838:30;2835:50;;;2881:1;2878;2871:12;2835:50;2904:49;2945:7;2936:6;2925:9;2921:22;2904:49;:::i;:::-;2894:59;;;2539:420;;;;;:::o;3217:531::-;3338:6;3346;3354;3407:2;3395:9;3386:7;3382:23;3378:32;3375:52;;;3423:1;3420;3413:12;3375:52;3459:9;3446:23;3436:33;;3519:2;3508:9;3504:18;3491:32;3532:31;3557:5;3532:31;:::i;:::-;3582:5;-1:-1:-1;3639:2:207;3624:18;;3611:32;3681:15;;3674:23;3662:36;;3652:64;;3712:1;3709;3702:12;3652:64;3735:7;3725:17;;;3217:531;;;;;:::o;3935:492::-;4052:6;4060;4068;4121:2;4109:9;4100:7;4096:23;4092:32;4089:52;;;4137:1;4134;4127:12;4089:52;4173:9;4160:23;4150:33;;4234:2;4223:9;4219:18;4206:32;4261:18;4253:6;4250:30;4247:50;;;4293:1;4290;4283:12;4247:50;4316:49;4357:7;4348:6;4337:9;4333:22;4316:49;:::i;:::-;4306:59;;;4384:37;4417:2;4406:9;4402:18;4384:37;:::i;:::-;4374:47;;3935:492;;;;;:::o;4432:367::-;4552:6;4560;4613:2;4601:9;4592:7;4588:23;4584:32;4581:52;;;4629:1;4626;4619:12;4581:52;4665:9;4652:23;4642:33;;4725:2;4714:9;4710:18;4697:32;4738:31;4763:5;4738:31;:::i;:::-;4788:5;4778:15;;;4432:367;;;;;:::o;4804:211::-;4894:6;4947:2;4935:9;4926:7;4922:23;4918:32;4915:52;;;4963:1;4960;4953:12;4915:52;-1:-1:-1;4986:23:207;;4804:211;-1:-1:-1;4804:211:207:o;5020:518::-;5168:6;5176;5184;5237:2;5225:9;5216:7;5212:23;5208:32;5205:52;;;5253:1;5250;5243:12;5205:52;5289:9;5276:23;5266:33;;5346:2;5335:9;5331:18;5318:32;5308:42;;5401:2;5390:9;5386:18;5373:32;5428:18;5420:6;5417:30;5414:50;;;5460:1;5457;5450:12;5543:247;5602:6;5655:2;5643:9;5634:7;5630:23;5626:32;5623:52;;;5671:1;5668;5661:12;5623:52;5710:9;5697:23;5729:31;5754:5;5729:31;:::i;5795:532::-;5922:6;5930;5938;5991:2;5979:9;5970:7;5966:23;5962:32;5959:52;;;6007:1;6004;5997:12;5959:52;6043:9;6030:23;6020:33;;6103:2;6092:9;6088:18;6075:32;6116:31;6141:5;6116:31;:::i;:::-;6166:5;-1:-1:-1;6223:2:207;6208:18;;6195:32;6271:4;6258:18;;6246:31;;6236:59;;6291:1;6288;6281:12;6332:250;6417:1;6427:113;6441:6;6438:1;6435:13;6427:113;;;6517:11;;;6511:18;6498:11;;;6491:39;6463:2;6456:10;6427:113;;;-1:-1:-1;;6574:1:207;6556:16;;6549:27;6332:250::o;6587:330::-;6629:3;6667:5;6661:12;6694:6;6689:3;6682:19;6710:76;6779:6;6772:4;6767:3;6763:14;6756:4;6749:5;6745:16;6710:76;:::i;:::-;6831:2;6819:15;-1:-1:-1;;6815:88:207;6806:98;;;;6906:4;6802:109;;6587:330;-1:-1:-1;;6587:330:207:o;6922:464::-;7168:66;7160:6;7156:79;7145:9;7138:98;7272:6;7267:2;7256:9;7252:18;7245:34;7315:2;7310;7299:9;7295:18;7288:30;7119:4;7335:45;7376:2;7365:9;7361:18;7353:6;7335:45;:::i;7391:641::-;7671:3;7709:6;7703:13;7725:66;7784:6;7779:3;7772:4;7764:6;7760:17;7725:66;:::i;:::-;7852:4;7813:16;;;7838:19;;;7882:13;;7904:78;7882:13;7969:1;7958:13;;7951:4;7939:17;;7904:78;:::i;:::-;8002:20;8024:1;7998:28;;7391:641;-1:-1:-1;;;;7391:641:207:o;8037:322::-;8245:6;8234:9;8227:25;8288:2;8283;8272:9;8268:18;8261:30;8208:4;8308:45;8349:2;8338:9;8334:18;8326:6;8308:45;:::i;8897:357::-;9015:12;;9062:4;9051:16;;;9045:23;;9015:12;9080:16;;9077:171;;;-1:-1:-1;;9160:6:207;9154:4;9150:17;9147:1;9143:25;9139:98;9132:5;9128:110;9119:119;;9077:171;;8897:357;;;:::o;9259:184::-;-1:-1:-1;;;9308:1:207;9301:88;9408:4;9405:1;9398:15;9432:4;9429:1;9422:15;10008:925;10457:66;10449:6;10445:79;10440:3;10433:92;10415:3;10544;10576:2;10572:1;10567:3;10563:11;10556:23;10608:6;10602:13;10624:74;10691:6;10687:1;10682:3;10678:11;10671:4;10663:6;10659:17;10624:74;:::i;:::-;10726:6;10721:3;10717:16;10707:26;;10761:2;10757:1;10753:2;10749:10;10742:22;10795:6;10789:13;10773:29;;10811:75;10877:8;10873:1;10869:2;10865:10;10858:4;10850:6;10846:17;10811:75;:::i;:::-;10906:17;10925:1;10902:25;;10008:925;-1:-1:-1;;;;;10008:925:207:o;10938:340::-;11115:2;11104:9;11097:21;11078:4;11135:45;11176:2;11165:9;11161:18;11153:6;11135:45;:::i;:::-;11127:53;;-1:-1:-1;;;;;11220:6:207;11216:55;11211:2;11200:9;11196:18;11189:83;10938:340;;;;;:::o;11543:184::-;-1:-1:-1;;;11592:1:207;11585:88;11692:4;11689:1;11682:15;11716:4;11713:1;11706:15;11732:125;11797:9;;;11818:10;;;11815:36;;;11831:18;;:::i;12068:128::-;12135:9;;;12156:11;;;12153:37;;;12170:18;;:::i;12985:440::-;-1:-1:-1;;;;;13223:6:207;13219:55;13208:9;13201:74;13311:6;13306:2;13295:9;13291:18;13284:34;13354:2;13349;13338:9;13334:18;13327:30;13182:4;13374:45;13415:2;13404:9;13400:18;13392:6;13374:45;:::i;13784:439::-;13837:3;13875:5;13869:12;13902:6;13897:3;13890:19;13928:4;13957;13952:3;13948:14;13941:21;;13996:4;13989:5;13985:16;14019:1;14029:169;14043:6;14040:1;14037:13;14029:169;;;14104:13;;14092:26;;14138:12;;;;14173:15;;;;14065:1;14058:9;14029:169;;;-1:-1:-1;14214:3:207;;13784:439;-1:-1:-1;;;;;13784:439:207:o;14228:690::-;14561:3;14550:9;14543:22;14524:4;14588:57;14640:3;14629:9;14625:19;14617:6;14588:57;:::i;:::-;14693:9;14685:6;14681:22;14676:2;14665:9;14661:18;14654:50;14727:33;14753:6;14745;14727:33;:::i;:::-;14713:47;;14796:6;14791:2;14780:9;14776:18;14769:34;14851:9;14843:6;14839:22;14834:2;14823:9;14819:18;14812:50;14879:33;14905:6;14897;14879:33;:::i;14923:896::-;15374:6;15363:9;15356:25;15417:3;15412:2;15401:9;15397:18;15390:31;15337:4;15444:57;15496:3;15485:9;15481:19;15473:6;15444:57;:::i;:::-;15549:9;15541:6;15537:22;15532:2;15521:9;15517:18;15510:50;15583:33;15609:6;15601;15583:33;:::i;:::-;15569:47;;15652:6;15647:2;15636:9;15632:18;15625:34;15708:9;15700:6;15696:22;15690:3;15679:9;15675:19;15668:51;15736:33;15762:6;15754;15736:33;:::i;:::-;15728:41;;;15806:6;15800:3;15789:9;15785:19;15778:35;14923:896;;;;;;;;;:::o;15824:287::-;15953:3;15991:6;15985:13;16007:66;16066:6;16061:3;16054:4;16046:6;16042:17;16007:66;:::i;:::-;16089:16;;;;;15824:287;-1:-1:-1;;15824:287:207:o;16116:261::-;16295:2;16284:9;16277:21;16258:4;16315:56;16367:2;16356:9;16352:18;16344:6;16315:56;:::i;16382:465::-;16679:6;16668:9;16661:25;16722:2;16717;16706:9;16702:18;16695:30;16642:4;16742:56;16794:2;16783:9;16779:18;16771:6;16742:56;:::i;:::-;16734:64;;16834:6;16829:2;16818:9;16814:18;16807:34;16382:465;;;;;;:::o;17206:363::-;17444:6;17433:9;17426:25;17487:2;17482;17471:9;17467:18;17460:30;17407:4;17507:56;17559:2;17548:9;17544:18;17536:6;17507:56;:::i;17574:604::-;17882:6;17871:9;17864:25;17925:3;17920:2;17909:9;17905:18;17898:31;17845:4;17952:57;18004:3;17993:9;17989:19;17981:6;17952:57;:::i;:::-;18057:4;18049:6;18045:17;18040:2;18029:9;18025:18;18018:45;18111:9;18103:6;18099:22;18094:2;18083:9;18079:18;18072:50;18139:33;18165:6;18157;18139:33;:::i;18183:512::-;18434:2;18423:9;18416:21;18397:4;18460:56;18512:2;18501:9;18497:18;18489:6;18460:56;:::i;:::-;18564:14;18556:6;18552:27;18547:2;18536:9;18532:18;18525:55;18628:9;18620:6;18616:22;18611:2;18600:9;18596:18;18589:50;18656:33;18682:6;18674;18656:33;:::i;18700:616::-;19010:6;18999:9;18992:25;19053:3;19048:2;19037:9;19033:18;19026:31;18973:4;19080:57;19132:3;19121:9;19117:19;19109:6;19080:57;:::i;:::-;19185:14;19177:6;19173:27;19168:2;19157:9;19153:18;19146:55;19249:9;19241:6;19237:22;19232:2;19221:9;19217:18;19210:50;19277:33;19303:6;19295;19277:33;:::i;19321:639::-;19571:6;19566:3;19559:19;19541:3;19597:2;19630;19625:3;19621:12;19662:6;19656:13;19727:2;19719:6;19715:15;19748:1;19758:175;19772:6;19769:1;19766:13;19758:175;;;19835:13;;19821:28;;19871:14;;;;19908:15;;;;19794:1;19787:9;19758:175;;;-1:-1:-1;19949:5:207;;19321:639;-1:-1:-1;;;;;;;19321:639:207:o;19965:184::-;-1:-1:-1;;;20014:1:207;20007:88;20114:4;20111:1;20104:15;20138:4;20135:1;20128:15;20154:168;20227:9;;;20258;;20275:15;;;20269:22;;20255:37;20245:71;;20296:18;;:::i;20327:274::-;20367:1;20393;20383:189;;-1:-1:-1;;;20425:1:207;20418:88;20529:4;20526:1;20519:15;20557:4;20554:1;20547:15;20383:189;-1:-1:-1;20586:9:207;;20327:274::o;20606:360::-;20809:2;20798:9;20791:21;20772:4;20829:45;20870:2;20859:9;20855:18;20847:6;20829:45;:::i;:::-;20905:2;20890:18;;20883:34;;;;-1:-1:-1;20948:2:207;20933:18;20926:34;20821:53;20606:360;-1:-1:-1;20606:360:207:o;21376:174::-;21443:12;21475:10;;;21487;;;21471:27;;21510:11;;;21507:37;;;21524:18;;:::i;:::-;21507:37;21376:174;;;;:::o;22202:899::-;22624:6;22613:9;22606:25;22667:3;22662:2;22651:9;22647:18;22640:31;22587:4;22694:57;22746:3;22735:9;22731:19;22723:6;22694:57;:::i;:::-;22799:4;22787:17;;22782:2;22767:18;;22760:45;22824:12;22872:15;;;22867:2;22852:18;;22845:43;22925:15;;22919:3;22904:19;;22897:44;22972:3;22957:19;;22950:35;;;23022:22;;;23016:3;23001:19;;22994:51;23062:33;23026:6;23080;23062:33;:::i;:::-;23054:41;22202:899;-1:-1:-1;;;;;;;;;;22202:899:207:o;23106:708::-;23445:3;23434:9;23427:22;23408:4;23472:57;23524:3;23513:9;23509:19;23501:6;23472:57;:::i;:::-;23577:14;23569:6;23565:27;23560:2;23549:9;23545:18;23538:55;23641:12;23633:6;23629:25;23624:2;23613:9;23609:18;23602:53;23691:6;23686:2;23675:9;23671:18;23664:34;23747:9;23739:6;23735:22;23729:3;23718:9;23714:19;23707:51;23775:33;23801:6;23793;23775:33;:::i;:::-;23767:41;23106:708;-1:-1:-1;;;;;;;;23106:708:207:o;23819:175::-;23856:3;23900:4;23893:5;23889:16;23929:4;23920:7;23917:17;23914:43;;23937:18;;:::i;:::-;23986:1;23973:15;;23819:175;-1:-1:-1;;23819:175:207:o;23999:530::-;24184:3;24222:6;24216:13;24238:66;24297:6;24292:3;24285:4;24277:6;24273:17;24238:66;:::i;:::-;24373:2;24369:15;;;;-1:-1:-1;;24365:88:207;24326:16;;;;24351:103;;;24481:2;24470:14;;24463:30;;;;24520:2;24509:14;;23999:530;-1:-1:-1;;23999:530:207:o","linkReferences":{},"immutableReferences":{"36086":[{"start":2602,"length":32}]}},"methodIdentifiers":{"_msgSender()":"119df25f","_msgValue()":"45ec9354","_world()":"e1af802c","registerDelegation(address,bytes32,bytes)":"1d2257ba","registerFunctionSelector(bytes32,string)":"26d98102","registerNamespace(bytes32)":"b29e4089","registerNamespaceDelegation(bytes32,bytes32,bytes)":"bfdfaff7","registerRootFunctionSelector(bytes32,string,bytes4)":"742d6118","registerSystem(bytes32,address,bool)":"3350b6a9","registerSystemHook(bytes32,address,uint8)":"d5f8337f","supportsInterface(bytes4)":"01ffc9a7","unregisterDelegation(address)":"cdc938c5","unregisterNamespaceDelegation(bytes32)":"aa66e9c8","unregisterSystemHook(bytes32,address)":"a92813ad"},"rawMetadata":"{\"compiler\":{\"version\":\"0.8.24+commit.e11b9ed9\"},\"language\":\"Solidity\",\"output\":{\"abi\":[{\"inputs\":[{\"internalType\":\"uint256\",\"name\":\"length\",\"type\":\"uint256\"}],\"name\":\"PackedCounter_InvalidLength\",\"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\":\"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\":[],\"name\":\"UnauthorizedCallContext\",\"type\":\"error\"},{\"inputs\":[{\"internalType\":\"string\",\"name\":\"resource\",\"type\":\"string\"},{\"internalType\":\"address\",\"name\":\"caller\",\"type\":\"address\"}],\"name\":\"World_AccessDenied\",\"type\":\"error\"},{\"inputs\":[],\"name\":\"World_AlreadyInitialized\",\"type\":\"error\"},{\"inputs\":[{\"internalType\":\"bytes4\",\"name\":\"functionSelector\",\"type\":\"bytes4\"}],\"name\":\"World_CallbackNotAllowed\",\"type\":\"error\"},{\"inputs\":[{\"internalType\":\"address\",\"name\":\"delegator\",\"type\":\"address\"},{\"internalType\":\"address\",\"name\":\"delegatee\",\"type\":\"address\"}],\"name\":\"World_DelegationNotFound\",\"type\":\"error\"},{\"inputs\":[{\"internalType\":\"bytes4\",\"name\":\"functionSelector\",\"type\":\"bytes4\"}],\"name\":\"World_FunctionSelectorAlreadyExists\",\"type\":\"error\"},{\"inputs\":[{\"internalType\":\"bytes4\",\"name\":\"functionSelector\",\"type\":\"bytes4\"}],\"name\":\"World_FunctionSelectorNotFound\",\"type\":\"error\"},{\"inputs\":[{\"internalType\":\"uint256\",\"name\":\"balance\",\"type\":\"uint256\"},{\"internalType\":\"uint256\",\"name\":\"amount\",\"type\":\"uint256\"}],\"name\":\"World_InsufficientBalance\",\"type\":\"error\"},{\"inputs\":[{\"internalType\":\"address\",\"name\":\"contractAddress\",\"type\":\"address\"},{\"internalType\":\"bytes4\",\"name\":\"interfaceId\",\"type\":\"bytes4\"}],\"name\":\"World_InterfaceNotSupported\",\"type\":\"error\"},{\"inputs\":[{\"internalType\":\"bytes14\",\"name\":\"namespace\",\"type\":\"bytes14\"}],\"name\":\"World_InvalidNamespace\",\"type\":\"error\"},{\"inputs\":[{\"internalType\":\"ResourceId\",\"name\":\"resourceId\",\"type\":\"bytes32\"},{\"internalType\":\"string\",\"name\":\"resourceIdString\",\"type\":\"string\"}],\"name\":\"World_InvalidResourceId\",\"type\":\"error\"},{\"inputs\":[{\"internalType\":\"bytes2\",\"name\":\"expected\",\"type\":\"bytes2\"},{\"internalType\":\"ResourceId\",\"name\":\"resourceId\",\"type\":\"bytes32\"},{\"internalType\":\"string\",\"name\":\"resourceIdString\",\"type\":\"string\"}],\"name\":\"World_InvalidResourceType\",\"type\":\"error\"},{\"inputs\":[{\"internalType\":\"ResourceId\",\"name\":\"resourceId\",\"type\":\"bytes32\"},{\"internalType\":\"string\",\"name\":\"resourceIdString\",\"type\":\"string\"}],\"name\":\"World_ResourceAlreadyExists\",\"type\":\"error\"},{\"inputs\":[{\"internalType\":\"ResourceId\",\"name\":\"resourceId\",\"type\":\"bytes32\"},{\"internalType\":\"string\",\"name\":\"resourceIdString\",\"type\":\"string\"}],\"name\":\"World_ResourceNotFound\",\"type\":\"error\"},{\"inputs\":[{\"internalType\":\"address\",\"name\":\"system\",\"type\":\"address\"}],\"name\":\"World_SystemAlreadyExists\",\"type\":\"error\"},{\"inputs\":[],\"name\":\"World_UnlimitedDelegationNotAllowed\",\"type\":\"error\"},{\"anonymous\":false,\"inputs\":[{\"indexed\":true,\"internalType\":\"ResourceId\",\"name\":\"tableId\",\"type\":\"bytes32\"},{\"indexed\":false,\"internalType\":\"bytes32[]\",\"name\":\"keyTuple\",\"type\":\"bytes32[]\"}],\"name\":\"Store_DeleteRecord\",\"type\":\"event\"},{\"anonymous\":false,\"inputs\":[{\"indexed\":true,\"internalType\":\"ResourceId\",\"name\":\"tableId\",\"type\":\"bytes32\"},{\"indexed\":false,\"internalType\":\"bytes32[]\",\"name\":\"keyTuple\",\"type\":\"bytes32[]\"},{\"indexed\":false,\"internalType\":\"bytes\",\"name\":\"staticData\",\"type\":\"bytes\"},{\"indexed\":false,\"internalType\":\"PackedCounter\",\"name\":\"encodedLengths\",\"type\":\"bytes32\"},{\"indexed\":false,\"internalType\":\"bytes\",\"name\":\"dynamicData\",\"type\":\"bytes\"}],\"name\":\"Store_SetRecord\",\"type\":\"event\"},{\"anonymous\":false,\"inputs\":[{\"indexed\":true,\"internalType\":\"ResourceId\",\"name\":\"tableId\",\"type\":\"bytes32\"},{\"indexed\":false,\"internalType\":\"bytes32[]\",\"name\":\"keyTuple\",\"type\":\"bytes32[]\"},{\"indexed\":false,\"internalType\":\"uint48\",\"name\":\"start\",\"type\":\"uint48\"},{\"indexed\":false,\"internalType\":\"uint40\",\"name\":\"deleteCount\",\"type\":\"uint40\"},{\"indexed\":false,\"internalType\":\"PackedCounter\",\"name\":\"encodedLengths\",\"type\":\"bytes32\"},{\"indexed\":false,\"internalType\":\"bytes\",\"name\":\"data\",\"type\":\"bytes\"}],\"name\":\"Store_SpliceDynamicData\",\"type\":\"event\"},{\"anonymous\":false,\"inputs\":[{\"indexed\":true,\"internalType\":\"ResourceId\",\"name\":\"tableId\",\"type\":\"bytes32\"},{\"indexed\":false,\"internalType\":\"bytes32[]\",\"name\":\"keyTuple\",\"type\":\"bytes32[]\"},{\"indexed\":false,\"internalType\":\"uint48\",\"name\":\"start\",\"type\":\"uint48\"},{\"indexed\":false,\"internalType\":\"bytes\",\"name\":\"data\",\"type\":\"bytes\"}],\"name\":\"Store_SpliceStaticData\",\"type\":\"event\"},{\"inputs\":[],\"name\":\"_msgSender\",\"outputs\":[{\"internalType\":\"address\",\"name\":\"sender\",\"type\":\"address\"}],\"stateMutability\":\"view\",\"type\":\"function\"},{\"inputs\":[],\"name\":\"_msgValue\",\"outputs\":[{\"internalType\":\"uint256\",\"name\":\"value\",\"type\":\"uint256\"}],\"stateMutability\":\"pure\",\"type\":\"function\"},{\"inputs\":[],\"name\":\"_world\",\"outputs\":[{\"internalType\":\"address\",\"name\":\"\",\"type\":\"address\"}],\"stateMutability\":\"view\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"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\":\"systemId\",\"type\":\"bytes32\"},{\"internalType\":\"contract System\",\"name\":\"system\",\"type\":\"address\"},{\"internalType\":\"bool\",\"name\":\"publicAccess\",\"type\":\"bool\"}],\"name\":\"registerSystem\",\"outputs\":[],\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"ResourceId\",\"name\":\"systemId\",\"type\":\"bytes32\"},{\"internalType\":\"contract ISystemHook\",\"name\":\"hookAddress\",\"type\":\"address\"},{\"internalType\":\"uint8\",\"name\":\"enabledHooksBitmap\",\"type\":\"uint8\"}],\"name\":\"registerSystemHook\",\"outputs\":[],\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"bytes4\",\"name\":\"interfaceId\",\"type\":\"bytes4\"}],\"name\":\"supportsInterface\",\"outputs\":[{\"internalType\":\"bool\",\"name\":\"\",\"type\":\"bool\"}],\"stateMutability\":\"pure\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"address\",\"name\":\"delegatee\",\"type\":\"address\"}],\"name\":\"unregisterDelegation\",\"outputs\":[],\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"ResourceId\",\"name\":\"namespaceId\",\"type\":\"bytes32\"}],\"name\":\"unregisterNamespaceDelegation\",\"outputs\":[],\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"ResourceId\",\"name\":\"systemId\",\"type\":\"bytes32\"},{\"internalType\":\"contract ISystemHook\",\"name\":\"hookAddress\",\"type\":\"address\"}],\"name\":\"unregisterSystemHook\",\"outputs\":[],\"stateMutability\":\"nonpayable\",\"type\":\"function\"}],\"devdoc\":{\"details\":\"This contract provides functions related to registering resources other than tables in the World.\",\"errors\":{\"World_AccessDenied(string,address)\":[{\"params\":{\"caller\":\"The address of the user trying to access the resource.\",\"resource\":\"The resource's identifier.\"}}],\"World_CallbackNotAllowed(bytes4)\":[{\"params\":{\"functionSelector\":\"The function selector of the disallowed callback.\"}}],\"World_DelegationNotFound(address,address)\":[{\"params\":{\"delegatee\":\"The address of the delegatee.\",\"delegator\":\"The address of the delegator.\"}}],\"World_FunctionSelectorAlreadyExists(bytes4)\":[{\"params\":{\"functionSelector\":\"The function selector in question.\"}}],\"World_FunctionSelectorNotFound(bytes4)\":[{\"params\":{\"functionSelector\":\"The function selector in question.\"}}],\"World_InsufficientBalance(uint256,uint256)\":[{\"params\":{\"amount\":\"The amount needed.\",\"balance\":\"The current balance.\"}}],\"World_InterfaceNotSupported(address,bytes4)\":[{\"params\":{\"contractAddress\":\"The address of the contract in question.\",\"interfaceId\":\"The ID of the interface.\"}}],\"World_InvalidNamespace(bytes14)\":[{\"params\":{\"namespace\":\"The invalid namespace.\"}}],\"World_InvalidResourceId(bytes32,string)\":[{\"params\":{\"resourceId\":\"The ID of the resource.\",\"resourceIdString\":\"The string representation of the resource ID.\"}}],\"World_InvalidResourceType(bytes2,bytes32,string)\":[{\"params\":{\"expected\":\"The expected resource type.\",\"resourceId\":\"The ID of the resource.\",\"resourceIdString\":\"The string representation of the resource ID.\"}}],\"World_ResourceAlreadyExists(bytes32,string)\":[{\"params\":{\"resourceId\":\"The ID of the resource.\",\"resourceIdString\":\"The string representation of the resource ID.\"}}],\"World_ResourceNotFound(bytes32,string)\":[{\"params\":{\"resourceId\":\"The ID of the resource.\",\"resourceIdString\":\"The string representation of the resource ID.\"}}],\"World_SystemAlreadyExists(address)\":[{\"params\":{\"system\":\"The address of the system.\"}}]},\"events\":{\"Store_DeleteRecord(bytes32,bytes32[])\":{\"params\":{\"keyTuple\":\"An array representing the composite key for the record.\",\"tableId\":\"The ID of the table where the record is deleted.\"}},\"Store_SetRecord(bytes32,bytes32[],bytes,bytes32,bytes)\":{\"params\":{\"dynamicData\":\"The dynamic data of the record.\",\"encodedLengths\":\"The encoded lengths of the dynamic data of the record.\",\"keyTuple\":\"An array representing the composite key for the record.\",\"staticData\":\"The static data of the record.\",\"tableId\":\"The ID of the table where the record is set.\"}},\"Store_SpliceDynamicData(bytes32,bytes32[],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.\"}},\"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\"}},\"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\"}},\"supportsInterface(bytes4)\":{\"params\":{\"interfaceId\":\"The ID of the interface in question.\"},\"returns\":{\"_0\":\"True if the interface is supported, false otherwise.\"}},\"unregisterDelegation(address)\":{\"details\":\"Deletes the new delegation from the caller to the specified delegatee\",\"params\":{\"delegatee\":\"The address of the delegatee\"}},\"unregisterNamespaceDelegation(bytes32)\":{\"details\":\"Deletes the delegation control for a specific namespace\",\"params\":{\"namespaceId\":\"The ID of the namespace\"}},\"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\":\"WorldRegistrationSystem\",\"version\":1},\"userdoc\":{\"errors\":{\"World_AccessDenied(string,address)\":[{\"notice\":\"Raised when a user tries to access a resource they don't have permission for.\"}],\"World_AlreadyInitialized()\":[{\"notice\":\"Raised when trying to initialize an already initialized World.\"}],\"World_CallbackNotAllowed(bytes4)\":[{\"notice\":\"Raised when the World is calling itself via an external call.\"}],\"World_DelegationNotFound(address,address)\":[{\"notice\":\"Raised when the specified delegation is not found.\"}],\"World_FunctionSelectorAlreadyExists(bytes4)\":[{\"notice\":\"Raised when trying to register a function selector that already exists.\"}],\"World_FunctionSelectorNotFound(bytes4)\":[{\"notice\":\"Raised when the specified function selector is not found.\"}],\"World_InsufficientBalance(uint256,uint256)\":[{\"notice\":\"Raised when there's an insufficient balance for a particular operation.\"}],\"World_InterfaceNotSupported(address,bytes4)\":[{\"notice\":\"Raised when the specified interface is not supported by the contract.\"}],\"World_InvalidNamespace(bytes14)\":[{\"notice\":\"Raised when an namespace contains an invalid sequence of characters (\\\"__\\\").\"}],\"World_InvalidResourceId(bytes32,string)\":[{\"notice\":\"Raised when an invalid resource ID is provided.\"}],\"World_InvalidResourceType(bytes2,bytes32,string)\":[{\"notice\":\"Raised when an invalid resource type is provided.\"}],\"World_ResourceAlreadyExists(bytes32,string)\":[{\"notice\":\"Raised when trying to register a resource that already exists.\"}],\"World_ResourceNotFound(bytes32,string)\":[{\"notice\":\"Raised when the specified resource is not found.\"}],\"World_SystemAlreadyExists(address)\":[{\"notice\":\"Raised when trying to register a system that already exists.\"}],\"World_UnlimitedDelegationNotAllowed()\":[{\"notice\":\"Raised when trying to create an unlimited delegation in a context where it is not allowed, e.g. when registering a namespace fallback delegation.\"}]},\"events\":{\"Store_DeleteRecord(bytes32,bytes32[])\":{\"notice\":\"Emitted when a record is deleted from the store.\"},\"Store_SetRecord(bytes32,bytes32[],bytes,bytes32,bytes)\":{\"notice\":\"Emitted when a new record is set in the store.\"},\"Store_SpliceDynamicData(bytes32,bytes32[],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.\"},\"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\"},\"registerSystem(bytes32,address,bool)\":{\"notice\":\"Registers a system\"},\"registerSystemHook(bytes32,address,uint8)\":{\"notice\":\"Registers a new system hook\"},\"supportsInterface(bytes4)\":{\"notice\":\"Checks if an interface is supported by the contract. using ERC-165 supportsInterface (see https://eips.ethereum.org/EIPS/eip-165)\"},\"unregisterDelegation(address)\":{\"notice\":\"Unregisters a delegation\"},\"unregisterNamespaceDelegation(bytes32)\":{\"notice\":\"Unregisters a delegation for a namespace\"},\"unregisterSystemHook(bytes32,address)\":{\"notice\":\"Unregisters a system hook\"}},\"version\":1}},\"settings\":{\"compilationTarget\":{\"node_modules/@latticexyz/world/src/modules/init/implementations/WorldRegistrationSystem.sol\":\"WorldRegistrationSystem\"},\"evmVersion\":\"paris\",\"libraries\":{},\"metadata\":{\"bytecodeHash\":\"none\"},\"optimizer\":{\"enabled\":true,\"runs\":3000},\"remappings\":[\":@latticexyz/=node_modules/@latticexyz/\",\":ds-test/=node_modules/ds-test/src/\",\":forge-std/=node_modules/forge-std/src/\"]},\"sources\":{\"node_modules/@latticexyz/schema-type/src/solidity/SchemaType.sol\":{\"keccak256\":\"0x650927696f7518fa216f2d6001835e9fdb419518034c781e86d2a2d33f4ecd2a\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://72e91ac32ed00d36bd22fefeaf4ce1e9420143ddab7080eeb720c668a117bf44\",\"dweb:/ipfs/QmdVqn18WZvx5p84MDJPsB5tfVoXDR86wzm4sLx6WrGYYL\"]},\"node_modules/@latticexyz/store/src/Bytes.sol\":{\"keccak256\":\"0xf506b8e9521a2173ae51aca038b86f705ac6c10fc6361c5df32ea37c7218fdbd\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://9ce5626141f377ea6c9477a27205fa23013c321423950a97f75a2685ac401c55\",\"dweb:/ipfs/QmfYjQmUcQUm46dRHbiYkUnoBokHuS58WZUd8oSdGKKohy\"]},\"node_modules/@latticexyz/store/src/FieldLayout.sol\":{\"keccak256\":\"0xc6aa930fb9a3df986870e3c77e567cabff12ae5e7b2c2af69669390e018d3728\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://a8d6d40675ddd6575538cfa915f73fc8379f4c154b034220df2cf6b7be6d9baf\",\"dweb:/ipfs/QmS7RNEDNBq6YwVJ1gPfs36CJg9d6h5MaxPRtuL3726uEK\"]},\"node_modules/@latticexyz/store/src/Hook.sol\":{\"keccak256\":\"0x6041a89e90293b15acf91378e329815cb857d79f0b384918cd97292378ed5c09\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://0e263d3c8230b4a4852e3b66058e9c36e946cf64471ffd0ac7f54b7a37f329f4\",\"dweb:/ipfs/QmdCnZE1G5PX4ZswUiR6t2DWMRDbVdJYaCzbCF4hbDTKc2\"]},\"node_modules/@latticexyz/store/src/IERC165.sol\":{\"keccak256\":\"0x0efbf9afc716c585621482221f75e5bd60bcf0e813c9f7800d7c0309dcc3c927\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://31b6aeb5446a0a0d5bd71be15a68c5bde94b08c961369203b83c8abe36f401d2\",\"dweb:/ipfs/QmXhComne4es9ZMKaGNqHCdJZrFoFssxMYgLaqvCXPL1Mg\"]},\"node_modules/@latticexyz/store/src/IStore.sol\":{\"keccak256\":\"0xa95a7b8095a313078abe9b3953fa4512aac88ead4526e37023583cb5dc274cb3\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://8a878403e5133ec5f250d752e7b7495e2b13420cd3a42fb59aa6d5f8ee6d188b\",\"dweb:/ipfs/QmUGxeD5Y7B5goNNgFcgaAakjoSr4YtVaE3CMAypRUZGmc\"]},\"node_modules/@latticexyz/store/src/IStoreData.sol\":{\"keccak256\":\"0x174b2e5a5f80094d752cd2a36f1fbdf50e81b1e203216b9e5a6f33e02d606cec\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://59e6de780b55c1937a7148d3cc07ec137c3e2f243f331ba0b70f3262d919c1cb\",\"dweb:/ipfs/QmTJbh6ybPsZE9pFziTztstWxmh6ogUgMa6E81M6PMTA6g\"]},\"node_modules/@latticexyz/store/src/IStoreErrors.sol\":{\"keccak256\":\"0x4b471eb3b98a51f15992f7e4cfb7a7d8e842410f081ea03ef85d3a7b34c35f79\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://e7e82faaea290036677562d8a3a8502f5f871b1368b58ac38897e0ef67216d84\",\"dweb:/ipfs/QmfCj4CtNZ7LYkWUAYcMoyp3X7PFJkUjXgBwbzXkbkDFL6\"]},\"node_modules/@latticexyz/store/src/IStoreEvents.sol\":{\"keccak256\":\"0xfdeeba7e17c947285610d49d85d402cfe5286c046814f827c1aaa37636c16d8f\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://5fde8b7c7caf4dcdcb524565cb8745d897d4d22d88fa0744f9db4b3d36a1eee1\",\"dweb:/ipfs/QmbUe4pfJeRqiiPz31BKWbYv12cz8Lz3Ky5yKydtTb4FY9\"]},\"node_modules/@latticexyz/store/src/IStoreHook.sol\":{\"keccak256\":\"0x677224ab340753edf523ccff8c9d6ede987addbf0d7bc13d0e479306f3866a99\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://6c0285a7684490d6e65d6f91b3631abdafb135d200ea9068e730dd98017a305e\",\"dweb:/ipfs/QmcURHZiMGnSET9P2iSgph22F6iFdoDbN4WmJsHxTAT5G9\"]},\"node_modules/@latticexyz/store/src/IStoreRead.sol\":{\"keccak256\":\"0xe246addf70a3fe65f19e2ab0048d48785bc2ef2f75884eeade151aef59ff5449\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://389022221307160febdec33a7fbdd82fcfbdd1fa6f9b1c67ffe3bf0467d2c924\",\"dweb:/ipfs/QmWunXryDsJZJBwdXxKetRH1vB4tkwTXsdzoM4nePGVvaA\"]},\"node_modules/@latticexyz/store/src/IStoreRegistration.sol\":{\"keccak256\":\"0xf6d2871ca67aacadfd5dd4caef45440a571d932e68a04466f2674e481e79e167\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://260067ed037789d073f407db1d416171e33c79e9b584090794d05e990ee88b67\",\"dweb:/ipfs/QmbAA4Ynfy5aQv71JkZrPcdt2iqc3NK8DcAL1mnx7M1WYC\"]},\"node_modules/@latticexyz/store/src/IStoreWrite.sol\":{\"keccak256\":\"0x7f6d8a25eea4a9d51de396ff64215e2567b29ce607538f04ec1a4ae2efb591bc\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://8ae6e34ba2e92bd3cb8dd556838f4e3caa6c3feaf9e2d63649afa944cb5e3263\",\"dweb:/ipfs/QmR1oNRLp87pnrnxrujdT7JU1Gzwq22rVukKUkXmwNBVSC\"]},\"node_modules/@latticexyz/store/src/Memory.sol\":{\"keccak256\":\"0x79954fa7614943899ad13b27ca0c2bf27c996d7b82a0e347afa48d7a4bbc6e2d\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://34f7d6e209bcc6e379e004ae5a03f909e23e4e87956205610f4e39969b968912\",\"dweb:/ipfs/QmZQeHDwtUBEpTSWn9L7AZ1id6dUbEHmLo6Cj3f9jKRqVM\"]},\"node_modules/@latticexyz/store/src/PackedCounter.sol\":{\"keccak256\":\"0x6dc7a614a120b1940ca8de1924e59895a42ef5f0e22d81a9221790fd76687c2e\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://b638521a9590a62c4e976f12be43d0370246836b90227cbf2e306888331986f6\",\"dweb:/ipfs/QmcEpcjHhL9rawjJRuMJvtTv3YwN2ggYsQHXZeoF88VRFX\"]},\"node_modules/@latticexyz/store/src/ResourceId.sol\":{\"keccak256\":\"0xdca93829ef7e90c12678d3b7bcafee1d3ec9499abfc76c91edd188a8923f4f18\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://3193518ae917765035c845266de41ccebde7a7a06ee6fd7f000534a530975ab2\",\"dweb:/ipfs/QmYr9dCG2HKUMrXHevyRanqsPRHYpD2dnpgZkvwZYqWHe9\"]},\"node_modules/@latticexyz/store/src/Schema.sol\":{\"keccak256\":\"0x21d008da9dd112938ad5381264dce39be7855002076afa01d78dc6421a951fd8\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://1af33c3d662d6ba193987ec62c865e05b53ced4904bff9a5729ab3ada2ca3a99\",\"dweb:/ipfs/QmUSXF3R7LwQWW8P6BZCrt3MAgGN5UwiiaHB3DGCSBZLL5\"]},\"node_modules/@latticexyz/store/src/Slice.sol\":{\"keccak256\":\"0x1f04af14e5040f71bd3daa79b90245a275e52f8d0294c17ae5bfe9aa727651a5\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://d76533959ded2f58434ae9f89fe8c3ff66095ec94e829f89914b362751799e3a\",\"dweb:/ipfs/Qmb1e12g6Sku2u1R96qei1GhqSNi1sZhKRCb111SyNk1ta\"]},\"node_modules/@latticexyz/store/src/Storage.sol\":{\"keccak256\":\"0x48c9749d33f06406b8033b3df67002836d1b356c6ae8282865e7b437941ed61f\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://931e1275db62ba2f9410ee8a8ab384ece2a7031cdf446c50696078f9da24a04d\",\"dweb:/ipfs/QmTXzyjLNj5KuJUHfe1T3awroK5DLkCU4dm6RR4pSUVrfE\"]},\"node_modules/@latticexyz/store/src/StoreCore.sol\":{\"keccak256\":\"0x7cafc150d77cb46ecb49b1a1a7d43cc17e21a095596cf544cc8ba6bfe7ed7f20\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://889cadacfbc667e10a7a83ac34e858c76d0472d04cad72c7691a84879e503ce3\",\"dweb:/ipfs/Qmcm6GFFoGFw2nmuz3Z2NRAgqfBPFZixHppmQzZM4Fy3sR\"]},\"node_modules/@latticexyz/store/src/StoreSwitch.sol\":{\"keccak256\":\"0xbe5cb815a5d073d1d94fc73a3a02a151ffb4e9ce299f00580c6c2d9cd339d7c9\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://b7416ec2aeef38b06c4e559dc3e76fa8cd51f54c06cc58aeed613f44dfd3c3ff\",\"dweb:/ipfs/QmRp6ZmUckpmGKG31wyZSxtgmUJZS2y85sRP2UU9Foajn7\"]},\"node_modules/@latticexyz/store/src/codegen/index.sol\":{\"keccak256\":\"0xa59c43271d363f2366d6f6732ae586b1a36a3ffa4906b8f5cbbf19d3d314562c\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://2bd7c9f8f9ad579a8dfec566b2bd2e646f8065ce8a07e6732e11a4a3a2be7787\",\"dweb:/ipfs/QmWBwZGnYYxEiRjFKSsu1mFtCWJYw3XSojhn7zmc5YE4vG\"]},\"node_modules/@latticexyz/store/src/codegen/tables/Hooks.sol\":{\"keccak256\":\"0x2e81480e081ce6ad4917ecc634e5c9b7a5674068992ae8d9088f0f6296da3bf7\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://2acfdee4dd4c0347ec214273184f267db0e7edc82e586600501d13581dbb5551\",\"dweb:/ipfs/QmcD945zNdGfkwKVvKHA2fpBGictaz4cVMnNm96SmTG5qY\"]},\"node_modules/@latticexyz/store/src/codegen/tables/ResourceIds.sol\":{\"keccak256\":\"0x29ed1bd962e594e00a9b921ddbbb202a47206adbece718721483a69593b88763\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://786df2eca996d18660a4ea7d059dfb8c8476fe5cc8f14e0ce5c8f237e08444ea\",\"dweb:/ipfs/QmQ8dbVA2rMgcb9rznHVjn8DGH9U8bZuHmebukjkYxs2Av\"]},\"node_modules/@latticexyz/store/src/codegen/tables/StoreHooks.sol\":{\"keccak256\":\"0xe9c42e51b6d20496dde8e8013680ec4a4ea1229fd57f0364a2a061c14c1c115b\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://2bcbeeb7b3de32fc68102f7875d71348d5a0171dbb50937d6ebeb28dd10d4ed4\",\"dweb:/ipfs/QmPY91z4D25KGLU2nhnZgb538Mh1mi46RbwHQB8kZvXd4h\"]},\"node_modules/@latticexyz/store/src/codegen/tables/Tables.sol\":{\"keccak256\":\"0xf80e355b361d29b0169483074b73e2502b228d539d5b3511239edfa9644ae270\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://067d0b61a94453ed29f985cee8d237b46ef1c95f790848a927951e951ebe5a44\",\"dweb:/ipfs/QmVjF2vEnRXzq1GHXwXd9iHJAfyrZNA2wAuygpZv6dGRTB\"]},\"node_modules/@latticexyz/store/src/constants.sol\":{\"keccak256\":\"0x2fe1752ecfb01c2de84cd9ae0c47fef85f9f0a7668ae31dc8b19724570eaad50\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://cb90fb960543d00b37df49274c3b7bda6f2c8fb1b363226610f6de7f5bffc7c2\",\"dweb:/ipfs/Qmc1ZQ6xPm8jXaWbc9Lakq2uZxY3pqtVC8r3WnNDFgLGTN\"]},\"node_modules/@latticexyz/store/src/rightMask.sol\":{\"keccak256\":\"0xbde7a13eb04663ffd62c3eac929abde4bf8d4fb4c434e510782af01045b78410\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://3b629c78d8e194824b07bbf66f62d5bb94ce883100f5523cb545d3e980792f38\",\"dweb:/ipfs/QmWCRbCT55mnusK1abavXvwM4uN9QStcML4ZgjUG9L6V8S\"]},\"node_modules/@latticexyz/store/src/storeHookTypes.sol\":{\"keccak256\":\"0xcc16f330a9cb5f9f095e2bfc62c67818f2b91a229223c64c87891f1cebfc0305\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://1384e4acac4553089859ff1368f358e5c81ceba986a902e5ec082801de097f64\",\"dweb:/ipfs/QmXcEESML4KRKCfwxvC3tsW9jiA8PE7pxPuZ8L1t1wiNby\"]},\"node_modules/@latticexyz/store/src/storeResourceTypes.sol\":{\"keccak256\":\"0x515001322ebb9b58c62be0bd96ba65dc82841cc550533f283813ad24baaf2554\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://b014d298897dfc75189c10f5e3d970d8368db734c545f6c7d4833cec9c7117eb\",\"dweb:/ipfs/Qmcs7rTdh6zVyDHczXW6mEJqVmndZZTDSjNC1jouf43hTX\"]},\"node_modules/@latticexyz/store/src/tightcoder/DecodeSlice.sol\":{\"keccak256\":\"0xcf8e6e16b76972b6a96ea6b428d7298fc174a840fc8c5c09b6fe2030d31600d7\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://025cf5112618018efd416155c9df257cd28447629bd79c0c37655a8e22c0e4f4\",\"dweb:/ipfs/QmaqeqzGVrAK6rQqQgCzs8UJMWrWmR52jqzN8jqRdaY1kT\"]},\"node_modules/@latticexyz/store/src/tightcoder/EncodeArray.sol\":{\"keccak256\":\"0x248c35b8efaf6a0b0229fd81cafcb8fac6a54662187b56b49574b10e9c3ebf29\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://63b6c95da7d63346db3b741f836b20e23f8e46a6245efdfa6443b204edecabcf\",\"dweb:/ipfs/QmY79DfLgvMsTSZJzwbYmzGYE2ajCumu3ruQ2GpDyYbVqY\"]},\"node_modules/@latticexyz/store/src/tightcoder/TightCoder.sol\":{\"keccak256\":\"0x08f257c62602117fe4943580b0a19f19cf696b22000afd927a2159e24625a13a\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://40ee497f86d4192794a5592264e356dcda27bbe275f6a110dfbc3c3b67798205\",\"dweb:/ipfs/QmW98aRsWSvUzwvX8FkweFDrgGS9YKr8KvfnFrT5HkMtvT\"]},\"node_modules/@latticexyz/store/src/version.sol\":{\"keccak256\":\"0x1cf2e205960520ded9a1ac8a6f4e4e25b5153114939adc7acb66122aba88af61\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://7b41a9da0859000750196a14db7352e12fbe0d55e3849a468fe41b23ffa847ed\",\"dweb:/ipfs/QmTjkrru4tcqXx38k49C2ris5ednawtkfdcW5EVRNJYBKU\"]},\"node_modules/@latticexyz/world/src/AccessControl.sol\":{\"keccak256\":\"0xc1b9fa9167dc3d39d5591d0b2d5f7c3c12ad6aeaa0a1b83b1e326ebd104de439\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://ed0ff59e3240fc85509fc5a1bc9c158f2056bd4be82ba88100ed138afc08d60c\",\"dweb:/ipfs/QmZScS3xhT8EMX4RrnVEqWm1VrGBG9JiA6aiZWtWMphF7q\"]},\"node_modules/@latticexyz/world/src/Delegation.sol\":{\"keccak256\":\"0xd049053827c730ad69585c1c7eb52b4fd9774370063aab461021a111ee0bc86a\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://e5a05e41e45c0054e835565046276d830581ca181e7ff3d83b15c71b6e01af89\",\"dweb:/ipfs/QmZYGFT621rS5fE2WXKX5wqBMENguMuY7DqaXPkZ2rcEfZ\"]},\"node_modules/@latticexyz/world/src/ERC165Checker.sol\":{\"keccak256\":\"0x26204bcfddbc272eae391f4512a629f53697867d582ea8cabcd6a8e04a255270\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://46944bac8253250ba3f645a6164df8e996738bc76a544867677e54ede57619a1\",\"dweb:/ipfs/QmY1XSxQY9MuQSEvGaeQT6kqmeJ3VhYyRRTfzCkRmdsWsX\"]},\"node_modules/@latticexyz/world/src/IDelegationControl.sol\":{\"keccak256\":\"0x9f0dcc1cd281b51a5d3d8f75a55ce8cfb2577c88a9b6644ee144fe260c14e60e\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://85d99d96c33512968e2c3ef68777bdf65305de0b01597e182750ce2c152e089d\",\"dweb:/ipfs/QmZwB163CzPuHJGPW8LPL8pHsEdvkYmBuoEVbu3JqNSTkC\"]},\"node_modules/@latticexyz/world/src/IERC165.sol\":{\"keccak256\":\"0xe00be0c676fa14949ecc4324ae3e932834b0550e2fabbc813b5aa49cf0e2b695\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://700a595ee72389add0e9aef8ae6c2cafc5336b0dc2c43e580ce4d9546ca0dee3\",\"dweb:/ipfs/QmPfRtR5591tJPSvu9mz9J26qSwEjFm5FK8D99jA3qHZCe\"]},\"node_modules/@latticexyz/world/src/ISystemHook.sol\":{\"keccak256\":\"0xad31c270fe5bf23869fe4a55a9a8d3372871c595f6b0f9a197e810051ab1bfdc\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://af7acd6a86410c6d2586739e370134265521cf522fec0c3091804c0d0f99a0fc\",\"dweb:/ipfs/QmRRbUbw89Z3tva95UTvxKhFwn5ddYNMiHbVs6Nnmpsty3\"]},\"node_modules/@latticexyz/world/src/IWorldContextConsumer.sol\":{\"keccak256\":\"0xd3645ee90c73dd991659a140c0132c5a2aaf27a296c457737b212d87b2f66402\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://519d81e2bc7233b1488339eaf9220f7eb57086dd3ee8e1831708ebc6e87f00db\",\"dweb:/ipfs/Qmf8RjMxuPXbteMeEB3vstjutsCrmveyBFCjVFt7nSYgtc\"]},\"node_modules/@latticexyz/world/src/IWorldErrors.sol\":{\"keccak256\":\"0x149d3c2b4bbea21047fc8cf79236488764dd8dde6e440dbc37067a8ce8831bbd\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://d2f340a5616cafd1d80e6ef79f1620102d3d64730c6aa19ecdbb4ca86aaa59b2\",\"dweb:/ipfs/QmWoXP1BKj8U3ZXXoiTRENCxVaaCxrKAenwCZbCVbyfaZ7\"]},\"node_modules/@latticexyz/world/src/System.sol\":{\"keccak256\":\"0x1d380574763b720a8950dc0a14d519c2532f9f27c8115116f0a6f7916c9606b3\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://a395df820ee46be3dcdb36682183811a86cdc848dbd56ecc2a21785a42785cf9\",\"dweb:/ipfs/QmeiuzuHjQuv4GHXXiRkBkxhyN7e9Vy19TYfAccnxWej91\"]},\"node_modules/@latticexyz/world/src/SystemCall.sol\":{\"keccak256\":\"0x9c3e1e5eb40d130e90726ca4bfabd748d190d076ecd95c668f038635f751cad2\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://40ba8d4ea85cdac5b622117bf70f56466bfd8b3b693fbb4ab266630768f8865d\",\"dweb:/ipfs/QmQ8ttFdCFJdw1thyDJHheoWNkdpQUM2u7kZzi4zj6mYh7\"]},\"node_modules/@latticexyz/world/src/WorldContext.sol\":{\"keccak256\":\"0x4b83d5791209b8f39773b07e5f162dfd0617f5f9b5b4bd371c087412e5ad01cf\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://033a3777136e6d5c581efc8bf2535403abe44874409c85d17a353fae6dc56006\",\"dweb:/ipfs/QmaXepBDVnmnMdVzuxbGT2qo5vqWnjB75KNCCdxRehrBMX\"]},\"node_modules/@latticexyz/world/src/WorldResourceId.sol\":{\"keccak256\":\"0xf668eeaecd294a2b8b9e1a771161373af84abe42b8a9820cf9d3092a9a1e64bd\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://01f2939361e51497304e66bdcd9cb33bfea95737fce41ca731f20d3b5dbd5f74\",\"dweb:/ipfs/QmayLveLBSq8axMgbouD411V5BTiYXKbg9ddEpxjcMU4ez\"]},\"node_modules/@latticexyz/world/src/codegen/tables/Balances.sol\":{\"keccak256\":\"0x705f45c60cd9f5cf5ed2b92d73bef71f2c234ec281297dae79779860cfdf9e6f\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://b927d760e5f09c72c421ad62ab8da11a38a2a47d321e6b023e3d7c2a4a46a458\",\"dweb:/ipfs/QmXMDWhE5gVHURzFAL7cyA7EeFJRkykZRZwRV9qrTBj13Y\"]},\"node_modules/@latticexyz/world/src/codegen/tables/FunctionSelectors.sol\":{\"keccak256\":\"0x88a0bc28aa9ef62f524fd2592cc0aaaf3e33a8cb0c7674c6dba7f2115be551f8\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://c64f10d7f97971fca0b7b2ab5b38f8d06d85d54b7b34d8ddc90da17264dae7dd\",\"dweb:/ipfs/QmeMgiefFv9fvetswGBG3q2LzL1SJ6zNwBwupSgVpSmpDG\"]},\"node_modules/@latticexyz/world/src/codegen/tables/FunctionSignatures.sol\":{\"keccak256\":\"0xfcaedc1b1a23f7b2c40fbc5cc71d1781de18f0b1cfbc40a83876852659137d2b\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://d8bad7219652c0f76a46107facc5fdcde7c1d3798d201499d87a7f584ac46db7\",\"dweb:/ipfs/Qma1yhF31Q9wxDYjQ8eCYdjpLVXjC2VVHMCipUjPVrRVdF\"]},\"node_modules/@latticexyz/world/src/codegen/tables/NamespaceDelegationControl.sol\":{\"keccak256\":\"0x05b07d7a06c7e801fb0c0143dde8fce02907d9940f2862b63dcf085d43e54fdf\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://18eaa2e74e9db4d142a7743c6ab9bfa5e9ff5c3700c0db148840266c4ac8ad35\",\"dweb:/ipfs/QmRiBMxuzDRTST9C4nu8jo6z2D44HYG6VEpKNyDPa6HMhS\"]},\"node_modules/@latticexyz/world/src/codegen/tables/NamespaceOwner.sol\":{\"keccak256\":\"0x1bf6746d0154dc5464f394e5b3d8d66398a55eaff68f6e2c3f3f964d8daf39cd\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://b902e62ea9758145aaa0677c04b764cf721ba103b8294191cdc4ba6c25f3ba9e\",\"dweb:/ipfs/QmT3m18HiJd8BT1j5pWeXkGMQjqRCfKDiFvoBTBJ8ZKruv\"]},\"node_modules/@latticexyz/world/src/codegen/tables/ResourceAccess.sol\":{\"keccak256\":\"0x57b12c2ff2649db6dd7e2acacece0c5fbdcc0f0bff9b28c685c93d4372688568\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://3a9c39f46cf1e43b13b4a94fad22fde80223f6b5e39c87ca5a8f5d76432d1a3c\",\"dweb:/ipfs/QmNdEEiM7acceMy4ojy9oFKvba7Yjm3MXF1hpnRoWTaAsD\"]},\"node_modules/@latticexyz/world/src/codegen/tables/SystemHooks.sol\":{\"keccak256\":\"0x65c5544ed57f2e01d6729339461496fa3db50dd843db6de163e6cca2b9b17c68\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://9d8acc162ac647954ffcfd98f6083823713b10d8dc4a05defc18199e9929faf2\",\"dweb:/ipfs/QmVEwCPrDFcQ84qbJyfm3dNEXuqMbUVVqi5DddmJUREriD\"]},\"node_modules/@latticexyz/world/src/codegen/tables/SystemRegistry.sol\":{\"keccak256\":\"0x98b313c90edc060aed54e1728c5931e104914d485dfb0099099dc469773c6194\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://595d820d40e7faceb413613f24d56e82d13e3e53dd86c69627f1c0f134b5705c\",\"dweb:/ipfs/QmUosi7xfNsg5ehaPNZ7tpU3UxyBMbfQW1ESyqH8Bk73JU\"]},\"node_modules/@latticexyz/world/src/codegen/tables/Systems.sol\":{\"keccak256\":\"0xb9b4eada80dfde28cc334d7a8ede2a57b92f3b42f3501af693ba981ba38b8f21\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://c6edf1eb4a0d1730b331eff58f3f26aa037fed7767b6d420a28b905134908bf7\",\"dweb:/ipfs/QmXyZNb5SvwLJ7eG2mrFLDyC6Q2wKPGiHyeQQ21cQLujJR\"]},\"node_modules/@latticexyz/world/src/codegen/tables/UserDelegationControl.sol\":{\"keccak256\":\"0x25c8832ec6db8bc83d0a3c274d8cb49f93bfc57e2b0125c739caf19c1a2c8a51\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://a226cf322efa14384b1191263136af4792d5e6285a7ffa9030218a44ec97d571\",\"dweb:/ipfs/QmYC19AoGU6v15mzTKq2oHWMKUeRnzxGEkKgHVEUcUKw91\"]},\"node_modules/@latticexyz/world/src/constants.sol\":{\"keccak256\":\"0xb8320f88ed5519a4fe2554ad94815ce328a50fef7719932375d6ce695265c2f5\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://a8f5de30fbcc63e469e46ad4a4d4bcd7d8e4b4f2d31fcf62a04aca48d999af22\",\"dweb:/ipfs/QmXw1jDQM2szfRY3tAGrRy6fEzte6yVFgebJAqCLMDHndV\"]},\"node_modules/@latticexyz/world/src/modules/init/LimitedCallContext.sol\":{\"keccak256\":\"0x95e23ed6d143242d8232f484f86c5ed14964d3b3b592a83ac8ad22239a9001aa\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://2974121de686e47139d8adb6bdc7fd0854a56c745cc0497b8a8d88b55a3e77d6\",\"dweb:/ipfs/QmcXGbZL3wnFdJA8cvj9NnQtrnmkj2co84u3CJphYMg2Lc\"]},\"node_modules/@latticexyz/world/src/modules/init/implementations/WorldRegistrationSystem.sol\":{\"keccak256\":\"0xe4b91af36de3852dea10f354ee91b7e6c8a78a0f4c40f72b94bdca411599ca6e\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://fd5e616104f0eb8c261f55901579b09871e91784995e3cb1055ac575995f7535\",\"dweb:/ipfs/QmYinJme183sz4QXH642734s62U8YkGWZ5fNPPfC6GzJmw\"]},\"node_modules/@latticexyz/world/src/requireInterface.sol\":{\"keccak256\":\"0x95e9469529f790727966c513ed19b42abf065a2cd482faba4b8e3404edfb8730\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://da63bf514679a87134d2c36563c9c398906e1e06b27cb17eed10895cd7c87658\",\"dweb:/ipfs/QmUrfkw8YTs6zUq5eaWPgdLmTUJVsp1CRBGQz6kdh7bs3C\"]},\"node_modules/@latticexyz/world/src/requireNamespace.sol\":{\"keccak256\":\"0x3a98f80c6438d8670281c5ef1ecfc7ddc9c7c0d09fa66d54dda4fa812c89baa1\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://fb7093a4816d52af381d8959601046a1d307fb32b11dfb787813144eb01ca9c6\",\"dweb:/ipfs/QmUj9hw39TNTtamhWvYAe647CYvNuTfxwsYSu2H4QmHfPi\"]},\"node_modules/@latticexyz/world/src/requireValidNamespace.sol\":{\"keccak256\":\"0x75f4a72a942bd59d237e6a1329da8f9a582b8d3d94ffeeb2ee4d7cfe992881bc\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://5d6d3c0bb90663d8d411ef056faf0a126727fdeba806efea4403815943b94027\",\"dweb:/ipfs/QmXrAEDnRrqj3137fXPc91jyDMHFZHHJ39NmMUEh1y2AgL\"]},\"node_modules/@latticexyz/world/src/revertWithBytes.sol\":{\"keccak256\":\"0x0e18f180961360de71b9374363cf31bf97e489fc895ff900946b515eeb7ecb3a\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://e85a5e2c0e79ef39a6e367b3b653d475f702fb8f4e14f5817ca3091480e21eb8\",\"dweb:/ipfs/QmeoYVTLo3LncJRD3mqc5bMSHY3Rc9N3yveu6pH2uRVCGW\"]},\"node_modules/@latticexyz/world/src/systemHookTypes.sol\":{\"keccak256\":\"0xf312c694828e49cd263d1df8ba82beb0376ce8dce1337f9e62ec52e3ed36a145\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://2b060c176e46fa6e55d2f525d1f1c64e3c371e6bf24b6d0ff05ae20b3c0c0c0d\",\"dweb:/ipfs/QmdLfnBQrYnLq1iwjX9UyzpDqe6EyJ21T56ZWUVJr1VQCy\"]},\"node_modules/@latticexyz/world/src/worldResourceTypes.sol\":{\"keccak256\":\"0x3478328afa3363bcb25271cdcd4c23355f53be785ae0aab5159490122831b8ed\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://5192c5d7dbe1e5521fc9af4830c991be7209652080c507ee6860cc3746dce96d\",\"dweb:/ipfs/Qmbf6ge8pEwaGhjei7MKFCNk9UbCb55AvUadbbeqyNKJ12\"]}},\"version\":1}","metadata":{"compiler":{"version":"0.8.24+commit.e11b9ed9"},"language":"Solidity","output":{"abi":[{"inputs":[{"internalType":"uint256","name":"length","type":"uint256"}],"type":"error","name":"PackedCounter_InvalidLength"},{"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":"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":[],"type":"error","name":"UnauthorizedCallContext"},{"inputs":[{"internalType":"string","name":"resource","type":"string"},{"internalType":"address","name":"caller","type":"address"}],"type":"error","name":"World_AccessDenied"},{"inputs":[],"type":"error","name":"World_AlreadyInitialized"},{"inputs":[{"internalType":"bytes4","name":"functionSelector","type":"bytes4"}],"type":"error","name":"World_CallbackNotAllowed"},{"inputs":[{"internalType":"address","name":"delegator","type":"address"},{"internalType":"address","name":"delegatee","type":"address"}],"type":"error","name":"World_DelegationNotFound"},{"inputs":[{"internalType":"bytes4","name":"functionSelector","type":"bytes4"}],"type":"error","name":"World_FunctionSelectorAlreadyExists"},{"inputs":[{"internalType":"bytes4","name":"functionSelector","type":"bytes4"}],"type":"error","name":"World_FunctionSelectorNotFound"},{"inputs":[{"internalType":"uint256","name":"balance","type":"uint256"},{"internalType":"uint256","name":"amount","type":"uint256"}],"type":"error","name":"World_InsufficientBalance"},{"inputs":[{"internalType":"address","name":"contractAddress","type":"address"},{"internalType":"bytes4","name":"interfaceId","type":"bytes4"}],"type":"error","name":"World_InterfaceNotSupported"},{"inputs":[{"internalType":"bytes14","name":"namespace","type":"bytes14"}],"type":"error","name":"World_InvalidNamespace"},{"inputs":[{"internalType":"ResourceId","name":"resourceId","type":"bytes32"},{"internalType":"string","name":"resourceIdString","type":"string"}],"type":"error","name":"World_InvalidResourceId"},{"inputs":[{"internalType":"bytes2","name":"expected","type":"bytes2"},{"internalType":"ResourceId","name":"resourceId","type":"bytes32"},{"internalType":"string","name":"resourceIdString","type":"string"}],"type":"error","name":"World_InvalidResourceType"},{"inputs":[{"internalType":"ResourceId","name":"resourceId","type":"bytes32"},{"internalType":"string","name":"resourceIdString","type":"string"}],"type":"error","name":"World_ResourceAlreadyExists"},{"inputs":[{"internalType":"ResourceId","name":"resourceId","type":"bytes32"},{"internalType":"string","name":"resourceIdString","type":"string"}],"type":"error","name":"World_ResourceNotFound"},{"inputs":[{"internalType":"address","name":"system","type":"address"}],"type":"error","name":"World_SystemAlreadyExists"},{"inputs":[],"type":"error","name":"World_UnlimitedDelegationNotAllowed"},{"inputs":[{"internalType":"ResourceId","name":"tableId","type":"bytes32","indexed":true},{"internalType":"bytes32[]","name":"keyTuple","type":"bytes32[]","indexed":false}],"type":"event","name":"Store_DeleteRecord","anonymous":false},{"inputs":[{"internalType":"ResourceId","name":"tableId","type":"bytes32","indexed":true},{"internalType":"bytes32[]","name":"keyTuple","type":"bytes32[]","indexed":false},{"internalType":"bytes","name":"staticData","type":"bytes","indexed":false},{"internalType":"PackedCounter","name":"encodedLengths","type":"bytes32","indexed":false},{"internalType":"bytes","name":"dynamicData","type":"bytes","indexed":false}],"type":"event","name":"Store_SetRecord","anonymous":false},{"inputs":[{"internalType":"ResourceId","name":"tableId","type":"bytes32","indexed":true},{"internalType":"bytes32[]","name":"keyTuple","type":"bytes32[]","indexed":false},{"internalType":"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":"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":"systemId","type":"bytes32"},{"internalType":"contract System","name":"system","type":"address"},{"internalType":"bool","name":"publicAccess","type":"bool"}],"stateMutability":"nonpayable","type":"function","name":"registerSystem"},{"inputs":[{"internalType":"ResourceId","name":"systemId","type":"bytes32"},{"internalType":"contract ISystemHook","name":"hookAddress","type":"address"},{"internalType":"uint8","name":"enabledHooksBitmap","type":"uint8"}],"stateMutability":"nonpayable","type":"function","name":"registerSystemHook"},{"inputs":[{"internalType":"bytes4","name":"interfaceId","type":"bytes4"}],"stateMutability":"pure","type":"function","name":"supportsInterface","outputs":[{"internalType":"bool","name":"","type":"bool"}]},{"inputs":[{"internalType":"address","name":"delegatee","type":"address"}],"stateMutability":"nonpayable","type":"function","name":"unregisterDelegation"},{"inputs":[{"internalType":"ResourceId","name":"namespaceId","type":"bytes32"}],"stateMutability":"nonpayable","type":"function","name":"unregisterNamespaceDelegation"},{"inputs":[{"internalType":"ResourceId","name":"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."}},"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"}},"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"}},"supportsInterface(bytes4)":{"params":{"interfaceId":"The ID of the interface in question."},"returns":{"_0":"True if the interface is supported, false otherwise."}},"unregisterDelegation(address)":{"details":"Deletes the new delegation from the caller to the specified delegatee","params":{"delegatee":"The address of the delegatee"}},"unregisterNamespaceDelegation(bytes32)":{"details":"Deletes the delegation control for a specific namespace","params":{"namespaceId":"The ID of the namespace"}},"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."},"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"},"registerSystem(bytes32,address,bool)":{"notice":"Registers a system"},"registerSystemHook(bytes32,address,uint8)":{"notice":"Registers a new system hook"},"supportsInterface(bytes4)":{"notice":"Checks if an interface is supported by the contract. using ERC-165 supportsInterface (see https://eips.ethereum.org/EIPS/eip-165)"},"unregisterDelegation(address)":{"notice":"Unregisters a delegation"},"unregisterNamespaceDelegation(bytes32)":{"notice":"Unregisters a delegation for a namespace"},"unregisterSystemHook(bytes32,address)":{"notice":"Unregisters a system hook"}},"version":1}},"settings":{"remappings":["@latticexyz/=node_modules/@latticexyz/","ds-test/=node_modules/ds-test/src/","forge-std/=node_modules/forge-std/src/"],"optimizer":{"enabled":true,"runs":3000},"metadata":{"bytecodeHash":"none"},"compilationTarget":{"node_modules/@latticexyz/world/src/modules/init/implementations/WorldRegistrationSystem.sol":"WorldRegistrationSystem"},"evmVersion":"paris","libraries":{}},"sources":{"node_modules/@latticexyz/schema-type/src/solidity/SchemaType.sol":{"keccak256":"0x650927696f7518fa216f2d6001835e9fdb419518034c781e86d2a2d33f4ecd2a","urls":["bzz-raw://72e91ac32ed00d36bd22fefeaf4ce1e9420143ddab7080eeb720c668a117bf44","dweb:/ipfs/QmdVqn18WZvx5p84MDJPsB5tfVoXDR86wzm4sLx6WrGYYL"],"license":"MIT"},"node_modules/@latticexyz/store/src/Bytes.sol":{"keccak256":"0xf506b8e9521a2173ae51aca038b86f705ac6c10fc6361c5df32ea37c7218fdbd","urls":["bzz-raw://9ce5626141f377ea6c9477a27205fa23013c321423950a97f75a2685ac401c55","dweb:/ipfs/QmfYjQmUcQUm46dRHbiYkUnoBokHuS58WZUd8oSdGKKohy"],"license":"MIT"},"node_modules/@latticexyz/store/src/FieldLayout.sol":{"keccak256":"0xc6aa930fb9a3df986870e3c77e567cabff12ae5e7b2c2af69669390e018d3728","urls":["bzz-raw://a8d6d40675ddd6575538cfa915f73fc8379f4c154b034220df2cf6b7be6d9baf","dweb:/ipfs/QmS7RNEDNBq6YwVJ1gPfs36CJg9d6h5MaxPRtuL3726uEK"],"license":"MIT"},"node_modules/@latticexyz/store/src/Hook.sol":{"keccak256":"0x6041a89e90293b15acf91378e329815cb857d79f0b384918cd97292378ed5c09","urls":["bzz-raw://0e263d3c8230b4a4852e3b66058e9c36e946cf64471ffd0ac7f54b7a37f329f4","dweb:/ipfs/QmdCnZE1G5PX4ZswUiR6t2DWMRDbVdJYaCzbCF4hbDTKc2"],"license":"MIT"},"node_modules/@latticexyz/store/src/IERC165.sol":{"keccak256":"0x0efbf9afc716c585621482221f75e5bd60bcf0e813c9f7800d7c0309dcc3c927","urls":["bzz-raw://31b6aeb5446a0a0d5bd71be15a68c5bde94b08c961369203b83c8abe36f401d2","dweb:/ipfs/QmXhComne4es9ZMKaGNqHCdJZrFoFssxMYgLaqvCXPL1Mg"],"license":"MIT"},"node_modules/@latticexyz/store/src/IStore.sol":{"keccak256":"0xa95a7b8095a313078abe9b3953fa4512aac88ead4526e37023583cb5dc274cb3","urls":["bzz-raw://8a878403e5133ec5f250d752e7b7495e2b13420cd3a42fb59aa6d5f8ee6d188b","dweb:/ipfs/QmUGxeD5Y7B5goNNgFcgaAakjoSr4YtVaE3CMAypRUZGmc"],"license":"MIT"},"node_modules/@latticexyz/store/src/IStoreData.sol":{"keccak256":"0x174b2e5a5f80094d752cd2a36f1fbdf50e81b1e203216b9e5a6f33e02d606cec","urls":["bzz-raw://59e6de780b55c1937a7148d3cc07ec137c3e2f243f331ba0b70f3262d919c1cb","dweb:/ipfs/QmTJbh6ybPsZE9pFziTztstWxmh6ogUgMa6E81M6PMTA6g"],"license":"MIT"},"node_modules/@latticexyz/store/src/IStoreErrors.sol":{"keccak256":"0x4b471eb3b98a51f15992f7e4cfb7a7d8e842410f081ea03ef85d3a7b34c35f79","urls":["bzz-raw://e7e82faaea290036677562d8a3a8502f5f871b1368b58ac38897e0ef67216d84","dweb:/ipfs/QmfCj4CtNZ7LYkWUAYcMoyp3X7PFJkUjXgBwbzXkbkDFL6"],"license":"MIT"},"node_modules/@latticexyz/store/src/IStoreEvents.sol":{"keccak256":"0xfdeeba7e17c947285610d49d85d402cfe5286c046814f827c1aaa37636c16d8f","urls":["bzz-raw://5fde8b7c7caf4dcdcb524565cb8745d897d4d22d88fa0744f9db4b3d36a1eee1","dweb:/ipfs/QmbUe4pfJeRqiiPz31BKWbYv12cz8Lz3Ky5yKydtTb4FY9"],"license":"MIT"},"node_modules/@latticexyz/store/src/IStoreHook.sol":{"keccak256":"0x677224ab340753edf523ccff8c9d6ede987addbf0d7bc13d0e479306f3866a99","urls":["bzz-raw://6c0285a7684490d6e65d6f91b3631abdafb135d200ea9068e730dd98017a305e","dweb:/ipfs/QmcURHZiMGnSET9P2iSgph22F6iFdoDbN4WmJsHxTAT5G9"],"license":"MIT"},"node_modules/@latticexyz/store/src/IStoreRead.sol":{"keccak256":"0xe246addf70a3fe65f19e2ab0048d48785bc2ef2f75884eeade151aef59ff5449","urls":["bzz-raw://389022221307160febdec33a7fbdd82fcfbdd1fa6f9b1c67ffe3bf0467d2c924","dweb:/ipfs/QmWunXryDsJZJBwdXxKetRH1vB4tkwTXsdzoM4nePGVvaA"],"license":"MIT"},"node_modules/@latticexyz/store/src/IStoreRegistration.sol":{"keccak256":"0xf6d2871ca67aacadfd5dd4caef45440a571d932e68a04466f2674e481e79e167","urls":["bzz-raw://260067ed037789d073f407db1d416171e33c79e9b584090794d05e990ee88b67","dweb:/ipfs/QmbAA4Ynfy5aQv71JkZrPcdt2iqc3NK8DcAL1mnx7M1WYC"],"license":"MIT"},"node_modules/@latticexyz/store/src/IStoreWrite.sol":{"keccak256":"0x7f6d8a25eea4a9d51de396ff64215e2567b29ce607538f04ec1a4ae2efb591bc","urls":["bzz-raw://8ae6e34ba2e92bd3cb8dd556838f4e3caa6c3feaf9e2d63649afa944cb5e3263","dweb:/ipfs/QmR1oNRLp87pnrnxrujdT7JU1Gzwq22rVukKUkXmwNBVSC"],"license":"MIT"},"node_modules/@latticexyz/store/src/Memory.sol":{"keccak256":"0x79954fa7614943899ad13b27ca0c2bf27c996d7b82a0e347afa48d7a4bbc6e2d","urls":["bzz-raw://34f7d6e209bcc6e379e004ae5a03f909e23e4e87956205610f4e39969b968912","dweb:/ipfs/QmZQeHDwtUBEpTSWn9L7AZ1id6dUbEHmLo6Cj3f9jKRqVM"],"license":"MIT"},"node_modules/@latticexyz/store/src/PackedCounter.sol":{"keccak256":"0x6dc7a614a120b1940ca8de1924e59895a42ef5f0e22d81a9221790fd76687c2e","urls":["bzz-raw://b638521a9590a62c4e976f12be43d0370246836b90227cbf2e306888331986f6","dweb:/ipfs/QmcEpcjHhL9rawjJRuMJvtTv3YwN2ggYsQHXZeoF88VRFX"],"license":"MIT"},"node_modules/@latticexyz/store/src/ResourceId.sol":{"keccak256":"0xdca93829ef7e90c12678d3b7bcafee1d3ec9499abfc76c91edd188a8923f4f18","urls":["bzz-raw://3193518ae917765035c845266de41ccebde7a7a06ee6fd7f000534a530975ab2","dweb:/ipfs/QmYr9dCG2HKUMrXHevyRanqsPRHYpD2dnpgZkvwZYqWHe9"],"license":"MIT"},"node_modules/@latticexyz/store/src/Schema.sol":{"keccak256":"0x21d008da9dd112938ad5381264dce39be7855002076afa01d78dc6421a951fd8","urls":["bzz-raw://1af33c3d662d6ba193987ec62c865e05b53ced4904bff9a5729ab3ada2ca3a99","dweb:/ipfs/QmUSXF3R7LwQWW8P6BZCrt3MAgGN5UwiiaHB3DGCSBZLL5"],"license":"MIT"},"node_modules/@latticexyz/store/src/Slice.sol":{"keccak256":"0x1f04af14e5040f71bd3daa79b90245a275e52f8d0294c17ae5bfe9aa727651a5","urls":["bzz-raw://d76533959ded2f58434ae9f89fe8c3ff66095ec94e829f89914b362751799e3a","dweb:/ipfs/Qmb1e12g6Sku2u1R96qei1GhqSNi1sZhKRCb111SyNk1ta"],"license":"MIT"},"node_modules/@latticexyz/store/src/Storage.sol":{"keccak256":"0x48c9749d33f06406b8033b3df67002836d1b356c6ae8282865e7b437941ed61f","urls":["bzz-raw://931e1275db62ba2f9410ee8a8ab384ece2a7031cdf446c50696078f9da24a04d","dweb:/ipfs/QmTXzyjLNj5KuJUHfe1T3awroK5DLkCU4dm6RR4pSUVrfE"],"license":"MIT"},"node_modules/@latticexyz/store/src/StoreCore.sol":{"keccak256":"0x7cafc150d77cb46ecb49b1a1a7d43cc17e21a095596cf544cc8ba6bfe7ed7f20","urls":["bzz-raw://889cadacfbc667e10a7a83ac34e858c76d0472d04cad72c7691a84879e503ce3","dweb:/ipfs/Qmcm6GFFoGFw2nmuz3Z2NRAgqfBPFZixHppmQzZM4Fy3sR"],"license":"MIT"},"node_modules/@latticexyz/store/src/StoreSwitch.sol":{"keccak256":"0xbe5cb815a5d073d1d94fc73a3a02a151ffb4e9ce299f00580c6c2d9cd339d7c9","urls":["bzz-raw://b7416ec2aeef38b06c4e559dc3e76fa8cd51f54c06cc58aeed613f44dfd3c3ff","dweb:/ipfs/QmRp6ZmUckpmGKG31wyZSxtgmUJZS2y85sRP2UU9Foajn7"],"license":"MIT"},"node_modules/@latticexyz/store/src/codegen/index.sol":{"keccak256":"0xa59c43271d363f2366d6f6732ae586b1a36a3ffa4906b8f5cbbf19d3d314562c","urls":["bzz-raw://2bd7c9f8f9ad579a8dfec566b2bd2e646f8065ce8a07e6732e11a4a3a2be7787","dweb:/ipfs/QmWBwZGnYYxEiRjFKSsu1mFtCWJYw3XSojhn7zmc5YE4vG"],"license":"MIT"},"node_modules/@latticexyz/store/src/codegen/tables/Hooks.sol":{"keccak256":"0x2e81480e081ce6ad4917ecc634e5c9b7a5674068992ae8d9088f0f6296da3bf7","urls":["bzz-raw://2acfdee4dd4c0347ec214273184f267db0e7edc82e586600501d13581dbb5551","dweb:/ipfs/QmcD945zNdGfkwKVvKHA2fpBGictaz4cVMnNm96SmTG5qY"],"license":"MIT"},"node_modules/@latticexyz/store/src/codegen/tables/ResourceIds.sol":{"keccak256":"0x29ed1bd962e594e00a9b921ddbbb202a47206adbece718721483a69593b88763","urls":["bzz-raw://786df2eca996d18660a4ea7d059dfb8c8476fe5cc8f14e0ce5c8f237e08444ea","dweb:/ipfs/QmQ8dbVA2rMgcb9rznHVjn8DGH9U8bZuHmebukjkYxs2Av"],"license":"MIT"},"node_modules/@latticexyz/store/src/codegen/tables/StoreHooks.sol":{"keccak256":"0xe9c42e51b6d20496dde8e8013680ec4a4ea1229fd57f0364a2a061c14c1c115b","urls":["bzz-raw://2bcbeeb7b3de32fc68102f7875d71348d5a0171dbb50937d6ebeb28dd10d4ed4","dweb:/ipfs/QmPY91z4D25KGLU2nhnZgb538Mh1mi46RbwHQB8kZvXd4h"],"license":"MIT"},"node_modules/@latticexyz/store/src/codegen/tables/Tables.sol":{"keccak256":"0xf80e355b361d29b0169483074b73e2502b228d539d5b3511239edfa9644ae270","urls":["bzz-raw://067d0b61a94453ed29f985cee8d237b46ef1c95f790848a927951e951ebe5a44","dweb:/ipfs/QmVjF2vEnRXzq1GHXwXd9iHJAfyrZNA2wAuygpZv6dGRTB"],"license":"MIT"},"node_modules/@latticexyz/store/src/constants.sol":{"keccak256":"0x2fe1752ecfb01c2de84cd9ae0c47fef85f9f0a7668ae31dc8b19724570eaad50","urls":["bzz-raw://cb90fb960543d00b37df49274c3b7bda6f2c8fb1b363226610f6de7f5bffc7c2","dweb:/ipfs/Qmc1ZQ6xPm8jXaWbc9Lakq2uZxY3pqtVC8r3WnNDFgLGTN"],"license":"MIT"},"node_modules/@latticexyz/store/src/rightMask.sol":{"keccak256":"0xbde7a13eb04663ffd62c3eac929abde4bf8d4fb4c434e510782af01045b78410","urls":["bzz-raw://3b629c78d8e194824b07bbf66f62d5bb94ce883100f5523cb545d3e980792f38","dweb:/ipfs/QmWCRbCT55mnusK1abavXvwM4uN9QStcML4ZgjUG9L6V8S"],"license":"MIT"},"node_modules/@latticexyz/store/src/storeHookTypes.sol":{"keccak256":"0xcc16f330a9cb5f9f095e2bfc62c67818f2b91a229223c64c87891f1cebfc0305","urls":["bzz-raw://1384e4acac4553089859ff1368f358e5c81ceba986a902e5ec082801de097f64","dweb:/ipfs/QmXcEESML4KRKCfwxvC3tsW9jiA8PE7pxPuZ8L1t1wiNby"],"license":"MIT"},"node_modules/@latticexyz/store/src/storeResourceTypes.sol":{"keccak256":"0x515001322ebb9b58c62be0bd96ba65dc82841cc550533f283813ad24baaf2554","urls":["bzz-raw://b014d298897dfc75189c10f5e3d970d8368db734c545f6c7d4833cec9c7117eb","dweb:/ipfs/Qmcs7rTdh6zVyDHczXW6mEJqVmndZZTDSjNC1jouf43hTX"],"license":"MIT"},"node_modules/@latticexyz/store/src/tightcoder/DecodeSlice.sol":{"keccak256":"0xcf8e6e16b76972b6a96ea6b428d7298fc174a840fc8c5c09b6fe2030d31600d7","urls":["bzz-raw://025cf5112618018efd416155c9df257cd28447629bd79c0c37655a8e22c0e4f4","dweb:/ipfs/QmaqeqzGVrAK6rQqQgCzs8UJMWrWmR52jqzN8jqRdaY1kT"],"license":"MIT"},"node_modules/@latticexyz/store/src/tightcoder/EncodeArray.sol":{"keccak256":"0x248c35b8efaf6a0b0229fd81cafcb8fac6a54662187b56b49574b10e9c3ebf29","urls":["bzz-raw://63b6c95da7d63346db3b741f836b20e23f8e46a6245efdfa6443b204edecabcf","dweb:/ipfs/QmY79DfLgvMsTSZJzwbYmzGYE2ajCumu3ruQ2GpDyYbVqY"],"license":"MIT"},"node_modules/@latticexyz/store/src/tightcoder/TightCoder.sol":{"keccak256":"0x08f257c62602117fe4943580b0a19f19cf696b22000afd927a2159e24625a13a","urls":["bzz-raw://40ee497f86d4192794a5592264e356dcda27bbe275f6a110dfbc3c3b67798205","dweb:/ipfs/QmW98aRsWSvUzwvX8FkweFDrgGS9YKr8KvfnFrT5HkMtvT"],"license":"MIT"},"node_modules/@latticexyz/store/src/version.sol":{"keccak256":"0x1cf2e205960520ded9a1ac8a6f4e4e25b5153114939adc7acb66122aba88af61","urls":["bzz-raw://7b41a9da0859000750196a14db7352e12fbe0d55e3849a468fe41b23ffa847ed","dweb:/ipfs/QmTjkrru4tcqXx38k49C2ris5ednawtkfdcW5EVRNJYBKU"],"license":"MIT"},"node_modules/@latticexyz/world/src/AccessControl.sol":{"keccak256":"0xc1b9fa9167dc3d39d5591d0b2d5f7c3c12ad6aeaa0a1b83b1e326ebd104de439","urls":["bzz-raw://ed0ff59e3240fc85509fc5a1bc9c158f2056bd4be82ba88100ed138afc08d60c","dweb:/ipfs/QmZScS3xhT8EMX4RrnVEqWm1VrGBG9JiA6aiZWtWMphF7q"],"license":"MIT"},"node_modules/@latticexyz/world/src/Delegation.sol":{"keccak256":"0xd049053827c730ad69585c1c7eb52b4fd9774370063aab461021a111ee0bc86a","urls":["bzz-raw://e5a05e41e45c0054e835565046276d830581ca181e7ff3d83b15c71b6e01af89","dweb:/ipfs/QmZYGFT621rS5fE2WXKX5wqBMENguMuY7DqaXPkZ2rcEfZ"],"license":"MIT"},"node_modules/@latticexyz/world/src/ERC165Checker.sol":{"keccak256":"0x26204bcfddbc272eae391f4512a629f53697867d582ea8cabcd6a8e04a255270","urls":["bzz-raw://46944bac8253250ba3f645a6164df8e996738bc76a544867677e54ede57619a1","dweb:/ipfs/QmY1XSxQY9MuQSEvGaeQT6kqmeJ3VhYyRRTfzCkRmdsWsX"],"license":"MIT"},"node_modules/@latticexyz/world/src/IDelegationControl.sol":{"keccak256":"0x9f0dcc1cd281b51a5d3d8f75a55ce8cfb2577c88a9b6644ee144fe260c14e60e","urls":["bzz-raw://85d99d96c33512968e2c3ef68777bdf65305de0b01597e182750ce2c152e089d","dweb:/ipfs/QmZwB163CzPuHJGPW8LPL8pHsEdvkYmBuoEVbu3JqNSTkC"],"license":"MIT"},"node_modules/@latticexyz/world/src/IERC165.sol":{"keccak256":"0xe00be0c676fa14949ecc4324ae3e932834b0550e2fabbc813b5aa49cf0e2b695","urls":["bzz-raw://700a595ee72389add0e9aef8ae6c2cafc5336b0dc2c43e580ce4d9546ca0dee3","dweb:/ipfs/QmPfRtR5591tJPSvu9mz9J26qSwEjFm5FK8D99jA3qHZCe"],"license":"MIT"},"node_modules/@latticexyz/world/src/ISystemHook.sol":{"keccak256":"0xad31c270fe5bf23869fe4a55a9a8d3372871c595f6b0f9a197e810051ab1bfdc","urls":["bzz-raw://af7acd6a86410c6d2586739e370134265521cf522fec0c3091804c0d0f99a0fc","dweb:/ipfs/QmRRbUbw89Z3tva95UTvxKhFwn5ddYNMiHbVs6Nnmpsty3"],"license":"MIT"},"node_modules/@latticexyz/world/src/IWorldContextConsumer.sol":{"keccak256":"0xd3645ee90c73dd991659a140c0132c5a2aaf27a296c457737b212d87b2f66402","urls":["bzz-raw://519d81e2bc7233b1488339eaf9220f7eb57086dd3ee8e1831708ebc6e87f00db","dweb:/ipfs/Qmf8RjMxuPXbteMeEB3vstjutsCrmveyBFCjVFt7nSYgtc"],"license":"MIT"},"node_modules/@latticexyz/world/src/IWorldErrors.sol":{"keccak256":"0x149d3c2b4bbea21047fc8cf79236488764dd8dde6e440dbc37067a8ce8831bbd","urls":["bzz-raw://d2f340a5616cafd1d80e6ef79f1620102d3d64730c6aa19ecdbb4ca86aaa59b2","dweb:/ipfs/QmWoXP1BKj8U3ZXXoiTRENCxVaaCxrKAenwCZbCVbyfaZ7"],"license":"MIT"},"node_modules/@latticexyz/world/src/System.sol":{"keccak256":"0x1d380574763b720a8950dc0a14d519c2532f9f27c8115116f0a6f7916c9606b3","urls":["bzz-raw://a395df820ee46be3dcdb36682183811a86cdc848dbd56ecc2a21785a42785cf9","dweb:/ipfs/QmeiuzuHjQuv4GHXXiRkBkxhyN7e9Vy19TYfAccnxWej91"],"license":"MIT"},"node_modules/@latticexyz/world/src/SystemCall.sol":{"keccak256":"0x9c3e1e5eb40d130e90726ca4bfabd748d190d076ecd95c668f038635f751cad2","urls":["bzz-raw://40ba8d4ea85cdac5b622117bf70f56466bfd8b3b693fbb4ab266630768f8865d","dweb:/ipfs/QmQ8ttFdCFJdw1thyDJHheoWNkdpQUM2u7kZzi4zj6mYh7"],"license":"MIT"},"node_modules/@latticexyz/world/src/WorldContext.sol":{"keccak256":"0x4b83d5791209b8f39773b07e5f162dfd0617f5f9b5b4bd371c087412e5ad01cf","urls":["bzz-raw://033a3777136e6d5c581efc8bf2535403abe44874409c85d17a353fae6dc56006","dweb:/ipfs/QmaXepBDVnmnMdVzuxbGT2qo5vqWnjB75KNCCdxRehrBMX"],"license":"MIT"},"node_modules/@latticexyz/world/src/WorldResourceId.sol":{"keccak256":"0xf668eeaecd294a2b8b9e1a771161373af84abe42b8a9820cf9d3092a9a1e64bd","urls":["bzz-raw://01f2939361e51497304e66bdcd9cb33bfea95737fce41ca731f20d3b5dbd5f74","dweb:/ipfs/QmayLveLBSq8axMgbouD411V5BTiYXKbg9ddEpxjcMU4ez"],"license":"MIT"},"node_modules/@latticexyz/world/src/codegen/tables/Balances.sol":{"keccak256":"0x705f45c60cd9f5cf5ed2b92d73bef71f2c234ec281297dae79779860cfdf9e6f","urls":["bzz-raw://b927d760e5f09c72c421ad62ab8da11a38a2a47d321e6b023e3d7c2a4a46a458","dweb:/ipfs/QmXMDWhE5gVHURzFAL7cyA7EeFJRkykZRZwRV9qrTBj13Y"],"license":"MIT"},"node_modules/@latticexyz/world/src/codegen/tables/FunctionSelectors.sol":{"keccak256":"0x88a0bc28aa9ef62f524fd2592cc0aaaf3e33a8cb0c7674c6dba7f2115be551f8","urls":["bzz-raw://c64f10d7f97971fca0b7b2ab5b38f8d06d85d54b7b34d8ddc90da17264dae7dd","dweb:/ipfs/QmeMgiefFv9fvetswGBG3q2LzL1SJ6zNwBwupSgVpSmpDG"],"license":"MIT"},"node_modules/@latticexyz/world/src/codegen/tables/FunctionSignatures.sol":{"keccak256":"0xfcaedc1b1a23f7b2c40fbc5cc71d1781de18f0b1cfbc40a83876852659137d2b","urls":["bzz-raw://d8bad7219652c0f76a46107facc5fdcde7c1d3798d201499d87a7f584ac46db7","dweb:/ipfs/Qma1yhF31Q9wxDYjQ8eCYdjpLVXjC2VVHMCipUjPVrRVdF"],"license":"MIT"},"node_modules/@latticexyz/world/src/codegen/tables/NamespaceDelegationControl.sol":{"keccak256":"0x05b07d7a06c7e801fb0c0143dde8fce02907d9940f2862b63dcf085d43e54fdf","urls":["bzz-raw://18eaa2e74e9db4d142a7743c6ab9bfa5e9ff5c3700c0db148840266c4ac8ad35","dweb:/ipfs/QmRiBMxuzDRTST9C4nu8jo6z2D44HYG6VEpKNyDPa6HMhS"],"license":"MIT"},"node_modules/@latticexyz/world/src/codegen/tables/NamespaceOwner.sol":{"keccak256":"0x1bf6746d0154dc5464f394e5b3d8d66398a55eaff68f6e2c3f3f964d8daf39cd","urls":["bzz-raw://b902e62ea9758145aaa0677c04b764cf721ba103b8294191cdc4ba6c25f3ba9e","dweb:/ipfs/QmT3m18HiJd8BT1j5pWeXkGMQjqRCfKDiFvoBTBJ8ZKruv"],"license":"MIT"},"node_modules/@latticexyz/world/src/codegen/tables/ResourceAccess.sol":{"keccak256":"0x57b12c2ff2649db6dd7e2acacece0c5fbdcc0f0bff9b28c685c93d4372688568","urls":["bzz-raw://3a9c39f46cf1e43b13b4a94fad22fde80223f6b5e39c87ca5a8f5d76432d1a3c","dweb:/ipfs/QmNdEEiM7acceMy4ojy9oFKvba7Yjm3MXF1hpnRoWTaAsD"],"license":"MIT"},"node_modules/@latticexyz/world/src/codegen/tables/SystemHooks.sol":{"keccak256":"0x65c5544ed57f2e01d6729339461496fa3db50dd843db6de163e6cca2b9b17c68","urls":["bzz-raw://9d8acc162ac647954ffcfd98f6083823713b10d8dc4a05defc18199e9929faf2","dweb:/ipfs/QmVEwCPrDFcQ84qbJyfm3dNEXuqMbUVVqi5DddmJUREriD"],"license":"MIT"},"node_modules/@latticexyz/world/src/codegen/tables/SystemRegistry.sol":{"keccak256":"0x98b313c90edc060aed54e1728c5931e104914d485dfb0099099dc469773c6194","urls":["bzz-raw://595d820d40e7faceb413613f24d56e82d13e3e53dd86c69627f1c0f134b5705c","dweb:/ipfs/QmUosi7xfNsg5ehaPNZ7tpU3UxyBMbfQW1ESyqH8Bk73JU"],"license":"MIT"},"node_modules/@latticexyz/world/src/codegen/tables/Systems.sol":{"keccak256":"0xb9b4eada80dfde28cc334d7a8ede2a57b92f3b42f3501af693ba981ba38b8f21","urls":["bzz-raw://c6edf1eb4a0d1730b331eff58f3f26aa037fed7767b6d420a28b905134908bf7","dweb:/ipfs/QmXyZNb5SvwLJ7eG2mrFLDyC6Q2wKPGiHyeQQ21cQLujJR"],"license":"MIT"},"node_modules/@latticexyz/world/src/codegen/tables/UserDelegationControl.sol":{"keccak256":"0x25c8832ec6db8bc83d0a3c274d8cb49f93bfc57e2b0125c739caf19c1a2c8a51","urls":["bzz-raw://a226cf322efa14384b1191263136af4792d5e6285a7ffa9030218a44ec97d571","dweb:/ipfs/QmYC19AoGU6v15mzTKq2oHWMKUeRnzxGEkKgHVEUcUKw91"],"license":"MIT"},"node_modules/@latticexyz/world/src/constants.sol":{"keccak256":"0xb8320f88ed5519a4fe2554ad94815ce328a50fef7719932375d6ce695265c2f5","urls":["bzz-raw://a8f5de30fbcc63e469e46ad4a4d4bcd7d8e4b4f2d31fcf62a04aca48d999af22","dweb:/ipfs/QmXw1jDQM2szfRY3tAGrRy6fEzte6yVFgebJAqCLMDHndV"],"license":"MIT"},"node_modules/@latticexyz/world/src/modules/init/LimitedCallContext.sol":{"keccak256":"0x95e23ed6d143242d8232f484f86c5ed14964d3b3b592a83ac8ad22239a9001aa","urls":["bzz-raw://2974121de686e47139d8adb6bdc7fd0854a56c745cc0497b8a8d88b55a3e77d6","dweb:/ipfs/QmcXGbZL3wnFdJA8cvj9NnQtrnmkj2co84u3CJphYMg2Lc"],"license":"MIT"},"node_modules/@latticexyz/world/src/modules/init/implementations/WorldRegistrationSystem.sol":{"keccak256":"0xe4b91af36de3852dea10f354ee91b7e6c8a78a0f4c40f72b94bdca411599ca6e","urls":["bzz-raw://fd5e616104f0eb8c261f55901579b09871e91784995e3cb1055ac575995f7535","dweb:/ipfs/QmYinJme183sz4QXH642734s62U8YkGWZ5fNPPfC6GzJmw"],"license":"MIT"},"node_modules/@latticexyz/world/src/requireInterface.sol":{"keccak256":"0x95e9469529f790727966c513ed19b42abf065a2cd482faba4b8e3404edfb8730","urls":["bzz-raw://da63bf514679a87134d2c36563c9c398906e1e06b27cb17eed10895cd7c87658","dweb:/ipfs/QmUrfkw8YTs6zUq5eaWPgdLmTUJVsp1CRBGQz6kdh7bs3C"],"license":"MIT"},"node_modules/@latticexyz/world/src/requireNamespace.sol":{"keccak256":"0x3a98f80c6438d8670281c5ef1ecfc7ddc9c7c0d09fa66d54dda4fa812c89baa1","urls":["bzz-raw://fb7093a4816d52af381d8959601046a1d307fb32b11dfb787813144eb01ca9c6","dweb:/ipfs/QmUj9hw39TNTtamhWvYAe647CYvNuTfxwsYSu2H4QmHfPi"],"license":"MIT"},"node_modules/@latticexyz/world/src/requireValidNamespace.sol":{"keccak256":"0x75f4a72a942bd59d237e6a1329da8f9a582b8d3d94ffeeb2ee4d7cfe992881bc","urls":["bzz-raw://5d6d3c0bb90663d8d411ef056faf0a126727fdeba806efea4403815943b94027","dweb:/ipfs/QmXrAEDnRrqj3137fXPc91jyDMHFZHHJ39NmMUEh1y2AgL"],"license":"MIT"},"node_modules/@latticexyz/world/src/revertWithBytes.sol":{"keccak256":"0x0e18f180961360de71b9374363cf31bf97e489fc895ff900946b515eeb7ecb3a","urls":["bzz-raw://e85a5e2c0e79ef39a6e367b3b653d475f702fb8f4e14f5817ca3091480e21eb8","dweb:/ipfs/QmeoYVTLo3LncJRD3mqc5bMSHY3Rc9N3yveu6pH2uRVCGW"],"license":"MIT"},"node_modules/@latticexyz/world/src/systemHookTypes.sol":{"keccak256":"0xf312c694828e49cd263d1df8ba82beb0376ce8dce1337f9e62ec52e3ed36a145","urls":["bzz-raw://2b060c176e46fa6e55d2f525d1f1c64e3c371e6bf24b6d0ff05ae20b3c0c0c0d","dweb:/ipfs/QmdLfnBQrYnLq1iwjX9UyzpDqe6EyJ21T56ZWUVJr1VQCy"],"license":"MIT"},"node_modules/@latticexyz/world/src/worldResourceTypes.sol":{"keccak256":"0x3478328afa3363bcb25271cdcd4c23355f53be785ae0aab5159490122831b8ed","urls":["bzz-raw://5192c5d7dbe1e5521fc9af4830c991be7209652080c507ee6860cc3746dce96d","dweb:/ipfs/Qmbf6ge8pEwaGhjei7MKFCNk9UbCb55AvUadbbeqyNKJ12"],"license":"MIT"}},"version":1},"id":90}
|