@latticexyz/world-modules 2.0.0-march-19-skystrife-playtest-f486281e → 2.0.0-next-17-awakening-9c07ab3a2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/mud.config.d.ts +256 -0
- package/out/AccessControl.sol/AccessControl.json +1 -1
- package/out/AccessControlLib.sol/AccessControlLib.json +1 -1
- package/out/AccessManagementSystem.sol/AccessManagementSystem.abi.json +55 -0
- package/out/AccessManagementSystem.sol/AccessManagementSystem.abi.json.d.ts +55 -0
- package/out/AccessManagementSystem.sol/AccessManagementSystem.json +1 -1
- package/out/AddressArray.sol/AddressArray.json +1 -1
- package/out/Allowances.sol/Allowances.json +1 -1
- package/out/ArrayLib.sol/ArrayLib.json +1 -1
- package/out/BalanceTransferSystem.sol/BalanceTransferSystem.abi.json +16 -0
- package/out/BalanceTransferSystem.sol/BalanceTransferSystem.abi.json.d.ts +16 -0
- package/out/BalanceTransferSystem.sol/BalanceTransferSystem.json +1 -1
- package/out/Balances.sol/Balances.json +1 -1
- package/out/Base.sol/CommonBase.json +1 -1
- package/out/Base.sol/ScriptBase.json +1 -1
- package/out/Base.sol/TestBase.json +1 -1
- package/out/BatchCallSystem.sol/BatchCallSystem.abi.json +5 -0
- package/out/BatchCallSystem.sol/BatchCallSystem.abi.json.d.ts +5 -0
- package/out/BatchCallSystem.sol/BatchCallSystem.json +1 -1
- package/out/Bool.sol/Bool.json +1 -1
- package/out/Bytes.sol/Bytes.json +1 -1
- package/out/CallboundDelegationControl.sol/CallboundDelegationControl.json +1 -1
- package/out/CallboundDelegations.sol/CallboundDelegations.json +1 -1
- package/out/DecodeSlice.sol/DecodeSlice.json +1 -1
- package/out/Delegation.sol/Delegation.json +1 -1
- package/out/DelegationControl.sol/DelegationControl.json +1 -1
- package/out/DelegationControlMock.sol/DelegationControlMock.json +1 -1
- package/out/ERC165Checker.sol/ERC165Checker.json +1 -0
- package/out/ERC20.t.sol/ERC20Test.json +1 -1
- package/out/ERC20Metadata.sol/ERC20Metadata.json +1 -1
- package/out/ERC20Module.sol/ERC20Module.abi.json +120 -20
- package/out/ERC20Module.sol/ERC20Module.abi.json.d.ts +120 -20
- package/out/ERC20Module.sol/ERC20Module.json +1 -1
- package/out/ERC20Module.sol/ERC20ModuleRegistrationLibrary.abi.json +117 -4
- package/out/ERC20Module.sol/ERC20ModuleRegistrationLibrary.abi.json.d.ts +117 -4
- package/out/ERC20Module.sol/ERC20ModuleRegistrationLibrary.json +1 -1
- package/out/ERC20Registry.sol/ERC20Registry.json +1 -1
- package/out/ERC20System.sol/ERC20System.json +1 -1
- package/out/ERC721.t.sol/ERC721Recipient.json +1 -1
- package/out/ERC721.t.sol/ERC721Test.abi.json +1 -1
- package/out/ERC721.t.sol/ERC721Test.abi.json.d.ts +1 -1
- package/out/ERC721.t.sol/ERC721Test.json +1 -1
- package/out/ERC721.t.sol/ERC721TokenReceiver.json +1 -1
- package/out/ERC721.t.sol/NonERC721Recipient.json +1 -1
- package/out/ERC721.t.sol/RevertingERC721Recipient.json +1 -1
- package/out/ERC721.t.sol/WrongReturnDataERC721Recipient.json +1 -1
- package/out/ERC721Metadata.sol/ERC721Metadata.json +1 -1
- package/out/ERC721Module.sol/ERC721Module.abi.json +120 -20
- package/out/ERC721Module.sol/ERC721Module.abi.json.d.ts +120 -20
- package/out/ERC721Module.sol/ERC721Module.json +1 -1
- package/out/ERC721Module.sol/ERC721ModuleRegistrationLibrary.abi.json +117 -4
- package/out/ERC721Module.sol/ERC721ModuleRegistrationLibrary.abi.json.d.ts +117 -4
- package/out/ERC721Module.sol/ERC721ModuleRegistrationLibrary.json +1 -1
- package/out/ERC721Registry.sol/ERC721Registry.json +1 -1
- package/out/ERC721System.sol/ERC721System.json +1 -1
- package/out/EchoSubscriber.sol/EchoSubscriber.json +1 -1
- package/out/EncodeArray.sol/EncodeArray.json +1 -1
- package/out/FieldLayout.sol/FieldLayoutInstance.json +1 -1
- package/out/FieldLayout.sol/FieldLayoutLib.abi.json +69 -4
- package/out/FieldLayout.sol/FieldLayoutLib.abi.json.d.ts +69 -4
- package/out/FieldLayout.sol/FieldLayoutLib.json +1 -1
- package/out/FieldLayoutEncodeHelper.sol/FieldLayoutEncodeHelper.json +1 -1
- package/out/FunctionSelectors.sol/FunctionSelectors.json +1 -1
- package/out/FunctionSignatures.sol/FunctionSignatures.json +1 -1
- package/out/GasReporter.sol/GasReporter.json +1 -1
- package/out/Hook.sol/HookInstance.json +1 -1
- package/out/Hook.sol/HookLib.json +1 -1
- package/out/Hooks.sol/Hooks.json +1 -1
- package/out/IAccessManagementSystem.sol/IAccessManagementSystem.abi.json +13 -0
- package/out/IAccessManagementSystem.sol/IAccessManagementSystem.abi.json.d.ts +13 -0
- package/out/IAccessManagementSystem.sol/IAccessManagementSystem.json +1 -1
- package/out/IBalanceTransferSystem.sol/IBalanceTransferSystem.json +1 -1
- package/out/IBaseWorld.sol/IBaseWorld.abi.json +64 -5
- package/out/IBaseWorld.sol/IBaseWorld.abi.json.d.ts +64 -5
- package/out/IBaseWorld.sol/IBaseWorld.json +1 -1
- package/out/IBatchCallSystem.sol/IBatchCallSystem.json +1 -1
- package/out/IDelegationControl.sol/IDelegationControl.json +1 -1
- package/out/IERC165.sol/IERC165.json +1 -0
- package/out/IERC20.sol/IERC20.json +1 -1
- package/out/IERC20Errors.sol/IERC20Errors.json +1 -1
- package/out/IERC20Events.sol/IERC20Events.json +1 -1
- package/out/IERC20Mintable.sol/IERC20Mintable.json +1 -1
- package/out/IERC20System.sol/IERC20System.json +1 -1
- package/out/IERC721.sol/IERC721.json +1 -1
- package/out/IERC721Errors.sol/IERC721Errors.json +1 -1
- package/out/IERC721Events.sol/IERC721Events.json +1 -1
- package/out/IERC721Metadata.sol/IERC721Metadata.json +1 -1
- package/out/IERC721Mintable.sol/IERC721Mintable.json +1 -1
- package/out/IERC721Receiver.sol/IERC721Receiver.json +1 -1
- package/out/IModule.sol/IModule.abi.json +4 -17
- package/out/IModule.sol/IModule.abi.json.d.ts +4 -17
- package/out/IModule.sol/IModule.json +1 -1
- package/out/IModuleInstallationSystem.sol/IModuleInstallationSystem.abi.json +1 -1
- package/out/IModuleInstallationSystem.sol/IModuleInstallationSystem.abi.json.d.ts +1 -1
- package/out/IModuleInstallationSystem.sol/IModuleInstallationSystem.json +1 -1
- package/out/IMulticall3.sol/IMulticall3.json +1 -1
- package/out/IPuppetFactorySystem.sol/IPuppetFactorySystem.json +1 -1
- package/out/IRegistrationSystem.sol/IRegistrationSystem.abi.json +1 -0
- package/out/IRegistrationSystem.sol/IRegistrationSystem.json +1 -0
- package/out/IStore.sol/IStore.abi.json +51 -3
- package/out/IStore.sol/IStore.abi.json.d.ts +51 -3
- package/out/IStore.sol/IStore.json +1 -1
- package/out/IStoreData.sol/IStoreData.json +1 -1
- package/out/IStoreErrors.sol/IStoreErrors.abi.json +51 -3
- package/out/IStoreErrors.sol/IStoreErrors.abi.json.d.ts +51 -3
- package/out/IStoreErrors.sol/IStoreErrors.json +1 -1
- package/out/IStoreEvents.sol/IStoreEvents.json +1 -1
- package/out/IStoreHook.sol/IStoreHook.json +1 -1
- package/out/IStoreRead.sol/IStoreRead.json +1 -1
- package/out/IStoreRegistration.sol/IStoreRegistration.json +1 -1
- package/out/IStoreWrite.sol/IStoreWrite.json +1 -1
- package/out/ISystemHook.sol/ISystemHook.json +1 -1
- package/out/IWorldContextConsumer.sol/IWorldContextConsumer.json +1 -1
- package/out/IWorldErrors.sol/IWorldErrors.abi.json +11 -0
- package/out/IWorldErrors.sol/IWorldErrors.abi.json.d.ts +11 -0
- package/out/IWorldErrors.sol/IWorldErrors.json +1 -1
- package/out/IWorldKernel.sol/IWorldCall.json +1 -1
- package/out/IWorldKernel.sol/IWorldKernel.abi.json +13 -2
- package/out/IWorldKernel.sol/IWorldKernel.abi.json.d.ts +13 -2
- package/out/IWorldKernel.sol/IWorldKernel.json +1 -1
- package/out/IWorldKernel.sol/IWorldModuleInstallation.abi.json +1 -1
- package/out/IWorldKernel.sol/IWorldModuleInstallation.abi.json.d.ts +1 -1
- package/out/IWorldKernel.sol/IWorldModuleInstallation.json +1 -1
- package/out/IWorldRegistrationSystem.sol/IWorldRegistrationSystem.abi.json +27 -1
- package/out/IWorldRegistrationSystem.sol/IWorldRegistrationSystem.abi.json.d.ts +27 -1
- package/out/IWorldRegistrationSystem.sol/IWorldRegistrationSystem.json +1 -1
- package/out/{CoreModule.sol/CoreModule.abi.json → InitModule.sol/InitModule.abi.json} +145 -19
- package/out/{CoreModule.sol/CoreModule.abi.json.d.ts → InitModule.sol/InitModule.abi.json.d.ts} +145 -19
- package/out/InitModule.sol/InitModule.json +1 -0
- package/out/InitModuleAddress.sol/InitModuleAddress.abi.json +1 -0
- package/out/InitModuleAddress.sol/InitModuleAddress.json +1 -0
- package/out/InstalledModules.sol/InstalledModules.json +1 -1
- package/out/KeysInTable.sol/KeysInTable.json +1 -1
- package/out/KeysInTableHook.sol/KeysInTableHook.abi.json +16 -0
- package/out/KeysInTableHook.sol/KeysInTableHook.abi.json.d.ts +16 -0
- package/out/KeysInTableHook.sol/KeysInTableHook.json +1 -1
- package/out/KeysInTableModule.sol/KeysInTableModule.abi.json +3 -16
- package/out/KeysInTableModule.sol/KeysInTableModule.abi.json.d.ts +3 -16
- package/out/KeysInTableModule.sol/KeysInTableModule.json +1 -1
- package/out/KeysInTableModule.t.sol/KeysInTableModuleTest.abi.json +39 -6
- package/out/KeysInTableModule.t.sol/KeysInTableModuleTest.abi.json.d.ts +39 -6
- package/out/KeysInTableModule.t.sol/KeysInTableModuleTest.json +1 -1
- package/out/KeysWithValue.sol/KeysWithValue.json +1 -1
- package/out/KeysWithValueHook.sol/KeysWithValueHook.json +1 -1
- package/out/KeysWithValueModule.sol/KeysWithValueModule.abi.json +3 -16
- package/out/KeysWithValueModule.sol/KeysWithValueModule.abi.json.d.ts +3 -16
- package/out/KeysWithValueModule.sol/KeysWithValueModule.json +1 -1
- package/out/KeysWithValueModule.t.sol/KeysWithValueModuleTest.abi.json +39 -6
- package/out/KeysWithValueModule.t.sol/KeysWithValueModuleTest.abi.json.d.ts +39 -6
- package/out/KeysWithValueModule.t.sol/KeysWithValueModuleTest.json +1 -1
- package/out/LimitedCallContext.sol/LimitedCallContext.abi.json +7 -0
- package/out/LimitedCallContext.sol/LimitedCallContext.abi.json.d.ts +7 -0
- package/out/LimitedCallContext.sol/LimitedCallContext.json +1 -0
- package/out/Memory.sol/Memory.json +1 -1
- package/out/Module.sol/Module.abi.json +4 -17
- package/out/Module.sol/Module.abi.json.d.ts +4 -17
- package/out/Module.sol/Module.json +1 -1
- package/out/ModuleInstallationSystem.sol/ModuleInstallationSystem.abi.json +6 -1
- package/out/ModuleInstallationSystem.sol/ModuleInstallationSystem.abi.json.d.ts +6 -1
- package/out/ModuleInstallationSystem.sol/ModuleInstallationSystem.json +1 -1
- package/out/NamespaceDelegationControl.sol/NamespaceDelegationControl.json +1 -1
- package/out/NamespaceOwner.sol/NamespaceOwner.json +1 -1
- package/out/OperatorApproval.sol/OperatorApproval.json +1 -1
- package/out/Owners.sol/Owners.json +1 -1
- package/out/PackedCounter.sol/PackedCounterInstance.json +1 -1
- package/out/PackedCounter.sol/PackedCounterLib.json +1 -1
- package/out/Puppet.sol/Puppet.json +1 -1
- package/out/PuppetDelegationControl.sol/PuppetDelegationControl.json +1 -1
- package/out/PuppetFactorySystem.sol/PuppetFactorySystem.json +1 -1
- package/out/PuppetMaster.sol/PuppetMaster.json +1 -1
- package/out/PuppetModule.sol/PuppetModule.abi.json +119 -19
- package/out/PuppetModule.sol/PuppetModule.abi.json.d.ts +119 -19
- package/out/PuppetModule.sol/PuppetModule.json +1 -1
- package/out/PuppetModule.t.sol/PuppetModuleTest.abi.json +14 -0
- package/out/PuppetModule.t.sol/PuppetModuleTest.abi.json.d.ts +14 -0
- package/out/PuppetModule.t.sol/PuppetModuleTest.json +1 -1
- package/out/PuppetModule.t.sol/PuppetTestSystem.json +1 -1
- package/out/PuppetRegistry.sol/PuppetRegistry.json +1 -1
- package/out/{CoreSystem.sol/CoreSystem.abi.json → RegistrationSystem.sol/RegistrationSystem.abi.json} +154 -150
- package/out/{CoreSystem.sol/CoreSystem.abi.json.d.ts → RegistrationSystem.sol/RegistrationSystem.abi.json.d.ts} +154 -150
- package/out/RegistrationSystem.sol/RegistrationSystem.json +1 -0
- package/out/ResourceAccess.sol/ResourceAccess.json +1 -1
- package/out/ResourceId.sol/ResourceIdInstance.json +1 -1
- package/out/ResourceId.sol/ResourceIdLib.json +1 -1
- package/out/ResourceIds.sol/ResourceIds.json +1 -1
- package/out/RevertSubscriber.sol/RevertSubscriber.json +1 -1
- package/out/Schema.sol/SchemaInstance.json +1 -1
- package/out/Schema.sol/SchemaLib.json +1 -1
- package/out/SchemaEncodeHelper.sol/SchemaEncodeHelper.json +1 -1
- package/out/Slice.sol/SliceInstance.json +1 -1
- package/out/Slice.sol/SliceLib.json +1 -1
- package/out/StandardDelegationsModule.sol/StandardDelegationsModule.abi.json +119 -19
- package/out/StandardDelegationsModule.sol/StandardDelegationsModule.abi.json.d.ts +119 -19
- package/out/StandardDelegationsModule.sol/StandardDelegationsModule.json +1 -1
- package/out/StandardDelegationsModule.t.sol/StandardDelegationsModuleTest.json +1 -1
- package/out/StdAssertions.sol/StdAssertions.json +1 -1
- package/out/StdChains.sol/StdChains.json +1 -1
- package/out/StdCheats.sol/StdCheats.json +1 -1
- package/out/StdCheats.sol/StdCheatsSafe.json +1 -1
- package/out/StdError.sol/stdError.json +1 -1
- package/out/StdInvariant.sol/StdInvariant.json +1 -1
- package/out/StdJson.sol/stdJson.json +1 -1
- package/out/StdMath.sol/stdMath.json +1 -1
- package/out/StdStorage.sol/stdStorage.json +1 -1
- package/out/StdStorage.sol/stdStorageSafe.json +1 -1
- package/out/StdStyle.sol/StdStyle.json +1 -1
- package/out/StdUtils.sol/StdUtils.json +1 -1
- package/out/Storage.sol/Storage.json +1 -1
- package/out/StoreCore.sol/StoreCore.json +1 -1
- package/out/StoreCore.sol/StoreCoreInternal.json +1 -1
- package/out/StoreData.sol/StoreData.abi.json +16 -0
- package/out/StoreData.sol/StoreData.abi.json.d.ts +16 -0
- package/out/StoreData.sol/StoreData.json +1 -1
- package/out/StoreHook.sol/StoreHook.json +1 -1
- package/out/StoreHooks.sol/StoreHooks.json +1 -1
- package/out/StoreRead.sol/StoreRead.abi.json +16 -0
- package/out/StoreRead.sol/StoreRead.abi.json.d.ts +16 -0
- package/out/StoreRead.sol/StoreRead.json +1 -1
- package/out/StoreRegistrationSystem.sol/StoreRegistrationSystem.abi.json +149 -4
- package/out/StoreRegistrationSystem.sol/StoreRegistrationSystem.abi.json.d.ts +149 -4
- package/out/StoreRegistrationSystem.sol/StoreRegistrationSystem.json +1 -1
- package/out/StoreSwitch.sol/StoreSwitch.json +1 -1
- package/out/System.sol/System.json +1 -1
- package/out/SystemCall.sol/SystemCall.json +1 -1
- package/out/SystemHook.sol/SystemHook.json +1 -1
- package/out/SystemHooks.sol/SystemHooks.json +1 -1
- package/out/SystemRegistry.sol/SystemRegistry.json +1 -1
- package/out/SystemSwitch.sol/SystemSwitch.json +1 -1
- package/out/SystemSwitch.t.sol/EchoSystem.abi.json +98 -1
- package/out/SystemSwitch.t.sol/EchoSystem.abi.json.d.ts +98 -1
- package/out/SystemSwitch.t.sol/EchoSystem.json +1 -1
- package/out/SystemSwitch.t.sol/SystemSwitchTest.abi.json +59 -15
- package/out/SystemSwitch.t.sol/SystemSwitchTest.abi.json.d.ts +59 -15
- package/out/SystemSwitch.t.sol/SystemSwitchTest.json +1 -1
- package/out/SystemboundDelegationControl.sol/SystemboundDelegationControl.json +1 -1
- package/out/SystemboundDelegations.sol/SystemboundDelegations.json +1 -1
- package/out/Systems.sol/Systems.json +1 -1
- package/out/Tables.sol/Tables.json +1 -1
- package/out/Test.sol/Test.json +1 -1
- package/out/TightCoder.sol/TightCoder.json +1 -1
- package/out/TimeboundDelegationControl.sol/TimeboundDelegationControl.json +1 -1
- package/out/TimeboundDelegations.sol/TimeboundDelegations.json +1 -1
- package/out/TokenApproval.sol/TokenApproval.json +1 -1
- package/out/TokenURI.sol/TokenURI.json +1 -1
- package/out/TotalSupply.sol/TotalSupply.json +1 -1
- package/out/TwoFields.sol/TwoFields.json +1 -1
- package/out/UniqueEntity.sol/UniqueEntity.json +1 -1
- package/out/UniqueEntityModule.sol/UniqueEntityModule.abi.json +121 -21
- package/out/UniqueEntityModule.sol/UniqueEntityModule.abi.json.d.ts +121 -21
- package/out/UniqueEntityModule.sol/UniqueEntityModule.json +1 -1
- package/out/UniqueEntityModule.t.sol/UniqueEntityModuleTest.json +1 -1
- package/out/UniqueEntityModule.t.sol/UniqueEntityTestSystem.abi.json +68 -0
- package/out/UniqueEntityModule.t.sol/UniqueEntityTestSystem.abi.json.d.ts +68 -0
- package/out/UniqueEntityModule.t.sol/UniqueEntityTestSystem.json +1 -1
- package/out/UniqueEntitySystem.sol/UniqueEntitySystem.json +1 -1
- package/out/UsedKeysIndex.sol/UsedKeysIndex.json +1 -1
- package/out/UserDelegationControl.sol/UserDelegationControl.json +1 -1
- package/out/Vm.sol/Vm.json +1 -1
- package/out/Vm.sol/VmSafe.json +1 -1
- package/out/World.sol/World.abi.json +29 -2
- package/out/World.sol/World.abi.json.d.ts +29 -2
- package/out/World.sol/World.json +1 -1
- package/out/World.t.sol/EchoSystemHook.json +1 -1
- package/out/World.t.sol/IWorldTestSystem.abi.json +1 -1
- package/out/World.t.sol/IWorldTestSystem.abi.json.d.ts +1 -1
- package/out/World.t.sol/IWorldTestSystem.json +1 -1
- package/out/World.t.sol/PayableFallbackSystem.json +1 -1
- package/out/World.t.sol/RevertSystemHook.json +1 -1
- package/out/World.t.sol/WorldTest.abi.json +74 -6
- package/out/World.t.sol/WorldTest.abi.json.d.ts +74 -6
- package/out/World.t.sol/WorldTest.json +1 -1
- package/out/World.t.sol/WorldTestSystem.json +1 -1
- package/out/WorldContext.sol/WorldContextConsumer.json +1 -1
- package/out/WorldContext.sol/WorldContextConsumerLib.json +1 -1
- package/out/WorldContext.sol/WorldContextProviderLib.json +1 -1
- package/out/WorldRegistrationSystem.sol/WorldRegistrationSystem.abi.json +43 -1
- package/out/WorldRegistrationSystem.sol/WorldRegistrationSystem.abi.json.d.ts +43 -1
- package/out/WorldRegistrationSystem.sol/WorldRegistrationSystem.json +1 -1
- package/out/WorldResourceId.sol/WorldResourceIdInstance.json +1 -1
- package/out/WorldResourceId.sol/WorldResourceIdLib.json +1 -1
- package/out/console.sol/console.json +1 -1
- package/out/console2.sol/console2.json +1 -1
- package/out/constants.sol/LayoutOffsets.json +1 -1
- package/out/interfaces/IBaseWorld.sol/IBaseWorld.abi.json +105 -7
- package/out/interfaces/IBaseWorld.sol/IBaseWorld.abi.json.d.ts +105 -7
- package/out/interfaces/IBaseWorld.sol/IBaseWorld.json +1 -1
- package/out/query.t.sol/QueryTest.abi.json +39 -6
- package/out/query.t.sol/QueryTest.abi.json.d.ts +39 -6
- package/out/query.t.sol/QueryTest.json +1 -1
- package/out/safeconsole.sol/safeconsole.json +1 -1
- package/out/src/IERC165.sol/IERC165.json +1 -1
- package/out/tables/Balances.sol/Balances.json +1 -1
- package/out/test.sol/DSTest.json +1 -1
- package/package.json +9 -9
- package/src/index.sol +1 -1
- package/src/interfaces/IBaseWorld.sol +1 -1
- package/src/interfaces/IERC20System.sol +1 -1
- package/src/interfaces/IPuppetFactorySystem.sol +1 -1
- package/src/modules/erc20-puppet/ERC20Module.sol +18 -25
- package/src/modules/erc20-puppet/ERC20System.sol +1 -1
- package/src/modules/erc20-puppet/IERC20.sol +1 -1
- package/src/modules/erc20-puppet/IERC20Errors.sol +1 -1
- package/src/modules/erc20-puppet/IERC20Events.sol +1 -1
- package/src/modules/erc20-puppet/IERC20Mintable.sol +1 -1
- package/src/modules/erc20-puppet/constants.sol +1 -2
- package/src/modules/erc20-puppet/registerERC20.sol +1 -1
- package/src/modules/erc20-puppet/tables/Allowances.sol +2 -3
- package/src/modules/erc20-puppet/tables/ERC20Metadata.sol +2 -3
- package/src/modules/erc20-puppet/tables/ERC20Registry.sol +2 -3
- package/src/modules/erc20-puppet/tables/TotalSupply.sol +2 -3
- package/src/modules/erc20-puppet/utils.sol +1 -1
- package/src/modules/erc721-puppet/ERC721Module.sol +18 -25
- package/src/modules/erc721-puppet/ERC721System.sol +1 -1
- package/src/modules/erc721-puppet/IERC721.sol +1 -1
- package/src/modules/erc721-puppet/IERC721Errors.sol +1 -1
- package/src/modules/erc721-puppet/IERC721Events.sol +1 -1
- package/src/modules/erc721-puppet/IERC721Metadata.sol +1 -1
- package/src/modules/erc721-puppet/IERC721Mintable.sol +1 -1
- package/src/modules/erc721-puppet/IERC721Receiver.sol +1 -1
- package/src/modules/erc721-puppet/constants.sol +1 -2
- package/src/modules/erc721-puppet/registerERC721.sol +1 -1
- package/src/modules/erc721-puppet/tables/ERC721Metadata.sol +2 -3
- package/src/modules/erc721-puppet/tables/ERC721Registry.sol +2 -3
- package/src/modules/erc721-puppet/tables/OperatorApproval.sol +2 -3
- package/src/modules/erc721-puppet/tables/Owners.sol +2 -3
- package/src/modules/erc721-puppet/tables/TokenApproval.sol +2 -3
- package/src/modules/erc721-puppet/tables/TokenURI.sol +2 -3
- package/src/modules/erc721-puppet/utils.sol +1 -1
- package/src/modules/keysintable/KeysInTableHook.sol +1 -1
- package/src/modules/keysintable/KeysInTableModule.sol +4 -10
- package/src/modules/keysintable/constants.sol +1 -1
- package/src/modules/keysintable/getKeysInTable.sol +1 -1
- package/src/modules/keysintable/hasKey.sol +1 -1
- package/src/modules/keysintable/query.sol +1 -1
- package/src/modules/keysintable/tables/KeysInTable.sol +4 -6
- package/src/modules/keysintable/tables/UsedKeysIndex.sol +4 -6
- package/src/modules/keyswithvalue/KeysWithValueHook.sol +1 -1
- package/src/modules/keyswithvalue/KeysWithValueModule.sol +19 -14
- package/src/modules/keyswithvalue/constants.sol +1 -1
- package/src/modules/keyswithvalue/getKeysWithValue.sol +1 -1
- package/src/modules/keyswithvalue/getTargetTableId.sol +1 -1
- package/src/modules/keyswithvalue/tables/KeysWithValue.sol +2 -3
- package/src/modules/puppet/Puppet.sol +1 -1
- package/src/modules/puppet/PuppetDelegationControl.sol +1 -1
- package/src/modules/puppet/PuppetFactorySystem.sol +1 -1
- package/src/modules/puppet/PuppetMaster.sol +1 -1
- package/src/modules/puppet/PuppetModule.sol +24 -9
- package/src/modules/puppet/constants.sol +4 -3
- package/src/modules/puppet/createPuppet.sol +1 -1
- package/src/modules/puppet/tables/PuppetRegistry.sol +2 -3
- package/src/modules/puppet/utils.sol +1 -1
- package/src/modules/std-delegations/CallboundDelegationControl.sol +1 -1
- package/src/modules/std-delegations/StandardDelegationsModule.sol +2 -6
- package/src/modules/std-delegations/SystemboundDelegationControl.sol +1 -1
- package/src/modules/std-delegations/TimeboundDelegationControl.sol +1 -1
- package/src/modules/std-delegations/constants.sol +1 -3
- package/src/modules/std-delegations/tables/CallboundDelegations.sol +4 -6
- package/src/modules/std-delegations/tables/SystemboundDelegations.sol +4 -6
- package/src/modules/std-delegations/tables/TimeboundDelegations.sol +4 -6
- package/src/modules/tokens/tables/Balances.sol +2 -3
- package/src/modules/uniqueentity/UniqueEntityModule.sol +16 -15
- package/src/modules/uniqueentity/UniqueEntitySystem.sol +1 -1
- package/src/modules/uniqueentity/constants.sol +3 -3
- package/src/modules/uniqueentity/getUniqueEntity.sol +2 -3
- package/src/modules/uniqueentity/tables/UniqueEntity.sol +2 -3
- package/src/modules/utils/ArrayLib.sol +2 -2
- package/src/utils/AccessControlLib.sol +1 -1
- package/src/utils/SystemSwitch.sol +7 -10
- package/out/CoreModule.sol/CoreModule.json +0 -1
- package/out/CoreSystem.sol/CoreSystem.json +0 -1
- package/out/ICoreSystem.sol/ICoreSystem.json +0 -1
- package/out/IUniqueEntitySystem.sol/IUniqueEntitySystem.abi.json +0 -15
- package/out/IUniqueEntitySystem.sol/IUniqueEntitySystem.abi.json.d.ts +0 -15
- package/out/IUniqueEntitySystem.sol/IUniqueEntitySystem.json +0 -1
- package/out/world/src/IERC165.sol/IERC165.json +0 -1
- package/src/interfaces/IUniqueEntitySystem.sol +0 -7
- /package/out/{ICoreSystem.sol/ICoreSystem.abi.json → ERC165Checker.sol/ERC165Checker.abi.json} +0 -0
- /package/out/{world/src/IERC165.sol → IERC165.sol}/IERC165.abi.json +0 -0
- /package/out/{world/src/IERC165.sol → IERC165.sol}/IERC165.abi.json.d.ts +0 -0
@@ -1 +1 @@
|
|
1
|
-
{"abi":[{"type":"function","name":"_msgSender","inputs":[],"outputs":[{"name":"sender","type":"address","internalType":"address"}],"stateMutability":"view"},{"type":"function","name":"_msgValue","inputs":[],"outputs":[{"name":"value","type":"uint256","internalType":"uint256"}],"stateMutability":"pure"},{"type":"function","name":"_world","inputs":[],"outputs":[{"name":"","type":"address","internalType":"address"}],"stateMutability":"view"},{"type":"function","name":"approve","inputs":[{"name":"to","type":"address","internalType":"address"},{"name":"tokenId","type":"uint256","internalType":"uint256"}],"outputs":[],"stateMutability":"nonpayable"},{"type":"function","name":"balanceOf","inputs":[{"name":"owner","type":"address","internalType":"address"}],"outputs":[{"name":"","type":"uint256","internalType":"uint256"}],"stateMutability":"view"},{"type":"function","name":"burn","inputs":[{"name":"tokenId","type":"uint256","internalType":"uint256"}],"outputs":[],"stateMutability":"nonpayable"},{"type":"function","name":"getApproved","inputs":[{"name":"tokenId","type":"uint256","internalType":"uint256"}],"outputs":[{"name":"","type":"address","internalType":"address"}],"stateMutability":"view"},{"type":"function","name":"isApprovedForAll","inputs":[{"name":"owner","type":"address","internalType":"address"},{"name":"operator","type":"address","internalType":"address"}],"outputs":[{"name":"","type":"bool","internalType":"bool"}],"stateMutability":"view"},{"type":"function","name":"mint","inputs":[{"name":"to","type":"address","internalType":"address"},{"name":"tokenId","type":"uint256","internalType":"uint256"}],"outputs":[],"stateMutability":"nonpayable"},{"type":"function","name":"name","inputs":[],"outputs":[{"name":"","type":"string","internalType":"string"}],"stateMutability":"view"},{"type":"function","name":"ownerOf","inputs":[{"name":"tokenId","type":"uint256","internalType":"uint256"}],"outputs":[{"name":"","type":"address","internalType":"address"}],"stateMutability":"view"},{"type":"function","name":"safeMint","inputs":[{"name":"to","type":"address","internalType":"address"},{"name":"tokenId","type":"uint256","internalType":"uint256"},{"name":"data","type":"bytes","internalType":"bytes"}],"outputs":[],"stateMutability":"nonpayable"},{"type":"function","name":"safeMint","inputs":[{"name":"to","type":"address","internalType":"address"},{"name":"tokenId","type":"uint256","internalType":"uint256"}],"outputs":[],"stateMutability":"nonpayable"},{"type":"function","name":"safeTransferFrom","inputs":[{"name":"from","type":"address","internalType":"address"},{"name":"to","type":"address","internalType":"address"},{"name":"tokenId","type":"uint256","internalType":"uint256"}],"outputs":[],"stateMutability":"nonpayable"},{"type":"function","name":"safeTransferFrom","inputs":[{"name":"from","type":"address","internalType":"address"},{"name":"to","type":"address","internalType":"address"},{"name":"tokenId","type":"uint256","internalType":"uint256"},{"name":"data","type":"bytes","internalType":"bytes"}],"outputs":[],"stateMutability":"nonpayable"},{"type":"function","name":"setApprovalForAll","inputs":[{"name":"operator","type":"address","internalType":"address"},{"name":"approved","type":"bool","internalType":"bool"}],"outputs":[],"stateMutability":"nonpayable"},{"type":"function","name":"supportsInterface","inputs":[{"name":"interfaceId","type":"bytes4","internalType":"bytes4"}],"outputs":[{"name":"","type":"bool","internalType":"bool"}],"stateMutability":"pure"},{"type":"function","name":"symbol","inputs":[],"outputs":[{"name":"","type":"string","internalType":"string"}],"stateMutability":"view"},{"type":"function","name":"tokenURI","inputs":[{"name":"tokenId","type":"uint256","internalType":"uint256"}],"outputs":[{"name":"","type":"string","internalType":"string"}],"stateMutability":"view"},{"type":"function","name":"transferFrom","inputs":[{"name":"from","type":"address","internalType":"address"},{"name":"to","type":"address","internalType":"address"},{"name":"tokenId","type":"uint256","internalType":"uint256"}],"outputs":[],"stateMutability":"nonpayable"},{"type":"event","name":"Approval","inputs":[{"name":"owner","type":"address","indexed":true,"internalType":"address"},{"name":"approved","type":"address","indexed":true,"internalType":"address"},{"name":"tokenId","type":"uint256","indexed":true,"internalType":"uint256"}],"anonymous":false},{"type":"event","name":"ApprovalForAll","inputs":[{"name":"owner","type":"address","indexed":true,"internalType":"address"},{"name":"operator","type":"address","indexed":true,"internalType":"address"},{"name":"approved","type":"bool","indexed":false,"internalType":"bool"}],"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":"Transfer","inputs":[{"name":"from","type":"address","indexed":true,"internalType":"address"},{"name":"to","type":"address","indexed":true,"internalType":"address"},{"name":"tokenId","type":"uint256","indexed":true,"internalType":"uint256"}],"anonymous":false},{"type":"error","name":"ERC721IncorrectOwner","inputs":[{"name":"sender","type":"address","internalType":"address"},{"name":"tokenId","type":"uint256","internalType":"uint256"},{"name":"owner","type":"address","internalType":"address"}]},{"type":"error","name":"ERC721InsufficientApproval","inputs":[{"name":"operator","type":"address","internalType":"address"},{"name":"tokenId","type":"uint256","internalType":"uint256"}]},{"type":"error","name":"ERC721InvalidApprover","inputs":[{"name":"approver","type":"address","internalType":"address"}]},{"type":"error","name":"ERC721InvalidOperator","inputs":[{"name":"operator","type":"address","internalType":"address"}]},{"type":"error","name":"ERC721InvalidOwner","inputs":[{"name":"owner","type":"address","internalType":"address"}]},{"type":"error","name":"ERC721InvalidReceiver","inputs":[{"name":"receiver","type":"address","internalType":"address"}]},{"type":"error","name":"ERC721InvalidSender","inputs":[{"name":"sender","type":"address","internalType":"address"}]},{"type":"error","name":"ERC721NonexistentToken","inputs":[{"name":"tokenId","type":"uint256","internalType":"uint256"}]},{"type":"error","name":"PuppetMaster_NoPuppet","inputs":[{"name":"systemAddress","type":"address","internalType":"address"},{"name":"systemId","type":"bytes32","internalType":"ResourceId"}]},{"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":"World_AccessDenied","inputs":[{"name":"resource","type":"string","internalType":"string"},{"name":"caller","type":"address","internalType":"address"}]}],"bytecode":{"object":"0x608060405234801561001057600080fd5b50612cc1806100206000396000f3fe608060405234801561001057600080fd5b506004361061016c5760003560e01c80636352211e116100cd578063a22cb46511610081578063c87b56dd11610066578063c87b56dd146102d1578063e1af802c146102e4578063e985e9c5146102ec57600080fd5b8063a22cb465146102ab578063b88d4fde146102be57600080fd5b80638832e6e3116100b25780638832e6e31461027d57806395d89b4114610290578063a14481941461029857600080fd5b80636352211e1461025757806370a082311461026a57600080fd5b806323b872dd1161012457806342842e0e1161010957806342842e0e1461021c57806342966c681461022f57806345ec93541461024257600080fd5b806323b872dd146101f657806340c10f191461020957600080fd5b8063081812fc11610155578063081812fc146101ae578063095ea7b3146101d9578063119df25f146101ee57600080fd5b806301ffc9a71461017157806306fdde0314610199575b600080fd5b61018461017f3660046125b3565b6102ff565b60405190151581526020015b60405180910390f35b6101a1610398565b6040516101909190612620565b6101c16101bc366004612633565b6103b7565b6040516001600160a01b039091168152602001610190565b6101ec6101e7366004612663565b6103cc565b005b6101c16103e2565b6101ec61020436600461268d565b6103ec565b6101ec610217366004612663565b61049c565b6101ec61022a36600461268d565b6104ae565b6101ec61023d366004612633565b6104ce565b36601f1901355b604051908152602001610190565b6101c1610265366004612633565b6104e2565b6102496102783660046126c9565b6104ed565b6101ec61028b3660046127a9565b61054b565b6101a161055e565b6101ec6102a6366004612663565b610573565b6101ec6102b9366004612800565b610595565b6101ec6102cc36600461283c565b6105a7565b6101a16102df366004612633565b6105be565b6101c161065a565b6101846102fa3660046128a4565b610664565b60007fffffffff0000000000000000000000000000000000000000000000000000000082167fb421288000000000000000000000000000000000000000000000000000000000148061039257507fffffffff0000000000000000000000000000000000000000000000000000000082167f01ffc9a700000000000000000000000000000000000000000000000000000000145b92915050565b60606103b26103ad6103a8610687565b6106a5565b6106d7565b905090565b60006103c2826106f5565b5061039282610746565b6103de82826103d96103e2565b610761565b5050565b60006103b261076e565b6001600160a01b03821661041b57604051633250574960e11b8152600060048201526024015b60405180910390fd5b600061042f838361042a6103e2565b6107a0565b9050836001600160a01b0316816001600160a01b031614610496576040517f64283d7b0000000000000000000000000000000000000000000000000000000081526001600160a01b0380861660048301526024820184905282166044820152606401610412565b50505050565b6104a4610924565b6103de828261093f565b6104c9838383604051806020016040528060008152506105a7565b505050565b6104d6610924565b6104df816109bd565b50565b6000610392826106f5565b60006001600160a01b038216610532576040517f89c62b6400000000000000000000000000000000000000000000000000000000815260006004820152602401610412565b610392610545610540610687565b610a11565b83610a43565b610553610924565b6104c9838383610ac9565b60606103b261056e6103a8610687565b610ae0565b61057b610924565b6103de828260405180602001604052806000815250610ac9565b6103de6105a06103e2565b8383610aff565b6105b28484846103ec565b61049684848484610c23565b60606105c9826106f5565b5060006105d4610d84565b905060006105f16105eb6105e6610687565b610d99565b85610dcb565b9050600081511161061c5760408051602081018690520160405160208183030381529060405261061e565b805b9050600082511161062f5780610652565b81816040516020016106429291906128d7565b6040516020818303038152906040525b949350505050565b60006103b2610e22565b6000610680610679610674610687565b610e61565b8484610e93565b9392505050565b60008061069330610f52565b905061069f8160101b90565b91505090565b6000610392613a3160f11b837f4d65746164617461000000000000000000000000000000000000000000000000611046565b604080516000808252602082019092526060916106528483836110cd565b60008061070183611194565b90506001600160a01b038116610392576040517f7e27328900000000000000000000000000000000000000000000000000000000815260048101849052602401610412565b600061039261075b610756610687565b6111a4565b836111d6565b6104c98383836001611256565b7fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffcc36013560601c8061079d5750335b90565b6000806107ae610540610687565b905060006107bb85611194565b90506001600160a01b038416156107d7576107d78185876113e8565b6001600160a01b0381161561080b576107f4600086600080611256565b61080b828260016108058686610a43565b0361147e565b6001600160a01b03861615610831576108318287610829858a610a43565b60010161147e565b61084b61084461083f610687565b61151b565b868861154d565b61085361160a565b6001600160a01b03166366c93bdb7fddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef610892846001600160a01b031690565b604080516000815260208101918290527fffffffff0000000000000000000000000000000000000000000000000000000060e086901b169091526108e89291906001600160a01b038c16908b9060248101612906565b600060405180830381600087803b15801561090257600080fd5b505af1158015610916573d6000803e3d6000fd5b509298975050505050505050565b61093d61093030610f52565b6109386103e2565b6116e5565b565b6001600160a01b03821661096957604051633250574960e11b815260006004820152602401610412565b6000610977838360006107a0565b90506001600160a01b038116156104c9576040517f73c6ac6e00000000000000000000000000000000000000000000000000000000815260006004820152602401610412565b60006109cc60008360006107a0565b90506001600160a01b0381166103de576040517f7e27328900000000000000000000000000000000000000000000000000000000815260048101839052602401610412565b6000610392613a3160f11b837f42616c616e636573000000000000000000000000000000000000000000000000611046565b60408051600180825281830190925260009182919060208083019080368337019050509050826001600160a01b031660001b81600081518110610a8857610a8861293c565b60209081029190910101526000610ac08583837e20010020000000000000000000000000000000000000000000000000000000611786565b95945050505050565b610ad3838361093f565b6104c96000848484610c23565b60408051600080825260208201909252606091610652848360016110cd565b6001600160a01b038216610b4a576040517f5b08ba180000000000000000000000000000000000000000000000000000000081526001600160a01b0383166004820152602401610412565b610b60610b58610674610687565b848484611843565b610b6861160a565b6001600160a01b031663c9a34acd7f17307eab39ab6107e8899845ad3d59bd9653f200f220920489ca2b5937696c31610ba7866001600160a01b031690565b6001600160a01b038616604080518715156020820152016040516020818303038152906040526040518563ffffffff1660e01b8152600401610bec9493929190612952565b600060405180830381600087803b158015610c0657600080fd5b505af1158015610c1a573d6000803e3d6000fd5b50505050505050565b6001600160a01b0383163b1561049657826001600160a01b031663150b7a02610c4a6103e2565b8685856040518563ffffffff1660e01b8152600401610c6c9493929190612977565b6020604051808303816000875af1925050508015610ca7575060408051601f3d908101601f19168201909252610ca4918101906129a9565b60015b610d10573d808015610cd5576040519150601f19603f3d011682016040523d82523d6000602084013e610cda565b606091505b508051600003610d0857604051633250574960e11b81526001600160a01b0385166004820152602401610412565b805181602001fd5b7fffffffff0000000000000000000000000000000000000000000000000000000081167f150b7a020000000000000000000000000000000000000000000000000000000014610d7d57604051633250574960e11b81526001600160a01b0385166004820152602401610412565b5050505050565b60606103b2610d946103a8610687565b611910565b6000610392613a3160f11b837f546f6b656e555249000000000000000000000000000000000000000000000000611046565b60408051600180825281830190925260609160009190602080830190803683370190505090508260001b81600081518110610e0857610e0861293c565b6020026020010181815250506000610ac0858360006110cd565b7f629a4c26e296b22a8e0856e9f6ecb2d1008d7e00081111962cd175fa7488e175546000906001600160a01b031680610e5c573391505090565b919050565b6000610392613a3160f11b837f4f70657261746f72417070726f76616c00000000000000000000000000000000611046565b60408051600280825260608201835260009283929190602083019080368337019050509050836001600160a01b031660001b81600081518110610ed857610ed861293c565b602002602001018181525050826001600160a01b031660001b81600181518110610f0457610f0461293c565b60209081029190910101526000610f3c8683837e01010001000000000000000000000000000000000000000000000000000000611786565b9050610f488160f81c90565b9695505050505050565b60408051600180825281830190925260009182919060208083019080368337019050509050826001600160a01b031660001b81600081518110610f9757610f9761293c565b60209081029190910181019190915260408051613a3160f11b818401527f776f726c6400000000000000000000000000000000000000000000000000000060228201527f53797374656d5265676973747279000000000000000000000000000000000000603082015281518082039093018352810190526000906106529061101e906129c6565b8360007e20010020000000000000000000000000000000000000000000000000000000611786565b600061105460706010612a03565b7fffff00000000000000000000000000000000000000000000000000000000000085167dffffffffffffffffffffffffffff00000000000000000000000000000000601086901c16177fffffffffffffffffffffffffffffffff00000000000000000000000000000000841690911c1790509392505050565b606060006110d9610e22565b9050306001600160a01b038216036110fe576110f685858561192f565b915050610680565b6040517f1e7889770000000000000000000000000000000000000000000000000000000081526001600160a01b03821690631e7889779061114790889088908890600401612a51565b600060405180830381865afa158015611164573d6000803e3d6000fd5b505050506040513d6000823e601f3d908101601f191682016040526110f69190810190612a7d565b509392505050565b600061039261075b61083f610687565b6000610392613a3160f11b837f546f6b656e417070726f76616c00000000000000000000000000000000000000611046565b604080516001808252818301909252600091829190602080830190803683370190505090508260001b816000815181106112125761121261293c565b6020908102919091010152600061124a8583837e14010014000000000000000000000000000000000000000000000000000000611786565b60601c95945050505050565b808061126a57506001600160a01b03821615155b156113d357600061127a846106f5565b90506001600160a01b038316158015906112a65750826001600160a01b0316816001600160a01b031614155b80156112b957506112b78184610664565b155b156112fb576040517fa9fbf51f0000000000000000000000000000000000000000000000000000000081526001600160a01b0384166004820152602401610412565b81156113d15761130961160a565b6001600160a01b03166366c93bdb7f8c5be1e5ebec7d5bd14f71427d1e84f3dd0314c0f7b2291e5b200ac8c7c3b925611348846001600160a01b031690565b604080516000815260208101918290527fffffffff0000000000000000000000000000000000000000000000000000000060e086901b1690915261139e9291906001600160a01b038b16908a9060248101612906565b600060405180830381600087803b1580156113b857600080fd5b505af11580156113cc573d6000803e3d6000fd5b505050505b505b6104966113e1610756610687565b848661154d565b6113f3838383611969565b6104c9576001600160a01b03831661143a576040517f7e27328900000000000000000000000000000000000000000000000000000000815260048101829052602401610412565b6040517f177e802f0000000000000000000000000000000000000000000000000000000081526001600160a01b038316600482015260248101829052604401610412565b60408051600180825281830190925260009160208083019080368337019050509050826001600160a01b031660001b816000815181106114c0576114c061293c565b60200260200101818152505061049684826000856040516020016114e691815260200190565b60408051601f198184030181529190527e200100200000000000000000000000000000000000000000000000000000006119ce565b6000610392613a3160f11b837f4f776e6572730000000000000000000000000000000000000000000000000000611046565b604080516001808252818301909252600091602080830190803683370190505090508260001b816000815181106115865761158661293c565b60200260200101818152505061049684826000856040516020016115d5919060609190911b7fffffffffffffffffffffffffffffffffffffffff00000000000000000000000016815260140190565b60408051601f198184030181529190527e140100140000000000000000000000000000000000000000000000000000006119ce565b60008061161630610f52565b60408051613a3160f11b60208201527f707570706574000000000000000000000000000000000000000000000000000060228201527f5075707065745265676973747279000000000000000000000000000000000000603082015291925060009161169a9101604051602081830303815290604052611694906129c6565b83611a84565b90506001600160a01b038116610392576040517f9434f7e100000000000000000000000000000000000000000000000000000000815230600482015260248101839052604401610412565b6001600160a01b03811661173a7f6e730000000000000000000000000000000000000000000000000000000000007dffffffffffffffffffffffffffff00000000000000000000000000000000851617611abd565b6001600160a01b0316146103de5761175182611bb0565b816040517fd787b737000000000000000000000000000000000000000000000000000000008152600401610412929190612aeb565b600080611791610e22565b9050306001600160a01b038216036117b7576117af86868686611d2c565b915050610652565b6040517f8c364d590000000000000000000000000000000000000000000000000000000081526001600160a01b03821690638c364d5990611802908990899089908990600401612b16565b602060405180830381865afa15801561181f573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906117af9190612b45565b604080516002808252606082018352600092602083019080368337019050509050836001600160a01b031660001b816000815181106118845761188461293c565b602002602001018181525050826001600160a01b031660001b816001815181106118b0576118b061293c565b602002602001018181525050610d7d85826000856040516020016118db91151560f81b815260010190565b60408051601f198184030181529190527e010100010000000000000000000000000000000000000000000000000000006119ce565b60408051600080825260208201909252606091610652848360026110cd565b606061065261193f858585611d59565b6119628461194d8888611dd9565b9060ff166028026038011c64ffffffffff1690565b6000611dec565b60006001600160a01b038316158015906106525750826001600160a01b0316846001600160a01b031614806119a357506119a38484610664565b806106525750826001600160a01b03166119bc83610746565b6001600160a01b031614949350505050565b60006119d8610e22565b9050306001600160a01b038216036119fc576119f78686868686611e0f565b611a7c565b6040517f390baae00000000000000000000000000000000000000000000000000000000081526001600160a01b0382169063390baae090611a499089908990899089908990600401612b5e565b600060405180830381600087803b158015611a6357600080fd5b505af1158015611a77573d6000803e3d6000fd5b505050505b505050505050565b6040805160018082528183019092526000918291906020808301908036833701905050905082816000815181106112125761121261293c565b604080516001808252818301909252600091829190602080830190803683370190505090508281600081518110611af657611af661293c565b60209081029190910181019190915260408051613a3160f11b818401527f776f726c6400000000000000000000000000000000000000000000000000000060228201527f4e616d6573706163654f776e657200000000000000000000000000000000000060308201528151808203909301835281019052600090611ba590611b7d906129c6565b8360007e14010014000000000000000000000000000000000000000000000000000000611786565b60601c949350505050565b606081601081901b6000611bc383611e24565b9050827fffffffffffffffffffffffffffff000000000000000000000000000000000000831615611c16577fffffffffffffffffffffffffffff0000000000000000000000000000000000008316611c38565b7f524f4f545f4e414d4553504143450000000000000000000000000000000000005b7fffffffffffffffffffffffffffffffff00000000000000000000000000000000831615611c665782611c88565b7f524f4f545f4e414d4500000000000000000000000000000000000000000000005b6040517fffff00000000000000000000000000000000000000000000000000000000000090931660208401527f3a00000000000000000000000000000000000000000000000000000000000000602284018190527fffffffffffffffffffffffffffffffff00000000000000000000000000000000928316602385015260338401521660348201526044016040516020818303038152906040529350505050919050565b6000610ac0611d3b8686611e3b565b60ff858116601b0360080285901c16611d548587611e91565b611ecc565b60008383604051602001611d6e929190612ba5565b604051602081830303815290604052805190602001208260f81b7effffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff19167f3b4102da22e32d82fc925482184f16c09fd4281692720b87d124aef6da48a0f1181860001c90509392505050565b6000610680611de88484611f1d565b5490565b60405160208101601f19603f858401011660405283825261118c85858584611f73565b610d7d8585611e1e8487611e91565b85612042565b6000611e3260706010612a03565b9190911b919050565b60008282604051602001611e50929190612ba5565b60408051601f1981840301815291905280516020909101207f86425bff6b57326c7859e89024fe4f238ca327a1ae4a230180dd2f0e88aaa7d9189392505050565b600080805b8360ff1681101561118c57611eb860ff601b83900360080287901c1683612a03565b915080611ec481612be0565b915050611e96565b600060208210611ef257602082048401935060208281611eee57611eee612bfa565b0691505b508254600882021b60208290038084111561118c576001850154600882021c82179150509392505050565b60008282604051602001611f32929190612ba5565b60408051601f1981840301815291905280516020909101207f14e2fcc58e58e68ec7edc30c8d50dccc3ce2714a623ec81f46b6a63922d76569189392505050565b8115611ffc5760208210611f9d57602082048401935060208281611f9957611f99612bfa565b0691505b8115611ffc576020829003600081851015611fc15750600019600885021c19611fcc565b50600019600882021c195b8554600885021b811984511682821617845250818511611fed575050610496565b50600194909401939283900392015b5b6020831061201e5783548152600190930192601f1990920191602001611ffd565b8215610496576000600019600885021c198251865482169119161782525050505050565b600061204e8585611e3b565b9050847f8c0b5119d4cec7b284c6b1b39252a03d1e2f2d7451a5895562524c113bb952be85858560405161208493929190612c10565b60405180910390a2613a3160f11b857fffff00000000000000000000000000000000000000000000000000000000000016146120c05750610496565b60006120cb8661229b565b905060005b81518110156121aa5760008282815181106120ed576120ed61293c565b602002602001015190506121196004826affffffffffffffffffffff191661237b90919063ffffffff16565b15612197576040517f964f667d000000000000000000000000000000000000000000000000000000008152606082901c9063964f667d90612164908b908b908b908b90600401612c43565b600060405180830381600087803b15801561217e57600080fd5b505af1158015612192573d6000803e3d6000fd5b505050505b50806121a281612be0565b9150506120d0565b506121be828565ffffffffffff1685612399565b60005b8151811015610c1a5760008282815181106121de576121de61293c565b6020026020010151905061220a6008826affffffffffffffffffffff191661237b90919063ffffffff16565b15612288576040517fa8ba8721000000000000000000000000000000000000000000000000000000008152606082901c9063a8ba872190612255908b908b908b908b90600401612c43565b600060405180830381600087803b15801561226f57600080fd5b505af1158015612283573d6000803e3d6000fd5b505050505b508061229381612be0565b9150506121c1565b604080516001808252818301909252606091600091906020808301908036833701905050905082816000815181106122d5576122d561293c565b60209081029190910181019190915260408051613a3160f11b818401527f73746f726500000000000000000000000000000000000000000000000000000060228201527f53746f7265486f6f6b7300000000000000000000000000000000000000000000603082015281518082039093018352810190526000906123649061235c906129c6565b83600061192f565b905061065261237682600084516123a9565b612439565b60008160ff168261238c8560581c90565b1660ff1614905092915050565b6104c9838360208401845161244a565b60008183111580156123bc575083518211155b6123f8578383836040517f23230fa300000000000000000000000000000000000000000000000000000000815260040161041293929190612c7c565b602084016124068482612a03565b905060006124148585612ca1565b6fffffffffffffffffffffffffffffffff1660809290921b9190911795945050505050565b60606000610680836015600061250a565b82156124c457602083106124745760208304840193506020838161247057612470612bfa565b0692505b82156124c45760208390036000600019600884021c1990506008850281811c91508451811c90508119875416828216178755508183116124b5575050610496565b50600194909401939182019190035b5b602081106124e65781518455600190930192602090910190601f19016124c5565b8015610496576000600019600883021c198554845182169119161785555050505050565b606060006125188560801c90565b90506fffffffffffffffffffffffffffffffff8516600085828161253e5761253e612bfa565b04905060405193506020840160208202810160405281855260005b82811015612579578451871c825293870193602090910190600101612559565b50505050509392505050565b7fffffffff00000000000000000000000000000000000000000000000000000000811681146104df57600080fd5b6000602082840312156125c557600080fd5b813561068081612585565b60005b838110156125eb5781810151838201526020016125d3565b50506000910152565b6000815180845261260c8160208601602086016125d0565b601f01601f19169290920160200192915050565b60208152600061068060208301846125f4565b60006020828403121561264557600080fd5b5035919050565b80356001600160a01b0381168114610e5c57600080fd5b6000806040838503121561267657600080fd5b61267f8361264c565b946020939093013593505050565b6000806000606084860312156126a257600080fd5b6126ab8461264c565b92506126b96020850161264c565b9150604084013590509250925092565b6000602082840312156126db57600080fd5b6106808261264c565b634e487b7160e01b600052604160045260246000fd5b604051601f8201601f1916810167ffffffffffffffff81118282101715612723576127236126e4565b604052919050565b600067ffffffffffffffff821115612745576127456126e4565b50601f01601f191660200190565b600082601f83011261276457600080fd5b81356127776127728261272b565b6126fa565b81815284602083860101111561278c57600080fd5b816020850160208301376000918101602001919091529392505050565b6000806000606084860312156127be57600080fd5b6127c78461264c565b925060208401359150604084013567ffffffffffffffff8111156127ea57600080fd5b6127f686828701612753565b9150509250925092565b6000806040838503121561281357600080fd5b61281c8361264c565b91506020830135801515811461283157600080fd5b809150509250929050565b6000806000806080858703121561285257600080fd5b61285b8561264c565b93506128696020860161264c565b925060408501359150606085013567ffffffffffffffff81111561288c57600080fd5b61289887828801612753565b91505092959194509250565b600080604083850312156128b757600080fd5b6128c08361264c565b91506128ce6020840161264c565b90509250929050565b600083516128e98184602088016125d0565b8351908301906128fd8183602088016125d0565b01949350505050565b85815284602082015283604082015282606082015260a06080820152600061293160a08301846125f4565b979650505050505050565b634e487b7160e01b600052603260045260246000fd5b848152836020820152826040820152608060608201526000610f4860808301846125f4565b60006001600160a01b03808716835280861660208401525083604083015260806060830152610f4860808301846125f4565b6000602082840312156129bb57600080fd5b815161068081612585565b805160208083015191908110156129e7576000198160200360031b1b821691505b50919050565b634e487b7160e01b600052601160045260246000fd5b80820180821115610392576103926129ed565b600081518084526020808501945080840160005b83811015612a4657815187529582019590820190600101612a2a565b509495945050505050565b838152606060208201526000612a6a6060830185612a16565b905060ff83166040830152949350505050565b600060208284031215612a8f57600080fd5b815167ffffffffffffffff811115612aa657600080fd5b8201601f81018413612ab757600080fd5b8051612ac56127728261272b565b818152856020838501011115612ada57600080fd5b610ac08260208301602086016125d0565b604081526000612afe60408301856125f4565b90506001600160a01b03831660208301529392505050565b848152608060208201526000612b2f6080830186612a16565b60ff949094166040830152506060015292915050565b600060208284031215612b5757600080fd5b5051919050565b85815260a060208201526000612b7760a0830187612a16565b60ff861660408401528281036060840152612b9281866125f4565b9150508260808301529695505050505050565b82815260006020808301845182860160005b82811015612bd357815184529284019290840190600101612bb7565b5091979650505050505050565b60006000198203612bf357612bf36129ed565b5060010190565b634e487b7160e01b600052601260045260246000fd5b606081526000612c236060830186612a16565b65ffffffffffff851660208401528281036040840152610f4881856125f4565b848152608060208201526000612c5c6080830186612a16565b65ffffffffffff85166040840152828103606084015261293181856125f4565b606081526000612c8f60608301866125f4565b60208301949094525060400152919050565b81810381811115610392576103926129ed56fea164736f6c6343000815000a","sourceMap":"1145:17672:136:-:0;;;;;;;;;;;;;;;;;;;","linkReferences":{}},"deployedBytecode":{"object":"0x608060405234801561001057600080fd5b506004361061016c5760003560e01c80636352211e116100cd578063a22cb46511610081578063c87b56dd11610066578063c87b56dd146102d1578063e1af802c146102e4578063e985e9c5146102ec57600080fd5b8063a22cb465146102ab578063b88d4fde146102be57600080fd5b80638832e6e3116100b25780638832e6e31461027d57806395d89b4114610290578063a14481941461029857600080fd5b80636352211e1461025757806370a082311461026a57600080fd5b806323b872dd1161012457806342842e0e1161010957806342842e0e1461021c57806342966c681461022f57806345ec93541461024257600080fd5b806323b872dd146101f657806340c10f191461020957600080fd5b8063081812fc11610155578063081812fc146101ae578063095ea7b3146101d9578063119df25f146101ee57600080fd5b806301ffc9a71461017157806306fdde0314610199575b600080fd5b61018461017f3660046125b3565b6102ff565b60405190151581526020015b60405180910390f35b6101a1610398565b6040516101909190612620565b6101c16101bc366004612633565b6103b7565b6040516001600160a01b039091168152602001610190565b6101ec6101e7366004612663565b6103cc565b005b6101c16103e2565b6101ec61020436600461268d565b6103ec565b6101ec610217366004612663565b61049c565b6101ec61022a36600461268d565b6104ae565b6101ec61023d366004612633565b6104ce565b36601f1901355b604051908152602001610190565b6101c1610265366004612633565b6104e2565b6102496102783660046126c9565b6104ed565b6101ec61028b3660046127a9565b61054b565b6101a161055e565b6101ec6102a6366004612663565b610573565b6101ec6102b9366004612800565b610595565b6101ec6102cc36600461283c565b6105a7565b6101a16102df366004612633565b6105be565b6101c161065a565b6101846102fa3660046128a4565b610664565b60007fffffffff0000000000000000000000000000000000000000000000000000000082167fb421288000000000000000000000000000000000000000000000000000000000148061039257507fffffffff0000000000000000000000000000000000000000000000000000000082167f01ffc9a700000000000000000000000000000000000000000000000000000000145b92915050565b60606103b26103ad6103a8610687565b6106a5565b6106d7565b905090565b60006103c2826106f5565b5061039282610746565b6103de82826103d96103e2565b610761565b5050565b60006103b261076e565b6001600160a01b03821661041b57604051633250574960e11b8152600060048201526024015b60405180910390fd5b600061042f838361042a6103e2565b6107a0565b9050836001600160a01b0316816001600160a01b031614610496576040517f64283d7b0000000000000000000000000000000000000000000000000000000081526001600160a01b0380861660048301526024820184905282166044820152606401610412565b50505050565b6104a4610924565b6103de828261093f565b6104c9838383604051806020016040528060008152506105a7565b505050565b6104d6610924565b6104df816109bd565b50565b6000610392826106f5565b60006001600160a01b038216610532576040517f89c62b6400000000000000000000000000000000000000000000000000000000815260006004820152602401610412565b610392610545610540610687565b610a11565b83610a43565b610553610924565b6104c9838383610ac9565b60606103b261056e6103a8610687565b610ae0565b61057b610924565b6103de828260405180602001604052806000815250610ac9565b6103de6105a06103e2565b8383610aff565b6105b28484846103ec565b61049684848484610c23565b60606105c9826106f5565b5060006105d4610d84565b905060006105f16105eb6105e6610687565b610d99565b85610dcb565b9050600081511161061c5760408051602081018690520160405160208183030381529060405261061e565b805b9050600082511161062f5780610652565b81816040516020016106429291906128d7565b6040516020818303038152906040525b949350505050565b60006103b2610e22565b6000610680610679610674610687565b610e61565b8484610e93565b9392505050565b60008061069330610f52565b905061069f8160101b90565b91505090565b6000610392613a3160f11b837f4d65746164617461000000000000000000000000000000000000000000000000611046565b604080516000808252602082019092526060916106528483836110cd565b60008061070183611194565b90506001600160a01b038116610392576040517f7e27328900000000000000000000000000000000000000000000000000000000815260048101849052602401610412565b600061039261075b610756610687565b6111a4565b836111d6565b6104c98383836001611256565b7fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffcc36013560601c8061079d5750335b90565b6000806107ae610540610687565b905060006107bb85611194565b90506001600160a01b038416156107d7576107d78185876113e8565b6001600160a01b0381161561080b576107f4600086600080611256565b61080b828260016108058686610a43565b0361147e565b6001600160a01b03861615610831576108318287610829858a610a43565b60010161147e565b61084b61084461083f610687565b61151b565b868861154d565b61085361160a565b6001600160a01b03166366c93bdb7fddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef610892846001600160a01b031690565b604080516000815260208101918290527fffffffff0000000000000000000000000000000000000000000000000000000060e086901b169091526108e89291906001600160a01b038c16908b9060248101612906565b600060405180830381600087803b15801561090257600080fd5b505af1158015610916573d6000803e3d6000fd5b509298975050505050505050565b61093d61093030610f52565b6109386103e2565b6116e5565b565b6001600160a01b03821661096957604051633250574960e11b815260006004820152602401610412565b6000610977838360006107a0565b90506001600160a01b038116156104c9576040517f73c6ac6e00000000000000000000000000000000000000000000000000000000815260006004820152602401610412565b60006109cc60008360006107a0565b90506001600160a01b0381166103de576040517f7e27328900000000000000000000000000000000000000000000000000000000815260048101839052602401610412565b6000610392613a3160f11b837f42616c616e636573000000000000000000000000000000000000000000000000611046565b60408051600180825281830190925260009182919060208083019080368337019050509050826001600160a01b031660001b81600081518110610a8857610a8861293c565b60209081029190910101526000610ac08583837e20010020000000000000000000000000000000000000000000000000000000611786565b95945050505050565b610ad3838361093f565b6104c96000848484610c23565b60408051600080825260208201909252606091610652848360016110cd565b6001600160a01b038216610b4a576040517f5b08ba180000000000000000000000000000000000000000000000000000000081526001600160a01b0383166004820152602401610412565b610b60610b58610674610687565b848484611843565b610b6861160a565b6001600160a01b031663c9a34acd7f17307eab39ab6107e8899845ad3d59bd9653f200f220920489ca2b5937696c31610ba7866001600160a01b031690565b6001600160a01b038616604080518715156020820152016040516020818303038152906040526040518563ffffffff1660e01b8152600401610bec9493929190612952565b600060405180830381600087803b158015610c0657600080fd5b505af1158015610c1a573d6000803e3d6000fd5b50505050505050565b6001600160a01b0383163b1561049657826001600160a01b031663150b7a02610c4a6103e2565b8685856040518563ffffffff1660e01b8152600401610c6c9493929190612977565b6020604051808303816000875af1925050508015610ca7575060408051601f3d908101601f19168201909252610ca4918101906129a9565b60015b610d10573d808015610cd5576040519150601f19603f3d011682016040523d82523d6000602084013e610cda565b606091505b508051600003610d0857604051633250574960e11b81526001600160a01b0385166004820152602401610412565b805181602001fd5b7fffffffff0000000000000000000000000000000000000000000000000000000081167f150b7a020000000000000000000000000000000000000000000000000000000014610d7d57604051633250574960e11b81526001600160a01b0385166004820152602401610412565b5050505050565b60606103b2610d946103a8610687565b611910565b6000610392613a3160f11b837f546f6b656e555249000000000000000000000000000000000000000000000000611046565b60408051600180825281830190925260609160009190602080830190803683370190505090508260001b81600081518110610e0857610e0861293c565b6020026020010181815250506000610ac0858360006110cd565b7f629a4c26e296b22a8e0856e9f6ecb2d1008d7e00081111962cd175fa7488e175546000906001600160a01b031680610e5c573391505090565b919050565b6000610392613a3160f11b837f4f70657261746f72417070726f76616c00000000000000000000000000000000611046565b60408051600280825260608201835260009283929190602083019080368337019050509050836001600160a01b031660001b81600081518110610ed857610ed861293c565b602002602001018181525050826001600160a01b031660001b81600181518110610f0457610f0461293c565b60209081029190910101526000610f3c8683837e01010001000000000000000000000000000000000000000000000000000000611786565b9050610f488160f81c90565b9695505050505050565b60408051600180825281830190925260009182919060208083019080368337019050509050826001600160a01b031660001b81600081518110610f9757610f9761293c565b60209081029190910181019190915260408051613a3160f11b818401527f776f726c6400000000000000000000000000000000000000000000000000000060228201527f53797374656d5265676973747279000000000000000000000000000000000000603082015281518082039093018352810190526000906106529061101e906129c6565b8360007e20010020000000000000000000000000000000000000000000000000000000611786565b600061105460706010612a03565b7fffff00000000000000000000000000000000000000000000000000000000000085167dffffffffffffffffffffffffffff00000000000000000000000000000000601086901c16177fffffffffffffffffffffffffffffffff00000000000000000000000000000000841690911c1790509392505050565b606060006110d9610e22565b9050306001600160a01b038216036110fe576110f685858561192f565b915050610680565b6040517f1e7889770000000000000000000000000000000000000000000000000000000081526001600160a01b03821690631e7889779061114790889088908890600401612a51565b600060405180830381865afa158015611164573d6000803e3d6000fd5b505050506040513d6000823e601f3d908101601f191682016040526110f69190810190612a7d565b509392505050565b600061039261075b61083f610687565b6000610392613a3160f11b837f546f6b656e417070726f76616c00000000000000000000000000000000000000611046565b604080516001808252818301909252600091829190602080830190803683370190505090508260001b816000815181106112125761121261293c565b6020908102919091010152600061124a8583837e14010014000000000000000000000000000000000000000000000000000000611786565b60601c95945050505050565b808061126a57506001600160a01b03821615155b156113d357600061127a846106f5565b90506001600160a01b038316158015906112a65750826001600160a01b0316816001600160a01b031614155b80156112b957506112b78184610664565b155b156112fb576040517fa9fbf51f0000000000000000000000000000000000000000000000000000000081526001600160a01b0384166004820152602401610412565b81156113d15761130961160a565b6001600160a01b03166366c93bdb7f8c5be1e5ebec7d5bd14f71427d1e84f3dd0314c0f7b2291e5b200ac8c7c3b925611348846001600160a01b031690565b604080516000815260208101918290527fffffffff0000000000000000000000000000000000000000000000000000000060e086901b1690915261139e9291906001600160a01b038b16908a9060248101612906565b600060405180830381600087803b1580156113b857600080fd5b505af11580156113cc573d6000803e3d6000fd5b505050505b505b6104966113e1610756610687565b848661154d565b6113f3838383611969565b6104c9576001600160a01b03831661143a576040517f7e27328900000000000000000000000000000000000000000000000000000000815260048101829052602401610412565b6040517f177e802f0000000000000000000000000000000000000000000000000000000081526001600160a01b038316600482015260248101829052604401610412565b60408051600180825281830190925260009160208083019080368337019050509050826001600160a01b031660001b816000815181106114c0576114c061293c565b60200260200101818152505061049684826000856040516020016114e691815260200190565b60408051601f198184030181529190527e200100200000000000000000000000000000000000000000000000000000006119ce565b6000610392613a3160f11b837f4f776e6572730000000000000000000000000000000000000000000000000000611046565b604080516001808252818301909252600091602080830190803683370190505090508260001b816000815181106115865761158661293c565b60200260200101818152505061049684826000856040516020016115d5919060609190911b7fffffffffffffffffffffffffffffffffffffffff00000000000000000000000016815260140190565b60408051601f198184030181529190527e140100140000000000000000000000000000000000000000000000000000006119ce565b60008061161630610f52565b60408051613a3160f11b60208201527f707570706574000000000000000000000000000000000000000000000000000060228201527f5075707065745265676973747279000000000000000000000000000000000000603082015291925060009161169a9101604051602081830303815290604052611694906129c6565b83611a84565b90506001600160a01b038116610392576040517f9434f7e100000000000000000000000000000000000000000000000000000000815230600482015260248101839052604401610412565b6001600160a01b03811661173a7f6e730000000000000000000000000000000000000000000000000000000000007dffffffffffffffffffffffffffff00000000000000000000000000000000851617611abd565b6001600160a01b0316146103de5761175182611bb0565b816040517fd787b737000000000000000000000000000000000000000000000000000000008152600401610412929190612aeb565b600080611791610e22565b9050306001600160a01b038216036117b7576117af86868686611d2c565b915050610652565b6040517f8c364d590000000000000000000000000000000000000000000000000000000081526001600160a01b03821690638c364d5990611802908990899089908990600401612b16565b602060405180830381865afa15801561181f573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906117af9190612b45565b604080516002808252606082018352600092602083019080368337019050509050836001600160a01b031660001b816000815181106118845761188461293c565b602002602001018181525050826001600160a01b031660001b816001815181106118b0576118b061293c565b602002602001018181525050610d7d85826000856040516020016118db91151560f81b815260010190565b60408051601f198184030181529190527e010100010000000000000000000000000000000000000000000000000000006119ce565b60408051600080825260208201909252606091610652848360026110cd565b606061065261193f858585611d59565b6119628461194d8888611dd9565b9060ff166028026038011c64ffffffffff1690565b6000611dec565b60006001600160a01b038316158015906106525750826001600160a01b0316846001600160a01b031614806119a357506119a38484610664565b806106525750826001600160a01b03166119bc83610746565b6001600160a01b031614949350505050565b60006119d8610e22565b9050306001600160a01b038216036119fc576119f78686868686611e0f565b611a7c565b6040517f390baae00000000000000000000000000000000000000000000000000000000081526001600160a01b0382169063390baae090611a499089908990899089908990600401612b5e565b600060405180830381600087803b158015611a6357600080fd5b505af1158015611a77573d6000803e3d6000fd5b505050505b505050505050565b6040805160018082528183019092526000918291906020808301908036833701905050905082816000815181106112125761121261293c565b604080516001808252818301909252600091829190602080830190803683370190505090508281600081518110611af657611af661293c565b60209081029190910181019190915260408051613a3160f11b818401527f776f726c6400000000000000000000000000000000000000000000000000000060228201527f4e616d6573706163654f776e657200000000000000000000000000000000000060308201528151808203909301835281019052600090611ba590611b7d906129c6565b8360007e14010014000000000000000000000000000000000000000000000000000000611786565b60601c949350505050565b606081601081901b6000611bc383611e24565b9050827fffffffffffffffffffffffffffff000000000000000000000000000000000000831615611c16577fffffffffffffffffffffffffffff0000000000000000000000000000000000008316611c38565b7f524f4f545f4e414d4553504143450000000000000000000000000000000000005b7fffffffffffffffffffffffffffffffff00000000000000000000000000000000831615611c665782611c88565b7f524f4f545f4e414d4500000000000000000000000000000000000000000000005b6040517fffff00000000000000000000000000000000000000000000000000000000000090931660208401527f3a00000000000000000000000000000000000000000000000000000000000000602284018190527fffffffffffffffffffffffffffffffff00000000000000000000000000000000928316602385015260338401521660348201526044016040516020818303038152906040529350505050919050565b6000610ac0611d3b8686611e3b565b60ff858116601b0360080285901c16611d548587611e91565b611ecc565b60008383604051602001611d6e929190612ba5565b604051602081830303815290604052805190602001208260f81b7effffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff19167f3b4102da22e32d82fc925482184f16c09fd4281692720b87d124aef6da48a0f1181860001c90509392505050565b6000610680611de88484611f1d565b5490565b60405160208101601f19603f858401011660405283825261118c85858584611f73565b610d7d8585611e1e8487611e91565b85612042565b6000611e3260706010612a03565b9190911b919050565b60008282604051602001611e50929190612ba5565b60408051601f1981840301815291905280516020909101207f86425bff6b57326c7859e89024fe4f238ca327a1ae4a230180dd2f0e88aaa7d9189392505050565b600080805b8360ff1681101561118c57611eb860ff601b83900360080287901c1683612a03565b915080611ec481612be0565b915050611e96565b600060208210611ef257602082048401935060208281611eee57611eee612bfa565b0691505b508254600882021b60208290038084111561118c576001850154600882021c82179150509392505050565b60008282604051602001611f32929190612ba5565b60408051601f1981840301815291905280516020909101207f14e2fcc58e58e68ec7edc30c8d50dccc3ce2714a623ec81f46b6a63922d76569189392505050565b8115611ffc5760208210611f9d57602082048401935060208281611f9957611f99612bfa565b0691505b8115611ffc576020829003600081851015611fc15750600019600885021c19611fcc565b50600019600882021c195b8554600885021b811984511682821617845250818511611fed575050610496565b50600194909401939283900392015b5b6020831061201e5783548152600190930192601f1990920191602001611ffd565b8215610496576000600019600885021c198251865482169119161782525050505050565b600061204e8585611e3b565b9050847f8c0b5119d4cec7b284c6b1b39252a03d1e2f2d7451a5895562524c113bb952be85858560405161208493929190612c10565b60405180910390a2613a3160f11b857fffff00000000000000000000000000000000000000000000000000000000000016146120c05750610496565b60006120cb8661229b565b905060005b81518110156121aa5760008282815181106120ed576120ed61293c565b602002602001015190506121196004826affffffffffffffffffffff191661237b90919063ffffffff16565b15612197576040517f964f667d000000000000000000000000000000000000000000000000000000008152606082901c9063964f667d90612164908b908b908b908b90600401612c43565b600060405180830381600087803b15801561217e57600080fd5b505af1158015612192573d6000803e3d6000fd5b505050505b50806121a281612be0565b9150506120d0565b506121be828565ffffffffffff1685612399565b60005b8151811015610c1a5760008282815181106121de576121de61293c565b6020026020010151905061220a6008826affffffffffffffffffffff191661237b90919063ffffffff16565b15612288576040517fa8ba8721000000000000000000000000000000000000000000000000000000008152606082901c9063a8ba872190612255908b908b908b908b90600401612c43565b600060405180830381600087803b15801561226f57600080fd5b505af1158015612283573d6000803e3d6000fd5b505050505b508061229381612be0565b9150506121c1565b604080516001808252818301909252606091600091906020808301908036833701905050905082816000815181106122d5576122d561293c565b60209081029190910181019190915260408051613a3160f11b818401527f73746f726500000000000000000000000000000000000000000000000000000060228201527f53746f7265486f6f6b7300000000000000000000000000000000000000000000603082015281518082039093018352810190526000906123649061235c906129c6565b83600061192f565b905061065261237682600084516123a9565b612439565b60008160ff168261238c8560581c90565b1660ff1614905092915050565b6104c9838360208401845161244a565b60008183111580156123bc575083518211155b6123f8578383836040517f23230fa300000000000000000000000000000000000000000000000000000000815260040161041293929190612c7c565b602084016124068482612a03565b905060006124148585612ca1565b6fffffffffffffffffffffffffffffffff1660809290921b9190911795945050505050565b60606000610680836015600061250a565b82156124c457602083106124745760208304840193506020838161247057612470612bfa565b0692505b82156124c45760208390036000600019600884021c1990506008850281811c91508451811c90508119875416828216178755508183116124b5575050610496565b50600194909401939182019190035b5b602081106124e65781518455600190930192602090910190601f19016124c5565b8015610496576000600019600883021c198554845182169119161785555050505050565b606060006125188560801c90565b90506fffffffffffffffffffffffffffffffff8516600085828161253e5761253e612bfa565b04905060405193506020840160208202810160405281855260005b82811015612579578451871c825293870193602090910190600101612559565b50505050509392505050565b7fffffffff00000000000000000000000000000000000000000000000000000000811681146104df57600080fd5b6000602082840312156125c557600080fd5b813561068081612585565b60005b838110156125eb5781810151838201526020016125d3565b50506000910152565b6000815180845261260c8160208601602086016125d0565b601f01601f19169290920160200192915050565b60208152600061068060208301846125f4565b60006020828403121561264557600080fd5b5035919050565b80356001600160a01b0381168114610e5c57600080fd5b6000806040838503121561267657600080fd5b61267f8361264c565b946020939093013593505050565b6000806000606084860312156126a257600080fd5b6126ab8461264c565b92506126b96020850161264c565b9150604084013590509250925092565b6000602082840312156126db57600080fd5b6106808261264c565b634e487b7160e01b600052604160045260246000fd5b604051601f8201601f1916810167ffffffffffffffff81118282101715612723576127236126e4565b604052919050565b600067ffffffffffffffff821115612745576127456126e4565b50601f01601f191660200190565b600082601f83011261276457600080fd5b81356127776127728261272b565b6126fa565b81815284602083860101111561278c57600080fd5b816020850160208301376000918101602001919091529392505050565b6000806000606084860312156127be57600080fd5b6127c78461264c565b925060208401359150604084013567ffffffffffffffff8111156127ea57600080fd5b6127f686828701612753565b9150509250925092565b6000806040838503121561281357600080fd5b61281c8361264c565b91506020830135801515811461283157600080fd5b809150509250929050565b6000806000806080858703121561285257600080fd5b61285b8561264c565b93506128696020860161264c565b925060408501359150606085013567ffffffffffffffff81111561288c57600080fd5b61289887828801612753565b91505092959194509250565b600080604083850312156128b757600080fd5b6128c08361264c565b91506128ce6020840161264c565b90509250929050565b600083516128e98184602088016125d0565b8351908301906128fd8183602088016125d0565b01949350505050565b85815284602082015283604082015282606082015260a06080820152600061293160a08301846125f4565b979650505050505050565b634e487b7160e01b600052603260045260246000fd5b848152836020820152826040820152608060608201526000610f4860808301846125f4565b60006001600160a01b03808716835280861660208401525083604083015260806060830152610f4860808301846125f4565b6000602082840312156129bb57600080fd5b815161068081612585565b805160208083015191908110156129e7576000198160200360031b1b821691505b50919050565b634e487b7160e01b600052601160045260246000fd5b80820180821115610392576103926129ed565b600081518084526020808501945080840160005b83811015612a4657815187529582019590820190600101612a2a565b509495945050505050565b838152606060208201526000612a6a6060830185612a16565b905060ff83166040830152949350505050565b600060208284031215612a8f57600080fd5b815167ffffffffffffffff811115612aa657600080fd5b8201601f81018413612ab757600080fd5b8051612ac56127728261272b565b818152856020838501011115612ada57600080fd5b610ac08260208301602086016125d0565b604081526000612afe60408301856125f4565b90506001600160a01b03831660208301529392505050565b848152608060208201526000612b2f6080830186612a16565b60ff949094166040830152506060015292915050565b600060208284031215612b5757600080fd5b5051919050565b85815260a060208201526000612b7760a0830187612a16565b60ff861660408401528281036060840152612b9281866125f4565b9150508260808301529695505050505050565b82815260006020808301845182860160005b82811015612bd357815184529284019290840190600101612bb7565b5091979650505050505050565b60006000198203612bf357612bf36129ed565b5060010190565b634e487b7160e01b600052601260045260246000fd5b606081526000612c236060830186612a16565b65ffffffffffff851660208401528281036040840152610f4881856125f4565b848152608060208201526000612c5c6080830186612a16565b65ffffffffffff85166040840152828103606084015261293181856125f4565b606081526000612c8f60608301866125f4565b60208301949094525060400152919050565b81810381811115610392576103926129ed56fea164736f6c6343000815000a","sourceMap":"1145:17672:136:-:0;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;2311:188:57;;;;;;:::i;:::-;;:::i;:::-;;;611:14:201;;604:22;586:41;;574:2;559:18;2311:188:57;;;;;;;;1746:132:136;;;:::i;:::-;;;;;;;:::i;3064:144::-;;;;;;:::i;:::-;;:::i;:::-;;;-1:-1:-1;;;;;1802:55:201;;;1784:74;;1772:2;1757:18;3064:144:136;1638:226:201;2904:107:136;;;;;;:::i;:::-;;:::i;:::-;;1245:113:57;;;:::i;3706:536:136:-;;;;;;:::i;:::-;;:::i;4925:108::-;;;;;;:::i;:::-;;:::i;4300:126::-;;;;;;:::i;:::-;;:::i;6088:84::-;;;;;;:::i;:::-;;:::i;1599:110:57:-;3585:14;-1:-1:-1;;3581:23:57;3568:37;1599:110;;;2808:25:201;;;2796:2;2781:18;1599:110:57;2662:177:201;1580:112:136;;;;;;:::i;:::-;;:::i;1308:223::-;;;;;;:::i;:::-;;:::i;5720:141::-;;;;;;:::i;:::-;;:::i;1934:136::-;;;:::i;5399:112::-;;;;;;:::i;:::-;;:::i;3267:138::-;;;;;;:::i;:::-;;:::i;4484:198::-;;;;;;:::i;:::-;;:::i;2128:417::-;;;;;;:::i;:::-;;:::i;1925:95:57:-;;;:::i;3463:189:136:-;;;;;;:::i;:::-;;:::i;2311:188:57:-;2387:4;2406:50;;;485:152:49;2406:50:57;;:88;;-1:-1:-1;2460:34:57;;;188::46;2460::57;2406:88;2399:95;2311:188;-1:-1:-1;;2311:188:57:o;1746:132:136:-;1791:13;1819:54;1842:30;1859:12;:10;:12::i;:::-;1842:16;:30::i;:::-;1819:22;:54::i;:::-;1812:61;;1746:132;:::o;3064:144::-;3131:7;3146:22;3160:7;3146:13;:22::i;:::-;;3182:21;3195:7;3182:12;:21::i;2904:107::-;2971:35;2980:2;2984:7;2993:12;:10;:12::i;:::-;2971:8;:35::i;:::-;2904:107;;:::o;1245:113:57:-;1288:14;1317:36;:34;:36::i;3706:536:136:-;-1:-1:-1;;;;;3796:16:136;;3792:77;;3829:33;;-1:-1:-1;;;3829:33:136;;3859:1;3829:33;;;1784:74:201;1757:18;;3829:33:136;;;;;;;;3792:77;4075:21;4099:34;4107:2;4111:7;4120:12;:10;:12::i;:::-;4099:7;:34::i;:::-;4075:58;;4160:4;-1:-1:-1;;;;;4143:21:136;:13;-1:-1:-1;;;;;4143:21:136;;4139:99;;4181:50;;;;;-1:-1:-1;;;;;6187:15:201;;;4181:50:136;;;6169:34:201;6219:18;;;6212:34;;;6282:15;;6262:18;;;6255:43;6081:18;;4181:50:136;5906:398:201;4139:99:136;3786:456;3706:536;;;:::o;4925:108::-;4989:15;:13;:15::i;:::-;5010:18;5016:2;5020:7;5010:5;:18::i;4300:126::-;4382:39;4399:4;4405:2;4409:7;4382:39;;;;;;;;;;;;:16;:39::i;:::-;4300:126;;;:::o;6088:84::-;6132:15;:13;:15::i;:::-;6153:14;6159:7;6153:5;:14::i;:::-;6088:84;:::o;1580:112::-;1643:7;1665:22;1679:7;1665:13;:22::i;1308:223::-;1371:7;-1:-1:-1;;;;;1390:19:136;;1386:77;;1426:30;;;;;1453:1;1426:30;;;1784:74:201;1757:18;;1426:30:136;1638:226:201;1386:77:136;1475:51;1488:30;1505:12;:10;:12::i;:::-;1488:16;:30::i;:::-;1520:5;1475:12;:51::i;5720:141::-;5807:15;:13;:15::i;:::-;5828:28;5838:2;5842:7;5851:4;5828:9;:28::i;1934:136::-;1981:13;2009:56;2034:30;2051:12;:10;:12::i;2034:30::-;2009:24;:56::i;5399:112::-;5459:15;:13;:15::i;:::-;5480:26;5490:2;5494:7;5480:26;;;;;;;;;;;;:9;:26::i;3267:138::-;3348:52;3367:12;:10;:12::i;:::-;3381:8;3391;3348:18;:52::i;4484:198::-;4593:31;4606:4;4612:2;4616:7;4593:12;:31::i;:::-;4630:47;4653:4;4659:2;4663:7;4672:4;4630:22;:47::i;2128:417::-;2192:13;2213:22;2227:7;2213:13;:22::i;:::-;;2242:21;2266:10;:8;:10::i;:::-;2242:34;;2282:23;2308:53;2321:30;2338:12;:10;:12::i;:::-;2321:16;:30::i;:::-;2353:7;2308:12;:53::i;:::-;2282:79;;2405:1;2385:9;2379:23;:27;:75;;2428:25;;;;;;6438:19:201;;;6473:12;2428:25:136;;;;;;;;;;;;2379:75;;;2409:9;2379:75;2367:87;;2491:1;2473:7;2467:21;:25;:73;;2531:9;2467:73;;;2509:7;2518:9;2495:33;;;;;;;;;:::i;:::-;;;;;;;;;;;;;2467:73;2460:80;2128:417;-1:-1:-1;;;;2128:417:136:o;1925:95:57:-;1964:7;1986:29;:27;:29::i;3463:189:136:-;3551:4;3570:77;3591:38;3616:12;:10;:12::i;:::-;3591:24;:38::i;:::-;3631:5;3638:8;3570:20;:77::i;:::-;3563:84;3463:189;-1:-1:-1;;;3463:189:136:o;18517:166::-;18562:17;18587:19;18609:33;18636:4;18609:18;:33::i;:::-;18587:55;;18655:23;:8;336:5:16;2530:44:58;;2432:148;18655:23:136;18648:30;;;18517:166;:::o;709:181:151:-;768:10;791:96;-1:-1:-1;;;854:9:151;871:13;791:25;:96::i;3332:244:145:-;3448:16;;;3419:26;3448:16;;;;;;;;;3393:18;;3492:51;3520:8;3448:16;3419:26;3492:27;:51::i;17125:217:136:-;17188:7;17203:13;17219:17;17228:7;17219:8;:17::i;:::-;17203:33;-1:-1:-1;;;;;;17246:19:136;;17242:78;;17282:31;;;;;;;;2808:25:201;;;2781:18;;17282:31:136;2662:177:201;6918:160:136;6988:7;7010:63;7028:35;7050:12;:10;:12::i;:::-;7028:21;:35::i;:::-;7065:7;7010:17;:63::i;15276:114::-;15352:33;15361:2;15365:7;15374:4;15380;15352:8;:33::i;2779:381:57:-;3063:34;3067:14;3063:34;3050:48;3046:2;3042:57;;3110:45;;-1:-1:-1;3145:10:57;3110:45;2779:381;:::o;9814:985:136:-;9900:7;9915:25;9943:30;9960:12;:10;:12::i;9943:30::-;9915:58;;9979:12;9994:17;10003:7;9994:8;:17::i;:::-;9979:32;-1:-1:-1;;;;;;10063:18:136;;;10059:76;;10091:37;10108:4;10114;10120:7;10091:16;:37::i;:::-;-1:-1:-1;;;;;10171:18:136;;;10167:274;;10275:48;10292:1;10296:7;10313:1;10317:5;10275:8;:48::i;:::-;10352:74;10365:14;10381:4;10424:1;10387:34;10400:14;10416:4;10387:12;:34::i;:::-;:38;10352:12;:74::i;:::-;-1:-1:-1;;;;;10451:16:136;;;10447:135;;10497:70;10510:14;10526:2;10530:32;10543:14;10559:2;10530:12;:32::i;:::-;10565:1;10530:36;10497:12;:70::i;:::-;10588:53;10599:28;10614:12;:10;:12::i;:::-;10599:14;:28::i;:::-;10629:7;10638:2;10588:10;:53::i;:::-;10685:8;:6;:8::i;:::-;-1:-1:-1;;;;;10685:12:136;;10698:17;10717:13;10725:4;-1:-1:-1;;;;;133:23:174;;59:101;10717:13:136;10763:12;;;10773:1;10763:12;;;;;;;;;10685:91;;;;;;;;;;;;;-1:-1:-1;;;;;133:23:174;;;10753:7:136;;10685:91;;;;:::i;:::-;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;-1:-1:-1;10790:4:136;;9814:985;-1:-1:-1;;;;;;;;9814:985:136:o;18687:128::-;18732:78;18762:33;18789:4;18762:18;:33::i;:::-;18797:12;:10;:12::i;:::-;18732:29;:78::i;:::-;18687:128::o;11095:293::-;-1:-1:-1;;;;;11158:16:136;;11154:77;;11191:33;;-1:-1:-1;;;11191:33:136;;11221:1;11191:33;;;1784:74:201;1757:18;;11191:33:136;1638:226:201;11154:77:136;11236:21;11260:32;11268:2;11272:7;11289:1;11260:7;:32::i;:::-;11236:56;-1:-1:-1;;;;;;11302:27:136;;;11298:86;;11346:31;;;;;11374:1;11346:31;;;1784:74:201;1757:18;;11346:31:136;1638:226:201;12496:207:136;12543:21;12567:40;12583:1;12587:7;12604:1;12567:7;:40::i;:::-;12543:64;-1:-1:-1;;;;;;12617:27:136;;12613:86;;12661:31;;;;;;;;2808:25:201;;;2781:18;;12661:31:136;2662:177:201;526:181:151;585:10;608:96;-1:-1:-1;;;671:9:151;688:13;608:25;:96::i;3913:325:183:-;4037:16;;;4051:1;4037:16;;;;;;;;;3987:13;;;;4037:16;;;;;;;;;;;;-1:-1:-1;4037:16:183;4008:45;;4098:7;-1:-1:-1;;;;;4082:25:183;4074:34;;4059:9;4069:1;4059:12;;;;;;;;:::i;:::-;;;;;;;;;;:49;4115:13;4131:64;4158:8;4168:9;4115:13;1162:66;4131:26;:64::i;:::-;4115:80;3913:325;-1:-1:-1;;;;;3913:325:183:o;12022:172:136:-;12112:18;12118:2;12122:7;12112:5;:18::i;:::-;12136:53;12167:1;12171:2;12175:7;12184:4;12136:22;:53::i;7663:248:145:-;7783:16;;;7754:26;7783:16;;;;;;;;;7726:20;;7827:51;7855:8;7783:16;7876:1;7827:27;:51::i;16483:421:136:-;-1:-1:-1;;;;;16586:22:136;;16582:81;;16625:31;;;;;-1:-1:-1;;;;;1802:55:201;;16625:31:136;;;1784:74:201;1757:18;;16625:31:136;1638:226:201;16582:81:136;16668:87;16689:38;16714:12;:10;:12::i;16689:38::-;16729:5;16736:8;16746;16668:20;:87::i;:::-;16805:8;:6;:8::i;:::-;-1:-1:-1;;;;;16805:12:136;;16818:23;16843:14;16851:5;-1:-1:-1;;;;;133:23:174;;59:101;16843:14:136;-1:-1:-1;;;;;133:23:174;;16878:20:136;;;611:14:201;;604:22;16878:20:136;;;586:41:201;559:18;16878:20:136;;;;;;;;;;;;16805:94;;;;;;;;;;;;;;;;;;:::i;:::-;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;16483:421;;;:::o;17861:652::-;-1:-1:-1;;;;;17973:14:136;;;:18;17969:540;;18021:2;-1:-1:-1;;;;;18005:36:136;;18042:12;:10;:12::i;:::-;18056:4;18062:7;18071:4;18005:71;;;;;;;;;;;;;;;;;;:::i;:::-;;;;;;;;;;;;;;;;;;;;-1:-1:-1;18005:71:136;;;;;;;;-1:-1:-1;;18005:71:136;;;;;;;;;;;;:::i;:::-;;;18001:502;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;18274:6;:13;18291:1;18274:18;18270:225;;18313:25;;-1:-1:-1;;;18313:25:136;;-1:-1:-1;;;;;1802:55:201;;18313:25:136;;;1784:74:201;1757:18;;18313:25:136;1638:226:201;18270:225:136;18465:6;18459:13;18450:6;18446:2;18442:15;18435:38;18001:502;18115:51;;;18125:41;18115:51;18111:112;;18187:25;;-1:-1:-1;;;18187:25:136;;-1:-1:-1;;;;;1802:55:201;;18187:25:136;;;1784:74:201;1757:18;;18187:25:136;1638:226:201;18111:112:136;18077:154;17861:652;;;;:::o;2714:141::-;2765:13;2793:57;2819:30;2836:12;:10;:12::i;2819:30::-;2793:25;:57::i;1465:182:151:-;1524:10;1547:97;-1:-1:-1;;;1610:9:151;1627:14;1547:25;:97::i;3894:307:150:-;4027:16;;;4041:1;4027:16;;;;;;;;;3968:22;;3998:26;;4027:16;;;;;;;;;;;;-1:-1:-1;4027:16:150;3998:45;;4080:7;4064:25;;4049:9;4059:1;4049:12;;;;;;;;:::i;:::-;;;;;;:40;;;;;4096:18;4117:51;4145:8;4155:9;4166:1;4117:27;:51::i;1766:227:24:-;996:42;1855:22;1816:7;;-1:-1:-1;;;;;1855:22:24;;1883:106;;1931:10;1924:17;;;1766:227;:::o;1883:106::-;1969:13;1766:227;-1:-1:-1;1766:227:24:o;892:198:151:-;959:10;982:105;-1:-1:-1;;;1045:9:151;1062:22;982:25;:105::i;4156:401:147:-;4296:16;;;4310:1;4296:16;;;;;;;;4246:13;;;;4296:16;4310:1;4296:16;;;;;;;;;;-1:-1:-1;4296:16:147;4267:45;;4357:5;-1:-1:-1;;;;;4341:23:147;4333:32;;4318:9;4328:1;4318:12;;;;;;;;:::i;:::-;;;;;;:47;;;;;4410:8;-1:-1:-1;;;;;4394:26:147;4386:35;;4371:9;4381:1;4371:12;;;;;;;;:::i;:::-;;;;;;;;;;:50;4428:13;4444:64;4471:8;4481:9;4428:13;1162:66;4444:26;:64::i;:::-;4428:80;;4522:29;4543:5;4530:20;;8941:5;8855:97;4522:29;4514:38;4156:401;-1:-1:-1;;;;;;4156:401:147:o;4160:314:75:-;4268:16;;;4282:1;4268:16;;;;;;;;;4212:19;;;;4268:16;;;;;;;;;;;;-1:-1:-1;4268:16:75;4239:45;;4329:6;-1:-1:-1;;;;;4313:24:75;4305:33;;4290:9;4300:1;4290:12;;;;;;;;:::i;:::-;;;;;;;;;;;:48;;;;1253:77;;;-1:-1:-1;;;1253:77:75;;;9088:92:201;1286:16:75;9196:11:201;;;9189:100;1304:25:75;9305:12:201;;;9298:101;1253:77:75;;;;;;;;;;9415:12:201;;1253:77:75;;-1:-1:-1;;4361:64:75;;1245:86;;;:::i;:::-;4398:9;4409:1;1446:66;4361:26;:64::i;1008:257:58:-;1095:10;1224:26;399:6;336:5:16;1224:26:58;:::i;:::-;1151:15;;;1170:31;336:5:16;1170:31:58;;;;1151:51;1206:13;;;:45;;;1151:101;;-1:-1:-1;1008:257:58;;;;;:::o;18525:431:24:-;18661:12;18681:21;18705:17;:15;:17::i;:::-;18681:41;-1:-1:-1;18757:4:24;-1:-1:-1;;;;;18732:30:24;;;18728:224;;18779:63;18805:7;18814:8;18824:17;18779:25;:63::i;:::-;18772:70;;;;;18728:224;18870:75;;;;;-1:-1:-1;;;;;18870:37:24;;;;;:75;;18908:7;;18917:8;;18927:17;;18870:75;;;:::i;:::-;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;-1:-1:-1;;18870:75:24;;;;;;;;;;;;:::i;18728:224::-;18675:281;18525:431;;;;;:::o;6668:142:136:-;6734:7;6756:49;6767:28;6782:12;:10;:12::i;1271:192:151:-;1335:10;1358:102;-1:-1:-1;;;1421:9:151;1438:19;1358:25;:102::i;3916:318:149:-;4042:16;;;4056:1;4042:16;;;;;;;;;3990:15;;;;4042:16;;;;;;;;;;;;-1:-1:-1;4042:16:149;4013:45;;4095:7;4079:25;;4064:9;4074:1;4064:12;;;;;;;;:::i;:::-;;;;;;;;;;:40;4111:13;4127:64;4154:8;4164:9;4111:13;1162:66;4127:26;:64::i;:::-;4205:23;;;3916:318;-1:-1:-1;;;;;3916:318:149:o;15562:730:136:-;15714:9;:31;;;-1:-1:-1;;;;;;15727:18:136;;;;15714:31;15710:504;;;15755:13;15771:22;15785:7;15771:13;:22::i;:::-;15755:38;-1:-1:-1;;;;;;15909:18:136;;;;;;:35;;;15940:4;-1:-1:-1;;;;;15931:13:136;:5;-1:-1:-1;;;;;15931:13:136;;;15909:35;:69;;;;;15949:29;15966:5;15973:4;15949:16;:29::i;:::-;15948:30;15909:69;15905:128;;;15997:27;;;;;-1:-1:-1;;;;;1802:55:201;;15997:27:136;;;1784:74:201;1757:18;;15997:27:136;1638:226:201;15905:128:136;16045:9;16041:167;;;16107:8;:6;:8::i;:::-;-1:-1:-1;;;;;16107:12:136;;16120:17;16139:14;16147:5;-1:-1:-1;;;;;133:23:174;;59:101;16139:14:136;16186:12;;;16196:1;16186:12;;;;;;;;;16107:92;;;;;;;;;;;;;-1:-1:-1;;;;;133:23:174;;;16176:7:136;;16107:92;;;;:::i;:::-;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;16041:167;15747:467;15710:504;16220:67;16238:35;16260:12;:10;:12::i;16238:35::-;16275:7;16284:2;16220:17;:67::i;8043:324::-;8151:38;8165:5;8172:7;8181;8151:13;:38::i;:::-;8146:217;;-1:-1:-1;;;;;8203:19:136;;8199:158;;8241:31;;;;;;;;2808:25:201;;;2781:18;;8241:31:136;2662:177:201;8199:158:136;8304:44;;;;;-1:-1:-1;;;;;11849:55:201;;8304:44:136;;;11831:74:201;11921:18;;;11914:34;;;11804:18;;8304:44:136;11657:297:201;5299:284:183;5409:16;;;5423:1;5409:16;;;;;;;;;5380:26;;5409:16;;;;;;;;;;;-1:-1:-1;5409:16:183;5380:45;;5470:7;-1:-1:-1;;;;;5454:25:183;5446:34;;5431:9;5441:1;5431:12;;;;;;;;:::i;:::-;;;;;;:49;;;;;5487:91;5514:8;5524:9;5535:1;5556:5;5538:25;;;;;;6438:19:201;;6482:2;6473:12;;6309:182;5538:25:183;;;;-1:-1:-1;;5538:25:183;;;;;;;;;1162:66;5487:26;:91::i;1092:177:151:-;1149:10;1172:94;-1:-1:-1;;;1235:9:151;1252:11;1172:25;:94::i;5243:275:148:-;5353:16;;;5367:1;5353:16;;;;;;;;;5324:26;;5353:16;;;;;;;;;;;-1:-1:-1;5353:16:148;5324:45;;5406:7;5390:25;;5375:9;5385:1;5375:12;;;;;;;;:::i;:::-;;;;;;:40;;;;;5422:91;5449:8;5459:9;5470:1;5491:5;5473:25;;;;;;;12108:2:201;12104:15;;;;12121:66;12100:88;12088:101;;12214:2;12205:12;;11959:264;5473:25:148;;;;-1:-1:-1;;5473:25:148;;;;;;;;;1162:66;5422:26;:91::i;471:324:169:-;512:6;526:19;548:41;583:4;548:26;:41::i;:::-;794:70:171;;;-1:-1:-1;;;794:70:171;;;9088:92:201;435:17:171;9196:11:201;;;9189:100;838:25:171;9305:12:201;;;9298:101;526:63:169;;-1:-1:-1;595:21:169;;619:45;;9415:12:201;794:70:171;;;;;;;;;;;;786:79;;;:::i;:::-;655:8:169;619:18;:45::i;:::-;595:69;-1:-1:-1;;;;;;674:27:169;;670:86;;710:46;;;;;740:4;710:46;;;11831:74:201;11921:18;;;11914:34;;;11804:18;;710:46:169;11657:297:201;2226:232:190;-1:-1:-1;;;;;2311:57:190;;:47;1079:18:93;606:36:58;2848:46;;2847:74;2311:18:190;:47::i;:::-;-1:-1:-1;;;;;2311:57:190;;2307:147;;2417:21;:10;:19;:21::i;:::-;2440:6;2385:62;;;;;;;;;;;;:::i;17702:457:24:-;17859:7;17874:21;17898:17;:15;:17::i;:::-;17874:41;-1:-1:-1;17950:4:24;-1:-1:-1;;;;;17925:30:24;;;17921:234;;17972:68;17997:7;18006:8;18016:10;18028:11;17972:24;:68::i;:::-;17965:75;;;;;17921:234;18068:80;;;;;-1:-1:-1;;;;;18068:36:24;;;;;:80;;18105:7;;18114:8;;18124:10;;18136:11;;18068:80;;;:::i;:::-;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;:::i;5858:357:147:-;5984:16;;;5998:1;5984:16;;;;;;;;5955:26;;5984:16;;;;;;;;;;-1:-1:-1;5984:16:147;5955:45;;6045:5;-1:-1:-1;;;;;6029:23:147;6021:32;;6006:9;6016:1;6006:12;;;;;;;;:::i;:::-;;;;;;:47;;;;;6098:8;-1:-1:-1;;;;;6082:26:147;6074:35;;6059:9;6069:1;6059:12;;;;;;;;:::i;:::-;;;;;;:50;;;;;6116:94;6143:8;6153:9;6164:1;6185:8;6167:28;;;;;;13797:14:201;13790:22;13785:3;13781:32;13769:45;;13839:1;13830:11;;13646:201;6167:28:147;;;;-1:-1:-1;;6167:28:147;;;;;;;;;1162:66;6116:26;:94::i;12061:250:145:-;12183:16;;;12154:26;12183:16;;;;;;;;;12125:21;;12227:51;12255:8;12183:16;12276:1;12227:27;:51::i;36221:522:20:-;36357:12;36481:257;36520:79;36562:7;36571:8;36581:17;36520:41;:79::i;:::-;36617:93;36692:17;36617:66;36665:7;36674:8;36617:47;:66::i;:::-;:74;6743:16:15;;862:5;6743:16;785:5;6732:27;6692:68;6670:92;;;6555:218;36617:93:20;36728:1;36481:12;:257::i;7373:254:136:-;7476:4;-1:-1:-1;;;;;7501:21:136;;;;;;:121;;;7542:7;-1:-1:-1;;;;;7533:16:136;:5;-1:-1:-1;;;;;7533:16:136;;:52;;;;7553:32;7570:5;7577:7;7553:16;:32::i;:::-;7533:88;;;;7614:7;-1:-1:-1;;;;;7589:32:136;:21;7602:7;7589:12;:21::i;:::-;-1:-1:-1;;;;;7589:32:136;;;7373:254;-1:-1:-1;;;;7373:254:136:o;10690:455:24:-;10862:21;10886:17;:15;:17::i;:::-;10862:41;-1:-1:-1;10938:4:24;-1:-1:-1;;;;;10913:30:24;;;10909:232;;10953:74;10978:7;10987:8;10997:10;11009:4;11015:11;10953:24;:74::i;:::-;10909:232;;;11048:86;;;;;-1:-1:-1;;;;;11048:36:24;;;;;:86;;11085:7;;11094:8;;11104:10;;11116:4;;11122:11;;11048:86;;;:::i;:::-;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;10909:232;10856:289;10690:455;;;;;:::o;4011:323:173:-;4140:16;;;4154:1;4140:16;;;;;;;;;4089:14;;;;4140:16;;;;;;;;;;;;-1:-1:-1;4140:16:173;4111:45;;4195:8;4162:9;4172:1;4162:12;;;;;;;;:::i;4133:307:72:-;4243:16;;;4257:1;4243:16;;;;;;;;;4193:13;;;;4243:16;;;;;;;;;;;;-1:-1:-1;4243:16:72;4214:45;;4298:11;4265:9;4275:1;4265:12;;;;;;;;:::i;:::-;;;;;;;;;;;:45;;;;1253:77;;;-1:-1:-1;;;1253:77:72;;;9088:92:201;1286:16:72;9196:11:201;;;9189:100;1304:25:72;9305:12:201;;;9298:101;1253:77:72;;;;;;;;;;9415:12:201;;1253:77:72;;-1:-1:-1;;4333:64:72;;1245:86;;;:::i;:::-;4370:9;4381:1;1446:66;4333:26;:64::i;:::-;4411:23;;;4133:307;-1:-1:-1;;;;4133:307:72:o;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;;14974:66:201;14962:79;;;3665:242:58;;;14950:92:201;15061:3;15080:11;;;15073:23;;;15115:66;15210:15;;;15197:11;;;15190:36;15242:12;;;15235:24;15289:15;15275:12;;;15268:37;15321:12;;3665:242:58;;;;;;;;;;;;3636:279;;;;;3379:541;;;:::o;35212::20:-;35369:7;35506:242;35550:59;35591:7;35600:8;35550:40;:59::i;:::-;35627:31;;;;4044:19:3;:27;537:1:30;4043:44:3;4009:79;;;3996:93;35676:63:20;35715:11;35728:10;35676:38;:63::i;:::-;35506:17;:242::i;51555:274::-;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;52752:301::-;52873:13;52965:82;52996:48;53026:7;53035:8;52996:29;:48::i;:::-;4572:21:19;;4466:137;4903:665;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;22277:355:20:-;22449:178;22483:7;22508:8;22538:63;22577:11;22590:10;22538:38;:63::i;:::-;22616:4;22449:16;:178::i;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;49619:191:20:-;49721:7;49785;49794:8;49768:35;;;;;;;;;:::i;:::-;;;;-1:-1:-1;;49768:35:20;;;;;;;;;49758:46;;49768:35;49758:46;;;;41226:22;49751:53;;49619:191;-1:-1:-1;;;49619:191:20:o;50636:242::-;50732:7;;;50771:84;50791:10;50787:14;;:1;:14;50771:84;;;50816:32;3996:93:3;4044:19;:27;;;537:1:30;4043:44:3;4009:79;;;3996:93;50816:32:20;;:::i;:::-;;-1:-1:-1;50803:3:20;;;;:::i;:::-;;;;50771:84;;8796:790:19;8894:14;8930:2;8920:6;:12;8916:112;;8989:2;8980:6;:11;8962:29;;;;9011:2;9001:12;;;;;;:::i;:::-;;;;8916:112;-1:-1:-1;9208:21:19;;9204:1;9192:14;;9188:42;9356:2;:11;;;9438:22;;;9434:148;;;9563:1;9547:14;9543:22;9537:29;9533:1;9518:13;9514:21;9510:57;9502:6;9499:69;9489:79;;8910:676;8796:790;;;;;:::o;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;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;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;;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;;;9088:92:201;1080:16:28;9196:11:201;;;9189:100;1098:21:28;9305:12:201;;;9298:101;1047:73:28;;;;;;;;;;9415:12:201;;1047:73:28;;-1:-1:-1;;4579:49:28;;1039:82;;;:::i;:::-;4615:9;4626:1;4579:25;:49::i;:::-;4558:70;;4642:66;:44;4663:5;4670:1;4673:5;:12;4642:20;:44::i;:::-;: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;850:162:19:-;939:68;945:14;961:6;826:4:14;816:15;;995:4:19;:11;939:5;:68::i;2022:570:18:-;2113:5;2211:3;2202:5;:12;;:34;;;;;2225:4;:11;2218:3;:18;;2202:34;2196:85;;2264:4;2270:5;2277:3;2246:35;;;;;;;;;;;;;:::i;2196:85::-;2349:4;2339:15;;2396:17;2408:5;2339:15;2396:17;:::i;:::-;;-1:-1:-1;2419:12:18;2434:11;2440:5;2434:3;:11;:::i;:::-;643:17;2570:15;2562:3;2550:15;;;;2549:37;;;;;;-1:-1:-1;;;;;2022:570:18:o;40037:220:34:-;40103:24;40135:30;40168:32;40186:6;40194:2;40198:1;40168:17;:32::i;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;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;14:177:201:-;99:66;92:5;88:78;81:5;78:89;68:117;;181:1;178;171:12;196:245;254:6;307:2;295:9;286:7;282:23;278:32;275:52;;;323:1;320;313:12;275:52;362:9;349:23;381:30;405:5;381:30;:::i;638:250::-;723:1;733:113;747:6;744:1;741:13;733:113;;;823:11;;;817:18;804:11;;;797:39;769:2;762:10;733:113;;;-1:-1:-1;;880:1:201;862:16;;855:27;638:250::o;893:330::-;935:3;973:5;967:12;1000:6;995:3;988:19;1016:76;1085:6;1078:4;1073:3;1069:14;1062:4;1055:5;1051:16;1016:76;:::i;:::-;1137:2;1125:15;-1:-1:-1;;1121:88:201;1112:98;;;;1212:4;1108:109;;893:330;-1:-1:-1;;893:330:201:o;1228:220::-;1377:2;1366:9;1359:21;1340:4;1397:45;1438:2;1427:9;1423:18;1415:6;1397:45;:::i;1453:180::-;1512:6;1565:2;1553:9;1544:7;1540:23;1536:32;1533:52;;;1581:1;1578;1571:12;1533:52;-1:-1:-1;1604:23:201;;1453:180;-1:-1:-1;1453:180:201:o;1869:196::-;1937:20;;-1:-1:-1;;;;;1986:54:201;;1976:65;;1966:93;;2055:1;2052;2045:12;2070:254;2138:6;2146;2199:2;2187:9;2178:7;2174:23;2170:32;2167:52;;;2215:1;2212;2205:12;2167:52;2238:29;2257:9;2238:29;:::i;:::-;2228:39;2314:2;2299:18;;;;2286:32;;-1:-1:-1;;;2070:254:201:o;2329:328::-;2406:6;2414;2422;2475:2;2463:9;2454:7;2450:23;2446:32;2443:52;;;2491:1;2488;2481:12;2443:52;2514:29;2533:9;2514:29;:::i;:::-;2504:39;;2562:38;2596:2;2585:9;2581:18;2562:38;:::i;:::-;2552:48;;2647:2;2636:9;2632:18;2619:32;2609:42;;2329:328;;;;;:::o;2844:186::-;2903:6;2956:2;2944:9;2935:7;2931:23;2927:32;2924:52;;;2972:1;2969;2962:12;2924:52;2995:29;3014:9;2995:29;:::i;3035:184::-;-1:-1:-1;;;3084:1:201;3077:88;3184:4;3181:1;3174:15;3208:4;3205:1;3198:15;3224:334;3295:2;3289:9;3351:2;3341:13;;-1:-1:-1;;3337:86:201;3325:99;;3454:18;3439:34;;3475:22;;;3436:62;3433:88;;;3501:18;;:::i;:::-;3537:2;3530:22;3224:334;;-1:-1:-1;3224:334:201:o;3563:245::-;3611:4;3644:18;3636:6;3633:30;3630:56;;;3666:18;;:::i;:::-;-1:-1:-1;3723:2:201;3711:15;-1:-1:-1;;3707:88:201;3797:4;3703:99;;3563:245::o;3813:462::-;3855:5;3908:3;3901:4;3893:6;3889:17;3885:27;3875:55;;3926:1;3923;3916:12;3875:55;3962:6;3949:20;3993:48;4009:31;4037:2;4009:31;:::i;:::-;3993:48;:::i;:::-;4066:2;4057:7;4050:19;4112:3;4105:4;4100:2;4092:6;4088:15;4084:26;4081:35;4078:55;;;4129:1;4126;4119:12;4078:55;4194:2;4187:4;4179:6;4175:17;4168:4;4159:7;4155:18;4142:55;4242:1;4217:16;;;4235:4;4213:27;4206:38;;;;4221:7;3813:462;-1:-1:-1;;;3813:462:201:o;4280:::-;4366:6;4374;4382;4435:2;4423:9;4414:7;4410:23;4406:32;4403:52;;;4451:1;4448;4441:12;4403:52;4474:29;4493:9;4474:29;:::i;:::-;4464:39;;4550:2;4539:9;4535:18;4522:32;4512:42;;4605:2;4594:9;4590:18;4577:32;4632:18;4624:6;4621:30;4618:50;;;4664:1;4661;4654:12;4618:50;4687:49;4728:7;4719:6;4708:9;4704:22;4687:49;:::i;:::-;4677:59;;;4280:462;;;;;:::o;4747:347::-;4812:6;4820;4873:2;4861:9;4852:7;4848:23;4844:32;4841:52;;;4889:1;4886;4879:12;4841:52;4912:29;4931:9;4912:29;:::i;:::-;4902:39;;4991:2;4980:9;4976:18;4963:32;5038:5;5031:13;5024:21;5017:5;5014:32;5004:60;;5060:1;5057;5050:12;5004:60;5083:5;5073:15;;;4747:347;;;;;:::o;5099:537::-;5194:6;5202;5210;5218;5271:3;5259:9;5250:7;5246:23;5242:33;5239:53;;;5288:1;5285;5278:12;5239:53;5311:29;5330:9;5311:29;:::i;:::-;5301:39;;5359:38;5393:2;5382:9;5378:18;5359:38;:::i;:::-;5349:48;;5444:2;5433:9;5429:18;5416:32;5406:42;;5499:2;5488:9;5484:18;5471:32;5526:18;5518:6;5515:30;5512:50;;;5558:1;5555;5548:12;5512:50;5581:49;5622:7;5613:6;5602:9;5598:22;5581:49;:::i;:::-;5571:59;;;5099:537;;;;;;;:::o;5641:260::-;5709:6;5717;5770:2;5758:9;5749:7;5745:23;5741:32;5738:52;;;5786:1;5783;5776:12;5738:52;5809:29;5828:9;5809:29;:::i;:::-;5799:39;;5857:38;5891:2;5880:9;5876:18;5857:38;:::i;:::-;5847:48;;5641:260;;;;;:::o;6496:496::-;6675:3;6713:6;6707:13;6729:66;6788:6;6783:3;6776:4;6768:6;6764:17;6729:66;:::i;:::-;6858:13;;6817:16;;;;6880:70;6858:13;6817:16;6927:4;6915:17;;6880:70;:::i;:::-;6966:20;;6496:496;-1:-1:-1;;;;6496:496:201:o;6997:505::-;7256:6;7245:9;7238:25;7299:6;7294:2;7283:9;7279:18;7272:34;7342:6;7337:2;7326:9;7322:18;7315:34;7385:6;7380:2;7369:9;7365:18;7358:34;7429:3;7423;7412:9;7408:19;7401:32;7219:4;7450:46;7491:3;7480:9;7476:19;7468:6;7450:46;:::i;:::-;7442:54;6997:505;-1:-1:-1;;;;;;;6997:505:201:o;7507:184::-;-1:-1:-1;;;7556:1:201;7549:88;7656:4;7653:1;7646:15;7680:4;7677:1;7670:15;7696:433;7927:6;7916:9;7909:25;7970:6;7965:2;7954:9;7950:18;7943:34;8013:6;8008:2;7997:9;7993:18;7986:34;8056:3;8051:2;8040:9;8036:18;8029:31;7890:4;8077:46;8118:3;8107:9;8103:19;8095:6;8077:46;:::i;8134:512::-;8328:4;-1:-1:-1;;;;;8438:2:201;8430:6;8426:15;8415:9;8408:34;8490:2;8482:6;8478:15;8473:2;8462:9;8458:18;8451:43;;8530:6;8525:2;8514:9;8510:18;8503:34;8573:3;8568:2;8557:9;8553:18;8546:31;8594:46;8635:3;8624:9;8620:19;8612:6;8594:46;:::i;8651:249::-;8720:6;8773:2;8761:9;8752:7;8748:23;8744:32;8741:52;;;8789:1;8786;8779:12;8741:52;8821:9;8815:16;8840:30;8864:5;8840:30;:::i;9438:357::-;9556:12;;9603:4;9592:16;;;9586:23;;9556:12;9621:16;;9618:171;;;-1:-1:-1;;9701:6:201;9695:4;9691:17;9688:1;9684:25;9680:98;9673:5;9669:110;9660:119;;9618:171;;9438:357;;;:::o;9800:184::-;-1:-1:-1;;;9849:1:201;9842:88;9949:4;9946:1;9939:15;9973:4;9970:1;9963:15;9989:125;10054:9;;;10075:10;;;10072:36;;;10088:18;;:::i;10119:435::-;10172:3;10210:5;10204:12;10237:6;10232:3;10225:19;10263:4;10292:2;10287:3;10283:12;10276:19;;10329:2;10322:5;10318:14;10350:1;10360:169;10374:6;10371:1;10368:13;10360:169;;;10435:13;;10423:26;;10469:12;;;;10504:15;;;;10396:1;10389:9;10360:169;;;-1:-1:-1;10545:3:201;;10119:435;-1:-1:-1;;;;;10119:435:201:o;10559:441::-;10821:6;10810:9;10803:25;10864:2;10859;10848:9;10844:18;10837:30;10784:4;10884:56;10936:2;10925:9;10921:18;10913:6;10884:56;:::i;:::-;10876:64;;10988:4;10980:6;10976:17;10971:2;10960:9;10956:18;10949:45;10559:441;;;;;;:::o;11005:647::-;11084:6;11137:2;11125:9;11116:7;11112:23;11108:32;11105:52;;;11153:1;11150;11143:12;11105:52;11186:9;11180:16;11219:18;11211:6;11208:30;11205:50;;;11251:1;11248;11241:12;11205:50;11274:22;;11327:4;11319:13;;11315:27;-1:-1:-1;11305:55:201;;11356:1;11353;11346:12;11305:55;11385:2;11379:9;11410:48;11426:31;11454:2;11426:31;:::i;11410:48::-;11481:2;11474:5;11467:17;11521:7;11516:2;11511;11507;11503:11;11499:20;11496:33;11493:53;;;11542:1;11539;11532:12;11493:53;11555:67;11619:2;11614;11607:5;11603:14;11598:2;11594;11590:11;11555:67;:::i;12561:340::-;12738:2;12727:9;12720:21;12701:4;12758:45;12799:2;12788:9;12784:18;12776:6;12758:45;:::i;:::-;12750:53;;-1:-1:-1;;;;;12843:6:201;12839:55;12834:2;12823:9;12819:18;12812:83;12561:340;;;;;:::o;12906:546::-;13228:6;13217:9;13210:25;13271:3;13266:2;13255:9;13251:18;13244:31;13191:4;13292:57;13344:3;13333:9;13329:19;13321:6;13292:57;:::i;:::-;13397:4;13385:17;;;;13380:2;13365:18;;13358:45;-1:-1:-1;13434:2:201;13419:18;13412:34;13284:65;12906:546;-1:-1:-1;;12906:546:201:o;13457:184::-;13527:6;13580:2;13568:9;13559:7;13555:23;13551:32;13548:52;;;13596:1;13593;13586:12;13548:52;-1:-1:-1;13619:16:201;;13457:184;-1:-1:-1;13457:184:201:o;13852:708::-;14220:6;14209:9;14202:25;14263:3;14258:2;14247:9;14243:18;14236:31;14183:4;14290:57;14342:3;14331:9;14327:19;14319:6;14290:57;:::i;:::-;14395:4;14387:6;14383:17;14378:2;14367:9;14363:18;14356:45;14449:9;14441:6;14437:22;14432:2;14421:9;14417:18;14410:50;14477:33;14503:6;14495;14477:33;:::i;:::-;14469:41;;;14547:6;14541:3;14530:9;14526:19;14519:35;13852:708;;;;;;;;:::o;15344:639::-;15594:6;15589:3;15582:19;15564:3;15620:2;15653;15648:3;15644:12;15685:6;15679:13;15750:2;15742:6;15738:15;15771:1;15781:175;15795:6;15792:1;15789:13;15781:175;;;15858:13;;15844:28;;15894:14;;;;15931:15;;;;15817:1;15810:9;15781:175;;;-1:-1:-1;15972:5:201;;15344:639;-1:-1:-1;;;;;;;15344:639:201:o;15988:195::-;16027:3;-1:-1:-1;;16051:5:201;16048:77;16045:103;;16128:18;;:::i;:::-;-1:-1:-1;16175:1:201;16164:13;;15988:195::o;16188:184::-;-1:-1:-1;;;16237:1:201;16230:88;16337:4;16334:1;16327:15;16361:4;16358:1;16351:15;16377:512;16628:2;16617:9;16610:21;16591:4;16654:56;16706:2;16695:9;16691:18;16683:6;16654:56;:::i;:::-;16758:14;16750:6;16746:27;16741:2;16730:9;16726:18;16719:55;16822:9;16814:6;16810:22;16805:2;16794:9;16790:18;16783:50;16850:33;16876:6;16868;16850:33;:::i;16894:616::-;17204:6;17193:9;17186:25;17247:3;17242:2;17231:9;17227:18;17220:31;17167:4;17274:57;17326:3;17315:9;17311:19;17303:6;17274:57;:::i;:::-;17379:14;17371:6;17367:27;17362:2;17351:9;17347:18;17340:55;17443:9;17435:6;17431:22;17426:2;17415:9;17411:18;17404:50;17471:33;17497:6;17489;17471:33;:::i;17515:360::-;17718:2;17707:9;17700:21;17681:4;17738:45;17779:2;17768:9;17764:18;17756:6;17738:45;:::i;:::-;17814:2;17799:18;;17792:34;;;;-1:-1:-1;17857:2:201;17842:18;17835:34;17730:53;17515:360;-1:-1:-1;17515:360:201:o;17880:128::-;17947:9;;;17968:11;;;17965:37;;;17982:18;;:::i","linkReferences":{}},"methodIdentifiers":{"_msgSender()":"119df25f","_msgValue()":"45ec9354","_world()":"e1af802c","approve(address,uint256)":"095ea7b3","balanceOf(address)":"70a08231","burn(uint256)":"42966c68","getApproved(uint256)":"081812fc","isApprovedForAll(address,address)":"e985e9c5","mint(address,uint256)":"40c10f19","name()":"06fdde03","ownerOf(uint256)":"6352211e","safeMint(address,uint256)":"a1448194","safeMint(address,uint256,bytes)":"8832e6e3","safeTransferFrom(address,address,uint256)":"42842e0e","safeTransferFrom(address,address,uint256,bytes)":"b88d4fde","setApprovalForAll(address,bool)":"a22cb465","supportsInterface(bytes4)":"01ffc9a7","symbol()":"95d89b41","tokenURI(uint256)":"c87b56dd","transferFrom(address,address,uint256)":"23b872dd"},"rawMetadata":"{\"compiler\":{\"version\":\"0.8.21+commit.d9974bed\"},\"language\":\"Solidity\",\"output\":{\"abi\":[{\"inputs\":[{\"internalType\":\"address\",\"name\":\"sender\",\"type\":\"address\"},{\"internalType\":\"uint256\",\"name\":\"tokenId\",\"type\":\"uint256\"},{\"internalType\":\"address\",\"name\":\"owner\",\"type\":\"address\"}],\"name\":\"ERC721IncorrectOwner\",\"type\":\"error\"},{\"inputs\":[{\"internalType\":\"address\",\"name\":\"operator\",\"type\":\"address\"},{\"internalType\":\"uint256\",\"name\":\"tokenId\",\"type\":\"uint256\"}],\"name\":\"ERC721InsufficientApproval\",\"type\":\"error\"},{\"inputs\":[{\"internalType\":\"address\",\"name\":\"approver\",\"type\":\"address\"}],\"name\":\"ERC721InvalidApprover\",\"type\":\"error\"},{\"inputs\":[{\"internalType\":\"address\",\"name\":\"operator\",\"type\":\"address\"}],\"name\":\"ERC721InvalidOperator\",\"type\":\"error\"},{\"inputs\":[{\"internalType\":\"address\",\"name\":\"owner\",\"type\":\"address\"}],\"name\":\"ERC721InvalidOwner\",\"type\":\"error\"},{\"inputs\":[{\"internalType\":\"address\",\"name\":\"receiver\",\"type\":\"address\"}],\"name\":\"ERC721InvalidReceiver\",\"type\":\"error\"},{\"inputs\":[{\"internalType\":\"address\",\"name\":\"sender\",\"type\":\"address\"}],\"name\":\"ERC721InvalidSender\",\"type\":\"error\"},{\"inputs\":[{\"internalType\":\"uint256\",\"name\":\"tokenId\",\"type\":\"uint256\"}],\"name\":\"ERC721NonexistentToken\",\"type\":\"error\"},{\"inputs\":[{\"internalType\":\"address\",\"name\":\"systemAddress\",\"type\":\"address\"},{\"internalType\":\"ResourceId\",\"name\":\"systemId\",\"type\":\"bytes32\"}],\"name\":\"PuppetMaster_NoPuppet\",\"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\":\"string\",\"name\":\"resource\",\"type\":\"string\"},{\"internalType\":\"address\",\"name\":\"caller\",\"type\":\"address\"}],\"name\":\"World_AccessDenied\",\"type\":\"error\"},{\"anonymous\":false,\"inputs\":[{\"indexed\":true,\"internalType\":\"address\",\"name\":\"owner\",\"type\":\"address\"},{\"indexed\":true,\"internalType\":\"address\",\"name\":\"approved\",\"type\":\"address\"},{\"indexed\":true,\"internalType\":\"uint256\",\"name\":\"tokenId\",\"type\":\"uint256\"}],\"name\":\"Approval\",\"type\":\"event\"},{\"anonymous\":false,\"inputs\":[{\"indexed\":true,\"internalType\":\"address\",\"name\":\"owner\",\"type\":\"address\"},{\"indexed\":true,\"internalType\":\"address\",\"name\":\"operator\",\"type\":\"address\"},{\"indexed\":false,\"internalType\":\"bool\",\"name\":\"approved\",\"type\":\"bool\"}],\"name\":\"ApprovalForAll\",\"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\":\"address\",\"name\":\"from\",\"type\":\"address\"},{\"indexed\":true,\"internalType\":\"address\",\"name\":\"to\",\"type\":\"address\"},{\"indexed\":true,\"internalType\":\"uint256\",\"name\":\"tokenId\",\"type\":\"uint256\"}],\"name\":\"Transfer\",\"type\":\"event\"},{\"inputs\":[],\"name\":\"_msgSender\",\"outputs\":[{\"internalType\":\"address\",\"name\":\"sender\",\"type\":\"address\"}],\"stateMutability\":\"view\",\"type\":\"function\"},{\"inputs\":[],\"name\":\"_msgValue\",\"outputs\":[{\"internalType\":\"uint256\",\"name\":\"value\",\"type\":\"uint256\"}],\"stateMutability\":\"pure\",\"type\":\"function\"},{\"inputs\":[],\"name\":\"_world\",\"outputs\":[{\"internalType\":\"address\",\"name\":\"\",\"type\":\"address\"}],\"stateMutability\":\"view\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"address\",\"name\":\"to\",\"type\":\"address\"},{\"internalType\":\"uint256\",\"name\":\"tokenId\",\"type\":\"uint256\"}],\"name\":\"approve\",\"outputs\":[],\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"address\",\"name\":\"owner\",\"type\":\"address\"}],\"name\":\"balanceOf\",\"outputs\":[{\"internalType\":\"uint256\",\"name\":\"\",\"type\":\"uint256\"}],\"stateMutability\":\"view\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"uint256\",\"name\":\"tokenId\",\"type\":\"uint256\"}],\"name\":\"burn\",\"outputs\":[],\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"uint256\",\"name\":\"tokenId\",\"type\":\"uint256\"}],\"name\":\"getApproved\",\"outputs\":[{\"internalType\":\"address\",\"name\":\"\",\"type\":\"address\"}],\"stateMutability\":\"view\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"address\",\"name\":\"owner\",\"type\":\"address\"},{\"internalType\":\"address\",\"name\":\"operator\",\"type\":\"address\"}],\"name\":\"isApprovedForAll\",\"outputs\":[{\"internalType\":\"bool\",\"name\":\"\",\"type\":\"bool\"}],\"stateMutability\":\"view\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"address\",\"name\":\"to\",\"type\":\"address\"},{\"internalType\":\"uint256\",\"name\":\"tokenId\",\"type\":\"uint256\"}],\"name\":\"mint\",\"outputs\":[],\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"inputs\":[],\"name\":\"name\",\"outputs\":[{\"internalType\":\"string\",\"name\":\"\",\"type\":\"string\"}],\"stateMutability\":\"view\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"uint256\",\"name\":\"tokenId\",\"type\":\"uint256\"}],\"name\":\"ownerOf\",\"outputs\":[{\"internalType\":\"address\",\"name\":\"\",\"type\":\"address\"}],\"stateMutability\":\"view\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"address\",\"name\":\"to\",\"type\":\"address\"},{\"internalType\":\"uint256\",\"name\":\"tokenId\",\"type\":\"uint256\"},{\"internalType\":\"bytes\",\"name\":\"data\",\"type\":\"bytes\"}],\"name\":\"safeMint\",\"outputs\":[],\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"address\",\"name\":\"to\",\"type\":\"address\"},{\"internalType\":\"uint256\",\"name\":\"tokenId\",\"type\":\"uint256\"}],\"name\":\"safeMint\",\"outputs\":[],\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"address\",\"name\":\"from\",\"type\":\"address\"},{\"internalType\":\"address\",\"name\":\"to\",\"type\":\"address\"},{\"internalType\":\"uint256\",\"name\":\"tokenId\",\"type\":\"uint256\"}],\"name\":\"safeTransferFrom\",\"outputs\":[],\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"address\",\"name\":\"from\",\"type\":\"address\"},{\"internalType\":\"address\",\"name\":\"to\",\"type\":\"address\"},{\"internalType\":\"uint256\",\"name\":\"tokenId\",\"type\":\"uint256\"},{\"internalType\":\"bytes\",\"name\":\"data\",\"type\":\"bytes\"}],\"name\":\"safeTransferFrom\",\"outputs\":[],\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"address\",\"name\":\"operator\",\"type\":\"address\"},{\"internalType\":\"bool\",\"name\":\"approved\",\"type\":\"bool\"}],\"name\":\"setApprovalForAll\",\"outputs\":[],\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"bytes4\",\"name\":\"interfaceId\",\"type\":\"bytes4\"}],\"name\":\"supportsInterface\",\"outputs\":[{\"internalType\":\"bool\",\"name\":\"\",\"type\":\"bool\"}],\"stateMutability\":\"pure\",\"type\":\"function\"},{\"inputs\":[],\"name\":\"symbol\",\"outputs\":[{\"internalType\":\"string\",\"name\":\"\",\"type\":\"string\"}],\"stateMutability\":\"view\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"uint256\",\"name\":\"tokenId\",\"type\":\"uint256\"}],\"name\":\"tokenURI\",\"outputs\":[{\"internalType\":\"string\",\"name\":\"\",\"type\":\"string\"}],\"stateMutability\":\"view\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"address\",\"name\":\"from\",\"type\":\"address\"},{\"internalType\":\"address\",\"name\":\"to\",\"type\":\"address\"},{\"internalType\":\"uint256\",\"name\":\"tokenId\",\"type\":\"uint256\"}],\"name\":\"transferFrom\",\"outputs\":[],\"stateMutability\":\"nonpayable\",\"type\":\"function\"}],\"devdoc\":{\"errors\":{\"ERC721IncorrectOwner(address,uint256,address)\":[{\"details\":\"Indicates an error related to the ownership over a particular token. Used in transfers.\",\"params\":{\"owner\":\"Address of the current owner of a token.\",\"sender\":\"Address whose tokens are being transferred.\",\"tokenId\":\"Identifier number of a token.\"}}],\"ERC721InsufficientApproval(address,uint256)\":[{\"details\":\"Indicates a failure with the `operator`\\u2019s approval. Used in transfers.\",\"params\":{\"operator\":\"Address that may be allowed to operate on tokens without being their owner.\",\"tokenId\":\"Identifier number of a token.\"}}],\"ERC721InvalidApprover(address)\":[{\"details\":\"Indicates a failure with the `approver` of a token to be approved. Used in approvals.\",\"params\":{\"approver\":\"Address initiating an approval operation.\"}}],\"ERC721InvalidOperator(address)\":[{\"details\":\"Indicates a failure with the `operator` to be approved. Used in approvals.\",\"params\":{\"operator\":\"Address that may be allowed to operate on tokens without being their owner.\"}}],\"ERC721InvalidOwner(address)\":[{\"details\":\"Indicates that an address can't be an owner. For example, `address(0)` is a forbidden owner in EIP-20. Used in balance queries.\",\"params\":{\"owner\":\"Address of the current owner of a token.\"}}],\"ERC721InvalidReceiver(address)\":[{\"details\":\"Indicates a failure with the token `receiver`. Used in transfers.\",\"params\":{\"receiver\":\"Address to which tokens are being transferred.\"}}],\"ERC721InvalidSender(address)\":[{\"details\":\"Indicates a failure with the token `sender`. Used in transfers.\",\"params\":{\"sender\":\"Address whose tokens are being transferred.\"}}],\"ERC721NonexistentToken(uint256)\":[{\"details\":\"Indicates a `tokenId` whose `owner` is the zero address.\",\"params\":{\"tokenId\":\"Identifier number of a token.\"}}],\"World_AccessDenied(string,address)\":[{\"params\":{\"caller\":\"The address of the user trying to access the resource.\",\"resource\":\"The resource's identifier.\"}}]},\"events\":{\"Approval(address,address,uint256)\":{\"details\":\"Emitted when `owner` enables `approved` to manage the `tokenId` token.\"},\"ApprovalForAll(address,address,bool)\":{\"details\":\"Emitted when `owner` enables or disables (`approved`) `operator` to manage all of its assets.\"},\"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.\"}},\"Transfer(address,address,uint256)\":{\"details\":\"Emitted when `tokenId` token is transferred from `from` to `to`.\"}},\"kind\":\"dev\",\"methods\":{\"_msgSender()\":{\"returns\":{\"sender\":\"The `msg.sender` in the call to the World contract before the World routed the call to the WorldContextConsumer contract.\"}},\"_msgValue()\":{\"returns\":{\"value\":\"The `msg.value` in the call to the World contract before the World routed the call to the WorldContextConsumer contract.\"}},\"_world()\":{\"returns\":{\"_0\":\"The address of the World contract that routed the call to this WorldContextConsumer.\"}},\"approve(address,uint256)\":{\"details\":\"See {IERC721-approve}.\"},\"balanceOf(address)\":{\"details\":\"See {IERC721-balanceOf}.\"},\"burn(uint256)\":{\"details\":\"Destroys `tokenId`. The approval is cleared when the token is burned. Requirements: - caller must own the namespace - `tokenId` must exist. Emits a {Transfer} event.\"},\"getApproved(uint256)\":{\"details\":\"See {IERC721-getApproved}.\"},\"isApprovedForAll(address,address)\":{\"details\":\"See {IERC721-isApprovedForAll}.\"},\"mint(address,uint256)\":{\"details\":\"Mints `tokenId` and transfers it to `to`. Requirements: - caller must own the namespace - `tokenId` must not exist. - `to` cannot be the zero address. Emits a {Transfer} event.\"},\"name()\":{\"details\":\"See {IERC721Metadata-name}.\"},\"ownerOf(uint256)\":{\"details\":\"See {IERC721-ownerOf}.\"},\"safeMint(address,uint256)\":{\"details\":\"Mints `tokenId`, transfers it to `to` and checks for `to` acceptance. Requirements: - caller must own the namespace - `tokenId` must not exist. - If `to` refers to a smart contract, it must implement {IERC721Receiver-onERC721Received}, which is called upon a safe transfer. Emits a {Transfer} event.\"},\"safeMint(address,uint256,bytes)\":{\"details\":\"Same as {xref-ERC721-safeMint-address-uint256-}[`safeMint`], with an additional `data` parameter which is forwarded in {IERC721Receiver-onERC721Received} to contract recipients.\"},\"safeTransferFrom(address,address,uint256)\":{\"details\":\"See {IERC721-safeTransferFrom}.\"},\"safeTransferFrom(address,address,uint256,bytes)\":{\"details\":\"See {IERC721-safeTransferFrom}.\"},\"setApprovalForAll(address,bool)\":{\"details\":\"See {IERC721-setApprovalForAll}.\"},\"supportsInterface(bytes4)\":{\"params\":{\"interfaceId\":\"The ID of the interface in question.\"},\"returns\":{\"_0\":\"True if the interface is supported, false otherwise.\"}},\"symbol()\":{\"details\":\"See {IERC721Metadata-symbol}.\"},\"tokenURI(uint256)\":{\"details\":\"See {IERC721Metadata-tokenURI}.\"},\"transferFrom(address,address,uint256)\":{\"details\":\"See {IERC721-transferFrom}.\"}},\"version\":1},\"userdoc\":{\"errors\":{\"World_AccessDenied(string,address)\":[{\"notice\":\"Raised when a user tries to access a resource they don't have permission for.\"}]},\"events\":{\"Store_SpliceStaticData(bytes32,bytes32[],uint48,bytes)\":{\"notice\":\"Emitted when static data in the store is spliced.\"}},\"kind\":\"user\",\"methods\":{\"_msgSender()\":{\"notice\":\"Extract the `msg.sender` from the context appended to the calldata.\"},\"_msgValue()\":{\"notice\":\"Extract the `msg.value` from the context appended to the calldata.\"},\"_world()\":{\"notice\":\"Get the address of the World contract that routed the call to this WorldContextConsumer.\"},\"supportsInterface(bytes4)\":{\"notice\":\"Checks if an interface is supported by the contract. using ERC-165 supportsInterface (see https://eips.ethereum.org/EIPS/eip-165)\"}},\"version\":1}},\"settings\":{\"compilationTarget\":{\"src/modules/erc721-puppet/ERC721System.sol\":\"ERC721System\"},\"evmVersion\":\"paris\",\"libraries\":{},\"metadata\":{\"bytecodeHash\":\"none\"},\"optimizer\":{\"enabled\":true,\"runs\":3000},\"remappings\":[\":@latticexyz/=node_modules/@latticexyz/\",\":ds-test/=node_modules/ds-test/src/\",\":forge-std/=node_modules/forge-std/src/\"]},\"sources\":{\"node_modules/@latticexyz/schema-type/src/solidity/SchemaType.sol\":{\"keccak256\":\"0x770eff7a38b9b7b1613dc11ca09db4f28b42a117c9b39b2a06a650a58a250bdb\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://39f544110658a53def52c2a4e33b8b158b95a4f14fccea58d5268b6e728d86d4\",\"dweb:/ipfs/QmTesj6tjSFbfAiKUitXapdNYWPStS8bLkB3r22qfyHwUC\"]},\"node_modules/@latticexyz/store/src/Bytes.sol\":{\"keccak256\":\"0xab31edce915377852bb5f29f7f2ccfc50cac087d64d2a8aae669715ad862d558\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://3187e86e43be1fbdd59df45c695294f1114aa1ac48e6445c0cb26089434be5c4\",\"dweb:/ipfs/Qmck7shMVrcKMVkgN2pC1byPY7hb3V9fTxnUcGgxAUeXYk\"]},\"node_modules/@latticexyz/store/src/FieldLayout.sol\":{\"keccak256\":\"0x2a0536cd6cecc479d0b81d5aad6380231f4d6873beadc54814d801c2036b02c0\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://e07c041e19146a9ec258cc700a450b4d49440202895eb12f3bb17508427c23ba\",\"dweb:/ipfs/QmXoqrCGDSkuFgNSMURRFdjokjREL78nLDzNaUi6rjefy9\"]},\"node_modules/@latticexyz/store/src/Hook.sol\":{\"keccak256\":\"0x045024523eb55d08ad8d13eca6185bff2988865f4aa12e3f9372029c2ecb8ddd\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://6621c53b49f8fe0557d1a1db47bfe1561801c09256948dd0652fb41541891a18\",\"dweb:/ipfs/QmZgFVCUH1pKcc9MeFyzMe1VW87SLz6c9szGwrDRUp6BZe\"]},\"node_modules/@latticexyz/store/src/IERC165.sol\":{\"keccak256\":\"0x2bbc3c43400c15a91a5cb35430a91309cb64a4d13a0a170eacec71dcf334feaf\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://f44dfc9605067de539de07a76a34bf469faa9e6dad8c192abafc2e05860c7dd2\",\"dweb:/ipfs/QmX8xgG6XWokM7YFwFZvmMhuh1uhkSjxCMD2oTHjUVdapb\"]},\"node_modules/@latticexyz/store/src/IStore.sol\":{\"keccak256\":\"0x9092b65551d0f910e5645cebb5acadb387cdd192d75fa89cd6b293bd65b28827\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://478825a6f7eff9ddab968e71e1d55ebee279d3b318f10976d9334384000059c0\",\"dweb:/ipfs/Qme7NY976woRy3RQjE4tkkiwoXnoVtTmER3PbWCSbjZ2kb\"]},\"node_modules/@latticexyz/store/src/IStoreData.sol\":{\"keccak256\":\"0xa8eade05c551aeef35c84727d7a44af239516deb2d8a0cfb7ebeb5d88c6995e5\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://5335910bd8a204abb5f4396fb911a5ee5c221bd7fa63b1cc8ae5e737c6458c6a\",\"dweb:/ipfs/QmckkCAfrNcWo3yDxoD1jCe1k4iDA2GzVDpFjJZs7W79vx\"]},\"node_modules/@latticexyz/store/src/IStoreErrors.sol\":{\"keccak256\":\"0xb9070663ded3cad82285bb7610949e422f88abb48c2ddbd792af83d127d64212\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://830490f1c888bec86df1e7ef43773d60ebdbdfdb2b91ab7fe074e2f38d7439dc\",\"dweb:/ipfs/QmS26fpXdZuGgMmjcdQDf9k1Bedn2dhjk9byFZJoNkctPZ\"]},\"node_modules/@latticexyz/store/src/IStoreEvents.sol\":{\"keccak256\":\"0xdd3104680808f975462a85cbd4fa87783ba5395797419caeeca37e8f8627a16f\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://943864b7eb16ad2047ade5a8598e85c8a4b46d1aed6aef02bfb7cee8de732b4d\",\"dweb:/ipfs/QmTEij4caToSNk15PFpubXYDy9QhwmPyP9tMXjUse2cTdv\"]},\"node_modules/@latticexyz/store/src/IStoreHook.sol\":{\"keccak256\":\"0xa6777c7868333996ad9c61a94457dcac702d8d7445a104dfdc86543d25e7470e\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://6268a16449d7529a94746d0103670dd0e38faf5117bf914fb01da9947ab44c2e\",\"dweb:/ipfs/QmaSfbx1QRA3jw2K8bGkQTw4CTGPUzNqnCJW7LwaFUJCXy\"]},\"node_modules/@latticexyz/store/src/IStoreRead.sol\":{\"keccak256\":\"0xd2180d53ecd31069b1166f170ecdcd85917ac50f45fc26fb39b49cee7ba00e37\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://1494bb0a3228e2d194bddaed4761fd3ca865979f0e3f3a53acd271143a4aa0ac\",\"dweb:/ipfs/Qmaddnzzmu99iP9dTWK9ZeByh5dZyjY9SpVnRdvyr2fBAo\"]},\"node_modules/@latticexyz/store/src/IStoreRegistration.sol\":{\"keccak256\":\"0xf448fbb2bc9c982721a43234463656da5a49cea08543e62148d54f11e1ac3e2f\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://64b3579d9b9dcd73dca2beab3d4fcf60237420945ebbb2e9f4ffcc88f4110115\",\"dweb:/ipfs/QmaW5nN3zGEriSYHncye6Nz2TkAw1oo1CyG2JuJTJrJoXg\"]},\"node_modules/@latticexyz/store/src/IStoreWrite.sol\":{\"keccak256\":\"0x8b6c7af5ee330928aebb58c8872d3944304ee10ed11f8a325b6accc4ec5df81b\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://b866d158701c7a40834bed735194b804ef219f2bbe574e2307785fff7bcf9da1\",\"dweb:/ipfs/QmXzJfZkXVfyr2RFGwDuazeVnV3UWYmQxjKZ3KzFbbe75U\"]},\"node_modules/@latticexyz/store/src/Memory.sol\":{\"keccak256\":\"0x69295976e61a1a108d1b4d6eb497b238730309f3047c4320d48e01a0ce8d4ec7\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://559c451b21fb9dd4fec27b41bef42f4362f1e7ebb7992106d548b9d4f733b3e5\",\"dweb:/ipfs/QmeSE7YTW5zUrfZYFVb2pFnDe3XxiT8XNecfwC3wfpxCRv\"]},\"node_modules/@latticexyz/store/src/PackedCounter.sol\":{\"keccak256\":\"0x44ddfa9eb8a861462c550f0a9d66c40c68acdb347a61fa765949608407a2c7fb\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://47ee957f4b19cab9e20bf5fc569c015eca13852fb3351f2a105a8be9c48204c0\",\"dweb:/ipfs/QmNkyzDobVQLoq9BtQ8HtgsPLiqnmi97EZx1wsu6wp8nKH\"]},\"node_modules/@latticexyz/store/src/ResourceId.sol\":{\"keccak256\":\"0x40983c580b8958e55db4520095934a535e98544ffe8228327e598973eb6647ed\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://839d658fa2bb2b1f09a08149d2bf0c26a26c301ad2dda8154fc99458085a695d\",\"dweb:/ipfs/Qmd5jHHYrgqraPqF8bjzT4xyjsoPk8K7pkxXLLfz6MRT6d\"]},\"node_modules/@latticexyz/store/src/Schema.sol\":{\"keccak256\":\"0x58aef318ba03f8ff8866ef70f8a30f549b150657ea699734aefe16c298956401\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://7dc104690a7e2bcf5ce1afadcd58f8ef4d639b4b92b9ad9293656235d54395f3\",\"dweb:/ipfs/QmYJJvEv5KBJ3kzf9AkgRn7Uu5dp4exGTRddf4cae1btgE\"]},\"node_modules/@latticexyz/store/src/Slice.sol\":{\"keccak256\":\"0xfaf54b1f5acccd4c6ce3f8377050ee84efbb423cb604b4651e8b9ea3b467bf32\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://acf2ce7ffec21f28ad1dc6da06c342f1212a03a3d16a0be7ee85715a5940718c\",\"dweb:/ipfs/QmTCN3NSdFg87hi7KS2Xtq7PsmRUMG64SxC8PtP3p2GzuT\"]},\"node_modules/@latticexyz/store/src/Storage.sol\":{\"keccak256\":\"0x130f0925a5bf4f732ef9758b47eca18c77d1bb34546ea9463321e9df766435a1\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://68767e3db6fd6538a4577a1c30fe03e05bf9d316cdd43a66657e93c008b76f45\",\"dweb:/ipfs/QmSZmUBSfhk3v5gNu5GgwcYuWbb1FFDKYpDKvpXVahfyTw\"]},\"node_modules/@latticexyz/store/src/StoreCore.sol\":{\"keccak256\":\"0x95b7d62d84b43777c54dd1c7d941dbb5ba0afc02c444c30cfdb1de671bbbf180\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://fe62a2fdb2a73610c3072f31b7f88ed3f9d03c1009fe0f0ef37a7eb814b23534\",\"dweb:/ipfs/QmV85zaV5HAD6eGc5N4RmdtmpR6EwkswVLQTaR2aJqsXrj\"]},\"node_modules/@latticexyz/store/src/StoreSwitch.sol\":{\"keccak256\":\"0xf132af10f960a498f49c0534027056e715f4bdcb8fbdb53ac6879c92309ab416\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://e85a09aeb7543bcd9d74b7ad319ae61e1f7f15a6a0ad9e79aff750fbd18111c7\",\"dweb:/ipfs/QmY6xgqeeaR1FsCPLmFbVgjm1D2UyrXNABKXWLfFaSmBhR\"]},\"node_modules/@latticexyz/store/src/codegen/index.sol\":{\"keccak256\":\"0xf337a5abb2d43ef00c1c200e7fbec30fc89c7c701e457ab4277194b700d2aea3\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://eccdf6158076b4e8f1b587a0310228f53323705e054a44eaa7733f38805c3ee6\",\"dweb:/ipfs/QmbXEVNTctg54dK9awdCVyAjeuUjR6ckfmmXBP8DrFmjyq\"]},\"node_modules/@latticexyz/store/src/codegen/tables/Hooks.sol\":{\"keccak256\":\"0xc5c6f807cff6b4dc486525c559ba3f7cbb034ac5895636ee64c9d01defa6a38e\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://84d3a3b3fd3afa2ab3231fd7fe981889dfb0600deec34c5d4e9c07d3187af8a5\",\"dweb:/ipfs/Qmanj7WjETqBYQXkxKLjqWs4vMp3en3N69B5MacKme5fpD\"]},\"node_modules/@latticexyz/store/src/codegen/tables/ResourceIds.sol\":{\"keccak256\":\"0xf7a9bf3e37b486377005c556cdf5b813ea1a41278b3a0349f81e3c82a2f1c789\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://92cc87add89abcb126bf3cd0b284f25065c2b9c90a49f8dba4629b28a5b87751\",\"dweb:/ipfs/QmNNBDSK5GNujERGiSUhorbmtpdD2UnGz7MqSSDasEGdub\"]},\"node_modules/@latticexyz/store/src/codegen/tables/StoreHooks.sol\":{\"keccak256\":\"0xa1186b8b6143b4a87cea1624785494398be1613cb7c6f9e57734e1cca1d5dd14\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://488c158082622689d035d7964c6ca063295e53078291c340eb6a23db08e8ff95\",\"dweb:/ipfs/QmWcjo3B5SH7jStXKAuf7qvF2ouz6syw9c7aT86PnTgRqW\"]},\"node_modules/@latticexyz/store/src/codegen/tables/Tables.sol\":{\"keccak256\":\"0xd47e1921c07fc8608157b5dc343fcef7235e891ea6a21dec1fb118a0bd797fcb\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://01a6ad068e6991994a0939f22a55245e0c7c82fc5e274da0af616286a8acfc7a\",\"dweb:/ipfs/QmPokA3pSexzZY33MMV6BGx48ZwQegdUN5AijiAfycSDxy\"]},\"node_modules/@latticexyz/store/src/constants.sol\":{\"keccak256\":\"0x9e37c64c119ef07ad914bc589ee3f6d67946ab95877978c1ee3e2c1ffae07076\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://3fad47e542025382aa28e8171253e34f93b2f149434b67a26989542d70218793\",\"dweb:/ipfs/QmW6JsKNwPc6oAMrgcikgR2EPwMUtQANiuZSQSGCd29HHC\"]},\"node_modules/@latticexyz/store/src/leftMask.sol\":{\"keccak256\":\"0xd0360567e4d77c6a8e3d8a5f4bf3653ccde4d268674c50988d55695dc6193f6f\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://53e6bcb53fcb08ee9426225fdab7c41df91e12cb4f80d92895a6117338627401\",\"dweb:/ipfs/QmeLcaPGeMBpNSTSsPYK3PHpzKuGMjuitCweAWcoXK2mXr\"]},\"node_modules/@latticexyz/store/src/storeHookTypes.sol\":{\"keccak256\":\"0x60880298016fa117ed9a43ddfd020f11d98a2d345bdcb08e5884e40df98eddd5\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://3619dfda1fd514c0fc5fb34c14d5b5aa41dd6ba6045d37d5f4c8199f3a826f81\",\"dweb:/ipfs/QmbzRBYfVa423gNzCitpGN3i2N9oeGYfinVE1jgtqxnNZX\"]},\"node_modules/@latticexyz/store/src/storeResourceTypes.sol\":{\"keccak256\":\"0xada1867ba72930fc5cf5562dd4e36de849dbac9c833b7969cb1b046a808fabf2\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://6e4b5fdcaa54f567a3f8561c2c3fbc0d68c8dad892a4a8e5418bbce8efc53d84\",\"dweb:/ipfs/QmTWbYJX1yrCqrEwUKB9rGpHdRvLNU8GCkBbxnLjGD4d2t\"]},\"node_modules/@latticexyz/store/src/tightcoder/DecodeSlice.sol\":{\"keccak256\":\"0x1af0fd984640123391ec2df855d00298504b7ce186a56c2caca769cfd9e08e04\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://7305a62318890d2cc6420ba7dec13d9f2c1cb67ac689015fc83b9cbccd0696f1\",\"dweb:/ipfs/QmR8jGNLbt64Tv1YZKRVBCVsd71oeUQFzGHHtpsrs4PuRq\"]},\"node_modules/@latticexyz/store/src/tightcoder/EncodeArray.sol\":{\"keccak256\":\"0x1c280d24360282e196d9c4833c58c2437108cea2af0ac7596f95be81389e306d\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://6b4556b6eeae9328fbd9adcce346547e823c397503276a4d63effb67e00b5b49\",\"dweb:/ipfs/QmUsynVsMYzjh8oJR8YB7SRrwFMdXcsQsHBrXxLEEFxsiB\"]},\"node_modules/@latticexyz/store/src/tightcoder/TightCoder.sol\":{\"keccak256\":\"0x5cacd4cb371e0a79bc8d64f62349d568fd8b08093c11ae0c3db4f16480d8808b\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://12b64ddf2b5c19cf68ba93a8153ed79cbafe7a91e015d4b2f25eb1d42ab06256\",\"dweb:/ipfs/QmQz5WwztcuTbSGFv2pkhU3w5scUj1gmavoyUpduxk2v3A\"]},\"node_modules/@latticexyz/store/src/version.sol\":{\"keccak256\":\"0x01029999a48b7c1d85de84cae465dd24ec126c95b8a865cd20c7ed5dfcc0f02c\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://9750164ce996badb0fd7df2f526780b9cb9558912405fe46f31064bd7c522491\",\"dweb:/ipfs/QmYf8m2ZXFANRc9ysHgNkNtSF327ccxKYjCUJ49UXBKADk\"]},\"node_modules/@latticexyz/world/src/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/WorldContext.sol\":{\"keccak256\":\"0xa11d93077d94f18683f1098b69c4713a48001ae15054476135ec9569041abb9a\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://9b1d3384def68b4061c445b55602dd9cbcd4e8c58c13db5e945f284a05c1b518\",\"dweb:/ipfs/Qma5DUZrSKZUxrxiGCpyRPWMJNdHU2wu6qDEsFWEJSnLfN\"]},\"node_modules/@latticexyz/world/src/WorldResourceId.sol\":{\"keccak256\":\"0xb7bfae2890004001221b3902d185c14cfea0e606d16914f6b7f81cf112aa9417\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://acfd0d09166fc1bf16a8a5c80fbae1bd42426b2fcbab3c492bc836ea5c0375fb\",\"dweb:/ipfs/QmTzZWHVBkx8hipFVpgEwAbZpr4c6hfr7yf7R71JojT3NK\"]},\"node_modules/@latticexyz/world/src/codegen/interfaces/IAccessManagementSystem.sol\":{\"keccak256\":\"0xc912f14d0f2e2e9e728a9d18e250ebe3eb2f51d0b4d79993c9d997991bbd5593\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://29621425847a1c11205307896b04e2a6c97934dd619f23ce6774ce52520f1255\",\"dweb:/ipfs/QmeuTe3q8U11Dqkp5tahxVWnp9Cd5ezQmRZ5vhEHtv14Eu\"]},\"node_modules/@latticexyz/world/src/codegen/interfaces/IBalanceTransferSystem.sol\":{\"keccak256\":\"0xf04594c29c5c5b3110453ac189a8008735753de864ab4a7dfa97ccd3ae5f4a55\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://4a3061f72b969a294dc96c3b2e59277e762ce6571cedcc7e280412431453dde5\",\"dweb:/ipfs/QmWB9aboakrCH9AmzGiZ1mCceh9atF4ks5ndEYFzUVbaHT\"]},\"node_modules/@latticexyz/world/src/codegen/interfaces/IBaseWorld.sol\":{\"keccak256\":\"0xf96aee478cc770cd9cd417b7939c38c9b9b075c91f3f47bdf8c6742f5591e9dc\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://9c59c4c9a6ab3d64e2b0d7c9f3df2d330a36fc93ac2ab5e5f907fa881fbed1f8\",\"dweb:/ipfs/QmTbd82cCtDwc8Ga1UsWAKXmFYrWU1zkbCCk1nMspqWdZu\"]},\"node_modules/@latticexyz/world/src/codegen/interfaces/IBatchCallSystem.sol\":{\"keccak256\":\"0xb4d323470e22b1d3f0168a44196eb09466f602b7564c75e5739c5f53a5036f97\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://acad752208d00b731baaa1cfa192ff3981001fd030953bdc604e4f69ec2cd0b8\",\"dweb:/ipfs/QmRFw3RgmX2CHqg7PqsP3rqVKxBVYNq5hHcFiyA2Y7iAaX\"]},\"node_modules/@latticexyz/world/src/codegen/interfaces/ICoreSystem.sol\":{\"keccak256\":\"0xf837b53eaa348da3b3650e0b7159de02d3f84897d96e487ece2f932c272dbe57\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://fbdc52e9e519c8c6d4a00caf4de08688eb8eb34dbfc6236308f281d7cf05b51b\",\"dweb:/ipfs/QmWnogXiA5KA6JGxCTJR5W1MNFowrH7baSAYhSXjV1xM47\"]},\"node_modules/@latticexyz/world/src/codegen/interfaces/IModuleInstallationSystem.sol\":{\"keccak256\":\"0x5be1d1ee90a7a03258e8c4fce7542453332c637a51b015e0cc29151ef2792263\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://df6d97356b2ca9d97b7593f4c0772742529fea73f1665e55a879a368b399cae0\",\"dweb:/ipfs/QmXCs5X4Z95isKRzjP4TQjQxwiB7773tHiJWLWkjLv3SLj\"]},\"node_modules/@latticexyz/world/src/codegen/interfaces/IWorldRegistrationSystem.sol\":{\"keccak256\":\"0xd7e31957e7fcf056912fe16e10a0411bdb071c14c45853e7da264dfbfd6bcb62\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://c4ce02327ac8971177685fc2655733ed3c07f5dfb72846680544a48953180aad\",\"dweb:/ipfs/QmQMNtkeCXdZfyyvtY8vUrKh5RUbpM7HYMGrzbxZGzTEFh\"]},\"node_modules/@latticexyz/world/src/codegen/tables/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/SystemRegistry.sol\":{\"keccak256\":\"0x8318ead6bf21b8f1e9f231d73634034511d74c1a979246df9f9cda8f349b644d\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://b705a942046bb24fdbf0a5f4b365e33ab724d26bc158e7458ef5f262f72b5bae\",\"dweb:/ipfs/Qme63b3DKKizKumysUGVFH8Q9h6cHnHBFM2Kdsxh2p6SWN\"]},\"node_modules/@latticexyz/world/src/codegen/tables/Systems.sol\":{\"keccak256\":\"0x3bf40b7e71a1953f21b447975ec1a850994a250325fdb88489d24175cf8440d9\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://7fc1d4ce3096dfbd5510d2558d6fcae01ede446032ae232bd3e8656071e21ef1\",\"dweb:/ipfs/QmNSmK5Mt7tt5isSuo216vVnn6rHBprYjz9Sdodf8YRPAy\"]},\"node_modules/@latticexyz/world/src/constants.sol\":{\"keccak256\":\"0x07faffa7dc4a2adc4f9bfe93d5a59a7dd89241d360996537608e38f61c2d0588\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://b96d4ce331b257a24de2f18503a11b986ed32d218810db9d5e3e7eddc17c2218\",\"dweb:/ipfs/Qme7Cw4RN1eaFWt2j3hk6ZMB7GWUfMY5oyZKYfMvAVxdBc\"]},\"node_modules/@latticexyz/world/src/modules/core/types.sol\":{\"keccak256\":\"0x256b3269e1e7eb6c8b6e26432bbe6799b4d45a88ef1b0e795ea71e604cec3a8a\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://99bf6320ce9671ed74e7352b4e6c462d741ca9a894c48b526e7d8513308fa6b3\",\"dweb:/ipfs/QmRFJcWFMDRkg7soJ4r4MrqacKmj16vUEMFEGWJuvFi4vJ\"]},\"node_modules/@latticexyz/world/src/revertWithBytes.sol\":{\"keccak256\":\"0x16795bdbfd7956d733df9ada1030ee7a1a714e3b9da5899149a7b07568c4af55\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://7a71128b4989e78215d5fc57dae8c2f84c6b5e503c159178c0df6f642b8228df\",\"dweb:/ipfs/QmNYTfBe62SdGESZ32fxME72CbAxEqk4j79jBT7655C4u7\"]},\"node_modules/@latticexyz/world/src/worldResourceTypes.sol\":{\"keccak256\":\"0xe31ee781596541f60ed71ef327c9d26ffc899e7fb3f4991c67406518bfc00746\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://f7b864fea8c77833a322b16c4673f110d5065d0cafcedecd07895699cf4258c2\",\"dweb:/ipfs/QmRkzXVjMLwQFWxjEjgfdXVPAp6SU4zfxPo4NJcmz8HwH9\"]},\"src/modules/erc721-puppet/ERC721System.sol\":{\"keccak256\":\"0x39cd970252dc3c59df2290b22a8b9f7b335f51bb15f9e24d810bf5e634f50235\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://4a357ea36bab59200ccb5dfc9f484e1794c213bede5c220c18250c34de1d4ecf\",\"dweb:/ipfs/Qmf7SLaw7NEtNSAWRPhqTBxR1mKi7MhzxKTtGq73RPS4dh\"]},\"src/modules/erc721-puppet/IERC721.sol\":{\"keccak256\":\"0xece8034b2f4d2fea1adf2fc3bed59fb3db574250f0454f87706a2de3cdc297c5\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://628276baff68bbcc9bc8ae577e10399401274e3ab12b8923f8f2aa96089a6250\",\"dweb:/ipfs/QmVdujDhoWHFHYuxZ4btB6nzTBvakpKgkoadBJN3iBkyyJ\"]},\"src/modules/erc721-puppet/IERC721Errors.sol\":{\"keccak256\":\"0x10aa9dfd2bb131b1a7a24eaff4fcac3676b06564b2002fd7fe02f70338d776b2\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://726bff91b12f6bfc02a636feee5965ec04bb6eac838ec2d9287e8c2a6a6cd276\",\"dweb:/ipfs/QmX3w6VmRhMRSUrYZCDAqmEkoC4WtNnCeshCBdV2A5jYx6\"]},\"src/modules/erc721-puppet/IERC721Events.sol\":{\"keccak256\":\"0xa7d69b40c86ba641f56d01ed63a633363c74e90c1919781ad67afc93c5d3e8e7\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://21e8bf89857c4fa44d4aafb491b5269f76043669b34e63cbb2fe103d3e5df5bb\",\"dweb:/ipfs/QmT55QTWBwM3V7gF2zCx4HVdkY7Tbm9JvsMgP9Zny9Lra5\"]},\"src/modules/erc721-puppet/IERC721Mintable.sol\":{\"keccak256\":\"0x8017469d5a084c996946085ec7d6cf2341be04bc97833df1fab0e6960b8f9d83\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://485836c34d4e2d600709546f3c4542d04b5fed27d975834666e7434f954ab03c\",\"dweb:/ipfs/QmPQ8Mydi7qZarueKkeQ8kt9bcCQcEPTgiRCGzkhwsQiru\"]},\"src/modules/erc721-puppet/IERC721Receiver.sol\":{\"keccak256\":\"0xd9278f007d3408f834303b317a5a54b01f6d5d4c70891953b94b012c2f9b2973\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://acfcf8fedd56229600ce0b522734c41146c5f1e73e92069404d70b2929d8dc74\",\"dweb:/ipfs/QmcutxkWBafrikCorV8avuWTJHFQPZ3N3j4ojN8aLZBCB1\"]},\"src/modules/erc721-puppet/constants.sol\":{\"keccak256\":\"0xd6a6ca3b2446fbcde45f5c3608067bfc4c663b0eb529d39eb8bc61c5087297fc\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://68b98113bc18bfce66df4f7c26576dadd950f2c76b1c91de169909d502a0275b\",\"dweb:/ipfs/QmWaxgDwJTSaVjYMSDhLvX2boHg6T3XxiysvoRZwxVhqbg\"]},\"src/modules/erc721-puppet/tables/ERC721Metadata.sol\":{\"keccak256\":\"0xec2e7a95c1f4f0da01dc8b5d48e68a8af19709f5d11b647b6ddcf86ccd9d2bdb\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://a09475a7bd0948a7425bd0d58196a6a5e348c7400f05faa77ddef68d9965508c\",\"dweb:/ipfs/QmeRzT8ZR2wvvHDFup4a8ikgR6roWWfEsk4zqiPxATLMCE\"]},\"src/modules/erc721-puppet/tables/OperatorApproval.sol\":{\"keccak256\":\"0xc319e035373d2d0cc0abb10a4afc81f079904fb95bafac106c902b5f872b2b7d\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://7e3c13884520ac0a06fd0e9b6f50dc270f1e5f533d27c96dc80654349fce5be9\",\"dweb:/ipfs/QmV8H5VESLcAhqz8kD4sUJPt8aoe8hn2HSostQaKX9S3hi\"]},\"src/modules/erc721-puppet/tables/Owners.sol\":{\"keccak256\":\"0x19e5ff2c5dd25fccc4cb99428f8e72841b4356ea1714689ad70ba0a0a6fe91ca\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://757970e385af7799bcbf522ad687212061b9294074dc0d7c46cf155195cf8695\",\"dweb:/ipfs/QmPjTdozvgRQuH7kLWPMnhCP6HVy27BbuDwDoYa6mDEjqV\"]},\"src/modules/erc721-puppet/tables/TokenApproval.sol\":{\"keccak256\":\"0x3bdfa8047556e6acf57cb6b5498698734d48f698166d97de55914cfd46a7addd\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://7b28f1ada7a1aae3445cf3cede5bbc4849e66042f6fedff1579c713e3c7ea15b\",\"dweb:/ipfs/QmXBaBfQ82gsD3sRtwQEY6oXxznLGH7tfgf2ukjKjbs4qf\"]},\"src/modules/erc721-puppet/tables/TokenURI.sol\":{\"keccak256\":\"0x6749197d53e7c8e24287e3986feb29edf258d0c94303f6c48a5fe34f0ad3393c\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://f9cf7dce9cac2b303f086efd42f564e53c38174f85cb691699ec38b3bd45be17\",\"dweb:/ipfs/QmWJYzEMvXyi6fP6CUW24zErobXAwqhtaXhTg4JMR6maAe\"]},\"src/modules/erc721-puppet/utils.sol\":{\"keccak256\":\"0x98362b9233e8199e9b7219a63076cb515ee361a65950c2aad9967e6ae0eb9b63\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://fb4bd453dc5f5ccd41cfb4f3950c0693d1c5092c2881f7f6dae3df57cb77e696\",\"dweb:/ipfs/QmNU7GRhvYeibv7UbMMJ9tUKbFwR8H98jKYuKVX8SiXQDm\"]},\"src/modules/puppet/Puppet.sol\":{\"keccak256\":\"0x8933512836ec527a90f1fd44cf01870b302cd5f080d1dc9f64ea11c41e46d2ab\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://854b7887821c26da985de13e8fb476bd8bd52c411284793789d19d34d9112f3b\",\"dweb:/ipfs/QmcHweSL5z6Mwro4dm4sLnzy7WmzdZud5yW7KQ36mnZTYD\"]},\"src/modules/puppet/PuppetMaster.sol\":{\"keccak256\":\"0x7f94270573d344a1aea188e3920acab0f6c3befe9e7f27a1759df091f73db9e5\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://fc35076fb222a6e77a6968ef62856db69c4bb757f83f9849fe6abd8bb983002f\",\"dweb:/ipfs/QmVKRXYS1Xj1ckMZg6i9XPp8LbE4BXR8GL2XBfiFvnPnk9\"]},\"src/modules/puppet/constants.sol\":{\"keccak256\":\"0xb5379ef41cc6ab6a27bc8bee21f73094ecccd7af0b54e61bf7180b04dd828207\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://7edb00d3c48110499790cc93573b3d4e7626a7d56c7243a57d0cbe2b1b86d449\",\"dweb:/ipfs/QmU9c1n3vftuRM4WjSmBhodZvSKwfovvzakdre2AYQTrur\"]},\"src/modules/puppet/tables/PuppetRegistry.sol\":{\"keccak256\":\"0xe746e9170bee8f229554971e2ebdeda0ac4b4d342f92c711a9c22882c0ebe4f4\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://8e8ba2b16545929f480da8b5d6980fe5f92bb87b7b09178b5236aeede72a7436\",\"dweb:/ipfs/QmUT9HGrXJB1jiyFW14kqGGGb8v86w2UscWuzWWfcmPTuE\"]},\"src/modules/puppet/utils.sol\":{\"keccak256\":\"0x725bf79655d814b0b04e2f64a8eb3a01dbd87cebf6c9674fb656363cc72c6e66\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://6efcc323f7cdf8e0d284dafe714f9dd922d63c747e9a34d6e71473943b50805c\",\"dweb:/ipfs/QmcxA7uqyhAV7m3svQstVhsjvLYbcgUq1nQCk7vqACAsQf\"]},\"src/modules/tokens/tables/Balances.sol\":{\"keccak256\":\"0x1a5efec938f8f444e25499f55c11782e2f8425ecb4bb7642b3e4d89ef5c94283\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://b8cc1696ae88061b5b469111ee6bd4c25919756d3c85e2830a92dd7a344bda8d\",\"dweb:/ipfs/QmNZKrU7NkRHmvvm98kaLYFusEmH3e7sJdCwciuUWzCCxe\"]},\"src/utils/AccessControlLib.sol\":{\"keccak256\":\"0xb31878bda3f249c941719f6aa743bc739701418ed3effd2b5e6b4f28219e3f88\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://a56bea3221f0663c35375beea4803b0d4ebc7e004828b89ef72c0cfec8e009e0\",\"dweb:/ipfs/QmPNZig8c2ou4uZFMjotG1CGT3ZcTU2aCt3C2RTSLkx3w8\"]}},\"version\":1}","metadata":{"compiler":{"version":"0.8.21+commit.d9974bed"},"language":"Solidity","output":{"abi":[{"inputs":[{"internalType":"address","name":"sender","type":"address"},{"internalType":"uint256","name":"tokenId","type":"uint256"},{"internalType":"address","name":"owner","type":"address"}],"type":"error","name":"ERC721IncorrectOwner"},{"inputs":[{"internalType":"address","name":"operator","type":"address"},{"internalType":"uint256","name":"tokenId","type":"uint256"}],"type":"error","name":"ERC721InsufficientApproval"},{"inputs":[{"internalType":"address","name":"approver","type":"address"}],"type":"error","name":"ERC721InvalidApprover"},{"inputs":[{"internalType":"address","name":"operator","type":"address"}],"type":"error","name":"ERC721InvalidOperator"},{"inputs":[{"internalType":"address","name":"owner","type":"address"}],"type":"error","name":"ERC721InvalidOwner"},{"inputs":[{"internalType":"address","name":"receiver","type":"address"}],"type":"error","name":"ERC721InvalidReceiver"},{"inputs":[{"internalType":"address","name":"sender","type":"address"}],"type":"error","name":"ERC721InvalidSender"},{"inputs":[{"internalType":"uint256","name":"tokenId","type":"uint256"}],"type":"error","name":"ERC721NonexistentToken"},{"inputs":[{"internalType":"address","name":"systemAddress","type":"address"},{"internalType":"ResourceId","name":"systemId","type":"bytes32"}],"type":"error","name":"PuppetMaster_NoPuppet"},{"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":"string","name":"resource","type":"string"},{"internalType":"address","name":"caller","type":"address"}],"type":"error","name":"World_AccessDenied"},{"inputs":[{"internalType":"address","name":"owner","type":"address","indexed":true},{"internalType":"address","name":"approved","type":"address","indexed":true},{"internalType":"uint256","name":"tokenId","type":"uint256","indexed":true}],"type":"event","name":"Approval","anonymous":false},{"inputs":[{"internalType":"address","name":"owner","type":"address","indexed":true},{"internalType":"address","name":"operator","type":"address","indexed":true},{"internalType":"bool","name":"approved","type":"bool","indexed":false}],"type":"event","name":"ApprovalForAll","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":"address","name":"from","type":"address","indexed":true},{"internalType":"address","name":"to","type":"address","indexed":true},{"internalType":"uint256","name":"tokenId","type":"uint256","indexed":true}],"type":"event","name":"Transfer","anonymous":false},{"inputs":[],"stateMutability":"view","type":"function","name":"_msgSender","outputs":[{"internalType":"address","name":"sender","type":"address"}]},{"inputs":[],"stateMutability":"pure","type":"function","name":"_msgValue","outputs":[{"internalType":"uint256","name":"value","type":"uint256"}]},{"inputs":[],"stateMutability":"view","type":"function","name":"_world","outputs":[{"internalType":"address","name":"","type":"address"}]},{"inputs":[{"internalType":"address","name":"to","type":"address"},{"internalType":"uint256","name":"tokenId","type":"uint256"}],"stateMutability":"nonpayable","type":"function","name":"approve"},{"inputs":[{"internalType":"address","name":"owner","type":"address"}],"stateMutability":"view","type":"function","name":"balanceOf","outputs":[{"internalType":"uint256","name":"","type":"uint256"}]},{"inputs":[{"internalType":"uint256","name":"tokenId","type":"uint256"}],"stateMutability":"nonpayable","type":"function","name":"burn"},{"inputs":[{"internalType":"uint256","name":"tokenId","type":"uint256"}],"stateMutability":"view","type":"function","name":"getApproved","outputs":[{"internalType":"address","name":"","type":"address"}]},{"inputs":[{"internalType":"address","name":"owner","type":"address"},{"internalType":"address","name":"operator","type":"address"}],"stateMutability":"view","type":"function","name":"isApprovedForAll","outputs":[{"internalType":"bool","name":"","type":"bool"}]},{"inputs":[{"internalType":"address","name":"to","type":"address"},{"internalType":"uint256","name":"tokenId","type":"uint256"}],"stateMutability":"nonpayable","type":"function","name":"mint"},{"inputs":[],"stateMutability":"view","type":"function","name":"name","outputs":[{"internalType":"string","name":"","type":"string"}]},{"inputs":[{"internalType":"uint256","name":"tokenId","type":"uint256"}],"stateMutability":"view","type":"function","name":"ownerOf","outputs":[{"internalType":"address","name":"","type":"address"}]},{"inputs":[{"internalType":"address","name":"to","type":"address"},{"internalType":"uint256","name":"tokenId","type":"uint256"},{"internalType":"bytes","name":"data","type":"bytes"}],"stateMutability":"nonpayable","type":"function","name":"safeMint"},{"inputs":[{"internalType":"address","name":"to","type":"address"},{"internalType":"uint256","name":"tokenId","type":"uint256"}],"stateMutability":"nonpayable","type":"function","name":"safeMint"},{"inputs":[{"internalType":"address","name":"from","type":"address"},{"internalType":"address","name":"to","type":"address"},{"internalType":"uint256","name":"tokenId","type":"uint256"}],"stateMutability":"nonpayable","type":"function","name":"safeTransferFrom"},{"inputs":[{"internalType":"address","name":"from","type":"address"},{"internalType":"address","name":"to","type":"address"},{"internalType":"uint256","name":"tokenId","type":"uint256"},{"internalType":"bytes","name":"data","type":"bytes"}],"stateMutability":"nonpayable","type":"function","name":"safeTransferFrom"},{"inputs":[{"internalType":"address","name":"operator","type":"address"},{"internalType":"bool","name":"approved","type":"bool"}],"stateMutability":"nonpayable","type":"function","name":"setApprovalForAll"},{"inputs":[{"internalType":"bytes4","name":"interfaceId","type":"bytes4"}],"stateMutability":"pure","type":"function","name":"supportsInterface","outputs":[{"internalType":"bool","name":"","type":"bool"}]},{"inputs":[],"stateMutability":"view","type":"function","name":"symbol","outputs":[{"internalType":"string","name":"","type":"string"}]},{"inputs":[{"internalType":"uint256","name":"tokenId","type":"uint256"}],"stateMutability":"view","type":"function","name":"tokenURI","outputs":[{"internalType":"string","name":"","type":"string"}]},{"inputs":[{"internalType":"address","name":"from","type":"address"},{"internalType":"address","name":"to","type":"address"},{"internalType":"uint256","name":"tokenId","type":"uint256"}],"stateMutability":"nonpayable","type":"function","name":"transferFrom"}],"devdoc":{"kind":"dev","methods":{"_msgSender()":{"returns":{"sender":"The `msg.sender` in the call to the World contract before the World routed the call to the WorldContextConsumer contract."}},"_msgValue()":{"returns":{"value":"The `msg.value` in the call to the World contract before the World routed the call to the WorldContextConsumer contract."}},"_world()":{"returns":{"_0":"The address of the World contract that routed the call to this WorldContextConsumer."}},"approve(address,uint256)":{"details":"See {IERC721-approve}."},"balanceOf(address)":{"details":"See {IERC721-balanceOf}."},"burn(uint256)":{"details":"Destroys `tokenId`. The approval is cleared when the token is burned. Requirements: - caller must own the namespace - `tokenId` must exist. Emits a {Transfer} event."},"getApproved(uint256)":{"details":"See {IERC721-getApproved}."},"isApprovedForAll(address,address)":{"details":"See {IERC721-isApprovedForAll}."},"mint(address,uint256)":{"details":"Mints `tokenId` and transfers it to `to`. Requirements: - caller must own the namespace - `tokenId` must not exist. - `to` cannot be the zero address. Emits a {Transfer} event."},"name()":{"details":"See {IERC721Metadata-name}."},"ownerOf(uint256)":{"details":"See {IERC721-ownerOf}."},"safeMint(address,uint256)":{"details":"Mints `tokenId`, transfers it to `to` and checks for `to` acceptance. Requirements: - caller must own the namespace - `tokenId` must not exist. - If `to` refers to a smart contract, it must implement {IERC721Receiver-onERC721Received}, which is called upon a safe transfer. Emits a {Transfer} event."},"safeMint(address,uint256,bytes)":{"details":"Same as {xref-ERC721-safeMint-address-uint256-}[`safeMint`], with an additional `data` parameter which is forwarded in {IERC721Receiver-onERC721Received} to contract recipients."},"safeTransferFrom(address,address,uint256)":{"details":"See {IERC721-safeTransferFrom}."},"safeTransferFrom(address,address,uint256,bytes)":{"details":"See {IERC721-safeTransferFrom}."},"setApprovalForAll(address,bool)":{"details":"See {IERC721-setApprovalForAll}."},"supportsInterface(bytes4)":{"params":{"interfaceId":"The ID of the interface in question."},"returns":{"_0":"True if the interface is supported, false otherwise."}},"symbol()":{"details":"See {IERC721Metadata-symbol}."},"tokenURI(uint256)":{"details":"See {IERC721Metadata-tokenURI}."},"transferFrom(address,address,uint256)":{"details":"See {IERC721-transferFrom}."}},"version":1},"userdoc":{"kind":"user","methods":{"_msgSender()":{"notice":"Extract the `msg.sender` from the context appended to the calldata."},"_msgValue()":{"notice":"Extract the `msg.value` from the context appended to the calldata."},"_world()":{"notice":"Get the address of the World contract that routed the call to this WorldContextConsumer."},"supportsInterface(bytes4)":{"notice":"Checks if an interface is supported by the contract. using ERC-165 supportsInterface (see https://eips.ethereum.org/EIPS/eip-165)"}},"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":{"src/modules/erc721-puppet/ERC721System.sol":"ERC721System"},"evmVersion":"paris","libraries":{}},"sources":{"node_modules/@latticexyz/schema-type/src/solidity/SchemaType.sol":{"keccak256":"0x770eff7a38b9b7b1613dc11ca09db4f28b42a117c9b39b2a06a650a58a250bdb","urls":["bzz-raw://39f544110658a53def52c2a4e33b8b158b95a4f14fccea58d5268b6e728d86d4","dweb:/ipfs/QmTesj6tjSFbfAiKUitXapdNYWPStS8bLkB3r22qfyHwUC"],"license":"MIT"},"node_modules/@latticexyz/store/src/Bytes.sol":{"keccak256":"0xab31edce915377852bb5f29f7f2ccfc50cac087d64d2a8aae669715ad862d558","urls":["bzz-raw://3187e86e43be1fbdd59df45c695294f1114aa1ac48e6445c0cb26089434be5c4","dweb:/ipfs/Qmck7shMVrcKMVkgN2pC1byPY7hb3V9fTxnUcGgxAUeXYk"],"license":"MIT"},"node_modules/@latticexyz/store/src/FieldLayout.sol":{"keccak256":"0x2a0536cd6cecc479d0b81d5aad6380231f4d6873beadc54814d801c2036b02c0","urls":["bzz-raw://e07c041e19146a9ec258cc700a450b4d49440202895eb12f3bb17508427c23ba","dweb:/ipfs/QmXoqrCGDSkuFgNSMURRFdjokjREL78nLDzNaUi6rjefy9"],"license":"MIT"},"node_modules/@latticexyz/store/src/Hook.sol":{"keccak256":"0x045024523eb55d08ad8d13eca6185bff2988865f4aa12e3f9372029c2ecb8ddd","urls":["bzz-raw://6621c53b49f8fe0557d1a1db47bfe1561801c09256948dd0652fb41541891a18","dweb:/ipfs/QmZgFVCUH1pKcc9MeFyzMe1VW87SLz6c9szGwrDRUp6BZe"],"license":"MIT"},"node_modules/@latticexyz/store/src/IERC165.sol":{"keccak256":"0x2bbc3c43400c15a91a5cb35430a91309cb64a4d13a0a170eacec71dcf334feaf","urls":["bzz-raw://f44dfc9605067de539de07a76a34bf469faa9e6dad8c192abafc2e05860c7dd2","dweb:/ipfs/QmX8xgG6XWokM7YFwFZvmMhuh1uhkSjxCMD2oTHjUVdapb"],"license":"MIT"},"node_modules/@latticexyz/store/src/IStore.sol":{"keccak256":"0x9092b65551d0f910e5645cebb5acadb387cdd192d75fa89cd6b293bd65b28827","urls":["bzz-raw://478825a6f7eff9ddab968e71e1d55ebee279d3b318f10976d9334384000059c0","dweb:/ipfs/Qme7NY976woRy3RQjE4tkkiwoXnoVtTmER3PbWCSbjZ2kb"],"license":"MIT"},"node_modules/@latticexyz/store/src/IStoreData.sol":{"keccak256":"0xa8eade05c551aeef35c84727d7a44af239516deb2d8a0cfb7ebeb5d88c6995e5","urls":["bzz-raw://5335910bd8a204abb5f4396fb911a5ee5c221bd7fa63b1cc8ae5e737c6458c6a","dweb:/ipfs/QmckkCAfrNcWo3yDxoD1jCe1k4iDA2GzVDpFjJZs7W79vx"],"license":"MIT"},"node_modules/@latticexyz/store/src/IStoreErrors.sol":{"keccak256":"0xb9070663ded3cad82285bb7610949e422f88abb48c2ddbd792af83d127d64212","urls":["bzz-raw://830490f1c888bec86df1e7ef43773d60ebdbdfdb2b91ab7fe074e2f38d7439dc","dweb:/ipfs/QmS26fpXdZuGgMmjcdQDf9k1Bedn2dhjk9byFZJoNkctPZ"],"license":"MIT"},"node_modules/@latticexyz/store/src/IStoreEvents.sol":{"keccak256":"0xdd3104680808f975462a85cbd4fa87783ba5395797419caeeca37e8f8627a16f","urls":["bzz-raw://943864b7eb16ad2047ade5a8598e85c8a4b46d1aed6aef02bfb7cee8de732b4d","dweb:/ipfs/QmTEij4caToSNk15PFpubXYDy9QhwmPyP9tMXjUse2cTdv"],"license":"MIT"},"node_modules/@latticexyz/store/src/IStoreHook.sol":{"keccak256":"0xa6777c7868333996ad9c61a94457dcac702d8d7445a104dfdc86543d25e7470e","urls":["bzz-raw://6268a16449d7529a94746d0103670dd0e38faf5117bf914fb01da9947ab44c2e","dweb:/ipfs/QmaSfbx1QRA3jw2K8bGkQTw4CTGPUzNqnCJW7LwaFUJCXy"],"license":"MIT"},"node_modules/@latticexyz/store/src/IStoreRead.sol":{"keccak256":"0xd2180d53ecd31069b1166f170ecdcd85917ac50f45fc26fb39b49cee7ba00e37","urls":["bzz-raw://1494bb0a3228e2d194bddaed4761fd3ca865979f0e3f3a53acd271143a4aa0ac","dweb:/ipfs/Qmaddnzzmu99iP9dTWK9ZeByh5dZyjY9SpVnRdvyr2fBAo"],"license":"MIT"},"node_modules/@latticexyz/store/src/IStoreRegistration.sol":{"keccak256":"0xf448fbb2bc9c982721a43234463656da5a49cea08543e62148d54f11e1ac3e2f","urls":["bzz-raw://64b3579d9b9dcd73dca2beab3d4fcf60237420945ebbb2e9f4ffcc88f4110115","dweb:/ipfs/QmaW5nN3zGEriSYHncye6Nz2TkAw1oo1CyG2JuJTJrJoXg"],"license":"MIT"},"node_modules/@latticexyz/store/src/IStoreWrite.sol":{"keccak256":"0x8b6c7af5ee330928aebb58c8872d3944304ee10ed11f8a325b6accc4ec5df81b","urls":["bzz-raw://b866d158701c7a40834bed735194b804ef219f2bbe574e2307785fff7bcf9da1","dweb:/ipfs/QmXzJfZkXVfyr2RFGwDuazeVnV3UWYmQxjKZ3KzFbbe75U"],"license":"MIT"},"node_modules/@latticexyz/store/src/Memory.sol":{"keccak256":"0x69295976e61a1a108d1b4d6eb497b238730309f3047c4320d48e01a0ce8d4ec7","urls":["bzz-raw://559c451b21fb9dd4fec27b41bef42f4362f1e7ebb7992106d548b9d4f733b3e5","dweb:/ipfs/QmeSE7YTW5zUrfZYFVb2pFnDe3XxiT8XNecfwC3wfpxCRv"],"license":"MIT"},"node_modules/@latticexyz/store/src/PackedCounter.sol":{"keccak256":"0x44ddfa9eb8a861462c550f0a9d66c40c68acdb347a61fa765949608407a2c7fb","urls":["bzz-raw://47ee957f4b19cab9e20bf5fc569c015eca13852fb3351f2a105a8be9c48204c0","dweb:/ipfs/QmNkyzDobVQLoq9BtQ8HtgsPLiqnmi97EZx1wsu6wp8nKH"],"license":"MIT"},"node_modules/@latticexyz/store/src/ResourceId.sol":{"keccak256":"0x40983c580b8958e55db4520095934a535e98544ffe8228327e598973eb6647ed","urls":["bzz-raw://839d658fa2bb2b1f09a08149d2bf0c26a26c301ad2dda8154fc99458085a695d","dweb:/ipfs/Qmd5jHHYrgqraPqF8bjzT4xyjsoPk8K7pkxXLLfz6MRT6d"],"license":"MIT"},"node_modules/@latticexyz/store/src/Schema.sol":{"keccak256":"0x58aef318ba03f8ff8866ef70f8a30f549b150657ea699734aefe16c298956401","urls":["bzz-raw://7dc104690a7e2bcf5ce1afadcd58f8ef4d639b4b92b9ad9293656235d54395f3","dweb:/ipfs/QmYJJvEv5KBJ3kzf9AkgRn7Uu5dp4exGTRddf4cae1btgE"],"license":"MIT"},"node_modules/@latticexyz/store/src/Slice.sol":{"keccak256":"0xfaf54b1f5acccd4c6ce3f8377050ee84efbb423cb604b4651e8b9ea3b467bf32","urls":["bzz-raw://acf2ce7ffec21f28ad1dc6da06c342f1212a03a3d16a0be7ee85715a5940718c","dweb:/ipfs/QmTCN3NSdFg87hi7KS2Xtq7PsmRUMG64SxC8PtP3p2GzuT"],"license":"MIT"},"node_modules/@latticexyz/store/src/Storage.sol":{"keccak256":"0x130f0925a5bf4f732ef9758b47eca18c77d1bb34546ea9463321e9df766435a1","urls":["bzz-raw://68767e3db6fd6538a4577a1c30fe03e05bf9d316cdd43a66657e93c008b76f45","dweb:/ipfs/QmSZmUBSfhk3v5gNu5GgwcYuWbb1FFDKYpDKvpXVahfyTw"],"license":"MIT"},"node_modules/@latticexyz/store/src/StoreCore.sol":{"keccak256":"0x95b7d62d84b43777c54dd1c7d941dbb5ba0afc02c444c30cfdb1de671bbbf180","urls":["bzz-raw://fe62a2fdb2a73610c3072f31b7f88ed3f9d03c1009fe0f0ef37a7eb814b23534","dweb:/ipfs/QmV85zaV5HAD6eGc5N4RmdtmpR6EwkswVLQTaR2aJqsXrj"],"license":"MIT"},"node_modules/@latticexyz/store/src/StoreSwitch.sol":{"keccak256":"0xf132af10f960a498f49c0534027056e715f4bdcb8fbdb53ac6879c92309ab416","urls":["bzz-raw://e85a09aeb7543bcd9d74b7ad319ae61e1f7f15a6a0ad9e79aff750fbd18111c7","dweb:/ipfs/QmY6xgqeeaR1FsCPLmFbVgjm1D2UyrXNABKXWLfFaSmBhR"],"license":"MIT"},"node_modules/@latticexyz/store/src/codegen/index.sol":{"keccak256":"0xf337a5abb2d43ef00c1c200e7fbec30fc89c7c701e457ab4277194b700d2aea3","urls":["bzz-raw://eccdf6158076b4e8f1b587a0310228f53323705e054a44eaa7733f38805c3ee6","dweb:/ipfs/QmbXEVNTctg54dK9awdCVyAjeuUjR6ckfmmXBP8DrFmjyq"],"license":"MIT"},"node_modules/@latticexyz/store/src/codegen/tables/Hooks.sol":{"keccak256":"0xc5c6f807cff6b4dc486525c559ba3f7cbb034ac5895636ee64c9d01defa6a38e","urls":["bzz-raw://84d3a3b3fd3afa2ab3231fd7fe981889dfb0600deec34c5d4e9c07d3187af8a5","dweb:/ipfs/Qmanj7WjETqBYQXkxKLjqWs4vMp3en3N69B5MacKme5fpD"],"license":"MIT"},"node_modules/@latticexyz/store/src/codegen/tables/ResourceIds.sol":{"keccak256":"0xf7a9bf3e37b486377005c556cdf5b813ea1a41278b3a0349f81e3c82a2f1c789","urls":["bzz-raw://92cc87add89abcb126bf3cd0b284f25065c2b9c90a49f8dba4629b28a5b87751","dweb:/ipfs/QmNNBDSK5GNujERGiSUhorbmtpdD2UnGz7MqSSDasEGdub"],"license":"MIT"},"node_modules/@latticexyz/store/src/codegen/tables/StoreHooks.sol":{"keccak256":"0xa1186b8b6143b4a87cea1624785494398be1613cb7c6f9e57734e1cca1d5dd14","urls":["bzz-raw://488c158082622689d035d7964c6ca063295e53078291c340eb6a23db08e8ff95","dweb:/ipfs/QmWcjo3B5SH7jStXKAuf7qvF2ouz6syw9c7aT86PnTgRqW"],"license":"MIT"},"node_modules/@latticexyz/store/src/codegen/tables/Tables.sol":{"keccak256":"0xd47e1921c07fc8608157b5dc343fcef7235e891ea6a21dec1fb118a0bd797fcb","urls":["bzz-raw://01a6ad068e6991994a0939f22a55245e0c7c82fc5e274da0af616286a8acfc7a","dweb:/ipfs/QmPokA3pSexzZY33MMV6BGx48ZwQegdUN5AijiAfycSDxy"],"license":"MIT"},"node_modules/@latticexyz/store/src/constants.sol":{"keccak256":"0x9e37c64c119ef07ad914bc589ee3f6d67946ab95877978c1ee3e2c1ffae07076","urls":["bzz-raw://3fad47e542025382aa28e8171253e34f93b2f149434b67a26989542d70218793","dweb:/ipfs/QmW6JsKNwPc6oAMrgcikgR2EPwMUtQANiuZSQSGCd29HHC"],"license":"MIT"},"node_modules/@latticexyz/store/src/leftMask.sol":{"keccak256":"0xd0360567e4d77c6a8e3d8a5f4bf3653ccde4d268674c50988d55695dc6193f6f","urls":["bzz-raw://53e6bcb53fcb08ee9426225fdab7c41df91e12cb4f80d92895a6117338627401","dweb:/ipfs/QmeLcaPGeMBpNSTSsPYK3PHpzKuGMjuitCweAWcoXK2mXr"],"license":"MIT"},"node_modules/@latticexyz/store/src/storeHookTypes.sol":{"keccak256":"0x60880298016fa117ed9a43ddfd020f11d98a2d345bdcb08e5884e40df98eddd5","urls":["bzz-raw://3619dfda1fd514c0fc5fb34c14d5b5aa41dd6ba6045d37d5f4c8199f3a826f81","dweb:/ipfs/QmbzRBYfVa423gNzCitpGN3i2N9oeGYfinVE1jgtqxnNZX"],"license":"MIT"},"node_modules/@latticexyz/store/src/storeResourceTypes.sol":{"keccak256":"0xada1867ba72930fc5cf5562dd4e36de849dbac9c833b7969cb1b046a808fabf2","urls":["bzz-raw://6e4b5fdcaa54f567a3f8561c2c3fbc0d68c8dad892a4a8e5418bbce8efc53d84","dweb:/ipfs/QmTWbYJX1yrCqrEwUKB9rGpHdRvLNU8GCkBbxnLjGD4d2t"],"license":"MIT"},"node_modules/@latticexyz/store/src/tightcoder/DecodeSlice.sol":{"keccak256":"0x1af0fd984640123391ec2df855d00298504b7ce186a56c2caca769cfd9e08e04","urls":["bzz-raw://7305a62318890d2cc6420ba7dec13d9f2c1cb67ac689015fc83b9cbccd0696f1","dweb:/ipfs/QmR8jGNLbt64Tv1YZKRVBCVsd71oeUQFzGHHtpsrs4PuRq"],"license":"MIT"},"node_modules/@latticexyz/store/src/tightcoder/EncodeArray.sol":{"keccak256":"0x1c280d24360282e196d9c4833c58c2437108cea2af0ac7596f95be81389e306d","urls":["bzz-raw://6b4556b6eeae9328fbd9adcce346547e823c397503276a4d63effb67e00b5b49","dweb:/ipfs/QmUsynVsMYzjh8oJR8YB7SRrwFMdXcsQsHBrXxLEEFxsiB"],"license":"MIT"},"node_modules/@latticexyz/store/src/tightcoder/TightCoder.sol":{"keccak256":"0x5cacd4cb371e0a79bc8d64f62349d568fd8b08093c11ae0c3db4f16480d8808b","urls":["bzz-raw://12b64ddf2b5c19cf68ba93a8153ed79cbafe7a91e015d4b2f25eb1d42ab06256","dweb:/ipfs/QmQz5WwztcuTbSGFv2pkhU3w5scUj1gmavoyUpduxk2v3A"],"license":"MIT"},"node_modules/@latticexyz/store/src/version.sol":{"keccak256":"0x01029999a48b7c1d85de84cae465dd24ec126c95b8a865cd20c7ed5dfcc0f02c","urls":["bzz-raw://9750164ce996badb0fd7df2f526780b9cb9558912405fe46f31064bd7c522491","dweb:/ipfs/QmYf8m2ZXFANRc9ysHgNkNtSF327ccxKYjCUJ49UXBKADk"],"license":"MIT"},"node_modules/@latticexyz/world/src/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/WorldContext.sol":{"keccak256":"0xa11d93077d94f18683f1098b69c4713a48001ae15054476135ec9569041abb9a","urls":["bzz-raw://9b1d3384def68b4061c445b55602dd9cbcd4e8c58c13db5e945f284a05c1b518","dweb:/ipfs/Qma5DUZrSKZUxrxiGCpyRPWMJNdHU2wu6qDEsFWEJSnLfN"],"license":"MIT"},"node_modules/@latticexyz/world/src/WorldResourceId.sol":{"keccak256":"0xb7bfae2890004001221b3902d185c14cfea0e606d16914f6b7f81cf112aa9417","urls":["bzz-raw://acfd0d09166fc1bf16a8a5c80fbae1bd42426b2fcbab3c492bc836ea5c0375fb","dweb:/ipfs/QmTzZWHVBkx8hipFVpgEwAbZpr4c6hfr7yf7R71JojT3NK"],"license":"MIT"},"node_modules/@latticexyz/world/src/codegen/interfaces/IAccessManagementSystem.sol":{"keccak256":"0xc912f14d0f2e2e9e728a9d18e250ebe3eb2f51d0b4d79993c9d997991bbd5593","urls":["bzz-raw://29621425847a1c11205307896b04e2a6c97934dd619f23ce6774ce52520f1255","dweb:/ipfs/QmeuTe3q8U11Dqkp5tahxVWnp9Cd5ezQmRZ5vhEHtv14Eu"],"license":"MIT"},"node_modules/@latticexyz/world/src/codegen/interfaces/IBalanceTransferSystem.sol":{"keccak256":"0xf04594c29c5c5b3110453ac189a8008735753de864ab4a7dfa97ccd3ae5f4a55","urls":["bzz-raw://4a3061f72b969a294dc96c3b2e59277e762ce6571cedcc7e280412431453dde5","dweb:/ipfs/QmWB9aboakrCH9AmzGiZ1mCceh9atF4ks5ndEYFzUVbaHT"],"license":"MIT"},"node_modules/@latticexyz/world/src/codegen/interfaces/IBaseWorld.sol":{"keccak256":"0xf96aee478cc770cd9cd417b7939c38c9b9b075c91f3f47bdf8c6742f5591e9dc","urls":["bzz-raw://9c59c4c9a6ab3d64e2b0d7c9f3df2d330a36fc93ac2ab5e5f907fa881fbed1f8","dweb:/ipfs/QmTbd82cCtDwc8Ga1UsWAKXmFYrWU1zkbCCk1nMspqWdZu"],"license":"MIT"},"node_modules/@latticexyz/world/src/codegen/interfaces/IBatchCallSystem.sol":{"keccak256":"0xb4d323470e22b1d3f0168a44196eb09466f602b7564c75e5739c5f53a5036f97","urls":["bzz-raw://acad752208d00b731baaa1cfa192ff3981001fd030953bdc604e4f69ec2cd0b8","dweb:/ipfs/QmRFw3RgmX2CHqg7PqsP3rqVKxBVYNq5hHcFiyA2Y7iAaX"],"license":"MIT"},"node_modules/@latticexyz/world/src/codegen/interfaces/ICoreSystem.sol":{"keccak256":"0xf837b53eaa348da3b3650e0b7159de02d3f84897d96e487ece2f932c272dbe57","urls":["bzz-raw://fbdc52e9e519c8c6d4a00caf4de08688eb8eb34dbfc6236308f281d7cf05b51b","dweb:/ipfs/QmWnogXiA5KA6JGxCTJR5W1MNFowrH7baSAYhSXjV1xM47"],"license":"MIT"},"node_modules/@latticexyz/world/src/codegen/interfaces/IModuleInstallationSystem.sol":{"keccak256":"0x5be1d1ee90a7a03258e8c4fce7542453332c637a51b015e0cc29151ef2792263","urls":["bzz-raw://df6d97356b2ca9d97b7593f4c0772742529fea73f1665e55a879a368b399cae0","dweb:/ipfs/QmXCs5X4Z95isKRzjP4TQjQxwiB7773tHiJWLWkjLv3SLj"],"license":"MIT"},"node_modules/@latticexyz/world/src/codegen/interfaces/IWorldRegistrationSystem.sol":{"keccak256":"0xd7e31957e7fcf056912fe16e10a0411bdb071c14c45853e7da264dfbfd6bcb62","urls":["bzz-raw://c4ce02327ac8971177685fc2655733ed3c07f5dfb72846680544a48953180aad","dweb:/ipfs/QmQMNtkeCXdZfyyvtY8vUrKh5RUbpM7HYMGrzbxZGzTEFh"],"license":"MIT"},"node_modules/@latticexyz/world/src/codegen/tables/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/SystemRegistry.sol":{"keccak256":"0x8318ead6bf21b8f1e9f231d73634034511d74c1a979246df9f9cda8f349b644d","urls":["bzz-raw://b705a942046bb24fdbf0a5f4b365e33ab724d26bc158e7458ef5f262f72b5bae","dweb:/ipfs/Qme63b3DKKizKumysUGVFH8Q9h6cHnHBFM2Kdsxh2p6SWN"],"license":"MIT"},"node_modules/@latticexyz/world/src/codegen/tables/Systems.sol":{"keccak256":"0x3bf40b7e71a1953f21b447975ec1a850994a250325fdb88489d24175cf8440d9","urls":["bzz-raw://7fc1d4ce3096dfbd5510d2558d6fcae01ede446032ae232bd3e8656071e21ef1","dweb:/ipfs/QmNSmK5Mt7tt5isSuo216vVnn6rHBprYjz9Sdodf8YRPAy"],"license":"MIT"},"node_modules/@latticexyz/world/src/constants.sol":{"keccak256":"0x07faffa7dc4a2adc4f9bfe93d5a59a7dd89241d360996537608e38f61c2d0588","urls":["bzz-raw://b96d4ce331b257a24de2f18503a11b986ed32d218810db9d5e3e7eddc17c2218","dweb:/ipfs/Qme7Cw4RN1eaFWt2j3hk6ZMB7GWUfMY5oyZKYfMvAVxdBc"],"license":"MIT"},"node_modules/@latticexyz/world/src/modules/core/types.sol":{"keccak256":"0x256b3269e1e7eb6c8b6e26432bbe6799b4d45a88ef1b0e795ea71e604cec3a8a","urls":["bzz-raw://99bf6320ce9671ed74e7352b4e6c462d741ca9a894c48b526e7d8513308fa6b3","dweb:/ipfs/QmRFJcWFMDRkg7soJ4r4MrqacKmj16vUEMFEGWJuvFi4vJ"],"license":"MIT"},"node_modules/@latticexyz/world/src/revertWithBytes.sol":{"keccak256":"0x16795bdbfd7956d733df9ada1030ee7a1a714e3b9da5899149a7b07568c4af55","urls":["bzz-raw://7a71128b4989e78215d5fc57dae8c2f84c6b5e503c159178c0df6f642b8228df","dweb:/ipfs/QmNYTfBe62SdGESZ32fxME72CbAxEqk4j79jBT7655C4u7"],"license":"MIT"},"node_modules/@latticexyz/world/src/worldResourceTypes.sol":{"keccak256":"0xe31ee781596541f60ed71ef327c9d26ffc899e7fb3f4991c67406518bfc00746","urls":["bzz-raw://f7b864fea8c77833a322b16c4673f110d5065d0cafcedecd07895699cf4258c2","dweb:/ipfs/QmRkzXVjMLwQFWxjEjgfdXVPAp6SU4zfxPo4NJcmz8HwH9"],"license":"MIT"},"src/modules/erc721-puppet/ERC721System.sol":{"keccak256":"0x39cd970252dc3c59df2290b22a8b9f7b335f51bb15f9e24d810bf5e634f50235","urls":["bzz-raw://4a357ea36bab59200ccb5dfc9f484e1794c213bede5c220c18250c34de1d4ecf","dweb:/ipfs/Qmf7SLaw7NEtNSAWRPhqTBxR1mKi7MhzxKTtGq73RPS4dh"],"license":"MIT"},"src/modules/erc721-puppet/IERC721.sol":{"keccak256":"0xece8034b2f4d2fea1adf2fc3bed59fb3db574250f0454f87706a2de3cdc297c5","urls":["bzz-raw://628276baff68bbcc9bc8ae577e10399401274e3ab12b8923f8f2aa96089a6250","dweb:/ipfs/QmVdujDhoWHFHYuxZ4btB6nzTBvakpKgkoadBJN3iBkyyJ"],"license":"MIT"},"src/modules/erc721-puppet/IERC721Errors.sol":{"keccak256":"0x10aa9dfd2bb131b1a7a24eaff4fcac3676b06564b2002fd7fe02f70338d776b2","urls":["bzz-raw://726bff91b12f6bfc02a636feee5965ec04bb6eac838ec2d9287e8c2a6a6cd276","dweb:/ipfs/QmX3w6VmRhMRSUrYZCDAqmEkoC4WtNnCeshCBdV2A5jYx6"],"license":"MIT"},"src/modules/erc721-puppet/IERC721Events.sol":{"keccak256":"0xa7d69b40c86ba641f56d01ed63a633363c74e90c1919781ad67afc93c5d3e8e7","urls":["bzz-raw://21e8bf89857c4fa44d4aafb491b5269f76043669b34e63cbb2fe103d3e5df5bb","dweb:/ipfs/QmT55QTWBwM3V7gF2zCx4HVdkY7Tbm9JvsMgP9Zny9Lra5"],"license":"MIT"},"src/modules/erc721-puppet/IERC721Mintable.sol":{"keccak256":"0x8017469d5a084c996946085ec7d6cf2341be04bc97833df1fab0e6960b8f9d83","urls":["bzz-raw://485836c34d4e2d600709546f3c4542d04b5fed27d975834666e7434f954ab03c","dweb:/ipfs/QmPQ8Mydi7qZarueKkeQ8kt9bcCQcEPTgiRCGzkhwsQiru"],"license":"MIT"},"src/modules/erc721-puppet/IERC721Receiver.sol":{"keccak256":"0xd9278f007d3408f834303b317a5a54b01f6d5d4c70891953b94b012c2f9b2973","urls":["bzz-raw://acfcf8fedd56229600ce0b522734c41146c5f1e73e92069404d70b2929d8dc74","dweb:/ipfs/QmcutxkWBafrikCorV8avuWTJHFQPZ3N3j4ojN8aLZBCB1"],"license":"MIT"},"src/modules/erc721-puppet/constants.sol":{"keccak256":"0xd6a6ca3b2446fbcde45f5c3608067bfc4c663b0eb529d39eb8bc61c5087297fc","urls":["bzz-raw://68b98113bc18bfce66df4f7c26576dadd950f2c76b1c91de169909d502a0275b","dweb:/ipfs/QmWaxgDwJTSaVjYMSDhLvX2boHg6T3XxiysvoRZwxVhqbg"],"license":"MIT"},"src/modules/erc721-puppet/tables/ERC721Metadata.sol":{"keccak256":"0xec2e7a95c1f4f0da01dc8b5d48e68a8af19709f5d11b647b6ddcf86ccd9d2bdb","urls":["bzz-raw://a09475a7bd0948a7425bd0d58196a6a5e348c7400f05faa77ddef68d9965508c","dweb:/ipfs/QmeRzT8ZR2wvvHDFup4a8ikgR6roWWfEsk4zqiPxATLMCE"],"license":"MIT"},"src/modules/erc721-puppet/tables/OperatorApproval.sol":{"keccak256":"0xc319e035373d2d0cc0abb10a4afc81f079904fb95bafac106c902b5f872b2b7d","urls":["bzz-raw://7e3c13884520ac0a06fd0e9b6f50dc270f1e5f533d27c96dc80654349fce5be9","dweb:/ipfs/QmV8H5VESLcAhqz8kD4sUJPt8aoe8hn2HSostQaKX9S3hi"],"license":"MIT"},"src/modules/erc721-puppet/tables/Owners.sol":{"keccak256":"0x19e5ff2c5dd25fccc4cb99428f8e72841b4356ea1714689ad70ba0a0a6fe91ca","urls":["bzz-raw://757970e385af7799bcbf522ad687212061b9294074dc0d7c46cf155195cf8695","dweb:/ipfs/QmPjTdozvgRQuH7kLWPMnhCP6HVy27BbuDwDoYa6mDEjqV"],"license":"MIT"},"src/modules/erc721-puppet/tables/TokenApproval.sol":{"keccak256":"0x3bdfa8047556e6acf57cb6b5498698734d48f698166d97de55914cfd46a7addd","urls":["bzz-raw://7b28f1ada7a1aae3445cf3cede5bbc4849e66042f6fedff1579c713e3c7ea15b","dweb:/ipfs/QmXBaBfQ82gsD3sRtwQEY6oXxznLGH7tfgf2ukjKjbs4qf"],"license":"MIT"},"src/modules/erc721-puppet/tables/TokenURI.sol":{"keccak256":"0x6749197d53e7c8e24287e3986feb29edf258d0c94303f6c48a5fe34f0ad3393c","urls":["bzz-raw://f9cf7dce9cac2b303f086efd42f564e53c38174f85cb691699ec38b3bd45be17","dweb:/ipfs/QmWJYzEMvXyi6fP6CUW24zErobXAwqhtaXhTg4JMR6maAe"],"license":"MIT"},"src/modules/erc721-puppet/utils.sol":{"keccak256":"0x98362b9233e8199e9b7219a63076cb515ee361a65950c2aad9967e6ae0eb9b63","urls":["bzz-raw://fb4bd453dc5f5ccd41cfb4f3950c0693d1c5092c2881f7f6dae3df57cb77e696","dweb:/ipfs/QmNU7GRhvYeibv7UbMMJ9tUKbFwR8H98jKYuKVX8SiXQDm"],"license":"MIT"},"src/modules/puppet/Puppet.sol":{"keccak256":"0x8933512836ec527a90f1fd44cf01870b302cd5f080d1dc9f64ea11c41e46d2ab","urls":["bzz-raw://854b7887821c26da985de13e8fb476bd8bd52c411284793789d19d34d9112f3b","dweb:/ipfs/QmcHweSL5z6Mwro4dm4sLnzy7WmzdZud5yW7KQ36mnZTYD"],"license":"MIT"},"src/modules/puppet/PuppetMaster.sol":{"keccak256":"0x7f94270573d344a1aea188e3920acab0f6c3befe9e7f27a1759df091f73db9e5","urls":["bzz-raw://fc35076fb222a6e77a6968ef62856db69c4bb757f83f9849fe6abd8bb983002f","dweb:/ipfs/QmVKRXYS1Xj1ckMZg6i9XPp8LbE4BXR8GL2XBfiFvnPnk9"],"license":"MIT"},"src/modules/puppet/constants.sol":{"keccak256":"0xb5379ef41cc6ab6a27bc8bee21f73094ecccd7af0b54e61bf7180b04dd828207","urls":["bzz-raw://7edb00d3c48110499790cc93573b3d4e7626a7d56c7243a57d0cbe2b1b86d449","dweb:/ipfs/QmU9c1n3vftuRM4WjSmBhodZvSKwfovvzakdre2AYQTrur"],"license":"MIT"},"src/modules/puppet/tables/PuppetRegistry.sol":{"keccak256":"0xe746e9170bee8f229554971e2ebdeda0ac4b4d342f92c711a9c22882c0ebe4f4","urls":["bzz-raw://8e8ba2b16545929f480da8b5d6980fe5f92bb87b7b09178b5236aeede72a7436","dweb:/ipfs/QmUT9HGrXJB1jiyFW14kqGGGb8v86w2UscWuzWWfcmPTuE"],"license":"MIT"},"src/modules/puppet/utils.sol":{"keccak256":"0x725bf79655d814b0b04e2f64a8eb3a01dbd87cebf6c9674fb656363cc72c6e66","urls":["bzz-raw://6efcc323f7cdf8e0d284dafe714f9dd922d63c747e9a34d6e71473943b50805c","dweb:/ipfs/QmcxA7uqyhAV7m3svQstVhsjvLYbcgUq1nQCk7vqACAsQf"],"license":"MIT"},"src/modules/tokens/tables/Balances.sol":{"keccak256":"0x1a5efec938f8f444e25499f55c11782e2f8425ecb4bb7642b3e4d89ef5c94283","urls":["bzz-raw://b8cc1696ae88061b5b469111ee6bd4c25919756d3c85e2830a92dd7a344bda8d","dweb:/ipfs/QmNZKrU7NkRHmvvm98kaLYFusEmH3e7sJdCwciuUWzCCxe"],"license":"MIT"},"src/utils/AccessControlLib.sol":{"keccak256":"0xb31878bda3f249c941719f6aa743bc739701418ed3effd2b5e6b4f28219e3f88","urls":["bzz-raw://a56bea3221f0663c35375beea4803b0d4ebc7e004828b89ef72c0cfec8e009e0","dweb:/ipfs/QmPNZig8c2ou4uZFMjotG1CGT3ZcTU2aCt3C2RTSLkx3w8"],"license":"MIT"}},"version":1},"id":136}
|
1
|
+
{"abi":[{"type":"function","name":"_msgSender","inputs":[],"outputs":[{"name":"sender","type":"address","internalType":"address"}],"stateMutability":"view"},{"type":"function","name":"_msgValue","inputs":[],"outputs":[{"name":"value","type":"uint256","internalType":"uint256"}],"stateMutability":"pure"},{"type":"function","name":"_world","inputs":[],"outputs":[{"name":"","type":"address","internalType":"address"}],"stateMutability":"view"},{"type":"function","name":"approve","inputs":[{"name":"to","type":"address","internalType":"address"},{"name":"tokenId","type":"uint256","internalType":"uint256"}],"outputs":[],"stateMutability":"nonpayable"},{"type":"function","name":"balanceOf","inputs":[{"name":"owner","type":"address","internalType":"address"}],"outputs":[{"name":"","type":"uint256","internalType":"uint256"}],"stateMutability":"view"},{"type":"function","name":"burn","inputs":[{"name":"tokenId","type":"uint256","internalType":"uint256"}],"outputs":[],"stateMutability":"nonpayable"},{"type":"function","name":"getApproved","inputs":[{"name":"tokenId","type":"uint256","internalType":"uint256"}],"outputs":[{"name":"","type":"address","internalType":"address"}],"stateMutability":"view"},{"type":"function","name":"isApprovedForAll","inputs":[{"name":"owner","type":"address","internalType":"address"},{"name":"operator","type":"address","internalType":"address"}],"outputs":[{"name":"","type":"bool","internalType":"bool"}],"stateMutability":"view"},{"type":"function","name":"mint","inputs":[{"name":"to","type":"address","internalType":"address"},{"name":"tokenId","type":"uint256","internalType":"uint256"}],"outputs":[],"stateMutability":"nonpayable"},{"type":"function","name":"name","inputs":[],"outputs":[{"name":"","type":"string","internalType":"string"}],"stateMutability":"view"},{"type":"function","name":"ownerOf","inputs":[{"name":"tokenId","type":"uint256","internalType":"uint256"}],"outputs":[{"name":"","type":"address","internalType":"address"}],"stateMutability":"view"},{"type":"function","name":"safeMint","inputs":[{"name":"to","type":"address","internalType":"address"},{"name":"tokenId","type":"uint256","internalType":"uint256"},{"name":"data","type":"bytes","internalType":"bytes"}],"outputs":[],"stateMutability":"nonpayable"},{"type":"function","name":"safeMint","inputs":[{"name":"to","type":"address","internalType":"address"},{"name":"tokenId","type":"uint256","internalType":"uint256"}],"outputs":[],"stateMutability":"nonpayable"},{"type":"function","name":"safeTransferFrom","inputs":[{"name":"from","type":"address","internalType":"address"},{"name":"to","type":"address","internalType":"address"},{"name":"tokenId","type":"uint256","internalType":"uint256"}],"outputs":[],"stateMutability":"nonpayable"},{"type":"function","name":"safeTransferFrom","inputs":[{"name":"from","type":"address","internalType":"address"},{"name":"to","type":"address","internalType":"address"},{"name":"tokenId","type":"uint256","internalType":"uint256"},{"name":"data","type":"bytes","internalType":"bytes"}],"outputs":[],"stateMutability":"nonpayable"},{"type":"function","name":"setApprovalForAll","inputs":[{"name":"operator","type":"address","internalType":"address"},{"name":"approved","type":"bool","internalType":"bool"}],"outputs":[],"stateMutability":"nonpayable"},{"type":"function","name":"supportsInterface","inputs":[{"name":"interfaceId","type":"bytes4","internalType":"bytes4"}],"outputs":[{"name":"","type":"bool","internalType":"bool"}],"stateMutability":"pure"},{"type":"function","name":"symbol","inputs":[],"outputs":[{"name":"","type":"string","internalType":"string"}],"stateMutability":"view"},{"type":"function","name":"tokenURI","inputs":[{"name":"tokenId","type":"uint256","internalType":"uint256"}],"outputs":[{"name":"","type":"string","internalType":"string"}],"stateMutability":"view"},{"type":"function","name":"transferFrom","inputs":[{"name":"from","type":"address","internalType":"address"},{"name":"to","type":"address","internalType":"address"},{"name":"tokenId","type":"uint256","internalType":"uint256"}],"outputs":[],"stateMutability":"nonpayable"},{"type":"event","name":"Approval","inputs":[{"name":"owner","type":"address","indexed":true,"internalType":"address"},{"name":"approved","type":"address","indexed":true,"internalType":"address"},{"name":"tokenId","type":"uint256","indexed":true,"internalType":"uint256"}],"anonymous":false},{"type":"event","name":"ApprovalForAll","inputs":[{"name":"owner","type":"address","indexed":true,"internalType":"address"},{"name":"operator","type":"address","indexed":true,"internalType":"address"},{"name":"approved","type":"bool","indexed":false,"internalType":"bool"}],"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":"Transfer","inputs":[{"name":"from","type":"address","indexed":true,"internalType":"address"},{"name":"to","type":"address","indexed":true,"internalType":"address"},{"name":"tokenId","type":"uint256","indexed":true,"internalType":"uint256"}],"anonymous":false},{"type":"error","name":"ERC721IncorrectOwner","inputs":[{"name":"sender","type":"address","internalType":"address"},{"name":"tokenId","type":"uint256","internalType":"uint256"},{"name":"owner","type":"address","internalType":"address"}]},{"type":"error","name":"ERC721InsufficientApproval","inputs":[{"name":"operator","type":"address","internalType":"address"},{"name":"tokenId","type":"uint256","internalType":"uint256"}]},{"type":"error","name":"ERC721InvalidApprover","inputs":[{"name":"approver","type":"address","internalType":"address"}]},{"type":"error","name":"ERC721InvalidOperator","inputs":[{"name":"operator","type":"address","internalType":"address"}]},{"type":"error","name":"ERC721InvalidOwner","inputs":[{"name":"owner","type":"address","internalType":"address"}]},{"type":"error","name":"ERC721InvalidReceiver","inputs":[{"name":"receiver","type":"address","internalType":"address"}]},{"type":"error","name":"ERC721InvalidSender","inputs":[{"name":"sender","type":"address","internalType":"address"}]},{"type":"error","name":"ERC721NonexistentToken","inputs":[{"name":"tokenId","type":"uint256","internalType":"uint256"}]},{"type":"error","name":"PuppetMaster_NoPuppet","inputs":[{"name":"systemAddress","type":"address","internalType":"address"},{"name":"systemId","type":"bytes32","internalType":"ResourceId"}]},{"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":"World_AccessDenied","inputs":[{"name":"resource","type":"string","internalType":"string"},{"name":"caller","type":"address","internalType":"address"}]}],"bytecode":{"object":"0x608060405234801561001057600080fd5b50612c9d806100206000396000f3fe608060405234801561001057600080fd5b506004361061016c5760003560e01c80636352211e116100cd578063a22cb46511610081578063c87b56dd11610066578063c87b56dd146102d1578063e1af802c146102e4578063e985e9c5146102ec57600080fd5b8063a22cb465146102ab578063b88d4fde146102be57600080fd5b80638832e6e3116100b25780638832e6e31461027d57806395d89b4114610290578063a14481941461029857600080fd5b80636352211e1461025757806370a082311461026a57600080fd5b806323b872dd1161012457806342842e0e1161010957806342842e0e1461021c57806342966c681461022f57806345ec93541461024257600080fd5b806323b872dd146101f657806340c10f191461020957600080fd5b8063081812fc11610155578063081812fc146101ae578063095ea7b3146101d9578063119df25f146101ee57600080fd5b806301ffc9a71461017157806306fdde0314610199575b600080fd5b61018461017f366004612519565b6102ff565b60405190151581526020015b60405180910390f35b6101a1610398565b6040516101909190612586565b6101c16101bc366004612599565b6103b7565b6040516001600160a01b039091168152602001610190565b6101ec6101e73660046125c9565b6103cc565b005b6101c16103e2565b6101ec6102043660046125f3565b6103ec565b6101ec6102173660046125c9565b61049c565b6101ec61022a3660046125f3565b6104ae565b6101ec61023d366004612599565b6104ce565b36601f1901355b604051908152602001610190565b6101c1610265366004612599565b6104e2565b61024961027836600461262f565b6104ed565b6101ec61028b36600461270f565b61054b565b6101a161055e565b6101ec6102a63660046125c9565b610573565b6101ec6102b9366004612766565b610595565b6101ec6102cc3660046127a2565b6105a7565b6101a16102df366004612599565b6105be565b6101c161065a565b6101846102fa36600461280a565b610664565b60007fffffffff0000000000000000000000000000000000000000000000000000000082167fb5dee12700000000000000000000000000000000000000000000000000000000148061039257507fffffffff0000000000000000000000000000000000000000000000000000000082167f01ffc9a700000000000000000000000000000000000000000000000000000000145b92915050565b60606103b26103ad6103a8610687565b6106a5565b6106d7565b905090565b60006103c2826106f5565b5061039282610746565b6103de82826103d96103e2565b610761565b5050565b60006103b261076e565b6001600160a01b03821661041b57604051633250574960e11b8152600060048201526024015b60405180910390fd5b600061042f838361042a6103e2565b6107a0565b9050836001600160a01b0316816001600160a01b031614610496576040517f64283d7b0000000000000000000000000000000000000000000000000000000081526001600160a01b0380861660048301526024820184905282166044820152606401610412565b50505050565b6104a4610924565b6103de828261093f565b6104c9838383604051806020016040528060008152506105a7565b505050565b6104d6610924565b6104df816109bd565b50565b6000610392826106f5565b60006001600160a01b038216610532576040517f89c62b6400000000000000000000000000000000000000000000000000000000815260006004820152602401610412565b610392610545610540610687565b610a11565b83610a43565b610553610924565b6104c9838383610ac9565b60606103b261056e6103a8610687565b610ae0565b61057b610924565b6103de828260405180602001604052806000815250610ac9565b6103de6105a06103e2565b8383610aff565b6105b28484846103ec565b61049684848484610c23565b60606105c9826106f5565b5060006105d4610d84565b905060006105f16105eb6105e6610687565b610d99565b85610dcb565b9050600081511161061c5760408051602081018690520160405160208183030381529060405261061e565b805b9050600082511161062f5780610652565b818160405160200161064292919061283d565b6040516020818303038152906040525b949350505050565b60006103b2610e22565b6000610680610679610674610687565b610e2c565b8484610e5e565b9392505050565b60008061069330610f1d565b905061069f8160101b90565b91505090565b6000610392613a3160f11b837f4d65746164617461000000000000000000000000000000000000000000000000610fba565b60408051600080825260208201909252606091610652848383611032565b600080610701836110f9565b90506001600160a01b038116610392576040517f7e27328900000000000000000000000000000000000000000000000000000000815260048101849052602401610412565b600061039261075b610756610687565b611109565b8361113b565b6104c983838360016111bb565b7fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffcc36013560601c8061079d5750335b90565b6000806107ae610540610687565b905060006107bb856110f9565b90506001600160a01b038416156107d7576107d781858761134d565b6001600160a01b0381161561080b576107f46000866000806111bb565b61080b828260016108058686610a43565b036113e3565b6001600160a01b03861615610831576108318287610829858a610a43565b6001016113e3565b61084b61084461083f610687565b611480565b86886114b2565b61085361156f565b6001600160a01b03166366c93bdb7fddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef610892846001600160a01b031690565b604080516000815260208101918290527fffffffff0000000000000000000000000000000000000000000000000000000060e086901b169091526108e89291906001600160a01b038c16908b906024810161286c565b600060405180830381600087803b15801561090257600080fd5b505af1158015610916573d6000803e3d6000fd5b509298975050505050505050565b61093d61093030610f1d565b6109386103e2565b61164a565b565b6001600160a01b03821661096957604051633250574960e11b815260006004820152602401610412565b6000610977838360006107a0565b90506001600160a01b038116156104c9576040517f73c6ac6e00000000000000000000000000000000000000000000000000000000815260006004820152602401610412565b60006109cc60008360006107a0565b90506001600160a01b0381166103de576040517f7e27328900000000000000000000000000000000000000000000000000000000815260048101839052602401610412565b6000610392613a3160f11b837f42616c616e636573000000000000000000000000000000000000000000000000610fba565b60408051600180825281830190925260009182919060208083019080368337019050509050826001600160a01b031660001b81600081518110610a8857610a886128a2565b60209081029190910101526000610ac08583837e200100200000000000000000000000000000000000000000000000000000006116eb565b95945050505050565b610ad3838361093f565b6104c96000848484610c23565b6040805160008082526020820190925260609161065284836001611032565b6001600160a01b038216610b4a576040517f5b08ba180000000000000000000000000000000000000000000000000000000081526001600160a01b0383166004820152602401610412565b610b60610b58610674610687565b8484846117a8565b610b6861156f565b6001600160a01b031663c9a34acd7f17307eab39ab6107e8899845ad3d59bd9653f200f220920489ca2b5937696c31610ba7866001600160a01b031690565b6001600160a01b038616604080518715156020820152016040516020818303038152906040526040518563ffffffff1660e01b8152600401610bec94939291906128b8565b600060405180830381600087803b158015610c0657600080fd5b505af1158015610c1a573d6000803e3d6000fd5b50505050505050565b6001600160a01b0383163b1561049657826001600160a01b031663150b7a02610c4a6103e2565b8685856040518563ffffffff1660e01b8152600401610c6c94939291906128dd565b6020604051808303816000875af1925050508015610ca7575060408051601f3d908101601f19168201909252610ca49181019061290f565b60015b610d10573d808015610cd5576040519150601f19603f3d011682016040523d82523d6000602084013e610cda565b606091505b508051600003610d0857604051633250574960e11b81526001600160a01b0385166004820152602401610412565b805181602001fd5b7fffffffff0000000000000000000000000000000000000000000000000000000081167f150b7a020000000000000000000000000000000000000000000000000000000014610d7d57604051633250574960e11b81526001600160a01b0385166004820152602401610412565b5050505050565b60606103b2610d946103a8610687565b611875565b6000610392613a3160f11b837f546f6b656e555249000000000000000000000000000000000000000000000000610fba565b60408051600180825281830190925260609160009190602080830190803683370190505090508260001b81600081518110610e0857610e086128a2565b6020026020010181815250506000610ac085836000611032565b60006103b2611894565b6000610392613a3160f11b837f4f70657261746f72417070726f76616c00000000000000000000000000000000610fba565b60408051600280825260608201835260009283929190602083019080368337019050509050836001600160a01b031660001b81600081518110610ea357610ea36128a2565b602002602001018181525050826001600160a01b031660001b81600181518110610ecf57610ecf6128a2565b60209081029190910101526000610f078683837e010100010000000000000000000000000000000000000000000000000000006116eb565b9050610f138160f81c90565b9695505050505050565b60408051600180825281830190925260009182919060208083019080368337019050509050826001600160a01b031660001b81600081518110610f6257610f626128a2565b602090810291909101015260006106527f7462776f726c6400000000000000000053797374656d5265676973747279000083837e200100200000000000000000000000000000000000000000000000000000006116eb565b6000610fc860706010612942565b7fffff00000000000000000000000000000000000000000000000000000000000085167dffffffffffffffffffffffffffff00000000000000000000000000000000601086901c16176fffffffffffffffffffffffffffffffff19841690911c1790509392505050565b6060600061103e611894565b9050306001600160a01b038216036110635761105b8585856118d3565b915050610680565b6040517f1e7889770000000000000000000000000000000000000000000000000000000081526001600160a01b03821690631e788977906110ac90889088908890600401612991565b600060405180830381865afa1580156110c9573d6000803e3d6000fd5b505050506040513d6000823e601f3d908101601f1916820160405261105b91908101906129bd565b509392505050565b600061039261075b61083f610687565b6000610392613a3160f11b837f546f6b656e417070726f76616c00000000000000000000000000000000000000610fba565b604080516001808252818301909252600091829190602080830190803683370190505090508260001b81600081518110611177576111776128a2565b602090810291909101015260006111af8583837e140100140000000000000000000000000000000000000000000000000000006116eb565b60601c95945050505050565b80806111cf57506001600160a01b03821615155b156113385760006111df846106f5565b90506001600160a01b0383161580159061120b5750826001600160a01b0316816001600160a01b031614155b801561121e575061121c8184610664565b155b15611260576040517fa9fbf51f0000000000000000000000000000000000000000000000000000000081526001600160a01b0384166004820152602401610412565b81156113365761126e61156f565b6001600160a01b03166366c93bdb7f8c5be1e5ebec7d5bd14f71427d1e84f3dd0314c0f7b2291e5b200ac8c7c3b9256112ad846001600160a01b031690565b604080516000815260208101918290527fffffffff0000000000000000000000000000000000000000000000000000000060e086901b169091526113039291906001600160a01b038b16908a906024810161286c565b600060405180830381600087803b15801561131d57600080fd5b505af1158015611331573d6000803e3d6000fd5b505050505b505b610496611346610756610687565b84866114b2565b61135883838361190d565b6104c9576001600160a01b03831661139f576040517f7e27328900000000000000000000000000000000000000000000000000000000815260048101829052602401610412565b6040517f177e802f0000000000000000000000000000000000000000000000000000000081526001600160a01b038316600482015260248101829052604401610412565b60408051600180825281830190925260009160208083019080368337019050509050826001600160a01b031660001b81600081518110611425576114256128a2565b602002602001018181525050610496848260008560405160200161144b91815260200190565b60408051601f198184030181529190527e20010020000000000000000000000000000000000000000000000000000000611972565b6000610392613a3160f11b837f4f776e6572730000000000000000000000000000000000000000000000000000610fba565b604080516001808252818301909252600091602080830190803683370190505090508260001b816000815181106114eb576114eb6128a2565b602002602001018181525050610496848260008560405160200161153a919060609190911b7fffffffffffffffffffffffffffffffffffffffff00000000000000000000000016815260140190565b60408051601f198184030181529190527e14010014000000000000000000000000000000000000000000000000000000611972565b60008061157b30610f1d565b60408051613a3160f11b60208201527f707570706574000000000000000000000000000000000000000000000000000060228201527f507570706574526567697374727900000000000000000000000000000000000060308201529192506000916115ff91016040516020818303038152906040526115f990612a2b565b83611a28565b90506001600160a01b038116610392576040517f9434f7e100000000000000000000000000000000000000000000000000000000815230600482015260248101839052604401610412565b6001600160a01b03811661169f7f6e730000000000000000000000000000000000000000000000000000000000007dffffffffffffffffffffffffffff00000000000000000000000000000000851617611a61565b6001600160a01b0316146103de576116b682611afd565b816040517fd787b737000000000000000000000000000000000000000000000000000000008152600401610412929190612a52565b6000806116f6611894565b9050306001600160a01b0382160361171c5761171486868686611c2b565b915050610652565b6040517f8c364d590000000000000000000000000000000000000000000000000000000081526001600160a01b03821690638c364d5990611767908990899089908990600401612a7d565b602060405180830381865afa158015611784573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906117149190612aac565b604080516002808252606082018352600092602083019080368337019050509050836001600160a01b031660001b816000815181106117e9576117e96128a2565b602002602001018181525050826001600160a01b031660001b81600181518110611815576118156128a2565b602002602001018181525050610d7d858260008560405160200161184091151560f81b815260010190565b60408051601f198184030181529190527e01010001000000000000000000000000000000000000000000000000000000611972565b6040805160008082526020820190925260609161065284836002611032565b7f629a4c26e296b22a8e0856e9f6ecb2d1008d7e00081111962cd175fa7488e175546000906001600160a01b0316806118ce573391505090565b919050565b60606106526118e3858585611c58565b6000611908856118f38989611cd8565b9060ff166028026038011c64ffffffffff1690565b611ceb565b60006001600160a01b038316158015906106525750826001600160a01b0316846001600160a01b0316148061194757506119478484610664565b806106525750826001600160a01b031661196083610746565b6001600160a01b031614949350505050565b600061197c611894565b9050306001600160a01b038216036119a05761199b8686868686611d0e565b611a20565b6040517f390baae00000000000000000000000000000000000000000000000000000000081526001600160a01b0382169063390baae0906119ed9089908990899089908990600401612ac5565b600060405180830381600087803b158015611a0757600080fd5b505af1158015611a1b573d6000803e3d6000fd5b505050505b505050505050565b604080516001808252818301909252600091829190602080830190803683370190505090508281600081518110611177576111776128a2565b604080516001808252818301909252600091829190602080830190803683370190505090508281600081518110611a9a57611a9a6128a2565b60209081029190910101526000611af27f7462776f726c640000000000000000004e616d6573706163654f776e6572000083837e140100140000000000000000000000000000000000000000000000000000006116eb565b60601c949350505050565b606081601081901b6000611b1083611d23565b9050827fffffffffffffffffffffffffffff000000000000000000000000000000000000831615611b6b57611b667fffffffffffffffffffffffffffff0000000000000000000000000000000000008416611d3a565b611ba2565b6040518060400160405280600681526020017f3c726f6f743e00000000000000000000000000000000000000000000000000008152505b6fffffffffffffffffffffffffffffffff19831615611bc957611bc483611d3a565b611c00565b6040518060400160405280600681526020017f3c726f6f743e00000000000000000000000000000000000000000000000000008152505b604051602001611c1293929190612b0c565b6040516020818303038152906040529350505050919050565b6000610ac0611c3a8686611dc0565b60ff858116601b0360080285901c16611c538587611e16565b611e47565b60008383604051602001611c6d929190612b9a565b604051602081830303815290604052805190602001208260f81b7effffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff19167f3b4102da22e32d82fc925482184f16c09fd4281692720b87d124aef6da48a0f1181860001c90509392505050565b6000610680611ce78484611e98565b5490565b60405160208101601f19603f84840101166040528282526110f185858584611eee565b610d7d8585611d1d8487611e16565b85611fba565b6000611d3160706010612942565b9190911b919050565b606060005b6010811015611d90576fffffffffffffffffffffffffffffffff198316600882021b7fff000000000000000000000000000000000000000000000000000000000000001615611d9057600101611d3f565b604080516fffffffffffffffffffffffffffffffff19851660208201528151603090910190915281815280610652565b60008282604051602001611dd5929190612b9a565b60408051601f1981840301815291905280516020909101207f86425bff6b57326c7859e89024fe4f238ca327a1ae4a230180dd2f0e88aaa7d9189392505050565b600080805b8360ff168110156110f157611e3d60ff601b83900360080287901c1683612942565b9150600101611e1b565b600060208210611e6d57602082048401935060208281611e6957611e69612bd6565b0691505b508254600882021b6020829003808411156110f1576001850154600882021c82179150509392505050565b60008282604051602001611ead929190612b9a565b60408051601f1981840301815291905280516020909101207f14e2fcc58e58e68ec7edc30c8d50dccc3ce2714a623ec81f46b6a63922d76569189392505050565b8215611f755760208310611f1857602083048401935060208381611f1457611f14612bd6565b0692505b8215611f75576020839003600081841015611f3b5750600019600884021c611f45565b50600019600882021c5b8554600886021b818451168219821617845250818411611f66575050610496565b50600194909401939182900391015b5b60208210611f975783548152600190930192601f1990910190602001611f76565b8115610496576000600019600884021c8251865482191691161782525050505050565b7f6f74000000000000000000000000000000000000000000000000000000000000847fffff000000000000000000000000000000000000000000000000000000000000160361204457837f8c0b5119d4cec7b284c6b1b39252a03d1e2f2d7451a5895562524c113bb952be84848460405161203793929190612bec565b60405180910390a2610496565b60006120508585611dc0565b9050600061205d86612255565b905060005b815181101561213257600082828151811061207f5761207f6128a2565b602002602001015190506120ab6004826affffffffffffffffffffff19166122de90919063ffffffff16565b15612129576040517f964f667d000000000000000000000000000000000000000000000000000000008152606082901c9063964f667d906120f6908b908b908b908b90600401612c1f565b600060405180830381600087803b15801561211057600080fd5b505af1158015612124573d6000803e3d6000fd5b505050505b50600101612062565b50857f8c0b5119d4cec7b284c6b1b39252a03d1e2f2d7451a5895562524c113bb952be86868660405161216793929190612bec565b60405180910390a2612182828565ffffffffffff16856122fc565b60005b8151811015610c1a5760008282815181106121a2576121a26128a2565b602002602001015190506121ce6008826affffffffffffffffffffff19166122de90919063ffffffff16565b1561224c576040517fa8ba8721000000000000000000000000000000000000000000000000000000008152606082901c9063a8ba872190612219908b908b908b908b90600401612c1f565b600060405180830381600087803b15801561223357600080fd5b505af1158015612247573d6000803e3d6000fd5b505050505b50600101612185565b6040805160018082528183019092526060916000919060208083019080368337019050509050828160008151811061228f5761228f6128a2565b602090810291909101015260006122c77f746273746f726500000000000000000053746f7265486f6f6b7300000000000083836118d3565b90506106526122d98260008451612312565b6123a0565b60008160ff16826122ef8560581c90565b1660ff1614905092915050565b6104c98383835161230d8560200190565b6123b1565b6000818311806123225750835182115b1561235f578383836040517f23230fa300000000000000000000000000000000000000000000000000000000815260040161041293929190612c58565b6020840161236d8482612942565b9050600061237b8585612c7d565b6fffffffffffffffffffffffffffffffff1660809290921b9190911795945050505050565b606060006106808360156000612470565b821561242b57602083106123db576020830484019350602083816123d7576123d7612bd6565b0692505b821561242b5760208390036000600019600885021c1990506008850281811c91508351811c905081198754168282161787555081841161241c575050610496565b50600194909401939182900391015b5b6020821061244d5780518455600190930192601f199091019060200161242c565b8115610496576000600019600884021c8554835182191691161785555050505050565b6060600061247e8560801c90565b90506fffffffffffffffffffffffffffffffff851660008582816124a4576124a4612bd6565b04905060405193506020840160208202810160405281855260005b828110156124df578451871c8252938701936020909101906001016124bf565b50505050509392505050565b7fffffffff00000000000000000000000000000000000000000000000000000000811681146104df57600080fd5b60006020828403121561252b57600080fd5b8135610680816124eb565b60005b83811015612551578181015183820152602001612539565b50506000910152565b60008151808452612572816020860160208601612536565b601f01601f19169290920160200192915050565b602081526000610680602083018461255a565b6000602082840312156125ab57600080fd5b5035919050565b80356001600160a01b03811681146118ce57600080fd5b600080604083850312156125dc57600080fd5b6125e5836125b2565b946020939093013593505050565b60008060006060848603121561260857600080fd5b612611846125b2565b925061261f602085016125b2565b9150604084013590509250925092565b60006020828403121561264157600080fd5b610680826125b2565b634e487b7160e01b600052604160045260246000fd5b604051601f8201601f1916810167ffffffffffffffff811182821017156126895761268961264a565b604052919050565b600067ffffffffffffffff8211156126ab576126ab61264a565b50601f01601f191660200190565b600082601f8301126126ca57600080fd5b81356126dd6126d882612691565b612660565b8181528460208386010111156126f257600080fd5b816020850160208301376000918101602001919091529392505050565b60008060006060848603121561272457600080fd5b61272d846125b2565b925060208401359150604084013567ffffffffffffffff81111561275057600080fd5b61275c868287016126b9565b9150509250925092565b6000806040838503121561277957600080fd5b612782836125b2565b91506020830135801515811461279757600080fd5b809150509250929050565b600080600080608085870312156127b857600080fd5b6127c1856125b2565b93506127cf602086016125b2565b925060408501359150606085013567ffffffffffffffff8111156127f257600080fd5b6127fe878288016126b9565b91505092959194509250565b6000806040838503121561281d57600080fd5b612826836125b2565b9150612834602084016125b2565b90509250929050565b6000835161284f818460208801612536565b835190830190612863818360208801612536565b01949350505050565b85815284602082015283604082015282606082015260a06080820152600061289760a083018461255a565b979650505050505050565b634e487b7160e01b600052603260045260246000fd5b848152836020820152826040820152608060608201526000610f13608083018461255a565b60006001600160a01b03808716835280861660208401525083604083015260806060830152610f13608083018461255a565b60006020828403121561292157600080fd5b8151610680816124eb565b634e487b7160e01b600052601160045260246000fd5b808201808211156103925761039261292c565b60008151808452602080850194506020840160005b838110156129865781518752958201959082019060010161296a565b509495945050505050565b8381526060602082015260006129aa6060830185612955565b905060ff83166040830152949350505050565b6000602082840312156129cf57600080fd5b815167ffffffffffffffff8111156129e657600080fd5b8201601f810184136129f757600080fd5b8051612a056126d882612691565b818152856020838501011115612a1a57600080fd5b610ac0826020830160208601612536565b80516020808301519190811015612a4c576000198160200360031b1b821691505b50919050565b604081526000612a65604083018561255a565b90506001600160a01b03831660208301529392505050565b848152608060208201526000612a966080830186612955565b60ff949094166040830152506060015292915050565b600060208284031215612abe57600080fd5b5051919050565b85815260a060208201526000612ade60a0830187612955565b60ff861660408401528281036060840152612af9818661255a565b9150508260808301529695505050505050565b7fffff0000000000000000000000000000000000000000000000000000000000008416815260007f3a000000000000000000000000000000000000000000000000000000000000008060028401528451612b6d816003860160208901612536565b808401905081600382015284519150612b8d826004830160208801612536565b0160040195945050505050565b8281526000602080830184516020860160005b82811015612bc957815184529284019290840190600101612bad565b5091979650505050505050565b634e487b7160e01b600052601260045260246000fd5b606081526000612bff6060830186612955565b65ffffffffffff851660208401528281036040840152610f13818561255a565b848152608060208201526000612c386080830186612955565b65ffffffffffff851660408401528281036060840152612897818561255a565b606081526000612c6b606083018661255a565b60208301949094525060400152919050565b818103818111156103925761039261292c56fea164736f6c6343000818000a","sourceMap":"1145:17672:142:-:0;;;;;;;;;;;;;;;;;;;","linkReferences":{}},"deployedBytecode":{"object":"0x608060405234801561001057600080fd5b506004361061016c5760003560e01c80636352211e116100cd578063a22cb46511610081578063c87b56dd11610066578063c87b56dd146102d1578063e1af802c146102e4578063e985e9c5146102ec57600080fd5b8063a22cb465146102ab578063b88d4fde146102be57600080fd5b80638832e6e3116100b25780638832e6e31461027d57806395d89b4114610290578063a14481941461029857600080fd5b80636352211e1461025757806370a082311461026a57600080fd5b806323b872dd1161012457806342842e0e1161010957806342842e0e1461021c57806342966c681461022f57806345ec93541461024257600080fd5b806323b872dd146101f657806340c10f191461020957600080fd5b8063081812fc11610155578063081812fc146101ae578063095ea7b3146101d9578063119df25f146101ee57600080fd5b806301ffc9a71461017157806306fdde0314610199575b600080fd5b61018461017f366004612519565b6102ff565b60405190151581526020015b60405180910390f35b6101a1610398565b6040516101909190612586565b6101c16101bc366004612599565b6103b7565b6040516001600160a01b039091168152602001610190565b6101ec6101e73660046125c9565b6103cc565b005b6101c16103e2565b6101ec6102043660046125f3565b6103ec565b6101ec6102173660046125c9565b61049c565b6101ec61022a3660046125f3565b6104ae565b6101ec61023d366004612599565b6104ce565b36601f1901355b604051908152602001610190565b6101c1610265366004612599565b6104e2565b61024961027836600461262f565b6104ed565b6101ec61028b36600461270f565b61054b565b6101a161055e565b6101ec6102a63660046125c9565b610573565b6101ec6102b9366004612766565b610595565b6101ec6102cc3660046127a2565b6105a7565b6101a16102df366004612599565b6105be565b6101c161065a565b6101846102fa36600461280a565b610664565b60007fffffffff0000000000000000000000000000000000000000000000000000000082167fb5dee12700000000000000000000000000000000000000000000000000000000148061039257507fffffffff0000000000000000000000000000000000000000000000000000000082167f01ffc9a700000000000000000000000000000000000000000000000000000000145b92915050565b60606103b26103ad6103a8610687565b6106a5565b6106d7565b905090565b60006103c2826106f5565b5061039282610746565b6103de82826103d96103e2565b610761565b5050565b60006103b261076e565b6001600160a01b03821661041b57604051633250574960e11b8152600060048201526024015b60405180910390fd5b600061042f838361042a6103e2565b6107a0565b9050836001600160a01b0316816001600160a01b031614610496576040517f64283d7b0000000000000000000000000000000000000000000000000000000081526001600160a01b0380861660048301526024820184905282166044820152606401610412565b50505050565b6104a4610924565b6103de828261093f565b6104c9838383604051806020016040528060008152506105a7565b505050565b6104d6610924565b6104df816109bd565b50565b6000610392826106f5565b60006001600160a01b038216610532576040517f89c62b6400000000000000000000000000000000000000000000000000000000815260006004820152602401610412565b610392610545610540610687565b610a11565b83610a43565b610553610924565b6104c9838383610ac9565b60606103b261056e6103a8610687565b610ae0565b61057b610924565b6103de828260405180602001604052806000815250610ac9565b6103de6105a06103e2565b8383610aff565b6105b28484846103ec565b61049684848484610c23565b60606105c9826106f5565b5060006105d4610d84565b905060006105f16105eb6105e6610687565b610d99565b85610dcb565b9050600081511161061c5760408051602081018690520160405160208183030381529060405261061e565b805b9050600082511161062f5780610652565b818160405160200161064292919061283d565b6040516020818303038152906040525b949350505050565b60006103b2610e22565b6000610680610679610674610687565b610e2c565b8484610e5e565b9392505050565b60008061069330610f1d565b905061069f8160101b90565b91505090565b6000610392613a3160f11b837f4d65746164617461000000000000000000000000000000000000000000000000610fba565b60408051600080825260208201909252606091610652848383611032565b600080610701836110f9565b90506001600160a01b038116610392576040517f7e27328900000000000000000000000000000000000000000000000000000000815260048101849052602401610412565b600061039261075b610756610687565b611109565b8361113b565b6104c983838360016111bb565b7fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffcc36013560601c8061079d5750335b90565b6000806107ae610540610687565b905060006107bb856110f9565b90506001600160a01b038416156107d7576107d781858761134d565b6001600160a01b0381161561080b576107f46000866000806111bb565b61080b828260016108058686610a43565b036113e3565b6001600160a01b03861615610831576108318287610829858a610a43565b6001016113e3565b61084b61084461083f610687565b611480565b86886114b2565b61085361156f565b6001600160a01b03166366c93bdb7fddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef610892846001600160a01b031690565b604080516000815260208101918290527fffffffff0000000000000000000000000000000000000000000000000000000060e086901b169091526108e89291906001600160a01b038c16908b906024810161286c565b600060405180830381600087803b15801561090257600080fd5b505af1158015610916573d6000803e3d6000fd5b509298975050505050505050565b61093d61093030610f1d565b6109386103e2565b61164a565b565b6001600160a01b03821661096957604051633250574960e11b815260006004820152602401610412565b6000610977838360006107a0565b90506001600160a01b038116156104c9576040517f73c6ac6e00000000000000000000000000000000000000000000000000000000815260006004820152602401610412565b60006109cc60008360006107a0565b90506001600160a01b0381166103de576040517f7e27328900000000000000000000000000000000000000000000000000000000815260048101839052602401610412565b6000610392613a3160f11b837f42616c616e636573000000000000000000000000000000000000000000000000610fba565b60408051600180825281830190925260009182919060208083019080368337019050509050826001600160a01b031660001b81600081518110610a8857610a886128a2565b60209081029190910101526000610ac08583837e200100200000000000000000000000000000000000000000000000000000006116eb565b95945050505050565b610ad3838361093f565b6104c96000848484610c23565b6040805160008082526020820190925260609161065284836001611032565b6001600160a01b038216610b4a576040517f5b08ba180000000000000000000000000000000000000000000000000000000081526001600160a01b0383166004820152602401610412565b610b60610b58610674610687565b8484846117a8565b610b6861156f565b6001600160a01b031663c9a34acd7f17307eab39ab6107e8899845ad3d59bd9653f200f220920489ca2b5937696c31610ba7866001600160a01b031690565b6001600160a01b038616604080518715156020820152016040516020818303038152906040526040518563ffffffff1660e01b8152600401610bec94939291906128b8565b600060405180830381600087803b158015610c0657600080fd5b505af1158015610c1a573d6000803e3d6000fd5b50505050505050565b6001600160a01b0383163b1561049657826001600160a01b031663150b7a02610c4a6103e2565b8685856040518563ffffffff1660e01b8152600401610c6c94939291906128dd565b6020604051808303816000875af1925050508015610ca7575060408051601f3d908101601f19168201909252610ca49181019061290f565b60015b610d10573d808015610cd5576040519150601f19603f3d011682016040523d82523d6000602084013e610cda565b606091505b508051600003610d0857604051633250574960e11b81526001600160a01b0385166004820152602401610412565b805181602001fd5b7fffffffff0000000000000000000000000000000000000000000000000000000081167f150b7a020000000000000000000000000000000000000000000000000000000014610d7d57604051633250574960e11b81526001600160a01b0385166004820152602401610412565b5050505050565b60606103b2610d946103a8610687565b611875565b6000610392613a3160f11b837f546f6b656e555249000000000000000000000000000000000000000000000000610fba565b60408051600180825281830190925260609160009190602080830190803683370190505090508260001b81600081518110610e0857610e086128a2565b6020026020010181815250506000610ac085836000611032565b60006103b2611894565b6000610392613a3160f11b837f4f70657261746f72417070726f76616c00000000000000000000000000000000610fba565b60408051600280825260608201835260009283929190602083019080368337019050509050836001600160a01b031660001b81600081518110610ea357610ea36128a2565b602002602001018181525050826001600160a01b031660001b81600181518110610ecf57610ecf6128a2565b60209081029190910101526000610f078683837e010100010000000000000000000000000000000000000000000000000000006116eb565b9050610f138160f81c90565b9695505050505050565b60408051600180825281830190925260009182919060208083019080368337019050509050826001600160a01b031660001b81600081518110610f6257610f626128a2565b602090810291909101015260006106527f7462776f726c6400000000000000000053797374656d5265676973747279000083837e200100200000000000000000000000000000000000000000000000000000006116eb565b6000610fc860706010612942565b7fffff00000000000000000000000000000000000000000000000000000000000085167dffffffffffffffffffffffffffff00000000000000000000000000000000601086901c16176fffffffffffffffffffffffffffffffff19841690911c1790509392505050565b6060600061103e611894565b9050306001600160a01b038216036110635761105b8585856118d3565b915050610680565b6040517f1e7889770000000000000000000000000000000000000000000000000000000081526001600160a01b03821690631e788977906110ac90889088908890600401612991565b600060405180830381865afa1580156110c9573d6000803e3d6000fd5b505050506040513d6000823e601f3d908101601f1916820160405261105b91908101906129bd565b509392505050565b600061039261075b61083f610687565b6000610392613a3160f11b837f546f6b656e417070726f76616c00000000000000000000000000000000000000610fba565b604080516001808252818301909252600091829190602080830190803683370190505090508260001b81600081518110611177576111776128a2565b602090810291909101015260006111af8583837e140100140000000000000000000000000000000000000000000000000000006116eb565b60601c95945050505050565b80806111cf57506001600160a01b03821615155b156113385760006111df846106f5565b90506001600160a01b0383161580159061120b5750826001600160a01b0316816001600160a01b031614155b801561121e575061121c8184610664565b155b15611260576040517fa9fbf51f0000000000000000000000000000000000000000000000000000000081526001600160a01b0384166004820152602401610412565b81156113365761126e61156f565b6001600160a01b03166366c93bdb7f8c5be1e5ebec7d5bd14f71427d1e84f3dd0314c0f7b2291e5b200ac8c7c3b9256112ad846001600160a01b031690565b604080516000815260208101918290527fffffffff0000000000000000000000000000000000000000000000000000000060e086901b169091526113039291906001600160a01b038b16908a906024810161286c565b600060405180830381600087803b15801561131d57600080fd5b505af1158015611331573d6000803e3d6000fd5b505050505b505b610496611346610756610687565b84866114b2565b61135883838361190d565b6104c9576001600160a01b03831661139f576040517f7e27328900000000000000000000000000000000000000000000000000000000815260048101829052602401610412565b6040517f177e802f0000000000000000000000000000000000000000000000000000000081526001600160a01b038316600482015260248101829052604401610412565b60408051600180825281830190925260009160208083019080368337019050509050826001600160a01b031660001b81600081518110611425576114256128a2565b602002602001018181525050610496848260008560405160200161144b91815260200190565b60408051601f198184030181529190527e20010020000000000000000000000000000000000000000000000000000000611972565b6000610392613a3160f11b837f4f776e6572730000000000000000000000000000000000000000000000000000610fba565b604080516001808252818301909252600091602080830190803683370190505090508260001b816000815181106114eb576114eb6128a2565b602002602001018181525050610496848260008560405160200161153a919060609190911b7fffffffffffffffffffffffffffffffffffffffff00000000000000000000000016815260140190565b60408051601f198184030181529190527e14010014000000000000000000000000000000000000000000000000000000611972565b60008061157b30610f1d565b60408051613a3160f11b60208201527f707570706574000000000000000000000000000000000000000000000000000060228201527f507570706574526567697374727900000000000000000000000000000000000060308201529192506000916115ff91016040516020818303038152906040526115f990612a2b565b83611a28565b90506001600160a01b038116610392576040517f9434f7e100000000000000000000000000000000000000000000000000000000815230600482015260248101839052604401610412565b6001600160a01b03811661169f7f6e730000000000000000000000000000000000000000000000000000000000007dffffffffffffffffffffffffffff00000000000000000000000000000000851617611a61565b6001600160a01b0316146103de576116b682611afd565b816040517fd787b737000000000000000000000000000000000000000000000000000000008152600401610412929190612a52565b6000806116f6611894565b9050306001600160a01b0382160361171c5761171486868686611c2b565b915050610652565b6040517f8c364d590000000000000000000000000000000000000000000000000000000081526001600160a01b03821690638c364d5990611767908990899089908990600401612a7d565b602060405180830381865afa158015611784573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906117149190612aac565b604080516002808252606082018352600092602083019080368337019050509050836001600160a01b031660001b816000815181106117e9576117e96128a2565b602002602001018181525050826001600160a01b031660001b81600181518110611815576118156128a2565b602002602001018181525050610d7d858260008560405160200161184091151560f81b815260010190565b60408051601f198184030181529190527e01010001000000000000000000000000000000000000000000000000000000611972565b6040805160008082526020820190925260609161065284836002611032565b7f629a4c26e296b22a8e0856e9f6ecb2d1008d7e00081111962cd175fa7488e175546000906001600160a01b0316806118ce573391505090565b919050565b60606106526118e3858585611c58565b6000611908856118f38989611cd8565b9060ff166028026038011c64ffffffffff1690565b611ceb565b60006001600160a01b038316158015906106525750826001600160a01b0316846001600160a01b0316148061194757506119478484610664565b806106525750826001600160a01b031661196083610746565b6001600160a01b031614949350505050565b600061197c611894565b9050306001600160a01b038216036119a05761199b8686868686611d0e565b611a20565b6040517f390baae00000000000000000000000000000000000000000000000000000000081526001600160a01b0382169063390baae0906119ed9089908990899089908990600401612ac5565b600060405180830381600087803b158015611a0757600080fd5b505af1158015611a1b573d6000803e3d6000fd5b505050505b505050505050565b604080516001808252818301909252600091829190602080830190803683370190505090508281600081518110611177576111776128a2565b604080516001808252818301909252600091829190602080830190803683370190505090508281600081518110611a9a57611a9a6128a2565b60209081029190910101526000611af27f7462776f726c640000000000000000004e616d6573706163654f776e6572000083837e140100140000000000000000000000000000000000000000000000000000006116eb565b60601c949350505050565b606081601081901b6000611b1083611d23565b9050827fffffffffffffffffffffffffffff000000000000000000000000000000000000831615611b6b57611b667fffffffffffffffffffffffffffff0000000000000000000000000000000000008416611d3a565b611ba2565b6040518060400160405280600681526020017f3c726f6f743e00000000000000000000000000000000000000000000000000008152505b6fffffffffffffffffffffffffffffffff19831615611bc957611bc483611d3a565b611c00565b6040518060400160405280600681526020017f3c726f6f743e00000000000000000000000000000000000000000000000000008152505b604051602001611c1293929190612b0c565b6040516020818303038152906040529350505050919050565b6000610ac0611c3a8686611dc0565b60ff858116601b0360080285901c16611c538587611e16565b611e47565b60008383604051602001611c6d929190612b9a565b604051602081830303815290604052805190602001208260f81b7effffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff19167f3b4102da22e32d82fc925482184f16c09fd4281692720b87d124aef6da48a0f1181860001c90509392505050565b6000610680611ce78484611e98565b5490565b60405160208101601f19603f84840101166040528282526110f185858584611eee565b610d7d8585611d1d8487611e16565b85611fba565b6000611d3160706010612942565b9190911b919050565b606060005b6010811015611d90576fffffffffffffffffffffffffffffffff198316600882021b7fff000000000000000000000000000000000000000000000000000000000000001615611d9057600101611d3f565b604080516fffffffffffffffffffffffffffffffff19851660208201528151603090910190915281815280610652565b60008282604051602001611dd5929190612b9a565b60408051601f1981840301815291905280516020909101207f86425bff6b57326c7859e89024fe4f238ca327a1ae4a230180dd2f0e88aaa7d9189392505050565b600080805b8360ff168110156110f157611e3d60ff601b83900360080287901c1683612942565b9150600101611e1b565b600060208210611e6d57602082048401935060208281611e6957611e69612bd6565b0691505b508254600882021b6020829003808411156110f1576001850154600882021c82179150509392505050565b60008282604051602001611ead929190612b9a565b60408051601f1981840301815291905280516020909101207f14e2fcc58e58e68ec7edc30c8d50dccc3ce2714a623ec81f46b6a63922d76569189392505050565b8215611f755760208310611f1857602083048401935060208381611f1457611f14612bd6565b0692505b8215611f75576020839003600081841015611f3b5750600019600884021c611f45565b50600019600882021c5b8554600886021b818451168219821617845250818411611f66575050610496565b50600194909401939182900391015b5b60208210611f975783548152600190930192601f1990910190602001611f76565b8115610496576000600019600884021c8251865482191691161782525050505050565b7f6f74000000000000000000000000000000000000000000000000000000000000847fffff000000000000000000000000000000000000000000000000000000000000160361204457837f8c0b5119d4cec7b284c6b1b39252a03d1e2f2d7451a5895562524c113bb952be84848460405161203793929190612bec565b60405180910390a2610496565b60006120508585611dc0565b9050600061205d86612255565b905060005b815181101561213257600082828151811061207f5761207f6128a2565b602002602001015190506120ab6004826affffffffffffffffffffff19166122de90919063ffffffff16565b15612129576040517f964f667d000000000000000000000000000000000000000000000000000000008152606082901c9063964f667d906120f6908b908b908b908b90600401612c1f565b600060405180830381600087803b15801561211057600080fd5b505af1158015612124573d6000803e3d6000fd5b505050505b50600101612062565b50857f8c0b5119d4cec7b284c6b1b39252a03d1e2f2d7451a5895562524c113bb952be86868660405161216793929190612bec565b60405180910390a2612182828565ffffffffffff16856122fc565b60005b8151811015610c1a5760008282815181106121a2576121a26128a2565b602002602001015190506121ce6008826affffffffffffffffffffff19166122de90919063ffffffff16565b1561224c576040517fa8ba8721000000000000000000000000000000000000000000000000000000008152606082901c9063a8ba872190612219908b908b908b908b90600401612c1f565b600060405180830381600087803b15801561223357600080fd5b505af1158015612247573d6000803e3d6000fd5b505050505b50600101612185565b6040805160018082528183019092526060916000919060208083019080368337019050509050828160008151811061228f5761228f6128a2565b602090810291909101015260006122c77f746273746f726500000000000000000053746f7265486f6f6b7300000000000083836118d3565b90506106526122d98260008451612312565b6123a0565b60008160ff16826122ef8560581c90565b1660ff1614905092915050565b6104c98383835161230d8560200190565b6123b1565b6000818311806123225750835182115b1561235f578383836040517f23230fa300000000000000000000000000000000000000000000000000000000815260040161041293929190612c58565b6020840161236d8482612942565b9050600061237b8585612c7d565b6fffffffffffffffffffffffffffffffff1660809290921b9190911795945050505050565b606060006106808360156000612470565b821561242b57602083106123db576020830484019350602083816123d7576123d7612bd6565b0692505b821561242b5760208390036000600019600885021c1990506008850281811c91508351811c905081198754168282161787555081841161241c575050610496565b50600194909401939182900391015b5b6020821061244d5780518455600190930192601f199091019060200161242c565b8115610496576000600019600884021c8554835182191691161785555050505050565b6060600061247e8560801c90565b90506fffffffffffffffffffffffffffffffff851660008582816124a4576124a4612bd6565b04905060405193506020840160208202810160405281855260005b828110156124df578451871c8252938701936020909101906001016124bf565b50505050509392505050565b7fffffffff00000000000000000000000000000000000000000000000000000000811681146104df57600080fd5b60006020828403121561252b57600080fd5b8135610680816124eb565b60005b83811015612551578181015183820152602001612539565b50506000910152565b60008151808452612572816020860160208601612536565b601f01601f19169290920160200192915050565b602081526000610680602083018461255a565b6000602082840312156125ab57600080fd5b5035919050565b80356001600160a01b03811681146118ce57600080fd5b600080604083850312156125dc57600080fd5b6125e5836125b2565b946020939093013593505050565b60008060006060848603121561260857600080fd5b612611846125b2565b925061261f602085016125b2565b9150604084013590509250925092565b60006020828403121561264157600080fd5b610680826125b2565b634e487b7160e01b600052604160045260246000fd5b604051601f8201601f1916810167ffffffffffffffff811182821017156126895761268961264a565b604052919050565b600067ffffffffffffffff8211156126ab576126ab61264a565b50601f01601f191660200190565b600082601f8301126126ca57600080fd5b81356126dd6126d882612691565b612660565b8181528460208386010111156126f257600080fd5b816020850160208301376000918101602001919091529392505050565b60008060006060848603121561272457600080fd5b61272d846125b2565b925060208401359150604084013567ffffffffffffffff81111561275057600080fd5b61275c868287016126b9565b9150509250925092565b6000806040838503121561277957600080fd5b612782836125b2565b91506020830135801515811461279757600080fd5b809150509250929050565b600080600080608085870312156127b857600080fd5b6127c1856125b2565b93506127cf602086016125b2565b925060408501359150606085013567ffffffffffffffff8111156127f257600080fd5b6127fe878288016126b9565b91505092959194509250565b6000806040838503121561281d57600080fd5b612826836125b2565b9150612834602084016125b2565b90509250929050565b6000835161284f818460208801612536565b835190830190612863818360208801612536565b01949350505050565b85815284602082015283604082015282606082015260a06080820152600061289760a083018461255a565b979650505050505050565b634e487b7160e01b600052603260045260246000fd5b848152836020820152826040820152608060608201526000610f13608083018461255a565b60006001600160a01b03808716835280861660208401525083604083015260806060830152610f13608083018461255a565b60006020828403121561292157600080fd5b8151610680816124eb565b634e487b7160e01b600052601160045260246000fd5b808201808211156103925761039261292c565b60008151808452602080850194506020840160005b838110156129865781518752958201959082019060010161296a565b509495945050505050565b8381526060602082015260006129aa6060830185612955565b905060ff83166040830152949350505050565b6000602082840312156129cf57600080fd5b815167ffffffffffffffff8111156129e657600080fd5b8201601f810184136129f757600080fd5b8051612a056126d882612691565b818152856020838501011115612a1a57600080fd5b610ac0826020830160208601612536565b80516020808301519190811015612a4c576000198160200360031b1b821691505b50919050565b604081526000612a65604083018561255a565b90506001600160a01b03831660208301529392505050565b848152608060208201526000612a966080830186612955565b60ff949094166040830152506060015292915050565b600060208284031215612abe57600080fd5b5051919050565b85815260a060208201526000612ade60a0830187612955565b60ff861660408401528281036060840152612af9818661255a565b9150508260808301529695505050505050565b7fffff0000000000000000000000000000000000000000000000000000000000008416815260007f3a000000000000000000000000000000000000000000000000000000000000008060028401528451612b6d816003860160208901612536565b808401905081600382015284519150612b8d826004830160208801612536565b0160040195945050505050565b8281526000602080830184516020860160005b82811015612bc957815184529284019290840190600101612bad565b5091979650505050505050565b634e487b7160e01b600052601260045260246000fd5b606081526000612bff6060830186612955565b65ffffffffffff851660208401528281036040840152610f13818561255a565b848152608060208201526000612c386080830186612955565b65ffffffffffff851660408401528281036060840152612897818561255a565b606081526000612c6b606083018661255a565b60208301949094525060400152919050565b818103818111156103925761039261292c56fea164736f6c6343000818000a","sourceMap":"1145:17672:142:-:0;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;2265:198:58;;;;;;:::i;:::-;;:::i;:::-;;;611:14:207;;604:22;586:41;;574:2;559:18;2265:198:58;;;;;;;;1746:132:142;;;:::i;:::-;;;;;;;:::i;3064:144::-;;;;;;:::i;:::-;;:::i;:::-;;;-1:-1:-1;;;;;1802:55:207;;;1784:74;;1772:2;1757:18;3064:144:142;1638:226:207;2904:107:142;;;;;;:::i;:::-;;:::i;:::-;;1196:113:58;;;:::i;3706:536:142:-;;;;;;:::i;:::-;;:::i;4925:108::-;;;;;;:::i;:::-;;:::i;4300:126::-;;;;;;:::i;:::-;;:::i;6088:84::-;;;;;;:::i;:::-;;:::i;1550:110:58:-;3551:14;-1:-1:-1;;3547:25:58;3534:39;1550:110;;;2808:25:207;;;2796:2;2781:18;1550:110:58;2662:177:207;1580:112:142;;;;;;:::i;:::-;;:::i;1308:223::-;;;;;;:::i;:::-;;:::i;5720:141::-;;;;;;:::i;:::-;;:::i;1934:136::-;;;:::i;5399:112::-;;;;;;:::i;:::-;;:::i;3267:138::-;;;;;;:::i;:::-;;:::i;4484:198::-;;;;;;:::i;:::-;;:::i;2128:417::-;;;;;;:::i;:::-;;:::i;1876:98:58:-;;;:::i;3463:189:142:-;;;;;;:::i;:::-;;:::i;2265:198:58:-;2341:4;2360:54;;;2375:39;2360:54;;:98;;-1:-1:-1;2418:40:58;;;2433:25;2418:40;2360:98;2353:105;2265:198;-1:-1:-1;;2265:198:58:o;1746:132:142:-;1791:13;1819:54;1842:30;1859:12;:10;:12::i;:::-;1842:16;:30::i;:::-;1819:22;:54::i;:::-;1812:61;;1746:132;:::o;3064:144::-;3131:7;3146:22;3160:7;3146:13;:22::i;:::-;;3182:21;3195:7;3182:12;:21::i;2904:107::-;2971:35;2980:2;2984:7;2993:12;:10;:12::i;:::-;2971:8;:35::i;:::-;2904:107;;:::o;1196:113:58:-;1239:14;1268:36;:34;:36::i;3706:536:142:-;-1:-1:-1;;;;;3796:16:142;;3792:77;;3829:33;;-1:-1:-1;;;3829:33:142;;3859:1;3829:33;;;1784:74:207;1757:18;;3829:33:142;;;;;;;;3792:77;4075:21;4099:34;4107:2;4111:7;4120:12;:10;:12::i;:::-;4099:7;:34::i;:::-;4075:58;;4160:4;-1:-1:-1;;;;;4143:21:142;:13;-1:-1:-1;;;;;4143:21:142;;4139:99;;4181:50;;;;;-1:-1:-1;;;;;6187:15:207;;;4181:50:142;;;6169:34:207;6219:18;;;6212:34;;;6282:15;;6262:18;;;6255:43;6081:18;;4181:50:142;5906:398:207;4139:99:142;3786:456;3706:536;;;:::o;4925:108::-;4989:15;:13;:15::i;:::-;5010:18;5016:2;5020:7;5010:5;:18::i;4300:126::-;4382:39;4399:4;4405:2;4409:7;4382:39;;;;;;;;;;;;:16;:39::i;:::-;4300:126;;;:::o;6088:84::-;6132:15;:13;:15::i;:::-;6153:14;6159:7;6153:5;:14::i;:::-;6088:84;:::o;1580:112::-;1643:7;1665:22;1679:7;1665:13;:22::i;1308:223::-;1371:7;-1:-1:-1;;;;;1390:19:142;;1386:77;;1426:30;;;;;1453:1;1426:30;;;1784:74:207;1757:18;;1426:30:142;1638:226:207;1386:77:142;1475:51;1488:30;1505:12;:10;:12::i;:::-;1488:16;:30::i;:::-;1520:5;1475:12;:51::i;5720:141::-;5807:15;:13;:15::i;:::-;5828:28;5838:2;5842:7;5851:4;5828:9;:28::i;1934:136::-;1981:13;2009:56;2034:30;2051:12;:10;:12::i;2034:30::-;2009:24;:56::i;5399:112::-;5459:15;:13;:15::i;:::-;5480:26;5490:2;5494:7;5480:26;;;;;;;;;;;;:9;:26::i;3267:138::-;3348:52;3367:12;:10;:12::i;:::-;3381:8;3391;3348:18;:52::i;4484:198::-;4593:31;4606:4;4612:2;4616:7;4593:12;:31::i;:::-;4630:47;4653:4;4659:2;4663:7;4672:4;4630:22;:47::i;2128:417::-;2192:13;2213:22;2227:7;2213:13;:22::i;:::-;;2242:21;2266:10;:8;:10::i;:::-;2242:34;;2282:23;2308:53;2321:30;2338:12;:10;:12::i;:::-;2321:16;:30::i;:::-;2353:7;2308:12;:53::i;:::-;2282:79;;2405:1;2385:9;2379:23;:27;:75;;2428:25;;;;;;6438:19:207;;;6473:12;2428:25:142;;;;;;;;;;;;2379:75;;;2409:9;2379:75;2367:87;;2491:1;2473:7;2467:21;:25;:73;;2531:9;2467:73;;;2509:7;2518:9;2495:33;;;;;;;;;:::i;:::-;;;;;;;;;;;;;2467:73;2460:80;2128:417;-1:-1:-1;;;;2128:417:142:o;1876:98:58:-;1915:7;1937:32;:30;:32::i;3463:189:142:-;3551:4;3570:77;3591:38;3616:12;:10;:12::i;:::-;3591:24;:38::i;:::-;3631:5;3638:8;3570:20;:77::i;:::-;3563:84;3463:189;-1:-1:-1;;;3463:189:142:o;18517:166::-;18562:17;18587:19;18609:33;18636:4;18609:18;:33::i;:::-;18587:55;;18655:23;:8;385:5:16;2502:44:59;;2404:148;18655:23:142;18648:30;;;18517:166;:::o;709:181:157:-;768:10;791:96;-1:-1:-1;;;854:9:157;871:13;791:25;:96::i;3228:244:151:-;3344:16;;;3315:26;3344:16;;;;;;;;;3289:18;;3388:51;3416:8;3344:16;3315:26;3388:27;:51::i;17125:217:142:-;17188:7;17203:13;17219:17;17228:7;17219:8;:17::i;:::-;17203:33;-1:-1:-1;;;;;;17246:19:142;;17242:78;;17282:31;;;;;;;;2808:25:207;;;2781:18;;17282:31:142;2662:177:207;6918:160:142;6988:7;7010:63;7028:35;7050:12;:10;:12::i;:::-;7028:21;:35::i;:::-;7065:7;7010:17;:63::i;15276:114::-;15352:33;15361:2;15365:7;15374:4;15380;15352:8;:33::i;2743:383:58:-;3029:34;3033:14;3029:34;3016:48;3010:4;3006:59;;3076:45;;-1:-1:-1;3111:10:58;3076:45;2743:383;:::o;9814:985:142:-;9900:7;9915:25;9943:30;9960:12;:10;:12::i;9943:30::-;9915:58;;9979:12;9994:17;10003:7;9994:8;:17::i;:::-;9979:32;-1:-1:-1;;;;;;10063:18:142;;;10059:76;;10091:37;10108:4;10114;10120:7;10091:16;:37::i;:::-;-1:-1:-1;;;;;10171:18:142;;;10167:274;;10275:48;10292:1;10296:7;10313:1;10317:5;10275:8;:48::i;:::-;10352:74;10365:14;10381:4;10424:1;10387:34;10400:14;10416:4;10387:12;:34::i;:::-;:38;10352:12;:74::i;:::-;-1:-1:-1;;;;;10451:16:142;;;10447:135;;10497:70;10510:14;10526:2;10530:32;10543:14;10559:2;10530:12;:32::i;:::-;10565:1;10530:36;10497:12;:70::i;:::-;10588:53;10599:28;10614:12;:10;:12::i;:::-;10599:14;:28::i;:::-;10629:7;10638:2;10588:10;:53::i;:::-;10685:8;:6;:8::i;:::-;-1:-1:-1;;;;;10685:12:142;;10698:17;10717:13;10725:4;-1:-1:-1;;;;;133:23:180;;59:101;10717:13:142;10763:12;;;10773:1;10763:12;;;;;;;;;10685:91;;;;;;;;;;;;;-1:-1:-1;;;;;133:23:180;;;10753:7:142;;10685:91;;;;:::i;:::-;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;-1:-1:-1;10790:4:142;;9814:985;-1:-1:-1;;;;;;;;9814:985:142:o;18687:128::-;18732:78;18762:33;18789:4;18762:18;:33::i;:::-;18797:12;:10;:12::i;:::-;18732:29;:78::i;:::-;18687:128::o;11095:293::-;-1:-1:-1;;;;;11158:16:142;;11154:77;;11191:33;;-1:-1:-1;;;11191:33:142;;11221:1;11191:33;;;1784:74:207;1757:18;;11191:33:142;1638:226:207;11154:77:142;11236:21;11260:32;11268:2;11272:7;11289:1;11260:7;:32::i;:::-;11236:56;-1:-1:-1;;;;;;11302:27:142;;;11298:86;;11346:31;;;;;11374:1;11346:31;;;1784:74:207;1757:18;;11346:31:142;1638:226:207;12496:207:142;12543:21;12567:40;12583:1;12587:7;12604:1;12567:7;:40::i;:::-;12543:64;-1:-1:-1;;;;;;12617:27:142;;12613:86;;12661:31;;;;;;;;2808:25:207;;;2781:18;;12661:31:142;2662:177:207;526:181:157;585:10;608:96;-1:-1:-1;;;671:9:157;688:13;608:25;:96::i;3809:325:189:-;3933:16;;;3947:1;3933:16;;;;;;;;;3883:13;;;;3933:16;;;;;;;;;;;;-1:-1:-1;3933:16:189;3904:45;;3994:7;-1:-1:-1;;;;;3978:25:189;3970:34;;3955:9;3965:1;3955:12;;;;;;;;:::i;:::-;;;;;;;;;;:49;4011:13;4027:64;4054:8;4064:9;4011:13;1058:66;4027:26;:64::i;:::-;4011:80;3809:325;-1:-1:-1;;;;;3809:325:189:o;12022:172:142:-;12112:18;12118:2;12122:7;12112:5;:18::i;:::-;12136:53;12167:1;12171:2;12175:7;12184:4;12136:22;:53::i;7559:248:151:-;7679:16;;;7650:26;7679:16;;;;;;;;;7622:20;;7723:51;7751:8;7679:16;7772:1;7723:27;:51::i;16483:421:142:-;-1:-1:-1;;;;;16586:22:142;;16582:81;;16625:31;;;;;-1:-1:-1;;;;;1802:55:207;;16625:31:142;;;1784:74:207;1757:18;;16625:31:142;1638:226:207;16582:81:142;16668:87;16689:38;16714:12;:10;:12::i;16689:38::-;16729:5;16736:8;16746;16668:20;:87::i;:::-;16805:8;:6;:8::i;:::-;-1:-1:-1;;;;;16805:12:142;;16818:23;16843:14;16851:5;-1:-1:-1;;;;;133:23:180;;59:101;16843:14:142;-1:-1:-1;;;;;133:23:180;;16878:20:142;;;611:14:207;;604:22;16878:20:142;;;586:41:207;559:18;16878:20:142;;;;;;;;;;;;16805:94;;;;;;;;;;;;;;;;;;:::i;:::-;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;16483:421;;;:::o;17861:652::-;-1:-1:-1;;;;;17973:14:142;;;:18;17969:540;;18021:2;-1:-1:-1;;;;;18005:36:142;;18042:12;:10;:12::i;:::-;18056:4;18062:7;18071:4;18005:71;;;;;;;;;;;;;;;;;;:::i;:::-;;;;;;;;;;;;;;;;;;;;-1:-1:-1;18005:71:142;;;;;;;;-1:-1:-1;;18005:71:142;;;;;;;;;;;;:::i;:::-;;;18001:502;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;18274:6;:13;18291:1;18274:18;18270:225;;18313:25;;-1:-1:-1;;;18313:25:142;;-1:-1:-1;;;;;1802:55:207;;18313:25:142;;;1784:74:207;1757:18;;18313:25:142;1638:226:207;18270:225:142;18465:6;18459:13;18450:6;18446:2;18442:15;18435:38;18001:502;18115:51;;;18125:41;18115:51;18111:112;;18187:25;;-1:-1:-1;;;18187:25:142;;-1:-1:-1;;;;;1802:55:207;;18187:25:142;;;1784:74:207;1757:18;;18187:25:142;1638:226:207;18111:112:142;18077:154;17861:652;;;;:::o;2714:141::-;2765:13;2793:57;2819:30;2836:12;:10;:12::i;2819:30::-;2793:25;:57::i;1465:182:157:-;1524:10;1547:97;-1:-1:-1;;;1610:9:157;1627:14;1547:25;:97::i;3790:307:156:-;3923:16;;;3937:1;3923:16;;;;;;;;;3864:22;;3894:26;;3923:16;;;;;;;;;;;;-1:-1:-1;3923:16:156;3894:45;;3976:7;3960:25;;3945:9;3955:1;3945:12;;;;;;;;:::i;:::-;;;;;;:40;;;;;3992:18;4013:51;4041:8;4051:9;4062:1;4013:27;:51::i;3799:97:58:-;3840:7;3862:29;:27;:29::i;892:198:157:-;959:10;982:105;-1:-1:-1;;;1045:9:157;1062:22;982:25;:105::i;4052:401:153:-;4192:16;;;4206:1;4192:16;;;;;;;;4142:13;;;;4192:16;4206:1;4192:16;;;;;;;;;;-1:-1:-1;4192:16:153;4163:45;;4253:5;-1:-1:-1;;;;;4237:23:153;4229:32;;4214:9;4224:1;4214:12;;;;;;;;:::i;:::-;;;;;;:47;;;;;4306:8;-1:-1:-1;;;;;4290:26:153;4282:35;;4267:9;4277:1;4267:12;;;;;;;;:::i;:::-;;;;;;;;;;:50;4324:13;4340:64;4367:8;4377:9;4324:13;1058:66;4340:26;:64::i;:::-;4324:80;;4418:29;4439:5;4426:20;;8837:5;8751:97;4418:29;4410:38;4052:401;-1:-1:-1;;;;;;4052:401:153:o;4163:314:77:-;4271:16;;;4285:1;4271:16;;;;;;;;;4215:19;;;;4271:16;;;;;;;;;;;;-1:-1:-1;4271:16:77;4242:45;;4332:6;-1:-1:-1;;;;;4316:24:77;4308:33;;4293:9;4303:1;4293:12;;;;;;;;:::i;:::-;;;;;;;;;;:48;4348:13;4364:64;1269:66;4401:9;4348:13;1449:66;4364:26;:64::i;980:257:59:-;1067:10;1196:26;438:6;385:5:16;1196:26:59;:::i;:::-;1123:15;;;1142:31;385:5:16;1142:31:59;;;;1123:51;-1:-1:-1;;1178:13:59;;:45;;;1123:101;;-1:-1:-1;980:257:59;;;;;:::o;18525:431:24:-;18661:12;18681:21;18705:17;:15;:17::i;:::-;18681:41;-1:-1:-1;18757:4:24;-1:-1:-1;;;;;18732:30:24;;;18728:224;;18779:63;18805:7;18814:8;18824:17;18779:25;:63::i;:::-;18772:70;;;;;18728:224;18870:75;;;;;-1:-1:-1;;;;;18870:37:24;;;;;:75;;18908:7;;18917:8;;18927:17;;18870:75;;;:::i;:::-;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;-1:-1:-1;;18870:75:24;;;;;;;;;;;;:::i;18728:224::-;18675:281;18525:431;;;;;:::o;6668:142:142:-;6734:7;6756:49;6767:28;6782:12;:10;:12::i;1271:192:157:-;1335:10;1358:102;-1:-1:-1;;;1421:9:157;1438:19;1358:25;:102::i;3812:318:155:-;3938:16;;;3952:1;3938:16;;;;;;;;;3886:15;;;;3938:16;;;;;;;;;;;;-1:-1:-1;3938:16:155;3909:45;;3991:7;3975:25;;3960:9;3970:1;3960:12;;;;;;;;:::i;:::-;;;;;;;;;;:40;4007:13;4023:64;4050:8;4060:9;4007:13;1058:66;4023:26;:64::i;:::-;4101:23;;;3812:318;-1:-1:-1;;;;;3812:318:155:o;15562:730:142:-;15714:9;:31;;;-1:-1:-1;;;;;;15727:18:142;;;;15714:31;15710:504;;;15755:13;15771:22;15785:7;15771:13;:22::i;:::-;15755:38;-1:-1:-1;;;;;;15909:18:142;;;;;;:35;;;15940:4;-1:-1:-1;;;;;15931:13:142;:5;-1:-1:-1;;;;;15931:13:142;;;15909:35;:69;;;;;15949:29;15966:5;15973:4;15949:16;:29::i;:::-;15948:30;15909:69;15905:128;;;15997:27;;;;;-1:-1:-1;;;;;1802:55:207;;15997:27:142;;;1784:74:207;1757:18;;15997:27:142;1638:226:207;15905:128:142;16045:9;16041:167;;;16107:8;:6;:8::i;:::-;-1:-1:-1;;;;;16107:12:142;;16120:17;16139:14;16147:5;-1:-1:-1;;;;;133:23:180;;59:101;16139:14:142;16186:12;;;16196:1;16186:12;;;;;;;;;16107:92;;;;;;;;;;;;;-1:-1:-1;;;;;133:23:180;;;16176:7:142;;16107:92;;;;:::i;:::-;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;16041:167;15747:467;15710:504;16220:67;16238:35;16260:12;:10;:12::i;16238:35::-;16275:7;16284:2;16220:17;:67::i;8043:324::-;8151:38;8165:5;8172:7;8181;8151:13;:38::i;:::-;8146:217;;-1:-1:-1;;;;;8203:19:142;;8199:158;;8241:31;;;;;;;;2808:25:207;;;2781:18;;8241:31:142;2662:177:207;8199:158:142;8304:44;;;;;-1:-1:-1;;;;;10958:55:207;;8304:44:142;;;10940:74:207;11030:18;;;11023:34;;;10913:18;;8304:44:142;10766:297:207;5195:284:189;5305:16;;;5319:1;5305:16;;;;;;;;;5276:26;;5305:16;;;;;;;;;;;-1:-1:-1;5305:16:189;5276:45;;5366:7;-1:-1:-1;;;;;5350:25:189;5342:34;;5327:9;5337:1;5327:12;;;;;;;;:::i;:::-;;;;;;:49;;;;;5383:91;5410:8;5420:9;5431:1;5452:5;5434:25;;;;;;6438:19:207;;6482:2;6473:12;;6309:182;5434:25:189;;;;-1:-1:-1;;5434:25:189;;;;;;;;;1058:66;5383:26;:91::i;1092:177:157:-;1149:10;1172:94;-1:-1:-1;;;1235:9:157;1252:11;1172:25;:94::i;5139:275:154:-;5249:16;;;5263:1;5249:16;;;;;;;;;5220:26;;5249:16;;;;;;;;;;;-1:-1:-1;5249:16:154;5220:45;;5302:7;5286:25;;5271:9;5281:1;5271:12;;;;;;;;:::i;:::-;;;;;;:40;;;;;5318:91;5345:8;5355:9;5366:1;5387:5;5369:25;;;;;;;11217:2:207;11213:15;;;;11230:66;11209:88;11197:101;;11323:2;11314:12;;11068:264;5369:25:154;;;;-1:-1:-1;;5369:25:154;;;;;;;;;1058:66;5318:26;:91::i;471:324:175:-;512:6;526:19;548:41;583:4;548:26;:41::i;:::-;875:70:177;;;-1:-1:-1;;;875:70:177;;;11520:92:207;405:17:177;11628:11:207;;;11621:100;919:25:177;11737:12:207;;;11730:101;526:63:175;;-1:-1:-1;595:21:175;;619:45;;11847:12:207;875:70:177;;;;;;;;;;;;867:79;;;:::i;:::-;655:8:175;619:18;:45::i;:::-;595:69;-1:-1:-1;;;;;;674:27:175;;670:86;;710:46;;;;;740:4;710:46;;;10940:74:207;11030:18;;;11023:34;;;10913:18;;710:46:175;10766:297:207;2226:232:196;-1:-1:-1;;;;;2311:57:196;;:47;816:18:98;578:36:59;2820:46;;2819:74;2311:18:196;:47::i;:::-;-1:-1:-1;;;;;2311:57:196;;2307:147;;2417:21;:10;:19;:21::i;:::-;2440:6;2385:62;;;;;;;;;;;;:::i;17702:457:24:-;17859:7;17874:21;17898:17;:15;:17::i;:::-;17874:41;-1:-1:-1;17950:4:24;-1:-1:-1;;;;;17925:30:24;;;17921:234;;17972:68;17997:7;18006:8;18016:10;18028:11;17972:24;:68::i;:::-;17965:75;;;;;17921:234;18068:80;;;;;-1:-1:-1;;;;;18068:36:24;;;;;:80;;18105:7;;18114:8;;18124:10;;18136:11;;18068:80;;;:::i;:::-;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;:::i;5754:357:153:-;5880:16;;;5894:1;5880:16;;;;;;;;5851:26;;5880:16;;;;;;;;;;-1:-1:-1;5880:16:153;5851:45;;5941:5;-1:-1:-1;;;;;5925:23:153;5917:32;;5902:9;5912:1;5902:12;;;;;;;;:::i;:::-;;;;;;:47;;;;;5994:8;-1:-1:-1;;;;;5978:26:153;5970:35;;5955:9;5965:1;5955:12;;;;;;;;:::i;:::-;;;;;;:50;;;;;6012:94;6039:8;6049:9;6060:1;6081:8;6063:28;;;;;;13800:14:207;13793:22;13788:3;13784:32;13772:45;;13842:1;13833:11;;13649:201;6063:28:153;;;;-1:-1:-1;;6063:28:153;;;;;;;;;1058:66;6012:26;:94::i;11957:250:151:-;12079:16;;;12050:26;12079:16;;;;;;;;;12021:21;;12123:51;12151:8;12079:16;12172:1;12123:27;:51::i;1766:227:24:-;996:42;1855:22;1816:7;;-1:-1:-1;;;;;1855:22:24;;1883:106;;1931:10;1924:17;;;1766:227;:::o;1883:106::-;1969:13;1766:227;-1:-1:-1;1766:227:24:o;39031:522:20:-;39167:12;39291:257;39330:79;39372:7;39381:8;39391:17;39330:41;:79::i;:::-;39427:1;39446:93;39521:17;39446:66;39494:7;39503:8;39446:47;:66::i;:::-;:74;6801:16:15;;922;6801;834;6790:27;6750:68;6728:92;;;6613:218;39446:93:20;39291:12;:257::i;7373:254:142:-;7476:4;-1:-1:-1;;;;;7501:21:142;;;;;;:121;;;7542:7;-1:-1:-1;;;;;7533:16:142;:5;-1:-1:-1;;;;;7533:16:142;;:52;;;;7553:32;7570:5;7577:7;7553:16;:32::i;:::-;7533:88;;;;7614:7;-1:-1:-1;;;;;7589:32:142;:21;7602:7;7589:12;:21::i;:::-;-1:-1:-1;;;;;7589:32:142;;;7373:254;-1:-1:-1;;;;7373:254:142:o;10690:455:24:-;10862:21;10886:17;:15;:17::i;:::-;10862:41;-1:-1:-1;10938:4:24;-1:-1:-1;;;;;10913:30:24;;;10909:232;;10953:74;10978:7;10987:8;10997:10;11009:4;11015:11;10953:24;:74::i;:::-;10909:232;;;11048:86;;;;;-1:-1:-1;;;;;11048:36:24;;;;;:86;;11085:7;;11094:8;;11104:10;;11116:4;;11122:11;;11048:86;;;:::i;:::-;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;10909:232;10856:289;10690:455;;;;;:::o;3907:323:179:-;4036:16;;;4050:1;4036:16;;;;;;;;;3985:14;;;;4036:16;;;;;;;;;;;;-1:-1:-1;4036:16:179;4007:45;;4091:8;4058:9;4068:1;4058:12;;;;;;;;:::i;4136:307:74:-;4246:16;;;4260:1;4246:16;;;;;;;;;4196:13;;;;4246:16;;;;;;;;;;;;-1:-1:-1;4246:16:74;4217:45;;4301:11;4268:9;4278:1;4268:12;;;;;;;;:::i;:::-;;;;;;;;;;:45;4320:13;4336:64;1269:66;4373:9;4320:13;1449:66;4336:26;:64::i;:::-;4414:23;;;4136:307;-1:-1:-1;;;;4136:307:74:o;3351:592:59:-;3415:13;3485:10;385:5:16;2502:44:59;;;3436:19;3583;3485:10;3583:7;:19::i;:::-;3560:42;-1:-1:-1;3665:12:59;3704:35;;;;:102;;3753:53;;;;:34;:53::i;:::-;3704:102;;;;;;;;;;;;;;;;;;;;;-1:-1:-1;;3833:25:59;;;:87;;3872:48;3907:12;3872:34;:48::i;:::-;3833:87;;;;;;;;;;;;;;;;;;;;;3637:293;;;;;;;;;;:::i;:::-;;;;;;;;;;;;;3608:330;;;;;3351:592;;;:::o;38022:541:20:-;38179:7;38316:242;38360:59;38401:7;38410:8;38360:40;:59::i;:::-;38437:31;;;;4479:19:3;:27;537:1:30;4478:44:3;4444:79;;;4431:93;38486:63:20;38525:11;38538:10;38486:38;:63::i;:::-;38316:17;:242::i;54475:274::-;54619:7;54724;54733:8;54707:35;;;;;;;;;:::i;:::-;;;;;;;;;;;;;54697:46;;;;;;54676:17;54669:25;;54649:45;;;44217:34;54649:45;:94;54641:103;;54634:110;;54475:274;;;;;:::o;55672:301::-;55793:13;55885:82;55916:48;55946:7;55955:8;55916:29;:48::i;:::-;4645:21:19;;4539:137;4976:669;5392:4;5386:11;5433:4;5421:17;;-1:-1:-1;;5307:16:19;5480:26;;;5307:16;5303:32;5452:4;5445:63;5552:6;5544;5537:22;5570:51;5575:14;5591:6;5599;5607:13;5570:4;:51::i;24989:355:20:-;25161:178;25195:7;25220:8;25250:63;25289:11;25302:10;25250:38;:63::i;:::-;25328:4;25161:16;:178::i;3030:160:59:-;3093:7;3157:26;438:6;385:5:16;3157:26:59;:::i;:::-;3123:61;;;;;3030:160;-1:-1:-1;3030:160:59:o;1796:322::-;1866:13;1887:14;1907:80;1923:2;1914:6;:11;1907:80;;;-1:-1:-1;;1941:34:59;;3152:1:2;3148:13;;3144:24;1941:39:59;;1937:50;1982:5;1937:50;1927:8;;1907:80;;;2023:30;;;-1:-1:-1;;16282:79:207;;2023:30:59;;;16270:92:207;2023:30:59;;16378:12:207;;;;2023:30:59;;;809:21:2;;;2023:30:59;2073:39;694:164:2;52539:191:20;52641:7;52705;52714:8;52688:35;;;;;;;;;:::i;:::-;;;;-1:-1:-1;;52688:35:20;;;;;;;;;52678:46;;52688:35;52678:46;;;;44145:22;52671:53;;52539:191;-1:-1:-1;;;52539:191:20:o;53556:242::-;53652:7;;;53691:84;53711:10;53707:14;;:1;:14;53691:84;;;53736:32;4431:93:3;4479:19;:27;;;537:1:30;4478:44:3;4444:79;;;4431:93;53736:32:20;;:::i;:::-;;-1:-1:-1;53723:3:20;;53691:84;;8879:812:19;8977:14;9013:2;9003:6;:12;8999:112;;9072:2;9063:6;:11;9045:29;;;;9094:2;9084:12;;;;;;:::i;:::-;;;;8999:112;-1:-1:-1;9302:21:19;;9287:12;9275:25;;9271:53;9450:2;:11;;;9532:22;;;9528:159;;;9668:1;9652:14;9648:22;9642:29;9627:12;9612:13;9608:32;9604:68;9596:6;9593:80;9583:90;;8993:698;8879:812;;;;;:::o;55104:230:20:-;55225:7;55309;55318:8;55292:35;;;;;;;;;:::i;:::-;;;;-1:-1:-1;;55292:35:20;;;;;;;;;55282:46;;55292:35;55282:46;;;;44308:40;55255:73;;55104:230;-1:-1:-1;;;55104:230:20:o;6010:2380:19:-;6127:10;;6123:1542;;6280:2;6270:6;:12;6266:122;;6343:2;6334:6;:11;6316:29;;;;6367:2;6357:12;;;;;;:::i;:::-;;;;6266:122;6478:10;;6474:1185;;6686:2;:11;;;6560:21;6744:22;;;6740:135;;;-1:-1:-1;;;537:1:30;738:25:31;;716:48;6740:135:19;;;-1:-1:-1;;;537:1:30;738:25:31;;716:48;6740:135:19;7069:14;7063:21;7048:12;7040:6;7036:25;7032:53;7309:4;7293:13;7287:20;7283:31;7219:4;7215:9;7203:10;7199:26;7144:184;7117:13;7097:243;;7399:13;7389:6;:23;7385:36;;7414:7;;;;7385:36;-1:-1:-1;7562:1:19;7544:19;;;;;7617:23;;;;;7575:30;6474:1185;7694:253;7711:2;7701:6;:12;7694:253;;7805:21;;7783:44;;7880:1;7862:19;;;;-1:-1:-1;;7920:12:19;;;;7908:2;7891:19;7694:253;;;8015:10;;8011:375;;8035:12;-1:-1:-1;;537:1:30;738:25:31;;716:48;8323:20:19;;8233:21;;8256:9;;8229:37;8319:31;;8178:184;8135:237;;-1:-1:-1;6010:2380:19;;;;:::o;18901:1676:20:-;19101:23;19080:7;:44;;;19076:232;;19231:7;19187:100;19250:8;19267:5;19280:4;19187:100;;;;;;;;:::i;:::-;;;;;;;;19295:7;;19076:232;19314:16;19333:59;19374:7;19383:8;19333:40;:59::i;:::-;19314:78;;19538:22;19563:24;19579:7;19563:15;:24::i;:::-;19538:49;;19598:9;19593:328;19613:5;:12;19609:1;:16;19593:328;;;19640:9;19662:5;19668:1;19662:8;;;;;;;;:::i;:::-;;;;;;;19640:31;;19683:41;548:6:32;19683:4:20;:14;;;;;:41;;;;:::i;:::-;19679:236;;;19736:170;;;;;3404:35:4;;;;;19736:54:20;;:170;;19812:7;;19841:8;;19868:5;;19891:4;;19736:170;;;:::i;:::-;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;19679:236;-1:-1:-1;19627:3:20;;19593:328;;;;20022:7;19978:100;20041:8;20058:5;20071:4;19978:100;;;;;;;;:::i;:::-;;;;;;;;20128:70;20160:8;20178:5;20128:70;;20191:4;20128:13;:70::i;:::-;20252:9;20247:326;20267:5;:12;20263:1;:16;20247:326;;;20294:9;20316:5;20322:1;20316:8;;;;;;;;:::i;:::-;;;;;;;20294:31;;20337:40;657:6:32;20337:4:20;:14;;;;;:40;;;;:::i;:::-;20333:234;;;20389:169;;;;;3404:35:4;;;;;20389:53:20;;:169;;20464:7;;20493:8;;20520:5;;20543:4;;20389:169;;;:::i;:::-;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;20333:234;-1:-1:-1;20281:3:20;;20247:326;;4391:342:28;4507:16;;;4521:1;4507:16;;;;;;;;;4448:22;;4478:26;;4507:16;;;;;;;;;;;;-1:-1:-1;4507:16:28;4478:45;;4562:7;4529:9;4539:1;4529:12;;;;;;;;:::i;:::-;;;;;;;;;;:41;4577:18;4598:49;1075:66;4634:9;4577:18;4598:25;:49::i;:::-;4577:70;;4661:66;:44;4682:5;4689:1;4692:5;:12;4661:20;:44::i;:::-;:64;:66::i;2903:136:4:-;2973:4;3025:9;2992:42;;3011:9;2993:15;3003:4;3802:26;;;3672:162;2993:15;:27;2992:42;;;2985:49;;2903:136;;;;:::o;900:162:19:-;989:68;995:14;1011:6;1019:4;:11;1032:24;1051:4;828::14;818:15;;692:151;1032:24:19;989:5;:68::i;1954:561:18:-;2045:5;2140:3;2132:5;:11;:32;;;;2153:4;:11;2147:3;:17;2132:32;2128:80;;;2191:4;2197:5;2204:3;2173:35;;;;;;;;;;;;;:::i;2128:80::-;2274:4;2264:15;;2321:16;2332:5;2264:15;2321:16;:::i;:::-;;-1:-1:-1;2343:12:18;2358:11;2364:5;2358:3;:11;:::i;:::-;643:17;2493:15;2485:3;2474:14;;;;2473:36;;;;;;-1:-1:-1;;;;;1954:561:18:o;40037:220:34:-;40103:24;40135:30;40168:32;40186:6;40194:2;40198:1;40168:17;:32::i;1423:2340:19:-;1536:10;;1532:1504;;1689:2;1679:6;:12;1675:122;;1752:2;1743:6;:11;1725:29;;;;1776:2;1766:12;;;;;;:::i;:::-;;;;1675:122;1887:10;;1883:1147;;2095:2;:11;;;1969:21;-1:-1:-1;;537:1:30;738:25:31;;716:48;2142:18:19;2127:33;;2329:12;2321:6;2317:25;2376:4;2365:9;2361:20;2353:28;;2431:13;2425:20;2414:9;2410:36;2392:54;;2679:4;2675:9;2658:14;2652:21;2648:37;2579:4;2567:10;2563:21;2506:193;2478:14;2458:253;;2770:13;2760:6;:23;2756:36;;2785:7;;;;2756:36;-1:-1:-1;2933:1:19;2915:19;;;;;2988:23;;;;;2946:30;1883:1147;3066:253;3083:2;3073:6;:12;3066:253;;3178:20;;3155:44;;3252:1;3234:19;;;;-1:-1:-1;;3292:12:19;;;;3280:2;3263:19;3066:253;;;3387:10;;3383:376;;3407:12;-1:-1:-1;;537:1:30;738:25:31;;716:48;3695:21:19;;3606:20;;3628:9;;3602:36;3691:32;;3551:184;3507:238;;-1:-1:-1;1423:2340:19;;;;:::o;2615:1129:36:-;2735:22;2765:21;2789;:11;2869:3:18;2847:25;;2773:104;2789:21:36;2765:45;-1:-1:-1;643:17:18;3110:38;;2816:20:36;2978:11;3110:38:18;2978:11:36;2963:26;;;;:::i;:::-;;2949:40;;3098:4;3092:11;3083:20;;3141:4;3134:5;3130:16;3201:4;3188:11;3184:22;3170:12;3166:41;3160:4;3153:55;3251:11;3244:5;3237:26;3294:1;3271:463;3310:11;3307:1;3304:18;3271:463;;;3704:20;;3683:42;;3662:64;;3576:31;;;;3489:4;3471:23;;;;3397:1;3390:9;3271:463;;;3275:28;;3050:690;;;2615:1129;;;;;:::o;14:177:207:-;99:66;92:5;88:78;81:5;78:89;68:117;;181:1;178;171:12;196:245;254:6;307:2;295:9;286:7;282:23;278:32;275:52;;;323:1;320;313:12;275:52;362:9;349:23;381:30;405:5;381:30;:::i;638:250::-;723:1;733:113;747:6;744:1;741:13;733:113;;;823:11;;;817:18;804:11;;;797:39;769:2;762:10;733:113;;;-1:-1:-1;;880:1:207;862:16;;855:27;638:250::o;893:330::-;935:3;973:5;967:12;1000:6;995:3;988:19;1016:76;1085:6;1078:4;1073:3;1069:14;1062:4;1055:5;1051:16;1016:76;:::i;:::-;1137:2;1125:15;-1:-1:-1;;1121:88:207;1112:98;;;;1212:4;1108:109;;893:330;-1:-1:-1;;893:330:207:o;1228:220::-;1377:2;1366:9;1359:21;1340:4;1397:45;1438:2;1427:9;1423:18;1415:6;1397:45;:::i;1453:180::-;1512:6;1565:2;1553:9;1544:7;1540:23;1536:32;1533:52;;;1581:1;1578;1571:12;1533:52;-1:-1:-1;1604:23:207;;1453:180;-1:-1:-1;1453:180:207:o;1869:196::-;1937:20;;-1:-1:-1;;;;;1986:54:207;;1976:65;;1966:93;;2055:1;2052;2045:12;2070:254;2138:6;2146;2199:2;2187:9;2178:7;2174:23;2170:32;2167:52;;;2215:1;2212;2205:12;2167:52;2238:29;2257:9;2238:29;:::i;:::-;2228:39;2314:2;2299:18;;;;2286:32;;-1:-1:-1;;;2070:254:207:o;2329:328::-;2406:6;2414;2422;2475:2;2463:9;2454:7;2450:23;2446:32;2443:52;;;2491:1;2488;2481:12;2443:52;2514:29;2533:9;2514:29;:::i;:::-;2504:39;;2562:38;2596:2;2585:9;2581:18;2562:38;:::i;:::-;2552:48;;2647:2;2636:9;2632:18;2619:32;2609:42;;2329:328;;;;;:::o;2844:186::-;2903:6;2956:2;2944:9;2935:7;2931:23;2927:32;2924:52;;;2972:1;2969;2962:12;2924:52;2995:29;3014:9;2995:29;:::i;3035:184::-;-1:-1:-1;;;3084:1:207;3077:88;3184:4;3181:1;3174:15;3208:4;3205:1;3198:15;3224:334;3295:2;3289:9;3351:2;3341:13;;-1:-1:-1;;3337:86:207;3325:99;;3454:18;3439:34;;3475:22;;;3436:62;3433:88;;;3501:18;;:::i;:::-;3537:2;3530:22;3224:334;;-1:-1:-1;3224:334:207:o;3563:245::-;3611:4;3644:18;3636:6;3633:30;3630:56;;;3666:18;;:::i;:::-;-1:-1:-1;3723:2:207;3711:15;-1:-1:-1;;3707:88:207;3797:4;3703:99;;3563:245::o;3813:462::-;3855:5;3908:3;3901:4;3893:6;3889:17;3885:27;3875:55;;3926:1;3923;3916:12;3875:55;3962:6;3949:20;3993:48;4009:31;4037:2;4009:31;:::i;:::-;3993:48;:::i;:::-;4066:2;4057:7;4050:19;4112:3;4105:4;4100:2;4092:6;4088:15;4084:26;4081:35;4078:55;;;4129:1;4126;4119:12;4078:55;4194:2;4187:4;4179:6;4175:17;4168:4;4159:7;4155:18;4142:55;4242:1;4217:16;;;4235:4;4213:27;4206:38;;;;4221:7;3813:462;-1:-1:-1;;;3813:462:207:o;4280:::-;4366:6;4374;4382;4435:2;4423:9;4414:7;4410:23;4406:32;4403:52;;;4451:1;4448;4441:12;4403:52;4474:29;4493:9;4474:29;:::i;:::-;4464:39;;4550:2;4539:9;4535:18;4522:32;4512:42;;4605:2;4594:9;4590:18;4577:32;4632:18;4624:6;4621:30;4618:50;;;4664:1;4661;4654:12;4618:50;4687:49;4728:7;4719:6;4708:9;4704:22;4687:49;:::i;:::-;4677:59;;;4280:462;;;;;:::o;4747:347::-;4812:6;4820;4873:2;4861:9;4852:7;4848:23;4844:32;4841:52;;;4889:1;4886;4879:12;4841:52;4912:29;4931:9;4912:29;:::i;:::-;4902:39;;4991:2;4980:9;4976:18;4963:32;5038:5;5031:13;5024:21;5017:5;5014:32;5004:60;;5060:1;5057;5050:12;5004:60;5083:5;5073:15;;;4747:347;;;;;:::o;5099:537::-;5194:6;5202;5210;5218;5271:3;5259:9;5250:7;5246:23;5242:33;5239:53;;;5288:1;5285;5278:12;5239:53;5311:29;5330:9;5311:29;:::i;:::-;5301:39;;5359:38;5393:2;5382:9;5378:18;5359:38;:::i;:::-;5349:48;;5444:2;5433:9;5429:18;5416:32;5406:42;;5499:2;5488:9;5484:18;5471:32;5526:18;5518:6;5515:30;5512:50;;;5558:1;5555;5548:12;5512:50;5581:49;5622:7;5613:6;5602:9;5598:22;5581:49;:::i;:::-;5571:59;;;5099:537;;;;;;;:::o;5641:260::-;5709:6;5717;5770:2;5758:9;5749:7;5745:23;5741:32;5738:52;;;5786:1;5783;5776:12;5738:52;5809:29;5828:9;5809:29;:::i;:::-;5799:39;;5857:38;5891:2;5880:9;5876:18;5857:38;:::i;:::-;5847:48;;5641:260;;;;;:::o;6496:496::-;6675:3;6713:6;6707:13;6729:66;6788:6;6783:3;6776:4;6768:6;6764:17;6729:66;:::i;:::-;6858:13;;6817:16;;;;6880:70;6858:13;6817:16;6927:4;6915:17;;6880:70;:::i;:::-;6966:20;;6496:496;-1:-1:-1;;;;6496:496:207:o;6997:505::-;7256:6;7245:9;7238:25;7299:6;7294:2;7283:9;7279:18;7272:34;7342:6;7337:2;7326:9;7322:18;7315:34;7385:6;7380:2;7369:9;7365:18;7358:34;7429:3;7423;7412:9;7408:19;7401:32;7219:4;7450:46;7491:3;7480:9;7476:19;7468:6;7450:46;:::i;:::-;7442:54;6997:505;-1:-1:-1;;;;;;;6997:505:207:o;7507:184::-;-1:-1:-1;;;7556:1:207;7549:88;7656:4;7653:1;7646:15;7680:4;7677:1;7670:15;7696:433;7927:6;7916:9;7909:25;7970:6;7965:2;7954:9;7950:18;7943:34;8013:6;8008:2;7997:9;7993:18;7986:34;8056:3;8051:2;8040:9;8036:18;8029:31;7890:4;8077:46;8118:3;8107:9;8103:19;8095:6;8077:46;:::i;8134:512::-;8328:4;-1:-1:-1;;;;;8438:2:207;8430:6;8426:15;8415:9;8408:34;8490:2;8482:6;8478:15;8473:2;8462:9;8458:18;8451:43;;8530:6;8525:2;8514:9;8510:18;8503:34;8573:3;8568:2;8557:9;8553:18;8546:31;8594:46;8635:3;8624:9;8620:19;8612:6;8594:46;:::i;8651:249::-;8720:6;8773:2;8761:9;8752:7;8748:23;8744:32;8741:52;;;8789:1;8786;8779:12;8741:52;8821:9;8815:16;8840:30;8864:5;8840:30;:::i;8905:184::-;-1:-1:-1;;;8954:1:207;8947:88;9054:4;9051:1;9044:15;9078:4;9075:1;9068:15;9094:125;9159:9;;;9180:10;;;9177:36;;;9193:18;;:::i;9224:439::-;9277:3;9315:5;9309:12;9342:6;9337:3;9330:19;9368:4;9397;9392:3;9388:14;9381:21;;9436:4;9429:5;9425:16;9459:1;9469:169;9483:6;9480:1;9477:13;9469:169;;;9544:13;;9532:26;;9578:12;;;;9613:15;;;;9505:1;9498:9;9469:169;;;-1:-1:-1;9654:3:207;;9224:439;-1:-1:-1;;;;;9224:439:207:o;9668:441::-;9930:6;9919:9;9912:25;9973:2;9968;9957:9;9953:18;9946:30;9893:4;9993:56;10045:2;10034:9;10030:18;10022:6;9993:56;:::i;:::-;9985:64;;10097:4;10089:6;10085:17;10080:2;10069:9;10065:18;10058:45;9668:441;;;;;;:::o;10114:647::-;10193:6;10246:2;10234:9;10225:7;10221:23;10217:32;10214:52;;;10262:1;10259;10252:12;10214:52;10295:9;10289:16;10328:18;10320:6;10317:30;10314:50;;;10360:1;10357;10350:12;10314:50;10383:22;;10436:4;10428:13;;10424:27;-1:-1:-1;10414:55:207;;10465:1;10462;10455:12;10414:55;10494:2;10488:9;10519:48;10535:31;10563:2;10535:31;:::i;10519:48::-;10590:2;10583:5;10576:17;10630:7;10625:2;10620;10616;10612:11;10608:20;10605:33;10602:53;;;10651:1;10648;10641:12;10602:53;10664:67;10728:2;10723;10716:5;10712:14;10707:2;10703;10699:11;10664:67;:::i;11870:357::-;11988:12;;12035:4;12024:16;;;12018:23;;11988:12;12053:16;;12050:171;;;-1:-1:-1;;12133:6:207;12127:4;12123:17;12120:1;12116:25;12112:98;12105:5;12101:110;12092:119;;12050:171;;11870:357;;;:::o;12565:340::-;12742:2;12731:9;12724:21;12705:4;12762:45;12803:2;12792:9;12788:18;12780:6;12762:45;:::i;:::-;12754:53;;-1:-1:-1;;;;;12847:6:207;12843:55;12838:2;12827:9;12823:18;12816:83;12565:340;;;;;:::o;12910:545::-;13231:6;13220:9;13213:25;13274:3;13269:2;13258:9;13254:18;13247:31;13194:4;13295:57;13347:3;13336:9;13332:19;13324:6;13295:57;:::i;:::-;13400:4;13388:17;;;;13383:2;13368:18;;13361:45;-1:-1:-1;13437:2:207;13422:18;13415:34;13287:65;12910:545;-1:-1:-1;;12910:545:207:o;13460:184::-;13530:6;13583:2;13571:9;13562:7;13558:23;13554:32;13551:52;;;13599:1;13596;13589:12;13551:52;-1:-1:-1;13622:16:207;;13460:184;-1:-1:-1;13460:184:207:o;13855:707::-;14222:6;14211:9;14204:25;14265:3;14260:2;14249:9;14245:18;14238:31;14185:4;14292:57;14344:3;14333:9;14329:19;14321:6;14292:57;:::i;:::-;14397:4;14389:6;14385:17;14380:2;14369:9;14365:18;14358:45;14451:9;14443:6;14439:22;14434:2;14423:9;14419:18;14412:50;14479:33;14505:6;14497;14479:33;:::i;:::-;14471:41;;;14549:6;14543:3;14532:9;14528:19;14521:35;13855:707;;;;;;;;:::o;14567:925::-;15016:66;15008:6;15004:79;14999:3;14992:92;14974:3;15103;15135:2;15131:1;15126:3;15122:11;15115:23;15167:6;15161:13;15183:74;15250:6;15246:1;15241:3;15237:11;15230:4;15222:6;15218:17;15183:74;:::i;:::-;15285:6;15280:3;15276:16;15266:26;;15320:2;15316:1;15312:2;15308:10;15301:22;15354:6;15348:13;15332:29;;15370:75;15436:8;15432:1;15428:2;15424:10;15417:4;15409:6;15405:17;15370:75;:::i;:::-;15465:17;15484:1;15461:25;;14567:925;-1:-1:-1;;;;;14567:925:207:o;15497:639::-;15747:6;15742:3;15735:19;15717:3;15773:2;15806;15801:3;15797:12;15838:6;15832:13;15903:2;15895:6;15891:15;15924:1;15934:175;15948:6;15945:1;15942:13;15934:175;;;16011:13;;15997:28;;16047:14;;;;16084:15;;;;15970:1;15963:9;15934:175;;;-1:-1:-1;16125:5:207;;15497:639;-1:-1:-1;;;;;;;15497:639:207:o;16401:184::-;-1:-1:-1;;;16450:1:207;16443:88;16550:4;16547:1;16540:15;16574:4;16571:1;16564:15;16590:512;16841:2;16830:9;16823:21;16804:4;16867:56;16919:2;16908:9;16904:18;16896:6;16867:56;:::i;:::-;16971:14;16963:6;16959:27;16954:2;16943:9;16939:18;16932:55;17035:9;17027:6;17023:22;17018:2;17007:9;17003:18;16996:50;17063:33;17089:6;17081;17063:33;:::i;17107:616::-;17417:6;17406:9;17399:25;17460:3;17455:2;17444:9;17440:18;17433:31;17380:4;17487:57;17539:3;17528:9;17524:19;17516:6;17487:57;:::i;:::-;17592:14;17584:6;17580:27;17575:2;17564:9;17560:18;17553:55;17656:9;17648:6;17644:22;17639:2;17628:9;17624:18;17617:50;17684:33;17710:6;17702;17684:33;:::i;17728:360::-;17931:2;17920:9;17913:21;17894:4;17951:45;17992:2;17981:9;17977:18;17969:6;17951:45;:::i;:::-;18027:2;18012:18;;18005:34;;;;-1:-1:-1;18070:2:207;18055:18;18048:34;17943:53;17728:360;-1:-1:-1;17728:360:207:o;18093:128::-;18160:9;;;18181:11;;;18178:37;;;18195:18;;:::i","linkReferences":{}},"methodIdentifiers":{"_msgSender()":"119df25f","_msgValue()":"45ec9354","_world()":"e1af802c","approve(address,uint256)":"095ea7b3","balanceOf(address)":"70a08231","burn(uint256)":"42966c68","getApproved(uint256)":"081812fc","isApprovedForAll(address,address)":"e985e9c5","mint(address,uint256)":"40c10f19","name()":"06fdde03","ownerOf(uint256)":"6352211e","safeMint(address,uint256)":"a1448194","safeMint(address,uint256,bytes)":"8832e6e3","safeTransferFrom(address,address,uint256)":"42842e0e","safeTransferFrom(address,address,uint256,bytes)":"b88d4fde","setApprovalForAll(address,bool)":"a22cb465","supportsInterface(bytes4)":"01ffc9a7","symbol()":"95d89b41","tokenURI(uint256)":"c87b56dd","transferFrom(address,address,uint256)":"23b872dd"},"rawMetadata":"{\"compiler\":{\"version\":\"0.8.24+commit.e11b9ed9\"},\"language\":\"Solidity\",\"output\":{\"abi\":[{\"inputs\":[{\"internalType\":\"address\",\"name\":\"sender\",\"type\":\"address\"},{\"internalType\":\"uint256\",\"name\":\"tokenId\",\"type\":\"uint256\"},{\"internalType\":\"address\",\"name\":\"owner\",\"type\":\"address\"}],\"name\":\"ERC721IncorrectOwner\",\"type\":\"error\"},{\"inputs\":[{\"internalType\":\"address\",\"name\":\"operator\",\"type\":\"address\"},{\"internalType\":\"uint256\",\"name\":\"tokenId\",\"type\":\"uint256\"}],\"name\":\"ERC721InsufficientApproval\",\"type\":\"error\"},{\"inputs\":[{\"internalType\":\"address\",\"name\":\"approver\",\"type\":\"address\"}],\"name\":\"ERC721InvalidApprover\",\"type\":\"error\"},{\"inputs\":[{\"internalType\":\"address\",\"name\":\"operator\",\"type\":\"address\"}],\"name\":\"ERC721InvalidOperator\",\"type\":\"error\"},{\"inputs\":[{\"internalType\":\"address\",\"name\":\"owner\",\"type\":\"address\"}],\"name\":\"ERC721InvalidOwner\",\"type\":\"error\"},{\"inputs\":[{\"internalType\":\"address\",\"name\":\"receiver\",\"type\":\"address\"}],\"name\":\"ERC721InvalidReceiver\",\"type\":\"error\"},{\"inputs\":[{\"internalType\":\"address\",\"name\":\"sender\",\"type\":\"address\"}],\"name\":\"ERC721InvalidSender\",\"type\":\"error\"},{\"inputs\":[{\"internalType\":\"uint256\",\"name\":\"tokenId\",\"type\":\"uint256\"}],\"name\":\"ERC721NonexistentToken\",\"type\":\"error\"},{\"inputs\":[{\"internalType\":\"address\",\"name\":\"systemAddress\",\"type\":\"address\"},{\"internalType\":\"ResourceId\",\"name\":\"systemId\",\"type\":\"bytes32\"}],\"name\":\"PuppetMaster_NoPuppet\",\"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\":\"string\",\"name\":\"resource\",\"type\":\"string\"},{\"internalType\":\"address\",\"name\":\"caller\",\"type\":\"address\"}],\"name\":\"World_AccessDenied\",\"type\":\"error\"},{\"anonymous\":false,\"inputs\":[{\"indexed\":true,\"internalType\":\"address\",\"name\":\"owner\",\"type\":\"address\"},{\"indexed\":true,\"internalType\":\"address\",\"name\":\"approved\",\"type\":\"address\"},{\"indexed\":true,\"internalType\":\"uint256\",\"name\":\"tokenId\",\"type\":\"uint256\"}],\"name\":\"Approval\",\"type\":\"event\"},{\"anonymous\":false,\"inputs\":[{\"indexed\":true,\"internalType\":\"address\",\"name\":\"owner\",\"type\":\"address\"},{\"indexed\":true,\"internalType\":\"address\",\"name\":\"operator\",\"type\":\"address\"},{\"indexed\":false,\"internalType\":\"bool\",\"name\":\"approved\",\"type\":\"bool\"}],\"name\":\"ApprovalForAll\",\"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\":\"address\",\"name\":\"from\",\"type\":\"address\"},{\"indexed\":true,\"internalType\":\"address\",\"name\":\"to\",\"type\":\"address\"},{\"indexed\":true,\"internalType\":\"uint256\",\"name\":\"tokenId\",\"type\":\"uint256\"}],\"name\":\"Transfer\",\"type\":\"event\"},{\"inputs\":[],\"name\":\"_msgSender\",\"outputs\":[{\"internalType\":\"address\",\"name\":\"sender\",\"type\":\"address\"}],\"stateMutability\":\"view\",\"type\":\"function\"},{\"inputs\":[],\"name\":\"_msgValue\",\"outputs\":[{\"internalType\":\"uint256\",\"name\":\"value\",\"type\":\"uint256\"}],\"stateMutability\":\"pure\",\"type\":\"function\"},{\"inputs\":[],\"name\":\"_world\",\"outputs\":[{\"internalType\":\"address\",\"name\":\"\",\"type\":\"address\"}],\"stateMutability\":\"view\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"address\",\"name\":\"to\",\"type\":\"address\"},{\"internalType\":\"uint256\",\"name\":\"tokenId\",\"type\":\"uint256\"}],\"name\":\"approve\",\"outputs\":[],\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"address\",\"name\":\"owner\",\"type\":\"address\"}],\"name\":\"balanceOf\",\"outputs\":[{\"internalType\":\"uint256\",\"name\":\"\",\"type\":\"uint256\"}],\"stateMutability\":\"view\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"uint256\",\"name\":\"tokenId\",\"type\":\"uint256\"}],\"name\":\"burn\",\"outputs\":[],\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"uint256\",\"name\":\"tokenId\",\"type\":\"uint256\"}],\"name\":\"getApproved\",\"outputs\":[{\"internalType\":\"address\",\"name\":\"\",\"type\":\"address\"}],\"stateMutability\":\"view\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"address\",\"name\":\"owner\",\"type\":\"address\"},{\"internalType\":\"address\",\"name\":\"operator\",\"type\":\"address\"}],\"name\":\"isApprovedForAll\",\"outputs\":[{\"internalType\":\"bool\",\"name\":\"\",\"type\":\"bool\"}],\"stateMutability\":\"view\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"address\",\"name\":\"to\",\"type\":\"address\"},{\"internalType\":\"uint256\",\"name\":\"tokenId\",\"type\":\"uint256\"}],\"name\":\"mint\",\"outputs\":[],\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"inputs\":[],\"name\":\"name\",\"outputs\":[{\"internalType\":\"string\",\"name\":\"\",\"type\":\"string\"}],\"stateMutability\":\"view\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"uint256\",\"name\":\"tokenId\",\"type\":\"uint256\"}],\"name\":\"ownerOf\",\"outputs\":[{\"internalType\":\"address\",\"name\":\"\",\"type\":\"address\"}],\"stateMutability\":\"view\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"address\",\"name\":\"to\",\"type\":\"address\"},{\"internalType\":\"uint256\",\"name\":\"tokenId\",\"type\":\"uint256\"},{\"internalType\":\"bytes\",\"name\":\"data\",\"type\":\"bytes\"}],\"name\":\"safeMint\",\"outputs\":[],\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"address\",\"name\":\"to\",\"type\":\"address\"},{\"internalType\":\"uint256\",\"name\":\"tokenId\",\"type\":\"uint256\"}],\"name\":\"safeMint\",\"outputs\":[],\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"address\",\"name\":\"from\",\"type\":\"address\"},{\"internalType\":\"address\",\"name\":\"to\",\"type\":\"address\"},{\"internalType\":\"uint256\",\"name\":\"tokenId\",\"type\":\"uint256\"}],\"name\":\"safeTransferFrom\",\"outputs\":[],\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"address\",\"name\":\"from\",\"type\":\"address\"},{\"internalType\":\"address\",\"name\":\"to\",\"type\":\"address\"},{\"internalType\":\"uint256\",\"name\":\"tokenId\",\"type\":\"uint256\"},{\"internalType\":\"bytes\",\"name\":\"data\",\"type\":\"bytes\"}],\"name\":\"safeTransferFrom\",\"outputs\":[],\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"address\",\"name\":\"operator\",\"type\":\"address\"},{\"internalType\":\"bool\",\"name\":\"approved\",\"type\":\"bool\"}],\"name\":\"setApprovalForAll\",\"outputs\":[],\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"bytes4\",\"name\":\"interfaceId\",\"type\":\"bytes4\"}],\"name\":\"supportsInterface\",\"outputs\":[{\"internalType\":\"bool\",\"name\":\"\",\"type\":\"bool\"}],\"stateMutability\":\"pure\",\"type\":\"function\"},{\"inputs\":[],\"name\":\"symbol\",\"outputs\":[{\"internalType\":\"string\",\"name\":\"\",\"type\":\"string\"}],\"stateMutability\":\"view\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"uint256\",\"name\":\"tokenId\",\"type\":\"uint256\"}],\"name\":\"tokenURI\",\"outputs\":[{\"internalType\":\"string\",\"name\":\"\",\"type\":\"string\"}],\"stateMutability\":\"view\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"address\",\"name\":\"from\",\"type\":\"address\"},{\"internalType\":\"address\",\"name\":\"to\",\"type\":\"address\"},{\"internalType\":\"uint256\",\"name\":\"tokenId\",\"type\":\"uint256\"}],\"name\":\"transferFrom\",\"outputs\":[],\"stateMutability\":\"nonpayable\",\"type\":\"function\"}],\"devdoc\":{\"errors\":{\"ERC721IncorrectOwner(address,uint256,address)\":[{\"details\":\"Indicates an error related to the ownership over a particular token. Used in transfers.\",\"params\":{\"owner\":\"Address of the current owner of a token.\",\"sender\":\"Address whose tokens are being transferred.\",\"tokenId\":\"Identifier number of a token.\"}}],\"ERC721InsufficientApproval(address,uint256)\":[{\"details\":\"Indicates a failure with the `operator`\\u2019s approval. Used in transfers.\",\"params\":{\"operator\":\"Address that may be allowed to operate on tokens without being their owner.\",\"tokenId\":\"Identifier number of a token.\"}}],\"ERC721InvalidApprover(address)\":[{\"details\":\"Indicates a failure with the `approver` of a token to be approved. Used in approvals.\",\"params\":{\"approver\":\"Address initiating an approval operation.\"}}],\"ERC721InvalidOperator(address)\":[{\"details\":\"Indicates a failure with the `operator` to be approved. Used in approvals.\",\"params\":{\"operator\":\"Address that may be allowed to operate on tokens without being their owner.\"}}],\"ERC721InvalidOwner(address)\":[{\"details\":\"Indicates that an address can't be an owner. For example, `address(0)` is a forbidden owner in EIP-20. Used in balance queries.\",\"params\":{\"owner\":\"Address of the current owner of a token.\"}}],\"ERC721InvalidReceiver(address)\":[{\"details\":\"Indicates a failure with the token `receiver`. Used in transfers.\",\"params\":{\"receiver\":\"Address to which tokens are being transferred.\"}}],\"ERC721InvalidSender(address)\":[{\"details\":\"Indicates a failure with the token `sender`. Used in transfers.\",\"params\":{\"sender\":\"Address whose tokens are being transferred.\"}}],\"ERC721NonexistentToken(uint256)\":[{\"details\":\"Indicates a `tokenId` whose `owner` is the zero address.\",\"params\":{\"tokenId\":\"Identifier number of a token.\"}}],\"World_AccessDenied(string,address)\":[{\"params\":{\"caller\":\"The address of the user trying to access the resource.\",\"resource\":\"The resource's identifier.\"}}]},\"events\":{\"Approval(address,address,uint256)\":{\"details\":\"Emitted when `owner` enables `approved` to manage the `tokenId` token.\"},\"ApprovalForAll(address,address,bool)\":{\"details\":\"Emitted when `owner` enables or disables (`approved`) `operator` to manage all of its assets.\"},\"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.\"}},\"Transfer(address,address,uint256)\":{\"details\":\"Emitted when `tokenId` token is transferred from `from` to `to`.\"}},\"kind\":\"dev\",\"methods\":{\"_msgSender()\":{\"returns\":{\"sender\":\"The `msg.sender` in the call to the World contract before the World routed the call to the WorldContextConsumer contract.\"}},\"_msgValue()\":{\"returns\":{\"value\":\"The `msg.value` in the call to the World contract before the World routed the call to the WorldContextConsumer contract.\"}},\"_world()\":{\"returns\":{\"_0\":\"The address of the World contract that routed the call to this WorldContextConsumer.\"}},\"approve(address,uint256)\":{\"details\":\"See {IERC721-approve}.\"},\"balanceOf(address)\":{\"details\":\"See {IERC721-balanceOf}.\"},\"burn(uint256)\":{\"details\":\"Destroys `tokenId`. The approval is cleared when the token is burned. Requirements: - caller must own the namespace - `tokenId` must exist. Emits a {Transfer} event.\"},\"getApproved(uint256)\":{\"details\":\"See {IERC721-getApproved}.\"},\"isApprovedForAll(address,address)\":{\"details\":\"See {IERC721-isApprovedForAll}.\"},\"mint(address,uint256)\":{\"details\":\"Mints `tokenId` and transfers it to `to`. Requirements: - caller must own the namespace - `tokenId` must not exist. - `to` cannot be the zero address. Emits a {Transfer} event.\"},\"name()\":{\"details\":\"See {IERC721Metadata-name}.\"},\"ownerOf(uint256)\":{\"details\":\"See {IERC721-ownerOf}.\"},\"safeMint(address,uint256)\":{\"details\":\"Mints `tokenId`, transfers it to `to` and checks for `to` acceptance. Requirements: - caller must own the namespace - `tokenId` must not exist. - If `to` refers to a smart contract, it must implement {IERC721Receiver-onERC721Received}, which is called upon a safe transfer. Emits a {Transfer} event.\"},\"safeMint(address,uint256,bytes)\":{\"details\":\"Same as {xref-ERC721-safeMint-address-uint256-}[`safeMint`], with an additional `data` parameter which is forwarded in {IERC721Receiver-onERC721Received} to contract recipients.\"},\"safeTransferFrom(address,address,uint256)\":{\"details\":\"See {IERC721-safeTransferFrom}.\"},\"safeTransferFrom(address,address,uint256,bytes)\":{\"details\":\"See {IERC721-safeTransferFrom}.\"},\"setApprovalForAll(address,bool)\":{\"details\":\"See {IERC721-setApprovalForAll}.\"},\"supportsInterface(bytes4)\":{\"params\":{\"interfaceId\":\"The ID of the interface in question.\"},\"returns\":{\"_0\":\"True if the interface is supported, false otherwise.\"}},\"symbol()\":{\"details\":\"See {IERC721Metadata-symbol}.\"},\"tokenURI(uint256)\":{\"details\":\"See {IERC721Metadata-tokenURI}.\"},\"transferFrom(address,address,uint256)\":{\"details\":\"See {IERC721-transferFrom}.\"}},\"version\":1},\"userdoc\":{\"errors\":{\"World_AccessDenied(string,address)\":[{\"notice\":\"Raised when a user tries to access a resource they don't have permission for.\"}]},\"events\":{\"Store_SpliceStaticData(bytes32,bytes32[],uint48,bytes)\":{\"notice\":\"Emitted when static data in the store is spliced.\"}},\"kind\":\"user\",\"methods\":{\"_msgSender()\":{\"notice\":\"Extract the `msg.sender` from the context appended to the calldata.\"},\"_msgValue()\":{\"notice\":\"Extract the `msg.value` from the context appended to the calldata.\"},\"_world()\":{\"notice\":\"Get the address of the World contract that routed the call to this WorldContextConsumer.\"},\"supportsInterface(bytes4)\":{\"notice\":\"Checks if an interface is supported by the contract. using ERC-165 supportsInterface (see https://eips.ethereum.org/EIPS/eip-165)\"}},\"version\":1}},\"settings\":{\"compilationTarget\":{\"src/modules/erc721-puppet/ERC721System.sol\":\"ERC721System\"},\"evmVersion\":\"paris\",\"libraries\":{},\"metadata\":{\"bytecodeHash\":\"none\"},\"optimizer\":{\"enabled\":true,\"runs\":3000},\"remappings\":[\":@latticexyz/=node_modules/@latticexyz/\",\":ds-test/=node_modules/ds-test/src/\",\":forge-std/=node_modules/forge-std/src/\"]},\"sources\":{\"node_modules/@latticexyz/schema-type/src/solidity/SchemaType.sol\":{\"keccak256\":\"0x650927696f7518fa216f2d6001835e9fdb419518034c781e86d2a2d33f4ecd2a\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://72e91ac32ed00d36bd22fefeaf4ce1e9420143ddab7080eeb720c668a117bf44\",\"dweb:/ipfs/QmdVqn18WZvx5p84MDJPsB5tfVoXDR86wzm4sLx6WrGYYL\"]},\"node_modules/@latticexyz/store/src/Bytes.sol\":{\"keccak256\":\"0xf506b8e9521a2173ae51aca038b86f705ac6c10fc6361c5df32ea37c7218fdbd\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://9ce5626141f377ea6c9477a27205fa23013c321423950a97f75a2685ac401c55\",\"dweb:/ipfs/QmfYjQmUcQUm46dRHbiYkUnoBokHuS58WZUd8oSdGKKohy\"]},\"node_modules/@latticexyz/store/src/FieldLayout.sol\":{\"keccak256\":\"0xc6aa930fb9a3df986870e3c77e567cabff12ae5e7b2c2af69669390e018d3728\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://a8d6d40675ddd6575538cfa915f73fc8379f4c154b034220df2cf6b7be6d9baf\",\"dweb:/ipfs/QmS7RNEDNBq6YwVJ1gPfs36CJg9d6h5MaxPRtuL3726uEK\"]},\"node_modules/@latticexyz/store/src/Hook.sol\":{\"keccak256\":\"0x6041a89e90293b15acf91378e329815cb857d79f0b384918cd97292378ed5c09\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://0e263d3c8230b4a4852e3b66058e9c36e946cf64471ffd0ac7f54b7a37f329f4\",\"dweb:/ipfs/QmdCnZE1G5PX4ZswUiR6t2DWMRDbVdJYaCzbCF4hbDTKc2\"]},\"node_modules/@latticexyz/store/src/IERC165.sol\":{\"keccak256\":\"0x0efbf9afc716c585621482221f75e5bd60bcf0e813c9f7800d7c0309dcc3c927\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://31b6aeb5446a0a0d5bd71be15a68c5bde94b08c961369203b83c8abe36f401d2\",\"dweb:/ipfs/QmXhComne4es9ZMKaGNqHCdJZrFoFssxMYgLaqvCXPL1Mg\"]},\"node_modules/@latticexyz/store/src/IStore.sol\":{\"keccak256\":\"0xa95a7b8095a313078abe9b3953fa4512aac88ead4526e37023583cb5dc274cb3\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://8a878403e5133ec5f250d752e7b7495e2b13420cd3a42fb59aa6d5f8ee6d188b\",\"dweb:/ipfs/QmUGxeD5Y7B5goNNgFcgaAakjoSr4YtVaE3CMAypRUZGmc\"]},\"node_modules/@latticexyz/store/src/IStoreData.sol\":{\"keccak256\":\"0x174b2e5a5f80094d752cd2a36f1fbdf50e81b1e203216b9e5a6f33e02d606cec\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://59e6de780b55c1937a7148d3cc07ec137c3e2f243f331ba0b70f3262d919c1cb\",\"dweb:/ipfs/QmTJbh6ybPsZE9pFziTztstWxmh6ogUgMa6E81M6PMTA6g\"]},\"node_modules/@latticexyz/store/src/IStoreErrors.sol\":{\"keccak256\":\"0x4b471eb3b98a51f15992f7e4cfb7a7d8e842410f081ea03ef85d3a7b34c35f79\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://e7e82faaea290036677562d8a3a8502f5f871b1368b58ac38897e0ef67216d84\",\"dweb:/ipfs/QmfCj4CtNZ7LYkWUAYcMoyp3X7PFJkUjXgBwbzXkbkDFL6\"]},\"node_modules/@latticexyz/store/src/IStoreEvents.sol\":{\"keccak256\":\"0xfdeeba7e17c947285610d49d85d402cfe5286c046814f827c1aaa37636c16d8f\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://5fde8b7c7caf4dcdcb524565cb8745d897d4d22d88fa0744f9db4b3d36a1eee1\",\"dweb:/ipfs/QmbUe4pfJeRqiiPz31BKWbYv12cz8Lz3Ky5yKydtTb4FY9\"]},\"node_modules/@latticexyz/store/src/IStoreHook.sol\":{\"keccak256\":\"0x677224ab340753edf523ccff8c9d6ede987addbf0d7bc13d0e479306f3866a99\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://6c0285a7684490d6e65d6f91b3631abdafb135d200ea9068e730dd98017a305e\",\"dweb:/ipfs/QmcURHZiMGnSET9P2iSgph22F6iFdoDbN4WmJsHxTAT5G9\"]},\"node_modules/@latticexyz/store/src/IStoreRead.sol\":{\"keccak256\":\"0xe246addf70a3fe65f19e2ab0048d48785bc2ef2f75884eeade151aef59ff5449\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://389022221307160febdec33a7fbdd82fcfbdd1fa6f9b1c67ffe3bf0467d2c924\",\"dweb:/ipfs/QmWunXryDsJZJBwdXxKetRH1vB4tkwTXsdzoM4nePGVvaA\"]},\"node_modules/@latticexyz/store/src/IStoreRegistration.sol\":{\"keccak256\":\"0xf6d2871ca67aacadfd5dd4caef45440a571d932e68a04466f2674e481e79e167\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://260067ed037789d073f407db1d416171e33c79e9b584090794d05e990ee88b67\",\"dweb:/ipfs/QmbAA4Ynfy5aQv71JkZrPcdt2iqc3NK8DcAL1mnx7M1WYC\"]},\"node_modules/@latticexyz/store/src/IStoreWrite.sol\":{\"keccak256\":\"0x7f6d8a25eea4a9d51de396ff64215e2567b29ce607538f04ec1a4ae2efb591bc\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://8ae6e34ba2e92bd3cb8dd556838f4e3caa6c3feaf9e2d63649afa944cb5e3263\",\"dweb:/ipfs/QmR1oNRLp87pnrnxrujdT7JU1Gzwq22rVukKUkXmwNBVSC\"]},\"node_modules/@latticexyz/store/src/Memory.sol\":{\"keccak256\":\"0x79954fa7614943899ad13b27ca0c2bf27c996d7b82a0e347afa48d7a4bbc6e2d\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://34f7d6e209bcc6e379e004ae5a03f909e23e4e87956205610f4e39969b968912\",\"dweb:/ipfs/QmZQeHDwtUBEpTSWn9L7AZ1id6dUbEHmLo6Cj3f9jKRqVM\"]},\"node_modules/@latticexyz/store/src/PackedCounter.sol\":{\"keccak256\":\"0x6dc7a614a120b1940ca8de1924e59895a42ef5f0e22d81a9221790fd76687c2e\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://b638521a9590a62c4e976f12be43d0370246836b90227cbf2e306888331986f6\",\"dweb:/ipfs/QmcEpcjHhL9rawjJRuMJvtTv3YwN2ggYsQHXZeoF88VRFX\"]},\"node_modules/@latticexyz/store/src/ResourceId.sol\":{\"keccak256\":\"0xdca93829ef7e90c12678d3b7bcafee1d3ec9499abfc76c91edd188a8923f4f18\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://3193518ae917765035c845266de41ccebde7a7a06ee6fd7f000534a530975ab2\",\"dweb:/ipfs/QmYr9dCG2HKUMrXHevyRanqsPRHYpD2dnpgZkvwZYqWHe9\"]},\"node_modules/@latticexyz/store/src/Schema.sol\":{\"keccak256\":\"0x21d008da9dd112938ad5381264dce39be7855002076afa01d78dc6421a951fd8\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://1af33c3d662d6ba193987ec62c865e05b53ced4904bff9a5729ab3ada2ca3a99\",\"dweb:/ipfs/QmUSXF3R7LwQWW8P6BZCrt3MAgGN5UwiiaHB3DGCSBZLL5\"]},\"node_modules/@latticexyz/store/src/Slice.sol\":{\"keccak256\":\"0x1f04af14e5040f71bd3daa79b90245a275e52f8d0294c17ae5bfe9aa727651a5\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://d76533959ded2f58434ae9f89fe8c3ff66095ec94e829f89914b362751799e3a\",\"dweb:/ipfs/Qmb1e12g6Sku2u1R96qei1GhqSNi1sZhKRCb111SyNk1ta\"]},\"node_modules/@latticexyz/store/src/Storage.sol\":{\"keccak256\":\"0x48c9749d33f06406b8033b3df67002836d1b356c6ae8282865e7b437941ed61f\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://931e1275db62ba2f9410ee8a8ab384ece2a7031cdf446c50696078f9da24a04d\",\"dweb:/ipfs/QmTXzyjLNj5KuJUHfe1T3awroK5DLkCU4dm6RR4pSUVrfE\"]},\"node_modules/@latticexyz/store/src/StoreCore.sol\":{\"keccak256\":\"0x7cafc150d77cb46ecb49b1a1a7d43cc17e21a095596cf544cc8ba6bfe7ed7f20\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://889cadacfbc667e10a7a83ac34e858c76d0472d04cad72c7691a84879e503ce3\",\"dweb:/ipfs/Qmcm6GFFoGFw2nmuz3Z2NRAgqfBPFZixHppmQzZM4Fy3sR\"]},\"node_modules/@latticexyz/store/src/StoreSwitch.sol\":{\"keccak256\":\"0xbe5cb815a5d073d1d94fc73a3a02a151ffb4e9ce299f00580c6c2d9cd339d7c9\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://b7416ec2aeef38b06c4e559dc3e76fa8cd51f54c06cc58aeed613f44dfd3c3ff\",\"dweb:/ipfs/QmRp6ZmUckpmGKG31wyZSxtgmUJZS2y85sRP2UU9Foajn7\"]},\"node_modules/@latticexyz/store/src/codegen/index.sol\":{\"keccak256\":\"0xa59c43271d363f2366d6f6732ae586b1a36a3ffa4906b8f5cbbf19d3d314562c\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://2bd7c9f8f9ad579a8dfec566b2bd2e646f8065ce8a07e6732e11a4a3a2be7787\",\"dweb:/ipfs/QmWBwZGnYYxEiRjFKSsu1mFtCWJYw3XSojhn7zmc5YE4vG\"]},\"node_modules/@latticexyz/store/src/codegen/tables/Hooks.sol\":{\"keccak256\":\"0x2e81480e081ce6ad4917ecc634e5c9b7a5674068992ae8d9088f0f6296da3bf7\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://2acfdee4dd4c0347ec214273184f267db0e7edc82e586600501d13581dbb5551\",\"dweb:/ipfs/QmcD945zNdGfkwKVvKHA2fpBGictaz4cVMnNm96SmTG5qY\"]},\"node_modules/@latticexyz/store/src/codegen/tables/ResourceIds.sol\":{\"keccak256\":\"0x29ed1bd962e594e00a9b921ddbbb202a47206adbece718721483a69593b88763\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://786df2eca996d18660a4ea7d059dfb8c8476fe5cc8f14e0ce5c8f237e08444ea\",\"dweb:/ipfs/QmQ8dbVA2rMgcb9rznHVjn8DGH9U8bZuHmebukjkYxs2Av\"]},\"node_modules/@latticexyz/store/src/codegen/tables/StoreHooks.sol\":{\"keccak256\":\"0xe9c42e51b6d20496dde8e8013680ec4a4ea1229fd57f0364a2a061c14c1c115b\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://2bcbeeb7b3de32fc68102f7875d71348d5a0171dbb50937d6ebeb28dd10d4ed4\",\"dweb:/ipfs/QmPY91z4D25KGLU2nhnZgb538Mh1mi46RbwHQB8kZvXd4h\"]},\"node_modules/@latticexyz/store/src/codegen/tables/Tables.sol\":{\"keccak256\":\"0xf80e355b361d29b0169483074b73e2502b228d539d5b3511239edfa9644ae270\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://067d0b61a94453ed29f985cee8d237b46ef1c95f790848a927951e951ebe5a44\",\"dweb:/ipfs/QmVjF2vEnRXzq1GHXwXd9iHJAfyrZNA2wAuygpZv6dGRTB\"]},\"node_modules/@latticexyz/store/src/constants.sol\":{\"keccak256\":\"0x2fe1752ecfb01c2de84cd9ae0c47fef85f9f0a7668ae31dc8b19724570eaad50\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://cb90fb960543d00b37df49274c3b7bda6f2c8fb1b363226610f6de7f5bffc7c2\",\"dweb:/ipfs/Qmc1ZQ6xPm8jXaWbc9Lakq2uZxY3pqtVC8r3WnNDFgLGTN\"]},\"node_modules/@latticexyz/store/src/rightMask.sol\":{\"keccak256\":\"0xbde7a13eb04663ffd62c3eac929abde4bf8d4fb4c434e510782af01045b78410\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://3b629c78d8e194824b07bbf66f62d5bb94ce883100f5523cb545d3e980792f38\",\"dweb:/ipfs/QmWCRbCT55mnusK1abavXvwM4uN9QStcML4ZgjUG9L6V8S\"]},\"node_modules/@latticexyz/store/src/storeHookTypes.sol\":{\"keccak256\":\"0xcc16f330a9cb5f9f095e2bfc62c67818f2b91a229223c64c87891f1cebfc0305\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://1384e4acac4553089859ff1368f358e5c81ceba986a902e5ec082801de097f64\",\"dweb:/ipfs/QmXcEESML4KRKCfwxvC3tsW9jiA8PE7pxPuZ8L1t1wiNby\"]},\"node_modules/@latticexyz/store/src/storeResourceTypes.sol\":{\"keccak256\":\"0x515001322ebb9b58c62be0bd96ba65dc82841cc550533f283813ad24baaf2554\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://b014d298897dfc75189c10f5e3d970d8368db734c545f6c7d4833cec9c7117eb\",\"dweb:/ipfs/Qmcs7rTdh6zVyDHczXW6mEJqVmndZZTDSjNC1jouf43hTX\"]},\"node_modules/@latticexyz/store/src/tightcoder/DecodeSlice.sol\":{\"keccak256\":\"0xcf8e6e16b76972b6a96ea6b428d7298fc174a840fc8c5c09b6fe2030d31600d7\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://025cf5112618018efd416155c9df257cd28447629bd79c0c37655a8e22c0e4f4\",\"dweb:/ipfs/QmaqeqzGVrAK6rQqQgCzs8UJMWrWmR52jqzN8jqRdaY1kT\"]},\"node_modules/@latticexyz/store/src/tightcoder/EncodeArray.sol\":{\"keccak256\":\"0x248c35b8efaf6a0b0229fd81cafcb8fac6a54662187b56b49574b10e9c3ebf29\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://63b6c95da7d63346db3b741f836b20e23f8e46a6245efdfa6443b204edecabcf\",\"dweb:/ipfs/QmY79DfLgvMsTSZJzwbYmzGYE2ajCumu3ruQ2GpDyYbVqY\"]},\"node_modules/@latticexyz/store/src/tightcoder/TightCoder.sol\":{\"keccak256\":\"0x08f257c62602117fe4943580b0a19f19cf696b22000afd927a2159e24625a13a\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://40ee497f86d4192794a5592264e356dcda27bbe275f6a110dfbc3c3b67798205\",\"dweb:/ipfs/QmW98aRsWSvUzwvX8FkweFDrgGS9YKr8KvfnFrT5HkMtvT\"]},\"node_modules/@latticexyz/store/src/version.sol\":{\"keccak256\":\"0x1cf2e205960520ded9a1ac8a6f4e4e25b5153114939adc7acb66122aba88af61\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://7b41a9da0859000750196a14db7352e12fbe0d55e3849a468fe41b23ffa847ed\",\"dweb:/ipfs/QmTjkrru4tcqXx38k49C2ris5ednawtkfdcW5EVRNJYBKU\"]},\"node_modules/@latticexyz/world/src/IERC165.sol\":{\"keccak256\":\"0xe00be0c676fa14949ecc4324ae3e932834b0550e2fabbc813b5aa49cf0e2b695\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://700a595ee72389add0e9aef8ae6c2cafc5336b0dc2c43e580ce4d9546ca0dee3\",\"dweb:/ipfs/QmPfRtR5591tJPSvu9mz9J26qSwEjFm5FK8D99jA3qHZCe\"]},\"node_modules/@latticexyz/world/src/IModule.sol\":{\"keccak256\":\"0x6c11c44fef08d46ca9f291551a42b8576259f65b7e957aef92540ba0acd72909\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://0ffbc3646ea495350939319f5418ba2dd45b6ec809d6b84ed3264e592a9385bd\",\"dweb:/ipfs/QmPCjuQUMWVUPv7vSVfztnymYA9hUP1xRS62FD6iwzGMuo\"]},\"node_modules/@latticexyz/world/src/ISystemHook.sol\":{\"keccak256\":\"0xad31c270fe5bf23869fe4a55a9a8d3372871c595f6b0f9a197e810051ab1bfdc\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://af7acd6a86410c6d2586739e370134265521cf522fec0c3091804c0d0f99a0fc\",\"dweb:/ipfs/QmRRbUbw89Z3tva95UTvxKhFwn5ddYNMiHbVs6Nnmpsty3\"]},\"node_modules/@latticexyz/world/src/IWorldContextConsumer.sol\":{\"keccak256\":\"0xd3645ee90c73dd991659a140c0132c5a2aaf27a296c457737b212d87b2f66402\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://519d81e2bc7233b1488339eaf9220f7eb57086dd3ee8e1831708ebc6e87f00db\",\"dweb:/ipfs/Qmf8RjMxuPXbteMeEB3vstjutsCrmveyBFCjVFt7nSYgtc\"]},\"node_modules/@latticexyz/world/src/IWorldErrors.sol\":{\"keccak256\":\"0x149d3c2b4bbea21047fc8cf79236488764dd8dde6e440dbc37067a8ce8831bbd\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://d2f340a5616cafd1d80e6ef79f1620102d3d64730c6aa19ecdbb4ca86aaa59b2\",\"dweb:/ipfs/QmWoXP1BKj8U3ZXXoiTRENCxVaaCxrKAenwCZbCVbyfaZ7\"]},\"node_modules/@latticexyz/world/src/IWorldKernel.sol\":{\"keccak256\":\"0xf15243b03fdc6e5222aefdaad74fffc909f9058f9d8d6ba06acb797197f74635\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://c3f4ecb21499e677697dbe71002a5e96651fb0d8c279c4065e6441f13a9c75b3\",\"dweb:/ipfs/QmZ7oEHWK85aetzt9uJ3bmJJKLZkK5PoaakxiEDq4xEEww\"]},\"node_modules/@latticexyz/world/src/System.sol\":{\"keccak256\":\"0x1d380574763b720a8950dc0a14d519c2532f9f27c8115116f0a6f7916c9606b3\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://a395df820ee46be3dcdb36682183811a86cdc848dbd56ecc2a21785a42785cf9\",\"dweb:/ipfs/QmeiuzuHjQuv4GHXXiRkBkxhyN7e9Vy19TYfAccnxWej91\"]},\"node_modules/@latticexyz/world/src/WorldContext.sol\":{\"keccak256\":\"0x4b83d5791209b8f39773b07e5f162dfd0617f5f9b5b4bd371c087412e5ad01cf\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://033a3777136e6d5c581efc8bf2535403abe44874409c85d17a353fae6dc56006\",\"dweb:/ipfs/QmaXepBDVnmnMdVzuxbGT2qo5vqWnjB75KNCCdxRehrBMX\"]},\"node_modules/@latticexyz/world/src/WorldResourceId.sol\":{\"keccak256\":\"0xf668eeaecd294a2b8b9e1a771161373af84abe42b8a9820cf9d3092a9a1e64bd\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://01f2939361e51497304e66bdcd9cb33bfea95737fce41ca731f20d3b5dbd5f74\",\"dweb:/ipfs/QmayLveLBSq8axMgbouD411V5BTiYXKbg9ddEpxjcMU4ez\"]},\"node_modules/@latticexyz/world/src/codegen/interfaces/IAccessManagementSystem.sol\":{\"keccak256\":\"0xea5256f37d5f373dc0d008b30a44f46f85d5aa4826c9c9702e3a62cafe4fc00d\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://5f34c70731153f300c4d89b4ddcfd0b02834abf208fcd2ec5863fb1dc5bde74f\",\"dweb:/ipfs/QmdmCzFDr6WmSQ23b2T3aaJhJ6Qvzhc9UaE5z33adciAd4\"]},\"node_modules/@latticexyz/world/src/codegen/interfaces/IBalanceTransferSystem.sol\":{\"keccak256\":\"0xd9ead56302e6ce3f7958983f6652c2712df74ce83cd002248b235769bd5f87d4\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://a925eab29746fdcff87662142f61565d64bfa108ee14a9a5d496413c150533c4\",\"dweb:/ipfs/QmaFXKnfuMbkaZCEz3e2J3Nx49keqvmaGa7QLBvbj1ntYt\"]},\"node_modules/@latticexyz/world/src/codegen/interfaces/IBaseWorld.sol\":{\"keccak256\":\"0x7451726394ea4c39dcca268895499a7d908bd868092cf9b133772077ad5c6a6a\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://c102f036a0ce081255c1088c75e823e5eb5dfdf36ade55d45a6c3914e2a4a5e5\",\"dweb:/ipfs/QmUWEstc4kRhqvUc5sbPyCvy3kvH3hzmH1GrP8MjyQYy3v\"]},\"node_modules/@latticexyz/world/src/codegen/interfaces/IBatchCallSystem.sol\":{\"keccak256\":\"0xd71d9a5a1ee5969cbfc548ddcd01814293d57b5c7f40df0a8ff926df43ec9d9b\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://c6377994ebe168759b1f8ed17d4621720d66259c3ebff77acc2f7cc7dd9fec45\",\"dweb:/ipfs/QmeNaatg7JTe6tLc2RbC28SLEQTJFddXy5xZHmqi9zQ9Jx\"]},\"node_modules/@latticexyz/world/src/codegen/interfaces/IModuleInstallationSystem.sol\":{\"keccak256\":\"0xba969b5b252d1eb26f22908e4581456a6791e02e693cb14f48de35feb31b56f4\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://34fcc11f5a70bcb51ea1ca76587e7dea7dfb940f522c820988212573a9ca32b6\",\"dweb:/ipfs/QmQSgQdJiXMVVSU5woFMC1mAGJBicBeoQUZ5UVX94UjJbX\"]},\"node_modules/@latticexyz/world/src/codegen/interfaces/IRegistrationSystem.sol\":{\"keccak256\":\"0x90d05ad5b6ce321f2d15d93cc6d126c0332afd161cebd008ea115a552bb0e772\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://9a6bd7a337b1a8ca9ce2c853db9003352895697d43bdf8c49da850ee19990aa8\",\"dweb:/ipfs/QmbvpN53672EQZMAfmDEC8bP6MRYUnAqLDRUmkkv6DMrAT\"]},\"node_modules/@latticexyz/world/src/codegen/interfaces/IWorldRegistrationSystem.sol\":{\"keccak256\":\"0xfe79af16bea789b894c322b3796b7a5fd3042d2da0ea808768e1588bff53056c\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://15a2c7d26d21773fa41dd3891553ad57520f0c401627da8f79c11751b0fca478\",\"dweb:/ipfs/QmZYpNkSXqqz5tUeqNwppY7Q75ec9gGPv7BkjUJc87AZFE\"]},\"node_modules/@latticexyz/world/src/codegen/tables/NamespaceOwner.sol\":{\"keccak256\":\"0x1bf6746d0154dc5464f394e5b3d8d66398a55eaff68f6e2c3f3f964d8daf39cd\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://b902e62ea9758145aaa0677c04b764cf721ba103b8294191cdc4ba6c25f3ba9e\",\"dweb:/ipfs/QmT3m18HiJd8BT1j5pWeXkGMQjqRCfKDiFvoBTBJ8ZKruv\"]},\"node_modules/@latticexyz/world/src/codegen/tables/ResourceAccess.sol\":{\"keccak256\":\"0x57b12c2ff2649db6dd7e2acacece0c5fbdcc0f0bff9b28c685c93d4372688568\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://3a9c39f46cf1e43b13b4a94fad22fde80223f6b5e39c87ca5a8f5d76432d1a3c\",\"dweb:/ipfs/QmNdEEiM7acceMy4ojy9oFKvba7Yjm3MXF1hpnRoWTaAsD\"]},\"node_modules/@latticexyz/world/src/codegen/tables/SystemRegistry.sol\":{\"keccak256\":\"0x98b313c90edc060aed54e1728c5931e104914d485dfb0099099dc469773c6194\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://595d820d40e7faceb413613f24d56e82d13e3e53dd86c69627f1c0f134b5705c\",\"dweb:/ipfs/QmUosi7xfNsg5ehaPNZ7tpU3UxyBMbfQW1ESyqH8Bk73JU\"]},\"node_modules/@latticexyz/world/src/codegen/tables/Systems.sol\":{\"keccak256\":\"0xb9b4eada80dfde28cc334d7a8ede2a57b92f3b42f3501af693ba981ba38b8f21\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://c6edf1eb4a0d1730b331eff58f3f26aa037fed7767b6d420a28b905134908bf7\",\"dweb:/ipfs/QmXyZNb5SvwLJ7eG2mrFLDyC6Q2wKPGiHyeQQ21cQLujJR\"]},\"node_modules/@latticexyz/world/src/constants.sol\":{\"keccak256\":\"0xb8320f88ed5519a4fe2554ad94815ce328a50fef7719932375d6ce695265c2f5\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://a8f5de30fbcc63e469e46ad4a4d4bcd7d8e4b4f2d31fcf62a04aca48d999af22\",\"dweb:/ipfs/QmXw1jDQM2szfRY3tAGrRy6fEzte6yVFgebJAqCLMDHndV\"]},\"node_modules/@latticexyz/world/src/modules/init/types.sol\":{\"keccak256\":\"0x1876630a009a39e1a771e5d05d420731b85523b4fe091ce04a72f6f283f5e9b3\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://1166a3d9f7db80d2e041def918fa54baa0f4d51edb35731a8b2bf6ee76810411\",\"dweb:/ipfs/Qmf5VmgLsWJy3Tea5JM9mzCKJ49NJC1fRcgWGVFruusBgJ\"]},\"node_modules/@latticexyz/world/src/revertWithBytes.sol\":{\"keccak256\":\"0x0e18f180961360de71b9374363cf31bf97e489fc895ff900946b515eeb7ecb3a\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://e85a5e2c0e79ef39a6e367b3b653d475f702fb8f4e14f5817ca3091480e21eb8\",\"dweb:/ipfs/QmeoYVTLo3LncJRD3mqc5bMSHY3Rc9N3yveu6pH2uRVCGW\"]},\"node_modules/@latticexyz/world/src/worldResourceTypes.sol\":{\"keccak256\":\"0x3478328afa3363bcb25271cdcd4c23355f53be785ae0aab5159490122831b8ed\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://5192c5d7dbe1e5521fc9af4830c991be7209652080c507ee6860cc3746dce96d\",\"dweb:/ipfs/Qmbf6ge8pEwaGhjei7MKFCNk9UbCb55AvUadbbeqyNKJ12\"]},\"src/modules/erc721-puppet/ERC721System.sol\":{\"keccak256\":\"0x293bc28b56c49abc6f7238482bf81da2d23e8f2faf9020a1a413b6fcf5d3322f\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://bf6c50fa383088288d5dc0a8d2977a022cce19c5f4b71baec113fad25722b752\",\"dweb:/ipfs/QmXLSng3w6KFDL5YyuoYStKoyCUgS5TfwioZRmYzUonPhT\"]},\"src/modules/erc721-puppet/IERC721.sol\":{\"keccak256\":\"0x87b18a3fe819a06930749c60912e28d3add40de2881d976d4d7565858468ac8e\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://90d6f52696977e65bbc4a3d937ac4be843e2d1006591b861b2b3038c7a7e1d16\",\"dweb:/ipfs/QmS2vsjycwSgGPgWrPEDdFK5WTvE6ixhzYQLL57xHJAXNv\"]},\"src/modules/erc721-puppet/IERC721Errors.sol\":{\"keccak256\":\"0xc408b8c878980829678cf94ca6d83c71c0587e802221d226c84b66c60a198903\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://9a04ce4eafe37b18476b4dbbd207eff2e33b1ea073a06d5ff8df8e08aa69ac47\",\"dweb:/ipfs/QmTqKcfCXBntqtEcGobHMTJyy37xv93t1342RvqtpgnDQx\"]},\"src/modules/erc721-puppet/IERC721Events.sol\":{\"keccak256\":\"0x4ea76f18fbb68319807fe1fa39d3035b8177bd30c3977c40ed41e9810ffebb13\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://2f0508d70a34ce0661e52b4201996bea5e61e0108a4a218acc3728be5d51fbc2\",\"dweb:/ipfs/QmQx9bX9cYUENRvXV55NhHL3TFiNXGqvVyy8aYDA1KCagn\"]},\"src/modules/erc721-puppet/IERC721Mintable.sol\":{\"keccak256\":\"0xa647391a56ac17e6e73a5fb04d641c8a97abde19a7da80a8fc80902d7cce36aa\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://862f638b4e4b300067f6a485580ec904d428281de46e3a186b558ff3e15e4733\",\"dweb:/ipfs/QmUkgdfZJtwyBSrCyckw9GVFrZsD1rUAK2Nd3GBH12duLo\"]},\"src/modules/erc721-puppet/IERC721Receiver.sol\":{\"keccak256\":\"0xa831e4590058e4424b7b7e859bef0eea8de3f2a036a100f81a2ac5f1117258d7\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://9ccc8731758952f21049142b6f8c5b9a64389367b8ebe6a79953c2e92c7393e5\",\"dweb:/ipfs/Qmf9o5qgENkreeUMga4DJfoqk6ocwGqMcCLpjJojthDM9t\"]},\"src/modules/erc721-puppet/constants.sol\":{\"keccak256\":\"0xf8a29616bcb176258295bae6dcb8c9eada8e18812c823c3490ff238370f3a64d\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://f800f102f773e4c5b2281b44a9f477d7a4d7dca13ddb369fa0d4479cddbfb04c\",\"dweb:/ipfs/QmSiqQuHY8cPTXkpnK3NyZCkeATzjYNpoR8vrijrfLdwqn\"]},\"src/modules/erc721-puppet/tables/ERC721Metadata.sol\":{\"keccak256\":\"0x23b0f62cec1cb1ca59342f273f6fa237e174573d9b37b0a564dd7ae400d63c2a\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://60418a4d729e56cb17f2888dfa41964a8e29ddbe1b32239dba97cd9b90a2bfad\",\"dweb:/ipfs/QmSeEUxh2zX6gKRzovN4eSgb2VYCohVUwpbPiXAA54up1W\"]},\"src/modules/erc721-puppet/tables/OperatorApproval.sol\":{\"keccak256\":\"0x258d17e5897f5278845ac031a56605f1baa1d1bd531e17331f39ea83f2307da3\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://d88b315ed46f3aadc64d01970cb4bf9d51655b9350f70dbe847799e3da2243d5\",\"dweb:/ipfs/Qma3hWeWAsRxjX2quDV2dooDNQUX1xSihoa2HL2cr2j4rN\"]},\"src/modules/erc721-puppet/tables/Owners.sol\":{\"keccak256\":\"0x1b923dc566774e48cbd6a40d071b93c22ddd4c0c17d142b2825031b731e20f61\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://8383531c8d680b898882d0afcce627884ddb8de1b02b97788d1da425940b1b2b\",\"dweb:/ipfs/QmPDFdLaYUnEoUhSeFjKctvPPw6vDHFjoM3C173ww9TPTZ\"]},\"src/modules/erc721-puppet/tables/TokenApproval.sol\":{\"keccak256\":\"0xc6eef4dad94ed16b7b2c480912f9ae0fd3dd9a1e1e96f1a0166eaf3b96937f73\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://747c07a427e4b3f5f02665fdd676716923b6b9aa06109e523560b5007fb5e0f4\",\"dweb:/ipfs/QmUrnBFHorUEa1nzaHnHnvLq4G4S3pY6EgrsAN66R35b8B\"]},\"src/modules/erc721-puppet/tables/TokenURI.sol\":{\"keccak256\":\"0x10b10937ee5a470ef746b2d20860f7c44dae4f3b4c39252d227054c81338a202\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://26de8741012adf60050dd199e22b5ced8cf97e96c5e7e95642dece2993bfb198\",\"dweb:/ipfs/QmSQJDtCXKNg9zgu72LTTMvXcGtDxMuoD9tjqyW4macxRX\"]},\"src/modules/erc721-puppet/utils.sol\":{\"keccak256\":\"0xd497c2610d37ef3b800e3aef80d36661c60b5e36325565c3bc5c3ce986b641a5\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://7406b572bdef593e1a8d0faaa94e9869108fc2cc7955da3aa3a62a56428c9a0c\",\"dweb:/ipfs/QmPKnuzAkPVyhpJz25fNCfGcvyPPZZWgsm5QbKZva82EWS\"]},\"src/modules/puppet/Puppet.sol\":{\"keccak256\":\"0x0793dc274d0e27b9a00369935693952f2b15e85b243ebed5994cc0c5fd806bc9\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://d94877420ab98c06013f327ce43e18a7dd3f9a42a33f76a5291ae8424b2699a6\",\"dweb:/ipfs/QmcpKAzLV2eKSU7Pfbb7wgkidNeWSUyUD5J2Scgio16RS8\"]},\"src/modules/puppet/PuppetMaster.sol\":{\"keccak256\":\"0xc83209af82eba3b3452a5c62531d52edb13d69db67c768ec12989cfaf9191c72\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://f1d83a60ed2e3a15cde57d6fc859ee7c76e6d089010f41189151e799eb90525c\",\"dweb:/ipfs/QmfZLVNQ9G3kkMBxu3koZbMVPqhtxGTw2iziZQbob4AFhm\"]},\"src/modules/puppet/constants.sol\":{\"keccak256\":\"0x55dc370e83d22bd3ddb79172658731deb725c7609c1966d58cfdc5276bc20a7e\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://6bc27074a755a64d238f32cfd07b4226cfd47fd157f4f0829c13d8d5406d5f9d\",\"dweb:/ipfs/QmZesmQK815TdF6AuZpKZ249NXP2Qqnzmy9k3WpNRc5Cyq\"]},\"src/modules/puppet/tables/PuppetRegistry.sol\":{\"keccak256\":\"0x7599140542e17339a785741ca6057d2b5ca5529a816b4609940e43e154bf179d\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://2b251df5ef3be9a7cca661d861ba8802181fe55607cf119313ad6db0bcd73be9\",\"dweb:/ipfs/QmaVjFTBdqasneWm1EakzBgBU9n7i4vV1YdrGiqYT5pobk\"]},\"src/modules/puppet/utils.sol\":{\"keccak256\":\"0x0c07e1daf167a9ebcf81d1b176e4aef23d12b0bc01333c572c0482b699fd199d\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://7f2ec0928e530ae3b75aadfe224a5c1654d0c26b8f10e06e490274fff3871489\",\"dweb:/ipfs/QmPLfak2kwefQ5tcNFxuE9TXsQ4PVkvTraHWZU8PK9GkR4\"]},\"src/modules/tokens/tables/Balances.sol\":{\"keccak256\":\"0x323871032273e403a04e1b27c36dda8ec5cc7ae116c96af6843ad9b9585327db\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://bd555e72a6b5c42e27aaeda796e93b50a9e4a0f9253dba806a484ff8559c4fd7\",\"dweb:/ipfs/QmQ3hJxyoWVj4Cx7w2Yb9DW18htPeN2z8drkz2Sq3emEyB\"]},\"src/utils/AccessControlLib.sol\":{\"keccak256\":\"0xc14746b7e25f7d3340b9585c170f2120a46639f3c6ebb8ba88ca81311f475df2\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://fba240838bc55220b4c9efdcd389df4ec028d43ea9f682cf583d7879280a7bb8\",\"dweb:/ipfs/QmV5fyNXfFgdTxYRYB1NzNQKkypnQH8SJ5C6BZpjhieiUS\"]}},\"version\":1}","metadata":{"compiler":{"version":"0.8.24+commit.e11b9ed9"},"language":"Solidity","output":{"abi":[{"inputs":[{"internalType":"address","name":"sender","type":"address"},{"internalType":"uint256","name":"tokenId","type":"uint256"},{"internalType":"address","name":"owner","type":"address"}],"type":"error","name":"ERC721IncorrectOwner"},{"inputs":[{"internalType":"address","name":"operator","type":"address"},{"internalType":"uint256","name":"tokenId","type":"uint256"}],"type":"error","name":"ERC721InsufficientApproval"},{"inputs":[{"internalType":"address","name":"approver","type":"address"}],"type":"error","name":"ERC721InvalidApprover"},{"inputs":[{"internalType":"address","name":"operator","type":"address"}],"type":"error","name":"ERC721InvalidOperator"},{"inputs":[{"internalType":"address","name":"owner","type":"address"}],"type":"error","name":"ERC721InvalidOwner"},{"inputs":[{"internalType":"address","name":"receiver","type":"address"}],"type":"error","name":"ERC721InvalidReceiver"},{"inputs":[{"internalType":"address","name":"sender","type":"address"}],"type":"error","name":"ERC721InvalidSender"},{"inputs":[{"internalType":"uint256","name":"tokenId","type":"uint256"}],"type":"error","name":"ERC721NonexistentToken"},{"inputs":[{"internalType":"address","name":"systemAddress","type":"address"},{"internalType":"ResourceId","name":"systemId","type":"bytes32"}],"type":"error","name":"PuppetMaster_NoPuppet"},{"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":"string","name":"resource","type":"string"},{"internalType":"address","name":"caller","type":"address"}],"type":"error","name":"World_AccessDenied"},{"inputs":[{"internalType":"address","name":"owner","type":"address","indexed":true},{"internalType":"address","name":"approved","type":"address","indexed":true},{"internalType":"uint256","name":"tokenId","type":"uint256","indexed":true}],"type":"event","name":"Approval","anonymous":false},{"inputs":[{"internalType":"address","name":"owner","type":"address","indexed":true},{"internalType":"address","name":"operator","type":"address","indexed":true},{"internalType":"bool","name":"approved","type":"bool","indexed":false}],"type":"event","name":"ApprovalForAll","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":"address","name":"from","type":"address","indexed":true},{"internalType":"address","name":"to","type":"address","indexed":true},{"internalType":"uint256","name":"tokenId","type":"uint256","indexed":true}],"type":"event","name":"Transfer","anonymous":false},{"inputs":[],"stateMutability":"view","type":"function","name":"_msgSender","outputs":[{"internalType":"address","name":"sender","type":"address"}]},{"inputs":[],"stateMutability":"pure","type":"function","name":"_msgValue","outputs":[{"internalType":"uint256","name":"value","type":"uint256"}]},{"inputs":[],"stateMutability":"view","type":"function","name":"_world","outputs":[{"internalType":"address","name":"","type":"address"}]},{"inputs":[{"internalType":"address","name":"to","type":"address"},{"internalType":"uint256","name":"tokenId","type":"uint256"}],"stateMutability":"nonpayable","type":"function","name":"approve"},{"inputs":[{"internalType":"address","name":"owner","type":"address"}],"stateMutability":"view","type":"function","name":"balanceOf","outputs":[{"internalType":"uint256","name":"","type":"uint256"}]},{"inputs":[{"internalType":"uint256","name":"tokenId","type":"uint256"}],"stateMutability":"nonpayable","type":"function","name":"burn"},{"inputs":[{"internalType":"uint256","name":"tokenId","type":"uint256"}],"stateMutability":"view","type":"function","name":"getApproved","outputs":[{"internalType":"address","name":"","type":"address"}]},{"inputs":[{"internalType":"address","name":"owner","type":"address"},{"internalType":"address","name":"operator","type":"address"}],"stateMutability":"view","type":"function","name":"isApprovedForAll","outputs":[{"internalType":"bool","name":"","type":"bool"}]},{"inputs":[{"internalType":"address","name":"to","type":"address"},{"internalType":"uint256","name":"tokenId","type":"uint256"}],"stateMutability":"nonpayable","type":"function","name":"mint"},{"inputs":[],"stateMutability":"view","type":"function","name":"name","outputs":[{"internalType":"string","name":"","type":"string"}]},{"inputs":[{"internalType":"uint256","name":"tokenId","type":"uint256"}],"stateMutability":"view","type":"function","name":"ownerOf","outputs":[{"internalType":"address","name":"","type":"address"}]},{"inputs":[{"internalType":"address","name":"to","type":"address"},{"internalType":"uint256","name":"tokenId","type":"uint256"},{"internalType":"bytes","name":"data","type":"bytes"}],"stateMutability":"nonpayable","type":"function","name":"safeMint"},{"inputs":[{"internalType":"address","name":"to","type":"address"},{"internalType":"uint256","name":"tokenId","type":"uint256"}],"stateMutability":"nonpayable","type":"function","name":"safeMint"},{"inputs":[{"internalType":"address","name":"from","type":"address"},{"internalType":"address","name":"to","type":"address"},{"internalType":"uint256","name":"tokenId","type":"uint256"}],"stateMutability":"nonpayable","type":"function","name":"safeTransferFrom"},{"inputs":[{"internalType":"address","name":"from","type":"address"},{"internalType":"address","name":"to","type":"address"},{"internalType":"uint256","name":"tokenId","type":"uint256"},{"internalType":"bytes","name":"data","type":"bytes"}],"stateMutability":"nonpayable","type":"function","name":"safeTransferFrom"},{"inputs":[{"internalType":"address","name":"operator","type":"address"},{"internalType":"bool","name":"approved","type":"bool"}],"stateMutability":"nonpayable","type":"function","name":"setApprovalForAll"},{"inputs":[{"internalType":"bytes4","name":"interfaceId","type":"bytes4"}],"stateMutability":"pure","type":"function","name":"supportsInterface","outputs":[{"internalType":"bool","name":"","type":"bool"}]},{"inputs":[],"stateMutability":"view","type":"function","name":"symbol","outputs":[{"internalType":"string","name":"","type":"string"}]},{"inputs":[{"internalType":"uint256","name":"tokenId","type":"uint256"}],"stateMutability":"view","type":"function","name":"tokenURI","outputs":[{"internalType":"string","name":"","type":"string"}]},{"inputs":[{"internalType":"address","name":"from","type":"address"},{"internalType":"address","name":"to","type":"address"},{"internalType":"uint256","name":"tokenId","type":"uint256"}],"stateMutability":"nonpayable","type":"function","name":"transferFrom"}],"devdoc":{"kind":"dev","methods":{"_msgSender()":{"returns":{"sender":"The `msg.sender` in the call to the World contract before the World routed the call to the WorldContextConsumer contract."}},"_msgValue()":{"returns":{"value":"The `msg.value` in the call to the World contract before the World routed the call to the WorldContextConsumer contract."}},"_world()":{"returns":{"_0":"The address of the World contract that routed the call to this WorldContextConsumer."}},"approve(address,uint256)":{"details":"See {IERC721-approve}."},"balanceOf(address)":{"details":"See {IERC721-balanceOf}."},"burn(uint256)":{"details":"Destroys `tokenId`. The approval is cleared when the token is burned. Requirements: - caller must own the namespace - `tokenId` must exist. Emits a {Transfer} event."},"getApproved(uint256)":{"details":"See {IERC721-getApproved}."},"isApprovedForAll(address,address)":{"details":"See {IERC721-isApprovedForAll}."},"mint(address,uint256)":{"details":"Mints `tokenId` and transfers it to `to`. Requirements: - caller must own the namespace - `tokenId` must not exist. - `to` cannot be the zero address. Emits a {Transfer} event."},"name()":{"details":"See {IERC721Metadata-name}."},"ownerOf(uint256)":{"details":"See {IERC721-ownerOf}."},"safeMint(address,uint256)":{"details":"Mints `tokenId`, transfers it to `to` and checks for `to` acceptance. Requirements: - caller must own the namespace - `tokenId` must not exist. - If `to` refers to a smart contract, it must implement {IERC721Receiver-onERC721Received}, which is called upon a safe transfer. Emits a {Transfer} event."},"safeMint(address,uint256,bytes)":{"details":"Same as {xref-ERC721-safeMint-address-uint256-}[`safeMint`], with an additional `data` parameter which is forwarded in {IERC721Receiver-onERC721Received} to contract recipients."},"safeTransferFrom(address,address,uint256)":{"details":"See {IERC721-safeTransferFrom}."},"safeTransferFrom(address,address,uint256,bytes)":{"details":"See {IERC721-safeTransferFrom}."},"setApprovalForAll(address,bool)":{"details":"See {IERC721-setApprovalForAll}."},"supportsInterface(bytes4)":{"params":{"interfaceId":"The ID of the interface in question."},"returns":{"_0":"True if the interface is supported, false otherwise."}},"symbol()":{"details":"See {IERC721Metadata-symbol}."},"tokenURI(uint256)":{"details":"See {IERC721Metadata-tokenURI}."},"transferFrom(address,address,uint256)":{"details":"See {IERC721-transferFrom}."}},"version":1},"userdoc":{"kind":"user","methods":{"_msgSender()":{"notice":"Extract the `msg.sender` from the context appended to the calldata."},"_msgValue()":{"notice":"Extract the `msg.value` from the context appended to the calldata."},"_world()":{"notice":"Get the address of the World contract that routed the call to this WorldContextConsumer."},"supportsInterface(bytes4)":{"notice":"Checks if an interface is supported by the contract. using ERC-165 supportsInterface (see https://eips.ethereum.org/EIPS/eip-165)"}},"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":{"src/modules/erc721-puppet/ERC721System.sol":"ERC721System"},"evmVersion":"paris","libraries":{}},"sources":{"node_modules/@latticexyz/schema-type/src/solidity/SchemaType.sol":{"keccak256":"0x650927696f7518fa216f2d6001835e9fdb419518034c781e86d2a2d33f4ecd2a","urls":["bzz-raw://72e91ac32ed00d36bd22fefeaf4ce1e9420143ddab7080eeb720c668a117bf44","dweb:/ipfs/QmdVqn18WZvx5p84MDJPsB5tfVoXDR86wzm4sLx6WrGYYL"],"license":"MIT"},"node_modules/@latticexyz/store/src/Bytes.sol":{"keccak256":"0xf506b8e9521a2173ae51aca038b86f705ac6c10fc6361c5df32ea37c7218fdbd","urls":["bzz-raw://9ce5626141f377ea6c9477a27205fa23013c321423950a97f75a2685ac401c55","dweb:/ipfs/QmfYjQmUcQUm46dRHbiYkUnoBokHuS58WZUd8oSdGKKohy"],"license":"MIT"},"node_modules/@latticexyz/store/src/FieldLayout.sol":{"keccak256":"0xc6aa930fb9a3df986870e3c77e567cabff12ae5e7b2c2af69669390e018d3728","urls":["bzz-raw://a8d6d40675ddd6575538cfa915f73fc8379f4c154b034220df2cf6b7be6d9baf","dweb:/ipfs/QmS7RNEDNBq6YwVJ1gPfs36CJg9d6h5MaxPRtuL3726uEK"],"license":"MIT"},"node_modules/@latticexyz/store/src/Hook.sol":{"keccak256":"0x6041a89e90293b15acf91378e329815cb857d79f0b384918cd97292378ed5c09","urls":["bzz-raw://0e263d3c8230b4a4852e3b66058e9c36e946cf64471ffd0ac7f54b7a37f329f4","dweb:/ipfs/QmdCnZE1G5PX4ZswUiR6t2DWMRDbVdJYaCzbCF4hbDTKc2"],"license":"MIT"},"node_modules/@latticexyz/store/src/IERC165.sol":{"keccak256":"0x0efbf9afc716c585621482221f75e5bd60bcf0e813c9f7800d7c0309dcc3c927","urls":["bzz-raw://31b6aeb5446a0a0d5bd71be15a68c5bde94b08c961369203b83c8abe36f401d2","dweb:/ipfs/QmXhComne4es9ZMKaGNqHCdJZrFoFssxMYgLaqvCXPL1Mg"],"license":"MIT"},"node_modules/@latticexyz/store/src/IStore.sol":{"keccak256":"0xa95a7b8095a313078abe9b3953fa4512aac88ead4526e37023583cb5dc274cb3","urls":["bzz-raw://8a878403e5133ec5f250d752e7b7495e2b13420cd3a42fb59aa6d5f8ee6d188b","dweb:/ipfs/QmUGxeD5Y7B5goNNgFcgaAakjoSr4YtVaE3CMAypRUZGmc"],"license":"MIT"},"node_modules/@latticexyz/store/src/IStoreData.sol":{"keccak256":"0x174b2e5a5f80094d752cd2a36f1fbdf50e81b1e203216b9e5a6f33e02d606cec","urls":["bzz-raw://59e6de780b55c1937a7148d3cc07ec137c3e2f243f331ba0b70f3262d919c1cb","dweb:/ipfs/QmTJbh6ybPsZE9pFziTztstWxmh6ogUgMa6E81M6PMTA6g"],"license":"MIT"},"node_modules/@latticexyz/store/src/IStoreErrors.sol":{"keccak256":"0x4b471eb3b98a51f15992f7e4cfb7a7d8e842410f081ea03ef85d3a7b34c35f79","urls":["bzz-raw://e7e82faaea290036677562d8a3a8502f5f871b1368b58ac38897e0ef67216d84","dweb:/ipfs/QmfCj4CtNZ7LYkWUAYcMoyp3X7PFJkUjXgBwbzXkbkDFL6"],"license":"MIT"},"node_modules/@latticexyz/store/src/IStoreEvents.sol":{"keccak256":"0xfdeeba7e17c947285610d49d85d402cfe5286c046814f827c1aaa37636c16d8f","urls":["bzz-raw://5fde8b7c7caf4dcdcb524565cb8745d897d4d22d88fa0744f9db4b3d36a1eee1","dweb:/ipfs/QmbUe4pfJeRqiiPz31BKWbYv12cz8Lz3Ky5yKydtTb4FY9"],"license":"MIT"},"node_modules/@latticexyz/store/src/IStoreHook.sol":{"keccak256":"0x677224ab340753edf523ccff8c9d6ede987addbf0d7bc13d0e479306f3866a99","urls":["bzz-raw://6c0285a7684490d6e65d6f91b3631abdafb135d200ea9068e730dd98017a305e","dweb:/ipfs/QmcURHZiMGnSET9P2iSgph22F6iFdoDbN4WmJsHxTAT5G9"],"license":"MIT"},"node_modules/@latticexyz/store/src/IStoreRead.sol":{"keccak256":"0xe246addf70a3fe65f19e2ab0048d48785bc2ef2f75884eeade151aef59ff5449","urls":["bzz-raw://389022221307160febdec33a7fbdd82fcfbdd1fa6f9b1c67ffe3bf0467d2c924","dweb:/ipfs/QmWunXryDsJZJBwdXxKetRH1vB4tkwTXsdzoM4nePGVvaA"],"license":"MIT"},"node_modules/@latticexyz/store/src/IStoreRegistration.sol":{"keccak256":"0xf6d2871ca67aacadfd5dd4caef45440a571d932e68a04466f2674e481e79e167","urls":["bzz-raw://260067ed037789d073f407db1d416171e33c79e9b584090794d05e990ee88b67","dweb:/ipfs/QmbAA4Ynfy5aQv71JkZrPcdt2iqc3NK8DcAL1mnx7M1WYC"],"license":"MIT"},"node_modules/@latticexyz/store/src/IStoreWrite.sol":{"keccak256":"0x7f6d8a25eea4a9d51de396ff64215e2567b29ce607538f04ec1a4ae2efb591bc","urls":["bzz-raw://8ae6e34ba2e92bd3cb8dd556838f4e3caa6c3feaf9e2d63649afa944cb5e3263","dweb:/ipfs/QmR1oNRLp87pnrnxrujdT7JU1Gzwq22rVukKUkXmwNBVSC"],"license":"MIT"},"node_modules/@latticexyz/store/src/Memory.sol":{"keccak256":"0x79954fa7614943899ad13b27ca0c2bf27c996d7b82a0e347afa48d7a4bbc6e2d","urls":["bzz-raw://34f7d6e209bcc6e379e004ae5a03f909e23e4e87956205610f4e39969b968912","dweb:/ipfs/QmZQeHDwtUBEpTSWn9L7AZ1id6dUbEHmLo6Cj3f9jKRqVM"],"license":"MIT"},"node_modules/@latticexyz/store/src/PackedCounter.sol":{"keccak256":"0x6dc7a614a120b1940ca8de1924e59895a42ef5f0e22d81a9221790fd76687c2e","urls":["bzz-raw://b638521a9590a62c4e976f12be43d0370246836b90227cbf2e306888331986f6","dweb:/ipfs/QmcEpcjHhL9rawjJRuMJvtTv3YwN2ggYsQHXZeoF88VRFX"],"license":"MIT"},"node_modules/@latticexyz/store/src/ResourceId.sol":{"keccak256":"0xdca93829ef7e90c12678d3b7bcafee1d3ec9499abfc76c91edd188a8923f4f18","urls":["bzz-raw://3193518ae917765035c845266de41ccebde7a7a06ee6fd7f000534a530975ab2","dweb:/ipfs/QmYr9dCG2HKUMrXHevyRanqsPRHYpD2dnpgZkvwZYqWHe9"],"license":"MIT"},"node_modules/@latticexyz/store/src/Schema.sol":{"keccak256":"0x21d008da9dd112938ad5381264dce39be7855002076afa01d78dc6421a951fd8","urls":["bzz-raw://1af33c3d662d6ba193987ec62c865e05b53ced4904bff9a5729ab3ada2ca3a99","dweb:/ipfs/QmUSXF3R7LwQWW8P6BZCrt3MAgGN5UwiiaHB3DGCSBZLL5"],"license":"MIT"},"node_modules/@latticexyz/store/src/Slice.sol":{"keccak256":"0x1f04af14e5040f71bd3daa79b90245a275e52f8d0294c17ae5bfe9aa727651a5","urls":["bzz-raw://d76533959ded2f58434ae9f89fe8c3ff66095ec94e829f89914b362751799e3a","dweb:/ipfs/Qmb1e12g6Sku2u1R96qei1GhqSNi1sZhKRCb111SyNk1ta"],"license":"MIT"},"node_modules/@latticexyz/store/src/Storage.sol":{"keccak256":"0x48c9749d33f06406b8033b3df67002836d1b356c6ae8282865e7b437941ed61f","urls":["bzz-raw://931e1275db62ba2f9410ee8a8ab384ece2a7031cdf446c50696078f9da24a04d","dweb:/ipfs/QmTXzyjLNj5KuJUHfe1T3awroK5DLkCU4dm6RR4pSUVrfE"],"license":"MIT"},"node_modules/@latticexyz/store/src/StoreCore.sol":{"keccak256":"0x7cafc150d77cb46ecb49b1a1a7d43cc17e21a095596cf544cc8ba6bfe7ed7f20","urls":["bzz-raw://889cadacfbc667e10a7a83ac34e858c76d0472d04cad72c7691a84879e503ce3","dweb:/ipfs/Qmcm6GFFoGFw2nmuz3Z2NRAgqfBPFZixHppmQzZM4Fy3sR"],"license":"MIT"},"node_modules/@latticexyz/store/src/StoreSwitch.sol":{"keccak256":"0xbe5cb815a5d073d1d94fc73a3a02a151ffb4e9ce299f00580c6c2d9cd339d7c9","urls":["bzz-raw://b7416ec2aeef38b06c4e559dc3e76fa8cd51f54c06cc58aeed613f44dfd3c3ff","dweb:/ipfs/QmRp6ZmUckpmGKG31wyZSxtgmUJZS2y85sRP2UU9Foajn7"],"license":"MIT"},"node_modules/@latticexyz/store/src/codegen/index.sol":{"keccak256":"0xa59c43271d363f2366d6f6732ae586b1a36a3ffa4906b8f5cbbf19d3d314562c","urls":["bzz-raw://2bd7c9f8f9ad579a8dfec566b2bd2e646f8065ce8a07e6732e11a4a3a2be7787","dweb:/ipfs/QmWBwZGnYYxEiRjFKSsu1mFtCWJYw3XSojhn7zmc5YE4vG"],"license":"MIT"},"node_modules/@latticexyz/store/src/codegen/tables/Hooks.sol":{"keccak256":"0x2e81480e081ce6ad4917ecc634e5c9b7a5674068992ae8d9088f0f6296da3bf7","urls":["bzz-raw://2acfdee4dd4c0347ec214273184f267db0e7edc82e586600501d13581dbb5551","dweb:/ipfs/QmcD945zNdGfkwKVvKHA2fpBGictaz4cVMnNm96SmTG5qY"],"license":"MIT"},"node_modules/@latticexyz/store/src/codegen/tables/ResourceIds.sol":{"keccak256":"0x29ed1bd962e594e00a9b921ddbbb202a47206adbece718721483a69593b88763","urls":["bzz-raw://786df2eca996d18660a4ea7d059dfb8c8476fe5cc8f14e0ce5c8f237e08444ea","dweb:/ipfs/QmQ8dbVA2rMgcb9rznHVjn8DGH9U8bZuHmebukjkYxs2Av"],"license":"MIT"},"node_modules/@latticexyz/store/src/codegen/tables/StoreHooks.sol":{"keccak256":"0xe9c42e51b6d20496dde8e8013680ec4a4ea1229fd57f0364a2a061c14c1c115b","urls":["bzz-raw://2bcbeeb7b3de32fc68102f7875d71348d5a0171dbb50937d6ebeb28dd10d4ed4","dweb:/ipfs/QmPY91z4D25KGLU2nhnZgb538Mh1mi46RbwHQB8kZvXd4h"],"license":"MIT"},"node_modules/@latticexyz/store/src/codegen/tables/Tables.sol":{"keccak256":"0xf80e355b361d29b0169483074b73e2502b228d539d5b3511239edfa9644ae270","urls":["bzz-raw://067d0b61a94453ed29f985cee8d237b46ef1c95f790848a927951e951ebe5a44","dweb:/ipfs/QmVjF2vEnRXzq1GHXwXd9iHJAfyrZNA2wAuygpZv6dGRTB"],"license":"MIT"},"node_modules/@latticexyz/store/src/constants.sol":{"keccak256":"0x2fe1752ecfb01c2de84cd9ae0c47fef85f9f0a7668ae31dc8b19724570eaad50","urls":["bzz-raw://cb90fb960543d00b37df49274c3b7bda6f2c8fb1b363226610f6de7f5bffc7c2","dweb:/ipfs/Qmc1ZQ6xPm8jXaWbc9Lakq2uZxY3pqtVC8r3WnNDFgLGTN"],"license":"MIT"},"node_modules/@latticexyz/store/src/rightMask.sol":{"keccak256":"0xbde7a13eb04663ffd62c3eac929abde4bf8d4fb4c434e510782af01045b78410","urls":["bzz-raw://3b629c78d8e194824b07bbf66f62d5bb94ce883100f5523cb545d3e980792f38","dweb:/ipfs/QmWCRbCT55mnusK1abavXvwM4uN9QStcML4ZgjUG9L6V8S"],"license":"MIT"},"node_modules/@latticexyz/store/src/storeHookTypes.sol":{"keccak256":"0xcc16f330a9cb5f9f095e2bfc62c67818f2b91a229223c64c87891f1cebfc0305","urls":["bzz-raw://1384e4acac4553089859ff1368f358e5c81ceba986a902e5ec082801de097f64","dweb:/ipfs/QmXcEESML4KRKCfwxvC3tsW9jiA8PE7pxPuZ8L1t1wiNby"],"license":"MIT"},"node_modules/@latticexyz/store/src/storeResourceTypes.sol":{"keccak256":"0x515001322ebb9b58c62be0bd96ba65dc82841cc550533f283813ad24baaf2554","urls":["bzz-raw://b014d298897dfc75189c10f5e3d970d8368db734c545f6c7d4833cec9c7117eb","dweb:/ipfs/Qmcs7rTdh6zVyDHczXW6mEJqVmndZZTDSjNC1jouf43hTX"],"license":"MIT"},"node_modules/@latticexyz/store/src/tightcoder/DecodeSlice.sol":{"keccak256":"0xcf8e6e16b76972b6a96ea6b428d7298fc174a840fc8c5c09b6fe2030d31600d7","urls":["bzz-raw://025cf5112618018efd416155c9df257cd28447629bd79c0c37655a8e22c0e4f4","dweb:/ipfs/QmaqeqzGVrAK6rQqQgCzs8UJMWrWmR52jqzN8jqRdaY1kT"],"license":"MIT"},"node_modules/@latticexyz/store/src/tightcoder/EncodeArray.sol":{"keccak256":"0x248c35b8efaf6a0b0229fd81cafcb8fac6a54662187b56b49574b10e9c3ebf29","urls":["bzz-raw://63b6c95da7d63346db3b741f836b20e23f8e46a6245efdfa6443b204edecabcf","dweb:/ipfs/QmY79DfLgvMsTSZJzwbYmzGYE2ajCumu3ruQ2GpDyYbVqY"],"license":"MIT"},"node_modules/@latticexyz/store/src/tightcoder/TightCoder.sol":{"keccak256":"0x08f257c62602117fe4943580b0a19f19cf696b22000afd927a2159e24625a13a","urls":["bzz-raw://40ee497f86d4192794a5592264e356dcda27bbe275f6a110dfbc3c3b67798205","dweb:/ipfs/QmW98aRsWSvUzwvX8FkweFDrgGS9YKr8KvfnFrT5HkMtvT"],"license":"MIT"},"node_modules/@latticexyz/store/src/version.sol":{"keccak256":"0x1cf2e205960520ded9a1ac8a6f4e4e25b5153114939adc7acb66122aba88af61","urls":["bzz-raw://7b41a9da0859000750196a14db7352e12fbe0d55e3849a468fe41b23ffa847ed","dweb:/ipfs/QmTjkrru4tcqXx38k49C2ris5ednawtkfdcW5EVRNJYBKU"],"license":"MIT"},"node_modules/@latticexyz/world/src/IERC165.sol":{"keccak256":"0xe00be0c676fa14949ecc4324ae3e932834b0550e2fabbc813b5aa49cf0e2b695","urls":["bzz-raw://700a595ee72389add0e9aef8ae6c2cafc5336b0dc2c43e580ce4d9546ca0dee3","dweb:/ipfs/QmPfRtR5591tJPSvu9mz9J26qSwEjFm5FK8D99jA3qHZCe"],"license":"MIT"},"node_modules/@latticexyz/world/src/IModule.sol":{"keccak256":"0x6c11c44fef08d46ca9f291551a42b8576259f65b7e957aef92540ba0acd72909","urls":["bzz-raw://0ffbc3646ea495350939319f5418ba2dd45b6ec809d6b84ed3264e592a9385bd","dweb:/ipfs/QmPCjuQUMWVUPv7vSVfztnymYA9hUP1xRS62FD6iwzGMuo"],"license":"MIT"},"node_modules/@latticexyz/world/src/ISystemHook.sol":{"keccak256":"0xad31c270fe5bf23869fe4a55a9a8d3372871c595f6b0f9a197e810051ab1bfdc","urls":["bzz-raw://af7acd6a86410c6d2586739e370134265521cf522fec0c3091804c0d0f99a0fc","dweb:/ipfs/QmRRbUbw89Z3tva95UTvxKhFwn5ddYNMiHbVs6Nnmpsty3"],"license":"MIT"},"node_modules/@latticexyz/world/src/IWorldContextConsumer.sol":{"keccak256":"0xd3645ee90c73dd991659a140c0132c5a2aaf27a296c457737b212d87b2f66402","urls":["bzz-raw://519d81e2bc7233b1488339eaf9220f7eb57086dd3ee8e1831708ebc6e87f00db","dweb:/ipfs/Qmf8RjMxuPXbteMeEB3vstjutsCrmveyBFCjVFt7nSYgtc"],"license":"MIT"},"node_modules/@latticexyz/world/src/IWorldErrors.sol":{"keccak256":"0x149d3c2b4bbea21047fc8cf79236488764dd8dde6e440dbc37067a8ce8831bbd","urls":["bzz-raw://d2f340a5616cafd1d80e6ef79f1620102d3d64730c6aa19ecdbb4ca86aaa59b2","dweb:/ipfs/QmWoXP1BKj8U3ZXXoiTRENCxVaaCxrKAenwCZbCVbyfaZ7"],"license":"MIT"},"node_modules/@latticexyz/world/src/IWorldKernel.sol":{"keccak256":"0xf15243b03fdc6e5222aefdaad74fffc909f9058f9d8d6ba06acb797197f74635","urls":["bzz-raw://c3f4ecb21499e677697dbe71002a5e96651fb0d8c279c4065e6441f13a9c75b3","dweb:/ipfs/QmZ7oEHWK85aetzt9uJ3bmJJKLZkK5PoaakxiEDq4xEEww"],"license":"MIT"},"node_modules/@latticexyz/world/src/System.sol":{"keccak256":"0x1d380574763b720a8950dc0a14d519c2532f9f27c8115116f0a6f7916c9606b3","urls":["bzz-raw://a395df820ee46be3dcdb36682183811a86cdc848dbd56ecc2a21785a42785cf9","dweb:/ipfs/QmeiuzuHjQuv4GHXXiRkBkxhyN7e9Vy19TYfAccnxWej91"],"license":"MIT"},"node_modules/@latticexyz/world/src/WorldContext.sol":{"keccak256":"0x4b83d5791209b8f39773b07e5f162dfd0617f5f9b5b4bd371c087412e5ad01cf","urls":["bzz-raw://033a3777136e6d5c581efc8bf2535403abe44874409c85d17a353fae6dc56006","dweb:/ipfs/QmaXepBDVnmnMdVzuxbGT2qo5vqWnjB75KNCCdxRehrBMX"],"license":"MIT"},"node_modules/@latticexyz/world/src/WorldResourceId.sol":{"keccak256":"0xf668eeaecd294a2b8b9e1a771161373af84abe42b8a9820cf9d3092a9a1e64bd","urls":["bzz-raw://01f2939361e51497304e66bdcd9cb33bfea95737fce41ca731f20d3b5dbd5f74","dweb:/ipfs/QmayLveLBSq8axMgbouD411V5BTiYXKbg9ddEpxjcMU4ez"],"license":"MIT"},"node_modules/@latticexyz/world/src/codegen/interfaces/IAccessManagementSystem.sol":{"keccak256":"0xea5256f37d5f373dc0d008b30a44f46f85d5aa4826c9c9702e3a62cafe4fc00d","urls":["bzz-raw://5f34c70731153f300c4d89b4ddcfd0b02834abf208fcd2ec5863fb1dc5bde74f","dweb:/ipfs/QmdmCzFDr6WmSQ23b2T3aaJhJ6Qvzhc9UaE5z33adciAd4"],"license":"MIT"},"node_modules/@latticexyz/world/src/codegen/interfaces/IBalanceTransferSystem.sol":{"keccak256":"0xd9ead56302e6ce3f7958983f6652c2712df74ce83cd002248b235769bd5f87d4","urls":["bzz-raw://a925eab29746fdcff87662142f61565d64bfa108ee14a9a5d496413c150533c4","dweb:/ipfs/QmaFXKnfuMbkaZCEz3e2J3Nx49keqvmaGa7QLBvbj1ntYt"],"license":"MIT"},"node_modules/@latticexyz/world/src/codegen/interfaces/IBaseWorld.sol":{"keccak256":"0x7451726394ea4c39dcca268895499a7d908bd868092cf9b133772077ad5c6a6a","urls":["bzz-raw://c102f036a0ce081255c1088c75e823e5eb5dfdf36ade55d45a6c3914e2a4a5e5","dweb:/ipfs/QmUWEstc4kRhqvUc5sbPyCvy3kvH3hzmH1GrP8MjyQYy3v"],"license":"MIT"},"node_modules/@latticexyz/world/src/codegen/interfaces/IBatchCallSystem.sol":{"keccak256":"0xd71d9a5a1ee5969cbfc548ddcd01814293d57b5c7f40df0a8ff926df43ec9d9b","urls":["bzz-raw://c6377994ebe168759b1f8ed17d4621720d66259c3ebff77acc2f7cc7dd9fec45","dweb:/ipfs/QmeNaatg7JTe6tLc2RbC28SLEQTJFddXy5xZHmqi9zQ9Jx"],"license":"MIT"},"node_modules/@latticexyz/world/src/codegen/interfaces/IModuleInstallationSystem.sol":{"keccak256":"0xba969b5b252d1eb26f22908e4581456a6791e02e693cb14f48de35feb31b56f4","urls":["bzz-raw://34fcc11f5a70bcb51ea1ca76587e7dea7dfb940f522c820988212573a9ca32b6","dweb:/ipfs/QmQSgQdJiXMVVSU5woFMC1mAGJBicBeoQUZ5UVX94UjJbX"],"license":"MIT"},"node_modules/@latticexyz/world/src/codegen/interfaces/IRegistrationSystem.sol":{"keccak256":"0x90d05ad5b6ce321f2d15d93cc6d126c0332afd161cebd008ea115a552bb0e772","urls":["bzz-raw://9a6bd7a337b1a8ca9ce2c853db9003352895697d43bdf8c49da850ee19990aa8","dweb:/ipfs/QmbvpN53672EQZMAfmDEC8bP6MRYUnAqLDRUmkkv6DMrAT"],"license":"MIT"},"node_modules/@latticexyz/world/src/codegen/interfaces/IWorldRegistrationSystem.sol":{"keccak256":"0xfe79af16bea789b894c322b3796b7a5fd3042d2da0ea808768e1588bff53056c","urls":["bzz-raw://15a2c7d26d21773fa41dd3891553ad57520f0c401627da8f79c11751b0fca478","dweb:/ipfs/QmZYpNkSXqqz5tUeqNwppY7Q75ec9gGPv7BkjUJc87AZFE"],"license":"MIT"},"node_modules/@latticexyz/world/src/codegen/tables/NamespaceOwner.sol":{"keccak256":"0x1bf6746d0154dc5464f394e5b3d8d66398a55eaff68f6e2c3f3f964d8daf39cd","urls":["bzz-raw://b902e62ea9758145aaa0677c04b764cf721ba103b8294191cdc4ba6c25f3ba9e","dweb:/ipfs/QmT3m18HiJd8BT1j5pWeXkGMQjqRCfKDiFvoBTBJ8ZKruv"],"license":"MIT"},"node_modules/@latticexyz/world/src/codegen/tables/ResourceAccess.sol":{"keccak256":"0x57b12c2ff2649db6dd7e2acacece0c5fbdcc0f0bff9b28c685c93d4372688568","urls":["bzz-raw://3a9c39f46cf1e43b13b4a94fad22fde80223f6b5e39c87ca5a8f5d76432d1a3c","dweb:/ipfs/QmNdEEiM7acceMy4ojy9oFKvba7Yjm3MXF1hpnRoWTaAsD"],"license":"MIT"},"node_modules/@latticexyz/world/src/codegen/tables/SystemRegistry.sol":{"keccak256":"0x98b313c90edc060aed54e1728c5931e104914d485dfb0099099dc469773c6194","urls":["bzz-raw://595d820d40e7faceb413613f24d56e82d13e3e53dd86c69627f1c0f134b5705c","dweb:/ipfs/QmUosi7xfNsg5ehaPNZ7tpU3UxyBMbfQW1ESyqH8Bk73JU"],"license":"MIT"},"node_modules/@latticexyz/world/src/codegen/tables/Systems.sol":{"keccak256":"0xb9b4eada80dfde28cc334d7a8ede2a57b92f3b42f3501af693ba981ba38b8f21","urls":["bzz-raw://c6edf1eb4a0d1730b331eff58f3f26aa037fed7767b6d420a28b905134908bf7","dweb:/ipfs/QmXyZNb5SvwLJ7eG2mrFLDyC6Q2wKPGiHyeQQ21cQLujJR"],"license":"MIT"},"node_modules/@latticexyz/world/src/constants.sol":{"keccak256":"0xb8320f88ed5519a4fe2554ad94815ce328a50fef7719932375d6ce695265c2f5","urls":["bzz-raw://a8f5de30fbcc63e469e46ad4a4d4bcd7d8e4b4f2d31fcf62a04aca48d999af22","dweb:/ipfs/QmXw1jDQM2szfRY3tAGrRy6fEzte6yVFgebJAqCLMDHndV"],"license":"MIT"},"node_modules/@latticexyz/world/src/modules/init/types.sol":{"keccak256":"0x1876630a009a39e1a771e5d05d420731b85523b4fe091ce04a72f6f283f5e9b3","urls":["bzz-raw://1166a3d9f7db80d2e041def918fa54baa0f4d51edb35731a8b2bf6ee76810411","dweb:/ipfs/Qmf5VmgLsWJy3Tea5JM9mzCKJ49NJC1fRcgWGVFruusBgJ"],"license":"MIT"},"node_modules/@latticexyz/world/src/revertWithBytes.sol":{"keccak256":"0x0e18f180961360de71b9374363cf31bf97e489fc895ff900946b515eeb7ecb3a","urls":["bzz-raw://e85a5e2c0e79ef39a6e367b3b653d475f702fb8f4e14f5817ca3091480e21eb8","dweb:/ipfs/QmeoYVTLo3LncJRD3mqc5bMSHY3Rc9N3yveu6pH2uRVCGW"],"license":"MIT"},"node_modules/@latticexyz/world/src/worldResourceTypes.sol":{"keccak256":"0x3478328afa3363bcb25271cdcd4c23355f53be785ae0aab5159490122831b8ed","urls":["bzz-raw://5192c5d7dbe1e5521fc9af4830c991be7209652080c507ee6860cc3746dce96d","dweb:/ipfs/Qmbf6ge8pEwaGhjei7MKFCNk9UbCb55AvUadbbeqyNKJ12"],"license":"MIT"},"src/modules/erc721-puppet/ERC721System.sol":{"keccak256":"0x293bc28b56c49abc6f7238482bf81da2d23e8f2faf9020a1a413b6fcf5d3322f","urls":["bzz-raw://bf6c50fa383088288d5dc0a8d2977a022cce19c5f4b71baec113fad25722b752","dweb:/ipfs/QmXLSng3w6KFDL5YyuoYStKoyCUgS5TfwioZRmYzUonPhT"],"license":"MIT"},"src/modules/erc721-puppet/IERC721.sol":{"keccak256":"0x87b18a3fe819a06930749c60912e28d3add40de2881d976d4d7565858468ac8e","urls":["bzz-raw://90d6f52696977e65bbc4a3d937ac4be843e2d1006591b861b2b3038c7a7e1d16","dweb:/ipfs/QmS2vsjycwSgGPgWrPEDdFK5WTvE6ixhzYQLL57xHJAXNv"],"license":"MIT"},"src/modules/erc721-puppet/IERC721Errors.sol":{"keccak256":"0xc408b8c878980829678cf94ca6d83c71c0587e802221d226c84b66c60a198903","urls":["bzz-raw://9a04ce4eafe37b18476b4dbbd207eff2e33b1ea073a06d5ff8df8e08aa69ac47","dweb:/ipfs/QmTqKcfCXBntqtEcGobHMTJyy37xv93t1342RvqtpgnDQx"],"license":"MIT"},"src/modules/erc721-puppet/IERC721Events.sol":{"keccak256":"0x4ea76f18fbb68319807fe1fa39d3035b8177bd30c3977c40ed41e9810ffebb13","urls":["bzz-raw://2f0508d70a34ce0661e52b4201996bea5e61e0108a4a218acc3728be5d51fbc2","dweb:/ipfs/QmQx9bX9cYUENRvXV55NhHL3TFiNXGqvVyy8aYDA1KCagn"],"license":"MIT"},"src/modules/erc721-puppet/IERC721Mintable.sol":{"keccak256":"0xa647391a56ac17e6e73a5fb04d641c8a97abde19a7da80a8fc80902d7cce36aa","urls":["bzz-raw://862f638b4e4b300067f6a485580ec904d428281de46e3a186b558ff3e15e4733","dweb:/ipfs/QmUkgdfZJtwyBSrCyckw9GVFrZsD1rUAK2Nd3GBH12duLo"],"license":"MIT"},"src/modules/erc721-puppet/IERC721Receiver.sol":{"keccak256":"0xa831e4590058e4424b7b7e859bef0eea8de3f2a036a100f81a2ac5f1117258d7","urls":["bzz-raw://9ccc8731758952f21049142b6f8c5b9a64389367b8ebe6a79953c2e92c7393e5","dweb:/ipfs/Qmf9o5qgENkreeUMga4DJfoqk6ocwGqMcCLpjJojthDM9t"],"license":"MIT"},"src/modules/erc721-puppet/constants.sol":{"keccak256":"0xf8a29616bcb176258295bae6dcb8c9eada8e18812c823c3490ff238370f3a64d","urls":["bzz-raw://f800f102f773e4c5b2281b44a9f477d7a4d7dca13ddb369fa0d4479cddbfb04c","dweb:/ipfs/QmSiqQuHY8cPTXkpnK3NyZCkeATzjYNpoR8vrijrfLdwqn"],"license":"MIT"},"src/modules/erc721-puppet/tables/ERC721Metadata.sol":{"keccak256":"0x23b0f62cec1cb1ca59342f273f6fa237e174573d9b37b0a564dd7ae400d63c2a","urls":["bzz-raw://60418a4d729e56cb17f2888dfa41964a8e29ddbe1b32239dba97cd9b90a2bfad","dweb:/ipfs/QmSeEUxh2zX6gKRzovN4eSgb2VYCohVUwpbPiXAA54up1W"],"license":"MIT"},"src/modules/erc721-puppet/tables/OperatorApproval.sol":{"keccak256":"0x258d17e5897f5278845ac031a56605f1baa1d1bd531e17331f39ea83f2307da3","urls":["bzz-raw://d88b315ed46f3aadc64d01970cb4bf9d51655b9350f70dbe847799e3da2243d5","dweb:/ipfs/Qma3hWeWAsRxjX2quDV2dooDNQUX1xSihoa2HL2cr2j4rN"],"license":"MIT"},"src/modules/erc721-puppet/tables/Owners.sol":{"keccak256":"0x1b923dc566774e48cbd6a40d071b93c22ddd4c0c17d142b2825031b731e20f61","urls":["bzz-raw://8383531c8d680b898882d0afcce627884ddb8de1b02b97788d1da425940b1b2b","dweb:/ipfs/QmPDFdLaYUnEoUhSeFjKctvPPw6vDHFjoM3C173ww9TPTZ"],"license":"MIT"},"src/modules/erc721-puppet/tables/TokenApproval.sol":{"keccak256":"0xc6eef4dad94ed16b7b2c480912f9ae0fd3dd9a1e1e96f1a0166eaf3b96937f73","urls":["bzz-raw://747c07a427e4b3f5f02665fdd676716923b6b9aa06109e523560b5007fb5e0f4","dweb:/ipfs/QmUrnBFHorUEa1nzaHnHnvLq4G4S3pY6EgrsAN66R35b8B"],"license":"MIT"},"src/modules/erc721-puppet/tables/TokenURI.sol":{"keccak256":"0x10b10937ee5a470ef746b2d20860f7c44dae4f3b4c39252d227054c81338a202","urls":["bzz-raw://26de8741012adf60050dd199e22b5ced8cf97e96c5e7e95642dece2993bfb198","dweb:/ipfs/QmSQJDtCXKNg9zgu72LTTMvXcGtDxMuoD9tjqyW4macxRX"],"license":"MIT"},"src/modules/erc721-puppet/utils.sol":{"keccak256":"0xd497c2610d37ef3b800e3aef80d36661c60b5e36325565c3bc5c3ce986b641a5","urls":["bzz-raw://7406b572bdef593e1a8d0faaa94e9869108fc2cc7955da3aa3a62a56428c9a0c","dweb:/ipfs/QmPKnuzAkPVyhpJz25fNCfGcvyPPZZWgsm5QbKZva82EWS"],"license":"MIT"},"src/modules/puppet/Puppet.sol":{"keccak256":"0x0793dc274d0e27b9a00369935693952f2b15e85b243ebed5994cc0c5fd806bc9","urls":["bzz-raw://d94877420ab98c06013f327ce43e18a7dd3f9a42a33f76a5291ae8424b2699a6","dweb:/ipfs/QmcpKAzLV2eKSU7Pfbb7wgkidNeWSUyUD5J2Scgio16RS8"],"license":"MIT"},"src/modules/puppet/PuppetMaster.sol":{"keccak256":"0xc83209af82eba3b3452a5c62531d52edb13d69db67c768ec12989cfaf9191c72","urls":["bzz-raw://f1d83a60ed2e3a15cde57d6fc859ee7c76e6d089010f41189151e799eb90525c","dweb:/ipfs/QmfZLVNQ9G3kkMBxu3koZbMVPqhtxGTw2iziZQbob4AFhm"],"license":"MIT"},"src/modules/puppet/constants.sol":{"keccak256":"0x55dc370e83d22bd3ddb79172658731deb725c7609c1966d58cfdc5276bc20a7e","urls":["bzz-raw://6bc27074a755a64d238f32cfd07b4226cfd47fd157f4f0829c13d8d5406d5f9d","dweb:/ipfs/QmZesmQK815TdF6AuZpKZ249NXP2Qqnzmy9k3WpNRc5Cyq"],"license":"MIT"},"src/modules/puppet/tables/PuppetRegistry.sol":{"keccak256":"0x7599140542e17339a785741ca6057d2b5ca5529a816b4609940e43e154bf179d","urls":["bzz-raw://2b251df5ef3be9a7cca661d861ba8802181fe55607cf119313ad6db0bcd73be9","dweb:/ipfs/QmaVjFTBdqasneWm1EakzBgBU9n7i4vV1YdrGiqYT5pobk"],"license":"MIT"},"src/modules/puppet/utils.sol":{"keccak256":"0x0c07e1daf167a9ebcf81d1b176e4aef23d12b0bc01333c572c0482b699fd199d","urls":["bzz-raw://7f2ec0928e530ae3b75aadfe224a5c1654d0c26b8f10e06e490274fff3871489","dweb:/ipfs/QmPLfak2kwefQ5tcNFxuE9TXsQ4PVkvTraHWZU8PK9GkR4"],"license":"MIT"},"src/modules/tokens/tables/Balances.sol":{"keccak256":"0x323871032273e403a04e1b27c36dda8ec5cc7ae116c96af6843ad9b9585327db","urls":["bzz-raw://bd555e72a6b5c42e27aaeda796e93b50a9e4a0f9253dba806a484ff8559c4fd7","dweb:/ipfs/QmQ3hJxyoWVj4Cx7w2Yb9DW18htPeN2z8drkz2Sq3emEyB"],"license":"MIT"},"src/utils/AccessControlLib.sol":{"keccak256":"0xc14746b7e25f7d3340b9585c170f2120a46639f3c6ebb8ba88ca81311f475df2","urls":["bzz-raw://fba240838bc55220b4c9efdcd389df4ec028d43ea9f682cf583d7879280a7bb8","dweb:/ipfs/QmV5fyNXfFgdTxYRYB1NzNQKkypnQH8SJ5C6BZpjhieiUS"],"license":"MIT"}},"version":1},"id":142}
|