@latticexyz/world-modules 2.0.0-main-711f6e2a → 2.0.0-march-19-skystrife-playtest-f0a343b1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/out/AccessControl.sol/AccessControl.json +1 -1
- package/out/AccessControlLib.sol/AccessControlLib.json +1 -1
- package/out/AccessManagementSystem.sol/AccessManagementSystem.abi.json +0 -55
- package/out/AccessManagementSystem.sol/AccessManagementSystem.abi.json.d.ts +0 -55
- 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 +0 -16
- package/out/BalanceTransferSystem.sol/BalanceTransferSystem.abi.json.d.ts +0 -16
- 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 +0 -5
- package/out/BatchCallSystem.sol/BatchCallSystem.abi.json.d.ts +0 -5
- 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/{InitModule.sol/InitModule.abi.json → CoreModule.sol/CoreModule.abi.json} +23 -149
- package/out/{InitModule.sol/InitModule.abi.json.d.ts → CoreModule.sol/CoreModule.abi.json.d.ts} +23 -149
- package/out/CoreModule.sol/CoreModule.json +1 -0
- package/out/{RegistrationSystem.sol/RegistrationSystem.abi.json → CoreSystem.sol/CoreSystem.abi.json} +157 -167
- package/out/{RegistrationSystem.sol/RegistrationSystem.abi.json.d.ts → CoreSystem.sol/CoreSystem.abi.json.d.ts} +157 -167
- package/out/CoreSystem.sol/CoreSystem.json +1 -0
- 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/ERC20.t.sol/ERC20Test.json +1 -1
- package/out/ERC20Metadata.sol/ERC20Metadata.json +1 -1
- package/out/ERC20Module.sol/ERC20Module.abi.json +24 -124
- package/out/ERC20Module.sol/ERC20Module.abi.json.d.ts +24 -124
- package/out/ERC20Module.sol/ERC20Module.json +1 -1
- package/out/ERC20Module.sol/ERC20ModuleRegistrationLibrary.abi.json +8 -121
- package/out/ERC20Module.sol/ERC20ModuleRegistrationLibrary.abi.json.d.ts +8 -121
- 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 +24 -124
- package/out/ERC721Module.sol/ERC721Module.abi.json.d.ts +24 -124
- package/out/ERC721Module.sol/ERC721Module.json +1 -1
- package/out/ERC721Module.sol/ERC721ModuleRegistrationLibrary.abi.json +8 -121
- package/out/ERC721Module.sol/ERC721ModuleRegistrationLibrary.abi.json.d.ts +8 -121
- 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 +23 -1
- package/out/FieldLayout.sol/FieldLayoutLib.abi.json.d.ts +23 -0
- 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 +0 -13
- package/out/IAccessManagementSystem.sol/IAccessManagementSystem.abi.json.d.ts +0 -13
- package/out/IAccessManagementSystem.sol/IAccessManagementSystem.json +1 -1
- package/out/IBalanceTransferSystem.sol/IBalanceTransferSystem.json +1 -1
- package/out/IBaseWorld.sol/IBaseWorld.abi.json +5 -230
- package/out/IBaseWorld.sol/IBaseWorld.abi.json.d.ts +5 -230
- package/out/IBaseWorld.sol/IBaseWorld.json +1 -1
- package/out/IBatchCallSystem.sol/IBatchCallSystem.json +1 -1
- package/out/ICoreSystem.sol/ICoreSystem.json +1 -0
- package/out/IDelegationControl.sol/IDelegationControl.json +1 -1
- package/out/IERC20.sol/IERC20.json +1 -1
- package/out/IERC20Errors.sol/IERC20Errors.json +1 -1
- package/out/IERC20Events.sol/IERC20Events.json +1 -1
- package/out/IERC20Mintable.sol/IERC20Mintable.json +1 -1
- package/out/IERC20System.sol/IERC20System.json +1 -1
- package/out/IERC721.sol/IERC721.json +1 -1
- package/out/IERC721Errors.sol/IERC721Errors.json +1 -1
- package/out/IERC721Events.sol/IERC721Events.json +1 -1
- package/out/IERC721Metadata.sol/IERC721Metadata.json +1 -1
- package/out/IERC721Mintable.sol/IERC721Mintable.json +1 -1
- package/out/IERC721Receiver.sol/IERC721Receiver.json +1 -1
- package/out/IModule.sol/IModule.abi.json +17 -4
- package/out/IModule.sol/IModule.abi.json.d.ts +17 -4
- 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/IStore.sol/IStore.abi.json +3 -191
- package/out/IStore.sol/IStore.abi.json.d.ts +3 -191
- package/out/IStore.sol/IStore.json +1 -1
- package/out/IStoreData.sol/IStoreData.abi.json +0 -6
- package/out/IStoreData.sol/IStoreData.abi.json.d.ts +0 -6
- package/out/IStoreData.sol/IStoreData.json +1 -1
- package/out/IStoreErrors.sol/IStoreErrors.abi.json +3 -51
- package/out/IStoreErrors.sol/IStoreErrors.abi.json.d.ts +3 -51
- package/out/IStoreErrors.sol/IStoreErrors.json +1 -1
- package/out/IStoreEvents.sol/IStoreEvents.abi.json +0 -19
- package/out/IStoreEvents.sol/IStoreEvents.abi.json.d.ts +0 -19
- 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.abi.json +0 -19
- package/out/IStoreWrite.sol/IStoreWrite.abi.json.d.ts +0 -19
- package/out/IStoreWrite.sol/IStoreWrite.json +1 -1
- package/out/ISystemHook.sol/ISystemHook.json +1 -1
- package/out/IUniqueEntitySystem.sol/IUniqueEntitySystem.abi.json +15 -0
- package/out/IUniqueEntitySystem.sol/IUniqueEntitySystem.abi.json.d.ts +15 -0
- package/out/IUniqueEntitySystem.sol/IUniqueEntitySystem.json +1 -0
- package/out/IWorldContextConsumer.sol/IWorldContextConsumer.json +1 -1
- package/out/IWorldErrors.sol/IWorldErrors.abi.json +0 -11
- package/out/IWorldErrors.sol/IWorldErrors.abi.json.d.ts +0 -11
- package/out/IWorldErrors.sol/IWorldErrors.json +1 -1
- package/out/IWorldKernel.sol/IWorldCall.json +1 -1
- package/out/IWorldKernel.sol/IWorldKernel.abi.json +2 -39
- package/out/IWorldKernel.sol/IWorldKernel.abi.json.d.ts +2 -39
- 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 +4 -30
- package/out/IWorldRegistrationSystem.sol/IWorldRegistrationSystem.abi.json.d.ts +4 -30
- package/out/IWorldRegistrationSystem.sol/IWorldRegistrationSystem.json +1 -1
- package/out/InstalledModules.sol/InstalledModules.json +1 -1
- package/out/KeysInTable.sol/KeysInTable.json +1 -1
- package/out/KeysInTableHook.sol/KeysInTableHook.abi.json +0 -22
- package/out/KeysInTableHook.sol/KeysInTableHook.abi.json.d.ts +0 -22
- package/out/KeysInTableHook.sol/KeysInTableHook.json +1 -1
- package/out/KeysInTableModule.sol/KeysInTableModule.abi.json +32 -3
- package/out/KeysInTableModule.sol/KeysInTableModule.abi.json.d.ts +32 -3
- package/out/KeysInTableModule.sol/KeysInTableModule.json +1 -1
- package/out/KeysInTableModule.t.sol/KeysInTableModuleTest.abi.json +8 -41
- package/out/KeysInTableModule.t.sol/KeysInTableModuleTest.abi.json.d.ts +8 -41
- package/out/KeysInTableModule.t.sol/KeysInTableModuleTest.json +1 -1
- package/out/KeysWithValue.sol/KeysWithValue.json +1 -1
- package/out/KeysWithValueHook.sol/KeysWithValueHook.abi.json +0 -6
- package/out/KeysWithValueHook.sol/KeysWithValueHook.abi.json.d.ts +0 -6
- package/out/KeysWithValueHook.sol/KeysWithValueHook.json +1 -1
- package/out/KeysWithValueModule.sol/KeysWithValueModule.abi.json +32 -3
- package/out/KeysWithValueModule.sol/KeysWithValueModule.abi.json.d.ts +32 -3
- package/out/KeysWithValueModule.sol/KeysWithValueModule.json +1 -1
- package/out/KeysWithValueModule.t.sol/KeysWithValueModuleTest.abi.json +8 -41
- package/out/KeysWithValueModule.t.sol/KeysWithValueModuleTest.abi.json.d.ts +8 -41
- package/out/KeysWithValueModule.t.sol/KeysWithValueModuleTest.json +1 -1
- package/out/Memory.sol/Memory.json +1 -1
- package/out/Module.sol/Module.abi.json +17 -4
- package/out/Module.sol/Module.abi.json.d.ts +17 -4
- package/out/Module.sol/Module.json +1 -1
- package/out/ModuleInstallationSystem.sol/ModuleInstallationSystem.abi.json +1 -6
- package/out/ModuleInstallationSystem.sol/ModuleInstallationSystem.abi.json.d.ts +1 -6
- package/out/ModuleInstallationSystem.sol/ModuleInstallationSystem.json +1 -1
- package/out/NamespaceDelegationControl.sol/NamespaceDelegationControl.json +1 -1
- package/out/NamespaceOwner.sol/NamespaceOwner.json +1 -1
- package/out/OperatorApproval.sol/OperatorApproval.json +1 -1
- package/out/Owners.sol/Owners.json +1 -1
- package/out/PackedCounter.sol/PackedCounterInstance.abi.json +13 -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 +23 -123
- package/out/PuppetModule.sol/PuppetModule.abi.json.d.ts +23 -123
- package/out/PuppetModule.sol/PuppetModule.json +1 -1
- package/out/PuppetModule.t.sol/PuppetModuleTest.abi.json +0 -14
- package/out/PuppetModule.t.sol/PuppetModuleTest.abi.json.d.ts +0 -14
- 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/ResourceAccess.sol/ResourceAccess.json +1 -1
- package/out/ResourceId.sol/ResourceIdInstance.json +1 -1
- package/out/ResourceId.sol/ResourceIdLib.json +1 -1
- package/out/ResourceIds.sol/ResourceIds.json +1 -1
- package/out/RevertSubscriber.sol/RevertSubscriber.json +1 -1
- package/out/Schema.sol/SchemaInstance.json +1 -1
- package/out/Schema.sol/SchemaLib.abi.json +18 -1
- package/out/{ISchemaErrors.sol/ISchemaErrors.abi.json.d.ts → Schema.sol/SchemaLib.abi.json.d.ts} +2 -2
- package/out/Schema.sol/SchemaLib.json +1 -1
- package/out/SchemaEncodeHelper.sol/SchemaEncodeHelper.json +1 -1
- package/out/Slice.sol/SliceInstance.json +1 -1
- package/out/Slice.sol/SliceLib.abi.json +23 -1
- package/out/Slice.sol/SliceLib.json +1 -1
- package/out/StandardDelegationsModule.sol/StandardDelegationsModule.abi.json +23 -123
- package/out/StandardDelegationsModule.sol/StandardDelegationsModule.abi.json.d.ts +23 -123
- 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.abi.json +132 -1
- package/out/StoreCore.sol/StoreCore.abi.json.d.ts +132 -0
- package/out/StoreCore.sol/StoreCore.json +1 -1
- package/out/StoreCore.sol/StoreCoreInternal.json +1 -1
- package/out/StoreData.sol/StoreData.abi.json +0 -22
- package/out/StoreData.sol/StoreData.abi.json.d.ts +0 -22
- 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 +0 -16
- package/out/StoreRead.sol/StoreRead.abi.json.d.ts +0 -16
- package/out/StoreRead.sol/StoreRead.json +1 -1
- package/out/StoreRegistrationSystem.sol/StoreRegistrationSystem.abi.json +8 -159
- package/out/StoreRegistrationSystem.sol/StoreRegistrationSystem.abi.json.d.ts +8 -159
- 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 +1 -98
- package/out/SystemSwitch.t.sol/EchoSystem.abi.json.d.ts +1 -98
- package/out/SystemSwitch.t.sol/EchoSystem.json +1 -1
- package/out/SystemSwitch.t.sol/SystemSwitchTest.abi.json +15 -43
- package/out/SystemSwitch.t.sol/SystemSwitchTest.abi.json.d.ts +15 -43
- 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 +25 -125
- package/out/UniqueEntityModule.sol/UniqueEntityModule.abi.json.d.ts +25 -125
- 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 +0 -68
- package/out/UniqueEntityModule.t.sol/UniqueEntityTestSystem.abi.json.d.ts +0 -68
- 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 +124 -53
- package/out/World.sol/World.abi.json.d.ts +124 -53
- 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 +8 -76
- package/out/World.t.sol/WorldTest.abi.json.d.ts +8 -76
- 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 +4 -52
- package/out/WorldRegistrationSystem.sol/WorldRegistrationSystem.abi.json.d.ts +4 -52
- 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 +10 -274
- package/out/interfaces/IBaseWorld.sol/IBaseWorld.abi.json.d.ts +10 -274
- package/out/interfaces/IBaseWorld.sol/IBaseWorld.json +1 -1
- package/out/query.t.sol/QueryTest.abi.json +8 -41
- package/out/query.t.sol/QueryTest.abi.json.d.ts +8 -41
- 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/out/world/src/IERC165.sol/IERC165.json +1 -1
- package/package.json +9 -9
- package/src/index.sol +6 -6
- package/src/interfaces/IBaseWorld.sol +4 -3
- package/src/interfaces/IERC20System.sol +1 -2
- package/src/interfaces/IPuppetFactorySystem.sol +1 -2
- package/src/interfaces/IUniqueEntitySystem.sol +7 -0
- package/src/modules/erc20-puppet/ERC20Module.sol +25 -16
- 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 +2 -1
- package/src/modules/erc20-puppet/registerERC20.sol +1 -1
- package/src/modules/erc20-puppet/tables/Allowances.sol +43 -12
- package/src/modules/erc20-puppet/tables/ERC20Metadata.sol +44 -13
- package/src/modules/erc20-puppet/tables/ERC20Registry.sol +42 -12
- package/src/modules/erc20-puppet/tables/TotalSupply.sol +41 -12
- package/src/modules/erc20-puppet/utils.sol +1 -1
- package/src/modules/erc721-puppet/ERC721Module.sol +25 -16
- 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 -2
- package/src/modules/erc721-puppet/IERC721Mintable.sol +1 -1
- package/src/modules/erc721-puppet/IERC721Receiver.sol +1 -2
- package/src/modules/erc721-puppet/constants.sol +2 -1
- package/src/modules/erc721-puppet/registerERC721.sol +1 -1
- package/src/modules/erc721-puppet/tables/ERC721Metadata.sol +43 -12
- package/src/modules/erc721-puppet/tables/ERC721Registry.sol +42 -12
- package/src/modules/erc721-puppet/tables/OperatorApproval.sol +43 -12
- package/src/modules/erc721-puppet/tables/Owners.sol +42 -12
- package/src/modules/erc721-puppet/tables/TokenApproval.sol +42 -12
- package/src/modules/erc721-puppet/tables/TokenURI.sol +42 -12
- package/src/modules/erc721-puppet/utils.sol +1 -1
- package/src/modules/keysintable/KeysInTableHook.sol +1 -1
- package/src/modules/keysintable/KeysInTableModule.sol +23 -17
- 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 +51 -15
- package/src/modules/keysintable/tables/UsedKeysIndex.sol +51 -17
- package/src/modules/keyswithvalue/KeysWithValueHook.sol +1 -1
- package/src/modules/keyswithvalue/KeysWithValueModule.sol +17 -22
- 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 +43 -13
- 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 +9 -24
- package/src/modules/puppet/constants.sol +3 -4
- package/src/modules/puppet/createPuppet.sol +1 -1
- package/src/modules/puppet/tables/PuppetRegistry.sol +42 -12
- package/src/modules/puppet/utils.sol +1 -1
- package/src/modules/std-delegations/CallboundDelegationControl.sol +1 -1
- package/src/modules/std-delegations/StandardDelegationsModule.sol +6 -2
- 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 +3 -1
- package/src/modules/std-delegations/tables/CallboundDelegations.sol +49 -14
- package/src/modules/std-delegations/tables/SystemboundDelegations.sol +48 -14
- package/src/modules/std-delegations/tables/TimeboundDelegations.sol +47 -14
- package/src/modules/tokens/tables/Balances.sol +42 -12
- package/src/modules/uniqueentity/UniqueEntityModule.sol +15 -16
- package/src/modules/uniqueentity/UniqueEntitySystem.sol +1 -1
- package/src/modules/uniqueentity/constants.sol +3 -3
- package/src/modules/uniqueentity/getUniqueEntity.sol +3 -2
- package/src/modules/uniqueentity/tables/UniqueEntity.sol +42 -13
- package/src/modules/utils/ArrayLib.sol +2 -2
- package/src/utils/AccessControlLib.sol +1 -2
- package/src/utils/SystemSwitch.sol +10 -8
- package/dist/mud.config.d.ts +0 -256
- package/out/ERC165Checker.sol/ERC165Checker.json +0 -1
- package/out/IFieldLayoutErrors.sol/IFieldLayoutErrors.abi.json +0 -88
- package/out/IFieldLayoutErrors.sol/IFieldLayoutErrors.abi.json.d.ts +0 -88
- package/out/IFieldLayoutErrors.sol/IFieldLayoutErrors.json +0 -1
- package/out/IModuleErrors.sol/IModuleErrors.abi.json +0 -28
- package/out/IModuleErrors.sol/IModuleErrors.abi.json.d.ts +0 -28
- package/out/IModuleErrors.sol/IModuleErrors.json +0 -1
- package/out/IPackedCounterErrors.sol/IPackedCounterErrors.abi.json +0 -13
- package/out/IPackedCounterErrors.sol/IPackedCounterErrors.json +0 -1
- package/out/IRegistrationSystem.sol/IRegistrationSystem.abi.json +0 -1
- package/out/IRegistrationSystem.sol/IRegistrationSystem.json +0 -1
- package/out/ISchemaErrors.sol/ISchemaErrors.abi.json +0 -18
- package/out/ISchemaErrors.sol/ISchemaErrors.json +0 -1
- package/out/ISliceErrors.sol/ISliceErrors.abi.json +0 -23
- package/out/ISliceErrors.sol/ISliceErrors.json +0 -1
- package/out/IWorldEvents.sol/IWorldEvents.abi.json +0 -15
- package/out/IWorldEvents.sol/IWorldEvents.abi.json.d.ts +0 -15
- package/out/IWorldEvents.sol/IWorldEvents.json +0 -1
- package/out/InitModule.sol/InitModule.json +0 -1
- package/out/InitModuleAddress.sol/InitModuleAddress.abi.json +0 -1
- package/out/InitModuleAddress.sol/InitModuleAddress.json +0 -1
- package/out/LimitedCallContext.sol/LimitedCallContext.abi.json +0 -7
- package/out/LimitedCallContext.sol/LimitedCallContext.abi.json.d.ts +0 -7
- package/out/LimitedCallContext.sol/LimitedCallContext.json +0 -1
- package/out/RegistrationSystem.sol/RegistrationSystem.json +0 -1
- /package/out/{ERC165Checker.sol/ERC165Checker.abi.json → ICoreSystem.sol/ICoreSystem.abi.json} +0 -0
- /package/out/{IPackedCounterErrors.sol/IPackedCounterErrors.abi.json.d.ts → PackedCounter.sol/PackedCounterInstance.abi.json.d.ts} +0 -0
- /package/out/{ISliceErrors.sol/ISliceErrors.abi.json.d.ts → Slice.sol/SliceLib.abi.json.d.ts} +0 -0
package/out/World.sol/World.json
CHANGED
@@ -1 +1 @@
|
|
1
|
-
{"abi":[{"type":"constructor","inputs":[],"stateMutability":"nonpayable"},{"type":"fallback","stateMutability":"payable"},{"type":"receive","stateMutability":"payable"},{"type":"function","name":"call","inputs":[{"name":"systemId","type":"bytes32","internalType":"ResourceId"},{"name":"callData","type":"bytes","internalType":"bytes"}],"outputs":[{"name":"","type":"bytes","internalType":"bytes"}],"stateMutability":"payable"},{"type":"function","name":"callFrom","inputs":[{"name":"delegator","type":"address","internalType":"address"},{"name":"systemId","type":"bytes32","internalType":"ResourceId"},{"name":"callData","type":"bytes","internalType":"bytes"}],"outputs":[{"name":"","type":"bytes","internalType":"bytes"}],"stateMutability":"payable"},{"type":"function","name":"creator","inputs":[],"outputs":[{"name":"","type":"address","internalType":"address"}],"stateMutability":"view"},{"type":"function","name":"deleteRecord","inputs":[{"name":"tableId","type":"bytes32","internalType":"ResourceId"},{"name":"keyTuple","type":"bytes32[]","internalType":"bytes32[]"}],"outputs":[],"stateMutability":"nonpayable"},{"type":"function","name":"getDynamicField","inputs":[{"name":"tableId","type":"bytes32","internalType":"ResourceId"},{"name":"keyTuple","type":"bytes32[]","internalType":"bytes32[]"},{"name":"dynamicFieldIndex","type":"uint8","internalType":"uint8"}],"outputs":[{"name":"data","type":"bytes","internalType":"bytes"}],"stateMutability":"view"},{"type":"function","name":"getDynamicFieldLength","inputs":[{"name":"tableId","type":"bytes32","internalType":"ResourceId"},{"name":"keyTuple","type":"bytes32[]","internalType":"bytes32[]"},{"name":"dynamicFieldIndex","type":"uint8","internalType":"uint8"}],"outputs":[{"name":"","type":"uint256","internalType":"uint256"}],"stateMutability":"view"},{"type":"function","name":"getDynamicFieldSlice","inputs":[{"name":"tableId","type":"bytes32","internalType":"ResourceId"},{"name":"keyTuple","type":"bytes32[]","internalType":"bytes32[]"},{"name":"dynamicFieldIndex","type":"uint8","internalType":"uint8"},{"name":"start","type":"uint256","internalType":"uint256"},{"name":"end","type":"uint256","internalType":"uint256"}],"outputs":[{"name":"","type":"bytes","internalType":"bytes"}],"stateMutability":"view"},{"type":"function","name":"getField","inputs":[{"name":"tableId","type":"bytes32","internalType":"ResourceId"},{"name":"keyTuple","type":"bytes32[]","internalType":"bytes32[]"},{"name":"fieldIndex","type":"uint8","internalType":"uint8"},{"name":"fieldLayout","type":"bytes32","internalType":"FieldLayout"}],"outputs":[{"name":"data","type":"bytes","internalType":"bytes"}],"stateMutability":"view"},{"type":"function","name":"getField","inputs":[{"name":"tableId","type":"bytes32","internalType":"ResourceId"},{"name":"keyTuple","type":"bytes32[]","internalType":"bytes32[]"},{"name":"fieldIndex","type":"uint8","internalType":"uint8"}],"outputs":[{"name":"data","type":"bytes","internalType":"bytes"}],"stateMutability":"view"},{"type":"function","name":"getFieldLayout","inputs":[{"name":"tableId","type":"bytes32","internalType":"ResourceId"}],"outputs":[{"name":"fieldLayout","type":"bytes32","internalType":"FieldLayout"}],"stateMutability":"view"},{"type":"function","name":"getFieldLength","inputs":[{"name":"tableId","type":"bytes32","internalType":"ResourceId"},{"name":"keyTuple","type":"bytes32[]","internalType":"bytes32[]"},{"name":"fieldIndex","type":"uint8","internalType":"uint8"},{"name":"fieldLayout","type":"bytes32","internalType":"FieldLayout"}],"outputs":[{"name":"","type":"uint256","internalType":"uint256"}],"stateMutability":"view"},{"type":"function","name":"getFieldLength","inputs":[{"name":"tableId","type":"bytes32","internalType":"ResourceId"},{"name":"keyTuple","type":"bytes32[]","internalType":"bytes32[]"},{"name":"fieldIndex","type":"uint8","internalType":"uint8"}],"outputs":[{"name":"","type":"uint256","internalType":"uint256"}],"stateMutability":"view"},{"type":"function","name":"getKeySchema","inputs":[{"name":"tableId","type":"bytes32","internalType":"ResourceId"}],"outputs":[{"name":"keySchema","type":"bytes32","internalType":"Schema"}],"stateMutability":"view"},{"type":"function","name":"getRecord","inputs":[{"name":"tableId","type":"bytes32","internalType":"ResourceId"},{"name":"keyTuple","type":"bytes32[]","internalType":"bytes32[]"},{"name":"fieldLayout","type":"bytes32","internalType":"FieldLayout"}],"outputs":[{"name":"staticData","type":"bytes","internalType":"bytes"},{"name":"encodedLengths","type":"bytes32","internalType":"PackedCounter"},{"name":"dynamicData","type":"bytes","internalType":"bytes"}],"stateMutability":"view"},{"type":"function","name":"getRecord","inputs":[{"name":"tableId","type":"bytes32","internalType":"ResourceId"},{"name":"keyTuple","type":"bytes32[]","internalType":"bytes32[]"}],"outputs":[{"name":"staticData","type":"bytes","internalType":"bytes"},{"name":"encodedLengths","type":"bytes32","internalType":"PackedCounter"},{"name":"dynamicData","type":"bytes","internalType":"bytes"}],"stateMutability":"view"},{"type":"function","name":"getStaticField","inputs":[{"name":"tableId","type":"bytes32","internalType":"ResourceId"},{"name":"keyTuple","type":"bytes32[]","internalType":"bytes32[]"},{"name":"fieldIndex","type":"uint8","internalType":"uint8"},{"name":"fieldLayout","type":"bytes32","internalType":"FieldLayout"}],"outputs":[{"name":"data","type":"bytes32","internalType":"bytes32"}],"stateMutability":"view"},{"type":"function","name":"getValueSchema","inputs":[{"name":"tableId","type":"bytes32","internalType":"ResourceId"}],"outputs":[{"name":"valueSchema","type":"bytes32","internalType":"Schema"}],"stateMutability":"view"},{"type":"function","name":"initialize","inputs":[{"name":"initModule","type":"address","internalType":"contract IModule"}],"outputs":[],"stateMutability":"nonpayable"},{"type":"function","name":"installRootModule","inputs":[{"name":"module","type":"address","internalType":"contract IModule"},{"name":"encodedArgs","type":"bytes","internalType":"bytes"}],"outputs":[],"stateMutability":"nonpayable"},{"type":"function","name":"popFromDynamicField","inputs":[{"name":"tableId","type":"bytes32","internalType":"ResourceId"},{"name":"keyTuple","type":"bytes32[]","internalType":"bytes32[]"},{"name":"dynamicFieldIndex","type":"uint8","internalType":"uint8"},{"name":"byteLengthToPop","type":"uint256","internalType":"uint256"}],"outputs":[],"stateMutability":"nonpayable"},{"type":"function","name":"pushToDynamicField","inputs":[{"name":"tableId","type":"bytes32","internalType":"ResourceId"},{"name":"keyTuple","type":"bytes32[]","internalType":"bytes32[]"},{"name":"dynamicFieldIndex","type":"uint8","internalType":"uint8"},{"name":"dataToPush","type":"bytes","internalType":"bytes"}],"outputs":[],"stateMutability":"nonpayable"},{"type":"function","name":"setDynamicField","inputs":[{"name":"tableId","type":"bytes32","internalType":"ResourceId"},{"name":"keyTuple","type":"bytes32[]","internalType":"bytes32[]"},{"name":"dynamicFieldIndex","type":"uint8","internalType":"uint8"},{"name":"data","type":"bytes","internalType":"bytes"}],"outputs":[],"stateMutability":"nonpayable"},{"type":"function","name":"setField","inputs":[{"name":"tableId","type":"bytes32","internalType":"ResourceId"},{"name":"keyTuple","type":"bytes32[]","internalType":"bytes32[]"},{"name":"fieldIndex","type":"uint8","internalType":"uint8"},{"name":"data","type":"bytes","internalType":"bytes"}],"outputs":[],"stateMutability":"nonpayable"},{"type":"function","name":"setField","inputs":[{"name":"tableId","type":"bytes32","internalType":"ResourceId"},{"name":"keyTuple","type":"bytes32[]","internalType":"bytes32[]"},{"name":"fieldIndex","type":"uint8","internalType":"uint8"},{"name":"data","type":"bytes","internalType":"bytes"},{"name":"fieldLayout","type":"bytes32","internalType":"FieldLayout"}],"outputs":[],"stateMutability":"nonpayable"},{"type":"function","name":"setRecord","inputs":[{"name":"tableId","type":"bytes32","internalType":"ResourceId"},{"name":"keyTuple","type":"bytes32[]","internalType":"bytes32[]"},{"name":"staticData","type":"bytes","internalType":"bytes"},{"name":"encodedLengths","type":"bytes32","internalType":"PackedCounter"},{"name":"dynamicData","type":"bytes","internalType":"bytes"}],"outputs":[],"stateMutability":"nonpayable"},{"type":"function","name":"setStaticField","inputs":[{"name":"tableId","type":"bytes32","internalType":"ResourceId"},{"name":"keyTuple","type":"bytes32[]","internalType":"bytes32[]"},{"name":"fieldIndex","type":"uint8","internalType":"uint8"},{"name":"data","type":"bytes","internalType":"bytes"},{"name":"fieldLayout","type":"bytes32","internalType":"FieldLayout"}],"outputs":[],"stateMutability":"nonpayable"},{"type":"function","name":"spliceDynamicData","inputs":[{"name":"tableId","type":"bytes32","internalType":"ResourceId"},{"name":"keyTuple","type":"bytes32[]","internalType":"bytes32[]"},{"name":"dynamicFieldIndex","type":"uint8","internalType":"uint8"},{"name":"startWithinField","type":"uint40","internalType":"uint40"},{"name":"deleteCount","type":"uint40","internalType":"uint40"},{"name":"data","type":"bytes","internalType":"bytes"}],"outputs":[],"stateMutability":"nonpayable"},{"type":"function","name":"spliceStaticData","inputs":[{"name":"tableId","type":"bytes32","internalType":"ResourceId"},{"name":"keyTuple","type":"bytes32[]","internalType":"bytes32[]"},{"name":"start","type":"uint48","internalType":"uint48"},{"name":"data","type":"bytes","internalType":"bytes"}],"outputs":[],"stateMutability":"nonpayable"},{"type":"function","name":"storeVersion","inputs":[],"outputs":[{"name":"","type":"bytes32","internalType":"bytes32"}],"stateMutability":"pure"},{"type":"function","name":"worldVersion","inputs":[],"outputs":[{"name":"","type":"bytes32","internalType":"bytes32"}],"stateMutability":"pure"},{"type":"event","name":"HelloStore","inputs":[{"name":"storeVersion","type":"bytes32","indexed":true,"internalType":"bytes32"}],"anonymous":false},{"type":"event","name":"HelloWorld","inputs":[{"name":"worldVersion","type":"bytes32","indexed":true,"internalType":"bytes32"}],"anonymous":false},{"type":"event","name":"Store_DeleteRecord","inputs":[{"name":"tableId","type":"bytes32","indexed":true,"internalType":"ResourceId"},{"name":"keyTuple","type":"bytes32[]","indexed":false,"internalType":"bytes32[]"}],"anonymous":false},{"type":"event","name":"Store_SetRecord","inputs":[{"name":"tableId","type":"bytes32","indexed":true,"internalType":"ResourceId"},{"name":"keyTuple","type":"bytes32[]","indexed":false,"internalType":"bytes32[]"},{"name":"staticData","type":"bytes","indexed":false,"internalType":"bytes"},{"name":"encodedLengths","type":"bytes32","indexed":false,"internalType":"PackedCounter"},{"name":"dynamicData","type":"bytes","indexed":false,"internalType":"bytes"}],"anonymous":false},{"type":"event","name":"Store_SpliceDynamicData","inputs":[{"name":"tableId","type":"bytes32","indexed":true,"internalType":"ResourceId"},{"name":"keyTuple","type":"bytes32[]","indexed":false,"internalType":"bytes32[]"},{"name":"dynamicFieldIndex","type":"uint8","indexed":false,"internalType":"uint8"},{"name":"start","type":"uint48","indexed":false,"internalType":"uint48"},{"name":"deleteCount","type":"uint40","indexed":false,"internalType":"uint40"},{"name":"encodedLengths","type":"bytes32","indexed":false,"internalType":"PackedCounter"},{"name":"data","type":"bytes","indexed":false,"internalType":"bytes"}],"anonymous":false},{"type":"event","name":"Store_SpliceStaticData","inputs":[{"name":"tableId","type":"bytes32","indexed":true,"internalType":"ResourceId"},{"name":"keyTuple","type":"bytes32[]","indexed":false,"internalType":"bytes32[]"},{"name":"start","type":"uint48","indexed":false,"internalType":"uint48"},{"name":"data","type":"bytes","indexed":false,"internalType":"bytes"}],"anonymous":false},{"type":"error","name":"Module_AlreadyInstalled","inputs":[]},{"type":"error","name":"Module_MissingDependency","inputs":[{"name":"dependency","type":"address","internalType":"address"}]},{"type":"error","name":"Module_NonRootInstallNotSupported","inputs":[]},{"type":"error","name":"Module_RootInstallNotSupported","inputs":[]},{"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_InvalidBounds","inputs":[{"name":"start","type":"uint256","internalType":"uint256"},{"name":"end","type":"uint256","internalType":"uint256"}]},{"type":"error","name":"Store_InvalidResourceType","inputs":[{"name":"expected","type":"bytes2","internalType":"bytes2"},{"name":"resourceId","type":"bytes32","internalType":"ResourceId"},{"name":"resourceIdString","type":"string","internalType":"string"}]},{"type":"error","name":"Store_InvalidSplice","inputs":[{"name":"startWithinField","type":"uint40","internalType":"uint40"},{"name":"deleteCount","type":"uint40","internalType":"uint40"},{"name":"fieldLength","type":"uint40","internalType":"uint40"}]},{"type":"error","name":"Store_TableNotFound","inputs":[{"name":"tableId","type":"bytes32","internalType":"ResourceId"},{"name":"tableIdString","type":"string","internalType":"string"}]},{"type":"error","name":"World_AccessDenied","inputs":[{"name":"resource","type":"string","internalType":"string"},{"name":"caller","type":"address","internalType":"address"}]},{"type":"error","name":"World_AlreadyInitialized","inputs":[]},{"type":"error","name":"World_CallbackNotAllowed","inputs":[{"name":"functionSelector","type":"bytes4","internalType":"bytes4"}]},{"type":"error","name":"World_DelegationNotFound","inputs":[{"name":"delegator","type":"address","internalType":"address"},{"name":"delegatee","type":"address","internalType":"address"}]},{"type":"error","name":"World_FunctionSelectorAlreadyExists","inputs":[{"name":"functionSelector","type":"bytes4","internalType":"bytes4"}]},{"type":"error","name":"World_FunctionSelectorNotFound","inputs":[{"name":"functionSelector","type":"bytes4","internalType":"bytes4"}]},{"type":"error","name":"World_InsufficientBalance","inputs":[{"name":"balance","type":"uint256","internalType":"uint256"},{"name":"amount","type":"uint256","internalType":"uint256"}]},{"type":"error","name":"World_InterfaceNotSupported","inputs":[{"name":"contractAddress","type":"address","internalType":"address"},{"name":"interfaceId","type":"bytes4","internalType":"bytes4"}]},{"type":"error","name":"World_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":"0x60a060405234801561001057600080fd5b506100477f629a4c26e296b22a8e0856e9f6ecb2d1008d7e00081111962cd175fa7488e17580546001600160a01b03191630179055565b6040516e0c4b8c0b8c0b5d5b985d591a5d1959608a1b907fc7f5fdc8526b76f54916701bc910876243ffff2a40b0bb8d59eea8151c52c00590600090a2336080526040516e0c4b8c0b8c0b5d5b985d591a5d1959608a1b907f7f8f36afe3fb61c459c1a54a60b8a477eab02cc58e49f547561a40906239cb8290600090a260805161528b620000e86000396000818161036f01526112a8015261528b6000f3fe6080604052600436106101d15760003560e01c80638c364d59116100f7578063c4d66de811610095578063d9c03a0411610064578063d9c03a04146106d1578063dbbf0e21146105d1578063e228a4a3146106f1578063ef6ea8621461071157610266565b8063c4d66de814610651578063cc49db7e14610671578063d03edb8c14610691578063d4285dc2146106b157610266565b8063af068c9e116100d1578063af068c9e146105f1578063b047c1eb14610611578063c0a2895a14610631578063c11222291461054b57610266565b80638c364d59146105915780639f1fcf0a146105b1578063a53417ed146105d157610266565b8063390baae01161016f5780634dc77d971161013e5780634dc77d971461050b578063505a181d1461052b5780636951955d1461054b578063894ecc581461057e57610266565b8063390baae01461047b5780633a77c2c21461049b5780633ae7af08146104c9578063419b58fd146104dc57610266565b8063150f3262116101ab578063150f3262146103fb5780631e7889771461041b578063298314fb1461043b5780633708196e1461045b57610266565b806302d05d3f1461035d57806305242d2f146103ae578063114a7266146103db57610266565b366102665760408051616e7360f01b60208201526000602282018190526030820181905291610218910160405160208183030381529060405261021390614389565b610731565b60408051616e7360f01b60208201526000602282018190526030820152919250610264910160405160208183030381529060405261025590614389565b61025f34846143c6565b6107b2565b005b303303610299576040516327a1460b60e21b81526001600160e01b03196000351660048201526024015b60405180910390fd5b6000806102b16000356001600160e01b031916610853565b91509150816000801b036102ff576040517ffdde54e20000000000000000000000000000000000000000000000000000000081526001600160e01b0319600035166004820152602401610290565b60006103436000368080601f016020809104026020016040519081016040528093929190818152602001838380828437600092018290525092508691506109239050565b9050600061035333858434610956565b9050805160208201f35b34801561036957600080fd5b506103917f000000000000000000000000000000000000000000000000000000000000000081565b6040516001600160a01b0390911681526020015b60405180910390f35b3480156103ba57600080fd5b506103ce6103c9366004614436565b610983565b6040516103a591906144ec565b3480156103e757600080fd5b506102646103f6366004614541565b6109c6565b34801561040757600080fd5b50610264610416366004614541565b610a79565b34801561042757600080fd5b506103ce6104363660046145ce565b610b24565b34801561044757600080fd5b5061026461045636600461462c565b610b6e565b34801561046757600080fd5b506102646104763660046146d9565b610c57565b34801561048757600080fd5b506102646104963660046146d9565b610d0d565b3480156104a757600080fd5b506104bb6104b636600461476f565b610dba565b6040519081526020016103a5565b6103ce6104d736600461483f565b610dcb565b3480156104e857600080fd5b506104fc6104f7366004614886565b610e07565b6040516103a5939291906148d9565b34801561051757600080fd5b506103ce610526366004614979565b610e5c565b34801561053757600080fd5b506102646105463660046149e2565b610e6b565b34801561055757600080fd5b507f312e302e302d756e6175646974656400000000000000000000000000000000006104bb565b6103ce61058c366004614a43565b610ee0565b34801561059d57600080fd5b506104bb6105ac366004614436565b61103c565b3480156105bd57600080fd5b506104bb6105cc366004614a9c565b61107f565b3480156105dd57600080fd5b506104bb6105ec366004614afb565b61108d565b3480156105fd57600080fd5b5061026461060c366004614b52565b61109a565b34801561061d57600080fd5b5061026461062c366004614b8c565b611116565b34801561063d57600080fd5b5061026461064c366004614c1b565b6111c1565b34801561065d57600080fd5b5061026461066c366004614ca8565b61126f565b34801561067d57600080fd5b506104fc61068c3660046149e2565b6113b1565b34801561069d57600080fd5b506103ce6106ac3660046145ce565b611403565b3480156106bd57600080fd5b506104bb6106cc36600461476f565b611444565b3480156106dd57600080fd5b506102646106ec366004614436565b61144f565b3480156106fd57600080fd5b506104bb61070c36600461476f565b6114cf565b34801561071d57600080fd5b5061026461072c366004614541565b6114da565b60408051600180825281830190925260009182919060208083019080368337019050509050828160008151811061076a5761076a614cc5565b602090810291909101015260006107aa7f7462776f726c6400000000000000000042616c616e63657300000000000000008383630100080160dd1b611585565b949350505050565b6040805160018082528183019092526000916020808301908036833701905050905082816000815181106107e8576107e8614cc5565b60200260200101818152505061084e7f7462776f726c6400000000000000000042616c616e636573000000000000000060001b8260008560405160200161083191815260200190565b60408051601f19818403018152919052630100080160dd1b6115b2565b505050565b6040805160018082528183019092526000918291829160208083019080368337019050509050837bffffffffffffffffffffffffffffffffffffffffffffffffffffffff1916816000815181106108ac576108ac614cc5565b6020908102919091010152600080806109057f7462776f726c6400000000000000000046756e6374696f6e53656c6563746f72857e240200200400000000000000000000000000000000000000000000000000006115c7565b9250925092506109168383836116cf565b9550955050505050915091565b82820160200180517bffffffffffffffffffffffffffffffffffffffffffffffffffffffff1682179052825b9392505050565b6060600080610967878787876116e7565b915091508161097957610979816118b7565b9695505050505050565b6060610979868686808060200260200160405190810160405280939291908181526020018383602002808284376000920191909152508892508791506118bf9050565b3033036109f4576040516327a1460b60e21b81526001600160e01b0319600035166004820152602401610290565b6109fe8633611904565b610a718686868080602002602001604051908101604052809392919081815260200183836020028082843760009201919091525050604080516020601f89018190048102820181019092528781528993509150879087908190840183828082843760009201919091525061195092505050565b505050505050565b303303610aa7576040516327a1460b60e21b81526001600160e01b0319600035166004820152602401610290565b610ab18633611904565b610a718686868080602002602001604051908101604052809392919081815260200183836020028082843760009201919091525050604080516020601f89018190048102820181019092528781528993509150879087908190840183828082843760009201919091525061196b92505050565b6060610b65858585808060200260200160405190810160405280939291908181526020018383602002808284376000920191909152508792506119a6915050565b95945050505050565b303303610b9c576040516327a1460b60e21b81526001600160e01b0319600035166004820152602401610290565b610ba68833611904565b610c4d8888888080602002602001604051908101604052809392919081815260200183836020028082843760009201919091525050604080516020601f8c018190048102820181019092528a815292508a915089908190840183828082843760009201919091525050604080516020601f8a018190048102820181019092528881528a9350915088908890819084018382808284376000920191909152506119e092505050565b5050505050505050565b303303610c85576040516327a1460b60e21b81526001600160e01b0319600035166004820152602401610290565b610c8f8733611904565b610d048787878080602002602001604051908101604052809392919081815260200183836020028082843760009201919091525050604080516020601f8a018190048102820181019092528881528a9350915088908890819084018382808284376000920191909152508892506119f6915050565b50505050505050565b303303610d3b576040516327a1460b60e21b81526001600160e01b0319600035166004820152602401610290565b610d458733611904565b610d048787878080602002602001604051908101604052809392919081815260200183836020028082843760009201919091525050604080516020601f8a018190048102820181019092528881528a9350915088908890819084018382808284376000920191909152508892506115b2915050565b6000610dc582611a39565b92915050565b6060303303610dfb576040516327a1460b60e21b81526001600160e01b0319600035166004820152602401610290565b61094f33848434610956565b606060006060610e4c878787808060200260200160405190810160405280939291908181526020018383602002808284376000920191909152508992506115c7915050565b9250925092509450945094915050565b60606109798686868686611abe565b303303610e99576040516327a1460b60e21b81526001600160e01b0319600035166004820152602401610290565b610ea38333611904565b61084e83838380806020026020016040519081016040528093929190818152602001838360200280828437600092019190915250611bc192505050565b6060303303610f10576040516327a1460b60e21b81526001600160e01b0319600035166004820152602401610290565b336001600160a01b03851603610f3357610f2c33848434610956565b905061094f565b6000610f3f8533611bd4565b9050610f4e8186338787611c85565b15610f6757610f5f85858534610956565b91505061094f565b6000610f74866000611bd4565b9050610f838187338888611c85565b15610f9d57610f9486868634610956565b9250505061094f565b6000610fcf616e7360f01b7dffffffffffffffffffffffffffff00000000000000000000000000000000881617611d5a565b9050610fde8188338989611c85565b15610ff957610fef87878734610956565b935050505061094f565b6040517fc86745f90000000000000000000000000000000000000000000000000000000081526001600160a01b0388166004820152336024820152604401610290565b6000610979868686808060200260200160405190810160405280939291908181526020018383602002808284376000920191909152508892508791506115859050565b6000610b6585858585611dd3565b60006107aa848484611e1b565b3033036110c8576040516327a1460b60e21b81526001600160e01b0319600035166004820152602401610290565b60408051616e7360f01b60208201526000602282018190526030820152611108910160405160208183030381529060405261110290614389565b33611e31565b6111128282611e82565b5050565b303303611144576040516327a1460b60e21b81526001600160e01b0319600035166004820152602401610290565b61114e8633611904565b610a718686868080602002602001604051908101604052809392919081815260200183836020028082843760009201919091525050604080516020601f890181900481028201810190925287815289935091508790879081908401838280828437600092019190915250611f3592505050565b3033036111ef576040516327a1460b60e21b81526001600160e01b0319600035166004820152602401610290565b6111f98833611904565b610c4d8888888080602002602001604051908101604052809392919081815260200183836020028082843760009201919091525050604080516020601f89018190048102820181019092528781528b93508a9250899189908990819084018382808284376000920191909152506121d092505050565b30330361129d576040516327a1460b60e21b81526001600160e01b0319600035166004820152602401610290565b336001600160a01b037f000000000000000000000000000000000000000000000000000000000000000016146113415760408051616e7360f01b6020820152600060228201819052603082015261130c910160405160208183030381529060405261130790614389565b6121e8565b336040517fd787b737000000000000000000000000000000000000000000000000000000008152600401610290929190614cdb565b600061134b612325565b6001600160a01b03161461138b576040517f15e34a4800000000000000000000000000000000000000000000000000000000815260040160405180910390fd5b6113948161238c565b6040805160008152602081019091526113ae908290611e82565b50565b6060600060606113f48686868080602002602001604051908101604052809392919081815260200183836020028082843760009201919091525061242792505050565b92509250925093509350939050565b6060610b658585858080602002602001604051908101604052809392919081815260200183836020028082843760009201919091525087925061244d915050565b6000610dc582612463565b30330361147d576040516327a1460b60e21b81526001600160e01b0319600035166004820152602401610290565b6114878533611904565b6114c8858585808060200260200160405190810160405280939291908181526020018383602002808284376000920191909152508792508691506124d79050565b5050505050565b6000610dc582612530565b303303611508576040516327a1460b60e21b81526001600160e01b0319600035166004820152602401610290565b6115128633611904565b610a718686868080602002602001604051908101604052809392919081815260200183836020028082843760009201919091525050604080516020601f89018190048102820181019092528781528993509150879087908190840183828082843760009201919091525061255692505050565b6000610b656115948686612591565b60ff858116601b0360080285901c166115ad85876125e7565b612620565b6114c885856115c184876125e7565b85611f35565b60606000606060006115d885612671565b90506115e5878783612694565b935060006115f2866126cd565b905080156116c457611604888861270a565b935066ffffffffffffff841667ffffffffffffffff81111561162857611628614788565b6040519080825280601f01601f191660200182016040528015611652576020820181803683370190505b5092506020830160005b828160ff1610156116c15760006116748b8b8461271d565b90506000611691888460ff166028026038011c64ffffffffff1690565b90506116a0826000838761279d565b6116aa81856143c6565b9350505080806116b990614d06565b91505061165c565b50505b505093509350939050565b6000806116db85612869565b90969095509350505050565b6000606060006116f68661287e565b905060005b81518110156117c957600082828151811061171857611718614cc5565b602002602001015190506117446001826affffffffffffffffffffff191661290790919063ffffffff16565b156117c0576040517fc3323031000000000000000000000000000000000000000000000000000000008152606082901c9063c33230319061178d908c908c908c90600401614d25565b600060405180830381600087803b1580156117a757600080fd5b505af11580156117bb573d6000803e3d6000fd5b505050505b506001016116fb565b506117d687858888612925565b909350915060005b81518110156118ac5760008282815181106117fb576117fb614cc5565b602002602001015190506118276002826affffffffffffffffffffff191661290790919063ffffffff16565b156118a3576040517f973d8f99000000000000000000000000000000000000000000000000000000008152606082901c9063973d8f9990611870908c908c908c90600401614d25565b600060405180830381600087803b15801561188a57600080fd5b505af115801561189e573d6000803e3d6000fd5b505050505b506001016117de565b505094509492505050565b805160208201fd5b60606118ca82612a40565b8360ff1610156118e7576118e085858585612a52565b90506107aa565b6118e085856118f585612a40565b6118ff9087614d4d565b6119a6565b61190e8282612a7f565b6111125761191b826121e8565b816040517fd787b737000000000000000000000000000000000000000000000000000000008152600401610290929190614cdb565b6119658484848461196089611a39565b6119f6565b50505050565b6000611977858561270a565b90506000611994828560ff166028026038011c64ffffffffff1690565b9050610a718686868460008888612ac2565b60606107aa6119b685858561271d565b60006119db856119c6898961270a565b9060ff166028026038011c64ffffffffff1690565b612efc565b6114c885858585856119f18b611a39565b612f1f565b6119ff81612a40565b8360ff161015611a1b57611a1685858585856115b2565b6114c8565b6114c88585611a2984612a40565b611a339087614d4d565b85612556565b60007f8b9d8c8b908d9affffffffffffffffffab9e9d939a8d000000000000000000008201611a8857507e60030220202000000000000000000000000000000000000000000000000000919050565b610dc5611ab57f746273746f72650000000000000000005461626c65730000000000000000000084613264565b60206000612620565b606081831115611b04576040517fa8c547820000000000000000000000000000000000000000000000000000000081526004810184905260248101839052604401610290565b6000611b10878761270a565b90506000611b2d828760ff166028026038011c64ffffffffff1690565b90508085101580611b3d57508084115b15611b98578081861015611b5b57611b56600186614d66565b611b5d565b855b6040517f7e8578d300000000000000000000000000000000000000000000000000000000815260048101929092526024820152604401610290565b6000611ba589898961271d565b9050611bb48187888803612efc565b9998505050505050505050565b6111128282611bcf85611a39565b613280565b60408051600280825260608201835260009283929190602083019080368337019050509050836001600160a01b031660001b81600081518110611c1957611c19614cc5565b602002602001018181525050826001600160a01b031660001b81600181518110611c4557611c45614cc5565b60209081029190910101526000610b657f7462776f726c640000000000000000005573657244656c65676174696f6e436f8383630100080160dd1b611585565b6000611c908661357f565b15611c9d57506001610b65565b85611caa57506000610b65565b600080611d268660008a8a8989604051602401611cc993929190614d25565b60408051601f198184030181529190526020810180517bffffffffffffffffffffffffffffffffffffffffffffffffffffffff167f1a86b55000000000000000000000000000000000000000000000000000000000179052612925565b9150915081611d3a57600092505050610b65565b80806020019051810190611d4e9190614d79565b98975050505050505050565b604080516001808252818301909252600091829190602080830190803683370190505090508281600081518110611d9357611d93614cc5565b602090810291909101015260006107aa7f7462776f726c640000000000000000004e616d65737061636544656c656761748383630100080160dd1b611585565b600080611ddf83612a40565b90508060ff168460ff161015611e075760ff848116601b0360080284901c165b9150506107aa565b611dff8686611e168488614d4d565b6135fa565b60006107aa848484611e2c88611a39565b611dd3565b6001600160a01b038116611e6b616e7360f01b7dffffffffffffffffffffffffffff0000000000000000000000000000000085161761360a565b6001600160a01b0316146111125761191b826121e8565b611eac827f6fdd1c80000000000000000000000000000000000000000000000000000000006136a6565b611f213360008484604051602401611ec491906144ec565b60408051601f198184030181529190526020810180517bffffffffffffffffffffffffffffffffffffffffffffffffffffffff167f7c5b033500000000000000000000000000000000000000000000000000000000179052613701565b506111128282805190602001206001613712565b7f6f74000000000000000000000000000000000000000000000000000000000000847fffff0000000000000000000000000000000000000000000000000000000000001603611fbf57837f8c0b5119d4cec7b284c6b1b39252a03d1e2f2d7451a5895562524c113bb952be848484604051611fb293929190614dd7565b60405180910390a2611965565b6000611fcb8585612591565b90506000611fd8866137f6565b905060005b81518110156120ad576000828281518110611ffa57611ffa614cc5565b602002602001015190506120266004826affffffffffffffffffffff191661290790919063ffffffff16565b156120a4576040517f964f667d000000000000000000000000000000000000000000000000000000008152606082901c9063964f667d90612071908b908b908b908b90600401614e0a565b600060405180830381600087803b15801561208b57600080fd5b505af115801561209f573d6000803e3d6000fd5b505050505b50600101611fdd565b50857f8c0b5119d4cec7b284c6b1b39252a03d1e2f2d7451a5895562524c113bb952be8686866040516120e293929190614dd7565b60405180910390a26120fd828565ffffffffffff1685613868565b60005b8151811015610d0457600082828151811061211d5761211d614cc5565b602002602001015190506121496008826affffffffffffffffffffff191661290790919063ffffffff16565b156121c7576040517fa8ba8721000000000000000000000000000000000000000000000000000000008152606082901c9063a8ba872190612194908b908b908b908b90600401614e0a565b600060405180830381600087803b1580156121ae57600080fd5b505af11580156121c2573d6000803e3d6000fd5b505050505b50600101612100565b610a718686868686866121e38d8d61270a565b612ac2565b606081601081901b60006121fb8361387e565b9050827fffffffffffffffffffffffffffff000000000000000000000000000000000000831615612256576122517fffffffffffffffffffffffffffff0000000000000000000000000000000000008416613895565b61228d565b6040518060400160405280600681526020017f3c726f6f743e00000000000000000000000000000000000000000000000000008152505b7fffffffffffffffffffffffffffffffff000000000000000000000000000000008316156122c3576122be83613895565b6122fa565b6040518060400160405280600681526020017f3c726f6f743e00000000000000000000000000000000000000000000000000008152505b60405160200161230c93929190614e43565b6040516020818303038152906040529350505050919050565b6040805160008082526020820190925260006123827f7462776f726c64000000000000000000496e69744d6f64756c6541646472657383837e14010014000000000000000000000000000000000000000000000000000000613939565b60601c9392505050565b604080516000808252602082018352606084901b7fffffffffffffffffffffffffffffffffffffffff000000000000000000000000168284015282518083036034018152605483019093529091611112917f7462776f726c64000000000000000000496e69744d6f64756c65416464726573918491907e140100140000000000000000000000000000000000000000000000000000006139ee565b606060006060612440858561243b88611a39565b6115c7565b9250925092509250925092565b60606107aa84848461245e88611a39565b6118bf565b600061246e82613a97565b905061247982613b29565b6124d257818260405160200161249191815260200190565b60408051601f19818403018152908290527f41e713ad0000000000000000000000000000000000000000000000000000000082526102909291600401614ed1565b919050565b60006124e3858561270a565b90506000612500828560ff166028026038011c64ffffffffff1690565b9050610a718686866125198764ffffffffff8716614d66565b604080516000815260208101909152889088612ac2565b600061253b82613bc6565b9050806124d257818260405160200161249191815260200190565b6000612562858561270a565b9050600061257f828560ff166028026038011c64ffffffffff1690565b9050610a718686866000858888612ac2565b600082826040516020016125a6929190614eea565b60408051601f1981840301815291905280516020909101207f86425bff6b57326c7859e89024fe4f238ca327a1ae4a230180dd2f0e88aaa7d9189392505050565b600080805b8360ff168110156126185761260e60ff601b83900360080287901c16836143c6565b91506001016125ec565b509392505050565b6000602082106126465760208204840193506020828161264257612642614f26565b0691505b508254600882021b602082900380841115612618576001850154600882021c82179150509392505050565b6000600861268160026020614d66565b61268b9190614f3c565b9190911c919050565b6060816000036126b3575060408051602081019091526000815261094f565b60006126bf8585612591565b9050610b6581600085612efc565b600060086001806126e060026020614d66565b6126ea9190614d66565b6126f49190614d66565b6126fe9190614f3c565b8260ff911c1692915050565b600061094f6127198484613c58565b5490565b60008383604051602001612732929190614eea565b604051602081830303815290604052805190602001208260f81b7effffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff19167f3b4102da22e32d82fc925482184f16c09fd4281692720b87d124aef6da48a0f1181860001c90509392505050565b821561282457602083106127c7576020830484019350602083816127c3576127c3614f26565b0692505b82156128245760208390036000818410156127ea5750600019600884021c6127f4565b50600019600882021c5b8554600886021b818451168219821617845250818411612815575050611965565b50600194909401939182900391015b5b602082106128465783548152600190930192601f1990910190602001612825565b8115611965576000600019600884021c8251865482191691161782525050505050565b602081015160408201516000905b9050915091565b604080516001808252818301909252606091600091906020808301908036833701905050905082816000815181106128b8576128b8614cc5565b602090810291909101015260006128f07f7462776f726c6400000000000000000053797374656d486f6f6b73000000000083836119a6565b90506107aa6129028260008451613cae565b613d3c565b60008160ff16826129188560581c90565b1660ff1614905092915050565b6000606060008061293586613d4d565b90925090506001600160a01b0382166129865785612952876121e8565b6040517ffbf10ce6000000000000000000000000000000000000000000000000000000008152600401610290929190614ed1565b80612995576129958689611904565b86156129e1577dffffffffffffffffffffffffffff000000000000000000000000000000008616616e7360f01b1760006129ce82610731565b90506129de8261025f8b846143c6565b50505b60006129ed8760101b90565b7fffffffffffffffffffffffffffff0000000000000000000000000000000000001614612a2557612a2088888488613df1565b612a31565b612a3188888488613e69565b90999098509650505050505050565b6000600860016126ea60026020614d66565b6060610b65612a618686612591565b612a6b84866125e7565b60ff868116601b0360080286901c16612efc565b6000612ab2616e7360f01b7dffffffffffffffffffffffffffff0000000000000000000000000000000085161783613eca565b8061094f575061094f8383613eca565b7f7462000000000000000000000000000000000000000000000000000000000000877fffff0000000000000000000000000000000000000000000000000000000000001614612b82577f74620000000000000000000000000000000000000000000000000000000000008788604051602001612b4091815260200190565b60408051601f19818403018152908290527f31b46683000000000000000000000000000000000000000000000000000000008252610290939291600401614f53565b6000612b9d828760ff166028026038011c64ffffffffff1690565b9050600083518564ffffffffff1683612bb69190614d66565b612bc091906143c6565b9050808214158015612be2575081612bd88688614f94565b64ffffffffff1614155b15612c32576040517fa65010b400000000000000000000000000000000000000000000000000000000815264ffffffffff8088166004830152808716602483015283166044820152606401610290565b818664ffffffffff161115612c83576040517f7e8578d30000000000000000000000000000000000000000000000000000000081526004810183905264ffffffffff87166024820152604401610290565b6000612c90848984613f93565b90506000612c9d8b6137f6565b905060005b8151811015612d68576000828281518110612cbf57612cbf614cc5565b60200260200101519050612ceb6010826affffffffffffffffffffff191661290790919063ffffffff16565b15612d5f57606081901c6001600160a01b03166355eb5a288e8e8e8e8e8d8f6040518863ffffffff1660e01b8152600401612d2c9796959493929190614fb9565b600060405180830381600087803b158015612d4657600080fd5b505af1158015612d5a573d6000803e3d6000fd5b505050505b50600101612ca2565b5064ffffffffff881660005b8a60ff168160ff161015612da757612d9b878260ff166028026038011c64ffffffffff1690565b90910190600101612d74565b508b7ffe158a7adba34e256807c8a149028d3162918713c3838afc643ce9f96716ebfd8c8c848c888d604051612de296959493929190615017565b60405180910390a250828414612e03576000612dfe8c8c613c58565b839055505b6000612e108c8c8c61271d565b9050612e24818a64ffffffffff1689613868565b5060005b8151811015612eee576000828281518110612e4557612e45614cc5565b60200260200101519050612e716020826affffffffffffffffffffff191661290790919063ffffffff16565b15612ee557606081901c6001600160a01b031663635845338e8e8e8e8e8a8f6040518863ffffffff1660e01b8152600401612eb29796959493929190614fb9565b600060405180830381600087803b158015612ecc57600080fd5b505af1158015612ee0573d6000803e3d6000fd5b505050505b50600101612e28565b505050505050505050505050565b60405160208101601f19603f84840101166040528282526126188585858461279d565b7f6f74000000000000000000000000000000000000000000000000000000000000867fffff0000000000000000000000000000000000000000000000000000000000001603612fab57857f8dbb3a9672eebfd3773e72dd9c102393436816d832c7ba9e1e1ac8fcadcac7a986868686604051612f9e9493929190615066565b60405180910390a2610a71565b6000612fb6876137f6565b905060005b815181101561308f576000828281518110612fd857612fd8614cc5565b602002602001015190506130046001826affffffffffffffffffffff191661290790919063ffffffff16565b15613086576040517f57066c9c000000000000000000000000000000000000000000000000000000008152606082901c906357066c9c90613053908c908c908c908c908c908c906004016150a5565b600060405180830381600087803b15801561306d57600080fd5b505af1158015613081573d6000803e3d6000fd5b505050505b50600101612fbb565b50867f8dbb3a9672eebfd3773e72dd9c102393436816d832c7ba9e1e1ac8fcadcac7a9878787876040516130c69493929190615066565b60405180910390a260006130da8888612591565b905060006020870190506130f2826000895184614061565b60006130fd856126cd565b111561318157600061310f8a8a613c58565b878155905060208601915060008060005b613129886126cd565b8160ff16101561317c5761313e8d8d8361271d565b92506131598a8260ff166028026038011c64ffffffffff1690565b91506131688360008488614061565b61317282866143c6565b9450600101613120565b505050505b60005b83518110156132585760008482815181106131a1576131a1614cc5565b602002602001015190506131cd6002826affffffffffffffffffffff191661290790919063ffffffff16565b1561324f576040517f5b28cdaf000000000000000000000000000000000000000000000000000000008152606082901c90635b28cdaf9061321c908e908e908e908e908e908e906004016150a5565b600060405180830381600087803b15801561323657600080fd5b505af115801561324a573d6000803e3d6000fd5b505050505b50600101613184565b50505050505050505050565b60408051602081018490529081018290526000906060016125a6565b7f6f74000000000000000000000000000000000000000000000000000000000000837fffff000000000000000000000000000000000000000000000000000000000000160361330657827f0e1f72f429eb97e64878619984a91e687ae91610348b9ff4216782cc96e49d07836040516132f991906150fe565b60405180910390a2505050565b6000613311846137f6565b905060005b81518110156133e457600082828151811061333357613333614cc5565b6020026020010151905061335f6040826affffffffffffffffffffff191661290790919063ffffffff16565b156133db576040517f9faeaf45000000000000000000000000000000000000000000000000000000008152606082901c90639faeaf45906133a890899089908990600401615111565b600060405180830381600087803b1580156133c257600080fd5b505af11580156133d6573d6000803e3d6000fd5b505050505b50600101613316565b50837f0e1f72f429eb97e64878619984a91e687ae91610348b9ff4216782cc96e49d078460405161341591906150fe565b60405180910390a260006134298585612591565b905061348281600061343a86612671565b67ffffffffffffffff81111561345257613452614788565b6040519080825280601f01601f19166020018201604052801561347c576020820181803683370190505b50613868565b600061348d846126cd565b11156134ae57600061349f8686613c58565b90506134ac816020614120565b505b60005b8251811015610a715760008382815181106134ce576134ce614cc5565b602002602001015190506134fa6080826affffffffffffffffffffff191661290790919063ffffffff16565b15613576576040517f83b5c95b000000000000000000000000000000000000000000000000000000008152606082901c906383b5c95b90613543908a908a908a90600401615111565b600060405180830381600087803b15801561355d57600080fd5b505af1158015613571573d6000803e3d6000fd5b505050505b506001016134b1565b604080517f737900000000000000000000000000000000000000000000000000000000000060208201526000602282018190527f756e6c696d697465640000000000000000000000000000000000000000000000603083015291016040516020818303038152906040526135f290614389565b909114919050565b60006107aa826119c6868661270a565b60408051600180825281830190925260009182919060208083019080368337019050509050828160008151811061364357613643614cc5565b6020908102919091010152600061369b7f7462776f726c640000000000000000004e616d6573706163654f776e6572000083837e14010014000000000000000000000000000000000000000000000000000000611585565b60601c949350505050565b6136b0828261415d565b611112576040517f74b5e6ff0000000000000000000000000000000000000000000000000000000081526001600160a01b03831660048201526001600160e01b031982166024820152604401610290565b606060008061096787878787613e69565b604080516002808252606082018352600092602083019080368337019050509050836001600160a01b031660001b8160008151811061375357613753614cc5565b602002602001018181525050828160018151811061377357613773614cc5565b6020026020010181815250506119657f7462776f726c64000000000000000000496e7374616c6c65644d6f64756c657360001b826000856040516020016137c191151560f81b815260010190565b60408051601f198184030181529190527e010100010000000000000000000000000000000000000000000000000000006115b2565b6040805160018082528183019092526060916000919060208083019080368337019050509050828160008151811061383057613830614cc5565b602090810291909101015260006128f07f746273746f726500000000000000000053746f7265486f6f6b7300000000000083836119a6565b61084e838383516138798560200190565b614061565b600061388c607060106143c6565b9190911b919050565b606060005b60108110156138fa577fffffffffffffffffffffffffffffffff000000000000000000000000000000008316600882021b7fff0000000000000000000000000000000000000000000000000000000000000016156138fa5760010161389a565b604080517fffffffffffffffffffffffffffffffff000000000000000000000000000000008516602082015281516030909101909152818152806107aa565b600080613944614179565b9050306001600160a01b0382160361396257611dff86868686611585565b6040517f8c364d590000000000000000000000000000000000000000000000000000000081526001600160a01b03821690638c364d59906139ad90899089908990899060040161513a565b602060405180830381865afa1580156139ca573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190611dff9190615169565b60006139f8614179565b9050306001600160a01b03821603613a1c57613a1786868686866115b2565b610a71565b6040517f390baae00000000000000000000000000000000000000000000000000000000081526001600160a01b0382169063390baae090613a699089908990899089908990600401615182565b600060405180830381600087803b158015613a8357600080fd5b505af1158015613258573d6000803e3d6000fd5b604080516001808252818301909252600091829190602080830190803683370190505090508281600081518110613ad057613ad0614cc5565b602090810291909101015260006107aa7f746273746f72650000000000000000005461626c6573000000000000000000008360017e60030220202000000000000000000000000000000000000000000000000000611585565b604080516001808252818301909252600091829190602080830190803683370190505090508281600081518110613b6257613b62614cc5565b60209081029190910101526000613bba7f746273746f72650000000000000000005265736f75726365496473000000000083837e01010001000000000000000000000000000000000000000000000000000000611585565b90506107aa8160f81c90565b604080516001808252818301909252600091829190602080830190803683370190505090508281600081518110613bff57613bff614cc5565b602090810291909101015260006107aa7f746273746f72650000000000000000005461626c6573000000000000000000008360027e60030220202000000000000000000000000000000000000000000000000000611585565b60008282604051602001613c6d929190614eea565b60408051601f1981840301815291905280516020909101207f14e2fcc58e58e68ec7edc30c8d50dccc3ce2714a623ec81f46b6a63922d76569189392505050565b600081831180613cbe5750835182115b15613cfb578383836040517f23230fa3000000000000000000000000000000000000000000000000000000008152600401610290939291906151c9565b60208401613d0984826143c6565b90506000613d178585614d66565b6fffffffffffffffffffffffffffffffff1660809290921b9190911795945050505050565b6060600061094f83601560006141b3565b60408051600180825281830190925260009182918291602080830190803683370190505090508381600081518110613d8757613d87614cc5565b602090810291909101015260008080613de07f7462776f726c6400000000000000000053797374656d73000000000000000000857e150200140100000000000000000000000000000000000000000000000000006115c7565b92509250925061091683838361422e565b60006060836001600160a01b03166000613e0c85898961423a565b604051613e1991906151ee565b60006040518083038185875af1925050503d8060008114613e56576040519150601f19603f3d011682016040523d82523d6000602084013e613e5b565b606091505b509097909650945050505050565b60006060836001600160a01b0316613e8284888861423a565b604051613e8f91906151ee565b600060405180830381855af49150503d8060008114613e56576040519150601f19603f3d011682016040523d82523d6000602084013e613e5b565b604080516002808252606082018352600092839291906020830190803683370190505090508381600081518110613f0357613f03614cc5565b602002602001018181525050826001600160a01b031660001b81600181518110613f2f57613f2f614cc5565b60209081029190910101526000613f877f7462776f726c640000000000000000005265736f75726365416363657373000083837e01010001000000000000000000000000000000000000000000000000000000611585565b9050610b658160f81c90565b600064ffffffffff821115613fd7576040517f4767058800000000000000000000000000000000000000000000000000000000815260048101839052602401610290565b8366ffffffffffffff811660ff851660280260380182901c64ffffffffff168085106140095780850382019150614011565b848103820391505b5064ffffffffff6038602860ff8816020181811b197fffffffffffffffffffffffffffffffffffffffffffffffffff000000000000009490941690921792909216918416901b1790509392505050565b82156140db576020831061408b5760208304840193506020838161408757614087614f26565b0692505b82156140db5760208390036000600019600885021c1990506008850281811c91508351811c90508119875416828216178755508184116140cc575050611965565b50600194909401939182900391015b5b602082106140fd5780518455600190930192601f19909101906020016140dc565b8115611965576000600019600884021c8554835182191691161785555050505050565b6000602061412f83601f6143c6565b614139919061520a565b61414390846143c6565b90505b8083101561084e5760008355600183019250614146565b600061416883614269565b801561094f575061094f83836142b5565b7f629a4c26e296b22a8e0856e9f6ecb2d1008d7e00081111962cd175fa7488e175546000906001600160a01b0316806124d2573391505090565b606060006141c18560801c90565b90506fffffffffffffffffffffffffffffffff851660008582816141e7576141e7614f26565b04905060405193506020840160208202810160405281855260005b82811015614222578451871c825293870193602090910190600101614202565b50505050509392505050565b6000806116db8561436d565b60608383836040516020016142519392919061522c565b60405160208183030381529060405290509392505050565b6000614295827f01ffc9a7000000000000000000000000000000000000000000000000000000006142b5565b8015610dc557506142ae826001600160e01b03196142b5565b1592915050565b6040516001600160e01b031982166024820152600090819060440160408051601f19818403018152919052602080820180517bffffffffffffffffffffffffffffffffffffffffffffffffffffffff167f01ffc9a700000000000000000000000000000000000000000000000000000000178152825192935060009283928392909183918a617530fa92503d91506000519050828015614356575060208210155b80156143625750600081115b979650505050505050565b6020810151603482015160609190911c9060009060f81c612877565b805160208083015191908110156143aa576000198160200360031b1b821691505b50919050565b634e487b7160e01b600052601160045260246000fd5b80820180821115610dc557610dc56143b0565b60008083601f8401126143eb57600080fd5b50813567ffffffffffffffff81111561440357600080fd5b6020830191508360208260051b850101111561441e57600080fd5b9250929050565b803560ff811681146124d257600080fd5b60008060008060006080868803121561444e57600080fd5b85359450602086013567ffffffffffffffff81111561446c57600080fd5b614478888289016143d9565b909550935061448b905060408701614425565b949793965091946060013592915050565b60005b838110156144b757818101518382015260200161449f565b50506000910152565b600081518084526144d881602086016020860161449c565b601f01601f19169290920160200192915050565b60208152600061094f60208301846144c0565b60008083601f84011261451157600080fd5b50813567ffffffffffffffff81111561452957600080fd5b60208301915083602082850101111561441e57600080fd5b6000806000806000806080878903121561455a57600080fd5b86359550602087013567ffffffffffffffff8082111561457957600080fd5b6145858a838b016143d9565b909750955085915061459960408a01614425565b945060608901359150808211156145af57600080fd5b506145bc89828a016144ff565b979a9699509497509295939492505050565b600080600080606085870312156145e457600080fd5b84359350602085013567ffffffffffffffff81111561460257600080fd5b61460e878288016143d9565b9094509250614621905060408601614425565b905092959194509250565b60008060008060008060008060a0898b03121561464857600080fd5b88359750602089013567ffffffffffffffff8082111561466757600080fd5b6146738c838d016143d9565b909950975060408b013591508082111561468c57600080fd5b6146988c838d016144ff565b909750955060608b0135945060808b01359150808211156146b857600080fd5b506146c58b828c016144ff565b999c989b5096995094979396929594505050565b600080600080600080600060a0888a0312156146f457600080fd5b87359650602088013567ffffffffffffffff8082111561471357600080fd5b61471f8b838c016143d9565b909850965086915061473360408b01614425565b955060608a013591508082111561474957600080fd5b506147568a828b016144ff565b989b979a50959894979596608090950135949350505050565b60006020828403121561478157600080fd5b5035919050565b634e487b7160e01b600052604160045260246000fd5b604051601f8201601f1916810167ffffffffffffffff811182821017156147c7576147c7614788565b604052919050565b600082601f8301126147e057600080fd5b813567ffffffffffffffff8111156147fa576147fa614788565b61480d6020601f19601f8401160161479e565b81815284602083860101111561482257600080fd5b816020850160208301376000918101602001919091529392505050565b6000806040838503121561485257600080fd5b82359150602083013567ffffffffffffffff81111561487057600080fd5b61487c858286016147cf565b9150509250929050565b6000806000806060858703121561489c57600080fd5b84359350602085013567ffffffffffffffff8111156148ba57600080fd5b6148c6878288016143d9565b9598909750949560400135949350505050565b6060815260006148ec60608301866144c0565b846020840152828103604084015261097981856144c0565b600082601f83011261491557600080fd5b8135602067ffffffffffffffff82111561493157614931614788565b8160051b61494082820161479e565b928352848101820192828101908785111561495a57600080fd5b83870192505b8483101561436257823582529183019190830190614960565b600080600080600060a0868803121561499157600080fd5b85359450602086013567ffffffffffffffff8111156149af57600080fd5b6149bb88828901614904565b9450506149ca60408701614425565b94979396509394606081013594506080013592915050565b6000806000604084860312156149f757600080fd5b83359250602084013567ffffffffffffffff811115614a1557600080fd5b614a21868287016143d9565b9497909650939450505050565b6001600160a01b03811681146113ae57600080fd5b600080600060608486031215614a5857600080fd5b8335614a6381614a2e565b925060208401359150604084013567ffffffffffffffff811115614a8657600080fd5b614a92868287016147cf565b9150509250925092565b60008060008060808587031215614ab257600080fd5b84359350602085013567ffffffffffffffff811115614ad057600080fd5b614adc87828801614904565b935050614aeb60408601614425565b9396929550929360600135925050565b600080600060608486031215614b1057600080fd5b83359250602084013567ffffffffffffffff811115614b2e57600080fd5b614b3a86828701614904565b925050614b4960408501614425565b90509250925092565b60008060408385031215614b6557600080fd5b8235614b7081614a2e565b9150602083013567ffffffffffffffff81111561487057600080fd5b60008060008060008060808789031215614ba557600080fd5b86359550602087013567ffffffffffffffff80821115614bc457600080fd5b614bd08a838b016143d9565b90975095506040890135915065ffffffffffff82168214614bf057600080fd5b909350606088013590808211156145af57600080fd5b803564ffffffffff811681146124d257600080fd5b60008060008060008060008060c0898b031215614c3757600080fd5b88359750602089013567ffffffffffffffff80821115614c5657600080fd5b614c628c838d016143d9565b9099509750879150614c7660408c01614425565b9650614c8460608c01614c06565b9550614c9260808c01614c06565b945060a08b01359150808211156146b857600080fd5b600060208284031215614cba57600080fd5b813561094f81614a2e565b634e487b7160e01b600052603260045260246000fd5b604081526000614cee60408301856144c0565b90506001600160a01b03831660208301529392505050565b600060ff821660ff8103614d1c57614d1c6143b0565b60010192915050565b6001600160a01b0384168152826020820152606060408201526000610b6560608301846144c0565b60ff8281168282160390811115610dc557610dc56143b0565b81810381811115610dc557610dc56143b0565b600060208284031215614d8b57600080fd5b8151801515811461094f57600080fd5b60008151808452602080850194506020840160005b83811015614dcc57815187529582019590820190600101614db0565b509495945050505050565b606081526000614dea6060830186614d9b565b65ffffffffffff85166020840152828103604084015261097981856144c0565b848152608060208201526000614e236080830186614d9b565b65ffffffffffff85166040840152828103606084015261436281856144c0565b7fffff0000000000000000000000000000000000000000000000000000000000008416815260007f3a000000000000000000000000000000000000000000000000000000000000008060028401528451614ea481600386016020890161449c565b808401905081600382015284519150614ec482600483016020880161449c565b0160040195945050505050565b8281526040602082015260006107aa60408301846144c0565b8281526000602080830184516020860160005b82811015614f1957815184529284019290840190600101614efd565b5091979650505050505050565b634e487b7160e01b600052601260045260246000fd5b8082028115828204841417610dc557610dc56143b0565b7fffff00000000000000000000000000000000000000000000000000000000000084168152826020820152606060408201526000610b6560608301846144c0565b64ffffffffff818116838216019080821115614fb257614fb26143b0565b5092915050565b87815260e060208201526000614fd260e0830189614d9b565b60ff8816604084015264ffffffffff87811660608501528616608084015260a0830185905282810360c084015261500981856144c0565b9a9950505050505050505050565b60c08152600061502a60c0830189614d9b565b60ff8816602084015265ffffffffffff8716604084015264ffffffffff8616606084015284608084015282810360a0840152611bb481856144c0565b6080815260006150796080830187614d9b565b828103602084015261508b81876144c0565b9050846040840152828103606084015261436281856144c0565b86815260c0602082015260006150be60c0830188614d9b565b82810360408401526150d081886144c0565b905085606084015282810360808401526150ea81866144c0565b9150508260a0830152979650505050505050565b60208152600061094f6020830184614d9b565b83815260606020820152600061512a6060830185614d9b565b9050826040830152949350505050565b8481526080602082015260006151536080830186614d9b565b60ff949094166040830152506060015292915050565b60006020828403121561517b57600080fd5b5051919050565b85815260a06020820152600061519b60a0830187614d9b565b60ff8616604084015282810360608401526151b681866144c0565b9150508260808301529695505050505050565b6060815260006151dc60608301866144c0565b60208301949094525060400152919050565b6000825161520081846020870161449c565b9190910192915050565b60008261522757634e487b7160e01b600052601260045260246000fd5b500490565b6000845161523e81846020890161449c565b60609490941b7fffffffffffffffffffffffffffffffffffffffff000000000000000000000000169190930190815260148101919091526034019291505056fea164736f6c6343000818000a","sourceMap":"1709:15488:63:-:0;;;2097:94;;;;;;;;;-1:-1:-1;856:22:25;1062:42:28;2370:38;;-1:-1:-1;;;;;;2370:38:28;1807:4:24;2370:38:28;;;1734:84:24;856:22:25;889:38;;-1:-1:-1;;;913:13:25;889:38;;;;;2127:10:63;2117:20;;2148:38;;-1:-1:-1;;;2172:13:63;2148:38;;;;;1709:15488;;;;;;;;;;;;;;;;;","linkReferences":{}},"deployedBytecode":{"object":"0x6080604052600436106101d15760003560e01c80638c364d59116100f7578063c4d66de811610095578063d9c03a0411610064578063d9c03a04146106d1578063dbbf0e21146105d1578063e228a4a3146106f1578063ef6ea8621461071157610266565b8063c4d66de814610651578063cc49db7e14610671578063d03edb8c14610691578063d4285dc2146106b157610266565b8063af068c9e116100d1578063af068c9e146105f1578063b047c1eb14610611578063c0a2895a14610631578063c11222291461054b57610266565b80638c364d59146105915780639f1fcf0a146105b1578063a53417ed146105d157610266565b8063390baae01161016f5780634dc77d971161013e5780634dc77d971461050b578063505a181d1461052b5780636951955d1461054b578063894ecc581461057e57610266565b8063390baae01461047b5780633a77c2c21461049b5780633ae7af08146104c9578063419b58fd146104dc57610266565b8063150f3262116101ab578063150f3262146103fb5780631e7889771461041b578063298314fb1461043b5780633708196e1461045b57610266565b806302d05d3f1461035d57806305242d2f146103ae578063114a7266146103db57610266565b366102665760408051616e7360f01b60208201526000602282018190526030820181905291610218910160405160208183030381529060405261021390614389565b610731565b60408051616e7360f01b60208201526000602282018190526030820152919250610264910160405160208183030381529060405261025590614389565b61025f34846143c6565b6107b2565b005b303303610299576040516327a1460b60e21b81526001600160e01b03196000351660048201526024015b60405180910390fd5b6000806102b16000356001600160e01b031916610853565b91509150816000801b036102ff576040517ffdde54e20000000000000000000000000000000000000000000000000000000081526001600160e01b0319600035166004820152602401610290565b60006103436000368080601f016020809104026020016040519081016040528093929190818152602001838380828437600092018290525092508691506109239050565b9050600061035333858434610956565b9050805160208201f35b34801561036957600080fd5b506103917f000000000000000000000000000000000000000000000000000000000000000081565b6040516001600160a01b0390911681526020015b60405180910390f35b3480156103ba57600080fd5b506103ce6103c9366004614436565b610983565b6040516103a591906144ec565b3480156103e757600080fd5b506102646103f6366004614541565b6109c6565b34801561040757600080fd5b50610264610416366004614541565b610a79565b34801561042757600080fd5b506103ce6104363660046145ce565b610b24565b34801561044757600080fd5b5061026461045636600461462c565b610b6e565b34801561046757600080fd5b506102646104763660046146d9565b610c57565b34801561048757600080fd5b506102646104963660046146d9565b610d0d565b3480156104a757600080fd5b506104bb6104b636600461476f565b610dba565b6040519081526020016103a5565b6103ce6104d736600461483f565b610dcb565b3480156104e857600080fd5b506104fc6104f7366004614886565b610e07565b6040516103a5939291906148d9565b34801561051757600080fd5b506103ce610526366004614979565b610e5c565b34801561053757600080fd5b506102646105463660046149e2565b610e6b565b34801561055757600080fd5b507f312e302e302d756e6175646974656400000000000000000000000000000000006104bb565b6103ce61058c366004614a43565b610ee0565b34801561059d57600080fd5b506104bb6105ac366004614436565b61103c565b3480156105bd57600080fd5b506104bb6105cc366004614a9c565b61107f565b3480156105dd57600080fd5b506104bb6105ec366004614afb565b61108d565b3480156105fd57600080fd5b5061026461060c366004614b52565b61109a565b34801561061d57600080fd5b5061026461062c366004614b8c565b611116565b34801561063d57600080fd5b5061026461064c366004614c1b565b6111c1565b34801561065d57600080fd5b5061026461066c366004614ca8565b61126f565b34801561067d57600080fd5b506104fc61068c3660046149e2565b6113b1565b34801561069d57600080fd5b506103ce6106ac3660046145ce565b611403565b3480156106bd57600080fd5b506104bb6106cc36600461476f565b611444565b3480156106dd57600080fd5b506102646106ec366004614436565b61144f565b3480156106fd57600080fd5b506104bb61070c36600461476f565b6114cf565b34801561071d57600080fd5b5061026461072c366004614541565b6114da565b60408051600180825281830190925260009182919060208083019080368337019050509050828160008151811061076a5761076a614cc5565b602090810291909101015260006107aa7f7462776f726c6400000000000000000042616c616e63657300000000000000008383630100080160dd1b611585565b949350505050565b6040805160018082528183019092526000916020808301908036833701905050905082816000815181106107e8576107e8614cc5565b60200260200101818152505061084e7f7462776f726c6400000000000000000042616c616e636573000000000000000060001b8260008560405160200161083191815260200190565b60408051601f19818403018152919052630100080160dd1b6115b2565b505050565b6040805160018082528183019092526000918291829160208083019080368337019050509050837bffffffffffffffffffffffffffffffffffffffffffffffffffffffff1916816000815181106108ac576108ac614cc5565b6020908102919091010152600080806109057f7462776f726c6400000000000000000046756e6374696f6e53656c6563746f72857e240200200400000000000000000000000000000000000000000000000000006115c7565b9250925092506109168383836116cf565b9550955050505050915091565b82820160200180517bffffffffffffffffffffffffffffffffffffffffffffffffffffffff1682179052825b9392505050565b6060600080610967878787876116e7565b915091508161097957610979816118b7565b9695505050505050565b6060610979868686808060200260200160405190810160405280939291908181526020018383602002808284376000920191909152508892508791506118bf9050565b3033036109f4576040516327a1460b60e21b81526001600160e01b0319600035166004820152602401610290565b6109fe8633611904565b610a718686868080602002602001604051908101604052809392919081815260200183836020028082843760009201919091525050604080516020601f89018190048102820181019092528781528993509150879087908190840183828082843760009201919091525061195092505050565b505050505050565b303303610aa7576040516327a1460b60e21b81526001600160e01b0319600035166004820152602401610290565b610ab18633611904565b610a718686868080602002602001604051908101604052809392919081815260200183836020028082843760009201919091525050604080516020601f89018190048102820181019092528781528993509150879087908190840183828082843760009201919091525061196b92505050565b6060610b65858585808060200260200160405190810160405280939291908181526020018383602002808284376000920191909152508792506119a6915050565b95945050505050565b303303610b9c576040516327a1460b60e21b81526001600160e01b0319600035166004820152602401610290565b610ba68833611904565b610c4d8888888080602002602001604051908101604052809392919081815260200183836020028082843760009201919091525050604080516020601f8c018190048102820181019092528a815292508a915089908190840183828082843760009201919091525050604080516020601f8a018190048102820181019092528881528a9350915088908890819084018382808284376000920191909152506119e092505050565b5050505050505050565b303303610c85576040516327a1460b60e21b81526001600160e01b0319600035166004820152602401610290565b610c8f8733611904565b610d048787878080602002602001604051908101604052809392919081815260200183836020028082843760009201919091525050604080516020601f8a018190048102820181019092528881528a9350915088908890819084018382808284376000920191909152508892506119f6915050565b50505050505050565b303303610d3b576040516327a1460b60e21b81526001600160e01b0319600035166004820152602401610290565b610d458733611904565b610d048787878080602002602001604051908101604052809392919081815260200183836020028082843760009201919091525050604080516020601f8a018190048102820181019092528881528a9350915088908890819084018382808284376000920191909152508892506115b2915050565b6000610dc582611a39565b92915050565b6060303303610dfb576040516327a1460b60e21b81526001600160e01b0319600035166004820152602401610290565b61094f33848434610956565b606060006060610e4c878787808060200260200160405190810160405280939291908181526020018383602002808284376000920191909152508992506115c7915050565b9250925092509450945094915050565b60606109798686868686611abe565b303303610e99576040516327a1460b60e21b81526001600160e01b0319600035166004820152602401610290565b610ea38333611904565b61084e83838380806020026020016040519081016040528093929190818152602001838360200280828437600092019190915250611bc192505050565b6060303303610f10576040516327a1460b60e21b81526001600160e01b0319600035166004820152602401610290565b336001600160a01b03851603610f3357610f2c33848434610956565b905061094f565b6000610f3f8533611bd4565b9050610f4e8186338787611c85565b15610f6757610f5f85858534610956565b91505061094f565b6000610f74866000611bd4565b9050610f838187338888611c85565b15610f9d57610f9486868634610956565b9250505061094f565b6000610fcf616e7360f01b7dffffffffffffffffffffffffffff00000000000000000000000000000000881617611d5a565b9050610fde8188338989611c85565b15610ff957610fef87878734610956565b935050505061094f565b6040517fc86745f90000000000000000000000000000000000000000000000000000000081526001600160a01b0388166004820152336024820152604401610290565b6000610979868686808060200260200160405190810160405280939291908181526020018383602002808284376000920191909152508892508791506115859050565b6000610b6585858585611dd3565b60006107aa848484611e1b565b3033036110c8576040516327a1460b60e21b81526001600160e01b0319600035166004820152602401610290565b60408051616e7360f01b60208201526000602282018190526030820152611108910160405160208183030381529060405261110290614389565b33611e31565b6111128282611e82565b5050565b303303611144576040516327a1460b60e21b81526001600160e01b0319600035166004820152602401610290565b61114e8633611904565b610a718686868080602002602001604051908101604052809392919081815260200183836020028082843760009201919091525050604080516020601f890181900481028201810190925287815289935091508790879081908401838280828437600092019190915250611f3592505050565b3033036111ef576040516327a1460b60e21b81526001600160e01b0319600035166004820152602401610290565b6111f98833611904565b610c4d8888888080602002602001604051908101604052809392919081815260200183836020028082843760009201919091525050604080516020601f89018190048102820181019092528781528b93508a9250899189908990819084018382808284376000920191909152506121d092505050565b30330361129d576040516327a1460b60e21b81526001600160e01b0319600035166004820152602401610290565b336001600160a01b037f000000000000000000000000000000000000000000000000000000000000000016146113415760408051616e7360f01b6020820152600060228201819052603082015261130c910160405160208183030381529060405261130790614389565b6121e8565b336040517fd787b737000000000000000000000000000000000000000000000000000000008152600401610290929190614cdb565b600061134b612325565b6001600160a01b03161461138b576040517f15e34a4800000000000000000000000000000000000000000000000000000000815260040160405180910390fd5b6113948161238c565b6040805160008152602081019091526113ae908290611e82565b50565b6060600060606113f48686868080602002602001604051908101604052809392919081815260200183836020028082843760009201919091525061242792505050565b92509250925093509350939050565b6060610b658585858080602002602001604051908101604052809392919081815260200183836020028082843760009201919091525087925061244d915050565b6000610dc582612463565b30330361147d576040516327a1460b60e21b81526001600160e01b0319600035166004820152602401610290565b6114878533611904565b6114c8858585808060200260200160405190810160405280939291908181526020018383602002808284376000920191909152508792508691506124d79050565b5050505050565b6000610dc582612530565b303303611508576040516327a1460b60e21b81526001600160e01b0319600035166004820152602401610290565b6115128633611904565b610a718686868080602002602001604051908101604052809392919081815260200183836020028082843760009201919091525050604080516020601f89018190048102820181019092528781528993509150879087908190840183828082843760009201919091525061255692505050565b6000610b656115948686612591565b60ff858116601b0360080285901c166115ad85876125e7565b612620565b6114c885856115c184876125e7565b85611f35565b60606000606060006115d885612671565b90506115e5878783612694565b935060006115f2866126cd565b905080156116c457611604888861270a565b935066ffffffffffffff841667ffffffffffffffff81111561162857611628614788565b6040519080825280601f01601f191660200182016040528015611652576020820181803683370190505b5092506020830160005b828160ff1610156116c15760006116748b8b8461271d565b90506000611691888460ff166028026038011c64ffffffffff1690565b90506116a0826000838761279d565b6116aa81856143c6565b9350505080806116b990614d06565b91505061165c565b50505b505093509350939050565b6000806116db85612869565b90969095509350505050565b6000606060006116f68661287e565b905060005b81518110156117c957600082828151811061171857611718614cc5565b602002602001015190506117446001826affffffffffffffffffffff191661290790919063ffffffff16565b156117c0576040517fc3323031000000000000000000000000000000000000000000000000000000008152606082901c9063c33230319061178d908c908c908c90600401614d25565b600060405180830381600087803b1580156117a757600080fd5b505af11580156117bb573d6000803e3d6000fd5b505050505b506001016116fb565b506117d687858888612925565b909350915060005b81518110156118ac5760008282815181106117fb576117fb614cc5565b602002602001015190506118276002826affffffffffffffffffffff191661290790919063ffffffff16565b156118a3576040517f973d8f99000000000000000000000000000000000000000000000000000000008152606082901c9063973d8f9990611870908c908c908c90600401614d25565b600060405180830381600087803b15801561188a57600080fd5b505af115801561189e573d6000803e3d6000fd5b505050505b506001016117de565b505094509492505050565b805160208201fd5b60606118ca82612a40565b8360ff1610156118e7576118e085858585612a52565b90506107aa565b6118e085856118f585612a40565b6118ff9087614d4d565b6119a6565b61190e8282612a7f565b6111125761191b826121e8565b816040517fd787b737000000000000000000000000000000000000000000000000000000008152600401610290929190614cdb565b6119658484848461196089611a39565b6119f6565b50505050565b6000611977858561270a565b90506000611994828560ff166028026038011c64ffffffffff1690565b9050610a718686868460008888612ac2565b60606107aa6119b685858561271d565b60006119db856119c6898961270a565b9060ff166028026038011c64ffffffffff1690565b612efc565b6114c885858585856119f18b611a39565b612f1f565b6119ff81612a40565b8360ff161015611a1b57611a1685858585856115b2565b6114c8565b6114c88585611a2984612a40565b611a339087614d4d565b85612556565b60007f8b9d8c8b908d9affffffffffffffffffab9e9d939a8d000000000000000000008201611a8857507e60030220202000000000000000000000000000000000000000000000000000919050565b610dc5611ab57f746273746f72650000000000000000005461626c65730000000000000000000084613264565b60206000612620565b606081831115611b04576040517fa8c547820000000000000000000000000000000000000000000000000000000081526004810184905260248101839052604401610290565b6000611b10878761270a565b90506000611b2d828760ff166028026038011c64ffffffffff1690565b90508085101580611b3d57508084115b15611b98578081861015611b5b57611b56600186614d66565b611b5d565b855b6040517f7e8578d300000000000000000000000000000000000000000000000000000000815260048101929092526024820152604401610290565b6000611ba589898961271d565b9050611bb48187888803612efc565b9998505050505050505050565b6111128282611bcf85611a39565b613280565b60408051600280825260608201835260009283929190602083019080368337019050509050836001600160a01b031660001b81600081518110611c1957611c19614cc5565b602002602001018181525050826001600160a01b031660001b81600181518110611c4557611c45614cc5565b60209081029190910101526000610b657f7462776f726c640000000000000000005573657244656c65676174696f6e436f8383630100080160dd1b611585565b6000611c908661357f565b15611c9d57506001610b65565b85611caa57506000610b65565b600080611d268660008a8a8989604051602401611cc993929190614d25565b60408051601f198184030181529190526020810180517bffffffffffffffffffffffffffffffffffffffffffffffffffffffff167f1a86b55000000000000000000000000000000000000000000000000000000000179052612925565b9150915081611d3a57600092505050610b65565b80806020019051810190611d4e9190614d79565b98975050505050505050565b604080516001808252818301909252600091829190602080830190803683370190505090508281600081518110611d9357611d93614cc5565b602090810291909101015260006107aa7f7462776f726c640000000000000000004e616d65737061636544656c656761748383630100080160dd1b611585565b600080611ddf83612a40565b90508060ff168460ff161015611e075760ff848116601b0360080284901c165b9150506107aa565b611dff8686611e168488614d4d565b6135fa565b60006107aa848484611e2c88611a39565b611dd3565b6001600160a01b038116611e6b616e7360f01b7dffffffffffffffffffffffffffff0000000000000000000000000000000085161761360a565b6001600160a01b0316146111125761191b826121e8565b611eac827f6fdd1c80000000000000000000000000000000000000000000000000000000006136a6565b611f213360008484604051602401611ec491906144ec565b60408051601f198184030181529190526020810180517bffffffffffffffffffffffffffffffffffffffffffffffffffffffff167f7c5b033500000000000000000000000000000000000000000000000000000000179052613701565b506111128282805190602001206001613712565b7f6f74000000000000000000000000000000000000000000000000000000000000847fffff0000000000000000000000000000000000000000000000000000000000001603611fbf57837f8c0b5119d4cec7b284c6b1b39252a03d1e2f2d7451a5895562524c113bb952be848484604051611fb293929190614dd7565b60405180910390a2611965565b6000611fcb8585612591565b90506000611fd8866137f6565b905060005b81518110156120ad576000828281518110611ffa57611ffa614cc5565b602002602001015190506120266004826affffffffffffffffffffff191661290790919063ffffffff16565b156120a4576040517f964f667d000000000000000000000000000000000000000000000000000000008152606082901c9063964f667d90612071908b908b908b908b90600401614e0a565b600060405180830381600087803b15801561208b57600080fd5b505af115801561209f573d6000803e3d6000fd5b505050505b50600101611fdd565b50857f8c0b5119d4cec7b284c6b1b39252a03d1e2f2d7451a5895562524c113bb952be8686866040516120e293929190614dd7565b60405180910390a26120fd828565ffffffffffff1685613868565b60005b8151811015610d0457600082828151811061211d5761211d614cc5565b602002602001015190506121496008826affffffffffffffffffffff191661290790919063ffffffff16565b156121c7576040517fa8ba8721000000000000000000000000000000000000000000000000000000008152606082901c9063a8ba872190612194908b908b908b908b90600401614e0a565b600060405180830381600087803b1580156121ae57600080fd5b505af11580156121c2573d6000803e3d6000fd5b505050505b50600101612100565b610a718686868686866121e38d8d61270a565b612ac2565b606081601081901b60006121fb8361387e565b9050827fffffffffffffffffffffffffffff000000000000000000000000000000000000831615612256576122517fffffffffffffffffffffffffffff0000000000000000000000000000000000008416613895565b61228d565b6040518060400160405280600681526020017f3c726f6f743e00000000000000000000000000000000000000000000000000008152505b7fffffffffffffffffffffffffffffffff000000000000000000000000000000008316156122c3576122be83613895565b6122fa565b6040518060400160405280600681526020017f3c726f6f743e00000000000000000000000000000000000000000000000000008152505b60405160200161230c93929190614e43565b6040516020818303038152906040529350505050919050565b6040805160008082526020820190925260006123827f7462776f726c64000000000000000000496e69744d6f64756c6541646472657383837e14010014000000000000000000000000000000000000000000000000000000613939565b60601c9392505050565b604080516000808252602082018352606084901b7fffffffffffffffffffffffffffffffffffffffff000000000000000000000000168284015282518083036034018152605483019093529091611112917f7462776f726c64000000000000000000496e69744d6f64756c65416464726573918491907e140100140000000000000000000000000000000000000000000000000000006139ee565b606060006060612440858561243b88611a39565b6115c7565b9250925092509250925092565b60606107aa84848461245e88611a39565b6118bf565b600061246e82613a97565b905061247982613b29565b6124d257818260405160200161249191815260200190565b60408051601f19818403018152908290527f41e713ad0000000000000000000000000000000000000000000000000000000082526102909291600401614ed1565b919050565b60006124e3858561270a565b90506000612500828560ff166028026038011c64ffffffffff1690565b9050610a718686866125198764ffffffffff8716614d66565b604080516000815260208101909152889088612ac2565b600061253b82613bc6565b9050806124d257818260405160200161249191815260200190565b6000612562858561270a565b9050600061257f828560ff166028026038011c64ffffffffff1690565b9050610a718686866000858888612ac2565b600082826040516020016125a6929190614eea565b60408051601f1981840301815291905280516020909101207f86425bff6b57326c7859e89024fe4f238ca327a1ae4a230180dd2f0e88aaa7d9189392505050565b600080805b8360ff168110156126185761260e60ff601b83900360080287901c16836143c6565b91506001016125ec565b509392505050565b6000602082106126465760208204840193506020828161264257612642614f26565b0691505b508254600882021b602082900380841115612618576001850154600882021c82179150509392505050565b6000600861268160026020614d66565b61268b9190614f3c565b9190911c919050565b6060816000036126b3575060408051602081019091526000815261094f565b60006126bf8585612591565b9050610b6581600085612efc565b600060086001806126e060026020614d66565b6126ea9190614d66565b6126f49190614d66565b6126fe9190614f3c565b8260ff911c1692915050565b600061094f6127198484613c58565b5490565b60008383604051602001612732929190614eea565b604051602081830303815290604052805190602001208260f81b7effffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff19167f3b4102da22e32d82fc925482184f16c09fd4281692720b87d124aef6da48a0f1181860001c90509392505050565b821561282457602083106127c7576020830484019350602083816127c3576127c3614f26565b0692505b82156128245760208390036000818410156127ea5750600019600884021c6127f4565b50600019600882021c5b8554600886021b818451168219821617845250818411612815575050611965565b50600194909401939182900391015b5b602082106128465783548152600190930192601f1990910190602001612825565b8115611965576000600019600884021c8251865482191691161782525050505050565b602081015160408201516000905b9050915091565b604080516001808252818301909252606091600091906020808301908036833701905050905082816000815181106128b8576128b8614cc5565b602090810291909101015260006128f07f7462776f726c6400000000000000000053797374656d486f6f6b73000000000083836119a6565b90506107aa6129028260008451613cae565b613d3c565b60008160ff16826129188560581c90565b1660ff1614905092915050565b6000606060008061293586613d4d565b90925090506001600160a01b0382166129865785612952876121e8565b6040517ffbf10ce6000000000000000000000000000000000000000000000000000000008152600401610290929190614ed1565b80612995576129958689611904565b86156129e1577dffffffffffffffffffffffffffff000000000000000000000000000000008616616e7360f01b1760006129ce82610731565b90506129de8261025f8b846143c6565b50505b60006129ed8760101b90565b7fffffffffffffffffffffffffffff0000000000000000000000000000000000001614612a2557612a2088888488613df1565b612a31565b612a3188888488613e69565b90999098509650505050505050565b6000600860016126ea60026020614d66565b6060610b65612a618686612591565b612a6b84866125e7565b60ff868116601b0360080286901c16612efc565b6000612ab2616e7360f01b7dffffffffffffffffffffffffffff0000000000000000000000000000000085161783613eca565b8061094f575061094f8383613eca565b7f7462000000000000000000000000000000000000000000000000000000000000877fffff0000000000000000000000000000000000000000000000000000000000001614612b82577f74620000000000000000000000000000000000000000000000000000000000008788604051602001612b4091815260200190565b60408051601f19818403018152908290527f31b46683000000000000000000000000000000000000000000000000000000008252610290939291600401614f53565b6000612b9d828760ff166028026038011c64ffffffffff1690565b9050600083518564ffffffffff1683612bb69190614d66565b612bc091906143c6565b9050808214158015612be2575081612bd88688614f94565b64ffffffffff1614155b15612c32576040517fa65010b400000000000000000000000000000000000000000000000000000000815264ffffffffff8088166004830152808716602483015283166044820152606401610290565b818664ffffffffff161115612c83576040517f7e8578d30000000000000000000000000000000000000000000000000000000081526004810183905264ffffffffff87166024820152604401610290565b6000612c90848984613f93565b90506000612c9d8b6137f6565b905060005b8151811015612d68576000828281518110612cbf57612cbf614cc5565b60200260200101519050612ceb6010826affffffffffffffffffffff191661290790919063ffffffff16565b15612d5f57606081901c6001600160a01b03166355eb5a288e8e8e8e8e8d8f6040518863ffffffff1660e01b8152600401612d2c9796959493929190614fb9565b600060405180830381600087803b158015612d4657600080fd5b505af1158015612d5a573d6000803e3d6000fd5b505050505b50600101612ca2565b5064ffffffffff881660005b8a60ff168160ff161015612da757612d9b878260ff166028026038011c64ffffffffff1690565b90910190600101612d74565b508b7ffe158a7adba34e256807c8a149028d3162918713c3838afc643ce9f96716ebfd8c8c848c888d604051612de296959493929190615017565b60405180910390a250828414612e03576000612dfe8c8c613c58565b839055505b6000612e108c8c8c61271d565b9050612e24818a64ffffffffff1689613868565b5060005b8151811015612eee576000828281518110612e4557612e45614cc5565b60200260200101519050612e716020826affffffffffffffffffffff191661290790919063ffffffff16565b15612ee557606081901c6001600160a01b031663635845338e8e8e8e8e8a8f6040518863ffffffff1660e01b8152600401612eb29796959493929190614fb9565b600060405180830381600087803b158015612ecc57600080fd5b505af1158015612ee0573d6000803e3d6000fd5b505050505b50600101612e28565b505050505050505050505050565b60405160208101601f19603f84840101166040528282526126188585858461279d565b7f6f74000000000000000000000000000000000000000000000000000000000000867fffff0000000000000000000000000000000000000000000000000000000000001603612fab57857f8dbb3a9672eebfd3773e72dd9c102393436816d832c7ba9e1e1ac8fcadcac7a986868686604051612f9e9493929190615066565b60405180910390a2610a71565b6000612fb6876137f6565b905060005b815181101561308f576000828281518110612fd857612fd8614cc5565b602002602001015190506130046001826affffffffffffffffffffff191661290790919063ffffffff16565b15613086576040517f57066c9c000000000000000000000000000000000000000000000000000000008152606082901c906357066c9c90613053908c908c908c908c908c908c906004016150a5565b600060405180830381600087803b15801561306d57600080fd5b505af1158015613081573d6000803e3d6000fd5b505050505b50600101612fbb565b50867f8dbb3a9672eebfd3773e72dd9c102393436816d832c7ba9e1e1ac8fcadcac7a9878787876040516130c69493929190615066565b60405180910390a260006130da8888612591565b905060006020870190506130f2826000895184614061565b60006130fd856126cd565b111561318157600061310f8a8a613c58565b878155905060208601915060008060005b613129886126cd565b8160ff16101561317c5761313e8d8d8361271d565b92506131598a8260ff166028026038011c64ffffffffff1690565b91506131688360008488614061565b61317282866143c6565b9450600101613120565b505050505b60005b83518110156132585760008482815181106131a1576131a1614cc5565b602002602001015190506131cd6002826affffffffffffffffffffff191661290790919063ffffffff16565b1561324f576040517f5b28cdaf000000000000000000000000000000000000000000000000000000008152606082901c90635b28cdaf9061321c908e908e908e908e908e908e906004016150a5565b600060405180830381600087803b15801561323657600080fd5b505af115801561324a573d6000803e3d6000fd5b505050505b50600101613184565b50505050505050505050565b60408051602081018490529081018290526000906060016125a6565b7f6f74000000000000000000000000000000000000000000000000000000000000837fffff000000000000000000000000000000000000000000000000000000000000160361330657827f0e1f72f429eb97e64878619984a91e687ae91610348b9ff4216782cc96e49d07836040516132f991906150fe565b60405180910390a2505050565b6000613311846137f6565b905060005b81518110156133e457600082828151811061333357613333614cc5565b6020026020010151905061335f6040826affffffffffffffffffffff191661290790919063ffffffff16565b156133db576040517f9faeaf45000000000000000000000000000000000000000000000000000000008152606082901c90639faeaf45906133a890899089908990600401615111565b600060405180830381600087803b1580156133c257600080fd5b505af11580156133d6573d6000803e3d6000fd5b505050505b50600101613316565b50837f0e1f72f429eb97e64878619984a91e687ae91610348b9ff4216782cc96e49d078460405161341591906150fe565b60405180910390a260006134298585612591565b905061348281600061343a86612671565b67ffffffffffffffff81111561345257613452614788565b6040519080825280601f01601f19166020018201604052801561347c576020820181803683370190505b50613868565b600061348d846126cd565b11156134ae57600061349f8686613c58565b90506134ac816020614120565b505b60005b8251811015610a715760008382815181106134ce576134ce614cc5565b602002602001015190506134fa6080826affffffffffffffffffffff191661290790919063ffffffff16565b15613576576040517f83b5c95b000000000000000000000000000000000000000000000000000000008152606082901c906383b5c95b90613543908a908a908a90600401615111565b600060405180830381600087803b15801561355d57600080fd5b505af1158015613571573d6000803e3d6000fd5b505050505b506001016134b1565b604080517f737900000000000000000000000000000000000000000000000000000000000060208201526000602282018190527f756e6c696d697465640000000000000000000000000000000000000000000000603083015291016040516020818303038152906040526135f290614389565b909114919050565b60006107aa826119c6868661270a565b60408051600180825281830190925260009182919060208083019080368337019050509050828160008151811061364357613643614cc5565b6020908102919091010152600061369b7f7462776f726c640000000000000000004e616d6573706163654f776e6572000083837e14010014000000000000000000000000000000000000000000000000000000611585565b60601c949350505050565b6136b0828261415d565b611112576040517f74b5e6ff0000000000000000000000000000000000000000000000000000000081526001600160a01b03831660048201526001600160e01b031982166024820152604401610290565b606060008061096787878787613e69565b604080516002808252606082018352600092602083019080368337019050509050836001600160a01b031660001b8160008151811061375357613753614cc5565b602002602001018181525050828160018151811061377357613773614cc5565b6020026020010181815250506119657f7462776f726c64000000000000000000496e7374616c6c65644d6f64756c657360001b826000856040516020016137c191151560f81b815260010190565b60408051601f198184030181529190527e010100010000000000000000000000000000000000000000000000000000006115b2565b6040805160018082528183019092526060916000919060208083019080368337019050509050828160008151811061383057613830614cc5565b602090810291909101015260006128f07f746273746f726500000000000000000053746f7265486f6f6b7300000000000083836119a6565b61084e838383516138798560200190565b614061565b600061388c607060106143c6565b9190911b919050565b606060005b60108110156138fa577fffffffffffffffffffffffffffffffff000000000000000000000000000000008316600882021b7fff0000000000000000000000000000000000000000000000000000000000000016156138fa5760010161389a565b604080517fffffffffffffffffffffffffffffffff000000000000000000000000000000008516602082015281516030909101909152818152806107aa565b600080613944614179565b9050306001600160a01b0382160361396257611dff86868686611585565b6040517f8c364d590000000000000000000000000000000000000000000000000000000081526001600160a01b03821690638c364d59906139ad90899089908990899060040161513a565b602060405180830381865afa1580156139ca573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190611dff9190615169565b60006139f8614179565b9050306001600160a01b03821603613a1c57613a1786868686866115b2565b610a71565b6040517f390baae00000000000000000000000000000000000000000000000000000000081526001600160a01b0382169063390baae090613a699089908990899089908990600401615182565b600060405180830381600087803b158015613a8357600080fd5b505af1158015613258573d6000803e3d6000fd5b604080516001808252818301909252600091829190602080830190803683370190505090508281600081518110613ad057613ad0614cc5565b602090810291909101015260006107aa7f746273746f72650000000000000000005461626c6573000000000000000000008360017e60030220202000000000000000000000000000000000000000000000000000611585565b604080516001808252818301909252600091829190602080830190803683370190505090508281600081518110613b6257613b62614cc5565b60209081029190910101526000613bba7f746273746f72650000000000000000005265736f75726365496473000000000083837e01010001000000000000000000000000000000000000000000000000000000611585565b90506107aa8160f81c90565b604080516001808252818301909252600091829190602080830190803683370190505090508281600081518110613bff57613bff614cc5565b602090810291909101015260006107aa7f746273746f72650000000000000000005461626c6573000000000000000000008360027e60030220202000000000000000000000000000000000000000000000000000611585565b60008282604051602001613c6d929190614eea565b60408051601f1981840301815291905280516020909101207f14e2fcc58e58e68ec7edc30c8d50dccc3ce2714a623ec81f46b6a63922d76569189392505050565b600081831180613cbe5750835182115b15613cfb578383836040517f23230fa3000000000000000000000000000000000000000000000000000000008152600401610290939291906151c9565b60208401613d0984826143c6565b90506000613d178585614d66565b6fffffffffffffffffffffffffffffffff1660809290921b9190911795945050505050565b6060600061094f83601560006141b3565b60408051600180825281830190925260009182918291602080830190803683370190505090508381600081518110613d8757613d87614cc5565b602090810291909101015260008080613de07f7462776f726c6400000000000000000053797374656d73000000000000000000857e150200140100000000000000000000000000000000000000000000000000006115c7565b92509250925061091683838361422e565b60006060836001600160a01b03166000613e0c85898961423a565b604051613e1991906151ee565b60006040518083038185875af1925050503d8060008114613e56576040519150601f19603f3d011682016040523d82523d6000602084013e613e5b565b606091505b509097909650945050505050565b60006060836001600160a01b0316613e8284888861423a565b604051613e8f91906151ee565b600060405180830381855af49150503d8060008114613e56576040519150601f19603f3d011682016040523d82523d6000602084013e613e5b565b604080516002808252606082018352600092839291906020830190803683370190505090508381600081518110613f0357613f03614cc5565b602002602001018181525050826001600160a01b031660001b81600181518110613f2f57613f2f614cc5565b60209081029190910101526000613f877f7462776f726c640000000000000000005265736f75726365416363657373000083837e01010001000000000000000000000000000000000000000000000000000000611585565b9050610b658160f81c90565b600064ffffffffff821115613fd7576040517f4767058800000000000000000000000000000000000000000000000000000000815260048101839052602401610290565b8366ffffffffffffff811660ff851660280260380182901c64ffffffffff168085106140095780850382019150614011565b848103820391505b5064ffffffffff6038602860ff8816020181811b197fffffffffffffffffffffffffffffffffffffffffffffffffff000000000000009490941690921792909216918416901b1790509392505050565b82156140db576020831061408b5760208304840193506020838161408757614087614f26565b0692505b82156140db5760208390036000600019600885021c1990506008850281811c91508351811c90508119875416828216178755508184116140cc575050611965565b50600194909401939182900391015b5b602082106140fd5780518455600190930192601f19909101906020016140dc565b8115611965576000600019600884021c8554835182191691161785555050505050565b6000602061412f83601f6143c6565b614139919061520a565b61414390846143c6565b90505b8083101561084e5760008355600183019250614146565b600061416883614269565b801561094f575061094f83836142b5565b7f629a4c26e296b22a8e0856e9f6ecb2d1008d7e00081111962cd175fa7488e175546000906001600160a01b0316806124d2573391505090565b606060006141c18560801c90565b90506fffffffffffffffffffffffffffffffff851660008582816141e7576141e7614f26565b04905060405193506020840160208202810160405281855260005b82811015614222578451871c825293870193602090910190600101614202565b50505050509392505050565b6000806116db8561436d565b60608383836040516020016142519392919061522c565b60405160208183030381529060405290509392505050565b6000614295827f01ffc9a7000000000000000000000000000000000000000000000000000000006142b5565b8015610dc557506142ae826001600160e01b03196142b5565b1592915050565b6040516001600160e01b031982166024820152600090819060440160408051601f19818403018152919052602080820180517bffffffffffffffffffffffffffffffffffffffffffffffffffffffff167f01ffc9a700000000000000000000000000000000000000000000000000000000178152825192935060009283928392909183918a617530fa92503d91506000519050828015614356575060208210155b80156143625750600081115b979650505050505050565b6020810151603482015160609190911c9060009060f81c612877565b805160208083015191908110156143aa576000198160200360031b1b821691505b50919050565b634e487b7160e01b600052601160045260246000fd5b80820180821115610dc557610dc56143b0565b60008083601f8401126143eb57600080fd5b50813567ffffffffffffffff81111561440357600080fd5b6020830191508360208260051b850101111561441e57600080fd5b9250929050565b803560ff811681146124d257600080fd5b60008060008060006080868803121561444e57600080fd5b85359450602086013567ffffffffffffffff81111561446c57600080fd5b614478888289016143d9565b909550935061448b905060408701614425565b949793965091946060013592915050565b60005b838110156144b757818101518382015260200161449f565b50506000910152565b600081518084526144d881602086016020860161449c565b601f01601f19169290920160200192915050565b60208152600061094f60208301846144c0565b60008083601f84011261451157600080fd5b50813567ffffffffffffffff81111561452957600080fd5b60208301915083602082850101111561441e57600080fd5b6000806000806000806080878903121561455a57600080fd5b86359550602087013567ffffffffffffffff8082111561457957600080fd5b6145858a838b016143d9565b909750955085915061459960408a01614425565b945060608901359150808211156145af57600080fd5b506145bc89828a016144ff565b979a9699509497509295939492505050565b600080600080606085870312156145e457600080fd5b84359350602085013567ffffffffffffffff81111561460257600080fd5b61460e878288016143d9565b9094509250614621905060408601614425565b905092959194509250565b60008060008060008060008060a0898b03121561464857600080fd5b88359750602089013567ffffffffffffffff8082111561466757600080fd5b6146738c838d016143d9565b909950975060408b013591508082111561468c57600080fd5b6146988c838d016144ff565b909750955060608b0135945060808b01359150808211156146b857600080fd5b506146c58b828c016144ff565b999c989b5096995094979396929594505050565b600080600080600080600060a0888a0312156146f457600080fd5b87359650602088013567ffffffffffffffff8082111561471357600080fd5b61471f8b838c016143d9565b909850965086915061473360408b01614425565b955060608a013591508082111561474957600080fd5b506147568a828b016144ff565b989b979a50959894979596608090950135949350505050565b60006020828403121561478157600080fd5b5035919050565b634e487b7160e01b600052604160045260246000fd5b604051601f8201601f1916810167ffffffffffffffff811182821017156147c7576147c7614788565b604052919050565b600082601f8301126147e057600080fd5b813567ffffffffffffffff8111156147fa576147fa614788565b61480d6020601f19601f8401160161479e565b81815284602083860101111561482257600080fd5b816020850160208301376000918101602001919091529392505050565b6000806040838503121561485257600080fd5b82359150602083013567ffffffffffffffff81111561487057600080fd5b61487c858286016147cf565b9150509250929050565b6000806000806060858703121561489c57600080fd5b84359350602085013567ffffffffffffffff8111156148ba57600080fd5b6148c6878288016143d9565b9598909750949560400135949350505050565b6060815260006148ec60608301866144c0565b846020840152828103604084015261097981856144c0565b600082601f83011261491557600080fd5b8135602067ffffffffffffffff82111561493157614931614788565b8160051b61494082820161479e565b928352848101820192828101908785111561495a57600080fd5b83870192505b8483101561436257823582529183019190830190614960565b600080600080600060a0868803121561499157600080fd5b85359450602086013567ffffffffffffffff8111156149af57600080fd5b6149bb88828901614904565b9450506149ca60408701614425565b94979396509394606081013594506080013592915050565b6000806000604084860312156149f757600080fd5b83359250602084013567ffffffffffffffff811115614a1557600080fd5b614a21868287016143d9565b9497909650939450505050565b6001600160a01b03811681146113ae57600080fd5b600080600060608486031215614a5857600080fd5b8335614a6381614a2e565b925060208401359150604084013567ffffffffffffffff811115614a8657600080fd5b614a92868287016147cf565b9150509250925092565b60008060008060808587031215614ab257600080fd5b84359350602085013567ffffffffffffffff811115614ad057600080fd5b614adc87828801614904565b935050614aeb60408601614425565b9396929550929360600135925050565b600080600060608486031215614b1057600080fd5b83359250602084013567ffffffffffffffff811115614b2e57600080fd5b614b3a86828701614904565b925050614b4960408501614425565b90509250925092565b60008060408385031215614b6557600080fd5b8235614b7081614a2e565b9150602083013567ffffffffffffffff81111561487057600080fd5b60008060008060008060808789031215614ba557600080fd5b86359550602087013567ffffffffffffffff80821115614bc457600080fd5b614bd08a838b016143d9565b90975095506040890135915065ffffffffffff82168214614bf057600080fd5b909350606088013590808211156145af57600080fd5b803564ffffffffff811681146124d257600080fd5b60008060008060008060008060c0898b031215614c3757600080fd5b88359750602089013567ffffffffffffffff80821115614c5657600080fd5b614c628c838d016143d9565b9099509750879150614c7660408c01614425565b9650614c8460608c01614c06565b9550614c9260808c01614c06565b945060a08b01359150808211156146b857600080fd5b600060208284031215614cba57600080fd5b813561094f81614a2e565b634e487b7160e01b600052603260045260246000fd5b604081526000614cee60408301856144c0565b90506001600160a01b03831660208301529392505050565b600060ff821660ff8103614d1c57614d1c6143b0565b60010192915050565b6001600160a01b0384168152826020820152606060408201526000610b6560608301846144c0565b60ff8281168282160390811115610dc557610dc56143b0565b81810381811115610dc557610dc56143b0565b600060208284031215614d8b57600080fd5b8151801515811461094f57600080fd5b60008151808452602080850194506020840160005b83811015614dcc57815187529582019590820190600101614db0565b509495945050505050565b606081526000614dea6060830186614d9b565b65ffffffffffff85166020840152828103604084015261097981856144c0565b848152608060208201526000614e236080830186614d9b565b65ffffffffffff85166040840152828103606084015261436281856144c0565b7fffff0000000000000000000000000000000000000000000000000000000000008416815260007f3a000000000000000000000000000000000000000000000000000000000000008060028401528451614ea481600386016020890161449c565b808401905081600382015284519150614ec482600483016020880161449c565b0160040195945050505050565b8281526040602082015260006107aa60408301846144c0565b8281526000602080830184516020860160005b82811015614f1957815184529284019290840190600101614efd565b5091979650505050505050565b634e487b7160e01b600052601260045260246000fd5b8082028115828204841417610dc557610dc56143b0565b7fffff00000000000000000000000000000000000000000000000000000000000084168152826020820152606060408201526000610b6560608301846144c0565b64ffffffffff818116838216019080821115614fb257614fb26143b0565b5092915050565b87815260e060208201526000614fd260e0830189614d9b565b60ff8816604084015264ffffffffff87811660608501528616608084015260a0830185905282810360c084015261500981856144c0565b9a9950505050505050505050565b60c08152600061502a60c0830189614d9b565b60ff8816602084015265ffffffffffff8716604084015264ffffffffff8616606084015284608084015282810360a0840152611bb481856144c0565b6080815260006150796080830187614d9b565b828103602084015261508b81876144c0565b9050846040840152828103606084015261436281856144c0565b86815260c0602082015260006150be60c0830188614d9b565b82810360408401526150d081886144c0565b905085606084015282810360808401526150ea81866144c0565b9150508260a0830152979650505050505050565b60208152600061094f6020830184614d9b565b83815260606020820152600061512a6060830185614d9b565b9050826040830152949350505050565b8481526080602082015260006151536080830186614d9b565b60ff949094166040830152506060015292915050565b60006020828403121561517b57600080fd5b5051919050565b85815260a06020820152600061519b60a0830187614d9b565b60ff8616604084015282810360608401526151b681866144c0565b9150508260808301529695505050505050565b6060815260006151dc60608301866144c0565b60208301949094525060400152919050565b6000825161520081846020870161449c565b9190910192915050565b60008261522757634e487b7160e01b600052601260045260246000fd5b500490565b6000845161523e81846020890161449c565b60609490941b7fffffffffffffffffffffffffffffffffffffffff000000000000000000000000169190930190815260148101919091526034019291505056fea164736f6c6343000818000a","sourceMap":"1709:15488:63:-:0;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;625:63:86;;;-1:-1:-1;;;625:63:86;;;197:92:214;16291:19:63;305:11:214;;;298:100;;;414:12;;;407:101;;;16291:19:63;16313:32;;524:12:214;625:63:86;;;;;;;;;;;;617:72;;;:::i;:::-;16313:13:63;:32::i;:::-;625:63:86;;;-1:-1:-1;;;625:63:86;;;197:92:214;662:14:86;305:11:214;;;298:100;;;414:12;;;407:101;16291:54:63;;-1:-1:-1;16351:57:63;;524:12:214;625:63:86;;;;;;;;;;;;617:72;;;:::i;:::-;16384:23:63;16398:9;16384:11;:23;:::i;:::-;16351:13;:57::i;:::-;16285:128;1709:15488;2837:4;2815:10;:27;2811:88;;2859:33;;-1:-1:-1;;;2859:33:63;;-1:-1:-1;;;;;;2884:7:63;;;2859:33;;;1372:98:214;1345:18;;2859:33:63;;;;;;;;2811:88;16554:19:::1;16575:29:::0;16608:31:::1;16631:7;;-1:-1:-1::0;;;;;;16631:7:63::1;16608:22;:31::i;:::-;16553:86;;;;16668:8;16681:1;16650:32:::0;::::1;::::0;16646:84:::1;;16691:39;::::0;::::1;::::0;;-1:-1:-1;;;;;;16722:7:63::1;;;16691:39;::::0;::::1;1372:98:214::0;1345:18;;16691:39:63::1;1228:248:214::0;16646:84:63::1;16820:21;16844:52;16860:8;;16844:52;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;::::0;::::1;::::0;;;-1:-1:-1;16844:52:63;-1:-1:-1;16873:22:63;;-1:-1:-1;16844:15:63::1;::::0;-1:-1:-1;16844:52:63:i:1;:::-;16820:76;;16954:23;16980:75;17013:10;17025:8;17035;17045:9;16980:32;:75::i;:::-;16954:101;;17173:10;17167:17;17160:4;17148:10;17144:21;17137:48;1853:32:::0;;;;;;;;;;;;;;;;;;-1:-1:-1;;;;;1645:55:214;;;1627:74;;1615:2;1600:18;1853:32:63;;;;;;;;4008:258:27;;;;;;;;;;-1:-1:-1;4008:258:27;;;;;:::i;:::-;;:::i;:::-;;;;;;;:::i;8105:349:63:-;;;;;;;;;;-1:-1:-1;8105:349:63;;;;;:::i;:::-;;:::i;11317:399::-;;;;;;;;;;-1:-1:-1;11317:399:63;;;;;:::i;:::-;;:::i;5275:244:27:-;;;;;;;;;;-1:-1:-1;5275:244:27;;;;;:::i;:::-;;:::i;5607:429:63:-;;;;;;;;;;-1:-1:-1;5607:429:63;;;;;:::i;:::-;;:::i;8863:391::-;;;;;;;;;;-1:-1:-1;8863:391:63;;;;;:::i;:::-;;:::i;9786:403::-;;;;;;;;;;-1:-1:-1;9786:403:63;;;;;:::i;:::-;;:::i;777:156:27:-;;;;;;;;;;-1:-1:-1;777:156:27;;;;;:::i;:::-;;:::i;:::-;;;8306:25:214;;;8294:2;8279:18;777:156:27;8128:209:214;13610:234:63;;;;;;:::i;:::-;;:::i;2670:288:27:-;;;;;;;;;;-1:-1:-1;2670:288:27;;;;;:::i;:::-;;:::i;:::-;;;;;;;;;:::i;7791:295::-;;;;;;;;;;-1:-1:-1;7791:295:27;;;;;:::i;:::-;;:::i;12850:284:63:-;;;;;;;;;;-1:-1:-1;12850:284:63;;;;;:::i;:::-;;:::i;1947:85::-;;;;;;;;;;-1:-1:-1;2014:13:63;1947:85;;14244:1732;;;;;;:::i;:::-;;:::i;4663:265:27:-;;;;;;;;;;-1:-1:-1;4663:265:27;;;;;:::i;:::-;;:::i;6533:258::-;;;;;;;;;;-1:-1:-1;6533:258:27;;;;;:::i;:::-;;:::i;5981:216::-;;;;;;;;;;-1:-1:-1;5981:216:27;;;;;:::i;:::-;;:::i;3937:212:63:-;;;;;;;;;;-1:-1:-1;3937:212:63;;;;;:::i;:::-;;:::i;6405:369::-;;;;;;;;;;-1:-1:-1;6405:369:63;;;;;:::i;:::-;;:::i;7298:479::-;;;;;;;;;;-1:-1:-1;7298:479:63;;;;;:::i;:::-;;:::i;3140:553::-;;;;;;;;;;-1:-1:-1;3140:553:63;;;;;:::i;:::-;;:::i;1972:246:27:-;;;;;;;;;;-1:-1:-1;1972:246:27;;;;;:::i;:::-;;:::i;3437:216::-;;;;;;;;;;-1:-1:-1;3437:216:27;;;;;:::i;:::-;;:::i;1452:143::-;;;;;;;;;;-1:-1:-1;1452:143:27;;;;;:::i;:::-;;:::i;12155:404:63:-;;;;;;;;;;-1:-1:-1;12155:404:63;;;;;:::i;:::-;;:::i;1120:151:27:-;;;;;;;;;;-1:-1:-1;1120:151:27;;;;;:::i;:::-;;:::i;10555:377:63:-;;;;;;;;;;-1:-1:-1;10555:377:63;;;;;:::i;:::-;;:::i;3755:308:74:-;3868:16;;;3882:1;3868:16;;;;;;;;;3816:15;;;;3868:16;;;;;;;;;;;;-1:-1:-1;3868:16:74;3839:45;;3923:11;3890:9;3900:1;3890:12;;;;;;;;:::i;:::-;;;;;;;;;;:45;3942:13;3958:62;1154:66;3993:9;3942:13;-1:-1:-1;;;3958:24:74;:62::i;:::-;3942:78;3755:308;-1:-1:-1;;;;3755:308:74:o;5054:269::-;5153:16;;;5167:1;5153:16;;;;;;;;;5124:26;;5153:16;;;;;;;;;;;-1:-1:-1;5153:16:74;5124:45;;5208:11;5175:9;5185:1;5175:12;;;;;;;;:::i;:::-;;;;;;:45;;;;;5227:91;1154:66;1138:83;;5262:9;5273:1;5294:7;5276:27;;;;;;19368:19:214;;19412:2;19403:12;;19239:182;5276:27:74;;;;-1:-1:-1;;5276:27:74;;;;;;;;;-1:-1:-1;;;5227:24:74;:91::i;:::-;5118:205;5054:269;;:::o;6320:469:75:-;6482:16;;;6496:1;6482:16;;;;;;;;;6395:19;;;;;;6482:16;;;;;;;;;;;-1:-1:-1;6482:16:75;6453:45;;6527:21;6519:30;;;6504:9;6514:1;6504:12;;;;;;;;:::i;:::-;;;;;;;;;;:45;6557:24;;;6643:78;1171:66;6686:9;1300:66;6643:19;:78::i;:::-;6556:165;;;;;;6734:50;6741:11;6754:15;6771:12;6734:6;:50::i;:::-;6727:57;;;;;;;;6320:469;;;:::o;1563:492:2:-;1744:28;;;1759:4;1744:28;1738:35;;1847:9;1836:21;1903:20;;1961:43;;1752:5;1563:492;;;;;;:::o;5258:401:61:-;5402:17;5428:12;5442:23;5469:115;5499:6;5543:8;5569;5520:5;5469:13;:115::i;:::-;5427:157;;;;5595:7;5590:41;;5604:27;5620:10;5604:15;:27::i;:::-;5644:10;5258:401;-1:-1:-1;;;;;;5258:401:61:o;4008:258:27:-;4167:17;4199:62;4218:7;4227:8;;4199:62;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;-1:-1:-1;4237:10:27;;-1:-1:-1;4249:11:27;;-1:-1:-1;4199:18:27;;-1:-1:-1;4199:62:27:i;8105:349:63:-;2837:4;2815:10;:27;2811:88;;2859:33;;-1:-1:-1;;;2859:33:63;;-1:-1:-1;;;;;;2884:7:63;;;2859:33;;;1372:98:214;1345:18;;2859:33:63;1228:248:214;2811:88:63;8318:48:::1;8346:7;8355:10;8318:27;:48::i;:::-;8394:55;8413:7;8422:8;;8394:55;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;::::0;::::1;::::0;;;;-1:-1:-1;;8394:55:63::1;::::0;;::::1;;::::0;::::1;::::0;;::::1;::::0;::::1;::::0;;;;;;;;;;8432:10;;-1:-1:-1;8394:55:63;-1:-1:-1;8444:4:63;;;;;;8394:55;::::1;8444:4:::0;;;;8394:55;::::1;;::::0;::::1;::::0;;;;-1:-1:-1;8394:18:63::1;::::0;-1:-1:-1;;;8394:55:63:i:1;:::-;8105:349:::0;;;;;;:::o;11317:399::-;2837:4;2815:10;:27;2811:88;;2859:33;;-1:-1:-1;;;2859:33:63;;-1:-1:-1;;;;;;2884:7:63;;;2859:33;;;1372:98:214;1345:18;;2859:33:63;1228:248:214;2811:88:63;11553:48:::1;11581:7;11590:10;11553:27;:48::i;:::-;11633:78;11662:7;11671:8;;11633:78;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;::::0;::::1;::::0;;;;-1:-1:-1;;11633:78:63::1;::::0;;::::1;;::::0;::::1;::::0;;::::1;::::0;::::1;::::0;;;;;;;;;;11681:17;;-1:-1:-1;11633:78:63;-1:-1:-1;11700:10:63;;;;;;11633:78;::::1;11700:10:::0;;;;11633:78;::::1;;::::0;::::1;::::0;;;;-1:-1:-1;11633:28:63::1;::::0;-1:-1:-1;;;11633:78:63:i:1;5275:244:27:-:0;5419:17;5451:63;5477:7;5486:8;;5451:63;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;-1:-1:-1;5496:17:27;;-1:-1:-1;5451:25:27;;-1:-1:-1;;5451:63:27:i;:::-;5444:70;5275:244;-1:-1:-1;;;;;5275:244:27:o;5607:429:63:-;2837:4;2815:10;:27;2811:88;;2859:33;;-1:-1:-1;;;2859:33:63;;-1:-1:-1;;;;;;2884:7:63;;;2859:33;;;1372:98:214;1345:18;;2859:33:63;1228:248:214;2811:88:63;5875:48:::1;5903:7;5912:10;5875:27;:48::i;:::-;5952:79;5972:7;5981:8;;5952:79;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;::::0;::::1;::::0;;;;-1:-1:-1;;5952:79:63::1;::::0;;::::1;;::::0;::::1;::::0;;::::1;::::0;::::1;::::0;;;;;;;;;;;-1:-1:-1;5991:10:63;;-1:-1:-1;5991:10:63;;;;5952:79;::::1;5991:10:::0;;;;5952:79;::::1;;::::0;::::1;::::0;;;;-1:-1:-1;;5952:79:63::1;::::0;;::::1;;::::0;::::1;::::0;;::::1;::::0;::::1;::::0;;;;;;;;;;6003:14;;-1:-1:-1;5952:79:63;-1:-1:-1;6019:11:63;;;;;;5952:79;::::1;6019:11:::0;;;;5952:79;::::1;;::::0;::::1;::::0;;;;-1:-1:-1;5952:19:63::1;::::0;-1:-1:-1;;;5952:79:63:i:1;:::-;5607:429:::0;;;;;;;;:::o;8863:391::-;2837:4;2815:10;:27;2811:88;;2859:33;;-1:-1:-1;;;2859:33:63;;-1:-1:-1;;;;;;2884:7:63;;;2859:33;;;1372:98:214;1345:18;;2859:33:63;1228:248:214;2811:88:63;9105:48:::1;9133:7;9142:10;9105:27;:48::i;:::-;9181:68;9200:7;9209:8;;9181:68;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;::::0;::::1;::::0;;;;-1:-1:-1;;9181:68:63::1;::::0;;::::1;;::::0;::::1;::::0;;::::1;::::0;::::1;::::0;;;;;;;;;;9219:10;;-1:-1:-1;9181:68:63;-1:-1:-1;9231:4:63;;;;;;9181:68;::::1;9231:4:::0;;;;9181:68;::::1;;::::0;::::1;::::0;;;;-1:-1:-1;9237:11:63;;-1:-1:-1;9181:18:63::1;::::0;-1:-1:-1;;9181:68:63:i:1;:::-;8863:391:::0;;;;;;;:::o;9786:403::-;2837:4;2815:10;:27;2811:88;;2859:33;;-1:-1:-1;;;2859:33:63;;-1:-1:-1;;;;;;2884:7:63;;;2859:33;;;1372:98:214;1345:18;;2859:33:63;1228:248:214;2811:88:63;10034:48:::1;10062:7;10071:10;10034:27;:48::i;:::-;10110:74;10135:7;10144:8;;10110:74;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;::::0;::::1;::::0;;;;-1:-1:-1;;10110:74:63::1;::::0;;::::1;;::::0;::::1;::::0;;::::1;::::0;::::1;::::0;;;;;;;;;;10154:10;;-1:-1:-1;10110:74:63;-1:-1:-1;10166:4:63;;;;;;10110:74;::::1;10166:4:::0;;;;10110:74;::::1;;::::0;::::1;::::0;;;;-1:-1:-1;10172:11:63;;-1:-1:-1;10110:24:63::1;::::0;-1:-1:-1;;10110:74:63:i:1;777:156:27:-:0;850:23;895:33;920:7;895:24;:33::i;:::-;881:47;777:156;-1:-1:-1;;777:156:27:o;13610:234:63:-;13737:12;2837:4;2815:10;:27;2811:88;;2859:33;;-1:-1:-1;;;2859:33:63;;-1:-1:-1;;;;;;2884:7:63;;;2859:33;;;1372:98:214;1345:18;;2859:33:63;1228:248:214;2811:88:63;13764:75:::1;13797:10;13809:8;13819;13829:9;13764:32;:75::i;2670:288:27:-:0;2808:23;2833:28;2863:24;2902:51;2922:7;2931:8;;2902:51;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;-1:-1:-1;2941:11:27;;-1:-1:-1;2902:19:27;;-1:-1:-1;;2902:51:27:i;:::-;2895:58;;;;;;2670:288;;;;;;;;:::o;7791:295::-;7974:12;8001:80;8032:7;8041:8;8051:17;8070:5;8077:3;8001:30;:80::i;12850:284:63:-;2837:4;2815:10;:27;2811:88;;2859:33;;-1:-1:-1;;;2859:33:63;;-1:-1:-1;;;;;;2884:7:63;;;2859:33;;;1372:98:214;1345:18;;2859:33:63;1228:248:214;2811:88:63;13008:48:::1;13036:7;13045:10;13008:27;:48::i;:::-;13088:41;13111:7;13120:8;;13088:41;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;::::0;::::1;::::0;;;;-1:-1:-1;13088:22:63::1;::::0;-1:-1:-1;;;13088:41:63:i:1;14244:1732::-:0;14398:12;2837:4;2815:10;:27;2811:88;;2859:33;;-1:-1:-1;;;2859:33:63;;-1:-1:-1;;;;;;2884:7:63;;;2859:33;;;1372:98:214;1345:18;;2859:33:63;1228:248:214;2811:88:63;14499:10:::1;-1:-1:-1::0;;;;;14486:23:63;::::1;::::0;14482:126:::1;;14526:75;14559:10;14571:8;14581;14591:9;14526:32;:75::i;:::-;14519:82;;;;14482:126;14729:33;14765:75;14805:9;14827:10;14765:26;:75::i;:::-;14729:111;;14851:84;14869:22;14893:9;14904:10;14916:8;14926;14851:17;:84::i;:::-;14847:227;;;14993:74;15026:9;15037:8;15047;15057:9;14993:32;:74::i;:::-;14986:81;;;;;14847:227;15148:35;15186:75;15226:9;15256:1;15186:26;:75::i;:::-;15148:113;;15271:86;15289:24;15315:9;15326:10;15338:8;15348;15271:17;:86::i;:::-;15267:229;;;15415:74;15448:9;15459:8;15469;15479:9;15415:32;:74::i;:::-;15408:81;;;;;;15267:229;15570:40;15613:58;-1:-1:-1::0;;;578:36:65;2955:46;;2954:74;15613:31:63::1;:58::i;:::-;15570:101;;15681:91;15699:29;15730:9;15741:10;15753:8;15763;15681:17;:91::i;:::-;15677:234;;;15830:74;15863:9;15874:8;15884;15894:9;15830:32;:74::i;:::-;15823:81;;;;;;;15677:234;15924:47;::::0;::::1;::::0;;-1:-1:-1;;;;;19679:15:214;;15924:47:63::1;::::0;::::1;19661:34:214::0;15960:10:63::1;19711:18:214::0;;;19704:43;19573:18;;15924:47:63::1;19426:327:214::0;4663:265:27;4828:12;4855:68;4880:7;4889:8;;4855:68;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;-1:-1:-1;4899:10:27;;-1:-1:-1;4911:11:27;;-1:-1:-1;4855:24:27;;-1:-1:-1;4855:68:27:i;6533:258::-;6696:7;6718:68;6743:7;6752:8;6762:10;6774:11;6718:24;:68::i;5981:216::-;6115:7;6137:55;6162:7;6171:8;6181:10;6137:24;:55::i;3937:212:63:-;2837:4;2815:10;:27;2811:88;;2859:33;;-1:-1:-1;;;2859:33:63;;-1:-1:-1;;;;;;2884:7:63;;;2859:33;;;1372:98:214;1345:18;;2859:33:63;1228:248:214;2811:88:63;625:63:86::1;::::0;;-1:-1:-1;;;625:63:86::1;::::0;::::1;197:92:214::0;662:14:86::1;305:11:214::0;;;298:100;;;414:12;;;407:101;4042:57:63::1;::::0;524:12:214;625:63:86::1;;;;;;;;;;;;617:72;;;:::i;:::-;4088:10:63;4042:26;:57::i;:::-;4105:39;4124:6;4132:11;4105:18;:39::i;:::-;3937:212:::0;;:::o;6405:369::-;2837:4;2815:10;:27;2811:88;;2859:33;;-1:-1:-1;;;2859:33:63;;-1:-1:-1;;;;;;2884:7:63;;;2859:33;;;1372:98:214;1345:18;;2859:33:63;1228:248:214;2811:88:63;6626:48:::1;6654:7;6663:10;6626:27;:48::i;:::-;6711:58;6738:7;6747:8;;6711:58;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;::::0;::::1;::::0;;;;-1:-1:-1;;6711:58:63::1;::::0;;::::1;;::::0;::::1;::::0;;::::1;::::0;::::1;::::0;;;;;;;;;;6757:5;;-1:-1:-1;6711:58:63;-1:-1:-1;6764:4:63;;;;;;6711:58;::::1;6764:4:::0;;;;6711:58;::::1;;::::0;::::1;::::0;;;;-1:-1:-1;6711:26:63::1;::::0;-1:-1:-1;;;6711:58:63:i:1;7298:479::-:0;2837:4;2815:10;:27;2811:88;;2859:33;;-1:-1:-1;;;2859:33:63;;-1:-1:-1;;;;;;2884:7:63;;;2859:33;;;1372:98:214;1345:18;;2859:33:63;1228:248:214;2811:88:63;7584:48:::1;7612:7;7621:10;7584:27;:48::i;:::-;7670:102;7698:7;7707:8;;7670:102;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;::::0;::::1;::::0;;;;-1:-1:-1;;7670:102:63::1;::::0;;::::1;;::::0;::::1;::::0;;::::1;::::0;::::1;::::0;;;;;;;;;;7717:17;;-1:-1:-1;7736:16:63;;-1:-1:-1;7754:11:63;;7767:4;;;;;;7670:102;::::1;7767:4:::0;;;;7670:102;::::1;;::::0;::::1;::::0;;;;-1:-1:-1;7670:27:63::1;::::0;-1:-1:-1;;;7670:102:63:i:1;3140:553::-:0;2837:4;2815:10;:27;2811:88;;2859:33;;-1:-1:-1;;;2859:33:63;;-1:-1:-1;;;;;;2884:7:63;;;2859:33;;;1372:98:214;1345:18;;2859:33:63;1228:248:214;2811:88:63;3283:10:::1;-1:-1:-1::0;;;;;3297:7:63::1;3283:21;;3279:109;;625:63:86;::::0;;-1:-1:-1;;;625:63:86::1;::::0;::::1;197:92:214::0;662:14:86::1;305:11:214::0;;;298:100;;;414:12;;;407:101;3340:28:63::1;::::0;524:12:214;625:63:86::1;;;;;;;;;;;;617:72;;;:::i;:::-;3340:26:63;:28::i;:::-;3370:10;3321:60;;;;;;;;;;;;:::i;3279:109::-;3479:1;3444:23;:21;:23::i;:::-;-1:-1:-1::0;;;;;3444:37:63::1;;3440:91;;3498:26;;;;;;;;;;;;;;3440:91;3537:42;3567:10;3537:21;:42::i;:::-;3675:12;::::0;;3685:1:::1;3675:12:::0;;::::1;::::0;::::1;::::0;;;3644:44:::1;::::0;3663:10;;3644:18:::1;:44::i;:::-;3140:553:::0;:::o;1972:246:27:-;2081:23;2106:28;2136:24;2175:38;2195:7;2204:8;;2175:38;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;-1:-1:-1;2175:19:27;;-1:-1:-1;;;2175:38:27:i;:::-;2168:45;;;;;;1972:246;;;;;;;:::o;3437:216::-;3567:17;3599:49;3618:7;3627:8;;3599:49;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;-1:-1:-1;3637:10:27;;-1:-1:-1;3599:18:27;;-1:-1:-1;;3599:49:27:i;1452:143::-;1523:16;1559:31;1582:7;1559:22;:31::i;12155:404:63:-;2837:4;2815:10;:27;2811:88;;2859:33;;-1:-1:-1;;;2859:33:63;;-1:-1:-1;;;;;;2884:7:63;;;2859:33;;;1372:98:214;1345:18;;2859:33:63;1228:248:214;2811:88:63;12390:48:::1;12418:7;12427:10;12390:27;:48::i;:::-;12470:84;12500:7;12509:8;;12470:84;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;::::0;::::1;::::0;;;;-1:-1:-1;12519:17:63;;-1:-1:-1;12538:15:63;;-1:-1:-1;12470:29:63::1;::::0;-1:-1:-1;12470:84:63:i:1;:::-;12155:404:::0;;;;;:::o;1120:151:27:-;1193:18;1233:33;1258:7;1233:24;:33::i;10555:377:63:-;2837:4;2815:10;:27;2811:88;;2859:33;;-1:-1:-1;;;2859:33:63;;-1:-1:-1;;;;;;2884:7:63;;;2859:33;;;1372:98:214;1345:18;;2859:33:63;1228:248:214;2811:88:63;10782:48:::1;10810:7;10819:10;10782:27;:48::i;:::-;10858:69;10884:7;10893:8;;10858:69;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;::::0;::::1;::::0;;;;-1:-1:-1;;10858:69:63::1;::::0;;::::1;;::::0;::::1;::::0;;::::1;::::0;::::1;::::0;;;;;;;;;;10903:17;;-1:-1:-1;10858:69:63;-1:-1:-1;10922:4:63;;;;;;10858:69;::::1;10922:4:::0;;;;10858:69;::::1;;::::0;::::1;::::0;;;;-1:-1:-1;10858:25:63::1;::::0;-1:-1:-1;;;10858:69:63:i:1;35844:541:24:-:0;36001:7;36138:242;36182:59;36223:7;36232:8;36182:40;:59::i;:::-;36259:31;;;;4322:19:3;:27;579:1:34;4321:44:3;4287:79;;;4274:93;36308:63:24;36347:11;36360:10;36308:38;:63::i;:::-;36138:17;:242::i;22785:355::-;22957:178;22991:7;23016:8;23046:63;23085:11;23098:10;23046:38;:63::i;:::-;23124:4;22957:16;:178::i;32433:1314::-;32563:23;32588:28;32618:24;32684:20;32707:30;:11;:28;:30::i;:::-;32684:53;;32798:65;32831:7;32840:8;32850:12;32798:32;:65::i;:::-;32785:78;;32927:24;32954:30;:11;:28;:30::i;:::-;32927:57;-1:-1:-1;32994:20:24;;32990:753;;33087:66;33135:7;33144:8;33087:47;:66::i;:::-;33070:83;-1:-1:-1;6395:59:19;;;33205:33:24;;;;;;;;:::i;:::-;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;-1:-1:-1;33205:33:24;-1:-1:-1;33191:47:24;-1:-1:-1;894:4:18;884:15;;33246:21:24;33310:427;33328:16;33324:1;:20;;;33310:427;;;33361:27;33391:63;33433:7;33442:8;33452:1;33391:41;:63::i;:::-;33361:93;-1:-1:-1;33464:14:24;33481:25;:14;33504:1;7012:16:19;;1055;7012;967;7001:27;6961:68;6939:92;;;6824:218;33481:25:24;33464:42;;33516:110;33547:19;33576:1;33587:6;33610:13;33516:12;:110::i;:::-;33705:23;33722:6;33705:23;;:::i;:::-;;;33351:386;;33346:3;;;;;:::i;:::-;;;;33310:427;;;;33016:727;32990:753;32644:1103;;32433:1314;;;;;;;:::o;8356:235:75:-;8466:19;8487:29;8561:25;8574:11;8561:12;:25::i;:::-;8524:62;;;;-1:-1:-1;8356:235:75;-1:-1:-1;;;;8356:235:75:o;3782:1003:61:-;3918:12;3932:17;3981:22;4006:26;4023:8;4006:16;:26::i;:::-;3981:51;;4109:9;4104:228;4124:5;:12;4120:1;:16;4104:228;;;4151:9;4173:5;4179:1;4173:8;;;;;;;;:::i;:::-;;;;;;;4151:31;;4194:34;458:6:103;4194:4:61;:14;;;;;:34;;;;:::i;:::-;4190:136;;;4240:77;;;;;3536:35:4;;;;;4240:49:61;;:77;;4290:6;;4298:8;;4308;;4240:77;;;:::i;:::-;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;4190:136;-1:-1:-1;4138:3:61;;4104:228;;;;4407:78;4422:6;4437:5;4454:8;4474;4407:4;:78::i;:::-;4389:96;;-1:-1:-1;4389:96:61;-1:-1:-1;4560:9:61;4555:226;4575:5;:12;4571:1;:16;4555:226;;;4602:9;4624:5;4630:1;4624:8;;;;;;;;:::i;:::-;;;;;;;4602:31;;4645:33;586:6:103;4645:4:61;:14;;;;;:33;;;;:::i;:::-;4641:134;;;4690:76;;;;;3536:35:4;;;;;4690:48:61;;:76;;4739:6;;4747:8;;4757;;4690:76;;;:::i;:::-;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;4641:134;-1:-1:-1;4589:3:61;;4555:226;;;;3951:834;3782:1003;;;;;;;:::o;348:217:102:-;551:6;545:13;538:4;530:6;526:17;519:40;34797:440:24;34948:12;34985:29;:11;:27;:29::i;:::-;34972:10;:42;;;34968:265;;;35031:82;35070:7;35079:8;35089:10;35101:11;35031:38;:82::i;:::-;35024:89;;;;34968:265;35141:85;35157:7;35166:8;35195:29;:11;:27;:29::i;:::-;35176:49;;:10;:49;:::i;:::-;35141:15;:85::i;1546:281:46:-;1708:29;1718:10;1730:6;1708:9;:29::i;:::-;1703:120;;1786:21;:10;:19;:21::i;:::-;1809:6;1754:62;;;;;;;;;;;;:::i;20627:192:24:-;20744:70;20753:7;20762:8;20772:10;20784:4;20790:23;20805:7;20790:14;:23::i;:::-;20744:8;:70::i;:::-;20627:192;;;;:::o;28441:790::-;28700:36;28739:66;28787:7;28796:8;28739:47;:66::i;:::-;28700:105;-1:-1:-1;28811:26:24;28847:49;28700:105;28878:17;7012:16:19;;1055;7012;967;7001:27;6961:68;6939:92;;;6824:218;28847:49:24;28811:86;;28935:291;28989:7;29014:8;29049:17;29099:19;29140:1;29155:10;29197:22;28935:36;:291::i;36853:522::-;36989:12;37113:257;37152:79;37194:7;37203:8;37213:17;37152:41;:79::i;:::-;37249:1;37268:93;37343:17;37268:66;37316:7;37325:8;37268:47;:66::i;:::-;:74;7012:16:19;;1055;7012;967;7001:27;6961:68;6939:92;;;6824:218;37268:93:24;37113:12;:257::i;11746:285::-;11932:94;11942:7;11951:8;11961:10;11973:14;11989:11;12002:23;12017:7;12002:14;:23::i;:::-;11932:9;:94::i;21718:409::-;21901:29;:11;:27;:29::i;:::-;21888:10;:42;;;21884:239;;;21940:64;21955:7;21964:8;21974:10;21986:4;21992:11;21940:14;:64::i;:::-;21884:239;;;22025:91;22041:7;22050:8;22079:29;:11;:27;:29::i;:::-;22060:49;;:10;:49;:::i;:::-;22111:4;22025:15;:91::i;3998:652::-;4065:11;4301:64;;;4297:111;;-1:-1:-1;1339:66:33;;3998:652:24;-1:-1:-1;3998:652:24:o;4297:111::-;4452:185;4498:85;1210:66:33;4574:7:24;4498:40;:85::i;:::-;4603:2;4625:1;4452:17;:185::i;40576:1148::-;40753:12;40826:3;40818:5;:11;40814:83;;;40846:44;;;;;;;;21056:25:214;;;21097:18;;;21090:34;;;21029:18;;40846:44:24;20882:248:214;40814:83:24;41106:28;41137:66;41185:7;41194:8;41137:47;:66::i;:::-;41106:97;-1:-1:-1;41209:19:24;41231:41;41106:97;41254:17;7012:16:19;;1055;7012;967;7001:27;6961:68;6939:92;;;6824:218;41231:41:24;41209:63;;41291:11;41282:5;:20;;:41;;;;41312:11;41306:3;:17;41282:41;41278:157;;;41376:11;41398;41389:5;:20;;:38;;41420:7;41426:1;41420:3;:7;:::i;:::-;41389:38;;;41412:5;41389:38;41340:88;;;;;;;;21056:25:214;;;;21097:18;;;21090:34;21029:18;;41340:88:24;20882:248:214;41278:157:24;41505:16;41524:79;41566:7;41575:8;41585:17;41524:41;:79::i;:::-;41505:98;;41635:78;41666:8;41684:5;41705;41699:3;:11;41635:12;:78::i;:::-;41628:85;40576:1148;-1:-1:-1;;;;;;;;;40576:1148:24:o;25229:145::-;25313:56;25326:7;25335:8;25345:23;25360:7;25345:14;:23::i;:::-;25313:12;:56::i;4216:406:85:-;4358:16;;;4372:1;4358:16;;;;;;;;4291:30;;;;4358:16;4372:1;4358:16;;;;;;;;;;-1:-1:-1;4358:16:85;4329:45;;4419:9;-1:-1:-1;;;;;4403:27:85;4395:36;;4380:9;4390:1;4380:12;;;;;;;;:::i;:::-;;;;;;:51;;;;;4476:9;-1:-1:-1;;;;;4460:27:85;4452:36;;4437:9;4447:1;4437:12;;;;;;;;:::i;:::-;;;;;;;;;;:51;4495:13;4511:62;1175:66;4546:9;4495:13;-1:-1:-1;;;4511:24:85;:62::i;2194:811:47:-;2366:4;2438:32;2450:19;2438:11;:32::i;:::-;2434:49;;;-1:-1:-1;2479:4:47;2472:11;;2434:49;810:53;2542:46;;-1:-1:-1;2583:5:47;2576:12;;2542:46;2702:12;2716:17;2737:193;2769:9;2922:1;2796:19;2876:9;2887:8;2897;2833:74;;;;;;;;;;:::i;:::-;;;;-1:-1:-1;;2833:74:47;;;;;;;;;;;;;;;;;;;;2737:15;:193::i;:::-;2701:229;;;;2942:7;2937:26;;2958:5;2951:12;;;;;;2937:26;2987:4;2976:24;;;;;;;;;;;;:::i;:::-;2969:31;2194:811;-1:-1:-1;;;;;;;;2194:811:47:o;3928:329:79:-;4056:16;;;4070:1;4056:16;;;;;;;;;3989:30;;;;4056:16;;;;;;;;;;;;-1:-1:-1;4056:16:79;4027:45;;4111:11;4078:9;4088:1;4078:12;;;;;;;;:::i;:::-;;;;;;;;;;:45;4130:13;4146:62;1180:66;4181:9;4130:13;-1:-1:-1;;;4146:24:79;:62::i;38639:427:24:-;38796:7;38811:21;38841:29;:11;:27;:29::i;:::-;38811:60;;38894:15;38881:28;;:10;:28;;;38877:185;;;38926:31;;;;4322:19:3;:27;579:1:34;4321:44:3;4287:79;;;4274:93;38926:31:24;38919:38;;;;;38877:185;38985:70;39007:7;39016:8;39026:28;39039:15;39026:10;:28;:::i;:::-;38985:21;:70::i;37992:225::-;38120:7;38142:70;38157:7;38166:8;38176:10;38188:23;38203:7;38188:14;:23::i;:::-;38142:14;:70::i;2140:233:46:-;-1:-1:-1;;;;;2225:58:46;;:48;-1:-1:-1;;;578:36:65;2955:46;;2954:74;2225:19:46;:48::i;:::-;-1:-1:-1;;;;;2225:58:46;;2221:148;;2332:21;:10;:19;:21::i;4341:570:63:-;4497:60;4522:6;4531:25;4497:16;:60::i;:::-;4564:210;4639:10;4667:1;4692:6;4754:11;4717:50;;;;;;;;:::i;:::-;;;;-1:-1:-1;;4717:50:63;;;;;;;;;;;;;;;;;;;;4564:55;:210::i;:::-;;4838:68;4868:6;4887:11;4877:22;;;;;;4901:4;4838:21;:68::i;16691:1682:24:-;16891:23;16870:7;:44;;;16866:235;;17024:7;16977:103;17043:8;17060:5;17073:4;16977:103;;;;;;;;:::i;:::-;;;;;;;;17088:7;;16866:235;17107:16;17126:59;17167:7;17176:8;17126:40;:59::i;:::-;17107:78;;17331:22;17356:24;17372:7;17356:15;:24::i;:::-;17331:49;;17391:9;17386:328;17406:5;:12;17402:1;:16;17386:328;;;17433:9;17455:5;17461:1;17455:8;;;;;;;;:::i;:::-;;;;;;;17433:31;;17476:41;614:6:36;17476:4:24;:14;;;;;:41;;;;:::i;:::-;17472:236;;;17529:170;;;;;3536:35:4;;;;;17529:54:24;;:170;;17605:7;;17634:8;;17661:5;;17684:4;;17529:170;;;:::i;:::-;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;17472:236;-1:-1:-1;17420:3:24;;17386:328;;;;17818:7;17771:103;17837:8;17854:5;17867:4;17771:103;;;;;;;;:::i;:::-;;;;;;;;17924:70;17956:8;17974:5;17924:70;;17987:4;17924:13;:70::i;:::-;18048:9;18043:326;18063:5;:12;18059:1;:16;18043:326;;;18090:9;18112:5;18118:1;18112:8;;;;;;;;:::i;:::-;;;;;;;18090:31;;18133:40;723:6:36;18133:4:24;:14;;;;;:40;;;;:::i;:::-;18129:234;;;18185:169;;;;;3536:35:4;;;;;18185:53:24;;:169;;18260:7;;18289:8;;18316:5;;18339:4;;18185:169;;;:::i;:::-;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;18129:234;-1:-1:-1;18077:3:24;;18043:326;;19272:539;19478:328;19532:7;19557:8;19592:17;19635:16;19672:11;19697:4;19733:66;19781:7;19790:8;19733:47;:66::i;:::-;19478:36;:328::i;3486:592:65:-;3550:13;3620:10;451:5:20;2637:44:65;;;3571:19;3718;3620:10;3718:7;:19::i;:::-;3695:42;-1:-1:-1;3800:12:65;3839:35;;;;:102;;3888:53;;;;:34;:53::i;:::-;3839:102;;;;;;;;;;;;;;;;;;;;;3968:25;;;;:87;;4007:48;4042:12;4007:34;:48::i;:::-;3968:87;;;;;;;;;;;;;;;;;;;;;3772:293;;;;;;;;;;:::i;:::-;;;;;;;;;;;;;3743:330;;;;;3486:592;;;:::o;3130:234:77:-;3218:16;;;3168:13;3218:16;;;;;;;;;3241:13;3257:64;1082:66;3189:45;3241:13;1211:66;3257:26;:64::i;:::-;3335:23;;;3130:234;-1:-1:-1;;;3130:234:77:o;4148:191::-;4220:16;;;4191:26;4220:16;;;;;;;;24209:2:214;24205:15;;;24222:66;24201:88;4294:25:77;;;24189:101:214;4294:25:77;;;;;24306:12:214;4294:25:77;;;24306:12:214;;;4294:25:77;;;4220:16;;4243:91;;1082:66;;4220:16;;4191:26;1211:66;4243:26;:91::i;31633:253:24:-;31734:23;31759:28;31789:24;31828:53;31838:7;31847:8;31857:23;31872:7;31857:14;:23::i;:::-;31828:9;:53::i;:::-;31821:60;;;;;;31633:253;;;;;:::o;34176:218::-;34298:12;34325:64;34334:7;34343:8;34353:10;34365:23;34380:7;34365:14;:23::i;:::-;34325:8;:64::i;4910:379::-;4975:16;5011:29;5032:7;5011:20;:29::i;:::-;4999:41;;5154:31;5177:7;5154:22;:31::i;:::-;5149:136;;5235:7;5268;5251:25;;;;;;19368:19:214;;19412:2;19403:12;;19239:182;5251:25:24;;;;-1:-1:-1;;5251:25:24;;;;;;;;;;5202:76;;;;;;;;;:::i;5149:136::-;4910:379;;;:::o;29911:833::-;30171:36;30210:66;30258:7;30267:8;30210:47;:66::i;:::-;30171:105;-1:-1:-1;30282:26:24;30318:49;30171:105;30349:17;7012:16:19;;1055;7012;967;7001:27;6961:68;6939:92;;;6824:218;30318:49:24;30282:86;-1:-1:-1;30406:333:24;30460:7;30485:8;30520:17;30570:37;30592:15;30570:37;;;;:::i;:::-;30666:12;;;30676:1;30666:12;;;;;;;;30636:15;;30710:22;30406:36;:333::i;5557:273::-;5624:18;5664:31;5687:7;5664:22;:31::i;:::-;5650:45;-1:-1:-1;5550:35:21;5701:125:24;;5776:7;5809;5792:25;;;;;;19368:19:214;;19412:2;19403:12;;19239:182;23830:737:24;24081:36;24120:66;24168:7;24177:8;24120:47;:66::i;:::-;24081:105;-1:-1:-1;24192:26:24;24228:49;24081:105;24259:17;7012:16:19;;1055;7012;967;7001:27;6961:68;6939:92;;;6824:218;24228:49:24;24192:86;;24285:277;24339:7;24364:8;24399:17;24442:1;24464:19;24497:4;24533:22;24285:36;:277::i;50476:191::-;50578:7;50642;50651:8;50625:35;;;;;;;;;:::i;:::-;;;;-1:-1:-1;;50625:35:24;;;;;;;;;50615:46;;50625:35;50615:46;;;;42033:22;50608:53;;50476:191;-1:-1:-1;;;50476:191:24:o;51493:242::-;51589:7;;;51628:84;51648:10;51644:14;;:1;:14;51628:84;;;51673:32;4274:93:3;4322:19;:27;;;579:1:34;4321:44:3;4287:79;;;4274:93;51673:32:24;;:::i;:::-;;-1:-1:-1;51660:3:24;;51628:84;;;-1:-1:-1;51724:6:24;51493:242;-1:-1:-1;;;51493:242:24:o;8945:812:23:-;9043:14;9079:2;9069:6;:12;9065:112;;9138:2;9129:6;:11;9111:29;;;;9160:2;9150:12;;;;;;:::i;:::-;;;;9065:112;-1:-1:-1;9368:21:23;;9353:12;9341:25;;9337:53;9516:2;:11;;;9598:22;;;9594:159;;;9734:1;9718:14;9714:22;9708:29;9693:12;9678:13;9674:32;9670:68;9662:6;9659:80;9649:90;;9059:698;8945:812;;;;;:::o;4597:171:3:-;4671:7;579:1:34;1355:13;1367:1;376:2;1355:13;:::i;:::-;1354:30;;;;:::i;:::-;4693:70:3;;;;;4597:171;-1:-1:-1;4597:171:3:o;48493:360:24:-;48619:12;48643:6;48653:1;48643:11;48639:26;;-1:-1:-1;48656:9:24;;;;;;;;;-1:-1:-1;48656:9:24;;;;48639:26;48706:16;48725:41;48748:7;48757:8;48725:22;:41::i;:::-;48706:60;;48779:69;48810:8;48828:1;48839:6;48779:12;:69::i;5376:173:3:-;5450:7;579:1:34;1705;;1685:13;1697:1;376:2;1685:13;:::i;:::-;:17;;;;:::i;:::-;:21;;;;:::i;:::-;1684:38;;;;:::i;:::-;5486:11:3;5465:79;5478:65;;5465:79;;5376:173;-1:-1:-1;;5376:173:3:o;53609:301:24:-;53730:13;53822:82;53853:48;53883:7;53892:8;53853:29;:48::i;:::-;4711:21:23;;4605:137;52412:274:24;52556:7;52661;52670:8;52644:35;;;;;;;;;:::i;:::-;;;;;;;;;;;;;52634:46;;;;;;52613:17;52606:25;;52586:45;;;42105:34;52586:45;:94;52578:103;;52571:110;;52412:274;;;;;:::o;6076:2380:23:-;6193:10;;6189:1542;;6346:2;6336:6;:12;6332:122;;6409:2;6400:6;:11;6382:29;;;;6433:2;6423:12;;;;;;:::i;:::-;;;;6332:122;6544:10;;6540:1185;;6752:2;:11;;;6626:21;6810:22;;;6806:135;;;-1:-1:-1;;;579:1:34;804:25:35;;782:48;6806:135:23;;;-1:-1:-1;;;579:1:34;804:25:35;;782:48;6806:135:23;7135:14;7129:21;7114:12;7106:6;7102:25;7098:53;7375:4;7359:13;7353:20;7349:31;7285:4;7281:9;7269:10;7265:26;7210:184;7183:13;7163:243;;7465:13;7455:6;:23;7451:36;;7480:7;;;;7451:36;-1:-1:-1;7628:1:23;7610:19;;;;;7683:23;;;;;7641:30;6540:1185;7760:253;7777:2;7767:6;:12;7760:253;;7871:21;;7849:44;;7946:1;7928:19;;;;-1:-1:-1;;7986:12:23;;;;7974:2;7957:19;7760:253;;;8081:10;;8077:375;;8101:12;-1:-1:-1;;579:1:34;804:25:35;;782:48;8389:20:23;;8299:21;;8322:9;;8295:37;8385:31;;8244:184;8201:237;;-1:-1:-1;6076:2380:23;;;;:::o;7956:242:75:-;35423:4:2;35409:27;;35403:34;35409:27;;;35403:34;8021:19:75;;8166:26;8140:53;;7956:242;;;:::o;3854:344:82:-;3971:16;;;3985:1;3971:16;;;;;;;;;3912:22;;3942:26;;3971:16;;;;;;;;;;;;-1:-1:-1;3971:16:82;3942:45;;4026:8;3993:9;4003:1;3993:12;;;;;;;;:::i;:::-;;;;;;;;;;:42;4042:18;4063:49;1160:66;4099:9;4042:18;4063:25;:49::i;:::-;4042:70;;4126:66;:44;4147:5;4154:1;4157:5;:12;4126:20;:44::i;:::-;:64;:66::i;3035:136:4:-;3105:4;3157:9;3124:42;;3143:9;3125:15;3135:4;3934:26;;;3804:162;3125:15;:27;3124:42;;;3117:49;;3035:136;;;;:::o;1761:1386:61:-;1888:12;1902:17;1956:21;1979:17;2000:22;2013:8;2000:12;:22::i;:::-;1955:67;;-1:-1:-1;1955:67:61;-1:-1:-1;;;;;;2067:27:61;;2063:106;;2139:8;2149:19;:8;:17;:19::i;:::-;2103:66;;;;;;;;;;;;:::i;2063:106::-;2275:12;2270:64;;2289:45;2317:8;2327:6;2289:27;:45::i;:::-;2413:9;;2409:197;;578:36:65;2955:46;;-1:-1:-1;;;2954:74:65;2432:22:61;2515:26;2954:74:65;2515:13:61;:26::i;:::-;2490:51;-1:-1:-1;2549:50:61;2563:11;2576:22;2593:5;2490:51;2576:22;:::i;2549:50::-;2424:182;;2409:197;2708:14;2681:23;:8;451:5:20;2637:44:65;;2539:148;2681:23:61;:41;;;:461;;2982:160;3043:6;3069:5;3092:13;3125:8;2982:39;:160::i;:::-;2681:461;;;2805:168;2874:6;2900:5;2923:13;2956:8;2805:47;:168::i;:::-;2663:479;;;;-1:-1:-1;1761:1386:61;-1:-1:-1;;;;;;;1761:1386:61:o;4978:171:3:-;5051:7;579:1:34;1533;1517:13;1529:1;376:2;1517:13;:::i;49318:511:24:-;49481:12;49623:201;49662:41;49685:7;49694:8;49662:22;:41::i;:::-;49721:45;49742:11;49755:10;49721:20;:45::i;:::-;49784:31;;;;4322:19:3;:27;579:1:34;4321:44:3;4287:79;;;4274:93;37113:12:24;:257::i;955:327:46:-;1036:4;1178:56;-1:-1:-1;;;578:36:65;2955:46;;2954:74;1227:6:46;1178:19;:56::i;:::-;:99;;;;1238:39;1258:10;1270:6;1238:19;:39::i;43926:3999:24:-;44344:14;44323:7;:35;;;44319:161;;44414:14;44430:7;44463;44446:25;;;;;;19368:19:214;;19412:2;19403:12;;19239:182;44446:25:24;;;;-1:-1:-1;;44446:25:24;;;;;;;;;;44375:98;;;;;;;;;;:::i;44319:161::-;44486:27;44516:49;:22;44547:17;7012:16:19;;1055;7012;967;7001:27;6961:68;6939:92;;;6824:218;44516:49:24;44486:79;;44571:26;44636:4;:11;44622;44600:33;;:19;:33;;;;:::i;:::-;:47;;;;:::i;:::-;44571:76;;44919:18;44896:19;:41;;:98;;;;-1:-1:-1;44975:19:24;44941:30;44960:11;44941:16;:30;:::i;:::-;:53;;;;44896:98;44892:218;;;45011:92;;;;;26732:12:214;26771:15;;;45011:92:24;;;26753:34:214;26823:15;;;26803:18;;;26796:43;26875:15;;26855:18;;;26848:43;26695:18;;45011:92:24;26526:371:214;44892:218:24;45216:19;45197:16;:38;;;45193:140;;;45252:74;;;;;;;;27075:25:214;;;27148:12;27136:25;;27116:18;;;27109:53;27048:18;;45252:74:24;26902:266:214;45193:140:24;45372:35;45410:72;:22;45444:17;45463:18;45410:33;:72::i;:::-;45372:110;;45629:22;45654:24;45670:7;45654:15;:24::i;:::-;45629:49;;45689:9;45684:486;45704:5;:12;45700:1;:16;45684:486;;;45731:9;45753:5;45759:1;45753:8;;;;;;;;:::i;:::-;;;;;;;45731:31;;45774:42;836:6:36;45774:4:24;:14;;;;;:42;;;;:::i;:::-;45770:394;;;3536:35:4;;;;-1:-1:-1;;;;;45828:55:24;;45905:7;45934:8;45973:17;46020:16;46061:11;46100:22;46140:4;45828:327;;;;;;;;;;;;;;;;;;;;;:::i;:::-;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;45770:394;-1:-1:-1;45718:3:24;;45684:486;;;-1:-1:-1;46228:32:24;;;:13;46368:107;46386:17;46382:21;;:1;:21;;;46368:107;;;46431:33;:22;46462:1;7012:16:19;;1055;7012;967;7001:27;6961:68;6939:92;;;6824:218;46431:33:24;46422:42;;;;46405:3;;46368:107;;;;46600:7;46544:277;46627:8;46664:17;46705:5;46734:11;46771:21;46808:4;46544:277;;;;;;;;;;;:::i;:::-;;;;;;;;46176:652;46913:18;46890:19;:41;46886:248;;46941:31;46975:48;47005:7;47014:8;46975:29;:48::i;:::-;695:28:23;;;-1:-1:-1;46886:248:24;47191:27;47221:61;47245:7;47254:8;47264:17;47221:23;:61::i;:::-;47191:91;;47290:92;47322:19;47351:16;47290:92;;47375:4;47290:13;:92::i;:::-;47183:206;47443:9;47438:483;47458:5;:12;47454:1;:16;47438:483;;;47485:9;47507:5;47513:1;47507:8;;;;;;;;:::i;:::-;;;;;;;47485:31;;47528:41;947:6:36;47528:4:24;:14;;;;;:41;;;;:::i;:::-;47524:391;;;3536:35:4;;;;-1:-1:-1;;;;;47581:54:24;;47657:7;47686:8;47725:17;47772:16;47813:11;47852:21;47891:4;47581:325;;;;;;;;;;;;;;;;;;;;;:::i;:::-;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;47524:391;-1:-1:-1;47472:3:24;;47438:483;;;;44169:3756;;;;43926:3999;;;;;;;:::o;5042:669:23:-;5458:4;5452:11;5499:4;5487:17;;-1:-1:-1;;5373:16:23;5546:26;;;5373:16;5369:32;5518:4;5511:63;5618:6;5610;5603:22;5636:51;5641:14;5657:6;5665;5673:13;5636:4;:51::i;12891:3164:24:-;13185:23;13164:7;:44;;;13160:211;;13291:7;13262:88;13300:8;13310:10;13322:14;13338:11;13262:88;;;;;;;;;:::i;:::-;;;;;;;;13358:7;;13160:211;13509:22;13534:24;13550:7;13534:15;:24::i;:::-;13509:49;;13569:9;13564:340;13584:5;:12;13580:1;:16;13564:340;;;13611:9;13633:5;13639:1;13633:8;;;;;;;;:::i;:::-;;;;;;;13611:31;;13654:33;409:6:36;13654:4:24;:14;;;;;:33;;;;:::i;:::-;13650:248;;;13699:190;;;;;3536:35:4;;;;;13699:47:24;;:190;;13758:7;;13777:8;;13797:10;;13819:14;;13845:11;;13868;;13699:190;;;:::i;:::-;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;13650:248;-1:-1:-1;13598:3:24;;13564:340;;;;13981:7;13952:88;13990:8;14000:10;14012:14;14028:11;13952:88;;;;;;;;;:::i;:::-;;;;;;;;14104:26;14133:59;14174:7;14183:8;14133:40;:59::i;:::-;14104:88;-1:-1:-1;14198:21:24;894:4:18;884:15;;14198:54:24;;14258:149;14296:18;14330:1;14347:10;:17;14387:13;14258;:149::i;:::-;14507:1;14474:30;:11;:28;:30::i;:::-;:34;14470:1174;;;14593:33;14629:66;14677:7;14686:8;14629:47;:66::i;:::-;695:28:23;;;14593:102:24;-1:-1:-1;894:4:18;884:15;;14869:47:24;;15025:27;15060:25;15098:7;15093:545;15111:30;:11;:28;:30::i;:::-;15107:1;:34;;;15093:545;;;15177:63;15219:7;15228:8;15238:1;15177:41;:63::i;:::-;15155:85;-1:-1:-1;15270:25:24;:14;15293:1;7012:16:19;;1055;7012;967;7001:27;6961:68;6939:92;;;6824:218;15270:25:24;15250:45;;15305:170;15347:19;15386:1;15407:17;15451:13;15305;:170::i;:::-;15485:34;15502:17;15485:34;;:::i;:::-;;-1:-1:-1;15616:3:24;;15093:545;;;;14510:1134;;;14470:1174;15718:9;15713:338;15733:5;:12;15729:1;:16;15713:338;;;15760:9;15782:5;15788:1;15782:8;;;;;;;;:::i;:::-;;;;;;;15760:31;;15803:32;503:6:36;15803:4:24;:14;;;;;:32;;;;:::i;:::-;15799:246;;;15847:189;;;;;3536:35:4;;;;;15847:46:24;;:189;;15905:7;;15924:8;;15944:10;;15966:14;;15992:11;;16015;;15847:189;;;:::i;:::-;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;15799:246;-1:-1:-1;15747:3:24;;15713:338;;;;13100:2955;;;12891:3164;;;;;;:::o;50919:282::-;51164:30;;;;;;30648:19:214;;;30683:12;;;30676:28;;;51007:7:24;;30720:12:214;;51164:30:24;30460:278:214;25973:1804:24;26161:23;26140:7;:44;;;26136:173;;26270:7;26238:50;26279:8;26238:50;;;;;;:::i;:::-;;;;;;;;25973:1804;;;:::o;26136:173::-;26450:22;26475:24;26491:7;26475:15;:24::i;:::-;26450:49;;26510:9;26505:235;26525:5;:12;26521:1;:16;26505:235;;;26552:9;26574:5;26580:1;26574:8;;;;;;;;:::i;:::-;;;;;;;26552:31;;26595:36;1049:6:36;26595:4:24;:14;;;;;:36;;;;:::i;:::-;26591:143;;;26643:82;;;;;3536:35:4;;;;;26643:50:24;;:82;;26694:7;;26703:8;;26713:11;;26643:82;;;:::i;:::-;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;26591:143;-1:-1:-1;26539:3:24;;26505:235;;;;26820:7;26788:50;26829:8;26788:50;;;;;;:::i;:::-;;;;;;;;26871:26;26900:59;26941:7;26950:8;26900:40;:59::i;:::-;26871:88;;26965:113;26997:18;27025:1;27044:30;:11;:28;:30::i;:::-;27034:41;;;;;;;;:::i;:::-;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;-1:-1:-1;27034:41:24;;26965:13;:113::i;:::-;27297:1;27264:30;:11;:28;:30::i;:::-;:34;27260:236;;;27308:33;27344:66;27392:7;27401:8;27344:47;:66::i;:::-;27308:102;;27418:71;27449:25;27484:2;27418:12;:71::i;:::-;27300:196;27260:236;27545:9;27540:233;27560:5;:12;27556:1;:16;27540:233;;;27587:9;27609:5;27615:1;27609:8;;;;;;;;:::i;:::-;;;;;;;27587:31;;27630:35;1149:6:36;27630:4:24;:14;;;;;:35;;;;:::i;:::-;27626:141;;;27677:81;;;;;3536:35:4;;;;;27677:49:24;;:81;;27727:7;;27736:8;;27746:11;;27677:81;;;:::i;:::-;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;27626:141;-1:-1:-1;27574:3:24;;27540:233;;1129:181:47;764:71:86;;;781:15;764:71;;;197:92:214;1205:4:47;305:11:214;;;298:100;;;814:20:86;414:12:214;;;407:101;1205:4:47;524:12:214;764:71:86;;;;;;;;;;;;756:80;;;:::i;:::-;1224:81:47;;;;1129:181;-1:-1:-1;1129:181:47:o;39582:262:24:-;39724:7;39746:93;39821:17;39746:66;39794:7;39803:8;39746:47;:66::i;3747:306:80:-;3858:16;;;3872:1;3858:16;;;;;;;;;3808:13;;;;3858:16;;;;;;;;;;;;-1:-1:-1;3858:16:80;3829:45;;3913:11;3880:9;3890:1;3880:12;;;;;;;;:::i;:::-;;;;;;;;;;:45;3932:13;3948:62;1166:66;3983:9;3932:13;1295:66;3948:24;:62::i;:::-;4024:23;;;3747:306;-1:-1:-1;;;;3747:306:80:o;692:238:99:-;777:61;809:15;826:11;777:31;:61::i;:::-;772:156;;853:70;;;;;-1:-1:-1;;;;;31670:55:214;;853:70:99;;;31652:74:214;-1:-1:-1;;;;;;31762:79:214;;31742:18;;;31735:107;31625:18;;853:70:99;31480:368:214;8053:415:64;8208:17;8234:12;8248:18;8270:133;8313:9;8340:8;8364:6;8388:8;8270:23;:133::i;5581:340:78:-;5703:16;;;5717:1;5703:16;;;;;;;;5674:26;;5703:16;;;;;;;;;;-1:-1:-1;5703:16:78;5674:45;;5764:13;-1:-1:-1;;;;;5748:31:78;5740:40;;5725:9;5735:1;5725:12;;;;;;;;:::i;:::-;;;;;;:55;;;;;5801:13;5786:9;5796:1;5786:12;;;;;;;;:::i;:::-;;;;;;:28;;;;;5821:95;1081:66;1065:83;;5856:9;5867:1;5888:11;5870:31;;;;;;32004:14:214;31997:22;31992:3;31988:32;31976:45;;32046:1;32037:11;;31853:201;5870:31:78;;;;-1:-1:-1;;5870:31:78;;;;;;;;;1210:66;5821:24;:95::i;3655:342:32:-;3771:16;;;3785:1;3771:16;;;;;;;;;3712:22;;3742:26;;3771:16;;;;;;;;;;;;-1:-1:-1;3771:16:32;3742:45;;3826:7;3793:9;3803:1;3793:12;;;;;;;;:::i;:::-;;;;;;;;;;:41;3841:18;3862:49;968:66;3898:9;3841:18;3862:25;:49::i;966:162:23:-;1055:68;1061:14;1077:6;1085:4;:11;1098:24;1117:4;894::18;884:15;;758:151;1098:24:23;1055:5;:68::i;3165:160:65:-;3228:7;3292:26;438:6;451:5:20;3292:26:65;:::i;:::-;3258:61;;;;;3165:160;-1:-1:-1;3165:160:65:o;1862:325::-;1932:13;1953:14;1973:83;1989:2;1980:6;:11;1973:83;;;2007:37;;;3261:1:2;3257:13;;3253:24;2007:42:65;;2003:53;2051:5;2003:53;1993:8;;1973:83;;;2092:30;;;32212:66:214;32200:79;;2092:30:65;;;32188:92:214;2092:30:65;;32296:12:214;;;;2092:30:65;;;875:21:2;;;2092:30:65;2142:39;760:164:2;17768:457:28;17925:7;17940:21;17964:17;:15;:17::i;:::-;17940:41;-1:-1:-1;18016:4:28;-1:-1:-1;;;;;17991:30:28;;;17987:234;;18038:68;18063:7;18072:8;18082:10;18094:11;18038:24;:68::i;17987:234::-;18134:80;;;;;-1:-1:-1;;;;;18134:36:28;;;;;:80;;18171:7;;18180:8;;18190:10;;18202:11;;18134:80;;;:::i;:::-;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;:::i;10756:455::-;10928:21;10952:17;:15;:17::i;:::-;10928:41;-1:-1:-1;11004:4:28;-1:-1:-1;;;;;10979:30:28;;;10975:232;;11019:74;11044:7;11053:8;11063:10;11075:4;11081:11;11019:24;:74::i;:::-;10975:232;;;11114:86;;;;;-1:-1:-1;;;;;11114:36:28;;;;;:86;;11151:7;;11160:8;;11170:10;;11182:4;;11188:11;;11114:86;;;:::i;:::-;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;4732:312:33;4851:16;;;4865:1;4851:16;;;;;;;;;4798;;;;4851;;;;;;;;;;;;-1:-1:-1;4851:16:33;4822:45;;4906:7;4873:9;4883:1;4873:12;;;;;;;;:::i;:::-;;;;;;;;;;:41;4921:13;4937:62;1210:66;4972:9;4983:1;1339:66;4937:24;:62::i;2855:314:31:-;2969:16;;;2983:1;2969:16;;;;;;;;;2921:11;;;;2969:16;;;;;;;;;;;;-1:-1:-1;2969:16:31;2940:45;;3024:10;2991:9;3001:1;2991:12;;;;;;;;:::i;:::-;;;;;;;;;;:44;3042:13;3058:62;970:66;3093:9;3042:13;1099:66;3058:24;:62::i;:::-;3042:78;;3134:29;3155:5;3142:20;;1650:10:20;1541:126;6114:316:33;6237:16;;;6251:1;6237:16;;;;;;;;;6182:18;;;;6237:16;;;;;;;;;;;;-1:-1:-1;6237:16:33;6208:45;;6292:7;6259:9;6269:1;6259:12;;;;;;;;:::i;:::-;;;;;;;;;;:41;6307:13;6323:62;1210:66;6358:9;6369:1;1339:66;6323:24;:62::i;53041:230:24:-;53162:7;53246;53255:8;53229:35;;;;;;;;;:::i;:::-;;;;-1:-1:-1;;53229:35:24;;;;;;;;;53219:46;;53229:35;53219:46;;;;42196:40;53192:73;;53041:230;-1:-1:-1;;;53041:230:24:o;2003:574:22:-;2094:5;2189:3;2181:5;:11;:32;;;;2202:4;:11;2196:3;:17;2181:32;2177:93;;;2253:4;2259:5;2266:3;2222:48;;;;;;;;;;;;;:::i;2177:93::-;2336:4;2326:15;;2383:16;2394:5;2326:15;2383:16;:::i;:::-;;-1:-1:-1;2405:12:22;2420:11;2426:5;2420:3;:11;:::i;:::-;692:17;2555:15;2547:3;2536:14;;;;2535:36;;;;;;-1:-1:-1;;;;;2003:574:22:o;40103:220:38:-;40169:24;40201:30;40234:32;40252:6;40260:2;40264:1;40234:17;:32::i;5924:432:84:-;6052:16;;;6066:1;6052:16;;;;;;;;;5982:14;;;;;;6052:16;;;;;;;;;;;-1:-1:-1;6052:16:84;6023:45;;6107:8;6074:9;6084:1;6074:12;;;;;;;;:::i;:::-;;;;;;;;;;:42;6124:24;;;6210:78;1152:66;6253:9;1281:66;6210:19;:78::i;:::-;6123:165;;;;;;6301:50;6308:11;6321:15;6338:12;6301:6;:50::i;5594:317:64:-;5733:12;5747:17;5790:6;-1:-1:-1;;;;;5790:11:64;5810:1;5821:79;5847:8;5868:9;5889:8;5821:13;:79::i;:::-;5790:116;;;;;;:::i;:::-;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;-1:-1:-1;5772:134:64;;;;-1:-1:-1;5594:317:64;-1:-1:-1;;;;;5594:317:64:o;6415:321::-;6562:12;6576:17;6619:6;-1:-1:-1;;;;;6619:19:64;6646:79;6672:8;6693:9;6714:8;6646:13;:79::i;:::-;6619:112;;;;;;:::i;:::-;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;4003:378:81;4127:16;;;4141:1;4127:16;;;;;;;;4079:11;;;;4127:16;4141:1;4127:16;;;;;;;;;;-1:-1:-1;4127:16:81;4098:45;;4182:10;4149:9;4159:1;4149:12;;;;;;;;:::i;:::-;;;;;;:44;;;;;4238:6;-1:-1:-1;;;;;4222:24:81;4214:33;;4199:9;4209:1;4199:12;;;;;;;;:::i;:::-;;;;;;;;;;:48;4254:13;4270:62;1166:66;4305:9;4254:13;1295:66;4270:24;:62::i;:::-;4254:78;;4346:29;4367:5;4354:20;;1650:10:20;1541:126;7408:1509:19;7534:13;1137:16;7559:25;;7555:118;;;7601:65;;;;;;;;8306:25:214;;;8279:18;;7601:65:19;8128:209:214;7555:118:19;7735:13;6395:59;;;7012:16;;;1055;7012;967;7001:27;6961:68;;;6939:92;;7998:38;;;7994:192;;8081:19;8063:15;:37;8048:52;;;;7994:192;;;8162:15;8140:19;:37;8125:52;;;;7994:192;-1:-1:-1;8502:16:19;967;1055;8369;;;;8358:27;8494:35;;;8808:5;8647:26;8628:45;;;;8627:61;;;8789:24;;;;8818:34;;;;;8788:65;;-1:-1:-1;7408:1509:19;;;;;:::o;1489:2340:23:-;1602:10;;1598:1504;;1755:2;1745:6;:12;1741:122;;1818:2;1809:6;:11;1791:29;;;;1842:2;1832:12;;;;;;:::i;:::-;;;;1741:122;1953:10;;1949:1147;;2161:2;:11;;;2035:21;-1:-1:-1;;579:1:34;804:25:35;;782:48;2208:18:23;2193:33;;2395:12;2387:6;2383:25;2442:4;2431:9;2427:20;2419:28;;2497:13;2491:20;2480:9;2476:36;2458:54;;2745:4;2741:9;2724:14;2718:21;2714:37;2645:4;2633:10;2629:21;2572:193;2544:14;2524:253;;2836:13;2826:6;:23;2822:36;;2851:7;;;;2822:36;-1:-1:-1;2999:1:23;2981:19;;;;;3054:23;;;;;3012:30;1949:1147;3132:253;3149:2;3139:6;:12;3132:253;;3244:20;;3221:44;;3318:1;3300:19;;;;-1:-1:-1;;3358:12:23;;;;3346:2;3329:19;3132:253;;;3453:10;;3449:376;;3473:12;-1:-1:-1;;579:1:34;804:25:35;;782:48;3761:21:23;;3672:20;;3694:9;;3668:36;3757:32;;3617:184;3573:238;;-1:-1:-1;1489:2340:23;;;;:::o;4032:370::-;4154:13;4203:2;4188:11;:6;4197:2;4188:11;:::i;:::-;4187:18;;;;:::i;:::-;4170:35;;:14;:35;:::i;:::-;4154:51;;4211:187;4235:5;4218:14;:22;4211:187;;;4333:1;4317:14;4310:25;4382:1;4366:14;4362:22;4344:40;;4211:187;;1312:272:49;1399:4;1498:23;1513:7;1498:14;:23::i;:::-;:81;;;;;1525:54;1558:7;1567:11;1525:32;:54::i;1832:227:28:-;1062:42;1921:22;1882:7;;-1:-1:-1;;;;;1921:22:28;;1949:106;;1997:10;1990:17;;;1832:227;:::o;2681:1129:40:-;2801:22;2831:21;2855;:11;2997:3:22;2975:25;;2901:104;2855:21:40;2831:45;-1:-1:-1;692:17:22;3238:38;;2882:20:40;3044:11;3238:38:22;3044:11:40;3029:26;;;;:::i;:::-;;3015:40;;3164:4;3158:11;3149:20;;3207:4;3200:5;3196:16;3267:4;3254:11;3250:22;3236:12;3232:41;3226:4;3219:55;3317:11;3310:5;3303:26;3360:1;3337:463;3376:11;3373:1;3370:18;3337:463;;;3770:20;;3749:42;;3728:64;;3642:31;;;;3555:4;3537:23;;;;3463:1;3456:9;3337:463;;;3341:28;;3116:690;;;2681:1129;;;;;:::o;7822:206:84:-;7932:14;7948:17;7998:25;8011:11;7998:12;:25::i;4897:201:64:-;5019:12;5063:8;5073:9;5084:8;5046:47;;;;;;;;;;:::i;:::-;;;;;;;;;;;;;5039:54;;4897:201;;;;;:::o;708:400:49:-;772:4;961:68;994:7;1003:25;961:32;:68::i;:::-;:142;;;;-1:-1:-1;1040:63:49;1073:7;-1:-1:-1;;;;;;1040:32:49;:63::i;:::-;1039:64;948:155;708:400;-1:-1:-1;;708:400:49:o;4132:576::-;4295:56;;-1:-1:-1;;;;;;1390:79:214;;4295:56:49;;;1372:98:214;4234:4:49;;;;1345:18:214;;4295:56:49;;;-1:-1:-1;;4295:56:49;;;;;;;;;;;;;;;;;;;;;4533:20;;4295:56;;-1:-1:-1;;;;;;;4295:56:49;;-1:-1:-1;;4498:7:49;4491:5;4480:86;4469:97;;4587:16;4573:30;;4631:4;4625:11;4610:26;;4655:7;:29;;;;;4680:4;4666:10;:18;;4655:29;:48;;;;;4702:1;4688:11;:15;4655:48;4648:55;4132:576;-1:-1:-1;;;;;;;4132:576:49:o;7441:223:84:-;35423:4:2;35409:27;;35403:34;35409:27;;;35403:34;7557:35:84;;;;;;7506:14;;7624:33;;7616:42;1541:126:20;547:357:214;665:12;;712:4;701:16;;;695:23;;665:12;730:16;;727:171;;;-1:-1:-1;;810:6:214;804:4;800:17;797:1;793:25;789:98;782:5;778:110;769:119;;727:171;;547:357;;;:::o;909:184::-;-1:-1:-1;;;958:1:214;951:88;1058:4;1055:1;1048:15;1082:4;1079:1;1072:15;1098:125;1163:9;;;1184:10;;;1181:36;;;1197:18;;:::i;1712:367::-;1775:8;1785:6;1839:3;1832:4;1824:6;1820:17;1816:27;1806:55;;1857:1;1854;1847:12;1806:55;-1:-1:-1;1880:20:214;;1923:18;1912:30;;1909:50;;;1955:1;1952;1945:12;1909:50;1992:4;1984:6;1980:17;1968:29;;2052:3;2045:4;2035:6;2032:1;2028:14;2020:6;2016:27;2012:38;2009:47;2006:67;;;2069:1;2066;2059:12;2006:67;1712:367;;;;;:::o;2084:156::-;2150:20;;2210:4;2199:16;;2189:27;;2179:55;;2230:1;2227;2220:12;2245:707;2419:6;2427;2435;2443;2451;2504:3;2492:9;2483:7;2479:23;2475:33;2472:53;;;2521:1;2518;2511:12;2472:53;2557:9;2544:23;2534:33;;2618:2;2607:9;2603:18;2590:32;2645:18;2637:6;2634:30;2631:50;;;2677:1;2674;2667:12;2631:50;2716:70;2778:7;2769:6;2758:9;2754:22;2716:70;:::i;:::-;2805:8;;-1:-1:-1;2690:96:214;-1:-1:-1;2859:36:214;;-1:-1:-1;2891:2:214;2876:18;;2859:36;:::i;:::-;2245:707;;;;-1:-1:-1;2245:707:214;;2942:2;2927:18;2914:32;;2245:707;-1:-1:-1;;2245:707:214:o;2957:250::-;3042:1;3052:113;3066:6;3063:1;3060:13;3052:113;;;3142:11;;;3136:18;3123:11;;;3116:39;3088:2;3081:10;3052:113;;;-1:-1:-1;;3199:1:214;3181:16;;3174:27;2957:250::o;3212:329::-;3253:3;3291:5;3285:12;3318:6;3313:3;3306:19;3334:76;3403:6;3396:4;3391:3;3387:14;3380:4;3373:5;3369:16;3334:76;:::i;:::-;3455:2;3443:15;-1:-1:-1;;3439:88:214;3430:98;;;;3530:4;3426:109;;3212:329;-1:-1:-1;;3212:329:214:o;3546:217::-;3693:2;3682:9;3675:21;3656:4;3713:44;3753:2;3742:9;3738:18;3730:6;3713:44;:::i;3768:347::-;3819:8;3829:6;3883:3;3876:4;3868:6;3864:17;3860:27;3850:55;;3901:1;3898;3891:12;3850:55;-1:-1:-1;3924:20:214;;3967:18;3956:30;;3953:50;;;3999:1;3996;3989:12;3953:50;4036:4;4028:6;4024:17;4012:29;;4088:3;4081:4;4072:6;4064;4060:19;4056:30;4053:39;4050:59;;;4105:1;4102;4095:12;4120:915;4273:6;4281;4289;4297;4305;4313;4366:3;4354:9;4345:7;4341:23;4337:33;4334:53;;;4383:1;4380;4373:12;4334:53;4419:9;4406:23;4396:33;;4480:2;4469:9;4465:18;4452:32;4503:18;4544:2;4536:6;4533:14;4530:34;;;4560:1;4557;4550:12;4530:34;4599:70;4661:7;4652:6;4641:9;4637:22;4599:70;:::i;:::-;4688:8;;-1:-1:-1;4573:96:214;-1:-1:-1;4573:96:214;;-1:-1:-1;4742:36:214;4774:2;4759:18;;4742:36;:::i;:::-;4732:46;;4831:2;4820:9;4816:18;4803:32;4787:48;;4860:2;4850:8;4847:16;4844:36;;;4876:1;4873;4866:12;4844:36;;4915:60;4967:7;4956:8;4945:9;4941:24;4915:60;:::i;:::-;4120:915;;;;-1:-1:-1;4120:915:214;;-1:-1:-1;4120:915:214;;4994:8;;4120:915;-1:-1:-1;;;4120:915:214:o;5040:606::-;5173:6;5181;5189;5197;5250:2;5238:9;5229:7;5225:23;5221:32;5218:52;;;5266:1;5263;5256:12;5218:52;5302:9;5289:23;5279:33;;5363:2;5352:9;5348:18;5335:32;5390:18;5382:6;5379:30;5376:50;;;5422:1;5419;5412:12;5376:50;5461:70;5523:7;5514:6;5503:9;5499:22;5461:70;:::i;:::-;5550:8;;-1:-1:-1;5435:96:214;-1:-1:-1;5604:36:214;;-1:-1:-1;5636:2:214;5621:18;;5604:36;:::i;:::-;5594:46;;5040:606;;;;;;;:::o;5651:1235::-;5860:6;5868;5876;5884;5892;5900;5908;5916;5969:3;5957:9;5948:7;5944:23;5940:33;5937:53;;;5986:1;5983;5976:12;5937:53;6022:9;6009:23;5999:33;;6083:2;6072:9;6068:18;6055:32;6106:18;6147:2;6139:6;6136:14;6133:34;;;6163:1;6160;6153:12;6133:34;6202:70;6264:7;6255:6;6244:9;6240:22;6202:70;:::i;:::-;6291:8;;-1:-1:-1;6176:96:214;-1:-1:-1;6379:2:214;6364:18;;6351:32;;-1:-1:-1;6395:16:214;;;6392:36;;;6424:1;6421;6414:12;6392:36;6463:60;6515:7;6504:8;6493:9;6489:24;6463:60;:::i;:::-;6542:8;;-1:-1:-1;6437:86:214;-1:-1:-1;6624:2:214;6609:18;;6596:32;;-1:-1:-1;6681:3:214;6666:19;;6653:33;;-1:-1:-1;6698:16:214;;;6695:36;;;6727:1;6724;6717:12;6695:36;;6766:60;6818:7;6807:8;6796:9;6792:24;6766:60;:::i;:::-;5651:1235;;;;-1:-1:-1;5651:1235:214;;-1:-1:-1;5651:1235:214;;;;;;6845:8;-1:-1:-1;;;5651:1235:214:o;6891:1016::-;7085:6;7093;7101;7109;7117;7125;7133;7186:3;7174:9;7165:7;7161:23;7157:33;7154:53;;;7203:1;7200;7193:12;7154:53;7239:9;7226:23;7216:33;;7300:2;7289:9;7285:18;7272:32;7323:18;7364:2;7356:6;7353:14;7350:34;;;7380:1;7377;7370:12;7350:34;7419:70;7481:7;7472:6;7461:9;7457:22;7419:70;:::i;:::-;7508:8;;-1:-1:-1;7393:96:214;-1:-1:-1;7393:96:214;;-1:-1:-1;7562:36:214;7594:2;7579:18;;7562:36;:::i;:::-;7552:46;;7651:2;7640:9;7636:18;7623:32;7607:48;;7680:2;7670:8;7667:16;7664:36;;;7696:1;7693;7686:12;7664:36;;7735:60;7787:7;7776:8;7765:9;7761:24;7735:60;:::i;:::-;6891:1016;;;;-1:-1:-1;6891:1016:214;;;;;;7896:3;7881:19;;;7868:33;;6891:1016;-1:-1:-1;;;;6891:1016:214:o;7912:211::-;8002:6;8055:2;8043:9;8034:7;8030:23;8026:32;8023:52;;;8071:1;8068;8061:12;8023:52;-1:-1:-1;8094:23:214;;7912:211;-1:-1:-1;7912:211:214:o;8342:184::-;-1:-1:-1;;;8391:1:214;8384:88;8491:4;8488:1;8481:15;8515:4;8512:1;8505:15;8531:334;8602:2;8596:9;8658:2;8648:13;;-1:-1:-1;;8644:86:214;8632:99;;8761:18;8746:34;;8782:22;;;8743:62;8740:88;;;8808:18;;:::i;:::-;8844:2;8837:22;8531:334;;-1:-1:-1;8531:334:214:o;8870:589::-;8912:5;8965:3;8958:4;8950:6;8946:17;8942:27;8932:55;;8983:1;8980;8973:12;8932:55;9019:6;9006:20;9045:18;9041:2;9038:26;9035:52;;;9067:18;;:::i;:::-;9111:114;9219:4;-1:-1:-1;;9143:4:214;9139:2;9135:13;9131:86;9127:97;9111:114;:::i;:::-;9250:2;9241:7;9234:19;9296:3;9289:4;9284:2;9276:6;9272:15;9268:26;9265:35;9262:55;;;9313:1;9310;9303:12;9262:55;9378:2;9371:4;9363:6;9359:17;9352:4;9343:7;9339:18;9326:55;9426:1;9401:16;;;9419:4;9397:27;9390:38;;;;9405:7;8870:589;-1:-1:-1;;;8870:589:214:o;9464:419::-;9572:6;9580;9633:2;9621:9;9612:7;9608:23;9604:32;9601:52;;;9649:1;9646;9639:12;9601:52;9685:9;9672:23;9662:33;;9746:2;9735:9;9731:18;9718:32;9773:18;9765:6;9762:30;9759:50;;;9805:1;9802;9795:12;9759:50;9828:49;9869:7;9860:6;9849:9;9845:22;9828:49;:::i;:::-;9818:59;;;9464:419;;;;;:::o;9888:636::-;10055:6;10063;10071;10079;10132:2;10120:9;10111:7;10107:23;10103:32;10100:52;;;10148:1;10145;10138:12;10100:52;10184:9;10171:23;10161:33;;10245:2;10234:9;10230:18;10217:32;10272:18;10264:6;10261:30;10258:50;;;10304:1;10301;10294:12;10258:50;10343:70;10405:7;10396:6;10385:9;10381:22;10343:70;:::i;:::-;9888:636;;10432:8;;-1:-1:-1;10317:96:214;;10514:2;10499:18;10486:32;;9888:636;-1:-1:-1;;;;9888:636:214:o;10529:482::-;10784:2;10773:9;10766:21;10747:4;10810:44;10850:2;10839:9;10835:18;10827:6;10810:44;:::i;:::-;10890:6;10885:2;10874:9;10870:18;10863:34;10945:9;10937:6;10933:22;10928:2;10917:9;10913:18;10906:50;10973:32;10998:6;10990;10973:32;:::i;11016:712::-;11070:5;11123:3;11116:4;11108:6;11104:17;11100:27;11090:55;;11141:1;11138;11131:12;11090:55;11177:6;11164:20;11203:4;11226:18;11222:2;11219:26;11216:52;;;11248:18;;:::i;:::-;11294:2;11291:1;11287:10;11317:28;11341:2;11337;11333:11;11317:28;:::i;:::-;11379:15;;;11449;;;11445:24;;;11410:12;;;;11481:15;;;11478:35;;;11509:1;11506;11499:12;11478:35;11545:2;11537:6;11533:15;11522:26;;11557:142;11573:6;11568:3;11565:15;11557:142;;;11639:17;;11627:30;;11590:12;;;;11677;;;;11557:142;;11733:655;11882:6;11890;11898;11906;11914;11967:3;11955:9;11946:7;11942:23;11938:33;11935:53;;;11984:1;11981;11974:12;11935:53;12020:9;12007:23;11997:33;;12081:2;12070:9;12066:18;12053:32;12108:18;12100:6;12097:30;12094:50;;;12140:1;12137;12130:12;12094:50;12163:61;12216:7;12207:6;12196:9;12192:22;12163:61;:::i;:::-;12153:71;;;12243:36;12275:2;12264:9;12260:18;12243:36;:::i;:::-;11733:655;;;;-1:-1:-1;12233:46:214;;12326:2;12311:18;;12298:32;;-1:-1:-1;12377:3:214;12362:19;12349:33;;11733:655;-1:-1:-1;;11733:655:214:o;12393:536::-;12519:6;12527;12535;12588:2;12576:9;12567:7;12563:23;12559:32;12556:52;;;12604:1;12601;12594:12;12556:52;12640:9;12627:23;12617:33;;12701:2;12690:9;12686:18;12673:32;12728:18;12720:6;12717:30;12714:50;;;12760:1;12757;12750:12;12714:50;12799:70;12861:7;12852:6;12841:9;12837:22;12799:70;:::i;:::-;12393:536;;12888:8;;-1:-1:-1;12773:96:214;;-1:-1:-1;;;;12393:536:214:o;13116:154::-;-1:-1:-1;;;;;13195:5:214;13191:54;13184:5;13181:65;13171:93;;13260:1;13257;13250:12;13275:554;13392:6;13400;13408;13461:2;13449:9;13440:7;13436:23;13432:32;13429:52;;;13477:1;13474;13467:12;13429:52;13516:9;13503:23;13535:31;13560:5;13535:31;:::i;:::-;13585:5;-1:-1:-1;13637:2:214;13622:18;;13609:32;;-1:-1:-1;13692:2:214;13677:18;;13664:32;13719:18;13708:30;;13705:50;;;13751:1;13748;13741:12;13705:50;13774:49;13815:7;13806:6;13795:9;13791:22;13774:49;:::i;:::-;13764:59;;;13275:554;;;;;:::o;13834:618::-;14006:6;14014;14022;14030;14083:3;14071:9;14062:7;14058:23;14054:33;14051:53;;;14100:1;14097;14090:12;14051:53;14136:9;14123:23;14113:33;;14197:2;14186:9;14182:18;14169:32;14224:18;14216:6;14213:30;14210:50;;;14256:1;14253;14246:12;14210:50;14279:61;14332:7;14323:6;14312:9;14308:22;14279:61;:::i;:::-;14269:71;;;14359:36;14391:2;14380:9;14376:18;14359:36;:::i;:::-;13834:618;;;;-1:-1:-1;14349:46:214;;14442:2;14427:18;14414:32;;-1:-1:-1;;13834:618:214:o;14639:517::-;14770:6;14778;14786;14839:2;14827:9;14818:7;14814:23;14810:32;14807:52;;;14855:1;14852;14845:12;14807:52;14891:9;14878:23;14868:33;;14952:2;14941:9;14937:18;14924:32;14979:18;14971:6;14968:30;14965:50;;;15011:1;15008;15001:12;14965:50;15034:61;15087:7;15078:6;15067:9;15063:22;15034:61;:::i;:::-;15024:71;;;15114:36;15146:2;15135:9;15131:18;15114:36;:::i;:::-;15104:46;;14639:517;;;;;:::o;15161:472::-;15255:6;15263;15316:2;15304:9;15295:7;15291:23;15287:32;15284:52;;;15332:1;15329;15322:12;15284:52;15371:9;15358:23;15390:31;15415:5;15390:31;:::i;:::-;15440:5;-1:-1:-1;15496:2:214;15481:18;;15468:32;15523:18;15512:30;;15509:50;;;15555:1;15552;15545:12;15638:1013;15792:6;15800;15808;15816;15824;15832;15885:3;15873:9;15864:7;15860:23;15856:33;15853:53;;;15902:1;15899;15892:12;15853:53;15938:9;15925:23;15915:33;;15999:2;15988:9;15984:18;15971:32;16022:18;16063:2;16055:6;16052:14;16049:34;;;16079:1;16076;16069:12;16049:34;16118:70;16180:7;16171:6;16160:9;16156:22;16118:70;:::i;:::-;16207:8;;-1:-1:-1;16092:96:214;-1:-1:-1;16292:2:214;16277:18;;16264:32;;-1:-1:-1;16336:14:214;16325:26;;16315:37;;16305:65;;16366:1;16363;16356:12;16305:65;16389:5;;-1:-1:-1;16447:2:214;16432:18;;16419:32;;16463:16;;;16460:36;;;16492:1;16489;16482:12;16656:165;16723:20;;16783:12;16772:24;;16762:35;;16752:63;;16811:1;16808;16801:12;16826:1061;16995:6;17003;17011;17019;17027;17035;17043;17051;17104:3;17092:9;17083:7;17079:23;17075:33;17072:53;;;17121:1;17118;17111:12;17072:53;17157:9;17144:23;17134:33;;17218:2;17207:9;17203:18;17190:32;17241:18;17282:2;17274:6;17271:14;17268:34;;;17298:1;17295;17288:12;17268:34;17337:70;17399:7;17390:6;17379:9;17375:22;17337:70;:::i;:::-;17426:8;;-1:-1:-1;17311:96:214;-1:-1:-1;17311:96:214;;-1:-1:-1;17480:36:214;17512:2;17497:18;;17480:36;:::i;:::-;17470:46;;17535:37;17568:2;17557:9;17553:18;17535:37;:::i;:::-;17525:47;;17591:38;17624:3;17613:9;17609:19;17591:38;:::i;:::-;17581:48;;17682:3;17671:9;17667:19;17654:33;17638:49;;17712:2;17702:8;17699:16;17696:36;;;17728:1;17725;17718:12;17892:264;17968:6;18021:2;18009:9;18000:7;17996:23;17992:32;17989:52;;;18037:1;18034;18027:12;17989:52;18076:9;18063:23;18095:31;18120:5;18095:31;:::i;19050:184::-;-1:-1:-1;;;19099:1:214;19092:88;19199:4;19196:1;19189:15;19223:4;19220:1;19213:15;19758:339;19935:2;19924:9;19917:21;19898:4;19955:44;19995:2;19984:9;19980:18;19972:6;19955:44;:::i;:::-;19947:52;;-1:-1:-1;;;;;20039:6:214;20035:55;20030:2;20019:9;20015:18;20008:83;19758:339;;;;;:::o;20102:175::-;20139:3;20183:4;20176:5;20172:16;20212:4;20203:7;20200:17;20197:43;;20220:18;;:::i;:::-;20269:1;20256:15;;20102:175;-1:-1:-1;;20102:175:214:o;20282:439::-;-1:-1:-1;;;;;20520:6:214;20516:55;20505:9;20498:74;20608:6;20603:2;20592:9;20588:18;20581:34;20651:2;20646;20635:9;20631:18;20624:30;20479:4;20671:44;20711:2;20700:9;20696:18;20688:6;20671:44;:::i;20726:151::-;20816:4;20809:12;;;20795;;;20791:31;;20834:14;;20831:40;;;20851:18;;:::i;21135:128::-;21202:9;;;21223:11;;;21220:37;;;21237:18;;:::i;21268:277::-;21335:6;21388:2;21376:9;21367:7;21363:23;21359:32;21356:52;;;21404:1;21401;21394:12;21356:52;21436:9;21430:16;21489:5;21482:13;21475:21;21468:5;21465:32;21455:60;;21511:1;21508;21501:12;21550:439;21603:3;21641:5;21635:12;21668:6;21663:3;21656:19;21694:4;21723;21718:3;21714:14;21707:21;;21762:4;21755:5;21751:16;21785:1;21795:169;21809:6;21806:1;21803:13;21795:169;;;21870:13;;21858:26;;21904:12;;;;21939:15;;;;21831:1;21824:9;21795:169;;;-1:-1:-1;21980:3:214;;21550:439;-1:-1:-1;;;;;21550:439:214:o;21994:511::-;22245:2;22234:9;22227:21;22208:4;22271:56;22323:2;22312:9;22308:18;22300:6;22271:56;:::i;:::-;22375:14;22367:6;22363:27;22358:2;22347:9;22343:18;22336:55;22439:9;22431:6;22427:22;22422:2;22411:9;22407:18;22400:50;22467:32;22492:6;22484;22467:32;:::i;22510:615::-;22820:6;22809:9;22802:25;22863:3;22858:2;22847:9;22843:18;22836:31;22783:4;22890:57;22942:3;22931:9;22927:19;22919:6;22890:57;:::i;:::-;22995:14;22987:6;22983:27;22978:2;22967:9;22963:18;22956:55;23059:9;23051:6;23047:22;23042:2;23031:9;23027:18;23020:50;23087:32;23112:6;23104;23087:32;:::i;23130:925::-;23579:66;23571:6;23567:79;23562:3;23555:92;23537:3;23666;23698:2;23694:1;23689:3;23685:11;23678:23;23730:6;23724:13;23746:74;23813:6;23809:1;23804:3;23800:11;23793:4;23785:6;23781:17;23746:74;:::i;:::-;23848:6;23843:3;23839:16;23829:26;;23883:2;23879:1;23875:2;23871:10;23864:22;23917:6;23911:13;23895:29;;23933:75;23999:8;23995:1;23991:2;23987:10;23980:4;23972:6;23968:17;23933:75;:::i;:::-;24028:17;24047:1;24024:25;;23130:925;-1:-1:-1;;;;;23130:925:214:o;24547:321::-;24755:6;24744:9;24737:25;24798:2;24793;24782:9;24778:18;24771:30;24718:4;24818:44;24858:2;24847:9;24843:18;24835:6;24818:44;:::i;24873:639::-;25123:6;25118:3;25111:19;25093:3;25149:2;25182;25177:3;25173:12;25214:6;25208:13;25279:2;25271:6;25267:15;25300:1;25310:175;25324:6;25321:1;25318:13;25310:175;;;25387:13;;25373:28;;25423:14;;;;25460:15;;;;25346:1;25339:9;25310:175;;;-1:-1:-1;25501:5:214;;24873:639;-1:-1:-1;;;;;;;24873:639:214:o;25517:184::-;-1:-1:-1;;;25566:1:214;25559:88;25666:4;25663:1;25656:15;25690:4;25687:1;25680:15;25706:168;25779:9;;;25810;;25827:15;;;25821:22;;25807:37;25797:71;;25848:18;;:::i;25879:463::-;26125:66;26117:6;26113:79;26102:9;26095:98;26229:6;26224:2;26213:9;26209:18;26202:34;26272:2;26267;26256:9;26252:18;26245:30;26076:4;26292:44;26332:2;26321:9;26317:18;26309:6;26292:44;:::i;26347:174::-;26414:12;26446:10;;;26458;;;26442:27;;26481:11;;;26478:37;;;26495:18;;:::i;:::-;26478:37;26347:174;;;;:::o;27173:898::-;27595:6;27584:9;27577:25;27638:3;27633:2;27622:9;27618:18;27611:31;27558:4;27665:57;27717:3;27706:9;27702:19;27694:6;27665:57;:::i;:::-;27770:4;27758:17;;27753:2;27738:18;;27731:45;27795:12;27843:15;;;27838:2;27823:18;;27816:43;27896:15;;27890:3;27875:19;;27868:44;27943:3;27928:19;;27921:35;;;27993:22;;;27987:3;27972:19;;27965:51;28033:32;27997:6;28050;28033:32;:::i;:::-;28025:40;27173:898;-1:-1:-1;;;;;;;;;;27173:898:214:o;28076:786::-;28439:3;28428:9;28421:22;28402:4;28466:57;28518:3;28507:9;28503:19;28495:6;28466:57;:::i;:::-;28571:4;28563:6;28559:17;28554:2;28543:9;28539:18;28532:45;28625:14;28617:6;28613:27;28608:2;28597:9;28593:18;28586:55;28689:12;28681:6;28677:25;28672:2;28661:9;28657:18;28650:53;28740:6;28734:3;28723:9;28719:19;28712:35;28796:9;28788:6;28784:22;28778:3;28767:9;28763:19;28756:51;28824:32;28849:6;28841;28824:32;:::i;28867:688::-;29200:3;29189:9;29182:22;29163:4;29227:57;29279:3;29268:9;29264:19;29256:6;29227:57;:::i;:::-;29332:9;29324:6;29320:22;29315:2;29304:9;29300:18;29293:50;29366:32;29391:6;29383;29366:32;:::i;:::-;29352:46;;29434:6;29429:2;29418:9;29414:18;29407:34;29489:9;29481:6;29477:22;29472:2;29461:9;29457:18;29450:50;29517:32;29542:6;29534;29517:32;:::i;29560:895::-;30012:6;30001:9;29994:25;30055:3;30050:2;30039:9;30035:18;30028:31;29975:4;30082:57;30134:3;30123:9;30119:19;30111:6;30082:57;:::i;:::-;30187:9;30179:6;30175:22;30170:2;30159:9;30155:18;30148:50;30221:32;30246:6;30238;30221:32;:::i;:::-;30207:46;;30289:6;30284:2;30273:9;30269:18;30262:34;30345:9;30337:6;30333:22;30327:3;30316:9;30312:19;30305:51;30373:32;30398:6;30390;30373:32;:::i;:::-;30365:40;;;30442:6;30436:3;30425:9;30421:19;30414:35;29560:895;;;;;;;;;:::o;30743:261::-;30922:2;30911:9;30904:21;30885:4;30942:56;30994:2;30983:9;30979:18;30971:6;30942:56;:::i;31009:466::-;31307:6;31296:9;31289:25;31350:2;31345;31334:9;31330:18;31323:30;31270:4;31370:56;31422:2;31411:9;31407:18;31399:6;31370:56;:::i;:::-;31362:64;;31462:6;31457:2;31446:9;31442:18;31435:34;31009:466;;;;;;:::o;32319:546::-;32641:6;32630:9;32623:25;32684:3;32679:2;32668:9;32664:18;32657:31;32604:4;32705:57;32757:3;32746:9;32742:19;32734:6;32705:57;:::i;:::-;32810:4;32798:17;;;;32793:2;32778:18;;32771:45;-1:-1:-1;32847:2:214;32832:18;32825:34;32697:65;32319:546;-1:-1:-1;;32319:546:214:o;32870:184::-;32940:6;32993:2;32981:9;32972:7;32968:23;32964:32;32961:52;;;33009:1;33006;32999:12;32961:52;-1:-1:-1;33032:16:214;;32870:184;-1:-1:-1;32870:184:214:o;33059:707::-;33427:6;33416:9;33409:25;33470:3;33465:2;33454:9;33450:18;33443:31;33390:4;33497:57;33549:3;33538:9;33534:19;33526:6;33497:57;:::i;:::-;33602:4;33594:6;33590:17;33585:2;33574:9;33570:18;33563:45;33656:9;33648:6;33644:22;33639:2;33628:9;33624:18;33617:50;33684:32;33709:6;33701;33684:32;:::i;:::-;33676:40;;;33753:6;33747:3;33736:9;33732:19;33725:35;33059:707;;;;;;;;:::o;33771:359::-;33974:2;33963:9;33956:21;33937:4;33994:44;34034:2;34023:9;34019:18;34011:6;33994:44;:::i;:::-;34069:2;34054:18;;34047:34;;;;-1:-1:-1;34112:2:214;34097:18;34090:34;33986:52;33771:359;-1:-1:-1;33771:359:214:o;34135:287::-;34264:3;34302:6;34296:13;34318:66;34377:6;34372:3;34365:4;34357:6;34353:17;34318:66;:::i;:::-;34400:16;;;;;34135:287;-1:-1:-1;;34135:287:214:o;34427:274::-;34467:1;34493;34483:189;;-1:-1:-1;;;34525:1:214;34518:88;34629:4;34626:1;34619:15;34657:4;34654:1;34647:15;34483:189;-1:-1:-1;34686:9:214;;34427:274::o;34706:530::-;34891:3;34929:6;34923:13;34945:66;35004:6;34999:3;34992:4;34984:6;34980:17;34945:66;:::i;:::-;35080:2;35076:15;;;;35093:66;35072:88;35033:16;;;;35058:103;;;35188:2;35177:14;;35170:30;;;;35227:2;35216:14;;34706:530;-1:-1:-1;;34706:530:214:o","linkReferences":{},"immutableReferences":{"23524":[{"start":879,"length":32},{"start":4776,"length":32}]}},"methodIdentifiers":{"call(bytes32,bytes)":"3ae7af08","callFrom(address,bytes32,bytes)":"894ecc58","creator()":"02d05d3f","deleteRecord(bytes32,bytes32[])":"505a181d","getDynamicField(bytes32,bytes32[],uint8)":"1e788977","getDynamicFieldLength(bytes32,bytes32[],uint8)":"dbbf0e21","getDynamicFieldSlice(bytes32,bytes32[],uint8,uint256,uint256)":"4dc77d97","getField(bytes32,bytes32[],uint8)":"d03edb8c","getField(bytes32,bytes32[],uint8,bytes32)":"05242d2f","getFieldLayout(bytes32)":"3a77c2c2","getFieldLength(bytes32,bytes32[],uint8)":"a53417ed","getFieldLength(bytes32,bytes32[],uint8,bytes32)":"9f1fcf0a","getKeySchema(bytes32)":"d4285dc2","getRecord(bytes32,bytes32[])":"cc49db7e","getRecord(bytes32,bytes32[],bytes32)":"419b58fd","getStaticField(bytes32,bytes32[],uint8,bytes32)":"8c364d59","getValueSchema(bytes32)":"e228a4a3","initialize(address)":"c4d66de8","installRootModule(address,bytes)":"af068c9e","popFromDynamicField(bytes32,bytes32[],uint8,uint256)":"d9c03a04","pushToDynamicField(bytes32,bytes32[],uint8,bytes)":"150f3262","setDynamicField(bytes32,bytes32[],uint8,bytes)":"ef6ea862","setField(bytes32,bytes32[],uint8,bytes)":"114a7266","setField(bytes32,bytes32[],uint8,bytes,bytes32)":"3708196e","setRecord(bytes32,bytes32[],bytes,bytes32,bytes)":"298314fb","setStaticField(bytes32,bytes32[],uint8,bytes,bytes32)":"390baae0","spliceDynamicData(bytes32,bytes32[],uint8,uint40,uint40,bytes)":"c0a2895a","spliceStaticData(bytes32,bytes32[],uint48,bytes)":"b047c1eb","storeVersion()":"c1122229","worldVersion()":"6951955d"},"rawMetadata":"{\"compiler\":{\"version\":\"0.8.24+commit.e11b9ed9\"},\"language\":\"Solidity\",\"output\":{\"abi\":[{\"inputs\":[],\"stateMutability\":\"nonpayable\",\"type\":\"constructor\"},{\"inputs\":[],\"name\":\"Module_AlreadyInstalled\",\"type\":\"error\"},{\"inputs\":[{\"internalType\":\"address\",\"name\":\"dependency\",\"type\":\"address\"}],\"name\":\"Module_MissingDependency\",\"type\":\"error\"},{\"inputs\":[],\"name\":\"Module_NonRootInstallNotSupported\",\"type\":\"error\"},{\"inputs\":[],\"name\":\"Module_RootInstallNotSupported\",\"type\":\"error\"},{\"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\":\"uint256\",\"name\":\"start\",\"type\":\"uint256\"},{\"internalType\":\"uint256\",\"name\":\"end\",\"type\":\"uint256\"}],\"name\":\"Store_InvalidBounds\",\"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\":\"ResourceId\",\"name\":\"tableId\",\"type\":\"bytes32\"},{\"internalType\":\"string\",\"name\":\"tableIdString\",\"type\":\"string\"}],\"name\":\"Store_TableNotFound\",\"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\":\"bytes32\",\"name\":\"storeVersion\",\"type\":\"bytes32\"}],\"name\":\"HelloStore\",\"type\":\"event\"},{\"anonymous\":false,\"inputs\":[{\"indexed\":true,\"internalType\":\"bytes32\",\"name\":\"worldVersion\",\"type\":\"bytes32\"}],\"name\":\"HelloWorld\",\"type\":\"event\"},{\"anonymous\":false,\"inputs\":[{\"indexed\":true,\"internalType\":\"ResourceId\",\"name\":\"tableId\",\"type\":\"bytes32\"},{\"indexed\":false,\"internalType\":\"bytes32[]\",\"name\":\"keyTuple\",\"type\":\"bytes32[]\"}],\"name\":\"Store_DeleteRecord\",\"type\":\"event\"},{\"anonymous\":false,\"inputs\":[{\"indexed\":true,\"internalType\":\"ResourceId\",\"name\":\"tableId\",\"type\":\"bytes32\"},{\"indexed\":false,\"internalType\":\"bytes32[]\",\"name\":\"keyTuple\",\"type\":\"bytes32[]\"},{\"indexed\":false,\"internalType\":\"bytes\",\"name\":\"staticData\",\"type\":\"bytes\"},{\"indexed\":false,\"internalType\":\"PackedCounter\",\"name\":\"encodedLengths\",\"type\":\"bytes32\"},{\"indexed\":false,\"internalType\":\"bytes\",\"name\":\"dynamicData\",\"type\":\"bytes\"}],\"name\":\"Store_SetRecord\",\"type\":\"event\"},{\"anonymous\":false,\"inputs\":[{\"indexed\":true,\"internalType\":\"ResourceId\",\"name\":\"tableId\",\"type\":\"bytes32\"},{\"indexed\":false,\"internalType\":\"bytes32[]\",\"name\":\"keyTuple\",\"type\":\"bytes32[]\"},{\"indexed\":false,\"internalType\":\"uint8\",\"name\":\"dynamicFieldIndex\",\"type\":\"uint8\"},{\"indexed\":false,\"internalType\":\"uint48\",\"name\":\"start\",\"type\":\"uint48\"},{\"indexed\":false,\"internalType\":\"uint40\",\"name\":\"deleteCount\",\"type\":\"uint40\"},{\"indexed\":false,\"internalType\":\"PackedCounter\",\"name\":\"encodedLengths\",\"type\":\"bytes32\"},{\"indexed\":false,\"internalType\":\"bytes\",\"name\":\"data\",\"type\":\"bytes\"}],\"name\":\"Store_SpliceDynamicData\",\"type\":\"event\"},{\"anonymous\":false,\"inputs\":[{\"indexed\":true,\"internalType\":\"ResourceId\",\"name\":\"tableId\",\"type\":\"bytes32\"},{\"indexed\":false,\"internalType\":\"bytes32[]\",\"name\":\"keyTuple\",\"type\":\"bytes32[]\"},{\"indexed\":false,\"internalType\":\"uint48\",\"name\":\"start\",\"type\":\"uint48\"},{\"indexed\":false,\"internalType\":\"bytes\",\"name\":\"data\",\"type\":\"bytes\"}],\"name\":\"Store_SpliceStaticData\",\"type\":\"event\"},{\"stateMutability\":\"payable\",\"type\":\"fallback\"},{\"inputs\":[{\"internalType\":\"ResourceId\",\"name\":\"systemId\",\"type\":\"bytes32\"},{\"internalType\":\"bytes\",\"name\":\"callData\",\"type\":\"bytes\"}],\"name\":\"call\",\"outputs\":[{\"internalType\":\"bytes\",\"name\":\"\",\"type\":\"bytes\"}],\"stateMutability\":\"payable\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"address\",\"name\":\"delegator\",\"type\":\"address\"},{\"internalType\":\"ResourceId\",\"name\":\"systemId\",\"type\":\"bytes32\"},{\"internalType\":\"bytes\",\"name\":\"callData\",\"type\":\"bytes\"}],\"name\":\"callFrom\",\"outputs\":[{\"internalType\":\"bytes\",\"name\":\"\",\"type\":\"bytes\"}],\"stateMutability\":\"payable\",\"type\":\"function\"},{\"inputs\":[],\"name\":\"creator\",\"outputs\":[{\"internalType\":\"address\",\"name\":\"\",\"type\":\"address\"}],\"stateMutability\":\"view\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"ResourceId\",\"name\":\"tableId\",\"type\":\"bytes32\"},{\"internalType\":\"bytes32[]\",\"name\":\"keyTuple\",\"type\":\"bytes32[]\"}],\"name\":\"deleteRecord\",\"outputs\":[],\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"ResourceId\",\"name\":\"tableId\",\"type\":\"bytes32\"},{\"internalType\":\"bytes32[]\",\"name\":\"keyTuple\",\"type\":\"bytes32[]\"},{\"internalType\":\"uint8\",\"name\":\"dynamicFieldIndex\",\"type\":\"uint8\"}],\"name\":\"getDynamicField\",\"outputs\":[{\"internalType\":\"bytes\",\"name\":\"data\",\"type\":\"bytes\"}],\"stateMutability\":\"view\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"ResourceId\",\"name\":\"tableId\",\"type\":\"bytes32\"},{\"internalType\":\"bytes32[]\",\"name\":\"keyTuple\",\"type\":\"bytes32[]\"},{\"internalType\":\"uint8\",\"name\":\"dynamicFieldIndex\",\"type\":\"uint8\"}],\"name\":\"getDynamicFieldLength\",\"outputs\":[{\"internalType\":\"uint256\",\"name\":\"\",\"type\":\"uint256\"}],\"stateMutability\":\"view\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"ResourceId\",\"name\":\"tableId\",\"type\":\"bytes32\"},{\"internalType\":\"bytes32[]\",\"name\":\"keyTuple\",\"type\":\"bytes32[]\"},{\"internalType\":\"uint8\",\"name\":\"dynamicFieldIndex\",\"type\":\"uint8\"},{\"internalType\":\"uint256\",\"name\":\"start\",\"type\":\"uint256\"},{\"internalType\":\"uint256\",\"name\":\"end\",\"type\":\"uint256\"}],\"name\":\"getDynamicFieldSlice\",\"outputs\":[{\"internalType\":\"bytes\",\"name\":\"\",\"type\":\"bytes\"}],\"stateMutability\":\"view\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"ResourceId\",\"name\":\"tableId\",\"type\":\"bytes32\"},{\"internalType\":\"bytes32[]\",\"name\":\"keyTuple\",\"type\":\"bytes32[]\"},{\"internalType\":\"uint8\",\"name\":\"fieldIndex\",\"type\":\"uint8\"},{\"internalType\":\"FieldLayout\",\"name\":\"fieldLayout\",\"type\":\"bytes32\"}],\"name\":\"getField\",\"outputs\":[{\"internalType\":\"bytes\",\"name\":\"data\",\"type\":\"bytes\"}],\"stateMutability\":\"view\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"ResourceId\",\"name\":\"tableId\",\"type\":\"bytes32\"},{\"internalType\":\"bytes32[]\",\"name\":\"keyTuple\",\"type\":\"bytes32[]\"},{\"internalType\":\"uint8\",\"name\":\"fieldIndex\",\"type\":\"uint8\"}],\"name\":\"getField\",\"outputs\":[{\"internalType\":\"bytes\",\"name\":\"data\",\"type\":\"bytes\"}],\"stateMutability\":\"view\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"ResourceId\",\"name\":\"tableId\",\"type\":\"bytes32\"}],\"name\":\"getFieldLayout\",\"outputs\":[{\"internalType\":\"FieldLayout\",\"name\":\"fieldLayout\",\"type\":\"bytes32\"}],\"stateMutability\":\"view\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"ResourceId\",\"name\":\"tableId\",\"type\":\"bytes32\"},{\"internalType\":\"bytes32[]\",\"name\":\"keyTuple\",\"type\":\"bytes32[]\"},{\"internalType\":\"uint8\",\"name\":\"fieldIndex\",\"type\":\"uint8\"},{\"internalType\":\"FieldLayout\",\"name\":\"fieldLayout\",\"type\":\"bytes32\"}],\"name\":\"getFieldLength\",\"outputs\":[{\"internalType\":\"uint256\",\"name\":\"\",\"type\":\"uint256\"}],\"stateMutability\":\"view\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"ResourceId\",\"name\":\"tableId\",\"type\":\"bytes32\"},{\"internalType\":\"bytes32[]\",\"name\":\"keyTuple\",\"type\":\"bytes32[]\"},{\"internalType\":\"uint8\",\"name\":\"fieldIndex\",\"type\":\"uint8\"}],\"name\":\"getFieldLength\",\"outputs\":[{\"internalType\":\"uint256\",\"name\":\"\",\"type\":\"uint256\"}],\"stateMutability\":\"view\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"ResourceId\",\"name\":\"tableId\",\"type\":\"bytes32\"}],\"name\":\"getKeySchema\",\"outputs\":[{\"internalType\":\"Schema\",\"name\":\"keySchema\",\"type\":\"bytes32\"}],\"stateMutability\":\"view\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"ResourceId\",\"name\":\"tableId\",\"type\":\"bytes32\"},{\"internalType\":\"bytes32[]\",\"name\":\"keyTuple\",\"type\":\"bytes32[]\"},{\"internalType\":\"FieldLayout\",\"name\":\"fieldLayout\",\"type\":\"bytes32\"}],\"name\":\"getRecord\",\"outputs\":[{\"internalType\":\"bytes\",\"name\":\"staticData\",\"type\":\"bytes\"},{\"internalType\":\"PackedCounter\",\"name\":\"encodedLengths\",\"type\":\"bytes32\"},{\"internalType\":\"bytes\",\"name\":\"dynamicData\",\"type\":\"bytes\"}],\"stateMutability\":\"view\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"ResourceId\",\"name\":\"tableId\",\"type\":\"bytes32\"},{\"internalType\":\"bytes32[]\",\"name\":\"keyTuple\",\"type\":\"bytes32[]\"}],\"name\":\"getRecord\",\"outputs\":[{\"internalType\":\"bytes\",\"name\":\"staticData\",\"type\":\"bytes\"},{\"internalType\":\"PackedCounter\",\"name\":\"encodedLengths\",\"type\":\"bytes32\"},{\"internalType\":\"bytes\",\"name\":\"dynamicData\",\"type\":\"bytes\"}],\"stateMutability\":\"view\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"ResourceId\",\"name\":\"tableId\",\"type\":\"bytes32\"},{\"internalType\":\"bytes32[]\",\"name\":\"keyTuple\",\"type\":\"bytes32[]\"},{\"internalType\":\"uint8\",\"name\":\"fieldIndex\",\"type\":\"uint8\"},{\"internalType\":\"FieldLayout\",\"name\":\"fieldLayout\",\"type\":\"bytes32\"}],\"name\":\"getStaticField\",\"outputs\":[{\"internalType\":\"bytes32\",\"name\":\"data\",\"type\":\"bytes32\"}],\"stateMutability\":\"view\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"ResourceId\",\"name\":\"tableId\",\"type\":\"bytes32\"}],\"name\":\"getValueSchema\",\"outputs\":[{\"internalType\":\"Schema\",\"name\":\"valueSchema\",\"type\":\"bytes32\"}],\"stateMutability\":\"view\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"contract IModule\",\"name\":\"initModule\",\"type\":\"address\"}],\"name\":\"initialize\",\"outputs\":[],\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"contract IModule\",\"name\":\"module\",\"type\":\"address\"},{\"internalType\":\"bytes\",\"name\":\"encodedArgs\",\"type\":\"bytes\"}],\"name\":\"installRootModule\",\"outputs\":[],\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"ResourceId\",\"name\":\"tableId\",\"type\":\"bytes32\"},{\"internalType\":\"bytes32[]\",\"name\":\"keyTuple\",\"type\":\"bytes32[]\"},{\"internalType\":\"uint8\",\"name\":\"dynamicFieldIndex\",\"type\":\"uint8\"},{\"internalType\":\"uint256\",\"name\":\"byteLengthToPop\",\"type\":\"uint256\"}],\"name\":\"popFromDynamicField\",\"outputs\":[],\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"ResourceId\",\"name\":\"tableId\",\"type\":\"bytes32\"},{\"internalType\":\"bytes32[]\",\"name\":\"keyTuple\",\"type\":\"bytes32[]\"},{\"internalType\":\"uint8\",\"name\":\"dynamicFieldIndex\",\"type\":\"uint8\"},{\"internalType\":\"bytes\",\"name\":\"dataToPush\",\"type\":\"bytes\"}],\"name\":\"pushToDynamicField\",\"outputs\":[],\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"ResourceId\",\"name\":\"tableId\",\"type\":\"bytes32\"},{\"internalType\":\"bytes32[]\",\"name\":\"keyTuple\",\"type\":\"bytes32[]\"},{\"internalType\":\"uint8\",\"name\":\"dynamicFieldIndex\",\"type\":\"uint8\"},{\"internalType\":\"bytes\",\"name\":\"data\",\"type\":\"bytes\"}],\"name\":\"setDynamicField\",\"outputs\":[],\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"ResourceId\",\"name\":\"tableId\",\"type\":\"bytes32\"},{\"internalType\":\"bytes32[]\",\"name\":\"keyTuple\",\"type\":\"bytes32[]\"},{\"internalType\":\"uint8\",\"name\":\"fieldIndex\",\"type\":\"uint8\"},{\"internalType\":\"bytes\",\"name\":\"data\",\"type\":\"bytes\"}],\"name\":\"setField\",\"outputs\":[],\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"ResourceId\",\"name\":\"tableId\",\"type\":\"bytes32\"},{\"internalType\":\"bytes32[]\",\"name\":\"keyTuple\",\"type\":\"bytes32[]\"},{\"internalType\":\"uint8\",\"name\":\"fieldIndex\",\"type\":\"uint8\"},{\"internalType\":\"bytes\",\"name\":\"data\",\"type\":\"bytes\"},{\"internalType\":\"FieldLayout\",\"name\":\"fieldLayout\",\"type\":\"bytes32\"}],\"name\":\"setField\",\"outputs\":[],\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"ResourceId\",\"name\":\"tableId\",\"type\":\"bytes32\"},{\"internalType\":\"bytes32[]\",\"name\":\"keyTuple\",\"type\":\"bytes32[]\"},{\"internalType\":\"bytes\",\"name\":\"staticData\",\"type\":\"bytes\"},{\"internalType\":\"PackedCounter\",\"name\":\"encodedLengths\",\"type\":\"bytes32\"},{\"internalType\":\"bytes\",\"name\":\"dynamicData\",\"type\":\"bytes\"}],\"name\":\"setRecord\",\"outputs\":[],\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"ResourceId\",\"name\":\"tableId\",\"type\":\"bytes32\"},{\"internalType\":\"bytes32[]\",\"name\":\"keyTuple\",\"type\":\"bytes32[]\"},{\"internalType\":\"uint8\",\"name\":\"fieldIndex\",\"type\":\"uint8\"},{\"internalType\":\"bytes\",\"name\":\"data\",\"type\":\"bytes\"},{\"internalType\":\"FieldLayout\",\"name\":\"fieldLayout\",\"type\":\"bytes32\"}],\"name\":\"setStaticField\",\"outputs\":[],\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"ResourceId\",\"name\":\"tableId\",\"type\":\"bytes32\"},{\"internalType\":\"bytes32[]\",\"name\":\"keyTuple\",\"type\":\"bytes32[]\"},{\"internalType\":\"uint8\",\"name\":\"dynamicFieldIndex\",\"type\":\"uint8\"},{\"internalType\":\"uint40\",\"name\":\"startWithinField\",\"type\":\"uint40\"},{\"internalType\":\"uint40\",\"name\":\"deleteCount\",\"type\":\"uint40\"},{\"internalType\":\"bytes\",\"name\":\"data\",\"type\":\"bytes\"}],\"name\":\"spliceDynamicData\",\"outputs\":[],\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"ResourceId\",\"name\":\"tableId\",\"type\":\"bytes32\"},{\"internalType\":\"bytes32[]\",\"name\":\"keyTuple\",\"type\":\"bytes32[]\"},{\"internalType\":\"uint48\",\"name\":\"start\",\"type\":\"uint48\"},{\"internalType\":\"bytes\",\"name\":\"data\",\"type\":\"bytes\"}],\"name\":\"spliceStaticData\",\"outputs\":[],\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"inputs\":[],\"name\":\"storeVersion\",\"outputs\":[{\"internalType\":\"bytes32\",\"name\":\"\",\"type\":\"bytes32\"}],\"stateMutability\":\"pure\",\"type\":\"function\"},{\"inputs\":[],\"name\":\"worldVersion\",\"outputs\":[{\"internalType\":\"bytes32\",\"name\":\"\",\"type\":\"bytes32\"}],\"stateMutability\":\"pure\",\"type\":\"function\"},{\"stateMutability\":\"payable\",\"type\":\"receive\"}],\"devdoc\":{\"author\":\"MUD (https://mud.dev) by Lattice (https://lattice.xyz)\",\"details\":\"This contract is the core \\\"World\\\" contract containing various methods for data manipulation, system calls, and dynamic function selector handling.\",\"errors\":{\"Module_MissingDependency(address)\":[{\"params\":{\"dependency\":\"The address of the dependency.\"}}],\"PackedCounter_InvalidLength(uint256)\":[{\"params\":{\"length\":\"The length of the packed coutner.\"}}],\"Slice_OutOfBounds(bytes,uint256,uint256)\":[{\"details\":\"Raised if `start` is greater than `end` or `end` greater than the length of `data`.\",\"params\":{\"data\":\"The bytes array to subslice.\",\"end\":\"The end index for the subslice.\",\"start\":\"The start index for the subslice.\"}}],\"Store_IndexOutOfBounds(uint256,uint256)\":[{\"details\":\"Raised if the start index is larger than the previous length of the field.\",\"params\":{\"accessedIndex\":\"FIXME\",\"length\":\"FIXME\"}}],\"Store_InvalidBounds(uint256,uint256)\":[{\"params\":{\"end\":\"The end index within the dynamic field for the slice operation (exclusive).\",\"start\":\"The start index within the dynamic field for the slice operation (inclusive).\"}}],\"Store_InvalidResourceType(bytes2,bytes32,string)\":[{\"params\":{\"expected\":\"The expected resource type.\",\"resourceId\":\"The resource ID.\",\"resourceIdString\":\"The stringified resource ID (for easier debugging).\"}}],\"Store_InvalidSplice(uint40,uint40,uint40)\":[{\"details\":\"Raised if the splice total length of the field is changed but the splice is not at the end of the field.\",\"params\":{\"deleteCount\":\"The number of bytes to delete in the splice operation.\",\"fieldLength\":\"The field length for the splice operation.\",\"startWithinField\":\"The start index within the field for the splice operation.\"}}],\"Store_TableNotFound(bytes32,string)\":[{\"params\":{\"tableId\":\"The ID of the table.\",\"tableIdString\":\"The stringified ID of the table (for easier debugging if cleartext tableIds are used).\"}}],\"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\":{\"HelloStore(bytes32)\":{\"params\":{\"storeVersion\":\"The version of the Store contract.\"}},\"HelloWorld(bytes32)\":{\"details\":\"Emitted upon successful World initialization.\",\"params\":{\"worldVersion\":\"The version of the World being initialized.\"}},\"Store_DeleteRecord(bytes32,bytes32[])\":{\"params\":{\"keyTuple\":\"An array representing the composite key for the record.\",\"tableId\":\"The ID of the table where the record is deleted.\"}},\"Store_SetRecord(bytes32,bytes32[],bytes,bytes32,bytes)\":{\"params\":{\"dynamicData\":\"The dynamic data of the record.\",\"encodedLengths\":\"The encoded lengths of the dynamic data of the record.\",\"keyTuple\":\"An array representing the composite key for the record.\",\"staticData\":\"The static data of the record.\",\"tableId\":\"The ID of the table where the record is set.\"}},\"Store_SpliceDynamicData(bytes32,bytes32[],uint8,uint48,uint40,bytes32,bytes)\":{\"params\":{\"data\":\"The data to insert into the dynamic data of the record at the start byte.\",\"deleteCount\":\"The number of bytes to delete in the splice operation.\",\"dynamicFieldIndex\":\"The index of the dynamic field to splice data, relative to the start of the dynamic fields. (Dynamic field index = field index - number of static fields)\",\"encodedLengths\":\"The encoded lengths of the dynamic data of the record.\",\"keyTuple\":\"An array representing the composite key for the record.\",\"start\":\"The start position in bytes for the splice operation.\",\"tableId\":\"The ID of the table where the data is spliced.\"}},\"Store_SpliceStaticData(bytes32,bytes32[],uint48,bytes)\":{\"details\":\"In static data, data is always overwritten starting at the start position, so the total length of the data remains the same and no data is shifted.\",\"params\":{\"data\":\"The data to write to the static data of the record at the start byte.\",\"keyTuple\":\"An array representing the key for the record.\",\"start\":\"The start position in bytes for the splice operation.\",\"tableId\":\"The ID of the table where the data is spliced.\"}}},\"kind\":\"dev\",\"methods\":{\"call(bytes32,bytes)\":{\"details\":\"If system is private, caller must have appropriate access.\",\"params\":{\"callData\":\"The data for the system call.\",\"systemId\":\"The ID of the system to be called.\"},\"returns\":{\"_0\":\"Return data from the system call.\"}},\"callFrom(address,bytes32,bytes)\":{\"details\":\"If system is private, caller must have appropriate access.\",\"params\":{\"callData\":\"The ABI data for the system call.\",\"delegator\":\"The address on whose behalf the system is called.\",\"systemId\":\"The ID of the system to be called.\"},\"returns\":{\"_0\":\"Return data from the system call.\"}},\"constructor\":{\"details\":\"Event emitted when the World contract is created.\"},\"deleteRecord(bytes32,bytes32[])\":{\"details\":\"Requires the caller to have access to the table's namespace or name.\",\"params\":{\"keyTuple\":\"Array of keys identifying the record to delete.\",\"tableId\":\"The unique identifier for the table.\"}},\"getDynamicField(bytes32,bytes32[],uint8)\":{\"params\":{\"dynamicFieldIndex\":\"Index of the dynamic field to retrieve.\",\"keyTuple\":\"The tuple used as a key to fetch the dynamic field.\",\"tableId\":\"The ID of the table.\"},\"returns\":{\"data\":\"The dynamic data of the specified field.\"}},\"getDynamicFieldLength(bytes32,bytes32[],uint8)\":{\"params\":{\"dynamicFieldIndex\":\"Index of the dynamic field to measure.\",\"keyTuple\":\"The tuple used as a key.\",\"tableId\":\"The ID of the table.\"},\"returns\":{\"_0\":\"The length of the specified dynamic field.\"}},\"getDynamicFieldSlice(bytes32,bytes32[],uint8,uint256,uint256)\":{\"params\":{\"dynamicFieldIndex\":\"Index of the dynamic field to slice.\",\"end\":\"The ending position of the slice.\",\"keyTuple\":\"The tuple used as a key to fetch the dynamic field slice.\",\"start\":\"The starting position of the slice.\",\"tableId\":\"The ID of the table.\"},\"returns\":{\"_0\":\"The sliced data from the specified dynamic field.\"}},\"getField(bytes32,bytes32[],uint8)\":{\"details\":\"This overload loads the FieldLayout from storage. If the table's FieldLayout is known to the caller, it should be passed in to the other overload to avoid the storage read.\",\"params\":{\"fieldIndex\":\"Index of the field to retrieve.\",\"keyTuple\":\"The tuple used as a key to fetch the field.\",\"tableId\":\"The ID of the table.\"},\"returns\":{\"data\":\"The data of the specified field.\"}},\"getField(bytes32,bytes32[],uint8,bytes32)\":{\"params\":{\"fieldIndex\":\"Index of the field to retrieve.\",\"fieldLayout\":\"The layout of fields for the retrieval.\",\"keyTuple\":\"The tuple used as a key to fetch the field.\",\"tableId\":\"The ID of the table.\"},\"returns\":{\"data\":\"The data of the specified field.\"}},\"getFieldLayout(bytes32)\":{\"params\":{\"tableId\":\"The ID of the table for which to retrieve the field layout.\"},\"returns\":{\"fieldLayout\":\"The layout of fields in the specified table.\"}},\"getFieldLength(bytes32,bytes32[],uint8)\":{\"details\":\"This overload loads the FieldLayout from storage. If the table's FieldLayout is known to the caller, it should be passed in to the other overload to avoid the storage read.\",\"params\":{\"fieldIndex\":\"Index of the field to measure.\",\"keyTuple\":\"The tuple used as a key.\",\"tableId\":\"The ID of the table.\"},\"returns\":{\"_0\":\"The length of the specified field.\"}},\"getFieldLength(bytes32,bytes32[],uint8,bytes32)\":{\"params\":{\"fieldIndex\":\"Index of the field to measure.\",\"fieldLayout\":\"The layout of fields for measurement.\",\"keyTuple\":\"The tuple used as a key.\",\"tableId\":\"The ID of the table.\"},\"returns\":{\"_0\":\"The length of the specified field.\"}},\"getKeySchema(bytes32)\":{\"params\":{\"tableId\":\"The ID of the table.\"},\"returns\":{\"keySchema\":\"The schema for keys in the specified table.\"}},\"getRecord(bytes32,bytes32[])\":{\"params\":{\"keyTuple\":\"The tuple used as a key to fetch the record.\",\"tableId\":\"The ID of the table.\"},\"returns\":{\"dynamicData\":\"The dynamic data of the record.\",\"encodedLengths\":\"Encoded lengths of dynamic data.\",\"staticData\":\"The static data of the record.\"}},\"getRecord(bytes32,bytes32[],bytes32)\":{\"params\":{\"fieldLayout\":\"The layout of fields to retrieve.\",\"keyTuple\":\"The tuple used as a key to fetch the record.\",\"tableId\":\"The ID of the table.\"},\"returns\":{\"dynamicData\":\"The dynamic data of the record.\",\"encodedLengths\":\"Encoded lengths of dynamic data.\",\"staticData\":\"The static data of the record.\"}},\"getStaticField(bytes32,bytes32[],uint8,bytes32)\":{\"params\":{\"fieldIndex\":\"Index of the static field to retrieve.\",\"fieldLayout\":\"The layout of fields for the retrieval.\",\"keyTuple\":\"The tuple used as a key to fetch the static field.\",\"tableId\":\"The ID of the table.\"},\"returns\":{\"data\":\"The static data of the specified field.\"}},\"getValueSchema(bytes32)\":{\"params\":{\"tableId\":\"The ID of the table.\"},\"returns\":{\"valueSchema\":\"The schema for values in the specified table.\"}},\"initialize(address)\":{\"details\":\"Only the initial creator can initialize. This can be done only once.\",\"params\":{\"initModule\":\"The core module to initialize the World with.\"}},\"installRootModule(address,bytes)\":{\"details\":\"The caller must own the root namespace.\",\"params\":{\"encodedArgs\":\"The ABI encoded arguments for module installation.\",\"module\":\"The module to be installed.\"}},\"popFromDynamicField(bytes32,bytes32[],uint8,uint256)\":{\"params\":{\"byteLengthToPop\":\"The number of bytes to remove from the end of the dynamic field.\",\"dynamicFieldIndex\":\"Index of the dynamic field to remove data from.\",\"keyTuple\":\"Array of keys identifying the record.\",\"tableId\":\"The unique identifier for the table.\"}},\"pushToDynamicField(bytes32,bytes32[],uint8,bytes)\":{\"params\":{\"dataToPush\":\"Data to append to the specified dynamic field.\",\"dynamicFieldIndex\":\"Index of the dynamic field to append to.\",\"keyTuple\":\"Array of keys identifying the record.\",\"tableId\":\"The unique identifier for the table.\"}},\"setDynamicField(bytes32,bytes32[],uint8,bytes)\":{\"params\":{\"data\":\"Data to write into the specified dynamic field.\",\"dynamicFieldIndex\":\"Index of the dynamic field to modify.\",\"keyTuple\":\"Array of keys identifying the record.\",\"tableId\":\"The unique identifier for the table.\"}},\"setField(bytes32,bytes32[],uint8,bytes)\":{\"params\":{\"data\":\"Data to write into the specified field.\",\"fieldIndex\":\"Index of the field to modify.\",\"keyTuple\":\"Array of keys identifying the record.\",\"tableId\":\"The unique identifier for the table.\"}},\"setField(bytes32,bytes32[],uint8,bytes,bytes32)\":{\"params\":{\"data\":\"Data to write into the specified field.\",\"fieldIndex\":\"Index of the field to modify.\",\"fieldLayout\":\"The layout to adhere to when modifying the field.\",\"keyTuple\":\"Array of keys identifying the record.\",\"tableId\":\"The unique identifier for the table.\"}},\"setRecord(bytes32,bytes32[],bytes,bytes32,bytes)\":{\"details\":\"Requires the caller to have access to the table's namespace or name (encoded in the tableId).\",\"params\":{\"dynamicData\":\"Dynamic data (variable length fields) of the record.\",\"encodedLengths\":\"Encoded lengths of data.\",\"keyTuple\":\"Array of keys identifying the record.\",\"staticData\":\"Static data (fixed length fields) of the record.\",\"tableId\":\"The unique identifier for the table.\"}},\"setStaticField(bytes32,bytes32[],uint8,bytes,bytes32)\":{\"details\":\"Requires the caller to have access to the table's namespace or name (encoded in the tableId).\",\"params\":{\"data\":\"Data to write into the specified static field.\",\"fieldIndex\":\"Index of the static field to modify.\",\"fieldLayout\":\"The layout to adhere to when modifying the field.\",\"keyTuple\":\"Array of keys identifying the record.\",\"tableId\":\"The unique identifier for the table.\"}},\"spliceDynamicData(bytes32,bytes32[],uint8,uint40,uint40,bytes)\":{\"params\":{\"data\":\"Data to splice into the dynamic data of the field.\",\"deleteCount\":\"Number of bytes to delete starting from the `startWithinField`.\",\"dynamicFieldIndex\":\"Index of the dynamic field to modify.\",\"keyTuple\":\"Array of keys identifying the record.\",\"startWithinField\":\"Start position within the specified dynamic field.\",\"tableId\":\"The unique identifier for the table.\"}},\"spliceStaticData(bytes32,bytes32[],uint48,bytes)\":{\"params\":{\"data\":\"Data to splice into the static data of the record.\",\"keyTuple\":\"Array of keys identifying the record.\",\"start\":\"Position from where the static data modification should start.\",\"tableId\":\"The unique identifier for the table.\"}},\"storeVersion()\":{\"returns\":{\"_0\":\"The current version of the store as a bytes32.\"}},\"worldVersion()\":{\"returns\":{\"_0\":\"The current version of the world contract.\"}}},\"title\":\"World Contract\",\"version\":1},\"userdoc\":{\"errors\":{\"Module_AlreadyInstalled()\":[{\"notice\":\"Error raised if the provided module is already installed.\"}],\"Module_MissingDependency(address)\":[{\"notice\":\"Error raised if the provided module is missing a dependency.\"}],\"Module_NonRootInstallNotSupported()\":[{\"notice\":\"Error raised if installing in non-root is not supported.\"}],\"Module_RootInstallNotSupported()\":[{\"notice\":\"Error raised if installing in root is not supported.\"}],\"PackedCounter_InvalidLength(uint256)\":[{\"notice\":\"Error raised when the provided packed counter has an invalid length.\"}],\"Slice_OutOfBounds(bytes,uint256,uint256)\":[{\"notice\":\"Error raised when the provided slice is out of bounds.\"}],\"Store_IndexOutOfBounds(uint256,uint256)\":[{\"notice\":\"Error raised if the provided index is out of bounds.\"}],\"Store_InvalidBounds(uint256,uint256)\":[{\"notice\":\"Error raised if the provided slice bounds are invalid.\"}],\"Store_InvalidResourceType(bytes2,bytes32,string)\":[{\"notice\":\"Error raised if the provided resource ID cannot be found.\"}],\"Store_InvalidSplice(uint40,uint40,uint40)\":[{\"notice\":\"Error raised if the provided splice is invalid.\"}],\"Store_TableNotFound(bytes32,string)\":[{\"notice\":\"Error raised if the provided table cannot be found.\"}],\"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\":{\"HelloStore(bytes32)\":{\"notice\":\"Emitted when the store is initialized.\"},\"Store_DeleteRecord(bytes32,bytes32[])\":{\"notice\":\"Emitted when a record is deleted from the store.\"},\"Store_SetRecord(bytes32,bytes32[],bytes,bytes32,bytes)\":{\"notice\":\"Emitted when a new record is set in the store.\"},\"Store_SpliceDynamicData(bytes32,bytes32[],uint8,uint48,uint40,bytes32,bytes)\":{\"notice\":\"Emitted when dynamic data in the store is spliced.\"},\"Store_SpliceStaticData(bytes32,bytes32[],uint48,bytes)\":{\"notice\":\"Emitted when static data in the store is spliced.\"}},\"kind\":\"user\",\"methods\":{\"call(bytes32,bytes)\":{\"notice\":\"Calls a system with a given system ID.\"},\"callFrom(address,bytes32,bytes)\":{\"notice\":\"Calls a system with a given system ID on behalf of the given delegator.\"},\"creator()\":{\"notice\":\"Address of the contract's creator.\"},\"deleteRecord(bytes32,bytes32[])\":{\"notice\":\"Deletes a record from the table identified by `tableId`.\"},\"getDynamicField(bytes32,bytes32[],uint8)\":{\"notice\":\"Retrieves data for a specific dynamic (variable length) field in a record.\"},\"getDynamicFieldLength(bytes32,bytes32[],uint8)\":{\"notice\":\"Calculates the length of a specified dynamic (variable length) field in a record.\"},\"getDynamicFieldSlice(bytes32,bytes32[],uint8,uint256,uint256)\":{\"notice\":\"Retrieves a slice of a dynamic (variable length) field.\"},\"getField(bytes32,bytes32[],uint8)\":{\"notice\":\"Retrieves data for a specified field in a record.\"},\"getField(bytes32,bytes32[],uint8,bytes32)\":{\"notice\":\"Retrieves data for a specified field in a record.\"},\"getFieldLayout(bytes32)\":{\"notice\":\"Fetches the field layout for a given table.\"},\"getFieldLength(bytes32,bytes32[],uint8)\":{\"notice\":\"Calculates the length of a specified field in a record.\"},\"getFieldLength(bytes32,bytes32[],uint8,bytes32)\":{\"notice\":\"Calculates the length of a specified field in a record.\"},\"getKeySchema(bytes32)\":{\"notice\":\"Retrieves the key schema for a given table.\"},\"getRecord(bytes32,bytes32[])\":{\"notice\":\"Fetches a record from a specified table using a provided key tuple.\"},\"getRecord(bytes32,bytes32[],bytes32)\":{\"notice\":\"Fetches a record from a specified table using a provided key tuple and field layout.\"},\"getStaticField(bytes32,bytes32[],uint8,bytes32)\":{\"notice\":\"Retrieves data for a specific static (fixed length) field in a record.\"},\"getValueSchema(bytes32)\":{\"notice\":\"Retrieves the value schema for a given table.\"},\"initialize(address)\":{\"notice\":\"Initializes the World by installing the core module.\"},\"installRootModule(address,bytes)\":{\"notice\":\"Installs a given root module in the World.\"},\"popFromDynamicField(bytes32,bytes32[],uint8,uint256)\":{\"notice\":\"Removes a specified amount of data from the end of a dynamic (variable length) field in the table identified by `tableId`.\"},\"pushToDynamicField(bytes32,bytes32[],uint8,bytes)\":{\"notice\":\"Appends data to the end of a dynamic (variable length) field in the table identified by `tableId`.\"},\"setDynamicField(bytes32,bytes32[],uint8,bytes)\":{\"notice\":\"Writes data into a dynamic (varible length) field in the table identified by `tableId`.\"},\"setField(bytes32,bytes32[],uint8,bytes)\":{\"notice\":\"Writes data into a specified field in the table identified by `tableId`.\"},\"setField(bytes32,bytes32[],uint8,bytes,bytes32)\":{\"notice\":\"Writes data into a specified field in the table, adhering to a specific layout.\"},\"setRecord(bytes32,bytes32[],bytes,bytes32,bytes)\":{\"notice\":\"Writes a record in the table identified by `tableId`.\"},\"setStaticField(bytes32,bytes32[],uint8,bytes,bytes32)\":{\"notice\":\"Writes data into a static (fixed length) field in the table identified by `tableId`.\"},\"spliceDynamicData(bytes32,bytes32[],uint8,uint40,uint40,bytes)\":{\"notice\":\"Modifies dynamic (variable length) data in a record for a specified field.\"},\"spliceStaticData(bytes32,bytes32[],uint48,bytes)\":{\"notice\":\"Modifies static (fixed length) data in a record at the specified position.\"},\"storeVersion()\":{\"notice\":\"Retrieves the version of the store.\"}},\"version\":1}},\"settings\":{\"compilationTarget\":{\"node_modules/@latticexyz/world/src/World.sol\":\"World\"},\"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\":\"0x7dec900f9c9e7dff59430fa6f520e76c56338c3e829201aea140d49342e4fef8\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://e55c1dfcda94dcc64b8577949b2e92a9d3fc44f5fba1ae77ceacccfdc8e22e35\",\"dweb:/ipfs/QmS7uRJbEQYkPuZ5Dz5aSNjaaxj9PA8RtxUeUGN2W3jZx6\"]},\"node_modules/@latticexyz/store/src/FieldLayout.sol\":{\"keccak256\":\"0xf6881fc6c28fc265369dd73936c79e194dc221f872cd28d3bf007f5012dba9e2\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://7530258c9641a76d9a128f2c6041546a0d2ace67cf988900f51db7bcf99cd43e\",\"dweb:/ipfs/QmUsb7geQHbySyyDSf2jirwHRym8wp88bQASkYnAMSwCqk\"]},\"node_modules/@latticexyz/store/src/Hook.sol\":{\"keccak256\":\"0xd016a2e1260f5a81ff9a8dfac58d7947e114414df8cce7302a2629908ea5f18e\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://0c558a6f3a5f540c0190fa6d642a094a185c5db1acfc2437c7dbde0340f00ac3\",\"dweb:/ipfs/QmViAHvR7U7HNfBiBZEMFiy1TTSHDFNiDzBfQSeLBShCky\"]},\"node_modules/@latticexyz/store/src/IERC165.sol\":{\"keccak256\":\"0x0efbf9afc716c585621482221f75e5bd60bcf0e813c9f7800d7c0309dcc3c927\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://31b6aeb5446a0a0d5bd71be15a68c5bde94b08c961369203b83c8abe36f401d2\",\"dweb:/ipfs/QmXhComne4es9ZMKaGNqHCdJZrFoFssxMYgLaqvCXPL1Mg\"]},\"node_modules/@latticexyz/store/src/IFieldLayoutErrors.sol\":{\"keccak256\":\"0xaef70c46e412bded1024ac82c957cea81c1d1ab11878a95635531e2ac9673a53\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://cda2c7dc02ee8f0163b1c8d0f3e1e05d48b2a009e5c7365d2418f17bc3455817\",\"dweb:/ipfs/QmXHDZuCPTxjHaeiEaJhA81koX2NJ3Gj1zt5WVWaz77FL8\"]},\"node_modules/@latticexyz/store/src/IPackedCounterErrors.sol\":{\"keccak256\":\"0xb7fea790ba0b4897d68a6ad1b6272969762acda712f8e465655f0b4ea9d86c03\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://4227afe9f8fae6c1e691105afd0cea4a17cfa079f55774547a6ae9bc125b4a37\",\"dweb:/ipfs/QmVA8i35XwNNkS2PCNGTvNSQutwFbVx8qYf5SqsqY9KhaV\"]},\"node_modules/@latticexyz/store/src/ISchemaErrors.sol\":{\"keccak256\":\"0x0ac3de36c9d0058a17fcd7f1a905132215fd16ea3ed3b5109de1de04ddd7c441\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://f83fa2546009cfd16b3b3969dcec1d67c9d818d910177b885ba263b6a948c65d\",\"dweb:/ipfs/QmehywHdvFYBL9BTtoPsVVwJXsEA4Xjk8aPWoHw1R45KeY\"]},\"node_modules/@latticexyz/store/src/ISliceErrors.sol\":{\"keccak256\":\"0x72684b7dfc1b44537401ccf10d6120186d02323266fcc762bc81859985eded4c\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://e8d037b6937969ae54018ddf647eeaf5eb69a2b0bf9edf9456d3d270316b2883\",\"dweb:/ipfs/QmfYJeyAmzRqpn68FteiM97p5t17iBw62FCET4bK5g4w37\"]},\"node_modules/@latticexyz/store/src/IStore.sol\":{\"keccak256\":\"0xcca682e9b4ce25691b535b4263b46fe742378e560458193e0a46f9be6682198d\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://35df157436b75d740251f03ddc5a7f8841d519ba59a841d287e50e1dd6e5b699\",\"dweb:/ipfs/QmWwHDr5rDa88ZYeSdxQiQ94E3RoJbsnKsRgTScEN3SCG2\"]},\"node_modules/@latticexyz/store/src/IStoreData.sol\":{\"keccak256\":\"0xf1af17eb0d23488342f7addadecd166c58b21c8a7c2d942d9d57f0ee489463fb\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://d35fceb7562a14c126b996c497a9bae51edc72a0a79aec1dc3ebe6921ea32021\",\"dweb:/ipfs/QmTRDmwg771nVBdjmd77didbDPaaXBY11hbPGXBumuH1XJ\"]},\"node_modules/@latticexyz/store/src/IStoreErrors.sol\":{\"keccak256\":\"0x37e4d2f015dd4005ff9b3f711257c891027804bc268db1791984af4989951912\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://a4a566ea96b69211f503707f69a9f9012d5873a3fd57b3f221549f46a7518df6\",\"dweb:/ipfs/QmVgcE3JufJr3iyeV6xqkvS4YtDcy6Eqyram2yzWUhwoB4\"]},\"node_modules/@latticexyz/store/src/IStoreEvents.sol\":{\"keccak256\":\"0x5e50e8c87b09a34f8b4141adb779ccb25f37e8c102ee28dc85dd77db9993db82\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://d0ebfe462012320c7795ddd29ca9fc0ee738327a92507b776379aabd34324cf2\",\"dweb:/ipfs/QmacJ8TwoMekCWvv8LMrDRmBBMKkE6yRvAUBN4twWeLMCa\"]},\"node_modules/@latticexyz/store/src/IStoreHook.sol\":{\"keccak256\":\"0x3e9eb573557af7e7cf40281ba7b3ebdffb4e3b13ecc49827b307a5f061028087\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://36391ca958dbb9fac695b28ebc5be2e9c47cbff3bab85ba779b08870ee32ef09\",\"dweb:/ipfs/QmZBhQPg2X4HxHaBUyEL7dn4bnuGoKpiHHTTKSYUGNBLh7\"]},\"node_modules/@latticexyz/store/src/IStoreRead.sol\":{\"keccak256\":\"0xabefed80f6691fd3b3362a5434e4c24a38d2ca5c51279b722aa25d897b5427d0\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://a711569d612187f6738a4bb39d8d8419a03ff3da91c45209b4096e5dcdfca53c\",\"dweb:/ipfs/QmWTGSZyrGmbpwfttR8nLzFYqbjg1L3G9P8xfrtzg8QVpH\"]},\"node_modules/@latticexyz/store/src/IStoreRegistration.sol\":{\"keccak256\":\"0x9e91a73f93cc9ebc00c265c83177f6a3f8a156749a9261202e2845e12aeaa96b\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://a39280d87d22dd0a959d8f55925cb092dba1fee2f11d3dd8e3ffabed45a9ab6a\",\"dweb:/ipfs/QmRMBFLJtT2KN43Xz9P3vUNWxXrP8rLTNBFw2P6Z7EGeaS\"]},\"node_modules/@latticexyz/store/src/IStoreWrite.sol\":{\"keccak256\":\"0x3f115843507290fa8b5dabee0a69b03397274fb1291d79ecb51ab80055bea5dd\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://0733e8df7e6e5ca91800c97d4914e9743fbe84a4a16bad01c76c1539d0d8046a\",\"dweb:/ipfs/QmeRqJ1tBBgEMc1z29m4UM46QSjxDvrmV2v86J8bNCb4o5\"]},\"node_modules/@latticexyz/store/src/Memory.sol\":{\"keccak256\":\"0xef6e7000b181c2991aeacbf99a9d886f8c4df88878b857713f851185b63a7811\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://b079b4773d140ab2c01bdb04facfa56a78f753aea7122fa445b2bfa133411392\",\"dweb:/ipfs/QmWYWKFpwtsPeGdCSxcANgxXUbwAuMMgR7iMVPDSCZxz2A\"]},\"node_modules/@latticexyz/store/src/PackedCounter.sol\":{\"keccak256\":\"0xc27fe981ae23ca9a894a1e9081dcbec8f88fd12e741445b989ff9a756b29c4a7\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://88dc94ac9c32ed8ac65f6e3e872953be04ce27d1645ba505031b1cd34a99b72a\",\"dweb:/ipfs/QmV8VPFDwm8cA1HFr4Kebgu3YdbqkAwKdrwkHpRP1DBXfv\"]},\"node_modules/@latticexyz/store/src/ResourceId.sol\":{\"keccak256\":\"0x167af6321dc89c2e5850e31949b1d64ab70bb1cc809daa54a030e8ff30f35411\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://e4b1a2d5da7e4f79349f5257a62b4c6ffe110d6e18fe407099aec71a2f3b2539\",\"dweb:/ipfs/QmQXqehp55UecYyuYTiPBKSnuedqYybXfCCjoPPrZ2hnRw\"]},\"node_modules/@latticexyz/store/src/Schema.sol\":{\"keccak256\":\"0x0d2a08030d21292ecbcc850d9111f3817d03f17cd5e02186894848a9152d79d7\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://3f30024c1613fb587aaba4c1dcb8e4e46ed765a2cebd5b63fbebd327d1bf13d3\",\"dweb:/ipfs/QmZzqSnPMYKDYwbFNvUFrvuazMUyQHzQ59w3A9x6juHAm7\"]},\"node_modules/@latticexyz/store/src/Slice.sol\":{\"keccak256\":\"0xae6c03881fdfa56cba1879d9c9c6b52c2829e6a278a200176678d8da05a89345\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://3cad7dc4944c0518de2e7f99697485d365ae37aa6cad6967996377c2dd951fe4\",\"dweb:/ipfs/QmW3grFwr8BcgJmLfjLbj3FthnD7NRUBFMFiahbXztHPr7\"]},\"node_modules/@latticexyz/store/src/Storage.sol\":{\"keccak256\":\"0x7e735a4c7fa8b8a5fe2371d90801e3287ddb78efed69b31e1a76f0b7b153c4c3\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://9e6db36bd52144b6feeecd91a58fc311127a3892fc96c4171db5b570fe9876ee\",\"dweb:/ipfs/QmS6LqnTZvpMc4eiz5JowBoNnh3RYemG6JHjqtYucT1rQi\"]},\"node_modules/@latticexyz/store/src/StoreCore.sol\":{\"keccak256\":\"0x506379a8fc67e12c3384faf8db13b88440326973e7da4e8914defbdf974e5721\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://6aa992c4137302330a374715c922a15f4afc1909680fe83a22808b738453779a\",\"dweb:/ipfs/QmedBdCc7WnUs1yseY1RAPUHMEFVA9UnwAd8xTDwwcDsSE\"]},\"node_modules/@latticexyz/store/src/StoreData.sol\":{\"keccak256\":\"0xc9f4998e8e0b066bf043a60cb8b1a94e85cf7329e356d80c42c4b15843554e10\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://c94f9ad8300d910feb29ee8dc729536ce2651cf1e6aaca1328994405942a22d0\",\"dweb:/ipfs/QmcGNft5LMhisf5ToTEUnYSThVJ6oCwT4GMVHjWPgda5mt\"]},\"node_modules/@latticexyz/store/src/StoreRead.sol\":{\"keccak256\":\"0x972726acd7687582b341b7521516700e7b7202491ebf34d679f55855548464d4\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://1f987c7db503613cca9a709cd3936e41e4b00db3d0b11944b07a0e788a665694\",\"dweb:/ipfs/QmPY97UnSPJeSD3ieFSxGj6seh15gr4bgwt5wc3YENudqY\"]},\"node_modules/@latticexyz/store/src/StoreSwitch.sol\":{\"keccak256\":\"0x868d515c7579d909f73cc5353e7a58fdb361d0c9dde83b11fa1529f0c2dd21fe\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://fdeb6ca2dc6cae645c13cba6a5b08ff495858e32f16f8b54d19784d4da012d37\",\"dweb:/ipfs/QmPyHrJFDUddguyWcYEwfbTisRkzmwDx169feEZCJq8v9Z\"]},\"node_modules/@latticexyz/store/src/codegen/index.sol\":{\"keccak256\":\"0x094a6f1e2910b345b6b254e0fc2c8882b3190c673f7ee19742e857057a4d3f85\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://18908e2e7e878635abea72ef99851fddd204371e6b641f010e831ebfa0b1bfd4\",\"dweb:/ipfs/QmSNAxXqxTrzPkZ4rSAQgBnuer1yLPq74hoqnzrZV3WGsb\"]},\"node_modules/@latticexyz/store/src/codegen/tables/Hooks.sol\":{\"keccak256\":\"0x02cc84859c7f2b57f2ca5e0bf27e6cb5c5a911f3891c6b12878fb31d18fd2f66\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://0724e7df4b0752acab63a6f900e84aaafc2eac62f67ab499e9ee02da9abd73c8\",\"dweb:/ipfs/QmQnvC3yBiCR61PfY2uiDG7JiLdy9Cw1a7YhLUd8bLFzab\"]},\"node_modules/@latticexyz/store/src/codegen/tables/ResourceIds.sol\":{\"keccak256\":\"0xca6f60a79f25447aeb390156c987e77fef837e1b23db294076425759e9dc60f8\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://bf6c4c5e25a0ed37abcba6346dc59259bb634634edf8cc86bd14db92a32768c8\",\"dweb:/ipfs/QmbQxGchi71XtGAK5uF1H96Xfhh7fAx9c9LpEwc4q5hUxt\"]},\"node_modules/@latticexyz/store/src/codegen/tables/StoreHooks.sol\":{\"keccak256\":\"0x59c633598dae70cb65fd0cd5fda434f2beed4421463340ba5ea99ba07843f9c2\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://57738241ca53b9cd7883f7e24e7b1c98ca6cde65bae60c73a65f5a0372aa4912\",\"dweb:/ipfs/Qmac9wp9ScJbS9KCCdzLqQikvNn7br293vzfkqXQcjtmeE\"]},\"node_modules/@latticexyz/store/src/codegen/tables/Tables.sol\":{\"keccak256\":\"0xe5c0071b598577e12f02a423dc2185403cfa8c5a62926fbda83dc5d846cb612a\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://0a2af2477805d80280401d3c6ffc57117e52e33492f8d3d57bee7fb37636658e\",\"dweb:/ipfs/QmeonwdLCzZVkDfLaLKcMZwTXfkVYXAgZptHbuKri2rtn3\"]},\"node_modules/@latticexyz/store/src/constants.sol\":{\"keccak256\":\"0x88689af9b661f7eb723123fbe212876c2f342cfdb3a01ea7f4e94e9c8f819877\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://f39abf5a2306a4346d9909f98d7808474c85ed46d552a503d2a69f4dccb54289\",\"dweb:/ipfs/QmcBLXR8ckXfoBCntFF8YcoTymKNJv7PkmFpgy4zZtTRUd\"]},\"node_modules/@latticexyz/store/src/rightMask.sol\":{\"keccak256\":\"0x28887aab8ad5ca598927e59d702999ca6e3b3128f1cddd2b995a381c8d04b275\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://7710847f4689b7f5b81436c7d52ae4395f244a2eebf8d398b2edd43accb06754\",\"dweb:/ipfs/QmTD2wYqryXTynHAn5Vf9wtjUUSGeCJWENZTnWtBAK38pa\"]},\"node_modules/@latticexyz/store/src/storeHookTypes.sol\":{\"keccak256\":\"0x4f29001e53690ce74fe405a6d0376a564c9c743d1631d36fab04331865e4d572\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://138c80abd63225a3eeb01ebfa1f9288e188a7ee5b2266b275fb4ed31b5aa30e3\",\"dweb:/ipfs/QmdEx9uHgCCbTcetGwFH5a66Ft7ajmrMDXvP1fW7WjnnE2\"]},\"node_modules/@latticexyz/store/src/storeResourceTypes.sol\":{\"keccak256\":\"0x1c4cb6b3ecf76f614479ab304d7de3ade0e99c7ccfd07717b57c92f699a27261\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://2c9b0e0c9b3b5610d6fd65a8ffd7c54df390a34ccc70d58f4a055c49ad1ea586\",\"dweb:/ipfs/QmP6ffpnR7aRyvq9AiUkVNH6LbGfFP3NDq7E2n2PVcHhp2\"]},\"node_modules/@latticexyz/store/src/tightcoder/DecodeSlice.sol\":{\"keccak256\":\"0x310523f7f3acca841e62fe50be8d8b042cad5b3c239cb1105d6623cf83e63152\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://1cc40ca233acf6502bc65677b381c05331dd7323953e54b5df969051e47f851e\",\"dweb:/ipfs/QmTxy9mhodT8drezB5K1kPR78AMaARomoJqDyaWpLuCKui\"]},\"node_modules/@latticexyz/store/src/tightcoder/EncodeArray.sol\":{\"keccak256\":\"0x259ee545fd9dfd4767f0b7fef31f52fd3c54c4a1c6657d6fbda4927800c937b3\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://0a4e31efa9f476cd267af7c3e11fe0151252206a1f6407a80a4092444c2de8ea\",\"dweb:/ipfs/QmRF4gWYw33mFTMh7nX8DJ1qzx3Ko6yMsnxubzYTRppdyo\"]},\"node_modules/@latticexyz/store/src/tightcoder/TightCoder.sol\":{\"keccak256\":\"0x0e74ff88ec94cb33f79d8afc1497c4fdccf02db40ab47f3701c7d02fc305d4d8\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://36b7cd0c2a3f2dcdc83ab7ac5a93f123746ce29c0f1000f2b275ad2c647ff0f3\",\"dweb:/ipfs/QmYdipHYUhHhS78wLdtmKZUK14FEwpto5mFy3rNeZssMLz\"]},\"node_modules/@latticexyz/store/src/version.sol\":{\"keccak256\":\"0xfc030c5075377169d4384cf89e8a1037dacab1ee53bcb867d5ace75e4ee5df46\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://d1c310ce30a1a39380108e75c5f893f58be159cf4b80706b43b8466f4bc4aa0b\",\"dweb:/ipfs/QmXWTsz6Gk8XQKmNNNLHaRuHxJis1dHmoStWoANAYwfmcz\"]},\"node_modules/@latticexyz/world/src/AccessControl.sol\":{\"keccak256\":\"0xe9e1b1e588699a15ee81cc46f5959e14ff323787b576681abe7b0163d5988a4e\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://f19076661965fcf60fbf5e58ee8a83daac63e174806af79f5fd4144929cab899\",\"dweb:/ipfs/QmVQxPrkHpSo1fbsqGvToXc6q9x8zrVrGaZjKTKY413QBm\"]},\"node_modules/@latticexyz/world/src/Delegation.sol\":{\"keccak256\":\"0x1ad6ce468042f6ba104c8fa2cd5506e434e1bd458448492ae9e8d1993a7e5f1d\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://ded3d879ad5a4119f9ff2320ff27f63a06bc3853e91d3697b3406ee3e6ab65d5\",\"dweb:/ipfs/QmTMjjArXQxXa3WeFF4dvvkAFSEstHTTsNYDCckgCBUVeE\"]},\"node_modules/@latticexyz/world/src/ERC165Checker.sol\":{\"keccak256\":\"0xc63b86705fd62b862e422f830604b7e14e18f1fab662b70a02f656f6ace4fdc7\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://9d674c90bcc5b21e93b0b2a685c6cff86a69962cf900811af677ce77c3598dcf\",\"dweb:/ipfs/QmVE4pv8AFQWP9RRdaqGo6FP1AR8svMaUQsPnEHZc5VLgF\"]},\"node_modules/@latticexyz/world/src/IDelegationControl.sol\":{\"keccak256\":\"0x7cc2fbdd8ff6c996e19fab46c1031b76355da74973cebf45ce4df4b035d566bf\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://857d577f84a68018a3392ec4540c15e80326aaf4b0f224d0d239605abacfc0f3\",\"dweb:/ipfs/QmVEr3rTH1F1BFaCTMd7MmuceTqASwKBcMRnuFZ4tUAYmR\"]},\"node_modules/@latticexyz/world/src/IERC165.sol\":{\"keccak256\":\"0xe3d9074a1be3247be67ff4dd2c9e41481650ddaa799285a249736bb85673e33d\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://0b6743ee1e6d0c74927bf17fc1da0cad7575aa7634871b94190ffbdb4c28c2a7\",\"dweb:/ipfs/Qma5bNsPJSBTesWxg3eAAMUBTDE7UjqWaHF7eMiGwP87jr\"]},\"node_modules/@latticexyz/world/src/IModule.sol\":{\"keccak256\":\"0xbb926cf64e685bbf2770d60124664cc84ab70bd3038e17a074f2d472c3fc2c57\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://143c3dcbdf1702dd4f9c869629609386c12f7c0247e88a6d062dc4d519ebe0d2\",\"dweb:/ipfs/QmQJSDd8uFL4sssw9fb9NHo4s6zjuDUgmrLHj3zsJuhMo1\"]},\"node_modules/@latticexyz/world/src/IModuleErrors.sol\":{\"keccak256\":\"0x60917e029779c81cfea1f5140c389269e51d7adb78987f39101b9e0d7bdad12d\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://513f41920d67ca28c3e0fe247403c28a4d342785192df449c99d5f92db04fcea\",\"dweb:/ipfs/QmeAG2TtxAgcJQR4QxftuSvQrxisYQ1i1GZoyd7oeFQBDJ\"]},\"node_modules/@latticexyz/world/src/ISystemHook.sol\":{\"keccak256\":\"0x81f1743d7ca6a9c7efc4997cf95e603ccb2070885265ca0e540f461aa7430721\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://93d99e78b541b33ecd501bf0cd407a78cef490fec8eaef2f188bddb9e293a99f\",\"dweb:/ipfs/QmPrcMDxwhvBZTr2AxoGqJA9L3Mjx27KBc98h3gXSsa3PM\"]},\"node_modules/@latticexyz/world/src/IWorldContextConsumer.sol\":{\"keccak256\":\"0xb39e9d8cff4162e255f6c460ef9f9f0ad5b804627f745d967b2f10d0dd509299\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://18d957cd87febccc00d82b9454047f0f5236250c9245befc0f57978671675255\",\"dweb:/ipfs/QmdZ1eXBd15vLpLVqTNJDAAaTzzucpRLD8GPJahLKT4J7x\"]},\"node_modules/@latticexyz/world/src/IWorldErrors.sol\":{\"keccak256\":\"0x0abae6f4ed1b3070bddd0ed194c08b83a948b61ae959396202cf627bf1056a2b\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://a7037954f281cc0188a5aafc1d0cca0aabc110fd0234e6c43dca35ad69ed3baf\",\"dweb:/ipfs/Qmbv2nfK1qPpnoAbqNJFqWwo7AuyaX2ZEgZMFspMv7DR5B\"]},\"node_modules/@latticexyz/world/src/IWorldEvents.sol\":{\"keccak256\":\"0x740924c595b68e61be8a49929ca49a4de7115b96f6f6c79ffb509f3ad60d4ba7\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://b6d91ca5cd0984996fe1c4a3efc204585c8f8cae7bde65a7cda2900928cc36c6\",\"dweb:/ipfs/QmNYGENCUk3d9xPeuepminJWG5u63uF9yVBYPXnbLdbCXV\"]},\"node_modules/@latticexyz/world/src/IWorldKernel.sol\":{\"keccak256\":\"0x80430eb75c567e46d5da44070c6c366bca93204fab4243d47faceed7f8b25a54\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://514940d33af3389e4702b72e250c8ce35fad10d55c2c8c8163f5a578390ce903\",\"dweb:/ipfs/QmWZ7qwGCZZVWCXDK1bryF1iL8WevoMQJVSNnmQknvTUMy\"]},\"node_modules/@latticexyz/world/src/SystemCall.sol\":{\"keccak256\":\"0x5012c0607c8d41a4eed69d8a0430f742844883d3c3f17a6717ac287608b4e6af\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://c389f65d050849cc95a7df9f45145186a60ae892b7d02b26ec92f8a38f8e2ee5\",\"dweb:/ipfs/QmNQPBewaXghhVeJDaC1XUK6BbFrZ5qUjryhmJuyvgWdbF\"]},\"node_modules/@latticexyz/world/src/World.sol\":{\"keccak256\":\"0x8b832edde52159747307cd979b96dc5d528391b43b4f8032b79a23fbb6e7c3e5\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://3a738d14336eeac1a264eab91a9234add247c5e8403863bfe08f592972b3f54a\",\"dweb:/ipfs/QmQG4YLcDW1yzMyun6sT2M6pUKQFSmzV5sKkQNwLXs2wf6\"]},\"node_modules/@latticexyz/world/src/WorldContext.sol\":{\"keccak256\":\"0x50ca52bdd89a9f27d6b03ad00ef45c8c5a6884ea9d75e18f8fa53524ac2feed9\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://55febdece37b291527094fb654919d4c8fe0b231792996a14c5e5cc76512b19e\",\"dweb:/ipfs/QmZHFbDDNmdFHWc1uTSvDgMUUgb8NgBPb1cDUJYajswbHT\"]},\"node_modules/@latticexyz/world/src/WorldResourceId.sol\":{\"keccak256\":\"0xaff9a22fac8a0f6eee5763b07a7ccb623c829d37922b85e42e914aad2ad417ee\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://e598f0274d6d97c0a09806bf4fd1f0d054c310cf51b2123f5ce6380d6f3186ea\",\"dweb:/ipfs/QmaaVvqm21YsCgxozDyShcM17jKUXJhf2y26bk2YzPYZoM\"]},\"node_modules/@latticexyz/world/src/codegen/tables/Balances.sol\":{\"keccak256\":\"0x20fc943df3df3fff11f26ac37d4b6aac578e7c80958d255cad688ee40f4c7dd2\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://bb433dc2023b727c6bc01989e93c98d7f26102ae2be3a5f1609dcc9dd4ddf3bd\",\"dweb:/ipfs/QmXy5Mj6g1RmVeadLE83cFSa8SdW5YHfRGUgngkBUBKV9Y\"]},\"node_modules/@latticexyz/world/src/codegen/tables/FunctionSelectors.sol\":{\"keccak256\":\"0x510abaa82ed6cf548c88009008412bdae99d1f389901dff1f5a0fe829fba6c93\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://73bc275a36ed2861d8b575956b8bbc657285a48e97c988d7430bc3d33f6e14e3\",\"dweb:/ipfs/QmaebcyKw2yPXyYXQqhsxSKixbtsFd35D4FCxoaXsnNMw1\"]},\"node_modules/@latticexyz/world/src/codegen/tables/InitModuleAddress.sol\":{\"keccak256\":\"0x54e4deec069e844ac979f1bcd9c368dbc4d5fe06110fdb682821a73a1688690b\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://ff98b0b04f616e4b4d4c8a04ad374eda7b18d4b5d279ded5118734c6cb1dd25d\",\"dweb:/ipfs/QmPoCXFgE5L99ye86kC1Bv8eVEz9t7hAvXkQkcRMRGTGkp\"]},\"node_modules/@latticexyz/world/src/codegen/tables/InstalledModules.sol\":{\"keccak256\":\"0x6d2ed705d31dafb682c9e13a6ae895b998b32bcca71ea4cd925f8bb55fcdb86a\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://dcb65f32eb25b2582f8dd6eaa83e4aaa348ce06a9f9f45c17e536b0b87ab2b92\",\"dweb:/ipfs/QmNfvtWV8wQEKSAoNAN7W1UVftEuyDA4J48WZcGhDSEm9K\"]},\"node_modules/@latticexyz/world/src/codegen/tables/NamespaceDelegationControl.sol\":{\"keccak256\":\"0x003c03d7e8be675abe422eab801b0ebb6a5d795dea499f76c09101cc1b4f7867\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://2ff0d412d17835b30fe7e923e4b4db1fc16f7cb16e1702fc2151a0086e08924b\",\"dweb:/ipfs/QmcHoBWUBHYVt4gs5qwsDvDJPg2gPRgmd14SzJN2AtQipt\"]},\"node_modules/@latticexyz/world/src/codegen/tables/NamespaceOwner.sol\":{\"keccak256\":\"0x08f47dfce2d68f889a929040f0456e2a9c1b0052942fda9e24910362c66e811c\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://e713e64128ec4de5ac4809a26b8618255153f7139a01b545381b18e6ca77362d\",\"dweb:/ipfs/QmSozw8WXSxgp29yVCwgQiZ2kPCiqJLZVWxuRQZ6yMZhR7\"]},\"node_modules/@latticexyz/world/src/codegen/tables/ResourceAccess.sol\":{\"keccak256\":\"0x3c01fede84dbf9894a5f077953c6296bb69afdd683300599d8560288ab0b02fa\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://d216ae4cb61b2f8b67d037f0b53e8c11cc3863d60a1b4926f318f177308d9c73\",\"dweb:/ipfs/QmdvcY4SvUJwV4j3ALYMVfjFRxzgXyACVTJDuVQcTt2yUt\"]},\"node_modules/@latticexyz/world/src/codegen/tables/SystemHooks.sol\":{\"keccak256\":\"0x2af4c6fc1be378742dd873ea5904c83379dcc2ddc82c1bd520c4f3ad060bb36b\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://fdab8aa666d0019068fe24cc974ce6bc707f9b53f54d9b538aca64f2434c9a4c\",\"dweb:/ipfs/Qmc1G4MZTzZMAqRuHPwqsozP3cNGGGDvpxqppmqrGA39vh\"]},\"node_modules/@latticexyz/world/src/codegen/tables/Systems.sol\":{\"keccak256\":\"0xc4d0de173640fcc0ec93b2a7fbdc17ce13964e42f3eaf9ba28ad274c422b4664\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://82eef2fa01d32f953eaeb17665edc6557c5f42f101cf95a452af9266c39b9efd\",\"dweb:/ipfs/QmV7pYCFgvGxAacv1mKK7DUsayP4wPRPBTfsnatAxFJKdH\"]},\"node_modules/@latticexyz/world/src/codegen/tables/UserDelegationControl.sol\":{\"keccak256\":\"0x5cc51a00ec1d040fd8c189cf3eab048dc4a1ea6249cd68d4003239f2f665c27f\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://5e1622570fd947d29246a60b8e30735b6b87b10ef02ff69d3b248643a3c54fc0\",\"dweb:/ipfs/QmS9M1v3Dd9VmVRBa1gKUdPo4gp5QbT6cm8gNDnLA8dcEi\"]},\"node_modules/@latticexyz/world/src/constants.sol\":{\"keccak256\":\"0xb8320f88ed5519a4fe2554ad94815ce328a50fef7719932375d6ce695265c2f5\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://a8f5de30fbcc63e469e46ad4a4d4bcd7d8e4b4f2d31fcf62a04aca48d999af22\",\"dweb:/ipfs/QmXw1jDQM2szfRY3tAGrRy6fEzte6yVFgebJAqCLMDHndV\"]},\"node_modules/@latticexyz/world/src/requireInterface.sol\":{\"keccak256\":\"0x5b94a21fd46abb4aac8f38809c0d6105f30792042c927f8a6a4f40cfe35c7ab8\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://8bade9d52cf370f3b5435abb47a5338dca5498bee773e97518e7a080fa882940\",\"dweb:/ipfs/QmTtaXUWwMQmHW8oKEoRZxagidZcCiN3oLQs7kN3nycrkW\"]},\"node_modules/@latticexyz/world/src/revertWithBytes.sol\":{\"keccak256\":\"0xa1147f218a0152b153d4e8bada0f606bfed40ac1f184fd16a941c2d0033c53f5\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://3f5e0f6d1b51a3a04d4bd84537b2ced373b32824898cf6fbfd13ae1cbdf06359\",\"dweb:/ipfs/QmayYRmBZRUV9m4UnFxuC62VvHriXhkYXeH3HibZ3Gmxxf\"]},\"node_modules/@latticexyz/world/src/systemHookTypes.sol\":{\"keccak256\":\"0x15c25ae4b21e091209970e45a198cb51f31eeae482828862641099c1a9b2448a\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://0ce3c3eb58dc5c262d36babf372ad028d2846beea73a59d6e70f0eb8c90ee00d\",\"dweb:/ipfs/QmWUkgegTRtSJM3awvjg4J7DWZ2ME7Pnxp1dP2TWWzLNoo\"]},\"node_modules/@latticexyz/world/src/version.sol\":{\"keccak256\":\"0x2721acc696e2291f833fddb891e489a32d1180b8d720cc59ca9cedc3ae49136e\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://913b55b413e52204a63c6e4d0ab4d247965129e2ab08849121608a9ebbef8349\",\"dweb:/ipfs/QmaK5TDXPxELyLS9JQyv5vWfHUe3pz3HYZYtB4NJAdX5gs\"]},\"node_modules/@latticexyz/world/src/worldResourceTypes.sol\":{\"keccak256\":\"0xeb042e7d3638430f6fd394107f3237cf14e4325154f0098624e8a7826584d465\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://39e0b8eb87616b661f5a4f2fd7e1a727bd19b7fd8d40ad3d93fda26822f433ea\",\"dweb:/ipfs/QmacYMatKV9pwEwirVRY9a6r89RoNs5yk99ic37ieWA8Dk\"]}},\"version\":1}","metadata":{"compiler":{"version":"0.8.24+commit.e11b9ed9"},"language":"Solidity","output":{"abi":[{"inputs":[],"stateMutability":"nonpayable","type":"constructor"},{"inputs":[],"type":"error","name":"Module_AlreadyInstalled"},{"inputs":[{"internalType":"address","name":"dependency","type":"address"}],"type":"error","name":"Module_MissingDependency"},{"inputs":[],"type":"error","name":"Module_NonRootInstallNotSupported"},{"inputs":[],"type":"error","name":"Module_RootInstallNotSupported"},{"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":"uint256","name":"start","type":"uint256"},{"internalType":"uint256","name":"end","type":"uint256"}],"type":"error","name":"Store_InvalidBounds"},{"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":"ResourceId","name":"tableId","type":"bytes32"},{"internalType":"string","name":"tableIdString","type":"string"}],"type":"error","name":"Store_TableNotFound"},{"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":"bytes32","name":"storeVersion","type":"bytes32","indexed":true}],"type":"event","name":"HelloStore","anonymous":false},{"inputs":[{"internalType":"bytes32","name":"worldVersion","type":"bytes32","indexed":true}],"type":"event","name":"HelloWorld","anonymous":false},{"inputs":[{"internalType":"ResourceId","name":"tableId","type":"bytes32","indexed":true},{"internalType":"bytes32[]","name":"keyTuple","type":"bytes32[]","indexed":false}],"type":"event","name":"Store_DeleteRecord","anonymous":false},{"inputs":[{"internalType":"ResourceId","name":"tableId","type":"bytes32","indexed":true},{"internalType":"bytes32[]","name":"keyTuple","type":"bytes32[]","indexed":false},{"internalType":"bytes","name":"staticData","type":"bytes","indexed":false},{"internalType":"PackedCounter","name":"encodedLengths","type":"bytes32","indexed":false},{"internalType":"bytes","name":"dynamicData","type":"bytes","indexed":false}],"type":"event","name":"Store_SetRecord","anonymous":false},{"inputs":[{"internalType":"ResourceId","name":"tableId","type":"bytes32","indexed":true},{"internalType":"bytes32[]","name":"keyTuple","type":"bytes32[]","indexed":false},{"internalType":"uint8","name":"dynamicFieldIndex","type":"uint8","indexed":false},{"internalType":"uint48","name":"start","type":"uint48","indexed":false},{"internalType":"uint40","name":"deleteCount","type":"uint40","indexed":false},{"internalType":"PackedCounter","name":"encodedLengths","type":"bytes32","indexed":false},{"internalType":"bytes","name":"data","type":"bytes","indexed":false}],"type":"event","name":"Store_SpliceDynamicData","anonymous":false},{"inputs":[{"internalType":"ResourceId","name":"tableId","type":"bytes32","indexed":true},{"internalType":"bytes32[]","name":"keyTuple","type":"bytes32[]","indexed":false},{"internalType":"uint48","name":"start","type":"uint48","indexed":false},{"internalType":"bytes","name":"data","type":"bytes","indexed":false}],"type":"event","name":"Store_SpliceStaticData","anonymous":false},{"inputs":[],"stateMutability":"payable","type":"fallback"},{"inputs":[{"internalType":"ResourceId","name":"systemId","type":"bytes32"},{"internalType":"bytes","name":"callData","type":"bytes"}],"stateMutability":"payable","type":"function","name":"call","outputs":[{"internalType":"bytes","name":"","type":"bytes"}]},{"inputs":[{"internalType":"address","name":"delegator","type":"address"},{"internalType":"ResourceId","name":"systemId","type":"bytes32"},{"internalType":"bytes","name":"callData","type":"bytes"}],"stateMutability":"payable","type":"function","name":"callFrom","outputs":[{"internalType":"bytes","name":"","type":"bytes"}]},{"inputs":[],"stateMutability":"view","type":"function","name":"creator","outputs":[{"internalType":"address","name":"","type":"address"}]},{"inputs":[{"internalType":"ResourceId","name":"tableId","type":"bytes32"},{"internalType":"bytes32[]","name":"keyTuple","type":"bytes32[]"}],"stateMutability":"nonpayable","type":"function","name":"deleteRecord"},{"inputs":[{"internalType":"ResourceId","name":"tableId","type":"bytes32"},{"internalType":"bytes32[]","name":"keyTuple","type":"bytes32[]"},{"internalType":"uint8","name":"dynamicFieldIndex","type":"uint8"}],"stateMutability":"view","type":"function","name":"getDynamicField","outputs":[{"internalType":"bytes","name":"data","type":"bytes"}]},{"inputs":[{"internalType":"ResourceId","name":"tableId","type":"bytes32"},{"internalType":"bytes32[]","name":"keyTuple","type":"bytes32[]"},{"internalType":"uint8","name":"dynamicFieldIndex","type":"uint8"}],"stateMutability":"view","type":"function","name":"getDynamicFieldLength","outputs":[{"internalType":"uint256","name":"","type":"uint256"}]},{"inputs":[{"internalType":"ResourceId","name":"tableId","type":"bytes32"},{"internalType":"bytes32[]","name":"keyTuple","type":"bytes32[]"},{"internalType":"uint8","name":"dynamicFieldIndex","type":"uint8"},{"internalType":"uint256","name":"start","type":"uint256"},{"internalType":"uint256","name":"end","type":"uint256"}],"stateMutability":"view","type":"function","name":"getDynamicFieldSlice","outputs":[{"internalType":"bytes","name":"","type":"bytes"}]},{"inputs":[{"internalType":"ResourceId","name":"tableId","type":"bytes32"},{"internalType":"bytes32[]","name":"keyTuple","type":"bytes32[]"},{"internalType":"uint8","name":"fieldIndex","type":"uint8"},{"internalType":"FieldLayout","name":"fieldLayout","type":"bytes32"}],"stateMutability":"view","type":"function","name":"getField","outputs":[{"internalType":"bytes","name":"data","type":"bytes"}]},{"inputs":[{"internalType":"ResourceId","name":"tableId","type":"bytes32"},{"internalType":"bytes32[]","name":"keyTuple","type":"bytes32[]"},{"internalType":"uint8","name":"fieldIndex","type":"uint8"}],"stateMutability":"view","type":"function","name":"getField","outputs":[{"internalType":"bytes","name":"data","type":"bytes"}]},{"inputs":[{"internalType":"ResourceId","name":"tableId","type":"bytes32"}],"stateMutability":"view","type":"function","name":"getFieldLayout","outputs":[{"internalType":"FieldLayout","name":"fieldLayout","type":"bytes32"}]},{"inputs":[{"internalType":"ResourceId","name":"tableId","type":"bytes32"},{"internalType":"bytes32[]","name":"keyTuple","type":"bytes32[]"},{"internalType":"uint8","name":"fieldIndex","type":"uint8"},{"internalType":"FieldLayout","name":"fieldLayout","type":"bytes32"}],"stateMutability":"view","type":"function","name":"getFieldLength","outputs":[{"internalType":"uint256","name":"","type":"uint256"}]},{"inputs":[{"internalType":"ResourceId","name":"tableId","type":"bytes32"},{"internalType":"bytes32[]","name":"keyTuple","type":"bytes32[]"},{"internalType":"uint8","name":"fieldIndex","type":"uint8"}],"stateMutability":"view","type":"function","name":"getFieldLength","outputs":[{"internalType":"uint256","name":"","type":"uint256"}]},{"inputs":[{"internalType":"ResourceId","name":"tableId","type":"bytes32"}],"stateMutability":"view","type":"function","name":"getKeySchema","outputs":[{"internalType":"Schema","name":"keySchema","type":"bytes32"}]},{"inputs":[{"internalType":"ResourceId","name":"tableId","type":"bytes32"},{"internalType":"bytes32[]","name":"keyTuple","type":"bytes32[]"},{"internalType":"FieldLayout","name":"fieldLayout","type":"bytes32"}],"stateMutability":"view","type":"function","name":"getRecord","outputs":[{"internalType":"bytes","name":"staticData","type":"bytes"},{"internalType":"PackedCounter","name":"encodedLengths","type":"bytes32"},{"internalType":"bytes","name":"dynamicData","type":"bytes"}]},{"inputs":[{"internalType":"ResourceId","name":"tableId","type":"bytes32"},{"internalType":"bytes32[]","name":"keyTuple","type":"bytes32[]"}],"stateMutability":"view","type":"function","name":"getRecord","outputs":[{"internalType":"bytes","name":"staticData","type":"bytes"},{"internalType":"PackedCounter","name":"encodedLengths","type":"bytes32"},{"internalType":"bytes","name":"dynamicData","type":"bytes"}]},{"inputs":[{"internalType":"ResourceId","name":"tableId","type":"bytes32"},{"internalType":"bytes32[]","name":"keyTuple","type":"bytes32[]"},{"internalType":"uint8","name":"fieldIndex","type":"uint8"},{"internalType":"FieldLayout","name":"fieldLayout","type":"bytes32"}],"stateMutability":"view","type":"function","name":"getStaticField","outputs":[{"internalType":"bytes32","name":"data","type":"bytes32"}]},{"inputs":[{"internalType":"ResourceId","name":"tableId","type":"bytes32"}],"stateMutability":"view","type":"function","name":"getValueSchema","outputs":[{"internalType":"Schema","name":"valueSchema","type":"bytes32"}]},{"inputs":[{"internalType":"contract IModule","name":"initModule","type":"address"}],"stateMutability":"nonpayable","type":"function","name":"initialize"},{"inputs":[{"internalType":"contract IModule","name":"module","type":"address"},{"internalType":"bytes","name":"encodedArgs","type":"bytes"}],"stateMutability":"nonpayable","type":"function","name":"installRootModule"},{"inputs":[{"internalType":"ResourceId","name":"tableId","type":"bytes32"},{"internalType":"bytes32[]","name":"keyTuple","type":"bytes32[]"},{"internalType":"uint8","name":"dynamicFieldIndex","type":"uint8"},{"internalType":"uint256","name":"byteLengthToPop","type":"uint256"}],"stateMutability":"nonpayable","type":"function","name":"popFromDynamicField"},{"inputs":[{"internalType":"ResourceId","name":"tableId","type":"bytes32"},{"internalType":"bytes32[]","name":"keyTuple","type":"bytes32[]"},{"internalType":"uint8","name":"dynamicFieldIndex","type":"uint8"},{"internalType":"bytes","name":"dataToPush","type":"bytes"}],"stateMutability":"nonpayable","type":"function","name":"pushToDynamicField"},{"inputs":[{"internalType":"ResourceId","name":"tableId","type":"bytes32"},{"internalType":"bytes32[]","name":"keyTuple","type":"bytes32[]"},{"internalType":"uint8","name":"dynamicFieldIndex","type":"uint8"},{"internalType":"bytes","name":"data","type":"bytes"}],"stateMutability":"nonpayable","type":"function","name":"setDynamicField"},{"inputs":[{"internalType":"ResourceId","name":"tableId","type":"bytes32"},{"internalType":"bytes32[]","name":"keyTuple","type":"bytes32[]"},{"internalType":"uint8","name":"fieldIndex","type":"uint8"},{"internalType":"bytes","name":"data","type":"bytes"}],"stateMutability":"nonpayable","type":"function","name":"setField"},{"inputs":[{"internalType":"ResourceId","name":"tableId","type":"bytes32"},{"internalType":"bytes32[]","name":"keyTuple","type":"bytes32[]"},{"internalType":"uint8","name":"fieldIndex","type":"uint8"},{"internalType":"bytes","name":"data","type":"bytes"},{"internalType":"FieldLayout","name":"fieldLayout","type":"bytes32"}],"stateMutability":"nonpayable","type":"function","name":"setField"},{"inputs":[{"internalType":"ResourceId","name":"tableId","type":"bytes32"},{"internalType":"bytes32[]","name":"keyTuple","type":"bytes32[]"},{"internalType":"bytes","name":"staticData","type":"bytes"},{"internalType":"PackedCounter","name":"encodedLengths","type":"bytes32"},{"internalType":"bytes","name":"dynamicData","type":"bytes"}],"stateMutability":"nonpayable","type":"function","name":"setRecord"},{"inputs":[{"internalType":"ResourceId","name":"tableId","type":"bytes32"},{"internalType":"bytes32[]","name":"keyTuple","type":"bytes32[]"},{"internalType":"uint8","name":"fieldIndex","type":"uint8"},{"internalType":"bytes","name":"data","type":"bytes"},{"internalType":"FieldLayout","name":"fieldLayout","type":"bytes32"}],"stateMutability":"nonpayable","type":"function","name":"setStaticField"},{"inputs":[{"internalType":"ResourceId","name":"tableId","type":"bytes32"},{"internalType":"bytes32[]","name":"keyTuple","type":"bytes32[]"},{"internalType":"uint8","name":"dynamicFieldIndex","type":"uint8"},{"internalType":"uint40","name":"startWithinField","type":"uint40"},{"internalType":"uint40","name":"deleteCount","type":"uint40"},{"internalType":"bytes","name":"data","type":"bytes"}],"stateMutability":"nonpayable","type":"function","name":"spliceDynamicData"},{"inputs":[{"internalType":"ResourceId","name":"tableId","type":"bytes32"},{"internalType":"bytes32[]","name":"keyTuple","type":"bytes32[]"},{"internalType":"uint48","name":"start","type":"uint48"},{"internalType":"bytes","name":"data","type":"bytes"}],"stateMutability":"nonpayable","type":"function","name":"spliceStaticData"},{"inputs":[],"stateMutability":"pure","type":"function","name":"storeVersion","outputs":[{"internalType":"bytes32","name":"","type":"bytes32"}]},{"inputs":[],"stateMutability":"pure","type":"function","name":"worldVersion","outputs":[{"internalType":"bytes32","name":"","type":"bytes32"}]},{"inputs":[],"stateMutability":"payable","type":"receive"}],"devdoc":{"kind":"dev","methods":{"call(bytes32,bytes)":{"details":"If system is private, caller must have appropriate access.","params":{"callData":"The data for the system call.","systemId":"The ID of the system to be called."},"returns":{"_0":"Return data from the system call."}},"callFrom(address,bytes32,bytes)":{"details":"If system is private, caller must have appropriate access.","params":{"callData":"The ABI data for the system call.","delegator":"The address on whose behalf the system is called.","systemId":"The ID of the system to be called."},"returns":{"_0":"Return data from the system call."}},"constructor":{"details":"Event emitted when the World contract is created."},"deleteRecord(bytes32,bytes32[])":{"details":"Requires the caller to have access to the table's namespace or name.","params":{"keyTuple":"Array of keys identifying the record to delete.","tableId":"The unique identifier for the table."}},"getDynamicField(bytes32,bytes32[],uint8)":{"params":{"dynamicFieldIndex":"Index of the dynamic field to retrieve.","keyTuple":"The tuple used as a key to fetch the dynamic field.","tableId":"The ID of the table."},"returns":{"data":"The dynamic data of the specified field."}},"getDynamicFieldLength(bytes32,bytes32[],uint8)":{"params":{"dynamicFieldIndex":"Index of the dynamic field to measure.","keyTuple":"The tuple used as a key.","tableId":"The ID of the table."},"returns":{"_0":"The length of the specified dynamic field."}},"getDynamicFieldSlice(bytes32,bytes32[],uint8,uint256,uint256)":{"params":{"dynamicFieldIndex":"Index of the dynamic field to slice.","end":"The ending position of the slice.","keyTuple":"The tuple used as a key to fetch the dynamic field slice.","start":"The starting position of the slice.","tableId":"The ID of the table."},"returns":{"_0":"The sliced data from the specified dynamic field."}},"getField(bytes32,bytes32[],uint8)":{"details":"This overload loads the FieldLayout from storage. If the table's FieldLayout is known to the caller, it should be passed in to the other overload to avoid the storage read.","params":{"fieldIndex":"Index of the field to retrieve.","keyTuple":"The tuple used as a key to fetch the field.","tableId":"The ID of the table."},"returns":{"data":"The data of the specified field."}},"getField(bytes32,bytes32[],uint8,bytes32)":{"params":{"fieldIndex":"Index of the field to retrieve.","fieldLayout":"The layout of fields for the retrieval.","keyTuple":"The tuple used as a key to fetch the field.","tableId":"The ID of the table."},"returns":{"data":"The data of the specified field."}},"getFieldLayout(bytes32)":{"params":{"tableId":"The ID of the table for which to retrieve the field layout."},"returns":{"fieldLayout":"The layout of fields in the specified table."}},"getFieldLength(bytes32,bytes32[],uint8)":{"details":"This overload loads the FieldLayout from storage. If the table's FieldLayout is known to the caller, it should be passed in to the other overload to avoid the storage read.","params":{"fieldIndex":"Index of the field to measure.","keyTuple":"The tuple used as a key.","tableId":"The ID of the table."},"returns":{"_0":"The length of the specified field."}},"getFieldLength(bytes32,bytes32[],uint8,bytes32)":{"params":{"fieldIndex":"Index of the field to measure.","fieldLayout":"The layout of fields for measurement.","keyTuple":"The tuple used as a key.","tableId":"The ID of the table."},"returns":{"_0":"The length of the specified field."}},"getKeySchema(bytes32)":{"params":{"tableId":"The ID of the table."},"returns":{"keySchema":"The schema for keys in the specified table."}},"getRecord(bytes32,bytes32[])":{"params":{"keyTuple":"The tuple used as a key to fetch the record.","tableId":"The ID of the table."},"returns":{"dynamicData":"The dynamic data of the record.","encodedLengths":"Encoded lengths of dynamic data.","staticData":"The static data of the record."}},"getRecord(bytes32,bytes32[],bytes32)":{"params":{"fieldLayout":"The layout of fields to retrieve.","keyTuple":"The tuple used as a key to fetch the record.","tableId":"The ID of the table."},"returns":{"dynamicData":"The dynamic data of the record.","encodedLengths":"Encoded lengths of dynamic data.","staticData":"The static data of the record."}},"getStaticField(bytes32,bytes32[],uint8,bytes32)":{"params":{"fieldIndex":"Index of the static field to retrieve.","fieldLayout":"The layout of fields for the retrieval.","keyTuple":"The tuple used as a key to fetch the static field.","tableId":"The ID of the table."},"returns":{"data":"The static data of the specified field."}},"getValueSchema(bytes32)":{"params":{"tableId":"The ID of the table."},"returns":{"valueSchema":"The schema for values in the specified table."}},"initialize(address)":{"details":"Only the initial creator can initialize. This can be done only once.","params":{"initModule":"The core module to initialize the World with."}},"installRootModule(address,bytes)":{"details":"The caller must own the root namespace.","params":{"encodedArgs":"The ABI encoded arguments for module installation.","module":"The module to be installed."}},"popFromDynamicField(bytes32,bytes32[],uint8,uint256)":{"params":{"byteLengthToPop":"The number of bytes to remove from the end of the dynamic field.","dynamicFieldIndex":"Index of the dynamic field to remove data from.","keyTuple":"Array of keys identifying the record.","tableId":"The unique identifier for the table."}},"pushToDynamicField(bytes32,bytes32[],uint8,bytes)":{"params":{"dataToPush":"Data to append to the specified dynamic field.","dynamicFieldIndex":"Index of the dynamic field to append to.","keyTuple":"Array of keys identifying the record.","tableId":"The unique identifier for the table."}},"setDynamicField(bytes32,bytes32[],uint8,bytes)":{"params":{"data":"Data to write into the specified dynamic field.","dynamicFieldIndex":"Index of the dynamic field to modify.","keyTuple":"Array of keys identifying the record.","tableId":"The unique identifier for the table."}},"setField(bytes32,bytes32[],uint8,bytes)":{"params":{"data":"Data to write into the specified field.","fieldIndex":"Index of the field to modify.","keyTuple":"Array of keys identifying the record.","tableId":"The unique identifier for the table."}},"setField(bytes32,bytes32[],uint8,bytes,bytes32)":{"params":{"data":"Data to write into the specified field.","fieldIndex":"Index of the field to modify.","fieldLayout":"The layout to adhere to when modifying the field.","keyTuple":"Array of keys identifying the record.","tableId":"The unique identifier for the table."}},"setRecord(bytes32,bytes32[],bytes,bytes32,bytes)":{"details":"Requires the caller to have access to the table's namespace or name (encoded in the tableId).","params":{"dynamicData":"Dynamic data (variable length fields) of the record.","encodedLengths":"Encoded lengths of data.","keyTuple":"Array of keys identifying the record.","staticData":"Static data (fixed length fields) of the record.","tableId":"The unique identifier for the table."}},"setStaticField(bytes32,bytes32[],uint8,bytes,bytes32)":{"details":"Requires the caller to have access to the table's namespace or name (encoded in the tableId).","params":{"data":"Data to write into the specified static field.","fieldIndex":"Index of the static field to modify.","fieldLayout":"The layout to adhere to when modifying the field.","keyTuple":"Array of keys identifying the record.","tableId":"The unique identifier for the table."}},"spliceDynamicData(bytes32,bytes32[],uint8,uint40,uint40,bytes)":{"params":{"data":"Data to splice into the dynamic data of the field.","deleteCount":"Number of bytes to delete starting from the `startWithinField`.","dynamicFieldIndex":"Index of the dynamic field to modify.","keyTuple":"Array of keys identifying the record.","startWithinField":"Start position within the specified dynamic field.","tableId":"The unique identifier for the table."}},"spliceStaticData(bytes32,bytes32[],uint48,bytes)":{"params":{"data":"Data to splice into the static data of the record.","keyTuple":"Array of keys identifying the record.","start":"Position from where the static data modification should start.","tableId":"The unique identifier for the table."}},"storeVersion()":{"returns":{"_0":"The current version of the store as a bytes32."}},"worldVersion()":{"returns":{"_0":"The current version of the world contract."}}},"version":1},"userdoc":{"kind":"user","methods":{"call(bytes32,bytes)":{"notice":"Calls a system with a given system ID."},"callFrom(address,bytes32,bytes)":{"notice":"Calls a system with a given system ID on behalf of the given delegator."},"creator()":{"notice":"Address of the contract's creator."},"deleteRecord(bytes32,bytes32[])":{"notice":"Deletes a record from the table identified by `tableId`."},"getDynamicField(bytes32,bytes32[],uint8)":{"notice":"Retrieves data for a specific dynamic (variable length) field in a record."},"getDynamicFieldLength(bytes32,bytes32[],uint8)":{"notice":"Calculates the length of a specified dynamic (variable length) field in a record."},"getDynamicFieldSlice(bytes32,bytes32[],uint8,uint256,uint256)":{"notice":"Retrieves a slice of a dynamic (variable length) field."},"getField(bytes32,bytes32[],uint8)":{"notice":"Retrieves data for a specified field in a record."},"getField(bytes32,bytes32[],uint8,bytes32)":{"notice":"Retrieves data for a specified field in a record."},"getFieldLayout(bytes32)":{"notice":"Fetches the field layout for a given table."},"getFieldLength(bytes32,bytes32[],uint8)":{"notice":"Calculates the length of a specified field in a record."},"getFieldLength(bytes32,bytes32[],uint8,bytes32)":{"notice":"Calculates the length of a specified field in a record."},"getKeySchema(bytes32)":{"notice":"Retrieves the key schema for a given table."},"getRecord(bytes32,bytes32[])":{"notice":"Fetches a record from a specified table using a provided key tuple."},"getRecord(bytes32,bytes32[],bytes32)":{"notice":"Fetches a record from a specified table using a provided key tuple and field layout."},"getStaticField(bytes32,bytes32[],uint8,bytes32)":{"notice":"Retrieves data for a specific static (fixed length) field in a record."},"getValueSchema(bytes32)":{"notice":"Retrieves the value schema for a given table."},"initialize(address)":{"notice":"Initializes the World by installing the core module."},"installRootModule(address,bytes)":{"notice":"Installs a given root module in the World."},"popFromDynamicField(bytes32,bytes32[],uint8,uint256)":{"notice":"Removes a specified amount of data from the end of a dynamic (variable length) field in the table identified by `tableId`."},"pushToDynamicField(bytes32,bytes32[],uint8,bytes)":{"notice":"Appends data to the end of a dynamic (variable length) field in the table identified by `tableId`."},"setDynamicField(bytes32,bytes32[],uint8,bytes)":{"notice":"Writes data into a dynamic (varible length) field in the table identified by `tableId`."},"setField(bytes32,bytes32[],uint8,bytes)":{"notice":"Writes data into a specified field in the table identified by `tableId`."},"setField(bytes32,bytes32[],uint8,bytes,bytes32)":{"notice":"Writes data into a specified field in the table, adhering to a specific layout."},"setRecord(bytes32,bytes32[],bytes,bytes32,bytes)":{"notice":"Writes a record in the table identified by `tableId`."},"setStaticField(bytes32,bytes32[],uint8,bytes,bytes32)":{"notice":"Writes data into a static (fixed length) field in the table identified by `tableId`."},"spliceDynamicData(bytes32,bytes32[],uint8,uint40,uint40,bytes)":{"notice":"Modifies dynamic (variable length) data in a record for a specified field."},"spliceStaticData(bytes32,bytes32[],uint48,bytes)":{"notice":"Modifies static (fixed length) data in a record at the specified position."},"storeVersion()":{"notice":"Retrieves the version of the store."}},"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/World.sol":"World"},"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":"0x7dec900f9c9e7dff59430fa6f520e76c56338c3e829201aea140d49342e4fef8","urls":["bzz-raw://e55c1dfcda94dcc64b8577949b2e92a9d3fc44f5fba1ae77ceacccfdc8e22e35","dweb:/ipfs/QmS7uRJbEQYkPuZ5Dz5aSNjaaxj9PA8RtxUeUGN2W3jZx6"],"license":"MIT"},"node_modules/@latticexyz/store/src/FieldLayout.sol":{"keccak256":"0xf6881fc6c28fc265369dd73936c79e194dc221f872cd28d3bf007f5012dba9e2","urls":["bzz-raw://7530258c9641a76d9a128f2c6041546a0d2ace67cf988900f51db7bcf99cd43e","dweb:/ipfs/QmUsb7geQHbySyyDSf2jirwHRym8wp88bQASkYnAMSwCqk"],"license":"MIT"},"node_modules/@latticexyz/store/src/Hook.sol":{"keccak256":"0xd016a2e1260f5a81ff9a8dfac58d7947e114414df8cce7302a2629908ea5f18e","urls":["bzz-raw://0c558a6f3a5f540c0190fa6d642a094a185c5db1acfc2437c7dbde0340f00ac3","dweb:/ipfs/QmViAHvR7U7HNfBiBZEMFiy1TTSHDFNiDzBfQSeLBShCky"],"license":"MIT"},"node_modules/@latticexyz/store/src/IERC165.sol":{"keccak256":"0x0efbf9afc716c585621482221f75e5bd60bcf0e813c9f7800d7c0309dcc3c927","urls":["bzz-raw://31b6aeb5446a0a0d5bd71be15a68c5bde94b08c961369203b83c8abe36f401d2","dweb:/ipfs/QmXhComne4es9ZMKaGNqHCdJZrFoFssxMYgLaqvCXPL1Mg"],"license":"MIT"},"node_modules/@latticexyz/store/src/IFieldLayoutErrors.sol":{"keccak256":"0xaef70c46e412bded1024ac82c957cea81c1d1ab11878a95635531e2ac9673a53","urls":["bzz-raw://cda2c7dc02ee8f0163b1c8d0f3e1e05d48b2a009e5c7365d2418f17bc3455817","dweb:/ipfs/QmXHDZuCPTxjHaeiEaJhA81koX2NJ3Gj1zt5WVWaz77FL8"],"license":"MIT"},"node_modules/@latticexyz/store/src/IPackedCounterErrors.sol":{"keccak256":"0xb7fea790ba0b4897d68a6ad1b6272969762acda712f8e465655f0b4ea9d86c03","urls":["bzz-raw://4227afe9f8fae6c1e691105afd0cea4a17cfa079f55774547a6ae9bc125b4a37","dweb:/ipfs/QmVA8i35XwNNkS2PCNGTvNSQutwFbVx8qYf5SqsqY9KhaV"],"license":"MIT"},"node_modules/@latticexyz/store/src/ISchemaErrors.sol":{"keccak256":"0x0ac3de36c9d0058a17fcd7f1a905132215fd16ea3ed3b5109de1de04ddd7c441","urls":["bzz-raw://f83fa2546009cfd16b3b3969dcec1d67c9d818d910177b885ba263b6a948c65d","dweb:/ipfs/QmehywHdvFYBL9BTtoPsVVwJXsEA4Xjk8aPWoHw1R45KeY"],"license":"MIT"},"node_modules/@latticexyz/store/src/ISliceErrors.sol":{"keccak256":"0x72684b7dfc1b44537401ccf10d6120186d02323266fcc762bc81859985eded4c","urls":["bzz-raw://e8d037b6937969ae54018ddf647eeaf5eb69a2b0bf9edf9456d3d270316b2883","dweb:/ipfs/QmfYJeyAmzRqpn68FteiM97p5t17iBw62FCET4bK5g4w37"],"license":"MIT"},"node_modules/@latticexyz/store/src/IStore.sol":{"keccak256":"0xcca682e9b4ce25691b535b4263b46fe742378e560458193e0a46f9be6682198d","urls":["bzz-raw://35df157436b75d740251f03ddc5a7f8841d519ba59a841d287e50e1dd6e5b699","dweb:/ipfs/QmWwHDr5rDa88ZYeSdxQiQ94E3RoJbsnKsRgTScEN3SCG2"],"license":"MIT"},"node_modules/@latticexyz/store/src/IStoreData.sol":{"keccak256":"0xf1af17eb0d23488342f7addadecd166c58b21c8a7c2d942d9d57f0ee489463fb","urls":["bzz-raw://d35fceb7562a14c126b996c497a9bae51edc72a0a79aec1dc3ebe6921ea32021","dweb:/ipfs/QmTRDmwg771nVBdjmd77didbDPaaXBY11hbPGXBumuH1XJ"],"license":"MIT"},"node_modules/@latticexyz/store/src/IStoreErrors.sol":{"keccak256":"0x37e4d2f015dd4005ff9b3f711257c891027804bc268db1791984af4989951912","urls":["bzz-raw://a4a566ea96b69211f503707f69a9f9012d5873a3fd57b3f221549f46a7518df6","dweb:/ipfs/QmVgcE3JufJr3iyeV6xqkvS4YtDcy6Eqyram2yzWUhwoB4"],"license":"MIT"},"node_modules/@latticexyz/store/src/IStoreEvents.sol":{"keccak256":"0x5e50e8c87b09a34f8b4141adb779ccb25f37e8c102ee28dc85dd77db9993db82","urls":["bzz-raw://d0ebfe462012320c7795ddd29ca9fc0ee738327a92507b776379aabd34324cf2","dweb:/ipfs/QmacJ8TwoMekCWvv8LMrDRmBBMKkE6yRvAUBN4twWeLMCa"],"license":"MIT"},"node_modules/@latticexyz/store/src/IStoreHook.sol":{"keccak256":"0x3e9eb573557af7e7cf40281ba7b3ebdffb4e3b13ecc49827b307a5f061028087","urls":["bzz-raw://36391ca958dbb9fac695b28ebc5be2e9c47cbff3bab85ba779b08870ee32ef09","dweb:/ipfs/QmZBhQPg2X4HxHaBUyEL7dn4bnuGoKpiHHTTKSYUGNBLh7"],"license":"MIT"},"node_modules/@latticexyz/store/src/IStoreRead.sol":{"keccak256":"0xabefed80f6691fd3b3362a5434e4c24a38d2ca5c51279b722aa25d897b5427d0","urls":["bzz-raw://a711569d612187f6738a4bb39d8d8419a03ff3da91c45209b4096e5dcdfca53c","dweb:/ipfs/QmWTGSZyrGmbpwfttR8nLzFYqbjg1L3G9P8xfrtzg8QVpH"],"license":"MIT"},"node_modules/@latticexyz/store/src/IStoreRegistration.sol":{"keccak256":"0x9e91a73f93cc9ebc00c265c83177f6a3f8a156749a9261202e2845e12aeaa96b","urls":["bzz-raw://a39280d87d22dd0a959d8f55925cb092dba1fee2f11d3dd8e3ffabed45a9ab6a","dweb:/ipfs/QmRMBFLJtT2KN43Xz9P3vUNWxXrP8rLTNBFw2P6Z7EGeaS"],"license":"MIT"},"node_modules/@latticexyz/store/src/IStoreWrite.sol":{"keccak256":"0x3f115843507290fa8b5dabee0a69b03397274fb1291d79ecb51ab80055bea5dd","urls":["bzz-raw://0733e8df7e6e5ca91800c97d4914e9743fbe84a4a16bad01c76c1539d0d8046a","dweb:/ipfs/QmeRqJ1tBBgEMc1z29m4UM46QSjxDvrmV2v86J8bNCb4o5"],"license":"MIT"},"node_modules/@latticexyz/store/src/Memory.sol":{"keccak256":"0xef6e7000b181c2991aeacbf99a9d886f8c4df88878b857713f851185b63a7811","urls":["bzz-raw://b079b4773d140ab2c01bdb04facfa56a78f753aea7122fa445b2bfa133411392","dweb:/ipfs/QmWYWKFpwtsPeGdCSxcANgxXUbwAuMMgR7iMVPDSCZxz2A"],"license":"MIT"},"node_modules/@latticexyz/store/src/PackedCounter.sol":{"keccak256":"0xc27fe981ae23ca9a894a1e9081dcbec8f88fd12e741445b989ff9a756b29c4a7","urls":["bzz-raw://88dc94ac9c32ed8ac65f6e3e872953be04ce27d1645ba505031b1cd34a99b72a","dweb:/ipfs/QmV8VPFDwm8cA1HFr4Kebgu3YdbqkAwKdrwkHpRP1DBXfv"],"license":"MIT"},"node_modules/@latticexyz/store/src/ResourceId.sol":{"keccak256":"0x167af6321dc89c2e5850e31949b1d64ab70bb1cc809daa54a030e8ff30f35411","urls":["bzz-raw://e4b1a2d5da7e4f79349f5257a62b4c6ffe110d6e18fe407099aec71a2f3b2539","dweb:/ipfs/QmQXqehp55UecYyuYTiPBKSnuedqYybXfCCjoPPrZ2hnRw"],"license":"MIT"},"node_modules/@latticexyz/store/src/Schema.sol":{"keccak256":"0x0d2a08030d21292ecbcc850d9111f3817d03f17cd5e02186894848a9152d79d7","urls":["bzz-raw://3f30024c1613fb587aaba4c1dcb8e4e46ed765a2cebd5b63fbebd327d1bf13d3","dweb:/ipfs/QmZzqSnPMYKDYwbFNvUFrvuazMUyQHzQ59w3A9x6juHAm7"],"license":"MIT"},"node_modules/@latticexyz/store/src/Slice.sol":{"keccak256":"0xae6c03881fdfa56cba1879d9c9c6b52c2829e6a278a200176678d8da05a89345","urls":["bzz-raw://3cad7dc4944c0518de2e7f99697485d365ae37aa6cad6967996377c2dd951fe4","dweb:/ipfs/QmW3grFwr8BcgJmLfjLbj3FthnD7NRUBFMFiahbXztHPr7"],"license":"MIT"},"node_modules/@latticexyz/store/src/Storage.sol":{"keccak256":"0x7e735a4c7fa8b8a5fe2371d90801e3287ddb78efed69b31e1a76f0b7b153c4c3","urls":["bzz-raw://9e6db36bd52144b6feeecd91a58fc311127a3892fc96c4171db5b570fe9876ee","dweb:/ipfs/QmS6LqnTZvpMc4eiz5JowBoNnh3RYemG6JHjqtYucT1rQi"],"license":"MIT"},"node_modules/@latticexyz/store/src/StoreCore.sol":{"keccak256":"0x506379a8fc67e12c3384faf8db13b88440326973e7da4e8914defbdf974e5721","urls":["bzz-raw://6aa992c4137302330a374715c922a15f4afc1909680fe83a22808b738453779a","dweb:/ipfs/QmedBdCc7WnUs1yseY1RAPUHMEFVA9UnwAd8xTDwwcDsSE"],"license":"MIT"},"node_modules/@latticexyz/store/src/StoreData.sol":{"keccak256":"0xc9f4998e8e0b066bf043a60cb8b1a94e85cf7329e356d80c42c4b15843554e10","urls":["bzz-raw://c94f9ad8300d910feb29ee8dc729536ce2651cf1e6aaca1328994405942a22d0","dweb:/ipfs/QmcGNft5LMhisf5ToTEUnYSThVJ6oCwT4GMVHjWPgda5mt"],"license":"MIT"},"node_modules/@latticexyz/store/src/StoreRead.sol":{"keccak256":"0x972726acd7687582b341b7521516700e7b7202491ebf34d679f55855548464d4","urls":["bzz-raw://1f987c7db503613cca9a709cd3936e41e4b00db3d0b11944b07a0e788a665694","dweb:/ipfs/QmPY97UnSPJeSD3ieFSxGj6seh15gr4bgwt5wc3YENudqY"],"license":"MIT"},"node_modules/@latticexyz/store/src/StoreSwitch.sol":{"keccak256":"0x868d515c7579d909f73cc5353e7a58fdb361d0c9dde83b11fa1529f0c2dd21fe","urls":["bzz-raw://fdeb6ca2dc6cae645c13cba6a5b08ff495858e32f16f8b54d19784d4da012d37","dweb:/ipfs/QmPyHrJFDUddguyWcYEwfbTisRkzmwDx169feEZCJq8v9Z"],"license":"MIT"},"node_modules/@latticexyz/store/src/codegen/index.sol":{"keccak256":"0x094a6f1e2910b345b6b254e0fc2c8882b3190c673f7ee19742e857057a4d3f85","urls":["bzz-raw://18908e2e7e878635abea72ef99851fddd204371e6b641f010e831ebfa0b1bfd4","dweb:/ipfs/QmSNAxXqxTrzPkZ4rSAQgBnuer1yLPq74hoqnzrZV3WGsb"],"license":"MIT"},"node_modules/@latticexyz/store/src/codegen/tables/Hooks.sol":{"keccak256":"0x02cc84859c7f2b57f2ca5e0bf27e6cb5c5a911f3891c6b12878fb31d18fd2f66","urls":["bzz-raw://0724e7df4b0752acab63a6f900e84aaafc2eac62f67ab499e9ee02da9abd73c8","dweb:/ipfs/QmQnvC3yBiCR61PfY2uiDG7JiLdy9Cw1a7YhLUd8bLFzab"],"license":"MIT"},"node_modules/@latticexyz/store/src/codegen/tables/ResourceIds.sol":{"keccak256":"0xca6f60a79f25447aeb390156c987e77fef837e1b23db294076425759e9dc60f8","urls":["bzz-raw://bf6c4c5e25a0ed37abcba6346dc59259bb634634edf8cc86bd14db92a32768c8","dweb:/ipfs/QmbQxGchi71XtGAK5uF1H96Xfhh7fAx9c9LpEwc4q5hUxt"],"license":"MIT"},"node_modules/@latticexyz/store/src/codegen/tables/StoreHooks.sol":{"keccak256":"0x59c633598dae70cb65fd0cd5fda434f2beed4421463340ba5ea99ba07843f9c2","urls":["bzz-raw://57738241ca53b9cd7883f7e24e7b1c98ca6cde65bae60c73a65f5a0372aa4912","dweb:/ipfs/Qmac9wp9ScJbS9KCCdzLqQikvNn7br293vzfkqXQcjtmeE"],"license":"MIT"},"node_modules/@latticexyz/store/src/codegen/tables/Tables.sol":{"keccak256":"0xe5c0071b598577e12f02a423dc2185403cfa8c5a62926fbda83dc5d846cb612a","urls":["bzz-raw://0a2af2477805d80280401d3c6ffc57117e52e33492f8d3d57bee7fb37636658e","dweb:/ipfs/QmeonwdLCzZVkDfLaLKcMZwTXfkVYXAgZptHbuKri2rtn3"],"license":"MIT"},"node_modules/@latticexyz/store/src/constants.sol":{"keccak256":"0x88689af9b661f7eb723123fbe212876c2f342cfdb3a01ea7f4e94e9c8f819877","urls":["bzz-raw://f39abf5a2306a4346d9909f98d7808474c85ed46d552a503d2a69f4dccb54289","dweb:/ipfs/QmcBLXR8ckXfoBCntFF8YcoTymKNJv7PkmFpgy4zZtTRUd"],"license":"MIT"},"node_modules/@latticexyz/store/src/rightMask.sol":{"keccak256":"0x28887aab8ad5ca598927e59d702999ca6e3b3128f1cddd2b995a381c8d04b275","urls":["bzz-raw://7710847f4689b7f5b81436c7d52ae4395f244a2eebf8d398b2edd43accb06754","dweb:/ipfs/QmTD2wYqryXTynHAn5Vf9wtjUUSGeCJWENZTnWtBAK38pa"],"license":"MIT"},"node_modules/@latticexyz/store/src/storeHookTypes.sol":{"keccak256":"0x4f29001e53690ce74fe405a6d0376a564c9c743d1631d36fab04331865e4d572","urls":["bzz-raw://138c80abd63225a3eeb01ebfa1f9288e188a7ee5b2266b275fb4ed31b5aa30e3","dweb:/ipfs/QmdEx9uHgCCbTcetGwFH5a66Ft7ajmrMDXvP1fW7WjnnE2"],"license":"MIT"},"node_modules/@latticexyz/store/src/storeResourceTypes.sol":{"keccak256":"0x1c4cb6b3ecf76f614479ab304d7de3ade0e99c7ccfd07717b57c92f699a27261","urls":["bzz-raw://2c9b0e0c9b3b5610d6fd65a8ffd7c54df390a34ccc70d58f4a055c49ad1ea586","dweb:/ipfs/QmP6ffpnR7aRyvq9AiUkVNH6LbGfFP3NDq7E2n2PVcHhp2"],"license":"MIT"},"node_modules/@latticexyz/store/src/tightcoder/DecodeSlice.sol":{"keccak256":"0x310523f7f3acca841e62fe50be8d8b042cad5b3c239cb1105d6623cf83e63152","urls":["bzz-raw://1cc40ca233acf6502bc65677b381c05331dd7323953e54b5df969051e47f851e","dweb:/ipfs/QmTxy9mhodT8drezB5K1kPR78AMaARomoJqDyaWpLuCKui"],"license":"MIT"},"node_modules/@latticexyz/store/src/tightcoder/EncodeArray.sol":{"keccak256":"0x259ee545fd9dfd4767f0b7fef31f52fd3c54c4a1c6657d6fbda4927800c937b3","urls":["bzz-raw://0a4e31efa9f476cd267af7c3e11fe0151252206a1f6407a80a4092444c2de8ea","dweb:/ipfs/QmRF4gWYw33mFTMh7nX8DJ1qzx3Ko6yMsnxubzYTRppdyo"],"license":"MIT"},"node_modules/@latticexyz/store/src/tightcoder/TightCoder.sol":{"keccak256":"0x0e74ff88ec94cb33f79d8afc1497c4fdccf02db40ab47f3701c7d02fc305d4d8","urls":["bzz-raw://36b7cd0c2a3f2dcdc83ab7ac5a93f123746ce29c0f1000f2b275ad2c647ff0f3","dweb:/ipfs/QmYdipHYUhHhS78wLdtmKZUK14FEwpto5mFy3rNeZssMLz"],"license":"MIT"},"node_modules/@latticexyz/store/src/version.sol":{"keccak256":"0xfc030c5075377169d4384cf89e8a1037dacab1ee53bcb867d5ace75e4ee5df46","urls":["bzz-raw://d1c310ce30a1a39380108e75c5f893f58be159cf4b80706b43b8466f4bc4aa0b","dweb:/ipfs/QmXWTsz6Gk8XQKmNNNLHaRuHxJis1dHmoStWoANAYwfmcz"],"license":"MIT"},"node_modules/@latticexyz/world/src/AccessControl.sol":{"keccak256":"0xe9e1b1e588699a15ee81cc46f5959e14ff323787b576681abe7b0163d5988a4e","urls":["bzz-raw://f19076661965fcf60fbf5e58ee8a83daac63e174806af79f5fd4144929cab899","dweb:/ipfs/QmVQxPrkHpSo1fbsqGvToXc6q9x8zrVrGaZjKTKY413QBm"],"license":"MIT"},"node_modules/@latticexyz/world/src/Delegation.sol":{"keccak256":"0x1ad6ce468042f6ba104c8fa2cd5506e434e1bd458448492ae9e8d1993a7e5f1d","urls":["bzz-raw://ded3d879ad5a4119f9ff2320ff27f63a06bc3853e91d3697b3406ee3e6ab65d5","dweb:/ipfs/QmTMjjArXQxXa3WeFF4dvvkAFSEstHTTsNYDCckgCBUVeE"],"license":"MIT"},"node_modules/@latticexyz/world/src/ERC165Checker.sol":{"keccak256":"0xc63b86705fd62b862e422f830604b7e14e18f1fab662b70a02f656f6ace4fdc7","urls":["bzz-raw://9d674c90bcc5b21e93b0b2a685c6cff86a69962cf900811af677ce77c3598dcf","dweb:/ipfs/QmVE4pv8AFQWP9RRdaqGo6FP1AR8svMaUQsPnEHZc5VLgF"],"license":"MIT"},"node_modules/@latticexyz/world/src/IDelegationControl.sol":{"keccak256":"0x7cc2fbdd8ff6c996e19fab46c1031b76355da74973cebf45ce4df4b035d566bf","urls":["bzz-raw://857d577f84a68018a3392ec4540c15e80326aaf4b0f224d0d239605abacfc0f3","dweb:/ipfs/QmVEr3rTH1F1BFaCTMd7MmuceTqASwKBcMRnuFZ4tUAYmR"],"license":"MIT"},"node_modules/@latticexyz/world/src/IERC165.sol":{"keccak256":"0xe3d9074a1be3247be67ff4dd2c9e41481650ddaa799285a249736bb85673e33d","urls":["bzz-raw://0b6743ee1e6d0c74927bf17fc1da0cad7575aa7634871b94190ffbdb4c28c2a7","dweb:/ipfs/Qma5bNsPJSBTesWxg3eAAMUBTDE7UjqWaHF7eMiGwP87jr"],"license":"MIT"},"node_modules/@latticexyz/world/src/IModule.sol":{"keccak256":"0xbb926cf64e685bbf2770d60124664cc84ab70bd3038e17a074f2d472c3fc2c57","urls":["bzz-raw://143c3dcbdf1702dd4f9c869629609386c12f7c0247e88a6d062dc4d519ebe0d2","dweb:/ipfs/QmQJSDd8uFL4sssw9fb9NHo4s6zjuDUgmrLHj3zsJuhMo1"],"license":"MIT"},"node_modules/@latticexyz/world/src/IModuleErrors.sol":{"keccak256":"0x60917e029779c81cfea1f5140c389269e51d7adb78987f39101b9e0d7bdad12d","urls":["bzz-raw://513f41920d67ca28c3e0fe247403c28a4d342785192df449c99d5f92db04fcea","dweb:/ipfs/QmeAG2TtxAgcJQR4QxftuSvQrxisYQ1i1GZoyd7oeFQBDJ"],"license":"MIT"},"node_modules/@latticexyz/world/src/ISystemHook.sol":{"keccak256":"0x81f1743d7ca6a9c7efc4997cf95e603ccb2070885265ca0e540f461aa7430721","urls":["bzz-raw://93d99e78b541b33ecd501bf0cd407a78cef490fec8eaef2f188bddb9e293a99f","dweb:/ipfs/QmPrcMDxwhvBZTr2AxoGqJA9L3Mjx27KBc98h3gXSsa3PM"],"license":"MIT"},"node_modules/@latticexyz/world/src/IWorldContextConsumer.sol":{"keccak256":"0xb39e9d8cff4162e255f6c460ef9f9f0ad5b804627f745d967b2f10d0dd509299","urls":["bzz-raw://18d957cd87febccc00d82b9454047f0f5236250c9245befc0f57978671675255","dweb:/ipfs/QmdZ1eXBd15vLpLVqTNJDAAaTzzucpRLD8GPJahLKT4J7x"],"license":"MIT"},"node_modules/@latticexyz/world/src/IWorldErrors.sol":{"keccak256":"0x0abae6f4ed1b3070bddd0ed194c08b83a948b61ae959396202cf627bf1056a2b","urls":["bzz-raw://a7037954f281cc0188a5aafc1d0cca0aabc110fd0234e6c43dca35ad69ed3baf","dweb:/ipfs/Qmbv2nfK1qPpnoAbqNJFqWwo7AuyaX2ZEgZMFspMv7DR5B"],"license":"MIT"},"node_modules/@latticexyz/world/src/IWorldEvents.sol":{"keccak256":"0x740924c595b68e61be8a49929ca49a4de7115b96f6f6c79ffb509f3ad60d4ba7","urls":["bzz-raw://b6d91ca5cd0984996fe1c4a3efc204585c8f8cae7bde65a7cda2900928cc36c6","dweb:/ipfs/QmNYGENCUk3d9xPeuepminJWG5u63uF9yVBYPXnbLdbCXV"],"license":"MIT"},"node_modules/@latticexyz/world/src/IWorldKernel.sol":{"keccak256":"0x80430eb75c567e46d5da44070c6c366bca93204fab4243d47faceed7f8b25a54","urls":["bzz-raw://514940d33af3389e4702b72e250c8ce35fad10d55c2c8c8163f5a578390ce903","dweb:/ipfs/QmWZ7qwGCZZVWCXDK1bryF1iL8WevoMQJVSNnmQknvTUMy"],"license":"MIT"},"node_modules/@latticexyz/world/src/SystemCall.sol":{"keccak256":"0x5012c0607c8d41a4eed69d8a0430f742844883d3c3f17a6717ac287608b4e6af","urls":["bzz-raw://c389f65d050849cc95a7df9f45145186a60ae892b7d02b26ec92f8a38f8e2ee5","dweb:/ipfs/QmNQPBewaXghhVeJDaC1XUK6BbFrZ5qUjryhmJuyvgWdbF"],"license":"MIT"},"node_modules/@latticexyz/world/src/World.sol":{"keccak256":"0x8b832edde52159747307cd979b96dc5d528391b43b4f8032b79a23fbb6e7c3e5","urls":["bzz-raw://3a738d14336eeac1a264eab91a9234add247c5e8403863bfe08f592972b3f54a","dweb:/ipfs/QmQG4YLcDW1yzMyun6sT2M6pUKQFSmzV5sKkQNwLXs2wf6"],"license":"MIT"},"node_modules/@latticexyz/world/src/WorldContext.sol":{"keccak256":"0x50ca52bdd89a9f27d6b03ad00ef45c8c5a6884ea9d75e18f8fa53524ac2feed9","urls":["bzz-raw://55febdece37b291527094fb654919d4c8fe0b231792996a14c5e5cc76512b19e","dweb:/ipfs/QmZHFbDDNmdFHWc1uTSvDgMUUgb8NgBPb1cDUJYajswbHT"],"license":"MIT"},"node_modules/@latticexyz/world/src/WorldResourceId.sol":{"keccak256":"0xaff9a22fac8a0f6eee5763b07a7ccb623c829d37922b85e42e914aad2ad417ee","urls":["bzz-raw://e598f0274d6d97c0a09806bf4fd1f0d054c310cf51b2123f5ce6380d6f3186ea","dweb:/ipfs/QmaaVvqm21YsCgxozDyShcM17jKUXJhf2y26bk2YzPYZoM"],"license":"MIT"},"node_modules/@latticexyz/world/src/codegen/tables/Balances.sol":{"keccak256":"0x20fc943df3df3fff11f26ac37d4b6aac578e7c80958d255cad688ee40f4c7dd2","urls":["bzz-raw://bb433dc2023b727c6bc01989e93c98d7f26102ae2be3a5f1609dcc9dd4ddf3bd","dweb:/ipfs/QmXy5Mj6g1RmVeadLE83cFSa8SdW5YHfRGUgngkBUBKV9Y"],"license":"MIT"},"node_modules/@latticexyz/world/src/codegen/tables/FunctionSelectors.sol":{"keccak256":"0x510abaa82ed6cf548c88009008412bdae99d1f389901dff1f5a0fe829fba6c93","urls":["bzz-raw://73bc275a36ed2861d8b575956b8bbc657285a48e97c988d7430bc3d33f6e14e3","dweb:/ipfs/QmaebcyKw2yPXyYXQqhsxSKixbtsFd35D4FCxoaXsnNMw1"],"license":"MIT"},"node_modules/@latticexyz/world/src/codegen/tables/InitModuleAddress.sol":{"keccak256":"0x54e4deec069e844ac979f1bcd9c368dbc4d5fe06110fdb682821a73a1688690b","urls":["bzz-raw://ff98b0b04f616e4b4d4c8a04ad374eda7b18d4b5d279ded5118734c6cb1dd25d","dweb:/ipfs/QmPoCXFgE5L99ye86kC1Bv8eVEz9t7hAvXkQkcRMRGTGkp"],"license":"MIT"},"node_modules/@latticexyz/world/src/codegen/tables/InstalledModules.sol":{"keccak256":"0x6d2ed705d31dafb682c9e13a6ae895b998b32bcca71ea4cd925f8bb55fcdb86a","urls":["bzz-raw://dcb65f32eb25b2582f8dd6eaa83e4aaa348ce06a9f9f45c17e536b0b87ab2b92","dweb:/ipfs/QmNfvtWV8wQEKSAoNAN7W1UVftEuyDA4J48WZcGhDSEm9K"],"license":"MIT"},"node_modules/@latticexyz/world/src/codegen/tables/NamespaceDelegationControl.sol":{"keccak256":"0x003c03d7e8be675abe422eab801b0ebb6a5d795dea499f76c09101cc1b4f7867","urls":["bzz-raw://2ff0d412d17835b30fe7e923e4b4db1fc16f7cb16e1702fc2151a0086e08924b","dweb:/ipfs/QmcHoBWUBHYVt4gs5qwsDvDJPg2gPRgmd14SzJN2AtQipt"],"license":"MIT"},"node_modules/@latticexyz/world/src/codegen/tables/NamespaceOwner.sol":{"keccak256":"0x08f47dfce2d68f889a929040f0456e2a9c1b0052942fda9e24910362c66e811c","urls":["bzz-raw://e713e64128ec4de5ac4809a26b8618255153f7139a01b545381b18e6ca77362d","dweb:/ipfs/QmSozw8WXSxgp29yVCwgQiZ2kPCiqJLZVWxuRQZ6yMZhR7"],"license":"MIT"},"node_modules/@latticexyz/world/src/codegen/tables/ResourceAccess.sol":{"keccak256":"0x3c01fede84dbf9894a5f077953c6296bb69afdd683300599d8560288ab0b02fa","urls":["bzz-raw://d216ae4cb61b2f8b67d037f0b53e8c11cc3863d60a1b4926f318f177308d9c73","dweb:/ipfs/QmdvcY4SvUJwV4j3ALYMVfjFRxzgXyACVTJDuVQcTt2yUt"],"license":"MIT"},"node_modules/@latticexyz/world/src/codegen/tables/SystemHooks.sol":{"keccak256":"0x2af4c6fc1be378742dd873ea5904c83379dcc2ddc82c1bd520c4f3ad060bb36b","urls":["bzz-raw://fdab8aa666d0019068fe24cc974ce6bc707f9b53f54d9b538aca64f2434c9a4c","dweb:/ipfs/Qmc1G4MZTzZMAqRuHPwqsozP3cNGGGDvpxqppmqrGA39vh"],"license":"MIT"},"node_modules/@latticexyz/world/src/codegen/tables/Systems.sol":{"keccak256":"0xc4d0de173640fcc0ec93b2a7fbdc17ce13964e42f3eaf9ba28ad274c422b4664","urls":["bzz-raw://82eef2fa01d32f953eaeb17665edc6557c5f42f101cf95a452af9266c39b9efd","dweb:/ipfs/QmV7pYCFgvGxAacv1mKK7DUsayP4wPRPBTfsnatAxFJKdH"],"license":"MIT"},"node_modules/@latticexyz/world/src/codegen/tables/UserDelegationControl.sol":{"keccak256":"0x5cc51a00ec1d040fd8c189cf3eab048dc4a1ea6249cd68d4003239f2f665c27f","urls":["bzz-raw://5e1622570fd947d29246a60b8e30735b6b87b10ef02ff69d3b248643a3c54fc0","dweb:/ipfs/QmS9M1v3Dd9VmVRBa1gKUdPo4gp5QbT6cm8gNDnLA8dcEi"],"license":"MIT"},"node_modules/@latticexyz/world/src/constants.sol":{"keccak256":"0xb8320f88ed5519a4fe2554ad94815ce328a50fef7719932375d6ce695265c2f5","urls":["bzz-raw://a8f5de30fbcc63e469e46ad4a4d4bcd7d8e4b4f2d31fcf62a04aca48d999af22","dweb:/ipfs/QmXw1jDQM2szfRY3tAGrRy6fEzte6yVFgebJAqCLMDHndV"],"license":"MIT"},"node_modules/@latticexyz/world/src/requireInterface.sol":{"keccak256":"0x5b94a21fd46abb4aac8f38809c0d6105f30792042c927f8a6a4f40cfe35c7ab8","urls":["bzz-raw://8bade9d52cf370f3b5435abb47a5338dca5498bee773e97518e7a080fa882940","dweb:/ipfs/QmTtaXUWwMQmHW8oKEoRZxagidZcCiN3oLQs7kN3nycrkW"],"license":"MIT"},"node_modules/@latticexyz/world/src/revertWithBytes.sol":{"keccak256":"0xa1147f218a0152b153d4e8bada0f606bfed40ac1f184fd16a941c2d0033c53f5","urls":["bzz-raw://3f5e0f6d1b51a3a04d4bd84537b2ced373b32824898cf6fbfd13ae1cbdf06359","dweb:/ipfs/QmayYRmBZRUV9m4UnFxuC62VvHriXhkYXeH3HibZ3Gmxxf"],"license":"MIT"},"node_modules/@latticexyz/world/src/systemHookTypes.sol":{"keccak256":"0x15c25ae4b21e091209970e45a198cb51f31eeae482828862641099c1a9b2448a","urls":["bzz-raw://0ce3c3eb58dc5c262d36babf372ad028d2846beea73a59d6e70f0eb8c90ee00d","dweb:/ipfs/QmWUkgegTRtSJM3awvjg4J7DWZ2ME7Pnxp1dP2TWWzLNoo"],"license":"MIT"},"node_modules/@latticexyz/world/src/version.sol":{"keccak256":"0x2721acc696e2291f833fddb891e489a32d1180b8d720cc59ca9cedc3ae49136e","urls":["bzz-raw://913b55b413e52204a63c6e4d0ab4d247965129e2ab08849121608a9ebbef8349","dweb:/ipfs/QmaK5TDXPxELyLS9JQyv5vWfHUe3pz3HYZYtB4NJAdX5gs"],"license":"MIT"},"node_modules/@latticexyz/world/src/worldResourceTypes.sol":{"keccak256":"0xeb042e7d3638430f6fd394107f3237cf14e4325154f0098624e8a7826584d465","urls":["bzz-raw://39e0b8eb87616b661f5a4f2fd7e1a727bd19b7fd8d40ad3d93fda26822f433ea","dweb:/ipfs/QmacYMatKV9pwEwirVRY9a6r89RoNs5yk99ic37ieWA8Dk"],"license":"MIT"}},"version":1},"id":63}
|
1
|
+
{"abi":[{"type":"constructor","inputs":[],"stateMutability":"nonpayable"},{"type":"fallback","stateMutability":"payable"},{"type":"receive","stateMutability":"payable"},{"type":"function","name":"call","inputs":[{"name":"systemId","type":"bytes32","internalType":"ResourceId"},{"name":"callData","type":"bytes","internalType":"bytes"}],"outputs":[{"name":"","type":"bytes","internalType":"bytes"}],"stateMutability":"payable"},{"type":"function","name":"callFrom","inputs":[{"name":"delegator","type":"address","internalType":"address"},{"name":"systemId","type":"bytes32","internalType":"ResourceId"},{"name":"callData","type":"bytes","internalType":"bytes"}],"outputs":[{"name":"","type":"bytes","internalType":"bytes"}],"stateMutability":"payable"},{"type":"function","name":"creator","inputs":[],"outputs":[{"name":"","type":"address","internalType":"address"}],"stateMutability":"view"},{"type":"function","name":"deleteRecord","inputs":[{"name":"tableId","type":"bytes32","internalType":"ResourceId"},{"name":"keyTuple","type":"bytes32[]","internalType":"bytes32[]"}],"outputs":[],"stateMutability":"nonpayable"},{"type":"function","name":"getDynamicField","inputs":[{"name":"tableId","type":"bytes32","internalType":"ResourceId"},{"name":"keyTuple","type":"bytes32[]","internalType":"bytes32[]"},{"name":"dynamicFieldIndex","type":"uint8","internalType":"uint8"}],"outputs":[{"name":"data","type":"bytes","internalType":"bytes"}],"stateMutability":"view"},{"type":"function","name":"getDynamicFieldLength","inputs":[{"name":"tableId","type":"bytes32","internalType":"ResourceId"},{"name":"keyTuple","type":"bytes32[]","internalType":"bytes32[]"},{"name":"dynamicFieldIndex","type":"uint8","internalType":"uint8"}],"outputs":[{"name":"","type":"uint256","internalType":"uint256"}],"stateMutability":"view"},{"type":"function","name":"getDynamicFieldSlice","inputs":[{"name":"tableId","type":"bytes32","internalType":"ResourceId"},{"name":"keyTuple","type":"bytes32[]","internalType":"bytes32[]"},{"name":"dynamicFieldIndex","type":"uint8","internalType":"uint8"},{"name":"start","type":"uint256","internalType":"uint256"},{"name":"end","type":"uint256","internalType":"uint256"}],"outputs":[{"name":"","type":"bytes","internalType":"bytes"}],"stateMutability":"view"},{"type":"function","name":"getField","inputs":[{"name":"tableId","type":"bytes32","internalType":"ResourceId"},{"name":"keyTuple","type":"bytes32[]","internalType":"bytes32[]"},{"name":"fieldIndex","type":"uint8","internalType":"uint8"},{"name":"fieldLayout","type":"bytes32","internalType":"FieldLayout"}],"outputs":[{"name":"data","type":"bytes","internalType":"bytes"}],"stateMutability":"view"},{"type":"function","name":"getField","inputs":[{"name":"tableId","type":"bytes32","internalType":"ResourceId"},{"name":"keyTuple","type":"bytes32[]","internalType":"bytes32[]"},{"name":"fieldIndex","type":"uint8","internalType":"uint8"}],"outputs":[{"name":"data","type":"bytes","internalType":"bytes"}],"stateMutability":"view"},{"type":"function","name":"getFieldLayout","inputs":[{"name":"tableId","type":"bytes32","internalType":"ResourceId"}],"outputs":[{"name":"fieldLayout","type":"bytes32","internalType":"FieldLayout"}],"stateMutability":"view"},{"type":"function","name":"getFieldLength","inputs":[{"name":"tableId","type":"bytes32","internalType":"ResourceId"},{"name":"keyTuple","type":"bytes32[]","internalType":"bytes32[]"},{"name":"fieldIndex","type":"uint8","internalType":"uint8"},{"name":"fieldLayout","type":"bytes32","internalType":"FieldLayout"}],"outputs":[{"name":"","type":"uint256","internalType":"uint256"}],"stateMutability":"view"},{"type":"function","name":"getFieldLength","inputs":[{"name":"tableId","type":"bytes32","internalType":"ResourceId"},{"name":"keyTuple","type":"bytes32[]","internalType":"bytes32[]"},{"name":"fieldIndex","type":"uint8","internalType":"uint8"}],"outputs":[{"name":"","type":"uint256","internalType":"uint256"}],"stateMutability":"view"},{"type":"function","name":"getKeySchema","inputs":[{"name":"tableId","type":"bytes32","internalType":"ResourceId"}],"outputs":[{"name":"keySchema","type":"bytes32","internalType":"Schema"}],"stateMutability":"view"},{"type":"function","name":"getRecord","inputs":[{"name":"tableId","type":"bytes32","internalType":"ResourceId"},{"name":"keyTuple","type":"bytes32[]","internalType":"bytes32[]"},{"name":"fieldLayout","type":"bytes32","internalType":"FieldLayout"}],"outputs":[{"name":"staticData","type":"bytes","internalType":"bytes"},{"name":"encodedLengths","type":"bytes32","internalType":"PackedCounter"},{"name":"dynamicData","type":"bytes","internalType":"bytes"}],"stateMutability":"view"},{"type":"function","name":"getRecord","inputs":[{"name":"tableId","type":"bytes32","internalType":"ResourceId"},{"name":"keyTuple","type":"bytes32[]","internalType":"bytes32[]"}],"outputs":[{"name":"staticData","type":"bytes","internalType":"bytes"},{"name":"encodedLengths","type":"bytes32","internalType":"PackedCounter"},{"name":"dynamicData","type":"bytes","internalType":"bytes"}],"stateMutability":"view"},{"type":"function","name":"getStaticField","inputs":[{"name":"tableId","type":"bytes32","internalType":"ResourceId"},{"name":"keyTuple","type":"bytes32[]","internalType":"bytes32[]"},{"name":"fieldIndex","type":"uint8","internalType":"uint8"},{"name":"fieldLayout","type":"bytes32","internalType":"FieldLayout"}],"outputs":[{"name":"data","type":"bytes32","internalType":"bytes32"}],"stateMutability":"view"},{"type":"function","name":"getValueSchema","inputs":[{"name":"tableId","type":"bytes32","internalType":"ResourceId"}],"outputs":[{"name":"valueSchema","type":"bytes32","internalType":"Schema"}],"stateMutability":"view"},{"type":"function","name":"initialize","inputs":[{"name":"coreModule","type":"address","internalType":"contract IModule"}],"outputs":[],"stateMutability":"nonpayable"},{"type":"function","name":"installRootModule","inputs":[{"name":"module","type":"address","internalType":"contract IModule"},{"name":"args","type":"bytes","internalType":"bytes"}],"outputs":[],"stateMutability":"nonpayable"},{"type":"function","name":"popFromDynamicField","inputs":[{"name":"tableId","type":"bytes32","internalType":"ResourceId"},{"name":"keyTuple","type":"bytes32[]","internalType":"bytes32[]"},{"name":"dynamicFieldIndex","type":"uint8","internalType":"uint8"},{"name":"byteLengthToPop","type":"uint256","internalType":"uint256"}],"outputs":[],"stateMutability":"nonpayable"},{"type":"function","name":"pushToDynamicField","inputs":[{"name":"tableId","type":"bytes32","internalType":"ResourceId"},{"name":"keyTuple","type":"bytes32[]","internalType":"bytes32[]"},{"name":"dynamicFieldIndex","type":"uint8","internalType":"uint8"},{"name":"dataToPush","type":"bytes","internalType":"bytes"}],"outputs":[],"stateMutability":"nonpayable"},{"type":"function","name":"setDynamicField","inputs":[{"name":"tableId","type":"bytes32","internalType":"ResourceId"},{"name":"keyTuple","type":"bytes32[]","internalType":"bytes32[]"},{"name":"dynamicFieldIndex","type":"uint8","internalType":"uint8"},{"name":"data","type":"bytes","internalType":"bytes"}],"outputs":[],"stateMutability":"nonpayable"},{"type":"function","name":"setField","inputs":[{"name":"tableId","type":"bytes32","internalType":"ResourceId"},{"name":"keyTuple","type":"bytes32[]","internalType":"bytes32[]"},{"name":"fieldIndex","type":"uint8","internalType":"uint8"},{"name":"data","type":"bytes","internalType":"bytes"}],"outputs":[],"stateMutability":"nonpayable"},{"type":"function","name":"setField","inputs":[{"name":"tableId","type":"bytes32","internalType":"ResourceId"},{"name":"keyTuple","type":"bytes32[]","internalType":"bytes32[]"},{"name":"fieldIndex","type":"uint8","internalType":"uint8"},{"name":"data","type":"bytes","internalType":"bytes"},{"name":"fieldLayout","type":"bytes32","internalType":"FieldLayout"}],"outputs":[],"stateMutability":"nonpayable"},{"type":"function","name":"setRecord","inputs":[{"name":"tableId","type":"bytes32","internalType":"ResourceId"},{"name":"keyTuple","type":"bytes32[]","internalType":"bytes32[]"},{"name":"staticData","type":"bytes","internalType":"bytes"},{"name":"encodedLengths","type":"bytes32","internalType":"PackedCounter"},{"name":"dynamicData","type":"bytes","internalType":"bytes"}],"outputs":[],"stateMutability":"nonpayable"},{"type":"function","name":"setStaticField","inputs":[{"name":"tableId","type":"bytes32","internalType":"ResourceId"},{"name":"keyTuple","type":"bytes32[]","internalType":"bytes32[]"},{"name":"fieldIndex","type":"uint8","internalType":"uint8"},{"name":"data","type":"bytes","internalType":"bytes"},{"name":"fieldLayout","type":"bytes32","internalType":"FieldLayout"}],"outputs":[],"stateMutability":"nonpayable"},{"type":"function","name":"spliceDynamicData","inputs":[{"name":"tableId","type":"bytes32","internalType":"ResourceId"},{"name":"keyTuple","type":"bytes32[]","internalType":"bytes32[]"},{"name":"dynamicFieldIndex","type":"uint8","internalType":"uint8"},{"name":"startWithinField","type":"uint40","internalType":"uint40"},{"name":"deleteCount","type":"uint40","internalType":"uint40"},{"name":"data","type":"bytes","internalType":"bytes"}],"outputs":[],"stateMutability":"nonpayable"},{"type":"function","name":"spliceStaticData","inputs":[{"name":"tableId","type":"bytes32","internalType":"ResourceId"},{"name":"keyTuple","type":"bytes32[]","internalType":"bytes32[]"},{"name":"start","type":"uint48","internalType":"uint48"},{"name":"data","type":"bytes","internalType":"bytes"}],"outputs":[],"stateMutability":"nonpayable"},{"type":"function","name":"storeVersion","inputs":[],"outputs":[{"name":"","type":"bytes32","internalType":"bytes32"}],"stateMutability":"pure"},{"type":"function","name":"worldVersion","inputs":[],"outputs":[{"name":"","type":"bytes32","internalType":"bytes32"}],"stateMutability":"pure"},{"type":"event","name":"HelloStore","inputs":[{"name":"storeVersion","type":"bytes32","indexed":true,"internalType":"bytes32"}],"anonymous":false},{"type":"event","name":"HelloWorld","inputs":[{"name":"worldVersion","type":"bytes32","indexed":true,"internalType":"bytes32"}],"anonymous":false},{"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_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_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_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":"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":"Store_TableNotFound","inputs":[{"name":"tableId","type":"bytes32","internalType":"ResourceId"},{"name":"tableIdString","type":"string","internalType":"string"}]},{"type":"error","name":"World_AccessDenied","inputs":[{"name":"resource","type":"string","internalType":"string"},{"name":"caller","type":"address","internalType":"address"}]},{"type":"error","name":"World_AlreadyInitialized","inputs":[]},{"type":"error","name":"World_CallbackNotAllowed","inputs":[{"name":"functionSelector","type":"bytes4","internalType":"bytes4"}]},{"type":"error","name":"World_DelegationNotFound","inputs":[{"name":"delegator","type":"address","internalType":"address"},{"name":"delegatee","type":"address","internalType":"address"}]},{"type":"error","name":"World_FunctionSelectorAlreadyExists","inputs":[{"name":"functionSelector","type":"bytes4","internalType":"bytes4"}]},{"type":"error","name":"World_FunctionSelectorNotFound","inputs":[{"name":"functionSelector","type":"bytes4","internalType":"bytes4"}]},{"type":"error","name":"World_InsufficientBalance","inputs":[{"name":"balance","type":"uint256","internalType":"uint256"},{"name":"amount","type":"uint256","internalType":"uint256"}]},{"type":"error","name":"World_InterfaceNotSupported","inputs":[{"name":"contractAddress","type":"address","internalType":"address"},{"name":"interfaceId","type":"bytes4","internalType":"bytes4"}]},{"type":"error","name":"World_InvalidResourceId","inputs":[{"name":"resourceId","type":"bytes32","internalType":"ResourceId"},{"name":"resourceIdString","type":"string","internalType":"string"}]},{"type":"error","name":"World_InvalidResourceType","inputs":[{"name":"expected","type":"bytes2","internalType":"bytes2"},{"name":"resourceId","type":"bytes32","internalType":"ResourceId"},{"name":"resourceIdString","type":"string","internalType":"string"}]},{"type":"error","name":"World_ResourceAlreadyExists","inputs":[{"name":"resourceId","type":"bytes32","internalType":"ResourceId"},{"name":"resourceIdString","type":"string","internalType":"string"}]},{"type":"error","name":"World_ResourceNotFound","inputs":[{"name":"resourceId","type":"bytes32","internalType":"ResourceId"},{"name":"resourceIdString","type":"string","internalType":"string"}]},{"type":"error","name":"World_SystemAlreadyExists","inputs":[{"name":"system","type":"address","internalType":"address"}]},{"type":"error","name":"World_UnlimitedDelegationNotAllowed","inputs":[]}],"bytecode":{"object":"0x60a060405234801561001057600080fd5b506100477f629a4c26e296b22a8e0856e9f6ecb2d1008d7e00081111962cd175fa7488e17580546001600160a01b03191630179055565b6040516e0c4b8c0b8c0b5d5b985d591a5d1959608a1b907fc7f5fdc8526b76f54916701bc910876243ffff2a40b0bb8d59eea8151c52c00590600090a2336080526040516e0c4b8c0b8c0b5d5b985d591a5d1959608a1b907f7f8f36afe3fb61c459c1a54a60b8a477eab02cc58e49f547561a40906239cb8290600090a260805161523f620000e86000396000818161036f0152611396015261523f6000f3fe6080604052600436106101d15760003560e01c80638c364d59116100f7578063c4d66de811610095578063d9c03a0411610064578063d9c03a04146106d1578063dbbf0e21146105d1578063e228a4a3146106f1578063ef6ea8621461071157610266565b8063c4d66de814610651578063cc49db7e14610671578063d03edb8c14610691578063d4285dc2146106b157610266565b8063af068c9e116100d1578063af068c9e146105f1578063b047c1eb14610611578063c0a2895a14610631578063c11222291461054b57610266565b80638c364d59146105915780639f1fcf0a146105b1578063a53417ed146105d157610266565b8063390baae01161016f5780634dc77d971161013e5780634dc77d971461050b578063505a181d1461052b5780636951955d1461054b578063894ecc581461057e57610266565b8063390baae01461047b5780633a77c2c21461049b5780633ae7af08146104c9578063419b58fd146104dc57610266565b8063150f3262116101ab578063150f3262146103fb5780631e7889771461041b578063298314fb1461043b5780633708196e1461045b57610266565b806302d05d3f1461035d57806305242d2f146103ae578063114a7266146103db57610266565b366102665760408051616e7360f01b602082015260006022820181905260308201819052916102189101604051602081830303815290604052610213906143fe565b610731565b60408051616e7360f01b602082015260006022820181905260308201529192506102649101604051602081830303815290604052610255906143fe565b61025f348461443b565b61080f565b005b303303610299576040516327a1460b60e21b81526001600160e01b03196000351660048201526024015b60405180910390fd5b6000806102b16000356001600160e01b031916610901565b91509150816000801b036102ff576040517ffdde54e20000000000000000000000000000000000000000000000000000000081526001600160e01b0319600035166004820152602401610290565b60006103436000368080601f01602080910402602001604051908101604052809392919081815260200183838082843760009201829052509250869150610a119050565b9050600061035333858434610a44565b9050805160208201f35b34801561036957600080fd5b506103917f000000000000000000000000000000000000000000000000000000000000000081565b6040516001600160a01b0390911681526020015b60405180910390f35b3480156103ba57600080fd5b506103ce6103c93660046144ab565b610a71565b6040516103a59190614561565b3480156103e757600080fd5b506102646103f63660046145b6565b610ab4565b34801561040757600080fd5b506102646104163660046145b6565b610b67565b34801561042757600080fd5b506103ce610436366004614643565b610c12565b34801561044757600080fd5b506102646104563660046146a1565b610c5c565b34801561046757600080fd5b5061026461047636600461474e565b610d45565b34801561048757600080fd5b5061026461049636600461474e565b610dfb565b3480156104a757600080fd5b506104bb6104b63660046147e4565b610ea8565b6040519081526020016103a5565b6103ce6104d73660046148b4565b610eb9565b3480156104e857600080fd5b506104fc6104f73660046148fb565b610ef5565b6040516103a59392919061494e565b34801561051757600080fd5b506103ce6105263660046149f9565b610f4a565b34801561053757600080fd5b50610264610546366004614a62565b610f59565b34801561055757600080fd5b507f312e302e302d756e6175646974656400000000000000000000000000000000006104bb565b6103ce61058c366004614ac3565b610fce565b34801561059d57600080fd5b506104bb6105ac3660046144ab565b61112a565b3480156105bd57600080fd5b506104bb6105cc366004614b1c565b61116d565b3480156105dd57600080fd5b506104bb6105ec366004614b7b565b61117b565b3480156105fd57600080fd5b5061026461060c366004614bd2565b611188565b34801561061d57600080fd5b5061026461062c366004614c0c565b611204565b34801561063d57600080fd5b5061026461064c366004614c9b565b6112af565b34801561065d57600080fd5b5061026461066c366004614d28565b61135d565b34801561067d57600080fd5b506104fc61068c366004614a62565b6114d8565b34801561069d57600080fd5b506103ce6106ac366004614643565b61152a565b3480156106bd57600080fd5b506104bb6106cc3660046147e4565b61156b565b3480156106dd57600080fd5b506102646106ec3660046144ab565b611576565b3480156106fd57600080fd5b506104bb61070c3660046147e4565b6115f6565b34801561071d57600080fd5b5061026461072c3660046145b6565b611601565b60408051600180825281830190925260009182919060208083019080368337019050509050828160008151811061076a5761076a614d45565b60209081029190910181019190915260408051613a3160f11b92810192909252641ddbdc9b1960da1b60228301527f42616c616e636573000000000000000000000000000000000000000000000000603083015260009161080791015b6040516020818303038152906040526107df906143fe565b8360007e200100200000000000000000000000000000000000000000000000000000006116ac565b949350505050565b60408051600180825281830190925260009160208083019080368337019050509050828160008151811061084557610845614d45565b60209081029190910181019190915260408051613a3160f11b81840152641ddbdc9b1960da1b60228201527f42616c616e636573000000000000000000000000000000000000000000000000603082015281518082039093018352810190526108fc906108b1906143fe565b826000856040516020016108c791815260200190565b60408051601f198184030181529190527e200100200000000000000000000000000000000000000000000000000000006116d9565b505050565b6040805160018082528183019092526000918291829160208083019080368337019050509050837bffffffffffffffffffffffffffffffffffffffffffffffffffffffff19168160008151811061095a5761095a614d45565b60209081029190910181019190915260408051613a3160f11b81840152641ddbdc9b1960da1b60228201527f46756e6374696f6e53656c6563746f720000000000000000000000000000000060308201528151808203909301835281019052600090819081906109f3906109cd906143fe565b857e240200200400000000000000000000000000000000000000000000000000006116ee565b925092509250610a048383836117f6565b9550955050505050915091565b82820160200180517bffffffffffffffffffffffffffffffffffffffffffffffffffffffff1682179052825b9392505050565b6060600080610a558787878761180e565b9150915081610a6757610a67816119f2565b9695505050505050565b6060610a67868686808060200260200160405190810160405280939291908181526020018383602002808284376000920191909152508892508791506119fa9050565b303303610ae2576040516327a1460b60e21b81526001600160e01b0319600035166004820152602401610290565b610aec8633611a3f565b610b5f8686868080602002602001604051908101604052809392919081815260200183836020028082843760009201919091525050604080516020601f890181900481028201810190925287815289935091508790879081908401838280828437600092019190915250611a8b92505050565b505050505050565b303303610b95576040516327a1460b60e21b81526001600160e01b0319600035166004820152602401610290565b610b9f8633611a3f565b610b5f8686868080602002602001604051908101604052809392919081815260200183836020028082843760009201919091525050604080516020601f890181900481028201810190925287815289935091508790879081908401838280828437600092019190915250611aa692505050565b6060610c5385858580806020026020016040519081016040528093929190818152602001838360200280828437600092019190915250879250611ae1915050565b95945050505050565b303303610c8a576040516327a1460b60e21b81526001600160e01b0319600035166004820152602401610290565b610c948833611a3f565b610d3b8888888080602002602001604051908101604052809392919081815260200183836020028082843760009201919091525050604080516020601f8c018190048102820181019092528a815292508a915089908190840183828082843760009201919091525050604080516020601f8a018190048102820181019092528881528a935091508890889081908401838280828437600092019190915250611b1b92505050565b5050505050505050565b303303610d73576040516327a1460b60e21b81526001600160e01b0319600035166004820152602401610290565b610d7d8733611a3f565b610df28787878080602002602001604051908101604052809392919081815260200183836020028082843760009201919091525050604080516020601f8a018190048102820181019092528881528a935091508890889081908401838280828437600092019190915250889250611b31915050565b50505050505050565b303303610e29576040516327a1460b60e21b81526001600160e01b0319600035166004820152602401610290565b610e338733611a3f565b610df28787878080602002602001604051908101604052809392919081815260200183836020028082843760009201919091525050604080516020601f8a018190048102820181019092528881528a9350915088908890819084018382808284376000920191909152508892506116d9915050565b6000610eb382611b74565b92915050565b6060303303610ee9576040516327a1460b60e21b81526001600160e01b0319600035166004820152602401610290565b610a3d33848434610a44565b606060006060610f3a878787808060200260200160405190810160405280939291908181526020018383602002808284376000920191909152508992506116ee915050565b9250925092509450945094915050565b6060610a678686868686611c44565b303303610f87576040516327a1460b60e21b81526001600160e01b0319600035166004820152602401610290565b610f918333611a3f565b6108fc83838380806020026020016040519081016040528093929190818152602001838360200280828437600092019190915250611d0a92505050565b6060303303610ffe576040516327a1460b60e21b81526001600160e01b0319600035166004820152602401610290565b336001600160a01b038516036110215761101a33848434610a44565b9050610a3d565b600061102d8533611d1d565b905061103c8186338787611def565b156110555761104d85858534610a44565b915050610a3d565b6000611062866000611d1d565b90506110718187338888611def565b1561108b5761108286868634610a44565b92505050610a3d565b60006110bd616e7360f01b7dffffffffffffffffffffffffffff00000000000000000000000000000000881617611ec4565b90506110cc8188338989611def565b156110e7576110dd87878734610a44565b9350505050610a3d565b6040517fc86745f90000000000000000000000000000000000000000000000000000000081526001600160a01b0388166004820152336024820152604401610290565b6000610a67868686808060200260200160405190810160405280939291908181526020018383602002808284376000920191909152508892508791506116ac9050565b6000610c5385858585611f5e565b6000610807848484611fa6565b3033036111b6576040516327a1460b60e21b81526001600160e01b0319600035166004820152602401610290565b60408051616e7360f01b602082015260006022820181905260308201526111f691016040516020818303038152906040526111f0906143fe565b33611fbc565b611200828261200d565b5050565b303303611232576040516327a1460b60e21b81526001600160e01b0319600035166004820152602401610290565b61123c8633611a3f565b610b5f8686868080602002602001604051908101604052809392919081815260200183836020028082843760009201919091525050604080516020601f89018190048102820181019092528781528993509150879087908190840183828082843760009201919091525061211f92505050565b3033036112dd576040516327a1460b60e21b81526001600160e01b0319600035166004820152602401610290565b6112e78833611a3f565b610d3b8888888080602002602001604051908101604052809392919081815260200183836020028082843760009201919091525050604080516020601f89018190048102820181019092528781528b93508a92508991899089908190840183828082843760009201919091525061237892505050565b30330361138b576040516327a1460b60e21b81526001600160e01b0319600035166004820152602401610290565b336001600160a01b037f0000000000000000000000000000000000000000000000000000000000000000161461142f5760408051616e7360f01b602082015260006022820181905260308201526113fa91016040516020818303038152906040526113f5906143fe565b612390565b336040517fd787b737000000000000000000000000000000000000000000000000000000008152600401610290929190614d5b565b600061147b7f636f7265000000000000000000000000000000000000000000000000000000007fc5d2460186f7233c927e7db2dcc703c0e500b653ca82273b7bfad8045d85a47061250c565b6001600160a01b0316146114bb576040517f15e34a4800000000000000000000000000000000000000000000000000000000815260040160405180910390fd5b6040805160008152602081019091526114d590829061200d565b50565b60606000606061151b8686868080602002602001604051908101604052809392919081815260200183836020028082843760009201919091525061262192505050565b92509250925093509350939050565b6060610c5385858580806020026020016040519081016040528093929190818152602001838360200280828437600092019190915250879250612647915050565b6000610eb38261265d565b3033036115a4576040516327a1460b60e21b81526001600160e01b0319600035166004820152602401610290565b6115ae8533611a3f565b6115ef858585808060200260200160405190810160405280939291908181526020018383602002808284376000920191909152508792508691506126d19050565b5050505050565b6000610eb38261272a565b30330361162f576040516327a1460b60e21b81526001600160e01b0319600035166004820152602401610290565b6116398633611a3f565b610b5f8686868080602002602001604051908101604052809392919081815260200183836020028082843760009201919091525050604080516020601f89018190048102820181019092528781528993509150879087908190840183828082843760009201919091525061275092505050565b6000610c536116bb868661278b565b60ff858116601b0360080285901c166116d485876127e1565b612824565b6115ef85856116e884876127e1565b8561211f565b60606000606060006116ff85612875565b905061170c878783612898565b93506000611719866128d1565b905080156117eb5761172b888861290e565b935066ffffffffffffff841667ffffffffffffffff81111561174f5761174f6147fd565b6040519080825280601f01601f191660200182016040528015611779576020820181803683370190505b5092506020830160005b828160ff1610156117e857600061179b8b8b84612921565b905060006117b8888460ff166028026038011c64ffffffffff1690565b90506117c782826000876129a1565b6117d1818561443b565b9350505080806117e090614d86565b915050611783565b50505b505093509350939050565b60008061180285612a70565b90969095509350505050565b60006060600061181d86612a85565b905060005b81518110156118fa57600082828151811061183f5761183f614d45565b6020026020010151905061186b6001826affffffffffffffffffffff1916612b5390919063ffffffff16565b156118e7576040517fc3323031000000000000000000000000000000000000000000000000000000008152606082901c9063c3323031906118b4908c908c908c90600401614da5565b600060405180830381600087803b1580156118ce57600080fd5b505af11580156118e2573d6000803e3d6000fd5b505050505b50806118f281614dcd565b915050611822565b5061190787858888612b71565b909350915060005b81518110156119e757600082828151811061192c5761192c614d45565b602002602001015190506119586002826affffffffffffffffffffff1916612b5390919063ffffffff16565b156119d4576040517f973d8f99000000000000000000000000000000000000000000000000000000008152606082901c9063973d8f99906119a1908c908c908c90600401614da5565b600060405180830381600087803b1580156119bb57600080fd5b505af11580156119cf573d6000803e3d6000fd5b505050505b50806119df81614dcd565b91505061190f565b505094509492505050565b805160208201fd5b6060611a0582612c8c565b8360ff161015611a2257611a1b85858585612c9e565b9050610807565b611a1b8585611a3085612c8c565b611a3a9087614de7565b611ae1565b611a498282612ccb565b61120057611a5682612390565b816040517fd787b737000000000000000000000000000000000000000000000000000000008152600401610290929190614d5b565b611aa084848484611a9b89611b74565b611b31565b50505050565b6000611ab2858561290e565b90506000611acf828560ff166028026038011c64ffffffffff1690565b9050610b5f8686868460008888612d0e565b6060610807611af1858585612921565b611b1484611aff888861290e565b9060ff166028026038011c64ffffffffff1690565b6000613124565b6115ef8585858585611b2c8b611b74565b613147565b611b3a81612c8c565b8360ff161015611b5657611b5185858585856116d9565b6115ef565b6115ef8585611b6484612c8c565b611b6e9087614de7565b85612750565b60408051613a3160f11b60208201526473746f726560d81b6022820152655461626c657360d01b603082015260009101604051602081830303815290604052611bbc906143fe565b8203611be857507e60030220202000000000000000000000000000000000000000000000000000919050565b60408051613a3160f11b60208201526473746f726560d81b6022820152655461626c657360d01b6030820152610eb391611c3b9101604051602081830303815290604052611c35906143fe565b84613442565b60206000612824565b60606000611c52878761290e565b90506000611c6f828760ff166028026038011c64ffffffffff1690565b90508085101580611c7f57508084115b15611cda578081861015611c9d57611c98600186614e00565b611c9f565b855b6040517f7e8578d300000000000000000000000000000000000000000000000000000000815260048101929092526024820152604401610290565b6000611ce7898989612921565b9050611cfd81611cf78888614e00565b88613124565b9998505050505050505050565b6112008282611d1885611b74565b61345e565b60408051600280825260608201835260009283929190602083019080368337019050509050836001600160a01b031660001b81600081518110611d6257611d62614d45565b602002602001018181525050826001600160a01b031660001b81600181518110611d8e57611d8e614d45565b60209081029190910181019190915260408051613a3160f11b92810192909252641ddbdc9b1960da1b60228301527f5573657244656c65676174696f6e436f000000000000000000000000000000006030830152600091610c5391016107c7565b6000611dfa8661371e565b15611e0757506001610c53565b85611e1457506000610c53565b600080611e908660008a8a8989604051602401611e3393929190614da5565b60408051601f198184030181529190526020810180517bffffffffffffffffffffffffffffffffffffffffffffffffffffffff167f1a86b55000000000000000000000000000000000000000000000000000000000179052612b71565b9150915081611ea457600092505050610c53565b80806020019051810190611eb89190614e13565b98975050505050505050565b604080516001808252818301909252600091829190602080830190803683370190505090508281600081518110611efd57611efd614d45565b60209081029190910181019190915260408051613a3160f11b92810192909252641ddbdc9b1960da1b60228301527f4e616d65737061636544656c6567617400000000000000000000000000000000603083015260009161080791016107c7565b600080611f6a83612c8c565b90508060ff168460ff161015611f925760ff848116601b0360080284901c165b915050610807565b611f8a8686611fa18488614de7565b613799565b6000610807848484611fb788611b74565b611f5e565b6001600160a01b038116611ff6616e7360f01b7dffffffffffffffffffffffffffff000000000000000000000000000000008516176137a9565b6001600160a01b03161461120057611a5682612390565b612037827f79f50b5b0000000000000000000000000000000000000000000000000000000061384e565b6120ac336000848460405160240161204f9190614561565b60408051601f198184030181529190526020810180517bffffffffffffffffffffffffffffffffffffffffffffffffffffffff167f7c5b033500000000000000000000000000000000000000000000000000000000179052613974565b50611200826001600160a01b03166317d7de7c6040518163ffffffff1660e01b8152600401602060405180830381865afa1580156120ee573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906121129190614e35565b8251602084012084613985565b600061212b858561278b565b9050847f8c0b5119d4cec7b284c6b1b39252a03d1e2f2d7451a5895562524c113bb952be85858560405161216193929190614eb2565b60405180910390a2613a3160f11b857fffff000000000000000000000000000000000000000000000000000000000000161461219d5750611aa0565b60006121a886613ac5565b905060005b81518110156122875760008282815181106121ca576121ca614d45565b602002602001015190506121f66004826affffffffffffffffffffff1916612b5390919063ffffffff16565b15612274576040517f964f667d000000000000000000000000000000000000000000000000000000008152606082901c9063964f667d90612241908b908b908b908b90600401614ee5565b600060405180830381600087803b15801561225b57600080fd5b505af115801561226f573d6000803e3d6000fd5b505050505b508061227f81614dcd565b9150506121ad565b5061229b828565ffffffffffff1685613b60565b60005b8151811015610df25760008282815181106122bb576122bb614d45565b602002602001015190506122e76008826affffffffffffffffffffff1916612b5390919063ffffffff16565b15612365576040517fa8ba8721000000000000000000000000000000000000000000000000000000008152606082901c9063a8ba872190612332908b908b908b908b90600401614ee5565b600060405180830381600087803b15801561234c57600080fd5b505af1158015612360573d6000803e3d6000fd5b505050505b508061237081614dcd565b91505061229e565b610b5f86868686868661238b8d8d61290e565b612d0e565b606081601081901b60006123a383613b70565b9050827fffffffffffffffffffffffffffff0000000000000000000000000000000000008316156123f6577fffffffffffffffffffffffffffff0000000000000000000000000000000000008316612418565b7f524f4f545f4e414d4553504143450000000000000000000000000000000000005b7fffffffffffffffffffffffffffffffff000000000000000000000000000000008316156124465782612468565b7f524f4f545f4e414d4500000000000000000000000000000000000000000000005b6040517fffff00000000000000000000000000000000000000000000000000000000000090931660208401527f3a00000000000000000000000000000000000000000000000000000000000000602284018190527fffffffffffffffffffffffffffffffff00000000000000000000000000000000928316602385015260338401521660348201526044016040516020818303038152906040529350505050919050565b60408051600280825260608201835260009283929190602083019080368337019050509050836fffffffffffffffffffffffffffffffff19168160008151811061255857612558614d45565b602002602001018181525050828160018151811061257857612578614d45565b60209081029190910181019190915260408051613a3160f11b92810192909252641ddbdc9b1960da1b60228301527f496e7374616c6c65644d6f64756c657300000000000000000000000000000000603083015260009161261591015b6040516020818303038152906040526125ed906143fe565b8360007e140100140000000000000000000000000000000000000000000000000000006116ac565b60601c95945050505050565b60606000606061263a858561263588611b74565b6116ee565b9250925092509250925092565b606061080784848461265888611b74565b6119fa565b600061266882613b87565b905061267382613c40565b6126cc57818260405160200161268b91815260200190565b60408051601f19818403018152908290527f41e713ad0000000000000000000000000000000000000000000000000000000082526102909291600401614f1e565b919050565b60006126dd858561290e565b905060006126fa828560ff166028026038011c64ffffffffff1690565b9050610b5f8686866127138764ffffffffff8716614e00565b604080516000815260208101909152889088612d0e565b600061273582613d22565b9050806126cc57818260405160200161268b91815260200190565b600061275c858561290e565b90506000612779828560ff166028026038011c64ffffffffff1690565b9050610b5f8686866000858888612d0e565b600082826040516020016127a0929190614f37565b60408051601f1981840301815291905280516020909101207f86425bff6b57326c7859e89024fe4f238ca327a1ae4a230180dd2f0e88aaa7d9189392505050565b600080805b8360ff1681101561281c5761280860ff601b83900360080287901c168361443b565b91508061281481614dcd565b9150506127e6565b509392505050565b60006020821061284a5760208204840193506020828161284657612846614f72565b0691505b508254600882021b60208290038084111561281c576001850154600882021c82179150509392505050565b6000600861288560026020614e00565b61288f9190614f88565b9190911c919050565b6060816000036128b75750604080516020810190915260008152610a3d565b60006128c3858561278b565b9050610c5381846000613124565b600060086001806128e460026020614e00565b6128ee9190614e00565b6128f89190614e00565b6129029190614f88565b8260ff911c1692915050565b6000610a3d61291d8484613ddb565b5490565b60008383604051602001612936929190614f37565b604051602081830303815290604052805190602001208260f81b7effffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff19167f3b4102da22e32d82fc925482184f16c09fd4281692720b87d124aef6da48a0f1181860001c90509392505050565b8115612a2a57602082106129cb576020820484019350602082816129c7576129c7614f72565b0691505b8115612a2a5760208290036000818510156129ef5750600019600885021c196129fa565b50600019600882021c195b8554600885021b811984511682821617845250818511612a1b575050611aa0565b50600194909401939283900392015b5b60208310612a4c5783548152600190930192601f1990920191602001612a2b565b8215611aa0576000600019600885021c198251865482169119161782525050505050565b602081015160408201516000905b9050915091565b60408051600180825281830190925260609160009190602080830190803683370190505090508281600081518110612abf57612abf614d45565b60209081029190910181019190915260408051613a3160f11b92810192909252641ddbdc9b1960da1b60228301527f53797374656d486f6f6b730000000000000000000000000000000000000000006030830152600091612b3c91015b604051602081830303815290604052612b34906143fe565b836000611ae1565b9050610807612b4e8260008451613e31565b613ec1565b60008160ff1682612b648560581c90565b1660ff1614905092915050565b60006060600080612b8186613ed2565b90925090506001600160a01b038216612bd25785612b9e87612390565b6040517ffbf10ce6000000000000000000000000000000000000000000000000000000008152600401610290929190614f1e565b80612be157612be18689611a3f565b8615612c2d577dffffffffffffffffffffffffffff000000000000000000000000000000008616616e7360f01b176000612c1a82610731565b9050612c2a8261025f8b8461443b565b50505b6000612c398760101b90565b7fffffffffffffffffffffffffffff0000000000000000000000000000000000001614612c7157612c6c88888488613fb6565b612c7d565b612c7d8888848861402e565b90999098509650505050505050565b6000600860016128ee60026020614e00565b6060610c53612cad868661278b565b60ff858116601b0360080285901c16612cc685876127e1565b613124565b6000612cfe616e7360f01b7dffffffffffffffffffffffffffff000000000000000000000000000000008516178361408f565b80610a3d5750610a3d838361408f565b613a3160f11b877fffff0000000000000000000000000000000000000000000000000000000000001614612d9857613a3160f11b8788604051602001612d5691815260200190565b60408051601f19818403018152908290527f31b46683000000000000000000000000000000000000000000000000000000008252610290939291600401614f9f565b6000612db3828760ff166028026038011c64ffffffffff1690565b9050600083518564ffffffffff1683612dcc9190614e00565b612dd6919061443b565b9050808214158015612df8575081612dee8688614fe0565b64ffffffffff1614155b15612e48576040517fa65010b400000000000000000000000000000000000000000000000000000000815264ffffffffff8088166004830152808716602483015283166044820152606401610290565b818664ffffffffff161115612e99576040517f7e8578d30000000000000000000000000000000000000000000000000000000081526004810183905264ffffffffff87166024820152604401610290565b6000612ea6848984614161565b905064ffffffffff871660005b8960ff168160ff161015612ee657612eda868260ff166028026038011c64ffffffffff1690565b90910190600101612eb3565b508a7faa63765a776145e5e6492f471ae097dfed11cd57a61bc2679dd43180422385b48b838a868b604051612f1f959493929190615005565b60405180910390a2506000612f338b613ac5565b905060005b8151811015613008576000828281518110612f5557612f55614d45565b60200260200101519050612f816010826affffffffffffffffffffff1916612b5390919063ffffffff16565b15612ff557606081901c6001600160a01b03166355eb5a288e8e8e8e8e8a8f6040518863ffffffff1660e01b8152600401612fc2979695949392919061504b565b600060405180830381600087803b158015612fdc57600080fd5b505af1158015612ff0573d6000803e3d6000fd5b505050505b508061300081614dcd565b915050612f38565b5082841461302157600061301c8c8c613ddb565b839055505b600061302e8c8c8c612921565b9050613042818a64ffffffffff1689613b60565b5060005b815181101561311657600082828151811061306357613063614d45565b6020026020010151905061308f6020826affffffffffffffffffffff1916612b5390919063ffffffff16565b1561310357606081901c6001600160a01b031663635845338e8e8e8e8e8a8f6040518863ffffffff1660e01b81526004016130d0979695949392919061504b565b600060405180830381600087803b1580156130ea57600080fd5b505af11580156130fe573d6000803e3d6000fd5b505050505b508061310e81614dcd565b915050613046565b505050505050505050505050565b60405160208101601f19603f858401011660405283825261281c858585846129a1565b857f8dbb3a9672eebfd3773e72dd9c102393436816d832c7ba9e1e1ac8fcadcac7a98686868660405161317d94939291906150a9565b60405180910390a2613a3160f11b867fffff0000000000000000000000000000000000000000000000000000000000001603610b5f5760006131be87613ac5565b905060005b81518110156132a15760008282815181106131e0576131e0614d45565b6020026020010151905061320c6001826affffffffffffffffffffff1916612b5390919063ffffffff16565b1561328e576040517f57066c9c000000000000000000000000000000000000000000000000000000008152606082901c906357066c9c9061325b908c908c908c908c908c908c906004016150e8565b600060405180830381600087803b15801561327557600080fd5b505af1158015613289573d6000803e3d6000fd5b505050505b508061329981614dcd565b9150506131c3565b5060006132ae888861278b565b905060006020870190506132c6826000838a5161422f565b60006132d1856128d1565b11156133555760006132e38a8a613ddb565b878155905060208601915060008060005b6132fd886128d1565b8160ff161015613350576133128d8d83612921565b925061332d8a8260ff166028026038011c64ffffffffff1690565b915061333c836000878561422f565b613346828661443b565b94506001016132f4565b505050505b60005b835181101561343657600084828151811061337557613375614d45565b602002602001015190506133a16002826affffffffffffffffffffff1916612b5390919063ffffffff16565b15613423576040517f5b28cdaf000000000000000000000000000000000000000000000000000000008152606082901c90635b28cdaf906133f0908e908e908e908e908e908e906004016150e8565b600060405180830381600087803b15801561340a57600080fd5b505af115801561341e573d6000803e3d6000fd5b505050505b508061342e81614dcd565b915050613358565b50505050505050505050565b60408051602081018490529081018290526000906060016127a0565b827f0e1f72f429eb97e64878619984a91e687ae91610348b9ff4216782cc96e49d078360405161348e9190615141565b60405180910390a2613a3160f11b837fffff00000000000000000000000000000000000000000000000000000000000016146134c957505050565b60006134d484613ac5565b905060005b81518110156135b15760008282815181106134f6576134f6614d45565b602002602001015190506135226040826affffffffffffffffffffff1916612b5390919063ffffffff16565b1561359e576040517f9faeaf45000000000000000000000000000000000000000000000000000000008152606082901c90639faeaf459061356b90899089908990600401615154565b600060405180830381600087803b15801561358557600080fd5b505af1158015613599573d6000803e3d6000fd5b505050505b50806135a981614dcd565b9150506134d9565b5060006135be858561278b565b90506136178160006135cf86612875565b67ffffffffffffffff8111156135e7576135e76147fd565b6040519080825280601f01601f191660200182016040528015613611576020820181803683370190505b50613b60565b6000613622846128d1565b11156136435760006136348686613ddb565b90506136418160206142ef565b505b60005b8251811015610b5f57600083828151811061366357613663614d45565b6020026020010151905061368f6080826affffffffffffffffffffff1916612b5390919063ffffffff16565b1561370b576040517f83b5c95b000000000000000000000000000000000000000000000000000000008152606082901c906383b5c95b906136d8908a908a908a90600401615154565b600060405180830381600087803b1580156136f257600080fd5b505af1158015613706573d6000803e3d6000fd5b505050505b508061371681614dcd565b915050613646565b604080517f737900000000000000000000000000000000000000000000000000000000000060208201526000602282018190527f756e6c696d69746564000000000000000000000000000000000000000000000060308301529101604051602081830303815290604052613791906143fe565b909114919050565b600061080782611aff868661290e565b6040805160018082528183019092526000918291906020808301908036833701905050905082816000815181106137e2576137e2614d45565b60209081029190910181019190915260408051613a3160f11b92810192909252641ddbdc9b1960da1b60228301527f4e616d6573706163654f776e6572000000000000000000000000000000000000603083015260009161384391016125d5565b60601c949350505050565b6040517f01ffc9a70000000000000000000000000000000000000000000000000000000081526001600160e01b0319821660048201526001600160a01b038316906301ffc9a790602401602060405180830381865afa9250505080156138d1575060408051601f3d908101601f191682019092526138ce91810190614e13565b60015b613922576040517f74b5e6ff0000000000000000000000000000000000000000000000000000000081526001600160a01b03831660048201526001600160e01b031982166024820152604401610290565b806108fc576040517f74b5e6ff0000000000000000000000000000000000000000000000000000000081526001600160a01b03841660048201526001600160e01b031983166024820152604401610290565b6060600080610a558787878761402e565b604080516002808252606082018352600092602083019080368337019050509050836fffffffffffffffffffffffffffffffff1916816000815181106139cd576139cd614d45565b60200260200101818152505082816001815181106139ed576139ed614d45565b60209081029190910181019190915260408051613a3160f11b81840152641ddbdc9b1960da1b60228201527f496e7374616c6c65644d6f64756c65730000000000000000000000000000000060308201528151808203909301835281019052611aa090613a59906143fe565b6040517fffffffffffffffffffffffffffffffffffffffff000000000000000000000000606086901b166020820152839060009060340160408051601f198184030181529190527e140100140000000000000000000000000000000000000000000000000000006116d9565b60408051600180825281830190925260609160009190602080830190803683370190505090508281600081518110613aff57613aff614d45565b60209081029190910181019190915260408051613a3160f11b928101929092526473746f726560d81b60228301527f53746f7265486f6f6b73000000000000000000000000000000000000000000006030830152600091612b3c9101612b1c565b6108fc838360208401845161422f565b6000613b7e6070601061443b565b9190911b919050565b604080516001808252818301909252600091829190602080830190803683370190505090508281600081518110613bc057613bc0614d45565b60209081029190910181019190915260408051613a3160f11b818401526473746f726560d81b6022820152655461626c657360d01b6030820152815180820390930183528101905260009061080790613c18906143fe565b8360017e600302202020000000000000000000000000000000000000000000000000006116ac565b604080516001808252818301909252600091829190602080830190803683370190505090508281600081518110613c7957613c79614d45565b60209081029190910181019190915260408051613a3160f11b928101929092526473746f726560d81b60228301527f5265736f757263654964730000000000000000000000000000000000000000006030830152600091613d1691015b604051602081830303815290604052613cee906143fe565b8360007e010100010000000000000000000000000000000000000000000000000000006116ac565b90506108078160f81c90565b604080516001808252818301909252600091829190602080830190803683370190505090508281600081518110613d5b57613d5b614d45565b60209081029190910181019190915260408051613a3160f11b818401526473746f726560d81b6022820152655461626c657360d01b6030820152815180820390930183528101905260009061080790613db3906143fe565b8360027e600302202020000000000000000000000000000000000000000000000000006116ac565b60008282604051602001613df0929190614f37565b60408051601f1981840301815291905280516020909101207f14e2fcc58e58e68ec7edc30c8d50dccc3ce2714a623ec81f46b6a63922d76569189392505050565b6000818311158015613e44575083518211155b613e80578383836040517f23230fa30000000000000000000000000000000000000000000000000000000081526004016102909392919061517d565b60208401613e8e848261443b565b90506000613e9c8585614e00565b6fffffffffffffffffffffffffffffffff1660809290921b9190911795945050505050565b60606000610a3d836015600061432c565b60408051600180825281830190925260009182918291602080830190803683370190505090508381600081518110613f0c57613f0c614d45565b60209081029190910181019190915260408051613a3160f11b81840152641ddbdc9b1960da1b60228201527f53797374656d73000000000000000000000000000000000000000000000000006030820152815180820390930183528101905260009081908190613fa590613f7f906143fe565b857e150200140100000000000000000000000000000000000000000000000000006116ee565b925092509250610a048383836143a7565b60006060836001600160a01b03166000613fd18589896143b3565b604051613fde91906151a2565b60006040518083038185875af1925050503d806000811461401b576040519150601f19603f3d011682016040523d82523d6000602084013e614020565b606091505b509097909650945050505050565b60006060836001600160a01b03166140478488886143b3565b60405161405491906151a2565b600060405180830381855af49150503d806000811461401b576040519150601f19603f3d011682016040523d82523d6000602084013e614020565b6040805160028082526060820183526000928392919060208301908036833701905050905083816000815181106140c8576140c8614d45565b602002602001018181525050826001600160a01b031660001b816001815181106140f4576140f4614d45565b60209081029190910181019190915260408051613a3160f11b92810192909252641ddbdc9b1960da1b60228301527f5265736f7572636541636365737300000000000000000000000000000000000060308301526000916141559101613cd6565b9050610c538160f81c90565b600064ffffffffff8211156141a5576040517f4767058800000000000000000000000000000000000000000000000000000000815260048101839052602401610290565b8366ffffffffffffff811660ff851660280260380182901c64ffffffffff168085106141d757808503820191506141df565b848103820391505b5064ffffffffff6038602860ff8816020181811b197fffffffffffffffffffffffffffffffffffffffffffffffffff000000000000009490941690921792909216918416901b1790509392505050565b82156142a957602083106142595760208304840193506020838161425557614255614f72565b0692505b82156142a95760208390036000600019600884021c1990506008850281811c91508451811c905081198754168282161787555081831161429a575050611aa0565b50600194909401939182019190035b5b602081106142cb5781518455600190930192602090910190601f19016142aa565b8015611aa0576000600019600883021c198554845182169119161785555050505050565b600060206142fe83601f61443b565b61430891906151be565b614312908461443b565b90505b808310156108fc5760008355600183019250614315565b6060600061433a8560801c90565b90506fffffffffffffffffffffffffffffffff8516600085828161436057614360614f72565b04905060405193506020840160208202810160405281855260005b8281101561439b578451871c82529387019360209091019060010161437b565b50505050509392505050565b600080611802856143e2565b60608383836040516020016143ca939291906151e0565b60405160208183030381529060405290509392505050565b6020810151603482015160609190911c9060009060f81c612a7e565b8051602080830151919081101561441f576000198160200360031b1b821691505b50919050565b634e487b7160e01b600052601160045260246000fd5b80820180821115610eb357610eb3614425565b60008083601f84011261446057600080fd5b50813567ffffffffffffffff81111561447857600080fd5b6020830191508360208260051b850101111561449357600080fd5b9250929050565b803560ff811681146126cc57600080fd5b6000806000806000608086880312156144c357600080fd5b85359450602086013567ffffffffffffffff8111156144e157600080fd5b6144ed8882890161444e565b909550935061450090506040870161449a565b949793965091946060013592915050565b60005b8381101561452c578181015183820152602001614514565b50506000910152565b6000815180845261454d816020860160208601614511565b601f01601f19169290920160200192915050565b602081526000610a3d6020830184614535565b60008083601f84011261458657600080fd5b50813567ffffffffffffffff81111561459e57600080fd5b60208301915083602082850101111561449357600080fd5b600080600080600080608087890312156145cf57600080fd5b86359550602087013567ffffffffffffffff808211156145ee57600080fd5b6145fa8a838b0161444e565b909750955085915061460e60408a0161449a565b9450606089013591508082111561462457600080fd5b5061463189828a01614574565b979a9699509497509295939492505050565b6000806000806060858703121561465957600080fd5b84359350602085013567ffffffffffffffff81111561467757600080fd5b6146838782880161444e565b909450925061469690506040860161449a565b905092959194509250565b60008060008060008060008060a0898b0312156146bd57600080fd5b88359750602089013567ffffffffffffffff808211156146dc57600080fd5b6146e88c838d0161444e565b909950975060408b013591508082111561470157600080fd5b61470d8c838d01614574565b909750955060608b0135945060808b013591508082111561472d57600080fd5b5061473a8b828c01614574565b999c989b5096995094979396929594505050565b600080600080600080600060a0888a03121561476957600080fd5b87359650602088013567ffffffffffffffff8082111561478857600080fd5b6147948b838c0161444e565b90985096508691506147a860408b0161449a565b955060608a01359150808211156147be57600080fd5b506147cb8a828b01614574565b989b979a50959894979596608090950135949350505050565b6000602082840312156147f657600080fd5b5035919050565b634e487b7160e01b600052604160045260246000fd5b604051601f8201601f1916810167ffffffffffffffff8111828210171561483c5761483c6147fd565b604052919050565b600082601f83011261485557600080fd5b813567ffffffffffffffff81111561486f5761486f6147fd565b6148826020601f19601f84011601614813565b81815284602083860101111561489757600080fd5b816020850160208301376000918101602001919091529392505050565b600080604083850312156148c757600080fd5b82359150602083013567ffffffffffffffff8111156148e557600080fd5b6148f185828601614844565b9150509250929050565b6000806000806060858703121561491157600080fd5b84359350602085013567ffffffffffffffff81111561492f57600080fd5b61493b8782880161444e565b9598909750949560400135949350505050565b6060815260006149616060830186614535565b8460208401528281036040840152610a678185614535565b600082601f83011261498a57600080fd5b8135602067ffffffffffffffff8211156149a6576149a66147fd565b8160051b6149b5828201614813565b92835284810182019282810190878511156149cf57600080fd5b83870192505b848310156149ee578235825291830191908301906149d5565b979650505050505050565b600080600080600060a08688031215614a1157600080fd5b85359450602086013567ffffffffffffffff811115614a2f57600080fd5b614a3b88828901614979565b945050614a4a6040870161449a565b94979396509394606081013594506080013592915050565b600080600060408486031215614a7757600080fd5b83359250602084013567ffffffffffffffff811115614a9557600080fd5b614aa18682870161444e565b9497909650939450505050565b6001600160a01b03811681146114d557600080fd5b600080600060608486031215614ad857600080fd5b8335614ae381614aae565b925060208401359150604084013567ffffffffffffffff811115614b0657600080fd5b614b1286828701614844565b9150509250925092565b60008060008060808587031215614b3257600080fd5b84359350602085013567ffffffffffffffff811115614b5057600080fd5b614b5c87828801614979565b935050614b6b6040860161449a565b9396929550929360600135925050565b600080600060608486031215614b9057600080fd5b83359250602084013567ffffffffffffffff811115614bae57600080fd5b614bba86828701614979565b925050614bc96040850161449a565b90509250925092565b60008060408385031215614be557600080fd5b8235614bf081614aae565b9150602083013567ffffffffffffffff8111156148e557600080fd5b60008060008060008060808789031215614c2557600080fd5b86359550602087013567ffffffffffffffff80821115614c4457600080fd5b614c508a838b0161444e565b90975095506040890135915065ffffffffffff82168214614c7057600080fd5b9093506060880135908082111561462457600080fd5b803564ffffffffff811681146126cc57600080fd5b60008060008060008060008060c0898b031215614cb757600080fd5b88359750602089013567ffffffffffffffff80821115614cd657600080fd5b614ce28c838d0161444e565b9099509750879150614cf660408c0161449a565b9650614d0460608c01614c86565b9550614d1260808c01614c86565b945060a08b013591508082111561472d57600080fd5b600060208284031215614d3a57600080fd5b8135610a3d81614aae565b634e487b7160e01b600052603260045260246000fd5b604081526000614d6e6040830185614535565b90506001600160a01b03831660208301529392505050565b600060ff821660ff8103614d9c57614d9c614425565b60010192915050565b6001600160a01b0384168152826020820152606060408201526000610c536060830184614535565b60006000198203614de057614de0614425565b5060010190565b60ff8281168282160390811115610eb357610eb3614425565b81810381811115610eb357610eb3614425565b600060208284031215614e2557600080fd5b81518015158114610a3d57600080fd5b600060208284031215614e4757600080fd5b81517fffffffffffffffffffffffffffffffff0000000000000000000000000000000081168114610a3d57600080fd5b600081518084526020808501945080840160005b83811015614ea757815187529582019590820190600101614e8b565b509495945050505050565b606081526000614ec56060830186614e77565b65ffffffffffff851660208401528281036040840152610a678185614535565b848152608060208201526000614efe6080830186614e77565b65ffffffffffff8516604084015282810360608401526149ee8185614535565b8281526040602082015260006108076040830184614535565b82815260006020808301845182860160005b82811015614f6557815184529284019290840190600101614f49565b5091979650505050505050565b634e487b7160e01b600052601260045260246000fd5b8082028115828204841417610eb357610eb3614425565b7fffff00000000000000000000000000000000000000000000000000000000000084168152826020820152606060408201526000610c536060830184614535565b64ffffffffff818116838216019080821115614ffe57614ffe614425565b5092915050565b60a08152600061501860a0830188614e77565b65ffffffffffff8716602084015264ffffffffff861660408401528460608401528281036080840152611eb88185614535565b87815260e06020820152600061506460e0830189614e77565b60ff8816604084015264ffffffffff87811660608501528616608084015260a0830185905282810360c084015261509b8185614535565b9a9950505050505050505050565b6080815260006150bc6080830187614e77565b82810360208401526150ce8187614535565b905084604084015282810360608401526149ee8185614535565b86815260c06020820152600061510160c0830188614e77565b82810360408401526151138188614535565b9050856060840152828103608084015261512d8186614535565b9150508260a0830152979650505050505050565b602081526000610a3d6020830184614e77565b83815260606020820152600061516d6060830185614e77565b9050826040830152949350505050565b6060815260006151906060830186614535565b60208301949094525060400152919050565b600082516151b4818460208701614511565b9190910192915050565b6000826151db57634e487b7160e01b600052601260045260246000fd5b500490565b600084516151f2818460208901614511565b60609490941b7fffffffffffffffffffffffffffffffffffffffff000000000000000000000000169190930190815260148101919091526034019291505056fea164736f6c6343000815000a","sourceMap":"2087:14797:56:-:0;;;2475:81;;;;;;;;;-1:-1:-1;739:22:21;996:42:24;2304:38;;-1:-1:-1;;;;;;2304:38:24;4109:4:20;2304:38:24;;;4036:84:20;739:22:21;772:25;;-1:-1:-1;;;783:13:21;772:25;;;;;2505:10:56;2495:20;;2526:25;;-1:-1:-1;;;2537:13:56;2526:25;;;;;2087:14797;;;;;;;;;;;;;;;;;","linkReferences":{}},"deployedBytecode":{"object":"0x6080604052600436106101d15760003560e01c80638c364d59116100f7578063c4d66de811610095578063d9c03a0411610064578063d9c03a04146106d1578063dbbf0e21146105d1578063e228a4a3146106f1578063ef6ea8621461071157610266565b8063c4d66de814610651578063cc49db7e14610671578063d03edb8c14610691578063d4285dc2146106b157610266565b8063af068c9e116100d1578063af068c9e146105f1578063b047c1eb14610611578063c0a2895a14610631578063c11222291461054b57610266565b80638c364d59146105915780639f1fcf0a146105b1578063a53417ed146105d157610266565b8063390baae01161016f5780634dc77d971161013e5780634dc77d971461050b578063505a181d1461052b5780636951955d1461054b578063894ecc581461057e57610266565b8063390baae01461047b5780633a77c2c21461049b5780633ae7af08146104c9578063419b58fd146104dc57610266565b8063150f3262116101ab578063150f3262146103fb5780631e7889771461041b578063298314fb1461043b5780633708196e1461045b57610266565b806302d05d3f1461035d57806305242d2f146103ae578063114a7266146103db57610266565b366102665760408051616e7360f01b602082015260006022820181905260308201819052916102189101604051602081830303815290604052610213906143fe565b610731565b60408051616e7360f01b602082015260006022820181905260308201529192506102649101604051602081830303815290604052610255906143fe565b61025f348461443b565b61080f565b005b303303610299576040516327a1460b60e21b81526001600160e01b03196000351660048201526024015b60405180910390fd5b6000806102b16000356001600160e01b031916610901565b91509150816000801b036102ff576040517ffdde54e20000000000000000000000000000000000000000000000000000000081526001600160e01b0319600035166004820152602401610290565b60006103436000368080601f01602080910402602001604051908101604052809392919081815260200183838082843760009201829052509250869150610a119050565b9050600061035333858434610a44565b9050805160208201f35b34801561036957600080fd5b506103917f000000000000000000000000000000000000000000000000000000000000000081565b6040516001600160a01b0390911681526020015b60405180910390f35b3480156103ba57600080fd5b506103ce6103c93660046144ab565b610a71565b6040516103a59190614561565b3480156103e757600080fd5b506102646103f63660046145b6565b610ab4565b34801561040757600080fd5b506102646104163660046145b6565b610b67565b34801561042757600080fd5b506103ce610436366004614643565b610c12565b34801561044757600080fd5b506102646104563660046146a1565b610c5c565b34801561046757600080fd5b5061026461047636600461474e565b610d45565b34801561048757600080fd5b5061026461049636600461474e565b610dfb565b3480156104a757600080fd5b506104bb6104b63660046147e4565b610ea8565b6040519081526020016103a5565b6103ce6104d73660046148b4565b610eb9565b3480156104e857600080fd5b506104fc6104f73660046148fb565b610ef5565b6040516103a59392919061494e565b34801561051757600080fd5b506103ce6105263660046149f9565b610f4a565b34801561053757600080fd5b50610264610546366004614a62565b610f59565b34801561055757600080fd5b507f312e302e302d756e6175646974656400000000000000000000000000000000006104bb565b6103ce61058c366004614ac3565b610fce565b34801561059d57600080fd5b506104bb6105ac3660046144ab565b61112a565b3480156105bd57600080fd5b506104bb6105cc366004614b1c565b61116d565b3480156105dd57600080fd5b506104bb6105ec366004614b7b565b61117b565b3480156105fd57600080fd5b5061026461060c366004614bd2565b611188565b34801561061d57600080fd5b5061026461062c366004614c0c565b611204565b34801561063d57600080fd5b5061026461064c366004614c9b565b6112af565b34801561065d57600080fd5b5061026461066c366004614d28565b61135d565b34801561067d57600080fd5b506104fc61068c366004614a62565b6114d8565b34801561069d57600080fd5b506103ce6106ac366004614643565b61152a565b3480156106bd57600080fd5b506104bb6106cc3660046147e4565b61156b565b3480156106dd57600080fd5b506102646106ec3660046144ab565b611576565b3480156106fd57600080fd5b506104bb61070c3660046147e4565b6115f6565b34801561071d57600080fd5b5061026461072c3660046145b6565b611601565b60408051600180825281830190925260009182919060208083019080368337019050509050828160008151811061076a5761076a614d45565b60209081029190910181019190915260408051613a3160f11b92810192909252641ddbdc9b1960da1b60228301527f42616c616e636573000000000000000000000000000000000000000000000000603083015260009161080791015b6040516020818303038152906040526107df906143fe565b8360007e200100200000000000000000000000000000000000000000000000000000006116ac565b949350505050565b60408051600180825281830190925260009160208083019080368337019050509050828160008151811061084557610845614d45565b60209081029190910181019190915260408051613a3160f11b81840152641ddbdc9b1960da1b60228201527f42616c616e636573000000000000000000000000000000000000000000000000603082015281518082039093018352810190526108fc906108b1906143fe565b826000856040516020016108c791815260200190565b60408051601f198184030181529190527e200100200000000000000000000000000000000000000000000000000000006116d9565b505050565b6040805160018082528183019092526000918291829160208083019080368337019050509050837bffffffffffffffffffffffffffffffffffffffffffffffffffffffff19168160008151811061095a5761095a614d45565b60209081029190910181019190915260408051613a3160f11b81840152641ddbdc9b1960da1b60228201527f46756e6374696f6e53656c6563746f720000000000000000000000000000000060308201528151808203909301835281019052600090819081906109f3906109cd906143fe565b857e240200200400000000000000000000000000000000000000000000000000006116ee565b925092509250610a048383836117f6565b9550955050505050915091565b82820160200180517bffffffffffffffffffffffffffffffffffffffffffffffffffffffff1682179052825b9392505050565b6060600080610a558787878761180e565b9150915081610a6757610a67816119f2565b9695505050505050565b6060610a67868686808060200260200160405190810160405280939291908181526020018383602002808284376000920191909152508892508791506119fa9050565b303303610ae2576040516327a1460b60e21b81526001600160e01b0319600035166004820152602401610290565b610aec8633611a3f565b610b5f8686868080602002602001604051908101604052809392919081815260200183836020028082843760009201919091525050604080516020601f890181900481028201810190925287815289935091508790879081908401838280828437600092019190915250611a8b92505050565b505050505050565b303303610b95576040516327a1460b60e21b81526001600160e01b0319600035166004820152602401610290565b610b9f8633611a3f565b610b5f8686868080602002602001604051908101604052809392919081815260200183836020028082843760009201919091525050604080516020601f890181900481028201810190925287815289935091508790879081908401838280828437600092019190915250611aa692505050565b6060610c5385858580806020026020016040519081016040528093929190818152602001838360200280828437600092019190915250879250611ae1915050565b95945050505050565b303303610c8a576040516327a1460b60e21b81526001600160e01b0319600035166004820152602401610290565b610c948833611a3f565b610d3b8888888080602002602001604051908101604052809392919081815260200183836020028082843760009201919091525050604080516020601f8c018190048102820181019092528a815292508a915089908190840183828082843760009201919091525050604080516020601f8a018190048102820181019092528881528a935091508890889081908401838280828437600092019190915250611b1b92505050565b5050505050505050565b303303610d73576040516327a1460b60e21b81526001600160e01b0319600035166004820152602401610290565b610d7d8733611a3f565b610df28787878080602002602001604051908101604052809392919081815260200183836020028082843760009201919091525050604080516020601f8a018190048102820181019092528881528a935091508890889081908401838280828437600092019190915250889250611b31915050565b50505050505050565b303303610e29576040516327a1460b60e21b81526001600160e01b0319600035166004820152602401610290565b610e338733611a3f565b610df28787878080602002602001604051908101604052809392919081815260200183836020028082843760009201919091525050604080516020601f8a018190048102820181019092528881528a9350915088908890819084018382808284376000920191909152508892506116d9915050565b6000610eb382611b74565b92915050565b6060303303610ee9576040516327a1460b60e21b81526001600160e01b0319600035166004820152602401610290565b610a3d33848434610a44565b606060006060610f3a878787808060200260200160405190810160405280939291908181526020018383602002808284376000920191909152508992506116ee915050565b9250925092509450945094915050565b6060610a678686868686611c44565b303303610f87576040516327a1460b60e21b81526001600160e01b0319600035166004820152602401610290565b610f918333611a3f565b6108fc83838380806020026020016040519081016040528093929190818152602001838360200280828437600092019190915250611d0a92505050565b6060303303610ffe576040516327a1460b60e21b81526001600160e01b0319600035166004820152602401610290565b336001600160a01b038516036110215761101a33848434610a44565b9050610a3d565b600061102d8533611d1d565b905061103c8186338787611def565b156110555761104d85858534610a44565b915050610a3d565b6000611062866000611d1d565b90506110718187338888611def565b1561108b5761108286868634610a44565b92505050610a3d565b60006110bd616e7360f01b7dffffffffffffffffffffffffffff00000000000000000000000000000000881617611ec4565b90506110cc8188338989611def565b156110e7576110dd87878734610a44565b9350505050610a3d565b6040517fc86745f90000000000000000000000000000000000000000000000000000000081526001600160a01b0388166004820152336024820152604401610290565b6000610a67868686808060200260200160405190810160405280939291908181526020018383602002808284376000920191909152508892508791506116ac9050565b6000610c5385858585611f5e565b6000610807848484611fa6565b3033036111b6576040516327a1460b60e21b81526001600160e01b0319600035166004820152602401610290565b60408051616e7360f01b602082015260006022820181905260308201526111f691016040516020818303038152906040526111f0906143fe565b33611fbc565b611200828261200d565b5050565b303303611232576040516327a1460b60e21b81526001600160e01b0319600035166004820152602401610290565b61123c8633611a3f565b610b5f8686868080602002602001604051908101604052809392919081815260200183836020028082843760009201919091525050604080516020601f89018190048102820181019092528781528993509150879087908190840183828082843760009201919091525061211f92505050565b3033036112dd576040516327a1460b60e21b81526001600160e01b0319600035166004820152602401610290565b6112e78833611a3f565b610d3b8888888080602002602001604051908101604052809392919081815260200183836020028082843760009201919091525050604080516020601f89018190048102820181019092528781528b93508a92508991899089908190840183828082843760009201919091525061237892505050565b30330361138b576040516327a1460b60e21b81526001600160e01b0319600035166004820152602401610290565b336001600160a01b037f0000000000000000000000000000000000000000000000000000000000000000161461142f5760408051616e7360f01b602082015260006022820181905260308201526113fa91016040516020818303038152906040526113f5906143fe565b612390565b336040517fd787b737000000000000000000000000000000000000000000000000000000008152600401610290929190614d5b565b600061147b7f636f7265000000000000000000000000000000000000000000000000000000007fc5d2460186f7233c927e7db2dcc703c0e500b653ca82273b7bfad8045d85a47061250c565b6001600160a01b0316146114bb576040517f15e34a4800000000000000000000000000000000000000000000000000000000815260040160405180910390fd5b6040805160008152602081019091526114d590829061200d565b50565b60606000606061151b8686868080602002602001604051908101604052809392919081815260200183836020028082843760009201919091525061262192505050565b92509250925093509350939050565b6060610c5385858580806020026020016040519081016040528093929190818152602001838360200280828437600092019190915250879250612647915050565b6000610eb38261265d565b3033036115a4576040516327a1460b60e21b81526001600160e01b0319600035166004820152602401610290565b6115ae8533611a3f565b6115ef858585808060200260200160405190810160405280939291908181526020018383602002808284376000920191909152508792508691506126d19050565b5050505050565b6000610eb38261272a565b30330361162f576040516327a1460b60e21b81526001600160e01b0319600035166004820152602401610290565b6116398633611a3f565b610b5f8686868080602002602001604051908101604052809392919081815260200183836020028082843760009201919091525050604080516020601f89018190048102820181019092528781528993509150879087908190840183828082843760009201919091525061275092505050565b6000610c536116bb868661278b565b60ff858116601b0360080285901c166116d485876127e1565b612824565b6115ef85856116e884876127e1565b8561211f565b60606000606060006116ff85612875565b905061170c878783612898565b93506000611719866128d1565b905080156117eb5761172b888861290e565b935066ffffffffffffff841667ffffffffffffffff81111561174f5761174f6147fd565b6040519080825280601f01601f191660200182016040528015611779576020820181803683370190505b5092506020830160005b828160ff1610156117e857600061179b8b8b84612921565b905060006117b8888460ff166028026038011c64ffffffffff1690565b90506117c782826000876129a1565b6117d1818561443b565b9350505080806117e090614d86565b915050611783565b50505b505093509350939050565b60008061180285612a70565b90969095509350505050565b60006060600061181d86612a85565b905060005b81518110156118fa57600082828151811061183f5761183f614d45565b6020026020010151905061186b6001826affffffffffffffffffffff1916612b5390919063ffffffff16565b156118e7576040517fc3323031000000000000000000000000000000000000000000000000000000008152606082901c9063c3323031906118b4908c908c908c90600401614da5565b600060405180830381600087803b1580156118ce57600080fd5b505af11580156118e2573d6000803e3d6000fd5b505050505b50806118f281614dcd565b915050611822565b5061190787858888612b71565b909350915060005b81518110156119e757600082828151811061192c5761192c614d45565b602002602001015190506119586002826affffffffffffffffffffff1916612b5390919063ffffffff16565b156119d4576040517f973d8f99000000000000000000000000000000000000000000000000000000008152606082901c9063973d8f99906119a1908c908c908c90600401614da5565b600060405180830381600087803b1580156119bb57600080fd5b505af11580156119cf573d6000803e3d6000fd5b505050505b50806119df81614dcd565b91505061190f565b505094509492505050565b805160208201fd5b6060611a0582612c8c565b8360ff161015611a2257611a1b85858585612c9e565b9050610807565b611a1b8585611a3085612c8c565b611a3a9087614de7565b611ae1565b611a498282612ccb565b61120057611a5682612390565b816040517fd787b737000000000000000000000000000000000000000000000000000000008152600401610290929190614d5b565b611aa084848484611a9b89611b74565b611b31565b50505050565b6000611ab2858561290e565b90506000611acf828560ff166028026038011c64ffffffffff1690565b9050610b5f8686868460008888612d0e565b6060610807611af1858585612921565b611b1484611aff888861290e565b9060ff166028026038011c64ffffffffff1690565b6000613124565b6115ef8585858585611b2c8b611b74565b613147565b611b3a81612c8c565b8360ff161015611b5657611b5185858585856116d9565b6115ef565b6115ef8585611b6484612c8c565b611b6e9087614de7565b85612750565b60408051613a3160f11b60208201526473746f726560d81b6022820152655461626c657360d01b603082015260009101604051602081830303815290604052611bbc906143fe565b8203611be857507e60030220202000000000000000000000000000000000000000000000000000919050565b60408051613a3160f11b60208201526473746f726560d81b6022820152655461626c657360d01b6030820152610eb391611c3b9101604051602081830303815290604052611c35906143fe565b84613442565b60206000612824565b60606000611c52878761290e565b90506000611c6f828760ff166028026038011c64ffffffffff1690565b90508085101580611c7f57508084115b15611cda578081861015611c9d57611c98600186614e00565b611c9f565b855b6040517f7e8578d300000000000000000000000000000000000000000000000000000000815260048101929092526024820152604401610290565b6000611ce7898989612921565b9050611cfd81611cf78888614e00565b88613124565b9998505050505050505050565b6112008282611d1885611b74565b61345e565b60408051600280825260608201835260009283929190602083019080368337019050509050836001600160a01b031660001b81600081518110611d6257611d62614d45565b602002602001018181525050826001600160a01b031660001b81600181518110611d8e57611d8e614d45565b60209081029190910181019190915260408051613a3160f11b92810192909252641ddbdc9b1960da1b60228301527f5573657244656c65676174696f6e436f000000000000000000000000000000006030830152600091610c5391016107c7565b6000611dfa8661371e565b15611e0757506001610c53565b85611e1457506000610c53565b600080611e908660008a8a8989604051602401611e3393929190614da5565b60408051601f198184030181529190526020810180517bffffffffffffffffffffffffffffffffffffffffffffffffffffffff167f1a86b55000000000000000000000000000000000000000000000000000000000179052612b71565b9150915081611ea457600092505050610c53565b80806020019051810190611eb89190614e13565b98975050505050505050565b604080516001808252818301909252600091829190602080830190803683370190505090508281600081518110611efd57611efd614d45565b60209081029190910181019190915260408051613a3160f11b92810192909252641ddbdc9b1960da1b60228301527f4e616d65737061636544656c6567617400000000000000000000000000000000603083015260009161080791016107c7565b600080611f6a83612c8c565b90508060ff168460ff161015611f925760ff848116601b0360080284901c165b915050610807565b611f8a8686611fa18488614de7565b613799565b6000610807848484611fb788611b74565b611f5e565b6001600160a01b038116611ff6616e7360f01b7dffffffffffffffffffffffffffff000000000000000000000000000000008516176137a9565b6001600160a01b03161461120057611a5682612390565b612037827f79f50b5b0000000000000000000000000000000000000000000000000000000061384e565b6120ac336000848460405160240161204f9190614561565b60408051601f198184030181529190526020810180517bffffffffffffffffffffffffffffffffffffffffffffffffffffffff167f7c5b033500000000000000000000000000000000000000000000000000000000179052613974565b50611200826001600160a01b03166317d7de7c6040518163ffffffff1660e01b8152600401602060405180830381865afa1580156120ee573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906121129190614e35565b8251602084012084613985565b600061212b858561278b565b9050847f8c0b5119d4cec7b284c6b1b39252a03d1e2f2d7451a5895562524c113bb952be85858560405161216193929190614eb2565b60405180910390a2613a3160f11b857fffff000000000000000000000000000000000000000000000000000000000000161461219d5750611aa0565b60006121a886613ac5565b905060005b81518110156122875760008282815181106121ca576121ca614d45565b602002602001015190506121f66004826affffffffffffffffffffff1916612b5390919063ffffffff16565b15612274576040517f964f667d000000000000000000000000000000000000000000000000000000008152606082901c9063964f667d90612241908b908b908b908b90600401614ee5565b600060405180830381600087803b15801561225b57600080fd5b505af115801561226f573d6000803e3d6000fd5b505050505b508061227f81614dcd565b9150506121ad565b5061229b828565ffffffffffff1685613b60565b60005b8151811015610df25760008282815181106122bb576122bb614d45565b602002602001015190506122e76008826affffffffffffffffffffff1916612b5390919063ffffffff16565b15612365576040517fa8ba8721000000000000000000000000000000000000000000000000000000008152606082901c9063a8ba872190612332908b908b908b908b90600401614ee5565b600060405180830381600087803b15801561234c57600080fd5b505af1158015612360573d6000803e3d6000fd5b505050505b508061237081614dcd565b91505061229e565b610b5f86868686868661238b8d8d61290e565b612d0e565b606081601081901b60006123a383613b70565b9050827fffffffffffffffffffffffffffff0000000000000000000000000000000000008316156123f6577fffffffffffffffffffffffffffff0000000000000000000000000000000000008316612418565b7f524f4f545f4e414d4553504143450000000000000000000000000000000000005b7fffffffffffffffffffffffffffffffff000000000000000000000000000000008316156124465782612468565b7f524f4f545f4e414d4500000000000000000000000000000000000000000000005b6040517fffff00000000000000000000000000000000000000000000000000000000000090931660208401527f3a00000000000000000000000000000000000000000000000000000000000000602284018190527fffffffffffffffffffffffffffffffff00000000000000000000000000000000928316602385015260338401521660348201526044016040516020818303038152906040529350505050919050565b60408051600280825260608201835260009283929190602083019080368337019050509050836fffffffffffffffffffffffffffffffff19168160008151811061255857612558614d45565b602002602001018181525050828160018151811061257857612578614d45565b60209081029190910181019190915260408051613a3160f11b92810192909252641ddbdc9b1960da1b60228301527f496e7374616c6c65644d6f64756c657300000000000000000000000000000000603083015260009161261591015b6040516020818303038152906040526125ed906143fe565b8360007e140100140000000000000000000000000000000000000000000000000000006116ac565b60601c95945050505050565b60606000606061263a858561263588611b74565b6116ee565b9250925092509250925092565b606061080784848461265888611b74565b6119fa565b600061266882613b87565b905061267382613c40565b6126cc57818260405160200161268b91815260200190565b60408051601f19818403018152908290527f41e713ad0000000000000000000000000000000000000000000000000000000082526102909291600401614f1e565b919050565b60006126dd858561290e565b905060006126fa828560ff166028026038011c64ffffffffff1690565b9050610b5f8686866127138764ffffffffff8716614e00565b604080516000815260208101909152889088612d0e565b600061273582613d22565b9050806126cc57818260405160200161268b91815260200190565b600061275c858561290e565b90506000612779828560ff166028026038011c64ffffffffff1690565b9050610b5f8686866000858888612d0e565b600082826040516020016127a0929190614f37565b60408051601f1981840301815291905280516020909101207f86425bff6b57326c7859e89024fe4f238ca327a1ae4a230180dd2f0e88aaa7d9189392505050565b600080805b8360ff1681101561281c5761280860ff601b83900360080287901c168361443b565b91508061281481614dcd565b9150506127e6565b509392505050565b60006020821061284a5760208204840193506020828161284657612846614f72565b0691505b508254600882021b60208290038084111561281c576001850154600882021c82179150509392505050565b6000600861288560026020614e00565b61288f9190614f88565b9190911c919050565b6060816000036128b75750604080516020810190915260008152610a3d565b60006128c3858561278b565b9050610c5381846000613124565b600060086001806128e460026020614e00565b6128ee9190614e00565b6128f89190614e00565b6129029190614f88565b8260ff911c1692915050565b6000610a3d61291d8484613ddb565b5490565b60008383604051602001612936929190614f37565b604051602081830303815290604052805190602001208260f81b7effffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff19167f3b4102da22e32d82fc925482184f16c09fd4281692720b87d124aef6da48a0f1181860001c90509392505050565b8115612a2a57602082106129cb576020820484019350602082816129c7576129c7614f72565b0691505b8115612a2a5760208290036000818510156129ef5750600019600885021c196129fa565b50600019600882021c195b8554600885021b811984511682821617845250818511612a1b575050611aa0565b50600194909401939283900392015b5b60208310612a4c5783548152600190930192601f1990920191602001612a2b565b8215611aa0576000600019600885021c198251865482169119161782525050505050565b602081015160408201516000905b9050915091565b60408051600180825281830190925260609160009190602080830190803683370190505090508281600081518110612abf57612abf614d45565b60209081029190910181019190915260408051613a3160f11b92810192909252641ddbdc9b1960da1b60228301527f53797374656d486f6f6b730000000000000000000000000000000000000000006030830152600091612b3c91015b604051602081830303815290604052612b34906143fe565b836000611ae1565b9050610807612b4e8260008451613e31565b613ec1565b60008160ff1682612b648560581c90565b1660ff1614905092915050565b60006060600080612b8186613ed2565b90925090506001600160a01b038216612bd25785612b9e87612390565b6040517ffbf10ce6000000000000000000000000000000000000000000000000000000008152600401610290929190614f1e565b80612be157612be18689611a3f565b8615612c2d577dffffffffffffffffffffffffffff000000000000000000000000000000008616616e7360f01b176000612c1a82610731565b9050612c2a8261025f8b8461443b565b50505b6000612c398760101b90565b7fffffffffffffffffffffffffffff0000000000000000000000000000000000001614612c7157612c6c88888488613fb6565b612c7d565b612c7d8888848861402e565b90999098509650505050505050565b6000600860016128ee60026020614e00565b6060610c53612cad868661278b565b60ff858116601b0360080285901c16612cc685876127e1565b613124565b6000612cfe616e7360f01b7dffffffffffffffffffffffffffff000000000000000000000000000000008516178361408f565b80610a3d5750610a3d838361408f565b613a3160f11b877fffff0000000000000000000000000000000000000000000000000000000000001614612d9857613a3160f11b8788604051602001612d5691815260200190565b60408051601f19818403018152908290527f31b46683000000000000000000000000000000000000000000000000000000008252610290939291600401614f9f565b6000612db3828760ff166028026038011c64ffffffffff1690565b9050600083518564ffffffffff1683612dcc9190614e00565b612dd6919061443b565b9050808214158015612df8575081612dee8688614fe0565b64ffffffffff1614155b15612e48576040517fa65010b400000000000000000000000000000000000000000000000000000000815264ffffffffff8088166004830152808716602483015283166044820152606401610290565b818664ffffffffff161115612e99576040517f7e8578d30000000000000000000000000000000000000000000000000000000081526004810183905264ffffffffff87166024820152604401610290565b6000612ea6848984614161565b905064ffffffffff871660005b8960ff168160ff161015612ee657612eda868260ff166028026038011c64ffffffffff1690565b90910190600101612eb3565b508a7faa63765a776145e5e6492f471ae097dfed11cd57a61bc2679dd43180422385b48b838a868b604051612f1f959493929190615005565b60405180910390a2506000612f338b613ac5565b905060005b8151811015613008576000828281518110612f5557612f55614d45565b60200260200101519050612f816010826affffffffffffffffffffff1916612b5390919063ffffffff16565b15612ff557606081901c6001600160a01b03166355eb5a288e8e8e8e8e8a8f6040518863ffffffff1660e01b8152600401612fc2979695949392919061504b565b600060405180830381600087803b158015612fdc57600080fd5b505af1158015612ff0573d6000803e3d6000fd5b505050505b508061300081614dcd565b915050612f38565b5082841461302157600061301c8c8c613ddb565b839055505b600061302e8c8c8c612921565b9050613042818a64ffffffffff1689613b60565b5060005b815181101561311657600082828151811061306357613063614d45565b6020026020010151905061308f6020826affffffffffffffffffffff1916612b5390919063ffffffff16565b1561310357606081901c6001600160a01b031663635845338e8e8e8e8e8a8f6040518863ffffffff1660e01b81526004016130d0979695949392919061504b565b600060405180830381600087803b1580156130ea57600080fd5b505af11580156130fe573d6000803e3d6000fd5b505050505b508061310e81614dcd565b915050613046565b505050505050505050505050565b60405160208101601f19603f858401011660405283825261281c858585846129a1565b857f8dbb3a9672eebfd3773e72dd9c102393436816d832c7ba9e1e1ac8fcadcac7a98686868660405161317d94939291906150a9565b60405180910390a2613a3160f11b867fffff0000000000000000000000000000000000000000000000000000000000001603610b5f5760006131be87613ac5565b905060005b81518110156132a15760008282815181106131e0576131e0614d45565b6020026020010151905061320c6001826affffffffffffffffffffff1916612b5390919063ffffffff16565b1561328e576040517f57066c9c000000000000000000000000000000000000000000000000000000008152606082901c906357066c9c9061325b908c908c908c908c908c908c906004016150e8565b600060405180830381600087803b15801561327557600080fd5b505af1158015613289573d6000803e3d6000fd5b505050505b508061329981614dcd565b9150506131c3565b5060006132ae888861278b565b905060006020870190506132c6826000838a5161422f565b60006132d1856128d1565b11156133555760006132e38a8a613ddb565b878155905060208601915060008060005b6132fd886128d1565b8160ff161015613350576133128d8d83612921565b925061332d8a8260ff166028026038011c64ffffffffff1690565b915061333c836000878561422f565b613346828661443b565b94506001016132f4565b505050505b60005b835181101561343657600084828151811061337557613375614d45565b602002602001015190506133a16002826affffffffffffffffffffff1916612b5390919063ffffffff16565b15613423576040517f5b28cdaf000000000000000000000000000000000000000000000000000000008152606082901c90635b28cdaf906133f0908e908e908e908e908e908e906004016150e8565b600060405180830381600087803b15801561340a57600080fd5b505af115801561341e573d6000803e3d6000fd5b505050505b508061342e81614dcd565b915050613358565b50505050505050505050565b60408051602081018490529081018290526000906060016127a0565b827f0e1f72f429eb97e64878619984a91e687ae91610348b9ff4216782cc96e49d078360405161348e9190615141565b60405180910390a2613a3160f11b837fffff00000000000000000000000000000000000000000000000000000000000016146134c957505050565b60006134d484613ac5565b905060005b81518110156135b15760008282815181106134f6576134f6614d45565b602002602001015190506135226040826affffffffffffffffffffff1916612b5390919063ffffffff16565b1561359e576040517f9faeaf45000000000000000000000000000000000000000000000000000000008152606082901c90639faeaf459061356b90899089908990600401615154565b600060405180830381600087803b15801561358557600080fd5b505af1158015613599573d6000803e3d6000fd5b505050505b50806135a981614dcd565b9150506134d9565b5060006135be858561278b565b90506136178160006135cf86612875565b67ffffffffffffffff8111156135e7576135e76147fd565b6040519080825280601f01601f191660200182016040528015613611576020820181803683370190505b50613b60565b6000613622846128d1565b11156136435760006136348686613ddb565b90506136418160206142ef565b505b60005b8251811015610b5f57600083828151811061366357613663614d45565b6020026020010151905061368f6080826affffffffffffffffffffff1916612b5390919063ffffffff16565b1561370b576040517f83b5c95b000000000000000000000000000000000000000000000000000000008152606082901c906383b5c95b906136d8908a908a908a90600401615154565b600060405180830381600087803b1580156136f257600080fd5b505af1158015613706573d6000803e3d6000fd5b505050505b508061371681614dcd565b915050613646565b604080517f737900000000000000000000000000000000000000000000000000000000000060208201526000602282018190527f756e6c696d69746564000000000000000000000000000000000000000000000060308301529101604051602081830303815290604052613791906143fe565b909114919050565b600061080782611aff868661290e565b6040805160018082528183019092526000918291906020808301908036833701905050905082816000815181106137e2576137e2614d45565b60209081029190910181019190915260408051613a3160f11b92810192909252641ddbdc9b1960da1b60228301527f4e616d6573706163654f776e6572000000000000000000000000000000000000603083015260009161384391016125d5565b60601c949350505050565b6040517f01ffc9a70000000000000000000000000000000000000000000000000000000081526001600160e01b0319821660048201526001600160a01b038316906301ffc9a790602401602060405180830381865afa9250505080156138d1575060408051601f3d908101601f191682019092526138ce91810190614e13565b60015b613922576040517f74b5e6ff0000000000000000000000000000000000000000000000000000000081526001600160a01b03831660048201526001600160e01b031982166024820152604401610290565b806108fc576040517f74b5e6ff0000000000000000000000000000000000000000000000000000000081526001600160a01b03841660048201526001600160e01b031983166024820152604401610290565b6060600080610a558787878761402e565b604080516002808252606082018352600092602083019080368337019050509050836fffffffffffffffffffffffffffffffff1916816000815181106139cd576139cd614d45565b60200260200101818152505082816001815181106139ed576139ed614d45565b60209081029190910181019190915260408051613a3160f11b81840152641ddbdc9b1960da1b60228201527f496e7374616c6c65644d6f64756c65730000000000000000000000000000000060308201528151808203909301835281019052611aa090613a59906143fe565b6040517fffffffffffffffffffffffffffffffffffffffff000000000000000000000000606086901b166020820152839060009060340160408051601f198184030181529190527e140100140000000000000000000000000000000000000000000000000000006116d9565b60408051600180825281830190925260609160009190602080830190803683370190505090508281600081518110613aff57613aff614d45565b60209081029190910181019190915260408051613a3160f11b928101929092526473746f726560d81b60228301527f53746f7265486f6f6b73000000000000000000000000000000000000000000006030830152600091612b3c9101612b1c565b6108fc838360208401845161422f565b6000613b7e6070601061443b565b9190911b919050565b604080516001808252818301909252600091829190602080830190803683370190505090508281600081518110613bc057613bc0614d45565b60209081029190910181019190915260408051613a3160f11b818401526473746f726560d81b6022820152655461626c657360d01b6030820152815180820390930183528101905260009061080790613c18906143fe565b8360017e600302202020000000000000000000000000000000000000000000000000006116ac565b604080516001808252818301909252600091829190602080830190803683370190505090508281600081518110613c7957613c79614d45565b60209081029190910181019190915260408051613a3160f11b928101929092526473746f726560d81b60228301527f5265736f757263654964730000000000000000000000000000000000000000006030830152600091613d1691015b604051602081830303815290604052613cee906143fe565b8360007e010100010000000000000000000000000000000000000000000000000000006116ac565b90506108078160f81c90565b604080516001808252818301909252600091829190602080830190803683370190505090508281600081518110613d5b57613d5b614d45565b60209081029190910181019190915260408051613a3160f11b818401526473746f726560d81b6022820152655461626c657360d01b6030820152815180820390930183528101905260009061080790613db3906143fe565b8360027e600302202020000000000000000000000000000000000000000000000000006116ac565b60008282604051602001613df0929190614f37565b60408051601f1981840301815291905280516020909101207f14e2fcc58e58e68ec7edc30c8d50dccc3ce2714a623ec81f46b6a63922d76569189392505050565b6000818311158015613e44575083518211155b613e80578383836040517f23230fa30000000000000000000000000000000000000000000000000000000081526004016102909392919061517d565b60208401613e8e848261443b565b90506000613e9c8585614e00565b6fffffffffffffffffffffffffffffffff1660809290921b9190911795945050505050565b60606000610a3d836015600061432c565b60408051600180825281830190925260009182918291602080830190803683370190505090508381600081518110613f0c57613f0c614d45565b60209081029190910181019190915260408051613a3160f11b81840152641ddbdc9b1960da1b60228201527f53797374656d73000000000000000000000000000000000000000000000000006030820152815180820390930183528101905260009081908190613fa590613f7f906143fe565b857e150200140100000000000000000000000000000000000000000000000000006116ee565b925092509250610a048383836143a7565b60006060836001600160a01b03166000613fd18589896143b3565b604051613fde91906151a2565b60006040518083038185875af1925050503d806000811461401b576040519150601f19603f3d011682016040523d82523d6000602084013e614020565b606091505b509097909650945050505050565b60006060836001600160a01b03166140478488886143b3565b60405161405491906151a2565b600060405180830381855af49150503d806000811461401b576040519150601f19603f3d011682016040523d82523d6000602084013e614020565b6040805160028082526060820183526000928392919060208301908036833701905050905083816000815181106140c8576140c8614d45565b602002602001018181525050826001600160a01b031660001b816001815181106140f4576140f4614d45565b60209081029190910181019190915260408051613a3160f11b92810192909252641ddbdc9b1960da1b60228301527f5265736f7572636541636365737300000000000000000000000000000000000060308301526000916141559101613cd6565b9050610c538160f81c90565b600064ffffffffff8211156141a5576040517f4767058800000000000000000000000000000000000000000000000000000000815260048101839052602401610290565b8366ffffffffffffff811660ff851660280260380182901c64ffffffffff168085106141d757808503820191506141df565b848103820391505b5064ffffffffff6038602860ff8816020181811b197fffffffffffffffffffffffffffffffffffffffffffffffffff000000000000009490941690921792909216918416901b1790509392505050565b82156142a957602083106142595760208304840193506020838161425557614255614f72565b0692505b82156142a95760208390036000600019600884021c1990506008850281811c91508451811c905081198754168282161787555081831161429a575050611aa0565b50600194909401939182019190035b5b602081106142cb5781518455600190930192602090910190601f19016142aa565b8015611aa0576000600019600883021c198554845182169119161785555050505050565b600060206142fe83601f61443b565b61430891906151be565b614312908461443b565b90505b808310156108fc5760008355600183019250614315565b6060600061433a8560801c90565b90506fffffffffffffffffffffffffffffffff8516600085828161436057614360614f72565b04905060405193506020840160208202810160405281855260005b8281101561439b578451871c82529387019360209091019060010161437b565b50505050509392505050565b600080611802856143e2565b60608383836040516020016143ca939291906151e0565b60405160208183030381529060405290509392505050565b6020810151603482015160609190911c9060009060f81c612a7e565b8051602080830151919081101561441f576000198160200360031b1b821691505b50919050565b634e487b7160e01b600052601160045260246000fd5b80820180821115610eb357610eb3614425565b60008083601f84011261446057600080fd5b50813567ffffffffffffffff81111561447857600080fd5b6020830191508360208260051b850101111561449357600080fd5b9250929050565b803560ff811681146126cc57600080fd5b6000806000806000608086880312156144c357600080fd5b85359450602086013567ffffffffffffffff8111156144e157600080fd5b6144ed8882890161444e565b909550935061450090506040870161449a565b949793965091946060013592915050565b60005b8381101561452c578181015183820152602001614514565b50506000910152565b6000815180845261454d816020860160208601614511565b601f01601f19169290920160200192915050565b602081526000610a3d6020830184614535565b60008083601f84011261458657600080fd5b50813567ffffffffffffffff81111561459e57600080fd5b60208301915083602082850101111561449357600080fd5b600080600080600080608087890312156145cf57600080fd5b86359550602087013567ffffffffffffffff808211156145ee57600080fd5b6145fa8a838b0161444e565b909750955085915061460e60408a0161449a565b9450606089013591508082111561462457600080fd5b5061463189828a01614574565b979a9699509497509295939492505050565b6000806000806060858703121561465957600080fd5b84359350602085013567ffffffffffffffff81111561467757600080fd5b6146838782880161444e565b909450925061469690506040860161449a565b905092959194509250565b60008060008060008060008060a0898b0312156146bd57600080fd5b88359750602089013567ffffffffffffffff808211156146dc57600080fd5b6146e88c838d0161444e565b909950975060408b013591508082111561470157600080fd5b61470d8c838d01614574565b909750955060608b0135945060808b013591508082111561472d57600080fd5b5061473a8b828c01614574565b999c989b5096995094979396929594505050565b600080600080600080600060a0888a03121561476957600080fd5b87359650602088013567ffffffffffffffff8082111561478857600080fd5b6147948b838c0161444e565b90985096508691506147a860408b0161449a565b955060608a01359150808211156147be57600080fd5b506147cb8a828b01614574565b989b979a50959894979596608090950135949350505050565b6000602082840312156147f657600080fd5b5035919050565b634e487b7160e01b600052604160045260246000fd5b604051601f8201601f1916810167ffffffffffffffff8111828210171561483c5761483c6147fd565b604052919050565b600082601f83011261485557600080fd5b813567ffffffffffffffff81111561486f5761486f6147fd565b6148826020601f19601f84011601614813565b81815284602083860101111561489757600080fd5b816020850160208301376000918101602001919091529392505050565b600080604083850312156148c757600080fd5b82359150602083013567ffffffffffffffff8111156148e557600080fd5b6148f185828601614844565b9150509250929050565b6000806000806060858703121561491157600080fd5b84359350602085013567ffffffffffffffff81111561492f57600080fd5b61493b8782880161444e565b9598909750949560400135949350505050565b6060815260006149616060830186614535565b8460208401528281036040840152610a678185614535565b600082601f83011261498a57600080fd5b8135602067ffffffffffffffff8211156149a6576149a66147fd565b8160051b6149b5828201614813565b92835284810182019282810190878511156149cf57600080fd5b83870192505b848310156149ee578235825291830191908301906149d5565b979650505050505050565b600080600080600060a08688031215614a1157600080fd5b85359450602086013567ffffffffffffffff811115614a2f57600080fd5b614a3b88828901614979565b945050614a4a6040870161449a565b94979396509394606081013594506080013592915050565b600080600060408486031215614a7757600080fd5b83359250602084013567ffffffffffffffff811115614a9557600080fd5b614aa18682870161444e565b9497909650939450505050565b6001600160a01b03811681146114d557600080fd5b600080600060608486031215614ad857600080fd5b8335614ae381614aae565b925060208401359150604084013567ffffffffffffffff811115614b0657600080fd5b614b1286828701614844565b9150509250925092565b60008060008060808587031215614b3257600080fd5b84359350602085013567ffffffffffffffff811115614b5057600080fd5b614b5c87828801614979565b935050614b6b6040860161449a565b9396929550929360600135925050565b600080600060608486031215614b9057600080fd5b83359250602084013567ffffffffffffffff811115614bae57600080fd5b614bba86828701614979565b925050614bc96040850161449a565b90509250925092565b60008060408385031215614be557600080fd5b8235614bf081614aae565b9150602083013567ffffffffffffffff8111156148e557600080fd5b60008060008060008060808789031215614c2557600080fd5b86359550602087013567ffffffffffffffff80821115614c4457600080fd5b614c508a838b0161444e565b90975095506040890135915065ffffffffffff82168214614c7057600080fd5b9093506060880135908082111561462457600080fd5b803564ffffffffff811681146126cc57600080fd5b60008060008060008060008060c0898b031215614cb757600080fd5b88359750602089013567ffffffffffffffff80821115614cd657600080fd5b614ce28c838d0161444e565b9099509750879150614cf660408c0161449a565b9650614d0460608c01614c86565b9550614d1260808c01614c86565b945060a08b013591508082111561472d57600080fd5b600060208284031215614d3a57600080fd5b8135610a3d81614aae565b634e487b7160e01b600052603260045260246000fd5b604081526000614d6e6040830185614535565b90506001600160a01b03831660208301529392505050565b600060ff821660ff8103614d9c57614d9c614425565b60010192915050565b6001600160a01b0384168152826020820152606060408201526000610c536060830184614535565b60006000198203614de057614de0614425565b5060010190565b60ff8281168282160390811115610eb357610eb3614425565b81810381811115610eb357610eb3614425565b600060208284031215614e2557600080fd5b81518015158114610a3d57600080fd5b600060208284031215614e4757600080fd5b81517fffffffffffffffffffffffffffffffff0000000000000000000000000000000081168114610a3d57600080fd5b600081518084526020808501945080840160005b83811015614ea757815187529582019590820190600101614e8b565b509495945050505050565b606081526000614ec56060830186614e77565b65ffffffffffff851660208401528281036040840152610a678185614535565b848152608060208201526000614efe6080830186614e77565b65ffffffffffff8516604084015282810360608401526149ee8185614535565b8281526040602082015260006108076040830184614535565b82815260006020808301845182860160005b82811015614f6557815184529284019290840190600101614f49565b5091979650505050505050565b634e487b7160e01b600052601260045260246000fd5b8082028115828204841417610eb357610eb3614425565b7fffff00000000000000000000000000000000000000000000000000000000000084168152826020820152606060408201526000610c536060830184614535565b64ffffffffff818116838216019080821115614ffe57614ffe614425565b5092915050565b60a08152600061501860a0830188614e77565b65ffffffffffff8716602084015264ffffffffff861660408401528460608401528281036080840152611eb88185614535565b87815260e06020820152600061506460e0830189614e77565b60ff8816604084015264ffffffffff87811660608501528616608084015260a0830185905282810360c084015261509b8185614535565b9a9950505050505050505050565b6080815260006150bc6080830187614e77565b82810360208401526150ce8187614535565b905084604084015282810360608401526149ee8185614535565b86815260c06020820152600061510160c0830188614e77565b82810360408401526151138188614535565b9050856060840152828103608084015261512d8186614535565b9150508260a0830152979650505050505050565b602081526000610a3d6020830184614e77565b83815260606020820152600061516d6060830185614e77565b9050826040830152949350505050565b6060815260006151906060830186614535565b60208301949094525060400152919050565b600082516151b4818460208701614511565b9190910192915050565b6000826151db57634e487b7160e01b600052601260045260246000fd5b500490565b600084516151f2818460208901614511565b60609490941b7fffffffffffffffffffffffffffffffffffffffff000000000000000000000000169190930190815260148101919091526034019291505056fea164736f6c6343000815000a","sourceMap":"2087:14797:56:-:0;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;625:63:78;;;-1:-1:-1;;;625:63:78;;;197:92:201;15983:19:56;305:11:201;;;298:100;;;414:12;;;407:101;;;15983:19:56;16005:32;;524:12:201;625:63:78;;;;;;;;;;;;617:72;;;:::i;:::-;16005:13:56;:32::i;:::-;625:63:78;;;-1:-1:-1;;;625:63:78;;;197:92:201;662:14:78;305:11:201;;;298:100;;;414:12;;;407:101;15983:54:56;;-1:-1:-1;16043:57:56;;524:12:201;625:63:78;;;;;;;;;;;;617:72;;;:::i;:::-;16076:23:56;16090:9;16076:11;:23;:::i;:::-;16043:13;:57::i;:::-;15977:128;2087:14797;2692:4;2670:10;:27;2666:88;;2714:33;;-1:-1:-1;;;2714:33:56;;-1:-1:-1;;;;;;2739:7:56;;;2714:33;;;1372:98:201;1345:18;;2714:33:56;;;;;;;;2666:88;16241:19:::1;16262:29:::0;16295:31:::1;16318:7;;-1:-1:-1::0;;;;;;16318:7:56::1;16295:22;:31::i;:::-;16240:86;;;;16355:8;16368:1;16337:32:::0;::::1;::::0;16333:84:::1;;16378:39;::::0;::::1;::::0;;-1:-1:-1;;;;;;16409:7:56::1;;;16378:39;::::0;::::1;1372:98:201::0;1345:18;;16378:39:56::1;1228:248:201::0;16333:84:56::1;16507:21;16531:52;16547:8;;16531:52;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;::::0;::::1;::::0;;;-1:-1:-1;16531:52:56;-1:-1:-1;16560:22:56;;-1:-1:-1;16531:15:56::1;::::0;-1:-1:-1;16531:52:56:i:1;:::-;16507:76;;16641:23;16667:75;16700:10;16712:8;16722;16732:9;16667:32;:75::i;:::-;16641:101;;16860:10;16854:17;16847:4;16835:10;16831:21;16824:48;2231:32:::0;;;;;;;;;;;;;;;;;;-1:-1:-1;;;;;1645:55:201;;;1627:74;;1615:2;1600:18;2231:32:56;;;;;;;;3989:258:23;;;;;;;;;;-1:-1:-1;3989:258:23;;;;;:::i;:::-;;:::i;:::-;;;;;;;:::i;7842:344:56:-;;;;;;;;;;-1:-1:-1;7842:344:56;;;;;:::i;:::-;;:::i;11034:394::-;;;;;;;;;;-1:-1:-1;11034:394:56;;;;;:::i;:::-;;:::i;5256:244:23:-;;;;;;;;;;-1:-1:-1;5256:244:23;;;;;:::i;:::-;;:::i;5359:424:56:-;;;;;;;;;;-1:-1:-1;5359:424:56;;;;;:::i;:::-;;:::i;8595:386::-;;;;;;;;;;-1:-1:-1;8595:386:56;;;;;:::i;:::-;;:::i;9513:398::-;;;;;;;;;;-1:-1:-1;9513:398:56;;;;;:::i;:::-;;:::i;758:156:23:-;;;;;;;;;;-1:-1:-1;758:156:23;;;;;:::i;:::-;;:::i;:::-;;;8306:25:201;;;8294:2;8279:18;758:156:23;8128:209:201;13312:229:56;;;;;;:::i;:::-;;:::i;2651:288:23:-;;;;;;;;;;-1:-1:-1;2651:288:23;;;;;:::i;:::-;;:::i;:::-;;;;;;;;;:::i;7772:295::-;;;;;;;;;;-1:-1:-1;7772:295:23;;;;;:::i;:::-;;:::i;12557:279:56:-;;;;;;;;;;-1:-1:-1;12557:279:56;;;;;:::i;:::-;;:::i;2325:85::-;;;;;;;;;;-1:-1:-1;2392:13:56;2325:85;;13941:1727;;;;;;:::i;:::-;;:::i;4644:265:23:-;;;;;;;;;;-1:-1:-1;4644:265:23;;;;;:::i;:::-;;:::i;6514:258::-;;;;;;;;;;-1:-1:-1;6514:258:23;;;;;:::i;:::-;;:::i;5962:216::-;;;;;;;;;;-1:-1:-1;5962:216:23;;;;;:::i;:::-;;:::i;3746:193:56:-;;;;;;;;;;-1:-1:-1;3746:193:56;;;;;:::i;:::-;;:::i;6152:364::-;;;;;;;;;;-1:-1:-1;6152:364:56;;;;;:::i;:::-;;:::i;7040:474::-;;;;;;;;;;-1:-1:-1;7040:474:56;;;;;:::i;:::-;;:::i;2995:530::-;;;;;;;;;;-1:-1:-1;2995:530:56;;;;;:::i;:::-;;:::i;1953:246:23:-;;;;;;;;;;-1:-1:-1;1953:246:23;;;;;:::i;:::-;;:::i;3418:216::-;;;;;;;;;;-1:-1:-1;3418:216:23;;;;;:::i;:::-;;:::i;1433:143::-;;;;;;;;;;-1:-1:-1;1433:143:23;;;;;:::i;:::-;;:::i;11867:399:56:-;;;;;;;;;;-1:-1:-1;11867:399:56;;;;;:::i;:::-;;:::i;1101:151:23:-;;;;;;;;;;-1:-1:-1;1101:151:23;;;;;:::i;:::-;;:::i;10277:372:56:-;;;;;;;;;;-1:-1:-1;10277:372:56;;;;;:::i;:::-;;:::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;;;197:92:201;;;;-1:-1:-1;;;305:11:201;;;298:100;1304:19:67;414:12:201;;;407:101;4669:13:67;;4685:62;;524:12:201;1253:71:67;;;;;;;;;;;;;1245:80;;;:::i;:::-;4720:9;4731:1;1434:66;4685:24;:62::i;:::-;4669:78;4482:308;-1:-1:-1;;;;4482:308:67:o;5781:269::-;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;;;197:92:201;-1:-1:-1;;;305:11:201;;;298:100;1304:19:67;414:12:201;;;407:101;1253:71:67;;;;;;;;;;524:12:201;;1253:71:67;;5954:91;;1245:80;;;:::i;:::-;5989:9;6000:1;6021:7;6003:27;;;;;;19368:19:201;;19412:2;19403:12;;19239:182;6003:27:67;;;;-1:-1:-1;;6003:27:67;;;;;;;;;1434:66;5954:24;:91::i;:::-;5845:205;5781:269;;:::o;6970:451:68:-;7119:16;;;7133:1;7119:16;;;;;;;;;7032:19;;;;;;7119:16;;;;;;;;;;;-1:-1:-1;7119:16:68;7090:45;;7164:16;7156:25;;;7141:9;7151:1;7141:12;;;;;;;;:::i;:::-;;;;;;;;;;;:40;;;;1253:79;;;-1:-1:-1;;;1253:79:68;;;197:92:201;-1:-1:-1;;;305:11:201;;;298:100;1304:27:68;414:12:201;;;407:101;1253:79:68;;;;;;;;;;524:12:201;;1253:79:68;;-1:-1:-1;;;;;;7275:78:68;;1245:88;;;:::i;:::-;7318:9;1451:66;7275:19;:78::i;:::-;7188:165;;;;;;7366:50;7373:11;7386:15;7403:12;7366:6;:50::i;:::-;7359:57;;;;;;;;6970:451;;;:::o;5160:492:2:-;5341:28;;;5356:4;5341:28;5335:35;;5444:9;5433:21;5500:20;;5558:43;;5349:5;5160:492;;;;;;:::o;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;3989:258:23:-;4148:17;4180:62;4199:7;4208:8;;4180:62;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;-1:-1:-1;4218:10:23;;-1:-1:-1;4230:11:23;;-1:-1:-1;4180:18:23;;-1:-1:-1;4180:62:23:i;7842:344:56:-;2692:4;2670:10;:27;2666:88;;2714:33;;-1:-1:-1;;;2714:33:56;;-1:-1:-1;;;;;;2739:7:56;;;2714:33;;;1372:98:201;1345:18;;2714:33:56;1228:248:201;2666:88:56;8050:48:::1;8078:7;8087:10;8050:27;:48::i;:::-;8126:55;8145:7;8154:8;;8126:55;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;::::0;::::1;::::0;;;;-1:-1:-1;;8126:55:56::1;::::0;;::::1;;::::0;::::1;::::0;;::::1;::::0;::::1;::::0;;;;;;;;;;8164:10;;-1:-1:-1;8126:55:56;-1:-1:-1;8176:4:56;;;;;;8126:55;::::1;8176:4:::0;;;;8126:55;::::1;;::::0;::::1;::::0;;;;-1:-1:-1;8126:18:56::1;::::0;-1:-1:-1;;;8126:55:56:i:1;:::-;7842:344:::0;;;;;;:::o;11034:394::-;2692:4;2670:10;:27;2666:88;;2714:33;;-1:-1:-1;;;2714:33:56;;-1:-1:-1;;;;;;2739:7:56;;;2714:33;;;1372:98:201;1345:18;;2714:33:56;1228:248:201;2666:88:56;11265:48:::1;11293:7;11302:10;11265:27;:48::i;:::-;11345:78;11374:7;11383:8;;11345:78;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;::::0;::::1;::::0;;;;-1:-1:-1;;11345:78:56::1;::::0;;::::1;;::::0;::::1;::::0;;::::1;::::0;::::1;::::0;;;;;;;;;;11393:17;;-1:-1:-1;11345:78:56;-1:-1:-1;11412:10:56;;;;;;11345:78;::::1;11412:10:::0;;;;11345:78;::::1;;::::0;::::1;::::0;;;;-1:-1:-1;11345:28:56::1;::::0;-1:-1:-1;;;11345:78:56:i:1;5256:244:23:-:0;5400:17;5432:63;5458:7;5467:8;;5432:63;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;-1:-1:-1;5477:17:23;;-1:-1:-1;5432:25:23;;-1:-1:-1;;5432:63:23:i;:::-;5425:70;5256:244;-1:-1:-1;;;;;5256:244:23:o;5359:424:56:-;2692:4;2670:10;:27;2666:88;;2714:33;;-1:-1:-1;;;2714:33:56;;-1:-1:-1;;;;;;2739:7:56;;;2714:33;;;1372:98:201;1345:18;;2714:33:56;1228:248:201;2666:88:56;5622:48:::1;5650:7;5659:10;5622:27;:48::i;:::-;5699:79;5719:7;5728:8;;5699:79;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;::::0;::::1;::::0;;;;-1:-1:-1;;5699:79:56::1;::::0;;::::1;;::::0;::::1;::::0;;::::1;::::0;::::1;::::0;;;;;;;;;;;-1:-1:-1;5738:10:56;;-1:-1:-1;5738:10:56;;;;5699:79;::::1;5738:10:::0;;;;5699:79;::::1;;::::0;::::1;::::0;;;;-1:-1:-1;;5699:79:56::1;::::0;;::::1;;::::0;::::1;::::0;;::::1;::::0;::::1;::::0;;;;;;;;;;5750:14;;-1:-1:-1;5699:79:56;-1:-1:-1;5766:11:56;;;;;;5699:79;::::1;5766:11:::0;;;;5699:79;::::1;;::::0;::::1;::::0;;;;-1:-1:-1;5699:19:56::1;::::0;-1:-1:-1;;;5699:79:56:i:1;:::-;5359:424:::0;;;;;;;;:::o;8595:386::-;2692:4;2670:10;:27;2666:88;;2714:33;;-1:-1:-1;;;2714:33:56;;-1:-1:-1;;;;;;2739:7:56;;;2714:33;;;1372:98:201;1345:18;;2714:33:56;1228:248:201;2666:88:56;8832:48:::1;8860:7;8869:10;8832:27;:48::i;:::-;8908:68;8927:7;8936:8;;8908:68;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;::::0;::::1;::::0;;;;-1:-1:-1;;8908:68:56::1;::::0;;::::1;;::::0;::::1;::::0;;::::1;::::0;::::1;::::0;;;;;;;;;;8946:10;;-1:-1:-1;8908:68:56;-1:-1:-1;8958:4:56;;;;;;8908:68;::::1;8958:4:::0;;;;8908:68;::::1;;::::0;::::1;::::0;;;;-1:-1:-1;8964:11:56;;-1:-1:-1;8908:18:56::1;::::0;-1:-1:-1;;8908:68:56:i:1;:::-;8595:386:::0;;;;;;;:::o;9513:398::-;2692:4;2670:10;:27;2666:88;;2714:33;;-1:-1:-1;;;2714:33:56;;-1:-1:-1;;;;;;2739:7:56;;;2714:33;;;1372:98:201;1345:18;;2714:33:56;1228:248:201;2666:88:56;9756:48:::1;9784:7;9793:10;9756:27;:48::i;:::-;9832:74;9857:7;9866:8;;9832:74;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;::::0;::::1;::::0;;;;-1:-1:-1;;9832:74:56::1;::::0;;::::1;;::::0;::::1;::::0;;::::1;::::0;::::1;::::0;;;;;;;;;;9876:10;;-1:-1:-1;9832:74:56;-1:-1:-1;9888:4:56;;;;;;9832:74;::::1;9888:4:::0;;;;9832:74;::::1;;::::0;::::1;::::0;;;;-1:-1:-1;9894:11:56;;-1:-1:-1;9832:24:56::1;::::0;-1:-1:-1;;9832:74:56:i:1;758:156:23:-:0;831:23;876:33;901:7;876:24;:33::i;:::-;862:47;758:156;-1:-1:-1;;758:156:23:o;13312:229:56:-;13434:12;2692:4;2670:10;:27;2666:88;;2714:33;;-1:-1:-1;;;2714:33:56;;-1:-1:-1;;;;;;2739:7:56;;;2714:33;;;1372:98:201;1345:18;;2714:33:56;1228:248:201;2666:88:56;13461:75:::1;13494:10;13506:8;13516;13526:9;13461:32;:75::i;2651:288:23:-:0;2789:23;2814:28;2844:24;2883:51;2903:7;2912:8;;2883:51;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;-1:-1:-1;2922:11:23;;-1:-1:-1;2883:19:23;;-1:-1:-1;;2883:51:23:i;:::-;2876:58;;;;;;2651:288;;;;;;;;:::o;7772:295::-;7955:12;7982:80;8013:7;8022:8;8032:17;8051:5;8058:3;7982:30;:80::i;12557:279:56:-;2692:4;2670:10;:27;2666:88;;2714:33;;-1:-1:-1;;;2714:33:56;;-1:-1:-1;;;;;;2739:7:56;;;2714:33;;;1372:98:201;1345:18;;2714:33:56;1228:248:201;2666:88:56;12710:48:::1;12738:7;12747:10;12710:27;:48::i;:::-;12790:41;12813:7;12822:8;;12790:41;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;::::0;::::1;::::0;;;;-1:-1:-1;12790:22:56::1;::::0;-1:-1:-1;;;12790:41:56:i:1;13941:1727::-:0;14090:12;2692:4;2670:10;:27;2666:88;;2714:33;;-1:-1:-1;;;2714:33:56;;-1:-1:-1;;;;;;2739:7:56;;;2714:33;;;1372:98:201;1345:18;;2714:33:56;1228:248:201;2666:88:56;14191:10:::1;-1:-1:-1::0;;;;;14178:23:56;::::1;::::0;14174:126:::1;;14218:75;14251:10;14263:8;14273;14283:9;14218:32;:75::i;:::-;14211:82;;;;14174:126;14421:33;14457:75;14497:9;14519:10;14457:26;:75::i;:::-;14421:111;;14543:84;14561:22;14585:9;14596:10;14608:8;14618;14543:17;:84::i;:::-;14539:227;;;14685:74;14718:9;14729:8;14739;14749:9;14685:32;:74::i;:::-;14678:81;;;;;14539:227;14840:35;14878:75;14918:9;14948:1;14878:26;:75::i;:::-;14840:113;;14963:86;14981:24;15007:9;15018:10;15030:8;15040;14963:17;:86::i;:::-;14959:229;;;15107:74;15140:9;15151:8;15161;15171:9;15107:32;:74::i;:::-;15100:81;;;;;;14959:229;15262:40;15305:58;-1:-1:-1::0;;;606:36:58;2848:46;;2847:74;15305:31:56::1;:58::i;:::-;15262:101;;15373:91;15391:29;15422:9;15433:10;15445:8;15455;15373:17;:91::i;:::-;15369:234;;;15522:74;15555:9;15566:8;15576;15586:9;15522:32;:74::i;:::-;15515:81;;;;;;;15369:234;15616:47;::::0;::::1;::::0;;-1:-1:-1;;;;;19679:15:201;;15616:47:56::1;::::0;::::1;19661:34:201::0;15652:10:56::1;19711:18:201::0;;;19704:43;19573:18;;15616:47:56::1;19426:327:201::0;4644:265:23;4809:12;4836:68;4861:7;4870:8;;4836:68;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;-1:-1:-1;4880:10:23;;-1:-1:-1;4892:11:23;;-1:-1:-1;4836:24:23;;-1:-1:-1;4836:68:23:i;6514:258::-;6677:7;6699:68;6724:7;6733:8;6743:10;6755:11;6699:24;:68::i;5962:216::-;6096:7;6118:55;6143:7;6152:8;6162:10;6118:24;:55::i;3746:193:56:-;2692:4;2670:10;:27;2666:88;;2714:33;;-1:-1:-1;;;2714:33:56;;-1:-1:-1;;;;;;2739:7:56;;;2714:33;;;1372:98:201;1345:18;;2714:33:56;1228:248:201;2666:88:56;625:63:78::1;::::0;;-1:-1:-1;;;625:63:78::1;::::0;::::1;197:92:201::0;662:14:78::1;305:11:201::0;;;298:100;;;414:12;;;407:101;3839:57:56::1;::::0;524:12:201;625:63:78::1;;;;;;;;;;;;617:72;;;:::i;:::-;3885:10:56;3839:26;:57::i;:::-;3902:32;3921:6;3929:4;3902:18;:32::i;:::-;3746:193:::0;;:::o;6152:364::-;2692:4;2670:10;:27;2666:88;;2714:33;;-1:-1:-1;;;2714:33:56;;-1:-1:-1;;;;;;2739:7:56;;;2714:33;;;1372:98:201;1345:18;;2714:33:56;1228:248:201;2666:88:56;6368:48:::1;6396:7;6405:10;6368:27;:48::i;:::-;6453:58;6480:7;6489:8;;6453:58;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;::::0;::::1;::::0;;;;-1:-1:-1;;6453:58:56::1;::::0;;::::1;;::::0;::::1;::::0;;::::1;::::0;::::1;::::0;;;;;;;;;;6499:5;;-1:-1:-1;6453:58:56;-1:-1:-1;6506:4:56;;;;;;6453:58;::::1;6506:4:::0;;;;6453:58;::::1;;::::0;::::1;::::0;;;;-1:-1:-1;6453:26:56::1;::::0;-1:-1:-1;;;6453:58:56:i:1;7040:474::-:0;2692:4;2670:10;:27;2666:88;;2714:33;;-1:-1:-1;;;2714:33:56;;-1:-1:-1;;;;;;2739:7:56;;;2714:33;;;1372:98:201;1345:18;;2714:33:56;1228:248:201;2666:88:56;7321:48:::1;7349:7;7358:10;7321:27;:48::i;:::-;7407:102;7435:7;7444:8;;7407:102;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;::::0;::::1;::::0;;;;-1:-1:-1;;7407:102:56::1;::::0;;::::1;;::::0;::::1;::::0;;::::1;::::0;::::1;::::0;;;;;;;;;;7454:17;;-1:-1:-1;7473:16:56;;-1:-1:-1;7491:11:56;;7504:4;;;;;;7407:102;::::1;7504:4:::0;;;;7407:102;::::1;;::::0;::::1;::::0;;;;-1:-1:-1;7407:27:56::1;::::0;-1:-1:-1;;;7407:102:56:i:1;2995:530::-:0;2692:4;2670:10;:27;2666:88;;2714:33;;-1:-1:-1;;;2714:33:56;;-1:-1:-1;;;;;;2739:7:56;;;2714:33;;;1372:98:201;1345:18;;2714:33:56;1228:248:201;2666:88:56;3133:10:::1;-1:-1:-1::0;;;;;3147:7:56::1;3133:21;;3129:109;;625:63:78;::::0;;-1:-1:-1;;;625:63:78::1;::::0;::::1;197:92:201::0;662:14:78::1;305:11:201::0;;;298:100;;;414:12;;;407:101;3190:28:56::1;::::0;524:12:201;625:63:78::1;;;;;;;;;;;;617:72;;;:::i;:::-;3190:26:56;:28::i;:::-;3220:10;3171:60;;;;;;;;;;;;:::i;3129:109::-;3360:1;3294:54;366:15:81;3334:13:56;3294:21;:54::i;:::-;-1:-1:-1::0;;;;;3294:68:56::1;;3290:122;;3379:26;;;;;;;;;;;;;;3290:122;3507:12;::::0;;3517:1:::1;3507:12:::0;;::::1;::::0;::::1;::::0;;;3476:44:::1;::::0;3495:10;;3476:18:::1;:44::i;:::-;2995:530:::0;:::o;1953:246:23:-;2062:23;2087:28;2117:24;2156:38;2176:7;2185:8;;2156:38;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;-1:-1:-1;2156:19:23;;-1:-1:-1;;;2156:38:23:i;:::-;2149:45;;;;;;1953:246;;;;;;;:::o;3418:216::-;3548:17;3580:49;3599:7;3608:8;;3580:49;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;-1:-1:-1;3618:10:23;;-1:-1:-1;3580:18:23;;-1:-1:-1;;3580:49:23:i;1433:143::-;1504:16;1540:31;1563:7;1540:22;:31::i;11867:399:56:-;2692:4;2670:10;:27;2666:88;;2714:33;;-1:-1:-1;;;2714:33:56;;-1:-1:-1;;;;;;2739:7:56;;;2714:33;;;1372:98:201;1345:18;;2714:33:56;1228:248:201;2666:88:56;12097:48:::1;12125:7;12134:10;12097:27;:48::i;:::-;12177:84;12207:7;12216:8;;12177:84;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;::::0;::::1;::::0;;;;-1:-1:-1;12226:17:56;;-1:-1:-1;12245:15:56;;-1:-1:-1;12177:29:56::1;::::0;-1:-1:-1;12177:84:56:i:1;:::-;11867:399:::0;;;;;:::o;1101:151:23:-;1174:18;1214:33;1239:7;1214:24;:33::i;10277:372:56:-;2692:4;2670:10;:27;2666:88;;2714:33;;-1:-1:-1;;;2714:33:56;;-1:-1:-1;;;;;;2739:7:56;;;2714:33;;;1372:98:201;1345:18;;2714:33:56;1228:248:201;2666:88:56;10499:48:::1;10527:7;10536:10;10499:27;:48::i;:::-;10575:69;10601:7;10610:8;;10575:69;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;::::0;::::1;::::0;;;;-1:-1:-1;;10575:69:56::1;::::0;;::::1;;::::0;::::1;::::0;;::::1;::::0;::::1;::::0;;;;;;;;;;10620:17;;-1:-1:-1;10575:69:56;-1:-1:-1;10639:4:56;;;;;;10575:69;::::1;10639:4:::0;;;;10575:69;::::1;;::::0;::::1;::::0;;;;-1:-1:-1;10575:25:56::1;::::0;-1:-1:-1;;;10575:69:56:i:1;35212:541:20:-:0;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;22277:355::-;22449:178;22483:7;22508:8;22538:63;22577:11;22590:10;22538:38;:63::i;:::-;22616:4;22449:16;:178::i;31801:1314::-;31931:23;31956:28;31986:24;32052:20;32075:30;:11;:28;:30::i;:::-;32052:53;;32166:65;32199:7;32208:8;32218:12;32166:32;:65::i;:::-;32153:78;;32295:24;32322:30;:11;:28;:30::i;:::-;32295:57;-1:-1:-1;32362:20:20;;32358:753;;32455:66;32503:7;32512:8;32455:47;:66::i;:::-;32438:83;-1:-1:-1;6126:59:15;;;32573:33:20;;;;;;;;:::i;:::-;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;-1:-1:-1;32573:33:20;-1:-1:-1;32559:47:20;-1:-1:-1;826:4:14;816:15;;32614:21:20;32678:427;32696:16;32692:1;:20;;;32678:427;;;32729:27;32759:63;32801:7;32810:8;32820:1;32759:41;:63::i;:::-;32729:93;-1:-1:-1;32832:14:20;32849:25;:14;32872:1;6743:16:15;;862:5;6743:16;785:5;6732:27;6692:68;6670:92;;;6555:218;32849:25:20;32832:42;;32884:110;32915:19;32944:6;32960:1;32978:13;32884:12;:110::i;:::-;33073:23;33090:6;33073:23;;:::i;:::-;;;32719:386;;32714:3;;;;;:::i;:::-;;;;32678:427;;;;32384:727;32358:753;32012:1103;;31801:1314;;;;;;;:::o;8962:235:68:-;9072:19;9093:29;9167:25;9180:11;9167:12;:25::i;:::-;9130:62;;;;-1:-1:-1;8962:235:68;-1:-1:-1;;;;8962:235:68: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;34165:440:20;34316:12;34353:29;:11;:27;:29::i;:::-;34340:10;:42;;;34336:265;;;34399:82;34438:7;34447:8;34457:10;34469:11;34399:38;:82::i;:::-;34392:89;;;;34336:265;34509:85;34525:7;34534:8;34563:29;:11;:27;:29::i;:::-;34544:49;;:10;:49;:::i;:::-;34509:15;:85::i;1395:281:42:-;1557:29;1567:10;1579:6;1557:9;:29::i;:::-;1552:120;;1635:21;:10;:19;:21::i;:::-;1658:6;1603:62;;;;;;;;;;;;:::i;20119:192:20:-;20236:70;20245:7;20254:8;20264:10;20276:4;20282:23;20297:7;20282:14;:23::i;:::-;20236:8;:70::i;:::-;20119:192;;;;:::o;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;36221:522::-;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;11576:285::-;11762:94;11772:7;11781:8;11791:10;11803:14;11819:11;11832:23;11847:7;11832:14;:23::i;:::-;11762:9;:94::i;21210:409::-;21393:29;:11;:27;:29::i;:::-;21380:10;:42;;;21376:239;;;21432:64;21447:7;21456:8;21466:10;21478:4;21484:11;21432:14;:64::i;:::-;21376:239;;;21517:91;21533:7;21542:8;21571:29;:11;:27;:29::i;:::-;21552:49;;:10;:49;:::i;:::-;21603:4;21517:15;:91::i;4858:651::-;1147:69:29;;;-1:-1:-1;;;1147:69:29;;;197:92:201;-1:-1:-1;;;305:11:201;;;298:100;-1:-1:-1;;;414:12:201;;;407:101;4925:11:20;;524:12:201;1147:69:29;;;;;;;;;;;;1139:78;;;:::i;:::-;5179:7:20;5161:62;5157:112;;-1:-1:-1;1324:66:29;;4858:651:20;-1:-1:-1;4858:651:20:o;5157:112::-;1147:69:29;;;-1:-1:-1;;;1147:69:29;;;197:92:201;-1:-1:-1;;;305:11:201;;;298:100;-1:-1:-1;;;414:12:201;;;407:101;5313:183:20;;5359:83;;524:12:201;1147:69:29;;;;;;;;;;;;1139:78;;;:::i;:::-;5433:7:20;5359:40;:83::i;:::-;5462:2;5484:1;5313:17;:183::i;39944:995::-;40121:12;40345:28;40376:66;40424:7;40433:8;40376:47;:66::i;:::-;40345:97;-1:-1:-1;40448:19:20;40470:41;40345:97;40493:17;6743:16:15;;862:5;6743:16;785:5;6732:27;6692:68;6670:92;;;6555:218;40470:41:20;40448:63;;40530:11;40521:5;:20;;:41;;;;40551:11;40545:3;:17;40521:41;40517:157;;;40615:11;40637;40628:5;:20;;:38;;40659:7;40665:1;40659:3;:7;:::i;:::-;40628:38;;;40651:5;40628:38;40579:88;;;;;;;;21389:25:201;;;;21430:18;;;21423:34;21362:18;;40579:88:20;21215:248:201;40517:157:20;40744:16;40763:79;40805:7;40814:8;40824:17;40763:41;:79::i;:::-;40744:98;-1:-1:-1;40856:78:20;40744:98;40905:11;40911:5;40905:3;:11;:::i;:::-;40926:5;40856:12;:78::i;:::-;40849:85;39944:995;-1:-1:-1;;;;;;;;;39944:995:20:o;24721:145::-;24805:56;24818:7;24827:8;24837:23;24852:7;24837:14;:23::i;:::-;24805:12;:56::i;4987:406:77:-;5129:16;;;5143:1;5129:16;;;;;;;;5062:30;;;;5129:16;5143:1;5129:16;;;;;;;;;;-1:-1:-1;5129:16:77;5100:45;;5190:9;-1:-1:-1;;;;;5174:27:77;5166:36;;5151:9;5161:1;5151:12;;;;;;;;:::i;:::-;;;;;;:51;;;;;5247:9;-1:-1:-1;;;;;5231:27:77;5223:36;;5208:9;5218:1;5208:12;;;;;;;;:::i;:::-;;;;;;;;;;;:51;;;;1253:79;;;-1:-1:-1;;;1253:79:77;;;197:92:201;;;;-1:-1:-1;;;305:11:201;;;298:100;1304:27:77;414:12:201;;;407:101;5266:13:77;;5282:62;;524:12:201;1253:79:77;14:528:201;2128:811:43;2300:4;2372:32;2384:19;2372:11;:32::i;:::-;2368:49;;;-1:-1:-1;2413:4:43;2406:11;;2368:49;744:53;2476:46;;-1:-1:-1;2517:5:43;2510:12;;2476:46;2636:12;2650:17;2671:193;2703:9;2856:1;2730:19;2810:9;2821:8;2831;2767:74;;;;;;;;;;:::i;:::-;;;;-1:-1:-1;;2767:74:43;;;;;;;;;;;;;;;;;;;;2671:15;:193::i;:::-;2635:229;;;;2876:7;2871:26;;2892:5;2885:12;;;;;;2871:26;2921:4;2910:24;;;;;;;;;;;;:::i;:::-;2903:31;2128:811;-1:-1:-1;;;;;;;;2128:811:43:o;4673:329:71:-;4801:16;;;4815:1;4801:16;;;;;;;;;4734:30;;;;4801:16;;;;;;;;;;;;-1:-1:-1;4801:16:71;4772:45;;4856:11;4823:9;4833:1;4823:12;;;;;;;;:::i;:::-;;;;;;;;;;;:45;;;;1253:79;;;-1:-1:-1;;;1253:79:71;;;197:92:201;;;;-1:-1:-1;;;305:11:201;;;298:100;1304:27:71;414:12:201;;;407:101;4875:13:71;;4891:62;;524:12:201;1253:79:71;14:528:201;38007:427:20;38164:7;38179:21;38209:29;:11;:27;:29::i;:::-;38179:60;;38262:15;38249:28;;:10;:28;;;38245:185;;;38294:31;;;;4044:19:3;:27;537:1:30;4043:44:3;4009:79;;;3996:93;38294:31:20;38287:38;;;;;38245:185;38353:70;38375:7;38384:8;38394:28;38407:15;38394:10;:28;:::i;:::-;38353:21;:70::i;37360:225::-;37488:7;37510:70;37525:7;37534:8;37544:10;37556:23;37571:7;37556:14;:23::i;:::-;37510:14;:70::i;1989:233:42:-;-1:-1:-1;;;;;2074:58:42;;:48;-1:-1:-1;;;606:36:58;2848:46;;2847:74;2074:19:42;:48::i;:::-;-1:-1:-1;;;;;2074:58:42;;2070:148;;2181:21;:10;:19;:21::i;4108:555:56:-;4257:54;4282:6;360:110:47;4257:16:56;:54::i;:::-;4318:203;4393:10;4421:1;4446:6;4508:4;4471:43;;;;;;;;:::i;:::-;;;;-1:-1:-1;;4471:43:56;;;;;;;;;;;;;;;;;;;;4318:55;:203::i;:::-;;4585:73;4607:6;-1:-1:-1;;;;;4607:14:56;;:16;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;:::i;:::-;4625:15;;;;;;4650:6;4585:21;:73::i;16359:1506:20:-;16480:16;16499:59;16540:7;16549:8;16499:40;:59::i;:::-;16480:78;;16660:7;16616:100;16679:8;16696:5;16709:4;16616:100;;;;;;;;:::i;:::-;;;;;;;;-1:-1:-1;;;16781:7:20;: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;;18764:539;18970:328;19024:7;19049:8;19084:17;19127:16;19164:11;19189:4;19225:66;19273:7;19282:8;19225:47;:66::i;:::-;18970:36;:328::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;3732:35;;;;:79;;;;;;;;486:25;3732:79;3838:25;;;;:59;;3885:12;3838:59;;;549:20;3838:59;3665:242;;24077:66:201;24065:79;;;3665:242:58;;;24053:92:201;24164:3;24183:11;;;24176:23;;;24218:66;24313:15;;;24300:11;;;24293:36;24345:12;;;24338:24;24392:15;24378:12;;;24371:37;24424:12;;3665:242:58;;;;;;;;;;;;3636:279;;;;;3379:541;;;:::o;4677:356:70:-;4815:16;;;4829:1;4815:16;;;;;;;;4757:21;;;;4815:16;4829:1;4815:16;;;;;;;;;;-1:-1:-1;4815:16:70;4786:45;;4860:10;4852:19;;;4837:9;4847:1;4837:12;;;;;;;;:::i;:::-;;;;;;:34;;;;;4892:13;4877:9;4887:1;4877:12;;;;;;;;:::i;:::-;;;;;;;;;;;:28;;;;1164:79;;;-1:-1:-1;;;1164:79:70;;;197:92:201;;;;-1:-1:-1;;;305:11:201;;;298:100;1215:27:70;414:12:201;;;407:101;4912:13:70;;4928:62;;524:12:201;1164:79:70;;;;;;;;;;;;;1156:88;;;:::i;:::-;4963:9;4974:1;1361:66;4928:24;:62::i;:::-;5004:23;;;4677:356;-1:-1:-1;;;;;4677:356:70:o;31001:253:20:-;31102:23;31127:28;31157:24;31196:53;31206:7;31215:8;31225:23;31240:7;31225:14;:23::i;:::-;31196:9;:53::i;:::-;31189:60;;;;;;31001:253;;;;;:::o;33544:218::-;33666:12;33693:64;33702:7;33711:8;33721:10;33733:23;33748:7;33733:14;:23::i;:::-;33693:8;:64::i;5769:379::-;5834:16;5870:29;5891:7;5870:20;:29::i;:::-;5858:41;;6013:31;6036:7;6013:22;:31::i;:::-;6008:136;;6094:7;6127;6110:25;;;;;;19368:19:201;;19412:2;19403:12;;19239:182;6110:25:20;;;;-1:-1:-1;;6110:25:20;;;;;;;;;;6061:76;;;;;;;;;:::i;6008:136::-;5769:379;;;:::o;29279:833::-;29539:36;29578:66;29626:7;29635:8;29578:47;:66::i;:::-;29539:105;-1:-1:-1;29650:26:20;29686:49;29539:105;29717:17;6743:16:15;;862:5;6743:16;785:5;6732:27;6692:68;6670:92;;;6555:218;29686:49:20;29650:86;-1:-1:-1;29774:333:20;29828:7;29853:8;29888:17;29938:37;29960:15;29938:37;;;;:::i;:::-;30034:12;;;30044:1;30034:12;;;;;;;;30004:15;;30078:22;29774:36;:333::i;6416:273::-;6483:18;6523:31;6546:7;6523:22;:31::i;:::-;6509:45;-1:-1:-1;5479:35:17;6560:125:20;;6635:7;6668;6651:25;;;;;;19368:19:201;;19412:2;19403:12;;19239:182;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;49619:191::-;49721:7;49785;49794:8;49768:35;;;;;;;;;:::i;:::-;;;;-1:-1:-1;;49768:35:20;;;;;;;;;49758:46;;49768:35;49758:46;;;;41226:22;49751:53;;49619:191;-1:-1:-1;;;49619:191:20:o;50636:242::-;50732:7;;;50771:84;50791:10;50787:14;;:1;:14;50771:84;;;50816:32;3996:93:3;4044:19;:27;;;537:1:30;4043:44:3;4009:79;;;3996:93;50816:32:20;;:::i;:::-;;-1:-1:-1;50803:3:20;;;;:::i;:::-;;;;50771:84;;;-1:-1:-1;50867:6:20;50636:242;-1:-1:-1;;;50636:242:20:o;8796:790:19:-;8894:14;8930:2;8920:6;:12;8916:112;;8989:2;8980:6;:11;8962:29;;;;9011:2;9001:12;;;;;;:::i;:::-;;;;8916:112;-1:-1:-1;9208:21:19;;9204:1;9192:14;;9188:42;9356:2;:11;;;9438:22;;;9434:148;;;9563:1;9547:14;9543:22;9537:29;9533:1;9518:13;9514:21;9510:57;9502:6;9499:69;9489:79;;8910:676;8796:790;;;;;:::o;4319:171:3:-;4393:7;537:1:30;1247:13;1259:1;334:2;1247:13;:::i;:::-;1246:30;;;;:::i;:::-;4415:70:3;;;;;4319:171;-1:-1:-1;4319:171:3:o;47636:360:20:-;47762:12;47786:6;47796:1;47786:11;47782:26;;-1:-1:-1;47799:9:20;;;;;;;;;-1:-1:-1;47799:9:20;;;;47782:26;47849:16;47868:41;47891:7;47900:8;47868:22;:41::i;:::-;47849:60;;47922:69;47953:8;47971:6;47987:1;47922:12;:69::i;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;8568:236:68:-;27309:4:2;27295:27;;27289:34;27295:27;;;27289:34;8633:19:68;;8775:23;8749:50;;8568:236;;;:::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;;;197:92:201;;;;-1:-1:-1;;;305:11:201;;;298:100;1304:22:74;414:12:201;;;407:101;4776:18:74;;4797:49;;524: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;:::-;:64;:66::i;2891:136:4:-;2961:4;3013:9;2980:42;;2999:9;2981:15;2991:4;3790:26;;;3660:162;2981:15;:27;2980:42;;;2973:49;;2891:136;;;;:::o;1833:1386:54:-;1960:12;1974:17;2028:21;2051:17;2072:22;2085:8;2072:12;:22::i;:::-;2027:67;;-1:-1:-1;2027:67:54;-1:-1:-1;;;;;;2139:27:54;;2135:106;;2211:8;2221:19;:8;:17;:19::i;:::-;2175:66;;;;;;;;;;;;:::i;2135:106::-;2347:12;2342:64;;2361:45;2389:8;2399:6;2361:27;:45::i;:::-;2485:9;;2481:197;;606:36:58;2848:46;;-1:-1:-1;;;2847:74:58;2504:22:54;2587:26;2847:74:58;2587:13:54;:26::i;:::-;2562:51;-1:-1:-1;2621:50:54;2635:11;2648:22;2665:5;2562:51;2648:22;:::i;2621:50::-;2496:182;;2481:197;2780:14;2753:23;:8;336:5:16;2530:44:58;;2432:148;2753:23:54;:41;;;: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;4700:171:3:-;4773:7;537:1:30;1425;1409:13;1421:1;334:2;1409:13;:::i;48461:511:20:-;48624:12;48766:201;48805:41;48828:7;48837:8;48805:22;:41::i;:::-;48864:31;;;;4044:19:3;:27;537:1:30;4043:44:3;4009:79;;;3996:93;48913:45:20;48934:11;48947:10;48913:20;:45::i;:::-;48766:12;:201::i;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;43119:3949:20:-;-1:-1:-1;;;43516:7:20;:35;;;43512:161;;-1:-1:-1;;;43623:7:20;43656;43639:25;;;;;;19368:19:201;;19412:2;19403:12;;19239: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;;;;;26850:12:201;26889:15;;;44204:92:20;;;26871:34:201;26941:15;;;26921:18;;;26914:43;26993:15;;26973:18;;;26966:43;26813:18;;44204:92:20;26644:371:201;44085:218:20;44409:19;44390:16;:38;;;44386:140;;;44445:74;;;;;;;;27193:25:201;;;27266:12;27254:25;;27234:18;;;27227:53;27166:18;;44445:74:20;27020: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;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;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;50062:282::-;50307:30;;;;;;30687:19:201;;;30722:12;;;30715:28;;;50150:7:20;;30759:12:201;;50307:30:20;30499:278:201;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;;1063:181:43;764:71:78;;;781:15;764:71;;;197:92:201;1139:4:43;305:11:201;;;298:100;;;814:20:78;414:12:201;;;407:101;1139:4:43;524:12:201;764:71:78;;;;;;;;;;;;756:80;;;:::i;:::-;1158:81:43;;;;1063:181;-1:-1:-1;1063:181:43:o;38950:262:20:-;39092:7;39114:93;39189:17;39114:66;39162:7;39171:8;39114:47;:66::i;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;;;197:92:201;;;;-1:-1:-1;;;305:11:201;;;298:100;1304:25:72;414:12:201;;;407:101;4665:13:72;;4681:62;;524:12:201;1253:77:72;14:528:201;4681:62:72;4757:23;;;4480:306;-1:-1:-1;;;;4480:306:72:o;826:380:89:-;910:55;;;;;-1:-1:-1;;;;;;1390:79:201;;910:55:89;;;1372:98:201;-1:-1:-1;;;;;910:42:89;;;;;1345: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;;;;;31709:55:201;;1129:70:89;;;31691:74:201;-1:-1:-1;;;;;;31801:79:201;;31781:18;;;31774:107;31664:18;;1129:70:89;31519:368:201;906:298:89;1002:9;997:108;;1028:70;;;;;-1:-1:-1;;;;;31709:55:201;;1028:70:89;;;31691:74:201;-1:-1:-1;;;;;;31801:79:201;;31781:18;;;31774:107;31664:18;;1028:70:89;31519:368:201;7770:415:57;7925:17;7951:12;7965:18;7987:133;8030:9;8057:8;8081:6;8105:8;7987:23;:133::i;6222:323:70:-;6346:16;;;6360:1;6346:16;;;;;;;;6317:26;;6346:16;;;;;;;;;;-1:-1:-1;6346:16:70;6317:45;;6391:10;6383:19;;;6368:9;6378:1;6368:12;;;;;;;;:::i;:::-;;;;;;:34;;;;;6423:13;6408:9;6418:1;6408:12;;;;;;;;:::i;:::-;;;;;;;;;;;:28;;;;1164:79;;;-1:-1:-1;;;1164:79:70;;;197:92:201;-1:-1:-1;;;305:11:201;;;298:100;1215:27:70;414:12:201;;;407:101;1164:79:70;;;;;;;;;;524:12:201;;1164:79:70;;6443:97;;1156:88;;;:::i;:::-;6492:33;;32054:66:201;32041:2;32037:15;;;32033:88;6492:33:70;;;32021:101:201;6478:9:70;;6489:1;;32138:12:201;;6492:33:70;;;-1:-1:-1;;6492:33:70;;;;;;;;;1361:66;6443:24;:97::i;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;;;197:92:201;;;;-1:-1:-1;;;305:11:201;;;298:100;1098:21:28;414:12:201;;;407:101;4558:18:28;;4579:49;;524:12:201;1047:73:28;14:528:201;850:162:19;939:68;945:14;961:6;826:4:14;816:15;;995:4:19;:11;939:5;:68::i;3058:160:58:-;3121:7;3185:26;399:6;336:5:16;3185:26:58;:::i;:::-;3151:61;;;;;3058:160;-1:-1:-1;3058:160:58:o;5573:312:29:-;5692:16;;;5706:1;5692:16;;;;;;;;;5639;;;;5692;;;;;;;;;;;;-1:-1:-1;5692:16:29;5663:45;;5747:7;5714:9;5724:1;5714:12;;;;;;;;:::i;:::-;;;;;;;;;;;:41;;;;1147:69;;;-1:-1:-1;;;1147:69:29;;;197:92:201;-1:-1:-1;;;305:11:201;;;298:100;-1:-1:-1;;;414:12:201;;;407:101;1147:69:29;;;;;;;;;;524:12:201;;1147:69:29;;-1:-1:-1;;5778:62:29;;1139:78;;;:::i;:::-;5813:9;5824:1;1324:66;5778: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;;;197:92:201;;;;-1:-1:-1;;;305:11:201;;;298:100;1098:22:27;414:12:201;;;407:101;3756:13:27;;3772:62;;524: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;6955:316:29;7078:16;;;7092:1;7078:16;;;;;;;;;7023:18;;;;7078:16;;;;;;;;;;;;-1:-1:-1;7078:16:29;7049:45;;7133:7;7100:9;7110:1;7100:12;;;;;;;;:::i;:::-;;;;;;;;;;;:41;;;;1147:69;;;-1:-1:-1;;;1147:69:29;;;197:92:201;-1:-1:-1;;;305:11:201;;;298:100;-1:-1:-1;;;414:12:201;;;407:101;1147:69:29;;;;;;;;;;524:12:201;;1147:69:29;;-1:-1:-1;;7164:62:29;;1139:78;;;:::i;:::-;7199:9;7210:1;1324:66;7164:24;:62::i;52184:230:20:-;52305:7;52389;52398:8;52372:35;;;;;;;;;:::i;:::-;;;;-1:-1:-1;;52372:35:20;;;;;;;;;52362:46;;52372:35;52362:46;;;;41389:40;52335:73;;52184:230;-1:-1:-1;;;52184:230:20:o;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;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;;;197:92:201;-1:-1:-1;;;305:11:201;;;298:100;1304:18:76;414:12:201;;;407:101;1253:70:76;;;;;;;;;;524:12:201;;1253:70:76;;-1:-1:-1;;;;;;6969:78:76;;1245:79;;;:::i;:::-;7012:9;1432:66;6969:19;:78::i;:::-;6882:165;;;;;;7060:50;7067:11;7080:15;7097:12;7060:6;:50::i;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;:::-;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;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;;;197:92:201;;;;-1:-1:-1;;;305:11:201;;;298:100;1304:25:73;414:12:201;;;407:101;5018:13:73;;5034:62;;524:12:201;1253:77:73;14:528:201;5034:62:73;5018:78;;5110:29;5131:5;5118:20;;1596:10:16;1487:126;7139:1488:15;7265:13;933:16;7290:25;;7286:97;;;7332:44;;;;;;;;8306:25:201;;;8279:18;;7332:44:15;8128:209: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;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;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;;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;8575:206:76:-;8685:14;8701:17;8751:25;8764:11;8751:12;:25::i;4614:201:57:-;4736:12;4780:8;4790:9;4801:8;4763:47;;;;;;;;;;:::i;:::-;;;;;;;;;;;;;4756:54;;4614:201;;;;;:::o;8200:217:76:-;27309:4:2;27295:27;;27289:34;27295:27;;;27289:34;8316:32:76;;;;;;8265:14;;8380:30;;8372:39;1487:126:16;547:357:201;665:12;;712:4;701:16;;;695:23;;665:12;730:16;;727:171;;;-1:-1:-1;;810:6:201;804:4;800:17;797:1;793:25;789:98;782:5;778:110;769:119;;727:171;;547:357;;;:::o;909:184::-;-1:-1:-1;;;958:1:201;951:88;1058:4;1055:1;1048:15;1082:4;1079:1;1072:15;1098:125;1163:9;;;1184:10;;;1181:36;;;1197:18;;:::i;1712:367::-;1775:8;1785:6;1839:3;1832:4;1824:6;1820:17;1816:27;1806:55;;1857:1;1854;1847:12;1806:55;-1:-1:-1;1880:20:201;;1923:18;1912:30;;1909:50;;;1955:1;1952;1945:12;1909:50;1992:4;1984:6;1980:17;1968:29;;2052:3;2045:4;2035:6;2032:1;2028:14;2020:6;2016:27;2012:38;2009:47;2006:67;;;2069:1;2066;2059:12;2006:67;1712:367;;;;;:::o;2084:156::-;2150:20;;2210:4;2199:16;;2189:27;;2179:55;;2230:1;2227;2220:12;2245:707;2419:6;2427;2435;2443;2451;2504:3;2492:9;2483:7;2479:23;2475:33;2472:53;;;2521:1;2518;2511:12;2472:53;2557:9;2544:23;2534:33;;2618:2;2607:9;2603:18;2590:32;2645:18;2637:6;2634:30;2631:50;;;2677:1;2674;2667:12;2631:50;2716:70;2778:7;2769:6;2758:9;2754:22;2716:70;:::i;:::-;2805:8;;-1:-1:-1;2690:96:201;-1:-1:-1;2859:36:201;;-1:-1:-1;2891:2:201;2876:18;;2859:36;:::i;:::-;2245:707;;;;-1:-1:-1;2245:707:201;;2942:2;2927:18;2914:32;;2245:707;-1:-1:-1;;2245:707:201:o;2957:250::-;3042:1;3052:113;3066:6;3063:1;3060:13;3052:113;;;3142:11;;;3136:18;3123:11;;;3116:39;3088:2;3081:10;3052:113;;;-1:-1:-1;;3199:1:201;3181:16;;3174:27;2957:250::o;3212:329::-;3253:3;3291:5;3285:12;3318:6;3313:3;3306:19;3334:76;3403:6;3396:4;3391:3;3387:14;3380:4;3373:5;3369:16;3334:76;:::i;:::-;3455:2;3443:15;-1:-1:-1;;3439:88:201;3430:98;;;;3530:4;3426:109;;3212:329;-1:-1:-1;;3212:329:201:o;3546:217::-;3693:2;3682:9;3675:21;3656:4;3713:44;3753:2;3742:9;3738:18;3730:6;3713:44;:::i;3768:347::-;3819:8;3829:6;3883:3;3876:4;3868:6;3864:17;3860:27;3850:55;;3901:1;3898;3891:12;3850:55;-1:-1:-1;3924:20:201;;3967:18;3956:30;;3953:50;;;3999:1;3996;3989:12;3953:50;4036:4;4028:6;4024:17;4012:29;;4088:3;4081:4;4072:6;4064;4060:19;4056:30;4053:39;4050:59;;;4105:1;4102;4095:12;4120:915;4273:6;4281;4289;4297;4305;4313;4366:3;4354:9;4345:7;4341:23;4337:33;4334:53;;;4383:1;4380;4373:12;4334:53;4419:9;4406:23;4396:33;;4480:2;4469:9;4465:18;4452:32;4503:18;4544:2;4536:6;4533:14;4530:34;;;4560:1;4557;4550:12;4530:34;4599:70;4661:7;4652:6;4641:9;4637:22;4599:70;:::i;:::-;4688:8;;-1:-1:-1;4573:96:201;-1:-1:-1;4573:96:201;;-1:-1:-1;4742:36:201;4774:2;4759:18;;4742:36;:::i;:::-;4732:46;;4831:2;4820:9;4816:18;4803:32;4787:48;;4860:2;4850:8;4847:16;4844:36;;;4876:1;4873;4866:12;4844:36;;4915:60;4967:7;4956:8;4945:9;4941:24;4915:60;:::i;:::-;4120:915;;;;-1:-1:-1;4120:915:201;;-1:-1:-1;4120:915:201;;4994:8;;4120:915;-1:-1:-1;;;4120:915:201:o;5040:606::-;5173:6;5181;5189;5197;5250:2;5238:9;5229:7;5225:23;5221:32;5218:52;;;5266:1;5263;5256:12;5218:52;5302:9;5289:23;5279:33;;5363:2;5352:9;5348:18;5335:32;5390:18;5382:6;5379:30;5376:50;;;5422:1;5419;5412:12;5376:50;5461:70;5523:7;5514:6;5503:9;5499:22;5461:70;:::i;:::-;5550:8;;-1:-1:-1;5435:96:201;-1:-1:-1;5604:36:201;;-1:-1:-1;5636:2:201;5621:18;;5604:36;:::i;:::-;5594:46;;5040:606;;;;;;;:::o;5651:1235::-;5860:6;5868;5876;5884;5892;5900;5908;5916;5969:3;5957:9;5948:7;5944:23;5940:33;5937:53;;;5986:1;5983;5976:12;5937:53;6022:9;6009:23;5999:33;;6083:2;6072:9;6068:18;6055:32;6106:18;6147:2;6139:6;6136:14;6133:34;;;6163:1;6160;6153:12;6133:34;6202:70;6264:7;6255:6;6244:9;6240:22;6202:70;:::i;:::-;6291:8;;-1:-1:-1;6176:96:201;-1:-1:-1;6379:2:201;6364:18;;6351:32;;-1:-1:-1;6395:16:201;;;6392:36;;;6424:1;6421;6414:12;6392:36;6463:60;6515:7;6504:8;6493:9;6489:24;6463:60;:::i;:::-;6542:8;;-1:-1:-1;6437:86:201;-1:-1:-1;6624:2:201;6609:18;;6596:32;;-1:-1:-1;6681:3:201;6666:19;;6653:33;;-1:-1:-1;6698:16:201;;;6695:36;;;6727:1;6724;6717:12;6695:36;;6766:60;6818:7;6807:8;6796:9;6792:24;6766:60;:::i;:::-;5651:1235;;;;-1:-1:-1;5651:1235:201;;-1:-1:-1;5651:1235:201;;;;;;6845:8;-1:-1:-1;;;5651:1235:201:o;6891:1016::-;7085:6;7093;7101;7109;7117;7125;7133;7186:3;7174:9;7165:7;7161:23;7157:33;7154:53;;;7203:1;7200;7193:12;7154:53;7239:9;7226:23;7216:33;;7300:2;7289:9;7285:18;7272:32;7323:18;7364:2;7356:6;7353:14;7350:34;;;7380:1;7377;7370:12;7350:34;7419:70;7481:7;7472:6;7461:9;7457:22;7419:70;:::i;:::-;7508:8;;-1:-1:-1;7393:96:201;-1:-1:-1;7393:96:201;;-1:-1:-1;7562:36:201;7594:2;7579:18;;7562:36;:::i;:::-;7552:46;;7651:2;7640:9;7636:18;7623:32;7607:48;;7680:2;7670:8;7667:16;7664:36;;;7696:1;7693;7686:12;7664:36;;7735:60;7787:7;7776:8;7765:9;7761:24;7735:60;:::i;:::-;6891:1016;;;;-1:-1:-1;6891:1016:201;;;;;;7896:3;7881:19;;;7868:33;;6891:1016;-1:-1:-1;;;;6891:1016:201:o;7912:211::-;8002:6;8055:2;8043:9;8034:7;8030:23;8026:32;8023:52;;;8071:1;8068;8061:12;8023:52;-1:-1:-1;8094:23:201;;7912:211;-1:-1:-1;7912:211:201:o;8342:184::-;-1:-1:-1;;;8391:1:201;8384:88;8491:4;8488:1;8481:15;8515:4;8512:1;8505:15;8531:334;8602:2;8596:9;8658:2;8648:13;;-1:-1:-1;;8644:86:201;8632:99;;8761:18;8746:34;;8782:22;;;8743:62;8740:88;;;8808:18;;:::i;:::-;8844:2;8837:22;8531:334;;-1:-1:-1;8531:334:201:o;8870:589::-;8912:5;8965:3;8958:4;8950:6;8946:17;8942:27;8932:55;;8983:1;8980;8973:12;8932:55;9019:6;9006:20;9045:18;9041:2;9038:26;9035:52;;;9067:18;;:::i;:::-;9111:114;9219:4;-1:-1:-1;;9143:4:201;9139:2;9135:13;9131:86;9127:97;9111:114;:::i;:::-;9250:2;9241:7;9234:19;9296:3;9289:4;9284:2;9276:6;9272:15;9268:26;9265:35;9262:55;;;9313:1;9310;9303:12;9262:55;9378:2;9371:4;9363:6;9359:17;9352:4;9343:7;9339:18;9326:55;9426:1;9401:16;;;9419:4;9397:27;9390:38;;;;9405:7;8870:589;-1:-1:-1;;;8870:589:201:o;9464:419::-;9572:6;9580;9633:2;9621:9;9612:7;9608:23;9604:32;9601:52;;;9649:1;9646;9639:12;9601:52;9685:9;9672:23;9662:33;;9746:2;9735:9;9731:18;9718:32;9773:18;9765:6;9762:30;9759:50;;;9805:1;9802;9795:12;9759:50;9828:49;9869:7;9860:6;9849:9;9845:22;9828:49;:::i;:::-;9818:59;;;9464:419;;;;;:::o;9888:636::-;10055:6;10063;10071;10079;10132:2;10120:9;10111:7;10107:23;10103:32;10100:52;;;10148:1;10145;10138:12;10100:52;10184:9;10171:23;10161:33;;10245:2;10234:9;10230:18;10217:32;10272:18;10264:6;10261:30;10258:50;;;10304:1;10301;10294:12;10258:50;10343:70;10405:7;10396:6;10385:9;10381:22;10343:70;:::i;:::-;9888:636;;10432:8;;-1:-1:-1;10317:96:201;;10514:2;10499:18;10486:32;;9888:636;-1:-1:-1;;;;9888:636:201:o;10529:482::-;10784:2;10773:9;10766:21;10747:4;10810:44;10850:2;10839:9;10835:18;10827:6;10810:44;:::i;:::-;10890:6;10885:2;10874:9;10870:18;10863:34;10945:9;10937:6;10933:22;10928:2;10917:9;10913:18;10906:50;10973:32;10998:6;10990;10973:32;:::i;11016:712::-;11070:5;11123:3;11116:4;11108:6;11104:17;11100:27;11090:55;;11141:1;11138;11131:12;11090:55;11177:6;11164:20;11203:4;11226:18;11222:2;11219:26;11216:52;;;11248:18;;:::i;:::-;11294:2;11291:1;11287:10;11317:28;11341:2;11337;11333:11;11317:28;:::i;:::-;11379:15;;;11449;;;11445:24;;;11410:12;;;;11481:15;;;11478:35;;;11509:1;11506;11499:12;11478:35;11545:2;11537:6;11533:15;11522:26;;11557:142;11573:6;11568:3;11565:15;11557:142;;;11639:17;;11627:30;;11590:12;;;;11677;;;;11557:142;;;11717:5;11016:712;-1:-1:-1;;;;;;;11016:712:201:o;11733:655::-;11882:6;11890;11898;11906;11914;11967:3;11955:9;11946:7;11942:23;11938:33;11935:53;;;11984:1;11981;11974:12;11935:53;12020:9;12007:23;11997:33;;12081:2;12070:9;12066:18;12053:32;12108:18;12100:6;12097:30;12094:50;;;12140:1;12137;12130:12;12094:50;12163:61;12216:7;12207:6;12196:9;12192:22;12163:61;:::i;:::-;12153:71;;;12243:36;12275:2;12264:9;12260:18;12243:36;:::i;:::-;11733:655;;;;-1:-1:-1;12233:46:201;;12326:2;12311:18;;12298:32;;-1:-1:-1;12377:3:201;12362:19;12349:33;;11733:655;-1:-1:-1;;11733:655:201:o;12393:536::-;12519:6;12527;12535;12588:2;12576:9;12567:7;12563:23;12559:32;12556:52;;;12604:1;12601;12594:12;12556:52;12640:9;12627:23;12617:33;;12701:2;12690:9;12686:18;12673:32;12728:18;12720:6;12717:30;12714:50;;;12760:1;12757;12750:12;12714:50;12799:70;12861:7;12852:6;12841:9;12837:22;12799:70;:::i;:::-;12393:536;;12888:8;;-1:-1:-1;12773:96:201;;-1:-1:-1;;;;12393:536:201:o;13116:154::-;-1:-1:-1;;;;;13195:5:201;13191:54;13184:5;13181:65;13171:93;;13260:1;13257;13250:12;13275:554;13392:6;13400;13408;13461:2;13449:9;13440:7;13436:23;13432:32;13429:52;;;13477:1;13474;13467:12;13429:52;13516:9;13503:23;13535:31;13560:5;13535:31;:::i;:::-;13585:5;-1:-1:-1;13637:2:201;13622:18;;13609:32;;-1:-1:-1;13692:2:201;13677:18;;13664:32;13719:18;13708:30;;13705:50;;;13751:1;13748;13741:12;13705:50;13774:49;13815:7;13806:6;13795:9;13791:22;13774:49;:::i;:::-;13764:59;;;13275:554;;;;;:::o;13834:618::-;14006:6;14014;14022;14030;14083:3;14071:9;14062:7;14058:23;14054:33;14051:53;;;14100:1;14097;14090:12;14051:53;14136:9;14123:23;14113:33;;14197:2;14186:9;14182:18;14169:32;14224:18;14216:6;14213:30;14210:50;;;14256:1;14253;14246:12;14210:50;14279:61;14332:7;14323:6;14312:9;14308:22;14279:61;:::i;:::-;14269:71;;;14359:36;14391:2;14380:9;14376:18;14359:36;:::i;:::-;13834:618;;;;-1:-1:-1;14349:46:201;;14442:2;14427:18;14414:32;;-1:-1:-1;;13834:618:201:o;14639:517::-;14770:6;14778;14786;14839:2;14827:9;14818:7;14814:23;14810:32;14807:52;;;14855:1;14852;14845:12;14807:52;14891:9;14878:23;14868:33;;14952:2;14941:9;14937:18;14924:32;14979:18;14971:6;14968:30;14965:50;;;15011:1;15008;15001:12;14965:50;15034:61;15087:7;15078:6;15067:9;15063:22;15034:61;:::i;:::-;15024:71;;;15114:36;15146:2;15135:9;15131:18;15114:36;:::i;:::-;15104:46;;14639:517;;;;;:::o;15161:472::-;15255:6;15263;15316:2;15304:9;15295:7;15291:23;15287:32;15284:52;;;15332:1;15329;15322:12;15284:52;15371:9;15358:23;15390:31;15415:5;15390:31;:::i;:::-;15440:5;-1:-1:-1;15496:2:201;15481:18;;15468:32;15523:18;15512:30;;15509:50;;;15555:1;15552;15545:12;15638:1013;15792:6;15800;15808;15816;15824;15832;15885:3;15873:9;15864:7;15860:23;15856:33;15853:53;;;15902:1;15899;15892:12;15853:53;15938:9;15925:23;15915:33;;15999:2;15988:9;15984:18;15971:32;16022:18;16063:2;16055:6;16052:14;16049:34;;;16079:1;16076;16069:12;16049:34;16118:70;16180:7;16171:6;16160:9;16156:22;16118:70;:::i;:::-;16207:8;;-1:-1:-1;16092:96:201;-1:-1:-1;16292:2:201;16277:18;;16264:32;;-1:-1:-1;16336:14:201;16325:26;;16315:37;;16305:65;;16366:1;16363;16356:12;16305:65;16389:5;;-1:-1:-1;16447:2:201;16432:18;;16419:32;;16463:16;;;16460:36;;;16492:1;16489;16482:12;16656:165;16723:20;;16783:12;16772:24;;16762:35;;16752:63;;16811:1;16808;16801:12;16826:1061;16995:6;17003;17011;17019;17027;17035;17043;17051;17104:3;17092:9;17083:7;17079:23;17075:33;17072:53;;;17121:1;17118;17111:12;17072:53;17157:9;17144:23;17134:33;;17218:2;17207:9;17203:18;17190:32;17241:18;17282:2;17274:6;17271:14;17268:34;;;17298:1;17295;17288:12;17268:34;17337:70;17399:7;17390:6;17379:9;17375:22;17337:70;:::i;:::-;17426:8;;-1:-1:-1;17311:96:201;-1:-1:-1;17311:96:201;;-1:-1:-1;17480:36:201;17512:2;17497:18;;17480:36;:::i;:::-;17470:46;;17535:37;17568:2;17557:9;17553:18;17535:37;:::i;:::-;17525:47;;17591:38;17624:3;17613:9;17609:19;17591:38;:::i;:::-;17581:48;;17682:3;17671:9;17667:19;17654:33;17638:49;;17712:2;17702:8;17699:16;17696:36;;;17728:1;17725;17718:12;17892:264;17968:6;18021:2;18009:9;18000:7;17996:23;17992:32;17989:52;;;18037:1;18034;18027:12;17989:52;18076:9;18063:23;18095:31;18120:5;18095:31;:::i;19050:184::-;-1:-1:-1;;;19099:1:201;19092:88;19199:4;19196:1;19189:15;19223:4;19220:1;19213:15;19758:339;19935:2;19924:9;19917:21;19898:4;19955:44;19995:2;19984:9;19980:18;19972:6;19955:44;:::i;:::-;19947:52;;-1:-1:-1;;;;;20039:6:201;20035:55;20030:2;20019:9;20015:18;20008:83;19758:339;;;;;:::o;20102:175::-;20139:3;20183:4;20176:5;20172:16;20212:4;20203:7;20200:17;20197:43;;20220:18;;:::i;:::-;20269:1;20256:15;;20102:175;-1:-1:-1;;20102:175:201:o;20282:439::-;-1:-1:-1;;;;;20520:6:201;20516:55;20505:9;20498:74;20608:6;20603:2;20592:9;20588:18;20581:34;20651:2;20646;20635:9;20631:18;20624:30;20479:4;20671:44;20711:2;20700:9;20696:18;20688:6;20671:44;:::i;20726:195::-;20765:3;-1:-1:-1;;20789:5:201;20786:77;20783:103;;20866:18;;:::i;:::-;-1:-1:-1;20913:1:201;20902:13;;20726:195::o;20926:151::-;21016:4;21009:12;;;20995;;;20991:31;;21034:14;;21031:40;;;21051:18;;:::i;21082:128::-;21149:9;;;21170:11;;;21167:37;;;21184:18;;:::i;21468:277::-;21535:6;21588:2;21576:9;21567:7;21563:23;21559:32;21556:52;;;21604:1;21601;21594:12;21556:52;21636:9;21630:16;21689:5;21682:13;21675:21;21668:5;21665:32;21655:60;;21711:1;21708;21701:12;21750:337;21820:6;21873:2;21861:9;21852:7;21848:23;21844:32;21841:52;;;21889:1;21886;21879:12;21841:52;21921:9;21915:16;21971:66;21964:5;21960:78;21953:5;21950:89;21940:117;;22053:1;22050;22043:12;22092:435;22145:3;22183:5;22177:12;22210:6;22205:3;22198:19;22236:4;22265:2;22260:3;22256:12;22249:19;;22302:2;22295:5;22291:14;22323:1;22333:169;22347:6;22344:1;22341:13;22333:169;;;22408:13;;22396:26;;22442:12;;;;22477:15;;;;22369:1;22362:9;22333:169;;;-1:-1:-1;22518:3:201;;22092:435;-1:-1:-1;;;;;22092:435:201:o;22532:511::-;22783:2;22772:9;22765:21;22746:4;22809:56;22861:2;22850:9;22846:18;22838:6;22809:56;:::i;:::-;22913:14;22905:6;22901:27;22896:2;22885:9;22881:18;22874:55;22977:9;22969:6;22965:22;22960:2;22949:9;22945:18;22938:50;23005:32;23030:6;23022;23005:32;:::i;23048:615::-;23358:6;23347:9;23340:25;23401:3;23396:2;23385:9;23381:18;23374:31;23321:4;23428:57;23480:3;23469:9;23465:19;23457:6;23428:57;:::i;:::-;23533:14;23525:6;23521:27;23516:2;23505:9;23501:18;23494:55;23597:9;23589:6;23585:22;23580:2;23569:9;23565:18;23558:50;23625:32;23650:6;23642;23625:32;:::i;24665:321::-;24873:6;24862:9;24855:25;24916:2;24911;24900:9;24896:18;24889:30;24836:4;24936:44;24976:2;24965:9;24961:18;24953:6;24936:44;:::i;24991:639::-;25241:6;25236:3;25229:19;25211:3;25267:2;25300;25295:3;25291:12;25332:6;25326:13;25397:2;25389:6;25385:15;25418:1;25428:175;25442:6;25439:1;25436:13;25428:175;;;25505:13;;25491:28;;25541:14;;;;25578:15;;;;25464:1;25457:9;25428:175;;;-1:-1:-1;25619:5:201;;24991:639;-1:-1:-1;;;;;;;24991:639:201:o;25635:184::-;-1:-1:-1;;;25684:1:201;25677:88;25784:4;25781:1;25774:15;25808:4;25805:1;25798:15;25824:168;25897:9;;;25928;;25945:15;;;25939:22;;25925:37;25915:71;;25966:18;;:::i;25997:463::-;26243:66;26235:6;26231:79;26220:9;26213:98;26347:6;26342:2;26331:9;26327:18;26320:34;26390:2;26385;26374:9;26370:18;26363:30;26194:4;26410:44;26450:2;26439:9;26435:18;26427:6;26410:44;:::i;26465:174::-;26532:12;26564:10;;;26576;;;26560:27;;26599:11;;;26596:37;;;26613:18;;:::i;:::-;26596:37;26465:174;;;;:::o;27291:707::-;27630:3;27619:9;27612:22;27593:4;27657:57;27709:3;27698:9;27694:19;27686:6;27657:57;:::i;:::-;27762:14;27754:6;27750:27;27745:2;27734:9;27730:18;27723:55;27826:12;27818:6;27814:25;27809:2;27798:9;27794:18;27787:53;27876:6;27871:2;27860:9;27856:18;27849:34;27932:9;27924:6;27920:22;27914:3;27903:9;27899:19;27892:51;27960:32;27985:6;27977;27960:32;:::i;28003:898::-;28425:6;28414:9;28407:25;28468:3;28463:2;28452:9;28448:18;28441:31;28388:4;28495:57;28547:3;28536:9;28532:19;28524:6;28495:57;:::i;:::-;28600:4;28588:17;;28583:2;28568:18;;28561:45;28625:12;28673:15;;;28668:2;28653:18;;28646:43;28726:15;;28720:3;28705:19;;28698:44;28773:3;28758:19;;28751:35;;;28823:22;;;28817:3;28802:19;;28795:51;28863:32;28827:6;28880;28863:32;:::i;:::-;28855:40;28003:898;-1:-1:-1;;;;;;;;;;28003:898:201:o;28906:688::-;29239:3;29228:9;29221:22;29202:4;29266:57;29318:3;29307:9;29303:19;29295:6;29266:57;:::i;:::-;29371:9;29363:6;29359:22;29354:2;29343:9;29339:18;29332:50;29405:32;29430:6;29422;29405:32;:::i;:::-;29391:46;;29473:6;29468:2;29457:9;29453:18;29446:34;29528:9;29520:6;29516:22;29511:2;29500:9;29496:18;29489:50;29556:32;29581:6;29573;29556:32;:::i;29599:895::-;30051:6;30040:9;30033:25;30094:3;30089:2;30078:9;30074:18;30067:31;30014:4;30121:57;30173:3;30162:9;30158:19;30150:6;30121:57;:::i;:::-;30226:9;30218:6;30214:22;30209:2;30198:9;30194:18;30187:50;30260:32;30285:6;30277;30260:32;:::i;:::-;30246:46;;30328:6;30323:2;30312:9;30308:18;30301:34;30384:9;30376:6;30372:22;30366:3;30355:9;30351:19;30344:51;30412:32;30437:6;30429;30412:32;:::i;:::-;30404:40;;;30481:6;30475:3;30464:9;30460:19;30453:35;29599:895;;;;;;;;;:::o;30782:261::-;30961:2;30950:9;30943:21;30924:4;30981:56;31033:2;31022:9;31018:18;31010:6;30981:56;:::i;31048:466::-;31346:6;31335:9;31328:25;31389:2;31384;31373:9;31369:18;31362:30;31309:4;31409:56;31461:2;31450:9;31446:18;31438:6;31409:56;:::i;:::-;31401:64;;31501:6;31496:2;31485:9;31481:18;31474:34;31048:466;;;;;;:::o;32161:359::-;32364:2;32353:9;32346:21;32327:4;32384:44;32424:2;32413:9;32409:18;32401:6;32384:44;:::i;:::-;32459:2;32444:18;;32437:34;;;;-1:-1:-1;32502:2:201;32487:18;32480:34;32376:52;32161:359;-1:-1:-1;32161:359:201:o;32525:287::-;32654:3;32692:6;32686:13;32708:66;32767:6;32762:3;32755:4;32747:6;32743:17;32708:66;:::i;:::-;32790:16;;;;;32525:287;-1:-1:-1;;32525:287:201:o;32817:274::-;32857:1;32883;32873:189;;-1:-1:-1;;;32915:1:201;32908:88;33019:4;33016:1;33009:15;33047:4;33044:1;33037:15;32873:189;-1:-1:-1;33076:9:201;;32817:274::o;33096:530::-;33281:3;33319:6;33313:13;33335:66;33394:6;33389:3;33382:4;33374:6;33370:17;33335:66;:::i;:::-;33470:2;33466:15;;;;33483:66;33462:88;33423:16;;;;33448:103;;;33578:2;33567:14;;33560:30;;;;33617:2;33606:14;;33096:530;-1:-1:-1;;33096:530:201:o","linkReferences":{},"immutableReferences":{"23329":[{"start":879,"length":32},{"start":5014,"length":32}]}},"methodIdentifiers":{"call(bytes32,bytes)":"3ae7af08","callFrom(address,bytes32,bytes)":"894ecc58","creator()":"02d05d3f","deleteRecord(bytes32,bytes32[])":"505a181d","getDynamicField(bytes32,bytes32[],uint8)":"1e788977","getDynamicFieldLength(bytes32,bytes32[],uint8)":"dbbf0e21","getDynamicFieldSlice(bytes32,bytes32[],uint8,uint256,uint256)":"4dc77d97","getField(bytes32,bytes32[],uint8)":"d03edb8c","getField(bytes32,bytes32[],uint8,bytes32)":"05242d2f","getFieldLayout(bytes32)":"3a77c2c2","getFieldLength(bytes32,bytes32[],uint8)":"a53417ed","getFieldLength(bytes32,bytes32[],uint8,bytes32)":"9f1fcf0a","getKeySchema(bytes32)":"d4285dc2","getRecord(bytes32,bytes32[])":"cc49db7e","getRecord(bytes32,bytes32[],bytes32)":"419b58fd","getStaticField(bytes32,bytes32[],uint8,bytes32)":"8c364d59","getValueSchema(bytes32)":"e228a4a3","initialize(address)":"c4d66de8","installRootModule(address,bytes)":"af068c9e","popFromDynamicField(bytes32,bytes32[],uint8,uint256)":"d9c03a04","pushToDynamicField(bytes32,bytes32[],uint8,bytes)":"150f3262","setDynamicField(bytes32,bytes32[],uint8,bytes)":"ef6ea862","setField(bytes32,bytes32[],uint8,bytes)":"114a7266","setField(bytes32,bytes32[],uint8,bytes,bytes32)":"3708196e","setRecord(bytes32,bytes32[],bytes,bytes32,bytes)":"298314fb","setStaticField(bytes32,bytes32[],uint8,bytes,bytes32)":"390baae0","spliceDynamicData(bytes32,bytes32[],uint8,uint40,uint40,bytes)":"c0a2895a","spliceStaticData(bytes32,bytes32[],uint48,bytes)":"b047c1eb","storeVersion()":"c1122229","worldVersion()":"6951955d"},"rawMetadata":"{\"compiler\":{\"version\":\"0.8.21+commit.d9974bed\"},\"language\":\"Solidity\",\"output\":{\"abi\":[{\"inputs\":[],\"stateMutability\":\"nonpayable\",\"type\":\"constructor\"},{\"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\":\"ResourceId\",\"name\":\"tableId\",\"type\":\"bytes32\"},{\"internalType\":\"string\",\"name\":\"tableIdString\",\"type\":\"string\"}],\"name\":\"Store_TableNotFound\",\"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\":\"bytes32\",\"name\":\"storeVersion\",\"type\":\"bytes32\"}],\"name\":\"HelloStore\",\"type\":\"event\"},{\"anonymous\":false,\"inputs\":[{\"indexed\":true,\"internalType\":\"bytes32\",\"name\":\"worldVersion\",\"type\":\"bytes32\"}],\"name\":\"HelloWorld\",\"type\":\"event\"},{\"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[]\"}],\"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\":\"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\":\"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\"},{\"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\"},{\"stateMutability\":\"payable\",\"type\":\"fallback\"},{\"inputs\":[{\"internalType\":\"ResourceId\",\"name\":\"systemId\",\"type\":\"bytes32\"},{\"internalType\":\"bytes\",\"name\":\"callData\",\"type\":\"bytes\"}],\"name\":\"call\",\"outputs\":[{\"internalType\":\"bytes\",\"name\":\"\",\"type\":\"bytes\"}],\"stateMutability\":\"payable\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"address\",\"name\":\"delegator\",\"type\":\"address\"},{\"internalType\":\"ResourceId\",\"name\":\"systemId\",\"type\":\"bytes32\"},{\"internalType\":\"bytes\",\"name\":\"callData\",\"type\":\"bytes\"}],\"name\":\"callFrom\",\"outputs\":[{\"internalType\":\"bytes\",\"name\":\"\",\"type\":\"bytes\"}],\"stateMutability\":\"payable\",\"type\":\"function\"},{\"inputs\":[],\"name\":\"creator\",\"outputs\":[{\"internalType\":\"address\",\"name\":\"\",\"type\":\"address\"}],\"stateMutability\":\"view\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"ResourceId\",\"name\":\"tableId\",\"type\":\"bytes32\"},{\"internalType\":\"bytes32[]\",\"name\":\"keyTuple\",\"type\":\"bytes32[]\"}],\"name\":\"deleteRecord\",\"outputs\":[],\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"ResourceId\",\"name\":\"tableId\",\"type\":\"bytes32\"},{\"internalType\":\"bytes32[]\",\"name\":\"keyTuple\",\"type\":\"bytes32[]\"},{\"internalType\":\"uint8\",\"name\":\"dynamicFieldIndex\",\"type\":\"uint8\"}],\"name\":\"getDynamicField\",\"outputs\":[{\"internalType\":\"bytes\",\"name\":\"data\",\"type\":\"bytes\"}],\"stateMutability\":\"view\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"ResourceId\",\"name\":\"tableId\",\"type\":\"bytes32\"},{\"internalType\":\"bytes32[]\",\"name\":\"keyTuple\",\"type\":\"bytes32[]\"},{\"internalType\":\"uint8\",\"name\":\"dynamicFieldIndex\",\"type\":\"uint8\"}],\"name\":\"getDynamicFieldLength\",\"outputs\":[{\"internalType\":\"uint256\",\"name\":\"\",\"type\":\"uint256\"}],\"stateMutability\":\"view\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"ResourceId\",\"name\":\"tableId\",\"type\":\"bytes32\"},{\"internalType\":\"bytes32[]\",\"name\":\"keyTuple\",\"type\":\"bytes32[]\"},{\"internalType\":\"uint8\",\"name\":\"dynamicFieldIndex\",\"type\":\"uint8\"},{\"internalType\":\"uint256\",\"name\":\"start\",\"type\":\"uint256\"},{\"internalType\":\"uint256\",\"name\":\"end\",\"type\":\"uint256\"}],\"name\":\"getDynamicFieldSlice\",\"outputs\":[{\"internalType\":\"bytes\",\"name\":\"\",\"type\":\"bytes\"}],\"stateMutability\":\"view\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"ResourceId\",\"name\":\"tableId\",\"type\":\"bytes32\"},{\"internalType\":\"bytes32[]\",\"name\":\"keyTuple\",\"type\":\"bytes32[]\"},{\"internalType\":\"uint8\",\"name\":\"fieldIndex\",\"type\":\"uint8\"},{\"internalType\":\"FieldLayout\",\"name\":\"fieldLayout\",\"type\":\"bytes32\"}],\"name\":\"getField\",\"outputs\":[{\"internalType\":\"bytes\",\"name\":\"data\",\"type\":\"bytes\"}],\"stateMutability\":\"view\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"ResourceId\",\"name\":\"tableId\",\"type\":\"bytes32\"},{\"internalType\":\"bytes32[]\",\"name\":\"keyTuple\",\"type\":\"bytes32[]\"},{\"internalType\":\"uint8\",\"name\":\"fieldIndex\",\"type\":\"uint8\"}],\"name\":\"getField\",\"outputs\":[{\"internalType\":\"bytes\",\"name\":\"data\",\"type\":\"bytes\"}],\"stateMutability\":\"view\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"ResourceId\",\"name\":\"tableId\",\"type\":\"bytes32\"}],\"name\":\"getFieldLayout\",\"outputs\":[{\"internalType\":\"FieldLayout\",\"name\":\"fieldLayout\",\"type\":\"bytes32\"}],\"stateMutability\":\"view\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"ResourceId\",\"name\":\"tableId\",\"type\":\"bytes32\"},{\"internalType\":\"bytes32[]\",\"name\":\"keyTuple\",\"type\":\"bytes32[]\"},{\"internalType\":\"uint8\",\"name\":\"fieldIndex\",\"type\":\"uint8\"},{\"internalType\":\"FieldLayout\",\"name\":\"fieldLayout\",\"type\":\"bytes32\"}],\"name\":\"getFieldLength\",\"outputs\":[{\"internalType\":\"uint256\",\"name\":\"\",\"type\":\"uint256\"}],\"stateMutability\":\"view\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"ResourceId\",\"name\":\"tableId\",\"type\":\"bytes32\"},{\"internalType\":\"bytes32[]\",\"name\":\"keyTuple\",\"type\":\"bytes32[]\"},{\"internalType\":\"uint8\",\"name\":\"fieldIndex\",\"type\":\"uint8\"}],\"name\":\"getFieldLength\",\"outputs\":[{\"internalType\":\"uint256\",\"name\":\"\",\"type\":\"uint256\"}],\"stateMutability\":\"view\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"ResourceId\",\"name\":\"tableId\",\"type\":\"bytes32\"}],\"name\":\"getKeySchema\",\"outputs\":[{\"internalType\":\"Schema\",\"name\":\"keySchema\",\"type\":\"bytes32\"}],\"stateMutability\":\"view\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"ResourceId\",\"name\":\"tableId\",\"type\":\"bytes32\"},{\"internalType\":\"bytes32[]\",\"name\":\"keyTuple\",\"type\":\"bytes32[]\"},{\"internalType\":\"FieldLayout\",\"name\":\"fieldLayout\",\"type\":\"bytes32\"}],\"name\":\"getRecord\",\"outputs\":[{\"internalType\":\"bytes\",\"name\":\"staticData\",\"type\":\"bytes\"},{\"internalType\":\"PackedCounter\",\"name\":\"encodedLengths\",\"type\":\"bytes32\"},{\"internalType\":\"bytes\",\"name\":\"dynamicData\",\"type\":\"bytes\"}],\"stateMutability\":\"view\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"ResourceId\",\"name\":\"tableId\",\"type\":\"bytes32\"},{\"internalType\":\"bytes32[]\",\"name\":\"keyTuple\",\"type\":\"bytes32[]\"}],\"name\":\"getRecord\",\"outputs\":[{\"internalType\":\"bytes\",\"name\":\"staticData\",\"type\":\"bytes\"},{\"internalType\":\"PackedCounter\",\"name\":\"encodedLengths\",\"type\":\"bytes32\"},{\"internalType\":\"bytes\",\"name\":\"dynamicData\",\"type\":\"bytes\"}],\"stateMutability\":\"view\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"ResourceId\",\"name\":\"tableId\",\"type\":\"bytes32\"},{\"internalType\":\"bytes32[]\",\"name\":\"keyTuple\",\"type\":\"bytes32[]\"},{\"internalType\":\"uint8\",\"name\":\"fieldIndex\",\"type\":\"uint8\"},{\"internalType\":\"FieldLayout\",\"name\":\"fieldLayout\",\"type\":\"bytes32\"}],\"name\":\"getStaticField\",\"outputs\":[{\"internalType\":\"bytes32\",\"name\":\"data\",\"type\":\"bytes32\"}],\"stateMutability\":\"view\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"ResourceId\",\"name\":\"tableId\",\"type\":\"bytes32\"}],\"name\":\"getValueSchema\",\"outputs\":[{\"internalType\":\"Schema\",\"name\":\"valueSchema\",\"type\":\"bytes32\"}],\"stateMutability\":\"view\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"contract IModule\",\"name\":\"coreModule\",\"type\":\"address\"}],\"name\":\"initialize\",\"outputs\":[],\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"contract IModule\",\"name\":\"module\",\"type\":\"address\"},{\"internalType\":\"bytes\",\"name\":\"args\",\"type\":\"bytes\"}],\"name\":\"installRootModule\",\"outputs\":[],\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"ResourceId\",\"name\":\"tableId\",\"type\":\"bytes32\"},{\"internalType\":\"bytes32[]\",\"name\":\"keyTuple\",\"type\":\"bytes32[]\"},{\"internalType\":\"uint8\",\"name\":\"dynamicFieldIndex\",\"type\":\"uint8\"},{\"internalType\":\"uint256\",\"name\":\"byteLengthToPop\",\"type\":\"uint256\"}],\"name\":\"popFromDynamicField\",\"outputs\":[],\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"ResourceId\",\"name\":\"tableId\",\"type\":\"bytes32\"},{\"internalType\":\"bytes32[]\",\"name\":\"keyTuple\",\"type\":\"bytes32[]\"},{\"internalType\":\"uint8\",\"name\":\"dynamicFieldIndex\",\"type\":\"uint8\"},{\"internalType\":\"bytes\",\"name\":\"dataToPush\",\"type\":\"bytes\"}],\"name\":\"pushToDynamicField\",\"outputs\":[],\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"ResourceId\",\"name\":\"tableId\",\"type\":\"bytes32\"},{\"internalType\":\"bytes32[]\",\"name\":\"keyTuple\",\"type\":\"bytes32[]\"},{\"internalType\":\"uint8\",\"name\":\"dynamicFieldIndex\",\"type\":\"uint8\"},{\"internalType\":\"bytes\",\"name\":\"data\",\"type\":\"bytes\"}],\"name\":\"setDynamicField\",\"outputs\":[],\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"ResourceId\",\"name\":\"tableId\",\"type\":\"bytes32\"},{\"internalType\":\"bytes32[]\",\"name\":\"keyTuple\",\"type\":\"bytes32[]\"},{\"internalType\":\"uint8\",\"name\":\"fieldIndex\",\"type\":\"uint8\"},{\"internalType\":\"bytes\",\"name\":\"data\",\"type\":\"bytes\"}],\"name\":\"setField\",\"outputs\":[],\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"ResourceId\",\"name\":\"tableId\",\"type\":\"bytes32\"},{\"internalType\":\"bytes32[]\",\"name\":\"keyTuple\",\"type\":\"bytes32[]\"},{\"internalType\":\"uint8\",\"name\":\"fieldIndex\",\"type\":\"uint8\"},{\"internalType\":\"bytes\",\"name\":\"data\",\"type\":\"bytes\"},{\"internalType\":\"FieldLayout\",\"name\":\"fieldLayout\",\"type\":\"bytes32\"}],\"name\":\"setField\",\"outputs\":[],\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"ResourceId\",\"name\":\"tableId\",\"type\":\"bytes32\"},{\"internalType\":\"bytes32[]\",\"name\":\"keyTuple\",\"type\":\"bytes32[]\"},{\"internalType\":\"bytes\",\"name\":\"staticData\",\"type\":\"bytes\"},{\"internalType\":\"PackedCounter\",\"name\":\"encodedLengths\",\"type\":\"bytes32\"},{\"internalType\":\"bytes\",\"name\":\"dynamicData\",\"type\":\"bytes\"}],\"name\":\"setRecord\",\"outputs\":[],\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"ResourceId\",\"name\":\"tableId\",\"type\":\"bytes32\"},{\"internalType\":\"bytes32[]\",\"name\":\"keyTuple\",\"type\":\"bytes32[]\"},{\"internalType\":\"uint8\",\"name\":\"fieldIndex\",\"type\":\"uint8\"},{\"internalType\":\"bytes\",\"name\":\"data\",\"type\":\"bytes\"},{\"internalType\":\"FieldLayout\",\"name\":\"fieldLayout\",\"type\":\"bytes32\"}],\"name\":\"setStaticField\",\"outputs\":[],\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"ResourceId\",\"name\":\"tableId\",\"type\":\"bytes32\"},{\"internalType\":\"bytes32[]\",\"name\":\"keyTuple\",\"type\":\"bytes32[]\"},{\"internalType\":\"uint8\",\"name\":\"dynamicFieldIndex\",\"type\":\"uint8\"},{\"internalType\":\"uint40\",\"name\":\"startWithinField\",\"type\":\"uint40\"},{\"internalType\":\"uint40\",\"name\":\"deleteCount\",\"type\":\"uint40\"},{\"internalType\":\"bytes\",\"name\":\"data\",\"type\":\"bytes\"}],\"name\":\"spliceDynamicData\",\"outputs\":[],\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"ResourceId\",\"name\":\"tableId\",\"type\":\"bytes32\"},{\"internalType\":\"bytes32[]\",\"name\":\"keyTuple\",\"type\":\"bytes32[]\"},{\"internalType\":\"uint48\",\"name\":\"start\",\"type\":\"uint48\"},{\"internalType\":\"bytes\",\"name\":\"data\",\"type\":\"bytes\"}],\"name\":\"spliceStaticData\",\"outputs\":[],\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"inputs\":[],\"name\":\"storeVersion\",\"outputs\":[{\"internalType\":\"bytes32\",\"name\":\"\",\"type\":\"bytes32\"}],\"stateMutability\":\"pure\",\"type\":\"function\"},{\"inputs\":[],\"name\":\"worldVersion\",\"outputs\":[{\"internalType\":\"bytes32\",\"name\":\"\",\"type\":\"bytes32\"}],\"stateMutability\":\"pure\",\"type\":\"function\"},{\"stateMutability\":\"payable\",\"type\":\"receive\"}],\"devdoc\":{\"details\":\"This contract is the core \\\"World\\\" contract containing various methods for data manipulation, system calls, and dynamic function selector handling.\",\"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\":{\"HelloStore(bytes32)\":{\"params\":{\"storeVersion\":\"The version of the Store contract.\"}},\"HelloWorld(bytes32)\":{\"details\":\"Emitted upon successful World initialization.\",\"params\":{\"worldVersion\":\"The version of the World being initialized.\"}},\"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\":{\"call(bytes32,bytes)\":{\"details\":\"If system is private, caller must have appropriate access.\",\"params\":{\"callData\":\"The data for the system call.\",\"systemId\":\"The ID of the system to be called.\"},\"returns\":{\"_0\":\"Return data from the system call.\"}},\"callFrom(address,bytes32,bytes)\":{\"details\":\"If system is private, caller must have appropriate access.\",\"params\":{\"callData\":\"The ABI data for the system call.\",\"delegator\":\"The address on whose behalf the system is called.\",\"systemId\":\"The ID of the system to be called.\"},\"returns\":{\"_0\":\"Return data from the system call.\"}},\"constructor\":{\"details\":\"Event emitted when the World contract is created.\"},\"deleteRecord(bytes32,bytes32[])\":{\"details\":\"Requires the caller to have access to the table's namespace or name.\",\"params\":{\"keyTuple\":\"Array of keys identifying the record to delete.\",\"tableId\":\"The unique identifier for the table.\"}},\"getDynamicField(bytes32,bytes32[],uint8)\":{\"params\":{\"dynamicFieldIndex\":\"Index of the dynamic field to retrieve.\",\"keyTuple\":\"The tuple used as a key to fetch the dynamic field.\",\"tableId\":\"The ID of the table.\"},\"returns\":{\"data\":\"The dynamic data of the specified field.\"}},\"getDynamicFieldLength(bytes32,bytes32[],uint8)\":{\"params\":{\"dynamicFieldIndex\":\"Index of the dynamic field to measure.\",\"keyTuple\":\"The tuple used as a key.\",\"tableId\":\"The ID of the table.\"},\"returns\":{\"_0\":\"The length of the specified dynamic field.\"}},\"getDynamicFieldSlice(bytes32,bytes32[],uint8,uint256,uint256)\":{\"params\":{\"dynamicFieldIndex\":\"Index of the dynamic field to slice.\",\"end\":\"The ending position of the slice.\",\"keyTuple\":\"The tuple used as a key to fetch the dynamic field slice.\",\"start\":\"The starting position of the slice.\",\"tableId\":\"The ID of the table.\"},\"returns\":{\"_0\":\"The sliced data from the specified dynamic field.\"}},\"getField(bytes32,bytes32[],uint8)\":{\"details\":\"This overload loads the FieldLayout from storage. If the table's FieldLayout is known to the caller, it should be passed in to the other overload to avoid the storage read.\",\"params\":{\"fieldIndex\":\"Index of the field to retrieve.\",\"keyTuple\":\"The tuple used as a key to fetch the field.\",\"tableId\":\"The ID of the table.\"},\"returns\":{\"data\":\"The data of the specified field.\"}},\"getField(bytes32,bytes32[],uint8,bytes32)\":{\"params\":{\"fieldIndex\":\"Index of the field to retrieve.\",\"fieldLayout\":\"The layout of fields for the retrieval.\",\"keyTuple\":\"The tuple used as a key to fetch the field.\",\"tableId\":\"The ID of the table.\"},\"returns\":{\"data\":\"The data of the specified field.\"}},\"getFieldLayout(bytes32)\":{\"params\":{\"tableId\":\"The ID of the table for which to retrieve the field layout.\"},\"returns\":{\"fieldLayout\":\"The layout of fields in the specified table.\"}},\"getFieldLength(bytes32,bytes32[],uint8)\":{\"details\":\"This overload loads the FieldLayout from storage. If the table's FieldLayout is known to the caller, it should be passed in to the other overload to avoid the storage read.\",\"params\":{\"fieldIndex\":\"Index of the field to measure.\",\"keyTuple\":\"The tuple used as a key.\",\"tableId\":\"The ID of the table.\"},\"returns\":{\"_0\":\"The length of the specified field.\"}},\"getFieldLength(bytes32,bytes32[],uint8,bytes32)\":{\"params\":{\"fieldIndex\":\"Index of the field to measure.\",\"fieldLayout\":\"The layout of fields for measurement.\",\"keyTuple\":\"The tuple used as a key.\",\"tableId\":\"The ID of the table.\"},\"returns\":{\"_0\":\"The length of the specified field.\"}},\"getKeySchema(bytes32)\":{\"params\":{\"tableId\":\"The ID of the table.\"},\"returns\":{\"keySchema\":\"The schema for keys in the specified table.\"}},\"getRecord(bytes32,bytes32[])\":{\"params\":{\"keyTuple\":\"The tuple used as a key to fetch the record.\",\"tableId\":\"The ID of the table.\"},\"returns\":{\"dynamicData\":\"The dynamic data of the record.\",\"encodedLengths\":\"Encoded lengths of dynamic data.\",\"staticData\":\"The static data of the record.\"}},\"getRecord(bytes32,bytes32[],bytes32)\":{\"params\":{\"fieldLayout\":\"The layout of fields to retrieve.\",\"keyTuple\":\"The tuple used as a key to fetch the record.\",\"tableId\":\"The ID of the table.\"},\"returns\":{\"dynamicData\":\"The dynamic data of the record.\",\"encodedLengths\":\"Encoded lengths of dynamic data.\",\"staticData\":\"The static data of the record.\"}},\"getStaticField(bytes32,bytes32[],uint8,bytes32)\":{\"params\":{\"fieldIndex\":\"Index of the static field to retrieve.\",\"fieldLayout\":\"The layout of fields for the retrieval.\",\"keyTuple\":\"The tuple used as a key to fetch the static field.\",\"tableId\":\"The ID of the table.\"},\"returns\":{\"data\":\"The static data of the specified field.\"}},\"getValueSchema(bytes32)\":{\"params\":{\"tableId\":\"The ID of the table.\"},\"returns\":{\"valueSchema\":\"The schema for values in the specified table.\"}},\"initialize(address)\":{\"details\":\"Only the initial creator can initialize. This can be done only once.\",\"params\":{\"coreModule\":\"The core module to initialize the World with.\"}},\"installRootModule(address,bytes)\":{\"details\":\"The caller must own the root namespace.\",\"params\":{\"args\":\"Arguments for module installation.\",\"module\":\"The module to be installed.\"}},\"popFromDynamicField(bytes32,bytes32[],uint8,uint256)\":{\"params\":{\"byteLengthToPop\":\"The number of bytes to remove from the end of the dynamic field.\",\"dynamicFieldIndex\":\"Index of the dynamic field to remove data from.\",\"keyTuple\":\"Array of keys identifying the record.\",\"tableId\":\"The unique identifier for the table.\"}},\"pushToDynamicField(bytes32,bytes32[],uint8,bytes)\":{\"params\":{\"dataToPush\":\"Data to append to the specified dynamic field.\",\"dynamicFieldIndex\":\"Index of the dynamic field to append to.\",\"keyTuple\":\"Array of keys identifying the record.\",\"tableId\":\"The unique identifier for the table.\"}},\"setDynamicField(bytes32,bytes32[],uint8,bytes)\":{\"params\":{\"data\":\"Data to write into the specified dynamic field.\",\"dynamicFieldIndex\":\"Index of the dynamic field to modify.\",\"keyTuple\":\"Array of keys identifying the record.\",\"tableId\":\"The unique identifier for the table.\"}},\"setField(bytes32,bytes32[],uint8,bytes)\":{\"params\":{\"data\":\"Data to write into the specified field.\",\"fieldIndex\":\"Index of the field to modify.\",\"keyTuple\":\"Array of keys identifying the record.\",\"tableId\":\"The unique identifier for the table.\"}},\"setField(bytes32,bytes32[],uint8,bytes,bytes32)\":{\"params\":{\"data\":\"Data to write into the specified field.\",\"fieldIndex\":\"Index of the field to modify.\",\"fieldLayout\":\"The layout to adhere to when modifying the field.\",\"keyTuple\":\"Array of keys identifying the record.\",\"tableId\":\"The unique identifier for the table.\"}},\"setRecord(bytes32,bytes32[],bytes,bytes32,bytes)\":{\"details\":\"Requires the caller to have access to the table's namespace or name (encoded in the tableId).\",\"params\":{\"dynamicData\":\"Dynamic data (variable length fields) of the record.\",\"encodedLengths\":\"Encoded lengths of data.\",\"keyTuple\":\"Array of keys identifying the record.\",\"staticData\":\"Static data (fixed length fields) of the record.\",\"tableId\":\"The unique identifier for the table.\"}},\"setStaticField(bytes32,bytes32[],uint8,bytes,bytes32)\":{\"details\":\"Requires the caller to have access to the table's namespace or name (encoded in the tableId).\",\"params\":{\"data\":\"Data to write into the specified static field.\",\"fieldIndex\":\"Index of the static field to modify.\",\"fieldLayout\":\"The layout to adhere to when modifying the field.\",\"keyTuple\":\"Array of keys identifying the record.\",\"tableId\":\"The unique identifier for the table.\"}},\"spliceDynamicData(bytes32,bytes32[],uint8,uint40,uint40,bytes)\":{\"params\":{\"data\":\"Data to splice into the dynamic data of the field.\",\"deleteCount\":\"Number of bytes to delete starting from the `startWithinField`.\",\"dynamicFieldIndex\":\"Index of the dynamic field to modify.\",\"keyTuple\":\"Array of keys identifying the record.\",\"startWithinField\":\"Start position within the specified dynamic field.\",\"tableId\":\"The unique identifier for the table.\"}},\"spliceStaticData(bytes32,bytes32[],uint48,bytes)\":{\"params\":{\"data\":\"Data to splice into the static data of the record.\",\"keyTuple\":\"Array of keys identifying the record.\",\"start\":\"Position from where the static data modification should start.\",\"tableId\":\"The unique identifier for the table.\"}},\"storeVersion()\":{\"returns\":{\"_0\":\"The current version of the store as a bytes32.\"}},\"worldVersion()\":{\"returns\":{\"_0\":\"The current version of the world contract.\"}}},\"title\":\"World Contract\",\"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\":{\"HelloStore(bytes32)\":{\"notice\":\"Emitted when the store is initialized.\"},\"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\":{\"call(bytes32,bytes)\":{\"notice\":\"Calls a system with a given system ID.\"},\"callFrom(address,bytes32,bytes)\":{\"notice\":\"Calls a system with a given system ID on behalf of the given delegator.\"},\"creator()\":{\"notice\":\"Address of the contract's creator.\"},\"deleteRecord(bytes32,bytes32[])\":{\"notice\":\"Deletes a record from the table identified by `tableId`.\"},\"getDynamicField(bytes32,bytes32[],uint8)\":{\"notice\":\"Retrieves data for a specific dynamic (variable length) field in a record.\"},\"getDynamicFieldLength(bytes32,bytes32[],uint8)\":{\"notice\":\"Calculates the length of a specified dynamic (variable length) field in a record.\"},\"getDynamicFieldSlice(bytes32,bytes32[],uint8,uint256,uint256)\":{\"notice\":\"Retrieves a slice of a dynamic (variable length) field.\"},\"getField(bytes32,bytes32[],uint8)\":{\"notice\":\"Retrieves data for a specified field in a record.\"},\"getField(bytes32,bytes32[],uint8,bytes32)\":{\"notice\":\"Retrieves data for a specified field in a record.\"},\"getFieldLayout(bytes32)\":{\"notice\":\"Fetches the field layout for a given table.\"},\"getFieldLength(bytes32,bytes32[],uint8)\":{\"notice\":\"Calculates the length of a specified field in a record.\"},\"getFieldLength(bytes32,bytes32[],uint8,bytes32)\":{\"notice\":\"Calculates the length of a specified field in a record.\"},\"getKeySchema(bytes32)\":{\"notice\":\"Retrieves the key schema for a given table.\"},\"getRecord(bytes32,bytes32[])\":{\"notice\":\"Fetches a record from a specified table using a provided key tuple.\"},\"getRecord(bytes32,bytes32[],bytes32)\":{\"notice\":\"Fetches a record from a specified table using a provided key tuple and field layout.\"},\"getStaticField(bytes32,bytes32[],uint8,bytes32)\":{\"notice\":\"Retrieves data for a specific static (fixed length) field in a record.\"},\"getValueSchema(bytes32)\":{\"notice\":\"Retrieves the value schema for a given table.\"},\"initialize(address)\":{\"notice\":\"Initializes the World by installing the core module.\"},\"installRootModule(address,bytes)\":{\"notice\":\"Installs a given root module in the World.\"},\"popFromDynamicField(bytes32,bytes32[],uint8,uint256)\":{\"notice\":\"Removes a specified amount of data from the end of a dynamic (variable length) field in the table identified by `tableId`.\"},\"pushToDynamicField(bytes32,bytes32[],uint8,bytes)\":{\"notice\":\"Appends data to the end of a dynamic (variable length) field in the table identified by `tableId`.\"},\"setDynamicField(bytes32,bytes32[],uint8,bytes)\":{\"notice\":\"Writes data into a dynamic (varible length) field in the table identified by `tableId`.\"},\"setField(bytes32,bytes32[],uint8,bytes)\":{\"notice\":\"Writes data into a specified field in the table identified by `tableId`.\"},\"setField(bytes32,bytes32[],uint8,bytes,bytes32)\":{\"notice\":\"Writes data into a specified field in the table, adhering to a specific layout.\"},\"setRecord(bytes32,bytes32[],bytes,bytes32,bytes)\":{\"notice\":\"Writes a record in the table identified by `tableId`.\"},\"setStaticField(bytes32,bytes32[],uint8,bytes,bytes32)\":{\"notice\":\"Writes data into a static (fixed length) field in the table identified by `tableId`.\"},\"spliceDynamicData(bytes32,bytes32[],uint8,uint40,uint40,bytes)\":{\"notice\":\"Modifies dynamic (variable length) data in a record for a specified field.\"},\"spliceStaticData(bytes32,bytes32[],uint48,bytes)\":{\"notice\":\"Modifies static (fixed length) data in a record at the specified position.\"},\"storeVersion()\":{\"notice\":\"Retrieves the version of the store.\"}},\"version\":1}},\"settings\":{\"compilationTarget\":{\"node_modules/@latticexyz/world/src/World.sol\":\"World\"},\"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/StoreData.sol\":{\"keccak256\":\"0x4e451128c33a01d520c1944b3db42a62c158aea8fa11e786a58a0f719a189526\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://c2f98f30a7b2c9ef020e274b87ae0fa66d1380343a00ecf6bd796ae31cd9b279\",\"dweb:/ipfs/QmYXHSBn4Hp7cimDLKy86ep23v2VRUS6dLPevcVMs3dJrw\"]},\"node_modules/@latticexyz/store/src/StoreRead.sol\":{\"keccak256\":\"0x0da12dea94f088d01b1b0d6d4887f628c61c9c34a4c74a4c9033621bddcc007f\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://7e77d66891e1cdff6899e00c7993302dd77dd291f954b79d2c582da076e22264\",\"dweb:/ipfs/QmcLyDFSnyMUF89hGhPX4nvUpkXdJSxBe5zGSJFqTAT5Mj\"]},\"node_modules/@latticexyz/store/src/StoreSwitch.sol\":{\"keccak256\":\"0xf132af10f960a498f49c0534027056e715f4bdcb8fbdb53ac6879c92309ab416\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://e85a09aeb7543bcd9d74b7ad319ae61e1f7f15a6a0ad9e79aff750fbd18111c7\",\"dweb:/ipfs/QmY6xgqeeaR1FsCPLmFbVgjm1D2UyrXNABKXWLfFaSmBhR\"]},\"node_modules/@latticexyz/store/src/codegen/index.sol\":{\"keccak256\":\"0xf337a5abb2d43ef00c1c200e7fbec30fc89c7c701e457ab4277194b700d2aea3\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://eccdf6158076b4e8f1b587a0310228f53323705e054a44eaa7733f38805c3ee6\",\"dweb:/ipfs/QmbXEVNTctg54dK9awdCVyAjeuUjR6ckfmmXBP8DrFmjyq\"]},\"node_modules/@latticexyz/store/src/codegen/tables/Hooks.sol\":{\"keccak256\":\"0xc5c6f807cff6b4dc486525c559ba3f7cbb034ac5895636ee64c9d01defa6a38e\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://84d3a3b3fd3afa2ab3231fd7fe981889dfb0600deec34c5d4e9c07d3187af8a5\",\"dweb:/ipfs/Qmanj7WjETqBYQXkxKLjqWs4vMp3en3N69B5MacKme5fpD\"]},\"node_modules/@latticexyz/store/src/codegen/tables/ResourceIds.sol\":{\"keccak256\":\"0xf7a9bf3e37b486377005c556cdf5b813ea1a41278b3a0349f81e3c82a2f1c789\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://92cc87add89abcb126bf3cd0b284f25065c2b9c90a49f8dba4629b28a5b87751\",\"dweb:/ipfs/QmNNBDSK5GNujERGiSUhorbmtpdD2UnGz7MqSSDasEGdub\"]},\"node_modules/@latticexyz/store/src/codegen/tables/StoreHooks.sol\":{\"keccak256\":\"0xa1186b8b6143b4a87cea1624785494398be1613cb7c6f9e57734e1cca1d5dd14\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://488c158082622689d035d7964c6ca063295e53078291c340eb6a23db08e8ff95\",\"dweb:/ipfs/QmWcjo3B5SH7jStXKAuf7qvF2ouz6syw9c7aT86PnTgRqW\"]},\"node_modules/@latticexyz/store/src/codegen/tables/Tables.sol\":{\"keccak256\":\"0xd47e1921c07fc8608157b5dc343fcef7235e891ea6a21dec1fb118a0bd797fcb\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://01a6ad068e6991994a0939f22a55245e0c7c82fc5e274da0af616286a8acfc7a\",\"dweb:/ipfs/QmPokA3pSexzZY33MMV6BGx48ZwQegdUN5AijiAfycSDxy\"]},\"node_modules/@latticexyz/store/src/constants.sol\":{\"keccak256\":\"0x9e37c64c119ef07ad914bc589ee3f6d67946ab95877978c1ee3e2c1ffae07076\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://3fad47e542025382aa28e8171253e34f93b2f149434b67a26989542d70218793\",\"dweb:/ipfs/QmW6JsKNwPc6oAMrgcikgR2EPwMUtQANiuZSQSGCd29HHC\"]},\"node_modules/@latticexyz/store/src/leftMask.sol\":{\"keccak256\":\"0xd0360567e4d77c6a8e3d8a5f4bf3653ccde4d268674c50988d55695dc6193f6f\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://53e6bcb53fcb08ee9426225fdab7c41df91e12cb4f80d92895a6117338627401\",\"dweb:/ipfs/QmeLcaPGeMBpNSTSsPYK3PHpzKuGMjuitCweAWcoXK2mXr\"]},\"node_modules/@latticexyz/store/src/storeHookTypes.sol\":{\"keccak256\":\"0x60880298016fa117ed9a43ddfd020f11d98a2d345bdcb08e5884e40df98eddd5\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://3619dfda1fd514c0fc5fb34c14d5b5aa41dd6ba6045d37d5f4c8199f3a826f81\",\"dweb:/ipfs/QmbzRBYfVa423gNzCitpGN3i2N9oeGYfinVE1jgtqxnNZX\"]},\"node_modules/@latticexyz/store/src/storeResourceTypes.sol\":{\"keccak256\":\"0xada1867ba72930fc5cf5562dd4e36de849dbac9c833b7969cb1b046a808fabf2\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://6e4b5fdcaa54f567a3f8561c2c3fbc0d68c8dad892a4a8e5418bbce8efc53d84\",\"dweb:/ipfs/QmTWbYJX1yrCqrEwUKB9rGpHdRvLNU8GCkBbxnLjGD4d2t\"]},\"node_modules/@latticexyz/store/src/tightcoder/DecodeSlice.sol\":{\"keccak256\":\"0x1af0fd984640123391ec2df855d00298504b7ce186a56c2caca769cfd9e08e04\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://7305a62318890d2cc6420ba7dec13d9f2c1cb67ac689015fc83b9cbccd0696f1\",\"dweb:/ipfs/QmR8jGNLbt64Tv1YZKRVBCVsd71oeUQFzGHHtpsrs4PuRq\"]},\"node_modules/@latticexyz/store/src/tightcoder/EncodeArray.sol\":{\"keccak256\":\"0x1c280d24360282e196d9c4833c58c2437108cea2af0ac7596f95be81389e306d\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://6b4556b6eeae9328fbd9adcce346547e823c397503276a4d63effb67e00b5b49\",\"dweb:/ipfs/QmUsynVsMYzjh8oJR8YB7SRrwFMdXcsQsHBrXxLEEFxsiB\"]},\"node_modules/@latticexyz/store/src/tightcoder/TightCoder.sol\":{\"keccak256\":\"0x5cacd4cb371e0a79bc8d64f62349d568fd8b08093c11ae0c3db4f16480d8808b\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://12b64ddf2b5c19cf68ba93a8153ed79cbafe7a91e015d4b2f25eb1d42ab06256\",\"dweb:/ipfs/QmQz5WwztcuTbSGFv2pkhU3w5scUj1gmavoyUpduxk2v3A\"]},\"node_modules/@latticexyz/store/src/version.sol\":{\"keccak256\":\"0x01029999a48b7c1d85de84cae465dd24ec126c95b8a865cd20c7ed5dfcc0f02c\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://9750164ce996badb0fd7df2f526780b9cb9558912405fe46f31064bd7c522491\",\"dweb:/ipfs/QmYf8m2ZXFANRc9ysHgNkNtSF327ccxKYjCUJ49UXBKADk\"]},\"node_modules/@latticexyz/world/src/AccessControl.sol\":{\"keccak256\":\"0x10ca29a5d7075edb2fe5cd559077fc34857129182f9d6ea074a234dfbcdb313e\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://1fe2783b7d0592d14a20b8be192dd3fa4216f8e541adea579859ea2bf1224da3\",\"dweb:/ipfs/QmTi9XDP5jsQpbqvJxPvkqyDByv7i88wKidrYnTtLdPhka\"]},\"node_modules/@latticexyz/world/src/Delegation.sol\":{\"keccak256\":\"0x09324c2d43eac847a312e1879de1019d1b6eb333d9c9e0d42c449d76f5d9fc89\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://bd6f751c31f1305ffb328b1cd4bcc3999439f63f2b8ad9a33bbebdccdf60e716\",\"dweb:/ipfs/QmRfj5xWwC3wzFr9iAQBr1pAQmLYPJhDRXyRcJpYfhDdoE\"]},\"node_modules/@latticexyz/world/src/IDelegationControl.sol\":{\"keccak256\":\"0xbf3da1c6ab38b3db62a4f4dd0235280d1fb07d8d465a145d6fd9eaf4bb4c3553\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://30205a69d660ed8de5bf34ee73ec9033737d544bc7572130c439b2467606469d\",\"dweb:/ipfs/QmUWTNdSW1bxXjaQzMUCLqBBoLYYre7CgDko4Qy12DaRNS\"]},\"node_modules/@latticexyz/world/src/IERC165.sol\":{\"keccak256\":\"0x7997ebbdee6a2493f28e7032c7a8b906ade40f807d95734e2653c8f1b023ff47\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://c8ca41bb2619bf27e5bf886d1322f0e2dffd096c49f7ae6e716541dd1e1ddce5\",\"dweb:/ipfs/Qmb8zATUWWTtiWaSLjbAe6PGnJPes9ANvEyk7pYoWR3P3Y\"]},\"node_modules/@latticexyz/world/src/IModule.sol\":{\"keccak256\":\"0x4535542ceb57e77096f24b943285bc158c48ef5291999f9c1e27f5682f8a9581\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://ec670524d19c50c659e385bc4dcb4757b065e1b5fe14160244537a7cd7a4b883\",\"dweb:/ipfs/QmT7NSWFSQ6MxYefe665srKMT2GTWomrPRZAHLjrFhQzV6\"]},\"node_modules/@latticexyz/world/src/ISystemHook.sol\":{\"keccak256\":\"0xb2114b6b66c0e7d8304d9e1d06aa1d0731f089daa6a0584e6cf744d9c48cf4db\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://ebbb172970b106dd4ae5a6d5e417ac75cad7529d2b94c1601e10b886d0edf510\",\"dweb:/ipfs/QmPGn4F92hjkFch6Jh2NB37EYLLfstw6JxJKUZjXBFqGCw\"]},\"node_modules/@latticexyz/world/src/IWorldContextConsumer.sol\":{\"keccak256\":\"0x22b8cb3ffcc21cb1657d57fc8ac929d2d6fdd199328e6f43ad2cb54f53dcd500\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://47c001f6b7c6d6e453c340618d23b1532078abb7d0fd7283405071e4e8ff8d2d\",\"dweb:/ipfs/QmRW3femBhqQCPwDEj4Jop2Dnd3EU21ufg7GDVwN4joCQu\"]},\"node_modules/@latticexyz/world/src/IWorldErrors.sol\":{\"keccak256\":\"0xc3e7975e5785574543229eac51e3441f4185863d7f5346c0ae08a27b4541f8a7\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://62cc0dc109e6e5475bb07fb95643a31c74337c23521db0557a36dad6117a1e83\",\"dweb:/ipfs/Qmb8jbE1XQTUdreKFr4Jw3xmjctaLuReRZjPxZKQ2uW9p4\"]},\"node_modules/@latticexyz/world/src/IWorldKernel.sol\":{\"keccak256\":\"0x9dc133cb55dc23fd6fcbbef8078bb4ea9bf67d698400cf89fc62b905b60cf5eb\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://7c1a57df7052218483eafe72d873660f39a73e2e06c1b14ad8a579d85b94bc6c\",\"dweb:/ipfs/Qme7dnjvADGZyM2L7nZ51nSjsjXXF9isTVCpWaUCd1cEGs\"]},\"node_modules/@latticexyz/world/src/System.sol\":{\"keccak256\":\"0x7bece0ec86fdc458054e6db0ac4316fc98882fa3ba76b2fa107d3de5382053cd\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://d154183426723bbf133d4dc5f8d051e9521f7b7cabe63925731fa4af99379cdd\",\"dweb:/ipfs/QmZXxPGcqknGLCwTByaZFKhqvKbrfiZkywmnh8buGTC2Mc\"]},\"node_modules/@latticexyz/world/src/SystemCall.sol\":{\"keccak256\":\"0x2db3d2945cea02e3c830329c30dde0c96bb87da9d070f3545dbd7f807d2ff53a\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://ee5c3b48917527ec0f26c953f66d149bb2173d1dfd78ee00d2ceb409f3a5bd08\",\"dweb:/ipfs/QmQ7WjHbmWeEDnu2dgx7nduYBCvyVsjFksPHXxrJjZCKo9\"]},\"node_modules/@latticexyz/world/src/World.sol\":{\"keccak256\":\"0xebc236e55c297ccbd00fe635a4216c4bc35e4e860129653935b2bc90d918b8f0\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://b0289100d0fc793223c8d42c5e3a55bf33447dd14d72a6f5f9154b78b2736dc7\",\"dweb:/ipfs/QmQp7yniMmyNtzUHPt8r6aoPhPiyWV1atS5Z2f9sw9QHGf\"]},\"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/InstalledModules.sol\":{\"keccak256\":\"0xbe0b03a0379cf2dcbed5302acbcb116b263b68a1c1689b66b6df2c0414033f7c\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://a7c3913cc938e7e0e3257194703a7cda9b8269b89ed2ccc5250d31eb07254198\",\"dweb:/ipfs/QmctosJsQ6sVhFHG3bEAUdhEdcBVVUKtSjTG1taXome1ff\"]},\"node_modules/@latticexyz/world/src/codegen/tables/NamespaceDelegationControl.sol\":{\"keccak256\":\"0x47c6d188f39a85b50f066151cb48d987454e845f1629685300613fdb502505a0\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://abeba0002051f60f81c1e29dbf627db4aed8da11483ec8d860a362b4bfbf4c08\",\"dweb:/ipfs/Qmc4RNYgBma9repACLdN1hpjPmEbsFKWXL8B42KaBAZvtc\"]},\"node_modules/@latticexyz/world/src/codegen/tables/NamespaceOwner.sol\":{\"keccak256\":\"0xb0b7c13673a1629118cb0c3c341380fa6d4795c9b7cf6a6c73443750f1a3b34d\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://b3c8eb44785f61c0470273cac40a228ae458b74f48d2bff8faf8915861fc49ac\",\"dweb:/ipfs/QmUF52hgGCL9TMyTQqrxGVharwfFgKNsCpD3VNqfbhid9X\"]},\"node_modules/@latticexyz/world/src/codegen/tables/ResourceAccess.sol\":{\"keccak256\":\"0xe2a4e6a75ffda6971c16e9218a0f076d5b89572d37780cd4c2375a2de683fd60\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://f04dbdf5295c0ddbda4ba0eb5fdebd84dce2ff3fe86d34681f71522bcb0e6e93\",\"dweb:/ipfs/QmUMkPg1vhSz2zVweN5bqtWbUCj3UQKZPgYfBkQ3QGS7gF\"]},\"node_modules/@latticexyz/world/src/codegen/tables/SystemHooks.sol\":{\"keccak256\":\"0xd069f1f65243ffcc3ace23804851bc902c5e58d525b962575a659e47aa76236b\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://4f86b3d93b5bcf81e0d3da0abbd6fc3924be59e7c8d147cfeb3307108431f6a3\",\"dweb:/ipfs/QmRrkBXGsdtbo28xznUWUuqNUGyfAbu1kadKGjL7n6KiKb\"]},\"node_modules/@latticexyz/world/src/codegen/tables/Systems.sol\":{\"keccak256\":\"0x3bf40b7e71a1953f21b447975ec1a850994a250325fdb88489d24175cf8440d9\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://7fc1d4ce3096dfbd5510d2558d6fcae01ede446032ae232bd3e8656071e21ef1\",\"dweb:/ipfs/QmNSmK5Mt7tt5isSuo216vVnn6rHBprYjz9Sdodf8YRPAy\"]},\"node_modules/@latticexyz/world/src/codegen/tables/UserDelegationControl.sol\":{\"keccak256\":\"0xffc8c2aa8115f5e7200638c21772a2f4eec283fd33a877d02a9b906614badb70\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://4df5c66e27c4a778c2ba7ce26d48652ee6f7740f0440aae9021d76aee66a2ecd\",\"dweb:/ipfs/QmWLY9GVbxHerTUJwWaNBjAWXKF7cxm2GLietVi6L5kS15\"]},\"node_modules/@latticexyz/world/src/constants.sol\":{\"keccak256\":\"0x07faffa7dc4a2adc4f9bfe93d5a59a7dd89241d360996537608e38f61c2d0588\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://b96d4ce331b257a24de2f18503a11b986ed32d218810db9d5e3e7eddc17c2218\",\"dweb:/ipfs/Qme7Cw4RN1eaFWt2j3hk6ZMB7GWUfMY5oyZKYfMvAVxdBc\"]},\"node_modules/@latticexyz/world/src/modules/core/constants.sol\":{\"keccak256\":\"0x35b32faf971caa7aefecae3c8b1a1cd2e78ff350c2109263b2f199cdaec96488\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://0c149042b448fd88260abde657931370697b35ab8e338920f0c5e5b9e83c74ab\",\"dweb:/ipfs/QmZYAsp3xtCmoNRnYaeFyXwkvYuraa3XpTBqD5Hj83NJP4\"]},\"node_modules/@latticexyz/world/src/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/version.sol\":{\"keccak256\":\"0x5db84611779a814a582b5559f636640e3599dba1f36b99c529a19ce73b2d2d44\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://b06ae2f3b888ba3dc719b2d19f60deb7c3398324f636c9dad0b92706dfc08f5a\",\"dweb:/ipfs/QmaLgppohesJhF3ZdMWwM8NHcLiv8SRSCArS4QssfG2dC1\"]},\"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":[],"stateMutability":"nonpayable","type":"constructor"},{"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":"ResourceId","name":"tableId","type":"bytes32"},{"internalType":"string","name":"tableIdString","type":"string"}],"type":"error","name":"Store_TableNotFound"},{"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":"bytes32","name":"storeVersion","type":"bytes32","indexed":true}],"type":"event","name":"HelloStore","anonymous":false},{"inputs":[{"internalType":"bytes32","name":"worldVersion","type":"bytes32","indexed":true}],"type":"event","name":"HelloWorld","anonymous":false},{"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}],"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":"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":"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":[{"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":"payable","type":"fallback"},{"inputs":[{"internalType":"ResourceId","name":"systemId","type":"bytes32"},{"internalType":"bytes","name":"callData","type":"bytes"}],"stateMutability":"payable","type":"function","name":"call","outputs":[{"internalType":"bytes","name":"","type":"bytes"}]},{"inputs":[{"internalType":"address","name":"delegator","type":"address"},{"internalType":"ResourceId","name":"systemId","type":"bytes32"},{"internalType":"bytes","name":"callData","type":"bytes"}],"stateMutability":"payable","type":"function","name":"callFrom","outputs":[{"internalType":"bytes","name":"","type":"bytes"}]},{"inputs":[],"stateMutability":"view","type":"function","name":"creator","outputs":[{"internalType":"address","name":"","type":"address"}]},{"inputs":[{"internalType":"ResourceId","name":"tableId","type":"bytes32"},{"internalType":"bytes32[]","name":"keyTuple","type":"bytes32[]"}],"stateMutability":"nonpayable","type":"function","name":"deleteRecord"},{"inputs":[{"internalType":"ResourceId","name":"tableId","type":"bytes32"},{"internalType":"bytes32[]","name":"keyTuple","type":"bytes32[]"},{"internalType":"uint8","name":"dynamicFieldIndex","type":"uint8"}],"stateMutability":"view","type":"function","name":"getDynamicField","outputs":[{"internalType":"bytes","name":"data","type":"bytes"}]},{"inputs":[{"internalType":"ResourceId","name":"tableId","type":"bytes32"},{"internalType":"bytes32[]","name":"keyTuple","type":"bytes32[]"},{"internalType":"uint8","name":"dynamicFieldIndex","type":"uint8"}],"stateMutability":"view","type":"function","name":"getDynamicFieldLength","outputs":[{"internalType":"uint256","name":"","type":"uint256"}]},{"inputs":[{"internalType":"ResourceId","name":"tableId","type":"bytes32"},{"internalType":"bytes32[]","name":"keyTuple","type":"bytes32[]"},{"internalType":"uint8","name":"dynamicFieldIndex","type":"uint8"},{"internalType":"uint256","name":"start","type":"uint256"},{"internalType":"uint256","name":"end","type":"uint256"}],"stateMutability":"view","type":"function","name":"getDynamicFieldSlice","outputs":[{"internalType":"bytes","name":"","type":"bytes"}]},{"inputs":[{"internalType":"ResourceId","name":"tableId","type":"bytes32"},{"internalType":"bytes32[]","name":"keyTuple","type":"bytes32[]"},{"internalType":"uint8","name":"fieldIndex","type":"uint8"},{"internalType":"FieldLayout","name":"fieldLayout","type":"bytes32"}],"stateMutability":"view","type":"function","name":"getField","outputs":[{"internalType":"bytes","name":"data","type":"bytes"}]},{"inputs":[{"internalType":"ResourceId","name":"tableId","type":"bytes32"},{"internalType":"bytes32[]","name":"keyTuple","type":"bytes32[]"},{"internalType":"uint8","name":"fieldIndex","type":"uint8"}],"stateMutability":"view","type":"function","name":"getField","outputs":[{"internalType":"bytes","name":"data","type":"bytes"}]},{"inputs":[{"internalType":"ResourceId","name":"tableId","type":"bytes32"}],"stateMutability":"view","type":"function","name":"getFieldLayout","outputs":[{"internalType":"FieldLayout","name":"fieldLayout","type":"bytes32"}]},{"inputs":[{"internalType":"ResourceId","name":"tableId","type":"bytes32"},{"internalType":"bytes32[]","name":"keyTuple","type":"bytes32[]"},{"internalType":"uint8","name":"fieldIndex","type":"uint8"},{"internalType":"FieldLayout","name":"fieldLayout","type":"bytes32"}],"stateMutability":"view","type":"function","name":"getFieldLength","outputs":[{"internalType":"uint256","name":"","type":"uint256"}]},{"inputs":[{"internalType":"ResourceId","name":"tableId","type":"bytes32"},{"internalType":"bytes32[]","name":"keyTuple","type":"bytes32[]"},{"internalType":"uint8","name":"fieldIndex","type":"uint8"}],"stateMutability":"view","type":"function","name":"getFieldLength","outputs":[{"internalType":"uint256","name":"","type":"uint256"}]},{"inputs":[{"internalType":"ResourceId","name":"tableId","type":"bytes32"}],"stateMutability":"view","type":"function","name":"getKeySchema","outputs":[{"internalType":"Schema","name":"keySchema","type":"bytes32"}]},{"inputs":[{"internalType":"ResourceId","name":"tableId","type":"bytes32"},{"internalType":"bytes32[]","name":"keyTuple","type":"bytes32[]"},{"internalType":"FieldLayout","name":"fieldLayout","type":"bytes32"}],"stateMutability":"view","type":"function","name":"getRecord","outputs":[{"internalType":"bytes","name":"staticData","type":"bytes"},{"internalType":"PackedCounter","name":"encodedLengths","type":"bytes32"},{"internalType":"bytes","name":"dynamicData","type":"bytes"}]},{"inputs":[{"internalType":"ResourceId","name":"tableId","type":"bytes32"},{"internalType":"bytes32[]","name":"keyTuple","type":"bytes32[]"}],"stateMutability":"view","type":"function","name":"getRecord","outputs":[{"internalType":"bytes","name":"staticData","type":"bytes"},{"internalType":"PackedCounter","name":"encodedLengths","type":"bytes32"},{"internalType":"bytes","name":"dynamicData","type":"bytes"}]},{"inputs":[{"internalType":"ResourceId","name":"tableId","type":"bytes32"},{"internalType":"bytes32[]","name":"keyTuple","type":"bytes32[]"},{"internalType":"uint8","name":"fieldIndex","type":"uint8"},{"internalType":"FieldLayout","name":"fieldLayout","type":"bytes32"}],"stateMutability":"view","type":"function","name":"getStaticField","outputs":[{"internalType":"bytes32","name":"data","type":"bytes32"}]},{"inputs":[{"internalType":"ResourceId","name":"tableId","type":"bytes32"}],"stateMutability":"view","type":"function","name":"getValueSchema","outputs":[{"internalType":"Schema","name":"valueSchema","type":"bytes32"}]},{"inputs":[{"internalType":"contract IModule","name":"coreModule","type":"address"}],"stateMutability":"nonpayable","type":"function","name":"initialize"},{"inputs":[{"internalType":"contract IModule","name":"module","type":"address"},{"internalType":"bytes","name":"args","type":"bytes"}],"stateMutability":"nonpayable","type":"function","name":"installRootModule"},{"inputs":[{"internalType":"ResourceId","name":"tableId","type":"bytes32"},{"internalType":"bytes32[]","name":"keyTuple","type":"bytes32[]"},{"internalType":"uint8","name":"dynamicFieldIndex","type":"uint8"},{"internalType":"uint256","name":"byteLengthToPop","type":"uint256"}],"stateMutability":"nonpayable","type":"function","name":"popFromDynamicField"},{"inputs":[{"internalType":"ResourceId","name":"tableId","type":"bytes32"},{"internalType":"bytes32[]","name":"keyTuple","type":"bytes32[]"},{"internalType":"uint8","name":"dynamicFieldIndex","type":"uint8"},{"internalType":"bytes","name":"dataToPush","type":"bytes"}],"stateMutability":"nonpayable","type":"function","name":"pushToDynamicField"},{"inputs":[{"internalType":"ResourceId","name":"tableId","type":"bytes32"},{"internalType":"bytes32[]","name":"keyTuple","type":"bytes32[]"},{"internalType":"uint8","name":"dynamicFieldIndex","type":"uint8"},{"internalType":"bytes","name":"data","type":"bytes"}],"stateMutability":"nonpayable","type":"function","name":"setDynamicField"},{"inputs":[{"internalType":"ResourceId","name":"tableId","type":"bytes32"},{"internalType":"bytes32[]","name":"keyTuple","type":"bytes32[]"},{"internalType":"uint8","name":"fieldIndex","type":"uint8"},{"internalType":"bytes","name":"data","type":"bytes"}],"stateMutability":"nonpayable","type":"function","name":"setField"},{"inputs":[{"internalType":"ResourceId","name":"tableId","type":"bytes32"},{"internalType":"bytes32[]","name":"keyTuple","type":"bytes32[]"},{"internalType":"uint8","name":"fieldIndex","type":"uint8"},{"internalType":"bytes","name":"data","type":"bytes"},{"internalType":"FieldLayout","name":"fieldLayout","type":"bytes32"}],"stateMutability":"nonpayable","type":"function","name":"setField"},{"inputs":[{"internalType":"ResourceId","name":"tableId","type":"bytes32"},{"internalType":"bytes32[]","name":"keyTuple","type":"bytes32[]"},{"internalType":"bytes","name":"staticData","type":"bytes"},{"internalType":"PackedCounter","name":"encodedLengths","type":"bytes32"},{"internalType":"bytes","name":"dynamicData","type":"bytes"}],"stateMutability":"nonpayable","type":"function","name":"setRecord"},{"inputs":[{"internalType":"ResourceId","name":"tableId","type":"bytes32"},{"internalType":"bytes32[]","name":"keyTuple","type":"bytes32[]"},{"internalType":"uint8","name":"fieldIndex","type":"uint8"},{"internalType":"bytes","name":"data","type":"bytes"},{"internalType":"FieldLayout","name":"fieldLayout","type":"bytes32"}],"stateMutability":"nonpayable","type":"function","name":"setStaticField"},{"inputs":[{"internalType":"ResourceId","name":"tableId","type":"bytes32"},{"internalType":"bytes32[]","name":"keyTuple","type":"bytes32[]"},{"internalType":"uint8","name":"dynamicFieldIndex","type":"uint8"},{"internalType":"uint40","name":"startWithinField","type":"uint40"},{"internalType":"uint40","name":"deleteCount","type":"uint40"},{"internalType":"bytes","name":"data","type":"bytes"}],"stateMutability":"nonpayable","type":"function","name":"spliceDynamicData"},{"inputs":[{"internalType":"ResourceId","name":"tableId","type":"bytes32"},{"internalType":"bytes32[]","name":"keyTuple","type":"bytes32[]"},{"internalType":"uint48","name":"start","type":"uint48"},{"internalType":"bytes","name":"data","type":"bytes"}],"stateMutability":"nonpayable","type":"function","name":"spliceStaticData"},{"inputs":[],"stateMutability":"pure","type":"function","name":"storeVersion","outputs":[{"internalType":"bytes32","name":"","type":"bytes32"}]},{"inputs":[],"stateMutability":"pure","type":"function","name":"worldVersion","outputs":[{"internalType":"bytes32","name":"","type":"bytes32"}]},{"inputs":[],"stateMutability":"payable","type":"receive"}],"devdoc":{"kind":"dev","methods":{"call(bytes32,bytes)":{"details":"If system is private, caller must have appropriate access.","params":{"callData":"The data for the system call.","systemId":"The ID of the system to be called."},"returns":{"_0":"Return data from the system call."}},"callFrom(address,bytes32,bytes)":{"details":"If system is private, caller must have appropriate access.","params":{"callData":"The ABI data for the system call.","delegator":"The address on whose behalf the system is called.","systemId":"The ID of the system to be called."},"returns":{"_0":"Return data from the system call."}},"constructor":{"details":"Event emitted when the World contract is created."},"deleteRecord(bytes32,bytes32[])":{"details":"Requires the caller to have access to the table's namespace or name.","params":{"keyTuple":"Array of keys identifying the record to delete.","tableId":"The unique identifier for the table."}},"getDynamicField(bytes32,bytes32[],uint8)":{"params":{"dynamicFieldIndex":"Index of the dynamic field to retrieve.","keyTuple":"The tuple used as a key to fetch the dynamic field.","tableId":"The ID of the table."},"returns":{"data":"The dynamic data of the specified field."}},"getDynamicFieldLength(bytes32,bytes32[],uint8)":{"params":{"dynamicFieldIndex":"Index of the dynamic field to measure.","keyTuple":"The tuple used as a key.","tableId":"The ID of the table."},"returns":{"_0":"The length of the specified dynamic field."}},"getDynamicFieldSlice(bytes32,bytes32[],uint8,uint256,uint256)":{"params":{"dynamicFieldIndex":"Index of the dynamic field to slice.","end":"The ending position of the slice.","keyTuple":"The tuple used as a key to fetch the dynamic field slice.","start":"The starting position of the slice.","tableId":"The ID of the table."},"returns":{"_0":"The sliced data from the specified dynamic field."}},"getField(bytes32,bytes32[],uint8)":{"details":"This overload loads the FieldLayout from storage. If the table's FieldLayout is known to the caller, it should be passed in to the other overload to avoid the storage read.","params":{"fieldIndex":"Index of the field to retrieve.","keyTuple":"The tuple used as a key to fetch the field.","tableId":"The ID of the table."},"returns":{"data":"The data of the specified field."}},"getField(bytes32,bytes32[],uint8,bytes32)":{"params":{"fieldIndex":"Index of the field to retrieve.","fieldLayout":"The layout of fields for the retrieval.","keyTuple":"The tuple used as a key to fetch the field.","tableId":"The ID of the table."},"returns":{"data":"The data of the specified field."}},"getFieldLayout(bytes32)":{"params":{"tableId":"The ID of the table for which to retrieve the field layout."},"returns":{"fieldLayout":"The layout of fields in the specified table."}},"getFieldLength(bytes32,bytes32[],uint8)":{"details":"This overload loads the FieldLayout from storage. If the table's FieldLayout is known to the caller, it should be passed in to the other overload to avoid the storage read.","params":{"fieldIndex":"Index of the field to measure.","keyTuple":"The tuple used as a key.","tableId":"The ID of the table."},"returns":{"_0":"The length of the specified field."}},"getFieldLength(bytes32,bytes32[],uint8,bytes32)":{"params":{"fieldIndex":"Index of the field to measure.","fieldLayout":"The layout of fields for measurement.","keyTuple":"The tuple used as a key.","tableId":"The ID of the table."},"returns":{"_0":"The length of the specified field."}},"getKeySchema(bytes32)":{"params":{"tableId":"The ID of the table."},"returns":{"keySchema":"The schema for keys in the specified table."}},"getRecord(bytes32,bytes32[])":{"params":{"keyTuple":"The tuple used as a key to fetch the record.","tableId":"The ID of the table."},"returns":{"dynamicData":"The dynamic data of the record.","encodedLengths":"Encoded lengths of dynamic data.","staticData":"The static data of the record."}},"getRecord(bytes32,bytes32[],bytes32)":{"params":{"fieldLayout":"The layout of fields to retrieve.","keyTuple":"The tuple used as a key to fetch the record.","tableId":"The ID of the table."},"returns":{"dynamicData":"The dynamic data of the record.","encodedLengths":"Encoded lengths of dynamic data.","staticData":"The static data of the record."}},"getStaticField(bytes32,bytes32[],uint8,bytes32)":{"params":{"fieldIndex":"Index of the static field to retrieve.","fieldLayout":"The layout of fields for the retrieval.","keyTuple":"The tuple used as a key to fetch the static field.","tableId":"The ID of the table."},"returns":{"data":"The static data of the specified field."}},"getValueSchema(bytes32)":{"params":{"tableId":"The ID of the table."},"returns":{"valueSchema":"The schema for values in the specified table."}},"initialize(address)":{"details":"Only the initial creator can initialize. This can be done only once.","params":{"coreModule":"The core module to initialize the World with."}},"installRootModule(address,bytes)":{"details":"The caller must own the root namespace.","params":{"args":"Arguments for module installation.","module":"The module to be installed."}},"popFromDynamicField(bytes32,bytes32[],uint8,uint256)":{"params":{"byteLengthToPop":"The number of bytes to remove from the end of the dynamic field.","dynamicFieldIndex":"Index of the dynamic field to remove data from.","keyTuple":"Array of keys identifying the record.","tableId":"The unique identifier for the table."}},"pushToDynamicField(bytes32,bytes32[],uint8,bytes)":{"params":{"dataToPush":"Data to append to the specified dynamic field.","dynamicFieldIndex":"Index of the dynamic field to append to.","keyTuple":"Array of keys identifying the record.","tableId":"The unique identifier for the table."}},"setDynamicField(bytes32,bytes32[],uint8,bytes)":{"params":{"data":"Data to write into the specified dynamic field.","dynamicFieldIndex":"Index of the dynamic field to modify.","keyTuple":"Array of keys identifying the record.","tableId":"The unique identifier for the table."}},"setField(bytes32,bytes32[],uint8,bytes)":{"params":{"data":"Data to write into the specified field.","fieldIndex":"Index of the field to modify.","keyTuple":"Array of keys identifying the record.","tableId":"The unique identifier for the table."}},"setField(bytes32,bytes32[],uint8,bytes,bytes32)":{"params":{"data":"Data to write into the specified field.","fieldIndex":"Index of the field to modify.","fieldLayout":"The layout to adhere to when modifying the field.","keyTuple":"Array of keys identifying the record.","tableId":"The unique identifier for the table."}},"setRecord(bytes32,bytes32[],bytes,bytes32,bytes)":{"details":"Requires the caller to have access to the table's namespace or name (encoded in the tableId).","params":{"dynamicData":"Dynamic data (variable length fields) of the record.","encodedLengths":"Encoded lengths of data.","keyTuple":"Array of keys identifying the record.","staticData":"Static data (fixed length fields) of the record.","tableId":"The unique identifier for the table."}},"setStaticField(bytes32,bytes32[],uint8,bytes,bytes32)":{"details":"Requires the caller to have access to the table's namespace or name (encoded in the tableId).","params":{"data":"Data to write into the specified static field.","fieldIndex":"Index of the static field to modify.","fieldLayout":"The layout to adhere to when modifying the field.","keyTuple":"Array of keys identifying the record.","tableId":"The unique identifier for the table."}},"spliceDynamicData(bytes32,bytes32[],uint8,uint40,uint40,bytes)":{"params":{"data":"Data to splice into the dynamic data of the field.","deleteCount":"Number of bytes to delete starting from the `startWithinField`.","dynamicFieldIndex":"Index of the dynamic field to modify.","keyTuple":"Array of keys identifying the record.","startWithinField":"Start position within the specified dynamic field.","tableId":"The unique identifier for the table."}},"spliceStaticData(bytes32,bytes32[],uint48,bytes)":{"params":{"data":"Data to splice into the static data of the record.","keyTuple":"Array of keys identifying the record.","start":"Position from where the static data modification should start.","tableId":"The unique identifier for the table."}},"storeVersion()":{"returns":{"_0":"The current version of the store as a bytes32."}},"worldVersion()":{"returns":{"_0":"The current version of the world contract."}}},"version":1},"userdoc":{"kind":"user","methods":{"call(bytes32,bytes)":{"notice":"Calls a system with a given system ID."},"callFrom(address,bytes32,bytes)":{"notice":"Calls a system with a given system ID on behalf of the given delegator."},"creator()":{"notice":"Address of the contract's creator."},"deleteRecord(bytes32,bytes32[])":{"notice":"Deletes a record from the table identified by `tableId`."},"getDynamicField(bytes32,bytes32[],uint8)":{"notice":"Retrieves data for a specific dynamic (variable length) field in a record."},"getDynamicFieldLength(bytes32,bytes32[],uint8)":{"notice":"Calculates the length of a specified dynamic (variable length) field in a record."},"getDynamicFieldSlice(bytes32,bytes32[],uint8,uint256,uint256)":{"notice":"Retrieves a slice of a dynamic (variable length) field."},"getField(bytes32,bytes32[],uint8)":{"notice":"Retrieves data for a specified field in a record."},"getField(bytes32,bytes32[],uint8,bytes32)":{"notice":"Retrieves data for a specified field in a record."},"getFieldLayout(bytes32)":{"notice":"Fetches the field layout for a given table."},"getFieldLength(bytes32,bytes32[],uint8)":{"notice":"Calculates the length of a specified field in a record."},"getFieldLength(bytes32,bytes32[],uint8,bytes32)":{"notice":"Calculates the length of a specified field in a record."},"getKeySchema(bytes32)":{"notice":"Retrieves the key schema for a given table."},"getRecord(bytes32,bytes32[])":{"notice":"Fetches a record from a specified table using a provided key tuple."},"getRecord(bytes32,bytes32[],bytes32)":{"notice":"Fetches a record from a specified table using a provided key tuple and field layout."},"getStaticField(bytes32,bytes32[],uint8,bytes32)":{"notice":"Retrieves data for a specific static (fixed length) field in a record."},"getValueSchema(bytes32)":{"notice":"Retrieves the value schema for a given table."},"initialize(address)":{"notice":"Initializes the World by installing the core module."},"installRootModule(address,bytes)":{"notice":"Installs a given root module in the World."},"popFromDynamicField(bytes32,bytes32[],uint8,uint256)":{"notice":"Removes a specified amount of data from the end of a dynamic (variable length) field in the table identified by `tableId`."},"pushToDynamicField(bytes32,bytes32[],uint8,bytes)":{"notice":"Appends data to the end of a dynamic (variable length) field in the table identified by `tableId`."},"setDynamicField(bytes32,bytes32[],uint8,bytes)":{"notice":"Writes data into a dynamic (varible length) field in the table identified by `tableId`."},"setField(bytes32,bytes32[],uint8,bytes)":{"notice":"Writes data into a specified field in the table identified by `tableId`."},"setField(bytes32,bytes32[],uint8,bytes,bytes32)":{"notice":"Writes data into a specified field in the table, adhering to a specific layout."},"setRecord(bytes32,bytes32[],bytes,bytes32,bytes)":{"notice":"Writes a record in the table identified by `tableId`."},"setStaticField(bytes32,bytes32[],uint8,bytes,bytes32)":{"notice":"Writes data into a static (fixed length) field in the table identified by `tableId`."},"spliceDynamicData(bytes32,bytes32[],uint8,uint40,uint40,bytes)":{"notice":"Modifies dynamic (variable length) data in a record for a specified field."},"spliceStaticData(bytes32,bytes32[],uint48,bytes)":{"notice":"Modifies static (fixed length) data in a record at the specified position."},"storeVersion()":{"notice":"Retrieves the version of the store."}},"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/World.sol":"World"},"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/StoreData.sol":{"keccak256":"0x4e451128c33a01d520c1944b3db42a62c158aea8fa11e786a58a0f719a189526","urls":["bzz-raw://c2f98f30a7b2c9ef020e274b87ae0fa66d1380343a00ecf6bd796ae31cd9b279","dweb:/ipfs/QmYXHSBn4Hp7cimDLKy86ep23v2VRUS6dLPevcVMs3dJrw"],"license":"MIT"},"node_modules/@latticexyz/store/src/StoreRead.sol":{"keccak256":"0x0da12dea94f088d01b1b0d6d4887f628c61c9c34a4c74a4c9033621bddcc007f","urls":["bzz-raw://7e77d66891e1cdff6899e00c7993302dd77dd291f954b79d2c582da076e22264","dweb:/ipfs/QmcLyDFSnyMUF89hGhPX4nvUpkXdJSxBe5zGSJFqTAT5Mj"],"license":"MIT"},"node_modules/@latticexyz/store/src/StoreSwitch.sol":{"keccak256":"0xf132af10f960a498f49c0534027056e715f4bdcb8fbdb53ac6879c92309ab416","urls":["bzz-raw://e85a09aeb7543bcd9d74b7ad319ae61e1f7f15a6a0ad9e79aff750fbd18111c7","dweb:/ipfs/QmY6xgqeeaR1FsCPLmFbVgjm1D2UyrXNABKXWLfFaSmBhR"],"license":"MIT"},"node_modules/@latticexyz/store/src/codegen/index.sol":{"keccak256":"0xf337a5abb2d43ef00c1c200e7fbec30fc89c7c701e457ab4277194b700d2aea3","urls":["bzz-raw://eccdf6158076b4e8f1b587a0310228f53323705e054a44eaa7733f38805c3ee6","dweb:/ipfs/QmbXEVNTctg54dK9awdCVyAjeuUjR6ckfmmXBP8DrFmjyq"],"license":"MIT"},"node_modules/@latticexyz/store/src/codegen/tables/Hooks.sol":{"keccak256":"0xc5c6f807cff6b4dc486525c559ba3f7cbb034ac5895636ee64c9d01defa6a38e","urls":["bzz-raw://84d3a3b3fd3afa2ab3231fd7fe981889dfb0600deec34c5d4e9c07d3187af8a5","dweb:/ipfs/Qmanj7WjETqBYQXkxKLjqWs4vMp3en3N69B5MacKme5fpD"],"license":"MIT"},"node_modules/@latticexyz/store/src/codegen/tables/ResourceIds.sol":{"keccak256":"0xf7a9bf3e37b486377005c556cdf5b813ea1a41278b3a0349f81e3c82a2f1c789","urls":["bzz-raw://92cc87add89abcb126bf3cd0b284f25065c2b9c90a49f8dba4629b28a5b87751","dweb:/ipfs/QmNNBDSK5GNujERGiSUhorbmtpdD2UnGz7MqSSDasEGdub"],"license":"MIT"},"node_modules/@latticexyz/store/src/codegen/tables/StoreHooks.sol":{"keccak256":"0xa1186b8b6143b4a87cea1624785494398be1613cb7c6f9e57734e1cca1d5dd14","urls":["bzz-raw://488c158082622689d035d7964c6ca063295e53078291c340eb6a23db08e8ff95","dweb:/ipfs/QmWcjo3B5SH7jStXKAuf7qvF2ouz6syw9c7aT86PnTgRqW"],"license":"MIT"},"node_modules/@latticexyz/store/src/codegen/tables/Tables.sol":{"keccak256":"0xd47e1921c07fc8608157b5dc343fcef7235e891ea6a21dec1fb118a0bd797fcb","urls":["bzz-raw://01a6ad068e6991994a0939f22a55245e0c7c82fc5e274da0af616286a8acfc7a","dweb:/ipfs/QmPokA3pSexzZY33MMV6BGx48ZwQegdUN5AijiAfycSDxy"],"license":"MIT"},"node_modules/@latticexyz/store/src/constants.sol":{"keccak256":"0x9e37c64c119ef07ad914bc589ee3f6d67946ab95877978c1ee3e2c1ffae07076","urls":["bzz-raw://3fad47e542025382aa28e8171253e34f93b2f149434b67a26989542d70218793","dweb:/ipfs/QmW6JsKNwPc6oAMrgcikgR2EPwMUtQANiuZSQSGCd29HHC"],"license":"MIT"},"node_modules/@latticexyz/store/src/leftMask.sol":{"keccak256":"0xd0360567e4d77c6a8e3d8a5f4bf3653ccde4d268674c50988d55695dc6193f6f","urls":["bzz-raw://53e6bcb53fcb08ee9426225fdab7c41df91e12cb4f80d92895a6117338627401","dweb:/ipfs/QmeLcaPGeMBpNSTSsPYK3PHpzKuGMjuitCweAWcoXK2mXr"],"license":"MIT"},"node_modules/@latticexyz/store/src/storeHookTypes.sol":{"keccak256":"0x60880298016fa117ed9a43ddfd020f11d98a2d345bdcb08e5884e40df98eddd5","urls":["bzz-raw://3619dfda1fd514c0fc5fb34c14d5b5aa41dd6ba6045d37d5f4c8199f3a826f81","dweb:/ipfs/QmbzRBYfVa423gNzCitpGN3i2N9oeGYfinVE1jgtqxnNZX"],"license":"MIT"},"node_modules/@latticexyz/store/src/storeResourceTypes.sol":{"keccak256":"0xada1867ba72930fc5cf5562dd4e36de849dbac9c833b7969cb1b046a808fabf2","urls":["bzz-raw://6e4b5fdcaa54f567a3f8561c2c3fbc0d68c8dad892a4a8e5418bbce8efc53d84","dweb:/ipfs/QmTWbYJX1yrCqrEwUKB9rGpHdRvLNU8GCkBbxnLjGD4d2t"],"license":"MIT"},"node_modules/@latticexyz/store/src/tightcoder/DecodeSlice.sol":{"keccak256":"0x1af0fd984640123391ec2df855d00298504b7ce186a56c2caca769cfd9e08e04","urls":["bzz-raw://7305a62318890d2cc6420ba7dec13d9f2c1cb67ac689015fc83b9cbccd0696f1","dweb:/ipfs/QmR8jGNLbt64Tv1YZKRVBCVsd71oeUQFzGHHtpsrs4PuRq"],"license":"MIT"},"node_modules/@latticexyz/store/src/tightcoder/EncodeArray.sol":{"keccak256":"0x1c280d24360282e196d9c4833c58c2437108cea2af0ac7596f95be81389e306d","urls":["bzz-raw://6b4556b6eeae9328fbd9adcce346547e823c397503276a4d63effb67e00b5b49","dweb:/ipfs/QmUsynVsMYzjh8oJR8YB7SRrwFMdXcsQsHBrXxLEEFxsiB"],"license":"MIT"},"node_modules/@latticexyz/store/src/tightcoder/TightCoder.sol":{"keccak256":"0x5cacd4cb371e0a79bc8d64f62349d568fd8b08093c11ae0c3db4f16480d8808b","urls":["bzz-raw://12b64ddf2b5c19cf68ba93a8153ed79cbafe7a91e015d4b2f25eb1d42ab06256","dweb:/ipfs/QmQz5WwztcuTbSGFv2pkhU3w5scUj1gmavoyUpduxk2v3A"],"license":"MIT"},"node_modules/@latticexyz/store/src/version.sol":{"keccak256":"0x01029999a48b7c1d85de84cae465dd24ec126c95b8a865cd20c7ed5dfcc0f02c","urls":["bzz-raw://9750164ce996badb0fd7df2f526780b9cb9558912405fe46f31064bd7c522491","dweb:/ipfs/QmYf8m2ZXFANRc9ysHgNkNtSF327ccxKYjCUJ49UXBKADk"],"license":"MIT"},"node_modules/@latticexyz/world/src/AccessControl.sol":{"keccak256":"0x10ca29a5d7075edb2fe5cd559077fc34857129182f9d6ea074a234dfbcdb313e","urls":["bzz-raw://1fe2783b7d0592d14a20b8be192dd3fa4216f8e541adea579859ea2bf1224da3","dweb:/ipfs/QmTi9XDP5jsQpbqvJxPvkqyDByv7i88wKidrYnTtLdPhka"],"license":"MIT"},"node_modules/@latticexyz/world/src/Delegation.sol":{"keccak256":"0x09324c2d43eac847a312e1879de1019d1b6eb333d9c9e0d42c449d76f5d9fc89","urls":["bzz-raw://bd6f751c31f1305ffb328b1cd4bcc3999439f63f2b8ad9a33bbebdccdf60e716","dweb:/ipfs/QmRfj5xWwC3wzFr9iAQBr1pAQmLYPJhDRXyRcJpYfhDdoE"],"license":"MIT"},"node_modules/@latticexyz/world/src/IDelegationControl.sol":{"keccak256":"0xbf3da1c6ab38b3db62a4f4dd0235280d1fb07d8d465a145d6fd9eaf4bb4c3553","urls":["bzz-raw://30205a69d660ed8de5bf34ee73ec9033737d544bc7572130c439b2467606469d","dweb:/ipfs/QmUWTNdSW1bxXjaQzMUCLqBBoLYYre7CgDko4Qy12DaRNS"],"license":"MIT"},"node_modules/@latticexyz/world/src/IERC165.sol":{"keccak256":"0x7997ebbdee6a2493f28e7032c7a8b906ade40f807d95734e2653c8f1b023ff47","urls":["bzz-raw://c8ca41bb2619bf27e5bf886d1322f0e2dffd096c49f7ae6e716541dd1e1ddce5","dweb:/ipfs/Qmb8zATUWWTtiWaSLjbAe6PGnJPes9ANvEyk7pYoWR3P3Y"],"license":"MIT"},"node_modules/@latticexyz/world/src/IModule.sol":{"keccak256":"0x4535542ceb57e77096f24b943285bc158c48ef5291999f9c1e27f5682f8a9581","urls":["bzz-raw://ec670524d19c50c659e385bc4dcb4757b065e1b5fe14160244537a7cd7a4b883","dweb:/ipfs/QmT7NSWFSQ6MxYefe665srKMT2GTWomrPRZAHLjrFhQzV6"],"license":"MIT"},"node_modules/@latticexyz/world/src/ISystemHook.sol":{"keccak256":"0xb2114b6b66c0e7d8304d9e1d06aa1d0731f089daa6a0584e6cf744d9c48cf4db","urls":["bzz-raw://ebbb172970b106dd4ae5a6d5e417ac75cad7529d2b94c1601e10b886d0edf510","dweb:/ipfs/QmPGn4F92hjkFch6Jh2NB37EYLLfstw6JxJKUZjXBFqGCw"],"license":"MIT"},"node_modules/@latticexyz/world/src/IWorldContextConsumer.sol":{"keccak256":"0x22b8cb3ffcc21cb1657d57fc8ac929d2d6fdd199328e6f43ad2cb54f53dcd500","urls":["bzz-raw://47c001f6b7c6d6e453c340618d23b1532078abb7d0fd7283405071e4e8ff8d2d","dweb:/ipfs/QmRW3femBhqQCPwDEj4Jop2Dnd3EU21ufg7GDVwN4joCQu"],"license":"MIT"},"node_modules/@latticexyz/world/src/IWorldErrors.sol":{"keccak256":"0xc3e7975e5785574543229eac51e3441f4185863d7f5346c0ae08a27b4541f8a7","urls":["bzz-raw://62cc0dc109e6e5475bb07fb95643a31c74337c23521db0557a36dad6117a1e83","dweb:/ipfs/Qmb8jbE1XQTUdreKFr4Jw3xmjctaLuReRZjPxZKQ2uW9p4"],"license":"MIT"},"node_modules/@latticexyz/world/src/IWorldKernel.sol":{"keccak256":"0x9dc133cb55dc23fd6fcbbef8078bb4ea9bf67d698400cf89fc62b905b60cf5eb","urls":["bzz-raw://7c1a57df7052218483eafe72d873660f39a73e2e06c1b14ad8a579d85b94bc6c","dweb:/ipfs/Qme7dnjvADGZyM2L7nZ51nSjsjXXF9isTVCpWaUCd1cEGs"],"license":"MIT"},"node_modules/@latticexyz/world/src/System.sol":{"keccak256":"0x7bece0ec86fdc458054e6db0ac4316fc98882fa3ba76b2fa107d3de5382053cd","urls":["bzz-raw://d154183426723bbf133d4dc5f8d051e9521f7b7cabe63925731fa4af99379cdd","dweb:/ipfs/QmZXxPGcqknGLCwTByaZFKhqvKbrfiZkywmnh8buGTC2Mc"],"license":"MIT"},"node_modules/@latticexyz/world/src/SystemCall.sol":{"keccak256":"0x2db3d2945cea02e3c830329c30dde0c96bb87da9d070f3545dbd7f807d2ff53a","urls":["bzz-raw://ee5c3b48917527ec0f26c953f66d149bb2173d1dfd78ee00d2ceb409f3a5bd08","dweb:/ipfs/QmQ7WjHbmWeEDnu2dgx7nduYBCvyVsjFksPHXxrJjZCKo9"],"license":"MIT"},"node_modules/@latticexyz/world/src/World.sol":{"keccak256":"0xebc236e55c297ccbd00fe635a4216c4bc35e4e860129653935b2bc90d918b8f0","urls":["bzz-raw://b0289100d0fc793223c8d42c5e3a55bf33447dd14d72a6f5f9154b78b2736dc7","dweb:/ipfs/QmQp7yniMmyNtzUHPt8r6aoPhPiyWV1atS5Z2f9sw9QHGf"],"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/InstalledModules.sol":{"keccak256":"0xbe0b03a0379cf2dcbed5302acbcb116b263b68a1c1689b66b6df2c0414033f7c","urls":["bzz-raw://a7c3913cc938e7e0e3257194703a7cda9b8269b89ed2ccc5250d31eb07254198","dweb:/ipfs/QmctosJsQ6sVhFHG3bEAUdhEdcBVVUKtSjTG1taXome1ff"],"license":"MIT"},"node_modules/@latticexyz/world/src/codegen/tables/NamespaceDelegationControl.sol":{"keccak256":"0x47c6d188f39a85b50f066151cb48d987454e845f1629685300613fdb502505a0","urls":["bzz-raw://abeba0002051f60f81c1e29dbf627db4aed8da11483ec8d860a362b4bfbf4c08","dweb:/ipfs/Qmc4RNYgBma9repACLdN1hpjPmEbsFKWXL8B42KaBAZvtc"],"license":"MIT"},"node_modules/@latticexyz/world/src/codegen/tables/NamespaceOwner.sol":{"keccak256":"0xb0b7c13673a1629118cb0c3c341380fa6d4795c9b7cf6a6c73443750f1a3b34d","urls":["bzz-raw://b3c8eb44785f61c0470273cac40a228ae458b74f48d2bff8faf8915861fc49ac","dweb:/ipfs/QmUF52hgGCL9TMyTQqrxGVharwfFgKNsCpD3VNqfbhid9X"],"license":"MIT"},"node_modules/@latticexyz/world/src/codegen/tables/ResourceAccess.sol":{"keccak256":"0xe2a4e6a75ffda6971c16e9218a0f076d5b89572d37780cd4c2375a2de683fd60","urls":["bzz-raw://f04dbdf5295c0ddbda4ba0eb5fdebd84dce2ff3fe86d34681f71522bcb0e6e93","dweb:/ipfs/QmUMkPg1vhSz2zVweN5bqtWbUCj3UQKZPgYfBkQ3QGS7gF"],"license":"MIT"},"node_modules/@latticexyz/world/src/codegen/tables/SystemHooks.sol":{"keccak256":"0xd069f1f65243ffcc3ace23804851bc902c5e58d525b962575a659e47aa76236b","urls":["bzz-raw://4f86b3d93b5bcf81e0d3da0abbd6fc3924be59e7c8d147cfeb3307108431f6a3","dweb:/ipfs/QmRrkBXGsdtbo28xznUWUuqNUGyfAbu1kadKGjL7n6KiKb"],"license":"MIT"},"node_modules/@latticexyz/world/src/codegen/tables/Systems.sol":{"keccak256":"0x3bf40b7e71a1953f21b447975ec1a850994a250325fdb88489d24175cf8440d9","urls":["bzz-raw://7fc1d4ce3096dfbd5510d2558d6fcae01ede446032ae232bd3e8656071e21ef1","dweb:/ipfs/QmNSmK5Mt7tt5isSuo216vVnn6rHBprYjz9Sdodf8YRPAy"],"license":"MIT"},"node_modules/@latticexyz/world/src/codegen/tables/UserDelegationControl.sol":{"keccak256":"0xffc8c2aa8115f5e7200638c21772a2f4eec283fd33a877d02a9b906614badb70","urls":["bzz-raw://4df5c66e27c4a778c2ba7ce26d48652ee6f7740f0440aae9021d76aee66a2ecd","dweb:/ipfs/QmWLY9GVbxHerTUJwWaNBjAWXKF7cxm2GLietVi6L5kS15"],"license":"MIT"},"node_modules/@latticexyz/world/src/constants.sol":{"keccak256":"0x07faffa7dc4a2adc4f9bfe93d5a59a7dd89241d360996537608e38f61c2d0588","urls":["bzz-raw://b96d4ce331b257a24de2f18503a11b986ed32d218810db9d5e3e7eddc17c2218","dweb:/ipfs/Qme7Cw4RN1eaFWt2j3hk6ZMB7GWUfMY5oyZKYfMvAVxdBc"],"license":"MIT"},"node_modules/@latticexyz/world/src/modules/core/constants.sol":{"keccak256":"0x35b32faf971caa7aefecae3c8b1a1cd2e78ff350c2109263b2f199cdaec96488","urls":["bzz-raw://0c149042b448fd88260abde657931370697b35ab8e338920f0c5e5b9e83c74ab","dweb:/ipfs/QmZYAsp3xtCmoNRnYaeFyXwkvYuraa3XpTBqD5Hj83NJP4"],"license":"MIT"},"node_modules/@latticexyz/world/src/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/version.sol":{"keccak256":"0x5db84611779a814a582b5559f636640e3599dba1f36b99c529a19ce73b2d2d44","urls":["bzz-raw://b06ae2f3b888ba3dc719b2d19f60deb7c3398324f636c9dad0b92706dfc08f5a","dweb:/ipfs/QmaLgppohesJhF3ZdMWwM8NHcLiv8SRSCArS4QssfG2dC1"],"license":"MIT"},"node_modules/@latticexyz/world/src/worldResourceTypes.sol":{"keccak256":"0xe31ee781596541f60ed71ef327c9d26ffc899e7fb3f4991c67406518bfc00746","urls":["bzz-raw://f7b864fea8c77833a322b16c4673f110d5065d0cafcedecd07895699cf4258c2","dweb:/ipfs/QmRkzXVjMLwQFWxjEjgfdXVPAp6SU4zfxPo4NJcmz8HwH9"],"license":"MIT"}},"version":1},"id":56}
|