@etherisc/gif-next 0.0.2-e964d24-516 → 0.0.2-e987ccf-894
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/README.md +51 -5
 - package/artifacts/contracts/authorization/AccessAdmin.sol/AccessAdmin.dbg.json +4 -0
 - package/artifacts/contracts/authorization/AccessAdmin.sol/AccessAdmin.json +1253 -0
 - package/artifacts/contracts/authorization/AccessManagerCloneable.sol/AccessManagerCloneable.dbg.json +4 -0
 - package/artifacts/contracts/authorization/AccessManagerCloneable.sol/AccessManagerCloneable.json +1206 -0
 - package/artifacts/contracts/authorization/Authorization.sol/Authorization.dbg.json +4 -0
 - package/artifacts/contracts/authorization/Authorization.sol/Authorization.json +358 -0
 - package/artifacts/contracts/authorization/IAccess.sol/IAccess.dbg.json +4 -0
 - package/artifacts/contracts/{instance/module/ISetup.sol/ISetup.json → authorization/IAccess.sol/IAccess.json} +2 -2
 - package/artifacts/contracts/authorization/IAccessAdmin.sol/IAccessAdmin.dbg.json +4 -0
 - package/artifacts/contracts/authorization/IAccessAdmin.sol/IAccessAdmin.json +1032 -0
 - package/artifacts/contracts/authorization/IAuthorization.sol/IAuthorization.dbg.json +4 -0
 - package/artifacts/contracts/authorization/IAuthorization.sol/IAuthorization.json +258 -0
 - package/artifacts/contracts/authorization/IModuleAuthorization.sol/IModuleAuthorization.dbg.json +4 -0
 - package/artifacts/contracts/authorization/IModuleAuthorization.sol/IModuleAuthorization.json +290 -0
 - package/artifacts/contracts/authorization/IServiceAuthorization.sol/IServiceAuthorization.dbg.json +4 -0
 - package/artifacts/contracts/authorization/IServiceAuthorization.sol/IServiceAuthorization.json +148 -0
 - package/artifacts/contracts/authorization/ModuleAuthorization.sol/ModuleAuthorization.dbg.json +4 -0
 - package/artifacts/contracts/authorization/ModuleAuthorization.sol/ModuleAuthorization.json +390 -0
 - package/artifacts/contracts/authorization/ServiceAuthorization.sol/ServiceAuthorization.dbg.json +4 -0
 - package/artifacts/contracts/authorization/ServiceAuthorization.sol/ServiceAuthorization.json +190 -0
 - package/artifacts/contracts/distribution/BasicDistribution.sol/BasicDistribution.dbg.json +4 -0
 - package/artifacts/contracts/distribution/BasicDistribution.sol/BasicDistribution.json +1500 -0
 - package/artifacts/contracts/distribution/BasicDistributionAuthorization.sol/BasicDistributionAuthorization.dbg.json +4 -0
 - package/artifacts/contracts/distribution/BasicDistributionAuthorization.sol/BasicDistributionAuthorization.json +410 -0
 - package/artifacts/contracts/distribution/Distribution.sol/Distribution.dbg.json +1 -1
 - package/artifacts/contracts/distribution/Distribution.sol/Distribution.json +179 -385
 - package/artifacts/contracts/distribution/DistributionService.sol/DistributionService.dbg.json +1 -1
 - package/artifacts/contracts/distribution/DistributionService.sol/DistributionService.json +280 -324
 - package/artifacts/contracts/distribution/DistributionServiceManager.sol/DistributionServiceManager.dbg.json +1 -1
 - package/artifacts/contracts/distribution/DistributionServiceManager.sol/DistributionServiceManager.json +130 -72
 - package/artifacts/contracts/distribution/IDistributionComponent.sol/IDistributionComponent.dbg.json +1 -1
 - package/artifacts/contracts/distribution/IDistributionComponent.sol/IDistributionComponent.json +171 -254
 - package/artifacts/contracts/distribution/IDistributionService.sol/IDistributionService.dbg.json +1 -1
 - package/artifacts/contracts/distribution/IDistributionService.sol/IDistributionService.json +186 -94
 - package/artifacts/contracts/instance/BundleSet.sol/BundleSet.dbg.json +4 -0
 - package/artifacts/contracts/instance/BundleSet.sol/BundleSet.json +703 -0
 - package/artifacts/contracts/instance/IInstance.sol/IInstance.dbg.json +1 -1
 - package/artifacts/contracts/instance/IInstance.sol/IInstance.json +77 -78
 - package/artifacts/contracts/instance/IInstanceService.sol/IInstanceService.dbg.json +1 -1
 - package/artifacts/contracts/instance/IInstanceService.sol/IInstanceService.json +193 -52
 - package/artifacts/contracts/instance/Instance.sol/Instance.dbg.json +1 -1
 - package/artifacts/contracts/instance/Instance.sol/Instance.json +93 -126
 - package/artifacts/contracts/instance/InstanceAdmin.sol/InstanceAdmin.dbg.json +4 -0
 - package/artifacts/contracts/instance/InstanceAdmin.sol/InstanceAdmin.json +1626 -0
 - package/artifacts/contracts/instance/InstanceAuthorizationV3.sol/InstanceAuthorizationV3.dbg.json +4 -0
 - package/artifacts/contracts/instance/InstanceAuthorizationV3.sol/InstanceAuthorizationV3.json +601 -0
 - package/artifacts/contracts/instance/InstanceReader.sol/InstanceReader.dbg.json +1 -1
 - package/artifacts/contracts/instance/InstanceReader.sol/InstanceReader.json +590 -328
 - package/artifacts/contracts/instance/InstanceService.sol/InstanceService.dbg.json +1 -1
 - package/artifacts/contracts/instance/InstanceService.sol/InstanceService.json +282 -101
 - package/artifacts/contracts/instance/InstanceServiceManager.sol/InstanceServiceManager.dbg.json +1 -1
 - package/artifacts/contracts/instance/InstanceServiceManager.sol/InstanceServiceManager.json +120 -42
 - package/artifacts/contracts/instance/InstanceStore.sol/InstanceStore.dbg.json +1 -1
 - package/artifacts/contracts/instance/InstanceStore.sol/InstanceStore.json +1294 -370
 - package/artifacts/contracts/instance/base/BalanceStore.sol/BalanceStore.dbg.json +4 -0
 - package/artifacts/contracts/instance/base/BalanceStore.sol/BalanceStore.json +318 -0
 - package/artifacts/contracts/instance/base/Cloneable.sol/Cloneable.dbg.json +4 -0
 - package/artifacts/contracts/instance/{Cloneable.sol → base/Cloneable.sol}/Cloneable.json +1 -54
 - package/artifacts/contracts/instance/base/ObjectCounter.sol/ObjectCounter.dbg.json +4 -0
 - package/artifacts/contracts/instance/base/ObjectCounter.sol/ObjectCounter.json +10 -0
 - package/artifacts/contracts/instance/base/ObjectLifecycle.sol/ObjectLifecycle.dbg.json +4 -0
 - package/artifacts/contracts/instance/base/ObjectLifecycle.sol/ObjectLifecycle.json +182 -0
 - package/artifacts/contracts/instance/base/ObjectSet.sol/ObjectSet.dbg.json +4 -0
 - package/artifacts/contracts/instance/base/ObjectSet.sol/ObjectSet.json +181 -0
 - package/artifacts/contracts/instance/module/IAccess.sol/IAccess.dbg.json +1 -1
 - package/artifacts/contracts/instance/module/IAccess.sol/IAccess.json +8 -116
 - package/artifacts/contracts/instance/module/IBundle.sol/IBundle.dbg.json +1 -1
 - package/artifacts/contracts/instance/module/IComponents.sol/IComponents.dbg.json +1 -1
 - package/artifacts/contracts/instance/module/IDistribution.sol/IDistribution.dbg.json +1 -1
 - package/artifacts/contracts/instance/module/IPolicy.sol/IPolicy.dbg.json +1 -1
 - package/artifacts/contracts/instance/module/IRisk.sol/IRisk.dbg.json +1 -1
 - package/artifacts/contracts/mock/Dip.sol/Dip.dbg.json +4 -0
 - package/artifacts/contracts/mock/Dip.sol/Dip.json +376 -0
 - package/artifacts/contracts/oracle/BasicOracle.sol/BasicOracle.dbg.json +4 -0
 - package/artifacts/contracts/oracle/BasicOracle.sol/BasicOracle.json +1137 -0
 - package/artifacts/contracts/oracle/BasicOracleAuthorization.sol/BasicOracleAuthorization.dbg.json +4 -0
 - package/artifacts/contracts/oracle/BasicOracleAuthorization.sol/BasicOracleAuthorization.json +418 -0
 - package/artifacts/contracts/oracle/IOracle.sol/IOracle.dbg.json +4 -0
 - package/artifacts/contracts/oracle/IOracle.sol/IOracle.json +52 -0
 - package/artifacts/contracts/oracle/IOracleComponent.sol/IOracleComponent.dbg.json +4 -0
 - package/artifacts/contracts/oracle/IOracleComponent.sol/IOracleComponent.json +776 -0
 - package/artifacts/contracts/oracle/IOracleService.sol/IOracleService.dbg.json +4 -0
 - package/artifacts/contracts/oracle/IOracleService.sol/IOracleService.json +675 -0
 - package/artifacts/contracts/oracle/Oracle.sol/Oracle.dbg.json +4 -0
 - package/artifacts/contracts/oracle/Oracle.sol/Oracle.json +1029 -0
 - package/artifacts/contracts/oracle/OracleService.sol/OracleService.dbg.json +4 -0
 - package/artifacts/contracts/oracle/OracleService.sol/OracleService.json +1034 -0
 - package/artifacts/contracts/oracle/OracleServiceManager.sol/OracleServiceManager.dbg.json +4 -0
 - package/artifacts/contracts/oracle/OracleServiceManager.sol/OracleServiceManager.json +730 -0
 - package/artifacts/contracts/pool/BasicPool.sol/BasicPool.dbg.json +4 -0
 - package/artifacts/contracts/pool/BasicPool.sol/BasicPool.json +1406 -0
 - package/artifacts/contracts/pool/BasicPoolAuthorization.sol/BasicPoolAuthorization.dbg.json +4 -0
 - package/artifacts/contracts/pool/BasicPoolAuthorization.sol/BasicPoolAuthorization.json +410 -0
 - package/artifacts/contracts/pool/BundleService.sol/BundleService.dbg.json +1 -1
 - package/artifacts/contracts/pool/BundleService.sol/BundleService.json +399 -213
 - package/artifacts/contracts/pool/BundleServiceManager.sol/BundleServiceManager.dbg.json +1 -1
 - package/artifacts/contracts/pool/BundleServiceManager.sol/BundleServiceManager.json +176 -50
 - package/artifacts/contracts/pool/IBundleService.sol/IBundleService.dbg.json +1 -1
 - package/artifacts/contracts/pool/IBundleService.sol/IBundleService.json +204 -32
 - package/artifacts/contracts/pool/IPoolComponent.sol/IPoolComponent.dbg.json +1 -1
 - package/artifacts/contracts/pool/IPoolComponent.sol/IPoolComponent.json +181 -356
 - package/artifacts/contracts/pool/IPoolService.sol/IPoolService.dbg.json +1 -1
 - package/artifacts/contracts/pool/IPoolService.sol/IPoolService.json +342 -211
 - package/artifacts/contracts/pool/Pool.sol/Pool.dbg.json +1 -1
 - package/artifacts/contracts/pool/Pool.sol/Pool.json +227 -442
 - package/artifacts/contracts/pool/PoolService.sol/PoolService.dbg.json +1 -1
 - package/artifacts/contracts/pool/PoolService.sol/PoolService.json +401 -432
 - package/artifacts/contracts/pool/PoolServiceManager.sol/PoolServiceManager.dbg.json +1 -1
 - package/artifacts/contracts/pool/PoolServiceManager.sol/PoolServiceManager.json +106 -68
 - package/artifacts/contracts/product/ApplicationService.sol/ApplicationService.dbg.json +1 -1
 - package/artifacts/contracts/product/ApplicationService.sol/ApplicationService.json +92 -158
 - package/artifacts/contracts/product/ApplicationServiceManager.sol/ApplicationServiceManager.dbg.json +1 -1
 - package/artifacts/contracts/product/ApplicationServiceManager.sol/ApplicationServiceManager.json +111 -37
 - package/artifacts/contracts/product/BasicProduct.sol/BasicProduct.dbg.json +4 -0
 - package/artifacts/contracts/product/BasicProduct.sol/BasicProduct.json +1254 -0
 - package/artifacts/contracts/product/BasicProductAuthorization.sol/BasicProductAuthorization.dbg.json +4 -0
 - package/artifacts/contracts/product/BasicProductAuthorization.sol/BasicProductAuthorization.json +410 -0
 - package/artifacts/contracts/product/ClaimService.sol/ClaimService.dbg.json +1 -1
 - package/artifacts/contracts/product/ClaimService.sol/ClaimService.json +142 -187
 - package/artifacts/contracts/product/ClaimServiceManager.sol/ClaimServiceManager.dbg.json +1 -1
 - package/artifacts/contracts/product/ClaimServiceManager.sol/ClaimServiceManager.json +130 -56
 - package/artifacts/contracts/product/IApplicationService.sol/IApplicationService.dbg.json +1 -1
 - package/artifacts/contracts/product/IApplicationService.sol/IApplicationService.json +25 -1
 - package/artifacts/contracts/product/IClaimService.sol/IClaimService.dbg.json +1 -1
 - package/artifacts/contracts/product/IClaimService.sol/IClaimService.json +46 -1
 - package/artifacts/contracts/product/IPolicyService.sol/IPolicyService.dbg.json +1 -1
 - package/artifacts/contracts/product/IPolicyService.sol/IPolicyService.json +217 -73
 - package/artifacts/contracts/product/IPricingService.sol/IPricingService.dbg.json +1 -1
 - package/artifacts/contracts/product/IPricingService.sol/IPricingService.json +83 -44
 - package/artifacts/contracts/product/IProductComponent.sol/IProductComponent.dbg.json +1 -1
 - package/artifacts/contracts/product/IProductComponent.sol/IProductComponent.json +271 -173
 - package/artifacts/contracts/product/IProductService.sol/IProductService.dbg.json +1 -1
 - package/artifacts/contracts/product/IProductService.sol/IProductService.json +13 -55
 - package/artifacts/contracts/product/PolicyService.sol/PolicyService.dbg.json +1 -1
 - package/artifacts/contracts/product/PolicyService.sol/PolicyService.json +244 -286
 - package/artifacts/contracts/product/PolicyServiceManager.sol/PolicyServiceManager.dbg.json +1 -1
 - package/artifacts/contracts/product/PolicyServiceManager.sol/PolicyServiceManager.json +117 -91
 - package/artifacts/contracts/product/PricingService.sol/PricingService.dbg.json +1 -1
 - package/artifacts/contracts/product/PricingService.sol/PricingService.json +188 -220
 - package/artifacts/contracts/product/PricingServiceManager.sol/PricingServiceManager.dbg.json +1 -1
 - package/artifacts/contracts/product/PricingServiceManager.sol/PricingServiceManager.json +135 -57
 - package/artifacts/contracts/product/Product.sol/Product.dbg.json +1 -1
 - package/artifacts/contracts/product/Product.sol/Product.json +345 -331
 - package/artifacts/contracts/product/ProductService.sol/ProductService.dbg.json +1 -1
 - package/artifacts/contracts/product/ProductService.sol/ProductService.json +47 -203
 - package/artifacts/contracts/product/ProductServiceManager.sol/ProductServiceManager.dbg.json +1 -1
 - package/artifacts/contracts/product/ProductServiceManager.sol/ProductServiceManager.json +94 -32
 - package/artifacts/contracts/registry/ChainNft.sol/ChainNft.dbg.json +1 -1
 - package/artifacts/contracts/registry/ChainNft.sol/ChainNft.json +2 -2
 - package/artifacts/contracts/registry/IRegistry.sol/IRegistry.dbg.json +1 -1
 - package/artifacts/contracts/registry/IRegistry.sol/IRegistry.json +183 -29
 - package/artifacts/contracts/registry/IRegistryService.sol/IRegistryService.dbg.json +1 -1
 - package/artifacts/contracts/registry/IRegistryService.sol/IRegistryService.json +206 -124
 - package/artifacts/contracts/registry/ITransferInterceptor.sol/ITransferInterceptor.dbg.json +1 -1
 - package/artifacts/contracts/registry/Registry.sol/Registry.dbg.json +1 -1
 - package/artifacts/contracts/registry/Registry.sol/Registry.json +440 -40
 - package/artifacts/contracts/registry/RegistryAdmin.sol/RegistryAdmin.dbg.json +4 -0
 - package/artifacts/contracts/registry/RegistryAdmin.sol/RegistryAdmin.json +1746 -0
 - package/artifacts/contracts/registry/RegistryService.sol/RegistryService.dbg.json +1 -1
 - package/artifacts/contracts/registry/RegistryService.sol/RegistryService.json +370 -68
 - package/artifacts/contracts/registry/RegistryServiceManager.sol/RegistryServiceManager.dbg.json +1 -1
 - package/artifacts/contracts/registry/RegistryServiceManager.sol/RegistryServiceManager.json +99 -35
 - package/artifacts/contracts/registry/ReleaseLifecycle.sol/ReleaseLifecycle.dbg.json +4 -0
 - package/artifacts/contracts/registry/ReleaseLifecycle.sol/ReleaseLifecycle.json +164 -0
 - package/artifacts/contracts/registry/ReleaseRegistry.sol/ReleaseRegistry.dbg.json +4 -0
 - package/artifacts/contracts/registry/ReleaseRegistry.sol/ReleaseRegistry.json +1159 -0
 - package/artifacts/contracts/registry/ServiceAuthorizationV3.sol/ServiceAuthorizationV3.dbg.json +4 -0
 - package/artifacts/contracts/registry/ServiceAuthorizationV3.sol/ServiceAuthorizationV3.json +214 -0
 - package/artifacts/contracts/registry/TokenRegistry.sol/TokenRegistry.dbg.json +1 -1
 - package/artifacts/contracts/registry/TokenRegistry.sol/TokenRegistry.json +314 -138
 - package/artifacts/contracts/shared/Component.sol/Component.dbg.json +1 -1
 - package/artifacts/contracts/shared/Component.sol/Component.json +104 -145
 - package/artifacts/contracts/shared/ComponentService.sol/ComponentService.dbg.json +1 -1
 - package/artifacts/contracts/shared/ComponentService.sol/ComponentService.json +1252 -203
 - package/artifacts/contracts/shared/ComponentServiceManager.sol/ComponentServiceManager.dbg.json +4 -0
 - package/artifacts/contracts/shared/ComponentServiceManager.sol/ComponentServiceManager.json +804 -0
 - package/artifacts/contracts/shared/ComponentVerifyingService.sol/ComponentVerifyingService.dbg.json +4 -0
 - package/artifacts/contracts/shared/ComponentVerifyingService.sol/ComponentVerifyingService.json +539 -0
 - package/artifacts/contracts/shared/IComponent.sol/IComponent.dbg.json +1 -1
 - package/artifacts/contracts/shared/IComponent.sol/IComponent.json +76 -107
 - package/artifacts/contracts/shared/IComponentService.sol/IComponentService.dbg.json +4 -0
 - package/artifacts/contracts/shared/IComponentService.sol/IComponentService.json +1033 -0
 - package/artifacts/contracts/shared/IInstanceLinkedComponent.sol/IInstanceLinkedComponent.dbg.json +4 -0
 - package/artifacts/contracts/shared/IInstanceLinkedComponent.sol/IInstanceLinkedComponent.json +711 -0
 - package/artifacts/contracts/shared/IKeyValueStore.sol/IKeyValueStore.dbg.json +4 -0
 - package/artifacts/contracts/{instance/base → shared}/IKeyValueStore.sol/IKeyValueStore.json +59 -14
 - package/artifacts/contracts/shared/ILifecycle.sol/ILifecycle.dbg.json +4 -0
 - package/artifacts/contracts/{instance/base → shared}/ILifecycle.sol/ILifecycle.json +1 -6
 - package/artifacts/contracts/shared/INftOwnable.sol/INftOwnable.dbg.json +1 -1
 - package/artifacts/contracts/shared/INftOwnable.sol/INftOwnable.json +7 -1
 - package/artifacts/contracts/shared/IPolicyHolder.sol/IPolicyHolder.dbg.json +1 -1
 - package/artifacts/contracts/shared/IPolicyHolder.sol/IPolicyHolder.json +21 -3
 - package/artifacts/contracts/shared/IRegisterable.sol/IRegisterable.dbg.json +1 -1
 - package/artifacts/contracts/shared/IRegisterable.sol/IRegisterable.json +7 -1
 - package/artifacts/contracts/shared/IRegistryLinked.sol/IRegistryLinked.dbg.json +1 -1
 - package/artifacts/contracts/shared/IService.sol/IService.dbg.json +1 -1
 - package/artifacts/contracts/shared/IService.sol/IService.json +20 -1
 - package/artifacts/contracts/shared/InitializableCustom.sol/InitializableCustom.dbg.json +4 -0
 - package/artifacts/contracts/shared/InitializableCustom.sol/InitializableCustom.json +39 -0
 - package/artifacts/contracts/shared/InitializableERC165.sol/InitializableERC165.dbg.json +4 -0
 - package/artifacts/contracts/shared/InitializableERC165.sol/InitializableERC165.json +73 -0
 - package/artifacts/contracts/shared/InstanceLinkedComponent.sol/InstanceLinkedComponent.dbg.json +4 -0
 - package/artifacts/contracts/shared/InstanceLinkedComponent.sol/InstanceLinkedComponent.json +951 -0
 - package/artifacts/contracts/shared/KeyValueStore.sol/KeyValueStore.dbg.json +4 -0
 - package/artifacts/contracts/shared/KeyValueStore.sol/KeyValueStore.json +497 -0
 - package/artifacts/contracts/shared/Lifecycle.sol/Lifecycle.dbg.json +4 -0
 - package/artifacts/contracts/shared/Lifecycle.sol/Lifecycle.json +133 -0
 - package/artifacts/contracts/shared/NftIdSet.sol/NftIdSet.dbg.json +4 -0
 - package/artifacts/contracts/shared/NftIdSet.sol/NftIdSet.json +306 -0
 - package/artifacts/contracts/shared/NftOwnable.sol/NftOwnable.dbg.json +1 -1
 - package/artifacts/contracts/shared/NftOwnable.sol/NftOwnable.json +13 -7
 - package/artifacts/contracts/shared/PolicyHolder.sol/PolicyHolder.dbg.json +1 -1
 - package/artifacts/contracts/shared/PolicyHolder.sol/PolicyHolder.json +31 -13
 - package/artifacts/contracts/shared/Registerable.sol/Registerable.dbg.json +1 -1
 - package/artifacts/contracts/shared/Registerable.sol/Registerable.json +21 -7
 - package/artifacts/contracts/shared/RegistryLinked.sol/RegistryLinked.dbg.json +1 -1
 - package/artifacts/contracts/shared/RegistryLinked.sol/RegistryLinked.json +2 -2
 - package/artifacts/contracts/shared/Service.sol/Service.dbg.json +1 -1
 - package/artifacts/contracts/shared/Service.sol/Service.json +20 -1
 - package/artifacts/contracts/shared/TokenHandler.sol/TokenHandler.dbg.json +1 -1
 - package/artifacts/contracts/shared/TokenHandler.sol/TokenHandler.json +362 -7
 - package/artifacts/contracts/shared/TokenHandlerDeployerLib.sol/TokenHandlerDeployerLib.dbg.json +4 -0
 - package/artifacts/contracts/shared/TokenHandlerDeployerLib.sol/TokenHandlerDeployerLib.json +108 -0
 - package/artifacts/contracts/staking/IStaking.sol/IStaking.dbg.json +4 -0
 - package/artifacts/contracts/staking/IStaking.sol/IStaking.json +1412 -0
 - package/artifacts/contracts/staking/IStakingService.sol/IStakingService.dbg.json +1 -1
 - package/artifacts/contracts/staking/IStakingService.sol/IStakingService.json +566 -54
 - package/artifacts/contracts/staking/StakeManagerLib.sol/StakeManagerLib.dbg.json +4 -0
 - package/artifacts/contracts/staking/StakeManagerLib.sol/StakeManagerLib.json +387 -0
 - package/artifacts/contracts/staking/Staking.sol/Staking.dbg.json +4 -0
 - package/artifacts/contracts/staking/Staking.sol/Staking.json +1941 -0
 - package/artifacts/contracts/staking/StakingLifecycle.sol/StakingLifecycle.dbg.json +4 -0
 - package/artifacts/contracts/staking/StakingLifecycle.sol/StakingLifecycle.json +164 -0
 - package/artifacts/contracts/staking/StakingManager.sol/StakingManager.dbg.json +4 -0
 - package/artifacts/contracts/staking/StakingManager.sol/StakingManager.json +761 -0
 - package/artifacts/contracts/staking/StakingReader.sol/StakingReader.dbg.json +4 -0
 - package/artifacts/contracts/staking/StakingReader.sol/StakingReader.json +592 -0
 - package/artifacts/contracts/staking/StakingService.sol/StakingService.dbg.json +1 -1
 - package/artifacts/contracts/staking/StakingService.sol/StakingService.json +661 -85
 - package/artifacts/contracts/staking/StakingServiceManager.sol/StakingServiceManager.dbg.json +4 -0
 - package/artifacts/contracts/staking/StakingServiceManager.sol/StakingServiceManager.json +718 -0
 - package/artifacts/contracts/staking/StakingStore.sol/StakingStore.dbg.json +4 -0
 - package/artifacts/contracts/staking/StakingStore.sol/StakingStore.json +2242 -0
 - package/artifacts/contracts/staking/TargetManagerLib.sol/TargetManagerLib.dbg.json +4 -0
 - package/artifacts/contracts/staking/TargetManagerLib.sol/TargetManagerLib.json +576 -0
 - package/artifacts/contracts/type/AddressSet.sol/LibAddressSet.dbg.json +1 -1
 - package/artifacts/contracts/type/AddressSet.sol/LibAddressSet.json +2 -2
 - package/artifacts/contracts/type/Amount.sol/AmountLib.dbg.json +1 -1
 - package/artifacts/contracts/type/Amount.sol/AmountLib.json +97 -4
 - package/artifacts/contracts/type/Blocknumber.sol/BlocknumberLib.dbg.json +1 -1
 - package/artifacts/contracts/type/Blocknumber.sol/BlocknumberLib.json +53 -2
 - package/artifacts/contracts/type/ClaimId.sol/ClaimIdLib.dbg.json +1 -1
 - package/artifacts/contracts/type/ClaimId.sol/ClaimIdLib.json +4 -4
 - package/artifacts/contracts/type/DistributorType.sol/DistributorTypeLib.dbg.json +1 -1
 - package/artifacts/contracts/type/DistributorType.sol/DistributorTypeLib.json +4 -4
 - package/artifacts/contracts/type/Fee.sol/FeeLib.dbg.json +1 -1
 - package/artifacts/contracts/type/Fee.sol/FeeLib.json +39 -34
 - package/artifacts/contracts/type/Key32.sol/Key32Lib.dbg.json +1 -1
 - package/artifacts/contracts/type/Key32.sol/Key32Lib.json +2 -2
 - package/artifacts/contracts/type/NftId.sol/NftIdLib.dbg.json +1 -1
 - package/artifacts/contracts/type/NftId.sol/NftIdLib.json +47 -4
 - package/artifacts/contracts/type/NftIdSet.sol/LibNftIdSet.dbg.json +1 -1
 - package/artifacts/contracts/type/NftIdSet.sol/LibNftIdSet.json +2 -2
 - package/artifacts/contracts/type/ObjectType.sol/ObjectTypeLib.dbg.json +1 -1
 - package/artifacts/contracts/type/ObjectType.sol/ObjectTypeLib.json +149 -2
 - package/artifacts/contracts/type/PayoutId.sol/PayoutIdLib.dbg.json +1 -1
 - package/artifacts/contracts/type/PayoutId.sol/PayoutIdLib.json +4 -4
 - package/artifacts/contracts/type/Referral.sol/ReferralLib.dbg.json +1 -1
 - package/artifacts/contracts/type/Referral.sol/ReferralLib.json +4 -4
 - package/artifacts/contracts/type/RequestId.sol/RequestIdLib.dbg.json +4 -0
 - package/artifacts/contracts/type/RequestId.sol/RequestIdLib.json +204 -0
 - package/artifacts/contracts/type/RiskId.sol/RiskIdLib.dbg.json +1 -1
 - package/artifacts/contracts/type/RiskId.sol/RiskIdLib.json +4 -4
 - package/artifacts/contracts/type/RoleId.sol/RoleIdLib.dbg.json +1 -1
 - package/artifacts/contracts/type/RoleId.sol/RoleIdLib.json +219 -6
 - package/artifacts/contracts/type/Seconds.sol/SecondsLib.dbg.json +1 -1
 - package/artifacts/contracts/type/Seconds.sol/SecondsLib.json +100 -2
 - package/artifacts/contracts/type/Selector.sol/SelectorLib.dbg.json +4 -0
 - package/artifacts/contracts/type/Selector.sol/SelectorLib.json +129 -0
 - package/artifacts/contracts/type/Selector.sol/SelectorSetLib.dbg.json +4 -0
 - package/artifacts/contracts/type/Selector.sol/SelectorSetLib.json +10 -0
 - package/artifacts/contracts/type/StateId.sol/StateIdLib.dbg.json +1 -1
 - package/artifacts/contracts/type/StateId.sol/StateIdLib.json +2 -2
 - package/artifacts/contracts/type/String.sol/StrLib.dbg.json +4 -0
 - package/artifacts/contracts/type/String.sol/StrLib.json +132 -0
 - package/artifacts/contracts/type/Timestamp.sol/TimestampLib.dbg.json +1 -1
 - package/artifacts/contracts/type/Timestamp.sol/TimestampLib.json +36 -4
 - package/artifacts/contracts/type/UFixed.sol/MathLib.dbg.json +1 -1
 - package/artifacts/contracts/type/UFixed.sol/MathLib.json +9 -3
 - package/artifacts/contracts/type/UFixed.sol/UFixedLib.dbg.json +1 -1
 - package/artifacts/contracts/type/UFixed.sol/UFixedLib.json +58 -2
 - package/artifacts/contracts/type/Version.sol/VersionLib.dbg.json +1 -1
 - package/artifacts/contracts/type/Version.sol/VersionLib.json +2 -2
 - package/artifacts/contracts/type/Version.sol/VersionPartLib.dbg.json +1 -1
 - package/artifacts/contracts/type/Version.sol/VersionPartLib.json +21 -2
 - package/artifacts/contracts/upgradeability/IVersionable.sol/IVersionable.dbg.json +4 -0
 - package/artifacts/contracts/{shared → upgradeability}/IVersionable.sol/IVersionable.json +1 -1
 - package/artifacts/contracts/upgradeability/ProxyManager.sol/ProxyManager.dbg.json +4 -0
 - package/artifacts/contracts/upgradeability/ProxyManager.sol/ProxyManager.json +617 -0
 - package/artifacts/contracts/upgradeability/UpgradableProxyWithAdmin.sol/UpgradableProxyWithAdmin.dbg.json +4 -0
 - package/artifacts/contracts/upgradeability/UpgradableProxyWithAdmin.sol/UpgradableProxyWithAdmin.json +129 -0
 - package/artifacts/contracts/upgradeability/Versionable.sol/Versionable.dbg.json +4 -0
 - package/artifacts/contracts/{shared → upgradeability}/Versionable.sol/Versionable.json +1 -1
 - package/contracts/authorization/AccessAdmin.sol +591 -0
 - package/contracts/authorization/AccessManagerCloneable.sol +16 -0
 - package/contracts/authorization/Authorization.sol +217 -0
 - package/contracts/authorization/IAccess.sol +48 -0
 - package/contracts/authorization/IAccessAdmin.sol +136 -0
 - package/contracts/authorization/IAuthorization.sol +54 -0
 - package/contracts/authorization/IModuleAuthorization.sol +21 -0
 - package/contracts/authorization/IServiceAuthorization.sol +38 -0
 - package/contracts/authorization/ModuleAuthorization.sol +78 -0
 - package/contracts/authorization/ServiceAuthorization.sol +90 -0
 - package/contracts/distribution/BasicDistribution.sol +138 -0
 - package/contracts/distribution/BasicDistributionAuthorization.sol +47 -0
 - package/contracts/distribution/Distribution.sol +162 -152
 - package/contracts/distribution/DistributionService.sol +124 -136
 - package/contracts/distribution/DistributionServiceManager.sol +11 -23
 - package/contracts/distribution/IDistributionComponent.sol +28 -47
 - package/contracts/distribution/IDistributionService.sol +24 -10
 - package/contracts/instance/{BundleManager.sol → BundleSet.sol} +23 -23
 - package/contracts/instance/IInstance.sol +26 -17
 - package/contracts/instance/IInstanceService.sol +46 -27
 - package/contracts/instance/Instance.sol +114 -89
 - package/contracts/instance/InstanceAdmin.sol +285 -0
 - package/contracts/instance/InstanceAuthorizationV3.sol +203 -0
 - package/contracts/instance/InstanceReader.sol +106 -52
 - package/contracts/instance/InstanceService.sol +291 -132
 - package/contracts/instance/InstanceServiceManager.sol +12 -26
 - package/contracts/instance/InstanceStore.sol +146 -66
 - package/contracts/instance/base/BalanceStore.sol +123 -0
 - package/contracts/instance/base/Cloneable.sol +28 -0
 - package/contracts/instance/base/ObjectCounter.sol +21 -0
 - package/contracts/instance/base/ObjectLifecycle.sol +110 -0
 - package/contracts/instance/{ObjectManager.sol → base/ObjectSet.sol} +18 -21
 - package/contracts/instance/module/IAccess.sol +2 -10
 - package/contracts/instance/module/IBundle.sol +1 -4
 - package/contracts/instance/module/IComponents.sol +15 -10
 - package/contracts/instance/module/IDistribution.sol +0 -1
 - package/contracts/instance/module/IPolicy.sol +29 -22
 - package/contracts/mock/Dip.sol +26 -0
 - package/contracts/oracle/BasicOracle.sol +48 -0
 - package/contracts/oracle/BasicOracleAuthorization.sol +46 -0
 - package/contracts/oracle/IOracle.sol +36 -0
 - package/contracts/oracle/IOracleComponent.sol +33 -0
 - package/contracts/oracle/IOracleService.sol +65 -0
 - package/contracts/oracle/Oracle.sol +166 -0
 - package/contracts/oracle/OracleService.sol +278 -0
 - package/contracts/oracle/OracleServiceManager.sol +39 -0
 - package/contracts/pool/BasicPool.sol +166 -0
 - package/contracts/pool/BasicPoolAuthorization.sol +58 -0
 - package/contracts/pool/BundleService.sol +252 -196
 - package/contracts/pool/BundleServiceManager.sol +11 -23
 - package/contracts/pool/IBundleService.sol +35 -19
 - package/contracts/pool/IPoolComponent.sol +10 -66
 - package/contracts/pool/IPoolService.sol +79 -33
 - package/contracts/pool/Pool.sol +168 -144
 - package/contracts/pool/PoolService.sol +322 -216
 - package/contracts/pool/PoolServiceManager.sol +11 -23
 - package/contracts/product/ApplicationService.sol +144 -81
 - package/contracts/product/ApplicationServiceManager.sol +11 -8
 - package/contracts/product/BasicProduct.sol +52 -0
 - package/contracts/product/BasicProductAuthorization.sol +43 -0
 - package/contracts/product/ClaimService.sol +45 -66
 - package/contracts/product/ClaimServiceManager.sol +11 -8
 - package/contracts/product/IApplicationService.sol +2 -1
 - package/contracts/product/IClaimService.sol +13 -3
 - package/contracts/product/IPolicyService.sol +29 -36
 - package/contracts/product/IPricingService.sol +10 -8
 - package/contracts/product/IProductComponent.sol +10 -12
 - package/contracts/product/IProductService.sol +2 -8
 - package/contracts/product/PolicyService.sol +390 -190
 - package/contracts/product/PolicyServiceManager.sol +11 -26
 - package/contracts/product/PricingService.sol +103 -77
 - package/contracts/product/PricingServiceManager.sol +11 -23
 - package/contracts/product/Product.sol +154 -123
 - package/contracts/product/ProductService.sol +36 -147
 - package/contracts/product/ProductServiceManager.sol +11 -26
 - package/contracts/registry/ChainNft.sol +8 -1
 - package/contracts/registry/IRegistry.sol +55 -22
 - package/contracts/registry/IRegistryService.sol +38 -35
 - package/contracts/registry/Registry.sol +234 -125
 - package/contracts/registry/RegistryAdmin.sol +374 -0
 - package/contracts/registry/RegistryService.sol +67 -100
 - package/contracts/registry/RegistryServiceManager.sol +23 -30
 - package/contracts/registry/ReleaseLifecycle.sol +27 -0
 - package/contracts/registry/ReleaseRegistry.sol +485 -0
 - package/contracts/registry/ServiceAuthorizationV3.sol +199 -0
 - package/contracts/registry/TokenRegistry.sol +261 -62
 - package/contracts/shared/Component.sol +141 -144
 - package/contracts/shared/ComponentService.sol +587 -96
 - package/contracts/shared/ComponentServiceManager.sol +35 -0
 - package/contracts/shared/ComponentVerifyingService.sol +117 -0
 - package/contracts/shared/IComponent.sol +21 -41
 - package/contracts/shared/IComponentService.sol +108 -0
 - package/contracts/shared/IInstanceLinkedComponent.sol +56 -0
 - package/contracts/{instance/base → shared}/IKeyValueStore.sol +16 -11
 - package/contracts/{instance/base → shared}/ILifecycle.sol +3 -4
 - package/contracts/shared/INftOwnable.sol +1 -1
 - package/contracts/shared/IPolicyHolder.sol +6 -1
 - package/contracts/shared/IService.sol +9 -2
 - package/contracts/shared/InitializableCustom.sol +177 -0
 - package/contracts/shared/{ERC165.sol → InitializableERC165.sol} +2 -2
 - package/contracts/shared/InstanceLinkedComponent.sol +172 -0
 - package/contracts/shared/KeyValueStore.sol +131 -0
 - package/contracts/shared/Lifecycle.sol +77 -0
 - package/contracts/shared/NftIdSet.sol +65 -0
 - package/contracts/shared/NftOwnable.sol +5 -16
 - package/contracts/shared/PolicyHolder.sol +22 -17
 - package/contracts/shared/Registerable.sol +2 -2
 - package/contracts/shared/Service.sol +32 -22
 - package/contracts/shared/TokenHandler.sol +112 -8
 - package/contracts/shared/TokenHandlerDeployerLib.sol +12 -0
 - package/contracts/staking/IStaking.sol +167 -0
 - package/contracts/staking/IStakingService.sol +105 -47
 - package/contracts/staking/StakeManagerLib.sol +206 -0
 - package/contracts/staking/Staking.sol +497 -0
 - package/contracts/staking/StakingLifecycle.sol +23 -0
 - package/contracts/staking/StakingManager.sol +50 -0
 - package/contracts/staking/StakingReader.sol +183 -0
 - package/contracts/staking/StakingService.sol +288 -47
 - package/contracts/staking/{StakeingServiceManager.sol → StakingServiceManager.sol} +13 -6
 - package/contracts/staking/StakingStore.sol +605 -0
 - package/contracts/staking/TargetManagerLib.sol +207 -0
 - package/contracts/type/AddressSet.sol +1 -1
 - package/contracts/type/Amount.sol +29 -3
 - package/contracts/type/Blocknumber.sol +26 -3
 - package/contracts/type/Fee.sol +17 -16
 - package/contracts/type/NftId.sol +14 -16
 - package/contracts/type/NftIdSet.sol +1 -1
 - package/contracts/type/ObjectType.sol +176 -62
 - package/contracts/type/Referral.sol +2 -1
 - package/contracts/type/RequestId.sol +75 -0
 - package/contracts/type/RiskId.sol +1 -1
 - package/contracts/type/RoleId.sol +117 -40
 - package/contracts/type/Seconds.sol +40 -1
 - package/contracts/type/Selector.sol +102 -0
 - package/contracts/type/StateId.sol +27 -2
 - package/contracts/type/String.sol +53 -0
 - package/contracts/type/Timestamp.sol +17 -3
 - package/contracts/type/UFixed.sol +34 -9
 - package/contracts/type/Version.sol +4 -2
 - package/contracts/{shared → upgradeability}/ProxyManager.sol +33 -4
 - package/contracts/{shared → upgradeability}/UpgradableProxyWithAdmin.sol +1 -3
 - package/package.json +8 -5
 - package/artifacts/contracts/instance/BundleManager.sol/BundleManager.dbg.json +0 -4
 - package/artifacts/contracts/instance/BundleManager.sol/BundleManager.json +0 -778
 - package/artifacts/contracts/instance/Cloneable.sol/Cloneable.dbg.json +0 -4
 - package/artifacts/contracts/instance/InstanceAccessManager.sol/InstanceAccessManager.dbg.json +0 -4
 - package/artifacts/contracts/instance/InstanceAccessManager.sol/InstanceAccessManager.json +0 -1348
 - package/artifacts/contracts/instance/InstanceAuthorizationsLib.sol/InstanceAuthorizationsLib.dbg.json +0 -4
 - package/artifacts/contracts/instance/InstanceAuthorizationsLib.sol/InstanceAuthorizationsLib.json +0 -124
 - package/artifacts/contracts/instance/ObjectManager.sol/ObjectManager.dbg.json +0 -4
 - package/artifacts/contracts/instance/ObjectManager.sol/ObjectManager.json +0 -256
 - package/artifacts/contracts/instance/base/IKeyValueStore.sol/IKeyValueStore.dbg.json +0 -4
 - package/artifacts/contracts/instance/base/ILifecycle.sol/ILifecycle.dbg.json +0 -4
 - package/artifacts/contracts/instance/base/KeyValueStore.sol/KeyValueStore.dbg.json +0 -4
 - package/artifacts/contracts/instance/base/KeyValueStore.sol/KeyValueStore.json +0 -532
 - package/artifacts/contracts/instance/base/Lifecycle.sol/Lifecycle.dbg.json +0 -4
 - package/artifacts/contracts/instance/base/Lifecycle.sol/Lifecycle.json +0 -194
 - package/artifacts/contracts/instance/module/ISetup.sol/ISetup.dbg.json +0 -4
 - package/artifacts/contracts/instance/module/ITreasury.sol/ITreasury.dbg.json +0 -4
 - package/artifacts/contracts/instance/module/ITreasury.sol/ITreasury.json +0 -10
 - package/artifacts/contracts/registry/RegistryAccessManager.sol/RegistryAccessManager.dbg.json +0 -4
 - package/artifacts/contracts/registry/RegistryAccessManager.sol/RegistryAccessManager.json +0 -285
 - package/artifacts/contracts/registry/ReleaseManager.sol/ReleaseManager.dbg.json +0 -4
 - package/artifacts/contracts/registry/ReleaseManager.sol/ReleaseManager.json +0 -559
 - package/artifacts/contracts/shared/AccessManagerUpgradeableInitializeable.sol/AccessManagerUpgradeableInitializeable.dbg.json +0 -4
 - package/artifacts/contracts/shared/AccessManagerUpgradeableInitializeable.sol/AccessManagerUpgradeableInitializeable.json +0 -1206
 - package/artifacts/contracts/shared/ERC165.sol/ERC165.dbg.json +0 -4
 - package/artifacts/contracts/shared/ERC165.sol/ERC165.json +0 -73
 - package/artifacts/contracts/shared/IVersionable.sol/IVersionable.dbg.json +0 -4
 - package/artifacts/contracts/shared/ProxyManager.sol/ProxyManager.dbg.json +0 -4
 - package/artifacts/contracts/shared/ProxyManager.sol/ProxyManager.json +0 -569
 - package/artifacts/contracts/shared/UpgradableProxyWithAdmin.sol/UpgradableProxyWithAdmin.dbg.json +0 -4
 - package/artifacts/contracts/shared/UpgradableProxyWithAdmin.sol/UpgradableProxyWithAdmin.json +0 -129
 - package/artifacts/contracts/shared/Versionable.sol/Versionable.dbg.json +0 -4
 - package/artifacts/contracts/staking/StakeingServiceManager.sol/StakingServiceManager.dbg.json +0 -4
 - package/artifacts/contracts/staking/StakeingServiceManager.sol/StakingServiceManager.json +0 -628
 - package/contracts/instance/Cloneable.sol +0 -51
 - package/contracts/instance/InstanceAccessManager.sol +0 -541
 - package/contracts/instance/InstanceAuthorizationsLib.sol +0 -308
 - package/contracts/instance/base/KeyValueStore.sol +0 -149
 - package/contracts/instance/base/Lifecycle.sol +0 -120
 - package/contracts/instance/module/ISetup.sol +0 -33
 - package/contracts/instance/module/ITreasury.sol +0 -23
 - package/contracts/registry/RegistryAccessManager.sol +0 -216
 - package/contracts/registry/ReleaseManager.sol +0 -324
 - package/contracts/shared/AccessManagerUpgradeableInitializeable.sol +0 -13
 - /package/contracts/{shared → upgradeability}/IVersionable.sol +0 -0
 - /package/contracts/{shared → upgradeability}/Versionable.sol +0 -0
 
| 
         @@ -1,569 +0,0 @@ 
     | 
|
| 
       1 
     | 
    
         
            -
            {
         
     | 
| 
       2 
     | 
    
         
            -
              "_format": "hh-sol-artifact-1",
         
     | 
| 
       3 
     | 
    
         
            -
              "contractName": "ProxyManager",
         
     | 
| 
       4 
     | 
    
         
            -
              "sourceName": "contracts/shared/ProxyManager.sol",
         
     | 
| 
       5 
     | 
    
         
            -
              "abi": [
         
     | 
| 
       6 
     | 
    
         
            -
                {
         
     | 
| 
       7 
     | 
    
         
            -
                  "inputs": [
         
     | 
| 
       8 
     | 
    
         
            -
                    {
         
     | 
| 
       9 
     | 
    
         
            -
                      "internalType": "address",
         
     | 
| 
       10 
     | 
    
         
            -
                      "name": "registry",
         
     | 
| 
       11 
     | 
    
         
            -
                      "type": "address"
         
     | 
| 
       12 
     | 
    
         
            -
                    }
         
     | 
| 
       13 
     | 
    
         
            -
                  ],
         
     | 
| 
       14 
     | 
    
         
            -
                  "stateMutability": "nonpayable",
         
     | 
| 
       15 
     | 
    
         
            -
                  "type": "constructor"
         
     | 
| 
       16 
     | 
    
         
            -
                },
         
     | 
| 
       17 
     | 
    
         
            -
                {
         
     | 
| 
       18 
     | 
    
         
            -
                  "inputs": [
         
     | 
| 
       19 
     | 
    
         
            -
                    {
         
     | 
| 
       20 
     | 
    
         
            -
                      "internalType": "NftId",
         
     | 
| 
       21 
     | 
    
         
            -
                      "name": "nftId",
         
     | 
| 
       22 
     | 
    
         
            -
                      "type": "uint96"
         
     | 
| 
       23 
     | 
    
         
            -
                    }
         
     | 
| 
       24 
     | 
    
         
            -
                  ],
         
     | 
| 
       25 
     | 
    
         
            -
                  "name": "ErrorNftOwnableAlreadyLinked",
         
     | 
| 
       26 
     | 
    
         
            -
                  "type": "error"
         
     | 
| 
       27 
     | 
    
         
            -
                },
         
     | 
| 
       28 
     | 
    
         
            -
                {
         
     | 
| 
       29 
     | 
    
         
            -
                  "inputs": [
         
     | 
| 
       30 
     | 
    
         
            -
                    {
         
     | 
| 
       31 
     | 
    
         
            -
                      "internalType": "address",
         
     | 
| 
       32 
     | 
    
         
            -
                      "name": "contractAddress",
         
     | 
| 
       33 
     | 
    
         
            -
                      "type": "address"
         
     | 
| 
       34 
     | 
    
         
            -
                    }
         
     | 
| 
       35 
     | 
    
         
            -
                  ],
         
     | 
| 
       36 
     | 
    
         
            -
                  "name": "ErrorNftOwnableContractNotRegistered",
         
     | 
| 
       37 
     | 
    
         
            -
                  "type": "error"
         
     | 
| 
       38 
     | 
    
         
            -
                },
         
     | 
| 
       39 
     | 
    
         
            -
                {
         
     | 
| 
       40 
     | 
    
         
            -
                  "inputs": [],
         
     | 
| 
       41 
     | 
    
         
            -
                  "name": "ErrorNftOwnableInitialOwnerZero",
         
     | 
| 
       42 
     | 
    
         
            -
                  "type": "error"
         
     | 
| 
       43 
     | 
    
         
            -
                },
         
     | 
| 
       44 
     | 
    
         
            -
                {
         
     | 
| 
       45 
     | 
    
         
            -
                  "inputs": [
         
     | 
| 
       46 
     | 
    
         
            -
                    {
         
     | 
| 
       47 
     | 
    
         
            -
                      "internalType": "address",
         
     | 
| 
       48 
     | 
    
         
            -
                      "name": "account",
         
     | 
| 
       49 
     | 
    
         
            -
                      "type": "address"
         
     | 
| 
       50 
     | 
    
         
            -
                    }
         
     | 
| 
       51 
     | 
    
         
            -
                  ],
         
     | 
| 
       52 
     | 
    
         
            -
                  "name": "ErrorNftOwnableNotOwner",
         
     | 
| 
       53 
     | 
    
         
            -
                  "type": "error"
         
     | 
| 
       54 
     | 
    
         
            -
                },
         
     | 
| 
       55 
     | 
    
         
            -
                {
         
     | 
| 
       56 
     | 
    
         
            -
                  "inputs": [
         
     | 
| 
       57 
     | 
    
         
            -
                    {
         
     | 
| 
       58 
     | 
    
         
            -
                      "internalType": "address",
         
     | 
| 
       59 
     | 
    
         
            -
                      "name": "registryAddress",
         
     | 
| 
       60 
     | 
    
         
            -
                      "type": "address"
         
     | 
| 
       61 
     | 
    
         
            -
                    }
         
     | 
| 
       62 
     | 
    
         
            -
                  ],
         
     | 
| 
       63 
     | 
    
         
            -
                  "name": "ErrorNotRegistry",
         
     | 
| 
       64 
     | 
    
         
            -
                  "type": "error"
         
     | 
| 
       65 
     | 
    
         
            -
                },
         
     | 
| 
       66 
     | 
    
         
            -
                {
         
     | 
| 
       67 
     | 
    
         
            -
                  "inputs": [],
         
     | 
| 
       68 
     | 
    
         
            -
                  "name": "ErrorProxyManagerAlreadyDeployed",
         
     | 
| 
       69 
     | 
    
         
            -
                  "type": "error"
         
     | 
| 
       70 
     | 
    
         
            -
                },
         
     | 
| 
       71 
     | 
    
         
            -
                {
         
     | 
| 
       72 
     | 
    
         
            -
                  "inputs": [
         
     | 
| 
       73 
     | 
    
         
            -
                    {
         
     | 
| 
       74 
     | 
    
         
            -
                      "internalType": "Version",
         
     | 
| 
       75 
     | 
    
         
            -
                      "name": "nextVersion",
         
     | 
| 
       76 
     | 
    
         
            -
                      "type": "uint24"
         
     | 
| 
       77 
     | 
    
         
            -
                    }
         
     | 
| 
       78 
     | 
    
         
            -
                  ],
         
     | 
| 
       79 
     | 
    
         
            -
                  "name": "ErrorProxyManagerNextVersionNotIncreasing",
         
     | 
| 
       80 
     | 
    
         
            -
                  "type": "error"
         
     | 
| 
       81 
     | 
    
         
            -
                },
         
     | 
| 
       82 
     | 
    
         
            -
                {
         
     | 
| 
       83 
     | 
    
         
            -
                  "inputs": [],
         
     | 
| 
       84 
     | 
    
         
            -
                  "name": "ErrorProxyManagerNotYetDeployed",
         
     | 
| 
       85 
     | 
    
         
            -
                  "type": "error"
         
     | 
| 
       86 
     | 
    
         
            -
                },
         
     | 
| 
       87 
     | 
    
         
            -
                {
         
     | 
| 
       88 
     | 
    
         
            -
                  "inputs": [],
         
     | 
| 
       89 
     | 
    
         
            -
                  "name": "ErrorProxyManagerZeroVersion",
         
     | 
| 
       90 
     | 
    
         
            -
                  "type": "error"
         
     | 
| 
       91 
     | 
    
         
            -
                },
         
     | 
| 
       92 
     | 
    
         
            -
                {
         
     | 
| 
       93 
     | 
    
         
            -
                  "inputs": [],
         
     | 
| 
       94 
     | 
    
         
            -
                  "name": "InvalidInitialization",
         
     | 
| 
       95 
     | 
    
         
            -
                  "type": "error"
         
     | 
| 
       96 
     | 
    
         
            -
                },
         
     | 
| 
       97 
     | 
    
         
            -
                {
         
     | 
| 
       98 
     | 
    
         
            -
                  "inputs": [],
         
     | 
| 
       99 
     | 
    
         
            -
                  "name": "NotInitializing",
         
     | 
| 
       100 
     | 
    
         
            -
                  "type": "error"
         
     | 
| 
       101 
     | 
    
         
            -
                },
         
     | 
| 
       102 
     | 
    
         
            -
                {
         
     | 
| 
       103 
     | 
    
         
            -
                  "anonymous": false,
         
     | 
| 
       104 
     | 
    
         
            -
                  "inputs": [
         
     | 
| 
       105 
     | 
    
         
            -
                    {
         
     | 
| 
       106 
     | 
    
         
            -
                      "indexed": false,
         
     | 
| 
       107 
     | 
    
         
            -
                      "internalType": "uint64",
         
     | 
| 
       108 
     | 
    
         
            -
                      "name": "version",
         
     | 
| 
       109 
     | 
    
         
            -
                      "type": "uint64"
         
     | 
| 
       110 
     | 
    
         
            -
                    }
         
     | 
| 
       111 
     | 
    
         
            -
                  ],
         
     | 
| 
       112 
     | 
    
         
            -
                  "name": "Initialized",
         
     | 
| 
       113 
     | 
    
         
            -
                  "type": "event"
         
     | 
| 
       114 
     | 
    
         
            -
                },
         
     | 
| 
       115 
     | 
    
         
            -
                {
         
     | 
| 
       116 
     | 
    
         
            -
                  "anonymous": false,
         
     | 
| 
       117 
     | 
    
         
            -
                  "inputs": [
         
     | 
| 
       118 
     | 
    
         
            -
                    {
         
     | 
| 
       119 
     | 
    
         
            -
                      "indexed": true,
         
     | 
| 
       120 
     | 
    
         
            -
                      "internalType": "address",
         
     | 
| 
       121 
     | 
    
         
            -
                      "name": "proxy",
         
     | 
| 
       122 
     | 
    
         
            -
                      "type": "address"
         
     | 
| 
       123 
     | 
    
         
            -
                    },
         
     | 
| 
       124 
     | 
    
         
            -
                    {
         
     | 
| 
       125 
     | 
    
         
            -
                      "indexed": false,
         
     | 
| 
       126 
     | 
    
         
            -
                      "internalType": "address",
         
     | 
| 
       127 
     | 
    
         
            -
                      "name": "initialImplementation",
         
     | 
| 
       128 
     | 
    
         
            -
                      "type": "address"
         
     | 
| 
       129 
     | 
    
         
            -
                    }
         
     | 
| 
       130 
     | 
    
         
            -
                  ],
         
     | 
| 
       131 
     | 
    
         
            -
                  "name": "LogProxyManagerVersionableDeployed",
         
     | 
| 
       132 
     | 
    
         
            -
                  "type": "event"
         
     | 
| 
       133 
     | 
    
         
            -
                },
         
     | 
| 
       134 
     | 
    
         
            -
                {
         
     | 
| 
       135 
     | 
    
         
            -
                  "anonymous": false,
         
     | 
| 
       136 
     | 
    
         
            -
                  "inputs": [
         
     | 
| 
       137 
     | 
    
         
            -
                    {
         
     | 
| 
       138 
     | 
    
         
            -
                      "indexed": true,
         
     | 
| 
       139 
     | 
    
         
            -
                      "internalType": "address",
         
     | 
| 
       140 
     | 
    
         
            -
                      "name": "proxy",
         
     | 
| 
       141 
     | 
    
         
            -
                      "type": "address"
         
     | 
| 
       142 
     | 
    
         
            -
                    },
         
     | 
| 
       143 
     | 
    
         
            -
                    {
         
     | 
| 
       144 
     | 
    
         
            -
                      "indexed": false,
         
     | 
| 
       145 
     | 
    
         
            -
                      "internalType": "address",
         
     | 
| 
       146 
     | 
    
         
            -
                      "name": "upgradedImplementation",
         
     | 
| 
       147 
     | 
    
         
            -
                      "type": "address"
         
     | 
| 
       148 
     | 
    
         
            -
                    }
         
     | 
| 
       149 
     | 
    
         
            -
                  ],
         
     | 
| 
       150 
     | 
    
         
            -
                  "name": "LogProxyManagerVersionableUpgraded",
         
     | 
| 
       151 
     | 
    
         
            -
                  "type": "event"
         
     | 
| 
       152 
     | 
    
         
            -
                },
         
     | 
| 
       153 
     | 
    
         
            -
                {
         
     | 
| 
       154 
     | 
    
         
            -
                  "inputs": [],
         
     | 
| 
       155 
     | 
    
         
            -
                  "name": "NFT_OWNABLE_STORAGE_LOCATION_V1",
         
     | 
| 
       156 
     | 
    
         
            -
                  "outputs": [
         
     | 
| 
       157 
     | 
    
         
            -
                    {
         
     | 
| 
       158 
     | 
    
         
            -
                      "internalType": "bytes32",
         
     | 
| 
       159 
     | 
    
         
            -
                      "name": "",
         
     | 
| 
       160 
     | 
    
         
            -
                      "type": "bytes32"
         
     | 
| 
       161 
     | 
    
         
            -
                    }
         
     | 
| 
       162 
     | 
    
         
            -
                  ],
         
     | 
| 
       163 
     | 
    
         
            -
                  "stateMutability": "view",
         
     | 
| 
       164 
     | 
    
         
            -
                  "type": "function"
         
     | 
| 
       165 
     | 
    
         
            -
                },
         
     | 
| 
       166 
     | 
    
         
            -
                {
         
     | 
| 
       167 
     | 
    
         
            -
                  "inputs": [
         
     | 
| 
       168 
     | 
    
         
            -
                    {
         
     | 
| 
       169 
     | 
    
         
            -
                      "internalType": "address",
         
     | 
| 
       170 
     | 
    
         
            -
                      "name": "initialImplementation",
         
     | 
| 
       171 
     | 
    
         
            -
                      "type": "address"
         
     | 
| 
       172 
     | 
    
         
            -
                    },
         
     | 
| 
       173 
     | 
    
         
            -
                    {
         
     | 
| 
       174 
     | 
    
         
            -
                      "internalType": "bytes",
         
     | 
| 
       175 
     | 
    
         
            -
                      "name": "initializationData",
         
     | 
| 
       176 
     | 
    
         
            -
                      "type": "bytes"
         
     | 
| 
       177 
     | 
    
         
            -
                    }
         
     | 
| 
       178 
     | 
    
         
            -
                  ],
         
     | 
| 
       179 
     | 
    
         
            -
                  "name": "deploy",
         
     | 
| 
       180 
     | 
    
         
            -
                  "outputs": [
         
     | 
| 
       181 
     | 
    
         
            -
                    {
         
     | 
| 
       182 
     | 
    
         
            -
                      "internalType": "contract IVersionable",
         
     | 
| 
       183 
     | 
    
         
            -
                      "name": "versionable",
         
     | 
| 
       184 
     | 
    
         
            -
                      "type": "address"
         
     | 
| 
       185 
     | 
    
         
            -
                    }
         
     | 
| 
       186 
     | 
    
         
            -
                  ],
         
     | 
| 
       187 
     | 
    
         
            -
                  "stateMutability": "nonpayable",
         
     | 
| 
       188 
     | 
    
         
            -
                  "type": "function"
         
     | 
| 
       189 
     | 
    
         
            -
                },
         
     | 
| 
       190 
     | 
    
         
            -
                {
         
     | 
| 
       191 
     | 
    
         
            -
                  "inputs": [
         
     | 
| 
       192 
     | 
    
         
            -
                    {
         
     | 
| 
       193 
     | 
    
         
            -
                      "internalType": "address",
         
     | 
| 
       194 
     | 
    
         
            -
                      "name": "proxyOwner",
         
     | 
| 
       195 
     | 
    
         
            -
                      "type": "address"
         
     | 
| 
       196 
     | 
    
         
            -
                    },
         
     | 
| 
       197 
     | 
    
         
            -
                    {
         
     | 
| 
       198 
     | 
    
         
            -
                      "internalType": "bytes",
         
     | 
| 
       199 
     | 
    
         
            -
                      "name": "deployData",
         
     | 
| 
       200 
     | 
    
         
            -
                      "type": "bytes"
         
     | 
| 
       201 
     | 
    
         
            -
                    }
         
     | 
| 
       202 
     | 
    
         
            -
                  ],
         
     | 
| 
       203 
     | 
    
         
            -
                  "name": "getDeployData",
         
     | 
| 
       204 
     | 
    
         
            -
                  "outputs": [
         
     | 
| 
       205 
     | 
    
         
            -
                    {
         
     | 
| 
       206 
     | 
    
         
            -
                      "internalType": "bytes",
         
     | 
| 
       207 
     | 
    
         
            -
                      "name": "data",
         
     | 
| 
       208 
     | 
    
         
            -
                      "type": "bytes"
         
     | 
| 
       209 
     | 
    
         
            -
                    }
         
     | 
| 
       210 
     | 
    
         
            -
                  ],
         
     | 
| 
       211 
     | 
    
         
            -
                  "stateMutability": "pure",
         
     | 
| 
       212 
     | 
    
         
            -
                  "type": "function"
         
     | 
| 
       213 
     | 
    
         
            -
                },
         
     | 
| 
       214 
     | 
    
         
            -
                {
         
     | 
| 
       215 
     | 
    
         
            -
                  "inputs": [],
         
     | 
| 
       216 
     | 
    
         
            -
                  "name": "getNftId",
         
     | 
| 
       217 
     | 
    
         
            -
                  "outputs": [
         
     | 
| 
       218 
     | 
    
         
            -
                    {
         
     | 
| 
       219 
     | 
    
         
            -
                      "internalType": "NftId",
         
     | 
| 
       220 
     | 
    
         
            -
                      "name": "",
         
     | 
| 
       221 
     | 
    
         
            -
                      "type": "uint96"
         
     | 
| 
       222 
     | 
    
         
            -
                    }
         
     | 
| 
       223 
     | 
    
         
            -
                  ],
         
     | 
| 
       224 
     | 
    
         
            -
                  "stateMutability": "view",
         
     | 
| 
       225 
     | 
    
         
            -
                  "type": "function"
         
     | 
| 
       226 
     | 
    
         
            -
                },
         
     | 
| 
       227 
     | 
    
         
            -
                {
         
     | 
| 
       228 
     | 
    
         
            -
                  "inputs": [],
         
     | 
| 
       229 
     | 
    
         
            -
                  "name": "getOwner",
         
     | 
| 
       230 
     | 
    
         
            -
                  "outputs": [
         
     | 
| 
       231 
     | 
    
         
            -
                    {
         
     | 
| 
       232 
     | 
    
         
            -
                      "internalType": "address",
         
     | 
| 
       233 
     | 
    
         
            -
                      "name": "",
         
     | 
| 
       234 
     | 
    
         
            -
                      "type": "address"
         
     | 
| 
       235 
     | 
    
         
            -
                    }
         
     | 
| 
       236 
     | 
    
         
            -
                  ],
         
     | 
| 
       237 
     | 
    
         
            -
                  "stateMutability": "view",
         
     | 
| 
       238 
     | 
    
         
            -
                  "type": "function"
         
     | 
| 
       239 
     | 
    
         
            -
                },
         
     | 
| 
       240 
     | 
    
         
            -
                {
         
     | 
| 
       241 
     | 
    
         
            -
                  "inputs": [],
         
     | 
| 
       242 
     | 
    
         
            -
                  "name": "getProxy",
         
     | 
| 
       243 
     | 
    
         
            -
                  "outputs": [
         
     | 
| 
       244 
     | 
    
         
            -
                    {
         
     | 
| 
       245 
     | 
    
         
            -
                      "internalType": "contract UpgradableProxyWithAdmin",
         
     | 
| 
       246 
     | 
    
         
            -
                      "name": "",
         
     | 
| 
       247 
     | 
    
         
            -
                      "type": "address"
         
     | 
| 
       248 
     | 
    
         
            -
                    }
         
     | 
| 
       249 
     | 
    
         
            -
                  ],
         
     | 
| 
       250 
     | 
    
         
            -
                  "stateMutability": "nonpayable",
         
     | 
| 
       251 
     | 
    
         
            -
                  "type": "function"
         
     | 
| 
       252 
     | 
    
         
            -
                },
         
     | 
| 
       253 
     | 
    
         
            -
                {
         
     | 
| 
       254 
     | 
    
         
            -
                  "inputs": [],
         
     | 
| 
       255 
     | 
    
         
            -
                  "name": "getRegistry",
         
     | 
| 
       256 
     | 
    
         
            -
                  "outputs": [
         
     | 
| 
       257 
     | 
    
         
            -
                    {
         
     | 
| 
       258 
     | 
    
         
            -
                      "internalType": "contract IRegistry",
         
     | 
| 
       259 
     | 
    
         
            -
                      "name": "",
         
     | 
| 
       260 
     | 
    
         
            -
                      "type": "address"
         
     | 
| 
       261 
     | 
    
         
            -
                    }
         
     | 
| 
       262 
     | 
    
         
            -
                  ],
         
     | 
| 
       263 
     | 
    
         
            -
                  "stateMutability": "view",
         
     | 
| 
       264 
     | 
    
         
            -
                  "type": "function"
         
     | 
| 
       265 
     | 
    
         
            -
                },
         
     | 
| 
       266 
     | 
    
         
            -
                {
         
     | 
| 
       267 
     | 
    
         
            -
                  "inputs": [
         
     | 
| 
       268 
     | 
    
         
            -
                    {
         
     | 
| 
       269 
     | 
    
         
            -
                      "internalType": "bytes",
         
     | 
| 
       270 
     | 
    
         
            -
                      "name": "upgradeData",
         
     | 
| 
       271 
     | 
    
         
            -
                      "type": "bytes"
         
     | 
| 
       272 
     | 
    
         
            -
                    }
         
     | 
| 
       273 
     | 
    
         
            -
                  ],
         
     | 
| 
       274 
     | 
    
         
            -
                  "name": "getUpgradeData",
         
     | 
| 
       275 
     | 
    
         
            -
                  "outputs": [
         
     | 
| 
       276 
     | 
    
         
            -
                    {
         
     | 
| 
       277 
     | 
    
         
            -
                      "internalType": "bytes",
         
     | 
| 
       278 
     | 
    
         
            -
                      "name": "data",
         
     | 
| 
       279 
     | 
    
         
            -
                      "type": "bytes"
         
     | 
| 
       280 
     | 
    
         
            -
                    }
         
     | 
| 
       281 
     | 
    
         
            -
                  ],
         
     | 
| 
       282 
     | 
    
         
            -
                  "stateMutability": "pure",
         
     | 
| 
       283 
     | 
    
         
            -
                  "type": "function"
         
     | 
| 
       284 
     | 
    
         
            -
                },
         
     | 
| 
       285 
     | 
    
         
            -
                {
         
     | 
| 
       286 
     | 
    
         
            -
                  "inputs": [],
         
     | 
| 
       287 
     | 
    
         
            -
                  "name": "getVersion",
         
     | 
| 
       288 
     | 
    
         
            -
                  "outputs": [
         
     | 
| 
       289 
     | 
    
         
            -
                    {
         
     | 
| 
       290 
     | 
    
         
            -
                      "internalType": "Version",
         
     | 
| 
       291 
     | 
    
         
            -
                      "name": "",
         
     | 
| 
       292 
     | 
    
         
            -
                      "type": "uint24"
         
     | 
| 
       293 
     | 
    
         
            -
                    }
         
     | 
| 
       294 
     | 
    
         
            -
                  ],
         
     | 
| 
       295 
     | 
    
         
            -
                  "stateMutability": "view",
         
     | 
| 
       296 
     | 
    
         
            -
                  "type": "function"
         
     | 
| 
       297 
     | 
    
         
            -
                },
         
     | 
| 
       298 
     | 
    
         
            -
                {
         
     | 
| 
       299 
     | 
    
         
            -
                  "inputs": [
         
     | 
| 
       300 
     | 
    
         
            -
                    {
         
     | 
| 
       301 
     | 
    
         
            -
                      "internalType": "uint256",
         
     | 
| 
       302 
     | 
    
         
            -
                      "name": "idx",
         
     | 
| 
       303 
     | 
    
         
            -
                      "type": "uint256"
         
     | 
| 
       304 
     | 
    
         
            -
                    }
         
     | 
| 
       305 
     | 
    
         
            -
                  ],
         
     | 
| 
       306 
     | 
    
         
            -
                  "name": "getVersion",
         
     | 
| 
       307 
     | 
    
         
            -
                  "outputs": [
         
     | 
| 
       308 
     | 
    
         
            -
                    {
         
     | 
| 
       309 
     | 
    
         
            -
                      "internalType": "Version",
         
     | 
| 
       310 
     | 
    
         
            -
                      "name": "",
         
     | 
| 
       311 
     | 
    
         
            -
                      "type": "uint24"
         
     | 
| 
       312 
     | 
    
         
            -
                    }
         
     | 
| 
       313 
     | 
    
         
            -
                  ],
         
     | 
| 
       314 
     | 
    
         
            -
                  "stateMutability": "view",
         
     | 
| 
       315 
     | 
    
         
            -
                  "type": "function"
         
     | 
| 
       316 
     | 
    
         
            -
                },
         
     | 
| 
       317 
     | 
    
         
            -
                {
         
     | 
| 
       318 
     | 
    
         
            -
                  "inputs": [],
         
     | 
| 
       319 
     | 
    
         
            -
                  "name": "getVersionCount",
         
     | 
| 
       320 
     | 
    
         
            -
                  "outputs": [
         
     | 
| 
       321 
     | 
    
         
            -
                    {
         
     | 
| 
       322 
     | 
    
         
            -
                      "internalType": "uint256",
         
     | 
| 
       323 
     | 
    
         
            -
                      "name": "",
         
     | 
| 
       324 
     | 
    
         
            -
                      "type": "uint256"
         
     | 
| 
       325 
     | 
    
         
            -
                    }
         
     | 
| 
       326 
     | 
    
         
            -
                  ],
         
     | 
| 
       327 
     | 
    
         
            -
                  "stateMutability": "view",
         
     | 
| 
       328 
     | 
    
         
            -
                  "type": "function"
         
     | 
| 
       329 
     | 
    
         
            -
                },
         
     | 
| 
       330 
     | 
    
         
            -
                {
         
     | 
| 
       331 
     | 
    
         
            -
                  "inputs": [
         
     | 
| 
       332 
     | 
    
         
            -
                    {
         
     | 
| 
       333 
     | 
    
         
            -
                      "internalType": "Version",
         
     | 
| 
       334 
     | 
    
         
            -
                      "name": "_version",
         
     | 
| 
       335 
     | 
    
         
            -
                      "type": "uint24"
         
     | 
| 
       336 
     | 
    
         
            -
                    }
         
     | 
| 
       337 
     | 
    
         
            -
                  ],
         
     | 
| 
       338 
     | 
    
         
            -
                  "name": "getVersionInfo",
         
     | 
| 
       339 
     | 
    
         
            -
                  "outputs": [
         
     | 
| 
       340 
     | 
    
         
            -
                    {
         
     | 
| 
       341 
     | 
    
         
            -
                      "components": [
         
     | 
| 
       342 
     | 
    
         
            -
                        {
         
     | 
| 
       343 
     | 
    
         
            -
                          "internalType": "Version",
         
     | 
| 
       344 
     | 
    
         
            -
                          "name": "version",
         
     | 
| 
       345 
     | 
    
         
            -
                          "type": "uint24"
         
     | 
| 
       346 
     | 
    
         
            -
                        },
         
     | 
| 
       347 
     | 
    
         
            -
                        {
         
     | 
| 
       348 
     | 
    
         
            -
                          "internalType": "address",
         
     | 
| 
       349 
     | 
    
         
            -
                          "name": "implementation",
         
     | 
| 
       350 
     | 
    
         
            -
                          "type": "address"
         
     | 
| 
       351 
     | 
    
         
            -
                        },
         
     | 
| 
       352 
     | 
    
         
            -
                        {
         
     | 
| 
       353 
     | 
    
         
            -
                          "internalType": "address",
         
     | 
| 
       354 
     | 
    
         
            -
                          "name": "activatedBy",
         
     | 
| 
       355 
     | 
    
         
            -
                          "type": "address"
         
     | 
| 
       356 
     | 
    
         
            -
                        },
         
     | 
| 
       357 
     | 
    
         
            -
                        {
         
     | 
| 
       358 
     | 
    
         
            -
                          "internalType": "Timestamp",
         
     | 
| 
       359 
     | 
    
         
            -
                          "name": "activatedAt",
         
     | 
| 
       360 
     | 
    
         
            -
                          "type": "uint40"
         
     | 
| 
       361 
     | 
    
         
            -
                        },
         
     | 
| 
       362 
     | 
    
         
            -
                        {
         
     | 
| 
       363 
     | 
    
         
            -
                          "internalType": "Blocknumber",
         
     | 
| 
       364 
     | 
    
         
            -
                          "name": "activatedIn",
         
     | 
| 
       365 
     | 
    
         
            -
                          "type": "uint32"
         
     | 
| 
       366 
     | 
    
         
            -
                        }
         
     | 
| 
       367 
     | 
    
         
            -
                      ],
         
     | 
| 
       368 
     | 
    
         
            -
                      "internalType": "struct ProxyManager.VersionInfo",
         
     | 
| 
       369 
     | 
    
         
            -
                      "name": "",
         
     | 
| 
       370 
     | 
    
         
            -
                      "type": "tuple"
         
     | 
| 
       371 
     | 
    
         
            -
                    }
         
     | 
| 
       372 
     | 
    
         
            -
                  ],
         
     | 
| 
       373 
     | 
    
         
            -
                  "stateMutability": "view",
         
     | 
| 
       374 
     | 
    
         
            -
                  "type": "function"
         
     | 
| 
       375 
     | 
    
         
            -
                },
         
     | 
| 
       376 
     | 
    
         
            -
                {
         
     | 
| 
       377 
     | 
    
         
            -
                  "inputs": [],
         
     | 
| 
       378 
     | 
    
         
            -
                  "name": "initializeERC165",
         
     | 
| 
       379 
     | 
    
         
            -
                  "outputs": [],
         
     | 
| 
       380 
     | 
    
         
            -
                  "stateMutability": "nonpayable",
         
     | 
| 
       381 
     | 
    
         
            -
                  "type": "function"
         
     | 
| 
       382 
     | 
    
         
            -
                },
         
     | 
| 
       383 
     | 
    
         
            -
                {
         
     | 
| 
       384 
     | 
    
         
            -
                  "inputs": [
         
     | 
| 
       385 
     | 
    
         
            -
                    {
         
     | 
| 
       386 
     | 
    
         
            -
                      "internalType": "address",
         
     | 
| 
       387 
     | 
    
         
            -
                      "name": "initialOwner",
         
     | 
| 
       388 
     | 
    
         
            -
                      "type": "address"
         
     | 
| 
       389 
     | 
    
         
            -
                    },
         
     | 
| 
       390 
     | 
    
         
            -
                    {
         
     | 
| 
       391 
     | 
    
         
            -
                      "internalType": "address",
         
     | 
| 
       392 
     | 
    
         
            -
                      "name": "registryAddress",
         
     | 
| 
       393 
     | 
    
         
            -
                      "type": "address"
         
     | 
| 
       394 
     | 
    
         
            -
                    }
         
     | 
| 
       395 
     | 
    
         
            -
                  ],
         
     | 
| 
       396 
     | 
    
         
            -
                  "name": "initializeNftOwnable",
         
     | 
| 
       397 
     | 
    
         
            -
                  "outputs": [],
         
     | 
| 
       398 
     | 
    
         
            -
                  "stateMutability": "nonpayable",
         
     | 
| 
       399 
     | 
    
         
            -
                  "type": "function"
         
     | 
| 
       400 
     | 
    
         
            -
                },
         
     | 
| 
       401 
     | 
    
         
            -
                {
         
     | 
| 
       402 
     | 
    
         
            -
                  "inputs": [
         
     | 
| 
       403 
     | 
    
         
            -
                    {
         
     | 
| 
       404 
     | 
    
         
            -
                      "internalType": "address",
         
     | 
| 
       405 
     | 
    
         
            -
                      "name": "registry",
         
     | 
| 
       406 
     | 
    
         
            -
                      "type": "address"
         
     | 
| 
       407 
     | 
    
         
            -
                    }
         
     | 
| 
       408 
     | 
    
         
            -
                  ],
         
     | 
| 
       409 
     | 
    
         
            -
                  "name": "initializeProxyManager",
         
     | 
| 
       410 
     | 
    
         
            -
                  "outputs": [],
         
     | 
| 
       411 
     | 
    
         
            -
                  "stateMutability": "nonpayable",
         
     | 
| 
       412 
     | 
    
         
            -
                  "type": "function"
         
     | 
| 
       413 
     | 
    
         
            -
                },
         
     | 
| 
       414 
     | 
    
         
            -
                {
         
     | 
| 
       415 
     | 
    
         
            -
                  "inputs": [
         
     | 
| 
       416 
     | 
    
         
            -
                    {
         
     | 
| 
       417 
     | 
    
         
            -
                      "internalType": "address",
         
     | 
| 
       418 
     | 
    
         
            -
                      "name": "registryAddress",
         
     | 
| 
       419 
     | 
    
         
            -
                      "type": "address"
         
     | 
| 
       420 
     | 
    
         
            -
                    }
         
     | 
| 
       421 
     | 
    
         
            -
                  ],
         
     | 
| 
       422 
     | 
    
         
            -
                  "name": "initializeRegistryLinked",
         
     | 
| 
       423 
     | 
    
         
            -
                  "outputs": [],
         
     | 
| 
       424 
     | 
    
         
            -
                  "stateMutability": "nonpayable",
         
     | 
| 
       425 
     | 
    
         
            -
                  "type": "function"
         
     | 
| 
       426 
     | 
    
         
            -
                },
         
     | 
| 
       427 
     | 
    
         
            -
                {
         
     | 
| 
       428 
     | 
    
         
            -
                  "inputs": [],
         
     | 
| 
       429 
     | 
    
         
            -
                  "name": "linkToRegisteredNftId",
         
     | 
| 
       430 
     | 
    
         
            -
                  "outputs": [],
         
     | 
| 
       431 
     | 
    
         
            -
                  "stateMutability": "nonpayable",
         
     | 
| 
       432 
     | 
    
         
            -
                  "type": "function"
         
     | 
| 
       433 
     | 
    
         
            -
                },
         
     | 
| 
       434 
     | 
    
         
            -
                {
         
     | 
| 
       435 
     | 
    
         
            -
                  "inputs": [
         
     | 
| 
       436 
     | 
    
         
            -
                    {
         
     | 
| 
       437 
     | 
    
         
            -
                      "internalType": "bytes4",
         
     | 
| 
       438 
     | 
    
         
            -
                      "name": "interfaceId",
         
     | 
| 
       439 
     | 
    
         
            -
                      "type": "bytes4"
         
     | 
| 
       440 
     | 
    
         
            -
                    }
         
     | 
| 
       441 
     | 
    
         
            -
                  ],
         
     | 
| 
       442 
     | 
    
         
            -
                  "name": "registerInterface",
         
     | 
| 
       443 
     | 
    
         
            -
                  "outputs": [],
         
     | 
| 
       444 
     | 
    
         
            -
                  "stateMutability": "nonpayable",
         
     | 
| 
       445 
     | 
    
         
            -
                  "type": "function"
         
     | 
| 
       446 
     | 
    
         
            -
                },
         
     | 
| 
       447 
     | 
    
         
            -
                {
         
     | 
| 
       448 
     | 
    
         
            -
                  "inputs": [
         
     | 
| 
       449 
     | 
    
         
            -
                    {
         
     | 
| 
       450 
     | 
    
         
            -
                      "internalType": "bytes4",
         
     | 
| 
       451 
     | 
    
         
            -
                      "name": "interfaceId",
         
     | 
| 
       452 
     | 
    
         
            -
                      "type": "bytes4"
         
     | 
| 
       453 
     | 
    
         
            -
                    }
         
     | 
| 
       454 
     | 
    
         
            -
                  ],
         
     | 
| 
       455 
     | 
    
         
            -
                  "name": "supportsInterface",
         
     | 
| 
       456 
     | 
    
         
            -
                  "outputs": [
         
     | 
| 
       457 
     | 
    
         
            -
                    {
         
     | 
| 
       458 
     | 
    
         
            -
                      "internalType": "bool",
         
     | 
| 
       459 
     | 
    
         
            -
                      "name": "",
         
     | 
| 
       460 
     | 
    
         
            -
                      "type": "bool"
         
     | 
| 
       461 
     | 
    
         
            -
                    }
         
     | 
| 
       462 
     | 
    
         
            -
                  ],
         
     | 
| 
       463 
     | 
    
         
            -
                  "stateMutability": "view",
         
     | 
| 
       464 
     | 
    
         
            -
                  "type": "function"
         
     | 
| 
       465 
     | 
    
         
            -
                },
         
     | 
| 
       466 
     | 
    
         
            -
                {
         
     | 
| 
       467 
     | 
    
         
            -
                  "inputs": [
         
     | 
| 
       468 
     | 
    
         
            -
                    {
         
     | 
| 
       469 
     | 
    
         
            -
                      "internalType": "address",
         
     | 
| 
       470 
     | 
    
         
            -
                      "name": "newImplementation",
         
     | 
| 
       471 
     | 
    
         
            -
                      "type": "address"
         
     | 
| 
       472 
     | 
    
         
            -
                    },
         
     | 
| 
       473 
     | 
    
         
            -
                    {
         
     | 
| 
       474 
     | 
    
         
            -
                      "internalType": "bytes",
         
     | 
| 
       475 
     | 
    
         
            -
                      "name": "upgradeData",
         
     | 
| 
       476 
     | 
    
         
            -
                      "type": "bytes"
         
     | 
| 
       477 
     | 
    
         
            -
                    }
         
     | 
| 
       478 
     | 
    
         
            -
                  ],
         
     | 
| 
       479 
     | 
    
         
            -
                  "name": "upgrade",
         
     | 
| 
       480 
     | 
    
         
            -
                  "outputs": [
         
     | 
| 
       481 
     | 
    
         
            -
                    {
         
     | 
| 
       482 
     | 
    
         
            -
                      "internalType": "contract IVersionable",
         
     | 
| 
       483 
     | 
    
         
            -
                      "name": "versionable",
         
     | 
| 
       484 
     | 
    
         
            -
                      "type": "address"
         
     | 
| 
       485 
     | 
    
         
            -
                    }
         
     | 
| 
       486 
     | 
    
         
            -
                  ],
         
     | 
| 
       487 
     | 
    
         
            -
                  "stateMutability": "nonpayable",
         
     | 
| 
       488 
     | 
    
         
            -
                  "type": "function"
         
     | 
| 
       489 
     | 
    
         
            -
                }
         
     | 
| 
       490 
     | 
    
         
            -
              ],
         
     | 
| 
       491 
     | 
    
         
            -
              "bytecode": "0x60806040523480156200001157600080fd5b5060405162002baf38038062002baf8339810160408190526200003491620003b4565b6200003f8162000046565b506200040a565b7ff0c57e16840df040f15088dc2f81fe391c3923bec73e23a9662efc9c229c6a00805468010000000000000000810460ff1615906001600160401b0316600081158015620000915750825b90506000826001600160401b03166001148015620000ae5750303b155b905081158015620000bd575080155b15620000dc5760405163f92ee8a960e01b815260040160405180910390fd5b84546001600160401b031916600117855583156200010b57845460ff60401b1916680100000000000000001785555b62000117338762000166565b83156200015e57845460ff60401b19168555604051600181527fc7f505b2f371ae2175ee4913f4499e1f2633a7b5936321eed1cdaeb6115181d29060200160405180910390a15b505050505050565b62000170620001ff565b6200017b8162000250565b620001856200036c565b6001600160a01b038216620001ad5760405163f17ef42d60e01b815260040160405180910390fd5b507f07ebcf49758b6ed3af50fa146bec0abe157c0218fe65dc0874c286e9d5da4f0080546001600160601b03166c010000000000000000000000006001600160a01b0390931692909202919091179055565b7ff0c57e16840df040f15088dc2f81fe391c3923bec73e23a9662efc9c229c6a005468010000000000000000900460ff166200024e57604051631afcd79f60e31b815260040160405180910390fd5b565b6200025a620001ff565b806001600160a01b03163b600003620002965760405163fdeac91f60e01b81526001600160a01b03821660048201526024015b60405180910390fd5b600180546001600160a01b0319166001600160a01b0383169081179091556040516301ffc9a760e01b8152630a3888e560e31b60048201526301ffc9a790602401602060405180830381865afa92505050801562000313575060408051601f3d908101601f191682019092526200031091810190620003e6565b60015b6200033d5760405163fdeac91f60e01b81526001600160a01b03821660048201526024016200028d565b80620003685760405163fdeac91f60e01b81526001600160a01b03831660048201526024016200028d565b5050565b62000376620001ff565b6301ffc9a760e01b60009081526020527f67be87c3ff9960ca1e9cfac5cab2ff4747269cf9ed20c9b7306235ac35a491c5805460ff19166001179055565b600060208284031215620003c757600080fd5b81516001600160a01b0381168114620003df57600080fd5b9392505050565b600060208284031215620003f957600080fd5b81518015158114620003df57600080fd5b612795806200041a6000396000f3fe60806040523480156200001157600080fd5b5060043610620001455760003560e01c8063675393bf11620000bb578063ada9652e116200007a578063ada9652e14620003d8578063b88da75914620003ef578063c987336c1462000406578063e97fac05146200041d578063f7c34ee0146200043457600080fd5b8063675393bf146200037b578063893d20e814620003925780638e9afce6146200039c578063933a9ce814620003b3578063946dfcfe14620003c557600080fd5b8063214cdb801162000108578063214cdb8014620001f757806336fc697e146200020e5780634d459c9014620002185780635ab1bd53146200032b578063644c45e0146200035157600080fd5b806301ffc9a7146200014a578063058f7a97146200018f5780630d8e6e2c14620001a8578063138461e014620001c75780631775564d14620001d1575b600080fd5b6200017a6200015b36600462001417565b6001600160e01b03191660009081526020819052604090205460ff1690565b60405190151581526020015b60405180910390f35b620001a6620001a036600462001460565b6200044b565b005b620001b262000564565b60405162ffffff909116815260200162000186565b620001a6620005da565b620001e8620001e23660046200152b565b620007ef565b604051620001869190620015c9565b620001a66200020836600462001417565b62000849565b620001a662000878565b620002cd62000229366004620015f0565b6040805160a0810182526000808252602082018190529181018290526060810182905260808101919091525062ffffff908116600090815260036020908152604091829020825160a0810184528154948516815263010000009094046001600160a01b03908116928501929092526001015490811691830191909152600160a01b810464ffffffffff166060830152600160c81b900463ffffffff16608082015290565b60408051825162ffffff1681526020808401516001600160a01b039081169183019190915283830151169181019190915260608083015164ffffffffff169082015260809182015163ffffffff169181019190915260a00162000186565b6001546001600160a01b03165b6040516001600160a01b03909116815260200162000186565b60008051602062002740833981519152546040516001600160601b03909116815260200162000186565b620001a66200038c36600462001460565b620008c0565b62000338620009d9565b620001e8620003ad36600462001610565b62000b18565b6002546001600160a01b031662000338565b6004545b60405190815260200162000186565b620003c96000805160206200274083398151915281565b620001b26200040036600462001651565b62000b6d565b62000338620004173660046200152b565b62000bb1565b620003386200042e3660046200152b565b62000def565b620001a6620004453660046200166b565b62000f87565b7ff0c57e16840df040f15088dc2f81fe391c3923bec73e23a9662efc9c229c6a008054600160401b810460ff16159067ffffffffffffffff16600081158015620004925750825b905060008267ffffffffffffffff166001148015620004b05750303b155b905081158015620004bf575080155b15620004de5760405163f92ee8a960e01b815260040160405180910390fd5b845467ffffffffffffffff1916600117855583156200050957845460ff60401b1916600160401b1785555b62000515338762000f87565b83156200055c57845460ff60401b19168555604051600181527fc7f505b2f371ae2175ee4913f4499e1f2633a7b5936321eed1cdaeb6115181d29060200160405180910390a15b505050505050565b600254604080516303639b8b60e21b815290516000926001600160a01b031691630d8e6e2c9160048083019260209291908290030181865afa158015620005af573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190620005d59190620016a9565b905090565b60006000805160206200274083398151915280546040516330b8415f60e01b81526001600160601b03909116600482015290915073__$94a2c899be079b00d952d0d84fffaa5c34$__906330b8415f90602401602060405180830381865af41580156200064b573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190620006719190620016c9565b15620006a35780546040516301ab8b6760e21b81526001600160601b0390911660048201526024015b60405180910390fd5b30620006b76001546001600160a01b031690565b60405163c3c5a54760e01b81526001600160a01b038381166004830152919091169063c3c5a54790602401602060405180830381865afa15801562000700573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190620007269190620016c9565b620007505760405163b9304b0d60e01b81526001600160a01b03821660048201526024016200069a565b6001546001600160a01b0316604051636939560f60e11b81526001600160a01b038381166004830152919091169063d272ac1e90602401602060405180830381865afa158015620007a5573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190620007cb9190620016ed565b82546bffffffffffffffffffffffff19166001600160601b03919091161790915550565b60606349bb9e4b60e01b83836040516024016200080e92919062001718565b60408051601f198184030181529190526020810180516001600160e01b03166001600160e01b03199093169290921790915290505b92915050565b6200085362001006565b6001600160e01b0319166000908152602081905260409020805460ff19166001179055565b6200088262001006565b6301ffc9a760e01b60009081526020527f67be87c3ff9960ca1e9cfac5cab2ff4747269cf9ed20c9b7306235ac35a491c5805460ff19166001179055565b620008ca62001006565b806001600160a01b03163b600003620009025760405163fdeac91f60e01b81526001600160a01b03821660048201526024016200069a565b600180546001600160a01b0319166001600160a01b0383169081179091556040516301ffc9a760e01b8152630a3888e560e31b60048201526301ffc9a790602401602060405180830381865afa9250505080156200097f575060408051601f3d908101601f191682019092526200097c91810190620016c9565b60015b620009a95760405163fdeac91f60e01b81526001600160a01b03821660048201526024016200069a565b80620009d45760405163fdeac91f60e01b81526001600160a01b03831660048201526024016200069a565b505b50565b6000806000805160206200274083398151915280546040516330b8415f60e01b81526001600160601b03909116600482015290915073__$94a2c899be079b00d952d0d84fffaa5c34$__906330b8415f90602401602060405180830381865af415801562000a4b573d6000803e3d6000fd5b505050506040513d601f19601f8201168201806040525081019062000a719190620016c9565b1562000b02576001546001600160a01b03168154604051631c5da14d60e11b81526001600160601b0390911660048201526001600160a01b0391909116906338bb429a90602401602060405180830381865afa15801562000ad6573d6000803e3d6000fd5b505050506040513d601f19601f8201168201806040525081019062000afc91906200173e565b91505090565b54600160601b90046001600160a01b0316919050565b606063329d6e7460e01b8260405160240162000b359190620015c9565b60408051601f198184030181529190526020810180516001600160e01b03166001600160e01b03199093169290921790915292915050565b60006004828154811062000b855762000b856200175e565b90600052602060002090600a91828204019190066003029054906101000a900462ffffff169050919050565b600062000bbd620009d9565b6001600160a01b0316336001600160a01b03161462000bf25760405163086391f760e31b81523360048201526024016200069a565b60045460000362000c165760405163366dfd2160e21b815260040160405180910390fd5b600062000c22620009d9565b9050600062000c396002546001600160a01b031690565b6001600160a01b0316638b3240a06040518163ffffffff1660e01b81526004016020604051808303816000875af115801562000c79573d6000803e3d6000fd5b505050506040513d601f19601f8201168201806040525081019062000c9f91906200173e565b6002549091506001600160a01b03908116908216639623609d828862000cc58962000b18565b6040518463ffffffff1660e01b815260040162000ce59392919062001774565b600060405180830381600087803b15801562000d0057600080fd5b505af115801562000d15573d6000803e3d6000fd5b50505050600260009054906101000a90046001600160a01b0316935062000da2846001600160a01b0316630d8e6e2c6040518163ffffffff1660e01b8152600401602060405180830381865afa15801562000d74573d6000803e3d6000fd5b505050506040513d601f19601f8201168201806040525081019062000d9a9190620016a9565b878562001052565b6002546040516001600160a01b038881168252909116907f1356a2c922be684528fa1759d1808395e5c5010181dd333cdb6f03e2d8545b659060200160405180910390a250505092915050565b600062000dfb620009d9565b6001600160a01b0316336001600160a01b03161462000e305760405163086391f760e31b81523360048201526024016200069a565b6004541562000e525760405163402b135f60e11b815260040160405180910390fd5b600062000e5e620009d9565b905030848162000e6f8487620007ef565b60405162000e7d9062001409565b62000e8b9392919062001774565b604051809103906000f08015801562000ea8573d6000803e3d6000fd5b50600280546001600160a01b0319166001600160a01b03929092169182179055604080516303639b8b60e21b8152905191945062000f3b918591630d8e6e2c9160048083019260209291908290030181865afa15801562000f0d573d6000803e3d6000fd5b505050506040513d601f19601f8201168201806040525081019062000f339190620016a9565b868462001052565b6002546040516001600160a01b038781168252909116907f78922e3fa1abc96399973cb25528ba892214b57da9d1a573937c460d9f5eb4759060200160405180910390a2505092915050565b62000f9162001006565b62000f9c81620008c0565b62000fa662000878565b6001600160a01b03821662000fce5760405163f17ef42d60e01b815260040160405180910390fd5b506000805160206200274083398151915280546001600160601b0316600160601b6001600160a01b0390931692909202919091179055565b7ff0c57e16840df040f15088dc2f81fe391c3923bec73e23a9662efc9c229c6a0054600160401b900460ff166200105057604051631afcd79f60e31b815260040160405180910390fd5b565b620010d48373__$8eede297b65ed5a56eb3f84d8232ae93f5$__6304b8f6c56040518163ffffffff1660e01b8152600401602060405180830381865af4158015620010a1573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190620010c79190620016a9565b62ffffff90811691161490565b15620010f3576040516348c618db60e01b815260040160405180910390fd5b600454156200125e57600480546200110e90600190620017ab565b815481106200112157620011216200175e565b60009182526020909120600a80830490910154604051635560100760e01b8152919092066003026101000a90910462ffffff16600482015273__$8eede297b65ed5a56eb3f84d8232ae93f5$__90635560100790602401602060405180830381865af415801562001196573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190620011bc9190620017cd565b604051635560100760e01b815262ffffff8516600482015273__$8eede297b65ed5a56eb3f84d8232ae93f5$__90635560100790602401602060405180830381865af415801562001211573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190620012379190620017cd565b116200125e57604051633e614b6d60e11b815262ffffff841660048201526024016200069a565b600480546001810182556000829052600a8082047f8a35acfbc15ff81a39ae7d344fd709f28e8600b4aa8c65c6b64bfe7fe36bd19b01805462ffffff808916600394909506939093026101000a848102930219169190911790556040805160a0810182529182526001600160a01b038086166020848101919091529085168383015281516356db0c1960e11b815291519293606085019373__$91d01b1eccbca8d6f94a5eb2a0acb040e9$__9363adb6183293818401939092918290030181865af415801562001332573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190620013589190620017e7565b64ffffffffff90811682524363ffffffff90811660209384015262ffffff968716600090815260038452604090819020855181549587015199166001600160b81b03199095169490941763010000006001600160a01b03998a1602178455840151600190930180546060860151608090960151949098166001600160c81b031990981697909717600160a01b94909216939093021763ffffffff60c81b1916600160c81b9190921602179092555050565b610f2f806200181183390190565b6000602082840312156200142a57600080fd5b81356001600160e01b0319811681146200144357600080fd5b9392505050565b6001600160a01b0381168114620009d657600080fd5b6000602082840312156200147357600080fd5b813562001443816200144a565b634e487b7160e01b600052604160045260246000fd5b600082601f830112620014a857600080fd5b813567ffffffffffffffff80821115620014c657620014c662001480565b604051601f8301601f19908116603f01168101908282118183101715620014f157620014f162001480565b816040528381528660208588010111156200150b57600080fd5b836020870160208301376000602085830101528094505050505092915050565b600080604083850312156200153f57600080fd5b82356200154c816200144a565b9150602083013567ffffffffffffffff8111156200156957600080fd5b620015778582860162001496565b9150509250929050565b6000815180845260005b81811015620015a9576020818501810151868301820152016200158b565b506000602082860101526020601f19601f83011685010191505092915050565b60208152600062001443602083018462001581565b62ffffff81168114620009d657600080fd5b6000602082840312156200160357600080fd5b81356200144381620015de565b6000602082840312156200162357600080fd5b813567ffffffffffffffff8111156200163b57600080fd5b620016498482850162001496565b949350505050565b6000602082840312156200166457600080fd5b5035919050565b600080604083850312156200167f57600080fd5b82356200168c816200144a565b915060208301356200169e816200144a565b809150509250929050565b600060208284031215620016bc57600080fd5b81516200144381620015de565b600060208284031215620016dc57600080fd5b815180151581146200144357600080fd5b6000602082840312156200170057600080fd5b81516001600160601b03811681146200144357600080fd5b6001600160a01b0383168152604060208201819052600090620016499083018462001581565b6000602082840312156200175157600080fd5b815162001443816200144a565b634e487b7160e01b600052603260045260246000fd5b6001600160a01b03848116825283166020820152606060408201819052600090620017a29083018462001581565b95945050505050565b818103818111156200084357634e487b7160e01b600052601160045260246000fd5b600060208284031215620017e057600080fd5b5051919050565b600060208284031215620017fa57600080fd5b815164ffffffffff811681146200144357600080fdfe60a06040523480156200001157600080fd5b5060405162000f2f38038062000f2f8339810160408190526200003491620003e1565b8282828281620000458282620000b0565b50508160405162000056906200037a565b6001600160a01b039091168152602001604051809103906000f08015801562000083573d6000803e3d6000fd5b506001600160a01b0316608052620000a46200009e60805190565b62000116565b505050505050620004df565b620000bb8262000188565b6040516001600160a01b038316907fbc7cd75a20ee27fd9adebab32041f755214dbc6bffa90cc0225b39da2e5c2d3b90600090a2805115620001085762000103828262000208565b505050565b6200011262000285565b5050565b7f7e644d79422f17c01e4894b5f4f588d331ebfa28653d42ae832dc59e38c9798f6200015860008051602062000f0f833981519152546001600160a01b031690565b604080516001600160a01b03928316815291841660208301520160405180910390a16200018581620002a7565b50565b806001600160a01b03163b600003620001c457604051634c9c8ce360e01b81526001600160a01b03821660048201526024015b60405180910390fd5b807f360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc5b80546001600160a01b0319166001600160a01b039290921691909117905550565b6060600080846001600160a01b031684604051620002279190620004c1565b600060405180830381855af49150503d806000811462000264576040519150601f19603f3d011682016040523d82523d6000602084013e62000269565b606091505b5090925090506200027c858383620002ea565b95945050505050565b3415620002a55760405163b398979f60e01b815260040160405180910390fd5b565b6001600160a01b038116620002d357604051633173bdd160e11b815260006004820152602401620001bb565b8060008051602062000f0f833981519152620001e7565b6060826200030357620002fd8262000350565b62000349565b81511580156200031b57506001600160a01b0384163b155b156200034657604051639996b31560e01b81526001600160a01b0385166004820152602401620001bb565b50805b9392505050565b805115620003615780518082602001fd5b604051630a12f52160e11b815260040160405180910390fd5b61052480620009eb83390190565b80516001600160a01b0381168114620003a057600080fd5b919050565b634e487b7160e01b600052604160045260246000fd5b60005b83811015620003d8578181015183820152602001620003be565b50506000910152565b600080600060608486031215620003f757600080fd5b620004028462000388565b9250620004126020850162000388565b60408501519092506001600160401b03808211156200043057600080fd5b818601915086601f8301126200044557600080fd5b8151818111156200045a576200045a620003a5565b604051601f8201601f19908116603f01168101908382118183101715620004855762000485620003a5565b816040528281528960208487010111156200049f57600080fd5b620004b2836020830160208801620003bb565b80955050505050509250925092565b60008251620004d5818460208701620003bb565b9190910192915050565b6080516104eb620005006000396000818160370152607401526104eb6000f3fe60806040526004361061001e5760003560e01c80638b3240a014610028575b610026610072565b005b34801561003457600080fd5b507f00000000000000000000000000000000000000000000000000000000000000006040516001600160a01b03909116815260200160405180910390f35b7f00000000000000000000000000000000000000000000000000000000000000006001600160a01b031633036100df576000356001600160e01b03191663278f794360e11b146100d5576040516334ad5dbb60e21b815260040160405180910390fd5b6100dd6100ec565b565b6100dd61011b565b905090565b6000806100fc3660048184610376565b81019061010991906103b6565b91509150610117828261012b565b5050565b6100dd610126610186565b6101b9565b610134826101dd565b6040516001600160a01b038316907fbc7cd75a20ee27fd9adebab32041f755214dbc6bffa90cc0225b39da2e5c2d3b90600090a280511561017e576101798282610259565b505050565b6101176102cf565b60006100e77f360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc546001600160a01b031690565b3660008037600080366000845af43d6000803e8080156101d8573d6000f35b3d6000fd5b806001600160a01b03163b60000361021857604051634c9c8ce360e01b81526001600160a01b03821660048201526024015b60405180910390fd5b7f360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc80546001600160a01b0319166001600160a01b0392909216919091179055565b6060600080846001600160a01b0316846040516102769190610486565b600060405180830381855af49150503d80600081146102b1576040519150601f19603f3d011682016040523d82523d6000602084013e6102b6565b606091505b50915091506102c68583836102ee565b95945050505050565b34156100dd5760405163b398979f60e01b815260040160405180910390fd5b606082610303576102fe8261034d565b610346565b815115801561031a57506001600160a01b0384163b155b1561034357604051639996b31560e01b81526001600160a01b038516600482015260240161020f565b50805b9392505050565b80511561035d5780518082602001fd5b604051630a12f52160e11b815260040160405180910390fd5b6000808585111561038657600080fd5b8386111561039357600080fd5b5050820193919092039150565b634e487b7160e01b600052604160045260246000fd5b600080604083850312156103c957600080fd5b82356001600160a01b03811681146103e057600080fd5b9150602083013567ffffffffffffffff808211156103fd57600080fd5b818501915085601f83011261041157600080fd5b813581811115610423576104236103a0565b604051601f8201601f19908116603f0116810190838211818310171561044b5761044b6103a0565b8160405282815288602084870101111561046457600080fd5b8260208601602083013760006020848301015280955050505050509250929050565b6000825160005b818110156104a7576020818601810151858301520161048d565b50600092019182525091905056fea26469706673582212200f354f3858b79004283cbafcf9c19180bf92b398dce732ba6a1b88b900eb55dc64736f6c63430008140033608060405234801561001057600080fd5b5060405161052438038061052483398101604081905261002f916100be565b806001600160a01b03811661005e57604051631e4fbdf760e01b81526000600482015260240160405180910390fd5b6100678161006e565b50506100ee565b600080546001600160a01b038381166001600160a01b0319831681178455604051919092169283917f8be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e09190a35050565b6000602082840312156100d057600080fd5b81516001600160a01b03811681146100e757600080fd5b9392505050565b610427806100fd6000396000f3fe60806040526004361061004a5760003560e01c8063715018a61461004f5780638da5cb5b146100665780639623609d14610093578063ad3cb1cc146100a6578063f2fde38b146100e4575b600080fd5b34801561005b57600080fd5b50610064610104565b005b34801561007257600080fd5b506000546040516001600160a01b0390911681526020015b60405180910390f35b6100646100a1366004610272565b610118565b3480156100b257600080fd5b506100d7604051806040016040528060058152602001640352e302e360dc1b81525081565b60405161008a919061038e565b3480156100f057600080fd5b506100646100ff3660046103a8565b610187565b61010c6101ca565b61011660006101f7565b565b6101206101ca565b60405163278f794360e11b81526001600160a01b03841690634f1ef28690349061015090869086906004016103c5565b6000604051808303818588803b15801561016957600080fd5b505af115801561017d573d6000803e3d6000fd5b5050505050505050565b61018f6101ca565b6001600160a01b0381166101be57604051631e4fbdf760e01b8152600060048201526024015b60405180910390fd5b6101c7816101f7565b50565b6000546001600160a01b031633146101165760405163118cdaa760e01b81523360048201526024016101b5565b600080546001600160a01b038381166001600160a01b0319831681178455604051919092169283917f8be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e09190a35050565b6001600160a01b03811681146101c757600080fd5b634e487b7160e01b600052604160045260246000fd5b60008060006060848603121561028757600080fd5b833561029281610247565b925060208401356102a281610247565b9150604084013567ffffffffffffffff808211156102bf57600080fd5b818601915086601f8301126102d357600080fd5b8135818111156102e5576102e561025c565b604051601f8201601f19908116603f0116810190838211818310171561030d5761030d61025c565b8160405282815289602084870101111561032657600080fd5b8260208601602083013760006020848301015280955050505050509250925092565b6000815180845260005b8181101561036e57602081850181015186830182015201610352565b506000602082860101526020601f19601f83011685010191505092915050565b6020815260006103a16020830184610348565b9392505050565b6000602082840312156103ba57600080fd5b81356103a181610247565b6001600160a01b03831681526040602082018190526000906103e990830184610348565b94935050505056fea2646970667358221220cb46d8eee562c2068d4d3afab9e2a7f48be119bb61a6a1c3d7ef6ba5a8aff09464736f6c63430008140033b53127684a568b3173ae13b9f8a6016e243e63b6e8ee1178d6a717850b5d610307ebcf49758b6ed3af50fa146bec0abe157c0218fe65dc0874c286e9d5da4f00a26469706673582212206219992d0f34a61769026c2e9f65e5a0a17919c905c170c3b0917e14f0823a9664736f6c63430008140033",
         
     | 
| 
       492 
     | 
    
         
            -
              "deployedBytecode": "0x60806040523480156200001157600080fd5b5060043610620001455760003560e01c8063675393bf11620000bb578063ada9652e116200007a578063ada9652e14620003d8578063b88da75914620003ef578063c987336c1462000406578063e97fac05146200041d578063f7c34ee0146200043457600080fd5b8063675393bf146200037b578063893d20e814620003925780638e9afce6146200039c578063933a9ce814620003b3578063946dfcfe14620003c557600080fd5b8063214cdb801162000108578063214cdb8014620001f757806336fc697e146200020e5780634d459c9014620002185780635ab1bd53146200032b578063644c45e0146200035157600080fd5b806301ffc9a7146200014a578063058f7a97146200018f5780630d8e6e2c14620001a8578063138461e014620001c75780631775564d14620001d1575b600080fd5b6200017a6200015b36600462001417565b6001600160e01b03191660009081526020819052604090205460ff1690565b60405190151581526020015b60405180910390f35b620001a6620001a036600462001460565b6200044b565b005b620001b262000564565b60405162ffffff909116815260200162000186565b620001a6620005da565b620001e8620001e23660046200152b565b620007ef565b604051620001869190620015c9565b620001a66200020836600462001417565b62000849565b620001a662000878565b620002cd62000229366004620015f0565b6040805160a0810182526000808252602082018190529181018290526060810182905260808101919091525062ffffff908116600090815260036020908152604091829020825160a0810184528154948516815263010000009094046001600160a01b03908116928501929092526001015490811691830191909152600160a01b810464ffffffffff166060830152600160c81b900463ffffffff16608082015290565b60408051825162ffffff1681526020808401516001600160a01b039081169183019190915283830151169181019190915260608083015164ffffffffff169082015260809182015163ffffffff169181019190915260a00162000186565b6001546001600160a01b03165b6040516001600160a01b03909116815260200162000186565b60008051602062002740833981519152546040516001600160601b03909116815260200162000186565b620001a66200038c36600462001460565b620008c0565b62000338620009d9565b620001e8620003ad36600462001610565b62000b18565b6002546001600160a01b031662000338565b6004545b60405190815260200162000186565b620003c96000805160206200274083398151915281565b620001b26200040036600462001651565b62000b6d565b62000338620004173660046200152b565b62000bb1565b620003386200042e3660046200152b565b62000def565b620001a6620004453660046200166b565b62000f87565b7ff0c57e16840df040f15088dc2f81fe391c3923bec73e23a9662efc9c229c6a008054600160401b810460ff16159067ffffffffffffffff16600081158015620004925750825b905060008267ffffffffffffffff166001148015620004b05750303b155b905081158015620004bf575080155b15620004de5760405163f92ee8a960e01b815260040160405180910390fd5b845467ffffffffffffffff1916600117855583156200050957845460ff60401b1916600160401b1785555b62000515338762000f87565b83156200055c57845460ff60401b19168555604051600181527fc7f505b2f371ae2175ee4913f4499e1f2633a7b5936321eed1cdaeb6115181d29060200160405180910390a15b505050505050565b600254604080516303639b8b60e21b815290516000926001600160a01b031691630d8e6e2c9160048083019260209291908290030181865afa158015620005af573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190620005d59190620016a9565b905090565b60006000805160206200274083398151915280546040516330b8415f60e01b81526001600160601b03909116600482015290915073__$94a2c899be079b00d952d0d84fffaa5c34$__906330b8415f90602401602060405180830381865af41580156200064b573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190620006719190620016c9565b15620006a35780546040516301ab8b6760e21b81526001600160601b0390911660048201526024015b60405180910390fd5b30620006b76001546001600160a01b031690565b60405163c3c5a54760e01b81526001600160a01b038381166004830152919091169063c3c5a54790602401602060405180830381865afa15801562000700573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190620007269190620016c9565b620007505760405163b9304b0d60e01b81526001600160a01b03821660048201526024016200069a565b6001546001600160a01b0316604051636939560f60e11b81526001600160a01b038381166004830152919091169063d272ac1e90602401602060405180830381865afa158015620007a5573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190620007cb9190620016ed565b82546bffffffffffffffffffffffff19166001600160601b03919091161790915550565b60606349bb9e4b60e01b83836040516024016200080e92919062001718565b60408051601f198184030181529190526020810180516001600160e01b03166001600160e01b03199093169290921790915290505b92915050565b6200085362001006565b6001600160e01b0319166000908152602081905260409020805460ff19166001179055565b6200088262001006565b6301ffc9a760e01b60009081526020527f67be87c3ff9960ca1e9cfac5cab2ff4747269cf9ed20c9b7306235ac35a491c5805460ff19166001179055565b620008ca62001006565b806001600160a01b03163b600003620009025760405163fdeac91f60e01b81526001600160a01b03821660048201526024016200069a565b600180546001600160a01b0319166001600160a01b0383169081179091556040516301ffc9a760e01b8152630a3888e560e31b60048201526301ffc9a790602401602060405180830381865afa9250505080156200097f575060408051601f3d908101601f191682019092526200097c91810190620016c9565b60015b620009a95760405163fdeac91f60e01b81526001600160a01b03821660048201526024016200069a565b80620009d45760405163fdeac91f60e01b81526001600160a01b03831660048201526024016200069a565b505b50565b6000806000805160206200274083398151915280546040516330b8415f60e01b81526001600160601b03909116600482015290915073__$94a2c899be079b00d952d0d84fffaa5c34$__906330b8415f90602401602060405180830381865af415801562000a4b573d6000803e3d6000fd5b505050506040513d601f19601f8201168201806040525081019062000a719190620016c9565b1562000b02576001546001600160a01b03168154604051631c5da14d60e11b81526001600160601b0390911660048201526001600160a01b0391909116906338bb429a90602401602060405180830381865afa15801562000ad6573d6000803e3d6000fd5b505050506040513d601f19601f8201168201806040525081019062000afc91906200173e565b91505090565b54600160601b90046001600160a01b0316919050565b606063329d6e7460e01b8260405160240162000b359190620015c9565b60408051601f198184030181529190526020810180516001600160e01b03166001600160e01b03199093169290921790915292915050565b60006004828154811062000b855762000b856200175e565b90600052602060002090600a91828204019190066003029054906101000a900462ffffff169050919050565b600062000bbd620009d9565b6001600160a01b0316336001600160a01b03161462000bf25760405163086391f760e31b81523360048201526024016200069a565b60045460000362000c165760405163366dfd2160e21b815260040160405180910390fd5b600062000c22620009d9565b9050600062000c396002546001600160a01b031690565b6001600160a01b0316638b3240a06040518163ffffffff1660e01b81526004016020604051808303816000875af115801562000c79573d6000803e3d6000fd5b505050506040513d601f19601f8201168201806040525081019062000c9f91906200173e565b6002549091506001600160a01b03908116908216639623609d828862000cc58962000b18565b6040518463ffffffff1660e01b815260040162000ce59392919062001774565b600060405180830381600087803b15801562000d0057600080fd5b505af115801562000d15573d6000803e3d6000fd5b50505050600260009054906101000a90046001600160a01b0316935062000da2846001600160a01b0316630d8e6e2c6040518163ffffffff1660e01b8152600401602060405180830381865afa15801562000d74573d6000803e3d6000fd5b505050506040513d601f19601f8201168201806040525081019062000d9a9190620016a9565b878562001052565b6002546040516001600160a01b038881168252909116907f1356a2c922be684528fa1759d1808395e5c5010181dd333cdb6f03e2d8545b659060200160405180910390a250505092915050565b600062000dfb620009d9565b6001600160a01b0316336001600160a01b03161462000e305760405163086391f760e31b81523360048201526024016200069a565b6004541562000e525760405163402b135f60e11b815260040160405180910390fd5b600062000e5e620009d9565b905030848162000e6f8487620007ef565b60405162000e7d9062001409565b62000e8b9392919062001774565b604051809103906000f08015801562000ea8573d6000803e3d6000fd5b50600280546001600160a01b0319166001600160a01b03929092169182179055604080516303639b8b60e21b8152905191945062000f3b918591630d8e6e2c9160048083019260209291908290030181865afa15801562000f0d573d6000803e3d6000fd5b505050506040513d601f19601f8201168201806040525081019062000f339190620016a9565b868462001052565b6002546040516001600160a01b038781168252909116907f78922e3fa1abc96399973cb25528ba892214b57da9d1a573937c460d9f5eb4759060200160405180910390a2505092915050565b62000f9162001006565b62000f9c81620008c0565b62000fa662000878565b6001600160a01b03821662000fce5760405163f17ef42d60e01b815260040160405180910390fd5b506000805160206200274083398151915280546001600160601b0316600160601b6001600160a01b0390931692909202919091179055565b7ff0c57e16840df040f15088dc2f81fe391c3923bec73e23a9662efc9c229c6a0054600160401b900460ff166200105057604051631afcd79f60e31b815260040160405180910390fd5b565b620010d48373__$8eede297b65ed5a56eb3f84d8232ae93f5$__6304b8f6c56040518163ffffffff1660e01b8152600401602060405180830381865af4158015620010a1573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190620010c79190620016a9565b62ffffff90811691161490565b15620010f3576040516348c618db60e01b815260040160405180910390fd5b600454156200125e57600480546200110e90600190620017ab565b815481106200112157620011216200175e565b60009182526020909120600a80830490910154604051635560100760e01b8152919092066003026101000a90910462ffffff16600482015273__$8eede297b65ed5a56eb3f84d8232ae93f5$__90635560100790602401602060405180830381865af415801562001196573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190620011bc9190620017cd565b604051635560100760e01b815262ffffff8516600482015273__$8eede297b65ed5a56eb3f84d8232ae93f5$__90635560100790602401602060405180830381865af415801562001211573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190620012379190620017cd565b116200125e57604051633e614b6d60e11b815262ffffff841660048201526024016200069a565b600480546001810182556000829052600a8082047f8a35acfbc15ff81a39ae7d344fd709f28e8600b4aa8c65c6b64bfe7fe36bd19b01805462ffffff808916600394909506939093026101000a848102930219169190911790556040805160a0810182529182526001600160a01b038086166020848101919091529085168383015281516356db0c1960e11b815291519293606085019373__$91d01b1eccbca8d6f94a5eb2a0acb040e9$__9363adb6183293818401939092918290030181865af415801562001332573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190620013589190620017e7565b64ffffffffff90811682524363ffffffff90811660209384015262ffffff968716600090815260038452604090819020855181549587015199166001600160b81b03199095169490941763010000006001600160a01b03998a1602178455840151600190930180546060860151608090960151949098166001600160c81b031990981697909717600160a01b94909216939093021763ffffffff60c81b1916600160c81b9190921602179092555050565b610f2f806200181183390190565b6000602082840312156200142a57600080fd5b81356001600160e01b0319811681146200144357600080fd5b9392505050565b6001600160a01b0381168114620009d657600080fd5b6000602082840312156200147357600080fd5b813562001443816200144a565b634e487b7160e01b600052604160045260246000fd5b600082601f830112620014a857600080fd5b813567ffffffffffffffff80821115620014c657620014c662001480565b604051601f8301601f19908116603f01168101908282118183101715620014f157620014f162001480565b816040528381528660208588010111156200150b57600080fd5b836020870160208301376000602085830101528094505050505092915050565b600080604083850312156200153f57600080fd5b82356200154c816200144a565b9150602083013567ffffffffffffffff8111156200156957600080fd5b620015778582860162001496565b9150509250929050565b6000815180845260005b81811015620015a9576020818501810151868301820152016200158b565b506000602082860101526020601f19601f83011685010191505092915050565b60208152600062001443602083018462001581565b62ffffff81168114620009d657600080fd5b6000602082840312156200160357600080fd5b81356200144381620015de565b6000602082840312156200162357600080fd5b813567ffffffffffffffff8111156200163b57600080fd5b620016498482850162001496565b949350505050565b6000602082840312156200166457600080fd5b5035919050565b600080604083850312156200167f57600080fd5b82356200168c816200144a565b915060208301356200169e816200144a565b809150509250929050565b600060208284031215620016bc57600080fd5b81516200144381620015de565b600060208284031215620016dc57600080fd5b815180151581146200144357600080fd5b6000602082840312156200170057600080fd5b81516001600160601b03811681146200144357600080fd5b6001600160a01b0383168152604060208201819052600090620016499083018462001581565b6000602082840312156200175157600080fd5b815162001443816200144a565b634e487b7160e01b600052603260045260246000fd5b6001600160a01b03848116825283166020820152606060408201819052600090620017a29083018462001581565b95945050505050565b818103818111156200084357634e487b7160e01b600052601160045260246000fd5b600060208284031215620017e057600080fd5b5051919050565b600060208284031215620017fa57600080fd5b815164ffffffffff811681146200144357600080fdfe60a06040523480156200001157600080fd5b5060405162000f2f38038062000f2f8339810160408190526200003491620003e1565b8282828281620000458282620000b0565b50508160405162000056906200037a565b6001600160a01b039091168152602001604051809103906000f08015801562000083573d6000803e3d6000fd5b506001600160a01b0316608052620000a46200009e60805190565b62000116565b505050505050620004df565b620000bb8262000188565b6040516001600160a01b038316907fbc7cd75a20ee27fd9adebab32041f755214dbc6bffa90cc0225b39da2e5c2d3b90600090a2805115620001085762000103828262000208565b505050565b6200011262000285565b5050565b7f7e644d79422f17c01e4894b5f4f588d331ebfa28653d42ae832dc59e38c9798f6200015860008051602062000f0f833981519152546001600160a01b031690565b604080516001600160a01b03928316815291841660208301520160405180910390a16200018581620002a7565b50565b806001600160a01b03163b600003620001c457604051634c9c8ce360e01b81526001600160a01b03821660048201526024015b60405180910390fd5b807f360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc5b80546001600160a01b0319166001600160a01b039290921691909117905550565b6060600080846001600160a01b031684604051620002279190620004c1565b600060405180830381855af49150503d806000811462000264576040519150601f19603f3d011682016040523d82523d6000602084013e62000269565b606091505b5090925090506200027c858383620002ea565b95945050505050565b3415620002a55760405163b398979f60e01b815260040160405180910390fd5b565b6001600160a01b038116620002d357604051633173bdd160e11b815260006004820152602401620001bb565b8060008051602062000f0f833981519152620001e7565b6060826200030357620002fd8262000350565b62000349565b81511580156200031b57506001600160a01b0384163b155b156200034657604051639996b31560e01b81526001600160a01b0385166004820152602401620001bb565b50805b9392505050565b805115620003615780518082602001fd5b604051630a12f52160e11b815260040160405180910390fd5b61052480620009eb83390190565b80516001600160a01b0381168114620003a057600080fd5b919050565b634e487b7160e01b600052604160045260246000fd5b60005b83811015620003d8578181015183820152602001620003be565b50506000910152565b600080600060608486031215620003f757600080fd5b620004028462000388565b9250620004126020850162000388565b60408501519092506001600160401b03808211156200043057600080fd5b818601915086601f8301126200044557600080fd5b8151818111156200045a576200045a620003a5565b604051601f8201601f19908116603f01168101908382118183101715620004855762000485620003a5565b816040528281528960208487010111156200049f57600080fd5b620004b2836020830160208801620003bb565b80955050505050509250925092565b60008251620004d5818460208701620003bb565b9190910192915050565b6080516104eb620005006000396000818160370152607401526104eb6000f3fe60806040526004361061001e5760003560e01c80638b3240a014610028575b610026610072565b005b34801561003457600080fd5b507f00000000000000000000000000000000000000000000000000000000000000006040516001600160a01b03909116815260200160405180910390f35b7f00000000000000000000000000000000000000000000000000000000000000006001600160a01b031633036100df576000356001600160e01b03191663278f794360e11b146100d5576040516334ad5dbb60e21b815260040160405180910390fd5b6100dd6100ec565b565b6100dd61011b565b905090565b6000806100fc3660048184610376565b81019061010991906103b6565b91509150610117828261012b565b5050565b6100dd610126610186565b6101b9565b610134826101dd565b6040516001600160a01b038316907fbc7cd75a20ee27fd9adebab32041f755214dbc6bffa90cc0225b39da2e5c2d3b90600090a280511561017e576101798282610259565b505050565b6101176102cf565b60006100e77f360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc546001600160a01b031690565b3660008037600080366000845af43d6000803e8080156101d8573d6000f35b3d6000fd5b806001600160a01b03163b60000361021857604051634c9c8ce360e01b81526001600160a01b03821660048201526024015b60405180910390fd5b7f360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc80546001600160a01b0319166001600160a01b0392909216919091179055565b6060600080846001600160a01b0316846040516102769190610486565b600060405180830381855af49150503d80600081146102b1576040519150601f19603f3d011682016040523d82523d6000602084013e6102b6565b606091505b50915091506102c68583836102ee565b95945050505050565b34156100dd5760405163b398979f60e01b815260040160405180910390fd5b606082610303576102fe8261034d565b610346565b815115801561031a57506001600160a01b0384163b155b1561034357604051639996b31560e01b81526001600160a01b038516600482015260240161020f565b50805b9392505050565b80511561035d5780518082602001fd5b604051630a12f52160e11b815260040160405180910390fd5b6000808585111561038657600080fd5b8386111561039357600080fd5b5050820193919092039150565b634e487b7160e01b600052604160045260246000fd5b600080604083850312156103c957600080fd5b82356001600160a01b03811681146103e057600080fd5b9150602083013567ffffffffffffffff808211156103fd57600080fd5b818501915085601f83011261041157600080fd5b813581811115610423576104236103a0565b604051601f8201601f19908116603f0116810190838211818310171561044b5761044b6103a0565b8160405282815288602084870101111561046457600080fd5b8260208601602083013760006020848301015280955050505050509250929050565b6000825160005b818110156104a7576020818601810151858301520161048d565b50600092019182525091905056fea26469706673582212200f354f3858b79004283cbafcf9c19180bf92b398dce732ba6a1b88b900eb55dc64736f6c63430008140033608060405234801561001057600080fd5b5060405161052438038061052483398101604081905261002f916100be565b806001600160a01b03811661005e57604051631e4fbdf760e01b81526000600482015260240160405180910390fd5b6100678161006e565b50506100ee565b600080546001600160a01b038381166001600160a01b0319831681178455604051919092169283917f8be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e09190a35050565b6000602082840312156100d057600080fd5b81516001600160a01b03811681146100e757600080fd5b9392505050565b610427806100fd6000396000f3fe60806040526004361061004a5760003560e01c8063715018a61461004f5780638da5cb5b146100665780639623609d14610093578063ad3cb1cc146100a6578063f2fde38b146100e4575b600080fd5b34801561005b57600080fd5b50610064610104565b005b34801561007257600080fd5b506000546040516001600160a01b0390911681526020015b60405180910390f35b6100646100a1366004610272565b610118565b3480156100b257600080fd5b506100d7604051806040016040528060058152602001640352e302e360dc1b81525081565b60405161008a919061038e565b3480156100f057600080fd5b506100646100ff3660046103a8565b610187565b61010c6101ca565b61011660006101f7565b565b6101206101ca565b60405163278f794360e11b81526001600160a01b03841690634f1ef28690349061015090869086906004016103c5565b6000604051808303818588803b15801561016957600080fd5b505af115801561017d573d6000803e3d6000fd5b5050505050505050565b61018f6101ca565b6001600160a01b0381166101be57604051631e4fbdf760e01b8152600060048201526024015b60405180910390fd5b6101c7816101f7565b50565b6000546001600160a01b031633146101165760405163118cdaa760e01b81523360048201526024016101b5565b600080546001600160a01b038381166001600160a01b0319831681178455604051919092169283917f8be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e09190a35050565b6001600160a01b03811681146101c757600080fd5b634e487b7160e01b600052604160045260246000fd5b60008060006060848603121561028757600080fd5b833561029281610247565b925060208401356102a281610247565b9150604084013567ffffffffffffffff808211156102bf57600080fd5b818601915086601f8301126102d357600080fd5b8135818111156102e5576102e561025c565b604051601f8201601f19908116603f0116810190838211818310171561030d5761030d61025c565b8160405282815289602084870101111561032657600080fd5b8260208601602083013760006020848301015280955050505050509250925092565b6000815180845260005b8181101561036e57602081850181015186830182015201610352565b506000602082860101526020601f19601f83011685010191505092915050565b6020815260006103a16020830184610348565b9392505050565b6000602082840312156103ba57600080fd5b81356103a181610247565b6001600160a01b03831681526040602082018190526000906103e990830184610348565b94935050505056fea2646970667358221220cb46d8eee562c2068d4d3afab9e2a7f48be119bb61a6a1c3d7ef6ba5a8aff09464736f6c63430008140033b53127684a568b3173ae13b9f8a6016e243e63b6e8ee1178d6a717850b5d610307ebcf49758b6ed3af50fa146bec0abe157c0218fe65dc0874c286e9d5da4f00a26469706673582212206219992d0f34a61769026c2e9f65e5a0a17919c905c170c3b0917e14f0823a9664736f6c63430008140033",
         
     | 
| 
       493 
     | 
    
         
            -
              "linkReferences": {
         
     | 
| 
       494 
     | 
    
         
            -
                "contracts/type/NftId.sol": {
         
     | 
| 
       495 
     | 
    
         
            -
                  "NftIdLib": [
         
     | 
| 
       496 
     | 
    
         
            -
                    {
         
     | 
| 
       497 
     | 
    
         
            -
                      "length": 20,
         
     | 
| 
       498 
     | 
    
         
            -
                      "start": 2602
         
     | 
| 
       499 
     | 
    
         
            -
                    },
         
     | 
| 
       500 
     | 
    
         
            -
                    {
         
     | 
| 
       501 
     | 
    
         
            -
                      "length": 20,
         
     | 
| 
       502 
     | 
    
         
            -
                      "start": 3626
         
     | 
| 
       503 
     | 
    
         
            -
                    }
         
     | 
| 
       504 
     | 
    
         
            -
                  ]
         
     | 
| 
       505 
     | 
    
         
            -
                },
         
     | 
| 
       506 
     | 
    
         
            -
                "contracts/type/Timestamp.sol": {
         
     | 
| 
       507 
     | 
    
         
            -
                  "TimestampLib": [
         
     | 
| 
       508 
     | 
    
         
            -
                    {
         
     | 
| 
       509 
     | 
    
         
            -
                      "length": 20,
         
     | 
| 
       510 
     | 
    
         
            -
                      "start": 5905
         
     | 
| 
       511 
     | 
    
         
            -
                    }
         
     | 
| 
       512 
     | 
    
         
            -
                  ]
         
     | 
| 
       513 
     | 
    
         
            -
                },
         
     | 
| 
       514 
     | 
    
         
            -
                "contracts/type/Version.sol": {
         
     | 
| 
       515 
     | 
    
         
            -
                  "VersionLib": [
         
     | 
| 
       516 
     | 
    
         
            -
                    {
         
     | 
| 
       517 
     | 
    
         
            -
                      "length": 20,
         
     | 
| 
       518 
     | 
    
         
            -
                      "start": 5235
         
     | 
| 
       519 
     | 
    
         
            -
                    },
         
     | 
| 
       520 
     | 
    
         
            -
                    {
         
     | 
| 
       521 
     | 
    
         
            -
                      "length": 20,
         
     | 
| 
       522 
     | 
    
         
            -
                      "start": 5493
         
     | 
| 
       523 
     | 
    
         
            -
                    },
         
     | 
| 
       524 
     | 
    
         
            -
                    {
         
     | 
| 
       525 
     | 
    
         
            -
                      "length": 20,
         
     | 
| 
       526 
     | 
    
         
            -
                      "start": 5616
         
     | 
| 
       527 
     | 
    
         
            -
                    }
         
     | 
| 
       528 
     | 
    
         
            -
                  ]
         
     | 
| 
       529 
     | 
    
         
            -
                }
         
     | 
| 
       530 
     | 
    
         
            -
              },
         
     | 
| 
       531 
     | 
    
         
            -
              "deployedLinkReferences": {
         
     | 
| 
       532 
     | 
    
         
            -
                "contracts/type/NftId.sol": {
         
     | 
| 
       533 
     | 
    
         
            -
                  "NftIdLib": [
         
     | 
| 
       534 
     | 
    
         
            -
                    {
         
     | 
| 
       535 
     | 
    
         
            -
                      "length": 20,
         
     | 
| 
       536 
     | 
    
         
            -
                      "start": 1552
         
     | 
| 
       537 
     | 
    
         
            -
                    },
         
     | 
| 
       538 
     | 
    
         
            -
                    {
         
     | 
| 
       539 
     | 
    
         
            -
                      "length": 20,
         
     | 
| 
       540 
     | 
    
         
            -
                      "start": 2576
         
     | 
| 
       541 
     | 
    
         
            -
                    }
         
     | 
| 
       542 
     | 
    
         
            -
                  ]
         
     | 
| 
       543 
     | 
    
         
            -
                },
         
     | 
| 
       544 
     | 
    
         
            -
                "contracts/type/Timestamp.sol": {
         
     | 
| 
       545 
     | 
    
         
            -
                  "TimestampLib": [
         
     | 
| 
       546 
     | 
    
         
            -
                    {
         
     | 
| 
       547 
     | 
    
         
            -
                      "length": 20,
         
     | 
| 
       548 
     | 
    
         
            -
                      "start": 4855
         
     | 
| 
       549 
     | 
    
         
            -
                    }
         
     | 
| 
       550 
     | 
    
         
            -
                  ]
         
     | 
| 
       551 
     | 
    
         
            -
                },
         
     | 
| 
       552 
     | 
    
         
            -
                "contracts/type/Version.sol": {
         
     | 
| 
       553 
     | 
    
         
            -
                  "VersionLib": [
         
     | 
| 
       554 
     | 
    
         
            -
                    {
         
     | 
| 
       555 
     | 
    
         
            -
                      "length": 20,
         
     | 
| 
       556 
     | 
    
         
            -
                      "start": 4185
         
     | 
| 
       557 
     | 
    
         
            -
                    },
         
     | 
| 
       558 
     | 
    
         
            -
                    {
         
     | 
| 
       559 
     | 
    
         
            -
                      "length": 20,
         
     | 
| 
       560 
     | 
    
         
            -
                      "start": 4443
         
     | 
| 
       561 
     | 
    
         
            -
                    },
         
     | 
| 
       562 
     | 
    
         
            -
                    {
         
     | 
| 
       563 
     | 
    
         
            -
                      "length": 20,
         
     | 
| 
       564 
     | 
    
         
            -
                      "start": 4566
         
     | 
| 
       565 
     | 
    
         
            -
                    }
         
     | 
| 
       566 
     | 
    
         
            -
                  ]
         
     | 
| 
       567 
     | 
    
         
            -
                }
         
     | 
| 
       568 
     | 
    
         
            -
              }
         
     | 
| 
       569 
     | 
    
         
            -
            }
         
     |